.section-sotbit-seo-text-wrap {
	margin: 30px 0 0;
}
.modal {
                display: none;
                position: fixed;
                z-index: 1000;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.8);
                justify-content: center;
                align-items: center;
            }
            .modal-content {
                position: relative;
                background: transparent;
                padding: 0;
                border-radius: 8px;
                max-width: 1200px; /* увеличиваем ширину */
                width: 90%; /* ширина по экрану */
                max-height: 800px; /* увеличиваем максимальную высоту */
                height: 80%; /* высота по экрану */
            }
            .modal-content iframe {
                display: block;
                width: 100%;
                height: 100%; /* теперь iframe занимает всю модалку */
                max-height: 100%;
            }
            .close {
                position: absolute;
                top: -40px;
                right: -10px;
                color: white;
                font-size: 40px;
                font-weight: bold;
                cursor: pointer;
            }
            .close:hover {
                color: #ccc;
            }
.product-actions--otziv a {
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-thickness: 1px;
    color: black;
}
.product-actions--otziv-two {
    display: none;
}
@media (max-width: 1550px) {
    .product-actions--otziv {
        display: none;
    }
    .product-actions--otziv-two {
        display: flex;
    }
}
.sharelink-text {
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-thickness: 1px;
}
.sharelink-svg {
    display: flex;
    gap: 10px;
    transition: all .3s ease;
    &:hover {
        transform: scale(1.01);
    }
}
.more-chars-div {
    margin-top: 10px;
}
.more-chars-div {
    display: flex;
    gap: 50px;
    align-items: center;
}
.more-chars-div a {
    color: black;
}
.product-actions--otziv-two {
    margin-top: 5px;
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-thickness: 1px;
}
.product-actions--otziv a {
    display: flex;
    gap: 10px;
}
@media (max-width: 1550px) {
    .draxter-element .productInfo__body > * {
        padding: 0 10px;
    }
    .draxter-element .productInfo__body > * {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 1260px) {
    .card__price__inner {
        display: flex !important;
        flex-direction: column !important;
    }
}
.productInfo-articles-price-wrap {
    gap: 15px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 980px) {
    .product-actions {
        display: flex !important;
        flex-direction: column !important;
    }
}
@media (max-width: 766px) {
    .product-actions {
		display: none !important;
	}
}
@media (max-width: 900px) {
    .productInfo__buttons-card {
    gap: 5px;
}
}
@media (max-width: 850px) {
    .productInfo__buttons-card {
        display: flex;
        flex-direction: column;
    }
    .favorite-button {
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .pek__delivery--price {
        font-size: 20px !important;
        white-space: nowrap;
    }
    .sharelink-text {
        white-space: nowrap;
    }
}
@media (max-width: 1365px) {
    .product-actions {
        flex-direction: row;
    }
}
@media (max-width: 767px) {
    .draxter-element .productInfo__body > * {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .product-actions {
        display: flex;
        flex-direction: row !important;
    }
}
@media (max-width: 500px) {
    .product-actions {
        display: flex;
        flex-direction: column !important;
    }
}
.btn-compare {
    display: flex;
    gap: 10px;
}
@media (max-width: 768px) {
    .product-actions {
        flex-direction: row;
    }
}
@media (max-width: 450px) {
    .product-actions {
        flex-direction: column;
    }
}
@media (max-width: 1100px) {
    .share-buttons {
        top: 100px !important;
        left: -380px !important;
    }
}
@media (max-width: 768px) {
    .share-buttons {
        top: 200px !important;
        left: -130px !important;
    }
}
@media (max-width: 410px) {
    .share-buttons {
        padding-right: 40px !important;
    }
    .share-buttons hr {
        width: 100% !important;
    }
}
@media (max-width: 330px) {
    .share-buttons {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .share-buttons hr {
        width: 100% !important;
    }
}
@media (max-width: 425px) {
    .share-buttons {
        visibility: hidden !important;
    }
}
.share-buttons {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: black;
    padding: 15px 70px 15px 25px;
    border-radius: 20px;
    gap: 20px;
    left: -130px;
    top: 200px;
    display: none;
    transition: all 0.3s ease;
    
    &:hover {
        scale: 1;
    }
    
    max-height: 0px;
    overflow: hidden;
}
.share-buttons hr {
    width: 120%;
}
.share-buttons button {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: .3s ease;
    
    &:hover {
        transform: scale(1.1);
    }
}
.product-actions--links {
    position: relative;
}
.product-actions--otziv svg {
    
}
.product-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 соотношение */
  height: 0;
  overflow: hidden;
  max-width: 100vw; /* на всю ширину экрана */
  margin: 0 auto;
  margin-bottom: 50px;
}
.product-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.section-sotbit-seo-text {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #102631;
}
.cookie_popup__header {
    position: fixed;
    z-index: 999;
    background-color: white;
    text-align: center;
    padding: 25px 25px;
    left: 0;
    right: 0;
    bottom: 0;
     box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 425px) {
    .cookie_popup__header--div span {
        font-size: 12px;
    }
    .cookie_popup__header {
        padding: 10px 10px;
    }
}
@media (max-width: 350px) {
    .cookie_popup__header--div span {
        font-size: 10px;
    }
    .cookie_popup__header--btn {
        width: 100% !important;
    }
}
.main__btn-up {
    z-index: 999 !important;
}
.cookie_popup__header--div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cookie_popup__header--btn {
    background-color: #43a96e;
    border: none;
    cursor: pointer;
    color: white;
    font-weight: 500;
    padding: 15px;
    width: 30%;
    margin: 0 auto;
    transition: all 0.3s ease;
    
    &:hover {
        background-color: #102631;
    }
}
.footer {
    position: relative;
}
@media (max-width: 1200px) {
    .logoDraxter {
        width: 200px;
    }
}
@media (max-width: 825px) {
    .logoDraxter {
        width: 150px;
    }
    .header-link-items {
        gap: 6px !important;
    }
}
.logoDraxter-mobile {
    display: none;
}
@media (max-width: 750px) {
    .logoDraxter {
        display: none;
    }
    .header-link-items {
        gap: 6px !important;
    }
    .logoDraxter-mobile {
        display: block;
    }
}
@media (max-width: 600px) {
    .logoDraxter-mobile {
        width: 50px;
    }
}
@media (max-width: 335px) {
    .logoDraxter-mobile {
        width: 40px;
    }
}
.sch_tg__inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.sch_tg_form {
    margin: 0 auto;
    max-width: 500px;
}
@media (max-width: 540px) {
	.sch_tg_form form {
		width: 300px !important;
	}
	.sch_tg__inner h1 { 
		font-size: 30px !important;
	}
}
@media (max-width: 340px) {
	.sch_tg_form form {
		width: 285px !important;
	}
	.sch_tg__inner h1 { 
		font-size: 30px !important;
	}
}
.sch_tg_form form {
    width: 500px;
}
.section-sotbit-seo-text:not(:last-child) {
	margin-bottom: 40px;
}
.header-top div#title-search form {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}
.header-top div#title-search form input#title-search-input {
    background: #FFFFFF1A;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 10px 20px;
    width: 100%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #B1B1B1;
}
.header-top div#title-search form input[type="submit"] {
    top: calc(50% - 9px);
    border: none;
    background-image: url(/upload/search.svg);
    width: 17px;
    height: 17px;
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: 20px;
    cursor: pointer;
}
.header-top .header-email a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #FFFFFF;
    gap: 10px;
    margin: 10px 0;
}
.header-top .header-email span {
    color: #FFFFFF;
}
.header-top .header-email {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.header-top .header-download-catalog a {
    border: 1px solid #43A96E;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    padding: 15px 23px;
    background: #43A96E;
    cursor: pointer;
    transition: 0.4s;
}
.header-top .header-download-catalog a:hover {
    color: #43A96E;
    background: transparent;
}
.header-top .header-link-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top .header-link-social .header-link-items {
    display: flex;
    gap: 13px;
}

.header-top .header-link-social a {
    display: flex;
    height: 44px;
    width: 44px;
    justify-content: center;
    align-items: center;
    background: #FFFFFF1A;
    transition: 0.4s;
}

.header-top .header-link-social a:hover {
    background: #43a96e;
}
.header-top__wrapper {
    gap: 10px;
}

.header-panel {
    background: #102631;
    color: #fff;
}

.header-panel .header-top__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 50px 3px;
}

