*,
*:after,
*:before {
    box-sizing: border-box
}

@font-face {
    font-display: swap;
    font-family: 'Idealist Sans';
    src: url(../../fonts/idealistsans.woff2) format('woff2'), url(../../fonts/idealistsans.woff) format('woff'), url(../../fonts/idealistsans.ttf) format('truetype');
    font-weight: normal
}

html {
    line-height: 1.6;
    font-size: 14px;
    min-width: 320px
}

body {
    margin: 0;
    height: 100%;
    word-wrap: break-word;
    background-color: #f9fcf9;
    color: #000;
    overflow-x: hidden
}

body,
input,
textarea,
button,
option,
select {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Idealist Sans', Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal
}

h1 {
    font-size: 60px
}

h2 {
    font-size: 60px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 20px
}

figure {
    padding: 0;
    margin: 0
}

img {
    border: 0;
    max-width: 100%
}

a {
    color: #1e1e1e;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

body a:active,
body a:hover {
    outline-width: 0;
    color: #1b395c
}

ul {
    list-style: circle
}

ol {
    list-style: decimal
}

ul,
ol {
    margin-top: 12.8px;
    margin-top: .8rem
}

li {
    margin-bottom: 12.8px;
    margin-bottom: .8rem
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15
}

textarea {
    overflow: auto
}

.wow {
    visibility: hidden
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

[class$=__content] {
    margin: 0 auto;
    width: 1470px;
    font-stretch: condensed
}

@media (max-width:1470px) {
    [class$=__content] {
        padding-left: 15px;
        padding-right: 15px;
        width: 100% !important
    }
}

*::placeholder {
    color: #000;
    font-size: 16px;
    text-transform: none
}

::-moz-selection {
    background: rgba(0, 0, 0, .3);
    color: #fff
}

::selection {
    background: rgba(0, 0, 0, .3);
    color: #fff
}

::-moz-selection {
    background: rgba(0, 0, 0, .3);
    color: #fff
}

*::-webkit-scrollbar-track {
    background-color: transparent
}

*::-webkit-scrollbar {
    width: 10px;
    background-color: transparent
}

*::-webkit-scrollbar-thumb {
    background-color: #1b395c
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #112339
}

.text-accent {
    color: #1c3d61
}

.button {
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    outline: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    user-select: none;
    background-image: linear-gradient(120deg, #1b395c 0%, #234b7a 100%);
    white-space: nowrap;
    transition: color .25s ease, transform .25s ease
}

.button__arrow {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 25px;
    transition: transform .25s ease;
    fill: #fff
}

.button:hover .button__arrow {
    transform: translateX(6px)
}

.button:hover,
.button:active {
    color: #fff
}

.button:active {
    transform: scale(.96)
}

.button__icon {
    margin-left: 50px;
    fill: #fff
}

.button__icon--arrow {
    width: 49px;
    height: 11px
}

.button-alt {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 52px;
    outline: none;
    border: #8eab8c 2px solid;
    border-radius: 2px;
    color: #8eab8c;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    white-space: nowrap;
    transition: background-color .25s ease, transform .25s ease
}

.button-alt:hover {
    color: #fff;
    background-color: #8eab8c
}

.button--small {
    height: 45px;
    line-height: 45px
}

.button--medium {
    height: 60px;
    line-height: 60px;
    font-weight: 500
}

.button--yellow {
    height: 60px;
    background-color: #fdc300;
    background-image: none;
    color: #000;
    font-size: 18px;
    min-width: 170px
}

.button--yellow .button__arrow {
    fill: #000
}

.button--yellow:hover {
    color: #000
}

@media(max-width:900px) {
    .button {
        height: 55px;
        line-height: 55px
    }
}

.nav-toggle {
    border: none;
    user-select: none;
    outline: none;
    background-image: linear-gradient(120deg, #1c3d61 0%, #1c3d61 100%);
    cursor: pointer;
    height: 60px;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1120
}

.burger {
    transition: transform .3s;
    user-select: none;
    height: 60px
}

.nav-visible .burger {
    transform: rotate(45deg)
}

.burger__line {
    fill: none;
    transition: stroke-dasharray .3s, stroke-dashoffset .3s;
    stroke: #fff;
    stroke-width: 3
}

.burger__line--bottom,
.burger__line--top {
    stroke-dasharray: 40 120
}

.nav-visible .burger__line--bottom,
.nav-visible .burger__line--top {
    stroke-dashoffset: -70px
}

.aside {
    visibility: hidden;
    background: #fff;
    position: fixed;
    opacity: 0;
    top: 30px;
    width: 100%;
    max-width: 1470px;
    margin-top: 1px;
    z-index: 120;
    transition: visibility .3s cubic-bezier(0.7, 0.26, 0.49, 1), opacity .3s cubic-bezier(0.7, 0.26, 0.49, 1);
    box-shadow: rgba(0, 0, 0, .5) 0 0 0 1500px;
    display: block
}

.nav-visible .aside {
    visibility: visible;
    opacity: 1
}

.aside__wrapper {
    display: grid;
    grid-template-columns: 1fr 375px;
    grid-auto-rows: 1fr;
    padding: 60px 0 0 0;
    overflow-y: auto
}

@media(max-width:1470px) {
    .aside {
        width: calc(100% - 30px)
    }
}

@media(max-width:1140px) {
    .aside__wrapper {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 60px)
    }
}

.menu {
    flex: 1;
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between
}

.menu__column {
    width: 33.3333%;
    border-left: #ecefee 2px solid;
    padding: 0 10px 0 50px
}

.menu__column:first-child {
    border-left: 0
}

.menu__column h3 {
    margin: 0;
    padding: 0;
    line-height: 1
}

.menu__column ul {
    list-style: none;
    font-size: 16px
}

.menu__column ul ul {
    font-size: 14px;
    padding-left: 20px
}

.menu__column>ul {
    margin: 20px 0 0 0;
    padding: 0
}

.menu__column>ul>li {
    margin-bottom: 10px
}

.menu__column a {
    text-decoration: none
}

@media(max-width:1140px) {
    .menu {
        margin-bottom: 0
    }
}

@media(max-width:900px) {
    .menu__column {
        padding: 0 10px 0 30px
    }
}

@media(max-width:850px) {
    .menu {
        flex-direction: column
    }

    .menu__column {
        width: 100%;
        border: 0
    }
}

.contacts {
    background-color: #f9fcf9;
    min-width: 375px;
    height: 100%;
    padding: 45px 20px 50px 50px
}

.contacts__title {
    font-size: 16px;
    margin-bottom: 20px
}

.contact__item {
    margin-bottom: 20px
}

.contact__item>a,
.contact__item address {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    line-height: 1.4;
    white-space: nowrap
}

.contact__item span {
    font-size: 12px;
    display: block;
    color: #777
}

.contact__socials {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px
}

.contact__socials .social__item {
    background: #fff;
    box-shadow: none;
    margin-right: 16px;
    margin-left: 0
}

@media (max-width:480px) {

    .contact__item>a,
    .contact__item address {
        font-size: 14px
    }
}

.header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 120;
    background: #fdfffe;
    transition: box-shadow .3s ease
}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: padding .2s linear, box-shadow .3s ease
}

.header--visible {
    box-shadow: rgba(0, 0, 0, .25) 0 0 17px;
    background: transparent
}

.header--visible::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, .86);
    backdrop-filter: blur(8px)
}

@media(min-width:560px) {
    .header--visible .header__content {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .header--visible .aside {
        top: 5px
    }
}

.header__top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1
}

.header__logo {
    margin-right: 40px
}

.header__logo img {
    height: 90px;
    vertical-align: top
}

.header__cart {
    display: block;
    text-decoration: none;
    width: 60px;
    height: 60px;
    margin-right: 30px;
    position: relative;
    background: url('../../images/cart.png') 50% 50% / auto no-repeat rgba(0, 0, 0, .035)
}

.mini-cart__badge {
    border-radius: 50%;
    background-image: linear-gradient(120deg, #1b395c 0%, #1c3d61 100%);
    position: absolute;
    width: 20px;
    height: 20px;
    right: 8px;
    top: 8px;
    text-align: center;
    line-height: 20px;
    color: #fff
}

.header__info {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    border-left: #ecefee 2px solid;
    padding-left: 40px
}

.header__socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 30px
}

.social__item {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    box-shadow: #1c3d61 0 0 0 2px inset;
    transition: background-color .25s ease
}

.social__item--order {
    width: auto;
    white-space: nowrap;
    text-decoration: none;
    color: #1c3d61;
    font-weight: 500;
    padding: 0 20px;
    font-size: 16px;
    box-shadow: #1c3d61 0 0 0 2px inset;
    transition: background-color .25s ease, color .25s ease
}

.social__item--order:hover {
    background-color: #1c3d61;
    color: #fff
}

.social__icon {
    width: 32px;
    height: 32px;
    transition: transform .25s ease
}

.social__item:hover .social__icon {
    transform: scale(1.1)
}

.social__item:active .social__icon {
    transform: scale(.9)
}

.social__icon--whatsapp {
    fill: #1c3d61
}

.whatsapp-label {
    color: #777;
    margin-right: 12px
}

.social__icon--viber {
    fill: rgb(49, 39, 131)
}

.social__icon--telegram {
    fill: #1c3d61
}

.social__icon--vk {
    fill: #1c3d61
}

.social__icon--instagram {
    fill: #1c3d61
}

.social__icon--max {
    fill: #1c3d61
}

