@font-face {
    font-family: 'Gilroy-Semibold';
    src: url("../fonts/Gilroy-SemiBold.eot");
    src: url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy-SemiBold.eot") format("embedded-opentype");
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url("../fonts/Gilroy-Medium.eot");
    src: url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.eot") format("embedded-opentype");
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url("../fonts/Gilroy-Light.eot");
    src: url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light.eot") format("embedded-opentype");
    font-style: normal;
}

button,
select, input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="date"],
textarea, input[type="submit"], a, .usage-slider-asnav-item .caption, .card-info-detail-block.slideblock .card-info-detail-block-text, .card-info-detail-block.slideblock h4:before, .card-info-detail-block.slideblock h4:after {
    transition: .3s ease;
}

.psevdo-checkbox:before, .psevdo-checkbox:after, .main-screen:after, .product-slider-item-inner:after, .usage-slider-asnav-item .caption:before, .usage-slider-asnav-item .detail-block div:before, .breadcrumbs a:after, .category-info .left:before, .category-info .left:after, .card-info-detail-block.slideblock h4:before, .card-info-detail-block.slideblock h4:after, ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
}

.usage-slider-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

body {
    color: #003579;
    background: #fff;
    font-family: "Gilroy-Medium";
    line-height: 1.3;
    font-size: 18px;
}

body * {
    box-sizing: border-box;
}

b, strong {
    font-family: "Gilroy-Semibold";
}

button,
select {
    cursor: pointer;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #003579;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="phone"],
.form input[type="date"],
.form textarea {
    color: #003579;
    font-family: "Gilroy-Medium";
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    padding: 9px 16px;
    width: 100%;
    font-size: 16px;
}

.form-row {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.form-row_policy {
    margin-top: 15px;
    margin-bottom: 50px;
}

.form .btn {
    margin: 50px auto 0;
}

.form-row label {
    display: block;
    margin-bottom: 5px;
}

.form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

img {
    max-width: 100%;
}

a {
    color: #003579;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #00AEEF;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: "Gilroy-Semibold";
    color: #2167C3;
}

h1 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
}

h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 50px;
    padding-bottom: 0;
}

