@charset "UTF-8";
@import url(fonts/fonts.css);

/*	Reset
---------------------------------------*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
    line-height: 1.2;
    box-sizing: border-box;
}

html {
    min-height: 100%;
    height: 100%;
}

body {
    min-width: 320px;
    width: 100%;
    height: 100%;
}

body.opened {
    overflow: hidden;
    position: fixed;
}

input, button, textarea, body {
    font-family: noah;
}

textarea {
    resize: none;
}

ol, ul, label, input, textarea {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4, p {
    line-height: normal;
    margin: 0;
    padding: 0;
}

button:focus, input:focus, textarea:focus {
    outline: 0;
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    color: #3458AC;
    text-decoration: none;
}

.page_wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.main {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

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

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    position: relative;
    border: none;
    cursor: pointer;
}

.button-fill {
    background-color: #3458AC;
    border: 2px solid #3458AC;
    border-radius: 3px;
    transition: .2s;
}

.button-fill:hover {
    background-color: transparent;
}

.button-fill:hover .button-fill__text {
    color: #3458AC;
}

.button-fill:hover .button-fill__svg {
    fill: #3458AC;
}

.button-fill__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    transition: .2s;
}

.button-fill__text:not(:last-child) {
    margin-right: 9px;
}

.button-fill__text:not(:first-child) {
    margin-left: 9px;
}

.button-fill__svg {
    fill: #fff;
    transition: .2s;
}

.button-red {
    background: #fff;
    border: 2px solid #EC412F;
    border-radius: 3px;
    transition: .2s;
}

.button-red__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #EC412F;
    transition: .2s;
}

.button-red:hover {
    background-color: #EC412F;
}

.button-red:hover .button-red__text {
    color: #fff;
}

.button-red-fill {
    background: #EC412F;
    border: 2px solid #EC412F;
    border-radius: 3px;
    transition: .2s;
}

.button-red-fill__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    transition: .2s;
}

.button-red-fill__svg {
    fill: #fff;
    width: 18px;
    height: 16px;
    transition: .2s;
}

.button-red-fill__svg:not(:last-child) {
    margin-right: 10px;
}

.button-red-fill__svg:not(:first-child) {
    margin-left: 10px;
}

.button-red-fill:hover {
    background-color: #fff;
}

.button-red-fill:hover .button-red-fill__text {
    color: #EC412F;
}

.button-red-fill:hover .button-red-fill__svg {
    fill: #EC412F;
}

.page-bg {
    background-image: url(../images/page_bgr.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat;
}

.breadcrumbs {
    padding-top: calc(0.00937 * 100vw + 12px);
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs ul li {
    display: flex;
    position: relative;
}

.breadcrumbs ul li:not(:last-child):after {
    content: "-";
    display: block;
    margin: 0 5px;
    font-size: calc(0.0025 * 100vw + 13.2px);
    line-height: calc(0.0025 * 100vw + 17.2px);
    color: #818181;
}

.breadcrumbs ul li span, .breadcrumbs ul li a {
    font-size: calc(0.0025 * 100vw + 13.2px);
    line-height: calc(0.0025 * 100vw + 17.2px);
    color: #818181;
}

.breadcrumbs ul li a {
    text-decoration: none;
    transition: .2s;
}

.breadcrumbs ul li a:hover {
    color: #EC412F;
}

.page-title {
    font-weight: 700;
    font-size: calc(0.01 * 100vw + 20.8px);
    line-height: calc(0.01125 * 100vw + 26.4px);
    color: #333;
    display: block;
    margin-bottom: calc(0.00937 * 100vw + 12px);
}

.page-subtitle {
    font-weight: 700;
    font-size: calc(0.005 * 100vw + 14.4px);
    line-height: calc(0.00625 * 100vw + 20px);
    color: #333;
    display: block;
    margin-bottom: calc(0.0125 * 100vw + 11px);
}

.blue {
    color: #3458AC;
    font-weight: 700;
}

.red {
    color: #EC412F;
    font-weight: 700;
}

.custom-select {
    position: relative;
    width: 100%;
}

.custom-select-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.custom-select-header__option {
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
    display: inline-block;
    transition: .3s;
    position: relative;
}

.custom-select-header__svg {
    fill: #333;
    width: 6px;
    height: 10px;
    transform: rotate(90deg);
}

.custom-select-dropdown {
    position: absolute;
    top: 100%;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 100%;
    padding: 10px 15px;
    transition: opacity .5s;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.custom-select-dropdown.active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.custom-select-dropdown__option {
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
    transition: .2s;
}

.custom-select-dropdown__option:hover {
    color: #3458AC;
}

.custom-select-dropdown__option.disabled {
    opacity: .5;
}

.custom-select-dropdown__item:not(:last-child) {
    margin-bottom: 7px;
}

/*	Контентная часть текстовой страницы
---------------------------------------*/
.content .content-text h1 {
    color: #333;
    font-weight: 700;
    font-size: calc(0.01 * 100vw + 20.8px);
    line-height: calc(0.01125 * 100vw + 26.4px);
    margin-bottom: calc(0.00625 * 100vw + 8px);
}

.content .content-text h2 {
    color: #333;
    font-weight: 700;
    font-size: calc(0.00375 * 100vw + 18.8px);
    line-height: calc(0.00625 * 100vw + 22px);
    margin-bottom: calc(0.00313 * 100vw + 6px);
    padding-top: calc(0.00625 * 100vw + 8px);
}

.content .content-text h3 {
    color: #333;
    font-weight: 700;
    font-size: calc(0.0025 * 100vw + 15.2px);
    line-height: calc(0.005 * 100vw + 18.4px);
    margin-bottom: calc(0.00187 * 100vw + 2.4px);
    padding-top: calc(0.00625 * 100vw + 8px);
}

.content .content-text p {
    color: #333;
    font-size: calc(0.0025 * 100vw + 13.2px);
    line-height: calc(0.00625 * 100vw + 18px);
    margin-bottom: calc(0.00313 * 100vw + 6px);
}

.content .content-text ol {
    padding-left: calc(0.00438 * 100vw + 8.6px);
    margin-bottom: calc(0.00313 * 100vw + 6px);
}

.content .content-text ol li {
    color: #333;
    font-size: calc(0.0025 * 100vw + 13.2px);
    line-height: calc(0.00625 * 100vw + 18px);
    padding-left: calc(0.00313 * 100vw + -1px);
    list-style-type: decimal;
}

.content .content-text ol li:not(:last-child) {
    margin-bottom: calc(0.00313 * 100vw + 6px);
}

.content .content-text ul {
    padding-left: calc(0.00438 * 100vw + 8.6px);
    margin-bottom: calc(0.00313 * 100vw + 6px);
}

.content .content-text ul li {
    color: #333;
    font-size: calc(0.0025 * 100vw + 13.2px);
    line-height: calc(0.00625 * 100vw + 18px);
    padding-left: calc(0.00313 * 100vw + -1px);
    list-style-type: disc;
}

.content .content-text ul li:not(:last-child) {
    margin-bottom: calc(0.00313 * 100vw + 6px);
}

.content .content-img-wrap {
    padding-top: calc(0.00625 * 100vw + 8px);
    margin-bottom: calc(0.00313 * 100vw + 6px);
}

.content .content-img {
    width: 100%;
    display: block;
}

.content .content-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.content .quote {
    background: #fff;
    border: 2px solid #EC412F;
    padding: calc(0.0125 * 100vw + 6px) calc(0.01063 * 100vw + 11.6px);
    margin-top: calc(0.01063 * 100vw + 11.6px);
    margin-bottom: calc(0.01063 * 100vw + 11.6px);
}

.content .quote__text {
    color: #333;
    font-size: calc(0.0025 * 100vw + 13.2px);
    line-height: calc(0.00625 * 100vw + 18px);
}

