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

@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), 
         local('Lato-Regular'), 
         url('../../fonts/latoregular.woff2') format('woff2'), 
         url('../../fonts/latoregular.woff') format('woff'), 
         url('../../fonts/latoregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Bold'), 
         local('Lato-Bold'), 
         url('../../fonts/latobold.woff2') format('woff2'), 
         url('../../fonts/latobold.woff') format('woff'), 
         url('../../fonts/latobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
    line-height: 1.5;
    font-size: 16px;
    min-width: 320px
}

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

body,
input,
textarea,
button {
    font-family: Lato, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
}

h1 {
    font-size: 70px;
    font-weight:normal
}

h2 {
    font-size: 70px;
    font-weight:normal
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

figure {
    padding: 0;
    margin: 0
}

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

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

body a:active,
body a:hover {
    outline-width: 0;
    color: #448dc5
}

ul {
    list-style: circle
}

ol {
    list-style: decimal
}

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

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

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

textarea {
    overflow: auto
}

.wow {
    visibility: hidden
}

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

section {
    width: 100%
}

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

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

*::-webkit-input-placeholder {
    color: #777;
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
}

*::-moz-placeholder {
    color: #777;
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
}

*:-ms-input-placeholder {
    color: #777;
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
}

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

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

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

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

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

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

*::-webkit-scrollbar-thumb {
    background-color: #37aa32;
    border-radius: 2px;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #50ca4c;
}




/* BUTTON */
.button {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    outline: none;
    border: 0;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    white-space: nowrap;
    border: #a5e06f 2px solid;
    text-decoration: none;
    transition: background-color .25s ease, transform .25s ease
}

.button:hover,
.button:active{
    background-color: #a5e06f;
    color: #FFF
}

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

.button--inverted-color {
    color: #FFF
}

.button--sm {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
}

.button--fullwidth {
    width: 100%
}

.button--special {
    background: url('../../images/special-button-bg.png') 50% 50% / auto no-repeat #5b3d15;
    color: #FFF;
    border: 0
}

.button--order {
    height: 70px;
    line-height:70px;
    font-size:16px;
    font-weight:bold;
    background-color: #37aa32;
    color: #FFF;
    border-radius:35px
}
.button--order:hover {
    background-color: #41c03c;
}

.button--big {
    height:80px;
    line-height:80px
}

.button--blue {
    border:0;
    background-color:#79b1dc;
    color:#FFF
}
.button--blue:hover {
    background-color:#448dc5;
}

@media only screen and (max-width:720px) {
    .button {
        height: 48px;
        line-height: 48px;
        font-size: 14px;
    }
}




/* BURGER */
.nav-toggle {
    border: none;
    user-select: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    height: 50px;
    margin-top: -2px;
    display: block
}

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

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

.burger__line {
    fill: none;
    transition: stroke-dasharray .3s, stroke-dashoffset .3s;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round
}

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

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

@media(min-width:1270px) {
    .nav-toggle {
        display: none
    }
}

@media only screen and (max-width:720px) {
    .burger__line {
        stroke: rgb(0, 0, 0);
    }
}

/* ASIDE */
.aside {
    visibility: hidden;
    background: #fff;
    position: fixed;
    transform: translateY(30px) scale(.8);
    opacity: 0;
    left: 15px;
    top: 55px;
    border-radius: 9px;
    z-index: 360;
    transition: transform .2s cubic-bezier(0.7, 0.46, 0.49, 1), visibility .2s cubic-bezier(0.7, 0.46, 0.49, 1), opacity .2s cubic-bezier(0.7, 0.46, 0.49, 1);
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 1px 0px, rgb(0 0 0 / 5%) 0px 2px 2px 0px, rgb(0 0 0 / 5%) 0px 4px 4px 0px;
    display: block
}

.nav-visible .aside {
    transform: translateY(0) scale(1);
    visibility: visible;
    opacity: 1;
}

.aside__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    overflow-y: auto
}

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

.aside nav ul ul {
    padding: 0 0 0 25px
}

.aside nav ul li {
    margin: 3px 0 0
}

.aside nav a {
    white-space: nowrap;
    padding: 6px 16px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease
}

.aside nav li.current > a,
.aside nav a:hover {
    background-color: #37aa32;
    color: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 1px 0px, rgb(0 0 0 / 5%) 0px 2px 2px 0px, rgb(0 0 0 / 5%) 0px 4px 4px 0px;
}

@media(min-width:1270px) {
    .aside {
        display: none
    }
}



/*STICKY TOPBAR */
.sticky {
    background-color: #f6f8f9;
    position: absolute;
    position: sticky;
    top: 0;
    z-index: 500;
    width: 100%;
    max-width: 1920px;
    height: 60px;
}

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

.sticky__navigation {
    flex: 1;
}

.sticky__navigation nav>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
}

.sticky__navigation nav>ul>li {
    padding: 0;
    margin: 0;
    position: relative;
    flex:1;
    transition: background-color .25s ease
}

.sticky__navigation nav>ul>li>a {
    padding: 0 25px;
    line-height: 60px;
    display: flex;
    align-items: center;
    color:#000;
    justify-content: center
}

.sticky__navigation nav>ul>li.active,
.sticky__navigation nav>ul>li:hover {
    background-color: #79b1dc;
    color:#FFF
}

.sticky__navigation nav>ul>li.active a,
.sticky__navigation nav>ul>li:hover a{
    color:#FFF
}

.sticky__navigation li ul {
    background-color: #79b1dc;
    top: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    box-shadow:0px 3px 10px 0px rgb(0 0 0 / 5%);
    transition: transform .25s linear, opacity .25s ease, visibility .25s ease
}

.sticky__navigation nav>ul>li:hover>ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.sticky__navigation li ul li {
    margin: 0;
    padding: 0;
}

.sticky__navigation li ul li a {
    display: block;
    line-height: 34px;
    padding: 0 20px;
    justify-content: flex-start;
    transition: background-color .25s ease
}

.sticky__navigation li ul li a:hover,
.sticky__navigation li ul li.active a {
    background-color: rgba(0, 0, 0, .1);
}

.sticky__navigation a {
    text-decoration: none;
    color: #FFF;
    white-space: nowrap;
    transition: color .2s ease
}

.sticky__navigation a:hover {
    color: #FFF
}

.sticky .topbar__socials{
    display:none;
}


@media(max-width:1100px) {
    .sticky .topbar__socials{
        display:flex;
    }
}    

.topbar__socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    white-space: nowrap;
}

