.main-index {
    padding: 0;
    width: auto;
    max-width: initial;
}
.section {
    padding: 55px 30px 55px;
}
.main-catalog {
    padding-top: 72px;
    padding-bottom: 93px;
}
.section .block {
    padding: 0!important;
}
.section--fullgrey {
    background-color: #eee;
}
.h-line {
    position: relative;
}
.h-line::before {
    content: " ";
    position: absolute;
    width: 107px;
    height: 3px;
    background-color: #212529;
    bottom: 0;
    left: 0;
}
.section__block {
    width: 100%;
    max-width: 1263px;
    margin: 0 auto;
    position: relative;
}
.section--red {
    padding: 90px 30px 104px;
    background-color: #A5C6C6;
}
.section--red .h-line::before {
    background-color: #fff;
}
.section h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 106.1%;
    padding-bottom: 24px;
    margin-bottom: 61px;
}
.section--red h2 {
    color: #fff;
}
@media(max-width:1263px) {
    .section--red {
    padding-top: 80px;
    padding-bottom: 90px;
}
.section {
    padding-left: 25px;
    padding-right: 25px;
}
.section h2 {
    font-size: 30px;
}
}@media(max-width:768px) {
    .section h2 {
    font-size: 24px;
    line-height: 106.1%;
    padding-bottom: 18px!important;
    margin-bottom: 36px;
}
.section {
    padding-top: 36px;
    padding-bottom: 36px;
}
.section--red {
    padding-top: 41px;
    padding-bottom: 50px;
}
}.section--grey {
    background: #f8f9fa;
}
.excellence {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.excellence__icon {
    width: 50px;
    margin-right: 10px;
    flex: none;
}
.excellence__icon svg {
    max-width: 100%;
    height: auto;
}
.excellence__item {
    width: 33.3%;
    padding-right: 12px;
    margin-bottom: 36px;
    display: flex;
}
.excellence__name {
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 14px;
}
.excellence__text {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    max-width: 90%}
@media(max-width:1263px) {
    .excellence__name {
    height: auto;
}
}@media(max-width:992px) {
    .excellence__item {
    width: 50%}
}@media(max-width:768px) {
    .excellence {
    margin-bottom: -20px;
}
.excellence__item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
}
.excellence__name {
    font-size: 20px;
    line-height: 24px;
}
.excellence__text {
    max-width: initial;
    margin-left: -60px;
}
.excellence__icon {
    width: 45px;
    margin-right: 15px;
}
}.client__slider {
    height: 115px;
    overflow: hidden;
    display: flex;
    opacity: 0;
    transition: opacity .3s ease;
}
.client__slider.slick-initialized {
    opacity: 1;
    overflow: visible;
}
.client__slider .item {
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    height: 115px;
}
.client__slider .item img {
    max-width: 100%;
    max-height: 105px;
    width: auto;
}
.slider-item .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    font-size: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    border-radius: 30px;
    z-index: 2;
    transition: box-shadow .3s, opacity .3s ease;
}
.slider-item .slick-arrow.slick-disabled {
    opacity: .5;
    pointer-events: none;
}
.slider-item .slick-arrow.slick-prev {
    left: -64px;
    padding-right: 3px;
}
.slider-item .slick-arrow.slick-next {
    right: -64px;
    padding-left: 3px;
}
.slider-item .slick-arrow.slick-next svg {
    transform: rotate(180deg);
}
.slider-item .slick-arrow:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
@media(max-width:1440px) {
    .slider-item .slick-arrow.slick-prev {
    left: 0;
}
.slider-item .slick-arrow.slick-next {
    right: 0;
}
.slider-item {
    padding: 0 64px;
}
}@media(max-width:560px) {
    .slider-item {
    padding: 0;
}
.slider-item .slick-arrow.slick-prev {
    right: 56px;
    left: inherit;
}
.slider-item .slick-arrow {
    top: 0;
    top: -90px;
    transform: translateY(0);
}
}@media(max-width:560px) {
    .slider-item .slick-arrow {
    width: 30px;
    height: 30px;
    top: -54px;
}
.slider-item .slick-arrow svg {
    transform: scale(.6);
}
.slider-item .slick-arrow.slick-prev {
    right: 38px;
}
.slider-item .slick-arrow.slick-next svg {
    transform: rotate(180deg) scale(.6);
}
}.main-info {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 32px 84px 36px;
    text-align: center;
    font-size: 21px;
    box-shadow: 0 0 15px 0 #a39a9a;
    z-index: 20;
    transition: opacity .3s ease;
}
.main-info.is-hidden {
    opacity: 0;
    pointer-events: none;
}
.main-info__close {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
}
.main-info__close:hover {
    opacity: 1;
}
.main-info__close:after, .main-info__close:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #000;
}
.main-info__close:before {
    transform: rotate(45deg);
}
.main-info__close:after {
    transform: rotate(-45deg);
}
@media(max-width:768px) {
    .main-info {
    padding: 25px;
    font-size: 22px;
    top: 0;
    z-index: 9000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
}.manufacture {
    padding-bottom: 105px;
}
@media(max-width:768px) {
    .manufacture {
    padding-bottom: 0;
}
}.lines__slider {
    height: 272px;
    overflow: hidden;
    margin: 0 -17px;
    opacity: 0;
    transition: opacity .3s ease;
}
.lines__slider.slick-initialized {
    opacity: 1;
    overflow: visible;
}
.lines__img {
    height: 192px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 2px 2px 0 0;
}
.lines__slider .slick-slide {
    padding: 7px 17px 9px;
}
.lines__item {
    display: block;
    background: #fff;
    box-shadow: 1px -1px 5px rgba(0, 0, 0, .1);
    border-radius: 2px;
    transition: box-shadow .3s ease;
}
.lines__item:hover {
    box-shadow: none;
}
.lines__name {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    line-height: 17px;
    background: #f8f9fa;
    border: 1px solid #f8f9fa;
    color: #000;
    height: 64px;
}
@media(max-width:1450px) {
    .lines__slider {
    margin-right: -10px;
    margin-left: -10px;
}
.lines__slider .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}
.lines__img {
    height: 172px;
}
}@media(max-width:1200px) {
    .lines__img {
    height: 210px;
}
}@media(max-width:992px) {
    .lines__img {
    height: 33vw;
}
.lines__slider {
    height: auto;
}
}@media(max-width:560px) {
    .lines__name {
    min-height: 78px;
    height: auto;
}
.lines__img {
    height: 28vw;
}
}@media(max-width:420px) {
    .lines__img {
    height: 53vw;
}
}.lines__item--liders .lines__img {
    height: 250px;
    background-repeat: no-repeat;
    background-size: auto 100%}
.lines__slider--liders {
    height: 330px;
}
@media(max-width:768px) {
    .lines__slider--liders {
    height: auto;
}
.lines__item--liders .lines__img {
    height: 35vw;
}
}@media(max-width:560px) {
    .lines__slider--liders {
    padding-top: 40px;
}
.lines__slider--liders .slider-item .slick-arrow {
    top: 0;
}
.lines__slider--liders .slider-item .slick-arrow.slick-prev {
    right: 42px;
    padding-top: 3px;
}
.lines__slider--liders .slider-item .slick-arrow.slick-next {
    right: 6px;
    padding-top: 3px;
}
}@media(max-width:420px) {
    .lines__item--liders .lines__img {
    height: 79vw;
}
}.item-contact--phone {
    text-align: center;
}
.bottom-footer .item-contact--phone span a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.item-contact--phone .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer .block {
    width: auto;
    max-width: 1720px;
}
footer {
    padding: 0 58px;
}
.policy {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-top: 25px;
    display: inline-flex;
}
.bottom-footer .social a .fa-instagram {
    background-color: #fff;
}
.bottom-footer .social a .fa-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bottom-footer .social {
    width: 172px;
    margin-top: 18px;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.bottom-footer .social a {
    margin-right: 10px;
    margin-bottom: 10px;
}
@media(max-width:1400px) {
    footer {
    padding: 0;
}
footer .block {
    padding-left: 25px;
    padding-right: 25px;
}
.top-footer {
    padding-top: 80px;
    padding-bottom: 62px;
    padding-left: 30px;
    padding-right: 30px;
}
.bottom-footer {
    padding-top: 80px;
    padding-bottom: 62px;
    padding-left: 30px;
    padding-right: 30px;
    flex-wrap: wrap;
}
.bottom-item {
    margin: 0 0 25px 0;
}
}@media(max-width:1200px) {
    .bottom-item:nth-child(5) {
    width: 318px;
}
.bottom-item {
    width: calc((100% - 318px)/ 3);
    padding-right: 25px;
}
.bottom-item:last-child {
    padding-right: 0;
}
.bottom-footer .logo {
    margin: 0 auto 10px;
}
.bottom-item:nth-child(1) {
    width: 100%;
    text-align: center;
}
}@media(max-width:997px) {
    .top-footer {
    padding-top: 48px;
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
}
.bottom-footer {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 0;
    padding-right: 0;
}
}@media(max-width:992px) {
    .bottom-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
}
.bottom-footer .item-social {
    border: 0;
    padding: 0;
    margin-top: 0;
}
.bottom-item:nth-child(1) {
    margin-bottom: 23px;
}
.bottom-item:nth-child(3) {
    margin-bottom: 0;
}
.bottom-item {
    margin-bottom: 43px;
    padding-right: 0;
    width: 320px;
}
.bottom-footer .social {
    margin: 0 auto 0;
}
}@media(max-width:575.98px) {
    .bottom-item:last-child {
    width: 100%;
    margin-bottom: 0;
}
.bottom-footer {
    padding-top: 0;
    padding-bottom: 29px;
}
.bottom-footer .item-contact--phone span a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.bottom-footer .contact span {
    margin-bottom: 20px;
}
.bottom-footer .social a {
    margin: 0;
}
.bottom-footer .social {
    width: 240px;
    justify-content: space-between;
    align-items: center;
    margin-top: 42px;
}
.bottom-footer .item-social {
    margin-bottom: 40px;
}
.bottom-footer .item-social p {
    margin-bottom: 0;
}
.bottom-item.item-social a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.bottom-item:nth-child(2) {
    display: none;
}
.bottom-footer .logo {
    width: 202px;
    height: 49px;
}
.bottom-footer .small-text br {
    display: none;
}
.bottom-footer .small-text {
    font-size: 13px;
    line-height: 170%;
    text-align: center;
    letter-spacing: -.01em;
    color: #989898;
}
.bottom-item {
    width: 100%}
.bottom-footer .sub_news_form__cotainer input[type=text] {
    width: 100%}
.bottom-footer .sub_news_form__cotainer input[type=submit] {
    width: 100%}
.sub_news_form__cotainer {
    padding: 0 10px;
}
.sub_news_form__cotainer p {
    font-weight: 500;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: -.01em;
}
.policy {
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: -.01em;
}
}.mproject__slider .slick-slide {
    padding: 5px 10px;
}
.mproject__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 107px;
    display: none;
}
.mproject__item {
    padding: 12px 15px;
    height: 138px;
    background: #fff;
    box-shadow: 1px -1px 10px rgba(0, 0, 0, .05);
    border-radius: 2px;
}
.mproject__img img {
    max-width: 100%;
    max-height: 100%}
.mproject__date {
    font-size: 10px;
    line-height: 12px;
    color: #919191;
    margin-top: 5px;
}
.mproject__name {
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
    min-height: 36px;
    color: #000;
}
.mproject__country {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    margin-top: 5px;
}
@media(max-width:560px) {
    .mproject__img {
    display: none;
}
}.map-img {
    display: flex;
    align-items: center;
    height: 44vw;
    background-size: cover;
    background-position: center;
}
.map-img__title span {
    padding: 5px 37px;
    background: rgba(165, 198, 198, .85);
}
.map-img__title {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 55px;
    line-height: 120%;
    letter-spacing: .03em;
    color: #fff;
}
@media(max-width:1400px) {
    .map-img__title {
    font-size: 40px;
}
}.section--pt0 {
    padding-top: 0;
}
#mproject {
    position: relative;
    margin-top: -80px;
    padding-bottom: 16px;
}
#mproject::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 185px;
    background: #f8f9fa;
}
#mproject h2 {
    display: none;
}
@media(max-width:992px) {
    #mproject {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 0;
}
#mproject::before {
    display: none;
}
#mproject h2 {
    display: block;
}
}#mainMap {
    margin-top: 0;
}
.section .menu-tiles {
    max-width: 100%}
.articles-slider .slick-slide {
    padding: 0 15px;
}
.articles-slider .article-anchor {
    width: 100%}