.header__contacts {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

.contact__email,
.contact__phone {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap
}

.contact__address {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

.contact__icon--message,
.contact__icon--address {
    width: 34px;
    height: 34px;
    fill: rgb(145, 174, 143);
    margin-right: 20px
}

.contact__icon--address {
    margin-top: 10px
}

.contact__icon--phone {
    width: 60px;
    height: 60px;
    background: #f5f7f6;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.contact--phone {
    margin-right: 40px
}

.contact--phone .contact__link {
    font-size: 30px;
    font-weight: bold
}

.contact--phone .contact__description a {
    color: #1c3d61;
    margin-left: 20px
}

.contact__icon--phone svg {
    height: 35px;
    width: 17px
}

.contact__description {}

.contact__link {
    text-decoration: none;
    font-size: 22px;
    line-height: 1.3
}

@media (max-width:1366px) {

    .header__logo,
    .header__info {
        margin-right: 30px
    }

    .header__info {
        padding-left: 30px
    }
}

@media (max-width:1359px) {
    .whatsapp-label {
        display: none
    }

    .contact--phone {
        margin-right: 20px
    }
}

@media (max-width:1280px) {

    .header__logo,
    .header__info {
        margin-right: 30px
    }

    .header .contact--email {
        display: none
    }

    .header__navigation a {
        padding-left: 3px;
        padding-right: 3px;
        font-size: 14px
    }
}

@media (max-width:1235px) {
    .contact--phone .contact__link {
        font-size: 20px
    }

    .contact__description {
        font-size: 12px
    }

    .header__info {
        display: none
    }

    .header__socials {
        margin-right: 10px
    }

    .header__cart {
        margin-right: 10px
    }
}

@media (max-width:880px) {
    .header__info {
        display: none
    }

    .header__logo {
        margin-right: 10px
    }

    .header .header__socials--ordercall {
        display: none
    }
}

@media (max-width:560px) {
    .header__socials {
        display: none
    }

    .header__content {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .aside {
        top: 13px
    }

    .header .contact--phone {
        display: none
    }
}

@media (max-width:480px) {
    .header__cart {
        width: 42px;
        height: 42px;
        margin-right: 15px;
        background: url(../../images/cart.png) 50% 50% / auto no-repeat transparent
    }

    .mini-cart__badge {
        right: -4px;
        top: -4px
    }

    .nav-toggle {
        height: 42px
    }

    .burger {
        height: 42px
    }
}

.mobile-hub {
    display: none;
    background: #fff;
    width: 100%;
    padding: 16px 0;
    border-top: #f5f7f6 1px solid
}

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

.mobile-hub .contact__link {
    font-size: 16px;
    font-weight: 600
}

.mobile-hub .contact__description {
    font-size: 12px;
    color: #777
}

.mobile-hub .social__item--whatsapp {
    box-shadow: none;
    width: 32px;
    height: 32px
}

.mobile-hub .social__item {
    height: 34px;
    font-size: 14px;
    padding: 0 8px
}

.mobile-hub__item--phone {
    flex: 1
}

.mobile-hub__item--whatsapp {
    margin-right: 12px
}

.mobile-hub .social__item--order {
    color: #1c3d61;
    box-shadow: #1c3d61 0 0 0 2px inset
}

.mobile-hub .social__item--order:hover {
    background-color: #1c3d61;
    color: #fff
}

@media (max-width:640px) {
    .mobile-hub {
        display: block
    }
}

.main {
    width: 100%;

    position: relative;
    background: url('../../images/main-bg.jpg') 50% 50% / auto no-repeat
}

.main--gruzoperevozki {
    background-image: url('../../images/gruzoperevozki-bg.jpg')
}

.main--gruzchiki {
    background-image: url('../../images/gruzchiki-bg.jpg')
}

.main--office {
    background-image: url('../../images/office-bg.jpg')
}

.main--home {
    background-image: url('../../images/home-bg.jpg')
}

.main--dacha {
    background-image: url('../../images/dacha-bg.jpg')
}

.main--upakovka {
    background-image: url('../../images/upakovka-bg.jpg')
}

.main--xranenie {
    background-image: url('https://cdn1.ozone.ru/s3/multimedia-t/6158402261.jpg')
}

.main--mebel {
    background-image: url('../../images/mebel-bg.jpg')
}

.main--pianino {
    background-image: url('../../images/pianino-bg.jpg')
}

.main--sborka {
    background-image: url('../../images/sborka-bg.jpg')
}

.main--packaging {
    background-image: url('../../images/packaging-bg.jpg')
}

.main--seif {
    background-image: url('../../images/seif-bg.jpg')
}

.main__content {
    height: 846px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.main--upakovka .main__content {
    height: 650px;
    justify-content: center
}

.main__leaf {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 90;
    pointer-events: none
}

.main__title {
    font-size: 80px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 70px 0
}

.main__button {
    max-width: 420px;
    margin-bottom: 80px
}

@media (max-width:1790px) {
    .main__leaf {
        display: none
    }
}

@media (max-width:1024px) {
    .main {
        background-position: 50% 50%;
        background-size: cover
    }

    .main__content {
        height: auto
    }

    .main__title {
        font-size: 50px;
        margin: 40px 0 50px 0
    }
}

@media (max-width:720px) {
    .main {
        background-position: 70% 50%
    }

    .main__title {
        font-size: 32px;
        margin: 25px 0 60px 0;
        text-align: center
    }

    .main__button {
        max-width: 100%;
        margin-bottom: 30px
    }

    .main__button .button {
        font-size: 14px
    }
}

.glider {
    display: grid;
    grid-template-columns: 1fr 60px;
    grid-auto-rows: max-content;
    max-width: 750px;
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    background-color: #fff;
    margin-bottom: 60px;
    margin-left: -195px
}

.glider__arrows {
    border-left: #f7f8f8 2px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.glider__arrow {
    cursor: pointer;
    height: calc(50% - 1px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.glider__arrow svg {
    width: 28px;
    height: 28px;
    transition: fill .25s ease;
    fill: #b7beba
}

.glider__arrow:hover svg {
    fill: #52b330
}

.glider__arrow--right {
    border-bottom: #f7f8f8 1px solid
}

.glider__arrow--left {
    border-bottom: #f7f8f8 1px solid
}

.glider__arrow--left svg {
    transform: rotate(180deg)
}

.glider__icon {
    margin-right: 35px;
    width: 64px;
    flex-basis: 64px;
    flex-grow: 0;
    flex-shrink: 0
}

.glider__icon img {
    vertical-align: top
}

.glider__text {
    font-size: 18px
}

.glider__icon,
.glider__text {
    transition: opacity .7s ease;
    opacity: 0
}

.glider__data {
    display: flex;
    overflow: hidden
}

.glider__item {
    min-height: 200px;
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
    border-left: #f7f8f8 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width .7s ease
}

.glider__item--active {
    width: 100%
}

.glider__item--active .glider__icon,
.glider__item--active .glider__text {
    opacity: 1
}

@media (max-width:1860px) {
    .glider {
        margin-left: 0
    }
}

@media (max-width:700px) {
    .glider {
        margin-bottom: 30px
    }

    .glider__icon {
        margin-right: 15px;
        width: 42px;
        flex-basis: 42px
    }

    .glider__text {
        font-size: 14px
    }

    .glider__item {
        min-height: 120px;
        width: 10px
    }

    .glider__item--active {
        width: 100%
    }
}

@media (max-width:420px) {
    .glider__icon {
        display: none
    }
}

.subheader {
    padding: 80px 0 30px 0;
    max-width: 100%
}

@media (max-width:900px) {
    .subheader {
        padding: 30px 0 10px 0
    }
}

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px
}

.breadcrumbs li {
    margin: 0;
    list-style: none;
    padding: 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumbs a {
    color: #1b395c;
    text-decoration: none
}

.breadcrumbs li:not(:last-child):after {
    content: '-';
    padding-left: 4px
}

@media (max-width:1200px) {
    .breadcrumbs {
        font-size: 14px
    }
}

.data {
    font-size: 18px;
    width: 100%;

    padding-bottom: 50px;
    position: relative
}

.data h1,
.data h2 {
    line-height: 1.2;
    padding: 0;
    margin: 0 0 50px 0
}

.data__image {
    width: 100%;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.data__leaf {
    position: absolute;
    left: 0;
    top: -150px;
    z-index: 90;
    pointer-events: none
}

@media (max-width:1700px) {
    .data__leaf {
        display: none
    }
}

@media (max-width:900px) {
    .data {
        font-size: 16px
    }

    .data h1,
    .data h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 10px
    }
}

@media (max-width:640px) {
    .data {
        font-size: 14px
    }
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    gap: 30px
}

.article-thumb {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.article-thumb--user-review {
    background-image: url(../../images/quote.png);
    background-repeat: no-repeat;
    background-position: top 25px right 30px
}

.article-thumb__top {
    display: flex;
    width: 100%
}

.article-thumb__image {
    flex: 1
}

.article-thumb__info {
    width: 50%;
    margin-left: 30px
}

.article-thumb__info .star-rating {
    margin-top: 3px
}

.article-thumb__info a {
    text-decoration: none
}

.article-thumb__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2
}

.article-thumb--user-review .article-thumb__title {
    margin-bottom: 0
}

.article-thumb__time {
    color: #777
}

.article-thumb__cut {
    padding: 20px 35px;
    color: #777;
    line-height: 1.7;
    font-size: 16px;
    width: 100%
}

.article-thumb--user-review .article-thumb__cut {
    padding: 15px 30px 20px 30px
}

.article-thumb__bottom {
    flex: 1;
    width: 100%;
    padding: 0 35px 30px 35px;
    display: flex;
    justify-content: flex-end
}

@media (max-width:960px) {
    .articles-grid {
        grid-template-columns: 1fr;
        margin: 0 auto;
        max-width: 640px
    }
}

@media (max-width:640px) {
    .article-thumb__top {
        flex-direction: column
    }

    .article-thumb__image {
        width: 100%
    }

    .article-thumb__image img {
        width: 100%
    }

    .article-thumb__info {
        width: 100%;
        margin: 0;
        padding: 0 35px 0 35px
    }
}

@media (max-width:480px) {
    .article-thumb__title {
        font-size: 22px;
        margin-bottom: 15px
    }

    .article-thumb__cut {
        padding: 15px 25px;
        line-height: 1.5;
        font-size: 14px
    }

    .article-thumb__info {
        padding: 0 25px 0 25px
    }

    .articles-grid {
        max-width: 320px;
        margin: 0 auto
    }
}

.pagination {
    padding: 0;
    margin: 50px 0 0 0;
    list-style: none;
    display: flex;
    justify-content: center
}

.pagination li {
    margin: 0 16px 0 0;
    padding: 0
}

.pagination li:last-child {
    margin: 0
}

.pagination a {
    position: relative;
    display: inline-block;
    padding: 16px 24px;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    background-color: #fff;
    color: var(--text-color);
    outline: 0;
    text-decoration: none;
    font-size: 16px;
    transition: all .1s linear
}

.pagination a:hover {
    background-image: linear-gradient(120deg, #1b395c 0%, #234b7a 100%);
    color: #fff
}

.pagination li.active a {
    background-image: linear-gradient(120deg, #1b395c 0%, #234b7a 100%);
    color: #fff
}

.page-item.disabled {
    opacity: .7
}

.page-item.disabled {
    display: none
}

@media (max-width:480px) {
    .pagination a {
        padding: 12px 18px;
        font-size: 14px
    }

    .pagination li {
        margin: 0 8px 0 0
    }
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    gap: 30px
}

.reviews-grid__item a {
    display: block;
    border: #b7beba 2px solid;
    transition: border .3s ease
}

.reviews-grid__item a:hover {
    border: #fdc300 2px solid
}

.reviews-grid__item img {
    vertical-align: top
}

@media (max-width:900px) {
    .reviews-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:640px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.switch {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.switch li {
    margin: 0 20px 0 0
}

.switch li:last-child {
    margin-right: 0
}

.switch li a {
    text-decoration: none;
    display: block;
    min-height: 60px;
    height: 60px;
    background-color: #eaf0ea;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-size: 16px
}

.switch li a:hover,
.switch li.active a,
.pg-45 .switch li:first-child a {
    background-image: linear-gradient(120deg, #1b395c 0%, #234b7a 100%);
    color: #fff
}

@media (max-width:900px) {
    .switch {
        margin: 20px 0 20px 0;
        flex-wrap: wrap
    }

    .switch li {
        margin: 0 10px 10px 0
    }

    .switch li a {
        min-height: 40px;
        height: 40px;
        padding: 0 12px;
        font-size: 14px
    }
}

.input-number {
    overflow: hidden;
    position: relative;
    height: 60px;
    width: 100%;
    max-width: 115px;
    background: #e7eee7
}

body .input-number input {
    border: none;
    display: inline-block;
    height: auto;
    border: 0;
    height: 100%;
    min-height: auto !important;
    padding: 0 0 0 10px !important;
    text-align: center;
    outline: none;
    position: relative;
    width: calc(100% - 40px);
    font-size: 16px;
    background: #e7eee7;
    box-shadow: none;
    font-weight: 500
}

.input-number-increment,
.input-number-decrement {
    background: #e7eee7;
    border: 0;
    cursor: pointer;
    display: block;
    outline: none;
    position: absolute;
    width: 38px;
    height: 30px;
    text-align: center;
    right: 0;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.input-number-increment:hover svg,
.input-number-decrement:hover svg {
    fill: #1c3d61
}

.input-number-increment svg,
.input-number-decrement svg {
    width: 15px;
    height: 7px;
    fill: #bbc7bb;
    transition: fill .2s ease
}

.input-number-increment {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0
}

.input-number-decrement {
    bottom: 0
}

.color-primary {
    color: #1c3d61
}

.top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px
}

.top-row__title {
    padding: 0;
    margin: 0;
    line-height: 1.2;
    width: 56%
}

.top-row__description {
    flex: 1;
    font-size: 18px;
    padding: 15px 0 5px 5%
}

@media (max-width:1340px) {
    .top-row__title {
        font-size: 40px;
        width: 50%
    }

    .top-row__description {
        font-size: 16px;
        padding: 0 0px 5px 0
    }
}

@media (max-width:1024px) {
    .top-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .top-row__title {
        width: 100%
    }

    .top-row__description {
        width: 100%;
        padding: 10px 0px 0 0
    }
}

@media (max-width:950px) {
    .top-row {
        margin-bottom: 40px
    }
}

@media (max-width:750px) {
    .top-row__title {
        font-size: 28px
    }

    .top-row__description {
        font-size: 14px
    }
}

.cars {
    width: 100%;

    padding: 60px 0
}

.cars--nomargin {
    padding: 0 0 60px 0
}

.cars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    gap: 30px
}

.cars-grid__item {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    padding: 0 40px 35px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.cars-grid__top {
    flex: 1;
    width: 100%
}

.cars-grid__bottom {
    margin-top: 20px;
    width: 100%
}

.cars-grid__image img {
    vertical-align: top;
    width: 100%
}

.cars-grid__name {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.2
}

.cars-grid__specs {
    margin-bottom: 10px;
    font-size: 16px
}

.cars-grid__price {
    margin-bottom: 20px;
    font-size: 16px
}

.cars-grid__price strong {
    color: #1c3d61;
    font-size: 26px;
    font-weight: bold
}

.cars-grid__rent .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

@media (max-width:1440px) {
    .cars-grid__name {
        font-size: 22px
    }
}

@media (max-width:1300px) {
    .cars-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:1000px) {
    .cars-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:690px) {
    .cars-grid__item {
        padding: 0 20px 15px 20px
    }

    .cars-grid__name {
        font-size: 20px
    }
}

@media (max-width:580px) {
    .cars-grid {
        grid-template-columns: 1fr
    }

    .cars-grid__specs {
        margin-bottom: 5px;
        font-size: 14px
    }

    .cars-grid__price {
        margin-bottom: 15px;
        font-size: 14px
    }

    .cars-grid__price strong {
        font-size: 20px
    }
}

.advantages {
    width: 100%;

    padding: 80px 0
}

.advantages__title {
    padding: 0;
    margin: 0 0 50px 0;
    line-height: 1.2
}

.advantages__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    gap: 30px
}

.advantage {
    text-align: center;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03)
}

.advantage__icon img {
    vertical-align: top
}

.advantage__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    margin: 20px 0 10px 0
}

.advantage__text {
    font-size: 16px
}

@media (max-width:1340px) {
    .advantages__title {
        font-size: 40px
    }

    .advantage__title {
        font-size: 18px
    }

    .advantage__text {
        font-size: 14px
    }
}

@media (max-width:1024px) {
    .advantages {
        padding: 50px 0
    }

    .advantages__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .advantages__title {
        width: 100%;
        text-align: center
    }

    .advantage {
        padding: 20px 10px;
        display: flex
    }
}

@media (max-width:750px) {
    .advantages__title {
        font-size: 28px
    }

    .advantages {
        padding: 30px 0
    }
}

@media (max-width:480px) {
    .advantages__grid {
        grid-template-columns: 1fr
    }
}

.calculator {
    padding: 50px 0
}

.calculator__content {
    position: relative
}

.calculator__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px
}

.calculator__title {
    padding: 0;
    margin: 0;
    line-height: 1.2;
    width: 58%
}

.calculator__description {
    flex: 1;
    font-size: 18px;
    padding: 0 30px 5px 0
}

.calculator__description strong {
    display: block
}

.calculator__wrapper {
    display: grid;
    grid-template-columns: 375px 1fr;
    grid-auto-rows: min-content
}

.calculator__status {
    padding-left: 70px
}

.calculator__steps {
    color: #1c3d61;
    font-weight: bold;
    font-size: 30px;
    margin: 25px 0
}

.calculator__subtitle {
    margin: 0;
    padding: 0;
    line-height: 1.3
}

.calculator__data {
    min-height: 658px;
    padding: 50px 100px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 23%, 3% 18%, 0 13%);
    background-image: linear-gradient(120deg, #1b395c 0%, #234b7a 100%)
}

.calculator_kb {
    position: absolute;
    left: -20px;
    bottom: -40px;
    pointer-events: none
}

.calculator__bar {
    height: 20px;
    background-color: #1c3d61
}

#calcProgress {
    height: 20px;
    width: 33.3333%;
    background-color: #fdc300;
    transition: width .3s ease
}

.calculator__steps-grid {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    height: 100%
}

body .calculator__step input[type=text],
body .calculator__step input[type=tel],
body .calculator__step select {
    height: 60px;
    min-height: 60px
}

.calculator__step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%
}

.calculator__row {
    margin-top: 30px;
    width: 100%
}

.calculator__row--delimiter {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: #1c3d61 2px solid
}

.calculator__row [data-suggest] {
    color: #000
}

.calculator__row>ymaps {
    transform: translateX(-1px)
}

.calculator__row ymaps * {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important
}

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

.calculator__row-bottom {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%
}

body .calculator__step label {
    font-size: 18px;
    color: #d4f2c9;
    margin-bottom: 10px;
    font-weight: normal;
    display: block
}

.c_stepback {
    margin-bottom: 15px;
    display: block;
    color: #fff
}

.c_stepback--f {
    margin-bottom: 8px
}

.yesno,
.calculator__select {
    display: flex;
    align-items: center;
    white-space: nowrap;
    user-select: none
}

.yesno__item {
    background-color: #fff;
    height: 60px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-left: 10px;
    cursor: pointer
}

.yesno__item--selected {
    background-color: #fdc300
}

.calculator__select select {
    padding: 0 20px;
    margin-left: 10px
}

.calculator__row--cars {
    position: relative
}

.car-slider__item {
    background: #fff;
    padding: 10px 20px 20px 20px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1 0 auto;
    height: 100%;
    cursor: pointer;
    opacity: .65;
    box-shadow: rgba(0, 0, 0, .0) 0 0 0 3px inset;
    transition: box-shadow .2s ease, opacity .2s ease
}

.car-slider__item--active {
    box-shadow: #fdc300 0 0 0 3px inset;
    opacity: 1
}

.car-slider__item:hover {
    opacity: 1
}

.car-slider__top {
    flex: 1
}

.car-slider__bottom {
    padding-top: 5px
}

.car-slider__weight {
    color: #777;
    font-size: 14px
}

.car-slider__price span {
    color: #1b395c;
    font-weight: bold
}

.car-slider__places {
    color: #777;
    font-size: 14px;
    margin-top: 10px
}

.car-slider {
    max-width: 895px;
    margin-left: -20px;
    transform: translateX(20px);
    overflow: hidden
}

#calcCarTime select {
    display: none
}

#calcCarTime select.active {
    display: block
}

#calculator .owl-carousel .owl-stage {
    display: flex
}

.calculator__results {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%
}

.calculator__result-list {
    width: 50%;
    padding-top: 20px
}

.calculator__result-map {
    width: 50%;
    padding-top: 40px
}

#calcMap {
    width: 100%;
    height: 370px;
    display: block
}

.calc-result__item {
    width: 90%;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: #1c3d61 2px solid
}

.calculator__result-list .calc-result__item:last-child {
    border-bottom: 0
}

.calc-result__title {
    font-size: 18px
}

.calc-result__value {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px
}

.calc-result__value:last-child {
    margin-bottom: 0
}

.calculator__total {
    font-size: 24px;
    margin-top: 20px;
    width: 100%;
    display: flex
}

#output_price {
    font-size: 30px;
    color: #fdc300
}

