/*!
Theme Name: legendaurala
Author: Sergey Saltykov
Description: Сайт для Легенды Урала
Version: 1.0
Text Domain: legendaurala
*/

/*--------------------------------------------------------------
# RESET
--------------------------------------------------------------*/
.me-auto.ip {max-width:600px;}
:root {
    --lu-header: #0C190E;
    --lu-footer: #0D1C0F;
    --lu-copyright: #0C1A0E;
    --lu-green: #132815;
    --lu-text: #111111;
    --lu-beige: #E9B294;
    --lu-lightgray: #f3f3f3;
    --lu-bg: #E5E5E5;
}

a {
    color: var(--lu-beige);
    text-decoration: underline;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    color: var(--lu-text);
    background-color: #E5E5E5;
    margin-top: 135px;
    touch-action: manipulation;
}

.btn {
    border-radius: 90px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Catallina';
    font-weight: normal;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.entry-content.h1, .entry-content.h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6 {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
}

.ff-normal {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.h2, h2 {
    font-size: 3rem;
    line-height: 1.3;
}

.page-title {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    background-color: var(--lu-green);
}

/*--------------------------------------------------------------
# WP BASE
--------------------------------------------------------------*/

img.alignleft {
    float: left;
    margin: .5rem 1rem .5rem 0;
}

img.alignright {
    float: right;
    margin: .5rem 0 .5rem 1rem;
}

.breadcrumbs {
    margin-bottom: 2.5rem;
}

.breadcrumbs a {
}

section.page-header {
    min-height: 400px;
    background-color: var(--lu-green);
    color: white;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.page-header.bg-align-bottom {
    background-position: bottom;

}

section.page-header.bg-align-top {
    background-position: top;
}

section.page-header:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--lu-green);
    opacity: .8;
    z-index: -1;
}

section.page-header .page-title {
    font-size: 3rem;
}


.pagination {
    justify-content: center;
    margin-bottom: 2rem;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
}

.pagination .page-numbers {
    color: var(--lu-text);
    width: 32px;
    height: 32px;
    display: flex;
    font-size: 1.25rem;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
    width: auto;
    margin: 0 .5rem;
    order: 11;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
    margin-left: auto;
}

.page-numbers.prev ~ .page-numbers.next {
    margin-left: 0;
}


.pagination .page-numbers.current {
    border-radius: 50%;
    font-weight: 600;
}

.arrow-right, .arrow-left {
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: black;
    background-color: transparent;
    border-radius: 6px;
    border: 2px solid var(--lu-beige);
    outline: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.entry-meta {
    flex: 1 0 auto;
}

.btn {
    border-radius: 6px;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1.25rem 1.5rem;
    border-width: 2px;
}

.btn-primary {
    background-color: var(--lu-beige);
    border-color: var(--lu-beige);
    color: black;
}

.btn-outline-primary {
    border-color: var(--lu-beige);
    color: black;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    border-color: var(--lu-beige);
    background-color: var(--lu-beige);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: var(--lu-beige);
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    border-color: var(--lu-beige);
    background-color: var(--lu-beige);
}

.btn-primary:focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(233, 178, 148, 0.5);
}

.screen-reader-text {
    display: none;
}

/*--------------------------------------------------------------
# HEADER & FOOTER
--------------------------------------------------------------*/

.topnav {
    min-height: 100px;
    display: flex;
    justify-content: center;
    padding: 1.25rem 0;
    background-color: var(--lu-header);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

body.admin-bar .topnav {
    top: 32px
}

.custom-logo {
    height: 95px;
    width: auto;
}

/* MENU */

.header-menu.navbar .navbar-nav .nav-link {
    color: white;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid var(--lu-header);
    transition: .4s linear border-bottom-color;
}

.nav-link {
    outline: none;
}

.header-menu.navbar .navbar-nav .nav-link:hover {
    border-bottom-color: white;
}

.header-menu .nav-row-100 {
    height: 100%;
}

.header-menu .nav-item.active > .nav-link::before {
    content: "";
    position: absolute;
    height: 3px;
    right: .5rem;
    width: calc(100% - 1rem);
    bottom: 0px;
    transition: 0.3s all;
}

.page-template-frontpage .header-menu .nav-item.active > .nav-link::before {
    content: none;
}

.navbar-dark .dropdown-menu {
    background: var(--lu-header);
    border-radius: 0;
    color: inherit;
    top: calc(100% + 0.5rem);
    margin: 0;
    border: 0;
    min-width: 250px;
}

.navbar-dark .dropdown-menu .nav-item .nav-link {
    padding: 1rem .75rem;
}


.navbar-nav > li {
    margin-right: 2rem;
}

.navbar-nav > li:last-child {
    margin-right: 0px;
}

.social-row, .contact-row {
    display: flex;
    align-items: center;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.social-row .social-icon {
    margin-right: 1.25rem;
}

.social-row .social-icon:last-child {
    margin-right: 0;
}


.social-icon {
    width: 24px;
    height: 24px;
    padding: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.social-icon:hover {
    opacity: 0.8;
}

.social-icon.social-vk {
    background-image: url("img/vk.png");
}

.social-icon.social-zen {
    background-image: url("img/zen.png");
}

.social-icon.social-viber {
    background-image: url("img/viber.png");
}

.social-icon.social-telegram {
    background-image: url("img/telegram.png");
}

.social-icon.social-wa {
    background-image: url("img/whatsapp.png");
}

.social-icon.social-ok {
    background-image: url("img/ok.png");
}

.social-icon.email {
    background-image: url("img/email.png");
    height: 14px;
    margin-right: 10px;
}

.social-icon.phone {
    background-image: url("img/phone-call.png");
    height: 14px;
    margin-right: 10px;
}

a.contact-link {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 600;
}

a.contact-link:hover {
    color: white;
    text-decoration: underline;
}

.callback-btn {
    text-decoration: underline;
    text-transform: uppercase;
    color: var(--lu-beige) !important;
}

.wave-bottom {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -1px;
}

.wave-top {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: -1px;
}

/*--------------------------------------------------------------
# MAIN STYLESHEET
--------------------------------------------------------------*/
section {
    margin-top: 4rem;
    /*overflow-y: hidden;*/
}

section:first-of-type {
    margin-top: 0;
}

#top {
    min-height: 80vh;
    background-size: cover;
    position: relative;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 12vw;
}

#top > * {
    z-index: 5;
}

#top img.bg-img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 40, 21, 0.86);
    z-index: 2;
    top: 0;
    left: 0;
}

#top .btn-outline-primary, .sizes-section .btn-outline-primary {
    color: white;
}