.articles-slider {
    padding-left: 0;
    padding-right: 60px;
    margin-left: -15px;
}
.articles-slider .article__date {
    order: 3;
    margin-top: 26px!important;
    position: relative;
    margin-bottom: 0!important;
}
.articles-slider .slick-arrow.slick-prev {
    left: -55px;
}
.articles-slider .slick-arrow.slick-next {
    right: 5px;
}
.articles-slider .slick-arrow.slick-next svg {
    transform: rotate(180deg);
}
.slick-arrow {
    outline: 0;
}
.articles-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    font-size: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    border-radius: 30px;
    transition: box-shadow .3s ease;
}
.articles-slider .slick-arrow:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
.articles-slider .article__date::before {
    content: " ";
    position: absolute;
    top: -13px;
    left: 0;
    background-color: red;
    height: 2px;
    width: 40px;
}
.articles-slider .article-anchor article {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #f8f9fa;
    -webkit-box-shadow: 0 0 5px 0 #dbdbdb;
    -moz-box-shadow: 0 0 5px 0 #dbdbdb;
    box-shadow: 0 0 5px 0 #dbdbdb;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    transition: background-color .3s, box-shadow .3s ease;
}
.articles-slider .article-anchor article:hover {
    box-shadow: 0 0 8px -3px #6b6b6b;
    background-color: #f5f5f5;
}
.articles-slider .article-anchor article:hover .article__title {
    color: #e30613;
}
.articles-slider .article__preview {
    display: block;
    color: #000!important;
    height: 62px;
    overflow: hidden;
    display: block;
}
@media(min-width:1200px) {
    .articles-slider.slider-item .slick-arrow.slick-next {
    right: 0;
}
}@media(max-width:1440px) {
    .articles-slider {
    padding-left: 60px;
}
.articles-slider.slider-item .slick-arrow.slick-prev {
    left: 0;
}
}.header__fixed {
    position: fixed;
    z-index: 15;
    width: 100%;
    top: 0;
    left: 0;
    padding: 14px 0;
    background: #f8f9fa;
    transition: transform .3s ease;
    transform: translateY(-100%);
}
.header__fixed.is-active {
    transform: translateY(0);
}
.header__fixed .logo {
    width: 80px;
    margin-right: 30px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.header__fixed .logo a {
    display: block;
    width: 100%}
.header__fixed .logo a img {
    width: 100%}
.header__fixed .container-fluid {
    display: flex;
    align-items: center;
}
.header__fixed .menu {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    padding-left: 130px;
    padding-right: 25px;
}
.header__fixed .menu ul {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    justify-content: space-between;
}
.header__fixed .menu ul li {
    margin: 0 35px;
}
.header__fixed .menu ul li a {
    transition: color .3s ease;
}
.header__fixed .menu ul li a:hover {
    color: #A5C6C6;
}
@media(max-width:992px) {
    body {
    padding-top: 70px;
}
.header__block {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
.menu-adaptive {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}
}@media (max-width:885px) {
    body {
    padding-top: 120px;
}
}@media (max-width:560px) {
    body {
    padding-top: 110px;
}
}.language__img img {
    margin-right: 10px;
    max-width: 24px;
}
.language__img {
    cursor: pointer;
    font-size: 14px;
    height: 37px;
    display: flex;
    align-items: center;
    padding: 0 11px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.language__title {
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.language__title.is-active .icon-ar {
    transform: rotate(180deg);
}
.language .mobile {
    display: none;
}
.language__main .language__img {
    height: auto;
    margin: 0;
    width: auto;
    padding: 0;
}
.language__main img:first-child {
    height: 22px;
}
@media(max-width:768px) {
    .header__info .freeCallRussia {
    display: none!important;
}
.language__main img:last-child {
    margin-left: 10px;
}
.language__main {
    display: flex;
    align-items: center;
}
.language .mobile {
    display: block;
}
}.icon-ar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    transition: transform .3s ease;
}
.icon-ar svg {
    transform: scale(.8) rotate(90deg);
}
.language {
    position: relative;
    width: 87px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 25px;
    padding-left: 10px;
}
.language__body.is-active {
    opacity: 1;
    pointer-events: auto;
}
.language__body {
    padding: 5px 0;
    max-height: 255px;
    overflow-y: auto;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    right: 0;
    top: 100%;
    z-index: 5;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 5;
    background-color: #fff;
    min-width: inherit;
    -webkit-box-shadow: 0 0 12px 0 rgba(237, 28, 36, .2);
    -moz-box-shadow: 0 0 12px 0 rgba(237, 28, 36, .2);
    box-shadow: 0 0 12px 0 rgba(237, 28, 36, .2);
}
@media(max-width:992px) {
    .language {
    margin-right: 0;
}
}@media(max-width:560px) {
    .language {
    width: 70px;
    padding-left: 0;
    height: 40px;
}
}@media(max-width:360px) {
    .header .logo {
    width: 99px;
}
.language__title {
    font-size: 12px;
}
}.skiptranslate {
    display: none!important;
}
body {
    top: 0!important;
}
.goog-text-highlight {
    background-color: transparent!important;
    box-shadow: none!important;
}
font {
    display: block;
}
font+br {
    display: none;
}
@media(max-width:560px) {
    .freeCallRussia span {
    display: none;
}
}.tab-block__control {
    display: flex;
    margin-top: -50px;
}
.tab-block__control .block {
    display: flex;
    align-items: center;
}
.tab-block__link {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    height: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 131%;
    letter-spacing: .03em;
    color: #000;
    padding: 5px 26px;
    transition: background-color .3s ease;
}
.tab-block__link::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    opacity: 0;
    right: 0;
    pointer-events: none;
    background-color: #A5C6C6;
    transition: opacity .3s ease;
}
.tab-block__wrap {
    display: none;
    padding: 60px 0 90px;
}
.tab-block__wrap.is-active {
    display: block;
}
.tab-block__link.is-active {
    background-color: #fff;
}
.tab-block__link:hover::before {
    opacity: 1;
}
.tab-block__link.is-active::before {
    opacity: 1;
}
.main-card {
    display: flex;
    position: relative;
    margin-top: 65px;
    padding-bottom: 120px;
}
.main-card::before {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 291px;
    background: linear-gradient(360deg, rgba(0, 0, 0, .06) 0, rgba(0, 0, 0, 0) 100%);
}
.main-card__info {
    width: 50%}
.main-card__table--link {
    margin-top: 40px;
    overflow-x: auto!important;
}
.main-card__desc .marquiz__container--inner {
    position: relative;
    top: inherit;
    margin: 23px 0 0;
}
.main-card__desc .magic-block--inner .magic-block__kwiz {
    width: 100%;
    display: flex;
    align-items: center;
}
.main-card__desc .magic-block--inner .marquiz__button {
    width: 287px;
    flex: none;
    padding-right: 25px;
}
.magic-block--inner .marquiz__button.marquiz__button--new {
    padding-left: 86px;
    padding-right: 15px;
    font-size: 11px;
}
.main-card__desc .magic-block--inner .magic-block__kwiz-title {
    font-size: 16px;
    line-height: 136%}
.detail-page .main-table {
    margin: 0;
    height: auto!important;
    width: 100%}
.detail-page {
    opacity: 0;
    overflow-x: hidden;
    transition: opacity .3s ease;
}
.detail-page.is-active {
    opacity: 1;
}
.detail-page table.main-table, .detail-page table.main-table td, .detail-page table.main-table th {
    border: 2px solid #fff;
}
.detail-page table.main-table tr:nth-child(odd) {
    background-color: #eee;
}
.detail-page table.main-table td, .detail-page table.main-table th {
    padding: 7px 10px;
}
.detail-page table.main-table tr:nth-child(even) {
    background-color: #f3f3f3;
}
.detail-page .main-table tr td {
    font-size: 16px;
    color: #000;
    line-height: 150%}
.main-card__info h2.pages {
    display: none;
}
.main-card__info h3.pages {
    display: none;
}
.main-card__info p {
    font-size: 16px;
    line-height: 150%}
.main-card__wrap {
    display: flex;
}
.main-card__wrap.block {
    max-width: 1230px;
}
.main-card__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}
.main-card__slider {
    width: 50%}
.main-card__slider .flag-status {
    display: none;
}
.main-card__btn {
    display: flex;
    margin-top: 40px;
}
.main-card__btn--more {
    margin-top: 24px;
}
.main-card__btn .info-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 133%;
    color: #A5C6C6;
}
.main-card__buy {
    width: 70%}
