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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight:700;
}

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

h2 {
    font-size: 60px;
    font-weight:bold
}

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: #29a100
}

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-family: 'Lato', sans-serif;
    font-weight:400;
    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: #000;
    font-size: 16px;
    text-transform: none;
}

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

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

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

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

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

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

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

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

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

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


/* BACKGROUNDS */
body#index .wrapper {
    background-image: url(../../images/overlay-bg-1.jpg),url(../../images/overlay-bg-2.jpg);
    background-position:50% 39.4%, 50% calc(100% - 360px);
    background-size:auto, auto, auto;
    background-repeat:no-repeat, no-repeat;
}

.wrapper {
    background-image: url(../../images/overlay-bg-2.jpg);
    background-position:50% calc(100% - 360px);
    background-size:auto;
    background-repeat:no-repeat;
}

.wrapper-2 {
    background-image: url(../../images/overlay-bg-4.jpg);
    background-position:50% 0;
    background-size:auto;
    background-repeat:no-repeat;
    padding:120px 0 30px 0;
    margin-top:-120px;
    width:100%;
    max-width:1920px;
}

@media only screen and (max-width:1080px) {
    body#index .wrapper, .wrapper {
        background-image:none;
    }
    .wrapper-2 {
        background:none;
        padding:0;
        margin-top:0;
    }
}


  
/* BUTTON */
.button {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 32px;
    outline: none;
    border: 0;
    color: #FFF;
    cursor: pointer;
    user-select: none;
    background: linear-gradient( 135deg, rgb(28,138,0) 0%, rgb(44,162,10) 55%, rgb(60,185,19) 100%);
    white-space: nowrap;
    text-decoration: none;
    transition: background-color .25s ease, transform .25s ease
}

.button:hover,
.button:active{
    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--vk {
    background:#3d69b3
}
.button--vk:hover {
    background:#4979ce
}

.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;
    }
}




/* STICKY MENU */
.sticky-menu {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, .89);
    z-index: 120;
    width: 100%;
    margin-top: -60px;
    box-shadow: rgba(0, 0, 0, .1) 0 3px 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all .5s ease;
}

.sticky-menu__wrapper {
    position: relative;
}

.sticky-menu__wrapper::before {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.sticky-menu--hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
}

.sticky-menu--visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.sticky-menu--visible .sticky-menu__wrapper::before {
    display: block;
    backdrop-filter: blur(9px);
}

.sticky-menu__content {
    height: 60px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 1
}

.sticky-menu__logo {
    margin-left: 6px;
    width: 144px;
    flex-basis: 144px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align:center
}

.sticky-menu__logo img {
    vertical-align: top;
    max-height: 42px;
}

.sticky-menu nav {
    flex:1;
    padding-left:30px
}

.sticky-menu nav>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
}

.sticky-menu nav>ul>li {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 20
}

.sticky-menu nav>ul>li a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.sticky-menu nav>ul>li.active>a {
    color: #29a100;
    cursor: default;
}

.sticky-menu nav>ul ul {
    margin: 0;
    padding: 16px 16px 16px 16px;
    list-style: none;
    position: absolute;
    z-index: -1;
    top: 40px;
    left: -16px;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, .1) 0 5px 5px;
    border-radius: 3px;
    transform: translateY(-10px);
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

/* HOVER LOST FIX*/
.sticky-menu nav>ul ul::before {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0;
    display: block;
}

.sticky-menu nav>ul ul li {
    margin: 0 0 5px;
    white-space: nowrap
}

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

.sticky-menu__contacts {
    border-left: rgba(0, 0, 0, .06) 1px solid;
    padding-left: 30px;
    margin-left: 30px;
}

.sticky__phone-icon {
    width: 25px;
    height: 25px;
    fill: #000
}