.fp-wave {
    z-index: 1 !important;
    position: absolute;
    bottom: 2vw;
    width: 100%;
    height: auto;
    backdrop-filter: blur(4px);
}

#top h1 {
    font-size: 5.25rem;
}

.fp-description {
    font-size: 2rem;
}

.img-border {
    border: 3px solid var(--lu-beige);
}

.img-cell {
    position: relative;
    z-index: 5;
    height: 100%;
    max-height: 50vw;
}

.img-cell img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.img-cell:before {
    content: "";
    position: absolute;
    width: calc(100% + 100px);
    top: -12%;
    left: -60px;
    height: 58%;
    background: url(img/cell-top.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}

.img-cell:after {
    content: "";
    position: absolute;
    width: 40%;
    top: 85%;
    right: -50px;
    height: 32%;
    background: url(img/cell-bottom.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}

.img-cell.img-cell-reverse:before {
    transform: scaleX(-1);
}

.img-cell.img-cell-reverse:after {
    right: unset;
    left: -10%;

}

#sizes {
    position: relative;
    padding: 5rem 0;
    background: white url(img/bg-types.svg) no-repeat;
    background-size: cover;
}

.sizes-section {
    background-color: var(--lu-green);
}

.sizes-section .tns-controls {
    position: relative;
    height: 50px;
    margin: 1rem 1rem 1rem 0;
}

.sizes-section .tns-controls:focus-visible {
    outline: none;
}

.sizes-section .tns-controls button {
    color: white;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sizes-section .tns-controls button[data-controls="prev"] {
    right: unset;
}

.sizes-slider .slider-content {
    padding: 2rem 1.5rem 3rem 0;
    position: relative;
    color: white;
}

.sizes-slider .edges {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 2rem;
    right: 1rem;
    background: no-repeat center;
    background-size: contain;
}

.sizes-slider .edges:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sizes-slider .edges.edge-6 {
    background-image: url("img/edge6.svg");
}

.sizes-slider .edges.edge-6:before {
    content: "6 граней";
}

.sizes-slider .edges.edge-8 {
    background-image: url("img/edge8.svg");
}

.sizes-slider .edges.edge-8:before {
    content: "8 граней";

}

.sizes-slider .edges.edge-10 {
    background-image: url("img/edge10.svg");
}

.sizes-slider .edges.edge-10:before {
    content: "10 граней";
}

.bg-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


.tns-controls [data-controls="prev"] {
    position: absolute;
    top: 0;
    right: 95px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: black;
    background-color: transparent;
    border-radius: 6px;
    border: 2px solid var(--lu-beige);
    outline: 0;
    padding: 0;
    z-index: 1;
}

.tns-controls [data-controls="next"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: black;
    background-color: transparent;
    border-radius: 6px;
    border: 2px solid var(--lu-beige);
    outline: 0;
    padding: 0;
    z-index: 1;
}

.tns-controls button:hover {
    background-color: var(--lu-beige);
}

.types-img {
    position: relative;
    padding-top: 100%;
    margin-bottom: 2rem;
}

.types-img img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

#gallery {
    background-color: var(--lu-green);
    background-image: url("img/bg-galery.svg");
    /*background-repeat: no-repeat;*/
    background-position: center;
    background-size: contain;
    position: relative;
    color: white;
    padding-top: 12vw;
    padding-bottom: 12vw;
    overflow: hidden;
}

#gallery .tns-ovh {
    overflow: visible !important;
}