.main-card__buy {
    flex-grow: 1;
}
.main-card__print {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    margin-left: 24px;
    width: 186px;
    height: 45px;
    padding: 0;
}
.main-card__print a {
    width: 188px;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .12em;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    border-radius: 5px;
    transition: opacity .3s ease;
}
.main-card__print a:hover {
    opacity: .5;
}
.main-card__buy .get-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 2px solid #A5C6C6;
    background-color: #A5C6C6;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .12em;
    margin-left: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.main-card__table--link {
    overflow: hidden;
    transition: height .3s ease;
}
.main-card__slider-block {
    overflow: hidden;
}
@media(max-width:1200px) {
    .main-card__info {
    width: calc(100% - 440px);
    padding-left: 60px;
}
.main-card__slider-block {
    display: flex;
    flex-direction: column;
}
.main-card__btn .info-text {
    text-align: center;
}
.main-card__btn {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
}
.main-card__btn--more {
    flex-direction: row;
    align-items: center;
}
.main-card__buy {
    width: 100%}
.main-card {
    margin-top: 55px;
}
.detail-page .block {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
}
.main-card__slider {
    width: 440px;
}
}@media(max-width:1100px) {
    .main-card__desc .magic-block--inner .magic-block__kwiz {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.main-card__desc .magic-block--inner .marquiz__container {
    text-align: left;
    margin-top: 10px;
}
}@media(max-width:960px) {
    .main-card__wrap {
    display: block;
}
.main-card__info {
    width: 100%;
    padding-left: 0;
    margin-top: 45px;
}
.main-card__btn {
    flex-direction: row;
}
.main-card__buy {
    width: auto;
}
.main-card__print {
    width: 234px;
    margin: 0 0 0 20px;
    background-color: #fff;
}
.main-card__slider {
    width: 100%}
.main-card {
    margin-top: 55px;
    padding-bottom: 40px;
    margin-bottom: 15px;
}
}@media(max-width:640px) {
    .main-card__title {
    font-size: 28px;
    line-height: 134%}
.main-card {
    margin-top: 22px;
}
.main-card__btn {
    flex-direction: column;
}
.main-card__print {
    width: 100%;
    margin: 16px 0 0 0;
}
}@media(max-width:560px) {
    .main-card__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 25px;
}
.main-card__slider {
    position: relative;
}
.main-card__slider .flag-status {
    display: flex;
    position: absolute;
    z-index: 2;
    left: -2px;
    top: -2px;
    width: 70px;
}
/*.main-card__slider .flag-status img {
    max-width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
    max-width: 100%;
    height: auto;
    align-self: flex-start;
}
*/.main-card__btn .info-text {
    text-align: left;
}
.main-card__info p {
    font-size: 13px;
    line-height: 170%}
.main-card__info {
    display: flex;
    flex-direction: column;
    margin-top: 34px;
}
.main-card__btn {
    order: 1;
    margin-top: 0;
}
.main-card__btn--more {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-direction: row;
    width: calc(100% + 10px);
}
.main-card__btn--more .assessment {
    width: calc(35% - 10px);
    margin: 0 5px;
    flex: none;
}
.main-card__btn--more .btn {
    width: calc(65% - 10px);
    margin: 0 5px;
    flex: none;
}
.main-card__desc {
    order: 3;
}
.main-card {
    padding-bottom: 0;
    margin-bottom: 30px;
}
}@media(max-width:355px) {
    .main-card__btn--more .assessment {
    font-size: 11px;
}
.main-card__btn--more .btn {
    font-size: 11px;
}
}.more-link {
    cursor: pointer;
    display: inline-flex!important;
    margin-top: 14px;
    font-size: 16px;
    line-height: 150%;
    color: #A5C6C6;
    transition: opacity .3s ease;
}
.more-link:hover {
    color: #A5C6C6;
    opacity: .8;
}
.slick-for {
    float: left;
}
.slick-for .item img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.slick-nav {
    width: 100%;
    margin-right: 56px;
}
.slick-nav .slick-arrow {
    cursor: pointer;
    position: absolute;
    width: 77px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, .8);
    border: 0;
    outline: 0;
    transition: opacity .3s ease;
}
.slick-circle svg {
    display: block;
}
.slick-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    transition: background-color .3s ease;
}
.slick-nav .slick-arrow:hover .slick-circle {
    background-color: #A5C6C6;
}
.slick-nav .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}
.slick-nav .slick-prev .slick-circle {
    transform: rotate(180deg);
}
.slick-nav .slick-prev {
    top: 0;
}
.slick-nav .slick-next {
    bottom: 0;
}
.slick-nav .item img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.slick-nav .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 76px;
    height: 76px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.slick-nav {
    float: left;
    width: 77px;
    height: 450px;
    overflow: hidden;
}
.slick-for {
    width: 440px;
    height: 440px;
}
.slick-for .item {
    width: 440px;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:1500px) {
    .slick-for {
    width: 400px;
    height: 400px;
}
.slick-nav {
    width: 77px;
    margin-right: 15px;
}
}@media(max-width:1200px) {
    .slick-nav {
    float: none;
    order: 2;
    width: 100%;
    margin-right: 0;
    height: auto;
}
.slick-nav .slick-next .slick-circle {
    transform: rotate(-90deg);
}
.slick-nav .slick-prev .slick-circle {
    transform: rotate(90deg);
}
.slick-nav .slick-next {
    right: 0;
    left: initial;
}
.slick-for {
    float: none;
    order: 1;
}
.slick-nav .item {
    margin-bottom: 0;
}
.slick-nav .item {
    margin-right: 15px;
}
.slick-for {
    width: 440px;
    height: 440px;
}
}@media(max-width:960px) {
    .slick-for {
    width: 400px;
    height: 400px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.slick-for .item {
    width: 400px;
    height: 400px;
}
.slick-nav {
    width: 100%;
    margin: 0;
}
.header__info .freeCallRussia {
    font-size: 12px;
    line-height: 15px;
    display: none!important;
}
}@media(max-width:560px) {
    .slick-for {
    width: 100%;
    height: calc(100vw - 40px);
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 5px;
}
.slick-for .item {
    width: calc(100vw - 42px);
    height: calc(100vw - 42px);
}
.slick-nav .item {
    margin-right: 5px;
}
}@media(max-width:375px) {
    .slick-nav .item {
    margin-right: 5px;
    width: auto;
    height: 20vw;
}
.slick-nav .slick-next {
    bottom: 0;
    top: 0;
    height: 20vw;
}
.slick-nav .slick-prev {
    top: 0;
    height: 20vw;
}
}.detail-page .block {
    max-width: 1230px;
}
@media(max-width:560px) {
    .detail-page .block {
    padding: 0 20px;
}
}.video-item {
    height: 219px;
    margin-bottom: 30px;
}
.video-item iframe {
    width: 100%;
    height: 100%}
@media(max-width:1200px) {
    .video-item {
    height: 17vw;
    margin-bottom: 0;
    width: calc(33.3% - 30px);
    margin: 0 15px;
}
}@media(max-width:960px) {
    .video-item {
    height: 25vw;
    margin-bottom: 30px;
    width: calc(50% - 30px);
}
}@media(max-width:640px) {
    .video-item {
    height: 24vw;
    width: calc(50% - 20px);
    margin: 0 10px 20px;
}
}@media(max-width:640px) {
    .video-item {
    height: 49vw;
    width: calc(100% - 20px);
    margin: 0 10px 20px;
}
}.tab-video {
    float: left;
    width: 33.3%}
.tab-about ul {
    margin-left: 18px;
}
.tab-about ul li {
    list-style: inherit;
    padding-left: 10px;
    margin-bottom: 10px;
}
.tab-about {
    float: left;
    width: 66.7%;
    padding-right: 50px;
}
.tab p {
    margin-bottom: 13px;
}
.tab h2:first-child {
    margin-top: 0;
}
.tab h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    margin: 51px 0 25px;
}
@media(max-width:1200px) {
    .tab-block__wrap {
    padding: 40px 0 75px;
}
.tab-about {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 45px;
}
.tab-video {
    flex-wrap: wrap;
    float: none;
    width: auto;
    margin: 0 -15px -30px;
    display: flex;
}
}.tab-block__link--mobile {
    display: none;
}
@media(max-width:960px) {
    .tab-block__control {
    display: none;
}
.tab-block__link {
    display: none;
}
.tab-block__link--mobile svg {
    transition: transform .3s ease;
}
.tab-block__link--mobile {
    display: flex;
    position: relative;
    margin: 0 -30px;
    justify-content: space-between;
    height: 50px;
    background-color: #f3f3f3;
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 18px;
    line-height: 131%;
    letter-spacing: .03em;
}
.tab-block__link::before {
    display: none;
}
.tab-block__link--mobile.is-active svg {
    transform: rotate(180deg);
}
}@media(max-width:640px) {
    .tab-video {
    margin: 0 -10px -20px;
}
.tab-about {
    margin-bottom: 25px;
}
.tab-block__wrap {
    padding: 35px 0 45px;
}
}@media(max-width:560px) {
    .tab-block__link--mobile {
    font-weight: 600;
    font-size: 15px;
    line-height: 131%;
    letter-spacing: .02em;
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 3px;
}
.tab-block__link--mobile span {
    position: relative;
    z-index: 1;
}
.tab-block__link--mobile svg {
    position: relative;
    z-index: 1;
}
.tab-block__link--mobile::before {
    content: " ";
    position: absolute;
    display: block!important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #eee 0, rgba(238, 238, 238, 0) 100%);
    opacity: 0;
    height: 50px;
    pointer-events: none;
    transition: opacity .3s ease;
}
.tab-block__link--mobile.is-active::before {
    opacity: 1;
}
.tab-block__wrap {
    padding: 15px 20px 45px;
    margin: 0 -20px;
}
.tab-block__wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab-block__wrap .tech-block__main {
    padding-bottom: 0;
    margin-bottom: 0;
}
.tab {
    margin-bottom: 42px;
}
}.advantage__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 133%;
    color: #000;
}
.advantage {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px -38px;
}
.advantage__item {
    width: 50%;
    padding: 0 35px;
    margin-bottom: 38px;
}
.advantage__top svg {
    margin-right: 17px;
}
.advantage__text {
    padding-left: 7px;
}
.advantage__top {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
@media(max-width:960px) {
    .advantage__item {
    width: 100%}
}.section--grey {
    position: relative;
    background: 0 0;
}
.section--grey::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 546px;
    background: linear-gradient(360deg, rgba(0, 0, 0, .06) 0, rgba(0, 0, 0, 0) 100%);
    transform: rotate(-180deg);
}
.section-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 133%;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}
@media(max-width:768px) {
    .section-title {
    font-size: 22px;
    line-height: 119%}
}@media(max-width:560px) {
    .section h2 {
    padding-bottom: 8px!important;
    margin-bottom: 19px;
    font-size: 20px;
    line-height: 133%}
.section-title {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 133%}
.section {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
}
}.doc {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -40px;
}
.doc__item {
    display: flex;
    align-items: center;
    width: calc(25% - 30px);
    margin: 0 15px;
    margin-bottom: 40px;
}
.doc__size {
    font-size: 13px;
    line-height: 133%;
    color: #aaa;
}
.doc__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    transition: color .3s ease;
}
.doc__icon {
    margin-right: 17px;
}
.doc__icon svg path {
    fill: #aaa;
    transition: fill .3s ease;
}
.doc__item:hover .doc__title {
    color: #A5C6C6;
}
.doc__item:hover svg path {
    fill: #A5C6C6;
}
@media(max-width:1200px) {
    .doc__item {
    width: calc(33.3% - 30px);
}
}@media(max-width:960px) {
    .doc__item {
    width: calc(50% - 30px);
}
}@media(max-width:640px) {
    .doc__item {
    width: calc(100% - 30px);
}
}.tech-block {
    display: flex;
}
.tech-block__scheme {
    width: 33.3%}
