@charset "UTF-8";

.date-selector-wrapper {
    background-color: #fff;
    box-shadow: 1px 1px 10px 1px #5c5c5c;
    font-size: 12px;
    padding: 3px;
    position: absolute;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    width: 200px;
    z-index: 9999
}

.cal-header,.cal-row {
    display: flex;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%
}

.cal-cell,.cal-nav {
    cursor: pointer
}

.cal-day-names {
    height: 25px;
    line-height: 25px
}

.cal-day-names .cal-cell {
    cursor: default;
    font-weight: 700
}

.cal-cell-next,.cal-cell-prev {
    color: #777
}

.cal-months .cal-row,.cal-years .cal-row {
    height: 60px;
    line-height: 60px
}

.cal-nav-next,.cal-nav-prev {
    flex: 0.15 1
}

.cal-nav-current {
    flex: 0.75 1;
    font-weight: 700
}

.cal-months .cal-cell,.cal-years .cal-cell {
    flex: 0.25 1
}

.cal-days .cal-cell {
    flex: 0.143 1
}

.cal-value {
    background-color: #286090;
    color: #fff
}

.cal-cell:hover,.cal-nav:hover {
    background-color: #eee
}

.cal-value:hover {
    background-color: #204d74
}

.cal-time {
    display: flex;
    height: 27px;
    justify-content: flex-start;
    line-height: 27px
}

.cal-time-label,.cal-time-value {
    flex: 0.12 1;
    text-align: center
}

.cal-time-slider {
    background-image: linear-gradient(90deg,#d1d8dd,#d1d8dd);
    background-position: left 50%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    flex: 0.77 1;
    height: 100%
}

.cal-time-slider input {
    -webkit-appearance: none;
    background: 0 0;
    cursor: pointer;
    height: 100%;
    outline: 0;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
    width: 100%
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

:active,:focus {
    outline: none
}

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

a:active,a:focus {
    outline: none
}

aside,footer,header,nav,section {
    display: block
}

body,html {
    height: 100%;
    min-width: 320px;
    scroll-behavior: smooth
}

body {
    font-size: 16px;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeSpeed
}

body,button,input,textarea {
    font-family: Montserrat,sans-serif
}

button,input,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

a,a:hover,a:visited {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    display: block;
    max-width: 100%
}

svg {
    display: inline-block
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

._bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

._bg img {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0
}

.sidebar {
    background-color: #686868;
    height: 100%;
    left: 0;
    max-width: 130px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.sidebar__logo {
    display: block;
    margin-bottom: 162px
}

.sidebar__logo img {
    height: 50px;
    transition: height .3s ease-in-out
}

.main:not(._shrinked) .sidebar__logo img {
    height: 76px
}

.sidebar .sidebar__logo img {
    height: auto;
    margin: 23px auto 0;
    width: 90px
}

.sidebar__logo span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 auto;
    max-width: 50px;
    text-align: right;
    text-transform: uppercase
}

.sidebar .media {
    padding: 0 36px
}

.sidebar .media__item {
    display: block;
    text-align: center
}

.sidebar .media__item+* {
    margin-top: 70px
}

.sidebar .media__icon {
    fill: #fff;
    max-height: 30px;
    max-width: 30px;
    transition: fill .15s linear
}

.header {
    background-color: #474747;
    left: 0;
    position: fixed;
    top: 0;
    transition: height .3s ease-in-out;
    width: 100%;
    z-index: 998
}

.header,.main._shrinked .header {
    height: 80px
}

.header__body {
    padding: 23px 0;
    position: relative
}

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

.header .nav {
    height: calc(100% - 80px);
    top: 80px;
    transition: .3s ease-in-out
}

.header .nav__list {
    display: flex
}

.header .nav__item+* {
    margin-left: 2.3684210526vw
}

.header .nav__item .dropdown {
    background-color: #474747;
    margin-left: -18px;
    margin-top: 13px;
    padding: 27px 0 32px;
    position: absolute;
    top: 100%;
    transition: .2s ease-in-out .15s
}

.header .nav__item .dropdown:before {
    border: 13px solid transparent;
    border-bottom-color: #474747;
    bottom: 99%;
    content: "";
    display: block;
    height: 26px;
    left: 38px;
    position: absolute;
    width: 21px
}

.header .nav__item .dropdown__item {
    margin-top: 5px;
    padding: 0 25px
}

.header .nav__item .dropdown__item .sublist {
    display: flex;
    height: auto!important;
    justify-content: space-between;
    left: 100%;
    min-width: 575px;
    position: absolute;
    top: 0
}

.header .nav__item .dropdown__item .sublist__item {
    margin-top: 5px
}

.header .nav__item .dropdown__item .sublist>*+* {
    padding-left: 35px
}

.header .nav__item .dropdown__item .sublist__list {
    background-color: #686868;
    flex: 0 0 57%;
    padding: 27px 30px 32px
}

.header .nav__item .dropdown__item .sublist__link {
    color: #fff;
    display: block;
    line-height: 19px;
    padding: 7px 10px
}

.header .nav__item .dropdown__link {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding: 8px 10px
}

.header .nav__item .dropdown__link span {
    display: none
}

.header .nav__link {
    color: #fff;
    font-weight: 500;
    line-height: 19px;
    position: relative
}

.header .nav__link:before {
    background-color: #eab341;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    transform: translate(-50%) scaleX(0);
    transition: transform .15s linear .1s;
    width: 30px
}

.header__cta {
    background-color: #eab341;
    border: 1px solid transparent;
    color: #353535;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 24px;
    margin-left: auto;
    padding: 25px 30px;
    text-transform: uppercase;
    transition: all .15s linear
}

.icon-menu {
    cursor: pointer;
    display: block;
    height: 45px;
    margin-left: auto;
    position: relative;
    width: 50px
}

.icon-menu span {
    background-color: #fff;
    display: block;
    height: 5px;
    position: absolute;
    top: calc(50% - 2.5px);
    transform-origin: center;
    transition: .25s ease-in-out;
    width: 100%
}

.icon-menu span:first-child {
    top: 0
}

.icon-menu span:last-child {
    bottom: 0;
    top: auto
}

.icon-menu._active span:first-child {
    top: 50%;
    transform: scaleX(0)
}

.icon-menu._active span:last-child {
    bottom: 50%;
    transform: scaleX(0)
}

.icon-menu._active span:nth-child(2) {
    transform: rotate(45deg)
}

.icon-menu._active span:nth-child(3) {
    transform: rotate(-45deg)
}

.footer-margin {
    margin-bottom: 45px
}

.footer {
    background-color: #474747
}

.footer--bottom {
    border-top: 1px solid #fff
}

.footer__body {
    color: #fff
}

.footer__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0
}

.footer__row--second {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    padding: 40px 0
}

.footer__column--info {
    flex: 0 0 100%
}

.footer__column--copyright {
    align-items: center;
    display: flex
}

.footer__column--copyright img {
    height: 76px;
    margin-right: 20px
}

.footer__column--contact {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    max-width: none
}

.footer__column--contact p {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 25px;
    max-width: 170px;
    text-align: center
}

.footer__wrapper {
    width: 100%
}

.footer .ig {
    flex: 0 0 100%
}

.footer .ig__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px
}

.footer .ig__item {
    padding-bottom: 100%;
    position: relative
}

.footer .ig__item img {
    border: 3px solid #fff;
    height: 100%;
    left: 0;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.footer .ig__cta {
    margin-top: 30px;
    text-align: right
}

.footer .ig__cta a {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 2.4px;
    line-height: 24px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase
}

.footer .ig__cta a:after {
    border-bottom: 2px dashed #fff;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%
}

.footer .ig__cta a:hover:after {
    display: none
}

.footer__title {
    background-color: #fff;
    color: #353535;
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    line-height: 31px;
    margin-bottom: 35px;
    padding: 10px;
    text-transform: uppercase;
    white-space: nowrap
}

.footer .route {
    margin-bottom: 30px
}

.footer .route__title,.footer .schedule__title {
    color: inherit;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 20px;
    transition: color .35s ease-in-out
}

.footer .route__info,.footer .schedule__info {
    align-items: center;
    display: flex
}

.footer .route__icon,.footer .schedule__icon {
    flex: 0 0 35px;
    margin-right: 25px
}

.footer .route__address,.footer .schedule__time {
    display: block;
    font-style: normal;
    line-height: 24px
}

.footer .route__address span,.footer .schedule__time span {
    display: block
}

.footer .qna__item {
    color: #fff;
    display: block;
    line-height: 19px;
    text-decoration: underline
}

.footer .qna__item:hover {
    text-decoration: none
}

.footer .qna__item:not(:first-child) {
    margin-top: 20px
}

.footer__cta {
    background-color: #eab341;
    border: 1px solid transparent;
    color: #353535;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 24px;
    padding: 25px 30px;
    text-transform: uppercase;
    transition: all .15s linear
}

.modal {
    background-color: rgba(0,0,0,.5);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 9999
}

.modal._open {
    opacity: 1;
    visibility: visible
}

.modal._open .modal__content {
    transform: scale(1)
}

.modal__body {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100%
}

.modal__content {
    background: #fff;
    margin: 0;
    max-width: 770px;
    padding: 70px;
    position: relative;
    transform: scale(0);
    transition: all .4s ease-in-out
}

.modal__close {
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 25px
}

.modal__close:hover span {
    background-color: red
}

.modal__close span {
    background-color: #353535;
    border-radius: 3px;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all .2s linear;
    width: 100%
}

.modal__close span:nth-child(2) {
    transform: translateY(-50%) rotate(-45deg)
}

.modal__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 35px;
    text-transform: uppercase
}

.modal__text {
    color: #939393;
    line-height: 24px
}

.modal {
    scroll-behavior: smooth
}

.modal__body {
    color: #353535
}

.modal .count__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 35px;
    text-transform: uppercase
}