.calculator__note {
    font-size: 14px;
    color: #d4f2c9;
    margin-top: 5px
}

.calculator__form form {
    display: flex
}

.calculator__form form input {
    width: auto !important;
    margin-right: 10px
}

.calculator__form form .button {
    margin-right: 20px
}

@media (max-width:800px) {
    .calculator__results {
        flex-direction: column-reverse
    }

    .calculator__result-map {
        width: 100%;
        padding-top: 30px
    }

    #calcMap {
        height: 340px
    }

    .calculator__result-list {
        width: 100%;
        padding-top: 10px
    }

    .calculator__total {
        font-size: 20px;
        line-height: 1
    }

    .calculator__total {
        flex-direction: column
    }
}

@media (max-width:950px) {
    .calculator__form {
        width: 100%
    }

    .calculator__form form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%
    }

    .calculator__form form input,
    .calculator__form form .button {
        min-width: 290px;
        width: 100% !important;
        margin-right: 0;
        margin-top: 15px
    }

    .calculator__row-bottom--form {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .c_stepback--f {
        margin-top: 30px
    }
}

.calculator__step--final {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.thanks {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.thanks img {
    margin-bottom: 20px
}

.thanks strong {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2
}

.car__arrows {
    width: calc(100% + 100px);
    margin-left: -50px;
    position: absolute;
    top: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
    height: 0;
    z-index: 90
}

.car__arrow {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.car__arrow svg {
    width: 28px;
    height: 28px;
    transition: fill .25s ease;
    fill: #b7beba
}

.car__arrow:hover svg {
    fill: #52b330
}

.car__arrow--left svg {
    transform: rotate(180deg)
}

.c_stepback:hover {
    color: #fdc300
}

@media (max-width:1470px) {
    .car-slider {
        max-width: 58vw
    }
}

@media (max-width:1270px) {
    .car-slider {
        max-width: 50.5vw
    }
}

@media (max-width:1024px) {

    .yesno,
    .calculator__select {
        flex-wrap: wrap
    }

    .yesno__item {
        margin-left: 0;
        margin-right: 10px
    }

    .yesno__title,
    .calculator__label {
        width: 100%;
        font-size: 14px;
        margin-bottom: 4px
    }

    .calculator__select select {
        margin-left: 0
    }
}

@media (max-width:900px) {
    .car-slider {
        max-width: calc(100vw - 100px)
    }

    .calculator_kb {
        display: none
    }

    body .calculator__step select {
        padding: 0 10px;
        height: 32px;
        min-height: 32px
    }

    #c_from,
    #c_to {
        height: 32px;
        min-height: 32px
    }

    .yesno__item {
        height: 32px;
        padding: 0 10px;
        font-size: 14px
    }

    #gruzQuantity {
        margin-right: 10px
    }
}

@media (max-width:440px) {
    .calculator__row--grid {
        flex-wrap: wrap
    }

    .calculator__options {
        margin-bottom: 10px
    }

    .c_button .button {
        font-size: 14px
    }

    .calculator__row-bottom {
        flex-direction: column;
        justify-content: flex-end;
        align-items: center
    }

    .calculator__row-bottom .button {
        margin-bottom: 10px;
        width: 100%
    }

    .c_stepback {
        font-size: 14px
    }
}

@media (max-width:1340px) {
    .calculator__title {
        font-size: 40px;
        width: 50%
    }

    .calculator__description {
        font-size: 16px;
        padding: 0 0px 5px 0
    }
}

@media (max-width:1140px) {
    .calculator__wrapper {
        grid-template-columns: 235px 1fr
    }

    .calculator__status {
        padding-left: 20px
    }

    .calculator__steps {
        font-size: 24px;
        margin-bottom: 10px
    }

    .calculator__subtitle {
        font-size: 18px
    }

    .calculator_kb {
        max-width: 290px
    }
}

@media (max-width:1024px) {
    .calculator__top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .calculator__title {
        width: 100%
    }

    .calculator__description {
        width: 100%;
        padding: 10px 0px 0 0
    }
}

@media (max-width:950px) {
    .calculator__top {
        margin-bottom: 0
    }

    .calculator__wrapper {
        grid-template-columns: 1fr
    }

    .calculator__data {
        clip-path: none;
        padding: 30px
    }

    .calculator__status {
        padding-left: 0;
        text-align: center
    }

    .calculator__subtitle {
        font-size: 14px;
        margin-bottom: 30px
    }

    .calculator__subtitle br {
        display: none
    }

    .calculator_kb {
        max-width: 190px;
        left: 0;
        bottom: -70px
    }
}

@media (max-width:750px) {
    .calculator__title {
        font-size: 28px
    }

    .calculator__description {
        font-size: 14px
    }
}

.gruzprice__more {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px
}

.gruzprice__more-text {
    font-size: 18px;
    font-weight: 500;
    margin-right: 50px
}

.gruzprice-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: min-content;
    grid-gap: 30px;
    gap: 30px;
    padding: 60px 0 60px 0
}