@media(max-width:1180px) {
    .sticky-menu nav {
        display: none
    }

    .sticky-menu__contacts {
        margin-left: 0;
        flex: 1;
        border-left: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
}

@media(max-width:1080px) {
    .sticky-menu {
        margin: 0
    }

    .sticky-menu,
    .sticky-menu--hidden,
    .sticky-menu--visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    .sticky-menu__content {
        padding-left: 0;
    }
    .topbar {
        display:none
    }
}

@media(max-width:720px) {
    .sticky-menu {
        background-color: rgba(255, 255, 255, 1);
    }

    .sticky-menu__wrapper::before {
        /* Remove sticky blur for mobile */
        display: none !important;
        backdrop-filter: none;
    }

    .sticky-menu__content {
        justify-content: space-between;
    }

    .sticky-menu nav {
        display: none
    }

    .sticky-menu__contacts {
        flex: inherit
    }

    .sticky-menu__logo {
        margin-right: 0;
    }

    .sticky-menu__mobile-callback {
        display: block;
        height: 25px;
        width: 25px;
    }

    .sticky-menu .contact--phone,
    .sticky-menu__contacts--email {
        display: none
    }
}

@media(max-width:1430px) {
    .sticky-menu__contacts--email {
        display: none
    }
}


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

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

.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: #777;
    stroke-width: 3;
    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
}



/* ASIDE */
.aside {
    visibility: hidden;
    background: #fff;
    position: fixed;
    opacity:0;
    left: 0;
    top: 100px;
    width:100%;
    z-index: 120;
    transition: opacity .3s cubic-bezier(0.7, 0.26, 0.49, 1), visibility .3s cubic-bezier(0.7, 0.26, 0.49, 1);
    box-shadow: rgba(0, 0, 0, .1) 10px 0 10px;
    display: block
}

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

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


.aside__column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding:70px 0 70px 0
}

.aside__links {
    margin: 20px 30px 0 0;
    width:30%;
    max-width:300px
}

.aside__title {
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 15px 0
}

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

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

.aside__links ul a {
    text-decoration: none
}

@media(max-width:1080px) {
    .aside {
        top: 60px;
    }
    .aside__column {
        padding:30px 0 30px 0
    }
}
@media(max-width:680px) {
    .aside__column {
        padding:0 0 30px 0
    }
    .aside__column {
        flex-direction:column
    }
    .aside__links {
        margin: 20px 0 0 0;
        width:100%;
        max-width:auto
    }
}



/*MAIN MENU */
.navbar {
    margin-bottom:25px;
    border-bottom:
}
.navbar__navigation {
    flex: 1;
}

.navbar__navigation a {
    text-decoration: none;
    white-space: nowrap;
}
.navbar__navigation nav > ul > li:first-child {
    display:flex;
    align-items:center;
}

.navbar__navigation nav {
    position:relative
}
.navbar__navigation nav>ul {
    margin: 0;
    padding: 0;
    width:100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
}

.navbar__navigation nav::before {
    content:'';
    position: absolute;
    width:170%;
    left:-150px;
    bottom:-8px;
    height:70px;
    background:#f0f3f5;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 8% 100%, 0 0);
}

.navbar__navigation nav>ul>li {
    padding: 0;
    margin: 0;
    position: relative;
}

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

.navbar__navigation nav>ul>li.active > a,
.navbar__navigation nav>ul>li:hover > a{
    color:#29a100
}


.navbar__navigation li ul {
    background-color: #FFF;
    top: 100%;
    left: 0;
    max-width: 215px;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transform: translateY(7px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 13px 15px 0px rgb(0 0 0 / 0%);
    transition: box-shadow .25s linear, transform .25s linear, opacity .25s ease, visibility .25s ease
}

.navbar__navigation nav>ul>li:hover>ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 13px 15px 0px rgb(0 0 0 / 7%);
}

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

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

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

.topbar__left {
    padding-right:60px;
}

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

.topbar__contact--0.contact .contact__data a{
    display:flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    text-decoration:none
}

.topbar__socials a {
    width:60px;
    height:60px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    position: relative;
    background:#f4f4f5
}
.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
}

.topbar__contact--3 .contact__icon {
    width:36px;
    height:36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}


@media only screen and (max-width:1280px) {
    .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: #FFF;
    width: 100%;
    max-width:1920px;
    padding: 10px 0 20px 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

  

.topbar__right {
    flex:1;
}

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

.topbar__company {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color:#777;
    max-width:300px
}

@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 #FFF;
    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 {
    padding-left:50px;
    margin-top: 100px;
}

.main__text h1 {
    color: #fff;
    font-weight: bold;
    font-size: 80px;
    line-height: 1.1;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
}

.main__text h1 small {
    font-size:70%
}

.main__image img {
    display: block
}

.main__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
    width: 100%;
    position: relative;
    margin-bottom:-60px
}