.tech-block__main {
    width: 67.3%;
    padding-right: 60px;
}
.scheme__item {
    height: auto;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.scheme__item img {
    max-width: 100%;
    max-height: 100%}
.catalog-grid__slider .card {
    width: 100%;
    margin: 0 auto;
}
.card .card__image {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.card__main {
    display: block;
    color: inherit;
    text-decoration: none;
}
@media(max-width:1200px) {
    .tech-block__main {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
}
.tech-block {
    display: block;
}
.scheme {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tech-block__scheme {
    width: auto;
}
.scheme__item {
    width: calc(33.3% - 30px);
    margin: 0 15px;
}
}@media(max-width:960px) {
    .scheme__item {
    width: calc(50% - 30px);
}
}@media(max-width:640px) {
    .scheme__item {
    width: calc(100% - 30px);
}
}.year {
    display: flex;
    flex-wrap: wrap;
    margin-top: 46px;
}
.year--sort {
    margin-top: 0;
    margin-bottom: 46px;
}
.year__item {
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-right: 30px;
    color: #000;
    border: 0;
    background-color: transparent;
    border-bottom: 2px dashed #000;
    transition: color .3s, border-color .3s ease;
}
.year__item:hover {
    border-color: transparent;
}
.year__item.is-active {
    color: #A5C6C6;
    border-color: #A5C6C6;
}
.type-link {
    display: flex;
    flex-wrap: wrap;
    margin-top: 46px;
}
.type-link--sort {
    margin-top: 0;
    margin-bottom: 46px;
}
.type-link__item {
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-right: 30px;
    color: #000;
    border: 0;
    background-color: transparent;
    border-bottom: 2px dashed #000;
    transition: color .3s, border-color .3s ease;
}
.type-link__item:hover {
    border-color: transparent;
}
.type-link__item.is-active {
    color: #A5C6C6;
    border-color: #A5C6C6;
}
@media (max-width:800px) {
    .type-link__item {
    font-size: 16px;
    line-height: 20px;
    margin-right: 16px;
}
}.year__fixed {
    position: fixed;
    z-index: 5;
    background-color: #fff;
    top: 51px;
    height: 60px;
    display: flex;
    left: 0;
    z-index: 10;
    right: 0;
    align-items: center;
    transform: translateY(-150px);
    transition: transform .3s ease;
}
.year__fixed.is-active {
    transform: translateY(0);
}
.year__fixed .year {
    margin-top: 0;
}
@media(max-width:992px) {
    .year {
    margin-top: 40px;
}
.year__item {
    margin-right: 25px;
}
}@media(max-width:800px) {
    .year {
    margin-top: 0;
}
.year__item {
    font-size: 16px;
    line-height: 20px;
    margin-right: 16px;
}
.year__fixed {
    height: auto;
    top: 60px;
    flex-wrap: wrap;
    padding: 4px 0;
}
.year__fixed .block {
    padding: 0 30px;
}
}.button {
    display: inline-flex;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 18px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 5px;
    text-transform: uppercase;
    transition: border-color .3s, background-color .3s, color .3s;
    width: auto;
    height: auto;
}
.button--white-out {
    border-color: #fff;
    color: #fff;
}
.project {
    margin-top: 46px;
}
.project__section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 80px;
}
.project__text {
    margin-bottom: 14px;
}
.project__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background-color: rgba(237, 27, 36, .9);
    z-index: 5;
    padding: 15px;
    position: absolute;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease;
}
.project__item {
    position: relative;
    height: 301px;
    width: calc(25% - 20px);
    margin: 0 10px 20px;
}
.project__year {
    position: relative;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 17px;
}
.project__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 10px;
    background-position: center;
    background-size: cover;
}
.project__body::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 111px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    opacity: .68;
}
.project__name {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.project__item:hover .project__info {
    opacity: 1;
    pointer-events: auto;
}
@media(max-width:1499.98px) {
    .project__item {
    width: calc(33.3% - 20px);
    height: 356px;
}
}@media(max-width:1199.98px) {
    .project__item {
    width: calc(33.3% - 20px);
    height: 296px;
}
}@media(max-width:991.98px) {
    .project__item {
    width: calc(50% - 20px);
    height: 335px;
}
.project {
    margin-top: 35px;
}
}@media(max-width:768px) {
    .project__item {
    width: calc(100% - 20px);
    height: 335px;
}
}@media(max-width:560px) {
    .project__item {
    height: 88vw;
}
}.main-projects {
    margin-top: 95px;
    margin: 0;
    max-width: inherit;
}
.block-qwiz .marquiz__button::after {
    display: none;
}
.block-qwiz .marquiz__button {
    text-transform: uppercase;
    background-color: transparent!important;
    font-family: Montserrat;
    letter-spacing: .03em;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    width: 264px;
    height: 48px;
    border: 2px solid #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: none!important;
    transition: all .3s ease;
}
.block-qwiz .marquiz__button:hover {
    background-color: #000!important;
    border-color: #000;
}
.block-qwiz .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.block-qwiz {
    display: flex;
    align-items: center;
    margin: -40px 0 -30px;
    height: 160px;
    background-color: #A5C6C6;
}
.block-qwiz .marquiz__container {
    width: auto;
}
.block-qwiz__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .03em;
    color: #fff;
}
@media(max-width:1200px) {
    .block-qwiz .block {
    flex-direction: column;
    text-align: center;
}
.block-qwiz {
    display: flex;
    align-items: center;
    margin: -40px 0 -40px;
    height: auto;
    background-color: #A5C6C6;
    padding: 25px 10px;
}
.block-qwiz__text {
    margin-bottom: 15px;
}
}@media(max-width:630px) {
    .block-qwiz {
    margin: 0;
}
}#catalog {
    position: relative;
}
.marquiz__container {
    display: flex;
    justify-content: flex-end;
}
@media(max-width:1100px) {
    .marquiz__container {
    justify-content: center;
}
}.marquiz__container--inner {
    position: absolute;
    right: 0;
    top: 35px;
    width: auto!important;
}
.catalog-kwiz h1 {
    padding-right: 300px;
}
.catalog-kwiz #productListCrumbsRow {
    padding-right: 300px;
}
.marquiz__container--inner .marquiz__button::after {
    display: none;
}
.marquiz__container--inner .marquiz__button {
    text-transform: uppercase;
    background-color: transparent!important;
    font-family: Montserrat;
    letter-spacing: .03em;
    color: #A5C6C6!important;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    border: 2px solid #A5C6C6;
    transition: all .3s ease;
    padding: 15px 31px;
}
@media(max-width:768px) {
    .marquiz__container--inner {
    position: relative;
    top: 0;
}
.marquiz__container--inner .marquiz__button {
    width: 270px;
    height: 48px;
    padding: 14px 17px;
}
.catalog-kwiz h1 {
    padding-right: 0;
}
.catalog-kwiz #productListCrumbsRow {
    padding-right: 0;
}
}.marquiz__container--mobile {
    display: none;
}
@media(max-width:560px) {
    .marquiz__container--mobile {
    display: block;
    margin-bottom: 46px;
    padding: 0 20px;
}
.filter-open~.marquiz__container--mobile {
    padding: 0;
}
.marquiz__container--mobile .magic-block--inner .magic-block__kwiz-title {
    margin-left: 0;
    margin-right: 0;
}
.marquiz__container--mobile.magic-block--inner .magic-block__kwiz {
    width: 100%;
    padding: 0;
}
.marquiz__container--mobile .magic-block--inner .magic-block__kwiz-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 136%}
.top-page--line .marquiz__container {
    display: none!important;
}
.top-page--line .marquiz__container.marquiz__container--new {
    display: block!important;
}
.top-page--line .marquiz__container.marquiz__container--new .marquiz__container {
    display: flex!important;
    justify-content: flex-start;
}
.top-page--line .marquiz__container.marquiz__container--new .magic-block__kwiz {
    padding: 0;
}
.top-page--line .marquiz__container.marquiz__container--new .marquiz__button--new {
    font-size: 10px;
}
.main-card__info .marquiz__container {
    display: none!important;
}
}.btn--grey-out {
    font-weight: 500;
    font-size: 12px;
    line-height: 140.62%;
    letter-spacing: .03em;
    border: 1px solid #414347;
    box-sizing: border-box;
    border-radius: 3px;
}
.btn--grey-out:hover {
    color: #fff;
    background-color: #A5C6C6;
    border-color: #A5C6C6;
}
.btn--grey {
    color: #fff;
    background-color: #343a40;
}
.btn--grey:hover {
    color: #fff;
    background-color: #A5C6C6;
    border-color: #A5C6C6;
}
.filter__section-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 141%;
    color: #414347;
    margin-bottom: 18px;
}
.filter__field {
    margin-bottom: 15px;
}
.filter__field:last-child {
    margin-bottom: 0;
}
.filter__section {
    margin-bottom: 40px;
}
.filter__section--hide {
    display: none;
}
.filter__btn {
    margin-top: 50px;
}
.filter__btn .btn {
    width: 100%;
    height: 45px;
}
.filter__close {
    display: none;
}
.filter__title {
    display: none;
}
.filter__select .select2-container {
    width: 100%!important;
}
.filter__select .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    height: 45px;
    width: 100%!important;
    border-width: 0;
}
.filter__select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}
.filter__select .select2-container--default .select2-selection--single::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #414347;
}
@media(max-width:1200px) {
    .filter__title {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 141%;
    color: #414347;
    letter-spacing: .03em;
    margin-bottom: 20px;
}
.filter__close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 58px;
    right: 30px;
}
.filter__close svg {
    display: block;
}
.filter {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 50000;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.filter__section {
    background: #f2f3f4;
    border-radius: 3px;
    padding: 18px 15px;
    margin-bottom: 20px;
}
.filter__main {
    position: relative;
    padding: 50px 30px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    height: 100%;
    overflow-y: auto;
    transition: transform .3s ease;
    transform: translateX(100%);
}
.filter.is-active {
    opacity: 1;
    pointer-events: auto;
}
.filter.is-active .filter__main {
    transform: translateX(0);
}
.filter__btn {
    margin-top: 30px;
}
.filter__btn .btn {
    color: #fff;
    background: #414347;
    border: 1px solid #414347;
}
}.check {
    display: inline-flex;
    position: relative;
    align-items: center;
}
.check__control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    margin-right: 12px;
    transition: background-color .3s, border-color .3s ease;
}
.check__control svg {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.check input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.check input[type=checkbox]:checked~.check__control {
    background-color: #A5C6C6;
    border-color: #A5C6C6;
}
.check input[type=checkbox]:checked~.check__control svg {
    opacity: 1;
}
@media(min-width:993px) {
    .check input[type=checkbox]:hover~.check__control {
    background-color: #A5C6C6;
    border-color: #A5C6C6;
}
}.check__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 141%;
    color: #414347;
}
.section-filter {
    display: flex;
}
.section-filter-aside {
    width: 300px;
}
.section-filter-body {
    padding-left: 56px;
    width: calc(100% - 300px);
}
.section-filter-body .catalog-grid {
    margin-top: 0;
}
@media(max-width:1200px) {
    .section-filter {
    flex-direction: column;
}
.section-filter-aside {
    width: 100%}
.section-filter-body {
    padding-left: 0;
    width: 100%}
}.filter-open {
    display: none;
}
@media(max-width:1200px) {
    .filter-open {
    font-weight: 500;
    font-size: 12px;
    color: #212529;
    line-height: 141%;
    letter-spacing: .03em;
    text-transform: uppercase;
    border: 1px solid #212529;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    margin-bottom: 30px;
}
.filter-open svg {
    margin-left: 8px;
}
}@media(max-width:560px) {
    .filter-open {
    height: 40px;
    margin-bottom: 42px;
    font-weight: 500;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: -.01em;
}
}.assessment {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-family: Montserrat;
    outline: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    padding: 5px;
    line-height: 15px;
    color: #A5C6C6;
    border: 2px solid #A5C6C6;
    border-radius: 5px;
    background-color: transparent;
    flex-grow: 1;
    transition: background-color .3s, color .3s ease;
}
.assessment:hover {
    color: #fff;
    background-color: #A5C6C6;
}
@media(max-width:1200px) {
    .assessment {
    height: 45px;
}
}@media(max-width:640px) {
    .assessment {
    height: auto;
    width: 100%;
    padding: 13px 5px;
}
}.ask-form-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 134.5%;
    color: #000;
}
.ask-form-text {
    font-size: 14px;
    line-height: 150%;
    margin-top: 14px;
}
.modal input[type=submit].btn--red {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    background-color: #A5C6C6;
    border: 2px solid transparent;
}
.main-card__price {
    display: flex;
    align-items: center;
    display: none;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    color: #000;
    margin-bottom: 30px;
}
.main-card__price-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.main-card__price-body .stock-value {
    display: inline-block;
    color: #A5C6C6;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: lowercase;
    border: 1px solid #A5C6C6;
    border-radius: 5px;
    padding: 3px 12px;
}
.main-card__price-body .old-price {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-decoration: line-through;
    color: rgba(0, 0, 0, .65);
}
.main-card__price-body {
    padding-left: 18px;
}
@media(max-width:1200px) {
    .main-card__price {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 25px;
}
}@media(max-width:560px) {
    .main-card__price {
    display: block;
    display: none;
}
.main-card__price-body {
    padding-left: 0;
    margin-top: 2px;
}
}.articles-inner .article__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.articles-inner .article .article__title {
    transition: color .3s ease;
}
.articles-inner .article .article__preview {
    transition: color .3s ease;
}
.articles-inner .article:hover .article__title {
    color: #A5C6C6;
}
.articles-inner .article:hover .article__preview {
    color: #A5C6C6;
}
.articles-inner .article .article__date {
    color: rgba(0, 0, 0, .4);
    width: auto;
    margin-bottom: 0;
}
.articles-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    column-count: initial;
    column-gap: inherit;
}
.articles-inner .articles__col {
    width: 50%;
    padding: 0 15px;
}
.articles-inner .article__block {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
@media(max-width:768px) {
    .articles-inner .article__block {
    width: 100%}
}.articles-inner .article .article__body {
    padding-right: 25px;
}
.articles-inner .article .article__top {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, .4);
    margin-bottom: 22px;
}
.articles-inner .article .article__preview {
    margin-top: 14px;
}
.articles-inner .article .article__top b {
    color: #000;
}
.article-more {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    opacity: .4;
    transition: color .3s ease;
}
.article-more svg {
    stroke: #000;
    opacity: .4;
}
.p-category {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
    margin-top: 23px;
}
.p-category__body {
    transition: margin .3s ease;
    margin-bottom: -27px;
}
.p-category__item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 10px;
    height: 100px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    background-color: #f2f3f4;
    border-radius: 5px;
    width: calc(33.3% - 28px);
    margin: 0 14px 14px;
    transition: background-color .3s, color .3s;
}
.p-category__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    margin-top: 11px;
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease;
}
.p-category__link svg {
    margin-left: 5px;
}
@media(min-width:992px) {
    .p-category__item:hover {
    background-color: #A5C6C6;
    color: #fff;
}
.p-category__item:hover .p-category__body {
    margin-bottom: 0;
}
.p-category__item:hover .p-category__link {
    opacity: 1;
}
}@media(max-width:1200px) {
    .p-category__item {
    font-size: 16px;
    width: calc(33.3% - 10px);
    margin: 0 5px 10px;
}
.p-category__item br {
    display: none;
}
.p-category {
    margin: 0 -5px;
}
}@media(max-width:767px) {
    .p-category__item {
    font-size: 15px;
    height: auto;
    padding: 15px 10px;
}
.p-category__body {
    margin-bottom: 0;
}
.p-category__link {
    display: none;
}
}@media(max-width:560px) {
    .p-category__item {
    font-weight: 600;
    font-size: 15px;
    line-height: 131%;
    letter-spacing: .02em;
    margin-left: 0;
    margin-right: 0;
    width: 100%}
}.visit {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #A5C6C6;
    opacity: .5;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    transition: opacity .3s, transform .3s ease;
    height: 60px;
    justify-content: center;
    text-align: center;
}
.visit-btn {
    background-color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #A5C6C6;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-left: 30px;
    padding: 10px 24px;
    border: 2px solid transparent;
    transition: color .3s, border-color .3s, background-color .3s ease;
}
.visit-btn:hover {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
}
.visit .container-fluid {
    justify-content: center;
}
.visit:hover {
    opacity: 1;
}
.visit .mobile {
    display: none;
}
.visit__fixed {
    position: fixed;
    z-index: 15;
    width: 100%;
    top: 52px;
    left: 0;
    transform: translateY(calc(-100% - 60px));
}
.visit__fixed.is-active {
    transform: translateY(0);
}
@media(max-width:992px) {
    .visit {
    opacity: 1;
}
}@media(max-width:768px) {
    .visit {
    padding: 10px;
    font-size: 13px;
    line-height: 20px;
    flex-direction: column;
    height: initial;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    height: 89px;
    background: rgba(237, 27, 36, .5);
}
.visit .mobile {
    display: block;
}
.visit .desc {
    display: none;
}
.visit-btn {
    font-size: 11px;
    margin-left: 0;
    padding: 5px 11px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 17px;
    width: 272px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.visit .container-fluid {
    flex-direction: column;
}
}.bottom-text img {
    max-width: 100%;
    height: auto;
}
@media (max-width:575.98px) {
    .article-description h1 {
    font-size: 22px;
    line-height: 1.2;
}
.article-description {
    margin: 0;
    padding: 35px 0;
}
.article-description h2 {
    font-size: 21px;
    margin-bottom: 17px;
}
.article-description p {
    font-size: 14px;
    margin-bottom: 20px;
}
.article-description .bottom-text {
    margin-top: 20px;
}
}.menu-catalog {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background-color: #343a40;
    border-top: 1px solid #f8f9fa;
    border-bottom: 1px solid #f8f9fa;
    padding: 0 25px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.menu-catalog__wrap {
    display: flex;
    align-items: center;
}
.menu-catalog__wrap svg {
    margin-right: 15px;
}
@media(max-width:768px) {
    .header__menu .menu ul li:first-child {
    display: none;
}
}@media(min-width:767px) {
    .menu-catalog {
    display: none;
}
}.magic-block--inner .magic-block__kwiz {
    width: 301px;
}
.magic-block--inner .magic-block__kwiz-title {
    color: #000;
    margin-right: -5px;
}
.magic-block--inner .marquiz__button, .magic-block--inner .marquiz__button:focus, .magic-block--inner .marquiz__button:hover {
    color: #A5C6C6!important;
}
.marquiz__container--inner .marquiz__button:hover {
    opacity: .8;
}
@media(max-width:768px) {
    .main-banner {
    margin-top: -88px;
    padding-top: 89px;
    height: 680px;
}
}@media(max-width:560px) {
    .main-banner {
    height: 498px;
}
}.info-contact {
    display: flex;
    align-items: center;
    margin-right: 53px;
}
.info-contact__body {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.info-contact__body__main {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 2px;
    transition: color .3s ease;
}
.info-contact__body__main:hover {
    color: #A5C6C6;
}
.info-contact__body__text {
    font-size: 14px;
    line-height: 17px;
}
.info-contact__icon:hover {
    background-color: #A5C6C6;
}
.info-contact__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #c6cace;
    border-radius: 25px;
    margin-left: 25px;
    transition: background-color .3s ease;
}
@media(max-width:1554px) {
    .info-contact__body__main {
    font-size: 18px;
    line-height: 22px;
}
.info-contact:first-child {
    margin-right: 44px;
}
.info-contact {
    margin-right: 21px;
}
.info-contact__icon {
    margin-left: 17px;
}
.info-contact .call-quest {
    font-size: 13px;
    line-height: 16px;
}
}@media(max-width:1300px) {
    .info-contact:nth-child(2) .info-contact__body {
    display: none;
}
.info-contact:nth-child(2) .info-contact__icon {
    margin: 0;
}
.info-contact {
    margin-right: 30px;
}
.info-contact:nth-child(1) {
    margin-right: 20px;
}
.info-contact__body__text {
    font-size: 13px;
}
}@media(max-width:1090px) {
    .info-contact__body {
    display: none;
}
.info-contact__icon {
    margin: 0;
}
.info-contact:nth-child(1) {
    margin-right: 20px;
}
.info-contact {
    margin-right: 20px;
}
}@media(max-width:560px) {
    .info-contact:nth-child(1) {
    margin-right: 8px;
}
.info-contact {
    margin-right: 10px;
}
.info-contact__icon {
    width: 40px;
    height: 40px;
    background-color: #343a40;
}
}@media(max-width:360px) {
    .info-contact__icon {
    width: 30px;
    height: 30px;
}
.info-contact__icon svg {
    width: 15px;
}
}.call-quest {
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline;
    color: #A5C6C6;
    transition: opacity .3s ease;
}
.call-quest:hover {
    color: #A5C6C6;
    opacity: .9;
    text-decoration: underline;
}
.search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-left: 1px solid #fff;
    background-color: #A5C6C6;
}
.search-btn svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: opacity .3s ease;
}
.search-btn svg.dop-icon {
    opacity: 0;
}
.search-btn.is-active svg.main-icon {
    opacity: 0;
}
.search-btn.is-active svg.dop-icon {
    opacity: 1;
}
.search-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    height: 160px;
    top: 70px;
    background-color: rgba(52, 58, 64, .8);
    transform: translateY(calc(-100% - 80px));
    transition: transform .3s ease;
}
.search-block.is-active {
    transform: translateY(0);
}
.search-block__input {
    width: 100%;
    height: 60px;
    padding: 0 27px 0 27px;
}
.search-block__wrap form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.search-block__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1095px;
}
.search-block__submit {
    position: absolute;
    right: 0;
    width: 176px;
    height: 100%;
    background-color: #A5C6C6;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    justify-content: flex-end;
    padding-right: 29px;
    transition: background-color .3s ease;
}
.search-block__submit:hover {
    background-color: #A5C6C6;
}
.search-block__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 105px;
    z-index: 2;
}
@media(max-width:1554px) {
    .search-btn {
    width: 70px;
    height: 70px;
}
.search-btn svg {
    width: 20px;
    height: auto;
}
}@media(max-width:1200px) {
    .search-block__wrap {
    width: 100%}
.search-block {
    padding-left: 15px;
    padding-right: 15px;
}
}@media(max-width:992px) {
    .search-block {
    height: 110px;
}
.search-block__icon {
    width: 47px;
    height: 47px;
    right: 83px;
}
.search-block__submit {
    width: 130px;
    font-size: 15px;
    line-height: 22px;
}
.search-block__input {
    height: 47px;
    padding: 0 15px 0 15px;
    font-size: 15px;
}
.search-block__icon svg {
    width: 16px;
}
}@media(max-width:560px) {
    .search-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.search-block {
    top: 110px;
    height: 88px;
}
.search-block__submit {
    width: 107px;
    font-size: 12px;
    line-height: 20px;
    padding-right: 17px;
}
.search-block__icon {
    right: 57px;
}
}.cat-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .03em;
    text-transform: uppercase;
    height: 80px;
    color: #fff;
    width: 397px;
    background-color: #A5C6C6;
    transition: opacity .3s ease;
}
.cat-btn span svg {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    transition: transform .3s ease;
}
.cat-btn.is-active span svg {
    transform: rotate(180deg);
}
.cat-btn span {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 40px;
}
.cat-btn:hover {
    opacity: .8;
    color: #fff;
}
@media(max-width:1554px) {
    .cat-btn {
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    width: 300px;
    height: 70px;
}
.cat-btn span {
    padding-right: 25px;
}
.cat-btn span svg {
    top: 3px;
    width: 15px;
    height: auto;
}
}@media(max-width:885px) {
    .cat-btn {
    height: 60px;
    font-size: 15px;
    line-height: 18px;
    justify-content: flex-start;
    padding: 0 28px;
}
}@media(max-width:360px) {
    .cat-btn {
    font-size: 13px;
    line-height: 18px;
    padding: 0 14px;
}
}.main-screen {
    position: relative;
    min-height: 350px;
    padding: 40px 30px 60px;
    background-position: 40% center;
    background-size: cover;
}
.main-screen::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(52, 58, 64, .6);
}
.main-screen .btn {
    font-weight: 800;
    font-size: 13px;
    line-height: 16px;
    width: 233px;
    height: 45px;
}
.main-screen__info a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.main-screen__info:last-child {
    margin-right: 0;
}
.main-screen__info {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-right: 37px;
}
.main-screen__bottom {
    display: flex;
    margin-top: 34px;
}
.main-screen__body {
    width: 513px;
}
.main-screen__wrap {
    position: relative;
    display: flex;
    max-width: 1263px;
    margin: 0 auto;
}
.main-screen__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 132%;
    color: #fff;
    letter-spacing: .01em;
    margin-bottom: 11px;
}
.main-screen__slider {
    width: 750px;
    padding: 0 21px;
}
@media(max-width:1300px) {
    .main-screen__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 132%}