.gruzprice-grid__item {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.gruzprice__actual {
    font-size: 26px;
    color: #1c3d61;
    font-weight: 500;
    margin-top: 20px
}

.gruzprice-grid__top {
    padding: 40px 40px 30px 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1
}

.gruzprice-grid__top img {
    vertical-align: top;
    margin-bottom: 15px
}

.gruzprice-grid__title {
    font-size: 26px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 25px
}

.gruzprice-grid__info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    font-size: 16px;
    flex: 1
}

.gruzprice-grid__people,
.gruzprice-grid__time {
    width: 50%;
    white-space: nowrap
}

.gruzprice-grid__info img {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 3px
}

.gruzprice-grid__price {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background-color: #f3f7f3;
    font-size: 16px
}

.gruzprice-grid__price strong {
    color: #1c3d61;
    font-size: 26px;
    font-weight: bold
}

.gruzprice-grid__order {
    width: 100%;
    padding: 30px
}

.gruzprice-grid__order .button {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.gruzprice-grid__count {
    color: #1c3d61;
    font-size: 80px;
    line-height: 1
}

.gruzprice-grid__worklink {
    margin-bottom: 25px
}

.gruzprice-grid__worklink a {
    text-decoration: none;
    color: #777
}

@media (max-width:1235px) {
    .gruzprice-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:900px) {
    .gruzprice__more {
        margin-top: 20px
    }

    .gruzprice__actual {
        font-size: 18px;
        text-align: center
    }
}

@media (max-width:680px) {
    .gruzprice__more {
        flex-direction: column;
        text-align: center;
        width: 100%
    }

    .gruzprice__more-text,
    .gruzprice__more-button {
        width: 100%;
        margin-right: 0
    }

    .gruzprice__more-text {
        margin-bottom: 10px;
        font-size: 14px
    }

    .gruzprice-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
        padding: 30px 0
    }

    .gruzprice-grid__title {
        font-size: 20px
    }

    .gruzprice-grid__price strong {
        font-size: 20px
    }
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: min-content;
    grid-gap: 30px;
    gap: 30px;
    padding: 60px 0 60px 0
}

