body {
    font-family: "Montserrat", sans-serif;
    background: #fff;
    color: var(--bs-primary);
}
h1, .h1 {
    font-size: 48px;
    line-height: 133%;
    font-weight: bold;
}
h2, .h2 {
    font-size: 48px;
    line-height: 110%;
    font-weight: bold;
}
h3, .h3 {
    font-size: 36px;
    line-height: 100%;
    font-weight: bold;
}
h4, .h4 {
    font-size: 24px;
    line-height: 100%;
    font-weight: bold;
}
p {

}
a {
    text-decoration: none;
}


.slider-buttons {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1000;
}
.slider-button-prev {
    width: 62px;
    height: 62px;
    background: url('/img/slider-left-arrow.png') no-repeat center center;
    position: absolute;
    top: -96px;
    left: 126px;
}
.slider-button-next {
    width: 62px;
    height: 62px;
    background: url('/img/slider-right-arrow.png') no-repeat center center;
    position: absolute;
    top: -96px;
    right: 126px;
}

.container-1440 {
    width: 1440px;
    margin: 0 auto;
}

header {
    height: 190px;
}
.top-block {
    height: 126px;
    padding-top: 31px;
}
.top-block .logo {
    padding-right: 42px;
    position: relative;
}
.top-block .logo:after {
    content: '';
    border-right: 2px solid #888;
    position: absolute;
    height: 50px;
    display: block;
    top: 8px;
    right: 0;
}
.top-block .phone {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    flex-wrap: wrap;
    height: 50px;
    padding: 12px 42px 0 0;
}
.top-block .phone:after {
    content: '';
    border-right: 2px solid #888;
    position: absolute;
    height: 50px;
    display: block;
    top: 8px;
    right: 0;
}
.top-block .phone-head {
    line-height: 50px;
    display: block;
}
.top-block .wa-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('/img/wa-icon.png') no-repeat center center;
    margin-left: 20px;
    background-size: 100%;
}
.top-block .tg-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('/img/tg-icon.png') no-repeat center center;
    margin-left: 10px;
    background-size: 100%;
}
.top-block .callback {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-right: 42px;
}
.top-block .callback:after {
    content: '';
    border-right: 2px solid #888;
    position: absolute;
    height: 50px;
    display: block;
    top: 8px;
    right: 0;
}
.top-block .callback-icon {
    color: var(--bs-primary);
    border: 3px solid var(--bs-primary);
    border-radius: 600px;
    height: 64px;
    display: inline-block;
    position: relative;
    width: 322px;
    padding: 10px 0 0 32px;
}
.top-block .callback-icon span {
    position: absolute;
    border: 3px solid var(--bs-primary);
    border-radius: 600px;
    background: url('/img/phone-icon.svg') no-repeat center center;
    width: 64px;
    height: 64px;
    top: -3px;
    right: -3px;
}
.top-block .basket-top {
    padding-top: 6px;
}
.top-block .fav-icon {
    display: block;
    width: 50px;
    height: 50px;
    background: url('/img/fav-icon.svg') no-repeat center center;
    margin-right: 20px;
    position: relative;
}
.top-block .fav-icon span {
    display: block;
    width: 24px;
    height: 24px;
    background: #C5C5C5;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    bottom: 3px;
    right: 3px;
    line-height: 25px;
}
.top-block .cart-icon {
    display: block;
    width: 50px;
    height: 50px;
    background: url('/img/cart-icon.svg') no-repeat center center;
    position: relative;
}
.top-block .cart-icon span {
    display: block;
    width: 24px;
    height: 24px;
    background: #C5C5C5;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    bottom: 3px;
    right: 3px;
    line-height: 25px;
}
.top-block .burger {
    display: none;
}
.chat_us {
    display: none;
}
.phone-icon-mobile {
    display: none;
}
.logo-mobile {
    display: none;
}


.top-menu {
    height: 64px;
    background: var(--bs-primary);
    color: #fff;
    font-size: 16px;
}
.top-menu a {
    color: #fff;
}
.top-menu ul {
    list-style: none;
    list-style-type: none;
    margin: 20px 0 0 0;
}
.top-menu ul li {
    display: inline-block;
    padding-right: 11px;
    padding-left: 11px;
}
.top-menu ul li:first-child {
    padding-left: 0;
}
.top-menu ul li:last-child {
    padding-right: 0;
}
.top-menu ul li.separator {
    width: 2px;
    position: relative;
    display: inline-block;
    padding-right: 11px;
    padding-left: 11px;
}
.top-menu ul li.separator::after {
    content: '';
    border-left: 2px solid #fff;
    position: absolute;
    height: 20px;
    top: -16px;
}

.dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: 0;
    border-top: 10px solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}



.top-banner, .top-banner-wrap {
    min-height: 724px;
}
.top-banner .h2 {
    font-size: 48px;
    line-height: 120%;
    font-weight: bold;
    padding: 154px 0 52px 0;
}
.top-banner .h2 span {
    color: var(--bs-secondary);
}
.top-banner .promo-text {
    font-size: 32px;
    font-weight: 500;
}
.top-banner .promo-text .hot-text {
    background: url('/img/fire.png') no-repeat left center;
    padding: 8px 0 8px 54px;
}

.main-banner-block-inner {
    margin-top: 64px;
}
.main-banner-block-inner .top-banner, .main-banner-block-inner .top-banner-wrap {
    min-height: 178px;
}
.main-banner-block-inner .top-banner h2 {
    text-transform: uppercase;
    position: relative;
    line-height: 150%;
}
.main-banner-block-inner .bottom-banner .promo-hand {
    right: -34px;
}
.main-banner-block-inner .top-banner h2:after {
    width: 111px;
    height: 151px;
    position: absolute;
    background: url('/img/or_arrow.png') no-repeat center center;
    content: '';
    left: 94px;
    top: 86px;
}



.bottom-banner {
    min-height: 429px;
}
.bottom-banner-wrap {
    position: relative;
}
.bottom-banner .promo-hand {
    width: 413px;
    height: 583px;
    position: absolute;
    background: url('/img/hand.png') no-repeat center center;
    right: 14px;
    top: -254px;
}
.bottom-banner .h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding-top: 34px;
    padding-bottom: 42px;
    margin-bottom: 0;
    width: 69%;
}
.bottom-banner .h2 img {
    position: relative;
    top: -4px;
}
.bottom-banner .head-more {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    color: #fff;
    margin-bottom: 24px;
}
.bottom-banner .head-more:after {
    content: '';
    position: absolute;
    width: 146px;
    height: 53px;
    background: url('/img/arrow1.svg') no-repeat center center;
    margin: -4px 0 0 10px;
}
.bottom-banner .steps-block {
    position: relative;
    z-index: 1000;
}
.bottom-banner .three-steps {
    position: relative;
    margin-left: -24px;
    margin-right: 60px;
}
.bottom-banner .three-steps:after {
    content: '';
    position: absolute;
    width: 119px;
    height: 45px;
    background: url('/img/arrow2.png') no-repeat center center;
    right: -60px;
    top: 46px;
}
.bottom-banner .steps-step {
    border: 5px solid var(--bs-secondary);
    border-radius: 10px;
    padding: 15px 20px;
    width: 255px;
    height: 147px;
    margin-right: 20px;
}

.bottom-banner .steps-step .head {
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
    color: var(--bs-secondary);
    padding-bottom: 16px;
}
.bottom-banner .steps-step .text {
    font-size: 24px;
    line-height: 100%;
    color: #fff;
}
.wa-form {
    color: #fff;
}
.wa-form .form-input {
    width: 414px;
    height: 68px;
    border-radius: 10px;
    background: #fff;
    border: none;
    margin-bottom: 18px;
    font-size: 24px;
    padding: 0 12px;

}
.wa-form .wa-submit {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #41C452;
    width: 414px;
    height: 68px;
    border-radius: 10px;
    border: none;
}
.wa-form .radio-container {
    font-size: 12px;
    color: #fff;
    padding-top: 4px;
}

.catalog-block {
    margin-top: 76px;
}
.catalog-block-2 {
    margin-top: 166px;
}
.catalog-block-3 {
    margin-top: 176px;
}
.catalog-block-4 {
    margin-top: 160px;
}
.catalog-block-5 {
    margin-top: 170px;
}
.catalog-block-6 {
    margin-top: 144px;
}
.catalog-block .heading {
    padding-bottom: 44px;
}
.catalog-block .heading h2 {
    text-transform: uppercase;
}
.catalog-block .heading h2 a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: var(--bs-secondary) url(/img/more-link.png) no-repeat calc(100% - 16px) center;
    border-radius: 10px;
    padding: 10px 42px 10px 16px;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    top: -10px;
}
.catalog-block-5 .heading h2 a {
    top: -52px;
}
.catalog-block .heading h3 {
    font-size: 40px;
    font-weight: normal;
    padding-top: 10px;
}
.catalog-block .col-lg-6:nth-child(even) .catalog-item {
    float: right;
    margin-right: 25px;
}
.catalog-block .col-lg-6:nth-child(odd) .catalog-item {
    float: left;
    margin-left: 25px;
}
.catalog-item {
    /*width: 586px;
    min-height: 956px;
    margin-bottom: 50px;*/
    padding: 14px;
    background: #f6f6f6;
    width: 510px;
    /*min-height: 822px;*/
    margin-bottom: 62px;
}
.catalog-item .pic {
    display: block;
    /*height: 620px;*/
    height: 514px;
    margin-bottom: 20px;
    overflow: hidden;
}
.catalog-item .pic img {
    height: 100%;
}
.catalog-item .name {
    font-size: 32px;
    font-weight: bold;
    color: var(--bs-primary);
    height: 52px;
    display: block;
    overflow: hidden;
}
.catalog-item .text {
    font-size: 16px;
    padding-top: 16px;
}
.catalog-item .price {
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
}
.catalog-block-3 .catalog-item .price {
    padding-top: 8px;
}
.catalog-item .price .price-name {
    width: 140px;
    display: inline-block;
}
.catalog-item .price .price-discount {
    width: 140px;
    display: inline-block;
    text-decoration: line-through;
    color: #888;
    font-weight: normal;
}
.catalog-item .price .price-value {
    display: inline-block;
}
.catalog-item .buy {
    padding-top: 26px;
}
.catalog-item .buy button{
    width: 100%;
    height: 70px;
    border: none;
    background: var(--bs-secondary);
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    border-radius: 14px;
}