.cards__item {
    min-height: 70px;
    width: 100%;
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0px 13px 0px 0px rgb(0 0 0 / 0%);
    transition: transform .25s ease, box-shadow .3s ease;
}

.cards__item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 13px 15px 0px rgb(0 0 0 / 7%);
}

.cards__badge {
    position:absolute;
    left:30px;
    top:25px;
    color:#239206;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cards__badge--right {
    right:30px;
    left:initial
}

.cards__badge strong {
    font-size:40px;
    line-height:1;
}
.cards__badge span {
    font-size:13px;
    line-height: 1;
    font-weight:bold
}

.cards__bottom strong {
    position:relative;
    color:#FFF;
    text-decoration:none;
    line-height:1.2;
    font-size:26px;
    font-weight:normal
}


.cards__bottom {
    width: 100%;
    position:absolute;
    bottom:34px;
    display: flex;
    align-items: flex-start;
    padding:0 0 0 30px;
    max-width:60%;
    justify-content: center;
    flex-direction: column
}


.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: 150px;
    }

    .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: 0px;
        border-radius: 0 0 20px 20px
    }

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

    .main__cards {
        display:none
    }

    .main__text {
        margin: 30px auto 20px auto;
        padding:0
    }

    .main__text h1 {
        font-size: 34px;
        padding:0;
        margin:70px 0 0 0;
        text-align:center
    }

    .cards__item {
        border-radius: 23px 23px;
    }
}

/* INFO */
.info {
    font-size:18px;
    padding:50px 0
}
.info span {
    font-size:24px;
    color:#3693ca
}

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

.popular--alt {
    margin-top:50px
}

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

.popular__title {
    padding: 0;
    margin: 5px 0 0 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:18px;
    text-decoration:none;
    line-height:60px;
    padding:0 30px;
    background-color:#f0f3f5;
    color:#000
}

.popular__switches a.switch-active {
    color:#FFF;
    background: linear-gradient(135deg, rgb(28, 138, 0) 0%, rgb(44, 162, 10) 55%, rgb(60, 185, 19) 100%);
}

.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);
}

.popular__more {
    display:flex;
    justify-content:center;
    margin-top:60px
}


@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
    }

}


/* WARN */
.warn {
    padding:50px 0 30px 0
}
.warn__content {
    display:flex
}
.warn__title {
    padding:0;
    margin:60px 0 0 0;
    line-height:1.2
}
.warn__left {
    padding-right:50px
}
@media only screen and (max-width:1080px) {
    .warn__content {
        flex-direction: column;
        align-items:center;
        justify-content: center;
    }
    .warn__left {
        padding-right: 0;
    }
    .warn__title {
        font-size: 34px;
        text-align: center;
        margin: 30px 0 0 0;
    }
    .warn__right p {
        text-align: center;
    }
}
@media only screen and (max-width:900px) {
    .warn__title {
        font-size: 26px;
    }
}

/* BRICK */
  
.brick {
    color:#FFF;
    padding:30px;
    width:280px;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    background:linear-gradient( -40deg, rgb(74,45,17) 0%, rgb(109,67,28) 55%, rgb(143,88,38) 100%);
}
.brick strong {
    font-weight:normal;
    font-size:24px;
}
.brick p {
    font-size:14px;
}
.brick button {
    margin-top:20px;
    background:#7a4b20;
    display:block
}

/* PROMO */
.promo {
    padding:20px 0 0 0;
}
.promo__content {
    display:flex;
    align-items:center;
    justify-content: space-between;
}
.promo__item img {
    display:block;
    position:relative
}
.promo__item:first-child img {
    transform: translateX(-10px);
}
@media only screen and (max-width:1080px) {
    .promo {
        padding:20px 0 0 0;
    }
}