.shop-grid__item {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.shop-grid__item * {
    user-select: none
}

.shop__actual {
    font-size: 26px;
    color: #1c3d61;
    font-weight: 500;
    margin-top: 20px
}

.shop-grid__top {
    padding: 30px 30px 30px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1
}

.shop-grid__top img {
    vertical-align: top;
    margin-bottom: 15px
}

.shop-grid__title {
    font-size: 18px;
    width: 100%;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 10px
}

.shop-grid__info {
    color: #777;
    text-align: left;
    width: 100%;
    margin-bottom: 10px
}

.shop-grid__info {
    text-align: left;
    width: 100%
}

.shop-grid__price {
    width: 100%;
    padding: 15px 25px;
    background-color: #f3f7f3;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.shop-grid__price strong {
    color: #1c3d61;
    font-size: 26px;
    font-weight: bold
}

.shop-grid__order {
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.shop-grid__button {
    flex: 1;
    margin-left: 20px
}

.shop-grid__order .button {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.shop-grid__count {
    color: #1c3d61;
    font-size: 80px;
    line-height: 1
}

.shop-grid__worklink {
    margin-bottom: 25px
}

.shop-grid__worklink a {
    text-decoration: none;
    color: #777
}

.shop-grid__complect {
    width: 100%;
    border-top: rgba(0, 0, 0, 0.05) 2px solid;
    margin-top: 20px;
    padding-top: 15px
}

@media (max-width:1230px) {
    .shop-grid__order {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .shop-grid__button {
        margin-left: 0;
        margin-top: 20px;
        width: 100%
    }

    .shop-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:850px) {
    .shop-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:640px) {
    .shop-grid {
        grid-template-columns: 1fr
    }
}

dl {
    display: table;
    padding-top: 4px;
    width: 100%;
    padding-bottom: 4px;
    margin: 0
}

dt {
    font-size: 12px;
    display: table-cell
}

dd {
    text-align: right;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    display: table-cell
}

.complex {
    padding: 100px 0;
    width: 100%;

    background: url('../../images/complex-bg.jpg') #fff
}

.complex__title {
    line-height: 1.2;
    text-align: center;
    padding: 0;
    margin: 0 0 50px 0
}

.complex__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: min-content;
    grid-gap: 37px;
    gap: 37px
}

.complex__item {
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(9, 61, 2, .1)
}

.complex__item--big {
    grid-column: span 2;
    display: flex;
    align-items: center
}

.complex__media {
    position: relative
}

.complex__media img {
    vertical-align: top
}

.complex__price {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-weight: bold;
    background-color: #fdc300;
    padding: 15px 25px;
    white-space: nowrap;
    line-height: 1
}

.complex__item--big .complex__info {
    padding: 25px 25px 25px 50px
}

.complex__item--big .complex__media {
    width: 281px;
    flex-basis: 281px;
    flex-grow: 0;
    flex-shrink: 0
}

.complex__item--big .complex__subtitle {
    display: block;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 20px 0
}

.complex__item--big .complex__description {
    font-size: 18px;
    margin-bottom: 15px
}

.complex__item--big .complex__extra {
    font-size: 18px;
    color: #1c3d61;
    margin-bottom: 20px
}

.complex__item--medium .complex__info {
    padding: 25px 30px 40px 40px
}

.complex__item--medium .complex__subtitle {
    display: block;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.4;
    padding: 0;
    margin: 0 0 15px 0
}

.complex__item--medium .complex__description {
    font-size: 14px;
    margin-bottom: 12px
}

.complex__item--medium .complex__extra {
    font-size: 14px;
    color: #1c3d61;
    margin-bottom: 15px
}

@media (max-width:1280px) {
    .complex__item--big .complex__info {
        padding: 20px
    }

    .complex__item--big .complex__subtitle {
        font-size: 26px;
        line-height: 1.2;
        margin: 0 0 15px 0
    }

    .complex__item--big .complex__description {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 10px
    }

    .complex__item--big .complex__extra {
        font-size: 14px;
        color: #1c3d61;
        line-height: 1.2;
        margin-bottom: 20px
    }

    .complex__item--medium .complex__info {
        padding: 15px 15px 20px 20px
    }

    .complex__item--medium .complex__subtitle {
        font-size: 22px;
        line-height: 1.2;
        margin: 0 0 10px 0
    }

    .complex__item--medium .complex__description {
        line-height: 1.2
    }
}

@media (max-width:1060px) {
    .complex__item--big {
        grid-column: span 4
    }
}

@media (max-width:900px) {
    .complex {
        padding: 40px 0
    }

    .complex__title {
        font-size: 28px
    }

    .complex__item--medium {
        grid-column: span 2
    }
}

@media (max-width:570px) {
    .complex__grid {
        max-width: 281px;
        margin: 0 auto
    }

    .complex__item--big {
        flex-direction: column;
        width: 281px
    }

    .complex__item--big .complex__subtitle {
        font-size: 22px;
        line-height: 1.2;
        margin: 0 0 10px 0
    }

    .complex__item--medium {
        grid-column: span 4;
        max-width: 281px
    }

    .complex__price {
        font-size: 16px;
        padding: 12px 20px
    }
}

.reason {
    width: 100%;

    padding: 150px 0 70px 0;
    background-color: #f9fcf9;
    position: relative
}

.reason__leaf {
    position: absolute;
    right: 0;
    top: -350px;
    pointer-events: none
}

@media (max-width:1790px) {
    .reason__leaf {
        display: none
    }
}

.reason__blocks {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.reason__counter {
    background-color: #55b932;
    box-shadow: 0px 10px 30px 0px rgba(9, 61, 2, 0.1);
    padding: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    max-width: 340px;
    margin-right: 60px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 40%, 8% 32%, 0 23%)
}

.reason__counter strong {
    font-size: 160px;
    color: #ed9436;
    text-shadow: 0px 3px 10px rgba(215, 163, 1, 0.4);
    line-height: 1;
    font-weight: 900
}

.reason__counter span:nth-last-of-type(1) {
    font-size: 54px;
    line-height: 1.2;
    color: #fff
}

.reason__counter span:nth-last-of-type(2) {
    font-size: 46px;
    color: #fff
}

.reason__info {
    flex: 1
}

.reason__title {
    padding: 20px 0 0 0;
    margin: 0;
    line-height: 1.2
}

.reason__description {
    font-size: 18px;
    margin: 15px 0 30px 0;
    color: #777
}

.reason__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    gap: 40px
}

.reason__card {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    padding: 20px 40px 20px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 200px
}

.reason__text {
    font-size: 18px;
    margin-left: 30px
}

.reason__list {
    margin-top: 100px
}

@media (max-width:1120px) {
    .reason {
        padding: 30px 0
    }

    .reason__counter {
        display: none
    }

    .reason__text {
        font-size: 14px;
        margin-left: 20px;
        line-height: 1.3
    }

    .reason__title,
    .reason__description {
        text-align: center
    }
}

@media (max-width:900px) {
    .reason__title {
        font-size: 28px
    }

    .reason__description {
        font-size: 14px
    }
}

@media (max-width:800px) {
    .reason__cards {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        gap: 30px
    }

    .reason__card {
        padding: 20px 20px 20px 20px;
        min-height: auto
    }

    .reason__card img {
        width: 32px
    }

    .reason__list {
        margin-top: 50px
    }
}

.list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px 50px
}

.list-grid__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.list-grid__media {
    position: relative;
    width: 170px;
    flex-basis: 170px;
    flex-shrink: 0;
    margin-right: 50px;
    padding-top: 5px
}

.list-grid__media img {
    vertical-align: top
}

.list-grid__label {
    width: 60px;
    height: 60px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    position: absolute;
    background-color: #ffc100;
    top: -20px;
    right: -20px
}

.list-grid__info h3 {
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1.2;
    font-weight: normal;
    font-size: 26px
}

.list-grid__text {
    font-size: 16px;
    color: #777;
    line-height: 1.9
}

@media (max-width:1180px) {
    .list-grid__text {
        font-size: 14px;
        line-height: 1.5
    }
}

@media (max-width:1060px) {
    .list-grid__text {
        font-size: 14px;
        line-height: 1.5
    }

    .list-grid__media {
        width: 140px;
        flex-basis: 140px;
        margin-right: 40px
    }

    .list-grid__label {
        width: 48px;
        height: 48px;
        font-size: 22px;
        top: -14px;
        right: -14px
    }

    .list-grid__info h3 {
        font-size: 22px
    }
}

@media (max-width:800px) {
    .list-grid {
        grid-template-columns: 1fr;
        grid-gap: 40px;
        gap: 40px
    }

    .list-grid__media {
        width: 90px;
        flex-basis: 90px;
        margin-right: 25px
    }

    .list-grid__label {
        width: 28px;
        height: 28px;
        font-size: 18px;
        top: -8px;
        right: -8px
    }
}

.link-arrow {
    color: #1c3d61;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1
}

.link-arrow svg {
    fill: #1c3d61;
    width: 28px;
    height: 28px;
    margin-left: 20px;
    transition: transform .3s ease
}

.link-arrow:hover svg {
    transform: translateX(10px)
}

@media (max-width:1060px) {
    .link-arrow {
        font-size: 14px
    }
}

.heading--more {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.heading--more h2 {
    line-height: 1.1;
    padding: 0;
    margin: 0
}

@media (max-width:900px) {
    .heading--more {
        flex-direction: column;
        align-items: center
    }

    .heading--more h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 10px
    }

    .heading--more .link-arrow {
        font-size: 14px
    }
}

.promo {
    width: 100%;

    padding: 50px 0
}

.promo__slider {
    margin-top: 60px;
    position: relative
}

.promo__arrows {
    width: calc(100% + 60px);
    margin-left: -30px;
    position: absolute;
    top: calc(50% - 30px);
    display: flex;
    justify-content: space-between;
    height: 0;
    z-index: 90
}

.promo__arrow {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.promo__arrow svg {
    width: 28px;
    height: 28px;
    transition: fill .25s ease;
    fill: #b7beba
}

.promo__arrow:hover svg {
    fill: #52b330
}

.promo__arrow--left svg {
    transform: rotate(180deg)
}

@media (max-width:1540px) {
    .promo__arrows {
        width: calc(100% + 20px);
        margin-left: -10px;
        opacity: .8
    }
}

@media (max-width:720px) {
    .promo__slider {
        margin-top: 30px
    }

    .promo__arrows {
        width: calc(100% + 20px);
        margin-left: -10px;
        top: calc(50% - 16px);
        opacity: .8
    }

    .promo__arrow {
        width: 32px;
        height: 32px
    }
}

.begin {
    padding: 30px 0 0 0;
    width: 100%;

    background-color: #fff
}

.begin__content {
    background: url('../../images/begin-bg.png') 56% 100% / auto no-repeat
}

.begin__title {
    line-height: 1.1;
    padding: 0;
    margin: 0
}

.begin__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.begin__left {
    font-size: 18px;
    width: 61%
}

.begin__form {
    width: 29%;
    padding-top: 10px
}

.begin__form .button {
    width: 100%
}

.begin__left p {
    padding: 0;
    margin: 30px 0 0 0
}

.begin__phone {
    margin: 0 auto;
    max-width: 1470px;
    display: flex;
    justify-content: center
}

.begin__phone-number {
    background-color: #ffc100;
    margin-left: 80px
}

.begin__phone-number a {
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    padding: 10px 45px
}

.begin__phone-number a:hover {
    color: #777
}

@media (max-width:1359px) {
    .begin__content {
        background-image: none
    }

    .begin__phone {
        justify-content: flex-start
    }

    .begin__phone-number {
        margin-left: 0
    }
}

@media (max-width:1190px) {
    .begin__left {
        font-size: 16px;
        width: 55%;
        margin-bottom: 20px
    }

    .begin__form {
        width: 40%
    }
}

@media (max-width:900px) {
    .begin__wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .begin__left {
        font-size: 14px;
        width: 100%;
        max-width: 480px
    }

    .begin__form {
        width: 100%;
        max-width: 480px
    }

    .begin__title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 10px
    }

    .begin__phone {
        display: none
    }
}

.review-slider {
    padding: 20px 0 80px 0;
    width: 100%;

}

.image-slider {
    position: relative;
    padding: 50px 0
}

.image-slider__slide a {
    border: #b7beba 2px solid;
    display: block;
    user-select: none;
    transition: border-color .3s ease
}

.image-slider__slide a:hover {
    border-color: #fdc300
}

.image-slider__arrows {
    width: calc(100% + 60px);
    margin-left: -30px;
    position: absolute;
    top: calc(50% - 30px);
    display: flex;
    justify-content: space-between;
    height: 0;
    z-index: 90
}

.image-slider__arrow {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.image-slider__arrow svg {
    width: 28px;
    height: 28px;
    transition: fill .25s ease;
    fill: #b7beba
}

.image-slider__arrow:hover svg {
    fill: #52b330
}

.image-slider__arrow--left svg {
    transform: rotate(180deg)
}

@media (max-width:1540px) {
    .image-slider__arrows {
        width: calc(100% + 20px);
        margin-left: -10px;
        opacity: .8
    }
}

@media (max-width:720px) {
    .image-slider__arrows {
        width: calc(100% + 20px);
        margin-left: -10px;
        top: calc(50% - 16px);
        opacity: .8
    }

    .image-slider__arrow {
        width: 32px;
        height: 32px
    }
}

.works {
    padding: 50px 0
}

.works__wrapper {
    margin: 60px 0 10px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: min-content;
    grid-gap: 40px;
    gap: 40px
}

.work-card {
    position: relative;
    overflow: hidden
}

.works .work-card {
    display: none
}

.works .work-card:nth-of-type(1),
.works .work-card:nth-of-type(2) {
    display: block
}

.work-card__wrapper {
    position: relative
}

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

.work-card__info {
    padding: 25px 25px 0 25px
}

.work-card__title {
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.2
}

.work-card__info p {
    font-size: 16px;
    color: #777;
    width: 80%;
    line-height: 1.7
}

.works__more {
    display: flex;
    align-items: center;
    justify-content: center
}

.works__more .button {
    font-weight: bold;
    width: 100%;
    max-width: 320px
}

.work-card__arrows {
    position: absolute;
    display: flex;
    justify-content: space-between;
    height: 0;
    z-index: 90;
    bottom: 60px;
    right: 0
}

.work-card__arrow {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.work-card__arrow svg {
    width: 28px;
    height: 28px;
    transition: fill .25s ease;
    fill: #b7beba
}

.work-card__arrow:hover svg {
    fill: #52b330
}

.work-card__arrow--left svg {
    transform: rotate(180deg)
}

@media (max-width:900px) {
    .works__wrapper {
        margin: 40px 0 10px 0;
        grid-gap: 20px;
        gap: 20px
    }

    .work-card__title {
        font-size: 22px
    }

    .work-card__info p {
        font-size: 14px;
        width: 100%;
        line-height: 1.4
    }

    .works__more .button {
        font-weight: normal
    }
}

@media (max-width:680px) {
    .works {
        padding: 30px 0
    }

    .work-card {
        max-width: 480px;
        width: 100%;
        margin: 0 auto
    }

    .works__wrapper {
        grid-template-columns: 1fr
    }

    .works__more .button {
        max-width: 480px
    }

    .work-card__arrows {
        bottom: 40px
    }

    .work-card__arrow {
        width: 40px;
        height: 40px
    }

    .work-card__arrow svg {
        width: 20px;
        height: 20px
    }
}

.about {
    padding: 50px 0 146px 0;
    width: 100%;

    background-color: #fff
}

.about__title {
    padding: 0;
    margin: 0;
    line-height: 1.2
}

.about__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap
}

.about__left {
    width: 50%
}

.about__right {
    width: 50%
}

.about__left p {
    font-size: 18px;
    padding: 0;
    width: 95%;
    line-height: 1.8;
    margin: 30px 0 0 0
}

.about__button {
    margin-top: 55px
}

.about__button .button {
    max-width: 340px
}

.about__yandex {
    margin-top: 45px
}

.about__yandex span {
    display: block;
    color: #777;
    font-size: 18px;
    margin-bottom: 20px
}

.about__yandex img {
    display: block
}

.about__gallery {
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    gap: 30px
}

.about__gallery a {
    border: #b7beba 2px solid;
    transition: border .3s ease
}

.about__gallery a:hover {
    border: #fdc300 2px solid
}

.about__gallery a:nth-of-type(1),
.about__gallery a:nth-of-type(3) {
    transform: translateY(-30px)
}

.about__decorator {
    height: 0
}

.about__decorator img {
    margin-top: -190px;
    position: relative;
    pointer-events: none
}

@media (max-width:1120px) {
    .about__left p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media (max-width:900px) {
    .about {
        padding: 20px 0 100px 0
    }

    .about__title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 10px
    }

    .about__left,
    .about__right {
        width: 100%
    }

    .about__left p {
        font-size: 14px;
        width: 100%;
        max-width: 580px;
        margin: 30px auto 0 auto
    }

    .about__button {
        margin-left: auto;
        margin-right: auto;
        max-width: 340px
    }

    .about__yandex {
        display: none
    }

    .about__gallery a:nth-of-type(1),
    .about__gallery a:nth-of-type(3) {
        transform: translateY(0)
    }

    .about__decorator {
        max-width: 380px
    }

    .about__decorator img {
        margin-top: -130px
    }
}

@media (max-width:640px) {
    .about {
        padding-bottom: 20px
    }

    .about__decorator {
        display: none
    }
}

.steps {
    padding: 70px 0;
    background-color: #f9fcf9;
    width: 100%;

}

.steps__content {
    background: url('../../images/foots.png') 43% 280px / auto no-repeat;
    padding-bottom: 50px
}

.steps__title {
    text-align: center;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 60px 0
}

.steps .list-grid {
    grid-gap: 10px;
    gap: 10px
}

.steps .list-grid__info h3 {
    margin-top: -5px
}

.steps .list-grid__text {
    line-height: 1.7
}

.steps .list-grid__text a {
    font-weight: bold;
    color: #1c3d61;
    text-decoration: none
}

.steps__form {
    max-width: 425px
}

.steps__form button {
    width: 100%
}

@media (max-width:900px) {
    .steps__title {
        font-size: 28px;
        margin: 0 0 40px 0
    }

    .steps__form {
        max-width: 100%;
        padding-top: 30px
    }
}

@media (max-width:640px) {
    .steps {
        padding: 30px 0 0 0
    }
}

.qna {
    padding: 20px 0;
    width: 100%;

    background-color: #fff;
    position: relative
}

.qna__leaf {
    position: absolute;
    left: 0;
    top: -360px;
    pointer-events: none
}

@media (max-width:1790px) {
    .qna__leaf {
        display: none
    }
}

.qna__topline {
    margin-bottom: 50px
}

.qna__item {
    background-color: #eaf0ea;
    padding: 25px 20px 25px 30px;
    margin-bottom: 30px;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.2;
    cursor: pointer
}

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

.qna__arrow {
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    transition: transform .2s ease
}

.qna__item--active .qna__arrow {
    transform: rotate(-90deg)
}

.qna__item--active .qna__arrow svg {
    fill: #1c3d61
}

.qna__arrow svg {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    flex-grow: 0;
    flex-shrink: 0;
    fill: #b9c5b9;
    transition: fill .3s ease
}

.qna__answer {
    padding: 5px 50px 0 0;
    margin-top: 15px;
    display: none;
    font-size: 14px;
    line-height: 2
}

.qna__question {
    font-size: 18px;
    line-height: 1.2;
    padding-right: 30px;
    user-select: none
}

@media (max-width:900px) {
    .qna {
        padding: 30px 0
    }

    .qna__topline {
        margin-bottom: 30px
    }

    .qna__question {
        font-size: 16px
    }

    .qna__item {
        padding: 10px 15px 10px 15px;
        margin-bottom: 20px
    }

    .qna__answer {
        line-height: 1.3;
        padding-right: 0
    }
}

.articles {
    background-color: #f9fcf9;
    padding: 90px 0 90px 0;
    width: 100%;

}

.articles__topline {
    margin-bottom: 50px
}

.article-preview {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%
}

.article-preview__image {
    width: 100%
}

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

.article-preview__title {
    padding: 20px 30px;
    width: 100%
}

.article-preview__title a {
    text-decoration: none;
    color: #000;
    font-size: 26px;
    line-height: 1.3
}

.article-preview__bottom {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 30px 20px 30px
}

.article-preview__date {
    font-size: 16px;
    color: #777
}

.articles__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    gap: 40px
}

.news__wrapper,
.article__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    gap: 40px
}