.topbar__socials a {
    margin-left:10px;
    position: relative;
}
.topbar__socials a .icon{
    transition:transform .25s ease;
}
.topbar__socials a:hover .icon{
    transform:translateY(-5px)
}

.topbar__socials span {
    position: relative;
}

.sticky__phone {
    display:none
}
.sticky__phone a{
    text-decoration:none;
    font-weight:bold
}


@media only screen and (max-width:1270px) {
    .sticky {
        height: 50px;
        background-color: rgba(255, 255, 255, .86);
        box-shadow: rgb(0 0 0 / 5%) 0px 4px 4px 0px;
    }

    .sticky__content::before {
        content: '';
        display: block;
        backdrop-filter: blur(9px);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .sticky__navigation {
        display: none
    }
    .contact.topbar__contact--3 {
        display:none
    }
    .sticky__phone {
        display:block
    }
}

@media only screen and (max-width:720px) {

    .sticky__content {
        padding-left: 0;
        position: relative;
    }

    .sticky__contact .contact__data {
        text-align: right
    }

    .sticky__contact .contact__icon-phone {
        display: none
    }
}

@media only screen and (max-width:650px) {
    .topbar__brand {
        display: none
    }

    .topbar__contact--3 .contact__icon {
        display: none
    }
}

/* TOPBAR */
.topbar {
    background-color: #fbfaf9;
    width: 100%
}

.topbar__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 110px
}

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

.topbar__brand {
    color: #777;
    font-size: 13px;
    line-height: 1.3;
    margin: 0 30px
}

@media only screen and (max-width:1100px) {
    body .topbar__contact--2 {
        display: none
    }
}

@media only screen and (max-width:900px) {
    body .topbar__contact--1 {
        display: none
    }
}

/* MAIN */
.main {
    background: url('../../images/main-bg.jpg') 50% 50% / auto 100% no-repeat #79b1dc;
    width: 100%;
    max-width: 1920px;
    height: 820px;
    margin-bottom: 90px;
}

.main__content {
    height: 820px;
}

.main__data {
    height: 100%;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

.main__text {
    margin-top: 60px
}

.main__text h1 {
    color: #000;
    font-weight: normal;
    font-size: 70px;
    line-height: 1;
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
}
.main__text h1 span {
    padding:0px 20px 20px 20px;
    background:rgba(255,255,255,.7);
}
.main__text h1 span:nth-of-type(1){
    border-radius:5px 5px 0 0
}
.main__text h1 span:nth-of-type(2){
    border-radius:0 5px 5px 5px
}

.main__image img {
    display: block
}

.main__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background:#8cc2ec;
    grid-gap: 2px;
    gap: 2px;
    width: 100%;
    border-radius:5px 5px 0 0;
    position: relative
}