.promo-block {
    margin-top: 162px;
    position: relative;
}
.promo-block:after {
    content: '';
    display: block;
    width: 377px;
    height: 129px;
    background: url('/img/promo-arrow.png') no-repeat left top;
    transform: rotate(-3.57deg);
    margin: 0px auto 0 auto;
}

.promo-block h2 {
    text-transform: uppercase;
    padding-bottom: 26px;
    text-align: center;
}
.promo-block h2 span {
    color: var(--bs-secondary);
}
.promo-block h3 {
    font-size: 40px;
    line-height: 100%;
    font-weight: normal;
    padding-bottom: 61px;
    text-align: center;
}
.promo-block .video-block {
    width: 52.64%;
    height: 530px;
}
.promo-block .video-block .preview-picture {
    width: 100%;
    height: 530px;
    background: url('/img/freza.png') no-repeat right top;
    position: relative;
}
.promo-block .video-block .preview-picture .play-video-btn {
    display: block;
    width: 76px;
    height: 76px;
    background: url('/img/video-play.png') no-repeat center center;
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 38px);
}
.promo-block .video-block iframe{
    display: none;
}

.promo-block .squares-block-4 {
    width: 47.36%;
    flex-wrap: wrap;
}
.squares-block-4 .square-block {
    width: 50%;
    height: 265px;
}
.squares-block-4 .heading {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.squares-block-4 .text {
    display: flex;
    border-radius: 10px;
    width: 270px;
    height: 115px;
    text-align: center;
    flex-wrap: wrap;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    line-height: 32px;
}
.squares-block-4 .small-text {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    padding: 18px 18px 0 18px;
}
.squares-block-4 .square-1 {
    background: var(--bs-secondary);
    color: #fff;
}
.squares-block-4 .square-1 .text {
    border: 4px solid #fff;
}
.squares-block-4 .square-2 {
    background: #FFF0EA;
    color: #222;
}
.squares-block-4 .square-2 .text {
    border: 4px solid #222;
}
.squares-block-4 .square-3 {
    background: #FFF0EA;
    color: #222;
}
.squares-block-4 .square-3 .text {
    border: 4px solid var(--bs-secondary);
    color: var(--bs-secondary);
}
.squares-block-4 .square-4 {
    background: #222;
    color: #fff;
}
.squares-block-4 .square-4 .text {
    border: 4px solid var(--bs-secondary);
    color: var(--bs-secondary);
}


.visualization-block {
    background: url('/img/visualisation-back.webp') no-repeat center center;
    height: 1061px;
}
.visualization-block .heading {
    position: relative;
}
.visualization-block .excamation-sign {
    width: 143px;
    height: 261px;
    background: url('/img/exclamation-sign.png') no-repeat center center;
    position: absolute;
    top: -64px;
    left: -20px;
}
.visualization-block h2 span {
    color: #F84D2F;
}
.visualization-block h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    padding: 40px 0;
    margin: 0;
    text-align: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.visualization-block h3 {
    font-size: 36px;
    color: #fff;
    padding: 30px 0 14px 0;
    text-align: center;
    margin: 0;
}
.slider-visual-wrap {
    width: 1440px;
    margin: 0 auto;
}
.slider-visual-wrap .slide {
    display: inline-block;
    height: 664px;
    overflow: hidden;
}
.slider-visual-wrap .slide img {
    /*width: 100%;*/
    border-radius: 20px;
}
.visualization-block .wa-form {
    width: 650px;
    margin: 0 auto;
}
.visualization-block .wa-form .form-input {
    width: 328px;
    margin-bottom: 0;
}
.visualization-block .wa-form .wa-submit {
    width: 300px;
    margin-left: 16px;
    position: relative;
    top: -3px;
}
.visualization-block .wa-form .radio-container {
    display: block;
    padding-top: 12px;
    text-align: center;
}


.patent-block {
    background: url('/img/patent-back.png') no-repeat center center;
    height: 434px;
    overflow: hidden;
}
.patent-block h2 {
    font-size: 38px;
    line-height: 133%;
    text-transform: uppercase;
    color: #fff;
    padding: 26px 0 34px 0;
    margin: 0;
    text-align: left;
}
.patent-block h2 span {
    color: var(--bs-secondary);
}
.patent-block p {
    display: inline-block;
    background: #fff;/* url('/img/fire.png') no-repeat left center;*/
    padding-left: 4px;
    padding-right: 8px;
    margin-bottom: 24px;
    color: var(--bs-primary);
    font-size: 36px;
    font-weight: bold;
    border-radius: 4px;
}
.patent-block p img {
    position: relative;
    width: 61px;
    height: 61px;
    top: -10px;
}
.patent-block .btn-read-more {
    display: block;
    width: 486px;
    height: 68px;
    background: var(--bs-secondary);
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding-top: 4px;
    margin-top: 14px;
}

.but-text-mobile {
    display: none;
}
.just-but-text {
    display: none;
}
.but-text {
    display: block;
}
.but-block {
    background: url('/img/but-back.webp') no-repeat center center;
    height: 820px;
    overflow: hidden;
    margin-top: 96px;
}
.but-block h2 {
    font-size: 30px;
    line-height: 133%;
    text-transform: uppercase;
    color: #fff;
    padding: 38px 0 14px 0;
    margin: 0;
    text-align: center;
}
.but-block p {
    font-size: 24px;
    color: #fff;
    padding-right: 50px;
    line-height: 133%;
}
.but-block .but-p {
    font-size: 180px;
    line-height: 130px;
    font-weight: bold;
    padding-bottom: 36px;
}
.but-block .wa-form-heading {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}
.but-block .wa-form .form-input {
    width: 364px;
    margin-bottom: 12px;
}
.but-block .wa-form .wa-submit {
    width: calc(100% - 386px);
    margin-left: 16px;
    position: relative;
    top: -3px;
}
.but-block .wa-form .radio-container {
    text-align: left;
    padding-left: 12px;
}
.heading-39 h2 {
    font-size: 39px;
}


.free-consult-block {
    background: url('/img/free-back.webp') no-repeat center center;
    height: 320px;
    overflow: hidden;
    margin-top: 96px;
}
.free-consult-block h2 {
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    padding: 26px 0 34px 0;
    margin: 0;
    text-align: left;
}
.free-consult-block h2 span {
    color: var(--bs-secondary);
}
.free-consult-block .wa-form .form-input {
    width: 330px;
    margin-bottom: 12px;
}
.free-consult-block .wa-form .wa-submit {
    width: 446px;
    margin-left: 16px;
    position: relative;
    top: -3px;
}
.free-consult-block .wa-form .radio-container {
    text-align: left;
}
.freeman-pic {
    display: block;
}
.freeman-pic-mobile {
    display: none;
}



.install-block {
    background: url('/img/install-back.png') repeat-y center center;
    height: 616px;
    overflow: hidden;
    position: relative;
    margin-top: 74px;
}
.install-block h2 {
    font-size: 48px;
    line-height: 133%;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding: 118px 0 34px 0;
    margin: 0;
    text-align: left;
}
.install-block h2 span {
    color: var(--bs-secondary);
}
.install-block .h3-wrap {
    width: 100%;
    text-align: left;
}
.install-block h3 {
    font-size: 40px;
    line-height: 110%;
    font-weight: normal;
    color: #000;
    text-align: left;
    width: 86%;
}
.install-block h3:after {
    content: '';
    background: url('/img/install-arrow.svg') no-repeat left top;
    position: absolute;
    top: 350px;
    left: 632px;
    width: 221px;
    height: 66px;
}
.install-block .container {
    position: relative;
}
.install-block .in-time {
    font-size: 40px;
    line-height: 110%;
    font-weight: normal;
    color: #fff;
    background: var(--bs-secondary);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 750px;
    height: 70px;
    position: absolute;
    left: -100px;
    padding-top: 8px;
    padding-left: 106px;
    margin-top: 50px;
}
.install-block .heading {
    color: #fff;
}
.install-block p {
    font-size: 32px;
    line-height: 110%;
    color: #fff;
    width: 90%;
    padding: 6rem 0 0 0;
}
.install-block img {
    position: relative;
    left: -52px;
}
.install-block .video-block {
    width: 410px;
    height: 616px;
    position: relative;
    left: -60px;
}
.install-block .video-block .preview-picture {
    width: 410px;
    height: 616px;
    background: url('/img/install.png') no-repeat right top;
    position: relative;
}
.install-block .video-block .preview-picture .play-video-btn {
    display: block;
    width: 76px;
    height: 76px;
    background: url('/img/video-play.png') no-repeat center center;
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 38px);
}
.install-block .video-block iframe{
    display: none;
}