.main-screen__body {
    padding-right: 27px;
    width: calc(100% - 637px);
}
.main-screen {
    padding-top: 23px;
    padding-bottom: 60px;
}
.main-screen__bottom {
    flex-direction: column;
}
.main-screen__info {
    margin-right: 0;
    margin-bottom: 20px;
}
.main-screen__info:last-child {
    margin-bottom: 0;
}
.main-screen__slider {
    width: 637px;
}
.main-screen {
    min-height: initial;
}
}@media(max-width:1030px) {
    .main-screen__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-screen__body {
    padding-right: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-screen__title {
    margin-bottom: 30px;
}
.main-screen__bottom {
    margin-top: 30px;
}
.main-screen__slider {
    display: none;
}
}@media(max-width:380px) {
    .main-screen__title {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 132%}
.main-screen__bottom {
    margin-top: 17px;
}
}.main-slider {
    height: 312px;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease;
}
.main-slider.slick-initialized {
    opacity: 1;
    overflow: visible;
}
.main-slider__body {
    background: #f8f9fa;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 55px;
    height: 286px;
}
.main-slider .slick-arrow {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    filter: drop-shadow(0 3px 8px rgba(0,  0,  0,  .15));
    outline: 0!important;
    background-color: #fff;
    transition: opacity .3s ease;
}
.main-slider .slick-arrow.slick-prev {
    left: -11px;
}
.main-slider .slick-arrow.slick-next {
    right: -11px;
}
.main-slider .slick-arrow:hover {
    opacity: .7;
}
.main-slider .slick-dots {
    position: absolute;
    bottom: -13px;
    z-index: 2;
    left: 0;
    right: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.main-slider .slick-dots li {
    display: inline-flex;
    margin: 0 4px;
    border: 2px solid transparent;
    transition: border-color .3s ease;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    align-items: center;
}
.main-slider .slick-dots li button {
    font-size: 0;
    border: 0;
    padding: 0;
    width: 5px;
    height: 5px;
    flex: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .9);
    transition: background-color .3s ease;
    box-sizing: content-box;
}
.main-slider .slick-dots li.slick-active button {
    background-color: #fff;
}
.main-slider .slick-dots li.slick-active {
    border: 2px solid #fff;
    background-color: #fff;
}
.main-slider__title {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 24px;
    line-height: 132%;
    color: #343a40;
    display: inline-flex;
    flex: none;
    transition: color .3s ease;
}
.main-slider__title:hover {
    color: #A5C6C6;
}
.main-slider__text {
    font-size: 14px;
    line-height: 150%;
    max-height: 87px;
    overflow: hidden;
    flex: none;
}
.main-slider .slick-list {
    border: 10px solid rgba(0, 0, 0, .19);
}
.main-slider__item {
    display: flex;
}
.main-slider__img img {
    max-width: 100%;
    max-height: 100%}
.main-slider__img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 270px;
    height: 286px;
    flex: none;
    background-color: #fff;
    box-sizing: border-box;
}
.main-slider .btn {
    margin-top: 14px;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    display: inline-flex;
    align-items: center;
    text-align: center;
    flex: none;
    letter-spacing: .03em;
    text-transform: uppercase;
    width: auto;
    height: auto;
    padding: 7px 20px;
}
@media(max-width:1300px) {
    .main-slider__title {
    font-size: 20px;
    line-height: 132%}
.main-slider__text {
    max-height: 91px;
    overflow: hidden;
    margin-bottom: 8px;
}
.main-slider__img {
    width: 218px;
    height: 286px;
}
.main-slider .btn {
    margin-top: 0;
}
.main-slider {
    height: 307px;
}
.main-slider .slick-list {
    border: 10px solid rgba(0, 0, 0, .19);
    height: 307px;
}
}.btn--out-red {
    border: 1px solid #A5C6C6;
    color: #A5C6C6;
}
.btn--out-red:hover {
    background-color: #A5C6C6;
    color: #fff;
}
.btn--middle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .12em;
    text-transform: uppercase;
    width: 285px;
}
.about-adv .section--grey {
    background: #f8f9fa;
}
.about-adv .section--grey::before {
    display: none;
}
.instagram_gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -7px -14px;
}
.instagram_gallery a {
    width: calc(20% - 14px);
    margin: 0 7px 14px;
    display: flex;
    align-items: center;
    order: 3;
    justify-content: center;
}
.instagram_gallery a:nth-child(1) {
    order: 1;
}
.instagram_gallery a img {
    float: none!important;
    width: 100%!important;
    margin: 0!important;
}
.all-ins {
    width: calc(20% - 14px);
    margin: 0 7px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/img/grad.jpg);
    order: 2!important;
    background-position: center;
    background-size: cover;
}
.all-ins__body {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-ins__body span {
    order: 2;
    margin-top: 15px;
    display: inline-flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
}
@media(max-width:992px) {
    .instagram_gallery a {
    width: calc(33.3% - 14px);
}
.instagram_gallery a:nth-child(8) {
    display: none;
}
.all-ins {
    width: calc(33.3% - 14px);
}
}@media(max-width:600px) {
    .instagram_gallery a {
    width: calc(50% - 14px);
}
.instagram_gallery a:nth-child(8) {
    display: none;
}
.all-ins {
    width: calc(50% - 14px);
}
.all-ins__body span {
    margin-top: 9px;
    font-size: 15px;
}
}@media(max-width:600px) {
    .instagram_gallery a {
    width: calc(100% - 14px);
}
.instagram_gallery a:nth-child(8) {
    display: flex;
}
.all-ins {
    width: calc(100% - 14px);
    height: calc(100vw - 65px);
}
}.service-info {
    max-width: 1046px;
    margin: 0 auto;
}
.service-info__top {
    display: flex;
}
.service-info__info {
    padding: 23px 35px 35px;
    width: 580px;
    font-size: 16px;
    line-height: 150%;
    flex: none;
    color: #fff;
    background-color: #343a40;
}
.service-info__contact a {
    color: #fff;
}
.service-info__contact {
    padding: 27px 32px 39px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 466px;
    background-color: #A5C6C6;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.5;
    color: #fff;
}
.service-info__contact-title {
    color: #fff;
    font-size: 16px;
    line-height: 150%}
.service-info__body {
    padding: 83px 100px;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .12);
}
@media(max-width:1000px) {
    .service-info__top {
    display: block;
}
.service-info__info {
    width: 100%;
    padding: 20px;
}
.service-info__contact {
    width: 100%;
    padding: 20px;
}
.service-info__contact {
    font-size: 17px;
}
.service-info__body {
    padding: 25px;
}
}@media(max-width:560px) {
    .service-info__info {
    padding: 15px;
    font-size: 13px;
}
.service-info__contact {
    font-size: 13px;
}
.service-info__contact-title {
    font-size: 14px;
    padding: 15px;
}
}.form-big__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000;
    margin-bottom: 16px;
}
.form-big__subtitle {
    margin-bottom: 32px;
}
.form-big__agree {
    margin-bottom: 25px;
}
.form-big__name .red {
    color: red;
    margin-left: 0;
}
.form-big__name {
    font-weight: 600;
    font-size: 19px;
    line-height: 133%;
    margin-bottom: 13px;
}
.form-big__textarea textarea {
    width: 100%;
    outline: 0!important;
    background-color: #fff;
    height: 99px;
    border: 1px solid #989898;
    box-sizing: border-box;
    border-radius: 5px;
    resize: none;
    display: block;
    padding: 15px;
}
.form-big__section {
    margin-bottom: 56px;
}
.form-big__section:last-child {
    margin-bottom: 0;
}
.form-big__info {
    font-size: 16px;
    line-height: 150%;
    color: #A5C6C6;
    margin-top: -15px;
}
.form-big__btn {
    margin-top: 35px;
}
.form-big__btn .btn {
    width: 260px;
    height: 60px;
}
.form-big__text {
    margin-bottom: 15px;
}
@media(max-width:1000px) {
    .form-big {
    font-size: 14px;
}
.form-big__title {
    font-size: 28px;
    line-height: 1.2;
}
.form-big__subtitle {
    font-size: 14px;
    margin-bottom: 16px;
}
.form-big__info {
    font-size: 14px;
    margin-top: -8px;
}
.form-big__name {
    font-size: 17px;
    margin-bottom: 7px;
}
.form-big__section {
    margin-bottom: 25px;
}
.form-big__btn {
    margin-top: 14px;
}
}.radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.radio__item {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
}
.radio__item:last-child {
    margin-bottom: 0;
}
.radio__label {
    font-size: 16px;
    line-height: 150%}
