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

@font-face {
    font-family: 'Geometria';
    src: url('../../fonts/Geometria-Bold.woff2') format('woff2'),
        url('../../fonts/Geometria-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('../../fonts/Geometria-Light.woff2') format('woff2'),
        url('../../fonts/Geometria-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    src: url('../../fonts/Geometria-Medium.woff2') format('woff2'),
        url('../../fonts/Geometria-Medium.woff') format('woff');
    font-weight: 500;
    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: 'Geometria', Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500
}

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

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

h2 {
    font-size: 50px;
    font-weight:700
}

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: #6cbf02
}

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-size: 16px;
    text-transform: none;
}

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

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

*::placeholder {
    color: #777;
    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: 70px;
    line-height: 70px;
    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;
    border-radius: 6px;
    color: #FFF;
    cursor: pointer;
    user-select: none;
    background: linear-gradient( 120deg, rgb(100,180,0) 0%, rgb(109,193,3) 55%, rgb(117,206,6) 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--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;
}

@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: 5px 0 0 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;
    font-size:14px;
}

.sticky-menu nav>ul>li.active>a {
    color: #6cbf02;
    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
}

.aside__socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    white-space: nowrap;
    margin-top:20px
}
.aside__socials a {
    margin-right: 5px;
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.aside__socials a .icon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 28px;
    height: 28px;
}
.aside__phone {
    margin-top:20px
}
.aside__phone .contact__icon{
    margin-right:5px
}
.aside__phone .icon {
    width: 24px;
    height: 24px;
}
.aside__phone .contact__value a {
    font-size:18px;
    font-weight: normal;
}
@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-top:10px;
}
.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 > ul > li:first-child::before {
    content:url('../../images/m-icon.png');
    display:block;
    margin:-5px 10px 0 0;
}
.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:100%;
    left:0;
    bottom:0;
    height:3px;
}

.navbar__navigation nav>ul>li {
    padding: 0;
    margin: 0;
    position: relative;
    transition: border-color .25s ease;
    border-bottom:transparent 3px solid;
}

.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,
.navbar__navigation nav>ul>li:hover {
    border-color: #6cbf02;
    color:#6cbf02
}


.navbar__navigation li ul {
    background-color: #FFF;
    top: calc(100% + 3px);
    left: 0;
    max-width: 215px;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    transform: translateY(7px);
    opacity: 0;
    visibility: hidden;
    z-index:9;
    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;
    border-left:#eee 2px solid;
    padding-left:40px
}

.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 {
    margin-left:5px;
    width:38px;
    height:38px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    position: relative;
}
.topbar__socials a{
    transition:transform .25s ease;
}
.topbar__socials a:hover{
    transform:translateY(-5px)
}

.topbar__socials span {
    position: relative;
}

.sticky__phone {
    display:none
}
.sticky__phone a{
    text-decoration:none;
    font-weight:bold
}
.topbar__contact--0 {
    padding:0 7%
}
.topbar__contact--3 .contact__icon {
    width:20px;
    height:38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transform:translateY(-3px)
}


@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%;
    padding: 20px 0;
}

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

@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 rgba(0, 0, 0, .15);
    width: 100%;
    max-width: 1920px;
    height: 845px;
    margin-bottom: 90px;
}

.main__content {
    height: 845px;
}

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

.main__text {
    margin-top: 120px;
}

.main__text h1 {
    color: #fff;
    font-weight: bold;
    font-size: 80px;
    line-height: 1.1;
    margin:0 0 10px 0;
}
.main__text h2 {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.1;
    margin:0;
}

.main__image img {
    display: block
}

.main__cards {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: relative;
    padding-top:70px;
}

.cards__item {
    display:flex;
    align-items: center;
    margin-left:20%
}

.cards__text {
    color:#fff;
    font-weight:300;
    font-size:24px;
    line-height:1.3
}

.cards__icon {
    margin-right:10px;
}

.cards__icon img {
    display:block
}