#gallery .image.tns-item {
    text-align: center;
    position: relative;
}

#gallery .image.tns-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .8;
    background-color: var(--lu-green);
    transition: .4s linear opacity;

}

#gallery .tns-outer {
    /*position: relative;*/
}

#gallery .image.tns-item img {
    max-height: 570px;
}

#gallery .image.tns-item.tns-slide-active:before {
    opacity: 0;
}

#gallery .tns-nav button {
    height: 24px;
    width: 24px;
    align-self: center;
    background: var(--lu-beige);
    -webkit-clip-path: polygon(15% 15%, 50% 0, 85% 15%, 100% 50%, 88% 85%, 50% 100%, 15% 85%, 0 50%);
    clip-path: polygon(15% 15%, 50% 0, 85% 15%, 100% 50%, 88% 85%, 50% 100%, 15% 85%, 0 50%);
    transition: background 0.4s;
    margin-right: 0.5rem;
    border: 0;
    opacity: .8;
    padding: 0;
}

#gallery .tns-nav {
    margin-top: 2rem;
    height: 50px;
    border: 0;
    left: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
}

#gallery .tns-nav button.tns-nav-active {
    background: white;
}

#gallery .tns-nav button:hover {
    background: white;
    opacity: 1;
}

#gallery .tns-controls button {
    border: 0;
    background: var(--lu-beige);
    opacity: 1;
    top: calc(50% - 25px);
    bottom: 0;
    line-height: 25px;
    font-size: 54px;
    color: black;
}

#gallery .tns-controls button:hover {
    opacity: .8;
}

#gallery .tns-controls button[data-controls="prev"] {
    left: 15px;
    /*color: white;*/
}

#gallery .tns-controls button[data-controls="next"] {
    right: 15px;
    /*color: white;*/
    border: 0;
}

#gallery .yt-video {
    margin: 10rem 0 6rem 0;
}

.lazy-load-div:before {
    content: "\25B6\00FE0E";
}

#video .yt-video .lazy-load-youtube.preview-lazyload:before,
#video2 .yt-video .lazy-load-youtube.preview-lazyload:before {
    content: "Рекомендуем к просмотру видео банного чана";
    font-family: 'Catallina', serif;
    font-size: 1.75rem;
    text-align: center;
    position: absolute;
    top: 8%;
    left: 4%;
    right: 4%;
    line-height: 1.15;
    z-index: 20;
    color: white !important;
}

#gallery .yt-video .lazy-load-youtube.preview-lazyload:before {
    content: "Посмотрите видео-обзор моделей Банного чана";
    font-family: 'Catallina', serif;
    font-size: 3rem;
    position: absolute;
    top: 15%;
    left: 4%;
    width: 40%;
    line-height: 1.15;
    z-index: 20;
    color: white !important;
}

#gallery .yt-video .lazy-load-youtube.preview-lazyload:after {
    content: "Банный чан – это отдых, приносящий хорошие воспоминания и яркие эмоции";
    font-family: 'Montserrat', serif;
    font-size: 1.25rem;
    position: absolute;
    top: 40%;
    left: 4.4%;
    width: 34%;
    z-index: 20;
    color: white !important;
}

.preview-lazyload {
    background-color: var(--lu-green);
}

.yt-video .lazy-load-div {
    opacity: 1;
    z-index: 1;
}

.yt-video .lazy-load-div::before {
    /*top: 32.5%;*/
    /*left: 34%;*/
    /*position: absolute;*/
    font-size: 100px;
    opacity: .8;
    z-index: 11;
    font-family: 'Montserrat';
}