.quiz-block {
    margin-top: 130px;
}
.quiz-block h2 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.quiz-block .quiz-wrap {
    margin-top: 40px;
    border: 5px solid var(--bs-secondary);
    border-radius: 20px;
    padding: 28px 36px 60px 36px;
    font-size: 32px;
}
.quiz-block .quiz-wrap p {
    text-align: center;
}
.quiz-block .quiz-asks .answer-a, .quiz-block .quiz-asks .answer-b {
    display: block;
    border: 5px solid var(--bs-secondary);
    border-radius: 10px;
    width: 566px;
    height: 650px;
}
.quiz-block .quiz-asks div {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: var(--bs-secondary);
    padding: 32px 0;
}
.quiz-block .quiz-asks .answer-a {
    background: url('/img/answer-a.webp') no-repeat center bottom;
}
.quiz-block .quiz-asks .answer-b {
    background: url('/img/answer-b.webp') no-repeat center bottom;
}

.articels-block {
    margin-top: 112px;
}
.articels-block h2 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 45px;
    text-align: center;
}
.articels-block .article-wrap {
    width: 380px;
    margin-left: 18px;
}
.articels-block .article {
    width: 380px;
    height: 300px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    background-size: 100% !important;
}
.articels-block .article a {
    display: block;
    color: #fff;
    padding: 26px 22px;
}
.articels-block .article-tall-mobile {
    display: none;
}
.articels-block .article-tall {
    width: 444px;
    height: 620px;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    background: var(--bs-primary);
    padding-right: 0;
    padding-left: 0;
}
.articels-block .article-tall a {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    color: #fff;
    padding: 24px 12px 32px 18px;
    display: block;
}
.articels-block .article-tall button {
    width: 404px;
    height: 66px;
    margin-left: 20px;
    color: #fff;
    background: var(--bs-secondary);
    border: none;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
}
.articels-block .article-tall button img {
    width: 20px;
    position: static;
}
.articels-block .article-tall img {
    width: 100%;
    position: relative;
    bottom: 28px;
}

.stairs-block {
    margin-top: 112px;
    background: var(--bs-primary);
    height: 940px;
    position: relative;
}
.stairs-block:after {
    content: '';
    background: url('/img/stairs-big.png') no-repeat center center;
    position: absolute;
    width: 834px;
    height: 1089px;
    top: -2px;
    right: 0;
}
.stairs-block h2 {
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 54px;
    text-align: center;
    color: #fff;
}
.stairs-block .stairs-item {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    width: 436px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.stairs-block .wa-submit {
    width: 625px;
}
.stairs-block .wa-or {
    width: 625px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.stairs-block .form-input {
    width: 310px;
    margin-bottom: 6px;
}
.stairs-block .wa-submit-secondary {
    width: 310px;
    background: var(--bs-secondary);
}



.feature-block {
    margin-top: 180px;
    background: url('/img/spline.png') no-repeat 0px -30px;
}
.feature-block h2 {
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 70px;
    text-align: left;
}
.feature-block h2 span {
    color: var(--bs-secondary);
}
.feature-block .feature-item {
    background: #F6F6F6;
    border: 3px solid var(--bs-secondary);
    height: 914px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.feature-block .feature-item .pic img {
    width: 100%;
}
.feature-block .feature-item .text {
    padding: 25px 18px;
    font-size: 24px;
    line-height: 100%;
}
.feature-block .feature-item .more {
    display: block;
    background: var(--bs-secondary);
    height: 75px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-left: 18px;
    margin-right: 18px;
    padding-top: 18px;
    border-radius: 10px;
    position: absolute;
    bottom: 18px;
    width: 354px;
}

.feature-block .feature-item-wide {
    border: 3px solid var(--bs-secondary);
    height: 420px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    background: #F6F6F6 url("/img/feature-wide.png") no-repeat right 50px;
    margin-top: 20px;
}
.feature-block .feature-item-wide .text {
    padding: 34px;
    font-size: 24px;
    line-height: 100%;
}
.feature-block .feature-item-wide .more {
    display: block;
    background: var(--bs-secondary);
    height: 75px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-left: 26px;
    padding-top: 18px;
    border-radius: 10px;
    position: absolute;
    bottom: 34px;
    width: 548px;
}


.manufacture-block {
    margin-top: 112px;
    background: #F6F6F6;
    padding-bottom: 70px;
}
.manufacture-block h2 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 32px;
    padding-bottom: 26px;
    text-align: center;
}
.manufacture-block h2 span {
    color: var(--bs-secondary);
}
.manufacture-block p {
    font-size: 24px;
    padding-bottom: 32px;
}
.manufacture-item .manufacture-item-left {
    width: 620px;
    height: 544px;
    margin-bottom: 12px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23333' stroke-width='1' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    /*border-radius: 30px;*/
    padding: 30px 34px 30px 10px;
}
.manufacture-item-left .item-text-block:first-child {
    margin-bottom: 34px;
}
.manufacture-item-left .item-text-block .icon {
    width: 106px;
}
.manufacture-item-left .item-text-block .text {
    font-size: 20px;
    color: var(--bs-primary);
}
.manufacture-item-left .item-text-block .text p {
    font-size: 20px;
    line-height: 100%;
    color: var(--bs-primary);
}
.manufacture-item-left .item-text-block .text h4 {
    font-size: 28px;
    line-height: 100%;
    font-weight: bold;
    color: #000;
}

.manufacture-item .manufacture-item-right {
    width: 580px;
    height: 544px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 12px;
    z-index: 10000;
}
.manufacture-item .manufacture-item-right .text1 {
    position: absolute;
    border-radius: 10px;
    border: 3px solid var(--bs-secondary);
    font-size: 14px;
    padding: 2px 10px;
    background: #fff;
    top: 216px;
    left: 94px
}
.manufacture-item .manufacture-item-right .text2 {
    position: absolute;
    border-radius: 10px;
    border: 3px solid var(--bs-secondary);
    font-size: 14px;
    padding: 2px 10px;
    background: #fff;
    top: 276px;
    left: 304px;
}


.why-us-block {
    margin-top: 56px;
}
.why-us-block h2 {
    font-size: 48px;
    line-height: 110%;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 32px;
    padding-bottom: 26px;
    text-align: center;
}
.why-us-block h2 span {
    color: var(--bs-secondary);
}
.why-us-block p {
    text-align: center;
    font-size: 24px;
}
.why-us-block .video-wrap {
    width: 1440px;
    margin: 0 auto;
}
.why-us-block .video-block {
    width: 100%;
    height: 880px;
}
.why-us-block .video-block .preview-picture {
    width: 100%;
    height: 880px;
    background: url('/img/video.png') no-repeat right top;
    position: relative;
}
.why-us-block .video-block .preview-picture .play-video-btn {
    display: block;
    width: 76px;
    height: 76px;
    background: url('/img/video-play.png') no-repeat center center;
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 38px);
}
.why-us-block .video-block iframe{
    display: none;
}




.how-buy-block {
    margin-top: 230px;
}
.how-buy-block .how-buy-mobile {
    display: none;
}
.how-buy-block .why-item {
    width: 100%;
    height: 350px;
    margin-bottom: 28px;
    flex-direction: column;
    padding: 0 26px;
    background-size: 100% !important;
}
.how-buy-block .why-item .number {
    font-size: 96px;
    line-height: 133%;
    font-weight: bold;
    color: var(--bs-secondary);
}
.how-buy-block .why-item .text {
    color: #fff;
    font-size: 16px;
    line-height: 133%;
    padding-top: 90px;
}
.how-buy-block .why-item .text strong {
    font-size: 32px;
    line-height: 133%;
}
.how-buy-block .why-item h3 {
    font-size: 52px;
    line-height: 112%;
    font-weight: bold;
    color: var(--bs-primary);
}
.how-buy-block .why-item .big-text {
    color: var(--bs-primary);
    font-size: 24px;
    line-height: 133%;
    padding-top: 164px;
}
.how-buy-block .why-item .wa-submit {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #41C452;
    width: 414px;
    height: 68px;
    border-radius: 5px;
    border: none;
    margin-top: 22px;
}

.no-risk-block {
    background: #f6f6f6;
    height: 300px;
    overflow: hidden;
}
.no-risk-block h2 {
    font-size: 48px;
    line-height: 133%;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--bs-primary);
    padding: 26px 0 34px 0;
    margin: 0;
    text-align: left;
}
.no-risk-block h2 span {
    color: var(--bs-secondary);
}
.no-risk-block .h3 {
    background: var(--bs-secondary);
    height: 88px;
}
.no-risk-block .h3 h3 {
    font-size: 32px;
    line-height: 110%;
    font-weight: normal;
    color: #fff;
    width: 1240px;
    margin: 0 auto;
    padding-left: 8px;
    padding-top: 8px;
}
.no-risk-block .pic {
    position: relative;
}
.no-risk-block .pic img {
    position: absolute;
    bottom: -34px;
    right: -126px;
}


.likes-slider-block {
    margin-top: 184px;
}
.likes-slider-wrap {
    width: 1440px;
    margin: 0 auto;
}
.likes-slider-wrap .slider-button-prev {
    top: -322px;
}
.likes-slider-wrap .slider-button-next {
    top: -322px;
}

.likes-slider-block .video-block {
    width: 100%;
    height: 810px;
}
.likes-slider-block .video-block .preview-picture {
    width: 100%;
    height: 810px;
    position: relative;
}
.likes-slider-block .video-block .preview-picture .play-video-btn {
    display: block;
    width: 76px;
    height: 76px;
    background: url('/img/video-play.png') no-repeat center center;
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 38px);
}
.likes-slider-block .video-block iframe{
    display: none;
}