/* 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 {
        height:640px
    }

    .main__text {
        text-align: center;
        margin: 50px auto 30px auto
    }

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

    .main__cards {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin:0 auto;
        max-width:220px
    }
    .cards__item {
        margin-left:0;
        width:100%;
        margin-bottom:20px;
    }
    .cards__text {
        font-size:18px
    }
    .cards__icon img {
        width:48px;
        height:48px
    }
    .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
    }

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

    .main__cards {
        display:none
    }

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

    .main__text h1 {
        font-size: 32px;
    }
    .main__text h2 {
        font-size: 24px;
    }

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

/* INFO */
.info {
    font-size:18px;
    padding:10px 0 50px 0;
    font-weight:300;
    width:100%;
    max-width:1920px;
    background-color:#f7f7f7
}

/* POPULAR */
.popular {
    padding: 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:10px 5% 0 0;
    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:1;
    padding:0 10px;
    color:#000
}
.popular__switches a:first-child{
    border-right:#000 2px solid
}

.popular__switches a.switch-active {
    color:#70c704;
}

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

}



/* CATALOG BANNERS */
.promo {
    padding:60px 0 0 0;
    z-index:50
}
.promo__content {
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 296px;
    gap:30px;
}
.promo__item {
    background-size:cover;
    background-color:#000;
    border-radius:6px;
    color:#FFF;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.promo__item--1 {
    background-image: url('../../images/promo-1.jpg');
}
.promo__item--2 {
    background-image: url('../../images/promo-2.jpg');
}
.promo__data {
    width:50%;
    height:100%;
    padding-top:10%;
}
.promo__data h2 {
    line-height: 1.2;
    padding:0;
    margin:0 0 30px 0
}
.promo__data a {
    font-size:24px;
    font-weight:300;
    color:#FFF;
    text-decoration: none;
}
.promo__data ul {
    padding:0;
    margin:0;
    list-style: none;
}
.promo__data li::before {
    content:'';
    display: inline-block;
    vertical-align: baseline;
    margin:0 10px -2px 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-image: linear-gradient( 120deg, rgb(100,180,0) 0%, rgb(109,193,3) 55%, rgb(117,206,6) 100%);
}

@media (max-width:1024px) {
    .promo__content {
        grid-template-columns: 1fr;
        grid-template-rows: 296px 296px;
    }
    .promo__data h2 {
        font-size:36px
    }
    .promo__data a {
        font-size: 20px;
    }
    .promo__data li::before {
        width: 16px;
        height: 16px;
    }
}
@media (max-width:550px) {
    .promo__data h2 {
        font-size:26px
    }
    .promo {
        padding-top:10px
    }
    .promo__data {
        width:100%;
        padding:30px;
    }
    .promo__item {
        background:#000;
    }
    .promo__content {
        grid-template-rows: auto;
    }
}

/* CALC */
.calc {
    padding:50px 0
}
.calc__grid {
    width:100%;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:30px;
}
.calc__decorator,
.calc__text,
.calc__button {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.calc__button button {
    width:100%
}

.calc__text strong {
    font-size:24px
}

@media (max-width:1024px) {
    .calc__grid {
        grid-template-columns: 1fr 1fr;
    }
    .calc__decorator {
        display:none
    }
}
@media (max-width:720px) {
    .calc__grid {
        grid-template-columns: 1fr;
        gap:20px
    }
    .calc__text,
    .calc__button {
        align-items: center;
        justify-content: center;
    }
    .calc__text {
        text-align: center;
    }
    .calc__text strong {
        font-size:18px
    }
    .calc__text span {
        font-size:16px
    }
    .calc__button button{
        max-width:320px
    }
}


/* ADVANTAGES */
.advantages {
    padding:60px 0;
    width:100%;
    max-width:1920px;
    background-color:#f7f7f7
}
.advantages--alt {
    background-color:#FFF
}
.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 {
    background:#000;
    position:relative;
    border-radius:6px;
    overflow: hidden;
    background:#FFF;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: center;
}
.advantages__info {
    position:absolute;
    text-align: left;
}
.advantages__icon img{
    display:block;
    filter:brightness(45%);
    transition:filter .25s ease;
}
.advantages__item:hover .advantages__icon img {
    filter:brightness(100%);
}
.advantages__subtitle {
    font-size:24px;
    font-weight:700;
    padding:0 40px;
    margin:30px 0 5px 0;
    line-height:1.1
}
.advantages__item p {
    font-size:24px;
    font-weight: bold;
    padding:0 40px;
    margin:0 0 40px 0;
    line-height: 1.2;
    color:#FFF;
}
@media (max-width:900px) {
    .advantages {
        padding:30px 0;
    }
    .advantages__title {
        font-size:34px;
        margin:0 0 40px 0;
    }
    .advantages__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 160px);
    }
}
@media (max-width:720px) {
    .advantages__subtitle {
        font-size:20px;
    }
    .advantages__item p {
        font-size:16px;
    }
    .advantages__icon img{
        width:120%;
        max-width:initial;
    }
}
@media (max-width:520px) {
    .advantages__grid {
        grid-template-columns: 1fr;
        gap:20px;
    }
}