/* QUESTION */
.question__form {
    padding:70px 0 40px 0;
    margin:0 0 30px 0
}
.question__title {
    margin:0 0 15px 0;
    line-height:1.2;
    text-align:center;
}
.question__description {
    text-align:center;
    margin-bottom:40px
}
.question__wrapper button {
    width:100%
}
.question__form .form-grid__field input {
    width:100%
}
@media(max-width:900px) {
    .question__title {
        font-size: 26px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
    .question__form {
        padding:50px 0 0 0;
        margin:0
    }
}






/* ADVANTAGES */
.advantages {
    padding: 40px 0 60px 0;
    width:100%;
    max-width:1920px;
    margin:0 auto;
    background:url('../../images/ad-bg.jpg') 50% 60% / auto no-repeat
}

.advantages__title {
    margin: 0;
    line-height: 1.3
}

.advantages__description {
    text-align: center;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

.advantages__wrapper {
    display:grid;
    grid-template-columns: 1.2fr 1fr;
    gap:30px
}

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



.advantages__left .button {
    max-width: 320px;
    margin-top:50px
}

.advantages__item {
    background-color:#f4f4f5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding:40px 30px 30px 30px;
    min-height:300px;
    position:relative;
    overflow:hidden;
}

.advantages__item:nth-of-type(1),
.advantages__item:nth-of-type(3) {
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
}
.advantages__item:nth-of-type(2),
.advantages__item:nth-of-type(4) {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
}
  

.advantages__icon {
    
}

.advantages__icon img {
    position:absolute;
    bottom:40%;
    left:25%;
}

.advantages__text {
    font-size: 26px;
    font-weight:normal;
    line-height: 1.4;
    position:relative;
}

.advantages__left p {
    margin:30px 0 0 0;
    padding:0;
    font-size:18px
}


@media(max-width:1200px) {
    .advantages__text {
        font-size: 16px;
    }

    .advantages__icon {
        width: 50px;
        flex-basis: 50px;
    }
}

@media(max-width:1024px) {
    .advantages__title {
        text-align:center
    }
    .advantages__wrapper {
        grid-template-columns: 1fr;
    }
}
@media(max-width:800px) {
    .advantages {
        background:none;
        padding-bottom:40px
    }
    .advantages__title {
        font-size: 26px;
        line-height: 1.1;
        margin-bottom: 10px
    }
    .advantages__grid {
        padding: 0;
    }
    .advantages__item {
        padding:15px;
        min-height:200px
    }
    .advantages-alt .advantages__grid {
        padding: 50px 0 30px 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .advantages__left p {
        margin:20px 0 0 0;
        font-size:16px
    }
    .advantages__left .button {
        display:none
    }
}

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






/* ALBUM */
.album {
    padding: 40px 0 50px 0;
    width:100%;
    max-width:1920px;
}
.album__content {
    width:100%;
    padding:0 15px
}
.album__title {
    text-align: center;
    padding:0;
    line-height:1;
    margin:20px 0 50px 0;
}

.album__info {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:80px
}
.album__doma {
    background-image: linear-gradient( 135deg, rgb(28,138,0) 0%, rgb(44,162,10) 55%, rgb(60,185,19) 100%);
    height:70px;
    line-height:70px;
    padding:0 20px;
    font-size:50px;
    color:#f5f5f5;
    font-weight:bold;
    margin-right:15px;
}
.album__bani {
    background-image: linear-gradient( 135deg, rgb(28,138,0) 0%, rgb(44,162,10) 55%, rgb(60,185,19) 100%);
    height:70px;
    line-height:70px;
    padding:0 20px;
    font-size:50px;
    color:#f5f5f5;
    font-weight:bold;
    margin-left:15px;
}

  

.album__grid {
    display: grid;
    grid-template-columns: repeat(4, 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;
    position:absolute;
    top:0;
    left:0;
    transition:all .25s ease
}

.photo__thumb:hover::before {
    width:calc(100% + 20px);
    height:calc(100% + 20px);
    top:-10px;
    left:-10px;
}

.album__grid img {
    vertical-align: top;
    transition: transform .25s ease
}

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

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



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



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

@media(max-width:900px) {
    .album__title {
        font-size: 26px
    }
    .album__doma,
    .album__bani {
        font-size:26px;
        margin:0 5px;
        height:40px;
        line-height:40px;
    }
}

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



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

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

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

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

.reviews__switches a{
    font-size:18px;
    text-decoration:none;
    line-height:60px;
    padding:0 30px;
    background-color:#f0f3f5;
    color:#000
}

.reviews__switches a.switch-active {
    color:#FFF;
    background-image:linear-gradient( 120deg, rgb(0,116,183) 0%, rgb(30,133,193) 55%, rgb(59,149,203) 100%);
}

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

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

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

.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 {
    display:grid;
    grid-template-columns:1fr;
    background:#ffffff;
    padding:
}

.review__image img{
    display:block;
}

.review__top {
    
}

.review__image {
    vertical-align: top;
}

.review__top a {
    text-decoration: none;
}

.review__top h3 {
    font-size: 26px;
    margin: 50px 0 20px 0;
    padding: 0 50px;
    line-height: 1.1
}

.review__place {
    padding: 0 50px 30px 50px;
    color:#777
}
.review__text {
    padding: 0 50px 50px 50px;
    font-size:18px
}

.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 (max-width:1200px) {
    .reviews__header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px
    }

    .reviews__title {
        margin-bottom: 30px
    }

    .reviews__switches {
        width: 100%
    }
}

@media (max-width:900px) {
    .reviews__title {
        font-size: 26px;
        text-align:center;
        margin-bottom:0
    }

    .reviews__switches {
        justify-content: center;
    }



}


@media(max-width:980px) {
    .review__item {
        grid-template-columns:1fr;
        max-height:inherit;
        padding-bottom:30px;
        background:#f4f4f5;
    }
    .review__place {
        padding: 0 20px 20px 20px;
        color:#777
    }
    
    .review__image{
        display:none;
    }
}

@media(max-width:900px) {
    .reviews {
        padding: 0 0 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__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;
    }
}


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

.video__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.video__thumb {
    width: 100%;
    min-height: 320px;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: auto 140%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    -webkit-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
}

.video__thumb:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background:rgba(255,255,255,.7);
    top: 0;
    left: 0;
}

.video__play-control {
    position:relative
}

.video__thumb:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
}



.video__name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 20px
}
.video__name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 20px
}