@media (max-width:1160px) {
    .article-preview__title a {
        font-size: 18px
    }

    .articles {
        padding: 50px 0
    }
}

@media (max-width:900px) {
    .articles__content {
        grid-template-columns: 1fr
    }

    .articles__topline {
        margin-bottom: 20px
    }
}

@media (max-width:480px) {
    .articles {
        padding: 30px 0
    }

    .article-preview__title a {
        font-size: 16px
    }

    .news__wrapper,
    .article__wrapper {
        grid-template-columns: 1fr
    }
}

.priceinfo {
    padding: 50px 0 50px 0;
    width: 100%;

}

.priceinfo__wrapper {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 0;
    gap: 0
}

.priceinfo__main {
    padding: 60px 20px 70px 80px
}

.priceinfo__title {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.15
}

.priceinfo__description {
    font-size: 26px;
    margin-bottom: 20px
}

.priceinfo__text {
    color: #777;
    font-size: 16px
}

.priceinfo__terms {
    border-left: #f7f8f8 2px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.priceinfo__terms img {
    margin-bottom: 20px
}

.priceinfo__terms-text {
    font-size: 18px;
    text-align: center
}

@media (max-width:1320px) {
    .priceinfo__main {
        padding: 30px
    }

    .priceinfo__title {
        font-size: 28px
    }

    .priceinfo__description {
        font-size: 20px
    }

    .priceinfo__terms-text {
        font-size: 16px;
        line-height: 1.2
    }
}

@media (max-width:900px) {
    .priceinfo {
        padding: 0
    }

    .priceinfo__wrapper {
        grid-template-columns: 1fr 1fr
    }

    .priceinfo__main {
        grid-column: span 2;
        border-bottom: #f7f8f8 2px solid;
        text-align: center
    }

    .priceinfo__terms--1 {
        border-left: 0
    }
}

@media (max-width:640px) {
    .priceinfo__terms {
        justify-content: flex-start
    }

    .priceinfo__terms img {
        width: 48px
    }

    .priceinfo__terms-text {
        font-size: 14px
    }

    .priceinfo__description {
        font-size: 16px
    }

    .priceinfo__text {
        font-size: 14px;
        line-height: 1.2
    }
}

.priceinfo-alt {
    padding: 20px 0 90px 0;
    width: 100%;

}

.priceinfo-alt__wrapper {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    gap: 0
}

.priceinfo-alt__title {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.15;
    font-size: 26px;
    font-weight: 500
}

.priceinfo-alt__description {
    font-size: 26px;
    margin-bottom: 20px
}

.priceinfo-alt__text {
    color: #777;
    font-size: 16px
}

.priceinfo-alt__terms {
    border-left: #f7f8f8 2px solid;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px 20px 60px 60px
}

.priceinfo-alt__terms img {
    margin-bottom: 20px
}

.priceinfo-alt__terms-text {
    font-size: 16px;
    color: #777
}

@media (max-width:1320px) {
    .priceinfo-alt__title {
        font-size: 28px
    }

    .priceinfo-alt__description {
        font-size: 20px
    }

    .priceinfo-alt__terms-text {
        font-size: 16px;
        line-height: 1.2
    }
}

@media (max-width:900px) {
    .priceinfo-alt__title {
        font-size: 20px
    }

    .priceinfo-alt {
        padding: 0
    }

    .priceinfo-alt__terms--1 {
        border-left: 0
    }

    .priceinfo-alt__wrapper {
        grid-template-columns: 1fr
    }

    .priceinfo-alt__wrapper {
        padding: 40px 0
    }

    .priceinfo-alt__terms {
        padding: 20px 30px
    }
}

@media (max-width:640px) {
    .priceinfo-alt__terms {
        justify-content: flex-start
    }

    .priceinfo-alt__terms img {
        width: 48px
    }

    .priceinfo-alt__terms-text {
        font-size: 14px
    }

    .priceinfo-alt__description {
        font-size: 16px
    }

    .priceinfo-alt__text {
        font-size: 14px;
        line-height: 1.2
    }

    .priceinfo-alt__wrapper {
        padding: 10px 0
    }
}

.how {
    padding: 50px 0;
    background-color: #fff;
    width: 100%;

}

.how__title {
    padding: 0;
    margin: 0;
    line-height: 1.2;
    text-align: center
}

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

.how__text {
    width: 55%;
    font-size: 18px
}

.how__info {
    width: 35%;
    font-size: 18px;
    background-color: #f9fcf9;
    padding: 40px
}

.how__text p {
    margin: 10px 0 30px 0;
    line-height: 1.7
}

.how__infotitle {
    font-size: 20px
}

.how__info-row {
    display: flex;
    align-items: center;
    margin-top: 50px
}

.how__info-row img {
    margin-right: 30px
}

@media (max-width:1090px) {
    .how__text {
        width: 50%;
        font-size: 16px
    }

    .how__info {
        width: 45%
    }

    .how__infotitle {
        font-size: 18px
    }
}