.radio__control {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #989898;
    margin-right: 15px;
    flex: none;
}
.radio__item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.radio__control::before {
    content: " ";
    position: absolute;
    background: #A5C6C6;
    width: 12px;
    height: 12px;
    opacity: 0;
    top: 3px;
    border-radius: 50%;
    transition: opacity .3s ease;
    left: 3px;
}
.radio__item input:checked~.radio__control::before {
    opacity: 1;
}
@media(max-width:1000px) {
    .radio__item {
    margin-bottom: 6px;
}
.radio__label {
    font-size: 14px;
    line-height: 150%}
}.top-page .row {
    position: relative;
}
.top-page h1 {
    margin-top: 21px;
    font-size: 36px;
    line-height: 44px;
    position: relative;
}
.top-page #productListCrumbsRow {
    margin-top: 0;
}
.top-page .section__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-page .marquiz__container--inner {
    position: relative;
    top: inherit;
    right: initial;
    flex: none;
}
.top-page {
    position: relative;
    padding-top: 63px;
    padding-bottom: 47px;
    padding-left: 25px;
    padding-right: 25px;
}
.top-page__body {
    padding-right: 25px;
}
.top-page::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 283px;
    background: #f8f9fa;
}
.top-page--service .section__block {
    max-width: 1046px;
}
.top-page--service::before {
    height: 677px;
    top: 0;
    bottom: inherit;
}
.top-page--full .section__block {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
}
.top-page__block {
    position: relative;
}
.top-page__block h1 {
    position: relative;
    z-index: 1;
}
.top-page__block .row {
    position: relative;
    z-index: 1;
}
.top-page__block .magic-icon img {
    max-width: 100%;
    width: 100%}
.top-page__block .magic-icon {
    position: absolute;
    left: -50px;
    top: 50%;
    width: 152px;
    height: auto;
    display: none;
    transform: translateY(-50%);
}
@media(max-width:1200px) {
    .top-page {
    padding-top: 30px;
    padding-bottom: 25px;
}
.top-page h1 {
    margin-top: 9px;
    margin-bottom: 0;
}
}@media(max-width:1200px) {
    .top-page h1 {
    font-size: 29px;
    line-height: 1.2;
}
}@media(max-width:560px) {
    .top-page h1 {
    font-weight: 700;
    font-size: 20px!important;
    line-height: 132%}
}@media(max-width:992px) {
    .top-page .section__block {
    flex-direction: column;
    align-items: flex-start;
}
.top-page .marquiz__container--inner {
    margin-top: 25px;
}
}.about-block__body {
    flex-grow: 1;
    max-width: 684px;
}
.about-block__body .btn {
    margin-top: 20px;
}
.about-block__video {
    width: 684px;
    height: 385px;
    margin-top: 30px;
    flex: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.about-block__video iframe {
    width: 100%;
    height: 100%}
.about-block {
    display: flex;
    align-items: flex-start;
}
@media(max-width:1200px) {
    .about-block__video {
    width: 569px;
    height: 323px;
    flex: none;
}
.about-block__body {
    padding-right: 30px;
}
.about-block__body .btn {
    margin-top: 0;
}
}@media(max-width:992px) {
    .about-block {
    flex-direction: column;
}
.about-block__video {
    order: 1;
    margin-bottom: 30px;
}
.about-block__body {
    order: 2;
    padding: 0;
}
}@media(max-width:620px) {
    .about-block__video {
    margin-bottom: 20px;
    width: 100%;
    height: calc(60vw - 50px);
}
.about-block__body {
    font-size: 14px;
}
}.man-card__desc-wrap {
    display: flex;
}
.flag-status {
    flex: none;
    margin-left: 30px;
}
.flag-status img {
    transition: transform .3s ease;
}
@media(min-width:960px) {
    .flag-status img:hover {
    transform: scale(1.05);
}
}@media(max-width:640px) {
    .man-card__desc-wrap {
    flex-direction: column;
}
.main-card__desc__body {
    order: 2;
}
.flag-status {
    order: 1;
    margin-left: 0;
    margin-bottom: 15px;
}
}@media(max-width:560px) {
    .man-card__desc-wrap .flag-status {
    display: none;
}
}.mobile-block {
    display: none;
}
.tab-block__wrap {
    overflow: hidden;
}
@media(max-width:560px) {
    .main-card__text {
    display: none;
}
.main-card__table--link {
    display: none;
}
.more-link {
    display: none!important;
}
.mobile-block {
    display: block;
    margin-bottom: 48px;
}
.mobile-block .main-card__text {
    display: block;
}
.mobile-block .main-card__text {
    display: block;
    font-size: 13px;
    line-height: 170%;
    letter-spacing: -.01em;
}
.mobile-block .main-card__table--link {
    display: block;
}
.main-card::before {
    display: none;
}
.tab h2 {
    font-size: 20px;
    line-height: 133%}
.mobile-block .main-card__table--link .main-table {
    display: block;
    border: 0!important;
    width: 100%}
.mobile-block .main-card__table--link .main-table tbody {
    width: 100%;
    display: block;
}
.mobile-block .main-card__table--link .main-table tr {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 13px 15px;
    height: auto!important;
    margin-bottom: 4px;
}
.mobile-block .main-card__table--link .main-table tr:last-child {
    margin-bottom: 0;
}
.mobile-block .main-card__table--link .main-table td {
    display: block;
    border: 0!important;
    padding: 0!important;
}
.mobile-block .main-table tr td:nth-child(2) {
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -.01em;
    color: #000;
    width: 100%!important;
    height: auto!important;
    text-align: left!important;
}
.mobile-block .main-table tr td:nth-child(2) p {
    margin-bottom: 0;
}
.mobile-block .main-table tr td:first-child {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -.01em;
    color: #000;
    width: 100%!important;
    height: auto!important;
    margin-bottom: 5px;
}
.tech-block__wrap .main-table {
    display: block;
    border: 0!important;
    width: 100%}
.tech-block__wrap .main-table tbody {
    width: 100%;
    display: block;
}
.tech-block__wrap .main-table tr {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 13px 15px;
    height: auto!important;
    margin-bottom: 4px;
}
.tech-block__wrap .main-table tr:last-child {
    margin-bottom: 0;
}
.tech-block__wrap .main-table td {
    display: block;
    border: 0!important;
    padding: 0!important;
}
.tech-block__wrap .main-table tr td:nth-child(2) {
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -.01em;
    color: #000;
    width: 100%!important;
    height: auto!important;
    text-align: left!important;
}
.tech-block__wrap .main-table tr td:nth-child(2) p {
    margin-bottom: 0;
}
.tech-block__wrap .main-table tr td:nth-child(3) {
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -.01em;
    color: #000;
    width: 100%!important;
    height: auto!important;
    text-align: left!important;
}
.tech-block__wrap .main-table tr td:nth-child(3) p {
    margin-bottom: 0;
}
.tech-block__wrap .main-table tr td:first-child p {
    margin-bottom: 0;
}
.tech-block__wrap .main-table tr td:first-child {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -.01em;
    color: #000;
    width: 100%!important;
    height: auto!important;
    margin-bottom: 5px;
    text-align: left!important;
}
.full_desc .main-table {
    width: 690px!important;
}
.main-table__container {
    width: calc(100% + 20px);
    overflow-y: auto;
    margin-right: -20px;
}
.main-table__container-wrap {
    padding-top: 54px;
    position: relative;
    margin-top: -36px;
}
.main-table__container-wrap::before {
    content: "";
    position: absolute;
    background-image: url(/img/scroll.png);
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
}
}.iti__selected-flag {
    width: 88px;
}
.half-size .iti {
    margin: 5px 0 5px 0;
}
.iti {
    margin-top: 15px;
    width: 100%}
.iti input[type=text] {
    padding-left: 99px!important;
}
.iti__country-list {
    width: 348px;
}
.iti__country {
    display: flex;
    align-items: center;
}
.iti__country-name {
    white-space: initial;
    width: calc(100% - 48px);
    display: inline-block;
    word-break: break-word;
    display: block;
    word-wrap: break-word!important;
}
.flag-status__inner {
    left: 15px;
    position: absolute;
    top: 0;
    width: 150px;
    height: 150px;
    z-index: 1;
}
.flag-status__inner img {
    top: -1px;
    width: auto;
    height: auto;
    max-height: initial;
    max-width: initial;
    display: block;
    left: 0;
    position: absolute;
    transition: opacity .3s ease;
}
.flag-status__inner .hover-img {
    opacity: 0;
    left: -7px;
    top: -8px;
}
.card:hover .flag-status__inner img {
    opacity: 0;
}
.card:hover .flag-status__inner .hover-img {
    opacity: 1;
}
.lang {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}
.lang__item {
    font-size: 11px;
    font-weight: 700;
    margin: 0 3px;
    transition: color .3s ease;
}
.lang__item.is-active {
    color: #A5C6C6;
}
.lang__item:hover {
    color: #A5C6C6;
}
.download-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #A5C6C6;
    background-color: #A5C6C6;
    border-radius: 7px;
    padding: 12px 22px;
    font-weight: 500;
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 152%;
    color: #fff;
    text-decoration: none;
    width: 379px;
    transition: opacity .3s ease;
}
.download-btn:hover {
    opacity: .8;
    color: #fff;
}
.download-btn__icon {
    text-align: center;
    width: 66px;
}
.download-btn__icon svg {
    margin-bottom: 3px;
}
.download-btn__icon span {
    font-size: 11px;
    line-height: 150%;
    text-transform: lowercase;
}
.download-btn__text {
    max-width: 243px;
    flex: none;
}
@media(max-width:560px) {
    .download-btn {
    width: 100%}
}@media(max-width:425px) {
    .download-btn {
    padding: 12px 11px;
    flex-direction: column;
    text-align: center;
}
.download-btn__text {
    max-width: initial;
    margin-bottom: 14px;
}
}.hamburger-box {
    position: relative;
    display: inline-block;
    pointer-events: none;
    width: 35px;
    height: 24px;
}
.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in;
}
.hamburger-inner:before {
    top: -10px;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 35px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #fff;
}
.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg);
}
.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}
@media(max-width:560px) {
    .hamburger-box {
    width: 26px;
    height: 19px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 25px;
    height: 3px;
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
}.popup-lising {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 50;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.popup-lising::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 42px;
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .12) .01%, rgba(0, 0, 0, 0) 100%);
}
.popup-lising.is-open {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
}
.popup-lising.is-down {
    top: 52px;
}
.popup-lising__wrap {
    max-width: 100%;
    width: 1050px;
    padding: 125px 15px;
    margin: 0 auto;
    position: relative;
}
.lising-item {
    display: flex;
    align-items: center;
    padding: 10px 45px;
    background-color: #fff;
    border: 1px solid #989898;
    border-radius: 6px;
    margin-bottom: 36px;
}
.lising-item__text {
    display: none;
}
.lising-item__text p {
    margin-bottom: 0;
}
.lising-item__small {
    font-size: 14px;
    font-weight: 700;
}
.lising-item__name {
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
}
.lising-item__img img {
    display: none;
    max-width: 100%;
    max-height: 100%}