.video-reviews__more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.video-reviews__more .button {
    min-width: 260px
}

@media only screen and (max-width:900px) {
    .video-reviews__title {
        font-size: 24px;
        line-height: 1.2
    }

    .video-reviews__description {
        font-size: 16px;
    }

    .video-thumbs {
        min-height: 220px;
    }

    .video__play-control {
        width: 32px;
        height: 32px
    }

}

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

    .video__thumb {
        min-height: 190px
    }

    .video__item:nth-of-type(3n + 3) {
        -ms-grid-column: span 2;
            grid-column: span 2;
    }
}




/* PROJECT CARD */
.project-card {
    background: #f4f4f5;
    position: relative;
    z-index: 50;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: 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: 10px 30px 20px 30px;
    font-size: 18px;
    font-weight:normal;
    color:#000;
    vertical-align: top;
    text-align:left;
    width:100%;
}

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

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

.project-card__sides {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom:20px
}
.project-card__right {
    padding:5px 40px 0 5px
}
.project-card__props {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

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

.prop__item:nth-of-type(1) {
    margin-bottom: 10px
}

.prop__values {
    font-size:18px;
}
.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;
    font-weight:bold;
    color:#29a100;
    padding:0 30px 20px 30px;
    line-height: 1;
    white-space: nowrap;
}
.project-card__more {
    width:100%;
    padding:0 0 0 30px
}
.project-card__more a{
    font-size:18px;
    text-decoration: none;
}

.project-card__more p{
    margin:0;
    padding:0;
}