.modal .count__text {
    color: #939393;
    line-height: 24px;
    margin-bottom: 50px
}

.modal .count .form .data__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    grid-gap: 40px 30px
}

.modal .count .form .data__input label {
    border-bottom: 1px solid #939393;
    display: block;
    position: relative
}

.modal .count .form .data__input label._error {
    border-color: #ff5e5e
}

.modal .count .form .data__input label._error:after {
    color: #ff5e5e;
    content: "Це обов’язкове поле";
    display: block;
    font-size: 13px;
    margin-top: 7px;
    position: absolute;
    top: 100%
}

.modal .count .form .data__input label.data__email._error:after {
    content: "Будь ласка, введіть коректний email"
}

.modal .count .form .data__input label.data__tel._error:after {
    content: "Будь ласка, введіть коректний номер"
}

.modal .count .form .data__input label input {
    color: #353535;
    display: block;
    font-size: 16px;
    height: 100%;
    line-height: 16px;
    padding-bottom: 10px;
    width: 100%;
    z-index: -1
}

.modal .count .form .data__input label .data__placeholder {
    color: #939393;
    cursor: text;
    font-size: 16px;
    height: 100%;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 5
}

.modal .count .form .data__input label .data__placeholder span {
    color: #ff5e5e
}

.modal .count .form__title {
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 35px;
    text-transform: uppercase
}

.modal .count .form .type {
    margin-top: 50px
}

.modal .count .form .type .select {
    margin-top: -10px;
    position: relative
}

.modal .count .form .type .select._active .select__arrow {
    transform: translateY(-50%) rotate(0deg)
}

.modal .count .form .type .select__current {
    position: relative
}

.modal .count .form .type .select__displayed {
    background-color: transparent;
    border-bottom: 1px solid #939393;
    color: #353535;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px 10px 0;
    position: relative;
    text-align: left;
    width: 100%
}

.modal .count .form .type .select__displayed svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: transform .2s;
    width: 12px
}

.modal .count .form .type .select__input {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -100
}

.modal .count .form .type .select__list {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    height: 0;
    left: 0;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    transition: .3s;
    width: 100%;
    z-index: 20
}

.modal .count .form .type .select__item {
    cursor: pointer;
    display: block;
    padding: 0 18px
}

.modal .count .form .type .select__item * {
    pointer-events: none
}