.lising-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    flex: none;
    margin-right: 35px;
}
.lising-item__img img:nth-child(1) {
    display: block;
}
.form__row {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    margin-bottom: 16px;
}
.form__field label {
    font-weight: 600;
    font-size: 19px;
    line-height: 133%;
    color: #000;
    display: block;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.form__field label span {
    color: #A5C6C6;
}
.form__field {
    margin-bottom: 16px;
}
.form__row .form__field {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 0;
}
.form__input {
    background: #fff;
    border: 1px solid #989898;
    box-sizing: border-box;
    border-radius: 5px;
    height: 54px;
    padding: 0 15px;
    width: 100%}
body.is-hidden {
    overflow: hidden;
}
.popup-lising .close {
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: 50px;
    opacity: 1;
    transition: opacity .3s ease;
}
.popup-lising .close:hover {
    opacity: .5;
}
.form__agree {
    margin-top: 24px;
}
.form__agree label {
    margin-bottom: 0;
}
.form__btn {
    margin-top: 22px;
}
.btn-submit {
    font-weight: 800;
    font-size: 16px;
    padding: 20px 71px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #fff;
    background-color: #343a40;
    border-radius: 5px;
    outline: 0;
    border: 0;
    transition: background-color .3s ease;
}
.btn-submit:hover {
    background-color: #A5C6C6;
}
.form .select2-container {
    width: 100%!important;
}
.form .select2-container .select2-selection--single {
    height: 54px;
    background: #eee;
    border-radius: 5px;
    border-color: #eee;
}
.form .select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 11px 0 19px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #343a40;
    font-weight: 400;
}
.select2-dropdown {
    border: 0;
    background: #fff;
    box-shadow: 0 9px 16px rgba(0, 0, 0, .06);
    border-radius: 5px;
}
.select2-results__option {
    padding: 7px 15px!important;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 197px;
    overflow-y: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/img/arrows/arrow-select.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .3s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg);
}
@media(max-width:1200px) {
    .popup-lising .close {
    right: 14px;
}
}@media(max-width:885px) {
    .popup-lising {
    top: 120px;
}
.popup-lising.is-down {
    top: 120px;
}
.popup-lising .close svg {
    width: 100%;
    height: auto;
}
.popup-lising .close {
    position: absolute;
    right: 15px;
    top: 19px;
    opacity: 1;
    transition: opacity .3s ease;
    width: 25px;
    height: 25px;
}
.popup-lising__wrap {
    padding: 60px 15px;
}
.lising-item__img {
    display: none;
}
.lising-item {
    padding: 15px;
}
.lising-item__name {
    font-weight: 700;
    font-size: 17px;
}
.lising-item__text p {
    margin-bottom: 0;
    font-size: 14px;
}
.form__row {
    display: block;
    align-items: center;
    margin: 0;
    margin-bottom: 0;
}
.form__field label {
    font-size: 15px;
    line-height: 133%;
    height: auto;
    margin-bottom: 10px;
}
.form__row .form__field {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
}
.form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 9px;
    font-size: 13px;
}
.form__agree label {
    font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    width: 42px;
}
.form__input {
    height: 42px;
    padding: 0 9px;
    font-size: 13px;
}
.form .select2-container .select2-selection--single {
    height: 42px;
}
}@media(max-width:560px) {
    .popup-lising.is-down {
    top: 110px;
}
}.btn--out-grey {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-family: Montserrat;
    outline: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    padding: 5px;
    line-height: 15px;
    color: #343a40;
    border: 2px solid #343a40;
    border-radius: 5px;
    background-color: transparent;
    width: 247px;
    margin-left: 15px;
    transition: background-color .3s, color .3s ease;
}
.btn--out-grey:hover {
    background-color: #343a40;
    color: #fff;
}
@media (max-width:1200px) {
    .btn--out-grey {
    height: 45px;
}
}@media (max-width:640px) {
    .btn--out-grey {
    height: auto;
    width: 100%;
    padding: 13px 5px;
    margin: 10px 0 0 0;
}
}.header__block::before {
    pointer-events: none;
}
.popup-lising .iti {
    margin-top: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #989898;
    box-sizing: border-box;
    border-radius: 5px;
    height: 54px;
    padding: 0 15px;
    width: 100%;
    display: flex;
    align-items: center;
}
@media (max-width:885px) {
    .popup-lising .iti {
    height: 42px;
    padding: 0 9px;
    font-size: 13px;
}
}.form-info-text {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #A5C6C6;
    display: none;
}
@media(max-width:560px) {
    p {
    font-size: 13px;
    line-height: 170%;
    letter-spacing: -.01em;
}
}@media(max-width:560px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    line-height: 170%;
    letter-spacing: -.01em;
    padding: 3px 10px;
}
.select2-results__option {
    padding: 7px 10px!important;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: -.01em;
}
.catalog-kwiz {
    margin-bottom: 0!important;
}
}@media(max-width:885px) {
    .header__top {
    height: 120px;
    padding-bottom: 60px;
    position: relative;
}
.header__top .cat-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 60px);
}
.search-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 00;
}
.search-block {
    top: 120px;
}
}@media(max-width:560px) {
    .header__top {
    height: 110px;
}
.search-block {
    top: 110px;
}
}.main-card__art {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #666;
    margin-bottom: 30px;
}
.magic-block--card .marquiz__container {
    justify-content: flex-start;
}
.magic-block--card .marquiz__container .marquiz__button {
    font-size: 10px;
}
.bottom-footer a {
    transition: color .3s ease;
}
@media(max-width:560px) {
    .magic-block--inner .magic-block__kwiz {
    width: 100%}
.top-page .marquiz__container--inner {
    margin-top: 25px;
    width: 100%!important;
    margin: 0;
}
.magic-block--inner .marquiz__button.marquiz__button--new {
    padding-left: 69px;
    padding-right: 15px;
    font-size: 8px;
}
}

.banner-big  {
    
    display:  block;
    
    background-image:  url(../img/back-banner.png);
    
    box-shadow:  inset 0px -5px 10px rgba(0,  0,  0,  0.16);
    
}

.banner-big__title  {
    
    font-weight:  800;
    
    font-size:  60px;
    
    line-height:  73px;
    
    letter-spacing:  0.01em;
    
    text-transform:  uppercase;
    
    margin-right:  8px;
    
    flex:  none;
    
    color:  #0065AE;
    
}

.banner-big__item  {
    
    display:  flex;
    
    align-items:  center;
    
    padding:  23px 40px;
    
    background-color:  #fff;
    
}

.banner-big__body  {
    
    width:  100%;
    
    display:  flex;
    
    align-items:  center;
    
    justify-content:  space-between;
    

}

.banner-big__text span  {
    
    display:  block;
    
}

.banner-big__text  {
    
    font-weight:  500;
    
    font-size:  19px;
    
    line-height:  23px;
    
    color:  #0065AE;
    
}

.banner-big__season  {
    
    font-weight:  800;
    
    font-size:  20px;
    
    line-height:  31px;
    
    letter-spacing:  0.01em;
    
    color:  #0065AE;
    
    margin-right:  28px;
    
    flex:  none;
    
}

.banner-big__logo-text  {
    
    font-weight:  800;
    
    font-size:  23px;
    
    line-height:  22px;
    
    letter-spacing:  0.03em;
    
    text-transform:  uppercase;
    
    margin-right:  18px;
    
    text-align:  right;
    
    color:  #FFFFFF;
    
}

.banner-big__logo  {
    
    padding-left:  40px;
    
    padding-right:  40px;
    
    display:  inline-flex;
    
    align-items:  center;
    
    flex:  none;
    
}

.banner-big__logo-info  {
    
    display:  none;
    
}

@media(max-width:  1750px)  {
    
    .banner-big__text  {
    
        font-size:  15px;
    
        line-height:  21px;
    
}


    .banner-big__logo img  {
    
        width:  82px;
    
}


    .banner-big__item  {
    
        padding:  23px 30px;
    
        flex-grow:  1
}


    .banner-big__body  {
    
        height:  88px;
    
}


    .banner-big__season  {
    
        font-weight:  800;
    
        font-size:  15px;
    
        line-height:  19px;
    
        margin-right:  21px;
    
}


    .banner-big__logo-text  {
    
        font-size:  18px;
    
        line-height:  20px;
    
        letter-spacing:  0.03em;
    
        margin-right:  14px;
    
}


    .banner-big__title  {
    
        font-size:  19px;
    
        line-height:  28px;
    
}

}

@media(max-width:  1500px)  {
    
    .banner-big__body  {
    
        height:  84px;
    
}


    .banner-big__item  {
    
        padding-right:  15px;
    
}


    .banner-big__title  {
    
        font-size:  15px;
    
        line-height:  25px;
    
}


    .banner-big__text  {
    
        font-size:  11px;
    
        line-height:  15px;
    
}


    .banner-big__logo img  {
    
        width:  64px;
    
        height:  auto;
    
}


    .banner-big__logo  {
    
        flex:  none;
    
}


    .banner-big__logo-text  {
    
        font-size:  12px;
    
        line-height:  18px;
    
}

}

@media(max-width:  992px)  {
    
    .banner-big  {
    
        padding:  0;
    
}


    .banner-big__item  {
    
        display:  none;
    
}


    .banner-big__body  {
    
        height:  auto;
    
}


    .banner-big__item:nth-child(1)  {
    
        display:  block;
    
        order:  2;
    
        padding:  0;
    
        width:  100%;
    
        background-color:  #fff;
    
        padding:  12px 20px;
    
}


    .banner-big__season  {
    
        display:  none;
    
}


    body  {
    
        padding-top:  0;
    
}


    .banner-big__body  {
    
        flex-direction:  column;
    
        box-shadow:  inset 0px -5px 10px rgb(0 0 0 / 16%);
    
}


    .header__block  {
    
        position:  relative;
    
}


    .banner-big__logo  {
    
        flex:  none;
    
        width:  100%;
    
        padding:  18px 20px 12px;
    
  
}


    .banner-big__logo img  {
    
        width:  94px;
    
        height:  auto;
    
}


    .banner-big__logo-text  {
    
        display:  none;
    
}


    .banner-big__logo-text  {
    
        display:  none;
    
}


    .banner-big__logo-info b  {
    
        font-weight:  800;
    
}


    .banner-big__logo-info  {
    
        display:  flex;
    
        flex-direction:  column;
    
        padding-left:  10px;
    
        font-size:  14px;
    
        line-height:  24px;
    
        color:  #fff;
    
}


    .banner-big__title  {
    
        display:  none;
    
}


    .banner-big__text  {
    
        font-weight:  500;
    
        font-size:  16px;
    
        line-height:  24px;
    
        color:  #0065AE;
    
}

}