@media (max-width:900px) {
    .how__title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 10px
    }

    .how__wrapper {
        flex-direction: column
    }

    .how__text {
        width: 100%
    }

    .how__info {
        width: 100%;
        padding: 30px
    }

    .how__infotitle {
        font-size: 16px;
        text-align: center
    }

    .how__info-row {
        font-size: 14px
    }
}

.reasons {
    width: 100%;
    background-color: #f9fcf9;
    padding: 50px 0
}

.reasons__title {
    line-height: 1.2;
    padding: 0;
    margin: 0 0 60px 0
}

.reasons__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 70px;
    gap: 70px
}

.reasons__item {
    display: flex
}

.resons__number {
    flex-basis: 60px;
    flex-shrink: 0;
    margin-right: 30px;
    background-color: #ed9436;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 26px;
    font-weight: 500
}

.reasons__text h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    margin: 0
}

.reasons__text p {
    font-size: 16px;
    padding: 0;
    margin: 10px 0 0 0;
    color: #777
}

@media (max-width:1024px) {
    .reasons__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:900px) {
    .reasons__title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 50px
    }

    .reasons__text h3 {
        font-size: 22px
    }

    .resons__number {
        flex-basis: 40px;
        margin-right: 20px;
        width: 40px;
        height: 40px;
        font-size: 22px;
        margin-top: 7px
    }
}

@media (max-width:640px) {
    .reasons__grid {
        grid-template-columns: 1fr;
        grid-gap: 40px;
        gap: 40px;
        margin: 0 auto;
        max-width: 320px
    }
}

.bottom {
    width: 100%;

    background-color: #fff;
    padding: 90px 0 40px 0
}

.bottom__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.bottom__logo {
    margin-right: 10px;
    padding-top: 10px
}

.bottom__logo img {
    height: 100px;
    vertical-align: top
}

.bottom__info {
    font-size: 16px;
    color: #777;
    line-height: 1.7;
    padding-top: 15px
}

.bottom__form {
    width: 58%;
    padding-left: 30px
}

.bottom__form .button {
    width: 100%
}

body .bottom__form .form-grid__field {
    margin-bottom: 0
}

@media (max-width:1300px) {
    .bottom {
        padding: 30px 0
    }

    .bottom__info {
        flex: 1;
        padding-left: 20px
    }

    .bottom__form {
        width: 100%;
        margin-top: 30px;
        padding-left: 0
    }
}

@media (max-width:700px) {
    body .bottom__form .form-grid__field {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .bottom__logo {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .bottom__info {
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 20px 0 10px 0;
        padding-left: 0
    }
}

.footer {
    border-top: #f9fcf9 2px solid;
    padding: 0 0 50px 0;
    width: 100%;

    background-color: #fff
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.footer__left {
    flex: 1
}

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

.footer__title {
    line-height: 1.2;
    padding: 0;
    margin: 0 0 25px 0
}

.footer__linkgroup {
    width: 26%;
    padding-top: 40px
}

.footer__linkgroup ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer__linkgroup li {
    padding: 0;
    margin: 0 0 16px 0
}

.footer__linkgroup li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2
}

.footer__linkgroup--bigfont li {
    margin: 0 0 18px 0
}

.footer__linkgroup--bigfont li a {
    font-size: 20px
}

.footer__copyrights {
    display: flex;
    align-items: center;
    margin-top: 80px
}

.footer__dev {
    width: 25%;
    min-width: 150px
}

.footer__copyright {
    font-size: 16px;
    color: #777;
    line-height: 1.2
}

@media (max-width:1050px) {
    .footer__linkgroup li a {
        font-size: 14px
    }

    .footer__linkgroup--bigfont li a {
        font-size: 18px
    }
}

@media (max-width:900px) {
    .footer {
        border: 0;
        width: 100%;
        background-color: #f9fcf9;
        padding: 0 0 30px 0
    }

    .footer__menu {
        display: none
    }

    .footer__wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .footer__left {
        order: 2
    }

    .footer__right {
        order: 1
    }

    .footer__copyrights {
        flex-direction: column;
        margin-top: 30px;
        text-align: center
    }

    .footer__copyright {
        font-size: 14px;
        margin-top: 10px
    }
}

#callmeModal,
#signModal,
#autoorderModal,
#serviceModal,
#workplaceModal {
    max-width: 440px;
    width: 100%
}

#calcModal {
    max-width: 580px;
    width: 100%
}

#orderModal,
#sendreviewModal,
#orderdriveModal {
    max-width: 580px;
    width: 100%
}

body .fancybox-content {
    border-radius: 0;
    padding: 20px 30px 30px 30px;
    overflow: initial;
    border-radius: 3px
}

.modal-title {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    z-index: 999;
    transition: transform .3s .5s ease
}

body .fancybox-slide--html .fancybox-close-small {
    padding: 6px;
    right: 20px;
    top: 15px
}

.form-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

.form-grid .form-grid__field,
.form-grid__field--sizes {
    width: calc(50% - 10px);
    margin-bottom: 20px
}

.form-grid .form-grid__field--4 {
    width: calc(25% - 10px)
}

.form-grid .form-grid__field label,
.form-grid__field--sizes label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

.form-grid__field--sizes label {
    white-space: nowrap
}

.form-grid .form-grid__field--12 {
    width: 100%
}

.form-grid .form-grid__field--nomargin {
    margin: 0
}

.form-grid__field--cross {
    position: relative
}

.form-grid__field--cross:after {
    content: 'x';
    color: #b3b3b3;
    display: block;
    position: absolute;
    right: -10%;
    bottom: 16px
}

body .form-grid .form-grid__field .file-attach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    cursor: pointer
}

.file-attach img {
    margin-right: 6px;
    vertical-align: top;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.file-attach span {
    font-size: 16px;
    color: #1c3d61
}

.file-attach small {
    color: #9a9a9a
}

.form-grid__field input[type=file] {
    display: none
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=date],
select,
textarea {
    background-color: rgb(243, 247, 243);
    min-height: 80px;
    width: 100%;
    padding: 0 28px;
    color: #000;
    font-size: 14px;
    border: 0;
    outline: none;
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03);
    -webkit-transition: background-color .25s ease, box-shadow .25s ease;
    transition: background-color .25s ease, box-shadow .25s ease;
    will-change: background-color, box-shadow
}

@media (max-width:900px) {

    input[type=text],
    input[type=tel],
    input[type=email],
    input[type=search],
    input[type=date],
    select,
    textarea {
        min-height: 55px
    }
}

textarea {
    min-height: 90px;
    padding: 16px !important;
    width: 100% !important
}

input[type=text]:hover,
input[type=tel]:hover,
input[type=date]:hover,
input[type=email]:hover input[type=search]:hover textarea:hover {
    box-shadow: rgba(0, 0, 0, .15) 0 0 0 1px inset
}

input[type=text]:active,
input[type=text]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=date]:active,
input[type=date]:focus,
textarea:hover,
textarea:active,
textarea:focus {
    background-color: #fafafa;
    box-shadow: rgba(0, 0, 0, .15) 0 0 0 1px inset, rgba(0, 0, 0, .1) 0 2px 5px
}

.form-answer {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 18px
}

.answer-good {
    background-image: url(../../images/ajax-ok.svg)
}

.answer-bad {
    background-image: url(../../images/ajax-error.svg)
}

.form-answer--show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    transform: translateY(0);
    min-height: 18px;
    padding-left: 28px;
    margin-bottom: 20px
}

.form-grid__field--file {
    overflow-x: hidden
}

.form-grid__field input[type=file]::-webkit-file-upload-button {
    border: 0;
    border-radius: 3px;
    color: #909090;
    background-color: #e5e5e5;
    outline: none !important;
    cursor: pointer;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.form-grid__field input[type=file]::-webkit-file-upload-button:hover {
    background-color: #363844;
    color: #004899
}

.file-label {
    font-size: 80%;
    margin-bottom: 3px
}

.captcha {
    margin-top: 8px
}

.privacy-dc {
    padding: 5px 20px 5px 20px;
    font-size: 12px;
    color: #777;
    line-height: 1.2
}

.privacy-dc a {
    color: #777
}

.privacy-nc {
    font-size: 14px;
    color: #a18e79;
    line-height: 1.1
}

.privacy-nc a {
    color: #a18e79
}

@media only screen and (max-width:960px) {
    .form-grid .form-grid__field--4 {
        width: calc(50% - 10px);
        margin-bottom: 20px
    }
}

@media only screen and (max-width:700px) {
    .form-grid .form-grid__field {
        width: 100%
    }
}

.checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center
}

.checkbox__switch input {
    display: none
}

.checkbox__switch label {
    width: 26px;
    height: 26px;
    cursor: pointer;
    margin-top: 5px;
    position: relative
}

.checkbox__description {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700
}

.checkbox__switch label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    margin: 1px;
    background: #fff;
    transform: scale(0);
    transition: transform .3s ease
}

.checkbox__switch label:after {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #fff;
    border: #1b395c 1px solid;
    transition: background-color .3s cubic-bezier(.175, .885, .32, 1.275)
}

.checkbox__switch input:checked+label:before {
    transform: scale(1);
    background-image: url(../../images/check.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 60% auto
}

.checkbox__switch input:disabled+label {
    cursor: not-allowed
}

.promo-grid__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(9, 61, 2, 0.05)
}

.promo-grid__image img {
    vertical-align: top
}

.promo-grid__data {
    padding: 40px 30px 30px 40px
}

.promo-grid__button {
    margin-top: 40px
}

@media (max-width:1470px) {
    .promo-grid {
        max-width: 715px;
        margin: 0 auto
    }

    .promo-grid__item {
        grid-template-columns: 1fr
    }

    .promo-grid__button .button {
        width: 100%
    }
}

@media (max-width:1080px) {
    .promo-grid__data {
        padding: 20px
    }
}

.table-cart {}

.table__tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(9, 61, 2, 0.03)
}

.table__td {
    padding: 6px 8px
}

.table-cart--image,
.cart__product-image {
    width: 10%
}

.table-cart--image img,
.cart__product-image img {
    margin: 15px 0;
    vertical-align: top
}

.table-cart--title,
.cart__product-title {
    width: 48%
}

.cart__product-title a {
    text-decoration: none;
    font-size: var(--text-size)
}

.table-cart--count,
.cart__product-count,
.table__th--order-total-count {
    width: 17%
}

.table-cart--price,
.cart__product-price,
.table__th--order-total-cost {
    width: 20%
}

.cart__product-count form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cart__product-count button[name="ms2_action"] {}

.cart__count-input {
    width: 40px;
    height: 30px;
    padding: 0 3px 0 5px;
    margin-right: 3px;
    outline: none;
    border: 0;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .07)
}