.modal .count .form .type .select__item._checked {
    background-color: #f7f7f7
}

.modal .count .form .type .select__item:hover {
    background-color: #efefef
}

.modal .count .form .type .select__item span {
    color: #000;
    display: block;
    line-height: 19px;
    margin-left: 40px;
    padding: 18px 0;
    position: relative
}

.modal .count .form .type .select__item span:before {
    border: 2px solid #939393;
    height: 25px;
    transform: translateY(-50%)
}

.modal .count .form .type .select__item span:after,.modal .count .form .type .select__item span:before {
    content: "";
    display: block;
    margin-right: 15px;
    position: absolute;
    right: 100%;
    top: 50%;
    transition: transform .2s;
    width: 25px
}

.modal .count .form .type .select__item span:after {
    background: url(../img/sprite/sprite.svg#tick) 50%/contain no-repeat;
    height: 19px;
    transform: translateY(-50%) scale(0)
}

.modal .count .form .type .select__item input {
    display: none
}

.modal .count .form .type .select__item input:checked+span:before {
    transform: translateY(-50%) scale(0)
}

.modal .count .form .type .select__item input:checked+span:after {
    transform: translateY(-50%) scale(1)
}

.modal .count .form__details {
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

.modal .count .form .amount {
    margin-right: 10px;
    max-width: 243px
}

.modal .count .form .amount__input {
    border-bottom: 1px solid #939393
}

.modal .count .form .amount__input label {
    display: block;
    position: relative
}

.modal .count .form .amount__input label input {
    color: #353535;
    display: block;
    font-size: 16px;
    height: 100%;
    line-height: 16px;
    padding-bottom: 10px;
    width: 100%
}

.modal .count .form .amount__input label input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.modal .count .form .date {
    margin-left: 10px;
    max-width: 300px
}

.modal .count .form .date__row {
    display: flex
}

.modal .count .form .date__row>:first-child {
    flex: 0 0 56.66%;
    margin: 0 30px 0 0
}

.modal .count .form .date__row>:nth-child(2) {
    flex: 0 0 33.33%
}

.modal .count .form .date__input {
    border-bottom: 1px solid #939393
}

.modal .count .form .date__input label {
    display: block;
    position: relative
}

.modal .count .form .date__input label input {
    color: #353535;
    display: block;
    font-size: 16px;
    height: 100%;
    line-height: 16px;
    padding-bottom: 10px;
    width: 100%;
    z-index: -1
}

.modal .count .form .date__input label .date__placeholder {
    color: #939393;
    cursor: text;
    font-size: 16px;
    height: 100%;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 5
}

.modal .count .form .comment {
    margin-top: 50px
}

.modal .count .form .comment__input {
    border-bottom: 1px solid #939393
}

.modal .count .form .comment__input label {
    display: block;
    position: relative
}

.modal .count .form .comment__input label input {
    color: #353535;
    display: block;
    font-size: 16px;
    height: 100%;
    line-height: 16px;
    padding-bottom: 10px;
    width: 100%;
    z-index: -1
}

.modal .count .form .contact {
    margin-top: 50px
}

.modal .count .form .contact__row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.modal .count .form .contact__item {
    cursor: pointer;
    display: block;
    margin-bottom: 26px;
    white-space: nowrap
}

.modal .count .form .contact__item * {
    pointer-events: none
}

.modal .count .form .contact__item span {
    color: #000;
    display: inline-block;
    line-height: 25px;
    margin-left: 40px;
    position: relative
}

.modal .count .form .contact__item span:before {
    border: 2px solid #939393;
    height: 25px;
    transform: translateY(-50%)
}

.modal .count .form .contact__item span:after,.modal .count .form .contact__item span:before {
    content: "";
    display: block;
    margin-right: 15px;
    position: absolute;
    right: 100%;
    top: 50%;
    transition: transform .2s;
    width: 25px
}

.modal .count .form .contact__item span:after {
    background: url(../img/sprite/sprite.svg#tick) 50%/contain no-repeat;
    height: 19px;
    transform: translateY(-50%) scale(0)
}

.modal .count .form .contact__item input {
    display: none
}

.modal .count .form .contact__item input:checked+span:before {
    transform: translateY(-50%) scale(0)
}

.modal .count .form .contact__item input:checked+span:after {
    transform: translateY(-50%) scale(1)
}

.modal .count .form__required {
    color: #ff5e5e;
    margin: 10px 0 50px
}

.modal .count .form__submit button {
    background-color: #eab341;
    border: 1px solid transparent;
    color: #353535;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 24px;
    padding: 25px 30px;
    text-transform: uppercase;
    transition: all .15s linear
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 320px;
    position: relative;
    width: 100%
}

._container {
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%
}

html {
    --swiper-theme-color: transparent!important
}

.main {
    padding: 80px 0 0
}

.section-margin {
    margin-bottom: 50px
}

.top-section {
    padding: 50px 0 0
}

.section-item__body {
    overflow: hidden;
    padding-bottom: 70.27%;
    position: relative
}

.section-item__body:hover .section-item__bg {
    transform: scale(1.15)
}

.section-item__content {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5
}

.section-item__text {
    align-self: flex-start;
    background-color: #fff;
    color: #353535;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 10px;
    text-transform: uppercase
}

.section-item__bg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: transform .2s;
    width: 100%;
    z-index: 4
}

.section-title {
    color: #353535;
    font-size: 31px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 35px;
    text-transform: uppercase
}

.section-list {
    margin-bottom: 5px
}

.section-list__item {
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.section-list__item:after {
    background-color: #eab341;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px
}

.section-aside {
    align-items: center;
    bottom: 0;
    display: none;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    left: -100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 1
}

.section-aside__text {
    color: #353535;
    display: block;
    font-weight: 500;
    padding: 30px 0;
    text-transform: uppercase;
    transform: rotate(180deg);
    writing-mode: vertical-lr
}

.section-aside__stripe {
    background-color: #353535;
    display: block;
    flex: 1 0 auto;
    width: 1px
}

.breadcrumbs {
    margin-bottom: 7px
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase
}

.breadcrumbs__item {
    border: none;
    margin-bottom: 18px;
    margin-right: 50px;
    padding: 0;
    position: relative
}

.breadcrumbs__item:after {
    background: url(../img/sprite/sprite.svg#breadarrow) 50%/cover no-repeat;
    content: "";
    display: block;
    height: 10px;
    left: 100%;
    margin-left: 15px;
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 5
}

.breadcrumbs__item a {
    color: #353535;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2.1px;
    line-height: 17px;
    padding-bottom: 3px;
    position: relative
}

.breadcrumbs__item a:after {
    border-bottom: 1px dashed #353535;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%
}

.breadcrumbs__item a:hover:after {
    display: none
}

.breadcrumbs__current {
    color: #939393;
    font-size: 14px;
    letter-spacing: 2.1px;
    line-height: 17px;
    margin-bottom: 18px
}

#overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .5s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 997
}

#overlay._active {
    opacity: .3;
    visibility: visible
}

.showcase {
    min-height: calc(100vh - 80px);
    padding: 30px 0;
    position: relative
}

.showcase__media {
    background: #fff url(../img/showcase/fallback-bg.jpg) 50%/cover no-repeat;
    overflow: hidden
}

.showcase__media,.showcase__media:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.showcase__media:before {
    background-color: #474747;
    content: "";
    display: block;
    opacity: .45;
    z-index: 15
}

.showcase__video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.showcase__body {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 16
}

.showcase__content {
    max-width: 455px
}

.showcase__suptitle {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    letter-spacing: 2.4px;
    line-height: 19px;
    margin-bottom: 20px;
    text-transform: uppercase;
    white-space: nowrap
}

.showcase__suptitle span {
    background-color: #fff;
    display: block;
    height: 1px;
    margin: 0 0 0 15px;
    width: 100%
}

.showcase__suptitle span:first-child {
    margin: 0 15px 0 0;
    max-width: 50px
}

.showcase__title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.showcase__text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px
}

.showcase__cta {
    background-color: #eab341;
    border: 1px solid transparent;
    color: #353535;
    display: inline-block;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 24px;
    padding: 25px 30px;
    text-transform: uppercase;
    transition: all .15s linear
}

.values__body {
    position: relative
}

.values__grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    justify-content: space-between;
    grid-gap: 25px
}