.header-panel .header-city {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.header-panel .header-city .city {
    display: block;
    padding: 0 5px 0 8px;
}

.header-panel .header-menu-top {
    display: flex;
    gap: 0 30px;
}

.header-panel .header-menu-top a {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.text2 {
    font-family: SONGER SemiExpanded;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    text-align: left;
    padding-bottom: 100px;
}
.catalogList-title {
	font-size: 40px;
}
.draxter-text {
    margin: 30px 0;
}
.draxter-text .text2 span {
    font-family: SONGER SemiExpanded;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    text-align: left;
    padding-bottom: 100px;
    color: #43A96E;
}

.draxter-text .image {
    padding-bottom: 80px;
}

.draxter-text .image img {
    width: 100%;
}

.draxter-text  .main-cnt-draxter {
    padding-bottom: 80px;
}

.draxter-text .main-cnt-draxter .main-cnt-box {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-draxter-item {
    padding: 15px;
    width: 25%;
}
.main-cnt-title, .main-cnt-text {
	text-align: center !important;
}

.draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-title, .draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-title * {
    font-family: SONGER SemiExpanded;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    text-align: left;
	color:#102631;
}
.draxter-text .draxter-text-btn a {
    display: inline-block;
    width: auto;
    padding: 30px 40px;
}
.draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-title sup {
}

.draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bababa;
}

.draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-text {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    color: #102631;
}
.draxter-text-btn {
    text-align: center;
}
.form-wrapper {
    margin: 100px 0;
}

.form-wrapper .form-wrapper-bg {
    background: rgb(16,38,49);
    background: linear-gradient(90deg, rgba(16,38,49,1) 0%, rgba(98,129,144,1) 100%);
    padding: 70px 90px;
	position:relative;
	overflow:hidden;
}

.form-wrapper .form-wrapper-bg .form-title {
    font-family: SONGER SemiExpanded;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.form-wrapper .form-wrapper-bg .form-description {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.form-wrapper form {
    align-items: center;
    display: flex;
    gap: 8px;
    font-size: 0;
}

.form-wrapper .bx-subscribe .bx-input-group .bx-form-control {
    margin-bottom: 0;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    padding: 29px 20px;
    background: #FAFAFA;
    height: auto;
    border: none;
    min-width: 458px;
}
@media (max-width: 650px) {
    .form-wrapper .bx-subscribe .bx-input-group .bx-form-control {
        min-width: auto;
    }
}
@media (max-width: 410px) {
    .form-wrapper .bx-subscribe .bx-input-group .bx-form-control {
        font-size: 12px !important;
    }
}
@media (max-width: 355px) {
    .form-wrapper .bx-subscribe .bx-input-group .bx-form-control {
        font-size: 10px !important;
    }
}
.form-wrapper form button {
    transition: 0.4s;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #102631;
    background: #FFFFFF;
    padding: 29px 50px;
    border: none;
    cursor: pointer;
}

.form-wrapper form .bx-input-group {
    font-size: 0;
}

.form-wrapper form button:hover {
    color: #fff;
    background: #102631;
}
.form-wrapper .form-wrapper-bg:after {
    content: "";
    background-image: url(/upload/medialibrary/82e/ta8xknuo9xhfvd22jsh60hutokozptp4.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.form-wrapper .form-wrapper-bg:before {
    content: "";
    position: absolute;
    height: 704px;
    width: 704px;
    right: -20%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/upload/medialibrary/216/3rg8nywre183vhiqv9pc7422yeo3jdr2.png);
    border-radius: 100px;
      animation: 20s linear 0s normal none infinite running rot;
  -webkit-animation: 20s linear 0s normal none infinite running rot;
}

@keyframes rot {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-wrapper .consent-form span {
    background-image: url(/upload/medialibrary/2a2/7z1lj3d74b0ln13avhwey2p3im4bdedu.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    border: 2px solid #E5E5E5;
    margin-right: 15px;
}

.form-wrapper .consent-form {
    display: flex;
    align-items: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-top: 20px;
}
.header-subMenu__subMain-link.smallButton {
	display: block;
	padding: 5px 0;
	transition: color .3s;
}

.header-subMenu__subMain-link.smallButton:hover {
	color: #43a96e;
	transition: color .3s;
}

.header-main .header-subMenu {
    max-width: max-content;
}
.header-main .header-subMenu .header-subMenu__subMain-item.header-subMenu__subMain-preview {
    padding-bottom: 25px;
}
.header-main .header-subMenu .header-subMenu__subMain-item.header-subMenu__subMain-preview .header-subMenu__subMain-img {
	max-height: 233px;
}
.header-main .header-subMenu .header-subMenu__subMain {
    gap: 60px;
}

.title-search-result {
    z-index: 999999;
}
@media (max-width: 1687px) {
	.form-wrapper .form-wrapper-bg {
		padding: 70px 70px;
	}

	.form-wrapper .form-wrapper-bg .form-title {
		font-size: 36px;
		line-height: 39.6px;
	}

	.form-wrapper form {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}

	.form-wrapper .form-wrapper-bg:after {
		background-image: url(/upload/medialibrary/3a8/1gx5l6oqut5vtbs28t0uwcod9znwh91t.png);
		background-size: contain;
	}
	.header-top__wrapper a.header-logo {
        display: flex;
        max-width: 272px;
        align-items: center;
	}

	.header-top__wrapper a.header-logo img {
		max-width: 100%;
	}

	div#title-search,
	.header-search-open{

	}
}
.header-search-open-mobile {
	display: none !important;
}
.header-search-open-mobile-two {
	display: none !important;
}
@media (max-width: 1550px) {
	.header-search-open{
		display: none !important;
	}
	.header-search-open-mobile {
		display: block !important;
		width: 290px !important;
		max-width: none !important;
	}
}
@media (max-width: 1137px) {
	.header-search-open-mobile-two {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		margin-top: 25px;
	}
	.header-top {
		padding-bottom: 40px;
		padding-right: 40px;
		padding-left: 40px;
	}
	.header-top__wrapper {
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (max-width: 640px) {
	.header-search-open-mobile-two {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		margin-top: 0px;
	}
	.header-top {
		padding-bottom: 25px;
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media (max-width: 1407px) {
	.form-wrapper .form-wrapper-bg:before {
    background-size: contain;
    right: -22%;
    height: 584px;
    width: 584px;
}
}
@media (max-width: 1137px) {
	.form-wrapper .form-wrapper-bg:before {
		background-size: contain;
		right: -22%;
		height: 584px;
		width: 584px;
	}

	.form-wrapper .form-wrapper-bg .form-title {
		font-size: 30px;
		line-height: 33px;
		max-width: 556px;
	}

	.form-wrapper .form-wrapper-bg .form-description {
		font-size: 18px;
		line-height: 30.6px;
	}

	.form-wrapper .form-wrapper-bg .form-title br {
		display: none;
	}

	.form-wrapper .bx-subscribe .bx-input-group .bx-form-control {
		font-size: 18px;
		line-height: 24.3px;
		padding: 24px 18px;
	}

	.form-wrapper form button {
		font-size: 18px;
		line-height: 24.3px;
		padding: 24px 43px;
	}

	.form-wrapper .form-wrapper-bg {
		padding: 40px 40px;
	}

	.form-wrapper .form-wrapper-bg:after {
		width: 40%;
	}
	.draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-title, .draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-title * {
    font-size: 40px;
    line-height: 44px;
}
	.header-phone {
		padding-right: 10px;
	}
	.header-top .header-email {
		display: none;
	}
	.header-download-catalog {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.header-top .header-download-catalog a {
		display: none;
	}
}
@media (max-width: 1024px) {.form-wrapper {
    margin: 80px 0;
}.draxter-text {
    margin: 80px 0;
}
	.draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-text {
    font-size: 18px;
    line-height: 30.6px;
}
	.draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-title, .draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-title * {
    font-size: 35px;
    line-height: 35.2px;
}
}
@media (max-width:940px) {
	.form-wrapper .form-wrapper-bg .form-title {
    font-size: 26px;
    line-height: 28.6px;
}

.form-wrapper .form-wrapper-bg .form-description {font-size: 16px;line-height: 23.2px;}

.form-wrapper .form-wrapper-bg:before {
    display: none;
}

.form-wrapper .form-wrapper-bg:after {
    display: none;
}

.form-wrapper .bx-subscribe .bx-input-group .bx-form-control {
    max-width: 100%;
    width: 100%;
}

.form-wrapper form {
    display: block;
}

.form-wrapper form .bx-input-group {
    padding-bottom: 10px;
}

.form-wrapper form button {
    width: 100%;
    font-size: 16px;
}
	.draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-draxter-item {
    width: 50%;
}
.draxter-text .draxter-text-btn a {
    width: 100%;
    padding: 20px 30px;
}
}
@media (max-width: 768px) {.form-wrapper {
    margin: 60px 0;
}.draxter-text {
    margin: 60px 0;
}
	.form-wrapper .form-wrapper-bg .form-title {
    font-size: 24px;
    line-height: 25.6px;
}

.form-wrapper .form-wrapper-bg .form-description {
    font-size: 14px;
    line-height: 21.2px;
}

.form-wrapper .bx-subscribe .bx-input-group .bx-form-control {
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
}

.form-wrapper form button {
    padding: 20px;
}

.form-wrapper .consent-form {
    font-size: 14px;
}
	.text2,
.draxter-text .text2 span	{
		font-size: 30px;
		line-height: 33px;
		padding-bottom: 40px;
	}
}


.header-search-open {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 20%;
}

.header-search-open .pseudo-input {
    background: #FFFFFF1A;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 10px 20px;
    width: 100%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #B1B1B1;
}

.pseudo-btn {
    top: calc(50% - 9px);
    border: none;
    background-image: url(/upload/search.svg);
    width: 17px;
    height: 17px;
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.header-search-content {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
    transition: 0.4s;
    background: #23252580;
    padding: 50px 10px 10px 10px;
    opacity: 0;
    pointer-events: none;
    bottom: 0;
    backdrop-filter: blur(5px);
}

.header-search-content.open{
        opacity: 1;
    pointer-events: all;
}

.main-content-wrapper {
    max-width: 1450px;
    min-width: 320px;
    margin: 0 auto;
    clear: both;
}

.header-search-content-wrapper {
    position: relative;
    margin-top: 40px;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}

.header-search-content-wrapper .close {
    position: absolute;
    right: -20px;
    top: -40px;
}
@media (max-width: 360px) {
        .header-search-content-wrapper .close {
        position: absolute;
        right: 0px;
        top: -40px;
    }
}
@media (max-width: 340px) {
        .header-search-content-wrapper .close {
        position: absolute;
        right: 20px;
        top: -40px;
    }
}
@media (max-width: 325px) {
        .header-search-content-wrapper .close {
        position: absolute;
        right: 40px;
        top: -40px;
    }
}
.header-top .header-search-content-wrapper div#title-search form input#title-search-input {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    background: #FFFFFF;
    border: none;
    border-radius: 5px;
    padding: 20px;
    color: #000;
    width: 100%;
}

.header-top .header-search-content-wrapper  input[type="submit"] {
    cursor: pointer;
    right: 20px;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #43a96e;
    border: 1px solid #43a96e !important;
    padding: 13px 30px !important;
    transition: 0.4s;
    top: 9px !important;
    width: auto !important;
    height: auto !important;
    background-image: none !important;
}
@media (max-width: 400px) {
		.header-top .header-search-content-wrapper input[type="submit"] {
		right: auto !important;
		position: absolute;
		top: 70px !important;
		width: 100% !important;
		height: auto !important;
		background-color:#43a96e !important;
		color: white;
	}
}
@media (max-width: 340px) {
		.header-top .header-search-content-wrapper div#title-search form input#title-search-input {
		width: 80%;
	}
		.header-top .header-search-content-wrapper input[type="submit"] {
		right: auto !important;
		position: absolute;
		top: 70px !important;
		width: 80% !important;
		height: auto !important;
		background-color:#43a96e !important;
		color: white;
	}
	.header-top div#title-search form {
    	margin-right: 25px;
    }
}
@media (max-width: 600px) {
	.draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-draxter-item {
		width: 100%;
	}
	.draxter-text .image {
    padding-bottom: 40px;
}.draxter-text .main-cnt-draxter {
    padding-bottom: 40px;
}.draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-title, .draxter-text .main-cnt-draxter .main-cnt-box .main-cnt-title * {
    font-size: 28px;
    line-height: 30.8px;
}
}
@media (max-width: 500px) {
	
.draxter-text .draxter-text-btn a {
    padding:20px 2px;
}
	.header-top .header-link-social {
		display: none;
	}
	.header-phone__button {
		display: none;
	}
	.header-panel .header-top__wrapper {
		padding: 3px 15px 3px;
	}
	.header-panel .header-menu-top {
		display: none;
	}
	.text2,
.draxter-text .text2 span	{
		font-size: 26px;
		line-height: 28.6px;
	}
}


.page-banner {
    position: relative;
    font-weight: 800;
    text-align: left;
    max-width: 100%;
    overflow: hidden;
    background-image: url("/upload/services_bg.png");
    display: flex;
    height: 700px;
}
.page-banner__content {
    padding: 30px;
    padding-left: 79px;
    padding-top: 86px;
    z-index: 2;
    max-width: 680px;
    max-height: 100%;
    color: #fefefe;
}
.page-banner__subtitle {
    font-family: SONGER SemiExpanded;
    display: block;
    font-size: 25.71px;
    line-height: 30.85px;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}
.page-banner__title {
    font-family: SONGER SemiExpanded;
    display: block;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}
.page-banner__text {
    font-family: SONGER SemiExpanded;
    font-size: 22px;
    line-height: 26.4px;
}

@media (max-width: 495px) {
    .page-banner {
        height: auto;
    }
    .page-banner__content {
        padding: 30px;
    }
}


.page-question {
    background: #FAFAFA;
}
.page-question__block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-question__form {
    width: 50%;
}
.page-question__image {
    width: 50%;
}
.page-question__image img {
    max-width: 100%;
}
#videos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

#videos .video-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin: 15px 0;
}

#videos .video {
    display: flex;
    flex-direction: column;
    margin: 15px;
    height: 100%;
    background-color: #FAFAFA;
}

#videos .video .video-info-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

#videos .video .video-thumbnail img {
    display: block;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#videos .video .video-info {
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    height: 100%;
}

#videos .video .video-item-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #102631;
    transition: color .4s;
    text-decoration: none;
}

#videos .video .video-item-title:hover {
    color: #43A96E;
    transition: color .4s;
}

#videos .video .video-info-about .video-info-about-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background-color: #F3F3F3;
}

#videos .video .video-info-about .video-info-about-item > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #102631;
}

#videos .video .video-info-about .video-info-about-item > div > * {
    padding: 0 5px;
    flex: none;
    width: fit-content;
}

#videos .video :is(.video-thumbnail, iframe) {
    position: relative;
    width: 100%;
    height: 275px;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#videos .video .video-icon svg {
    display: block;
}

#videos .video .video-icon {
    position: absolute;
    z-index: 1;
    transition: scale .4s;
    scale: 1;
}