.yt-video:hover .lazy-load-div::before {
    opacity: 1;
}

.yt-video .lazy-load-div::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--lu-green);
    opacity: .5;
    z-index: -1;
}

#reviews {
    overflow: hidden;
}

#reviews .tns-ovh {
    overflow: visible;
}

#reviews .reviews-slider {
    display: flex;
}

#reviews .slider-item {
    background: #FFFFFF;
    box-shadow: 8px 8px 30px rgba(28, 32, 28, 0.1);
    border-radius: 6px;
    padding: 2rem;
    height: 100%;
}

#reviews .slider-item img {
    width: 90px;
    height: 90px;
    clip-path: polygon(15% 15%, 50% 0, 85% 15%, 100% 50%, 88% 85%, 50% 100%, 15% 85%, 0 50%);
    -webkit-clip-path: polygon(15% 15%, 50% 0, 85% 15%, 100% 50%, 88% 85%, 50% 100%, 15% 85%, 0 50%);;
}

.card-body {
    background: #FFFFFF;
    box-shadow: 8px 8px 30px rgba(28, 32, 28, 0.1);
    border-radius: 6px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.card-body .card-img {
    padding-top: 66.6%;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card-body .card-img img, .bg-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.card-body .card-meta {
    font-size: .875rem;
    margin-bottom: .5rem;
    color: var(--lu-beige);
}

.card-body .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.15;
}

.card-body.catalog {
    cursor: pointer;
}

.card-body.catalog:hover {
}

.card-body.catalog .card-img {
    padding-top: 80%;
}

.card-body.catalog .card-img img:nth-child(2) {
    display: none;
}

.card-body.catalog:hover .card-img img:nth-child(2) {
    display: block;
}

.card-link {
    color: var(--lu-green);
    font-size: .875rem;
    line-height: 1;
    text-align: right;
    display: block;
}

.card-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-link:hover {
    color: var(--lu-beige);
}

#contact-form {
    background-color: var(--lu-green);
    background-image: url(img/bg-galery.svg);
    background-position: top;
    background-size: cover;
    position: relative;
    color: white;
    padding-top: 12vw;
    padding-bottom: 12vw;
    overflow: hidden;
    z-index: 1;
}

#contact-form:before {
    content: "";
    position: absolute;
    background-image: url(img/bg-cf.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .08;
    z-index: -1;
}

#contact-form .wave-bottom,
#contact-form .wave-top {
    transform: scaleX(-1);
}

footer {
    background-color: var(--lu-footer);
    color: white;
}

footer .copyright {
    background-color: var(--lu-copyright);

}

footer a {
    text-decoration: none;
}

footer a:hover {
    color: white;
}

footer .policy-btn {
    color: white;
    text-decoration: underline;
}

footer .navbar-dark .navbar-nav .nav-link {
    color: white;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: .5rem;
    font-weight: bold;
}

.white-block {
    background-color: white;
    font-size: 1.625rem;
    font-weight: 500;
}


/*--------------------------------------------------------------
# CONTACT FORM
--------------------------------------------------------------*/
.form-control {
    padding: 1.3rem 1.25rem;
    font-weight: 400;
    line-height: 1.15;
    color: var(--lu-green);
    border-radius: 6px;
    border: 1px solid var(--lu-bg);
}

.policy {
    font-size: .75rem;
    opacity: .9;
    line-height: 1;
    text-align: center;
}

.wpcf7-spinner {
    position: absolute;
}

.modal-content {
    background-color: #E5E5E5;
}

.modal#quiz .modal-body .calc-body {padding:0;box-shadow:none;background:transparent;}

.calc-body {
    min-height: 400px;
    background: #FFFFFF;
    box-shadow: 8px 8px 30px rgba(28, 32, 28, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    transition: .3s linear height;
}

.calc-step {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.list-group-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.list-group-item {
    border: 0;
    cursor: pointer;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: unset;
}

.list-option {
    padding-top: 100%;
    background: #FFFFFF;
    border: 2px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    position: relative;
    min-height: 100px;
    text-align: center;
}

.list-option img {
    width: 92%;
    height: 92%;
    object-fit: contain;
    position: absolute;
    top: 4%;
    left: 4%;
}

.list-description {
    font-size: 1.125rem;
    line-height: 1.15;
}

.list-group-item-check:checked + .list-group-item .list-option {
    border-color: var(--lu-beige);
}

.list-group-item-check:checked + .list-group-item .list-option:before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -18px;
    top: -18px;
    width: 36px;
    height: 36px;
    background-color: var(--lu-beige);
    border-radius: 50%;
    color: white;
    font-weight: 600;
    z-index: 1;
}

.list-group-item-check:checked + .list-group-item .list-description {
    font-weight: bold;
}

.list-option.text {
    padding-top: unset;
    min-height: unset;
}

.list-option-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .5rem;
}