.values .item {
    flex: 0 0 50%
}

.values .item__icon {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.values .item__icon svg {
    flex: 0 0 75px;
    margin-right: 20px
}

.values .item__title {
    background-color: #eab341;
    color: #353535;
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    line-height: 31px;
    padding: 10px;
    text-transform: uppercase
}

.values .item__text {
    color: #939393;
    line-height: 24px
}

.products__body {
    position: relative
}

.products__aside {
    padding-top: 50px
}

.products .slider {
    overflow: hidden
}

.products .slider__controls {
    height: 20px;
    margin-bottom: 30px;
    margin-left: auto;
    position: relative;
    width: 178px
}

.products .slider__controls svg {
    width: 35.5px
}

.products .slider .swiper-pagination-fraction {
    color: #353535;
    font-family: Courier New;
    font-weight: 700;
    line-height: 20px;
    top: 0
}

.products .slider .item {
    min-height: 465px;
    position: relative
}

.products .slider .item__content {
    cursor: -webkit-grab;
    cursor: grab;
    padding: 50px 10px
}

.products .slider .item__title {
    background-color: transparent;
    color: #fff;
    margin-bottom: 15px;
    max-width: 415px;
    padding: 0
}

.products .slider .item__text {
    background-color: transparent;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
    max-width: 440px;
    padding: 0
}

.products .slider .item__cta {
    background-color: #eab341;
    border: 1px solid transparent;
    color: #353535;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 24px;
    padding: 25px 30px;
    text-transform: uppercase;
    transition: all .15s linear
}

.products .slider .item__bg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.products .slider .item__bg:before {
    background-color: #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.clients {
    background-color: #686868;
    padding: 100px 0
}

.clients__body {
    position: relative
}

.clients__aside .section-aside__text {
    color: #fff
}

.clients__aside .section-aside__stripe {
    background-color: #fff
}

.clients__header {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.clients__title {
    color: #fff;
    margin: 0 0 25px;
    max-width: 448px
}

.clients__text {
    background-color: #fff;
    color: #353535;
    line-height: 24px;
    max-width: 387px;
    padding: 10px
}

.clients .grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    justify-content: space-between
}

.clients .grid__item {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 70px
}

.clients .grid__item>* {
    display: block;
    filter: grayscale(1);
    transition: filter .2s linear;
    width: 100%
}

.clients .grid__item>:hover {
    filter: grayscale(0)
}

.clients .grid__item img {
    height: 63px;
    max-width: 260px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.testimonials__body {
    position: relative
}

.testimonials__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px
}

.testimonials__title {
    margin: 0!important;
    max-width: 384px
}

.testimonials__controls {
    height: 20px;
    margin-bottom: 30px;
    margin-left: auto;
    position: relative;
    width: 178px
}

.testimonials__controls svg {
    width: 35.5px
}

.testimonials .swiper-pagination-fraction {
    color: #353535;
    font-family: Courier New;
    font-weight: 700;
    line-height: 20px;
    top: 0
}

.testimonials__content {
    cursor: -webkit-grab;
    cursor: grab
}

.testimonials .item {
    height: auto
}

.testimonials .item__body {
    padding-bottom: 57.83%;
    position: relative
}

.testimonials .item__content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.testimonials .item__text {
    color: #939393;
    line-height: 24px;
    margin-bottom: 20px
}

.testimonials .item__info {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%
}

.testimonials .item__img {
    flex: 0 0 60px;
    height: 60px;
    position: relative
}

.testimonials .item__img img {
    border-radius: 50%;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.testimonials .item__data {
    margin-left: 20px
}

.testimonials .item__name {
    font-weight: 500;
    margin-bottom: 7px
}

.testimonials .item__name,.testimonials .item__role {
    color: #353535;
    line-height: 19px
}

.main {
    color: #353535
}

.main .catalog .bottom {
    margin-bottom: 100px;
    position: relative
}

.main .catalog .bottom__body {
    padding: 55px 15px 10px;
    position: relative;
    z-index: 5
}

.main .catalog .bottom .item {
    margin-bottom: 45px;
    position: relative
}

.main .catalog .bottom .item__header {
    align-items: center;
    display: flex
}

.main .catalog .bottom .item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.main .catalog .bottom .item__controls {
    height: 20px;
    margin-bottom: 30px;
    margin-left: auto;
    position: relative;
    width: 178px
}

.main .catalog .bottom .item__controls svg {
    width: 35.5px
}

.main .catalog .bottom .item .swiper-pagination-fraction {
    color: #353535;
    font-family: Courier New;
    font-weight: 700;
    line-height: 20px;
    top: 0
}

.main .catalog .bottom .item__cta {
    text-align: right
}

.main .catalog .bottom .item__cta a {
    color: inherit;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 2.4px;
    line-height: 24px;
    margin-top: 30px;
    padding-bottom: 3px;
    position: relative;
    text-transform: uppercase
}

.main .catalog .bottom .item__cta a:after {
    border-bottom: 2px dashed #353535;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%
}

.main .catalog .bottom .item__cta a:hover:after {
    display: none
}

.main .catalog .bottom .design {
    cursor: pointer
}

.main .catalog .bottom .design:hover .design__bg {
    transform: scale(1.15)
}

.main .catalog .bottom .design__body {
    overflow: hidden;
    padding-bottom: 0;
    position: relative
}

.main .catalog .bottom .design__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 15px;
    position: static
}

.main .catalog .bottom .design__title {
    background-color: #939393;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
    padding: 10px;
    text-transform: uppercase
}

.main .catalog .bottom .design__text {
    background-color: #fff;
    color: #353535;
    line-height: 24px;
    max-width: 450px;
    padding: 10px
}

.main .catalog .bottom .design__bg {
    transition: transform .2s;
    z-index: -1
}

.main .catalog .bottom .design__bg,.main .catalog .bottom__bg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.main .catalog .bottom__bg {
    z-index: 0
}

.main .poly .bottom__grid-wrapper {
    position: relative
}

.main .poly .bottom__grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 30px
}