.cart__product-price span {
    white-space: nowrap
}

.cart__product-price span.price {
    display: block;
    color: #1c3d61;
    font-weight: bold;
    text-align: center;
    font-size: 26px
}

.table-cart__desc {
    font-size: 14px;
    color: #777;
    margin-top: 5px
}

.table-cart .input-number {
    min-width: 60px
}

.table-cart [value="cart/change"] {
    display: none
}

.cart__product-price span.old_price {
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: rgb(90, 90, 90)
}

.cart__product-price span.old_price:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 1px;
    background-color: rgba(90, 90, 90, .65);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    top: 45%;
    left: 0
}

.table-cart--remove,
.cart__product-remove {
    width: 6%;
    text-align: right
}

.order-result__final {
    text-align: right;
    padding-top: 30px
}

.order-result__description {
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px
}

.order-result__description p {
    margin: 0;
    padding: 0
}

.order-result {
    padding: 30px 0
}

.order-result .table-cart--title,
.order-result .cart__product-title {
    width: 42%
}

.table__th--order-total {
    width: 62%;
    text-align: right
}

.table__tr--highlight {
    line-height: 50px;
    border-top: rgba(0, 0, 0, 0.1) 1px dotted
}

.cart__order {
    background-color: var(--background-alt);
    border-radius: var(--border-radius);
    border: rgba(0, 0, 0, 0.07) 1px solid;
    padding: 15px 20px
}

@media only screen and (max-width:960px) {
    .table-cart .table__tr {
        display: grid;
        gap: 0;
        grid-template-columns: 64px 1fr 1fr 1fr 1fr
    }

    .table-cart--title,
    .cart__product-title,
    .table-cart--image,
    .cart__product-image,
    .table-cart--count,
    .cart__product-count,
    .table__th--order-total-count,
    .cart__product-price,
    .table-cart--remove,
    .cart__product-remove {
        width: auto
    }

    .input-number {
        height: 42px;
        max-width: 110px
    }

    .input-number-increment,
    .input-number-decrement {
        width: 28px;
        height: 21px
    }

    .cart__product-title {
        grid-column: span 4
    }

    .cart__product-count {
        grid-column: span 3;
        min-width: 200px
    }

    .cart__product-image img {
        width: 64px
    }

    .cart__product-remove img {
        max-width: 18px
    }

    .table-cart--count,
    .cart__product-count,
    .table__th--order-total-count {
        width: 40%
    }

    .cart__product-price {
        width: 60%
    }

    .cart__product-price span.price {
        text-align: right;
        font-size: 16px
    }
}

.cart-total {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.cart-total__next {
    margin-left: 50px;
    max-width: 250px
}

.cart-total__price {
    color: #1c3d61;
    font-size: 30px;
    font-weight: bold;
    margin-left: 40px
}

.cart-total__label {
    font-weight: bold;
    font-size: 18px;
    padding-top: 8px
}

.cart__product-remove button {
    margin-right: 30px;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0
}

.cart__product-remove button img {
    display: block
}

.cart__inteminfo {
    margin-right: 20px;
    white-space: nowrap;
    text-align: right
}

.cart__inteminfo strong {
    display: block;
    margin: 10px 0 0 0;
    line-height: 1.2
}

@media only screen and (max-width:640px) {
    .cart-total {
        flex-direction: column
    }

    .cart-total__next {
        width: 100%;
        margin-left: 0;
        margin-top: 10px
    }

    .cart-total__price {
        margin-left: 0
    }
}

.table {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    border-bottom:
}

.table>h3 {
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center
}

.table__tbody {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 0px;
    grid-gap: 0px;
    border: #ddd 1px solid
}

.table__tbody--5 {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr
}

.table__tbody--3 {
    grid-template-columns: 2fr 1fr 1fr
}

.table__td {}

.table__th {
    background-color: #fff;
    color: #000;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    font-weight: 500;
    text-align: center
}

.table__th::before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    background-color: #ddd;
    left: 0;
    height: 70%;
    top: 15%
}

.table__th:first-child::before {
    display: none
}

.complectation-value {}

.complectation-value__price {
    font-weight: normal;
    font-size: 24px
}

.table__td {
    min-height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.cart__product-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.table__td--price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.table__td--a {
    background-color: #f3f7f3;
    padding-left: 0
}

.table__td--b {
    background-color: #ecf1ec;
    padding-left: 0
}

.table__td--c {
    background-color: #e8ede8;
    padding-left: 0
}

.table__td--d {
    background-color: #e4e9e4;
    padding-left: 0
}

@media (max-width:1366px) {
    .complectation-value {
        font-size: 16px
    }

    .complectation-value__price {
        font-size: 20px
    }
}

@media (max-width:1024px) {
    .table>h3 {
        font-size: 22px;
        line-height: 1.2
    }

    .table__th {
        font-size: 14px
    }

    .table__tbody {
        grid-template-columns: 2.5fr 1fr 1fr 1fr
    }

    .table__tbody--5 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr
    }

    .table__tbody--3 {
        grid-template-columns: 2fr 1fr 1fr
    }

    .complectation__title {
        font-size: 36px;
        background-size: 70px auto;
        line-height: 1
    }

    .table {
        margin-top: 30px
    }

    .table__td {}

    .table__td--true {
        background-size: 14px 10px
    }
}

@media (max-width:720px) {
    .complectation {
        padding-top: 30px
    }

    .complectation__content {
        padding-left: 0;
        padding-right: 0
    }

    .complectation__title {
        font-size: 32px;
        background: none;
        text-align: center
    }

    .table__th {
        line-height: 1.1;
        min-height: auto;
        padding: 12px 0 9px 0;
        font-size: 12px;
        justify-content: flex-end
    }

    .table__th::before {
        display: none
    }

    .complectation-value__label {
        width: 100%;
        text-align: center
    }

    .complectation-value__price {
        display: none
    }

    .table__th--subtitle {
        padding-left: 10px;
        font-size: 14px;
        text-align: left
    }

    .table__td {
        line-height: 1.2;
        font-size: 12px
    }

    .table__tbody {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .table__tbody--5 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }

    .table__tbody--3 {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.tarif {
    padding: 0 0 50px 0;
    width: 100%;

}

.tarif__title {
    line-height: 1.1;
    padding: 0;
    margin: 0 0 50px 0
}

.tarif__icon {
    width: 24px;
    height: 24px;
    display: block;
    fill: #000
}

.tarif__icon--yes {
    fill: #1c3d61
}

.tarif__icon--no {
    fill: #000
}

.tarif .table__td--a,
.tarif .table__td--b,
.tarif .table__td--c {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:900px) {
    .tarif {
        padding: 0
    }

    .tarif__title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 10px
    }

    .tarif__icon {
        width: 18px;
        height: 18px
    }
}

.scrollup {
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 200;
    bottom: 10px;
    right: 8px;
    width: 42px;
    height: 42px;
    background-color: rgba(0, 0, 0, .06);
    border-radius: 2px;
    transition: background-color .3s ease
}

.scrollup:hover {
    background-color: rgba(155, 155, 155, .3)
}

.scrollup svg {
    width: 42px;
    height: 42px;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.scrollup__arrow {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: rgba(0, 0, 0, .3)
}

.scrollup:hover .scrollup__arrow {
    fill: #8eab8c
}

.status {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    max-width: 260px;
    width: 100%
}

.workplace {
    padding: 0;
    margin: 0;
    list-style: none
}

.workplace__item {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 14px
}

.workplace__item img {
    margin-right: 20px
}

.star-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.star-rating__star {
    fill: rgb(214, 214, 214);
    width: 18px;
    height: 18px;
    margin-right: 3px;
    cursor: default;
    transition: fill .2s ease, transform .2s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.star-rating__star:last-child {
    margin-right: none
}

.star-rating__star--active {
    fill: rgb(232, 189, 32)
}

.star-rating:not(.star-rating--disabled) .star-rating__star:hover {
    fill: rgb(232, 189, 32);
    transform: scale(1.2);
    cursor: pointer
}

.star-rating:not(.star-rating--disabled) .star-rating__star:active {
    transform: scale(.85)
}

.write-review {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px
}

.reviews-id .switch li:first-child {
    display: none
}

#calcCarTime select {
    min-width: 120px
}

.nice-cite {
    margin: 1.5em 0;
    padding: 0.5em 25px;
    line-height: 1.5;
    background: #f5f5f5;
    border-left: 5px solid #f8d568
}

.responsive {
    width: 100%;
    height: auto
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    height: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    transform: translateY(-22px)
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    outline: none;
    user-select: none
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 4px;
    background: #f6efe7;
    display: block;
    border-radius: 5px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgb(118, 184, 42)
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@charset "UTF-8";

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpLight {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpLight {
    animation-timing-function: ease;
    animation-duration: 1s !important;
    animation-name: fadeInUpLight
}

@keyframes fadeInLeftLight {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftLight {
    animation-timing-function: ease;
    animation-duration: 1s !important;
    animation-name: fadeInLeftLight
}

@keyframes fadeInRightLight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightLight {
    animation-timing-function: ease;
    animation-duration: 1s !important;
    animation-name: fadeInRightLight
}

@keyframes modalShow {
    0% {
        -webkit-transform: translateY(-200px) scale(.7);
        transform: translateY(-200px) scale(.7);
        opacity: .7
    }

    50% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.modalShow {
    -webkit-animation-name: modalShow;
    animation-name: modalShow;
    animation-duration: .6s !important
}

@keyframes backInDown {
    0% {
        transform: translateX(-100%)
    }

    80% {
        transform: translateX(0)
    }

    to {
        transform: scale(1)
    }
}

.backInDown {
    animation-name: backInDown
}

@keyframes backOutDown {
    0% {
        transform: scale(1)
    }

    20% {
        transform: translateX(0)
    }

    to {
        transform: translateX(100%)
    }
}

.backOutDown {
    animation-name: backOutDown
}

@keyframes advantageTitleAnimation {
    0% {
        opacity: 0;
        transform: translate3d(-10%, 0, 0)
    }

    50% {
        opacity: 1
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.advantageTitleAnimation {
    animation-duration: 2.3s !important;
    animation-name: advantageTitleAnimation
}

@keyframes advantageItemAnimation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.advantageItemAnimation {
    animation-timing-function: ease;
    animation-duration: 1s !important;
    animation-name: advantageItemAnimation
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-01s {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.animated.delay-02s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.animated.delay-03s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.animated.delay-04s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.animated.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.animated.delay-06s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.animated.delay-07s {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.animated.delay-08s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

@media (print),
(prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}