#videos .video .video-thumbnail:hover .video-icon {
    scale: 1.1;
    transition: scale .4s;
}

.video-reviews-wrap .pagination {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.video-reviews-wrap .pagination > * {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    width: 64px;
    height: 64px;
    margin: 0 5px;
    color: #102631;
}

.video-reviews-wrap .pagination .pagination-current {
    background-color: #102631;
    color: #fff;
    transition: all .3s;
}

.video-reviews-wrap .pagination a {
    transition: all .3s;
}

.video-reviews-wrap .pagination a:hover {
    background-color: rgba(16, 38, 49, 0.37);
    color: #fff;
    transition: all .3s;
}

.video-reviews-wrap .pagination a svg path {
    transition: all .3s;
}

.video-reviews-wrap .pagination a:hover svg path {
    fill: #fff;
    transition: all .3s;
}

.delimiter {
    width: 2px !important;
}

.pagination-arrow {
    width: 60px !important;
}

@media (max-width: 1200px) {
    .page-question__image {
        width: 40%;
    }

    #videos .video-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .video-reviews-wrap .pagination > * {
        width: 40px !important;
        height: 40px !important;
    }
}
@media (max-width: 1024px) {
    .page-question {
        padding: 30px 0;
    }
    .page-question__form {
        width: 60%;
    }
    .page-question__image {
        width: 40%;
    }
}
@media (max-width: 768px) {
    .page-question {
        padding: 30px 0;
    }
    .page-question__form {
        width: 100%;
    }
    .page-question__image {
        display: none;
    }

    #videos .video .video-info {
        padding: 15px;
    }

    #videos .video-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .video-reviews-wrap .pagination > * {
        width: 25px !important;
        height: 50px !important;
        margin: 0;
        font-size: 16px;
        background: none !important;
    }

    .video-reviews-wrap .pagination .pagination-current,
    .video-reviews-wrap .pagination a:hover {
        color: #43A96E;
    }

    .video-reviews-wrap .pagination a:hover svg path {
        fill: #43A96E;
    }
}