.content .files {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.content .file {
    display: block;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    background: #fff;
    border: 1px solid #DFE6ED;
    padding: calc(0.00625 * 100vw + 8px) calc(0.0125 * 100vw + 11px) calc(0.00625 * 100vw + 13px);
    transition: .2s;
}

.content .file__title {
    color: #333;
    font-size: calc(0.0025 * 100vw + 13.2px);
    line-height: calc(0.00625 * 100vw + 18px);
    display: block;
    margin-bottom: calc(0.00625 * 100vw + 13px);
    transition: .2s;
}

.content .file__svg {
    width: 24px;
    height: 20px;
    fill: #3458AC;
    margin-right: 18px;
    transition: .2s;
}

.content .file__info {
    font-size: 15px;
    line-height: 20px;
    color: #C4C4C4;
}

.content .file:hover {
    background-color: #EC412F;
    border-color: #EC412F;
}

.content .file:hover .file__title {
    color: #fff;
}

.content .file:hover .file__svg {
    fill: #fff;
}

.content .gallery {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.content .gallery.four-in-row .gallery-item {
    width: calc(25% - 30px);
}

.content .gallery.three-in-row .gallery-item {
    width: calc(33.3334% - 30px);
}

.content .gallery.two-in-row .gallery-item {
    width: calc(50% - 30px);
}

.content .gallery.sert .gallery-item__img img {
    object-position: top;
}

.content .gallery-item {
    margin: 0 15px 30px;
    display: flex;
    flex-direction: column;
}

.content .gallery-item:hover .gallery-item__img:after {
    opacity: 1;
}

.content .gallery-item__img {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: calc(0.00313 * 100vw + 4px);
}

.content .gallery-item__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgMzAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS42IDI3LjhsLTYuNi02LjVjMi0yLjMgMy4yLTUuMiAzLjItOC40IDAtNy4xLTUuOS0xMi45LTEzLjEtMTIuOS03LjIgMC0xMy4xIDUuOC0xMy4xIDEyLjlzNS45IDEyLjkgMTMuMSAxMi45YzMgMCA1LjgtMSA4LTIuN2w2LjcgNi42Yy4zLjMuNS40LjkuNHMuNy0uMS45LS40Yy41LS42LjUtMS40IDAtMS45em0tMjctMTQuOGMwLTUuNyA0LjctMTAuMyAxMC41LTEwLjNzMTAuNSA0LjYgMTAuNSAxMC4zLTQuNyAxMC4zLTEwLjUgMTAuMy0xMC41LTQuNi0xMC41LTEwLjN6TTE4LjMgMTEuNWgtMy45di0zLjhjMC0uOC0uNS0xLjMtMS4zLTEuM3MtMS4zLjUtMS4zIDEuM3YzLjdoLTMuOGMtLjggMC0xLjMuNS0xLjMgMS4zcy41IDEuMyAxLjMgMS4zaDMuOHYzLjljMCAuOC41IDEuMyAxLjMgMS4zczEuMy0uNiAxLjMtMS4zdi0zLjloMy45Yy43IDAgMS4zLS41IDEuMy0xLjNzLS41LTEuMi0xLjMtMS4yeiIvPjwvc3ZnPg==);
    background-color: rgba(0, 0, 0, 0.2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(0.00937 * 100vw + 12px);
    opacity: 0;
    transition: .3s;
}

.content .gallery-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .gallery-item__sign {
    color: #9D9D9D;
    font-weight: 400;
    font-size: calc(0.00125 * 100vw + 12.6px);
}

.content table {
    border-collapse: collapse;
    width: 100%;
    border: none;
}

.content table tr {
    min-height: 50px;
}

.content table tr:not(:last-child) {
    border-bottom: 1px solid #DAE0E6;
}

.content table tr:first-child {
    border-width: 2px;
    border-color: #3458AC;
}

.content table tr:first-child td {
    color: #979797;
}

.content table th, .content table td {
    color: #333;
    font-size: calc(0.0025 * 100vw + 13.2px);
    line-height: calc(0.00625 * 100vw + 18px);
    padding: calc(0.00313 * 100vw + 6px) calc(0.00625 * 100vw + 8px) calc(0.00438 * 100vw + 5.6px);
    border: none;
}

.content table th:not(:last-child), .content table td:not(:last-child) {
    border-right: 1px solid #DAE0E6;
}

.content table tbody tr:first-child td {
    color: #999;
}

.content .table-resp {
    border: 1px solid #DAE0E6;
    border-radius: 3px;
    width: 100%;
    overflow: auto;
}

.content .cart-info, .container .cart-info {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .content .gallery.four-in-row .gallery-item {
        width: calc(33.3334% - 30px);
    }
}

@media (max-width: 575px) {
    .content .file {
        width: 100%;
        margin-bottom: 15px;
    }

    .content .gallery.four-in-row .gallery-item {
        width: calc(50% - 30px);
    }

    .content .gallery.three-in-row .gallery-item {
        width: calc(50% - 30px);
    }
}

/*	Доп классы
---------------------------------------*/
/*----------header----------*/
.header {
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    z-index: 2;
    position: relative;
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(0.0075 * 100vw + 7.6px) 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

.mobile-menu-open.disable {
    display: none;
}

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


/* = Закрепить шапку = */
.header-hidden {
    position: fixed;
    z-index: 3;

    width: 100%;
    max-width: 100%;

    background-color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3) !important;

    transition: transform .3s ease;
    
}
.header-hidden.hidden {
    transform: translateY(-500px);
}
/* =========== */



.header__part {
    display: flex;
    align-items: center;
}

.header__part_contact{

    flex-shrink: 0;

}

.header__part_search{

    width: 380px;
    max-width: 100%;

}

.logo {
    width: calc(0.0375 * 100vw + 118px);
    height: calc(0.0125 * 100vw + 60px);
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

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

.logo:not(:last-child) {
    margin-right: calc(0.01735 * 100vw + -3.30442px);
}

.logo-desc {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
@media(max-width: 1920px){
    .logo-desc{
        font-size: calc(0.00173 * 100vw + 12.66956px);
        line-height: calc(0.00347 * 100vw + 13.33912px);
    }
}

.header-contact {
    display: flex;
    align-items: center;
}

.header-contact:not(:last-child) {
    margin-right: 50px;
}

.header-contact__svg {
    fill: #3458AC;
    margin-right: 7px;
}

.header-contact__text.phone {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #333;
    transition: .2s;
}

.header-contact__text.phone:hover {
    color: #3458AC;
}

.header-contact__text.email {
    font-size: 16px;
    line-height: 24px;
    color: #383838;
    position: relative;
}

.header-contact__text.email:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #3458AC;
    transition: .2s;
}

.header-contact__text.email:hover:before {
    background-color: transparent;
}

.header-menu > ul {
    display: flex;
    align-items: center;
}

.header-menu > ul > li.item-has-children {
    position: relative;
}

.header-menu > ul > li:not(:last-child) {
    margin-right: 35px;
}

@media(max-width: 1920px){

    .header-menu > ul > li:not(:last-child) {
        margin-right: calc(0.015 * 100vw + 0.66523px);
    }
    
}

.header-menu > ul > li > a {
    display: flex;
    align-items: center;
}

.header-menu > ul > li > a > svg {
    fill: #EC412F;
    margin-right: 12px;
    transition: .2s;
}
@media(max-width: 1920px){
    .header-menu > ul > li > a > svg{
        margin-right: calc(0.00538 * 100vw + 1.66631px);
    }
}

.header-menu > ul > li > a > span {
    font-weight: 700;
    font-size: 16px;
    line-height: 59px;
    color: #333;
    transition: .2s;
}

@media(max-width: 1920px){

    .header-menu > ul > li > a > span {

        font-size: calc(0.00431 * 100vw + 7.73305px);
        line-height: calc(0.00969 * 100vw + 40.39935px);

    }
    
}

.header-menu > ul > li > a:hover > span {
    color: #3458AC;
}

.header-menu > ul > li > a:hover > svg {
    fill: #3458AC;
}

.header-menu .sub-menu > li:not(:last-child) {
    margin-bottom: 18px;
}

.header-menu .sub-menu > li > a > span {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    transition: .2s;
}

.header-menu .sub-menu > li > a:hover span {
    color: #EC412F;
}

.header-interface {
    display: flex;
    align-items: center;
}

.cart-button {
    width: 175px;
    height: 38px;
}

.cart-button__info {
    background: #EC412F;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-count-cart {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
}

.login-register {
    display: flex;
    align-items: baseline;
    margin-right: 18px;
}

@media(max-width: 1920px){

    .login-register {

        margin-right: calc(0.01 * 100vw + -1.66846px);

    }
    
}

.login-register__svg {
    margin-right: 9px;
    fill: #3458AC;
}

.login-register__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    transition: .2s;

}
@media(max-width: 1920px){
    .login-register__text{
        font-size: calc(0.00215 * 100vw + 11.86652px);
    }
}

.login-register__text.seporator {
    margin: 0 3px;
}

.login-register__text:not(.seporator):hover {
    color: #3458AC;
}

.production-sub-menu {
    position: absolute;
    z-index: 1;
    top: calc(100% + 1px);
    left: 0;
    max-width: calc(100vw - 30px);
    width: 1280px;
    background: #fff;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);
    display: none;
}

.production-sub-menu.active {
    display: flex;
}

.production-sub-menu__lvl1 {
    padding: 24px 40px 34px;
    border-right: 1px solid #DEDEDE;
}

.production-sub-menu__lvl1 .sub-menu > li > a > span {
    font-weight: 700;
}

.production-sub-menu__lvl2 {
    padding: 24px 40px 34px;
    flex: 1 1 auto;
}

.production-sub-menu__lvl2 .sub-menu {
    column-count: 2;
    column-gap: 30px;
    display: none;
}

.production-sub-menu__lvl2 .sub-menu.active {
    display: block;
}

.production-sub-menu__lvl2 .sub-menu > li {
    column-gap: 30px;
}

.production-sub-menu__lvl2 .sub-menu > li > a:hover > span {
    text-decoration: underline;
}

.mobile-menu-open {
    display: none;
    width: 50px;
    height: 50px;
    border-right: 1px solid #C2C2C2;
    align-items: center;
    justify-content: center;
}

.mobile-menu-open__burger {
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: .2s;
    position: relative;
}

.mobile-menu-open__burger:after {
    content: "";
    position: absolute;
    top: -6px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: .2s;
}

.mobile-menu-open__burger:before {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: .2s;
}

.mobile-menu-open.open .mobile-menu-open__burger {
    background-color: transparent;
}

.mobile-menu-open.open .mobile-menu-open__burger:after {
    top: 0;
    transform: rotate(45deg);
}

.mobile-menu-open.open .mobile-menu-open__burger:before {
    bottom: 0;
    transform: rotate(-45deg);
}

.mobile-button-cart {
    display: none;
    width: 50px;
    height: 50px;
    border-left: 1px solid #C2C2C2;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mobile-button-cart__svg {
    fill: #3458AC;
}

.mobile-button-cart__count {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 16px;
    height: 16px;
    padding-top: 1px;
}

.mobile-button-cart__count .get-count-cart {
    font-size: 8px;
    line-height: 10px;
}

.mobile-menu {
    position: fixed;
    top: 101px;
    right: 0;
    width: 100%;
    height: calc(100% - 51px);
    z-index: 50;
    background-color: #fff;
    padding-bottom: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    left: 100%;
    transition: .1s;
}

.mobile-menu.open {
    left: 0;
    display: block;
    transition: .2s;
}

.mobile-menu__top {
    border-bottom: 1px solid #C4C4C4;
}

.mobile-menu__body {
    padding: 23px 0 30px;
    border-bottom: 1px solid #C4C4C4;
}

.mobile-menu__bottom {
    padding: 23px 0;
}

.mobile-menu .sub-menu {
    position: fixed;
    top: 51px;
    left: 100%;
    overflow: auto;
    width: 100%;
    height: calc(100% - 51px);
    background-color: #fff;
    z-index: 1;
    transition: .3s;
    display: block;
}

.mobile-menu .sub-menu.active {
    left: 0;
}

.mobile-menu .sub-menu li {
    height: 55px;
    padding: 0 18px;
    border-bottom: 1px solid #C4C4C4;
}

.mobile-menu .sub-menu li.back {
    background: #F4F4F4;
}

.mobile-menu .sub-menu li.back a {
    justify-content: flex-start;
}

.mobile-menu .sub-menu li.back a svg {
    width: 21px;
    height: 10px;
    fill: #C2C2C2;
    transform: rotate(180deg);
    margin-right: 12px;
}

.mobile-menu .sub-menu li.back a span {
    font-size: 18px;
    line-height: 22px;
    color: #818181;
}

.mobile-menu .sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.mobile-menu .sub-menu li a span {
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.mobile-menu .sub-menu li a svg {
    fill: #C2C2C2;
}

.mobile-menu-container {
    padding: 0 18px;
    width: 100%;
}

.mobile-menu-item {
    height: 55px;
    display: flex;
    align-items: center;
}

.mobile-menu-item__wrapper {
    display: flex;
    align-items: center;
}

.mobile-menu-item__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #333;
}

.mobile-menu-item__arrow {
    margin-left: auto;
}

.mobile-menu-item__svg {
    fill: #3458AC;
    margin-right: 12px;
}

.mobile-menu-item.production {
    background-color: #E3ECFF;
}

.mobile-menu-item.production .mobile-menu-item__svg {
    fill: #EC412F;
}

.mobile-menu-list li:not(:last-child) {
    margin-bottom: 18px;
}

.mobile-menu-list li a span {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #333;
}

.mobile-menu-contact {
    display: flex;
    align-items: baseline;
}

.mobile-menu-contact__svg {
    fill: #3458AC;
    margin-right: 7px;
}

.mobile-menu-contact.email .mobile-menu-contact__text {
    font-size: 16px;
    line-height: 24px;
    color: #383838;
}

.mobile-menu-contact.phone .mobile-menu-contact__text {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #333;
}

.mobile-menu-contact:not(:last-child) {
    margin-bottom: 13px;
}


/*Footer*/
.footer {
    background-color: #F7F9FF;
}

.footer__top {
    padding: 32px 0 calc(0.01875 * 100vw + 29px);
    border-bottom: 1px solid #CDCDCD;
}

.footer__wrapper {
    display: flex;
}

.footer .logo {
    width: 190px;
    height: 54px;
}

.free-call {
    margin-top: 35px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.free-call__link {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #EC412F;
}

.free-call__text {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.footer-contact:not(:last-child) {
    margin-bottom: 20px;
}

.footer-contact__svg {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    fill: #EC412F;
}

.footer-contact__text {
    font-size: calc(0.00125 * 100vw + 15.6px);
    line-height: 24px;
    color: #333;
}

.footer-contact:hover .footer-contact__text {
    color: #EC412F;
}

.footer-left {
    flex: 1 1 auto;
}

.footer-menu {
    padding-top: 27px;
    margin-left: 30px;
    min-width: 190px;
}

.footer-menu__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #3458AC;
    margin-bottom: 30px;
}

.footer-menu__header {
    border-bottom: 1px solid #DFE6ED;
    margin-bottom: 25px;
}

.footer-menu-list.column-count {
    column-count: 2;
    column-gap: 30px;
}

.footer-menu-list li {
    max-width: 300px;
}

.footer-menu-list li:not(:last-child) {
    margin-bottom: 14px;
}

.footer-menu-list li a span {
    font-size: 18px;
    line-height: 22px;
    color: #333;
    transition: .2s;
}

.footer-menu-list li a:hover span {
    color: #EC412F;
}

.footer-bottom__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 69px;
}

.footer-bottom__part {
    display: flex;
    align-items: center;
}

.footer-bottom__text {
    font-size: 14px;
    line-height: 22px;
    color: #818181;
}

.footer-bottom__text:not(:last-child) {
    margin-right: 30px;
}

.footer-bottom a.footer-bottom__text {
    text-decoration: underline;
    transition: .2s;
}

.footer-bottom a.footer-bottom__text:hover {
    text-decoration: none;
    color: #3458AC;
}

.link-ps {
    display: flex;
    align-items: center;
}

.link-ps__text {
    font-size: 14px;
    line-height: 20px;
    color: #818181;
    margin-right: 7px;
}

.link-ps__svg {
    width: 124px;
    height: 25px;
}

/*----------custom-modal----------*/
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 100;
    display: none;
}