/* CALL FORM */
.call {
    padding: 10px 0 80px 0;
    width: 100%;
    max-width: 1920px;
    background-color: #f7f7f7;
}
.call--alt {
    background: #FFF;
}
.call--alt2 {
    background: #FFF;
    padding-bottom:20px
}
.call__wrapper {
    border-radius: 6px;
    width:100%;
    max-width: 1200px;
    min-height: 412px;
    background: #000;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:45px 70px;
    position:relative;
}
.call__title {
    font-size:50px;
    line-height:1.2;
    margin:0;
    padding:0;
    color:#FFF;
}
.call__description {
    color:#FFF
}
.call__social {
    display:flex;
    align-items: center;
}
.call__social > span {
    color:#777
}
.call__social-grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    white-space: nowrap;
    padding-left:30px
}
.call__social-grid a{
    margin-left:10px
}
.call_left {
    width:60%;
}
.call_right {
    width:30%;
    padding-top:30px;
}
.call_right .button {
    width:100%;
}
.color-highlight {
    color:#71c805
}

@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;
    }
    .call__description,
    .call__social > span {
        font-size:16px;
        font-weight:300;
    }
    .call__social {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .call__social-grid {
        padding:10px 0 0 0
    }
}

/* ALBUM */
.album {
    padding: 40px 0 50px 0;
    background-color:#FFF;
    width:100%;
    max-width:1920px;
}
.album__content {
    width:100%;
    padding:0 15px
}
.album__title {
    text-align: center;
    padding:0;
    margin:20px 0 50px 0;
    line-height: 1.2;
}
.album__grid {
    display: grid;
    grid-template-columns: repeat(5, 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);
    border:#71c805 2px solid;
    border-radius:6px;
    top:-10px;
    left:-10px;
}

.album__grid img {
    vertical-align: top;
}

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

.photo__thumb a:before {
    content: '';
    width: 42px;
    height: 42px;
    top: calc(50% - 21px);
    left: calc(50% - 21px);
    border-radius:50%;
    position: absolute;
    display: block;
    background: url(../../images/zoom.png) 50% 50% / 42.5% auto no-repeat #000;
    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: .5;
}

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

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

@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__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px
}

.reviews__switches {
    margin:10px 5% 0 0;
    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:1;
    padding:0 10px;
    color:#000
}
.reviews__switches a:first-child{
    border-right:#000 2px solid
}

.reviews__switches a.switch-active {
    color:#70c704;
}

.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:#f7f7f7;
    border-radius:6px;
    max-height:380px;
    overflow:hidden;
}

.review__image img{
    display:block;
}

.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 40px 40px;
    font-size:16px
}

.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: 34px;
        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
    }
    
    .review__image{
        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__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;
    }
    */
    
    .video__item{
        -ms-grid-column: span 2;
            grid-column: span 2;
    }
}


