@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy/Gilroy-Light.ttf) format("truetype");
    font-weight: 300;
    font-display: block;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy/Gilroy-Regular.ttf) format("truetype");
    font-weight: 400;
    font-display: block;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy/Gilroy-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-display: block;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy/Gilroy-Bold.ttf) format("truetype");
    font-weight: 700;
    font-display: block;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy/Gilroy-Black.ttf) format("truetype");
    font-weight: 900;
    font-display: block;
    font-style: normal;
}
@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope/Manrope-Regular.ttf) format("truetype");
    font-weight: 400;
    font-display: block;
    font-style: normal;
}
@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope/Manrope-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-display: block;
    font-style: normal;
}
.ok-container {
    padding: 0 60px;
    width: 100%}
* {
    scroll-behavior: smooth;
}
body {
    font-family: Manrope, sans-serif;
    color: #222227;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
html {
    position: relative;
    min-height: 100%}
#preloader {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #92c602;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    --animate-duration: 0.5s;
}
#preloader .sk-chasing-dots {
    width: 6em;
    height: 6em;
    position: relative;
    margin: auto;
    text-align: center;
    animation: a 2s infinite linear;
}
#preloader .sk-chasing-dots .sk-child {
    width: 3em;
    height: 3em;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: b 2s infinite ease-in-out;
}
#preloader .sk-chasing-dots .sk-dot-2 {
    top: auto;
    bottom: 0;
    animation-delay: 1s;
}
@keyframes a {
    to {
    transform: rotate(1turn);
}
}@keyframes b {
    0%, to {
    transform: scale(0);
}
50% {
    transform: scale(1);
}
}.main {
    padding-left: 220px;
    height: 100vh;
}
.content, .title {
    position: relative;
}
.title {
    color: #222225;
    font-family: Gilroy;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: .01em;
    padding: 0 80px;
}
.title span {
    font-weight: 400;
}
.title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.title:after, .title:before {
    content: "";
    display: inline-block;
    background-color: #d4d6dd;
    width: 50px;
    height: 1px;
    position: absolute;
    top: calc(50% - 2px);
}
.title:before {
    left: 0;
}
.title:after {
    right: 0;
}
.title_white {
    color: #fff;
}
.title_white:after, .title_white:before {
    background-color: #fff;
}
.subtitle {
    color: #222227;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
}
.get-gift-link {
    border: 0;
    background-color: #92c602;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    position: fixed;
    z-index: 10;
    top: 30%;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    width: 74px;
    transition: background-color .2s ease, width .2s ease;
    animation: c 1.5s infinite;
}
.get-gift-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7ca802;
    width: 183px;
}
@keyframes c {
    0% {
    background-color: #7ca802;
}
50% {
    background-color: #92c602;
    transform: scale(1.1);
}
to {
    background-color: #7ca802;
}
}
.header {
    background-color: #fff;
    color: #222227;
    padding: 30px 20px;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
}
.header, .header__navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header__navigation {
    margin-top: 15px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(10px, 2vw, 25px);
    
    
}
.header__burger, .header__phone-button {
    display: none;
}
.header__nav-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0px;
}
.header__nav-item {
    text-align: center;
    margin-bottom: 10px;
}
.header__nav-item:last-child {
    margin-bottom: 0;
}
.header__nav-link {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    transition: color .2s ease;
}
.header__nav-link:hover {
    color: #dadada;
    text-decoration: none;
}
.header__contacts {
    margin-top: 10px;
}
.header__phone {
    margin-bottom: 15px;
    max-width: 158px;
    text-align: right;
}
.header__phone-link {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
.header__phone-link:hover {
    color: #000;
    text-decoration: none;
}
.header__phone-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-top: 1px;
}
.header__email {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    text-decoration: underline;
}
.header__email:hover {
    color: #000;
    text-decoration: none;
}
.header__address {
    color: #000;
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0 0;
}
.header__social {
    margin-top: 15px;
    background-color: #e9eaf2;
    padding: 5px;
}
.header__social, .header__social-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.header__social-link {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    width: 27px;
    border-right: 1px solid #b8b9bc;
}
.header__social-link:last-child {
    border-right: 0;
}
.header__btn-link {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    background-color: #92c602;
    gap: 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    min-height: 52px;
    padding: 5px 15px 5px 20px;
    margin-top: 15px;
    transition: background-color .2s ease;
}
.header__btn-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7ca802;
}
.logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    gap: 12px;
    margin-bottom: 15px;
}
.logo__text {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    max-width: 110px;
    text-align: center;
    font-family: Gilroy;
}
.logo:hover {
    text-decoration: none;
}
.greeting {
    background: url(../images/greeting-bg.jpg) no-repeat 50%/cover;
    min-height: 100vh;
    min-height: calc(var(--vh,  1vh) * 100);
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 90px 0 30px;
}
.greeting, .greeting__header {
    display: -ms-flexbox;
    display: flex;
}
.greeting__header {
    gap: 51px;
    margin-bottom: 15px;
}
.greeting__title {
    font-family: Gilroy;
    color: #000;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: .02em;
    margin-left: -3px;
}
.greeting__title b {
    color: #f2293a;
    font-weight: 600;
    font-size: 160px;
    line-height: 140px;
}
.greeting__prices {
    padding-top: 73px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.greeting__price {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    font-family: Gilroy;
    color: #4c4c56;
    margin-left: 34px;
}
.greeting__price-line {
    font-size: 60px;
    text-decoration: line-through;
    margin: 0 9px 0 2px;
}
.greeting__price-new {
    color: #fff;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    background-color: #f2293a;
    padding: 0 11px 0 15px;
}
.greeting__price-new span {
    font-size: 40px;
}
.greeting__advantages {
    margin-bottom: 43px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.greeting__advantage {
    display: grid;
    grid-template-columns: 35px 1fr;
    -ms-flex-align: center;
    align-items: center;
    gap: 23px;
    font-family: Gilroy;
}
.greeting__advantage-num {
    color: #c4c4c4;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
}
.greeting__advantage-text {
    font-weight: 400;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 12px;
}
.greeting__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 40px;
    max-width: 882px;
}
.greeting__list-heading {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 2px;
}
.greeting__list-text {
    color: #c4c4c4;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.greeting__list li {
    position: relative;
    padding-left: 35px;
}
.greeting__list li:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icons/check-icon.png) no-repeat 50%;
    background-color: #1e3685;
    position: absolute;
    left: 0;
    top: 4px;
}
.greeting__link {
    border: 0;
    max-width: 490px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    background: #79a209;
    background: linear-gradient(-90deg, #79a209, #92c602);
    box-shadow: 0 0 35px 15px rgba(146, 198, 2, .3);
    gap: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 52px;
    padding: 21px 15px 19px 30px;
    margin-top: 56px;
    transition: box-shadow .2s ease;
}
.greeting__link, .greeting__link:hover {
    color: #fff;
    text-decoration: none;
}
.greeting__link:hover {
    box-shadow: 0 0 35px 25px rgba(146, 198, 2, .3);
}
.pricelist {
    padding: 90px 0 100px;
}
.pricelist__title {
    margin-bottom: 52px;
}
.pricelist__tabs {
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}
.pricelist__tabs .nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    background-color: #f4f4f4;
    border: 0;
    border-radius: 0;
    min-width: 244px;
    padding: 8px 25px 10px;
    transition: background-color .2s ease;
}
.pricelist__tabs .nav-link.active, .pricelist__tabs .nav-link:hover {
    background-color: #92c602;
}
.pricelist__tabs .nav-link.active .pricelist__tab-heading, .pricelist__tabs .nav-link.active .pricelist__tab-subheading, .pricelist__tabs .nav-link:hover .pricelist__tab-heading, .pricelist__tabs .nav-link:hover .pricelist__tab-subheading {
    color: #fff;
}
.pricelist__tab-heading {
    color: #222225;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    transition: color .2s ease;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.pricelist__tab-subheading {
    color: #5d5d60;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    transition: color .2s ease;
}
.pricelist__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.pricelist__item-top {
    padding: 23px 25px 35px 30px;
    background: #eaeef4;
    background: linear-gradient(0deg, #eaeef4, #fff);
}
.pricelist__item-header {
    display: flex;
    gap: 17px;
    margin-bottom: 29px;
    flex-direction: column;
}
.pricelist__item-img {
    max-height: 200px;
    margin-top: 7px;
}
.pricelist__item-img img {
    max-width: 100%;
    max-height: 100%}
.pricelist__item-list {
    color: #5d5d60;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.pricelist__item-list li {
    margin-bottom: 11px;
    position: relative;
    padding-left: 16px;
}
.pricelist__item-list li span {
    color: #222225;
    margin-right: 5px;
}
.pricelist__item-list li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #92c602;
    position: absolute;
    margin-left: -16px;
    top: 12px;
}
.pricelist__item-body {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #d4d6dd;
    padding-top: 23px;
}
.pricelist__item-title {
    color: #222225;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
}
.pricelist__item-price {
    font-family: Gilroy;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5px;
}
.pricelist__item-price-old {
    font-size: 22px;
    font-weight: 400;
    text-decoration: line-through;
    margin-top: 2px;
}
.pricelist__item-buttons {
    display: -ms-flexbox;
    display: flex;
}
.pricelist__item-button {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    background-color: #92c602;
    border: none;
    padding: 6px 15px;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    min-height: 60px;
    transition: background-color .2s ease;
}
.pricelist__item-button:hover {
    background-color: #7ca802;
}
.pricelist__item-link {
    color: #222225;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    background-color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 15px;
    text-align: center;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    min-height: 60px;
    transition: background-color .2s ease;
}
.pricelist__item-link:hover {
    color: #222225;
    text-decoration: none;
    background-color: #e6e6e6;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}
.gallery img {
    aspect-ratio: 9/7.34;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.about {
    padding-bottom: 88px;
}
.about__block {
    padding-top: 51px;
}
.about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.about__title {
    font-family: Gilroy;
    font-weight: 700;
    color: #222225;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 28px;
}
.about__text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}
.about__text strong {
    font-weight: 600;
}
.about__links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 27px;
}
.about__link {
    padding: 29px 15px 24px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 13px;
    text-align: center;
    background: url(../images/about/about-link-bg.jpg) no-repeat top/cover;
    background-color: #1e3685;
    color: #fff;
    text-decoration: none;
}
.about__link-text {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
}
.about__link:hover {
    color: #fff;
    text-decoration: none;
}
.about__video {
    margin-right: -60px;
    height: 579px;
}
.about__video-frame {
    width: 100%;
    height: 100%}
