@charset "UTF-8";
.banners,
.brands,
.materials,
.portfolio,
.blog {
    background: white;
}

.btn-red {
    background: #FF7475;
    padding: 12px 38px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none!important;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    position: relative;
}

.blog-item__title a,
.blog__video-desc p a {
    color: #818784;
    text-decoration: none;
}

.blog__video:hover a {
    color: #fff;
}

.feedback-wrapper {
    background: #8C8C8C;
}

.btn-red span {
    position: relative;
    z-index: 2;
color: #fff;
}

.btn-red svg {
    z-index: 2;
}

.btn-red:hover:before {
    opacity: 1;
}

.btn-red:before {
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    border-radius: 4px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5.43%, #FF7475), color-stop(105.43%, #E25455));
    background: -o-linear-gradient(top, #FF7475 5.43%, #E25455 105.43%);
    background: linear-gradient(180deg, #FF7475 5.43%, #E25455 105.43%);
}

.bg-overley {
    position: fixed;
    z-index: 4;
    width: 100%;
    display: none;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .5;
}

@media (max-width: 700px) {
    .form-wrapper {
        height: initial!important;
    }
}

.modal-portfolio {
    position: fixed;
    width: 100%;
    display: none;
    max-width: 1088px;
    max-height: 1000px;
    margin: auto;
    padding: 0 15px;
    height: 89vh;
    z-index: 5;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-portfolio__wrapper {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 30px 120px 35px 33px;
    position: relative;
    height: 100%;
}

.modal-portfolio__exit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 85px;
    height: 80px;
    background: #fff;
    border: 3px solid #FF7475;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px 5px 0px 0px;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.modal-portfolio__exit svg {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    width: 20px;
    height: 20px;
    fill: #FF7475;
}

.modal-portfolio__exit:hover {
    background: #FF7475;
}

.modal-portfolio__exit:hover svg {
    fill: #fff;
}

.modal-portfolio__btn {
    position: absolute;
    right: 0;
    top: 0%;
    width: 95vh;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    right: 85px;
    border-radius: 0 5px 0 0;
    padding-top: 25px;
    padding-bottom: 24px;
}

.modal-portfolio__btn:after {
    border-radius: 0;
}

.modal-portfolio__btn svg {
    margin-left: 10px;
    width: 27px;
    height: 27px;
    fill: #fff;
    margin-top: 5px;
    position: relative;
    z-index: 2;
}

.modal-portfolio__btn span {
    font-size: 32px;
    line-height: 37px;
}

.modal-portfolio__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 93%;
}

.modal-portfolio__content .gallery-popup {
    width: 100%;
    height: 100%;
    max-width: 628px;
    margin-right: 30px;
}

.modal-portfolio__content .gallery-popup img {
    width: 100%;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}

.modal-portfolio__content .gallery-thumbs {
    height: 100%;
}

.modal-portfolio__content .gallery-thumbs img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal-portfolio__bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-portfolio__bottom .modal-portfolio-button-next {
    position: static;
    margin: 0;
    color: #939393;
}

.modal-portfolio__bottom .modal-portfolio-button-next:after {
    font-size: 37px;
    top: 50%;
}

.modal-portfolio__bottom .modal-portfolio-button-prev {
    position: static;
    margin: 0;
    color: #939393;
}

.modal-portfolio__bottom .modal-portfolio-button-prev:after {
    font-size: 37px;
    top: 50%;
}

.modal-portfolio__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #818784;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

:focus,
:active {
    outline: none;
}

.horizontal-multilevel-menu>li>a,
.catalog-menu-text {
    font-family: initial; 
}

body {
    overflow-x: hidden;
    /* font-size: 14px;
  font-weight: 400;*/
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-text-size-adjust: none;*/
}

body.lock {
    overflow: hidden;
}

/*html,
body {
    margin: 0;
    height: 100%;
}*/

footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


/* Global styles */

body {
    font-family: initial;
}

body.lock {
    overflow: hidden;
}

a,
label {
    -webkit-tap-highlight-color: transparent;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1580px;
    padding: 0 15px;
}

.mobile-class {
    display: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select {
    position: relative;
    z-index: 2;
}

.select span {
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    width: 100%;
}

.select__drop {
    position: absolute;
    display: none;
    top: 25px;
    right: -20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}

.select__drop:before {
    content: '';
    position: absolute;
    right: 15px;
    top: -10px;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.select__drop span {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.select__drop span:hover {
    color: #FF7475;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox__text {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}

.checkbox__text:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #939393;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.checkbox__text:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: 0;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: url("../images/svg/check-white.svg  ");
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.checkbox input:checked+.checkbox__text:before {
    background: #FF7475;
}

.checkbox input:checked+.checkbox__text:after {
    opacity: 1;
}



.brands {
    padding-top: 60px;
    
}

.brands__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brands__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -20px;
}

.brands__item {
    position: relative;
}

.brands__item .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100;
    -o-object-fit: contain;
    object-fit: contain;
}

.brands__title {
    margin: 33px auto;
    text-decoration: none!important;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    font-size: 18px;
    line-height: 21px;
    color: #818784;
    padding: 10px 34px;
    border-radius: 4px;
    position: relative;
}

.brands__title span {
    position: relative;
    z-index: 2;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.brands__title:before {
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    border-radius: 4px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5.43%, #FF7475), color-stop(105.43%, #E25455));
    background: -o-linear-gradient(top, #FF7475 5.43%, #E25455 105.43%);
    background: linear-gradient(180deg, #FF7475 5.43%, #E25455 105.43%);
}

.brands__title:hover span {
    color: #fff;
}

.brands__title:hover:before {
    opacity: 1;
}

.brands-item-new {
    margin: 0 20px;
}

.brands-item-new.evroplast {
    position: relative;
}

.brands-item-new img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
}

.brands-item-new:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
    /* IE 6-9 */
}

.banners__title {
    color: #767A78;
    font-family: initial;
    font-size: 42px;
    font-weight: normal;
    line-height: 50px;
    padding-bottom: 68px;
    text-align: center;
}

.banners__title h1 {
    color: #767A78;
    font-family: initial;
    font-size: 42px;
    font-weight: 600;
padding-top:0px;
}

.banners__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
}

.banners__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 30px rgba(129, 135, 132, 0.2);
    box-shadow: 0px 0px 30px rgba(129, 135, 132, 0.2);
    border-radius: 5px;
    padding: 20px;
}

.banners__item .scale {
    height: 100%;
    overflow: hidden;
}

.banners-slider {
    grid-area: 1 / 1 / 2 / 3;
    height: 340px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.banner-catalog {
    grid-area: 2 / 1 / 3 / 2;
    width: 100%;
    position: relative;
}

.banner-catalog img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.banner-catalog__title {
    position: absolute;
    top: 77px;
    left: 57px;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    max-width: 174px;
    z-index: 2;
    line-height: 29px;
}

.banner-catalog__btn {
    position: absolute;
    bottom: 54px;
    left: 57px;
    z-index: 2;
}

.banner-catalog__btn svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.form-container {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.form-container .feedback .form-group .checkbox .check-title {
    color: #fff
}

.form-container .feedback .form-control {
    border: 2px solid #fff;
    border-radius: 10px
}

.form-container .feedback .form-control::-webkit-input-placeholder {
    color: #fff
}

.form-container .feedback .form-control:-ms-input-placeholder {
    color: #fff
}

.form-container .feedback .form-control:-moz-placeholder,
.form-container .feedback .form-control::-moz-placeholder {
    color: #fff
}

@media (min-width: 768px) {
    .form-container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .form-container {
        width: 970px
    }
}

@media (min-width: 1330px) {
    .form-container {
        width: 1296px
    }
}

.content-wrapper {
    display: block!important;
}

.banner-design {
    grid-area: 2 / 2 / 3 / 3;
    position: relative;
}

.banner-design img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    border-radius: 5px;
}

.banner-design__title {
    position: absolute;
    top: 77px;
    left: 57px;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    max-width: 210px;
    z-index: 2;
    line-height: 29px;
}

.banner-design__btn {
    position: absolute;
    bottom: 54px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.banner-promotions {
    grid-area: 1 / 3 / 3 / 4;
    position: relative;
}

.banner-promotions img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    border-radius: 5px;
}

.banner-design img,
.banner-catalog img {
    border-radius: 5px;
}

.banner-promotions__btn {
    position: absolute;
    bottom: 54px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.materials {
    padding-top: 100px;
}

.materials__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    color: #818784;
    padding-bottom: 80px;
}

.materials__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.materials__item {
    margin: 0 50px;
    margin-bottom: 92px;
    width: calc((100%/3) - 100px);
    text-decoration: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.materials__item:hover .materials__item-img {
    -webkit-box-shadow: 0px 0px 25px #DADADA;
    box-shadow: 0px 0px 25px #DADADA;
}

.materials__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    /*border: 0.5px solid #9BA99B;*/
    border: 1px solid hsla(120, 8%, 64%, .5);
    border-radius: 5px;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.materials__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.materials__item-img span {
    position: absolute;
    display: block;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    background: #FF7475;
    bottom: 10px;
    right: 14px;
}

.materials__item-title {
    padding-top: 50px;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #818784;
    text-align: left;
    width: 100%;
}

.materials__item-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #939393;
    margin-bottom: 0;
    min-height: 116px;
}

.materials__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 115px;
}

.materials__bottom-svg {
    margin: 0 57px;
}

.materials-bottom-block {
    position: relative;
    width: 100%;
    max-width: 510px;
    background: -o-linear-gradient(136.27deg, #F8F8F8 5.49%, #FCFCFC 92.65%);
    background: linear-gradient(313.73deg, #F8F8F8 5.49%, #FCFCFC 92.65%);
    border: 1px solid #F1F1F1;
    -webkit-box-shadow: 0px 0px 20px rgba(222, 222, 222, 0.25);
    box-shadow: 0px 0px 20px rgba(222, 222, 222, 0.25);
    border-radius: 3px;
    padding: 44px 64px 64px;
}

.materials-bottom-block>svg {
    width: 56px;
    height: 56px;
}

.materials__bottom .materials-bottom-block__btn {
    position: absolute;
    top: 37px;
    right: 53px;
    text-decoration: none;
    color: #818784;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.form-wrapper {
    height: 382px;
}

.materials-bottom-block__btn svg {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    margin-left: 12px;
}

.materials-bottom-block__title {
    color: #818784;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    padding: 22px 0;
}

.materials-bottom-block__text {
    font-size: 20px;
    line-height: 23px;
    color: #939393;
    max-width: 382px;
}

.video-block {
    background: #8C8C8C;
}

.video-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.video-block__left {
    margin-right: 75px;
    width: 100%;
    position: relative;
    max-width: 896px;
}

.video-block__left iframe {
    width: 100%;
    height: 100%;
}

.video-block__overley {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../verstaka_glavnoy/images/overley-video.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-block__right {
    padding: 157px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-block__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: #fff;
    padding-bottom: 38px;
}

.slider-banner-photo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.slider-banner-photo__img {
    width: 482px;
    margin-right: 40px;
    min-width: 482px;
}

.slider-banner-photo__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.slider-banner-photo__info {
    margin-right: 40px;
}

.slider-banner-photo__title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #818784;
}

.slider-banner-photo__title b {
    color: #FF7475;
    font-weight: 600;
}

.slider-banner-photo__text {
    font-size: 16px;
    line-height: 140%;
    color: #939393;
}

.banners-slider {
    position: relative;
}

.slider-banner-bottom {
    display: block;
    width: calc(100% - 482px - 80px);
    z-index: 3;
    bottom: 20px;
    right: 20px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slider-banner-bottom__pagination {
    width: initial;
    position: static;
    font-weight: 600;
    font-size: 24px;
    line-height: 139%;
    color: #939393;
}

.slider-banner-bottom__pagination span:before {
    content: '0';
}

.slider-banner-bottom__pagination .swiper-pagination-current {
    font-weight: 500;
    font-size: 24px;
    line-height: 139%;
}

.slider-banner-bottom__pagination .swiper-pagination-total {
    font-weight: normal;
    font-size: 20px;
    line-height: 139%;
}

.slider-banner-bottom__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.slider-banner-bottom__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 30px;
    height: 35px;
}

.slider-banner-bottom__arrow .slider-banner-button-next {
    position: static;
    width: 10px;
    height: 20px;
    color: #939393;
    margin: 0;
    margin-left: 36px;
}

.slider-banner-bottom__arrow .slider-banner-button-next:after {
    top: 50%;
    font-size: 20px;
}

.slider-banner-bottom__arrow .slider-banner-button-prev {
    position: static;
    width: 10px;
    margin: 0;
    height: 20px;
    color: #939393;
}

.slider-banner-bottom__arrow .slider-banner-button-prev:after {
    top: 50%;
    font-size: 20px;
}

.slider-banner-bottom__btn {
    padding: 12px 37px;
}

.calculator {
    background: #8C8C8C;
    padding: 30px 0;
}

.calculator__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.calculator__content {
    width: 100%;
    background: -o-linear-gradient(323.84deg, #EFEFEF 0.93%, #F3F3F3 103.72%);
    background: linear-gradient(126.16deg, #EFEFEF 0.93%, #F3F3F3 103.72%);
    padding: 84px 96px 116px 100px;
}

.calculator__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 28px;
    color: #818784;
}

.calculator__mobile-btn {
    display: none;
}

.calculator__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calculator__category {
    width: 370px;
    min-width: 380px;
    margin: 0 -9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -18px;
}

.calculator__category a {
    margin: 0 9px;
    margin-bottom: 18px;
    width: calc((100%/2) - 18px);
    background: -o-linear-gradient(132.58deg, #FFFFFF 8.3%, #F5F5F5 97.21%);
    background: linear-gradient(317.42deg, #FFFFFF 8.3%, #F5F5F5 97.21%);
    border: 0.800417px solid #E8E8E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 8.00417px rgba(159, 159, 159, 0.25);
    box-shadow: 0px 0px 8.00417px rgba(159, 159, 159, 0.25);
    border-radius: 4.00209px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 17px;
    text-decoration: none;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.calculator__category a:hover {
    background: -o-linear-gradient(132.58deg, #FFFFFF 8.3%, #F5F5F5 97.21%);
    background: linear-gradient(317.42deg, #FFFFFF 8.3%, #F5F5F5 97.21%);
    border: 0.800417px solid #FF7475;
    -webkit-box-shadow: 0px 0px 8.00417px #FF7475;
    box-shadow: 0px 0px 8.00417px #FF7475;
}

.calculator__category a.js-active {
    background: -o-linear-gradient(132.58deg, #FFFFFF 8.3%, #F5F5F5 97.21%);
    background: linear-gradient(317.42deg, #FFFFFF 8.3%, #F5F5F5 97.21%);
    border: 0.800417px solid #FF7475;
    -webkit-box-shadow: 0px 0px 8.00417px #FF7475;
    box-shadow: 0px 0px 8.00417px #FF7475;
}

.calculator__category a img {
    width: 100%;
    height: 116px;
    -o-object-fit: contain;
    object-fit: contain;
}

.calculator__category a span {
    padding-top: 11px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #939393;
}

.calculator__cont {
    margin-left: 76px;
    width: 100%;
}

.calculator-range-slider {
    width: 100%;
}

.calculator-range-slider__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 38px;
}

.calculator-range-slider__title {
    color: #939393;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.calculator-range-slider__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.calculator-range-slider__price span {
    margin: 0 10px;
    width: 14px;
    height: 1px;
    background: #939393;
}

.calculator-range-slider__price input {
    width: 100px;
    height: 33px;
    color: #939393;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    border-radius: 4.00209px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0.40021px solid #939393;
    outline: none;
}

.calculator-range-slider__price input::-webkit-input-placeholder {
    color: #939393;
}

.calculator-range-slider__price input::-moz-placeholder {
    color: #939393;
}

.calculator-range-slider__price input:-ms-input-placeholder {
    color: #939393;
}

.calculator-range-slider__price input::-ms-input-placeholder {
    color: #939393;
}

.calculator-range-slider__price input::placeholder {
    color: #939393;
}

.calculator-range-slider__cont {
    padding-bottom: 40px;
}

.calculator-range-slider__cont #slider-range {
    height: 4px;
    background: #FF7475;
    border: none;
    border-radius: 5px;
}

.calculator-range-slider__cont #slider-range span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    border: 3.20167px solid #FF7475;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 8.00417px rgba(70, 70, 70, 0.25);
    box-shadow: 0px 0px 8.00417px rgba(70, 70, 70, 0.25);
}

.calculator-range-slider__cont #slider-range span:hover {
    background: #FF7475;
    cursor: pointer;
}

.calculator-select .select {
    background: #FFFFFF;
    border: 0.80042px solid #F1F6F7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4.00209px;
    z-index: initial;
    padding: 14px 30px;
    margin-bottom: 20px;
    padding-right: 24px;
}

.calculator-select .select.brand-select .select__drop {
    height: 352px;
}

.calculator-select .select.country-select .select__drop {
    height: 352px;
}

.calculator-select .select span {
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    color: #939393;
    display: block;
    position: relative;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.calculator-select .select span:hover {
    color: #FF7475;
}

.calculator-select .select span:before {
    content: '';
    background: url("../main/images/svg/arrow-select.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.calculator-select .select span.js-active:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.calculator-select .select__drop {
    height: 477px;
    overflow-y: auto;
    z-index: 2;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    left: 0;
    top: 100%;
    /* полоса прокрутки (скроллбар) */
    /* ползунок скроллбара */
    /* Стрелки */
}

.calculator-select .select__drop span {
    padding: 11px 30px;
}

.calculator-select .select__drop span:before {
    display: none;
}

.calculator-select .select__drop::-webkit-scrollbar {
    width: 8px;
    /* ширина для вертикального скролла */
    height: 8px;
    /* высота для горизонтального скролла */
    background-color: #fff;
}

.calculator-select .select__drop::-webkit-scrollbar-thumb {
    background: #F1F6F7;
    border-radius: 50px;
}

.calculator-select .select__drop::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}

.calculator-select .select__drop::-webkit-scrollbar-button:vertical:start:decrement {
    background: transparent;
}

.calculator-select .select__drop::-webkit-scrollbar-button:vertical:end:increment {
    background: transparent;
}

.calculator-select .select__drop::-webkit-scrollbar-button:horizontal:start:decrement {
    background: transparent;
}

.calculator-select .select__drop::-webkit-scrollbar-button:horizontal:end:increment {
    background: transparent;
}

.most-often-searched__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    color: #818784;
    padding-top: 44px;
    padding-bottom: 14px;
}

.most-often-searched__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.most-often-searched__wrapper a {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 19px;
    margin-right: 36px;
    line-height: 24px;
    color: #939393;
    text-decoration: none;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.most-often-searched__wrapper a b {
    font-weight: 500;
}

.most-often-searched__wrapper a:hover {
    color: #FF7475;
}

.calculator-filter {
    background: #FFFFFF;
    -webkit-box-shadow: -15px 0px 20.08px rgba(171, 163, 163, 0.25);
    box-shadow: -15px 0px 20.08px rgba(171, 163, 163, 0.25);
    min-width: 457px;
    padding: 40px 54px 44px 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.calculator-filter__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    color: #939393;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
}

.calculator-filter__wrapper {
    height: 100%;
    overflow-y: auto;
    max-height: 625px;
    /* ползунок скроллбара */
    /* Стрелки */
}

.calculator-filter__wrapper::-webkit-scrollbar {
    width: 8px;
    /* ширина для вертикального скролла */
    height: 8px;
    /* высота для горизонтального скролла */
    background-color: #fff;
}

.calculator-filter__wrapper::-webkit-scrollbar-thumb {
    background: #F1F6F7;
    border-radius: 50px;
}

.calculator-filter__wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}

.calculator-filter__wrapper::-webkit-scrollbar-button:vertical:start:decrement {
    background: transparent;
}

.calculator-filter__wrapper::-webkit-scrollbar-button:vertical:end:increment {
    background: transparent;
}

.calculator-filter__wrapper::-webkit-scrollbar-button:horizontal:start:decrement {
    background: transparent;
}

.calculator-filter__wrapper::-webkit-scrollbar-button:horizontal:end:increment {
    background: transparent;
}

.calculator-filter__btn {
    margin: 0 auto;
    margin-top: 60px;
    max-width: 220px;
    font-size: 21px;
}

.сalculator-filter-item {
    padding: 13px 0;
    cursor: pointer;
    border-bottom: 1.20248px solid #F1F6F7;
}

.сalculator-filter-item:hover span {
    color: #FF7475;
}

.сalculator-filter-item span {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    font-size: 18px;
    color: #939393;
    line-height: 21px;
    display: block;
    position: relative;
    width: 100%;
}

.сalculator-filter-item span.js-active:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.сalculator-filter-item span:before {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    content: '';
    position: absolute;
    right: 35px;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../main/images/svg/arrow-select.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.сalculator-filter-item__wrapper {
    display: none;
}

.сalculator-filter-item__wrapper .checkbox input {
    display: none;
}

.сalculator-filter-item__wrapper .checkbox .checkbox__text {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    margin: 10px 0;
    padding-left: 30px;
    font-size: 18px;
    color: #939393;
    line-height: 21px;
    color: #939393;
}

.сalculator-filter-item__wrapper .checkbox .checkbox__text:hover {
    color: #FF7475;
}

.сalculator-filter-item__wrapper .checkbox .checkbox__text:before {
    top: 1px;
}

.portfolio {
    padding-bottom: 120px;
}

.portfolio__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    color: #818784;
    padding-bottom: 33px;
}

.portfolio-tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 56px;
}

.portfolio-tabs__header .btn-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
}

.portfolio-tabs__header .btn-gallery:hover svg {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.portfolio-tabs__header .btn-gallery span {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #FF7475;
    margin-right: 8px;
}

.portfolio-tabs__header .btn-gallery svg {
    fill: #FF7475;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    width: 24px;
    height: 24px;
}

.portfolio-tabs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.portfolio-tabs__link a {
    cursor: pointer;
    color: #939393;
    margin-right: 25px;
    text-decoration: none;
    border: 1px solid #939393;
    border-radius: 5px;
    padding: 17px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.portfolio-tabs__link a:hover {
    border-color: #FF7475;
    color: #FF7475;
}

.portfolio-tabs__link a.js-active {
    border-color: #FF7475;
    color: #FF7475;
}

.portfolio-tabs__content-mobile {
    display: none;
}

.portfolio-tabs-mobile-item {
    display: none;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portfolio-tabs-mobile-item.js-active {
    display: block;
}

.portfolio-tabs-mobile-item .swiper-container {
    height: 100%;
}

.portfolio-tabs-mobile-item .swiper-slide {
    position: relative;
}

.portfolio-tabs-mobile-item .swiper-slide>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 73px;
    fill: #645D5D;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio-tabs-mobile-item img {
    width: 100%;
    height: 100%;
}

.portfolio-tabs-item {
    display: none;
}

.portfolio-tabs-item:first-child {
    display: block;
}

.portfolio-tabs-item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -10px;
}

.portfolio-tabs-item__col {
    margin: 0 10px;
    width: calc((100%/3) - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1144px;
}

.portfolio-tabs-item__col a:first-child {
    margin-bottom: 20px;
}

.portfolio-tabs-item__col img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.portfolio-tabs-item__col .img-big {
    height: 60%;
}

.portfolio-tabs-item__col .img-small {
    height: 40%;
}

.portfolio-tabs-item__col a {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.portfolio-tabs-item__col a:hover .hover {
    opacity: 1;
}

.portfolio-tabs-item__col a .hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    background: rgba(38, 38, 38, 0.4);
    border-radius: 5px;
}

.portfolio-tabs-item__col a .hover strong {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    max-width: 300px;
    text-align: center;
}

.portfolio-tabs-item__col a .hover svg {
    position: absolute;
    width: 33px;
    height: 33px;
    fill: #fff;
    top: 21px;
    right: 21px;
}

.blog {
    padding: 114px 0;
}

.blog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
}

.blog__left {
    width: 55%;
    margin-right: 20px;
}

.blog__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 47%;
}

.blog__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    color: #818784;
    padding-bottom: 13px;
    padding-top: 32px;
}

.blog__text {
    font-size: 20px;
    line-height: 150%;
    color: #939393;
    max-width: 650px;
}

.blog__btn {
    margin-top: 52px;
    padding: 12px 40px;
    margin-bottom: 69px;
}

.blog__btn span {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.blog__slider-cont {
    display: none;
}

.blog__video {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    height: calc(53% - 12px);
}

.blog__video-desc {
    position: relative;
}

.blog__video-desc>span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 23px 45px 10px 45px;
    color: #FF7475;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.blog__video-desc p {
    text-align: center;
    margin: 0;
    padding: 0 23px 24px 38px;
    height: 60px;
    color: #818784;
    font-weight: 600;
    font-size: 24px;
    line-height: 108.3%;
}

.blog__video .blog-video {
   height: 494px;
}

.blog__video:hover {
    background: #8C8C8C;
}

.blog__video:hover span {
    color: #fff;
}

.blog__video:hover p {
    color: #fff;
}

.blog__video:hover .blog-video__hover {
    opacity: 1;
    visibility: visible;
}

.blog__content {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: -20px;
}

.blog__content-col {
    margin: 0 10px;
    width: calc((100%/2) - 20px);
}

.blog-video {
    border-radius: 5px;
    overflow: hidden;
}

.blog-video__hover {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 75%;
    z-index: 2;
    width: 100%;
    background: #8C8C8C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 60px 41px 60px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 0px 20px rgba(129, 135, 132, 0.35);
    box-shadow: 0px 0px 20px rgba(129, 135, 132, 0.35);
}

.blog-video__hover-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.blog-video__hover-title {
    padding: 10px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 108.3%;
    color: #fff;
}

.blog-video__hover-text {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.blog-video__hover-btn {
    padding: 12px 60px;
}

.blog-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

.blog-item:hover {
    background: #8C8C8C;
}

.blog-item:hover .blog-item__subtitle {
    color: #fff;
}

.blog-item:hover .blog-item__title {
    color: #fff;
}

.blog-item:hover .blog-item__hover {
    opacity: 1;
    visibility: visible;
}

.blog-item.small {
    height: calc(46% - 20px);
}

.blog-item.big {
    height: calc(50% - 13px);
}

.blog-item__img {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.blog-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item__subtitle {
    text-align: center;
    padding-top: 23px;
    padding-bottom: 12px;
    color: #FF7475;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding-left: 36px;
    padding-right: 36px;
}

.blog-item__title {
    padding-right: 36px;
    padding-left: 36px;
    padding-bottom: 24px;
    text-align: center;
    color: #818784;
    font-weight: 600;
    font-size: 24px;
    line-height: 108.3%;
    max-width: 500px;
}

.blog-item__hover {
    position: absolute;
    top: calc(100% - 20px);
    width: 100%;
    background: #8C8C8C;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 20px rgba(129, 135, 132, 0.35);
    box-shadow: 0px 0px 20px rgba(129, 135, 132, 0.35);
    border-radius: 0 0 5px 5px;
    padding: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
}

.blog-item__hover-text {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    padding-bottom: 21px;
}

.blog-item__hover-btn {
    padding: 12px 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

@media all and (max-width: 1580px) {
    .btn-red {
        font-size: 16px;
        padding: 10px 25px;
        line-height: 19px;
    }
    .container {
        max-width: 1034px;
    }
    .brands-item-new {
        margin: 0 15px;
    }
    .banners__content {
        grid-gap: 14px;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    .banners__item {
        padding: 13px;
    }
    .banners-slider {
        height: 226px;
        grid-area: 1 / 1 / 3 / 5;
    }
    .banner-catalog {
        grid-area: 3 / 1 / 5 / 3;
    }
    .banner-catalog__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        max-width: 120px;
        top: 51px;
        left: 34px;
    }
    .banner-catalog__btn {
        left: 34px;
        bottom: 36px;
        padding: 10px 26px;
    }
    .banner-design {
        grid-area: 3 / 3 / 5 / 5;
    }
    .banner-design__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        max-width: 158px;
        top: 51px;
        left: 34px;
    }
    .banner-design__btn {
        bottom: 36px;
        padding: 10px 24px;
        white-space: nowrap;
    }
    .banner-promotions {
        grid-area: 1 / 5 / 5 / 7;
    }
    .banner-promotions__btn {
        bottom: 36px;
        padding: 10px 24px;
        white-space: nowrap;
    }
    .materials {
        padding-top: 67px;
    }
    .materials__title {
        font-weight: 600;
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 52px;
    }
    .materials__wrapper {
        margin: 0 -15px;
    }
    .materials__item {
        margin: 0 15px;
        width: calc((100%/3) - 30px);
        margin-bottom: 60px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .materials__item-img {
        width: 135px;
        height: 135px;
    }
    .materials__item-title {
        padding-top: 35px;
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
    }
    .materials__item-text {
        font-size: 16px;
        line-height: 130%;
    }
    .materials__bottom {
        margin-bottom: 80px;
    }
    .materials-bottom-block {
        padding: 35px 34px 35px 44px;
        max-width: 340px;
    }
    .materials-bottom-block>svg {
        width: 37px;
        height: 37px;
    }
    .materials-bottom-block__btn {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        right: 35px;
    }
    .materials-bottom-block__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        padding-top: 7px;
        padding-bottom: 15px;
    }
    .materials-bottom-block__text {
        font-size: 16px;
        line-height: 19px;
    }
    .video-block__left {
        max-width: 600px;
    }
    .video-block__overley img {
        width: 83px;
        height: 83px;
    }
    .video-block__right {
        padding-top: 76px;
        padding-bottom: 93px;
    }
    .video-block__title {
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        padding-bottom: 20px;
    }
    .slider-banner-photo__img {
        width: 320px;
        min-width: 320px;
        margin-right: 26px;
    }
    .slider-banner-photo__info {
        margin-right: 0;
    }
    .slider-banner-photo__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        padding-top: 16px;
        padding-bottom: 12px;
    }
    .slider-banner-photo__text {
        font-size: 14px;
        line-height: 140%;
        height: 80px;
        overflow: hidden;
    }
    .slider-banner-bottom {
        width: calc(100% - 320px - 60px);
    }
    .slider-banner-bottom__arrow {
        margin-right: 15px;
    }
    .slider-banner-bottom__arrow .slider-banner-button-next {
        margin-left: 15px;
    }
    .slider-banner-bottom__arrow .slider-banner-button-next:after {
        font-size: 12px;
    }
    .slider-banner-bottom__arrow .slider-banner-button-prev:after {
        font-size: 12px;
    }
    .slider-banner-bottom__btn {
        padding: 10px 25px;
    }
    .calculator__content {
        padding: 56px 63px 78px 66px;
    }
    .calculator__category {
        height: 100%;
        width: 266px;
        min-width: 266px;
    }
    .calculator__category a img {
        height: 65px;
    }
    .calculator__category a span {
        font-weight: 500;
        font-size: 10.6502px;
        line-height: 13px;
    }
    .calculator__cont {
        margin-left: 50px;
    }
    .calculator-range-slider__top {
        margin-bottom: 23px;
    }
    .calculator-range-slider__title {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }
    .calculator-range-slider__price span {
        width: 10px;
        margin: 0 5px;
    }
    .calculator-range-slider__price input {
        width: 68px;
        height: 22px;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
    }
    .calculator-range-slider__cont #slider-range {
        height: 3px;
    }
    .calculator-range-slider__cont #slider-range span {
        width: 24px;
        height: 24px;
    }
    .calculator-select .select {
        padding: 11px 20px;
        margin-bottom: 8px;
    }
    .calculator-select .select span {
        font-size: 14px;
        line-height: 16px;
    }
    .calculator-select .select span:before {
        width: 16px;
        height: 20px;
    }
    .calculator-select .select__drop span {
        padding: 7px 15px;
    }
    .most-often-searched__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        padding-top: 23px;
        padding-bottom: 18px;
    }
    .most-often-searched__wrapper a {
        margin-right: 24px;
        margin-bottom: 12px;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }
    .calculator-filter {
        padding: 25px 39px 30px 39px;
        min-width: 305px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .calculator-filter__title {
        font-weight: 600;
        font-size: 18px;
        padding-bottom: 32px;
        line-height: 130%;
    }
    .calculator-filter__wrapper {
        max-height: 350px;
    }
    .сalculator-filter-item span {
        font-size: 14px;
        line-height: 16px;
    }
    .сalculator-filter-item__wrapper .checkbox .checkbox__text {
        font-size: 14px;
        line-height: 16px;
    }
    .сalculator-filter-item__wrapper .checkbox .checkbox__text:before {
        top: 0;
    }
    .portfolio {
        padding-top: 62px;
        padding-bottom: 80px;
    }
    .portfolio__title {
        font-weight: 600;
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 21px;
    }
    .portfolio-tabs__header {
        padding-bottom: 32px;
    }
    .portfolio-tabs__header .btn-gallery span {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
    }
    .portfolio-tabs__link a {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 44px;
    }
    .portfolio-tabs-item__wrapper {
        margin: 0 -7px;
    }
    .portfolio-tabs-item__col {
        height: 763px;
        margin: 0 7px;
        width: calc((100%/3) - 14px);
    }
    .portfolio-tabs-item__col a:first-child {
        margin-bottom: 14px;
    }
    .portfolio-tabs-item__col a .hover strong {
        font-size: 24px;
    }
    .portfolio-tabs-item__col a .hover svg {
        width: 24px;
        height: 24px;
    }
    .blog {
        padding: 80px 0;
    }
    .blog__left {
        margin-right: 14px;
    }
    .blog__info {
        height: 50%;
    }
    .blog__title {
        padding-top: 0;
        padding-bottom: 10px;
        font-weight: 600;
        font-size: 32px;
        line-height: 38px;
    }
    .blog__text {
        font-size: 16px;
        line-height: 130%;
    }
    .blog__btn {
        margin-top: 16px;
        margin-bottom: 0;
    }
    .blog__video {
        height: 404px;
    }
    .blog__video-desc p {
        font-weight: 600;
        font-size: 16px;
        line-height: 108.3%;
    }
    .blog__video-desc>span {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }
    .blog__video-desc p {
        font-weight: 600;
        font-size: 16px;
        line-height: 108.3%;
    }
    .blog__video .blog-video {
        height: 323px;
    }
    .blog__content {
        margin: 0 -7px;
        margin-bottom: -14px;
    }
    .blog__content-col {
        margin: 0 7px;
        width: calc((100%/2) - 14px);
    }
    .blog-video__hover {
        padding: 20px;
        top: 67%;
        padding-top: 0;
    }
    .blog-video__hover-subtitle {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }
    .blog-video__hover-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 108.3%;
    }
    .blog-video__hover-text {
        font-weight: 600;
        font-size: 16px;
        line-height: 108.3%;
    }
    .blog-item {
        margin-bottom: 14px;
    }
    .blog-item.small {
        height: calc(49% - 14px);
    }
    .blog-item.big {
        height: calc(59% - 14px);
    }
    .blog-item__subtitle {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }
    .blog-item__title {
        font-weight: 600;
        font-size: 16px;
        line-height: 108.3%;
    }
    .blog-item__hover {
        padding: 20px;
        padding-top: 5px;
    }
    .blog-item__hover-text {
        font-weight: 600;
        font-size: 16px;
        line-height: 108.3%;
    }
}

@media all and (max-width: 1100px) {
    .modal-portfolio__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .modal-portfolio__btn span {
        font-size: 20px;
    }
    .modal-portfolio__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 92%;
        width: 100%;
    }
    .modal-portfolio__content .gallery-popup {
        max-width: 100%;
        height: inherit;
    }
    .modal-portfolio__content .gallery-thumbs {
        height: 150px;
        width: 100%;
        margin-top: 30px;
    }
    .modal-portfolio__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
    }
    .container {
        max-width: 708px;
    }
    .brands {
        padding-top: 26px;
        padding-bottom: 40px;
    }
    .brands__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .brands__title {
        margin-bottom: 0;
        margin-top: 26px;
        font-size: 16px;
        line-height: 19px;
    }
    .brands-item-new {
        width: calc((100%/5) - 30px);
    }
	.banners__title{
padding-bottom: 0px;
}
    .banners__title h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 45px;
white-space: normal;
    height: auto;

    }
    .banners__content {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(6, 1fr);
        grid-gap: 20px;
    }
    .banners-slider {
        grid-area: 1 / 1 / 3 / 5;
    }
    .banner-catalog {
        grid-area: 3 / 1 / 5 / 3;
    }
    .banner-design {
        grid-area: 5 / 1 / 7 / 3;
    }
    .banner-promotions {
        grid-area: 3 / 3 / 7 / 5;
    }
    .materials {
        padding-top: 52px;
    }
    .materials__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
    }
    .materials__item {
        width: calc((100%/2) - 30px);
        margin-bottom: 36px;
    }
    .materials__item-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        padding-top: 30px;
    }
    .materials__item-text {
        font-size: 14px;
        line-height: 130%;
    }
    .materials__bottom {
        margin-bottom: 58px;
        width: 100%;
    }
    .materials__bottom-svg {
        margin: 0 32px;
        width: 34px;
        min-width: 34px;
    }
    .materials-bottom-block {
        padding: 25px 30px 31px 35px;
    }
    .materials-bottom-block>svg {
        width: 31px;
        height: 31px;
    }
    .materials-bottom-block__btn {
        top: 34px;
        right: 30px;
    }
    .materials-bottom-block__title {
        padding-bottom: 12px;
        font-weight: 600;
        font-size: 20.4359px;
        line-height: 130%;
    }
    .materials-bottom-block__text {
        font-size: 14px;
        line-height: 16px;
    }
    .video-block .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: calc((100vw - 708px)/2 + 15px);
    }
    .video-block__left {
        min-width: 55%;
        margin-right: 24px;
    }
    .video-block__overley img {
        width: 65px;
        height: 65px;
    }
    .video-block__right {
        padding: 55px 0;
    }
    .video-block__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
    }
    .calculator {
        padding: 25px 0;
    }
    .calculator__content {
        padding: 28px 23px 51px 36px;
    }
    .calculator__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 18px;
    }
    .calculator__row-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .calculator__row-tablet .calculator-select {
        width: 50%;
    }
    .calculator__row-tablet .most-often-searched {
        width: 50%;
    }
    .calculator__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .calculator__category {
        width: initial;
        min-width: initial;
        margin: 0 -7px;
        margin-bottom: 20px;
        height: initial;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .calculator__category a {
        margin: 0 7px;
        width: 90px;
        padding: 7px 9px;
        margin-bottom: 14px;
    }
    .calculator__category a img {
        height: 53px;
    }
    .calculator__category a span {
        font-weight: 500;
        font-size: 8.8255px;
        line-height: 10px;
    }
    .calculator__cont {
        margin-left: 0;
    }
    .calculator-select .select {
        padding: 7px 15px;
    }
    .calculator-select .select span {
        font-size: 10px;
        line-height: 12px;
    }
    .calculator-select .select span:before {
        width: 8px;
        height: 14px;
    }
    .most-often-searched {
        margin-left: 11px;
    }
    .most-often-searched__title {
        padding-top: 0;
        font-weight: 600;
        font-size: 11.8004px;
        line-height: 130%;
        padding-bottom: 11px;
    }
    .most-often-searched__wrapper a {
        font-weight: 500;
        font-size: 9.17812px;
        line-height: 11px;
        margin-bottom: 8px;
        margin-right: 15px;
    }
    .calculator-filter {
        padding: 25px 32px;
        min-width: 252px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-height: initial;
    }
    .calculator-filter__title {
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
        padding-bottom: 13px;
    }
    .calculator-filter__wrapper {
        max-height: 380px;
    }
    .calculator-filter__btn {
        max-width: 120px;
        margin: 40px auto;
        margin-bottom: 0;
    }
    .сalculator-filter-item span:before {
        right: 10px;
    }
    .portfolio {
        padding-bottom: 57px;
        padding-top: 47px;
    }
    .portfolio__title {
        text-align: center;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
    }
    .portfolio-tabs__header {
        padding-bottom: 27px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .portfolio-tabs__header .btn-gallery span {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }
    .portfolio-tabs__header .btn-gallery svg {
        width: 11px;
        height: 11px;
    }
    .portfolio-tabs__link a {
        padding: 8px 29px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        margin-right: 14px;
    }
    .portfolio-tabs-item__col {
        height: 500px;
        margin: 0 5px;
        width: calc((100%/2) - 10px);
    }
    .portfolio-tabs-item__col a:first-child {
        margin-bottom: 10px;
    }
    .blog {
        padding: 40px 0;
    }
    .blog__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .blog__info {
        margin-bottom: 43px;
    }
    .blog__title {
        text-align: center;
        width: 100%;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
    }
    .blog__text {
        font-size: 14px;
        line-height: 130%;
        max-width: 538px;
        margin: 0 auto;
        text-align: center;
    }
    .blog__btn {
        margin: 16px auto 0;
    }
    .blog__video-desc>span {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
    }
    .blog__video-desc p {
        font-weight: 600;
        font-size: 20px;
        line-height: 108.3%;
    }
    .blog__video .blog-video {
        min-width: initial;
        width: 100%;
        max-width: 100%;
    }
    .blog__content {
        margin: 0 -10px;
        margin-bottom: -20px;
    }
    .blog__content-col {
        margin: 0 10px;
        width: calc((100%/2) - 20px);
    }
    .blog-video__hover {
        display: none;
    }
    .blog-item {
        margin-bottom: 20px;
    }
    .blog-item.small {
        height: calc(45% - 20px);
    }
    .blog-item.big {
        height: calc(55% - 20px);
    }
    .blog-item__subtitle {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
    }
    .blog-item__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 108.3%;
    }
    .blog-item__hover {
        display: none;
    }
    .blog-item__hover-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 108.3%;
    }
}