/* PAGEDATA */
.pagedata {
    width:100%;
    max-width:1920px;
    position:relative;
}
.pagedata h1 {
    font-size: 50px;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1.1;
    font-weight:bold;
    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;
    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 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 {
    width: 100%;
    max-width: 1920px;
    padding: 80px 0 30px 0;
}
.footer-company {
    color:#777;
    line-height:1.2;
    margin-top:20px
}
.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 {
    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;
}



.color-highlight {
    color:#29a100
}

.footer__socials {
    padding-left: 85px;
}

.footer__contacts {

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

.footer-contact__item {
    max-width: 284px;
    width: 100%;
    padding: 15px 0 5px 20px;
    text-align:right
}

.footer .contact__phone img {
    width:30px;
    height:30px;
    margin-top:5px
}

.footer .contact__phone .contact__data  {
    display:flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.footer .contact__phone,
.footer .contact__email {
    display:flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.footer .contact__email a {
    font-size:16px;
    font-weight:normal
}
.footer-contact__item .contact__address .contact__data {
    line-height:1.3
}
.footer-contact__item .contact__address .contact__data a {
    color:#3b95cb
}

.footer-contact__item--call {
    display:flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding:0
}

.contact-description {
    color:#777;
    font-size:15px;
    display:block;
    margin-bottom:6px
}

.footer-contact__item--phone a {
    font-size:30px;
    font-weight:bold;
    white-space: nowrap;
}

.contact__address address {
    font-size: 16px;
    font-style: normal;
}

.contact__phone,
.contact__email {
    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;
    margin: 0 0 0 0;
    width: 100%;
    max-width: 1920px;
}

.project__content {
    position: relative
}


.project h1 {
    font-size: 50px;
    font-weight:bold;
    padding: 0;
    margin: 5px 0 45px 0;
    line-height: 1.1;
    position: relative
}

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

.project__wrapper {
    display: grid;
    grid-template-columns: 2.7fr 1.3fr;
    grid-gap: 30px;
    gap: 30px;
}

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

.project__right {
    min-height: 190px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color:#f4f4f5;
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
}

  

.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gallery__item {
    margin: 20px 20px 0 0;
    padding: 0;
    width: calc(33.333% - 13.3333px);
    transition: box-shadow .25s ease;
    min-height: 100px;
    overflow: hidden
}

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

.gallery__item:nth-of-type(4n+4) {
    margin-right: 0
}

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

.gallery__item--main {
    width: 100%;
    margin: 0;
    position: relative;
    min-height: 270px;
    position: relative;
}

.project__info {
    z-index: 1;
    min-height: 250px;
}

.project-prop__pricelist {
    padding: 0 0 10px 0;
    border-top:#fff 3px solid;
}


.project-prop__row {
    width: 100%;
    padding:0 30px
}

.project-prop__specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: min-content;
    gap: 30px;
    grid-gap: 30px;
    white-space: nowrap;
    padding: 40px 40px 30px 40px;
}

.project-prop__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center
}

.pricelist__label {
    width: 40%;
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 16px;
    font-weight:bold;
    display: flex;
    align-items: center;
    color:#000;
    justify-content: flex-start;
}

.project-prop__title {
    color: #777;
    font-size: 16px;
    margin-bottom: 20px;
    height: 47px;
    line-height: 47px;
    position: relative
}

.project-prop__title::before {
    content: url('../../images/price-bg.png');
    display: block;
    position: absolute;
    left: -32px;
    top: 0
}

.project-prop__subtitle {
    margin:10px 0 0 0;
    font-size:16px;
}

.pricelist__value {
    width: 50%;
    margin-bottom: 10px;
    font-size: 26px;
    color: #29a100;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

.project-options {
    padding: 0 40px 0 20px
}

.project-prop__row--order {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.calc-alt {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:30px
}

.calc-alt__data {
    margin-left:10px;
}

.calc-alt__data strong {
    font-size:24px;
    font-weight:normal;
    display:block;
    line-height:1
}

.project__description {
    padding-top: 50px
}

.project-prop__complect {
    margin: 30px 0 10px 0;
    text-align: center;
}

.project-prop__complect a {
    color: #29a100;
    text-decoration: none;
    font-size:18px
}

.project-prop__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:36px 0 0 0
}

.project-prop__button .button {
    width:100%
}


@media(max-width:980px) {
    .project h1 {
        font-size: 24px;
        text-align: center;
        margin-top: 0
    }

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

    .project__left {
        width: 70%
    }

    .project__right {
        width: 70%;
        padding-left: 0
    }

    .gallery__item {
        min-height: auto
    }

    .project__info {
        width: 100%;
        margin-left: 0;
        padding-top: 20px
    }


}

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

    .project__right {
        width: 100%
    }

    .pricelist__value,
    .project-additional__value {
        font-size: 18px
    }

    .pricelist__label,
    .project-prop__title {
        font-size: 16px
    }

    .project-prop__specs {
        gap: 20px;
        grid-gap: 20px;
        padding: 20px 0 10px 0;
    }
}





.card-prop__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    white-space:nowrap
}
.card-prop__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    flex-grow: 0;
    flex-shrink: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom:10px;
}