.about__advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 49px;
}
.about__advantage-image {
    min-height: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 19px;
}
.about__advantage-title {
    color: #222225;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
.discounts {
    padding: 92px 0 100px;
    background: url(../images/discounts/discounts-bg.jpg) no-repeat 50%/cover;
}
.discounts__title {
    margin-bottom: 50px;
}
.discounts__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.discounts__item {
    padding: 16px 55px 14px;
    position: relative;
    z-index: 1;
    min-height: 492px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.discounts__item-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 90px;
}
.discounts__item-img, .discounts__item-img-plug {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.discounts__item:hover {
    text-decoration: none;
}
.discounts__item:hover .discounts__item-block {
    transform: scale(1.1);
}
.discounts__item-block {
    padding: 22px 25px 36px;
    background-color: #92c602;
    width: 100%;
    text-align: center;
    transition: transform .2s ease;
}
.discounts__item-block_secondary {
    background-color: #1e3685;
}
.discounts__item-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
}
.discounts__item-divider {
    background-color: rgba(0, 0, 0, .3);
    height: 1px;
    width: 100px;
    border: none;
    margin: 14px auto;
}
.discounts__item_secondary {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.discounts__item_secondary .discounts__item-bg {
    grid-template-rows: 172px calc(100% - 172px);
}
.discounts__item-more {
    color: #222225;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}
.examples {
    padding: 92px 0 60px;
}
.examples__title {
    margin-bottom: 54px;
}
.examples__imgs {
    display: grid;
    grid-template-columns: calc(100% - 220px) 220px;
    -ms-flex-align: center;
    align-items: center;
}
.examples__imgs-slider {
    width: 100%}
.examples__imgs-main {
    position: relative;
    transition: box-shadow .2s ease-in-out;
    max-height: 100%}
.examples__imgs-main img {
    width: 100%;
    height: 682px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.examples__imgs-main:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.examples__imgs-main-block {
    color: #fff;
    background-color: #1e3685;
    padding: 25px 30px 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.examples__imgs-main-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 13px;
}
.examples__imgs-main-text {
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
.examples__imgs-labels {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.examples__imgs-label {
    color: #161617;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 6px;
    background-color: #e2e3e8;
    padding: 5.5px 9px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.examples__imgs-label_primary {
    color: #fff;
    background-color: #547dbc;
}
.examples__imgs-label_secondary {
    color: #fff;
    background-color: #3b3f4f;
}
.examples__imgs-subs {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 270px;
    min-width: 270px;
    height: 527px;
    margin: 59.5px 0 59.5px -50px;
}
.examples__imgs-subs .slick-arrow {
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .1);
    background-color: #fff;
    width: 58px;
    height: 58px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: auto;
    transform: none;
}
.examples__imgs-subs .slick-arrow:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 20px;
    background: url(../images/icons/slider-arr.png) no-repeat 50%;
    opacity: 1;
}
.examples__imgs-subs .slick-arrow.slick-prev {
    top: -78px;
    left: calc(50% - 29px);
}
.examples__imgs-subs .slick-arrow.slick-next {
    bottom: -78px;
    left: calc(50% - 29px);
    top: auto;
}
.examples__imgs-subs .slick-arrow.slick-next:before {
    transform: rotate(180deg);
}
.examples__imgs-subs .slick-arrow:hover {
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .2);
}
.examples__imgs-subs .slick-arrow.slick-disabled {
    opacity: .6;
}
.examples__imgs-sub {
    border: none!important;
    cursor: pointer;
    margin-bottom: 10px;
}
.examples__imgs-sub img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.why-we {
    padding: 32px 0 67px;
}
.why-we__title {
    margin-bottom: 54px;
}
.why-we__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.why-we__item {
    position: relative;
    background-color: #f4f4f4;
    padding: 30px 30px 33px;
    text-align: center;
}
.why-we__item-title {
    color: #222225;
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    min-height: 56px;
}
.why-we__item-title-large {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}
.why-we__item-divider {
    background-color: #d4d6dd;
    height: 1px;
    width: 50px;
    border: none;
    margin: 11px auto 8px;
}
.why-we__item-text {
    color: #5d5d60;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.why-we__item:after {
    content: "";
    background-color: #e5e5e8;
    display: inline-block;
    width: calc(100% - 40px);
    height: 10px;
    position: absolute;
    left: 20px;
    bottom: -10px;
}
.contacts {
    padding: 0 0 100px;
    overflow: hidden;
}
.contacts__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.contacts__block-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}
.contacts__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 20px;
    padding-top: 36px;
    margin-bottom: 20px;
}
.contacts__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 40px 16px;
}
.contacts__item, .contacts__item-icon {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .05);
    -ms-flex-align: center;
    align-items: center;
}
.contacts__item-icon {
    width: 72px;
    height: 72px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin: -36px 0 13px;
}
.contacts__item-title {
    text-align: center;
    font-weight: 600;
    color: #222225;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
}
.contacts__item-text {
    text-align: center;
    font-weight: 400;
    color: #222225;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
}
.contacts__item-text a {
    color: #222225;
    text-decoration: none;
    text-underline-offset: .2em;
}
.contacts__item-text a:hover {
    color: #222225;
    text-decoration: none;
}
.contacts__item-text .contacts__item-email {
    text-decoration: underline;
}
.contacts__social {
    background-color: #e9eaf2;
    padding: 5px;
}
.contacts__social, .contacts__social-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.contacts__social-link {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    width: 27px;
    border-right: 1px solid #b8b9bc;
}
.contacts__social-link:last-child {
    border-right: 0;
}
.contacts__btn-link {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    background-color: #92c602;
    gap: 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    min-height: 52px;
    padding: 5px 15px 5px 20px;
    transition: background-color .2s ease;
}
.contacts__btn-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7ca802;
}
.contacts__map {
    width: 100%;
    height: 100%;
    min-height: 460px;
}
.ymap-container {
    overflow: hidden;
    background: url(../images/yandex-map.jpg) #fff no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index: 1;
}
#map-yandex, .ymap-container {
    position: relative;
    cursor: pointer;
    height: 100%}