.modal-slider .slider-item img {
    width: 100%;
    max-height: 85vh;
    object-fit: contain;
}

.timeline {
}

.timeline p {
    font-size: 1em;
    line-height: 1.75em;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 3px solid;
    -o-border-image: linear-gradient(to right, var(--lu-beige) 0%, var(--lu-green) 100%);
    border-image-source: linear-gradient(to right, var(--lu-beige) 0%, var(--lu-green) 100%);
    border-image-slice: 1;
    margin: 0;
    padding: 40px;
    counter-increment: section;
    position: relative;
}

.timeline p:before {
    content: counter(section);
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    height: 40px;
    width: 40px;
    background-color: var(--lu-beige);
    text-align: center;
    line-height: 1.25em;
    color: #ffffff;
    font-size: 1em;
}

.timeline p:nth-child(odd) {
    border-right: 3px solid  var(--lu-green);
    padding-left: 0;
}

.timeline p:nth-child(odd):before {
    left: 100%;
    margin-left: -20px;
    background-color: var(--lu-green);

}

.timeline p:nth-child(even) {
    border-left: 3px solid var(--lu-beige);
    padding-right: 0;
}

.timeline p:nth-child(even):before {
    right: 100%;
    margin-right: -20px;
}

.timeline p:first-child {
    border-top: 0;

}

.timeline p:last-child {
    border-bottom: 0;
}

/*--------------------------------------------------------------
# ADAPTIVE
--------------------------------------------------------------*/
/* XL */
@media (max-width: 1399px) {
    body {
        margin-top: 120px;
    }

    .custom-logo {
        height: 80px;
    }

    .img-cell:before {
        top: -10%;
    }

    .img-cell:after {
        right: -40px;
    }

    #gallery .yt-video .lazy-load-youtube.preview-lazyload:after {
        top: 52%;
    }
}

/* LG */
@media (max-width: 1199px) {
    body {
        margin-top: 110px;
    }

    .topnav {
        font-size: 15px;
    }

    .custom-logo {
        height: 70px;
    }

    .social-row .social-icon {
        margin-right: .75rem;
        width: 20px;
        height: 20px;
    }

    #top h1 {
        font-size: 4.25rem;
    }

    .img-cell:before {
        content: "";
        position: absolute;
        width: calc(100% + 75px);
        top: -7%;
        left: -45px;
    }

    .img-cell:after {
        right: -30px;
        top: 90%;
        background-position: right;
    }

    #gallery .yt-video .lazy-load-youtube.preview-lazyload:after {
        top: 60%;
    }
}

/* MD */
@media (max-width: 991px) {
    body {
        margin-top: 0;
    }

    .topnav {
        padding: .5rem 0;
    }

    .header-menu .nav-row-100 {
        height: auto;
        width: 100%;
        align-items: center;
    }

    .custom-logo-link {
        display: flex;
        margin: 0 auto 1rem auto;
    }

    .header-menu.navbar .navbar-nav .nav-link {
        padding: .75rem 0;
    }

    #top {
        padding-top: 3rem;
        min-height: 40vh;
        padding-bottom: 5rem;
    }

    #top h1 {
        font-size: 3.5rem;
    }

    .h2, h2 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .sizes-section .tns-outer {
        position: relative;
    }

    .sizes-slider .slider-content {
        padding: 2rem 1.5rem;
    }

    .sizes-section .tns-controls {
        margin: 1rem 1.5rem;
    }

    #sizes .bg-container {
        min-height: 50vw;
    }

    section {
        margin-top: 2rem;
    }

    #gallery .image.tns-item img {
        max-height: 450px;
    }

    #gallery .tns-nav button {
        height: 20px;
        width: 20px;
    }

    #gallery .tns-nav {
        margin-top: 0;
    }

    #gallery .yt-video .lazy-load-youtube.preview-lazyload:before {
        font-size: 2rem;
    }

    #gallery .yt-video {
        margin: 6rem 0 3rem 0;
    }

    #gallery .yt-video .lazy-load-youtube.preview-lazyload:after {
        font-size: 1rem;
    }

    #reviews .slider-item {
        padding: 1rem;
    }

    #reviews .slider-item img {
        width: 60px;
        height: 60px;
    }

    .modal {
        z-index: 10001;
    }
}