.custom-modal.modal-opens, .custom-modal.modal-open {
    display: block;
}

.custom-modal#video-modal .custom-modal__wrapper {
    background-color: transparent;
}

.custom-modal#video-modal .custom-modal__body {
    padding: 5px 0 0;
}

.custom-modal#video-modal .close-modal__svg {
    fill: #fff;
}

.custom-modal__wrapper {
    width: 630px;
    max-width: calc(100% - 30px);
    margin: calc(0.01875 * 100vw + 14px) auto;
    background-color: #fff;
    opacity: 0;
}

.custom-modal__header {
    padding: 20px 20px 0;
}

.custom-modal__body {
    padding: 3px calc(0.02813 * 100vw + 6px) 50px;
}

.custom-modal__content {
    display: none;
}

.modal-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #333;
}

.close-modal {
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-left: auto;
    background-color: transparent;
    border: none;
}

.close-modal__svg {
    width: 100%;
    height: 100%;
    fill: #333;
    transition: .2s;
}

.close-modal:hover .close-modal__svg {
    fill: #EC412F;
}

.iframe-modal {
    display: block;
    width: 100%;
    height: 400px;
}

.modal-form {
    padding-top: 30px;
}

.modal-form__row:not(:last-child) {
    margin-bottom: 10px;
}

.modal-form__button {
    width: 100%;
    height: 50px;
}

.modal-form__link {
    display: block;
    text-align: center;
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.00375 * 100vw + 18.8px);
    color: #3458AC;
    text-decoration: underline;
}

.modal-form__link:hover {
    color: #3458AC;
    text-decoration: none;
}

/*----------page-index----------*/
.section-slider {
    position: relative;
}

.section-slider .main-slider-item {
    display: flex;
}

.section-slider .triangle {
    fill: #E3ECFF;
    width: 75px;
    height: 65px;
    position: absolute;
    top: 35px;
    left: 0;
    right: 20px;
    margin: auto;
    transform: rotate(-74deg);
    z-index: 1;
}

.slick-dots {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.slick-dots li {
    width: 20px;
    height: 4px;
    background-color: #3458AC;
    transition: .2s;
}

.slick-dots li:not(:last-child) {
    margin-right: 10px;
}

.slick-dots li * {
    display: none !important;
}

.slick-dots li.slick-active {
    background-color: #EC412F;
}

.section-slider-bgr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 0;
}

.section-slider-bgr__left {
    width: 50%;
    left: 0;
    position: relative;
}

.section-slider-bgr__right {
    width: 50%;
    right: 0;
    background-color: #3458AC;
    z-index: 1;
}

.bgr-webp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bgr-webp img {
    width: 100%;
    object-position: center right;
    object-fit: contain;
}

.main-slider-item {
    min-height: calc(0.1625 * 100vw + 268px);
}

.main-slider-item__half {
    width: 50%;
    position: relative;
}

.main-slider-item__wrapper:not(:last-child) {
    margin-bottom: 30px;
}

.main-slider-item__content {
    padding: calc(0.03938 * 100vw + 9.4px) 0 calc(0.05 * 100vw + 14px) 15px;
    margin-left: calc((100vw - 1310px) / 2);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-slider-item__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #333;
    display: block;
    margin-bottom: 24px;
}
@media(max-width: 1920px){
    .main-slider-item__title{
        font-size: calc(0.01 * 100vw + 20.8px);
        line-height: calc(0.0125 * 100vw + 24px);
        margin-bottom: calc(0.0075 * 100vw + 9.6px);
    }
}

.main-slider-item__desc {
    font-size: calc(0.00438 * 100vw + 13.6px);
    line-height: calc(0.005 * 100vw + 17.4px);
    color: #333;
    display: block;
    margin-bottom: calc(0.00625 * 100vw + 33px);
}

.main-slider-item__button {
    display: inline-flex;
    padding: 0 calc(0.00562 * 100vw + 14.2px);
    height: 54px;
}

.main-slider-arrows {
    display: flex;
    align-items: center;
}

.main-slider-arrows__item:not(:last-child) {
    margin-right: 22px;
}

.arrow {
    height: 16px;
    display: flex;
    align-items: center;
}

.arrow__line {
    width: 33px;
    height: 2px;
    background-color: #3458AC;
    display: block;
    position: relative;
    transition: .2s;
}

.arrow__line:after, .arrow__line:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #3458AC;
    transition: .2s;
}

.arrow--prev .arrow__line:after, .arrow--prev .arrow__line:before {
    left: -2px;
}

.arrow--prev .arrow__line:before {
    transform: rotate(45deg);
    top: 4px;
}

.arrow--prev .arrow__line:after {
    transform: rotate(-45deg);
    bottom: 4px;
}

.arrow--next .arrow__line:after, .arrow--next .arrow__line:before {
    right: -2px;
}

.arrow--next .arrow__line:before {
    transform: rotate(-45deg);
    top: 4px;
}

.arrow--next .arrow__line:after {
    transform: rotate(45deg);
    bottom: 4px;
}

.arrow:hover .arrow__line {
    width: 50px;
    background-color: #EC412F;
}

.arrow:hover .arrow__line:after, .arrow:hover .arrow__line:before {
    background-color: #EC412F;
}

.main-slider-item-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
/*    display: flex;*/
}

.main-slider-item-img {
    display: flex;
    margin: 0;
    padding: 0;
}

.main-slider-item-img img {
    object-fit: cover;
    object-position: middle center;
    width: 100%;
}

.main-slider-item-img-caption {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    color: #EEF3FF;
    position: absolute;
    left: 50px;
    top: 110px;
}

.section-about {
    position: relative;
}

.section-about__wrap {
    display: flex;
}

.section-about__part {
    width: 50%;
    position: relative;
}

.section-about__part.left {
    padding: calc(0.02063 * 100vw + 23.4px) 0 calc(0.06438 * 100vw + 9.4px);
}

.section-about__part.right {
    padding: calc(0.07812 * 100vw + 5px) 0 calc(0.06438 * 100vw + 9.4px);
}

.main-video {
    position: relative;
    width: 520px;
    height: 520px;
    max-width: calc(100% - 15px);
}

.video-play-button {
    width: 90px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .2s;
}

.video-play-button__triangle {
    width: 27px;
    height: 31px;
    fill: #EC412F;
    transform: rotate(90deg);
    transition: .2s;
}

.video-play-button:hover {
    background-color: #EC412F;
}

.video-play-button:hover .video-play-button__triangle {
    fill: #fff;
}

.main-video-preview {
    width: 100%;
    height: 100%;
    display: block;
}

.main-video-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-about-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.section-about-bg__left {
    background: #E3ECFF;
    width: 50%;
}

.section-about-bg__right {
    width: 50%;
    height: 100%;
    position: relative;
}