/* ABOUT */
.about {
    padding:70px 0 20px 0;
    min-height:613px;
    width:100%;
    max-width:1920px;
    background: url(../../images/about-bg.jpg) 50% 50% / auto 100% no-repeat rgba(0, 0, 0, .15);
}
.about__title {
    text-align:center;
    padding:0;
    margin:0 0 70px 0;
    line-height:1.2;
    color:#FFF
}
.about p {
    font-size:18px;
    padding:0;
    margin:35px 0 0 0
}
.about__grid {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:30px;
    margin-bottom:70px;
}
.about__item {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background:#FFF;
    border-radius:6px;
    padding:50px 0 30px 30px
}
.about__item--text {
    justify-content: center;
    background:transparent;
    color:#FFF;
    padding:0 0 20px 0 !important
}
.about__item--text p {
    padding:0;
    margin:0;
    font-weight: 300;
}
.about__icon {
    flex:1;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom:40px
}
.about__item img {
    position:relative
}
.about__item strong {
    font-size:20px;
    color:#000;
    font-weight:normal;
    line-height:1.3;
    width:100%;
    flex:1;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end
}
@media(max-width:900px) {
    .about__title {
        font-size:28px
    }
    .about p {
        font-size:16px
    }
    .about__grid {
        grid-template-columns: repeat(2, 1fr);
        margin:0 auto;
    }
    .about__item {
        max-width:278px;
    }
    .about__item strong {
        font-size:20px;
        bottom:30px;
    }
}
@media(max-width:720px) {
    .about {
        padding:40px 0 10px 0;
        border-radius:10px;
    }
    .about__title {
        margin:0 0 30px 0;
    }
    .about__grid {
        max-width:240px;
        margin:0 auto;
        grid-template-columns: 1fr;
    }
    .about__item strong {
        font-size:16px;
        bottom:15px;
    }
    .about__item {
        padding:30px 0 20px 20px
    }
    .about__icon {
        margin-bottom:20px
    }
    .about__icon img{
        height:64px
    }
    .about__item--text p {
        text-align:center
    }
}







/* PROJECT CARD */
.project-card {
    background: #f7f7f7;
    position: relative;
    border-radius:6px;
    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;
    position: relative;
    z-index: 1;
}

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

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

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

.project-card__props {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position:absolute;
    right:0;
    top:0;
    background-color:#000;
    width:30%;
    height:100%;
    padding-bottom:10px
}

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

.prop__values {
    font-size:16px;
    margin:0 0 5px 0
}
.prop__values sup{
    position:absolute
}

.prop__values span {
    display: block
}

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

.project-card__price {
    font-size: 24px;
    font-weight:700;
    color:#64b400;
    padding:0 30px 20px 30px;
    line-height: 1;
    white-space: nowrap;
}
.project-card__more {
    width:100%;
}
.project-card__more a{
    text-decoration: none;
    display:flex;
    align-items: center;
    justify-content:space-between;
    width:100%;
    line-height:50px;
    font-size:18px;
    margin:5px 0 10px 0
}
.project-card__more p{
    margin:0;
    padding:0;
}
.project-card__more p a{
    display:block;
}



/* PAGEDATA */
.pagedata {
    background-color:#f7f7f7;
    width:100%;
    max-width:1920px
}
.pagedata h1 {
    font-size: 50px;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1.1;
    font-weight:700;
    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 0 0;
    background-color:#f7f7f7;
    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 {
    background:#000;
    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;
    color:#FFF;
    font-weight:normal;
    font-size:16px
}





.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 a {
    color:#FFF;
    font-size:22px;
    font-weight:normal
}
.footer .contact__phone img {
    width:20px;
    height:20px;
    margin-top:8px
}

.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 {
    color:#777;
    font-weight:normal
}
.footer-contact__item .contact__address .contact__data {
    line-height:1.3;
    color:#777
}

.footer-contact__item--calc {
    display:flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.contact__address address {
    font-style: normal;
    display:inline;
    color:#FFF
}

.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;
    font-size:16px;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.footer__copyright {
    color:#fff
}
.footer__privacy a{
    color:#fff;
    margin:0 15px;
}
.webhail a{
    display:flex;
    align-items: center;
    justify-content: center;
    text-decoration:none;
    color:#fff
}
.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;
        border-radius:10px 10px 0 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:20px 0 0 0;
        width:auto
    }

    .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 60px 0;
    margin: 0 0 0 0;
    width: 100%;
    max-width: 1920px;
    background-color: #f7f7f7;
}

.project__content {
    position: relative
}


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

@media(max-width:900px) {
    .project {
        padding: 0 0 30px 0;
        border-radius: 0 0 10px 10px
    }
    .project h1 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
        margin-top:0;
        padding:0
    }
}

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

  

.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;
    border-radius:6px;
    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:#f8f9fa 2px solid;
}


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