.card-prop__info strong{
    font-weight:normal;
    font-size:18px
}

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

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





/* 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: 36px;
    height: 36px;
}

.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--calc {
    background-image: url('../../images/calc.png');
}

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

.icon--telegram {
    background-image: url('../../images/icon-telegram.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;
    color:#777;
}

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

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

.contact__description {
    
}

.contact__description a {
    color: #777;
    text-decoration: none;
}
.contact__description a:hover {
    color: #29a100;
}

/* COMPLECTATION */
.complectation {
    padding: 10px 0 70px 0;
    width: 100%;
    max-width: 1920px
}

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

.complectation__wrapper {
    position: relative;
    overflow: hidden;

}

ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f3f5;
}

ul.tabs li {
    margin: 0;
    padding: 0;
    flex: 1
}

.tabs__title {
    text-align:center;
    font-size:24px;
    color:#777
}

ul.tabs a {
    font-size: 24px;
    font-weight:bold;
    line-height: 1;
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    transition: color .25s ease, background-color .25s ease
}

ul.tabs a:hover {
    color: #FFF;
    background: linear-gradient( 135deg, rgb(28,138,0) 0%, rgb(44,162,10) 55%, rgb(60,185,19) 100%);
}

ul.tabs a.active {
    color: #FFF;
    background:linear-gradient( 135deg, rgb(28,138,0) 0%, rgb(44,162,10) 55%, rgb(60,185,19) 100%);
}

div.tabs-content {
    padding: 0;
}

.table table {
    width: 100%;
    border-spacing: 0;
    position: relative;
    overflow: hidden
}

.table table tr:nth-of-type(odd){
    background:#FFF
}
.table table tr:nth-of-type(even){
    background:#FFF;
}
.table table tr td{
    border-bottom:#f4f4f5 3px solid
}

.tab-title {
    pointer-events: none;
}

.table table tr:last-child {
    box-shadow: none
}


.table table th,
.table table td {
    padding: 30px 0 30px 70px;
    vertical-align: top;
    line-height: 1.2;
    font-size:16px
}

.table table td:first-child {
    padding: 30px 0 30px 30px;
    min-width:280px
}

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

.table table td:first-child {
    max-width: 15%;
    padding-right: 0px;
    font-weight: bold
}

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

    ul.tabs a {
        font-size: 20px
    }

    .tab-title {
        display:none !important
    }
    .table table td:first-child {
        min-width:auto
    }
}

@media(max-width:900px) {
    .complectation__title {
        font-size: 26px;
        margin-bottom: 20px
    }

    .table table th,
    .table table td {
        padding: 15px 8px;
        font-size: 14px;
        line-height: 1.2
    }
    .table table td:first-child {
        padding-top:15px;
        padding-left:5px;
        padding-bottom:15px
    }

    ul.tabs a {
        font-size: 16px;
        height: 50px
    }

    .tabs__title {
        display:none
    }

}

/* CATALOG GRID */
.catalog {
    padding:80px 0 0 0;
}
.catalog__grid {
    display:grid;
    grid-template-columns:repeat(3, 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(2, 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 {
    margin:200px 0 80px 0;
    position:relative;
    z-index:20
}


.filter__wrapper {
    background:#FFF;
    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{
	color:#000;
	background-color:#f8f9fa;
	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;
	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;
}

.modal-title {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color:#29a100;
    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: bold;
    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 {
    background-color: #FFF;
    min-height: 60px;
    width: 100%;
    padding: 0 28px;
    color: #000;
    border: 0;
    outline: none;
    box-shadow: rgba(0, 0, 0, .15) 0 0 0 1px inset;
    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: #FFF;
    box-shadow: #29a100 0 0 0 1px inset, rgba(0, 0, 0, .1) 0 2px 5px
}

.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: 10px;
    margin-bottom:2px;
    font-weight: normal
}

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

.checkbox__switch label:after {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #FFF;
    border: #29a100 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:0 20px 0 0;
}

.cat-children div h3{
    margin:0;
    padding:0;
}

.aside__contacts{
  font-size:20px;
  margin-top:10px;
}
.aside__contacts a{ 
  text-decoration: none;
}