.cards__item {
    background-color: #79b1dc;
    min-height: 70px;
    width: 100%;
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cards__item:first-child {
    border-radius:5px 0 0 0;
}
.cards__item:last-child {
    border-radius:0 5px 0 0;
}

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

.cards__bottom a{
    position:relative;
    color:#FFF;
    text-decoration:none;
    white-space:nowrap;
    font-size:24px
}

.cards__icon {
    position:absolute;
    top:-50px
}
.cards__icon img {
    transform: translateY(-12px);
}
.categories-alt {
    background-color:#f2f6f7;
    width:100%;
    max-width:1920px;
}
.cards-alt {
    border-radius:0 0 5px 5px;
}
.cards-alt .cards__item {
    flex-direction: row;
}
.cards-alt .cards__item:first-child {
    border-radius:0 0 0 5px;
}
.cards-alt .cards__item:last-child {
    border-radius:0 0 5px 0;
}
.cards-alt .cards__icon {
    position:relative;
    top:11px;
}
.cards-alt .cards__bottom {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.cards-alt .roundicon {
    width:auto;
    height:auto;
    margin-right:10px
}
.cards-alt .cards__bottom a{
    font-size:16px
}

/* ROUNDICON */
.roundicon {
    width:100px;
    height:100px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
    z-index:0;
}
.roundicon--blue {
    background-color:#79b1dc
}
.roundicon--green {
    background-color:#a5e06f
}


@media only screen and (max-width:1080px) {
    .main {
        margin-bottom: 50px;
    }

    .main__text {
        margin: 50px auto 30px auto
    }

    .main__text h1 {
        font-size: 48px;
    }

    .main__cards {
        grid-template-columns: repeat(2, 1fr);
        max-width: 580px;
        gap:2px;
        padding:2px;
        border-radius:5px;
        margin: 0 auto 30px auto;
    }
    .main__cards .cards__icon{
        display:none
    }
    .main__content {
        height:560px
    }
    .main__text h1 span {
        padding: 10px 15px 20px 15px;
    }

}


@media only screen and (max-width:720px) {
    .main {
        margin-bottom: 40px;
        border-radius: 0 0 20px 20px;
        background-size:100%;
    }

    .main,
    .main__content,
    .main__data {
        height: 166px;
    }

    .main__cards {
        display:none
    }

    .main__text {
        margin: 0 auto 20px auto
    }

    .main__text h1 {
        font-size: 18px;
    }

    .cards__item {
        border-radius: 23px 23px;
    }
    
    .main__text h1{
        display:block;
        background:rgba(255,255,255,.7);
        border-radius:5px;
        padding:5px 10px;
        margin-top:130px;
    }
    
    .main__text h1 span {
         padding:0px;
         background:none;
    }
    
    .main__text h1 span:nth-of-type(1){

    }
    
    .main__text h1 span:nth-of-type(2){

    }
    
}

/* POPULAR */
.popular {
    padding: 0;
    margin: 0
}

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

.popular__title {
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 1.1
}

.popular__switches {
    margin-top:10px;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 585px
}

.popular__switches a{
    font-size:24px;
    text-decoration:none;
    color:#000
}

.popular__switches a.switch-active {
    color:#79b1dc
}

.switch-separator {
    font-size:28px;
    line-height:1;
    padding:0 8px;
    color:#777
}

.popular__data {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity:0;
    transform:translateY(40px);
    transition:all .55s ease
}

.popular__data--visible {
    height: auto;
    visibility: visible;
    overflow: visible;
    opacity:1;
    transform:translateX(0);
}



@media (max-width:1200px) {
    .popular__header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px
    }

    .popular__title {
        margin-bottom: 30px
    }

    .popular__switches {
        width: 100%
    }
}

@media (max-width:900px) {
    .popular {
        padding-bottom:50px
    }
    .popular__title {
        font-size: 34px;
        text-align:center;
        margin-bottom:0
    }

    .popular__switches {
        justify-content: center;
    }

    .popular__switches .button {
        height: 28px;
        line-height: 28px;
        padding: 0 8px;
        border-radius: 14px;
        font-size: 13px;
        margin: 0 4px
    }

}

/* CATALOG LINKS */
.catalog-links {
    padding:50px 0
}
.catalog-links__content {
    display:flex;
    justify-content: space-between;
}
.catalog-links__item {
    white-space:nowrap;
    display:flex;
    line-height:1;
    text-decoration:none;
    color:#000
}
.catalog-links__item:hover {
    color:#000
}
.catalog-links__item img {
    margin-left:10px;
    margin-top:2px;
    transition:transform .25s ease;
}
.catalog-links__item:hover img {
    transform: translateX(7px);
}

@media (max-width:900px) {
    .catalog-links {
        display:none
    }
}


/* CALC */
.calc {
    padding:60px 0 0 0;
    margin-bottom:-50px;
    z-index:50
}
.calc__content {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
}
.calc__wrapper {
    border-radius:5px;
    background-color:#a5e06f;
    padding:20px 40px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    position:relative;
}

.calc__info strong {
    color:#FFF;
    font-size:24px;
    font-weight:normal
}

.calc__info {
    display:flex;
    align-items:center;
    justify-content: space-between;
    position:relative;
}

.calc__button {
    background-color:#FFF;
    text-decoration:none;
    color:#000;
    display:flex;
    align-items:center;
    justify-content: space-between;
    height:60px;
    line-height:60px;
    padding:0 24px;
    border-radius:5px;
    margin-left:40px;
    transition:background-color .25s ease;
    white-space:nowrap
}

.calc__button img {
    margin-left:20px;
    transition:transform .25s ease
}

.calc__button:hover {
    color:#000;
    background-color:#e6f8d5
}

.calc__button:hover img{
    transform:translateX(7px)
}

@media (max-width:900px) {
    .calc__info {
        flex-direction:column;
    }
    .calc__button {
        margin-top:20px;
        width:100%;
        margin-left:0
    }
    .calc__info strong {
        text-align:center;
    }
}





/* LEAF WRAPPER */
.leaf-wrapper {
    background-color:#f6f8f9;
    width:100%;
    max-width:1920px;
    position:relative;
    overflow:hidden
}
.leaf-wrapper-alt {
    background-color:#FFF;
    padding:0
}
.leaf-left-top,
.leaf-right-bottom,
.leaf-top-right,
.leaf-left-bottom {
    position:absolute;
    pointer-events:none;
    z-index:0
}
.leaf-left-top {
    top:0;
    left:0
}
.leaf-right-bottom {
    right:0;
    bottom:0
}
.leaf-top-right {
    right:0;
    top:0;
}
.leaf-left-bottom {
    left:0;
    bottom:0
}
@media (max-width:1024px) {
    .leaf-left-top,
    .leaf-right-bottom,
    .leaf-top-right,
    .leaf-left-bottom {
        max-width:300px
    }
}
@media (max-width:720px) {
    .leaf-left-top,
    .leaf-right-bottom,
    .leaf-top-right,
    .leaf-left-bottom {
        max-width:200px
    }
}

/* ADVANTAGES */
.advantages {
    padding:100px 0 50px 0;
}
.advantages__title {
    text-align:center;
    padding:0;
    margin:0 0 60px 0;
    line-height:1.1;
    position:relative
}
.advantages__grid {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:50px;
    position:relative;
}
.advantages__item {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
.advantages__icon img{
    display:block
}
.advantages__subtitle {
    font-size:24px;
    font-weight:normal;
    padding:0;
    margin:10px 0 5px 0;
    line-height:1.1
}
.advantages__item p {
    color:#777;
    font-size:18px;
    padding:0;
    margin:0 0 20px 0;
}
@media (max-width:900px) {
    .advantages__title {
        font-size:34px;
        margin:0 0 40px 0;
    }
    .advantages__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:720px) {
    .advantages__icon img {
        width:64px;
    }
    .advantages__subtitle {
        font-size:20px;
    }
    .advantages__item p {
        font-size:16px;
    }
}
@media (max-width:520px) {
    .advantages__grid {
        grid-template-columns: 1fr;
        gap:20px;
    }
}

/* GIFT */
.gift {
    padding:0 0 50px 0;
}
.gift__title {
    text-align:center;
    padding:0;
    margin:0 0 60px 0;
    line-height:1.1;
    font-size:50px;
    position:relative
}
.gift__grid {
    display:grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 180px 180px;
    gap:30px;
}
.gift__item {
    background-color:rgba(0,0,0,.08);
    background-position:0 50%;
    background-repeat:no-repeat;
    background-size:auto;
    position:relative;
    border-radius:5px;
    overflow:hidden;
    grid-column: span 2;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
.gift__item--1 {
    grid-column: span 3;
    background-image: url('../../images/gift-1.jpg');
}
.gift__item--1 .gift__wrapper{
    background-color:#a5e06f;
    width:67.5%;
}
.gift__item--2 {
    grid-column: span 3;
    background-image: url('../../images/gift-2.jpg');
}
.gift__item--2 .gift__wrapper{
    background-color:#79b1dc;
    width:67.5%;
}
.gift__item--3{
    background-image: url('../../images/gift-3.jpg');
}
.gift__item--3 .gift__wrapper{
    background-color:#79b1dc;
    width:65%;
}
.gift__item--4{
    background-image: url('../../images/gift-4.jpg');
}
.gift__item--4 .gift__wrapper{
    background-color:#a5e06f;
    width:65%;
}
.gift__item--5{
    background-image: url('../../images/gift-5.jpg');
}
.gift__item--5 .gift__wrapper{
    background-color:#79b1dc;
    width:65%;
}
.gift__wrapper {
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    height:100%;
}
.gift__wrapper .roundicon {
    position:absolute;
    left:-50px;
}
.gift__text {
    position:relative;
    text-align: left;
    padding:0 20px 0 50px;
    color:#FFF;
    font-size:24px;
    line-height:1.3
}

@media (max-width:900px) {
    .gift__title {
        font-size:34px;
        margin:0 0 40px 0;
    }
    .gift__grid {
        grid-template-rows: 150px 150px 150px;
    }
    .gift__item {
        grid-column: span 3;
    }
    .gift__wrapper .roundicon {
        width:80px;
        height:80px;
        left:-40px;
    }
    .gift__item .gift__wrapper{
        width:70%;
    }
    .gift__text {
        padding:0 20px 0 40px;
        font-size:18px;
    }
}
@media (max-width:720px) {
    .gift__item {
        grid-column: span 6;
    }
    .gift__grid {
        grid-template-rows: repeat(5, 150px);
    }
    .gift__wrapper .roundicon {
        width:60px;
        height:60px;
        left:-30px;
    }
    .gift__wrapper .roundicon img{
        transform: scale(.7);
    }
}


/* CALL FORM */
.call {
    margin:30px 0 100px 0;
    width:100%;
    max-width:1920px;
}
.call__wrapper {
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(0, 38, 62, 0.05);
    width:100%;
    max-width: 1200px;
    height: 372px;
    background: #fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:45px;
    position:relative;
}
.call__title {
    font-size:55px;
    line-height:1.2;
    margin:0;
}
.call__description {
    color:#777
}
.call_left {
    width:55%;
}
.call_right {
    width:35%;
    padding-top:30px;
}
.call_right .button {
    width:100%;
}
.color-highlight {
    color:#a5e06f
}

@media(max-width:900px) {
    .call__wrapper {
        min-height: 372px;
        height:auto;
        padding:35px 35px 0 35px;
        justify-content:center;
        flex-direction:column;
        text-align:center;
    }
    .call__title {
        font-size:34px;
    }
    .call {
        margin-top:0;
    }
    .call_left,
    .call_right {
        width:100%;
        max-width:400px;
    }
}

/* ALBUM */
.album {
    padding: 40px 0 50px 0;
    background-color:#FFF
}

.album__title {
    text-align: center;
    padding:0;
    margin:20px 0 50px 0;
    position:relative;
    z-index: 1
}
.page-header.item-title {
    position:relative;
    z-index: 1
}

.album__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 30px;
    gap: 30px;
    padding: 0
}

.photo__thumb {
    position:relative;
}

.photo__thumb::before {
    content:'';
    width:100%;
    height:100%;
    border:transparent 1px solid;
    border-radius:5px;
    position:absolute;
    top:0;
    left:0;
    transition:all .25s ease
}

.photo__thumb:hover::before {
    width:calc(100% + 20px);
    height:calc(100% + 20px);
    border:#79b1dc 2px solid;
    top:-10px;
    left:-10px;
}

.album__grid img {
    vertical-align: top;
}

.photo__thumb a {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .05);
    max-height:270px;
}

.photo__thumb a:before {
    content: '';
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    position: absolute;
    display: block;
    background: url(../../images/zoom.png) 50% 50% / auto no-repeat #FFF;
    border-radius: 50%;
    opacity: 0;
    transform: scale(.9);
    z-index: 10;
    transition: opacity .3s ease, transform .3s ease;
}

.photo__thumb a:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: opacity .2s ease
}