.likes-slider-block .video {
    width: 1440px;
    height: 810px;
    margin: 0 auto;
}
.likes-slider-block h2 {
    font-size: 48px;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 74px;
    text-align: center;
}
.likes-slider-block h2 span {
    color: var(--bs-secondary);
}
.likes-slider-block .pets-top {
    background: var(--bs-secondary);
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    padding: 46px 0 42px 0;
    font-size: 48px;
    line-height: 110%;
    font-weight: bold;
    text-transform: uppercase;
}
.likes-slider-block .pets-bottom {
    background: var(--bs-secondary);
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 80px;
}
.likes-slider {
    margin-bottom: 86px;
}
@media only screen and (min-width: 1024px) {
    .likes-slide {
        width: fit-content !important;
    }
}

.likes-slide {
    height: 500px;
    display: flex;
    overflow: hidden;

}
.likes-slide-pic {
    width: 360px;
    height: 500px;
    background-size: 100% !important;
    text-align: center;
}
.likes-slide .name {
    display: inline-block;
    text-align: center;
    margin: 400px auto 0 auto;
    font-size: 32px;
    line-height: 110%;
    font-weight: bold;
    background: var(--bs-primary);
    border-radius: 4px;
    color: #fff;
    padding: 0 6px;
    border-radius: 4px;
    padding: 10px;
    text-transform: uppercase;
}


.opinions-slider-block .slider-button-prev, .opinions-slider-block .slider-button-next {
    top: -386px;
}
.opinions-slider-block .slider-button-prev {
    background: url(/img/slider-left-arrow_orange.png) no-repeat center center;
}
.opinions-slider-block .slider-button-next {
    background: url(/img/slider-right-arrow_orange.png) no-repeat center center;
}

.opinions-slider-block {
    margin-top: 184px;
    padding-top: 36px;
    background: #F6F6F6;
    text-align: center;
}
.opinions-slider-wrap {
    width: 1440px;
    margin: 0 auto;
}
.opinions-slider-block h2 {
    font-size: 48px;
    line-height: 110%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 80px;
    text-align: center;
}
.opinions-slider-block h2 span {
    color: var(--bs-secondary);
}
.opinions-slider .slide {
    width: fit-content !important;
    border: 1px solid #CECECE;
    border-radius: 20px;
    background: #FFF;
    height: 710px;
    text-align: left;
    overflow: hidden;
}
.opinions-slider .slide .opinions-slide-wrap {
    width: 525px;
    height: 710px;
    padding: 24px 32px;
}

.opinions-slider .slide .photo-block {
    padding-bottom: 16px;
}
.opinions-slider .slide .pic {
    padding-right: 16px;
}
.opinions-slider .slide .name {
    font-size: 20px;
    line-height: 110%;
    font-weight: bold;
    color: var(--bs-primary);
}
.opinions-slider .slide .stars {

}
.opinions-slider .slide .text {
    font-size: 16px;
    line-height: 110%;
    color: var(--bs-primary);
    padding-bottom: 32px;
    height: 212px;
}
.opinions-slider .slide .gallery-wrap {
    height: 270px;
}
.opinions-slider .slide .gallery-wrap img {
    margin-left: 10px;
}

.about-video-block {
    padding-top: 86px;
    background: #F6F6F6;
}
.about-video-block .video {
    width: 1440px;
    margin: 0 auto;
}
.about-video-block h2 {
    font-size: 48px;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    color: var(--bs-primary);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    padding: 40px 0;
}
.about-video-block h2 span {
    color: var(--bs-secondary);
}
.about-video-block .about-video-bottom {
    background: #fff;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 30px;
    margin-bottom: 36px;
}

.about-video-block .video-block {
    width: 100%;
    height: 810px;
}
.about-video-block .video-block .preview-picture {
    width: 100%;
    height: 810px;
    position: relative;
}
.about-video-block .video-block .preview-picture .play-video-btn {
    display: block;
    width: 76px;
    height: 76px;
    background: url('/img/video-play.png') no-repeat center center;
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 38px);
}
.about-video-block .video-block iframe{
    display: none;
}


.video-opinions-block {
    margin-top: 74px;
}
.video-opinions-block h2 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 54px;
    text-align: center;
}
.video-opinions-block .video-opinions-wrap {
    width: 295px;
    height: 526px;
    margin: 0 10px;
    text-align: center;
}
.video-opinions-block .video-opinions-wrap .name {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding-top: 28px;
}
.video-opinions-block .video-opinions-wrap .name span {
    background: var(--bs-secondary);
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
}
.video-opinions-block .video-opinions-wrap .text {
    font-size: 20px;
    line-height: 110%;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}
.video-opinions-block .materials-container {
    margin-top: 190px;
}
.video-opinions-block .materials-container h2 {
    margin-bottom: 74px;
}
.video-opinions-block .material-block {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23DD6F46FF' stroke-width='10' stroke-dasharray='20%2c 40' stroke-dashoffset='27' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 10px;
    text-align: center;
    margin: 0 auto 100px auto;
    width: 1290px;
    padding: 0 24px;
}
.video-opinions-block .material-block h3 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 24px;
    margin: 0 auto;
    text-align: center;
    display: inline;
    position: relative;
    top: -22px;
    color: var(--bs-secondary);
    background: #fff;
}
.video-opinions-block .materials {
    gap: 10px;
}
.video-opinions-block .materials .name {
    font-size: 32px;
    line-height: 110%;
    color: var(--bs-primary);
    text-transform: uppercase;
    padding: 0 24px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 14px;
    background: #fff;
}
.video-opinions-block .materials.metals {
    gap: 90px;
}
.video-opinions-block .materials.metals .name {
    top: 32px;
}
.video-opinions-block .materials.metals .name.name-2 {
    top: 48px;
}
.video-opinions-block .stairs {
    margin-top: 66px;
}
.video-opinions-block .stairs h3 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 38px;
    text-align: center;
    color: var(--bs-secondary);
}
.video-opinions-block .stairs-item {
    padding: 20px;
    background: #F6F6F6;
    height: 448px;
    margin-bottom: 30px;
}
.video-opinions-block .stairs-item .pic {
    width: 100%;
    height: 316px;
}
.video-opinions-block .stairs-item .pic img {
    width: 100%;
}
.video-opinions-block .stairs-item .name {
    background: var(--bs-secondary);
    text-align: center;
    color: #F6F6F6;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    padding: 0 26px;
    border-radius: 4px;
    height: 92px;
    display: table-cell;
    vertical-align: middle;
    width: 398px;
}

.trust-us-block {
    margin-top: 54px;
    background: #F6F6F6;
    padding: 110px 0;
    position: relative;
    z-index: 10000;
}
.trust-us-block:before {
    content: "";
    display: block;
    position: absolute;
    width: 722px;
    height: 606px;
    background: url('/img/spiral.png') no-repeat center center;
    left: calc(50% - 264px);
    top: -32px;
    z-index: 100;
}
.trust-us-block .manufacture-item .manufacture-item-left {
    padding: 30px 10px 30px 24px;
    background-color: #F6F6F6;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%23333' stroke-width='1' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 30px;
    position: relative;
    z-index: 10000;
}
.trust-us-block h2 {
    padding: 0 0 40px 0px;
}
.trust-us-block h2 span {
    background: var(--bs-secondary);
    color: #fff;
    font-size: 32px;
    line-height: 110%;
}
.trust-us-block .manufacture-item-left .item-text-block {
    gap: 10px;
}
.trust-us-block .manufacture-item-left .item-text-block .text p {
    font-size: 15px;
}
.trust-us-block .calc-price {
    width: 750px;
    height: 68px;
    background: var(--bs-secondary);
    text-align: center;
    color: #fff;
    margin: 128px auto 0 auto;
    font-size: 32px;
    font-weight: bold;
    line-height: 110%;
    border-radius: 10px;
    border: none;
    display: block;
    text-transform: uppercase;
    position: relative;
}
.trust-us-block .calc-price:after {
    content: "";
    display: block;
    position: absolute;
    top: -172px;
    right: 300px;
    width: 237px;
    height: 101px;
    background: url('/img/trust-us-arrow.png') no-repeat center center;
}



.get-catalog-block {
    padding-top: 74px;
    /*background: #fff url('/img/get-catalog-back.jpg') no-repeat center top;*/
    height: 1024px;
}
.get-catalog-block .small-get {
    font-size: 32px;
    line-height: 100%;
    font-weight: bold;
    color: var(--bs-primary);
    text-align: left;
}
.get-catalog-block h2 {
    font-size: 59px;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--bs-primary);
    text-align: left;
    padding: 16px 0;
}
.get-catalog-block h2 span {
    color: var(--bs-secondary);
}
.get-catalog-block p {
    font-size: 20px;
    line-height: 100%;
    font-weight: normal;
    color: var(--bs-primary);
    text-align: left;
    width: 640px;
}
.get-catalog-block h3 {
    font-size: 32px;
    line-height: 130%;
    font-weight: bold;
    color: var(--bs-primary);
    text-align: left;
    padding: 72px 0 55px 0;
    width: 670px;
}
.get-catalog-block h3 span {
    background: var(--bs-secondary);
    color: #fff;
    border-radius: 4px;
    padding: 0 10px;
}
.get-catalog-block .wa-form-heading {
    font-size: 32px;
    line-height: 106%;
    color: var(--bs-primary);
    text-align: left;
    padding-bottom: 20px;
}
.get-catalog-block .wa-form {
    position: relative;
    width: 744px;
}
.get-catalog-block .wa-form:after {
    content: "";
    display: block;
    position: absolute;
    top: -148px;
    right: -56px;
    width: 114px;
    height: 232px;
    background: url('/img/arrow_on_bottom.svg') no-repeat center center;
}
.get-catalog-block .wa-form-wrap {
    border-radius: 10px;
    background: var(--bs-primary);
    padding: 15px;
}
.get-catalog-block .form-input {
    width: 286px;
    border-radius: 10px;
    margin-bottom: 0px;
}
.get-catalog-block .wa-submit {
    width: 422px;
    border-radius: 10px;
    background: var(--bs-secondary);
    text-transform: uppercase;
}
.get-catalog-block .radio-container {
    color: var(--bs-primary);
    text-align: left;
}