.about-content {
    width: 515px;
    margin-left: auto;
    max-width: 100%;
    padding-left: 15px;
}

.about-content__title {
    font-weight: 700;
    font-size: calc(0.01 * 100vw + 20.8px);
    line-height: calc(0.01125 * 100vw + 26.4px);
    color: #333;
    position: relative;
    padding-bottom: calc(0.01562 * 100vw + 10px);
    margin-bottom: calc(0.01562 * 100vw + 10px);
}

.about-content__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(0.025 * 100vw + 52px);
    height: calc(0.00125 * 100vw + 1.6px);
    background: #EC412F;
}

.about-content__text p {
    font-size: calc(0.00438 * 100vw + 13.6px);
    line-height: calc(0.00625 * 100vw + 22px);
    color: #333;
}

.about-content__text p:not(:last-child) {
    margin-bottom: 15px;
}

.go-down {
    position: relative;
    height: 0;
    z-index: 1;
}

.go-down__link {
    width: 95px;
    height: 95px;
    border: 4px solid #EC412F;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -47.5px;
    padding-right: 3px;
}

.go-down__link:hover .go-down__svg {
    transform: rotate(90deg) translatex(0px);
}

.go-down__svg {
    width: 62px;
    height: 30px;
    fill: #EC412F;
    transform: rotate(90deg) translatex(50px);
    transition: .7s;
}

.about-adv {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: calc(0.0125 * 100vw + 11px) calc(0.0125 * 100vw + 11px) calc(0.00937 * 100vw + 12px);
    background-color: #fff;
}

.about-adv__header {
    font-size: calc(0.00688 * 100vw + 13.8px);
    line-height: calc(0.00875 * 100vw + 17.2px);
    color: #EC412F;
    display: block;
    margin-bottom: 4px;
}

.about-adv__wrap {
    display: flex;
    align-items: center;
}

.about-adv__int {
    font-weight: 900;
    font-size: calc(0.03125 * 100vw + 80px);
    line-height: .9;
    color: #EC412F;
    margin-right: calc(0.00625 * 100vw + 8px);
}

.about-adv__text {
    font-size: calc(0.00688 * 100vw + 13.8px);
    line-height: 1;
    color: #3458AC;
}

.section-history {
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    background-image: url(../images/history-bgr.jpg);
    padding: calc(0.01875 * 100vw + 24px) 0 calc(0.01875 * 100vw + 24px);
}

.section-title {
    font-weight: 600;
    font-size: calc(0.01 * 100vw + 20.8px);
    line-height: calc(0.01312 * 100vw + 23.8px);
    color: #333;
    margin-bottom: calc(0.01875 * 100vw + 14px);
}

.history-slider .history-slider-item {
    display: flex;
}

.history-slider-item {
    display: flex;
    height: calc(0.16493 * 100vw + 223.33333px);
    box-shadow: 0px 15px 24px rgba(0, 0, 0, 0.09);
}

.history-slider-item__img-wrap {
    width: 630px;
    max-width: 50%;
    height: 100%;
    flex: 0 0 auto;
}

.history-slider-item__img {
    width: 100%;
    height: 100%;
}

.history-slider-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-slider-item__content {
    padding: 56px 70px 80px 30px;
    background-color: #fff;
}
@media (max-width: 1920px) {
    .history-slider-item__content {
        padding: calc(0.01625 * 100vw + 24.8px) calc(0.03125 * 100vw + 10px) calc(-0.03438 * 100vw + 96px) calc(0.0375 * 100vw + 8px);
    }
}

.history-slider-item__title {
    font-weight: 700;
    font-size: calc(0.0125 * 100vw + 26px);
    line-height: calc(0.01562 * 100vw + 32px);
    color: #EC412F;
    margin-bottom: calc(0.00187 * 100vw + 9.4px);
    display: block;
}

.history-slider-item__text p {
    font-size: 30px;
    line-height: 34px;

    color: #333;
}

@media(max-width: 1920px){
    .history-slider-item__text p{
        font-size: calc(0.00438 * 100vw + 13.6px);
        line-height: calc(0.0075 * 100vw + 19.6px);
    }
}

.history-slider-item__text p:not(:last-child) {
    margin-bottom: 15px;
}

.history-slider-wrapper {
    position: relative;
}

.history-slider-controller {
    display: flex;
    width: calc(0.03125 * 100vw + 80px);
    height: calc(0.01562 * 100vw + 40px);
    position: absolute;
    bottom: 0;
    right: 630px;
}

.history-slider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    background-color: #3458AC;
    transition: .2s;
}

.history-slider-arrow__svg {
    height: 16px;
    width: 27px;
    fill: #fff;
}

.history-slider-arrow:hover {
    background-color: #486FC9;
}

.history-slider-arrow.prev .history-slider-arrow__svg {
    transform: rotate(180deg);
}

.section-advv {
    padding: calc(0.02 * 100vw + 31.6px) 0 calc(0.00937 * 100vw + 62px);
}

.section-advv__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-advv__center {
    flex: 1 1 auto;
}

.section-advv__left {
    width: calc(0.09549 * 100vw + 226.66667px);
    flex: 0 0 auto;
    max-width: 50%;
}

.section-advv__left .adv-item {
    padding-right: calc(0.01302 * 100vw + 5px);
}

.section-advv__right {
    width: calc(0.09549 * 100vw + 226.66667px);
    flex: 0 0 auto;
    text-align: right;
    max-width: 50%;
}

.section-advv__right .adv-item {
    justify-content: flex-end;
    padding-left: calc(0.01302 * 100vw + 5px);
}

.section-advv__right .adv-item__text {
    order: 1;
}

.section-advv__right .adv-item__svg-wrap {
    order: 2;
    margin-right: 0px;
    margin-left: calc(0.01302 * 100vw + 5px);
}

.section-advv__img img {
    width: 100%;
}

.adv-item {
    display: flex;
    align-items: center;
}

.adv-item:not(:last-child) {
    margin-bottom: calc(0.02625 * 100vw + 29.6px);
}

.adv-item__svg-wrap {
    height: calc(0.01736 * 100vw + 46.66667px);
    width: calc(0.01736 * 100vw + 26.66667px);
    margin-right: calc(0.01302 * 100vw + 5px);
    flex: 0 0 auto;
}

.adv-item__svg {
    height: 100%;
    max-width: 100%;
}

.adv-item__text {
    font-weight: 700;
    font-size: calc(0.0025 * 100vw + 15.2px);
    line-height: calc(0.00375 * 100vw + 18.8px);
    color: #333;
}

/*----------page-production----------*/
.page-production {
    padding-top: 30px;
}

.productions-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.category-card {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    background: #fff;
    border: 1px solid #DFE6ED;
    padding: 15px;
    transition: .3s;
}

.category-card__img {
    width: 100%;
    max-height: 173px;
    display: block;
}

.category-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-card__info {
    padding: calc(0.00625 * 100vw + 13px) calc(0.0125 * 100vw + -4px) calc(0.0125 * 100vw + 16px);
}

.category-card__title {
    font-weight: 700;
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 17.2px);
    text-align: center;
    color: #333;
    width: 100%;
    display: block;
    transition: .3s;
}

.category-card:hover {
    box-shadow: 0px 13px 24px rgba(0, 0, 0, 0.15);
}

.category-card:hover .category-card__title {
    color: #EC412F;
}

/*----------page-production-2----------*/
.page-header {
    position: relative;
    padding: 35px 60px 120px;
    width: calc(100% + 120px);
    margin-left: -60px;
    z-index: 0;
}

.page-header__bgr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #3458AC;
}

.page-header__bgr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.page-header .page-title,
.page-header .page-subtitle {
    color: #fff;
}

.page-header-button {
    border: 2px solid #DFE6ED;
    border-radius: 3px;
    width: 175px;
    height: 43px;
    transition: .2s;
}

.page-header-button__text {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
}

.page-header-button__svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #fff;
}

.page-header-button:hover {
    background-color: #3458AC;
}

.page-header-wrapper {
    margin-bottom: 50px;
}

.about-page {
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    padding: calc(0.00625 * 100vw + 13px) calc(0.0125 * 100vw + 16px);
    margin-top: calc(-0.04375 * 100vw + 34px);
    z-index: 1;
    position: relative;
}

.about-page__part:not(:last-child) {
    padding-bottom: calc(0.00937 * 100vw + 12px);
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: calc(0.00625 * 100vw + 13px);
}

.about-page__content p {
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.00375 * 100vw + 18.8px);
    color: #333;
}

.about-page__content p:not(:last-child) {
    margin-bottom: 10px;
}

/*----------page-production-3----------*/
.page-productions {
    padding-top: 30px;
    padding-bottom: 100px;
}

.page-productions .page-title {
    margin-bottom: calc(0.01875 * 100vw + 14px);
}

.products-wrapper {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #DFE6ED;
    border-left: 1px solid #DFE6ED;
    margin-bottom: calc(0.0125 * 100vw + 16px);
}

.products-wrapper.low-products {
    border: none;
}

.products-wrapper.low-products .product-card {
    border: 1px solid #DFE6ED;
}

.product-card {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: calc(0.00313 * 100vw + 9px) calc(0.00625 * 100vw + 13px) calc(0.00625 * 100vw + 13px);
    border-right: 1px solid #DFE6ED;
    border-bottom: 1px solid #DFE6ED;
    background-color: #fff;
    transition: .2s;
}

.product-card--last .product-card__wrap{
    display: flex;
    align-items: baseline;
    gap: 11px;
    justify-content: center;
}
.product-card--last{
    display: none;
}
.product-card--last:last-child{
    display: flex;
}

.product-card__img {
    display: block;
    width: 100%;
    height: 150px;
    flex-shrink: 0;
}

.product-card__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
}