.main .poly .bottom .pag {
    margin: 50px 0 100px
}

.main .poly .bottom .pag__wrapper {
    align-items: center;
    display: flex;
    justify-content: center
}

.main .poly .bottom .pag__wrapper>*+* {
    margin-left: 20px
}

.main .poly .bottom .pag__wrapper svg {
    cursor: pointer;
    height: 35px;
    width: 35px
}

.main .poly .bottom .pag__pages a {
    color: #939393;
    cursor: pointer;
    display: inline-block;
    font-family: Courier New;
    font-weight: 700;
    line-height: 20px
}

.main .poly .bottom .pag__pages a._active,.main .poly .bottom .pag__pages a:hover {
    border-bottom: 1px solid #353535;
    color: #353535
}

.main .poly .bottom .pag__pages a+a {
    margin-left: 20px
}

.main .single .article {
    background-color: #e5e5e5;
    color: #353535
}

.main .single .article__inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 45px 0 25px;
    position: relative
}

.main .single .article__col {
    max-width: none;
    width: 100%
}

.main .single .article__about {
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.main .single .article__cta {
    background-color: #eab341;
    border: 1px solid transparent;
    color: #353535;
    display: inline-block;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 24px;
    margin-bottom: 40px;
    padding: 25px 30px;
    text-transform: uppercase;
    transition: all .15s linear
}

.main .single .article__img {
    border: 10px solid #fff;
    left: 0;
    margin: 0;
    padding-bottom: 61.4%;
    position: absolute;
    top: -29.296875vw;
    width: 100%
}

.main .info {
    position: relative
}

.main .info .section-aside {
    left: auto;
    padding: 154px 0 100px;
    right: -100px
}

.main .info .article {
    padding: 0 0 30px
}

.main .contact {
    display: flex;
    flex-direction: column-reverse;
    position: relative
}

.main .contact__body {
    background-color: #fff;
    width: 100%
}

.main .contact__content {
    padding: 50px 15px
}

.main .contact__title {
    margin-bottom: 50px
}

.main .contact__item {
    margin-bottom: 30px
}

.main .contact__name {
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.main .contact__text {
    color: #353535;
    display: block;
    font-style: normal;
    line-height: 19px;
    margin-bottom: 10px;
    max-width: 265px
}

.main .contact__bg {
    padding-bottom: 250px;
    position: relative
}

.main .contact__bg iframe {
    display: block;
    height: 100%;
    left: 0;
    position: relative;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.main .discounts .discount {
    color: #353535;
    padding-bottom: 45px
}

.main .discounts .discount__item:nth-child(2n) {
    background-color: #e5e5e5;
    margin: 55px 0;
    padding: 55px 0
}

.main .discounts .discount__item:last-child {
    padding-bottom: 55px
}

.main .discounts .discount__row {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.main .discounts .discount__img {
    margin-bottom: 25px;
    padding-bottom: 48%;
    position: relative
}

.main .discounts .discount__img:before {
    background-color: rgba(0,0,0,.07);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.main .discounts .discount__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4
}

.main .discounts .discount__title {
    background-color: #353535;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 20px;
    max-width: 326px;
    padding: 10px;
    text-transform: uppercase
}

.main .discounts .discount__text {
    line-height: 24px;
    margin-bottom: 20px
}

.main .discounts .discount__cta {
    color: inherit;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 2.4px;
    line-height: 24px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase
}

.main .discounts .discount__cta:after {
    border-bottom: 2px dashed #353535;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%
}

.main .discounts .discount__cta:hover:after {
    display: none
}

.main .sale .bottom {
    color: #353535;
    padding-bottom: 30px
}

.main .sale .bottom__inner {
    display: flex;
    justify-content: space-between
}

.main .sale .bottom__col {
    flex: 0 0 48.7%
}

.main .sale .bottom__img {
    padding-bottom: 47.89%;
    position: -webkit-sticky;
    position: sticky;
    top: 200px
}

.main .sale .bottom__img:after {
    background-color: rgba(0,0,0,.07);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.main .sale .bottom__bg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4
}

.swiper-container {
    overflow: hidden
}

.formatted-content {
    line-height: 24px
}

.formatted-content ul {
    padding-left: 2rem
}

.formatted-content ul li {
    list-style: initial
}

.formatted-content ol {
    padding-left: 2rem
}

.formatted-content-fancy-lists ul li {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.formatted-content-fancy-lists ul li ul {
    margin-top: 15px
}

.formatted-content-fancy-lists ul li:last-child {
    margin-bottom: 0
}

.formatted-content-fancy-lists ul li:after {
    background-color: #eab341;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 15px
}

.formatted-content-fancy-titles h1,.formatted-content-fancy-titles h2,.formatted-content-fancy-titles h3,.formatted-content-fancy-titles h4,.formatted-content-fancy-titles h5,.formatted-content-fancy-titles h6 {
    background-color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 30px;
    padding: 10px;
    text-transform: uppercase
}

.top__title--separated {
    border-bottom: 1px solid rgba(53,53,53,.3);
    padding-bottom: 25px
}

.webp .showcase__media {
    background: #fff url(../img/showcase/fallback-bg.webp) 50%/cover no-repeat
}

@media screen and (min-width:320px) {
    .main .single__top {
        padding-bottom: 33.3333333333vw
    }

    .main .single .article__col--text {
        margin-top: 31.9444444444vw
    }
}

@media screen and (min-width:360px) {
    .modal .count__title,.modal__title {
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 25px
    }
}

@media screen and (min-width:576px) {
    .footer__column--contact {
        flex-direction: row
    }

    .footer__column--contact p {
        margin-bottom: 0;
        margin-right: 30px;
        text-align: right
    }

    .footer__wrapper {
        display: flex
    }

    .footer .route {
        flex: 0 0 44.5%;
        margin-bottom: 0
    }

    .footer .schedule {
        flex: 0 0 44.5%;
        margin-left: 32px
    }

    .section-title {
        font-size: 40px;
        line-height: 50px
    }

    .values__grid {
        grid-gap: 35px
    }

    .values .item__icon {
        align-items: flex-start;
        margin-bottom: 0
    }

    .values .item__text {
        margin-top: -15px;
        padding-left: 95px
    }

    .products .slider .item__content {
        padding: 50px 30px
    }

    .main .catalog .bottom .design__content {
        padding: 100px 15px
    }

    .main .poly .bottom__grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media screen and (min-width:577px) and (max-width:890px) {
    .main._shrinked .header .nav {
        height: calc(100% - 80px);
        top: 80px
    }
}

@media (min-width:768px) {
    .footer .route__title:hover,.footer .schedule__title:hover {
        color: #eab341
    }

    .top__title--separated {
        padding-bottom: 40px
    }
}

@media screen and (min-width:768px) {
    .header {
        height: 120px
    }

    .header .nav {
        height: calc(100% - 120px);
        top: 120px
    }

    .footer__column--info {
        flex: 0 0 37.12%
    }

    .footer__column--qna {
        flex: 0 0 47.9%
    }

    .footer__wrapper {
        flex-direction: column
    }

    .footer .route {
        margin-bottom: 30px
    }

    .footer .schedule {
        margin-left: 0
    }

    .main {
        padding: 120px 0 0
    }

    .section-margin {
        margin-bottom: 70px
    }

    .top-section {
        padding-top: 70px
    }

    .section-title {
        margin-bottom: 50px
    }

    .breadcrumbs {
        margin-bottom: 12px
    }

    .showcase__title {
        font-size: 48px;
        line-height: 60px
    }

    .values__grid {
        grid-gap: 45px
    }

    .values .item__icon svg {
        flex: 0 0 100px;
        margin-right: 30px
    }

    .values .item__text {
        margin-top: -40px;
        padding-left: 130px
    }

    .products .slider .item__content {
        padding: 65px 50px
    }

    .clients__header {
        margin-bottom: 45px
    }

    .clients__title {
        margin: 0 0 35px
    }

    .clients .grid {
        grid-template-columns: repeat(4,1fr)
    }

    .testimonials__header {
        margin-bottom: 50px
    }

    .main .catalog .bottom .item__title {
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 35px
    }

    .main .single__top {
        padding-bottom: 27.989821883vw
    }

    .main .single .article__col--text {
        margin-top: 31.9010416667vw
    }

    .main .info .article {
        padding: 0 0 50px
    }

    .main .contact {
        height: calc(100vh - 80px);
        min-height: 568px
    }

    .main .contact__body {
        bottom: 0;
        left: 0;
        padding-left: 15px;
        position: absolute;
        width: auto;
        z-index: 2
    }

    .main .contact__content {
        padding: 70px 70px 70px calc(50vw - 600px)
    }

    .main .contact__bg {
        position: static
    }

    .main .discounts .discount__item:nth-child(2n) .discount__row {
        flex-direction: row-reverse
    }

    .main .discounts .discount__row {
        flex-direction: row
    }

    .main .discounts .discount__img {
        flex: 0 0 47.9%;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .main .discounts .discount__bg,.main .discounts .discount__img:before {
        height: auto;
        padding-bottom: 47.87%
    }

    .main .discounts .discount__info {
        flex: 0 0 47.9%
    }

    .main .discounts .discount__title {
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 25px
    }

    .main .discounts .discount__text {
        margin-bottom: 25px
    }

    .main .sale .bottom {
        padding-bottom: 50px
    }
}

@media (min-width:769px) {
    .sidebar .media__icon:hover {
        fill: #c3c3c3
    }
}

@media screen and (min-width:769px) {
    .header .nav__item .dropdown__item:hover>.sublist {
        display: flex
    }

    .header .nav__item .dropdown__item .dropdown__link._active,.header .nav__item .dropdown__item:hover .dropdown__link {
        background-color: #fff;
        color: #353535
    }

    .header .nav__item .dropdown__item .sublist {
        display: none
    }

    .header .nav__item .dropdown__item .sublist__link._active,.header .nav__item .dropdown__item .sublist__link:hover {
        background-color: #939393
    }
}

@media (min-width:890px) {
    .icon-menu {
        display: none
    }
}

@media screen and (min-width:890px) {
    .main._shrinked .header .header__cta {
        padding: 15px 30px
    }

    .header .nav__item .dropdown {
        opacity: 0;
        visibility: hidden
    }

    .header .nav__item .dropdown:after {
        bottom: 100%;
        content: "";
        display: block;
        height: 50px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .showcase {
        height: calc(100vh - 120px)
    }

    .values__grid {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 35px 50px
    }

    .values .item__icon svg {
        flex: 0 0 75px;
        margin-right: 20px
    }

    .values .item__text {
        margin-top: -15px;
        padding-left: 95px
    }

    .main .contact {
        height: calc(100vh - 120px)
    }
}

@media screen and (min-width:891px) {
    .header .nav__item:hover .dropdown {
        opacity: 1;
        visibility: visible
    }

    .header .nav__item .nav__link._active:before,.header .nav__item:hover .nav__link:before {
        transform: translate(-50%) scale(1)
    }
}

@media (min-width:992px) {
    .top__title--separated {
        padding-bottom: 60px
    }
}

@media screen and (min-width:992px) {
    .header__cta:hover {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }@    elseif $mode == dark {
        .header__cta: hover{border-color:#353535
    }
}

.footer__row--second {
    flex-direction: row
}

.footer__column--info {
    flex: 0 0 48.12%
}

.footer__column--contact {
    margin-bottom: 0
}

.footer__wrapper {
    flex-direction: row
}

.footer .ig__grid {
    grid-template-columns: repeat(4,1fr)
}

.footer .route {
    flex: 0 0 47.1%
}

.footer .schedule {
    flex: 0 0 47.1%;
    margin-left: 30px
}

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

@elseif $mode == dark {
    .footer__cta:hover {
        border-color: #353535
    }
}

.modal .count .form__submit button:hover {
    background-color: transparent
}

@elseif $mode == dark {
    .modal .count .form__submit button:hover {
        border-color: #353535
    }
}

.section-margin {
    margin-bottom: 100px
}

.top-section {
    padding-top: 100px
}

.section-title {
    margin-bottom: 70px
}

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

@elseif $mode == dark {
    .showcase__cta:hover {
        border-color: #353535
    }
}

.values__grid {
    grid-gap: 50px
}

.values .item__icon svg {
    flex: 0 0 100px;
    margin-right: 30px
}

.values .item__text {
    margin-top: -40px;
    padding-left: 130px
}

.products .slider .item__content {
    padding: 100px
}

.products .slider .item__title {
    background-color: #353535;
    margin-bottom: 20px;
    padding: 10px
}

.products .slider .item__text {
    background-color: #fff;
    color: #353535;
    margin-bottom: 30px;
    padding: 10px
}

.products .slider .item__cta:hover {
    background-color: transparent
}

@elseif $mode == dark {
    .products .slider .item__cta:hover {
        border-color: #353535
    }
}

.products .slider .item__bg:before {
    opacity: .07
}

.clients__header {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 70px
}

.clients__title {
    margin: 0 15px 0 0
}

.clients .grid {
    grid-template-columns: repeat(5,1fr)
}

.testimonials__header {
    margin-bottom: 70px
}

.main .catalog .bottom .design__body {
    padding-bottom: 34.18%
}

.main .catalog .bottom .design__content {
    height: 100%;
    left: 0;
    padding: 70px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.main .poly .bottom__grid {
    grid-template-columns: repeat(3,1fr)
}

.main .single__top {
    padding-bottom: 0
}

.main .single__top .top__title {
    max-width: 463px
}

.main .single .article__inner {
    flex-direction: row
}

.main .single .article__col {
    max-width: 570px
}

.main .single .article__col--text {
    margin-top: 0
}

.main .single .article__cta:hover {
    background-color: transparent
}

@elseif $mode == dark {
    .main .single .article__cta:hover {
        border-color: #353535
    }
}

.main .single .article__img {
    margin-top: -180px;
    position: -webkit-sticky;
    position: sticky;
    top: 200px
}

.main .info .article {
    padding-bottom: 80px
}

.main .discounts .discount__bg,.main .discounts .discount__img:before {
    height: 100%;
    padding-bottom: 0
}

.main .discounts .discount__cta {
    margin-bottom: 50px
}

.main .sale .bottom {
    padding-bottom: 80px
}}

@media screen and (min-width:1200px) {
    .footer__row {
        flex-wrap: nowrap
    }

    .footer__column--info {
        flex: 1 1;
        max-width: 275px
    }

    .footer__column--qna {
        flex: 1 1;
        margin-left: 15px;
        max-width: 370px
    }

    .footer__wrapper {
        flex-direction: column
    }

    .footer .ig {
        flex: 1 1;
        margin-left: 15px;
        max-width: 370px
    }

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

    .footer .schedule {
        margin-left: 0
    }
}

@media screen and (min-width:1351px) {
    .main .contact__content {
        padding-left: calc(50vw - 665px)
    }
}

@media screen and (min-width:1459.98px) {
    .header,.main {
        padding-left: 130px
    }
}

@media (min-width:1670px) {
    .section-aside {
        display: flex
    }
}

@media screen and (min-width:1900px) {
    .header .nav__item+* {
        margin-left: 45px
    }
}

@media screen and (max-width:1580px) {
    .section-aside {
        display: none
    }
}

@media screen and (max-width:1459.98px) {
    .sidebar {
        display: none
    }

    .sidebar__logo {
        align-items: center;
        display: flex;
        margin-bottom: 0;
        margin-right: 70px
    }
}

@media screen and (max-width:1115px) {
    .testimonials .item__body {
        padding-bottom: 75%
    }
}

@media screen and (max-width:992px) {
    .header .nav .media {
        border-top: 1px solid #353535;
        margin-bottom: 50px;
        padding-top: 30px
    }

    .header .nav .media__item:not(:first-child) {
        margin-left: 30px
    }

    .header .nav .media__icon {
        fill: #353535;
        max-height: 30px;
        max-width: 30px;
        transition: fill .15s linear
    }

    .header .nav .media__icon:hover {
        fill: #c3c3c3
    }

    .testimonials .item__body {
        padding-bottom: 280px
    }
}

@media screen and (max-width:890px) {
    body.open-menu {
        overflow: hidden
    }

    .sidebar__logo span {
        margin-left: 10px;
        text-align: left
    }

    .header .nav {
        align-items: stretch;
        background-color: #fff;
        flex-direction: column;
        margin: 0;
        max-width: 400px;
        overflow: auto;
        padding: 50px 55px;
        position: fixed;
        right: 0;
        transform: translateX(101%);
        width: 100%;
        z-index: 999
    }

    .header .nav._active {
        transform: translateX(0)
    }

    .header .nav__list {
        border-top: 1px solid #353535;
        display: block;
        flex-direction: column;
        padding: 30px 0
    }

    .header .nav__item {
        margin: 0
    }

    .header .nav__item:not(:nth-child(2)) {
        margin-top: 30px
    }

    .header .nav__link {
        color: #353535;
        font-size: 20px;
        line-height: 25px;
        transition: .15s linear
    }

    .header .nav__link._active,.header .nav__link:hover {
        color: #c3c3c3
    }

    .header .nav__item--catalog {
        display: none
    }

    .header .nav .dropdown__item {
        align-self: flex-start;
        display: inline-block;
        list-style: none;
        margin-bottom: 30px
    }

    .header .nav .dropdown__item:hover span {
        background-color: #c3c3c3
    }

    .header .nav .dropdown__item._active span:nth-child(2) {
        opacity: 0
    }

    .header .nav .dropdown__item:hover .dropdown__link {
        color: #c3c3c3
    }

    .header .nav .dropdown__item>.sublist {
        height: 0;
        overflow: hidden;
        transition: .4s
    }

    .header .nav .dropdown__link {
        color: #353535;
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
        position: relative;
        transition: color .15s linear
    }

    .header .nav .dropdown__link._active {
        color: #c3c3c3
    }

    .header .nav .dropdown__link span {
        background-color: #353535;
        cursor: pointer;
        display: block;
        height: .8px;
        left: 100%;
        margin-left: 10px;
        position: absolute;
        top: 13.3px;
        transition: .15s linear;
        width: 12px
    }

    .header .nav .dropdown__link span:nth-child(2) {
        transform: rotate(90deg)
    }

    .header .nav .sublist__link {
        color: #353535;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin-top: 20px;
        transition: color .2s linear
    }

    .header .nav .sublist__link._active,.header .nav .sublist__link:hover {
        color: #c3c3c3
    }

    .header__cta {
        align-self: flex-start;
        background-color: #eab341;
        border: 1px solid transparent;
        color: #353535;
        font-weight: 700;
        letter-spacing: .8px;
        line-height: 24px;
        margin: 0;
        padding: 25px 30px;
        text-transform: uppercase;
        transition: all .15s linear
    }

    #overlay {
        display: block
    }

    .testimonials__controls {
        display: none
    }
}

@media screen and (max-width:890px) and (min-width:992px) {
    .header__cta:hover {
        background-color: transparent
    }@    elseif $mode == dark {
        .header__cta: hover{border-color:#353535
    }
}}

@media screen and (max-width:889px) {
    .header .nav__item .dropdown__item .sublist {
        flex-direction: column;
        min-width: 300px
    }

    .header .nav__item .dropdown__item .sublist__list {
        padding: 0 30px
    }

    .header .nav__item .dropdown__item .sublist__list:first-child {
        padding: 32px 30px
    }

    .header .nav__item .dropdown__item .sublist__list:first-child+.sublist__list {
        padding: 0 30px 32px;
        transform: translateY(-32px)
    }
}

@media screen and (max-width:770px) {
    .modal__content {
        padding: 70px 15px
    }
}

@media (max-width:768px) {
    .main:not(._shrinked) .sidebar__logo img {
        height: 50px
    }
}

@media screen and (max-width:768px) {
    .clients {
        padding: 70px 0
    }

    .clients__text {
        margin-bottom: 45px
    }

    .clients .grid__item {
        margin-top: 0
    }

    .testimonials .item__body {
        padding-bottom: 235px
    }

    .main .discounts .discount {
        padding-bottom: 0
    }

    .main .discounts .discount__item:nth-child(2n) {
        margin: 35px 0;
        padding: 35px 0
    }

    .main .discounts .discount__item:last-child {
        padding-bottom: 35px
    }

    .main .sale .bottom__inner {
        flex-direction: column-reverse
    }

    .main .sale .bottom__img {
        margin-bottom: 25px;
        position: relative;
        top: 0
    }
}

@media screen and (max-width:767.98px) {
    .main .catalog .bottom .item__header {
        align-items: flex-start;
        flex-direction: column
    }
}

@media (max-width:576px) {
    .header .nav {
        max-width: 360px;
        padding: 40px 32px
    }
}

@media screen and (max-width:576px) {
    .clients {
        padding: 50px 0
    }

    .clients__text {
        margin-bottom: 35px
    }

    .testimonials .item__body {
        padding-bottom: 0
    }

    .testimonials .item__content {
        position: static
    }

    .testimonials .item__info {
        position: relative
    }

    .main .catalog .bottom__body {
        padding: 35px 15px 0
    }

    .main .catalog .bottom .item {
        margin-bottom: 35px
    }

    .main .catalog .bottom .item__cta a {
        margin-top: 25px
    }

    .main .single .article__inner {
        padding: 30px 0 10px
    }

    .main .single .article__about {
        margin-bottom: 20px
    }

    .main .single .article__cta {
        margin-bottom: 30px
    }

    .main .contact__title {
        margin-bottom: 35px
    }
}

@media screen and (max-width:540px) {
    .modal .count .form .data__grid {
        grid-template-columns: repeat(1,1fr)
    }

    .modal .count .form__details {
        flex-direction: column
    }

    .modal .count .form .amount {
        max-width: 100%
    }

    .modal .count .form .date {
        margin: 50px 0 0
    }
}

@media screen and (max-width:360px) {
    .modal .count__text {
        margin-bottom: 35px
    }

    .modal .count .form .comment,.modal .count .form .contact,.modal .count .form .date,.modal .count .form .type,.modal .count .form__details {
        margin-top: 45px
    }
}