*, input {
    outline: 0 !important
}

a, input:focus {
    outline: 0
}

a, a:active, a:focus {
    color: #005d9a
}

body, html {
    font-size: 16px
}

.body-line, .body-line span {
    height: 100%;
    content: ""
}

.body-line, .body-line span, .bread-crumbs .bread-crumbs__item:before, .icon-social {
    content: ""
}

.toggle_menu, body.no-scroll {
    overflow: hidden
}

.bread-crumbs, .footer-menu, .list-social, .main-menu, .mobile-menu {
    list-style: none
}

@font-face {
    font-family: Geometria;
    src: local("Geometria"), local("Geometria"), url(../fonts/Geometria/Geometria.woff) format("woff"), url(../fonts/Geometria/Geometria.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Geometria;
    src: local("Geometria Italic"), local("Geometria-Italic"), url(../fonts/Geometria/Geometria-Italic.woff) format("woff"), url(../fonts/Geometria/Geometria-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Geometria;
    src: local("Geometria Medium"), local("Geometria-Medium"), url(../fonts/Geometria/Geometria-Medium.woff) format("woff"), url(../fonts/Geometria/Geometria-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Geometria;
    src: local("Geometria MediumItalic"), local("Geometria-MediumItalic"), url(../fonts/Geometria/Geometria-MediumItalic.woff) format("woff"), url(../fonts/Geometria/Geometria-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Geometria;
    src: local("Geometria Bold"), local("Geometria-Bold"), url(../fonts/Geometria/Geometria-Bold.woff) format("woff"), url(../fonts/Geometria/Geometria-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Geometria;
    src: local("Geometria BoldItalic"), local("Geometria-BoldItalic"), url(../fonts/Geometria/Geometria-BoldItalic.woff) format("woff"), url(../fonts/Geometria/Geometria-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Geometria;
    src: local("Geometria ExtraBold"), local("Geometria-ExtraBold"), url(../fonts/Geometria/Geometria-ExtraBold.woff) format("woff"), url(../fonts/Geometria/Geometria-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Geometria;
    src: local("Geometria ExtraBoldItalic"), local("Geometria-ExtraBoldItalic"), url(../fonts/Geometria/Geometria-ExtraBoldItalic.woff) format("woff"), url(../fonts/Geometria/Geometria-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}

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

.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

::-webkit-input-placeholder {
    opacity: 1
}

:-moz-placeholder {
    opacity: 1
}

::-moz-placeholder {
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}

a {
    text-decoration: underline
}

a:hover {
    color: #10c7ee
}

body {
    background: #FBFBFB;
    min-width: 320px;
    position: relative;
    line-height: 1.4;
    font-family: Geometria;
    font-weight: 400;
    font-style: normal;
    color: #000;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

@media screen and (max-width: 992px) {
    .hidden-laptop {
        display: none !important
    }
}

@media screen and (min-width: 992px) {
    .visibility-laptop {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    .hidden-tablets {
        display: none !important
    }
}

@media screen and (min-width: 767px) {
    .visibility-tablets {
        display: none !important
    }
}

.container {
    width: 100%
}

.body-line {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    width: 100%;
    min-height: 100vh;
    max-width: 1190px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px
}

.body-line span {
    width: calc(100% / 4 - 30px);
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    margin-right: 40px
}

.body-line span:last-child {
    margin-right: 0
}

@media screen and (max-width: 992px) {
    .body-line span {
        width: calc(100% / 4 - 15px);
        margin-right: 20px
    }
}

@media screen and (max-width: 768px) {
    .body-line span {
        width: calc(100% / 3 - 13.33px)
    }

    .body-line span:nth-child(3) {
        margin-right: 0
    }
}

@media screen and (max-width: 540px) {
    .body-line span {
        width: calc(100% / 2 - 10px)
    }

    .body-line span:nth-child(3) {
        display: none
    }

    .body-line span:nth-child(2) {
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {
    .body-line span:nth-child(4) {
        display: none
    }
}

.btn, .btn-br {
    display: inline-block;
    text-decoration: none;
    cursor: pointer
}

.sec-title {
    font-weight: 800;
    font-size: 72px;
    line-height: 1.2;
    color: #515151;
    margin-bottom: 40px
}

@media screen and (max-width: 1200px) {
    .sec-title {
        font-size: 58px
    }
}

@media screen and (max-width: 992px) {
    .sec-title {
        font-size: 44px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 768px) {
    .sec-title {
        font-size: 32px
    }
}

.sec-title h1, .sec-title h2, .sec-title h3, .sec-title h4, .sec-title h5, .sec-title h6 {
    margin: 0;
    font-weight: 800;
    font-size: 72px
}

.btn, .btn-br, .not-available {
    font-weight: 500;
    text-align: center
}

@media screen and (max-width: 1200px) {
    .sec-title h1, .sec-title h2, .sec-title h3, .sec-title h4, .sec-title h5, .sec-title h6 {
        font-size: 58px
    }
}

@media screen and (max-width: 992px) {
    .sec-title h1, .sec-title h2, .sec-title h3, .sec-title h4, .sec-title h5, .sec-title h6 {
        font-size: 44px
    }
}

@media screen and (max-width: 768px) {
    .sec-title h1, .sec-title h2, .sec-title h3, .sec-title h4, .sec-title h5, .sec-title h6 {
        font-size: 32px
    }
}

.btn {
    height: 70px;
    padding: 0 40px;
    background: #af2629;
    border-radius: 4px;
    font-size: 24px;
    line-height: 70px;
    color: #FFF;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: none;
    min-width: 260px
}

@media screen and (max-width: 992px) {
    .btn {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
        min-width: 182px;
        padding: 0 20px
    }
}

.btn:active, .btn:focus {
    background: #af2629;
    color: #fff
}

.btn:hover {
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    color: #fff;
    background: #A64242
}

.btn-br, .btn-br:active, .btn-br:focus {
    background: 0 0;
    color: #000
}

.btn-br {
    padding: 0;
    border-radius: 4px;
    border: 1px solid #af2629;
    font-size: 1rem;
    line-height: 4rem;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    min-width: 260px;
    /*position: absolute;
    bottom: 0;*/
    margin: 0 auto;
    min-width: auto;
	width: 100%;
}

.btn-pricelist {
    background: #af2629;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin: 10px 0px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid #af2629;
    font-size: 1rem;
    line-height: 4rem;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    min-width: 260px;
    min-width: auto;
    width: 100%;
    color: white;
    font-weight: 500;
    text-align: center;
}

.btn-pricelist:hover {
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    color: black;
    background: #FBFBFB;
}

.form-input, .not-available {
    height: 60px;
    font-size: 24px
}

.btn-br:hover {
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    color: #fff;
    background: #af2629
}

.not-available {
    display: block;
    line-height: 60px;
    width: 100%;
    background: #9F9F9F;
    padding: 0 20px;
    color: #fff
}

.form-input, .form-textarea {
    background: #FFF;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-family: Geometria
}

.form-input {
    border: 2px solid #999;
    box-sizing: border-box;
    border-radius: 4px;
    color: #222;
    padding: 0 16px
}

@media screen and (max-width: 600px) {
    .form-input {
        height: 40px;
        font-size: 18px
    }
}

.form-input.placeholder {
    color: rgba(34, 34, 34, .5)
}

.form-input:-moz-placeholder {
    color: rgba(34, 34, 34, .5)
}

.form-input::-moz-placeholder {
    color: rgba(34, 34, 34, .5)
}

.form-input:-ms-input-placeholder {
    color: rgba(34, 34, 34, .5)
}

.form-input::-webkit-input-placeholder {
    color: rgba(34, 34, 34, .5)
}

.form-textarea {
    border: 2px solid #999;
    box-sizing: border-box;
    border-radius: 4px;
    height: 180px;
    font-size: 24px;
    color: #222;
    padding: 16px
}

.form-textarea.placeholder {
    color: rgba(34, 34, 34, .5)
}

.form-textarea:-moz-placeholder {
    color: rgba(34, 34, 34, .5)
}

.form-textarea::-moz-placeholder {
    color: rgba(34, 34, 34, .5)
}

.form-textarea:-ms-input-placeholder {
    color: rgba(34, 34, 34, .5)
}

.form-textarea::-webkit-input-placeholder {
    color: rgba(34, 34, 34, .5)
}

.bread-crumbs-wrap {
    margin-bottom: 45px
}

@media screen and (max-width: 1200px) {
    .bread-crumbs-wrap {
        margin-bottom: 35px
    }
}

@media screen and (max-width: 992px) {
    .bread-crumbs-wrap {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 768px) {
    .bread-crumbs-wrap {
        margin-bottom: 20px
    }
}

.bread-crumbs {
    font-size: 18px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bread-crumbs .bread-crumbs__item {
    margin-right: 20px;
    position: relative
}

.bread-crumbs .bread-crumbs__item:before {
    width: 3px;
    height: 3px;
    background: #858585;
    border-radius: 50%;
    position: absolute;
    right: -11.6px;
    top: 50%;
    margin-top: -1.5px
}

.bread-crumbs .bread-crumbs__item:last-child {
    margin-right: 0
}

.bread-crumbs .bread-crumbs__item:last-child:before {
    display: none
}

.line-nav, .main-head .container {
    display: -webkit-box;
    display: -ms-flexbox
}

.bread-crumbs .bread-crumbs__link {
    text-decoration: none;
    color: #858585;
    -webkit-transition: all .3s;
    transition: all .3s
}

.bread-crumbs .bread-crumbs__link:hover {
    color: #202527
}

.bread-crumbs .bread-crumbs__current {
    color: #B3B3B3
}

.line-nav {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.line-nav .line-nav__link {
    height: 45px;
    position: relative;
    margin: 0 15px 15px 0;
    border: 2px solid #af2629;
    border-radius: 4px;
    line-height: 41px;
    white-space: nowrap;
    font-size: 24px;
    color: #000;
    text-decoration: none;
    padding: 0 15px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media screen and (max-width: 992px) {
    .line-nav .line-nav__link {
        font-size: 18px;
        height: 35px;
        line-height: 31px
    }
}

@media screen and (max-width: 480px) {
    .line-nav .line-nav__link {
        font-size: 14px;
        height: 35px;
        line-height: 31px
    }
}

.el-phone, .min-basket {
    font-weight: 500;
    font-size: 24px;
    text-decoration: none
}

.line-nav .line-nav__link:last-child {
    margin-right: 0
}

.line-nav .line-nav__link:hover {
    background: #af2629;
    color: #fff
}

.sec-product-slider {
    position: relative;
    z-index: 10
}

.main-head {
    background: #9F9F9F;
    padding: 40px 0;
    position: relative;
    z-index: 300;
    margin-bottom: 55px
}

.main-head .container {
    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
}

.main-head .main-head__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-head .el-phone {
    margin-right: 50px
}

@media screen and (max-width: 992px) {
    .main-head .el-phone {
        margin-right: 30px
    }

    .main-head .list-social {
        display: none
    }
}

.main-head .list-social {
    margin-right: 110px
}

@media screen and (max-width: 1200px) {
    .main-head .list-social {
        margin-right: 40px
    }
}

@media screen and (max-width: 768px) {
    .main-head {
        margin-bottom: 25px;
        padding: 20px 0
    }

    .main-head .el-phone, .main-head .min-basket {
        display: none
    }
}
/*
.logo {
    max-width: 210px;
    width: 100%;
    height: 20px
}

@media screen and (max-width: 590px) {
    .logo {
        max-width: 180px
    }
}

.logo img {
    width: auto;
    max-width: 100%;
    height: auto
}*/

.el-phone {
    line-height: 30px;
    color: #FFF;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block
}

.el-phone:hover {
    color: #A64242
}

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

.list-social .list-social__item {
    margin-right: 25px
}

@media screen and (max-width: 992px) {
    .list-social .list-social__item {
        margin-right: 20px
    }
}

.list-social .list-social__item:last-child {
    margin-right: 0
}

.list-social .list-social__link {
    display: block;
    line-height: 0
}

.icon-social {
    display: inline-block;
    background-size: contain;
    fill: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.toggle_menu:after, .toggle_menu:before {
    opacity: 1;
    -webkit-transition: .5s;
    content: ""
}

.icon-social.icon-social__vk {
    width: 32px;
    height: 32px
}

.icon-social.icon-social__ins {
    width: 25px;
    height: 24px
}

.icon-social.icon-social__viber {
    width: 28px;
    height: 28px
}

.icon-social:hover {
    fill: #A64242
}

.toggle_menu {
    display: none;
    width: 28px;
    height: 22px;
    position: relative
}

.toggle_menu span, .toggle_menu:after, .toggle_menu:before {
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    width: 100%;
    left: 0
}

@media screen and (max-width: 1100px) {
    .toggle_menu {
        display: block;
        top: 1px
    }

    .min-basket {
        margin-right: 30px
    }
}

.toggle_menu:before {
    top: 0;
    transition: .5s
}

.toggle_menu:after {
    bottom: 2px;
    transition: .5s
}

.toggle_menu span {
    top: 9px;
    -webkit-transition: .5s;
    transition: .5s
}

.min-basket, .mobile-pannel {
    -webkit-transition: all .3s
}

.toggle_menu.on:before {
    top: -20px;
    opacity: 0
}

.toggle_menu.on:after {
    bottom: -20px;
    opacity: 0
}

.toggle_menu.on span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle_menu.on span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.min-basket {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    color: #FFF;
    transition: all .3s
}

.min-basket:hover {
    color: #A64242
}

.main-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-menu .main-menu__item {
    margin-right: 15px
}

.main-menu .main-menu__item:last-child, .mobile-pannel .mobile-pannel__basket .min-basket {
    margin-right: 0
}

.main-menu .main-menu__link {
    color: #fff;
    font-size: 18px;
    text-decoration: none
}

@media screen and (max-width: 1200px) {
    .main-menu .main-menu__link {
        font-size: 16px
    }
}

.main-menu .main-menu__link:hover {
    text-decoration: underline
}

.main-head__line:nth-child(2) {
    padding-top: 40px
}

@media screen and (max-width: 1100px) {
    .main-head__line:nth-child(2), .main-menu {
        display: none
    }
}

.mobile-pannel {
    position: fixed;
    left: 0;
    width: 100%;
    background: #9F9F9F;
    z-index: 250;
    text-align: center;
    overflow-y: auto;
    height: calc(100vh - 114px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    top: -100vh
}

@media screen and (max-width: 992px) {
    .mobile-pannel {
        height: calc(100vh - 110px)
    }
}

@media screen and (max-width: 768px) {
    .mobile-pannel {
        height: calc(100vh - 66px)
    }
}

.mobile-pannel.show {
    opacity: 1;
    visibility: visible;
    top: 114px
}

@media screen and (max-width: 992px) {
    .mobile-pannel.show {
        top: 110px
    }
}

@media screen and (max-width: 768px) {
    .mobile-pannel.show {
        top: 66px
    }
}

@media screen and (max-width: 590px) {
    .mobile-pannel {
        height: calc(100vh - 63px)
    }

    .mobile-pannel.show {
        top: 63px
    }
}

.mobile-pannel .container {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%
}

.mobile-pannel .mobile-pannel__basket {
    margin-bottom: 30px;
    display: none
}

@media screen and (max-width: 768px) {
    .mobile-pannel .mobile-pannel__basket {
        display: block
    }
}

.mobile-pannel .mobile-menu {
    margin-bottom: 30px
}

.mobile-pannel .mobile-pannel__phone {
    margin-bottom: 20px;
    display: none
}

@media screen and (max-width: 768px) {
    .mobile-pannel .mobile-pannel__phone {
        display: block
    }
}

.mobile-pannel .list-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    margin-bottom: 25px
}

.mobile-menu .mobile-menu__item {
    margin-bottom: 20px
}

.mobile-menu .mobile-menu__link {
    color: #fff;
    font-size: 20px;
    text-decoration: none
}

@media screen and (max-width: 768px) {
    .mobile-menu .mobile-menu__item {
        margin-bottom: 15px
    }

    .mobile-menu .mobile-menu__link {
        font-size: 18px
    }
}

.mobile-menu .mobile-menu__link:hover {
    text-decoration: underline
}

.wapper {
    position: relative;
    z-index: 10;
}

.header-menu__bottom {
    box-shadow: 0 0px 5px rgba(16,24,40,.7);
}

.main-slider {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
    background: #363636;
}

@media screen and (max-width: 1200px) {
    .main-slider {
       /* margin-bottom: 100px*/
    }
}

@media screen and (max-width: 992px) {
    .mobile-pannel .list-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main-slider {
       /* margin-bottom: 50px*/
    }
}

.main-slider .main-slider__item img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.main-slider .main-slider__item a {
    display: block;
    line-height: 0
}

.main-slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none
}

.main-slider .slick-dots li {
    display: block;
    line-height: 0;
    margin-right: 10px
}

.main-slider .slick-dots li:last-child {
    margin-right: 0
}

.main-slider .slick-dots li.slick-active button {
    background: #EEE
}

.main-slider .slick-dots button {
    width: 10px;
    height: 10px;
    border: 2px solid #EEE;
    border-radius: 50%;
    font-size: 0;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-slider .slick-dots button:hover {
    background: #EEE
}

.high-quality {
    margin-bottom: 100px;
    background: #9F9F9F;
    color: #fff;
    padding: 45px 60px 45px 500px;
    position: relative
}

@media screen and (max-width: 1200px) {
    .high-quality {
        margin-bottom: 140px
    }
}

@media screen and (max-width: 992px) {
    .high-quality {
        margin-bottom: 80px;
        padding: 25px 30px 25px 370px
    }
}

@media screen and (max-width: 768px) {
    .high-quality {
        padding: 25px 40px;
        margin-bottom: 55px
    }

    .high-quality .high-quality__img {
        display: none
    }
}

.high-quality .high-quality__img {
    background: url(../img/high-quality__img.jpg) center no-repeat;
    background-size: cover;
    width: 420px;
    height: calc(100% + 80px);
    content: "";
    position: absolute;
    left: 40px;
    top: -40px;
    z-index: 1;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, .05);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .05)
}

.catalog-el, .photo-gallery {
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, .05)
}

.high-quality .high-quality__content {
    font-size: 24px;
    line-height: 1.3
}

@media screen and (max-width: 1200px) {
    .high-quality .high-quality__content {
        font-size: 18px
    }
}

@media screen and (max-width: 992px) {
    .high-quality .high-quality__img {
        width: 300px
    }

    .high-quality .high-quality__content {
        font-size: 18px
    }
}

@media screen and (max-width: 540px) {
    .high-quality {
        padding: 20px 15px
    }

    .high-quality .high-quality__content {
        font-size: 16px
    }
}

.high-quality .high-quality__content h1, .high-quality .high-quality__content h2, .high-quality .high-quality__content h3, .high-quality .high-quality__content h4, .high-quality .high-quality__content h5, .high-quality .high-quality__content h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 15px
}

@media screen and (max-width: 1200px) {
    .high-quality .high-quality__content h1, .high-quality .high-quality__content h2, .high-quality .high-quality__content h3, .high-quality .high-quality__content h4, .high-quality .high-quality__content h5, .high-quality .high-quality__content h6 {
        font-size: 32px
    }
}

@media screen and (max-width: 992px) {
    .high-quality .high-quality__content h1, .high-quality .high-quality__content h2, .high-quality .high-quality__content h3, .high-quality .high-quality__content h4, .high-quality .high-quality__content h5, .high-quality .high-quality__content h6 {
        font-size: 26px
    }
}

@media screen and (max-width: 540px) {
    .high-quality .high-quality__content h1, .high-quality .high-quality__content h2, .high-quality .high-quality__content h3, .high-quality .high-quality__content h4, .high-quality .high-quality__content h5, .high-quality .high-quality__content h6 {
        font-size: 22px
    }
}

.sec-consultation {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    max-width: 900px;
}

@media screen and (max-width: 1200px) {
    .sec-consultation {
        margin-bottom: 80px
    }
}

@media screen and (max-width: 768px) {
    .sec-consultation {
        margin-bottom: 10px;
        margin-left: 5%;
        margin-right: 5%;
    }
}

.consultation-form .consultation-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.consultation-form .consultation-form__inputs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 40px;
    margin-bottom: 60px
}

@media screen and (max-width: 768px) {
    .consultation-form .consultation-form__inputs {
        width: 100%;
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 25px
    }
}

.consultation-form .consultation-form__map {
    width: calc(50% - 20px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    margin-bottom: 60px
}

.consultation-form .consultation-form__map& gt

;
ymaps {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important
}

@media screen and (max-width: 768px) {
    .consultation-form .consultation-form__map {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0
    }

    .consultation-form .consultation-form__map& gt

;ymaps {
     position: relative;
     height: 300px !important
 }
}

.consultation-form .consultation-form__bottom {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.consultation-form .consultation-form__bottom .btn {
    margin-right: 40px
}

@media screen and (max-width: 768px) {
    .consultation-form .consultation-form__bottom {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .consultation-form .consultation-form__bottom .btn {
        margin-right: 0;
        margin-bottom: 25px
    }
}

.consultation-form .form-input {
    margin-bottom: 25px
}

.personal-data {
    font-size: 19px;
    line-height: 1.3;
    color: rgba(34, 34, 34, .3)
}

.personal-data a {
    color: rgba(34, 34, 34, .3);
    -webkit-transition: all .3s;
    transition: all .3s
}

.services-el:after, .services-el:before {
    -webkit-transition: all .3s;
    content: ""
}

.personal-data a:hover {
    color: rgba(34, 34, 34, .8)
}

.list-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-services.list-services__section {
    margin-bottom: 30px
}

@media screen and (max-width: 1200px) {
    .list-services.list-services__section {
        margin-bottom: 100px
    }
}

@media screen and (max-width: 992px) {
    .list-services.list-services__section {
        margin-bottom: 30px
    }
}

.list-services .services-el {
    margin-right: 40px;
    margin-bottom: 40px
}

@media screen and (max-width: 992px) {
    .list-services .services-el {
        margin-right: 20px;
        margin-bottom: 20px
    }
}

.list-services .services-el:nth-child(4n+4) {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .personal-data {
        font-size: 16px;
        text-align: center
    }

    .list-services .services-el:nth-child(4n+4) {
        margin-right: 20px
    }

    .list-services .services-el:nth-child(3n+3) {
        margin-right: 0
    }
}

.services-el {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    width: calc(100% / 4 - 30px);
    padding-top: calc(100% / 4 - 30px);
    overflow: hidden;
    border-radius: 4px
}

@media screen and (max-width: 992px) {
    .services-el {
        padding-top: calc(100% / 4 - 15px);
        width: calc(100% / 4 - 15px)
    }
}

@media screen and (max-width: 768px) {
    .services-el {
        padding-top: calc(100% / 3 - 13.33px);
        width: calc(100% / 3 - 13.33px)
    }
}

@media screen and (max-width: 540px) {
    .list-services .services-el:nth-child(3n+3) {
        margin-right: 20px
    }

    .list-services .services-el:nth-child(2n+2) {
        margin-right: 0
    }

    .services-el {
        padding-top: calc(100% / 2 - 10px);
        width: calc(100% / 2 - 10px)
    }
}

@media screen and (max-width: 420px) {
    .services-el {
        min-height: 155px;
        padding-top: 0
    }
}

.services-el:before {
    width: 100%;
    height: 100%;
    background: #af2629;
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .3s
}

.services-el:after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: #3C0101;
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    transition: all .3s;
    border-radius: 4px
}

.catalog-el .catalog-el__content, .services-el .services-el__content {
    z-index: 5;
    left: 0;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.services-el .services-el__content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 20px 50px;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width: 768px) {
    .services-el .services-el__content {
        line-height: 1.1;
        padding: 20px
    }
}

.services-el .services-el__title {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    text-align: center
}

.services-el .services-el__icon {
    margin-bottom: 10px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 80px
}

.services-el:hover:after {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sec-catalog {
    margin-bottom: 100px
}

@media screen and (max-width: 1200px) {
    .sec-catalog {
        margin-bottom: 140px
    }
}

@media screen and (max-width: 992px) {
    .services-el .services-el__title {
        font-size: 18px
    }

    .sec-catalog {
        margin-bottom: 80px
    }
}

.catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.catalog-list.catalog-list__marg {
    margin-bottom: 120px
}


@media screen and (max-width: 1200px) {
    .catalog-list.catalog-list__marg {
        margin-bottom: 80px
    }
}

@media screen and (max-width: 992px) {
    .catalog-list.catalog-list__marg {
        margin-bottom: 40px
    }

}

/*Обновление карточек каталога*/
.catalog-list.catalog-list__marg {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: 0px;
    margin-left: 0px;
}

.catalog-list .catalog-el {
    margin-right: 40px;
    margin-bottom: 40px
}


@media screen and (max-width: 992px) {
    .catalog-list .catalog-el {
        /*margin-right: 20px;
        margin-bottom: 20px*/
    }
}

.catalog-list .catalog-el:nth-child(4n+4) {
    /*margin-right: 0*/
}

.catalog-el {
    display: block;
    position: relative;
    width: calc(100% / 4 - 30px);
    padding-top: calc(100% / 4 - 30px);
    border-radius: 4px;
    background: #fff;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .05);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow: hidden
}


@media screen and (max-width: 768px) {
    .services-el .services-el__title {
        line-height: 1.1
    }

    .catalog-list .catalog-el:nth-child(4n+4) {
        /*margin-right: 20px*/
    }

    .catalog-list .catalog-el:nth-child(3n+3) {
        /*margin-right: 0*/
    }
}

@media screen and (max-width: 992px) {
    .catalog-el {
        width: calc(100% / 4 - 15px);
        padding-top: calc(100% / 4 - 5px)
    }
}

@media screen and (max-width: 768px) {
    .catalog-el {
        padding-top: calc(100% / 3 - 13.33px);
        width: calc(100% / 3 - 13.33px)
    }
}

@media screen and (max-width: 540px) {
    .catalog-list .catalog-el:nth-child(3n+3) {
        /*margin-right: 20px*/
    }

    .catalog-list .catalog-el:nth-child(2n+2) {
        /*margin-right: 0*/
    }

    .catalog-el {
        /*padding-top: calc(100% / 2 - 10px);
        width: calc(100% / 2 - 10px)*/
    }
}

/*Обновление карточек каталога*/
.catalog-list .catalog-el {
    flex: 0 0 23%;
    max-width: 23%;
    margin: 1%;
    height: 250px;
    padding: 0;
	width: auto;
}

@media all and (max-width: 1000px) {
    .catalog-list .catalog-el {
		flex: 0 0 31%;
		max-width: 31%;
    }
}

@media all and (max-width: 768px) {
    .catalog-list .catalog-el {
		flex: 0 0 48%;
		max-width: 48%;
    }
}

@media all and (max-width: 500px) {
    .catalog-list .catalog-el {
		flex: 0 0 98%;
		max-width: 98%;
    }
}


@media screen and (max-width: 420px) {
    .services-el .services-el__icon {
        max-height: 60px
    }

    .catalog-el {
        padding-top: 0;
        min-height: 155px
    }
}

.catalog-el .catalog-el__content {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px 40px 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}


@media screen and (max-width: 1200px) {
    .catalog-el .catalog-el__content {
        padding: 20px
    }
}

@media screen and (max-width: 992px) {
    .catalog-el .catalog-el__content {
        line-height: 1.1
    }
}

/*Обновление карточек каталога*/
.catalog-el .catalog-el__content {
    position: relative;
    padding: 0;
    display: block;
}


.catalog-el .catalog-el__icon {
    margin-bottom: 10px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 96px
}

@media screen and (max-width: 1200px) {
    .catalog-el .catalog-el__icon {
        max-height: 80px
    }
}

@media screen and (max-width: 590px) {
    .catalog-el .catalog-el__icon {
        max-height: 70px
    }
}

@media screen and (max-width: 540px) {
    .catalog-el .catalog-el__icon {
        max-height: 86px
    }
}

/*Обновление карточек каталога*/
.catalog-el .catalog-el__icon {
    height: 100%;
    width: auto;
    display: block;
    max-height: initial;
    max-width: initial;
    min-width: 100%;
}


.catalog-el .catalog-el__title {
    color: #202527;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    line-height: 1.2
}
/*Обновление карточек каталога*/
.catalog-el .catalog-el__title {
    position: absolute;
    bottom: 0;
    background: #0000006b;
    min-height: 4rem;
    color: #fff;
    padding: 0.5rem;
}


@media screen and (max-width: 1200px) {
    .catalog-el .catalog-el__title {
        font-size: 18px
    }
}

@media screen and (max-width: 992px) {
    .catalog-el .catalog-el__title {
        /*font-size: 16px*/
    }
}

@media screen and (max-width: 590px) {
    .catalog-el .catalog-el__title {
        /*font-size: 14px*/
    }
}

@media screen and (max-width: 540px) {
    .catalog-el .catalog-el__title {
        /*font-size: 16px*/
    }
}

@media screen and (max-width: 420px) {
    .catalog-el .catalog-el__content {
        /*padding: 20px 5px*/
    }

    .catalog-el .catalog-el__icon {
        /*max-height: 60px*/
    }

    .catalog-el .catalog-el__title {
        /*font-size: 14px*/
    }
}

.catalog-el .catalog-el__title span {
    font-size: 18px;
    display: block;
    line-height: 1.2
}

@media screen and (max-width: 1200px) {
    .catalog-el .catalog-el__title span {
        font-size: 16px
    }
}

.catalog-el:hover {
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, .2);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .2)
}

.catalog-banner {
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 4px
}

.catalog-banner a {
    display: block;
    line-height: 0
}

.catalog-banner img {
    width: auto;
    max-width: 100%;
    height: auto
}
/*
.products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
*/

.products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-between;
    align-items: stretch;
}

.product-el {
	position: relative;
    padding: 0 0 70px 0;
    margin: 0 0 40px 0;
    width: calc(100% / 3 - 23px);
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media screen and (max-width: 992px) {
	.breadcrumbs-list__item::before {
		margin-top: 0;
	}

	.breadcrumbs-list__link, .breadcrumbs-list__current {
		font-size: 0.8rem;
		line-height: normal;
	}

	li.breadcrumbs-list__item {}

	.breadcrumbs-list__item {
		margin-right: 20px;
		margin-left: 0;
	}

	.product-el {
		border-color: #af26292e;
	}

	.btn-br {
		/*position: absolute;
		bottom: 0;*/
		text-align: center;
		font-size: 4vw;
		min-width: auto;
		padding: 0;
		margin: 0;
		overflow: hidden;
		display: inline-block;
		width: 100%;
		border-radius: 3px;
		height: 60px;
		line-height: 60px;
	}

    .catalog-el .catalog-el__title span {
        font-size: 12px
    }

    .product-el {
        width: calc(100% / 3 - 15px);
        margin-right: 20px;
        padding-top: 5px;
        border-color: rgb(175 38 41 / 30%)
    }
}

@media screen and (max-width: 768px) {
    .product-el {
        width: calc(100% / 2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .product-el {
        width: calc(100% / 2 - 10px)
    }
}

@media screen and (max-width: 430px) {
    .product-el {
        width: calc(100% / 2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 390px) {
    .product-el {
        width: 100%;
        margin-right: 0px;
    }
}
.product-el:nth-child(4n+4) {
    margin-right: 0
}

/*@media screen and (max-width: 768px) {
    .product-el:nth-child(4n+4) {
        margin-right: 20px
    }

    .product-el:nth-child(3n+3) {
        margin-right: 0
    }
}*/

@media screen and (max-width: 430px) {
    .product-el:nth-child(4n+4) {
        margin-right: 0
    }
}

@media screen and (max-width: 640px) {
    .product-el:nth-child(3n+3) {
        margin-right: 20px
    }

    .product-el:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (max-width: 430px) {
    .product-el:nth-child(3n+3) {
        /*width: calc(100% / 2 - 5px);*/
        margin-right: 10px;
    }
}
@media screen and (max-width: 400px) {
    .product-el:nth-child(3n+3) {
        margin-right: 0;
    }
}
.product-el .product-el__img {
    height: 150px;
    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: 10px;
    padding: 0 10px
}

.product-el .product-el__img a {
    line-height: 0;
    height: 150px;
    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
}

.photo-category-list, .product-info {
    display: -webkit-box;
    display: -ms-flexbox
}

.product-el .product-el__img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 150px
}

.product-el .product-el__title {
    color: #202527;
    margin-bottom: 12px;
    padding: 0 12px;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    text-align: center;
    color: #202527;
}

@media screen and (max-width: 992px) {
    .product-el .product-el__title {
        font-size: 20px
    }
}

.product-el .product-el__title a {
    color: #202527;
    text-decoration: none;
    font-size: 1rem;
}

.product-el .product-el__title h1, .product-el .product-el__title h2, .product-el .product-el__title h3, .product-el .product-el__title h4, .product-el .product-el__title h5, .product-el .product-el__title h6 {
    font-weight: 400;
    margin: 0;
    font-size: 24px
}

@media screen and (max-width: 992px) {
    .product-el .product-el__title h1, .product-el .product-el__title h2, .product-el .product-el__title h3, .product-el .product-el__title h4, .product-el .product-el__title h5, .product-el .product-el__title h6 {
        font-size: 20px
    }
}

.product-el .product-el__parameters {
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #8E9091;
    margin-bottom: 20px;
    padding: 0 15px
}

.product-el .product-el__price {
    text-align: center;
    margin-bottom: 24px;
    padding: 0 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #202527;
}

@media screen and (max-width: 992px) {
    .product-el .product-el__price {
        font-size: 20px
    }
}

.product-el .btn {
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding: 0 10px;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    min-width: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

@media screen and (max-width: 992px) {
    .product-el .btn {
        opacity: 1
    }
}

.product-el .not-available {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

@media screen and (max-width: 1200px) {
    .product-el .btn, .product-el .not-available {
        font-size: 18px
    }
}

.product-el:hover {
    border-color: #af2629
}

.product-el:hover .btn, .product-el:hover .not-available {
    opacity: 1
}

.product-el.product-el__not:hover {
    border-color: #9F9F9F
}

.product-info {
    padding-top: 45px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px
}

.product-info .product-info__img {
    width: calc(50% - 20px)
}

@media screen and (max-width: 768px) {
    .product-info {
        display: block
    }

    .product-info .product-info__img {
        width: 100%;
        margin-bottom: 30px
    }
}

.product-info .product-info__img a {
    display: block;
    line-height: 0
}

.product-info .product-info__img img {
    width: auto;
    max-width: 100%;
    height: auto
}

.product-info .product-info__content {
    width: calc(50% - 20px)
}

.product-info .btn {
    display: block;
    width: 100%;
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    .product-info .product-info__content {
        width: 100%;
        max-width: 350px
    }

    .product-info .btn {
        margin-bottom: 20px
    }
}

.product-info .btn-br {
    display: block;
    width: 100%
}

.product-price {
    font-size: 36px;
    line-height: 45px;
    color: #000;
    margin-bottom: 80px
}

@media screen and (max-width: 768px) {
    .product-price {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 480px) {
    .product-price {
        font-size: 26px;
        line-height: 1.4
    }
}

.sec-product-slider {
    margin-bottom: 30px
}

.sec-product-slider .sec-title {
    color: #202527;
    line-height: 1.2;
    font-size: 64px;
    margin-bottom: 20px
}

@media screen and (max-width: 1200px) {
    .sec-product-slider .sec-title {
        font-size: 58px
    }
}

@media screen and (max-width: 992px) {
    .product-el .not-available {
        opacity: 1
    }

    .product-el.product-el__not {
        border-color: #9F9F9F
    }

    .sec-product-slider .sec-title {
        font-size: 44px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 768px) {
    .sec-product-slider .sec-title {
        font-size: 32px
    }
}

.sec-product-slider .sec-title h1, .sec-product-slider .sec-title h2, .sec-product-slider .sec-title h3, .sec-product-slider .sec-title h4, .sec-product-slider .sec-title h5, .sec-product-slider .sec-title h6 {
    font-size: 64px
}

@media screen and (max-width: 1200px) {
    .sec-product-slider .sec-title h1, .sec-product-slider .sec-title h2, .sec-product-slider .sec-title h3, .sec-product-slider .sec-title h4, .sec-product-slider .sec-title h5, .sec-product-slider .sec-title h6 {
        font-size: 58px
    }
}

@media screen and (max-width: 992px) {
    .sec-product-slider .sec-title h1, .sec-product-slider .sec-title h2, .sec-product-slider .sec-title h3, .sec-product-slider .sec-title h4, .sec-product-slider .sec-title h5, .sec-product-slider .sec-title h6 {
        font-size: 44px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 768px) {
    .sec-product-slider .sec-title h1, .sec-product-slider .sec-title h2, .sec-product-slider .sec-title h3, .sec-product-slider .sec-title h4, .sec-product-slider .sec-title h5, .sec-product-slider .sec-title h6 {
        font-size: 32px
    }
}

.sec-product-slider .sec-product-slider__bottom {
    padding-top: 10px
}

.sec-product-slider .sec-product-slider__bottom a {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #af2629;
    text-decoration: none
}

.sec-product-slider.sec-product-slider__maging {
    margin-bottom: 160px
}

@media screen and (max-width: 992px) {
    .sec-product-slider.sec-product-slider__maging {
        margin-bottom: 80px
    }
}

@media screen and (max-width: 768px) {
    .sec-product-slider.sec-product-slider__maging {
        margin-bottom: 40px
    }
}

.product-slider .slick-list {
    margin: 0 -20px
}

@media screen and (max-width: 992px) {
    .product-slider .slick-list {
        margin: 0 -10px
    }
}

@media screen and (max-width: 640px) {
    .product-slider .slick-list {
        margin: 0
    }
}

.product-slider .product-slider__el {
    padding: 0 20px
}

@media screen and (max-width: 992px) {
    .product-slider .product-slider__el {
        padding: 0 10px
    }
}

@media screen and (max-width: 430px) {
    .product-slider .product-slider__el {
        padding: 0
    }
}

.product-slider .product-el {
    width: 100%;
    margin: 0 auto;
    max-width: 260px
}

@media screen and (max-width: 1200px) {
    .product-slider .product-el {
        width: calc(100vw / 4 - 35px);
        max-width: 100%
    }
}

@media screen and (max-width: 992px) {
    .product-slider .product-el {
        width: calc(100vw / 4 - 25px)
    }
}

@media screen and (max-width: 768px) {
    .product-slider .product-el {
        width: calc(100vw / 3 - 20px)
    }
}

@media screen and (max-width: 640px) {
    .product-slider .product-el {
        width: 100%
    }
}

.page-title {
    margin: 0 0 45px;
    font-weight: 800;
    font-size: 72px;
    line-height: 1.3;
    color: #202527
}

@media screen and (max-width: 1200px) {
    .page-title {
        font-size: 58px
    }
}

@media screen and (max-width: 992px) {
    .page-title {
        font-size: 44px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 768px) {
    .page-title {
        font-size: 32px
    }
}

.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
    margin: 0;
    font-weight: 800;
    font-size: 72px
}

@media screen and (max-width: 1200px) {
    .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
        font-size: 58px
    }
}

@media screen and (max-width: 992px) {
    .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
        font-size: 44px
    }
}

@media screen and (max-width: 768px) {
    .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
        font-size: 32px
    }
}

.year {
    color: #f00
}

.page-content {
    font-size: 24px;
    line-height: 1.4;
    color: #000
}

.page-content p {
    margin-bottom: 20px
}

.photo-category-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px;
    margin-bottom: 120px
}

.articles-list, .photo-category {
    display: -webkit-box;
    display: -ms-flexbox
}

.articles-el, .photo-category {
    -webkit-box-align: center;
    overflow: hidden;
    text-align: center;
    text-decoration: none
}

@media screen and (max-width: 1200px) {
    .photo-category-list {
        margin-bottom: 80px
    }
}

@media screen and (max-width: 768px) {
    .page-content {
        font-size: 18px
    }

    .photo-category-list {
        margin-bottom: 40px
    }
}

.photo-category-list .photo-category {
    margin-bottom: 40px
}

.photo-category {
    width: calc(50% - 20px);
    font-weight: 500;
    font-size: 36px;
    line-height: 1.3;
    color: #FFF;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px;
    min-height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width: 992px) {
    .photo-category-list .photo-category {
        margin-bottom: 20px
    }

    .photo-category {
        width: calc(50% - 10px);
        font-size: 32px
    }
}

@media screen and (max-width: 768px) {
    .photo-category {
        font-size: 24px;
        min-height: 200px;
        padding: 20px 10px
    }
}

@media screen and (max-width: 540px) {
    .photo-category {
        font-size: 18px;
        min-height: 140px
    }
}

@media screen and (max-width: 460px) {
    .photo-category {
        width: 100%;
        min-height: 170px;
        font-size: 24px
    }
}

.photo-category:before {
    width: 100%;
    height: 100%;
    content: "";
    background: #af2629;
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.photo-category:after, .pricelist-el:before {
    -webkit-transition: all .3s;
    content: ""
}

.photo-category:after {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: #3C0101;
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2;
    transition: all .3s;
    border-radius: 4px
}

.photo-category span {
    width: 100%;
    position: relative;
    z-index: 5;
    -webkit-transition: all .9s;
    transition: all .9s
}

.photo-category:hover {
    color: #fff
}

.photo-category:hover:after {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.gallery-block .gallery-block__title {
    margin: 0 0 25px;
    font-weight: 800;
    font-size: 72px;
    line-height: 1.3;
    color: #202527
}

.articles-el, .articles-el:hover, .pricelist-el:hover {
    color: #fff
}

@media screen and (max-width: 1200px) {
    .gallery-block .gallery-block__title {
        font-size: 58px
    }
}

@media screen and (max-width: 992px) {
    .gallery-block .gallery-block__title {
        font-size: 44px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 768px) {
    .gallery-block .gallery-block__title {
        font-size: 32px
    }
}

.gallery-block .gallery-block__title h1, .gallery-block .gallery-block__title h2, .gallery-block .gallery-block__title h3, .gallery-block .gallery-block__title h4, .gallery-block .gallery-block__title h5, .gallery-block .gallery-block__title h6 {
    margin: 0;
    font-weight: 800;
    font-size: 72px
}

@media screen and (max-width: 1200px) {
    .gallery-block .gallery-block__title h1, .gallery-block .gallery-block__title h2, .gallery-block .gallery-block__title h3, .gallery-block .gallery-block__title h4, .gallery-block .gallery-block__title h5, .gallery-block .gallery-block__title h6 {
        font-size: 58px
    }
}

@media screen and (max-width: 992px) {
    .gallery-block .gallery-block__title h1, .gallery-block .gallery-block__title h2, .gallery-block .gallery-block__title h3, .gallery-block .gallery-block__title h4, .gallery-block .gallery-block__title h5, .gallery-block .gallery-block__title h6 {
        font-size: 44px
    }
}

@media screen and (max-width: 768px) {
    .gallery-block .gallery-block__title h1, .gallery-block .gallery-block__title h2, .gallery-block .gallery-block__title h3, .gallery-block .gallery-block__title h4, .gallery-block .gallery-block__title h5, .gallery-block .gallery-block__title h6 {
        font-size: 32px
    }
}

.photo-gallery {
    margin-bottom: 90px;
    position: relative;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .05)
}

@media screen and (max-width: 992px) {
    .photo-gallery {
        margin-bottom: 50px
    }
}

.photo-gallery .photo-gallery__item img {
    width: auto;
    max-width: 100%;
    height: auto
}

.photo-gallery .photo-gallery__item.brick-img img {
    width: auto;
    height: auto;
    max-height: 45vmin;
    margin: auto;
}

.photo-gallery .photo-gallery__item a {
    display: block;
    line-height: 0
}

.photo-gallery .slick-track {
    line-height: 0
}

.photo-gallery .slick-arrow {
    position: absolute;
    width: 35px;
    height: 58px;
    content: "";
    font-size: 0;
    border: none;
    cursor: pointer;
    background: url(../img/gallery-arrow.svg) center no-repeat;
    background-size: contain;
    top: 50%;
    right: 25px;
    margin-top: -29px;
    z-index: 3
}

.photo-gallery .slick-arrow.slick-prev {
    left: 25px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.photo-gallery .slick-arrow.slick-disabled {
    opacity: .5
}

.articles-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px
}

.articles-el, .articles-el .articles-el__more {
    display: -webkit-box;
    display: -ms-flexbox;
    border-radius: 4px
}

@media screen and (max-width: 992px) {
    .articles-list {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 768px) {
    .photo-gallery .slick-arrow {
        width: 35px;
        height: 38px;
        right: 10px;
        margin-top: -19px
    }

    .photo-gallery .slick-arrow.slick-prev {
        left: 10px
    }

    .articles-list {
        margin-bottom: 30px
    }
}

.articles-el {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 260px;
    padding: 40px 60px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    position: relative
}

@media screen and (max-width: 1200px) {
    .articles-el {
        font-size: 30px
    }
}

@media screen and (max-width: 992px) {
    .articles-el {
        padding: 40px 20px;
        width: calc(50% - 10px);
        margin-bottom: 20px
    }
}

@media screen and (max-width: 768px) {
    .articles-el {
        font-size: 25px;
        min-height: 200px
    }
}

@media screen and (max-width: 590px) {
    .articles-el {
        font-size: 20px;
        min-height: 180px;
        padding: 20px 15px
    }
}

@media screen and (max-width: 480px) {
    .articles-el {
        width: 100%
    }
}

.articles-el:before {
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(202, 78, 78, .6)), to(rgba(202, 78, 78, .6)));
    background: linear-gradient(0deg, rgba(202, 78, 78, .6), rgba(202, 78, 78, .6));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.articles-el .articles-el__title {
    width: 100%;
    position: relative;
    z-index: 3
}

.articles-el .articles-el__more {
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    left: 30px;
    top: 30px;
    content: "";
    z-index: 1;
    background: rgba(60, 1, 1, .5);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.articles-el:hover .articles-el__title {
    opacity: 0
}

.articles-el:hover .articles-el__more {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 5
}

.pricelist-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px
}

@media screen and (max-width: 992px) {
    .pricelist-wrap {
        margin-bottom: 70px
    }
}

@media screen and (max-width: 768px) {
    .pricelist-wrap {
        margin-bottom: 30px
    }
}

.pricelist-wrap .pricelist-el {
    margin-right: 40px;
    margin-bottom: 40px
}

@media screen and (max-width: 992px) {
    .pricelist-wrap .pricelist-el {
        margin-right: 20px;
        margin-bottom: 20px
    }
}

.pricelist-wrap .pricelist-el:nth-child(4n+4) {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .pricelist-wrap .pricelist-el:nth-child(4n+4) {
        margin-right: 20px
    }

    .pricelist-wrap .pricelist-el:nth-child(3n+3) {
        margin-right: 0
    }
}

.pricelist-el {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    width: calc(100% / 4 - 30px);
    padding-top: calc(100% / 4 - 30px);
    overflow: hidden;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, .05);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .05)
}

@media screen and (max-width: 992px) {
    .pricelist-el {
        padding-top: calc(100% / 4 - 15px);
        width: calc(100% / 4 - 15px);
        font-size: 20px;
        line-height: 1.1
    }
}

@media screen and (max-width: 768px) {
    .pricelist-el {
        padding-top: calc(100% / 3 - 13.33px);
        width: calc(100% / 3 - 13.33px)
    }

    .pricelist-el .pricelist-el__content {
        line-height: 1.1
    }
}

@media screen and (max-width: 540px) {
    .pricelist-wrap .pricelist-el:nth-child(3n+3) {
        margin-right: 20px
    }

    .pricelist-wrap .pricelist-el:nth-child(2n+2) {
        margin-right: 0
    }

    .pricelist-el {
        padding-top: calc(100% / 2 - 10px);
        width: calc(100% / 2 - 10px)
    }
}

@media screen and (max-width: 420px) {
    .pricelist-el {
        min-height: 155px;
        padding-top: 0;
        font-size: 16px
    }
}

.pricelist-el:before {
    width: 100%;
    height: 100%;
    background: #af2629;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .3s
}

.pricelist-el .pricelist-el__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    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: 20px 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.pricelist-el .pricelist-el__more {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    content: "";
    z-index: 1;
    border-radius: 4px;
    background: rgba(60, 1, 1, .5);
    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;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.pricelist-el:hover .pricelist-el__content {
    opacity: 0
}

.pricelist-el:hover .pricelist-el__more {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 5
}

.block-causes {
    padding-top: 35px;
    margin-bottom: 120px
}

@media screen and (max-width: 1200px) {
    .block-causes {
        margin-bottom: 90px
    }
}

@media screen and (max-width: 992px) {
    .block-causes {
        margin-bottom: 70px
    }
}

@media screen and (max-width: 768px) {
    .block-causes {
        margin-bottom: 35px
    }
}

.block-causes .block-causes__title {
    margin: 0 0 55px;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.1;
    color: #202527
}

@media screen and (max-width: 1200px) {
    .block-causes .block-causes__title {
        font-size: 54px
    }
}

@media screen and (max-width: 992px) {
    .block-causes .block-causes__title {
        font-size: 38px
    }
}

@media screen and (max-width: 768px) {
    .block-causes .block-causes__title {
        font-size: 28px;
        margin-bottom: 30px
    }
}

.block-causes .block-causes__title h1, .block-causes .block-causes__title h2, .block-causes .block-causes__title h3, .block-causes .block-causes__title h4, .block-causes .block-causes__title h5, .block-causes .block-causes__title h6 {
    font-size: 64px;
    margin: 0
}

@media screen and (max-width: 1200px) {
    .block-causes .block-causes__title h1, .block-causes .block-causes__title h2, .block-causes .block-causes__title h3, .block-causes .block-causes__title h4, .block-causes .block-causes__title h5, .block-causes .block-causes__title h6 {
        font-size: 58px
    }
}

.causes-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.causes-list .causes-el {
    margin-right: 40px;
    margin-bottom: 40px
}

@media screen and (max-width: 992px) {
    .block-causes .block-causes__title h1, .block-causes .block-causes__title h2, .block-causes .block-causes__title h3, .block-causes .block-causes__title h4, .block-causes .block-causes__title h5, .block-causes .block-causes__title h6 {
        font-size: 44px
    }

    .causes-list .causes-el {
        margin-right: 20px;
        margin-bottom: 20px
    }
}

.causes-list .causes-el:nth-child(4n+4) {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .block-causes .block-causes__title h1, .block-causes .block-causes__title h2, .block-causes .block-causes__title h3, .block-causes .block-causes__title h4, .block-causes .block-causes__title h5, .block-causes .block-causes__title h6 {
        font-size: 32px
    }

    .causes-list .causes-el:nth-child(4n+4) {
        margin-right: 20px
    }

    .causes-list .causes-el:nth-child(3n+3) {
        margin-right: 0
    }
}

.causes-el {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    width: calc(100% / 4 - 30px);
    padding-top: calc(100% / 4 - 30px);
    overflow: hidden;
    border-radius: 4px
}

@media screen and (max-width: 992px) {
    .causes-el {
        padding-top: calc(100% / 4 - 15px);
        width: calc(100% / 4 - 15px)
    }
}

@media screen and (max-width: 768px) {
    .causes-el {
        padding-top: calc(100% / 3 - 13.33px);
        width: calc(100% / 3 - 13.33px)
    }

    .causes-el .causes-el__content {
        line-height: 1.1
    }
}

@media screen and (max-width: 540px) {
    .causes-list .causes-el:nth-child(3n+3) {
        margin-right: 20px
    }

    .causes-list .causes-el:nth-child(2n+2) {
        margin-right: 0
    }

    .causes-el {
        padding-top: calc(100% / 2 - 10px);
        width: calc(100% / 2 - 10px)
    }
}

@media screen and (max-width: 420px) {
    .causes-el {
        min-height: 155px;
        padding-top: 0
    }
}

.causes-el:before {
    width: 100%;
    height: 100%;
    content: "";
    background: #af2629;
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.causes-el:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: "";
    background: #3C0101;
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px
}

.causes-el .causes-el__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    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: 20px 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.production-liner, .s-partners, .styling-slider {
    position: relative
}

.causes-el .causes-el__title {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    text-align: center
}

@media screen and (max-width: 992px) {
    .causes-el .causes-el__title {
        font-size: 18px
    }
}

@media screen and (max-width: 440px) {
    .causes-el .causes-el__title {
        font-size: 14px
    }
}

.causes-el .causes-el__icon {
    margin-bottom: 10px;
    width: auto;
    max-width: 100%;
    height: 80px;
    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
}

@media screen and (max-width: 992px) {
    .causes-el .causes-el__icon {
        height: 60px
    }
}

.causes-el .causes-el__icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 80px
}

.causes-el:hover:after {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.s-stages-development {
    position: relative;
    z-index: 10;
    margin-bottom: 160px
}

@media screen and (max-width: 1200px) {
    .s-stages-development {
        margin-bottom: 140px
    }
}

@media screen and (max-width: 992px) {
    .causes-el .causes-el__icon img {
        height: 60px
    }

    .s-stages-development {
        margin-bottom: 80px
    }
}

@media screen and (max-width: 768px) {
    .causes-el .causes-el__title {
        line-height: 1.1
    }

    .s-stages-development {
        margin-bottom: 55px
    }
}

.s-stages-development .s-stages-development__title {
    margin: 0 auto 55px;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1;
    color: #202527
}

@media screen and (max-width: 1200px) {
    .s-stages-development .s-stages-development__title {
        font-size: 54px
    }
}

@media screen and (max-width: 992px) {
    .s-stages-development .s-stages-development__title {
        font-size: 38px
    }
}

@media screen and (max-width: 768px) {
    .s-stages-development .s-stages-development__title {
        font-size: 28px;
        margin-bottom: 30px
    }
}

.s-stages-development .s-stages-development__title h1, .s-stages-development .s-stages-development__title h2, .s-stages-development .s-stages-development__title h3, .s-stages-development .s-stages-development__title h4, .s-stages-development .s-stages-development__title h5, .s-stages-development .s-stages-development__title h6 {
    font-size: 48px;
    margin: 0
}

@media screen and (max-width: 1200px) {
    .s-stages-development .s-stages-development__title h1, .s-stages-development .s-stages-development__title h2, .s-stages-development .s-stages-development__title h3, .s-stages-development .s-stages-development__title h4, .s-stages-development .s-stages-development__title h5, .s-stages-development .s-stages-development__title h6 {
        font-size: 58px
    }
}

@media screen and (max-width: 992px) {
    .s-stages-development .s-stages-development__title h1, .s-stages-development .s-stages-development__title h2, .s-stages-development .s-stages-development__title h3, .s-stages-development .s-stages-development__title h4, .s-stages-development .s-stages-development__title h5, .s-stages-development .s-stages-development__title h6 {
        font-size: 44px
    }
}

.stages-development {
    overflow: hidden
}

.stages-development .stages-development__item {
    padding: 0 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 768px) {
    .s-stages-development .s-stages-development__title h1, .s-stages-development .s-stages-development__title h2, .s-stages-development .s-stages-development__title h3, .s-stages-development .s-stages-development__title h4, .s-stages-development .s-stages-development__title h5, .s-stages-development .s-stages-development__title h6 {
        font-size: 32px
    }

    .stages-development .stages-development__item {
        padding: 0 10px
    }
}

.stages-development .stages-development__el {
    background: #FFF;
    border-radius: 4px;
    padding: 20px;
    width: 360px !important;
    height: 100%
}

@media screen and (max-width: 768px) {
    .stages-development .stages-development__el {
        width: calc((100vw / 2) - 30px - 10px) !important
    }
}

.stages-development .stages-development__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #af2629;
    text-shadow: 15px 0 100px rgba(0, 0, 0, .25);
    margin-bottom: 15px
}

@media screen and (max-width: 768px) {
    .stages-development .stages-development__title {
        font-size: 28px;
        line-height: 1.2
    }
}

@media screen and (max-width: 540px) {
    .stages-development .stages-development__el {
        width: calc(100vw - 30px - 10px) !important
    }

    .stages-development .stages-development__title {
        font-size: 24px
    }
}

.stages-development .stages-development__desc {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    text-shadow: 15px 0 100px rgba(0, 0, 0, .25)
}

@media screen and (max-width: 768px) {
    .stages-development .stages-development__desc {
        font-size: 16px;
        line-height: 1.3
    }
}

@media screen and (max-width: 540px) {
    .stages-development .stages-development__desc {
        font-size: 14px
    }
}

.stages-development .slick-list {
    overflow: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width: 1200px) {
    .stages-development .slick-list {
        -webkit-transform: translate(calc(((100vw - 1190px) / 2) - 5px), 0);
        transform: translate(calc(((100vw - 1190px) / 2) - 5px), 0)
    }
}

.stages-development .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stages-development .slick-list .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: auto
}

.stages-development .slick-list .slick-slide& gt

;
div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.partners-el, .partners-list {
    display: -webkit-box;
    display: -ms-flexbox
}

.stages-development .slick-current .stages-development__el {
    -webkit-box-shadow: 15px 0 50px rgba(0, 0, 0, .05);
    box-shadow: 15px 0 50px rgba(0, 0, 0, .05)
}

.s-partners {
    margin-bottom: 60px;
    padding-top: 35px;
    z-index: 10
}

.s-partners .s-partners__title {
    margin: 0 auto 55px;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.1;
    color: #202527
}

@media screen and (max-width: 1200px) {
    .s-partners .s-partners__title {
        font-size: 54px
    }
}

@media screen and (max-width: 992px) {
    .s-partners .s-partners__title {
        font-size: 38px
    }
}

@media screen and (max-width: 768px) {
    .s-partners .s-partners__title {
        font-size: 28px;
        margin-bottom: 30px
    }
}

.s-partners .s-partners__title h1, .s-partners .s-partners__title h2, .s-partners .s-partners__title h3, .s-partners .s-partners__title h4, .s-partners .s-partners__title h5, .s-partners .s-partners__title h6 {
    font-size: 64px;
    margin: 0
}

@media screen and (max-width: 1200px) {
    .s-partners .s-partners__title h1, .s-partners .s-partners__title h2, .s-partners .s-partners__title h3, .s-partners .s-partners__title h4, .s-partners .s-partners__title h5, .s-partners .s-partners__title h6 {
        font-size: 54px
    }
}

.partners-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partners-el {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    background: #FFF;
    -webkit-box-shadow: 15px 0 50px rgba(0, 0, 0, .05);
    box-shadow: 15px 0 50px rgba(0, 0, 0, .05);
    border-radius: 4px;
    width: calc(100% / 4 - 30px);
    margin-right: 40px;
    margin-bottom: 40px
}

@media screen and (max-width: 992px) {
    .s-partners .s-partners__title h1, .s-partners .s-partners__title h2, .s-partners .s-partners__title h3, .s-partners .s-partners__title h4, .s-partners .s-partners__title h5, .s-partners .s-partners__title h6 {
        font-size: 38px
    }

    .partners-el {
        width: calc(100% / 4 - 15px);
        margin-right: 20px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 768px) {
    .s-partners .s-partners__title h1, .s-partners .s-partners__title h2, .s-partners .s-partners__title h3, .s-partners .s-partners__title h4, .s-partners .s-partners__title h5, .s-partners .s-partners__title h6 {
        font-size: 28px
    }

    .partners-el {
        width: calc(100% / 3 - 13.33px)
    }
}

@media screen and (max-width: 380px) {
    .partners-el {
        height: 160px
    }
}

@media screen and (max-width: 340px) {
    .partners-el {
        height: 120px
    }
}

.partners-el:nth-child(4n+4) {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .partners-el:nth-child(4n+4) {
        margin-right: 20px
    }

    .partners-el:nth-child(3n+3) {
        margin-right: 0
    }
}

@media screen and (max-width: 540px) {
    .partners-el {
        width: calc(100% / 2 - 10px)
    }

    .partners-el:nth-child(3n+3) {
        margin-right: 20px
    }

    .partners-el:nth-child(2n+2) {
        margin-right: 0
    }
}

.partners-el img {
    width: auto;
    max-width: calc(100% - 20px);
    height: auto;
    max-height: calc(100% - 20px)
}

.production-liner {
    z-index: 10;
    padding: 50px 0;
    background: #EFEFEF;
    margin-bottom: 80px
}

.production-liner .production-liner__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.production-liner .production-liner__content {
    width: calc(50% - 20px);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #202527
}

@media screen and (max-width: 992px) {
    .production-liner .production-liner__content {
        font-size: 18px
    }
}

@media screen and (max-width: 768px) {
    .production-liner .production-liner__content {
        font-size: 16px
    }
}

@media screen and (max-width: 620px) {
    .production-liner .production-liner__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .production-liner .production-liner__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 30px
    }
}

.production-liner .production-liner__content h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    margin: 0 0 25px
}

@media screen and (max-width: 1200px) {
    .production-liner .production-liner__content h2 {
        font-size: 38px
    }
}

@media screen and (max-width: 992px) {
    .production-liner .production-liner__content h2 {
        font-size: 28px
    }
}

.production-liner .production-liner__images {
    width: calc(50% - 20px)
}

@media screen and (max-width: 620px) {
    .production-liner .production-liner__images {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        text-align: center
    }
}

.production-liner .production-liner__images img {
    width: auto;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 15px 0 50px rgba(0, 0, 0, .05);
    box-shadow: 15px 0 50px rgba(0, 0, 0, .05)
}

.payment, .styling-el {
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, .05)
}

.reviews-list {
    margin-bottom: 120px
}

@media screen and (max-width: 768px) {
    .production-liner .production-liner__content h2 {
        font-size: 22px
    }

    .reviews-list {
        margin-bottom: 50px
    }
}

.reviews-list .reviews-list__bottom {
    padding-top: 60px;
    text-align: center
}

@media screen and (max-width: 992px) {
    .reviews-list .reviews-list__bottom {
        padding-top: 0
    }
}

.reviews-list .reviews-list__bottom .btn {
    width: 100%;
    max-width: 560px
}

.reviews-item {
    border: 2px solid #af2629;
    border-radius: 4px;
    padding: 30px;
    color: #000;
    line-height: 1.3;
    font-size: 24px;
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    .reviews-item {
        font-size: 18px
    }
}

@media screen and (max-width: 480px) {
    .reviews-item {
        padding: 20px 15px;
        margin-bottom: 30px;
        font-size: 16px
    }
}

.reviews-item .reviews-item__name {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2
}

@media screen and (max-width: 768px) {
    .reviews-item .reviews-item__name {
        font-size: 20px
    }
}

@media screen and (max-width: 480px) {
    .reviews-item .reviews-item__name {
        font-size: 18px
    }
}

.reviews-item .reviews-item__date {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.2;
    color: #B3B3B3
}

@media screen and (max-width: 768px) {
    .reviews-item .reviews-item__date {
        font-size: 16px
    }
}

@media screen and (max-width: 480px) {
    .reviews-item .reviews-item__date {
        font-size: 14px
    }
}

.reviews-item .reviews-item__cont p {
    margin: 0
}

.s-styling {
    margin-bottom: 110px
}

@media screen and (max-width: 992px) {
    .s-styling {
        margin-bottom: 70px
    }
}

@media screen and (max-width: 768px) {
    .s-styling {
        margin-bottom: 30px
    }
}

.s-styling .s-styling__title {
    color: #202527;
    line-height: 1.2;
    font-size: 72px;
    margin-bottom: 20px
}

.styling-el, .styling-el a {
    display: block;
    line-height: 0
}

@media screen and (max-width: 1200px) {
    .s-styling .s-styling__title {
        font-size: 58px
    }
}

@media screen and (max-width: 992px) {
    .s-styling .s-styling__title {
        font-size: 44px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 768px) {
    .s-styling .s-styling__title {
        font-size: 32px
    }
}

.s-styling .s-styling__title h1, .s-styling .s-styling__title h2, .s-styling .s-styling__title h3, .s-styling .s-styling__title h4, .s-styling .s-styling__title h5, .s-styling .s-styling__title h6 {
    font-size: 72px
}

@media screen and (max-width: 1200px) {
    .s-styling .s-styling__title h1, .s-styling .s-styling__title h2, .s-styling .s-styling__title h3, .s-styling .s-styling__title h4, .s-styling .s-styling__title h5, .s-styling .s-styling__title h6 {
        font-size: 58px
    }
}

@media screen and (max-width: 992px) {
    .s-styling .s-styling__title h1, .s-styling .s-styling__title h2, .s-styling .s-styling__title h3, .s-styling .s-styling__title h4, .s-styling .s-styling__title h5, .s-styling .s-styling__title h6 {
        font-size: 44px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 768px) {
    .s-styling .s-styling__title h1, .s-styling .s-styling__title h2, .s-styling .s-styling__title h3, .s-styling .s-styling__title h4, .s-styling .s-styling__title h5, .s-styling .s-styling__title h6 {
        font-size: 32px
    }
}

.styling-slider .slick-list {
    margin: 0 -20px
}

@media screen and (max-width: 992px) {
    .styling-slider .slick-list {
        margin: 0 -10px
    }
}

.styling-slider .styling-slider__el {
    padding: 20px
}

@media screen and (max-width: 992px) {
    .styling-slider .styling-slider__el {
        padding: 10px
    }
}

@media screen and (max-width: 430px) {
    .styling-slider .slick-list {
        margin: 0
    }

    .styling-slider .styling-slider__el {
        padding: 0
    }
}

.styling-slider .slick-arrow {
    width: 58px;
    height: 58px;
    content: "";
    position: absolute;
    right: -75px;
    top: 50%;
    margin-top: -29px;
    background: url(../img/slider-arrow__gray.svg) center no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
    font-size: 0;
    opacity: .6;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 10
}

.styling-slider .slick-arrow:hover {
    opacity: 1
}

.styling-slider .slick-arrow.slick-prev {
    left: -75px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media screen and (max-width: 1320px) {
    .styling-slider .slick-arrow {
        right: 10px
    }

    .styling-slider .slick-arrow.slick-prev {
        left: 10px
    }
}

.styling-el {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .05)
}

.styling-el img {
    width: auto;
    max-width: 100%;
    height: auto
}

.styling-block {
    background: #EFEFEF;
    padding: 60px 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 10
}

@media screen and (max-width: 768px) {
    .styling-block {
        margin-bottom: 30px
    }
}

.styling-block.styling-block__margin {
    margin-bottom: 160px
}

.styling-block .styling-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.styling-block .styling-block__content {
    width: calc(50% - 20px);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    color: #202527
}

@media screen and (max-width: 992px) {
    .styling-block.styling-block__margin {
        margin-bottom: 80px
    }

    .styling-block .styling-block__content {
        font-size: 20px
    }
}

@media screen and (max-width: 768px) {
    .styling-block.styling-block__margin {
        margin-bottom: 40px
    }

    .styling-block .styling-block__content {
        font-size: 18px;
        width: calc(50% - 10px)
    }
}

@media screen and (max-width: 620px) {
    .styling-block {
        padding: 40px 0
    }

    .styling-block .styling-block__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .styling-block .styling-block__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 30px
    }
}

.styling-block .styling-block__content p {
    margin-bottom: 25px
}

@media screen and (max-width: 992px) {
    .styling-block .styling-block__content p {
        margin-bottom: 20px
    }
}

.styling-block .styling-block__content p:last-child {
    margin-bottom: 0
}

.styling-block .styling-block__content h1, .styling-block .styling-block__content h2, .styling-block .styling-block__content h3, .styling-block .styling-block__content h4, .styling-block .styling-block__content h5, .styling-block .styling-block__content h6 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    margin: 0 0 20px
}

@media screen and (max-width: 1200px) {
    .styling-block .styling-block__content h1, .styling-block .styling-block__content h2, .styling-block .styling-block__content h3, .styling-block .styling-block__content h4, .styling-block .styling-block__content h5, .styling-block .styling-block__content h6 {
        font-size: 40px
    }
}

@media screen and (max-width: 992px) {
    .styling-block .styling-block__content h1, .styling-block .styling-block__content h2, .styling-block .styling-block__content h3, .styling-block .styling-block__content h4, .styling-block .styling-block__content h5, .styling-block .styling-block__content h6 {
        font-size: 30px
    }
}

.styling-block .styling-block__img {
    width: calc(50% - 20px);
    -webkit-box-shadow: 15px 0 50px rgba(0, 0, 0, .05);
    box-shadow: 15px 0 50px rgba(0, 0, 0, .05)
}

@media screen and (max-width: 768px) {
    .styling-block .styling-block__content h1, .styling-block .styling-block__content h2, .styling-block .styling-block__content h3, .styling-block .styling-block__content h4, .styling-block .styling-block__content h5, .styling-block .styling-block__content h6 {
        font-size: 26px
    }

    .styling-block .styling-block__img {
        width: calc(50% - 10px)
    }
}

@media screen and (max-width: 620px) {
    .styling-block .styling-block__img {
        width: auto;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.styling-block .styling-block__img a {
    display: block;
    line-height: 0
}

.styling-block .styling-block__img img {
    width: auto;
    max-width: 100%;
    height: auto
}

.page-contacts .el-phone {
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    color: #202527;
    margin-bottom: 55px
}

.page-contacts .el-phone a {
    text-decoration: none;
    color: #202527
}

.page-contacts .el-phone.el-phone__big {
    font-size: 48px
}

@media screen and (max-width: 992px) {
    .page-contacts .el-phone.el-phone__big {
        font-size: 40px
    }
}

@media screen and (max-width: 768px) {
    .page-contacts .el-phone {
        margin-bottom: 25px
    }

    .page-contacts .el-phone.el-phone__big {
        font-size: 20px
    }
}

.page-contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-contacts__row .page-contacts__col {
    width: calc(50% - 20px)
}

@media screen and (max-width: 992px) {
    .page-contacts__row {
        display: block
    }

    .page-contacts__row .page-contacts__col {
        width: 100%;
        margin-bottom: 55px
    }
}

@media screen and (max-width: 768px) {
    .page-contacts__row .page-contacts__col {
        margin-bottom: 25px
    }
}

@media screen and (max-width: 992px) {
    .page-contacts__row .page-contacts__col:last-child {
        margin-bottom: 0
    }
}

.page-contacts__el {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #202527;
    margin-bottom: 55px
}

@media screen and (max-width: 768px) {
    .page-contacts__el {
        font-size: 16px;
        margin-bottom: 25px
    }
}

.page-contacts__el a {
    text-decoration: none;
    color: #202527
}

.page-contacts__el .page-contacts__label {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 48px
}

.page-contacts__social {
    margin-bottom: 160px;
    padding-top: 30px
}

@media screen and (max-width: 992px) {
    .page-contacts__el .page-contacts__label {
        font-size: 40px
    }

    .page-contacts__social {
        margin-bottom: 80px
    }
}

@media screen and (max-width: 768px) {
    .page-contacts__el .page-contacts__label {
        font-size: 20px
    }

    .page-contacts__social {
        margin-bottom: 40px
    }
}

.page-contacts__social .icon-social {
    fill: #af2629
}

.page-contacts__social .icon-social.icon-social__vk {
    width: 64px;
    height: 40px
}

.page-contacts__social .icon-social.icon-social__ins {
    width: 45px;
    height: 45px
}

.page-contacts__social .icon-social.icon-social__viber {
    width: 46px;
    height: 51px
}

.icon-social.icon-social__youtube {
    width: 32px;
    height: 32px;
}

.icon-social.icon-social__basket {
    width: 32px;
    height: 32px;
}

.page-contacts__social .icon-social:hover {
    fill: #202527
}

.basket-topline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

@media screen and (max-width: 600px) {
    .basket-topline {
        display: block
    }
}

.basket-topline .page-title {
    margin-right: 35px;
    margin-bottom: 0
}

.basket-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 72px;
    line-height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #EFEFEF
}

@media screen and (max-width: 768px) {
    .basket-steps {
        font-size: 54px
    }
}

@media screen and (max-width: 600px) {
    .basket-steps {
        font-size: 48px
    }
}

.basket-steps .basket-steps__item {
    margin-right: 50px;
    position: relative
}

.basket-steps .basket-steps__item:before {
    width: 17px;
    height: 30px;
    content: "";
    background: url(../img/basket-steps.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: -35px;
    bottom: 20px
}

.basket-steps .basket-steps__item:last-child {
    margin-right: 0
}

.basket-steps .basket-steps__item:last-child:before {
    display: none
}

.basket-steps .basket-steps__item._active {
    color: #af2629
}

.basket-item {
    position: relative;
    background: #EFEFEF;
    padding: 30px 0 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.basket-item .basket-item__del, .basket-item:after, .basket-item:before {
    content: "";
    position: absolute
}

.basket-item:before {
    width: calc((100vw - 100%) / 2);
    height: 100%;
    background: #EFEFEF;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    top: 0
}

@media screen and (max-width: 768px) {
    .basket-steps .basket-steps__item:before {
        bottom: 23px
    }

    .basket-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .basket-item:before {
        width: 15px;
        left: -15px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.basket-item:after {
    width: calc((100vw - 100%) / 2);
    height: 100%;
    background: #EFEFEF;
    right: 0;
    -webkit-transform: translate(calc(100% - 5px), 0);
    transform: translate(calc(100% - 5px), 0);
    top: 0
}

@media screen and (max-width: 768px) {
    .basket-item:after {
        width: 16px;
        right: -15px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.basket-item .basket-item__info {
    width: calc(100% / 4 - 30px);
    margin-right: 40px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .basket-item .basket-item__info {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0
    }
}

.basket-item .basket-item__img {
    margin-bottom: 10px
}

.basket-item .basket-item__img img {
    width: auto;
    max-width: 100%;
    height: auto
}

.basket-item .basket-item__title {
    font-size: 18px;
    line-height: 24px;
    max-width: 170px;
    margin: 0 auto
}

.basket-item .basket-item__title a {
    color: #000;
    text-decoration: none
}

.basket-item .basket-item__label {
    font-size: 36px;
    color: #202527;
    font-weight: 700;
    margin-bottom: 17px
}

@media screen and (max-width: 992px) {
    .basket-item .basket-item__label {
        font-size: 24px
    }
}

.basket-item .basket-item__price {
    padding-top: 18px;
    width: calc(100% / 4 - 30px);
    margin-right: 40px;
    font-size: 24px
}

@media screen and (max-width: 768px) {
    .basket-item .basket-item__title {
        max-width: 100%
    }

    .basket-item .basket-item__label {
        margin-bottom: 10px
    }

    .basket-item .basket-item__price {
        margin-right: 0;
        width: 100%;
        padding-top: 0;
        margin-bottom: 30px
    }
}

.basket-item .basket-item__count {
    width: calc(100% / 4 - 30px);
    margin-right: 40px;
    padding-top: 18px
}

@media screen and (max-width: 768px) {
    .basket-item .basket-item__count {
        margin-right: 0;
        width: 100%;
        padding-top: 0;
        margin-bottom: 30px
    }
}

.basket-item .basket-item__summ {
    width: calc(100% / 4 - 30px);
    padding-top: 18px;
    font-size: 24px
}

@media screen and (max-width: 768px) {
    .basket-item .basket-item__summ {
        margin-right: 0;
        width: 100%;
        padding-top: 0
    }

    .product-amount {
        max-width: 290px
    }
}

.basket-item .basket-item__del {
    width: 20px;
    height: 20px;
    top: 30px;
    right: 10px;
    background: url(../img/del.svg) center no-repeat;
    background-size: contain
}

.product-amount {
    position: relative
}

.product-amount .product-amount__field {
    width: 100%;
    height: 40px;
    background: #EFEFEF;
    border: 2px solid #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 40px 0 15px;
    font-size: 24px;
    color: #000
}

.product-amount .product-amount__minus, .product-amount .product-amount__plus {
    position: absolute;
    width: 40px;
    height: calc(50% - 2px);
    border: none;
    content: "";
    cursor: pointer;
    font-size: 0;
    right: 0
}

.product-amount .product-amount__plus {
    top: 2px;
    background: url(../img/amount.svg) center no-repeat;
    background-size: 14px 8px
}

.product-amount .product-amount__minus {
    bottom: 2px;
    background: url(../img/amount.svg) center no-repeat;
    background-size: 14px 8px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.basket-result-pannel {
    margin-top: 20px;
    border: 2px solid #af2629;
    border-radius: 4px;
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    margin-bottom: 160px
}

@media screen and (max-width: 768px) {
    .basket-result-pannel {
        display: block;
        margin-bottom: 60px;
        padding: 20px
    }

    .basket-result-pannel .basket-result-pannel__r {
        padding-top: 50px
    }
}

.basket-result-pannel .basket-result-pannel__text {
    margin-bottom: 15px
}

.basket-result-pannel .basket-result-pannel__text span {
    display: inline-block;
    min-width: 260px
}

@media screen and (max-width: 768px) {
    .basket-result-pannel .basket-result-pannel__text span {
        display: block;
        min-width: auto
    }
}

.basket-result-pannel .basket-result-pannel__text:last-child {
    margin-bottom: 0
}

.basket-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 65px 5px 40px 0;
    background: #EFEFEF;
    position: relative;
    margin-bottom: 55px
}

.basket-form:after, .basket-form:before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: #EFEFEF
}

.basket-form:before {
    width: calc((100vw - 100%) / 2);
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

@media screen and (max-width: 768px) {
    .basket-form {
        display: block
    }

    .basket-form:before {
        width: 15px;
        left: -15px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.basket-form:after {
    width: calc((100vw - 100%) / 2);
    right: 0;
    -webkit-transform: translate(calc(100% - 5px), 0);
    transform: translate(calc(100% - 5px), 0)
}

@media screen and (max-width: 768px) {
    .basket-form:after {
        width: 16px;
        right: -15px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.basket-form .basket-form__col {
    width: calc(50% - 20px)
}

@media screen and (max-width: 768px) {
    .basket-form .basket-form__col {
        width: 100%
    }
}

.basket-form .form-input {
    margin-bottom: 25px
}

@media screen and (max-width: 600px) {
    .basket-form {
        padding: 40px 5px 30px 0
    }

    .basket-form .form-input {
        margin-bottom: 15px
    }
}

.basket-form .selectric-wrapper {
    margin-bottom: 25px
}

@media screen and (max-width: 600px) {
    .basket-form .selectric-wrapper {
        margin-bottom: 15px
    }
}

.selectric {
    border: none
}

.selectric .label {
    padding: 0 40px 0 15px;
    margin: 0;
    height: 60px;
    line-height: 60px;
    background: #FFF;
    border: 2px solid #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 24px;
    color: #515151;
    font-family: Geometria
}

@media screen and (max-width: 600px) {
    .selectric .label {
        height: 40px;
        font-size: 18px;
        line-height: 36px
    }
}

.selectric .button {
    height: 100%;
    width: 40px;
    background: url(../img/amount.svg) right center no-repeat;
    background-size: 24px 14px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media screen and (max-width: 600px) {
    .selectric .button {
        background: url(../img/amount.svg) center no-repeat;
        background-size: 14px 8px
    }
}

.selectric .button:after, .selectric .button:before {
    display: none
}

.selectric-items {
    background: #fff
}

.selectric-items ul li {
    padding: 15px;
    font-size: 20px;
    color: #515151
}

.basket-payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 5px 30px 0;
    background: #EFEFEF;
    position: relative;
    margin-bottom: 55px
}

.basket-payments:after, .basket-payments:before {
    height: 100%;
    content: "";
    background: #EFEFEF;
    position: absolute;
    top: 0
}

@media screen and (max-width: 768px) {
    .basket-payments {
        display: block;
        padding: 30px 0 5px
    }
}

.main-footer .container, .payment {
    display: -webkit-box;
    display: -ms-flexbox
}

.basket-payments:before {
    width: calc((100vw - 100%) / 2);
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

@media screen and (max-width: 768px) {
    .basket-payments:before {
        width: 15px;
        left: -15px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.basket-payments:after {
    width: calc((100vw - 100%) / 2);
    right: 0;
    -webkit-transform: translate(calc(100% - 5px), 0);
    transform: translate(calc(100% - 5px), 0)
}

@media screen and (max-width: 768px) {
    .basket-payments:after {
        width: 16px;
        right: -15px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.basket-payments .basket-payments__col {
    width: calc(50% - 20px)
}

.payment {
    display: flex;
    height: 120px;
    background: #FFF;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .05);
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #202527;
    text-decoration: none;
    padding: 5px 35px;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width: 1200px) {
    .payment {
        font-size: 28px
    }
}

@media screen and (max-width: 992px) {
    .payment {
        font-size: 22px;
        line-height: 1.1
    }
}

@media screen and (max-width: 768px) {
    .basket-payments .basket-payments__col {
        width: 100%;
        margin-bottom: 25px
    }

    .payment {
        height: auto;
        padding: 20px 15px;
        font-size: 24px
    }
}

.payment:hover {
    background: #af2629;
    color: #fff
}

.main-footer {
    background: #666;
    padding: 40px 0;
    position: relative;
    z-index: 10;
    margin-top: 80px
}

.main-footer .logo {
    margin-bottom: 25px
}

.main-footer .copering {
    max-width: 200px
}

.main-footer .container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-footer .main-footer__left {
    width: calc(100% / 4 - 26.6px)
}

@media screen and (max-width: 768px) {
    .main-footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-footer .main-footer__left {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }
}

.main-footer .main-footer__center {
    width: calc(100% / 4 + 100% / 4 - 26.6px)
}

@media screen and (max-width: 768px) {
    .main-footer .main-footer__center {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 20px
    }
}

.main-footer .main-footer__right {
    width: calc(100% / 4 - 26.6px)
}

@media screen and (max-width: 768px) {
    .main-footer .main-footer__right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-bottom: 20px
    }
}

.main-footer .list-social {
    margin-bottom: 25px
}

.copering {
    font-size: 16px;
    line-height: 1.3;
    color: #FFF
}

.developer, .developer a {
    color: rgba(255, 255, 255, .5)
}

.developer {
    font-size: 16px;
    line-height: 20px
}

.developer a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.developer a:hover {
    color: #fff
}

.footer-menu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-menu-row .footer-menu {
    width: calc(50% - 20px)
}

.footer-menu .footer-menu__item {
    margin-bottom: 8px
}

@media screen and (max-width: 768px) {
    .footer-menu-row {
        display: block
    }

    .footer-menu-row .footer-menu {
        width: 100%
    }

    .footer-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-menu .footer-menu__item {
        margin-right: 20px
    }

    .footer-menu .footer-menu__item:last-child {
        margin-right: 0
    }
}

.footer-menu .footer-menu__link {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    text-decoration: none;
    color: #FFF
}

.footer-menu .footer-menu__link:hover {
    text-decoration: underline
}

.pricelist-wrap .pricelist-el:focus {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
	.breadcrumbs-wrapper {
		/* display: none; */
	}

	.sidebar__buttons.visible-mobile {
		display: none;
	}

	form.smartfilter {
		display: none;
	}
	form.smartfilter.active {
		display: inline-block;
	}
	.col-lg-12.bx-filter-title:after {
		content: " ↓";
	}	
	.bx-filter .bx-filter-section {
		padding-top: 0px;
	}	
}