.product-card__info {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-card__title {
    font-weight: 700;
    font-size: calc(0.00125 * 100vw + 15.6px);
    line-height: calc(0.0025 * 100vw + 17.2px);
    color: #333;
    display: block;
    margin-bottom: 8px;
}

.product-card__number {
    font-size: calc(0.00063 * 100vw + 13.8px);
    line-height: calc(0.00125 * 100vw + 19.6px);
    color: #818181;
}

.product-card__wrap {
    margin-bottom: 17px;
}

.product-card__save{
    
}

.product-card__sale__code{
    margin-bottom: 5px;
}


.product-card__sale__code span{
    font-family: Noah;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
}

.product-card__sale__params{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3px 15px;
}

.product-card__sale__params p{
    font-family: Noah;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    opacity: .5;
}

.product-card__sale__params span{
    font-family: Noah;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
}
.product-card__sale-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-card__sale-btn .product-card-button{
    margin: 0;
}

.product-card__sale-btn__price p{
    font-family: Noah;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: line-through;
    color: #000;
    opacity: .5;
}

.product-card__sale-btn__price span{
    font-family: Noah;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;  
    color: #000;
}

.product-card{
    position: relative;
}

.product-card__sale-img{
    position: absolute;
    width: 93px;
    height: 29px;
    top: 8px;
    left: 8px;
    object-fit: contain;
}

.product-card:hover {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.17);
    z-index: 1;
}

.product-card:hover .product-card-button {
    border-color: #EC412F;
    background-color: #EC412F;
}

.product-card:hover .product-card-button__text {
    color: #fff;
}

.product-card-button {
    width: 107px;
    height: calc(0.00438 * 100vw + 33.6px);
    background: transparent;
    border: 2px solid #DFE6ED;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: .2s;
}

.product-card-button__text {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #EC412F;
    transition: .2s;
}

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

.show-more {
    background: #fff;
    border: 2px solid #3458AC;
    border-radius: 3px;
    width: 410px;
    height: calc(0.00813 * 100vw + 37.4px);
    transition: .2s;
}

.show-more__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #3458AC;
    transition: .2s;
}

.pagination {
    display: flex;
    align-items: center;
}

.pagination-arrow {
    border: 2px solid #DFE6ED;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(0.01125 * 100vw + 31.4px);
    height: calc(0.01125 * 100vw + 31.4px);
    transition: .2s;
}

.pagination-arrow__svg {
    width: 6px;
    height: 9px;
}

.pagination-arrow.prev {
    margin-right: 10px;
}

.pagination-arrow.prev .pagination-arrow__svg {
    transform: rotate(180deg);
}

.pagination-arrow.next {
    margin-left: calc(0.00313 * 100vw + 4px);
}

.pagination-arrow:hover {
    border-color: #3458AC;
}

.pagination-list {
    display: flex;
    align-items: center;
}

.pagination-list li:not(:last-child) {
    margin-right: 10px;
}

.pagination-list li a {
    border: 2px solid #DFE6ED;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(0.01125 * 100vw + 31.4px);
    height: calc(0.01125 * 100vw + 31.4px);
}

.pagination-list li a span {
    font-size: calc(0.00187 * 100vw + 12.4px);
    line-height: calc(0.0025 * 100vw + 14.2px);
    color: #333;
}

.pagination-list li a:hover {
    border-color: #3458AC;
}

.pagination-list li.active a {
    background-color: #3458AC;
    border-color: #3458AC;
}

.pagination-list li.active a span {
    color: #fff;
}

/*----------page-product----------*/
.page-product {
    padding-top: 30px;
    padding-bottom: calc(0.03125 * 100vw + 30px);
}

.product-wrapper {
    display: flex;
}

.product-left {
    width: calc(0.17361 * 100vw + 186.66667px);
    margin-right: 30px;
    flex: 0 0 auto;
    position: relative;
}

.scroll-part {
    width: 100%;
}

.product-right {
    flex: 1 1 auto;
    position: relative;
    display: flex;
}

.product-right__wrap {
    width: 100%;
}

.product-right .track {
    /* height: 1000px; */
    top: 0;
    left: 0;
}

.product-preview {
    width: calc(0.17361 * 100vw + 186.66667px);
}

.product-preview__item {
    display: block;
    width: 520px;
}

.product-preview__img {
    width: 100%;
    height: 100%;
    display: block;
    background: #F1F8FF;
}

.product-preview__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-preview.slider-for {
    margin-bottom: calc(0.00937 * 100vw + 7px);
}

.product-preview.slider-for .product-preview__img {
    padding: calc(0.01875 * 100vw + 14px);
}

.product-preview.slider-nav .product-preview__img {
    padding: 5px;
}

.product-preview.slider-nav .slick-track {
    padding-bottom: 2px;
}

.product-preview.slider-nav .product-preview__img {
    border: 1px solid transparent;
}

.product-preview.slider-nav .product-preview__item {
    padding: 0 calc(0.00469 * 100vw + 3.5px);
}

.product-preview.slider-nav .product-preview__item.slick-current .product-preview__img {
    border-color: #3458AC;
}

.product-order {
    padding: calc(0.00937 * 100vw + 12px) calc(0.02187 * 100vw + 8px) calc(0.01562 * 100vw + 15px);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-bottom: calc(0.00625 * 100vw + 18px);
    position: relative;
}

.product-order:after {
    content: "Поиск цены по указанным атрибутам";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: 1.4;
    color: #333;
    opacity: 0;
    pointer-events: none;
    transition: .15s;
}

.product-order__part:not(:last-child) {
    padding-bottom: calc(0.00625 * 100vw + 18px);
    margin-bottom: calc(0.00625 * 100vw + 18px);
    border-bottom: 1px solid #DFE6ED;
}

.product-order__header {
    display: flex;
    justify-content: space-between;
}

.product-order.loading:after {
    opacity: 1;
    pointer-events: all;
    transition: .25s;
}

.product-article {
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
}

.product-availability {
    display: flex;
    align-items: center;
}

.product-availability__svg {
    width: 13px;
    height: 10px;
    fill: #333;
    margin-right: 5px;
}

.product-availability__text {
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
}

.product-availability.in-stock .product-availability__svg {
    fill: #00D060;
}

.product-availability.in-stock .product-availability__text {
    color: #00D060;
}

.product-params__title {
    font-weight: 700;
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #3458AC;
    display: block;
    margin-bottom: calc(0.00688 * 100vw + 8.8px);
}

.product-param {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-param:not(:last-child) {
    margin-bottom: calc(0.00313 * 100vw + 14px);
}

.product-param.disabled {
    opacity: .6;
    pointer-events: none;
}

.product-param__select {
    max-width: calc(0.075 * 100vw + 266px);
}

.product-param__select .custom-select-header {
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    height: 40px;
    padding: 0 17px;
}

.product-param__name {
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
    flex: 0 0 auto;
    margin-right: 20px;
}

.product-cost {
    font-weight: 700;
    font-size: calc(0.00625 * 100vw + 18px);
    line-height: calc(0.0075 * 100vw + 22.6px);
    color: #333;
    display: block;
}

.product-order__wrap {
    display: flex;
    align-items: center;
}

.product-order__wrap:not(:last-child) {
    margin-bottom: calc(0.00625 * 100vw + 18px);
}

.product-order__wrap.long {
    justify-content: space-between;
}

.order-control-button {
    width: 250px;
    height: calc(0.0075 * 100vw + 39.6px);
}

.amount {
    display: flex;
    height: calc(0.0075 * 100vw + 39.6px);
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    overflow: hidden;
    width: 150px;
    margin-right: 20px;
}

.amount.mobile {
    display: none;
    height: 28px;
    width: 110px;
}

.amount__field {
    display: block;
    height: 100%;
    width: 100%;
    flex: 1 1 auto;
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
}

.amount__field::-webkit-outer-spin-button, .amount__field::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
}

.amount-button {
    width: calc(0.00875 * 100vw + 23.2px);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFEFEF;
}

.amount-button__svg {
    fill: #333;
}

.amount-button.minus .amount-button__svg {
    width: calc(0.0025 * 100vw + 7.2px);
    height: calc(0.00038 * 100vw + 1.28px);
}

.amount-button.plus .amount-button__svg {
    width: calc(0.0025 * 100vw + 7.2px);
    height: calc(0.0025 * 100vw + 7.2px);
}

.tabs {
    display: flex;
    border-bottom: 2px solid #DFE6ED;
    flex-wrap: wrap;
}

.tabs__item {
    font-weight: 700;
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #3458AC;
    padding: 0 20px 15px;
    position: relative;
    transition: .2s;
}

.tabs__item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background-color: #EC412F;
    opacity: 0;
    transition: .2s;
}

.tabs__item.active {
    color: #EC412F;
}

.tabs__item.active:before {
    opacity: 1;
}

.tab-content {
    display: none;
    padding-top: 30px;
}

.tab-content.active {
    display: block;
}

.product-content__text:not(:last-child) {
    margin-bottom: 15px;
}

.product-content__text p {
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
}

.product-content__text p:not(:last-child) {
    margin-bottom: 24px;
}

.product-content__list li {
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
    display: flex;
    align-items: flex-start;
}

.product-content__list li:not(:last-child) {
    margin-bottom: 12px;
}

.product-content__list li:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #EC412F;
    flex: 0 0 auto;
    margin-right: 10px;
    margin-top: 10px;
}

.video-wrap {
    width: 100%;
}

.video-wrap:not(:last-child) {
    margin-bottom: 30px;
}

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

.section-also {
    /*margin-top: calc( 0.03125 * 100vw + 30px);*/
}

.section-also__title {
    font-weight: 700;
    font-size: calc(0.00125 * 100vw + 23.6px);
    line-height: calc(0.01125 * 100vw + 26.4px);
    color: #333;
    margin-bottom: calc(0.00313 * 100vw + 14px);
}

/*----------page-cart----------*/
.page-cart {
    padding-top: 30px;
    padding-bottom: calc(0.01875 * 100vw + 44px);
}

.cart-wrapper {
    background: #fff;
    border: 1px solid #DFE6ED;
    margin-bottom: 25px;
}

.cart-wrapper .cart-info{
    margin-bottom: 20px;
}

.product-card-in-cart {
    display: flex;
    padding: 19px calc(0.00937 * 100vw + 17px) 25px 20px;
    transform-origin: top;
    overflow: hidden;
}

.product-card-in-cart:not(:last-child) {
    border-bottom: 1px solid #DFE6ED;
}

.product-card-in-cart__img-wrap {
    width: calc(0.02155 * 100vw + 78.62069px);
    flex: 0 0 auto;
    margin-right: calc(0.01078 * 100vw + 9.31034px);
}

.product-card-in-cart__img {
    width: 100%;
    display: block;
}

.product-card-in-cart__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card-in-cart__title {
    width: calc(0.07543 * 100vw + 175.17241px);
    margin-right: calc(0.01078 * 100vw + 9.31034px);
    flex: 0 0 auto;
}