#lines  {
    
    overflow:  hidden;
    
}

#catalog-modal-desktop  {
    margin-top: 80px; 
}
/*
.menu-adaptive  {
    
    top:  168px;
    
}

@media (max-width:  1554px)  {
    
    .menu-adaptive  {
    
        top:  158px;
    
}


    #catalog-modal-desktop  {
    
        margin-top:  158px;
    
}

}


@media (max-width:  1500px)  {
    
    .menu-adaptive  {
    
        top:  154px;
    
}


    #catalog-modal-desktop  {
    
        margin-top:  154px;
    
}

}

@media (max-width:  885px)  {
    
    .search-block  {
    
        top:  0;
    
}


    .search-block  {
    
        z-index:  2500;
    
}

}
*/

.presence  {
    
    font-weight:  500;
    
    font-size:  14px;
    
    line-height:  139%;
    
    color:  #FFFFFF;
    
    display:  inline-flex;
    
    background-color:  #A5C6C6;
    
    box-shadow:  0px 0px 16px rgba(0,  0,  0,  0.09);
    
    border-radius:  50px;
    
    padding:  6px 16px;
    
}

.main-card__art  {
    
    display:  inline-flex;
    
    margin-bottom:  0;
    
    margin-right:  18px;
    
}

.main-card__slider-top  {
    
    display:  inline-flex;
    
    align-items:  center;
    
    margin-bottom:  30px;
    
}

.presence-block__text  {
    
    font-weight:  600;
    
    font-size:  16px;
    
    line-height:  130%;
    
    color:  #343A40;
    
    margin-bottom:  16px;
    
}

.presence-block__info.btn.btn--red  {
    
    font-weight:  bold;
    
    font-size:  13px;
    
    line-height:  15px;
    
    letter-spacing:  0.12em;
    
    width:  100%;
    
    color:  #FFFFFF;
    
    height:  45px;
    
}

.main-card__bottom .main-card__bottom-block--presence  {
    
    margin-top:  31px;
    
}




.main-card__bottom.is-presence .main-card__bottom-block.main-card__bottom-block--presence  {
    
    display:  block;
    
}

.main-card__bottom.is-presence  .main-card__bottom-block  {
    
    display:  none;
    
}

.present__container  {
    
    padding:  0 24px 10px 24px;
    
}

.present__container__block.present__container__block--present  {
    
    display:  none;
    
}

.present__container.is--present+.more-info  {
    
    display:  none !important;
    
}

.card .present__container.is--present  .card__text  {
    
    padding:  0;
    
}

.card.is-present .card__image  {
    
    opacity:  0.5;
    
}



.card.is-present .flag-status__inner  {
    
    opacity:  0.5;
    
}

.card.is-present .flag__present  {
    
    display:  inline-flex;
    
}


.flag__present  {
    
    display:  none;
    
    font-weight:  600;
    
    font-size:  11px;
    
    line-height:  139%;
    
    background:  #343A40;
    
    box-shadow:  0px 0px 12px rgb(0 0 0 / 4%);
    
    border-radius:  0px 50px 50px 0px;
    
    padding:  4px 16px 4px 12px;
    
    align-items:  center;
    
    color:  #FFFFFF;
    
    position:  absolute;
    
    left:  0;
    
    z-index:  5;
    
    top:  18px;
    
}

.present__container.is--present .present__container__block .card__list  {
    
    margin-bottom:  30px;
    
}

.present__container.is--present .present__container__block .show-more--mobile  {
    
    display:  none !important;
    
}

.present__container.is--present .present__container__block  {
    
    /*display:  none;
    */
}

.present__container.is--present .present__container__block.present__container__block--present  {
    
    display:  block;
    
}
/*

.banner-big  {
    
    display:  none;
    
}
*/
.banner-v  {
    
    display:  flex;
    
    background:  #FFFFFF;
    
    box-shadow:  inset 0px -5px 10px rgba(0,  0,  0,  0.16);
    
}

.banner-v__main  {
    
    width:  50%;
    
    background-image:  url(/img/back-green.jpg);
    
    background-position:  left center;
    
    background-size:  cover;
    
    padding:  10px 16px 10px 63px;
    
    display:  flex;
    
    align-items:  center;
    
}

.banner-v__info  {
    
    display:  flex;
    
    align-items:  center;
    
    width:  50%;
    
    padding:  20px 30px;
    
    font-weight:  600;
    
    font-size:  22px;
    
    line-height:  27px;
    
    color:  #1E7023;
    
}

.banner-v__text-body span span  {
    
    display:  none;
    
}

.banner-v__text-body span  {
    
    font-weight:  bold;
    
}

.banner-v__text-body  {
    
    font-weight:  500;
    
    font-size:  19px;
    
    line-height:  27px;
    
    color:  #FFFFFF;
    
}

.banner-v__time  {
    
    font-weight:  800;
    
    font-size:  43px;
    
    line-height:  85px;
    
    display:  flex;
    
    align-items:  center;
    
    letter-spacing:  0.01em;
    
    text-transform:  uppercase;
    
    color:  #FFFFFF;
    
    margin-right:  20px;
    
}

.banner-v__text  {
    
    display:  flex;
    
    align-items:  center;
    
}

.banner-v__logo  {
    
    margin-right:  40px;
    
    flex:  none;
    
}

.banner-v__logo img  {
    
    display:  block;
    
}
/*
.menu-adaptive  {
    
    top:  201px;
    
}

#catalog-modal-desktop  {
    
    margin-top:  201px;
    
}
*/

/*
.search-block  {
    
    top:  201px;
    
    transform:  translateY(calc(-100% - 201px));
    
}

@media(max-width:  1740px)  {
    
    .banner-v__main  {
    
        padding:  10px 25px
}


    .banner-v__logo img  {
    
        max-width:  100%;
    
}


    .banner-v__logo  {
    
        margin-right:  25px;
    
        flex:  none;
    
        width:  75px;
    
}


    .banner-v__time  {
    
        flex:  none;
    
        font-size:  50px;
    
}


    .banner-v__text-body  {
    
        font-size:  18px;
    
}


    .banner-v__info  {
    
        font-size:  20px;
    
}


    .menu-adaptive  {
    
        top:  191px;
    
}



    #catalog-modal-desktop  {
    
        margin-top:  191px;
    
}



    .search-block  {
    
        top:  201px;
    
        transform:  translateY(calc(-100% - 191px));
    
}

}

@media(max-width:  1500px)  {
    
    .banner-v__info  {
    
        font-size:  15px;
    
        line-height:  1.2;
    
}


    .banner-v__text-body  {
    
        font-size:  15px;
    
        line-height:  1.4;
    
}


    .banner-v__time  {
    
        flex:  none;
    
        font-size:  40px;
    
        margin-right:  17px;
    
}


    .banner-v__logo  {
    
        margin-right:  18px;
    
        flex:  none;
    
        width:  50px;
    
}


    .menu-adaptive  {
    
        top:  182px;
    
}


    #catalog-modal-desktop  {
    
        margin-top:  182px;
    
}



    .search-block  {
    
        top:  182px;
    
        transform:  translateY(calc(-100% - 182px));
    
}

}

@media(max-width:  992px)  {
    
    .banner-v  {
    
        flex-direction:  column;
    
}


    .banner-v__text-body span span  {
    
        display:  inline;
    
}


    .banner-v__logo  {
    
        width:  79px;
    
}


    .banner-v__time  {
    
        display:  none;
    
}


    .banner-v__main  {
    
       width:  100%;
    
}


    .banner-v__info  {
    
        width:  100%;
    
        padding:  10px 20px 14px 20px;
    
        font-size:  15px;
    
        line-height:  22px;
    
}


    .banner-v__text-body  {
    
        font-size:  18px;
    
        line-height:  24px;
    
        letter-spacing:  0.01em;
    
}


    .menu-adaptive  {
    
        top:  245px;
    
}


    #catalog-modal-desktop  {
    
        margin-top:  245px;
    
}



    .search-block  {
    
        top:  245px;
    
        transform:  translateY(calc(-100% - 245px));
    
}

}

@media(max-width:  425px)  {
    
    .banner-v__main  {
    
        padding:  10px 20px;
    
}


    .search-block  {
    
        top:  0;
    
        transform:  translateY(-100%);
    
}


    .banner-v__text-body  {
    
        font-size:  13px;
    
        line-height:  19px;
    
}


    .banner-v__info  {
    
        width:  100%;
    
        padding:  10px 20px 14px 20px;
    
        font-size:  12px;
    
        line-height:  18px;
    
}

}
*/
.lines-list  {
    
    display:  flex;
    
    flex-wrap:  wrap;
    
    margin-left:  -15px;
    
    margin-right:  -15px;
    
    padding:  0;
    
    column-count:  initial;
    
    column-gap:  initial;
    
}

.line-item  {
    
    width:  calc(33.3% - 30px);
    
    margin-left:  15px;
    
    margin-right:  15px;
    
    margin-top:  30px !important;
    

}

@media (max-width:  991px)  {
    
    .lines-list  {
    
        column-count:  initial;
    
        column-gap:  initial;
    
}


    .line-item  {
     
        margin-top:  0 !important;
    
        width:  calc(100% - 30px);
    
}

}

.item-call  {
    
    pointer-events:  none;
    
}
.card__number-type--mobile  {
    
    display:  none;
    
}

.card__number-type  {
    
    display:  flex;
    
    justify-content:  center;
    
    width:  169px;
    
    flex:  none;
    
    margin-top:  15px;
    
}
.card__number-type img  {
    
    max-width:  100%;
    
}
.number-p img  {
    
    transform:  scale(1);
    
    transition:  transform 0.3s ease;
    
    transform-origin:  right top;
    
}
.number-p  {
    
    top:  -15px;
    
    right:  -15px;
    
    position:  absolute;
    
}

.number-p img  {
    
    max-width:  64px;
    
}

.card:hover .number-p img  {
    
    transform:  scale(1.2);
    
}

@media(max-width:  1150px)  {
    
    .card__number-type img  {
    
        width:  100px;
    
}

}

@media(max-width:  960px)  {
    

}
.card__rubor  {
    
    margin-bottom:  25px;
    
}
.rubor-btn__text  {
    
    font-weight:  600;
    
    padding-top:  13px;
    
    padding-bottom:  13px;
    
    padding-right:  8px;
    
    padding-left:  9px;
    
    font-size:  15px;
    
    line-height:  18px;
    
    text-transform:  uppercase;
    
    color:  #A5C6C6;
    
}
.rubor-btn .icon svg  {
    
    margin-right:  8px;
    
}
.rubor-btn .icon  {
    
    display:  inline-flex;
    
    align-items:  center;
    
    font-weight:  600;
    
    font-size:  13px;
    
    padding:  12px;
    
    line-height:  16px;
    
    background:  #A5C6C6;
    
    border-radius:  50px;
    
    text-transform:  uppercase;
    
    color:  #FFFFFF;
    
}

.rubor-btn  {
    
    display:  flex;
    
    align-items:  center;
    
    border:  2px solid #A5C6C6;
    
    border-radius:  50.1047px;
    
}

@media(max-width:  1500px)  {
    
    .rubor-btn__text  {
    
        font-size:  12px;
    
}

}

@media(max-width:  1100px)  {
    
    .rubor-btn__text  {
    
        padding-top:  10px;
    
        padding-bottom:  10px;
    
        font-size:  12px;
    
}

}

@media(max-width:  960px)  {
    
    .rubor-btn  {
    
        display:  inline-flex;
    
}

}

@media(max-width:  560px)  {
    
    .card__rubor  {
    
        margin-top:  20px;
    
}


    .rubor-btn__text  {
    
        font-size:  15px;
    
        padding:  5px 12px;
    
}


    .rubor-btn .icon  {
    
        display:  none;
    
}

}
.flag-status  {
    
    display:  flex;
    
    flex-direction:  column;
    
    align-items:  center;
    
}
@media (max-width:  560px)  {
    
    .main-card__slider .flag-status img  {
    
        width:  100%;
    

}


    .main-card__slider .flag-status  {
    
        flex-direction:  column;
    
}


    .card__number-type--mobile  {
    
        margin-top:  0;
    
}


    .card__number-type  {
    
        display:  none;
    
}

    .card__number-type img  {
    
        width:  70px;
    
}

    .card__number-type--mobile  {
    
        width:  65px;
    
        display:  block;
    
        margin:  0;
    
        margin-top:  0;
    
}

}
@media (min-width:  1350px)  {
    
    .catalog-grid--small  {
    
        margin-top:  15px;
    
        margin-bottom:  15px;
    
        grid-template-columns:  1fr 1fr 1fr;
    
}

}