@media (max-width: 767px) {

    body.admin-bar .topnav {
        top: 0;
    }

    .topnav {
        position: relative;
        top: 0;
    }

    .topnav-mobile {
        position: sticky;
        top: 0;
        z-index: 10001;
        min-height: unset;
    }


    .custom-logo-link {
        display: flex;
        margin: 0 1rem 0 0;
    }

    .topnav-mobile .custom-logo {
        /*height: 60px;*/
		height: 12vw;
    }

    .header-non-menu-row {
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }

    .navbar-toggler {
        /*margin: auto;*/
		padding:0;
		border:0;
    }

    #navigation .custom-logo {
        display: none;
    }

    #top h1 {
        font-size: 2.75rem;
    }

    .fp-description {
        font-size: 1.5rem;
    }

    #top .btn {
        min-width: 70%;
    }

    .h2, h2 {
        font-size: 2rem;
        line-height: 50px;
    }

    .img-cell {
        padding-top: 66.6%;
    }

    #gallery .image.tns-item img {
        max-height: 350px;
    }

    #gallery .yt-video .lazy-load-youtube.preview-lazyload:before {
        font-size: 1.5rem;
    }

    #gallery .yt-video .lazy-load-youtube.preview-lazyload:after {
        font-size: .75rem;
    }

    #reviews .tns-controls button {
        top: 62px;
    }

    .calc-step .row {
        overflow: hidden;
        overflow-x: auto;
        justify-content: start !important;
        position: relative;
        flex-wrap: nowrap;
    }

    .calc-body {
        min-height: unset;
        padding: 1.5rem;
    }

    footer {
        text-align: center;
    }

    footer .navbar-nav > li {
        margin-right: 0;
    }

    footer .social-row {
        justify-content: center;
    }

    footer .custom-logo-link {
        margin: 1rem auto;
    }

    footer .custom-logo-link img {
        margin: auto;
    }
}

@media (max-width: 576px) {

    .h2, h2 {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    #top .btn {
        width: 100%;
    }

    .btn {
        padding: 1rem 1rem;
    }

    .img-cell:after {
        right: -15px;
        top: 80%;
        background-position: right;
    }

    .img-cell:before {
        width: calc(100% + 30px);
        top: -35px;
        left: -15px;
    }

    #top h1 {
        font-size: 2rem;
    }

    #sizes {
        padding: 3rem 0;
        background: white url(img/bg-types.svg) repeat-y;
        background-size: contain;
    }

    #sizes .bg-container {
        min-height: 80vw;
    }

    .sizes-section .tns-controls {
        position: absolute;
        height: 50px;
        margin: 1rem;
        right: 0;
        left: 0;
    }

    .sizes-slider .slider-content {
        padding-top: 7rem;
    }

    .sizes-slider .btn {
        width: 100%;
    }

    .sizes-slider {
        line-height: 1.15;
    }

    .sizes-slider .slider-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sizes-slider ol, .sizes-slider ul {
        padding-left: 1rem;
    }

    .sizes-slider p {
        margin-bottom: .5rem;
    }

    .sizes-slider .slider-content {
        font-size: .75rem;
    }

    .sizes-slider .edges {
        top: 1rem;
        width: 80px;
        height: 80px;
        left: calc(50% - 40px);
    }

    .sizes-slider .edges:before {
        width: 90%;
        left: 5%;
        line-height: 1.15;
    }

    #gallery .image.tns-item img {
        max-height: 66.6vw;
    }

    #gallery .tns-controls button {
        width: 32px;
        height: 40%;
        top: 30%;
        border-radius: 0;
        font-size: 30px;
    }

    #gallery .tns-controls button:hover {
        opacity: 1;
        color: white;
    }

    #gallery .image.tns-item:before {
        content: unset;
    }

    #gallery .tns-controls button[data-controls="next"] {
        right: 0;
    }

    #gallery .tns-controls button[data-controls="prev"] {
        left: 0;
    }

    #gallery .tns-nav button {
        height: 12px;
        width: 12px;
        margin-right: .25rem;
    }

    .yt-video .lazy-load-div::before {
        font-size: 50px;
        opacity: .8;
        z-index: 11;
    }

    #gallery .yt-video .lazy-load-youtube.preview-lazyload:before {
        font-size: 1.25rem;
        width: 92%;
        text-align: center;
        top: 5%;
    }

    #gallery .yt-video .lazy-load-youtube.preview-lazyload:after {
        font-size: .75rem;
        line-height: 1.3;
        width: 92%;
        text-align: center;
        top: unset;
        bottom: 4%;
    }

    #reviews .tns-controls {
        position: relative;
        height: 50px;
        margin-bottom: 1rem;

    }

    #reviews .tns-controls button {
        top: 0;
    }

    .tns-controls [data-controls="next"] {
        right: 0px;
    }

    .tns-controls [data-controls="prev"] {
        right: unset;
        left: 0;
    }

    .breadcrumbs {
        margin-bottom: 1.5rem;
    }

    section.page-header .page-title {
        font-size: 1.5rem;
    }

    section.page-header {
        min-height: 300px;
    }

    .list-description {
        font-size: 0.75rem;
    }

    footer .copyright {
        font-size: 12px;
    }

    #video .yt-video .lazy-load-youtube.preview-lazyload:before,
    #video2 .yt-video .lazy-load-youtube.preview-lazyload:before {
        font-size: 1.25rem;
    }
}