.photo__thumb a:hover:before {
    opacity: 1;
    transform: scale(1)
}

.photo__thumb a:hover:after {
    opacity: .2;
}

.album__buttons {
    margin:60px auto 40px auto;
    max-width:306px
}

@media(max-width:900px) {
    .album__title {
        font-size: 34px
    }
}

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



/* REVIEWS */
.reviews {
    padding: 70px 0;
    position: relative
}

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

.reviews__title h2 {
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1.1;
}

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

.reviews__buttons {
    margin:60px auto 0 auto;
    max-width:306px
}

.review__item {
    border-radius: 5px;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}

.review__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.review__top,
.review__bottom {
    width: 100%
}
.review__top h3 {
    display:flex;
    align-items:center;
}
.review__top h3::before {
    content:'';
    display:block;
    width:100px;
    height:100px;
    background-image:url('../../images/icon-home.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:auto;
    border-radius:50%;
    margin-right:30px;
}

.review__image {
    vertical-align: top;
}

.review__top a {
    text-decoration: none;
}

.review__top h3 {
    font-size: 22px;
    margin: 30px 0 20px 0;
    padding: 0 40px;
    line-height: 1.1
}

.review__text {
    padding: 0 40px
}

.review__info {
    text-align: right;
    padding: 30px 40px;
    color: #777;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.review__text {
    line-height: 1.7
}

@media only screen and (max-width:1560px) {
    .review__vetka {
        display: none
    }
}

@media(max-width:900px) {
    .reviews {
        padding: 50px 0;
    }

    .reviews__top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 40px
    }

    .reviews__title h2 {
        font-size: 34px;
    }

    .review__top h3 {
        font-size: 18px;
        margin: 30px 0 20px 0;
        padding: 0 20px;
    }
    
    .review__top h3::before {
        margin-right:20px;
        width:64px;
        height:64px;
    }

    .review__text {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 20px;
    }

    .review__info {
        padding: 30px 20px;
        font-size: 14px
    }
}

@media(max-width:720px) {
    .reviews__grid {
        grid-template-columns: 1fr;
    }
}


/* ABOUT */
.about {
    padding:70px 0
}
.about__title {
    text-align:center;
    padding:0;
    margin:0 0 30px 0;
    line-height:1.2
}
.about p {
    font-size:18px
}
@media(max-width:900px) {
    .about__title {
        font-size:34px
    }
    .about p {
        font-size:16px
    }
    ._temp1 {
        display:none
    }
}
































/* PROJECT CARD */
.project-card {
    border-radius: 5px;
    background-color: #f6f8f9;
    position: relative;
    z-index: 50;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform .3s ease, box-shadow .3s ease
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 13px 15px 0px rgba(0, 0, 0, 0.07);
}

.project-card__image {
    display: block
}

.project-card__title {
    text-decoration: none;
    text-align: center;
    display:block;
}

.project-card__title h3, .project-card__title h2 {
    display: inline-block;
    margin: 0;
    padding: 15px 30px 10px 30px;
    font-size: 18px;
    font-weight:normal;
    color:#525252;
    vertical-align: top;
    text-align:left;
    width:100%
}

.project-card__title h2 a{
    text-decoration:none;
}

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

.project-card__props {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px
}

.prop__item {
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: flex-end;
}

.prop__item:nth-of-type(1) {
    margin-right: 25px
}

.prop__item:nth-of-type(2) {
    margin-left: 25px
}
.prop__values {
    font-size:18px;
    margin-top:3px
}
.prop__values sup{
    position:absolute
}

.prop__values span {
    color: #777;
    display: block
}

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