.catalog-sections-wrap {
    margin-top: 50px;
}
.section-list-item {
    min-height: 394px;
    margin-bottom: 40px;
}
.section-list-item .section-list-item_img {
    display: block;
    text-decoration: none;
    width: 400px;
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.section-list-item .section-list-item_name {
    text-decoration: none;
    margin-top: 15px;
    font-size: 24px;
    color: #222;
}
.catalog-big-banner {
    margin: 0 auto;
    text-align: center;
    height: 810px;
    background: url('/img/big_banner.png') no-repeat center center;
}

.founder-word {
    margin-top: 50px;
}
.founder-word .founder-word-left {
    width: 49%;
}
.founder-word-left h2 {
    font-size: 38px;
    line-height: 120%;
    font-weight: bold;
    letter-spacing: 3%;
    border-bottom: 3px solid var(--bs-secondary);
    border-right: 3px solid var(--bs-secondary);
    padding: 0 20px 10px 0;
    text-transform: uppercase;
    margin-top: 46px;
    margin-bottom: 34px;
    display: inline-block;
}
.founder-word-left p {
    font-size: 16px;
    font-style: italic;
}
.founder-word-left button {
    background: var(--bs-secondary);
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 105%;
    font-weight: bold;
    text-transform: uppercase;
    width: 275px;
    height: 68px;
    border: none;
    margin: 16px 0;
}
.founder-word .founder-word-right {
    width: 49%;
}

.founder-word-right .manufacture-item-right {
    height: 810px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 12px;
    z-index: 10000;
}
.founder-word-right .manufacture-item-right:after {
    content: "";
    background: url('/img/founders.png') no-repeat left top;
    width: 714px;
    height: 810px;
    position: absolute;
}
.founder-word-right .manufacture-item-right .text1 {
    position: absolute;
    border-top-left-radius: 12px;
    border-bottom: 1px solid #FDFDFD;
    border-right: 1px solid #FDFDFD;
    font-size: 16px;
    padding: 6px 19px;
    background: var(--bs-secondary);
    color: #fff;
    top: 278px;
    left: 50px;
    z-index: 20000;
}
.founder-word-right .manufacture-item-right .text2 {
    position: absolute;
    border-top-left-radius: 12px;
    border-bottom: 1px solid #FDFDFD;
    border-right: 1px solid #FDFDFD;
    font-size: 16px;
    padding: 6px 16px;
    background: var(--bs-secondary);
    color: #fff;
    top: 394px;
    left: 360px;
    z-index: 20000;
}



footer {
    background: var(--bs-primary);
    padding: 24px 0;
    min-height: 345px;
    color: #fff;
}
footer a {
    color: #949494;
}
footer .menu-block {
    padding-right: 66px;
}
footer .menu-block .footer-head {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}
footer .menu-block a {
    display: block;
}
footer .address {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}
footer .map a {
    text-decoration: underline;
}
footer .soc-icons {
    padding-top: 20px;

}
footer .vk-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('/img/vk-icon.png') no-repeat center center;
    margin-right: 10px;
    background-size: 100%;
}
footer .rt-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('/img/ru-icon.png') no-repeat center center;
    margin-right: 10px;
    background-size: 100%;
}
footer .tg-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('/img/tg-icon.png') no-repeat center center;
    margin-right: 10px;
    background-size: 100%;
}
footer .pi-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('/img/pi-icon.png') no-repeat center center;
    margin-right: 10px;
    background-size: 100%;
}
footer .soc-icons button {
    border-radius: 6px;
    background: var(--bs-secondary);
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px;
    width: 236px;
    border: none;
    margin-top: 20px;
}
footer .policy-text {
    font-size: 10px;
    color: #949494;
    font-family: "Inter", sans-serif;
}
footer .policy-text a {
    color: #949494;
    text-decoration: underline;
}
footer .submenu {
    padding-top: 80px;
}
footer .submenu ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .submenu ul li {
    display: inline-block;
    padding: 0 16px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
footer .submenu ul li a {
    color: #fff;
}
footer .footer-contact-us {
    display: none;
}
footer .submenu-mobile {
    display: none;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 0 !important;
    text-align: center;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: relative;
    top: 1px;
    left: -4px;
    height: 10px;
    width: 10px;
    background: var(--bs-secondary);
    border: 1px solid #fff;
    display: inline-block;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    /*border: 1px solid #ccc;*/
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    /*border: 1px solid #F9B121;*/
    background: var(--bs-secondary) url('/img/checkmark.png') no-repeat center center;
}

/* Create the indicator (the dot/circle - hidden when not checked)
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
*/
/* Show the indicator (dot/circle) when checked
.radio-container input:checked ~ .checkmark:after {
    display: block;
}
*/
/* Style the indicator (dot/circle)
.radio-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F9B121;
}
*/


@media only screen and (max-width: 450px) {

    h2, .h2 {
        font-size: 20px;
    }

    h3, .h3 {

    }

    .slider-button-prev {
        width: 36px;
        height: 36px;
        background: url(/img/slider-left-arrow.png) no-repeat center center;
        position: absolute;
        top: -200px;
        left: 20px;
        border-radius: 5px;
        background-size: 100%;
    }
    .slider-button-next {
        width: 36px;
        height: 36px;
        background: url(/img/slider-right-arrow.png) no-repeat center center;
        position: absolute;
        top: -200px;
        right: 20px;
        border-radius: 5px;
        background-size: 100%;
    }
    .text-center-mobile {
        text-align: center;
    }

    header {
        height: 58px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 1000;
    }
    .top-block {
        height: 58px;
        padding-top: 0;
    }
    .top-block .logo {
        width: 70px;
        height: 24px;
        margin-top: 20px;
        padding-right: 0;
    }
    .top-block .logo:after {
        display: none;
    }
    .top-block .logo img {
        width: 100%;
    }
    .top-menu {
        display: none;
    }
    .top-block .callback {
        display: none;
    }
    .top-block .fav-icon {
        display: none;
    }
    .top-block .phone {
        height: 58px;
        padding: 0;
    }
    .top-block .phone-head {
        display: none;
    }
    .top-block .phone:after {
        display: none;
    }
    .top-block .cart-icon {
        width: 26px;
        height: 26px;
        background-size: 100%;
    }
    .top-block .cart-icon span {
        width: 12px;
        height: 12px;
        bottom: -1px;
        right: -2px;
        font-size: 8px;
        line-height: 10px;
    }
    .top-block .wa-icon {
        width: 26px;
        height: 26px;
        background-size: 100%;
        margin-left: 0px;
        margin-top: 3px;
    }
    .top-block .tg-icon {
        width: 26px;
        height: 26px;
        background-size: 100%;
        margin-left: 4px;
        margin-top: 3px;
    }
    .phone-icon-mobile {
        display: inline-block;
        width: 26px;
        height: 26px;
        background: url('/img/phone-icon-mobile.png') no-repeat center center;
        margin-left: 4px;
        margin-top: 3px;
        background-size: 100%;
    }


    .top-block .basket-top {
        padding-top: 0;
        margin-top: 18px;
    }
    .chat_us {
        display: block;
        width: 126px;
        text-align: center;
        font-size: 14px;
        color: #000;
        font-weight: normal;
        padding-top: 10px;
    }
    .logo {
        display: none;
    }
    .logo-mobile {
        display: block;
        width: 102px;
        height: 27px;
        margin-top: 20px;
    }
    .logo-mobile img {
        width: 100%;
    }



    .top-block .burger {
        display: block;
        width: 30px;
        height: 30px;
        background: url('/img/burger.png') no-repeat center center;
        margin-left: 14px;
    }
    .top-banner .h2 {
        font-size: 20px;
        padding: 22px 0 12px 0;
        margin-bottom: 0;
    }
    .top-banner {
        min-height: 528px;
        background: url('/img/top-banner-mobile.png') no-repeat center bottom !important;
    }
    .top-banner .promo-text {
        font-size: 13px;
    }
    .top-banner .promo-text .hot-text {
        background-size: 15px;
        padding: 4px 0 4px 22px;
    }
    .bottom-banner {
        min-height: 326px;
        background: url('/img/bottom-banner-mobile.png') no-repeat center top !important;
    }
    .bottom-banner .promo-hand {
        width: 128px;
        height: 181px;
        background-size: 100%;
        right: -10px;
        top: -47px;
    }
    .bottom-banner .h2 {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 14px;
        width: 254px;
    }
    .bottom-banner .h2 img {
        width: 12px;
        height: 12px;
        top: -2px;
    }
    .bottom-banner .head-more {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .bottom-banner .head-more:after {
        width: 46px;
        height: 28px;
        background: url(/img/arrow1_mobile.svg) no-repeat center center;
        margin: 4px 0 0 4px;
    }
    .bottom-banner .three-steps {
        margin-left: -6px;
        margin-right: 0;
        width: 107%;
        margin-bottom: 52px;
    }
    .bottom-banner .steps-block {
        flex-direction: column;
    }
    .bottom-banner .steps-step {
        border: 1px solid var(--bs-secondary);
        border-radius: 3px;
        padding: 5px;
        width: 115px;
        height: 72px;
        margin-right: 10px;
    }
    .bottom-banner .steps-step .head {
        font-size: 42px;
        line-height: 30px;
        padding-bottom: 6px;
    }
    .bottom-banner .steps-step .text {
        font-size: 12px;
    }
    .bottom-banner .three-steps:after {
        width: 26px;
        height: 77px;
        background: url(/img/arrow2_mobile.png) no-repeat center center;
        right: 20px;
        top: 72px;
    }
    .wa-form {
        text-align: center;
    }
    .wa-form .form-input {
        width: 260px;
        height: 28px;
        border-radius: 3px;
        margin-bottom: 6px;
        font-size: 13px;
        text-align: center;
    }
    .wa-form .wa-submit {
        font-size: 13px;
        width: 260px;
        height: 28px;
        border-radius: 3px;
        text-align: center;
        margin-bottom: 6px;
    }
    .wa-form .wa-submit img {
        width: 21px;
        height: 21px;
    }
    .wa-form .radio-container {
        font-size: 8px;
    }

    .catalog-block {
        margin-top: 32px;
    }
    .catalog-block .heading {
        padding-bottom: 20px;
    }
    .catalog-block .heading h2 a {
        background: var(--bs-secondary) url(/img/more-link_mobile.png) no-repeat calc(100% - 6px) center;
        border-radius: 2px;
        padding: 6px 18px 6px 6px;
        font-size: 8px;
        line-height: 8px;
        top: -4px;
    }
    .catalog-item {
        width: 352px;
        min-height: 592px;
        padding: 8px;
        margin-bottom: 14px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .catalog-block-3 .catalog-item {
        min-height: 508px;
    }
    .catalog-block-4 .catalog-item {
        min-height: 522px;
    }
    .catalog-block-5 .catalog-item {
        min-height: 542px;
    }
    .catalog-block-6 .catalog-item {
        min-height: 542px;
    }

    .catalog-item .pic {
        height: 358px;
        margin-bottom: 12px;
    }
    .catalog-item .name {
        font-size: 16px;
        height: 24px;
    }
    .catalog-item .text {
        font-size: 11px;
        padding-top: 12px;
    }
    .catalog-item .buy button {
        height: 42px;
        font-size: 19px;
        border-radius: 8px;
    }
    .catalog-item .price {
        font-size: 14px;
    }
    .catalog-item .price .price-name {
        width: 100px;
    }
    .catalog-item .price .price-discount {
        width: 80px;
    }
    .catalog-block .col-lg-6:nth-child(odd) .catalog-item {
        float: none;
    }

    .catalog-block-2 {
        margin-top: 110px;
    }
    .catalog-block-4 {
        margin-top: 56px;
    }
    .catalog-block-5 {
        margin-top: 56px;
    }
    .catalog-block-6 {
        margin-top: 40px;
    }
    .container-1440 {
        width: 100%;
    }
    .promo-block {
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .promo-block .container-1440 {
        flex-direction: column;
    }
    .promo-block h3 {
        font-size: 20px;
        padding-bottom: 32px;
    }
    .promo-block .video-block {
        width: 100%;
        height: 272px;
    }
    .promo-block .video-block .preview-picture {
        height: 272px;
    }
    .promo-block .squares-block-4 {
        width: 100%;
        margin-left: auto;
    }
    .promo-block:after {
        display: none;
        /*width: 55px;
        height: 138px;
        background: url(/img/promo-arrow_mobile.png) no-repeat left top;
        margin: 0;
        position: absolute;
        bottom: 94px;
        left: 46px;*/
    }
    .squares-block-4 .text {
        border-radius: 4px;
        width: 154px;
        height: 66px;
        font-size: 20px;
        line-height: 20px;
    }
    .squares-block-4 .heading {
        font-size: 20px;
        padding-top: 12px;
        padding-bottom: 10px;
    }
    .squares-block-4 .small-text {
        font-size: 8px;
        line-height: 8px;
        padding: 8px 0px 0 0px;
        width: 88%;
        margin: 0 auto;
    }
    .squares-block-4 .square-block {
        height: 150px;
    }
    .squares-block-4 .square-1 .text {
        border: 2px solid #fff;
    }
    .squares-block-4 .square-2 .text {
        border: 2px solid #222;
    }
    .squares-block-4 .square-3 .text {
        border: 2px solid var(--bs-secondary);
    }
    .squares-block-4 .square-4 .text {
        border: 2px solid var(--bs-secondary);
    }
    .catalog-block .heading h3 {
        font-size: 20px;
    }

    .slider-visual-wrap {
        width: 393px;
    }
    .why-us-block .video-wrap {
        width: 393px;
    }
    .likes-slider-wrap {
        width: 393px;
    }
    .likes-slider-block .video {
        width: 393px;
        height: 234px;
    }
    .opinions-slider-wrap {
        width: 393px;
    }
    .about-video-block .video {
        width: 393px;
    }
    .video-opinions-block .material-block {
        width: 353px;
    }

    .visualization-block {
        margin-top: 78px;
        height: 658px;
    }
    .slider-visual-wrap .slide {
        height: 362px;
    }
    .visualization-block h2 {
        font-size: 14px;
        padding: 26px 0 36px 0;
        width: 100%;
    }
    .slider-visual-wrap .slide img {
        width: 100%;
    }
    .visualization-block h3 {
        font-size: 14px;
        font-weight: bold;
        padding: 24px 0 20px 0;
    }
    .visualization-block .wa-form {
        width: auto;
    }
    .visualization-block .excamation-sign {
        width: 38px;
        height: 85px;
        top: -54px;
        left: -20px;
        background-size: 100%;
    }
    .visualization-block .wa-form .form-input {
        width: 260px;
        margin-bottom: 6px;
    }
    .visualization-block .wa-form .wa-submit {
        width: 260px;
        margin-left: 0px;
        position: static;
    }
    .visualization-block .wa-form .radio-container {
        padding-top: 12px;
    }

    .patent-block {
        height: 425px;
        border-radius: 20px;
        margin-bottom: 38px;
        margin-top: 56px;
        text-align: center;
        background: #222 url('/img/patent-block-back.png') no-repeat center bottom !important;
    }
    .patent-block h2 {
        font-size: 14px;
        line-height: 100%;
        padding: 30px 0;
        text-align: center;
    }
    .patent-block p {
        font-size: 14px;
        margin-bottom: 14px;
        height: 30px;
    }
    .patent-block p img {
        position: relative;
        width: 37px;
        height: 37px;
        top: -8px;
    }
    .patent-block .btn-read-more {
        width: 280px;
        height: 38px;
        font-size: 20px;
        line-height: 30px;
        border-radius: 4px;
        margin: 12px auto 20px auto;
    }
    .patent-block img {
        width: 280px;
    }

    .but-text {
        display: none;
    }
    .but-text-mobile {
        display: block;
    }
    .just-but-text {
        display: block;
        text-align: center;
    }
    .but-block {
        height: 660px;
        background: url(/img/but-back-mobile.png) no-repeat center center !important;
        border-radius: 30px;
    }
    .but-block h2 {
        font-size: 14px;
        line-height: 133%;
        padding: 20px 0 30px 0;
        width: 97%;
        margin: 0 auto;
    }
    .but-block .but-p {
        font-size: 100px;
        line-height: 100px;
        padding-bottom: 0;
        position: relative;
        margin-bottom: 10px;
    }
    .but-block .but-p:after {
        content: '';
        position: absolute;
        background: url(/img/but_arrow.png) no-repeat left top;
        width: 40px;
        height: 127px;
        right: -15px;
        top: -26px;
    }
    .but-block p {
        font-size: 12px;
        padding-right: 0px;
        line-height: 133%;
        padding-top: 16px;
    }
    .but-block .but-pic img {
        width: 100%;
    }
    .but-block .wa-form {
        margin-top: 30px;
    }
    .but-block .wa-form-heading {
        display: none;
    }
    .but-block .wa-form .form-input {
        width: 280px;
    }
    .but-block .wa-form .wa-submit {
        width: 280px;
        margin-left: 0;
        position: static;
    }
    .but-block .wa-form .radio-container {
        text-align: center;
    }

    .heading-39 h2 {
        font-size: 14px;
    }
    .free-consult-block {
        height: 233px;
        border-radius: 20px;
        margin-top: 56px;
    }
    .free-consult-block h2 {
        font-size: 20px;
        line-height: 100%;
        padding: 16px 0 36px 0;
    }
    .free-consult-block .wa-form {
        width: 214px;
    }
    .free-consult-block .wa-form .form-input {
        width: 214px;
        margin-bottom: 6px;
    }
    .free-consult-block .wa-form .wa-submit {
        width: 214px;
        margin-left: 0px;
        position: static;
    }
    .free-consult-block .wa-form .radio-container {
        font-size: 6px;
        text-align: center;
    }
    .freeman-pic {
        display: none;
    }
    .freeman-pic-mobile {
        display: block;
        position: relative;
    }
    .freeman-pic-mobile img {
        position: absolute;
        right: -32px;
        top: -114px;
    }



    .install-block {
        background: #F6F6F6 !important;
    }
    .install-block h2 {
        font-size: 20px;
        padding: 20px 0 0 0;
        color: #000;
        text-align: center;
    }
    .install-block .h3-wrap {
        background: #000;
        margin-bottom: 20px;
    }
    .install-block h3 {
        font-size: 14px;
        line-height: 110%;
        text-align: center;
        padding-top: 14px;
    }
    .install-block .heading {
        font-size: 14px;
        line-height: 110%;
        color: #000;
    }
    .install-block .in-time {
        font-size: 20px;
        margin-top: 14px;
        width: 100%;
        height: 30px;
        position: static;
        text-align: center;
        border-radius: 0;
        padding-top: 3px;
        padding-left: 0;
    }
    .install-block .install-pic {
        text-align: center;
    }
    .install-block .install-pic img {
        width: 265px;
        border-radius: 6px;
        position: static;
    }
    .install-block .video-block {
        width: 300px;
        height: 450px;
        position: static;
        margin: 0 auto;
    }
    .install-block .video-block .preview-picture {
        width: 300px;
        height: 450px;
    }


    .quiz-block {
        margin-top: 28px;
    }
    .quiz-block h2 {
        font-size: 20px;
        width: 90%;
    }
    .quiz-block .quiz-wrap p {
        margin-bottom: 0;
    }

    .quiz-block .quiz-wrap {
        font-size: 14px;
        margin-top: 24px;
        border: 2px solid var(--bs-secondary);
        border-radius: 10px;
        padding: 18px 0;
        text-align: center;
    }
    .quiz-block .quiz-asks {
        margin-top: 24px;
    }
    .quiz-block .quiz-asks .answer-a, .quiz-block .quiz-asks .answer-b {
        display: block;
        border: 2px solid var(--bs-secondary);
        border-radius: 10px;
        width: 166px;
        height: 247px;
        margin: 0 auto;
        background-size: cover !important;
    }
    .quiz-block .quiz-asks div {
        font-size: 14px;
        padding: 14px 0;
    }

    .articels-block {
        margin-top: 98px;
        margin-bottom: 18px;
    }
    .articels-block h2 {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .articels-block .article-tall {
        width: 204px;
        height: 274px;
        margin-bottom: 10px;
    }
    .articels-block .article-tall a {
        font-size: 14px;
        line-height: 112%;
        padding: 14px 14px 10px 14px;
    }
    .articels-block .article-wrap-mobile {
        width: 353px !important;
        display: flex;
        justify-content: space-between;
        margin-right: 0px;
        padding-right: 0px;
    }
    .articels-block .article-wrap-mobile .article:last-child {
        width: 140px;
    }
    .articels-block .article-wrap {
        width: 204px;
        margin-left: 0;
        margin-right: 10px;
        padding-left: 0;
    }
    .articels-block .article-wrap:last-child {
        width: 140px;
    }
    .articels-block .article-wrap:last-child .article {
        width: 140px;
        margin-left: 10px;
    }
    .articels-block .article {
        width: 204px;
        height: 134px;
        margin-bottom: 10px;
        font-size: 10px;
        border-radius: 6px;
    }
    .articels-block .article a {
        padding: 10px 6px;
    }
    .articels-block .article-tall {
        display: none;
    }
    .articels-block .article-tall.article-tall-mobile {
        display: block;
    }
    .articels-block .article-tall button {
        width: 174px;
        height: 44px;
        margin-left: 16px;
        border-radius: 6px;
        font-size: 12px;
    }
    .articels-block .article-tall button img {
        width: 10px;
    }
    .stairs-block {
        margin-top: 18px;
        height: 762px;
    }
    .stairs-block:after {
        width: 326px;
        height: 410px;
        top: 430px;
        right: 0px;
        background-size: 100% !important;
        background: url(/img/stairs-big.png) no-repeat center center;
    }
    .stairs-block h2 {
        font-size: 20px;
        line-height: 100%;
        margin-top: 24px;
        margin-bottom: 28px;
    }
    .stairs-block .stairs-item {
        font-size: 10px;
        line-height: 100%;
        width: 162px;
        margin-bottom: 16px;
        margin-right: 10px;
    }
    .stairs-block .stairs-item img {
        width: 76px;
    }

    .stairs-block .wa-form {
        position: relative;
        z-index: 10000;
    }
    .stairs-block .wa-form .form-input {
        width: 214px;
    }
    .stairs-block .wa-form .wa-submit {
        width: 214px;
    }
    .stairs-block .wa-or {
        width: 214px;
        font-size: 16px;
    }
    .stairs-block .radio-container {
        padding-left: 0px;
        font-size: 6px;
    }

    .feature-block h2 {
        font-size: 20px;
        line-height: 100%;
        padding-bottom: 20px;
    }
    .feature-block .feature-item, .feature-block .feature-item-wide {
        border: 1px solid var(--bs-secondary);
        height: 390px;
        margin-bottom: 13px;
        margin-top: 0px;
    }
    .feature-block .feature-item-wide {
        flex-direction: column;
    }
    .feature-block .feature-item-wide img {
        width: 100%;
    }
    .feature-block .feature-item .text, .feature-block .feature-item-wide .text {
        padding: 12px 8px;
        font-size: 10px;
    }
    .feature-block .feature-item .more, .feature-block .feature-item-wide .more {
        height: 32px;
        font-size: 10px;
        margin-left: 8px;
        margin-right: 0px;
        padding-top: 10px;
        border-radius: 4px;
        bottom: 8px;
        width: 150px;

    }

    .manufacture-block {
        margin-top: 54px;
    }
    .manufacture-block h2 {
        font-size: 20px;
        padding-top: 26px;
        padding-bottom: 14px;
    }
    .manufacture-block p {
        font-size: 14px;
        padding-bottom: 0;
        text-align: left;
    }
    .manufacture-item {
        flex-direction: column;
    }
    .manufacture-item .manufacture-item-left {
        width: 353px;
        height: 246px;
        margin-bottom: 0px;
        border-radius: 20px;
        padding: 16px 10px;
        order: 2;
    }
    .manufacture-item .manufacture-item-right {
        width: 353px;
        height: 331px;
        position: relative;
        border-radius: 20px;
        margin-bottom: 0px;
        order: 1;
        background-size: cover !important;

    }
    .manufacture-item-left .item-text-block .text h4 {
        font-size: 14px;
    }
    .manufacture-item-left .item-text-block .text p {
        font-size: 10px;
    }

    .manufacture-item .manufacture-item-right .text1 {
        border-radius: 4px;
        border: 1px solid var(--bs-secondary);
        font-size: 10px;
        padding: 2px 10px;
        top: 112px;
        left: 40px;
    }
    .manufacture-item .manufacture-item-right .text2 {
        border-radius: 4px;
        border: 1px solid var(--bs-secondary);
        font-size: 10px;
        padding: 2px 10px;
        top: 164px;
        left: 176px;
    }
    .manufacture-item-left .item-text-block .icon {
        width: 80px;
    }
    .manufacture-item-left .item-text-block .icon img {
        width: 70px;
    }
    .manufacture-item-left .item-text-block:first-child {
        margin-bottom: 0;
    }

    .how-buy-block {
        margin-top: 66px;
    }
    .why-us-block {
        margin-top: 20px;
    }
    .why-us-block h2 {
        font-size: 14px;
        padding-top: 0px;
        padding-bottom: 14px;
    }
    .why-us-block p {
        font-size: 14px;
    }
    .why-us-block .video-wrap img {
        width: 100%
    }
    .why-us-col-1, .why-us-col-5 {
        display: none;
    }
    .why-us-block .video-block {
        height: 260px;
    }
    .why-us-block .video-block .preview-picture {
        height: 260px;
        background-size: cover !important;
    }

    .how-buy-block .how-buy-mobile {
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        color: var(--bs-primary);
        padding-bottom: 24px;
    }
    .how-buy-block .why-item .number {
        font-size: 40px;
        color: var(--bs-secondary);
    }
    .how-buy-block .why-item {
        width: 100%;
        height: 155px;
        margin-bottom: 10px;
        flex-direction: column;
        padding: 0 6px;
    }
    .how-buy-block .why-item .text {
        font-size: 10px;
        line-height: 133%;
        padding-top: 0px;
    }
    .how-buy-block .why-item .text strong {
        font-size: 16px;
    }
    .how-buy-block .why-item .big-text {
        padding-top: 0px;
        font-size: 14px;
        text-align: center;
    }
    .how-buy-block .why-item .wa-submit {
        font-size: 14px;
        width: 355px;
        height: 48px;
        border-radius: 5px;
    }
    .how-buy-block .why-item .wa-submit img {
        height: 27px;
    }

    .no-risk-block {
        height: 348px;
        background: #f6f6f6 url(/img/no-risk-back-mobile.png) no-repeat center bottom;
        margin: 0 auto;
        overflow: hidden;
    }
    .no-risk-block h2 {
        font-size: 20px;
        padding: 20px 0;
        color: var(--bs-primary);
        text-align: center;
    }
    .no-risk-block .h3 {
        height: auto;
        background: none;
    }
    .no-risk-block .h3 h3 {
        font-size: 13px;
        line-height: 110%;
        width: auto;
        background: transparent;
        text-align: center;
        color: #222;
    }
    .no-risk-block .pic img {
        bottom: -185px;
        right: 6px;
        width: 300px;
    }

    .likes-slider-block {
        margin-top: 46px;
    }
    .likes-slider-block h2 {
        font-size: 20px;
        line-height: 110%;
        margin-bottom: 30px;
    }

    .likes-slide {
        height: 283px;
    }
    .likes-slide .likes-slide-pic {
        margin: 0 auto;
        font-size: 14px;
        line-height: 25px;
        padding: 0;
        height: 283px;
        background-size: cover !important;
    }
    .likes-slide .name {
        margin-top: 227px;
        height: 26px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 0;
        padding: 6px 10px;
    }
    .likes-slider-wrap .slider-button-next, .likes-slider-wrap .slider-button-prev {
        top: -240px;
    }
    .likes-slider-block .pets-top {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        padding: 10px 0 13px 0;
        font-size: 14px;
    }
    .likes-slider-block .video-block {
        height: 234px;
    }
    .likes-slider-block .video-block .preview-picture {
        height: 234px;
    }
    .likes-slider-block .video img {
        width: 100%;
    }
    .likes-slider-block .video-block .preview-picture .play-video-btn {
        width: 26px;
        height: 26px;
        top: calc(50% - 13px);
        left: calc(50% - 13px);
    }
    .likes-slider-block .pets-bottom {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        height: 20px;
    }
    .opinions-slider-block h2 {
        font-size: 20px;
    }
    .opinions-slider .slide .opinions-slide-wrap {
        width: 278px;
        height: 376px;
        padding: 0px;
    }
    .opinions-slider-wrap h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .opinions-slider .slide {
        border-radius: 10px;
        padding: 12px 16px;
        height: 376px;

    }
    .opinions-slider .slide .pic {
        padding-right: 8px;
        width: 74px;
    }
    .opinions-slider .slide .pic img {
        width: 100%;
    }
    .opinions-slider .slide .name {
        font-size: 11px;
    }
    .opinions-slider .slide .text {
        font-size: 10px;
        height: 144px;
    }
    .opinions-slider .gallery-slide {
        width: 86px;
    }

    .about-video-block {
        padding-top: 64px;
    }
    .about-video-block h2 {
        font-size: 14px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        padding: 12px 0;
    }
    .about-video-block .video img {
        width: 100%;
    }
    .about-video-block .video-block {
        height: 294px;
    }
    .about-video-block .video-block .preview-picture {
        height: 294px;
        background-size: cover !important;
    }
    .about-video-block .video-block .preview-picture .play-video-btn {
        width: 36px;
        height: 36px;
        top: calc(50% - 18px);
        left: calc(50% - 18px);
        background-size: 100%;
    }

    .video-opinions-block {
        margin-top: 32px;
    }
    .video-opinions-block h2 {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .video-opinions-block .materials-container h2 {
        margin-bottom: 20px;
    }

    .video-opinions-block .slider-button-prev {
        background: url(/img/slider-left-arrow_orange.png) no-repeat center center;
        top: -20px;
    }
    .video-opinions-block .slider-button-next {
        background: url(/img/slider-right-arrow_orange.png) no-repeat center center;
        top: -20px;
    }
    .video-opinions-block .materials.metals .name.name-2 {
        top: 0;
    }
    .video-opinions-block .video-opinions-wrap {
        width: 170px;
        height: 304px;
        margin: 0;
        background-size: 100% !important;
    }
    .video-opinions-block .video-opinions-wrap .name {
        font-size: 12px;
        line-height: 18px;
        padding-top: 26px;
    }
    .video-opinions-block .video-opinions-wrap .name span {
        padding: 4px;
    }
    .video-opinions-block .video-opinions-wrap .text {
        font-size: 12px;
        margin-top: 10px;
    }

    .video-opinions-block .materials-container {
        margin-top: 77px;
    }

    .video-opinions-block .material-block h3 {
        font-size: 14px;
        padding: 0 14px;
        top: -11px;
    }
    .video-opinions-block .materials {
        gap: 4px;
    }
    .video-opinions-block .materials .material {
        width: 106px;
        display: inline-block;
    }
    .video-opinions-block .materials .material img {
        width: 100%;
    }
    .video-opinions-block .materials {
        display: block !important;
    }
    .video-opinions-block .materials .name {
        font-size: 14px;
        padding: 0;
        margin-bottom: 20px;
        height: 30px;
        overflow: hidden;
    }
    .video-opinions-block .material-block {
        margin: 0 auto 20px auto;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='3' ry='3' stroke='%23DD6F46FF' stroke-width='1' stroke-dasharray='8%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
        border-radius: 3px;
    }
    .video-opinions-block .material-block:nth-child(2) {
        padding: 0 8px 40px 8px;
    }
    .video-opinions-block .material-block {
        padding: 0 8px 16px 8px;
    }
    .video-opinions-block .stairs {
        margin-top: 20px;
    }
    .video-opinions-block .stairs h3 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .video-opinions-block .stairs-item {
        padding: 8px;
        height: 196px;
        margin-bottom: 6px;
    }
    .video-opinions-block .stairs-item .pic {
        height: 138px;
    }
    .video-opinions-block .stairs-item .name {
        font-size: 14px;
        line-height: 100%;
        padding: 0 14px;
        border-radius: 2px;
        height: 40px;
        width: 158px;
    }

    .trust-us-block {
        margin-top: 38px;
        padding: 36px 0;
    }
    .trust-us-block:before {
        top: 358px;
        left: -156px;
    }
    .trust-us-block:after {
        display: none;
    }

    .trust-us-block .manufacture-item .manufacture-item-right {
        order: 2;
    }

    .trust-us-block h2 {
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        padding: 0 0 22px 0px;
        margin-bottom: 0;
    }
    .trust-us-block h2 span {
        font-size: 18px;
        border-radius: 2px;
        padding: 3px 34px;
        font-weight: normal;
    }
    .trust-us-block .manufacture-item .manufacture-item-left {
        height: 364px;
        padding: 16px 10px;
        order: 1;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23333' stroke-width='1' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
        border-radius: 20px;
    }
    .trust-us-block .manufacture-item .manufacture-item-left:last-child {
        height: 260px !important;
    }
    .trust-us-block .manufacture-item .manufacture-item-right:last-child {
        height: 284px !important;
    }
    .trust-us-block .manufacture-item-left .item-text-block .icon {
        width: 48px;
    }
    .trust-us-block .manufacture-item-left .item-text-block .icon img {
        width: 40px;
    }
    .trust-us-block .manufacture-item-left .item-text-block .text p {
        font-size: 10px;
    }


    .trust-us-block .calc-price {
        width: 100%;
        height: 48px;
        margin: 64px auto 0 auto;
        font-size: 14px;
    }
    .trust-us-block .calc-price:after {
        top: -88px;
        right: 8px;
        width: 60px;
        height: 70px;
        background: url(/img/arrow_on_bottom_mobile.png) no-repeat center center;
    }

    .get-catalog-block {
        padding-top: 34px;
        background-size: 100% !important;
        height: 915px;
        background: url('/img/get-catalog-back_mobile.png') no-repeat center 170px !important;
    }
    .get-catalog-block .small-get {
        font-size: 20px;
    }
    .get-catalog-block h2 {
        font-size: 31px;
        padding: 20px 0 0 0;
    }
    .get-catalog-block p {
        font-size: 14px;
        width: 100%;
    }
    .get-catalog-block h3 {
        font-size: 14px;
        padding: 8px 0 334px 0;
        width: 100%;
    }
    .get-catalog-block .wa-form-heading {
        font-size: 14px;
    }
    .get-catalog-block .wa-form-heading img {
        width: 22px;
    }

    .get-catalog-block .wa-form {
        width: 100%;
    }
    .get-catalog-block .wa-form:after {
        display: none;
    }
    .get-catalog-block .wa-form-wrap {
        border-radius: 10px;
        margin-top: 18px;
        padding: 6px;
    }
    .get-catalog-block .wa-form .form-input {
        width: 100%;
        height: 52px;
        font-size: 20px;
    }
    .get-catalog-block .wa-form .wa-submit {
        width: 100%;
        height: 52px;
        font-size: 20px;
        margin-bottom: 0px;
        text-transform: none;
    }
    .get-catalog-block .wa-form .radio-container {
        font-size: 10px;
        text-align: center;
    }

    footer .footer-menu-block {
        order: 3;
    }
    footer .address-block {
        order: 1;
        display: flex;
        flex-wrap: wrap;
    }
    footer .footer-contact-us {
        display: block;
        width: 48%;
    }
    footer .footer-contact-us .footer-head {
        font-size: 12px;
        font-weight: bold;
    }
    footer .footer-contact-us a {
        font-size: 12px;
        color: #949494;
        display: block;
    }
    footer .address-map-wrap {
        font-size: 12px;
        width: 52%;
    }
    footer .address {
        font-size: 12px;
    }
    footer .menu-block .footer-head {
        font-size: 20px;
    }
    footer .menu-block a {
        font-size: 16px;
    }
    footer .menu-block.contact-us {
        display: none;
    }
    footer .city-moscow {
        color: #fff;
    }
    footer .footer-menu-desc {
        display: none;
    }
    footer .submenu-mobile {
        display: block;
        width: 100%;
        order: 2;
    }
    footer .submenu-mobile ul {
        padding: 0;
        margin: 24px 0;
    }
    footer .submenu-mobile ul li {
        display: inline-block;
        width: 32%;
        font-size: 14px;
        font-weight: bold;
    }
    footer .submenu-mobile ul li a {
        color: #fff;
    }
    footer .menu-block:first-child {
        width: 240px;
    }
    footer .menu-block {
        padding-right: 10px;
    }




}