h3 {
    font-size: 30px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

h5 {
    font-size: 18px;
    line-height: 1.3;
}

.text-center {
    text-align: center;
}

ol li,
ul li {
    margin: 0 0 10px;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flex-box.align-stretch {
    align-items: stretch;
}

.flex-box.flex-center {
    align-items: center;
}

.flex-box.space-between {
    justify-content: space-between;
}

.flex-box.space-center {
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 1600px;
    padding: 0 100px;
    margin: 0 auto;
    position: relative;
}

.form input[type="checkbox"] {
    opacity: 0;
    z-index: 2;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 1px;
    left: 0;
    cursor: pointer;
}

.psevdo-checkbox {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.psevdo-checkbox:before {
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #003579;
    border-radius: 1px;
    color: #003579;
    z-index: 0;
    cursor: pointer;
}

.psevdo-checkbox:after {
    border-radius: 1px;
    top: 1px;
    left: 1px;
    width: 13px;
    height: 13px;
}

.form textarea {
    resize: none;
}

input[type="checkbox"]:checked ~ .psevdo-checkbox:after {
    background: url(../img/check.svg) center center no-repeat;
}

.form-row.form-row_policy {
    max-width: 100%;
    width: 100%;
    padding-left: 23px;
    margin-top: 20px;
}

.form-row.form-row_policy label {
    cursor: pointer;
    font-size: 12px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.35s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.35s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.slick-arrow {
    width: 30px;
    height: 30px;
    border: 1px solid #2167C3;
    border-radius: 5px;
    background-image: url(../img/slick-arr.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
}

.slick-arrow.slick-next {
    transform: rotate(180deg);
}

.slick-arrow:hover {
    background-color: #2167C3;
    background-image: url(../img/slick-arr-hov.svg);
}

.btn {
    display: table;
    color: #003579;
    font-size: 16px;
    padding: 14px 30px;
    background: linear-gradient(180deg, #FFFFFF 68%, #003579 582%);
    border: 1px solid #003579;
    border-radius: 5px;
    min-width: 200px;
    text-align: center;
    font-family: "Gilroy-Semibold";
}

.btn:hover {
    color: #003579;
    background: linear-gradient(180deg, #FFFFFF 68%, #FFFFFF 582%);
}

.btn_blue {
    color: #fff;
    border: none;
    background: linear-gradient(180deg, #2167C3 0%, #00AEEF 270.83%);
}

.btn_blue:hover {
    background: linear-gradient(180deg, #2167C3 0%, #2167C3 270.83%);
    color: #fff;
}

.btn_big {
    font-size: 18px;
    padding: 18px 40px;
    min-width: 300px;
}

.btn_white-border {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.btn_white-border:hover {
    background: #fff;
    color: #003579 !important;
}

.btn_white {
    color: #003579;
    background: linear-gradient(180deg, #FFFFFF 32.5%, #2167C3 310%);
    border: none;
}

.btn_white:hover {
    color: #003579;
    background: linear-gradient(180deg, #FFFFFF 32.5%, #FFFFFF 310%);
}

.header {
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.header-logo {
    width: 80px;
}

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

.header-nav_right {
    width: calc(100% - 220px);
}

.header-nav a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
    margin-right: 40px;
}

.header-nav a:last-child {
    margin-right: 0;
}

.header-nav-block {
    width: calc((100% - 80px - 200px) / 2);
}

.main-screen {
    color: #fff;
    padding: 36px 0;
    position: relative;
    background: linear-gradient(0deg, #2167C3, #2167C3), linear-gradient(90deg, #00AEEF -15.28%, #2167C3 100%);
}

.main-screen h1 {
    color: #fff;
}

.main-screen:after {
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-screen-bg.png) right top no-repeat;
}

.main-screen-block {
    min-height: 630px;
    position: relative;
    z-index: 2;
}

.main-screen p {
    margin-bottom: 30px;
    max-width: 500px;
}

.main-screen .left {
    width: 50%;
}

.main-screen .right {
    width: 55%;
    margin-right: -3%;
    margin-left: -2%;
}

.product {
    padding: 100px 0 130px;
    background: #EFF5FD;
}

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

.product-slider-nav .slick-prev {
    margin-right: 30px;
}

.product-slider-item {
    margin: 0 16px;
}

.product-slider-item.large .product-slider-item-inner .left {
    width: 34%;
}

.product-slider-item.large .product-slider-item-inner .right {
    width: 66%;
}

.product-slider-item-inner {
    margin: auto;
    font-size: 16px;
    background-color: #FFFFFF;
    border-radius: 15px;
    position: relative;
    max-width: 1400px;
    z-index: 2;
    min-height: 605px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 35px 50px;
}

.product-slider-item-inner .left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-slider-item-inner .right {
    width: 50%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
}

.product-slider-item-inner:after {
    z-index: 0;
    right: 60px;
    top: 15px;
    width: 550px;
    height: 550px;
    background: url(../img/product-slide-bg.png) 0 0 no-repeat;
}

.product-slider-item-inner h3 {
    margin-bottom: 10px;
}

.product-slider-item-inner p {
    margin-bottom: 20px;
}

.product-slider-item-inner .btn {
    margin-top: 35px;
    width: 300px;
}

.product-info-item {
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    min-height: 60px;
    padding: 6px 0 6px 80px;
}

.company {
    background: linear-gradient(250.88deg, #2167C3 0%, #00AEEF 100%);
    padding: 120px 0 80px;
    color: #fff;
}

.company .container {
    background: url(../img/company-bg.svg) right center no-repeat;
    background-size: contain;
}

.company .left {
    width: calc(50% - 140px);
}

.company .right {
    width: 50%;
}

.company-slider {
    position: relative;
}

.company-slider .slick-arrow {
    position: absolute;
    bottom: 20px;
    z-index: 2;
}

.company-slider .slick-arrow.slick-prev {
    left: 30px;
}

.company-slider .slick-arrow.slick-next {
    left: 90px;
}

.company h2 {
    color: #fff;
    margin-bottom: 30px;
}

.company p {
    margin-bottom: 20px;
}

.company .btn {
    margin-top: 40px;
}

.trust {
    padding: 100px 0;
    background: #EFF5FD;
}

.trust h2 {
    margin-bottom: 30px;
}

.trust p {
    max-width: 100%;
}

.trust-block {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    margin-top: 50px;
}

.trust-item {
    width: calc(100% / 3);
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    padding:10px;
}

.trust-item:nth-child(4), .trust-item:nth-child(5), .trust-item:nth-child(6) {
    border-top: 0;
}

.usage {
    padding: 100px 0;
}

.usage h2 {
    margin-bottom: 20px;
}

.usage p {
    max-width: 100%;
}

.usage-block {
    margin-top: 40px;
}

.usage-slider {
    width: 840px;
}

.usage-slider .slick-arrow {
    position: absolute;
    bottom: 20px;
    z-index: 1;
}

.usage-slider .slick-arrow.slick-next {
    right: 30px;
}

.usage-slider .slick-arrow.slick-prev {
    right: 90px;
}

.usage-slider-item {
    position: relative;
height:625px;
}

.usage-slider-item img {
    position: relative;
    z-index: 0;
}

.usage-slider-lable {
    position: absolute;
    z-index: 1000;
}

.usage-slider-lable.show span {
    -webkit-animation: show .2s forwards;
    animation: show .2s forwards;
}

.usage-slider-lable i {
    cursor: pointer;
    display: table;
    width: 30px;
    height: 30px;
    background: url(../img/a-lable.svg) center center no-repeat;
    margin: 0 auto 2px;
}

.usage-slider-lable span {
    opacity: 0;
    color: #fff;
    font-size: 16px;
    background: #00AEEF;
    border-radius: 3px;
    padding: 2px 5px 3px;
}

.usage-slider-asnav {
    width: calc(100% - 840px);
}

.usage-slider-asnav-item {
    margin-bottom: 25px;
    cursor: pointer;
}

.usage-slider-asnav-item:hover .caption {
    opacity: 1;
}

.usage-slider-asnav-item.active {
    background: #EFF5FD;
    border-radius: 15px 0 0 15px;
    padding: 25px 40px 25px 110px;
}

.usage-slider-asnav-item.active .detail {
    display: block;
    -webkit-animation: show 1s forwards;
    animation: show 1s forwards;
}

.usage-slider-asnav-item.active .caption {
    opacity: 1;
    font-family: "Gilroy-Semibold";
}

.usage-slider-asnav-item.active .caption:before {
    opacity: 1;
}

.usage-slider-asnav-item .caption {
    font-size: 20px;
    margin-bottom: 8px;
    position: relative;
    opacity: .5;
}

.usage-slider-asnav-item .caption:before {
    width: 51px;
    height: 16px;
    top: 6px;
    left: -80px;
    background: url(../img/usage-active.svg) center center no-repeat;
    opacity: 0;
}

.usage-slider-asnav-item .detail {
    display: none;
}

.usage-slider-asnav-item .detail p {
    margin-bottom: 20px;
    font-size: 16px;
}

.usage-slider-asnav-item .detail-block div {
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    width: 50%;
    font-size: 16px;
}

.usage-slider-asnav-item .detail-block div:hover:before {
    -webkit-animation: rotate 1s forwards;
    animation: rotate 1s forwards;
}

.usage-slider-asnav-item .detail-block div:before {
    -webkit-animation: rotate_start 1s forwards;
    animation: rotate_start 1s forwards;
    width: 13px;
    height: 13px;
    left: 0;
    top: 3px;
    background: url(../img/plus.svg) center center no-repeat;
}

.documents {
    padding: 100px 0;
}

.documents h2 {
    margin-bottom: 20px;
}

.documents-block {
    margin-top: 50px;
}

.documents-item {
    width: 290px;
    font-size: 24px;
    font-family: "Gilroy-Semibold";
    padding-left: 140px;
    position: relative;
    background: url(../img/doc.svg) left center no-repeat;
    min-height: 110px;
    display: flex;
    align-items: center;
}

.documents-item span {
    position: absolute;
    font-size: 18px;
    color: #fff;
    background: #00AEEF;
    border-radius: 5px;
    padding: 11px 6px;
    text-align: center;
    left: 45px;
    bottom: 0;
}

.documents .btn {
    margin: 70px auto 0;
}

.footer {
    background: #2167C3;
    color: #fff;
    padding: 50px 0 40px;
}

.footer p {
    margin-bottom: 0;
}

.footer a {
    display: table;
    color: #fff;
}

.footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.footer-left {
    width: 40%;
}

.footer-right {
    width: 60%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 180px;
}

.footer-nav {
    margin-bottom: 60px;
}

.footer-nav a {
    width: 160px;
    margin-bottom: 20px;
}

.footer-block-top {
    margin-bottom: 20px;
}

.footer .small {
    font-size: 14px;
    font-family: "Gilroy-Light";
}

.footer-contacts {
    width: calc(100% - 200px - 20px);
}

.footer-contacts .caption {
    font-size: 24px;
    font-family: "Gilroy-Semibold";
    margin-bottom: 20px;
}

.footer-contacts-item {
    margin-bottom: 20px;
}

.footer-contacts-item:first-child {
    margin-right: 35px;
}

.footer-contacts-item div {
    margin-bottom: 10px;
}

.footer-contacts-item a, .footer-contacts-item p {
    font-size: 16px;
    font-family: "Gilroy-Light";
}

.footer-info {
    width: 200px;
}

.footer-info .btn {
    margin-bottom: 40px;
}

.footer-left,
.footer-contacts,
.footer-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.social p {
    margin-bottom: 20px;
}

.social a {
    display: block;
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
}

.social a.inst {
    background-image: url(../img/inst.svg);
}

.social a.fb {
    background-image: url(../img/fb.svg);
}

.social a.yt {
    background-image: url(../img/yt.svg);
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes rotate_start {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes rotate_start {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.page-caption {
    padding: 74px 0;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: right top;
    background-image: url(../img/catalog-bg.jpg);
    background-repeat: no-repeat;
}

.page-caption h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.catalog .page-caption {
    background-image: url(../img/catalog-bg.jpg);
}

.catalog-block {
    padding-bottom: 50px;
}

.catalog-card {
    background: #EFF5FD;
    border: 1px solid #F0F0F0;
    box-shadow: 0 4px 20px rgba(0, 53, 121, 0.08);
    border-radius: 10px;
    margin-right: 27px;
    margin-bottom: 50px;
    width: calc((100% - 27px * 3) / 4);
}

.catalog-card:nth-child(4n) {
    margin-right: 0;
}

.catalog-card-img {
    width: 100%;
    height: 240px;
    display: block;
    padding: 20px 10px 32px;
    border-bottom: 1px solid rgba(33, 103, 195, 0.2);
}

.catalog-card-img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: table;
    margin: auto;
}

.catalog-card-info {
/*height: calc(100% - 240px);*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 10px;
min-height: 200px;
}

.catalog-card-info-caption {
    font-size: 20px;
    font-family: "Gilroy-Semibold";
    margin-bottom: 5px;
    display: table;
}

.catalog-card-info-weight {
    color: #8DA6CA;
    font-size: 14px;
    margin-bottom: 20px;
}

.catalog-card-info .btn {
    max-width: 200px;
}

.breadcrumbs {
    margin: 20px 0 50px;
}

.breadcrumbs a {
    color: rgba(0, 53, 121, 0.5);
    font-size: 14px;
    position: relative;
    padding-right: 16px;
    margin-right: 8px;
    display: inline-block;
}

.breadcrumbs a:after {
    content: '/';
    right: 0;
    top: 0;
}

.breadcrumbs a:hover {
    color: #003579;
}

.breadcrumbs a.current {
    color: #003579;
    pointer-events: none;
}

.breadcrumbs a.current:after {
    display: none;
}

.catalog-category .page-caption {
    background-image: url(../img/category-bg.jpg);
}

.catalog-category .product-info-item {
    font-size: 16px;
}

.category-info {
    background: url(../img/category-info-bg.png) right top no-repeat;
    background-size: cover;
    padding: 80px 0 60px;
}

.category-info .left {
    width: 50%;
    max-width: 604px;
    position: relative;
}

.category-info .btn {
    margin-top: 50px;
}

.category-info .left h3 {
    margin-bottom: 20px;
}

.category-info .left p {
    margin-bottom: 30px;
}

.category-info .left .btn {
    margin-top: 50px;
}

.category-info .left:before {
    width: 117px;
    height: 117px;
    background: url(../img/prod-i-before-1.svg) center center no-repeat;
    background-size: cover;
    right: 30px;
    top: 90px;
    z-index: 1;
}

.category-info .left:after {
    width: 147px;
    height: 146px;
    background: url(../img/prod-i-before-2.svg) center center no-repeat;
    background-size: cover;
    right: 0;
    bottom: 45px;
    z-index: 1;
}

.category-info .right {
    width: 50%;
}

.category-info .right img {
    display: table;
    margin: auto;
}

.category-description {
    background: linear-gradient(256.38deg, #2167C3 0%, #00AEEF 99.41%), url(../img/anavidin-logo-for-bg.png) left center no-repeat;
    padding: 80px 0;
    color: #fff;
}

.category-description h3 {
    color: #fff;
    margin-bottom: 20px;
}

.category-description p {
    margin-bottom: 30px;
}

.category-description .btn {
    margin-top: 50px;
}

.category-description .left {
    width: 50%;
}

.category-description .right {
    width: 50%;
    background: url(../img/cat-descr-r-bg.png) right center no-repeat;
    padding-right: 250px;
}

.category-water {
    background: linear-gradient(90.02deg, #DBE1EA 1.6%, rgba(219, 225, 234, 0) 46.18%), url(../img/cat-water-bg.png) right top no-repeat;
    background-size: cover;
    padding: 100px 0 80px;
}

.category-water h3 {
    margin-bottom: 20px;
}

.category-water p {
    margin-bottom: 30px;
}

.category-water .btn {
    margin-top: 50px;
}

.category-water .left {
    width: 55%;
    background: url(../img/categ-water-bg.png) right center no-repeat;
    padding-right: 150px;
    max-width: 640px;
}

.category-water .right {
    width: 45%;
}

.category-water .right img {
    display: table;
    margin: auto;
}

.category-dozator {
    background: linear-gradient(76.37deg, #00AEEF 0%, #0051BA 100%);
    padding: 90px 0 60px;
    color: #fff;
}

.category-dozator h3 {
    color: #fff;
    margin-bottom: 20px;
}

.category-dozator p {
    margin-bottom: 20px;
}

.category-dozator .btn {
    margin-top: 50px;
}

.category-dozator .left {
    width: 50%;
}

.category-dozator .right {
    width: 50%;
    max-width: 560px;
    background: url(../img/dozator-right-bg.png) right bottom no-repeat;
}

.category-dozator .product-info-item {
    max-width: 365px;
}

.card {
    background: url(../img/card-bg.png) right -100px no-repeat;
}

.card .breadcrumbs {
    margin: 0 0 25px;
    padding-top: 30px;
}

.card-block {
    margin-bottom: 150px;
}

.card-img {
    width: calc(50% - 160px);
    position: relative;
}

.card-img-prev-slider {
    position: absolute;
    z-index: 1000;
    left: 10px;
    bottom: 10px;
    width: calc(57px * 3 + 10px);
}

.card-img-prev-slider-item {
    background: #EFF5FD;
    border-radius: 5px;
    width: 57px;
    height: 73px;
    margin-right: 5px;
    border: 1px solid #F0F0F0;
    cursor: pointer;
    padding: 5px;
}

.card-img-prev-slider-item.slick-current {
    border: 1px solid #C9D7E9;
}

.card-img-prev-slider-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.card-img-slider {
    width: 100%;
}

.card-img-slider-item {
    background: #E9EDF4;
    border: 1px solid #C9D7E9;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 60px 0;
height:auto;
}

.card-img-slider img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    display: table;
    max-height: 650px;
}

.card-info {
    width: 50%;
}

.card-info h1 {
    font-size: 36px;
    margin-bottom: 40px;
}

.card-info-detail .col-2 {
    width: calc(50% - 20px);
}

.card-info-detail-block {
    font-size: 16px;
    margin-bottom: 40px;
}

.card-info-detail-block.slideblock {
    margin-bottom: 20px;
}

.card-info-detail-block.slideblock .card-info-detail-block-text {
    display: none;
    margin-bottom: 20px;
}

.card-info-detail-block.slideblock.active .card-info-detail-block-text {
/*display: block;*/
}

.card-info-detail-block.slideblock.active h4:after {
    -webkit-animation: hide 1s forwards;
    animation: hide 1s forwards;
}

.card-info-detail-block.slideblock h4 {
    position: relative;
    padding-left: 43px;
    cursor: pointer;
}

.card-info-detail-block.slideblock h4:before {
    left: 0;
    top: 13px;
    width: 20px;
    height: 2px;
    background: #00AEEF;
}

.card-info-detail-block.slideblock h4:after {
    -webkit-animation: show 1s forwards;
    animation: show 1s forwards;
    left: 0;
    top: 13px;
    width: 20px;
    height: 2px;
    background: #00AEEF;
    transform: rotate(90deg);
}

.card-info-params {
    margin-bottom: 40px;
}

.card-info-params-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    margin-bottom: 10px;
}

.card-info-params-row div:first-child {
    width: 150px;
    margin-right: 10px;
}

.card-info-params-row div:last-child {
    width: calc(100% - 160px);
}

.card .similar {
    margin-bottom: 50px;
}

.card .similar h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

ul {
    list-style: none;
}

ul li {
    padding-left: 20px;
    position: relative;
}

ul li:before {
    width: 10px;
    height: 10px;
    background: url(../img/marker.svg) center center no-repeat;
    top: 6px;
    left: -1px;
}

.header-nav-mobile {
    display: none;
}

.logo-mobile, .burger {
    display: none;
}

@keyframes b_1_1 {
    0% {
        top: 0;
        transform: rotate(0deg);
    }
    100% {
        top: 6px;
        transform: rotate(45deg);
    }
}

@keyframes b_1_0 {
    0% {
        top: 6px;
        transform: rotate(45deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes b_2_1 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes b_2_0 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes b_3_1 {
    0% {
        bottom: 0;
        transform: rotate(0deg);
    }
    100% {
        bottom: 6px;
        transform: rotate(-45deg);
    }
}

@keyframes b_3_0 {
    0% {
        bottom: 6px;
        transform: rotate(-45deg);
    }
    100% {
        bottom: 0;
        transform: rotate(0deg);
    }
}

.card-info-detail-block table td td {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.card-info-detail-block table tr td td:nth-child(odd) {
    display: none;
}

.card-info-detail-block table tr td td:before {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/marker.svg) center center no-repeat;
    top: 6px;
    left: -1px;
}

.slick-slide img {
    object-fit: contain;
}

.modal-form {
    background: #EFF5FD;
    max-width: 1000px;
    margin: auto;
    position: relative;
    padding: 80px 210px;
}

.modal-form h2 {
    text-align: center;
    margin-bottom: 10px;
}

.modal-form .sub-title {
    text-align: center;
    margin-bottom: 40px;
}

.mfp-close-btn-in .mfp-close {
    background: url(../img/popup-close.svg) center center no-repeat;
    font-size: 0;
    width: 20px;
    height: 20px;
    top: 30px;
    right: 30px;
}

.form-result {
    padding-top: 40px;
}

h3 {
    padding-bottom: 0 !important;
}

.form input[type="text"].hasError, .form input[type="email"].hasError, .form input[type="password"].hasError, .form input[type="phone"].hasError, .form input[type="date"].hasError, .form textarea.hasError {
	background: #ffd6d6;
}

.form-row.hasError {
    color: red;
}
.block-caption h2 {
    margin-bottom: 0;
}
.block-caption {
    margin-bottom: 40px;
}
.footer-social-block {max-width:150px;}