.project-card__info {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.project-card__price {
    font-size: 30px;
    padding:0 30px 20px 30px;
    line-height: 1;
    white-space: nowrap;
}

.project-card__link-more {
    text-decoration: none;
    display:block;
    border-radius:5px 0 0 0;
    width:60px;
    height:60px;
    background-color:#79b1dc;
    background-image:url('../../images/arrow-white.png');
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:auto;
    transition:background-color .25s ease, background-position .25s ease
}

.project-card__link-more:hover {
    background-color:#448dc5;
    background-position:60% 50%;
}


p.readmore a{
    text-decoration: none;
    display:block;
    border-radius:5px 0 0 0;
    width:60px;
    height:60px;
    background-color:#79b1dc;
    background-image:url('../../images/arrow-white.png');
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:auto;
    transition:background-color .25s ease, background-position .25s ease;
    font-size:0;
}




/* PAGEDATA */
.pagedata {
    width:100%;
    background-color:#f6f8f9;
    max-width:1920px;
    position:relative;
}
.pagedata h1 {
    font-size: 50px;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1.1;
    color: #342100;
    position:relative
}
.pagedata p {
    margin:0 0 40px 0;
    padding:0;
    line-height:1.7
}
.article-image {
    border-radius: 15px 15px 5px 5px;
    margin:0 0 40px 0  
}

@media only screen and (max-width:900px) {
    .pagedata h1 {
        font-size:28px;
        text-align:center;
    }
}


/* BREADCRUMBS */
.breadcrumbs {
    padding: 20px 0 5px 0;
    background-color:#f2f6f7;
    width:100%;
    max-width:1920px
}

.breadcrumbs ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 10px 0 10px 0;
}

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

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

.breadcrumbs li:not(:last-child):after{
    content: '-';
    letter-spacing: -3.2px;
    padding: 0 10px;
    color: #000
}

.breadcrumbs ul li:first-child{
    display:none;
}

@media only screen and (max-width:900px) {
    .breadcrumbs {
        box-shadow: rgba(0, 0, 0, .05) 0 -1px 1px;
        width:100%
    }
    .breadcrumbs ul {
        justify-content: center;
    }
}




/* FOOTER */
.footer {
    background:#f6f8f9;
    width: 100%;
    max-width: 1920px;
    padding: 50px 0 30px 0;
}

.footer-link__info {
    line-height: 1.2;
    margin-top: 28px;
    margin-bottom:30px;
    font-size:13px;
    color:#777
}

.footer-link__brand img {
    display: block;
}

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

.footer__info {
    flex: 1
}

.footer__links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 10px
}

.footer-link__group {
    margin: 20px 10px 0 10px
}

.footer-link__group h4 {
    font-weight: normal;
    padding: 0;
    margin: 0 0 15px 0;
    font-size:24px;
    line-height: 1.2;
}

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

.footer-link__group li {
    margin: 0 0 8px 0;
    padding: 0;
}

.footer-link__group li a {
    text-decoration: none;
}





.footer__socials {
    padding-left: 85px;
}

.footer__contacts {
    width: 350px;
    border-radius: 5px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 20px 0
}

.footer-contact__item {
    max-width: 284px;
    width: 100%;
    padding: 24px 0 5px 20px;
}


.contact__address address {
    font-size: 18px;
    font-style: normal;
    line-height: 1.1;
    margin-top:5px;
}

.contact__phone,
.contact__email,
.contact__address {
    display:grid;
    grid-template-columns:35px 1fr;
    gap:10px;
    font-size:18px
}

.footer-contact__item a {
    text-decoration: none;
}

.footer__contacts .button {
    width:100%;
    max-width:270px;
    margin-top:30px;
    margin-bottom:30px
}