@media all and (max-width: 700px) {
    .btn-red {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        padding: 9px 25px;
    }
    .mobile-class {
        display: block;
    }
    .brands {
        padding-top: 15px;
        padding-bottom: 19px;
    }
    .brands__content {
        margin: 0 -7px;
    }
    .brands__title {
        font-size: 12px;
        line-height: 14px;
    }
    .brands-item-new {
        margin: 0 7px;
        width: calc((100%/5) - 14px);
        margin-bottom: 7px;
    }
    .brands-item-new:hover .hover {
        opacity: 0;
    }
    .banners__title h1 {
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 24px;
    }
    .banners__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 0;
    }
    .banners__item {
        margin-bottom: 15px;
    }
    .banners-slider {
        height: initial;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .banner-catalog {
        height: 195px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
    }
    .banner-catalog__title {
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        top: 44px;
        left: 32px;
    }
    .banner-design {
        height: 196px;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .banner-design__title {
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        top: 50px;
        left: 33px;
    }
    .banner-promotions {
        width: 100%;
        height: 410px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .materials {
        padding-top: 26px;
    }
    .materials__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 25px;
    }
    .materials__wrapper {
        margin: 0 -10px;
    }
    .materials__item {
        margin: 0 10px;
        margin-bottom: 20px;
        width: calc((100%/2) - 20px);
    }
    .materials__item-img {
        width: 90px;
        height: 90px;
    }
    .materials__item-img span {
        bottom: 5px;
        right: 5px;
    }
    .materials__item-title {
        text-align: center;
        font-weight: 600;
        font-size: 12px;
        line-height: 130%;
        padding-top: 15px;
    }
    .materials__item-text {
        font-size: 10px;
        line-height: 130%;
    }
    .materials__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
    }
    .materials__bottom-svg {
        margin: 17px 0;
    }
    .materials-bottom-block {
        max-width: 100%;
        padding: 30px 32px;
    }
    .materials-bottom-block>svg {
        width: 25px;
        height: 25px;
    }
    .materials-bottom-block__btn {
        font-size: 12px;
    }
    .materials-bottom-block__btn svg {
        width: 14px;
    }
    .materials-bottom-block__title {
        font-weight: 600;
        font-size: 14px;
        line-height: 130%;
        padding: 0;
    }
    .materials-bottom-block__text {
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px;
    }
    .video-block .container {
        padding: 0 15px;
    }
    .video-block__left {
        display: none;
    }
    .video-block__right {
        padding-top: 23px;
        padding-bottom: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .video-block__right .mobile-class {
        height: 177px;
        width: 100%;
        position: relative;
        margin-bottom: 20px;
        display: block;
        margin-right: 0;
    }
    .video-block__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        max-width: 224px;
        text-align: center;
    }
    .video-block__title b {
        font-weight: 600;
        color: #FF7475;
    }
    .slider-banner-photo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 51px;
    }
    .slider-banner-photo__img {
        height: 186px;
        width: 100%;
    }
    .slider-banner-photo__title {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
    }
    .slider-banner-photo__text {
        font-size: 12px;
        line-height: 140%;
    }
    .banners-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .banners-slider .slider-banner {
        width: 100%;
    }
    .slider-banner-bottom {
        width: 100%;
        position: static;
    }
    .slider-banner-bottom__pagination {
        font-weight: 500;
        font-size: 20.331px;
        min-width: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 139%;
    }
    .slider-banner-bottom__pagination .swiper-pagination-current {
        font-weight: 500;
        font-size: 20.331px;
        line-height: 139%;
    }
    .slider-banner-bottom__pagination .swiper-pagination-total {
        font-size: 16.6345px;
        line-height: 139%;
    }
    .calculator {
        background: -o-linear-gradient(323.84deg, #EFEFEF 0.93%, #F3F3F3 103.72%);
        background: linear-gradient(126.16deg, #EFEFEF 0.93%, #F3F3F3 103.72%);
        padding: 0;
    }
    .calculator__content {
        padding: 25px 0;
    }
    .calculator__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 13px;
    }
    .calculator__row-tablet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .calculator__row-tablet .calculator-select {
        width: 100%;
    }
    .calculator__row-tablet .mobile-class {
        width: 100%;
    }
    .calculator__row-tablet .most-often-searched {
        width: 100%;
    }
    .calculator__mobile-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 24px;
    }
    .calculator__category {
        margin: 0 -4px;
        margin-bottom: 10px;
    }
    .calculator__category a {
        margin: 0 4px;
        margin-bottom: 8px;
        width: calc((100%/3) - 8px);
    }
    .calculator__category a span {
        font-size: 9px;
    }
    .calculator-range-slider__price input {
        font-size: 12px;
    }
    .calculator-range-slider__cont {
        padding-bottom: 28px;
    }
    .calculator-range-slider__cont #slider-range {
        height: 2px;
        margin: 0 10px;
    }
    .calculator-range-slider__cont #slider-range span {
        width: 17px;
        height: 17px;
    }
    .calculator-select .select {
        padding: 8px 23px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 40px;
    }
    .calculator-select .select span {
        font-size: 14px;
        line-height: 16px;
    }
    .calculator-select .select span:before {
        display: none;
        width: 16px;
        height: 20px;
    }
    .calculator-select .select__drop {
        height: 250px;
    }
    .calculator-select .select__drop span {
        padding: 8px 23px;
    }
    .most-often-searched {
        margin-left: 0;
        margin-top: 25px;
    }
    .most-often-searched__title {
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
    }
    .most-often-searched__wrapper a {
        margin-right: 24px;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }
    .calculator-filter {
        display: none;
    }
    .calculator-filter__wrapper {
        max-height: 273px;
        padding: 0 23px;
        background: #fff;
    }
    .сalculator-filter-item {
        background: #FFFFFF;
        border-bottom: 0.80042px solid #F1F6F7;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4.00209px;
        padding: 11px 0;
    }
    .сalculator-filter-item span {
        height: 17px;
    }
    .сalculator-filter-item span {
        font-size: 14px;
        line-height: 16px;
    }
    .сalculator-filter-item span:before {
        width: 15px;
        height: 20px;
    }
    .сalculator-filter-item__wrapper .checkbox .checkbox__text {
        height: 16px;
    }
    .portfolio {
        padding: 26px 0;
    }
    .portfolio__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
    }
    .portfolio-tabs__header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 16px;
    }
    .portfolio-tabs__header .btn-gallery {
        margin-left: 10px;
        margin-top: 6px;
    }
    .portfolio-tabs__header .btn-gallery span {
        font-weight: 500;
        font-size: 12.5739px;
        line-height: 15px;
    }
    .portfolio-tabs__header .btn-gallery svg {
        width: 10px;
        height: 10px;
    }
    .portfolio-tabs__link {
        margin: 0 -3px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .portfolio-tabs__link a {
        white-space: nowrap;
        padding: 8px 28px;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        margin: 0 3px;
        margin-bottom: 6px;
    }
    .portfolio-tabs__content {
        display: none;
    }
    .portfolio-tabs__content-mobile {
        height: 394px;
        position: relative;
        display: block;
    }
    .blog {
        padding-top: 18px;
        padding-bottom: 34px;
    }
    .blog__left {
        margin-bottom: 0;
    }
    .blog__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
    }
    .blog__text {
        font-size: 12px;
        text-align: left;
        line-height: 130%;
    }
    .blog__btn {
        padding: 8px 28px;
    }
    .blog__btn span {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }
    .blog__slider-cont {
        display: block;
        margin-top: 36px;
    }
    .blog__slider-cont-item {
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 3px;
    }
    .blog__slider-cont-item .blog-item__img {
        height: 350px;
        border-radius: 0 0 3px 3px;
    }
    .blog__slider-cont-item .blog-item__subtitle {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 5px;
        padding-top: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog__slider-cont-item .blog-item__title {
        font-weight: 600;
        font-size: 16px;
        line-height: 108.3%;
        padding-bottom: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog__slider-cont .swiper-pagination {
        position: static;
        margin-top: 15px;
    }
    .blog__slider-cont .swiper-pagination span {
        width: 10px;
        height: 10px;
        background: #BBCED1;
        opacity: 1;
    }
    .blog__slider-cont .swiper-pagination span.swiper-pagination-bullet-active {
        background: #FF7475;
    }
    .blog__video {
        margin-top: 30px;
        height: 220px;
    }
    .blog__video-desc>span {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        padding-top: 12px;
        padding-bottom: 4px;
    }
    .blog__video-desc p {
        font-weight: 600;
        font-size: 16px;
        line-height: 108.3%;
        height: initial;
        padding-bottom: 22px;
    }
    .blog__video .blog-video {
        display: block;
        height: 170px;
    }
    .blog__video .blog-video img {
        width: 45px;
        height: 45px;
    }
    .blog__video:hover {
        background: transparent;
    }
    .blog__video:hover span {
        color: #FF7475;
    }
    .blog__video:hover p {
        color: #818784;
    }
    .blog__video:hover .blog-video__hover {
        opacity: 0;
        visibility: hidden;
    }
    .blog__content {
        display: none;
    }
}

/*@media all and (max-width: 530px) {
    .container {
        max-width: 320px;
    }
    .video-block .container {
        max-width: 320px;
    }
}*/