.product-card-in-cart__name {
    font-weight: 700;
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
    margin-bottom: 8px;
}

.product-card-in-cart__article {
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
}

.product-card-in-cart__params {
    width: calc(0.05388 * 100vw + 196.55172px);
    margin-right: calc(0.01078 * 100vw + 9.31034px);
    flex: 0 0 auto;
}

.product-card-in-cart__param {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.product-card-in-cart__param:not(:last-child) {
    margin-bottom: 5px;
}

.product-card-in-cart__controls {
    border-left: 1px solid #DFE6ED;
    padding-left: calc(0.03233 * 100vw + -12.06897px);
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}

.product-card-in-cart__amount {
    width: 110px;
    height: 28px;
}

.product-card-in-cart__amount .amount-button {
    width: 30px;
}

.product-card-in-cart__amount .amount__field {
    font-size: 16px;
}

.for-one__cost {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #333;
    margin-bottom: 20px;
}

.total {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.total__cost {
    font-weight: 700;
    font-size: calc(0.005 * 100vw + 16.4px);
    line-height: calc(0.005 * 100vw + 22.4px);
    color: #3458AC;
}

.total-remove {
    display: flex;
    align-items: center;
}

.total-remove__svg {
    width: 15px;
    height: 15px;
    fill: #979797;
    margin-right: 8px;
}

.total-remove__text {
    font-size: 14px;
    line-height: 16px;
    color: #979797;
    border-bottom: 1px dashed;
    transition: .2s;
}

.total-remove:hover .total-remove__text {
    border-color: transparent;
}

.cart-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: calc(0.01875 * 100vw + 14px);
}

.cart-info {
    display: flex;
    align-items: center;
    border: 1px dashed #3458AC;
    padding: calc(0.00625 * 100vw + 13px) calc(0.00937 * 100vw + 12px);
}

.cart-info__svg {
    width: calc(0.00562 * 100vw + 15.2px);
    height: calc(0.00562 * 100vw + 15.2px);
    fill: #3458AC;
    margin-right: 17px;
    flex: 0 0 auto;
}

.cart-info__text {
    font-size: calc(0.00313 * 100vw + 14px);
    line-height: calc(0.00313 * 100vw + 19px);
    color: #333;
}

.total-cost {
    font-weight: 700;
    font-size: calc(0.00562 * 100vw + 13.2px);
    line-height: calc(0.00625 * 100vw + 18px);
    color: #333;
    flex: 0 0 auto;
    margin-left: calc(0.00937 * 100vw + 12px);
}

.total-cost span {
    font-size: calc(0.01 * 100vw + 16.8px);
    line-height: calc(0.01312 * 100vw + 19.8px);
    margin-left: calc(0.0075 * 100vw + 5.6px);
}

.form-order {
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.form-order__header {
    height: calc(0.01875 * 100vw + 44px);
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CDCDCD;
}

.form-order__body {
    border-bottom: 1px solid #CDCDCD;
    padding: calc(0.00937 * 100vw + 12px) 0 calc(0.01562 * 100vw + 10px);
}

.form-order__bottom {
    padding: calc(0.00937 * 100vw + 12px) 0 calc(0.0125 * 100vw + 11px);
}

.form-order__container {
    padding: 0 calc(0.02813 * 100vw + 6px);
}

.form-order__wrapper {
    display: flex;
    align-items: center;
}

.form-order__title {
    font-weight: 700;
    font-size: calc(0.005 * 100vw + 16.4px);
    line-height: calc(0.005 * 100vw + 24.4px);
    color: #3458AC;
}

.form-order__button {
    width: 340px;
    height: 54px;
    margin-right: 30px;
    cursor: pointer;
}

.form-order .field.phone {
    width: 200px;
    margin-right: 30px;
    flex: 0 0 auto;
}

.form-order .field.textarea {
    height: 100px;
}

.priv {
    font-size: 16px;
    line-height: 20px;
    color: #818181;
}

a.priv {
    text-decoration: underline;
    transition: .2s;
}

a.priv:hover {
    text-decoration: none;
    color: #3458AC;
}

.order-parts {
    display: flex;
    justify-content: space-between;
}

.order-part {
    width: 100%;
}

.order-part--fields {
    width: calc(0.12931 * 100vw + 321.72414px);
    flex: 0 0 auto;
    margin-right: calc(0.0431 * 100vw + -12.75862px);
}

.order-part__title {
    font-weight: 700;
    font-size: calc(0.00313 * 100vw + 15px);
    line-height: calc(0.00625 * 100vw + 22px);
    color: #333;
    margin-bottom: calc(0.00625 * 100vw + 8px);
    display: block;
}

.fields__wrap {
    display: flex;
}

.fields__wrap:not(:last-child) {
    margin-bottom: 15px;
}

.field {
    position: relative;
    width: 100%;
    height: 50px;
}

.field__input {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding-left: 20px;
    padding-top: 15px;
}

.field__text {
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    color: #818181;
    left: 20px;
    top: 13px;
    transition: .3s;
}

.field.active .field__text {
    font-size: 12px;
    line-height: 14px;
    color: #3458AC;
    top: 6px;
}

.field.error .field__input {
    border-color: #EC412F;
}

.field.error .field__text {
    color: #EC412F;
}

.radio-button {
    position: relative;
}

.radio-button:not(:last-child) {
    margin-bottom: 15px;
}

.radio-button__wrap {
    display: flex;
    background: #fff;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    padding: calc(0.00937 * 100vw + 7px);
    min-height: calc(0.025 * 100vw + 62px);
    transition: .2s;
}

.radio-button__wrap:hover {
    border-color: #3458AC;
}

.radio-button__input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.radio-button__input:checked + .radio-button__wrap {
    border-color: #3458AC;
    background-color: #3458AC;
}

.radio-button__input:checked + .radio-button__wrap .radio-button__title {
    color: #fff;
}

.radio-button__input:checked + .radio-button__wrap .radio-button__desc {
    color: #fff;
}

.radio-button__input:checked + .radio-button__wrap .radio-button-circle__dot {
    opacity: 1;
}

.radio-button__wrap-text {
    padding-top: calc(0.00187 * 100vw + -0.6px);
}

.radio-button__title {
    font-weight: 700;
    font-size: calc(0.00125 * 100vw + 15.6px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
    margin-bottom: 7px;
}

.radio-button__desc {
    font-size: calc(0.00125 * 100vw + 13.6px);
    line-height: calc(0.00375 * 100vw + 16.8px);
    color: #333;
}

.radio-button-circle {
    background: #fff;
    border: 1px solid #CDCDCD;
    width: calc(0.00937 * 100vw + 12px);
    height: calc(0.00937 * 100vw + 12px);
    border-radius: 50%;
    margin-right: calc(0.005 * 100vw + 5.4px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.radio-button-circle__dot {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background-color: #EC412F;
    opacity: 0;
    transition: .2s;
}

.cart-state {
    display: flex;
    background: #fff;
    border: 1px solid #DFE6ED;
    padding: calc(0.01063 * 100vw + 16.6px) calc(0.00937 * 100vw + 12px);
}

.cart-state.empty .cart-state__svg {
    fill: #EC412F;
}

.cart-state.not-available .cart-state__svg {
    fill: #BBC1C8;
}

.cart-state.done .cart-state__svg {
    fill: #3BDA67;
}

.cart-state__svg {
    width: calc(0.02063 * 100vw + 20.4px);
    height: calc(0.02063 * 100vw + 20.4px);
    margin-right: calc(0.0125 * 100vw + 11px);
    flex: 0 0 auto;
}

.cart-state__title {
    font-weight: 700;
    font-size: calc(0.005 * 100vw + 16.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
    margin-bottom: 13px;
}

.cart-state__desc {
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
}

.cart-state__desc a {
    color: #3458AC;
    text-decoration: underline;
}

.cart-state__desc a:hover {
    text-decoration: none;
}

/*----------page-cart----------*/
.page-lc {
    padding-top: 30px;
    padding-bottom: 50px;
}

.lc-wrapper {
    display: flex;
}

.lc-content {
    flex: 1 1 auto;
}

.sidebar {
    width: 300px;
    margin-right: 30px;
    flex: 0 0 auto;
    position: relative;
}

.sidebar ul {
    border: 1px solid #DFE6ED;
    max-width: 300px;
}

.sidebar ul li {
    position: relative;
    height: 60px;
    padding: 0 20px;
}

.sidebar ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 4px;
    background-color: #EC412F;
    opacity: 0;
}

.sidebar ul li.active:after {
    opacity: 1;
}

.sidebar ul li:not(:last-child) a {
    border-bottom: 1px solid #DFE6ED;
}

.sidebar ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.sidebar ul li a span {
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
    transition: .2s;
}

.sidebar ul li a:hover span {
    color: #EC412F;
}

.lc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.lc-title {
    font-weight: 700;
    font-size: calc(0.005 * 100vw + 16.4px);
    line-height: calc(0.0075 * 100vw + 19.6px);
    color: #333;
}

.select-date {
    width: 230px;
    height: 40px;
    position: relative;
}

.select-date__svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    fill: #3458AC;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.datepicker-here {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #D8D8D8;
    padding-left: 50px;
    font-size: calc(0.00063 * 100vw + 14.8px);
    line-height: calc(0.0025 * 100vw + 19.2px);
    color: #333;
}

.did-order {
    background: #fff;
    border: 1px solid #D8D8D8;
    margin-bottom: calc(0.01875 * 100vw + 14px);
}

.did-order:not(:last-child) {
    margin-bottom: 20px;
}

.did-order.active .did-order-header__arrow {
    transform: rotate(-90deg);
}

.did-order-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(0.00625 * 100vw + 3px) calc(0.0125 * 100vw + 6px);
    min-height: 60px;
}

.did-order-header__left {
    display: flex;
    align-items: center;
}

.did-order-header__right {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 15px;
}

.did-order-header__text {
    font-weight: 700;
    font-size: calc(0.00375 * 100vw + 10.8px);
    line-height: calc(0.005 * 100vw + 14.4px);
    color: #333;
    transition: .3s;
}

.did-order-header__text:not(:last-child) {
    margin-right: calc(0.005 * 100vw + 5.4px);
}

.did-order-header__arrow {
    width: 7px;
    height: 12px;
    transform: rotate(90deg);
    fill: #333;
    transition: .3s;
}

.did-order-header__cost {
    font-weight: 700;
    font-size: calc(0.0075 * 100vw + 9.6px);
    line-height: calc(0.00875 * 100vw + 13.2px);
    color: #333;
}

.did-order-header__status {
    font-weight: 700;
    font-size: calc(0.0025 * 100vw + 11.2px);
    line-height: calc(0.00375 * 100vw + 14.8px);
    margin-right: calc(0.01562 * 100vw + -5px);
}

.did-order-header__status.status-wait {
    color: #F3921F;
}

.did-order-header__status.status-success {
    color: #24BF4F;
}

.did-order-header__status.status-close {
    color: #EC412F;
}

.did-order-header:hover .did-order-header__text {
    color: #EC412F;
}

.did-order-header:hover .did-order-header__arrow {
    fill: #EC412F;
}

.did-order-body {
    border-top: 1px solid #D8D8D8;
    padding: 0 calc(0.0125 * 100vw + 6px);
    display: none;
}

.did-order-body__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 15px;
    border-bottom: 1px solid #D8D8D8;
}

.did-order-body__article {
    font-size: calc(0.00187 * 100vw + 12.4px);
    line-height: calc(0.00125 * 100vw + 17.6px);
    color: #737779;
    display: block;
    margin-bottom: 8px;
}

.did-order-body__title {
    font-size: calc(0.00375 * 100vw + 10.8px);
    line-height: calc(0.005 * 100vw + 14.4px);
    color: #333;
}

.did-order-body__text {
    font-weight: 700;
    font-size: calc(0.0025 * 100vw + 15.2px);
    line-height: calc(0.00313 * 100vw + 19px);
    color: #333;
}

.did-order-body__count {
    font-weight: 400;
    color: #979797;
    margin-right: calc(0.005 * 100vw + -1.6px);
}

.did-order-body__bottom {
    padding: 20px 0;
}

.did-order-body__button {
    width: 139px;
    height: 43px;
    margin-left: auto;
    border-color: #DFE6ED;
}

.did-order-body__button .button-red__text {
    font-size: 15px;
    line-height: 19px;
}

.did-order-body__button:hover {
    border-color: #EC412F;
}

.did-order-body__right {
    flex: 0 0 auto;
    margin-left: 10px;
}

.lc-pagination {
    display: flex;
    justify-content: center;
}

.lc-form {
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    padding: calc(0.01562 * 100vw + 5px) calc(0.02187 * 100vw + 8px) calc(0.01562 * 100vw + 10px);
}

.lc-form__wrap:not(:last-child) {
    margin-bottom: 15px;
}

.lc-form__button {
    width: 250px;
    height: 54px;
    cursor: pointer;
}

.replace-order {
    padding-top: calc(0.01438 * 100vw + 10.4px);
}

.replace-order__title {
    font-weight: 700;
    font-size: calc(0.00375 * 100vw + 10.8px);
    line-height: calc(0.005 * 100vw + 14.4px);
    color: #333;
    display: block;
    margin-bottom: calc(0.00625 * 100vw + 13px);
}

.replace-order__title.warning {
    color: #EC412F;
}

.replace-order__bottom {
    display: flex;
    align-items: center;
}

.replace-order__more {
    width: 200px;
    height: 43px;
    margin-right: 15px;
}

.replace-order__more .button-red-fill__text {
    font-size: 15px;
    line-height: 19px;
}

.replace-order__stop {
    width: 96px;
    height: 43px;
    border-color: #DFE6ED;
}

.replace-order__stop .button-red-fill__text {
    font-size: 15px;
    line-height: 19px;
}

.replace-order__stop:hover {
    border-color: #EC412F;
}

.replace-order-list {
    padding-bottom: calc(0.01438 * 100vw + 7.4px);
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: calc(0.00813 * 100vw + 9.4px);
}

.replace-order-list li {
    font-size: calc(0.00375 * 100vw + 10.8px);
    line-height: calc(0.005 * 100vw + 14.4px);
    color: #333;
    list-style-type: decimal;
    margin-left: 17px;
}

.replace-order-list li:not(:last-child) {
    margin-bottom: 14px;
}

/*----------text-page----------*/
.text-page {
    padding-top: 30px;
    padding-bottom: 50px;
}

.text-page__wrapper {
    display: flex;
}

.text-page__content {
    flex: 1 1 auto;
}

.text-page__right {
    width: 300px;
    margin-left: 30px;
    flex: 0 0 auto;
    position: relative;
}

.text-page-form {
    position: relative;
    z-index: 0;
    padding: 30px 25px 25px;
    max-width: 300px;
}

.text-page-form:not(:last-child) {
    margin-bottom: 30px;
}

.text-page-form__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.text-page-form__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-page-form__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    display: block;
    margin-bottom: 14px;
}

.text-page-form__desc {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    display: block;
    margin-bottom: 50px;
}

.text-page-form .field {
    margin-bottom: 15px;
}

.text-page-form .field__text {
    color: #818181;
    font-weight: 700;
}

.text-page-form .priv {
    font-size: 13px;
    line-height: 17px;
    color: #fff;
}

.text-page-form a.priv:hover {
    color: #fff;
}

.text-page-form__button {
    width: 100%;
    height: 45px;
    cursor: pointer;
    margin-bottom: 10px;
}

/*----------page-information----------*/
.page-information {
    padding-top: 30px;
    padding-bottom: calc(-0.0375 * 100vw + 122px);
}

.informations-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.information-card {
    width: calc(33.3334% - 30px);
    margin: 0 15px 30px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #DFE6ED;
}

.information-card__img {
    width: 100%;
}

.information-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.information-card__title {
    font-weight: 700;
    font-size: calc(0.00313 * 100vw + 15px);
    line-height: calc(0.00375 * 100vw + 18.8px);
    color: #333;
}

.information-card__info {
    padding: calc(0.00937 * 100vw + 7px) calc(0.00937 * 100vw + 12px) calc(0.01562 * 100vw + 20px);
    height: 100%;
}

.page-pagination {
    display: flex;
    justify-content: center;
}

/*----------page-videos----------*/
.page-videos {
    padding-top: 30px;
    padding-bottom: 50px;
}

.videos-preview {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.video-preview {
    position: relative;
    z-index: 0;
    width: calc(33.3334% - 30px);
    margin: 0 15px 30px;
    padding: calc(0.00625 * 100vw + 13px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.video-preview:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(52, 88, 172, 0) 0%, #3458AC 100%);
    transition-delay: .4s;
    transition: .4s;
}

.video-preview:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(52, 88, 172, 0.8);
    opacity: 0;
    transition: .4s;
}

.video-preview__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.video-preview__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-preview__title {
    font-weight: 700;
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.0025 * 100vw + 17.2px);
    color: #fff;
}

.video-preview:hover:before {
    opacity: 1;
}

.video-preview:hover:after {
    opacity: 0;
}

.video-preview:hover .video-play {
    background-color: #fff;
}

.video-preview:hover .video-play__svg {
    fill: #EC412F;
}

.video-play {
    background: #EC412F;
    width: calc(0.0175 * 100vw + 44.4px);
    height: calc(0.0175 * 100vw + 44.4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: .4s;
}

.video-play__svg {
    width: calc(0.00438 * 100vw + 13.6px);
    height: calc(0.00438 * 100vw + 13.6px);
    fill: #fff;
    margin-left: calc(0.00187 * 100vw + 1.4px);
    transition: .4s;
}

/*----------page-contacts----------*/
.page-contacts {
    padding-top: 30px;
    position: relative;
    z-index: 0;
}

.page-contacts .page-title {
    margin-bottom: calc(0.0125 * 100vw + 16px);
}

.contacts-wrapper {
    display: flex;
    background: #3458AC;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
}

.contacts-left {
    background-color: #fff;
    padding: calc(0.0125 * 100vw + 16px) calc(0.02187 * 100vw + 8px) calc(0.0125 * 100vw + 26px);
    width: calc(0.14009 * 100vw + 281.03448px);
    flex: 0 0 auto;
}

.contacts-left .contacts-part-title {
    margin-bottom: 20px;
}

.contacts-right {
    flex: 1 1 auto;
    padding: calc(0.0125 * 100vw + 16px) calc(0.02813 * 100vw + 6px) calc(0.0125 * 100vw + 26px);
}

.contacts-right .contacts-part-title {
    margin-bottom: 30px;
    color: #fff;
}

.contacts-part-title {
    font-weight: 700;
    font-size: calc(0.005 * 100vw + 16.4px);
    line-height: calc(0.005 * 100vw + 24.4px);
    color: #333;
}

.contact:not(:last-child) {
    margin-bottom: 20px;
}

.contact__header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.contact__svg {
    width: calc(0.00187 * 100vw + 12.4px);
    height: calc(0.00187 * 100vw + 12.4px);
    margin-right: calc(0.00187 * 100vw + 4.4px);
    fill: #EC412F;
}

.contact__text {
    font-weight: 700;
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.00375 * 100vw + 18.8px);
    color: #EC412F;
}

.contact__val {
    display: flex;
    flex-direction: column;
}

.contact__val p, .contact__val span, .contact__val a {
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.00375 * 100vw + 18.8px);
    color: #333;
}