.footer__bottom {
    grid-column: span 2;
    padding-top:40px;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.footer__copyright {
    color:#777
}
.footer__privacy a{
    color:#777;
    margin:0 15px;
}
.webhail a{
    display:flex;
    align-items: center;
    justify-content: center;
    text-decoration:none;
    color:#777
}
.webhail a:hover{
    color:#e41739
}
.webhail span{
    margin-right:15px
}
.webhail img{
    display:block
}

@media only screen and (max-width:1080px) {
    .footer__bottom {
        flex-direction: column;
        align-items: center;
        text-align:center;
        line-height:1.1
    }
    .footer__privacy {
        padding:15px 0
    }
}

@media (max-width:1366px) {
    .footer__socials {
        padding-left: 40px
    }
}

@media (max-width:1200px) {
    .footer-link__group--services {
        display: none;
    }

    .footer__confidential {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px 0;
    }

    .footer__privacy-link {
        order: 2;
        margin-top: 20px;
    }

    .footer__buttongroup {
        order: 1;
    }

    .footer__buttongroup button {
        margin-left: 0;
        margin-right: 20px
    }
}

@media (max-width:1040px) {
    .footer__copyright {
        font-size: 14px
    }
    .footer-link__group--projects {
        display: none
    }

    .footer__buttongroup {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer__buttongroup button {
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
}

@media (max-width:720px) {
    .footer {
        padding: 40px 0 90px 0
    }

    .footer__info {
        width: 100%;
        max-width: 310px
    }

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

    .footer__socials {
        padding-left: 0;
    }

    .footer__copyright {
        line-height: 1.1;
        margin-bottom: 20px
    }

    .footer__privacy-link {
        color: #8eab8c;
        font-size: 14px;
        line-height: 1.2
    }

    .footer__contacts {
        width: 100%;
        max-width: 350px;
        padding: 0 20px 0 20px;
    }

    .footer-contact__item {
        padding-right: 20px
    }

    .footer .contact__link {
        font-weight: normal;
        font-size: 20px
    }

    .footer__buttongroup {
        width: 100%
    }

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

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









/* PROJECT */
.project {
    padding: 0 0 50px;
    background-color: #f2f6f7
}

.project h1 {
    font-size: 50px;
    padding: 0;
    margin: 0 0 40px 0;
    line-height: 1.1;
    color: #342100;
    position:relative
}

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

.project__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction:column
}

.project__left {
    width: 100%;
    min-height: 190px;
    z-index: 10
}

.project__right {
    width: 100%;
    min-height: 190px;
}

.gallery {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display:grid;
    grid-template-columns: 1.23fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap:20px
}

.gallery__item {
    padding: 0;
    transition: box-shadow .25s ease;
    min-height: 100px;
    border-radius:5px;
    overflow: hidden;
}

.gallery__item:hover {
    box-shadow: rgba(0, 0, 0, .18) 0 3px 6px
}

.gallery__sm{
    max-height:120px;
}



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

.gallery__item--main {
    grid-column: span 3;
    grid-row: span 3;
}

@media only screen and (max-width:900px) {
    .gallery {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto auto auto auto auto;
    }
    .gallery__item--main {
        grid-column: span 3;
        grid-row: span 3;
    }
}

.badge {
    position:absolute;
    top:40px;
    right:40px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start
}
.badge__item {
    margin-bottom:20px;
    display:flex;
}
.badge__item .icon {
    z-index:10;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.badge__data {
    background-color:#FFF;
    height:50px;
    padding:0 10px 0 35px;
    border-radius:10px;
    margin-left:-25px;
    z-index:0;
    display:flex;
    flex-direction:column;
    justify-content: center;
}
.badge__title {
    color:#777;
    line-height:1.1
}
.badge__value {
    font-size:20px;
    font-weight:bold;
    line-height:1
}

.project__middle {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:30px;
    margin:20px 0;
    width: 100%;
}
@media(max-width:1190px) {
    .project__middle {
        grid-template-columns: 1fr;
        max-width:640px;
        margin:0 auto 30px auto
    }
    .project__sizes {
        padding:20px 5px
    }
}
.complect-view {
    width:100%;
    margin:40px 0 30px 0;
    display:flex;
    justify-content: center;
}
.project__properties {
    display:grid;
    grid-template-columns: 1fr 1.3fr;
    gap:8px 30px;
}

.proplabel {
    color:#777
}
.value--price {
    font-size:26px;
    white-space:nowrap;
    line-height:1
}

.proplabel, .value {
    display:flex;
    align-items: flex-end;
    padding:5px 0 5px 0
}

.project__sizes {
    background-color:#FFF;
    border-radius:5px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
}

.sizes {
    display:grid;
    grid-template-columns: 1fr 1fr;
    width:100%
}
.sizes .prop__item {
    flex-direction: row;
    margin:0;
    justify-content: center;
    align-items: center;
}
.sizes .prop__item .icon{
    margin-right:10px
}
  

.project__info {
    z-index: 1;
    min-height: 450px;
    padding: 15px 0 0 0;
}

.project-prop__row {
    width: 100%
}


.project-prop__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end
}
.project-prop__list--premium {
    margin:10px 0 0 0;
    border-radius:0 10px 10px 0;
    padding:20px 0 10px 0;
    background:#fbfaf9
}
.pricelist__label {
    width: 40%;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight:bold;
    font-size:20px;
    padding:0 0 0 35px;
    white-space:nowrap;
}
.project-additional {
    padding:0 35px;
    margin:30px 0 15px 0
}
.project-additional__row {
    display:flex;
    flex-direction: row;
    justify-content:flex-start;
    margin-bottom:10px
}
.project-additional__label {
    width:50%;
    white-space:nowrap
}
.pricelist__value {
    width: 60%;
    margin-bottom: 12px;
    font-size: 24px;
    color: #37aa32;
    line-height: 1.1;
    padding-right:30px;
    text-align:right;
    white-space:nowrap;
}

.project-prop__row--order {
    padding: 0 0 0 35px;
    margin-top:30px;
}

.project-prop__row--complectation {
    color:#777;
    padding:35px 10px 0 35px
}

.project-prop__row--complectation a {
    color: #37aa32;
}

.project__description {
    padding-top:50px
}


.project__calc {
    padding:36px 0 0 35px
}
.calculator-card {
    background:url('../../images/calculator-card-bg.png') 50% 50% / auto no-repeat #5b3d15;
    border-radius: 50px 50px 5px 5px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
    width:100%;
    max-width: 380px;
    height: 119px;
    padding:35px 30px 30px 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.calculator-card__image {
    padding-right:15px
}
.calculator-card__image img {
    vertical-align:top
}
.calculator-card__button {
    flex:1
}


@media(max-width:1230px) {
    .project__info {
        border-radius: 10px;
        transform: translateX(0);
        height: auto
    }
}

@media(max-width:1100px) {
    .project__left {
        width: 60%
    }

    .project__right {
        width: 40%
    }
}

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

    .project__left {
        width: 70%
    }

    .project__right {
        width: 70%
    }

    .gallery__item {
        min-height: auto
    }

    .project__info {
        width: 100%;
        margin-left: 0
    }

    .project__badge-wrapper {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    .project__calc {
        margin-left: 0
    }
    .calculator-card {
        margin:0 auto
    }
    .project-prop__row--order,
    .project__calc {
        padding-left:0
    }
    .project__info {
        padding-top:30px
    }
    .project-prop__list--premium {
        border-radius:10px
    }


    .badge {
        top:10px;
        right:10px;
    }
    .badge__item {
        margin-bottom:10px;
        display:flex;
    }
    .badge__item .icon {
        width:40px;
        height:40px;
    }
    .badge__data {
        height:40px;
        padding:0 10px 0 30px;
        margin-left:-25px;
    }
    .badge__title {
        font-size:13px;
    }
    .badge__value {
        font-size:16px;
    }



}

@media(max-width:720px) {
    .project__left {
        width: 100%
    }

    .project__right {
        width: 100%
    }
}





/* COMPLECTATION */
.complectation {
    padding:50px 0;
    background-color:#f6f8f9
}
.complectation__title {
    text-align:center;
    padding:0;
    margin:0;
    line-height:1.1
}
.complectation__calc {
    margin:90px auto 0 auto;
    max-width:790px;
}







/* TABS */
.tabs {
    padding:0;
    margin:0;
    list-style:none;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    margin:40px 0;
    font-size:32px
}
.tabs li {
    margin:0 5px 6px 5px;
    position:relative;
}
.tabs a {
    font-size:24px;
    text-decoration:none;
    white-space:nowrap
}
.tabs .active {
    color: #79b1dc;
}
.tabs .active::before {
    background-color:#37aa32
}
.tabs-content {
    padding: 0px;
    background-color: #FFF;
    border-radius: 10px;
}
@media (max-width:900px) {
    .tabs {
        flex-wrap:wrap;
        font-size:18px
    }
}





.table table {
    width: 100%;
    border-spacing: 0;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden
}
.table table th,
.table table td {
    padding: 50px 60px;
    vertical-align: top;
    line-height: 1.3
}

.table tr:nth-of-type(even) {
    background:#f6f8f9
}

.table table td {
    text-align: left;
    vertical-align: middle;
}

.table table td:first-child {
    max-width: 25%;
    padding-right: 30px;
    color: #000;
    font-size:20px;
    font-weight:bold
}


@media(max-width:1230px) {
    .table table td:first-child {
        max-width: 35%;
        width: 35%;
        padding-right: 20px
    }
}

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

    .table table th,
    .table table td {
        padding: 15px;
        font-size: 14px;
        line-height: 1.4;
        vertical-align:top;
    }
    .table table td:first-child {
        font-size:16px;
    }

    .tabs li {
        margin:0 3px;
        min-width:auto;
        height:32px;
        line-height:32px;
    }

    ul.tabs a {
        font-size: 14px;
        text-align: center
    }

    div.tabs-content {
        padding: 20px
    }

    ul.tabs {
        padding: 0;
        margin:20px 0;
    }
    ul.tabs .button{
        padding:0 16px
    }
    body .tabs-content {
        padding-left:0;
        padding-right:0
    }
}






/* SOCIAL ROW */
.social-row {
    padding: 60px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-row__title {
    margin-right: 50px
}

.social-row__title h3 {
    color: #FFF;
    font-size: 40px;
    line-height: 1.1;
    padding: 0;
    margin: 0
}

.social-row__item a {
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none
}

.social-row__item a span {
    margin-left: 20px
}

@media(max-width:1120px) {
    .social-row {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .social-row__title {
        margin-right: 0;
        width: 100%
    }

    .social-row__title h3 {
        font-size: 28px;
        margin: 0 0 30px 0;
        text-align: center
    }

    .social-row__title h3 br {
        display: none
    }
}

@media(max-width:1120px) {
    .social-row__title h3 {
        font-size: 22px
    }

    .social-row__item a {
        font-size: 16px;
    }

    .social-row__item a span {
        margin-left: 15px;
        line-height: 1.3
    }
}

@media(max-width:760px) {
    .social-row__item a {
        font-size: 14px;
    }

    .social-row__item a .icon {
        width: 38px;
        height: 38px;
        background-size: 60% auto
    }
}

@media(max-width:570px) {
    .social-row {
        padding: 40px 0 20px 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .social-row__item {
        width: 100%;
        margin-top: 20px;
        max-width: 290px
    }

    .social-row__title h3 {
        margin: 0 0 10px 0;
    }
}








/* ICONS */
.icon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.icon--email {
    background-image: url('../../images/icon-email.png');
}

.icon--phone {
    background-image: url('../../images/icon-phone.png');
}

.icon--whatsapp {
    background-image: url('../../images/icon-whatsapp.png');
}

.icon--viber {
    background-image: url('../../images/icon-viber.png');
}

.icon--telegram {
    background-image: url('../../images/icon-telegram.png');
}
.icon--max {
    background-image: url('../../images/icon-max.png');
}

.icon--size {
    background-image: url('../../images/icon-size.png');
}

.icon--square {
    background-image: url('../../images/icon-square.png');
}

.icon--vk {
    background-image: url('../../images/icon-vk.png');
}

.icon--instagram {
    background-image: url('../../images/icon-instagram.png');
}

.icon--youtube {
    background-image: url('../../images/icon-youtube.png');
}

.icon--big {
    width: 70px;
    height: 70px;
}


/* CONTACT */
.contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact__icon {
    margin-right: 15px
}

.contact__value a {
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    font-weight: bold
}

.contact__value--email a {
    font-size: 16px
}

.contact__value--phone a {
    font-size: 20px
}

.contact__value--xl a {
    font-size: 24px
}

.contact__description {
    color: #777;
    font-size: 13px;
    text-align: right;
}

.contact__description a {
    font-size: 16px;
    color: #79b1dc;
    text-decoration: none;
}
.contact__description a:hover {
    color: #448dc5;
}

/* CATALOG GRID */
.catalog {
    padding:40px 0 0 0;
}
.catalog__grid {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap:30px;
    gap:30px;
}
@media only screen and (max-width:1150px) {
    .catalog__grid .project-card__info {
        flex-direction:column
    }
}
@media only screen and (max-width:1070px) {
    .catalog__grid {
        grid-template-columns:repeat(3, 1fr);
        justify-items: center;
    }
    .catalog__grid .project-card{
        max-width:381px
    }
}
@media only screen and (max-width:830px) {
    .catalog__grid {
        grid-template-columns:1fr;
    }
}

/* FILTER */
.filter {
    position:relative;
    z-index:20
}

@media only screen and (max-width:1560px) {
    .filter__vetka {
        display: none
    }
}
.filter__wrapper {
    background:#f2f6f7;
    border-radius: 10px;
    padding:0 0 0 40px;
}

  
.jlcontentfieldsfilter, .jlcontentfieldsfilter_bani{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: space-between;
    align-content: center;
  	padding-bottom:20px;
}

.jlcontentfieldsfilter .jlmf-section {
	padding-right: 20px
}
.jlcontentfieldsfilter .jlmf-section:nth-of-type(1){
	flex:1 0 50%;
}
.jlcontentfieldsfilter .jlmf-section:nth-of-type(2){
	flex:1 0 15%;
}
.jlcontentfieldsfilter .jlmf-section:nth-of-type(3){
	flex:1 0 15%;
}
.jlcontentfieldsfilter .jlmf-section:nth-of-type(4){
	flex:1 0 15%;
}


.jlcontentfieldsfilter .jlmf-section:last-child, .jlcontentfieldsfilter_bani .jlmf-section:last-child{
	flex-basis: 100%;
	display: flex;
    display:none;
}


@media (max-width: 600px){  
  .jlcontentfieldsfilter_bani .jlmf-section:nth-of-type(1), .jlcontentfieldsfilter_bani .jlmf-section:nth-of-type(2), .jlcontentfieldsfilter_bani .jlmf-section:nth-of-type(3), .jlcontentfieldsfilter_bani .jlmf-section:nth-of-type(4){
    flex:1 0 50%;
  }  
  .jlcontentfieldsfilter .jlmf-section:nth-of-type(1), .jlcontentfieldsfilter .jlmf-section:nth-of-type(2), .jlcontentfieldsfilter .jlmf-section:nth-of-type(3), .jlcontentfieldsfilter .jlmf-section:nth-of-type(4){
    flex:1 0 100%;
  }  
}
.jlmf-link {
	margin-left:10px
}
.jlmf-label {
	margin:0 0 16px 4px;
    font-size:20px;
}
[class*="jlmf-list"] {
	margin:0 !important
}
[class*="jlmf-list"] input[type='checkbox']{
	height:0;
	width:0;
	line-height:0;
	visibility:hidden;
	-moz-appearance:none
}
[class*="jlmf-list"] > div{
	padding:0 !important;
    user-select: none;
}
[class*="jlmf-list"] > div label{
	border-radius: 5px;
	color:#000;
	background-color:rgb(255, 255, 255);
	padding:0 10px;
    min-width:57px;
    text-align:center;
    white-space:nowrap;
    line-height:31px;
    height:33px;
    font-size:16px;
	margin-bottom:10px;
    margin-right:7px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	transition:background-color .3s cubic-bezier(0.175, 0.885, 0.32, 1), color .2s cubic-bezier(0.175, 0.885, 0.32, 1);
}
  
  
[class*="jlmf-list"] > div input[type='checkbox'] + label:hover{
	background-color:rgba(0,0,0,0.2);
}
[class*="jlmf-list"] > div input[type='checkbox']:checked + label{
	background-color:#76B82A;
	color:#FFF
}
.jlmf-checkbox, .jlmf-radio {margin:0 !important}
.jlmf-section {
    margin-top: 30px;
}

label.jlmf-label {
    display: inline-block;
    padding-bottom: 5px;
    font-family: inherit;
    font-size: .9rem;
    text-transform: uppercase;
	margin: 0;
}

label.jlmf-sublabel {
    display: inline-block;
    font-family: inherit;
	margin: 0;
}

.jlmf-label[for], .jlmf-sublabel[for] {
    cursor: pointer;
}

.jlmf-input, .jlmf-select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    font-family: inherit;
}

.jlmf-checkbox, .jlmf-radio {
    display: inline-block;
    margin-top: 2px;
    margin-right: 5px;
}

[class*="jlmf-list"] {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

[class*="jlmf-list"] > div {
    box-sizing: border-box;
    padding-left: 10px;
}

[class*="jlmf-list"] > div:empty {
    display: none;
}

[class*="jlmf-list"] > div > div:not(:first-child) {
    margin-top: 5px;
}

.jlmf-list-2 > div {
    width: 50%;
}

.jlmf-list-3 > div {
    width: 33.3333%;
}

.jlmf-list-4 > div {
    width: 25%;
}

.jlmf-list-5 > div {
    width: 20%;
}

.jlmf-list-6 > div {
    width: 16.6666%;
}

.jlmf-link {
    display: inline-block;
    margin-top: 10px;
    padding: 0;
    font-family: inherit;
    font-size: .9rem;
    font-weight: 400;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.jlmf-link:hover {
    text-decoration: underline;
}

.jlmf-button {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;
    font-family: inherit;
    font-size: .8rem;
    font-weight: 400;
    line-height: 2;
    text-transform: uppercase;
    border: none;
    background-color: #00588a;
    color: #fff;
    cursor: pointer;
}
.jlmf-button:hover {
    background-color: #0070a5;
}

.jlcontentfieldsfilter input {
    height: 32px;
    line-height: 32px;
	margin: 0;
}



/* MODALS */
#callmeModal,
#signModal {
    max-width: 440px;
    width: 100%
}

#privacyModal {
    max-width: 800px;
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
select,
textarea {
    border-radius: 5px;
    background-color: #f6f8f9;
    min-height: 80px;
    width: 100%;
    padding: 0 28px;
    color: #777;
    border: 0;
    outline: none;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0);
    transition: background-color .25s ease, box-shadow .25s ease;
    will-change: background-color, box-shadow
}

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

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

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


input[name=name] {
    padding-left: 50px;
    background-image: url('../../images/icon-user.png');
    background-position: 20px 50%;
    background-size:20px auto;
    background-repeat: no-repeat;
}

input[name=tel] {
    padding-left: 50px;
    background-image: url('../../images/icon-phone.png');
    background-position: 20px 50%;
    background-size:20px auto;
    background-repeat: no-repeat;
}

input[name=email] {
    padding-left: 50px;
    background-image: url('../../images/icon-email.png');
    background-position: 20px 50%;
    background-size:20px auto;
    background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

.captcha {
    margin-top: 8px
}

.privacy-dc {
    padding: 5px 0;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 1.2;
}

.privacy-cc {
    color: #fff;
    padding-top: 10px
}

.privacy-cc a,
.privacy-cc a:hover {
    color: #fff
}

.privacy-dc a {
    color: #717171
}

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

.privacy-nc a {
    color: #a18e79
}

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

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



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

.checkbox__switch input {
    display: none
}

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

.checkbox__description {
    margin-left: 16px;
    margin-bottom:3px;
    font-size:12px;
    line-height:1.2;
    font-weight: normal
}

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

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

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

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


/* SCROLLUP */
.scrollup {
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 200;
    bottom: 10px;
    right: 8px;
    width: 42px;
    height: 42px;
    background-color: rgba(0, 0, 0, .06);
    border-radius: 2px;
    transition: background-color .3s ease
}

.scrollup:hover {
    background-color: rgba(155, 155, 155, .3)
}

.scrollup svg {
    width: 42px;
    height: 42px;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.scrollup__arrow {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: rgba(0, 0, 0, .3)
}

.scrollup:hover .scrollup__arrow {
    fill: #8eab8c
}



.cat-children div{
    display:inline-block;
    margin-right:20px;
}

/* АКЦИИ */
#indexaktsii .pagedata__content ul {
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:30px
}
#indexaktsii .pagedata__content ul li {
    display:grid;
    grid-template-columns:1fr 2fr;
    gap:20px;
    background-color:#FFF;
    border-radius:5px;
    position:relative;
    overflow:hidden;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 5%);
}
#indexaktsii .pagedata__content ul li img {
    display:block;
}
#indexaktsii .pagedata__content li > div:last-child {
    font-weight:normal;
    padding:20px 20px 0 0;
}
@media only screen and (max-width:1270px) {
    #indexaktsii .pagedata__content ul {
        grid-template-columns:1fr;
    }
}
@media only screen and (max-width:640px) {
    #indexaktsii .pagedata__content li > div:last-child {
        font-size:14px;
        padding:10px 10px 10px 0;
        line-height:1.2;
    }
}

.table-td-h{
  text-transform: uppercase;
}

.table-dop td:first-child{
    font-weight:normal !important;
}

.table-dop td:last-child{
    font-weight:bold !important;
}

/* Видео */
.videos {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}
.video {
  position:relative;
  border-radius:5px;
  overflow:hidden
}
.video__thumb {
  position:relative;
}
.video__play {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.video__play svg{
  display:block;
  width:32px;
  height:32px;
  fill:#FFF;
  transition:all .25s ease
}
.video:hover .video__play svg {
  fill:#79b1dc;
  transform:scale(1.1)
}
.videos .review__top h3::before {
    display:none;
}
@media only screen and (max-width:720px) {
    .videos {
        grid-template-columns:1fr;
    }
}

#cookieNotice {
    width: 100%;
    max-width: 480px;
    border-radius: 5px;
    background-color: #f6f8f9;
    border: rgba(0,0,0,.1) 1px solid;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #000;
    font-size: 11px;
    line-height: 1.3;
    position: fixed;
    z-index: 9999999;
    left: 24px;
    bottom: 24px
}

@media (max-width: 640px) {
    #cookieNotice {
        left:0;
        bottom: 0;
        border-radius: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        max-width: 100%
    }
}