.project-prop__specs {
    background-color: #000;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: min-content;
    gap: 30px;
    white-space: nowrap;
    margin-top:30px;
    border-radius: 0 6px 6px 0;
    margin-left:-30px;
    padding: 30px 20px;
}

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

.pricelist__label {
    width: 45%;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 18px;
    display: flex;
    align-items: center;
    color:#000;
    justify-content: flex-start;
}

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

.project-prop__subtitle {
    margin:20px 0 5px 0;
    font-size:18px;
    color:#777
}

.pricelist__value {
    width: 45%;
    margin-bottom: 15px;
    font-size: 24px;
    color: #75ce06;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

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

.project-prop__change {
    display:flex;
    align-items: center;
    padding:20px 0
}

.project-prop__change img {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right:20px
}

.project-prop__change span {
    color:#777;
    font-size:14px;
}

.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 52px 0;
    text-align: center;
}

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

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

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


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

    .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: 0
    }
    .project-prop__complect {
        margin: 10px 0 20px 0;
        font-size:16px
    }

}

@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;
        margin-left:0;
        border-radius:6px;
        margin-top:0
    }
}





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

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

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

.card-prop__icon--floors {
    background-image: url('../../images/icon-floors.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: 38px;
    height: 38px;
}

.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--max {
    background-image: url('../../images/max-3.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: 24px
}

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

.contact__description {
    color: #777;
    text-align: right;
}

.contact__description a {
    color: #777;
    text-decoration: none;
}
.contact__description a:hover {
    color: #6cbf02;
}

/* 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;
}

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

ul.tabs a {
    font-size: 18px;
    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: #000;
}

ul.tabs a.active {
    color: #71c805;
}

div.tabs-content {
    padding: 0;
}
.table {
    border-radius:10px;
    position:relative;
    overflow: hidden;
    background:#f7f7f7;
    padding-top:20px
}

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

.table table tr{
    box-shadow: #ececec 0 -2px inset;
}

.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.3;
    font-size:16px
}

.table table td:first-child {
    padding: 30px 0 30px 30px;
    min-width:230px
}
.table table td:last-child {
    font-weight:300
}

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

    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
    }

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

}

/* CATALOG GRID */
.catalog {
    padding:50px 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(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 {
    margin:50px 0 0 0;
    position:relative;
    z-index:20
}

.filter__wrapper {
    background:#f7f7f7;
    padding:0 0 0 40px;
    border-radius:6px
}

  
.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:#fff;
	padding:0 10px;
    min-width:57px;
    border-radius:6px;
    text-align:center;
    white-space:nowrap;
    line-height:33px;
    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-image: linear-gradient( 120deg, rgb(100,180,0) 0%, rgb(109,193,3) 55%, rgb(117,206,6) 100%);
    color:#FFF
}
[class*="jlmf-list"] > div input[type='checkbox']:checked + label{
	background-image: linear-gradient( 120deg, rgb(100,180,0) 0%, rgb(109,193,3) 55%, rgb(117,206,6) 100%);
    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 {
    background-color: #e1e5ea;
    border-radius:6px;
    min-height: 70px;
    width: 100%;
    padding: 0 28px;
    color: #000;
    text-transform: uppercase;
    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, .08) 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: #71c805 0 0 0 1px inset, rgba(0, 0, 0, .1) 0 2px 5px
}

@media only screen and (max-width: 720px) {
    input[type=text],
    input[type=tel],
    input[type=email],
    input[type=search],
    select {
        min-height: auto;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
    }
}

.form-answer {
    font-size:14px;
    display: block;
    width: 100%;
    line-height: 18px;
    opacity: 0;
    transition: opacity .3s ease, 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
}

.call .form-answer {
    color:#FFF;
}

.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 {
    font-size:16px;
    margin-left: 10px;
    margin-bottom:2px;
    font-weight: normal
}
.call .checkbox__description {
    color:#FFF
}

.checkbox__switch label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius:6px;
    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:6px;
    background-color: #FFF;
    border: #71c805 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;
}
@media only screen and (max-width:780px) {
    .cat-children{
        text-align:center;
    }
}

.sigplus-gallery>ul>li{
    margin:0 5px 0 0 !important;
}

.project-card-works .item-image{
    max-height:280px;
    overflow:hidden;
}

.catalog-works .project-card{
    justify-content: start;
}