/* Page Tinkoff */
body.page-template-page-tinkoff {background-color: #fff;}
body.page-template-page-tinkoff .container {max-width: 1104px;}
body.page-template-page-tinkoff h1, body.page-template-page-tinkoff h2, body.page-template-page-tinkoff h3, body.page-template-page-tinkoff h4, body.page-template-page-tinkoff h5, body.page-template-page-tinkoff h6, body.page-template-page-tinkoff .h1, body.page-template-page-tinkoff .h2, body.page-template-page-tinkoff .h3, body.page-template-page-tinkoff .h4, body.page-template-page-tinkoff .h5, body.page-template-page-tinkoff .h6 {font-family: Arial, Helvetica, sans-serif;font-weight: 700;}
body.page-template-page-tinkoff h1 {font-size:50px;line-height: 56px;}
body.page-template-page-tinkoff h2 {font-size:36px;line-height: 40px;}
.aligncenter, .has-text-align-center {text-align: center;}
.wp-block-media-text {display: flex;flex-wrap: wrap;}
.wp-block-media-text > * {flex-basis: 50%;}
.wp-block-media-text ul {list-style: none;}
.wp-block-media-text ul li {position: relative;padding-left: 2rem;font-size: 17px;line-height: 28px;margin-bottom: 1rem;}
.wp-block-media-text ul li:before {content:'';background-color:#FFDD2D;position: absolute;width: 8px;height: 8px;left: 4px;top: 10px;border-radius: 50%;}
#tinkoff-footer {position: relative;padding-top: 0;padding-bottom: 8vw;overflow: hidden;z-index: -1;}
#tinkoff-footer svg {width: calc(100% + 5px);}

.wp-block-media-text.has-background {border-radius: 8px;}
.wp-block-media-text.has-background .wp-block-media-text__content {padding:32px;}
.wp-block-media-text.has-background .wp-block-media-text__content p:last-child {margin-bottom: 0;}
.wp-block-media-text.has-background .wp-block-media-text__media {margin: 0;}
.wp-block-media-text.has-background .wp-block-media-text__media img {height: 100%;}

body.page-template-page-tinkoff .wpcf7-form .tinkoff-form {border-radius: 8px;margin-top:2rem;margin-bottom:2rem;background-color: #f6f7f8;padding: 32px;}
body.page-template-page-tinkoff .wpcf7-form .tinkoff-form p {display: flex;flex-wrap: nowrap;gap:1rem;margin-bottom: 0;justify-content: center;}
body.page-template-page-tinkoff .wpcf7-form .btn-primary {background-color: #ffdd2d;border-color: #ffdd2d;}
body.page-template-page-tinkoff .wp-block-image figure {border-radius: 8px;position: relative;overflow: hidden;}

body.page-template-page-tinkoff .banner-tinkoff .container {max-width: 1320px;}
.banner-tinkoff {position:fixed;top:0;left:0;background-color: #ffdd2d;width: 100%;color:#333;padding:0.7rem 0;text-align: center;z-index: 1000;}
.banner-tinkoff .container {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.banner-tinkoff .container figure {height: 38px;width: auto;margin-bottom: 0;}
.banner-tinkoff .container p {margin-bottom: 0;}
.banner-tinkoff .container figure img {height: 100%;width: auto;}
.banner-tinkoff a.btn-primary {display:block;background-color: #333;border-radius: 4rem;color: #fff;border: 0;text-decoration: none;font-size: 0.85rem;padding:0.5rem 1.5rem;transition: .4s linear background-color;}
.banner-tinkoff a.btn-primary:hover {background-color: var(--lu-footer);}

.banner-tinkoff.footer {position: relative;background-color: var(--lu-footer);padding-bottom: 4rem;color:#fff;}
.banner-tinkoff.footer .container figure {height:48px;background-color: #ffdd2d;border-radius: 8px;padding: 10px;display: flex;}
.banner-tinkoff.footer .container figure img {height: 30px;}
.banner-tinkoff.footer .container p {font-weight: bold;}
.banner-tinkoff.footer a.btn-primary {background-color: #fff;color:var(--lu-footer);}
.banner-tinkoff.footer a.btn-primary:hover {background-color: #ffdd2d;}

body.admin-bar .banner-tinkoff:not(.footer) {top:32px;}
body.admin-bar .banner-tinkoff:not(.footer) ~ header.topnav {top:92px!important;}
body.admin-bar .banner-tinkoff:not(.footer) ~ #top {padding-top: 142px!important;}
body:not(.admin-bar) .banner-tinkoff:not(.footer) ~ #top {padding-top:110px!important;}

body:not(.admin-bar) .banner-tinkoff:not(.footer) ~ header.topnav {top:60px!important;}

/*--------------------------------------------------------------
# ADAPTIVE
--------------------------------------------------------------*/
/* XL */
@media (max-width: 1399px) {
    
}

/* LG */
@media (max-width: 1199px) {
    
}

/* MD */
@media (max-width: 991px) {
    
}

@media (max-width: 767px) {
    body.page-template-page-tinkoff h1 {font-size: 28px;line-height: 32px;}
    body.page-template-page-tinkoff h2 {font-size: 24px;line-height: 28px;}
    .wp-block-media-text > * {flex-basis: 100%;}
    .wp-block-media-text ul {padding-left: 0;}
    .wp-block-media-text ul li {text-align: center;padding-left: 0;}
    .wp-block-media-text ul li::before {content:none;}
    .wp-block-media-text.has-background .wp-block-media-text__content {text-align: center;}
    body.page-template-page-tinkoff .wp-block-columns {flex-wrap: wrap!important;text-align: center;}
    body.page-template-page-tinkoff .container {text-align: center;}
    body.page-template-page-tinkoff .wpcf7-form .tinkoff-form p {flex-wrap: wrap!important;}
    body.page-template-page-tinkoff .wpcf7-form .btn-primary {width: 100%;}
    body.page-template-page-tinkoff .wp-block-columns .wp-block-column {flex-basis: 100%!important;}
    .banner-tinkoff .container p {display: inline-flex;width: 50%;font-size: 0.75rem;}
    body.admin-bar .banner-tinkoff:not(.footer) {top: auto; bottom: 0px;}
	.banner-tinkoff:not(.footer) {top: auto; bottom: 0px;}
    body.admin-bar .banner-tinkoff:not(.footer) ~ header.topnav {top:0px!important;}
    body.page-template-page-tinkoff .wp-block-spacer[style="height:96px"] {height:64px!important;}
    body.page-template-page-tinkoff .wp-block-spacer[style="height:80px"] {height:48px!important;}
    .banner-tinkoff a.btn-primary {margin-top: 0.5rem; display: none;}
	.banner-tinkoff:not(.footer) ~ header.topnav {top:0px!important;}
    body:not(.admin-bar) .banner-tinkoff:not(.footer) ~ header.topnav {top:0px!important;}
    .banner-tinkoff .container {justify-content: space-around;}
	.otzyvy-table {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.otzyvy-table > div {
		width: 100% !important;
	}
}

@media (max-width: 576px) {
	.mob-header-contact{
		flex-direction: row-reverse;
		font-size: 3.5vw;
		justify-content: flex-end;
		transform: scale(0.8);
		flex-wrap: nowrap !important;
	}
	
	.mob-header{
		flex-wrap: nowrap !important;
	}
	
	.mob-header > a{
		margin:0 !important;
	}
}

body #contactus .contactus_btn {
	background-color:var(--lu-beige);
	-webkit-animation: pulse-new 2s infinite;
	animation: pulse-new 2s infinite;
}
@-webkit-keyframes pulse-new {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(233, 178, 148, .7);
        box-shadow:0 0 0 0 rgba(233, 178, 148, .7)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow:0 0 0 10px transparent
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow:0 0 0 0 transparent
    }
}

@keyframes pulse-new {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(233, 178, 148, .7);
        box-shadow:0 0 0 0 rgba(233, 178, 148, .7)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow:0 0 0 10px transparent
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

.otzyvy-table{
	display: flex;
    justify-content: space-between;
	gap:3rem;
}