
* {
    margin: 0;
    box-sizing: border-box;
}

.productBanner {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    height: 720px;
    padding-top: 206px;
    background-size: cover !important;
}

.productTitle {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    color: #F1B80E;
    font-family: MonserratBold;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 124px;
}
.productDescription {
    max-width: 1366px;
    width: 100%;
    margin: 24px auto 0;
    font-size: 20px;
    color: white;
    padding: 9px;
    text-shadow: 1px 1px 0 #000000;
}

.doorTypesContent, .typesContent {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.typesContent {
    margin: 24px auto 0;
}

.doorTypes {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background: #E5E4E2;
    padding: 24px 0;
}

.breadcrumbItem {
    color: #7B7B7F !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
    white-space: nowrap;
}

.breadcrumbItem img {
    margin-left: 12px;
}

.breadcrumbs {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
}

.activeBreadcrumb img {
    display: none;
}

.activeBreadcrumb {
    color: #4D4D4F;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.doorTypeItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px;
}

.doorTypeItem span {
    color: #393939;
    font-family: MonserratBold;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-top: 8px;
    white-space: nowrap;
}

.doorTypesItemsContent, .typesContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.doorTypesItemsContent {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.doorTypesItemsContent::-webkit-scrollbar {
    height: 7px;
}
.doorTypesItemsContent::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.doorTypesItemsContent::-webkit-scrollbar-thumb {
    background: #F1B80E !important;
}
.doorTypesItemsContent::-webkit-scrollbar-thumb:hover {
    background: #F1B80E;
}
.slider {
    height: unset !important;
}
.typeTxt * {
    all: revert;
}
.typeTxt {
    color: #4D4D4F;
    font-size: 18px;
    line-height: 32px;
    margin: 0 auto 56px;
    max-width: 100%;
    width: 100%;
    padding-top: 56px;
}

.typeTitle {
    color: #393939;
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    text-transform: capitalize;
    font-family: MonserratBold;
    margin-bottom: 16px;
}
.type-description {
    margin-bottom: 24px;
    font-size: 18px;
    color: #4D4D4F;
}

.typeMainContent {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 0 35px 56px;
    border-right: 1px solid #E7E6E4;
    border-left: 1px solid #E7E6E4;
}

.more {
    font-family: MonserratBold;
    width: 100%;
    display: block;
    padding: 0 8px;
    border-bottom: 4px solid #4D4D4F;
    position: relative;
    color: #4D4D4F;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 24px;
    transition: 0.3s;
}

.more:after {
    content: url("/images/vec.svg");
    position: absolute;
    right: 0;
    top: -14px;
}

.more:hover {
    background: #4D4D4F;
    color: #F1B80E;
}

.typeItem {
    max-width: 400px;
}

.typeItem img {
    width: 100%;
}

.typeItemTitle {
    color: #393939;
    font-family: MonserratBold;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 22px 0;
}

.typeText {
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.typeItems {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    gap: 40px 48px;
}
.typeItems .gallerySliderItem {
    max-width: 400px;
    width: 100%;
}

.gallerySliderContent {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 0;
    position: relative;
    background: #E5E4E2;
}

.gallerySliderContent .swiper-slide img:hover, .fileItem:hover {
    cursor: url("/images/cursorResize.svg"), auto;
}

.gallerySlider {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 0 35px;
}

.gallerySlider .swiper-button-prev:after, .gallerySlider .swiper-button-next:after, .oneImgGallery .swiper-button-prev:after, .oneImgGallery .swiper-button-next:after {
    display: none;
}

.gallerySlider .swiper-button-prev {
    left: 37px;
}

.gallerySlider .swiper-button-next {
    right: 37px;
}

.oneImgGallery .swiper-button-prev {
    left: 27px;
}

.oneImgGallery .swiper-button-next {
    right: 27px;
}

.gsTitle {
    color: #393939;
    font-family: MonserratBold;
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    text-transform: capitalize;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto 24px;
    padding-left: 32px;
}

.sliderTxt {
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.decorSection {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    height: 278px;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #E7E6E4;
    border-left: 1px solid #E7E6E4;
}

.decorSection img {
    position: absolute;
    right: 78px;
    top: 29px;
}

.titleType {
    color: #393939;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    white-space: nowrap;
}

.gallerySliderItem img {
    width: 100%;
    max-width: 400px;
    height: 130px;
}

.typeBanner {
    background: url("/images/seriesBackground1.png") no-repeat;
}

.typePageContent {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    border-right: 1px solid #E7E6E4;
    border-left: 1px solid #E7E6E4;
    padding: 48px 0;
}

.typePageTitle {
    color: #393939;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 32px;
    font-family: MonserratBold;
}

.typePageText {
    color: #000;
    font-size: 16px;
    line-height: 32px;
}
.typePageText * {
   all: revert;
}

.textContent {
    padding: 0 35px;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.characteristics__title {
    position: relative;
    width: 100%;
    padding: 24px 35px;
    border: none;
    text-align: left;
    color: #393939;
    font-size: 24px;
    font-weight: 600;
    line-height: 46px;
    text-transform: capitalize;
    background: #E5E4E2;
}

.characteristics__title.active:after {
    bottom: 5px;
}

.characteristics__description {
    margin-top: -2px;
    height: 0;
    overflow: hidden;
    transition: height .4s ease-in-out;
    margin-bottom: 4px;
    background: #E5E4E2;
}

.characteristics__title:focus {
    outline: none;
}

.characteristics__description.active {
    height: auto;
}

.characteristics__item-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.characteristics__item-description {
    padding: 15px 0;
}

.characteristics__item-description p {
    margin: 0 15px;
}

.characteristics__item-description p:last-child {
    text-align: right;
}

.characteristics__item-description:first-child {
    padding-top: 30px;
}

.characteristics__item-description:last-child {
    padding-bottom: 30px;
}

.characteristicsContent {
    margin-top: 24px;
    margin-bottom: 112px;
}

.characteristics__title:after {
    content: url("/images/plus.svg");
    position: absolute;
    top: 19px;
    right: 35px;
}

.characteristics__title.active:after {
    content: url("/images/minus.svg");
}

.characteristics {
    padding: 5px 35px 35px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    gap: 32px 48px;
}

.characteristicItem {
    padding: 16px 0;
    border-top: 2px solid #F1B80E;
}

.charItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.itemName {
    color: #7B7B7F;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.itemValue {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.characteristicItem > div:first-child {
    margin-bottom: 8px;
}

.colors {
    padding: 16px 0;
    border-top: 2px solid #F1B80E;
    max-width: 93%;
    margin: 8px auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.color {
    width: 56px;
    min-width: 56px;
    height: 56px;
    margin-right: 8px;
}

.colorName {
    color: #393939;
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
}

.colorItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 120px;
    margin: 0 32px 32px 0;
}

.charContent {
    max-width: 93%;
    margin: 8px auto;
    width: 100%;
    border-top: 2px solid #F1B80E;
    padding: 16px 0;
}

.thumbSlider {
    padding: 32px 24px 0 35px;
    max-width: 624px;
    width: 100%;
}

.thumbSlider .slider {
    height: 358px !important;
}

.thumbSlider .bigImage {
    width: 100%;
    height: 353px;
}

.swiper-slide-thumb-active {
    opacity: 0.7;
}

.slider {
    overflow: hidden;
}

.slider-thumbnail {
    margin-top: 32px;
    overflow: hidden;
}

.slider-thumbnail img {
    width: 100%;
}

.detailsContent {
    padding: 32px 35px 55px 24px;
    border-left: 1px solid #E7E6E4;
}

.openingSchemeTitle {
    color: #393939;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    padding: 16px 24px;
    border: 3px solid #E7E6E4;
}

.slideVideo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.details, .detailsContent, .openingScheme {
    width: 100%;
}

.schemeContentItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

.schemeIcon {
    margin-right: 30px;
    height: 59px;
}

.schemeContent > div:last-child {
    margin-bottom: 0;
}

.schemeText {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.schemeContent, .schemeContent1 {
    border: 3px solid #E7E6E4;
    border-top: 0;
    height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: .4s ease-in-out;
    padding: 0;
}

.schemeContent.active, .schemeContent1.active {
    height: 385px;
    padding: 24px;
}
.toggleVideo {
    padding: 16px 24px;
    background: #F1B80E;
    color: #393939;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    width: 100%;
    margin-top: 3px;
}

.requestQuote {
    color: #4D4D4F;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
    background: transparent;
    padding: 16px 24px;
    width: 100%;
    border: 2px solid #4D4D4F;
}

.video iframe {
    width: 100%;
    height: calc(100% - 1px);
}

.video {
    height: calc(100% - 190px);
}

.openingScheme {
    position: relative;
    overflow: hidden;
    padding-bottom: 16px;
}

.video {
    width: 100%;
    position: absolute;
    top: -606px;
    left: 0;
    transition: 0.4s ease-in-out;
}

.formAfterTxt {
    display: none;
}

.showVideo {
    top: 0 !important;
}

.toCloseVideo {
    display: none;
}

.block {
    display: block;
}

.input, textarea {
    border: 3px solid #E7E6E4;
    background: #FFF;
    padding: 16px 24px;
    width: 100%;
    color: #7B7B7F;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.questForm .error {
    margin-bottom: 6px;
    minheight: 12px;
    color: #ff0000;
    font-size: 12px;
    margin-left: 6px;
}

::placeholder {
    color: #7B7B7F;
    font-size: 16px;
    line-height: 40px;
    text-transform: capitalize;
}

.questForm {
    position: absolute;
    padding: 53px 24px 24px;
    background: #E7E6E4;
    top: 838px;
    transition: 0.6s ease-in-out;
    height: 100%;
    width: 100%;
}

.formTitle {
    color: #393939;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}

textarea {
    height: 144px;
    resize: none;
}

.formClose {
    position: absolute;
    top: 14px;
    right: 24px;
    cursor: pointer;
}

.send {
    border: 3px solid #F1B80E;
    padding: 16px;
    background: transparent;
    color: #4D4D4F;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex div:first-child {
    margin-right: 24px;
}

.flex div {
    width: 100%;
}

.arrowContainer {
    display: block;
    overflow: hidden;
    margin-left: 16px;
    transition: 0.3s;
    line-height: 4px;
}

.arrowContainer img {
    position: relative;
    transition: 0.3s;
}

.send:hover {
    border: 3px solid #4D4D4F;
}

.showQuest {
    top: 0;
}

.none {
    display: none;
}

.afterTitle {
    color: #393939;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
    font-family: MonserratBold;
}

.afterTxt {
    color: #393939;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.slideTitle {
    color: #393939;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    font-family: MonserratBold;
    margin-top: 22px;
}

.possibleSlider {
    position: relative;
    margin-top: 92px;
}

.possibleSlideTitle {
    color: #393939;
    font-family: MonserratBold;
    font-size: 32px;
    line-height: 46px;
    text-transform: capitalize;
    position: absolute;
    top: -67px;
    left: 35px;
}

.oneImgGallery {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.oneImg {
    display: block;
    margin: 0 auto;
    max-width: 1296px;
    width: 100%;
}

.pdfSection {
    border-right: 1px solid #E7E6E4;
    border-left: 1px solid #E7E6E4;
    padding-left: 35px;
    padding-right: 35px;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.pdfSectionTitle {
    color: #393939;
    padding-top: 40px;
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    text-transform: capitalize;
    margin-bottom: 32px;
    font-family: MonserratBold;
}

.pdfImg {
    max-width: 288px;
    width: 100%;
    cursor: pointer;
}

.pdfTitle {
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 8px 0;
    display: block;
}

.filesMainContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.filesMainContent > div {
    margin-right: 48px;
}

.filesMainContent > div:last-child {
    margin-right: 0;
}

.filesContent {
    border-right: 1px solid #E7E6E4;
    margin-right: 24px;
    padding-right: 24px;
}

.pt {
    padding-top: 119px;
}

.certificates {
    margin-top: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 196px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.certificates img {
    margin-right: 16px;
    max-width: 100px;
}

.series .detailsContent {
    border-left: 0;
}

.series .slideVideo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.series .sliderThumbnail img {
    width: 288px;
    height: auto;
    max-height: 163px;
}

.sliderGallery {
    overflow: hidden;
}

.series .thumbSlider {
    max-width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sliderThumbnail {
    position: relative;
}

.sliderGallery img {
    height: 543px;
    width: 100%;
}

.sliderThumbnail {
    height: 543px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.sliderThumbnail {
    margin-right: 40px;
}

.sliderThumbnail .swiper-button-next {
    top: 18px;
    transform: rotate(-90deg);
    left: 131px;
}

.sliderThumbnail .swiper-button-prev {
    bottom: -3px;
    top: unset;
    transform: rotate(-90deg);
    left: 131px;
}

.seriesSlide {
    position: relative;
    padding: 0 35px;
    overflow: hidden;
    margin-top: 48px;
    margin-bottom: 48px;
}

.seriesSlide .sliderGallery:hover {
    cursor: url("/images/cursorResize.svg"), auto;
}

.seriesSlide .sliderThumbnail:hover {
    cursor: default;
}

.seriesGallery .possibleSlideTitle {
    position: static;
    padding-left: 35px;
    margin-top: 55px;
    margin-bottom: 32px;
}

.seriesSlide .thumbSlider {
    padding: 21px 0 16px;
    overflow: hidden;
}

.seriesSlide .video {
    padding: 0 35px;
    z-index: 11;
    top: -709px;
}

.seriesSlide .video iframe {
    width: 100%;
    height: 584px;
}

.seriesSlide .toggleVideo {
    margin: 20px 0 0 auto;
    width: 624px;
}

.swiper-button-next-door, .swiper-button-prev-door {
    position: absolute;
    top: 43%;
    z-index: 1;
}

.swiper-button-next-door {
    right: 6px;
}

.swiper-button-prev-door {
    left: 6px;
}

.hiddenToShow {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transition: 0.4s linear;
}

.activeClip img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.typeItemImg {
    overflow: hidden;
}

.typeItemImg img {
    transform: scale(1.2);
    transition: 0.3s;
}

.typeItem:hover img, .gallerySliderItem:hover img {
    transform: scale(1);
}

.typeItem:hover .more, .gallerySliderItem:hover .more {
    background: #4D4D4F;
    color: #F1B80E;
}

.gifImage {
    height: 176px !important;
    overflow: hidden;
    background-size: unset !important;
    margin-right: 16px;
    position: relative;
}

#ball {
    width: 0;
    height: 0;
    border-radius: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: width 0.5s linear, height 0.5s linear;
    overflow: hidden;
    pointer-events: none;
}

#ball:hover {
    cursor: pointer;
}

.img {
    width: 100%;
    height: 100%;
}

.details .characteristics__title {
    padding: 0;
    background: transparent;
}

.details .characteristics__description {
    background: transparent;
}

.details .characteristics__title:after {
    top: 12px;
    right: 24px;
}

.details .openingSchemeTitle {
    position: relative;
}

.details .openingSchemeTitle:after {
    content: url(/images/plus.svg) !important;
    position: absolute;
    right: 24px;
    top: 9px;
}

.details .openingSchemeTitle.active:after {
    content: url(/images/minus.svg) !important;
}

.typePageContent .characteristicsContent {
    margin-top: 0;
}

.fileItem a {
    display: block;
    margin-top: 16px;
}

.openingScheme textarea {
    height: 92px !important;
}

.detailsContent input {
    padding-top: 5px;
    padding-bottom: 5px;
}

.detailsContent .inlineDropdown > .select-dropdown {
    border: 3px solid #E7E6E4;
    background: #FFF;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #7B7B7F;
}

.detailsContent .select-dropdown {
    color: #7B7B7F;
    font-size: 16px;
}

.detailsContent .select-dropdown__list {
    overflow: scroll;
}

.detailsContent .select-dropdown__list::-webkit-scrollbar {
    width: 5px;
}

.detailsContent .select-dropdown__list::-webkit-scrollbar-track {
    background: #fff;
}

.detailsContent .select-dropdown__list::-webkit-scrollbar-thumb {
    background: #b1aea8;
}

.detailsContent .select-dropdown__list::-webkit-scrollbar-thumb:hover {
    background: #b1aea8;
}

.detailsContent .select-dropdown__list-item {
    font-size: 16px;
}

.detailsContent .send {
    padding: 7px 16px;
}

.questForm .inlineDropdown > .select-dropdown {
    position: relative;
}

.questForm .inlineDropdown > .select-dropdown:after {
    content: url(/images/darkArrow.svg);
    transform: rotate(180deg);
    position: absolute;
    right: 24px;
    top: 9px;
}

.questForm .inlineDropdown label {
    color: #7B7B7F;
    font-size: 14px;
    padding-left: 3px;
}

.questForm .select-dropdown__button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 24px;
}

.openingScheme.questFormOpened {
    min-height: 680px;
}

.categoryImg {
    height: 400px;
}
.scheme-dropdown-content {
    margin-bottom: 60px;
    border: 0;
}
.scheme-dropdown-content.active {
    margin-bottom: 60px;
    border-bottom: 3px solid #E7E6E4;
    border-left: 3px solid #E7E6E4;
    border-right: 3px solid #E7E6E4;
}
.scheme-dropdown {
    position: relative;
    cursor: pointer;
}
.scheme-dropdown:after {
    content: url(/images/plus.svg);
    position: absolute;
    top: 9px;
    right: 35px;
}
.scheme-dropdown.active:after {
    content: url(/images/minus.svg);
}
.possibleSlider .type-description {
    padding-left: 34px;
    margin-bottom: 32px;
}


@media (max-width: 1700px) {
    .productTitle {
        font-size: 5vw;
        line-height: 100%;
    }

    .possibleSlider .gallerySlider {
        max-width: 100%;
    }

    .productBanner {
        height: 63vh;
        padding-top: 166px;
        background-size: cover;
    }

    .typeTxt {
        font-size: 16px;
        margin: 0 auto 48px;
        padding-top: 32px;
    }

    .doorTypeItem img {
        height: 150px;
    }

    .typePageTitle {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .typePageContent {
        padding: 24px 0;
    }

    .typePageText {
        font-size: 15px;
    }

    .characteristics__title {
        padding: 20px 35px;
        font-size: 24px;
        line-height: 38px;
    }

    .characteristics__title:after {
        top: 13px;
    }

    .filesMainContent > div {
        margin-right: 15px;
    }
}

@media (max-width: 1450px) {
    .typeItems {
        gap: 32px 32px;
    }

    .typeTitle, .gsTitle {
        font-size: 28px;
        line-height: 28px;
    }

    .doorTypesItemsContent {
        padding-left: 6px;
        overflow: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .doorTypesItemsContent::-webkit-scrollbar {
        width: 10px;
    }

    .doorTypesItemsContent::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .doorTypesItemsContent::-webkit-scrollbar-thumb {
        background: #999;
    }

    .doorTypeItem {
        margin: 0 9px;
    }

    .titleType {
        line-height: 32px;
        white-space: normal;
    }

    .typePageTitle {
        font-size: 32px;
    }

    .oneImgGallery, .gallerySliderContent .gsTitle {
        max-width: 90%;
        padding-left: 0;
    }

    .formTitle {
        font-size: 21px;
    }

    .afterTitle {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .afterTxt {
        font-size: 17px;
    }

    .sliderGallery img {
        height: 450px;
        object-fit: cover;
    }

    .sliderThumbnail {
        height: 450px;
    }

    .series .sliderThumbnail img {
        width: 233px;
    }

    .sliderThumbnail .swiper-button-next {
        left: 108px;
    }

    .sliderThumbnail .swiper-button-prev {
        left: 108px;
    }

    .seriesSlide .video iframe {
        height: 495px;
    }
}

@media (max-width: 1400px) {
    .typeMainContent, .doorTypesContent, .typesContent, .gallerySlider, .decorSection, .typePageContent, .pdfSection {
        max-width: 93%;
    }

    .productTitle {
        max-width: 93%;
    }

    .formTitle {
        font-size: 17px;
    }
}

@media (max-width: 1234px) {
    .doorTypesContent, .typesContent {
        margin: 0 0 0 auto;
        max-width: 93%;
    }

    .typesContent {
        margin-top: 16px;
    }

    .productBanner {
        background-position: center;
        padding-top: 133px;
    }

    .thumbSlider {
        max-width: 536px;
    }

    .pdfSectionTitle {
        padding-top: 24px;
        font-size: 28px;
        line-height: 24px;
    }

    .pt {
        padding-top: 82px;
    }
}

@media (max-width: 1185px) {
    .typePageTitle {
        font-size: 24px;
    }

    .typePageText {
        font-size: 14px;
    }

    .characteristics__title {
        font-size: 18px;
    }

    .itemName {
        font-size: 13px;
    }

    .itemValue {
        font-size: 14px;
    }

    .characteristics {
        gap: 18px 24px;
    }

    .colorName {
        font-size: 13px;
    }

    .colorItem {
        width: 117px;
    }

    .textContent, .pdfSection {
        padding: 0;
    }

    .typePageContent, .pdfSection {
        border: 0;
    }

    .certificates {
        padding-bottom: 80px;
    }

    .input, textarea {
        padding: 13px 18px;
        line-height: 25px;
        margin-bottom: 14px;
    }

    .flex div:first-child {
        margin-right: 16px;
    }

    .thumbSlider {
        padding: 24px 24px 0 0;
        max-width: 478px;
    }

    .slider-thumbnail {
        margin-top: 22px;
    }

    .select-dropdown__button {
        font-size: 16px;
        line-height: 10px;
    }

    .questForm input {
        margin-bottom: 0;
    }

    .questForm .inlineDropdown > .select-dropdown:after {
        top: 2px;
    }
    .possibleSlider .type-description {
        padding-left: 3px;
    }
}

@media (max-width: 1085px) {
    .thumbSlider {
        padding: 24px 0 0 0;
        max-width: 100%;
        width: 100%;
    }

    .slideVideo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .possibleSlideTitle {
        position: static;
        margin-bottom: 16px;
    }

    .detailsContent {
        padding: 24px 0 24px 0;
        border-left: 0;
    }

    .thumbSlider .swiper-slide {
        text-align: center;
    }

    .characteristicsContent {
        margin-bottom: 32px;
    }

    .thumbSlider .slider-thumbnail {
        height: 160px;
    }
    .doorTypesItemsContent {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 32px;
    }
    .categoryImg {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .productBanner {
        padding-top: 92px;
        height: 58vh;
    }

    .typesContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .titleType {
        margin-bottom: 16px;
    }

    .doorTypesItemsContent {
        width: 100%;
    }

    .typeItems {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }

    .decorSection img {
        width: 73px;
        top: 16px;
        right: 38px;
    }

    .decorSection {
        height: 80px;
        border: none;
    }

    .filesMainContent > div {
        margin-right: 0;
    }

    .filesMainContent {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        gap: 24px 15px;
    }

    .certificates img {
        margin-right: 8px;
        margin-bottom: 14px;
    }

    .certificates {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .possibleSlideTitle {
        font-size: 20px;
        line-height: 24px;
    }

    .openingSchemeTitle {
        font-size: 16px;
    }

    .requestQuote {
        padding: 16px;
    }

    .seriesSlide .toggleVideo {
        margin: 11px 0 0 auto;
        width: 100%;
    }

    .seriesSlide {
        padding: 0;
    }

    .gallerySlider {
        padding: 0;
    }

    .seriesSlide .video {
        padding: 0;
    }

    .productTitle {
        font-size: 7vw;
        word-break: break-word;
    }

    .characteristics__title {
        padding-right: 98px;
        line-height: 41px;
        padding-left: 16px;
    }

    .requestQuote {
        line-height: 26px;
    }

    .arrowContainer img {
        left: -6px;
    }

    .doorTypesItemsContent {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .doorTypeItem {
        margin: 0 5px;
    }

    .schemeIcon {
        margin-right: 30px;
        min-width: 68px;
        object-fit: none;
    }

    .characteristics {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .schemeContent.active {
        height: auto;
    }

    .thumbSlider .slider-thumbnail {
        height: 100px;
    }

    .questForm input::placeholder,
    .questForm textarea::placeholder,
    .detailsContent .select-dropdown {
        font-size: 12px;
    }
    .productDescription, .type-description {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .possibleSlider .type-description {
        padding-left: 16px;
    }
    .typeItems {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .typeMainContent {
        padding: 0 0 20px;
        border-right: 0;
        border-left: 0;
    }

    .typeTitle, .gsTitle {
        font-size: 24px;
        line-height: 28px;
    }

    .gsTitle {
        padding-left: 18px;
    }

    .gallerySlider {
        padding: 0 11px;
    }

    .swiper-button-prev img, .swiper-button-next img {
        width: 53px;
    }

    .gallerySlider .swiper-button-prev {
        left: 13px;
    }

    .gallerySlider .swiper-button-next {
        right: 13px;
    }

    .gallerySliderContent {
        padding: 16px 0;
    }

    .typeTxt {
        font-size: 15px;
        margin: 0 auto 32px;
        padding-top: 24px;
        line-height: 28px;
    }

    .gallerySlider {
        max-width: 100%;
        padding-left: 17px;
    }

    .slideTitle, .sliderTxt {
        margin-top: 16px;
    }

    .pdfSectionTitle {
        padding-top: 24px;
        font-size: 20px;
        line-height: 24px;
        margin-top: 16px;
    }

    .input, textarea {
        margin-bottom: 8px;
    }

    .flex div:first-child {
        margin-right: 8px;
    }

    .flex.mob-column div:first-child {
        margin-right: 0;
    }

    .formTitle {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .questForm {
        width: 100%;
    }

    textarea {
        height: 125px;
    }

    .video {
        top: -564px;
    }

    .typePageContent {
        max-width: 100%;
    }

    .textContent, .characteristicsContent, .possibleSlideTitle, .video {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sliderTxt {
        font-size: 14px;
    }

    .oneImgGallery {
        max-width: 100%;
    }

    .oneImgGallery .swiper-slide {
        padding: 0 16px;
    }

    .oneImgGallery .swiper-button-next {
        right: 14px;
    }

    .oneImgGallery .swiper-button-prev {
        left: 14px;
    }

    .slideVideo, .seriesSlide .video {
        padding: 0 18px;
    }

    .series .sliderThumbnail img {
        width: 87px;
    }

    .sliderThumbnail {
        height: 257px;
        margin-right: 20px;
    }

    .sliderGallery img {
        height: 242px;
    }

    .sliderThumbnail .swiper-button-prev, .sliderThumbnail .swiper-button-next {
        display: none;
    }

    .swiper-button-next-door img, .swiper-button-prev-door img {
        width: 53px;
    }

    .swiper-button-next-door, .swiper-button-prev-door {
        top: 19%;
    }

    .mob-column {
        flex-direction: column;
    }

    .formClose {
        width: 24px;
    }

    .questForm {
        padding: 34px 24px 24px;
    }

    .formTitle {
        line-height: 25px;
    }
    .scheme-dropdown, .scheme-dropdown-content {
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media (max-width: 451px) {
    .video {
        top: -650px;
    }

    .thumbSlider .slider-thumbnail {
        height: 67px;
    }
}

@media (max-width: 361px) {
    .requestQuote {
        font-size: 14px;
    }
}

@media (max-width: 330px) {
    .questForm {
        top: 1011px;
    }

    .questForm.showQuest {
        top: 0;
    }

    .video {
        top: -860px;
    }
}