.contact__val a {
    transition: .3s;
}

.contact__val a:hover {
    color: #EC412F;
}

.contact-form__row {
    display: flex;
    align-items: center;
}

.contact-form__row:not(:last-child) {
    margin-bottom: 15px;
}

.contact-form__button {
    width: calc(0.05625 * 100vw + 152px);
    height: 54px;
    flex: 0 0 auto;
    margin-right: 30px;
}

.contact-form .field:not(:last-child) {
    margin-right: 15px;
}

.contact-form .field.phone {
    width: calc(0.03125 * 100vw + 180px);
    flex: 0 0 auto;
}

.contact-form .field.textarea {
    height: 130px;
}

.block .block_shadow {
    display: block !important;
}

.block_shadow {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.contact-form .priv {
    color: #8BA5DF;
    font-size: 13px;
    line-height: 16px;
}

.contact-form a.priv:hover {
    color: #8BA5DF;
}

.section-map {
    position: relative;
    z-index: -1;
    height: calc(0.2375 * 100vw + 174px);
    margin-top: calc(-0.0625 * 100vw + 50px);
    background-color: #eee;
}

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

/*----------page-eroor----------*/
.page-error {
    padding-top: calc(0.0125 * 100vw + 26px);
    padding-bottom: calc(0.03125 * 100vw + 40px);
}

.page-error__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

.page-error__img {
    display: block;
    width: 560px;
    max-width: 80%;
    margin-bottom: calc(0.00937 * 100vw + 27px);
}

.page-error__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-error__title {
    margin-bottom: 15px;
}

.page-error__desc {
    font-size: calc(0.00187 * 100vw + 14.4px);
    line-height: calc(0.00375 * 100vw + 18.8px);
    color: #333;
    display: block;
    text-align: center;
    margin-bottom: 37px;
}

.page-error__button {
    width: 340px;
    height: 54px;
}

@media (max-width: 1400px) {
    .page-header {
        position: relative;
        padding: 15px 15px 70px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

@media (max-width: 1310px) {
    .main-slider-item__content {
        margin-left: 0;
    }
}

@media (max-width: 1290px) {
    .history-slider-controller {
        right: 50%;
    }
}

@media (max-width: 991px) {
    .mobile-none {
        display: none;
    }

    .header__top {
        border: none;
        padding: 0;
    }

    .header__bottom {
        display: none;
    }

    .header .container {
        padding: 0;
    }

    .mobile-menu-open {
        display: flex;
    }

    .mobile-button-cart {
        display: flex;
    }

    .footer-menu {
        display: none;
    }

    .footer-bottom__wrapper {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 10px 0;
    }

    .footer-bottom__part {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom__text {
        margin-bottom: 10px;
    }

    .footer-bottom__text:not(:last-child) {
        margin-right: 0;
    }

    .category-card {
        width: calc(33.3334% - 30px);
    }

    .product-card {
        width: 33.3334%;
    }

    .navigation {
        flex-direction: column;
    }

    .show-more {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-card-in-cart {
        flex-wrap: wrap;
    }

    .product-card-in-cart__img-wrap {
        width: 80px;
        margin-right: 20px;
    }

    .product-card-in-cart__title {
        width: calc(100% - 101px);
        margin: 0;
    }

    .product-card-in-cart__params {
        padding-top: 20px;
    }

    .product-card-in-cart__controls {
        padding-top: 20px;
    }

    .order-parts {
        flex-direction: column;
    }

    .order-part--fields {
        width: 100%;
    }

    .order-part:not(:last-child) {
        margin-bottom: 30px;
    }

    .lc-wrapper {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .sidebar ul {
        max-width: 100%;
    }

    .text-page__wrapper {
        flex-direction: column;
    }

    .text-page__right {
        width: 100%;
        margin: 0;
    }

    .text-page__content {
        margin-bottom: 30px;
    }

    .information-card {
        width: calc(50% - 30px);
    }

    .video-preview {
        width: calc(50% - 30px);
    }

    .contacts-wrapper {
        flex-direction: column;
    }

    .contacts-left {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .logo-desc {
        display: none;
    }

    .main-slider-arrows {
        display: none;
    }

    .main-slider-item {
        flex-direction: column;
        min-height: auto;
    }

    .main-slider-item__half {
        width: 100%;
    }

    .main-slider-item__wrapper:not(:last-child) {
        margin-bottom: 0;
    }

    .main-slider-item-img-wrap {
        height: 270px;
        position: static;
        flex-direction: column;
        background-color: #3458AC;
        padding: 0 0px 0px;
    }

    .main-slider-item-img {
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .main-slider-item-img img {
        width: 100%;
        height: 100%;
    }

    .section-slider-bgr__right {
        display: none;
    }

    .section-slider-bgr__left {
        width: 100%;
    }

    .section-slider .triangle {
        display: none;
    }

    .main-slider-item-img-caption {
        margin: 0 15px 20px;
        top: 35px;
        left: 15px;
        font-size: 20px;
        line-height: 25px;
    }

    .go-down {
        display: none;
    }

    .section-about__wrap {
        flex-direction: column-reverse;
    }

    .section-about__part {
        width: 100%;
    }

    .section-about__part.left {
        padding: 0;
    }

    .section-about__part.right {
        padding: 40px 0 40px;
    }

    .section-about-bg {
        display: none;
    }

    .main-video {
        max-width: calc(100% - 30px);
        margin: auto;
    }

    .main-video-wrap {
        margin-left: -15px;
        background-color: #E3ECFF;
        width: calc(100% + 30px);
        max-width: inherit;
        padding-top: 15px;
    }

    .about-content {
        margin: auto;
        padding: 0;
    }

    .about-adv {
        position: static;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 30px;
    }

    .video-play-button {
        width: 50px;
        height: 50px;
    }

    .video-play-button__triangle {
        width: 15px;
        height: 17px;
    }

    .history-slider-item {
        flex-direction: column;
        height: auto;
    }

    .history-slider-item__img-wrap {
        width: 100%;
        height: 250px;
        max-width: 100%;
    }

    .history-slider-controller {
        right: 0;
        bottom: 250px;
    }

    .section-advv__center {
        display: none;
    }

    .category-card {
        width: calc(50% - 30px);
    }

    .product-card {
        width: 50%;
    }

    .product-wrapper {
        flex-direction: column;
    }

    .product-left {
        width: 400px;
        max-width: 100%;
        margin: 0 auto 25px;
    }

    .product-right .track {
        display: none;
    }

    .product-preview {
        width: 100%;
    }
}

@media (max-width: 575px) {

    .header{
        border-bottom: none;
    }

    .section-advv__wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-advv__left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 38px;
    }

    .section-advv__left .adv-item__svg-wrap {
        margin-right: 15px;
    }

    .section-advv__right {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .section-advv__right .adv-item {
        justify-content: flex-start;
        padding-left: 0;
    }

    .section-advv__right .adv-item__text {
        order: 2;
    }

    .section-advv__right .adv-item__svg-wrap {
        order: 1;
        margin-left: 0;
        margin-right: 15px;
    }

    .adv-item:not(:last-child) {
        margin-bottom: 38px;
    }

    .adv-item__svg-wrap {
        width: 55px;
        height: 55px;
    }

    .product-card-in-cart__controls {
        width: 100%;
        padding-left: 0;
        border: 0;
    }

    .product-card-in-cart__params {
        width: 100%;
    }

    .fields__wrap {
        flex-direction: column;
    }

    .form-order .field.phone {
        width: 100%;
    }

    .field:not(:last-child) {
        margin-bottom: 15px;
    }

    .cart-info-wrapper {
        flex-direction: column-reverse;
    }

    .total-cost {
        margin-left: auto;
        margin-bottom: 20px;
    }

    .form-order__bottom .form-order__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-order__button {
        margin-bottom: 10px;
    }

    .lc-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .lc-title {
        margin-bottom: 10px;
    }

    .information-card {
        width: 100%;
    }

    .video-preview {
        width: 100%;
        margin-bottom: 15px;
    }

    .contact-form__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-form__button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contact-form .field.phone {
        width: 100%;
    }

    .header__part_search{

        display: none;

    }
}

@media (max-width: 480px) {
    .category-card {
        width: calc(100% - 30px);
    }

    .category-card__img {
        max-height: 100%;
    }

    .product-card {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
    }

    .product-card__img {
        width: 70px;
        flex: 0 0 auto;
        margin-right: 20px;
        height: auto;
    }

    .product-card__info {
        padding-top: 0;
    }

    .product-card-button {
        margin-right: 0;
    }

    .product-param {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-param__name {
        margin-bottom: 4px;
        margin-right: 0;
    }

    .amount.desctop {
        display: none;
    }

    .amount.mobile {
        display: flex;
    }

    .did-order-header__right {
        flex-direction: column;
        align-items: flex-end;
    }

    .replace-order__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .replace-order__more {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .replace-order__stop {
        width: 100%;
    }
}


/*----------Дополнительные стили----------*/
.production-sub-menu__lvl1 .sub-menu .active-li a span {
    color: #EC412F;
}

.production-sub-menu__lvl1 {
    padding: 24px 0 34px;
}

.production-sub-menu__lvl1 li {
    padding-left: 40px;
    padding-right: 40px;
}

.fields__wrap {
    position: relative;
}

.field-autocomplete {
    position: absolute;
    top: 100%;
    background: #FFF;
    z-index: 25;
    left: 0;
    right: 0;
    border: 1px solid #CDCDCD;
}
.field-autocomplete > div {
    padding: 10px 15px;
    cursor: pointer;
}
.field-autocomplete > div:hover {
    background: #3458AC;
    color: #FFF;
}
.fields {
    margin-bottom: 15px;
}
.d-none {
    display: none;
}


/*---------- Поиск для шапки (основной + мобильный) ----------*/

.header__search{

    width: 100%;
    margin: 0 15px;

}

.header__search-mobile .search-main__input{

    border: 1px solid #C2C2C2;

    border-radius: 0;

    border-right: 0;
    border-left: 0;

}

@media(min-width: 575px){

    .header__mobile-search{

        display: none;

    }

}

.search-main{

  position: relative;

}

.search-main__input{

  display: block;
  height: 42px;
  width: 100%;
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.33;
  border: 1px solid #eaeaea;
  border-radius: 4px;

}

.search-main__btn{

  position: absolute;

  top: 0;
  right: 0;

  cursor: pointer;

  width: 60px;
  height: 40px;

  border: none;
  background-color: transparent;
  
}

.search-main__svg{

  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #3458AC;

}

.svg-lens{

  width: 18px;
  height: 18px;

}

.dropdown {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity .3s;

}

.dropdown-active {
    opacity: 1;
}

.dropdown__list {
    left: 0;
    top: 100%;

    max-height: 500px;
    width: 100%;

    border-radius: 0 0 4px 4px;
    background-color: #fff;
    border: 1px solid #ccc;

    overflow-y: scroll;
    z-index: 200;
}
.dropdown__title {
    display: block;
    padding: 8px 20px;
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    background-color: #f5f5f5;
}

.dropdown__item {
    padding: 5px 0;
    color: #373a3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.dropdown__subitem {
    padding: 5px 20px;
    cursor: pointer;
}

.dropdown__subitem > a {
    color: #333;
    transition: color .2s;
}
.dropdown__subitem:hover > a {
    color: #3458AC;
}


@media(max-width: 576px) {
    .dropdown {
        position: initial;
        display: none;
    }
    .dropdown-active {
        display: block;
    }
    
}