#map-yandex {
    z-index: 7;
    width: 100%;
    background-color: transparent;
}
.loader {
    position: absolute;
    z-index: 15;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #000;
    transition: opacity .7s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, .55);
}
.loader, .loader:after, .loader:before {
    box-sizing: border-box;
}
.loader.is-active {
    top: 0;
    opacity: 1;
}
.loader-default:after {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    content: "";
    animation: d 1s linear infinite;
    border: 8px solid #fff;
    border-left-color: transparent;
    border-radius: 50%}
@keyframes d {
    0% {
    transform: rotate(0);
}
to {
    transform: rotate(359deg);
}
}.footer {
    background-color: #f5f6fa;
    padding: 19px 0 20px;
}
.footer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__copyright, .footer__policy {
    color: #51505b;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}
.footer__policy {
    text-decoration: underline;
    text-underline-offset: .2em;
    margin-left: 131px;
}
.footer__policy:hover {
    color: #51505b;
    text-decoration: none;
}
.itchelny {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 11px;
    max-width: 230px;
    margin-left: auto;
}
.itchelny__text {
    color: #51505b;
    font-size: 14px;
    line-height: 26px;
}
.itchelny:hover {
    text-decoration: none;
}
.modal-content {
    border-radius: 8px;
    border: 0;
    position: relative;
}
.modal-dialog {
    max-width: 490px;
}
.modal-title {
    font-weight: 400;
    color: #000;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 9px;
    text-align: center;
}
.modal-header {
    border: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 36px 40px 17px;
}
.modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    margin: 0;
    padding: 5px 8px;
    background: url(../images/icons/close-icon.png) no-repeat 50%;
    width: 30px;
    height: 30px;
    opacity: 1;
}
.modal-input {
    width: 100%;
    color: #212121;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    border-radius: 0;
    padding: 8px 15px;
    border: 1px solid #d9d9d9;
}
.modal-input:focus {
    outline: none;
}
.modal-textarea {
    width: 100%;
    color: #212121;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    resize: vertical;
    min-height: 120px;
    max-height: 200px;
    border-radius: 0;
    padding: 8px 15px;
    border: 1px solid #d9d9d9;
}
.modal-textarea:focus {
    outline: none;
}
.modal-btn {
    width: 100%;
    border: 0;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background: #92c602;
    padding: 16px 36.5px 20px;
    border-radius: 0;
}
.modal-btn:hover {
    color: #fff;
    text-decoration: none;
}
.modal-checkbox {
    margin-bottom: 19px;
}
.modal-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 1px 0 0;
}
.modal-checkbox input:checked+.modal-checkbox__text:after {
    opacity: 1;
}
.modal-checkbox__text {
    position: relative;
    padding: 0 0 0 22px;
    cursor: pointer;
    color: #1c1d1e;
    font-size: 12px;
    line-height: 1.3;
}
.modal-checkbox__text:before {
    border-radius: 2px;
    border: 1px solid #c9cdd1;
}
.modal-checkbox__text:after, .modal-checkbox__text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
}
.modal-checkbox__text:after {
    opacity: 0;
    background: url(../images/icons/checkbox-icon.png) no-repeat 50%;
    transition: .2s;
}
.modal-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 40px 39px;
}
@media screen and (min-width:0px) and (max-width:767px) {
    .ok-container {
    padding: 0 14px;
}
.main {
    padding-top: 50px;
}
.get-gift-link {
    font-size: 14px;
    line-height: 1.3;
    gap: 10px;
    width: 45px;
    padding: 7px 8px;
}
.get-gift-link:hover {
    width: 130px;
}
.get-gift-link img {
    width: 30px;
    height: 30px;
}
.title {
    font-size: 24px;
    line-height: 1.2;
    padding: 0 35px;
}
.title:after, .title:before {
    width: 25px;
}
.greeting {
    padding: calc(15px + 1vh) 0;
    min-height: calc(100vh - 50px);
    min-height: calc(var(--vh,  1vh) * 100 - 50px);
    min-height: calc(100dvh - 50px);
}
.greeting__header {
    gap: calc(3px + .5vh);
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: calc(5px + .5vh);
}
.greeting__title {
    font-size: calc(14px + 1vh);
    line-height: 1.2;
}
.greeting__title b {
    font-size: calc(32px + 4vh);
    line-height: .9;
}
.greeting__prices {
    padding: 0 ;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    -ms-flex-align: center;
    align-items: center;
}
.greeting__price {
    font-size: calc(14px + 1vh);
    line-height: 1;
    margin-left: 0;
}
.greeting__price-line {
    font-size: calc(20px + 1vh);
    margin: 0 2px;
}
.greeting__price-new {
    font-size: calc(14px + 2vh);
    padding: 1px 5px;
}
.greeting__price-new span {
    font-size: calc(20px + 2vh);
}
.greeting__advantages {
    gap: 4px;
    margin-bottom: calc(5px + .5vh);
}
.greeting__advantage {
    gap: 7px;
    grid-template-columns: 20px 1fr;
}
.greeting__advantage-num {
    font-size: calc(18px + 1vh);
}
.greeting__advantage-text {
    font-size: calc(6px + 1vh);
    line-height: 1.3;
    margin: 0;
}
.greeting__link {
    gap: 10px;
    padding: 6px calc(3px + .5vh);
    font-size: calc(6px + 1vh);
    line-height: 1.3;
    margin-top: calc(3px + 1vh);
    text-align: left;
}
.greeting__link img {
    max-width: 30px;
}
.greeting__list {
    gap: calc(15px + 1vh);
    grid-template-columns: 1fr;
    margin-bottom: 100px;
    margin-top: 45px;
}
.greeting__list-heading {
    font-size: calc(7px + 1vh);
    line-height: 1.3;
}
.greeting__list-text {
    font-size: calc(5px + 1vh);
    line-height: 1.3;
}
}@media screen and (min-width:0px) and (max-width:767px) and (max-height:580px) {
    .greeting {
    padding: calc(10px + 2vh) 0 calc(10px + 1vh);
}
.greeting__advantage-num {
    font-size: calc(16px + 1vh);
}
.greeting__list {
    gap: calc(1px + .5vh);
}
.greeting__list-heading, .greeting__list-text {
    line-height: 1.2;
}
}@media screen and (min-width:0px) and (max-width:767px) {
    .pricelist {
    padding: 50px 0;
}
.pricelist__title {
    margin-bottom: 30px;
}
.pricelist__tabs {
    gap: 10px;
}
.pricelist__tabs .nav-link {
    min-width: 120px;
    padding: 8px 13px 10px;
}
.pricelist__tab-heading {
    font-size: 14px;
}
.pricelist__tab-subheading {
    font-size: 12px;
}
.pricelist__items {
    gap: 20px;
    grid-template-columns: 1fr;
}
.pricelist__item-top {
    padding: 20px 15px 25px 20px;
}
.pricelist__item-header {
    gap: 10px;
    grid-template-columns: 1fr;
}
.pricelist__item-title {
    font-size: 20px;
}
.pricelist__item-price {
    font-size: 26px;
}
.pricelist__item-price-old {
    font-size: 18px;
}
.pricelist__item-body {
    grid-template-columns: 1fr;
    gap: 10px;
}
}@media screen and (min-width:0px) and (max-width:767px) {
    .about {
    padding-bottom: 50px;
}
.about__grid {
    grid-template-columns: 1fr;
}
.about__block {
    padding-top: 50px;
}
.about__title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about__text {
    font-size: 14px;
    line-height: 1.5;
}
.about__links {
    grid-template-columns: repeat(2, 1fr);
}
.about__link {
    padding: 20px 13px 18px;
}
.about__link-text {
    font-size: 14px;
    line-height: 1.4;
}
.about__video {
    height: auto;
    width: 100%;
}
.about__advantages {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
.about__advantage-image {
    margin-bottom: 10px;
    min-height: 130px;
}
.about__advantage-image img {
    max-width: 120px;
    max-height: 100px;
}
.about__advantage-title {
    font-size: 13px;
    line-height: 1.4;
}
}@media screen and (min-width:0px) and (max-width:767px) {
    .discounts {
    padding: 60px 0 50px;
}
.discounts__title {
    margin-bottom: 30px;
}
.discounts__items {
    gap: 30px;
    grid-template-columns: 1fr;
}
.discounts__item {
    min-height: 400px;
    padding: 16px 20px 14px;
}
.discounts__item-title {
    font-size: 18px;
    line-height: 1.3;
}
.discounts__item-bg {
    grid-template-rows: calc(100% - 120px) 120px;
}
.discounts__item_secondary .discounts__item-bg {
    grid-template-rows: 120px calc(100% - 120px);
}
}@media screen and (min-width:0px) and (max-width:767px) {
    .examples {
    padding: 50px 0 40px;
}
.examples__title {
    margin-bottom: 30px;
}
.examples__imgs {
    grid-template-columns: calc(100% - 80px) 80px;
    gap: 6px;
}
.examples__imgs-main img {
    height: 300px;
}
.examples__imgs-main-block {
    max-width: 240px;
    padding: 10px 14px;
}
.examples__imgs-main-title {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 6px;
}
.examples__imgs-main-text {
    font-size: 12px;
    line-height: 1.2;
}
.examples__imgs-subs {
    min-width: 80px;
    height: 160px;
    width: 80px;
    margin: 45px 0;
}
.examples__imgs-subs .slick-arrow {
    width: 35px;
    height: 35px;
}
.examples__imgs-subs .slick-arrow:before {
    width: 7px;
    height: 15px;
    background-size: contain;
}
.examples__imgs-subs .slick-arrow.slick-prev {
    top: -45px;
    left: calc(50% - 17.5px);
}
.examples__imgs-subs .slick-arrow.slick-next {
    bottom: -45px;
    left: calc(50% - 17.5px);
}
.examples__imgs-sub {
    margin-bottom: 5px;
}
}@media screen and (min-width:0px) and (max-width:767px) {
    .why-we {
    padding: 10px 0 80px;
}
.why-we__title {
    margin-bottom: 40px;
}
.why-we__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
}
.why-we__item {
    padding: 20px 15px;
}
.why-we__item-title {
    font-size: 15px;
    line-height: 1.4;
    min-height: 42px;
}
.why-we__item-title-large {
    font-size: 22px;
}
.why-we__item-text {
    font-size: 12px;
    line-height: 1.5;
}
}@media screen and (min-width:0px) and (max-width:767px) {
    .contacts {
    padding-bottom: 50px;
}
.contacts__container {
    grid-template-columns: 1fr;
}
.contacts__item {
    padding: 0 12px 15px;
}
.contacts__item-title {
    font-size: 14px;
}
.contacts__item-text {
    font-size: 12px;
    line-height: 1.5;
}
.contacts__block-footer {
    gap: 20px;
}
.contacts__btn-link {
    min-height: 42px;
    padding: 5px 12px 5px 15px;
    font-size: 13px;
    line-height: 1.2;
}
.contacts__map {
    min-height: 320px;
}
}@media screen and (min-width:0px) and (max-width:767px) {
    .ymap-container {
    background-image: url(../images/yandex-map-mobile.jpg);
}
}@media screen and (min-width:0px) and (max-width:767px) {
    .footer {
    padding: 16px 0 20px;
}
.footer__container {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}
.footer__copyright, .footer__policy {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
}
}@media screen and (min-width:0px) and (max-width:767px) {
    .itchelny {
    gap: 5px;
    margin: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 210px;
}
.itchelny__text {
    font-size: 12px;
    line-height: 1.4;
}
}@media screen and (min-width:0px) and (max-width:767px) {
    .modal-header {
    padding: 35px 20px 17px;
}
.modal-body {
    padding: 0 20px 35px;
}
}@media screen and (max-width:350px) {
    .contacts__items {
    grid-template-columns: 1fr;
}
}@media screen and (min-width:768px) and (max-width:991px) {
    .ok-container {
    padding: 0 30px;
}
.title {
    font-size: 32px;
    line-height: 1.3;
}
.greeting__header {
    gap: 30px;
}
.greeting__title {
    font-size: 45px;
    line-height: 1.2;
}
.greeting__title b {
    font-size: 120px;
    line-height: 1;
}
.greeting__price {
    font-size: 30px;
}
.greeting__price-line {
    font-size: 45px;
    margin: 0 2px;
}
.greeting__price-new {
    font-size: 60px;
}
.greeting__advantages {
    margin-bottom: 20px;
}
.greeting__advantage {
    gap: 15px;
    grid-template-columns: 30px 1fr;
}
.greeting__advantage-num {
    font-size: 50px;
}
.greeting__advantage-text {
    font-size: 25px;
    line-height: 1.3;
    margin: 0;
}
.greeting__link {
    max-width: 420px;
    padding: 13px 14px 12px 30px;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 30px;
}
.greeting__list {
    gap: 10px 20px;
}
.greeting__list-heading {
    font-size: 18px;
    line-height: 1.3;
}
.greeting__list-text {
    font-size: 16px;
    line-height: 1.3;
}
.pricelist__tabs .nav-link {
    min-width: 160px;
}
.pricelist__items {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.pricelist__item-top {
    padding: 20px 15px 25px 20px;
}
.pricelist__item-header {
    gap: 10px;
    grid-template-columns: 1fr;
}
.pricelist__item-title {
    font-size: 20px;
}
.pricelist__item-price {
    font-size: 26px;
}
.pricelist__item-price-old {
    font-size: 18px;
}
.pricelist__item-body {
    gap: 10px;
}
.about__grid {
    grid-template-columns: 1fr;
}
.about__block {
    padding-top: 30px;
}
.about__title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about__text {
    font-size: 16px;
    line-height: 1.5;
}
.about__links {
    grid-template-columns: repeat(2, 1fr);
}
.about__video {
    height: 400px;
    margin-right: 0;
}
.about__advantages {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.about__advantage-image img {
    max-width: 90%;
    max-height: 130px;
}
.about__advantage-title {
    font-size: 16px;
    line-height: 1.3;
}
.discounts__items {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.discounts__item {
    min-height: 400px;
    padding: 16px 20px 14px;
}
.discounts__item-title {
    font-size: 20px;
    line-height: 1.3;
}
.discounts__item-bg {
    grid-template-rows: calc(100% - 120px) 120px;
}
.discounts__item_secondary .discounts__item-bg {
    grid-template-rows: 120px calc(100% - 120px);
}
.discounts__item:last-child {
    grid-column: 1/-1;
}
.examples__imgs {
    grid-template-columns: calc(100% - 200px) 200px;
    gap: 20px;
}
.examples__imgs-main img {
    height: 450px;
}
.examples__imgs-main-block {
    max-width: 360px;
    padding: 15px 20px 18px;
}
.examples__imgs-main-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
}
.examples__imgs-main-text {
    font-size: 14px;
    line-height: 1.2;
}
.examples__imgs-subs {
    min-width: 200px;
    height: 395px;
    width: 200px;
    margin: 59.5px 0;
}
.why-we__items {
    grid-template-columns: repeat(3, 1fr);
}
.why-we__item {
    padding: 30px 20px 33px;
}
.why-we__item-text {
    font-size: 16px;
    line-height: 1.5;
}
.contacts {
    padding-bottom: 50px;
}
.contacts__container {
    grid-template-columns: 1fr;
}
.contacts__item {
    padding: 0 20px 16px;
}
.contacts__item-text {
    font-size: 16px;
    line-height: 1.5;
}
.footer__policy {
    margin-left: 30px;
}
}@media screen and (max-width:991px) {
    .main {
    display: block;
    height: auto;
    padding-left: 0;
}
.header {
    width: 100%;
    z-index: 10;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    padding: 8px 15px;
    -ms-flex-align: center;
    align-items: center;
}
.header-service {
    color: #000;
    margin-bottom: 0px;
}
.header, .header__navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.header__navigation {
    z-index: 1;
    background-color: #ffffff;
    bottom: 0;
    padding: 90px 16px 16px;
    -ms-flex-align: start;
    align-items: flex-start;
    transform: translateX(-100%);
    transition: transform .2s ease;
    overflow-y: auto;
}
.header__navigation.active {
    transform: translateX(0);
}
.header__burger, .header__phone-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 36px;
    height: 30px;
    margin-left: 12px;
}
.header__burger {
    border: 0;
    outline: none;
    background-color: #e9eaf2;
    gap: 2px;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header__burger span {
    display: inline-block;
    background-color: #222227;
    height: 2px;
    width: 12px;
    transition: all .2s ease;
}
.header__burger span:last-child {
    width: 7px;
    margin-left: 5px;
}
.header__burger.active span:first-child {
    transform: rotate(45deg) translate(4px, 2px);
    width: 20px;
}
.header__burger.active span:nth-child(2) {
    transform: rotate(-45deg) translate(1px);
    width: 20px;
}
.header__burger.active span:last-child {
    opacity: 0;
}
.header__phone-button {
    background-color: #32323b;
}
.header__nav-item {
    text-align: left;
    margin-bottom: 14px;
}
.header__nav-list, .header__phone {
    margin-bottom: 10px;

}
.header__contacts {
    margin-top: 10px;
    width: 220px;
}
.logo {
    background-color: #ffffff;
    margin: 0 auto 0 -20px;
    width: 200px;
    gap: 12px;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    z-index: 2;
}
.logo__img {
    max-width: 190px;
}
.logo__text {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}
}@media screen and (min-width:992px) and (max-width:1199px) {
    .main {
    padding-left: 180px;
}
.title {
    font-size: 35px;
    line-height: 1.3;
}
.header {
    padding: 30px 15px;
    width: 180px;
}
.header__nav-item {
    margin-bottom: 10px;
}
.header__nav-link {
    font-size: 16px;
    line-height: 1.4;
}
.header__phone-link {
    font-size: 16px;
}
.header__phone-text {
    font-size: 12px;
}
.header__email {
    font-size: 15px;
}
.header__address {
    font-size: 16px;
    line-height: 1.3;
}
.header__social {
    padding: 8px;
    margin-top: 20px;
}
.header__social-link {
    width: 42px;
}
.header__btn-link {
    font-size: 14px;
    line-height: 1.2;
}
.logo__img {
    max-width: 100%}
.logo__text {
    font-size: 16px;
    line-height: 1.4;
}
.ok-container {
    padding: 0 30px;
}
.greeting__header {
    gap: 30px;
}
.greeting__title {
    font-size: 45px;
    line-height: 1.2;
}
.greeting__title b {
    font-size: 120px;
    line-height: 1;
}
.greeting__price {
    font-size: 30px;
}
.greeting__price-line {
    font-size: 45px;
    margin: 0 2px;
}
.greeting__price-new {
    font-size: 60px;
}
.greeting__advantage {
    gap: 15px;
    grid-template-columns: 30px 1fr;
}
.greeting__advantage-num {
    font-size: 50px;
}
.greeting__advantage-text {
    font-size: 25px;
    line-height: 1.3;
    margin: 0;
}
.greeting__link {
    max-width: 420px;
    padding: 13px 14px 12px 30px;
    font-size: 18px;
    line-height: 1.3;
}
.pricelist__tabs .nav-link {
    min-width: 160px;
}
.pricelist__items {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.pricelist__item-top {
    padding: 20px 15px 25px 20px;
}
.pricelist__item-header {
    gap: 10px;
    grid-template-columns: 1fr;
}
.pricelist__item-title {
    font-size: 20px;
}
.pricelist__item-price {
    font-size: 26px;
}
.pricelist__item-price-old {
    font-size: 18px;
}
.pricelist__item-body {
    gap: 10px;
}
.about__grid {
    grid-template-columns: 1fr;
}
.about__block {
    padding-top: 30px;
}
.about__title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about__text {
    font-size: 16px;
    line-height: 1.5;
}
.about__links {
    grid-template-columns: repeat(2, 1fr);
}
.about__video {
    height: 400px;
    margin-right: 0;
}
.about__advantages {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.about__advantage-image img {
    max-width: 90%;
    max-height: 130px;
}
.about__advantage-title {
    font-size: 16px;
    line-height: 1.3;
}
.discounts__items {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.discounts__item {
    min-height: 400px;
    padding: 16px 20px 14px;
}
.discounts__item-title {
    font-size: 20px;
    line-height: 1.3;
}
.discounts__item-bg {
    grid-template-rows: calc(100% - 120px) 120px;
}
.discounts__item_secondary .discounts__item-bg {
    grid-template-rows: 120px calc(100% - 120px);
}
.discounts__item:last-child {
    grid-column: 1/-1;
}
.examples__imgs {
    grid-template-columns: calc(100% - 200px) 200px;
    gap: 20px;
}
.examples__imgs-main img {
    height: 450px;
}
.examples__imgs-main-block {
    max-width: 360px;
    padding: 15px 20px 18px;
}
.examples__imgs-main-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
}
.examples__imgs-main-text {
    font-size: 14px;
    line-height: 1.2;
}
.examples__imgs-subs {
    min-width: 200px;
    height: 395px;
    width: 200px;
    margin: 59.5px 0;
}
.why-we__items {
    grid-template-columns: repeat(3, 1fr);
}
.why-we__item {
    padding: 30px 20px 33px;
}
.why-we__item-text {
    font-size: 16px;
    line-height: 1.5;
}
.contacts {
    padding-bottom: 50px;
}
.contacts__container {
    grid-template-columns: 1fr;
}
.contacts__item {
    padding: 0 20px 16px;
}
.contacts__item-text {
    font-size: 16px;
    line-height: 1.5;
}
.footer__policy {
    margin-left: 30px;
}
}@media screen and (min-width:992px) and (max-width:1199px) and (max-height:960px) {
    .greeting {
    padding: 50px 0 30px;
}
.greeting__advantages {
    gap: 6px;
    margin-bottom: 20px;
}
.greeting__link {
    margin-top: 25px;
}
.greeting__prices {
    padding-top: 20px;
}
.greeting__title {
    font-size: 45px;
    line-height: 65px;
}
.greeting__title b {
    font-size: 120px;
    line-height: 110px;
}
.greeting__list {
    gap: 15px 30px;
}
.greeting__list-text {
    font-size: 16px;
    line-height: 1.4;
}
}@media screen and (min-width:992px) and (max-width:1199px) and (max-height:730px) {
    .header__nav-list, .logo {
    margin-bottom: 3vh;
}
.header__nav-item {
    margin-bottom: 2vh;
}
.greeting {
    padding: 4vh 0 3vh;
}
.greeting__title {
    font-size: 5.5vh;
    line-height: 1.2;
}
.greeting__title b {
    font-size: 15.5vh;
    line-height: .9;
}
.greeting__advantages {
    margin-bottom: 2vh;
}
.greeting__advantage {
    gap: 10px;
}
.greeting__advantage-num {
    font-size: 7vh;
}
.greeting__advantage-text {
    font-size: 3.3vh;
}
.greeting__list-heading {
    font-size: 3vh;
    line-height: 1;
}
.greeting__list-text {
    font-size: 2.2vh;
    line-height: 1.5;
}
}@media screen and (min-width:1200px) and (max-width:1499px) {
    .ok-container {
    padding: 0 40px;
}
.greeting__title {
    font-size: 50px;
}
.greeting__title b {
    font-size: 140px;
}
.pricelist__tabs .nav-link {
    min-width: 180px;
}
.pricelist__items {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.pricelist__item-top {
    padding: 20px 15px 25px 20px;
}
.pricelist__item-header {
    gap: 10px;
}
.pricelist__item-title {
    font-size: 20px;
}
.pricelist__item-body {
    gap: 10px;
}
.about__grid {
    grid-template-columns: 400px 1fr;
}
.about__block {
    padding-top: 30px;
}
.about__title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about__text {
    font-size: 16px;
    line-height: 1.5;
}
.about__links {
    grid-template-columns: repeat(2, 1fr);
}
.about__video {
    height: 450px;
    margin-right: -40px;
}
.about__advantages {
    gap: 10px;
}
.about__advantage-image img {
    max-width: 90%;
    max-height: 130px;
}
.about__advantage-title {
    font-size: 16px;
    line-height: 1.3;
}
.discounts__items {
    gap: 15px;
}
.discounts__item {
    min-height: 400px;
    padding: 16px 20px 14px;
}
.discounts__item-title {
    font-size: 20px;
    line-height: 1.3;
}
.discounts__item-bg {
    grid-template-rows: calc(100% - 120px) 120px;
}
.discounts__item_secondary .discounts__item-bg {
    grid-template-rows: 120px calc(100% - 120px);
}
.why-we__items {
    grid-template-columns: repeat(3, 1fr);
}
.why-we__item {
    padding: 30px 20px 33px;
}
.why-we__item-text {
    font-size: 16px;
    line-height: 1.5;
}
.contacts__item {
    padding: 0 20px 16px;
}
.contacts__item-text {
    font-size: 16px;
    line-height: 1.5;
}
}@media screen and (min-width:1500px) and (max-width:1750px) {
    .pricelist__items {
    gap: 20px;
}
.pricelist__item-top {
    padding: 20px 15px 25px 20px;
}
.pricelist__item-header {
    gap: 10px;
}
.pricelist__item-title {
    font-size: 20px;
}
.pricelist__item-body {
    gap: 10px;
}
.discounts__item {
    padding: 16px 30px 14px;
}
.discounts__item-title {
    font-size: 26px;
}
.why-we__item {
    padding: 30px 20px 33px;
}
.why-we__item-text {
    font-size: 16px;
    line-height: 1.5;
}
.contacts__item {
    padding: 0 20px 16px;
}
.contacts__item-text {
    font-size: 20px;
    line-height: 1.5;
}
}@media screen and (min-width:1200px) and (max-height:970px) {
    .greeting {
    padding: 50px 0 30px;
}
.greeting__advantages {
    margin-bottom: 25px;
}
.greeting__link {
    margin-top: 25px;
}
}@media screen and (min-width:1200px) and (max-height:970px) and (max-height:880px) {
    .greeting__prices {
    padding-top: 0px;
}
.greeting__title {
    font-size: 50px;
    line-height: 65px;
}
.greeting__title b {
    font-size: 140px;
    line-height: 130px;
}
.greeting__list {
    gap: 15px 30px;
}
}@media screen and (min-width:1200px) and (max-height:970px) and (max-height:840px) {
    .header__nav-list, .logo {
    margin-bottom: 1.5vh;
}
.header__nav-item {
    margin-bottom: 1.5vh;
}
.header__btn-link, .header__social {
    margin-top: 1.5vh;
}
.greeting {
    padding-top: 4vh;
}
.greeting__title {
    font-size: 44px;
    line-height: 1.2;
}
.greeting__title b {
    font-size: 120px;
    line-height: .9;
}
.greeting__advantages {
    margin-bottom: 2.5vh;
}
.greeting__advantage {
    gap: 10px;
}
.greeting__advantage-num {
    font-size: 6vh;
}
.greeting__advantage-text {
    font-size: 4vh;
    margin-bottom: 0;
}
.greeting__list-heading {
    font-size: calc(10px + 1vh);
    line-height: 1.2;
}
.greeting__list-text {
    font-size: calc(8px + 1vh);
    line-height: 1.5;
}
}


.greeting__advantages {
  margin-top: 30px;
}

/* ---------- первый ряд ---------- */

.greeting__advantages-top {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.advantage--small {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 12px 18px;
  background: url(../images/adv-bg.jpg) no-repeat 50% / cover;

  font-size: 32px;
  font-weight: 500;
  color: #222;
}

.advantage--small img {
  width: 24px;
  height: 24px;
}

/* ---------- второй ряд ---------- */

.greeting__advantages-bottom {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

/* карточка */
.advantage-card {
  background: rgba(255, 255, 255, 0.78);
  padding: 24px 22px 26px;

  min-height: 230px;

  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

/* верхняя строка */
.advantage-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

/* заголовок */
.advantage-card h4 {
  font-size: 19px;
  font-weight: 700;
  color: #111;
  line-height: 1.15;

  margin-top: 20px;
  max-width: 75%;
}

/* иконка */
.advantage-card__head img {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 80px;

  flex-shrink: 0;
}

/* текст */
.advantage-card p {
  font-size: 17px;
  line-height: 1.45;
  color: #6b6b6b;
  margin: 0;
  margin-top: auto;
}

.greeting__mobile {
  display: none;
}

@media (max-width: 768px) {
  .greeting__desktop {
    display: none;
  }
  .greeting__mobile {
    display: block;
  }
.greeting__advantage-text {
    color: #111;
    font-size: calc(10px + 1vh);
}
.greeting__list-heading {
    color: #111;
    font-size: calc(12px + 1vh);
}
.greeting__list-text {
    color: #111;
}
.greeting::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.45),
    rgba(255,255,255,0.15)
  );
  z-index: -1;
}

}
@media (max-width: 1024px) {
  .greeting__desktop {
    display: none;
  }

  .greeting__mobile {
    display: block;
  }

  .greeting__advantage-text,
  .greeting__list-heading,
  .greeting__list-text {
    color: #111;
  }

  .greeting::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(255,255,255,0.45),
      rgba(255,255,255,0.15)
    );
    z-index: 1;
  }

  .greeting > * {
    position: relative;
    z-index: 2;
  }
}

