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

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

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('../fonts/MuseoSansCyrl-700.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-700.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('../fonts/MuseoSansCyrl-900.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-900.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'A La Russ';
    src: url('../fonts/ALaRuss.woff2') format('woff2'),
        url('../fonts/ALaRuss.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

.accent-text{
    font-size:24px;
    border-left:10px solid #93c23b;
    padding:15px 30px 15px 30px;
}

body,
input,
textarea,
button {
    font-family: 'Museo Sans Cyrl', 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
    font-weight: normal;
    font-weight: 300
}

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

h1 {
    font-size: 60px
}

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

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

figure {
    padding: 0;
    margin: 0
}

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

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

a:active,
a:hover {
    color: #fece42
}

ul {
    list-style: circle
}

ol {
    list-style: decimal
}

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

li {
    margin-bottom: 12.8px;
    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;
}

[class$="__content"] {
    margin: 0 auto;
    width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    font-stretch: condensed
}

@media only screen and (max-width:1230px) {
    [class$="__content"] {
        width: 100% !important;
    }
}

/* TPL */


body.tpl-index>.wrapper {
    background-image: url('../../images/index-bg.jpg');
    background-position: 50% 170px;
    background-size: 1820px auto;
    background-repeat: no-repeat
}

/* @media only screen and (max-width:1920px) {
    body>.wrapper {
        background-size: 100% auto !important;
    }
} */

@media only screen and (max-width:1200px) {
    body>.wrapper {
        background-size: 1200px auto !important;
    }
}


/* CORE */
.button {
    background:transparent;
    color: #000;
    white-space: nowrap;
    padding: 0 30px;
    line-height: 54px;
    font-weight: normal;
    font-size: 16px;
    height: 56px;
    border:#93c23b 2px solid;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    border-radius:28px;
    transition: transform .25s ease, color .25s ease;
    outline: none;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
    gap:12px
}
  

.button:hover {
    transform: scale(1.034);
    color: #93c23b
}


.button:active {
    transform: scale(.94);
}

.button span {
    z-index: 10;
    position: relative;
}

.button--fullwidth {
    width: 100%
}

.button--glow {
    position: relative;
    overflow: hidden;
}

.button--glow:before {
    content: '';
    position: absolute;
    left: -20%;
    top: -10%;
    width: 0;
    height: 100%;
    -webkit-transform: rotate(15deg) scale(1, 2);
            transform: rotate(15deg) scale(1, 2);
    box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7);
    -webkit-animation: button-glow 3000ms ease-in-out infinite;
            animation: button-glow 3000ms ease-in-out infinite;
}

@-webkit-keyframes button-glow {
    0% {
        left: -900%;
    }

    50% {
        left: 130%;
    }

    100% {
        left: 130%;
    }
}

@keyframes button-glow {
    0% {
        left: -900%;
    }

    50% {
        left: 130%;
    }

    100% {
        left: 130%;
    }
}

.button--fill {
    background-color:#93c23b;
    color:#FFF
}
.button--fill:hover {
    color:#FFF
}
.button--big {
    height:70px;
    line-height:70px;
    border-radius:35px;
    font-size:18px;
    font-weight: normal;
    padding-left:40px;
    padding-right:40px
}

.button svg {
    fill:#FFF;
    width:24px;
    height:24px
}

.button-icon span {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px
}

.button-icon svg {
    margin-left: 15px
}

.button-icon__vk {
    width: 30px;
    height: 18px
}

.button--portfolio-map-link {
    width:100%;
    height:40px;
    line-height:40px;
    text-transform:uppercase;
    font-weight:300;
    font-size:14px;
    
}

.button--white {
    border:none;
    background-color:#FFF;
    color:#93c23b
}
.button--white:hover {
    color:#93c23b
}
.button--white svg{
    fill:#93c23b
}


*::-webkit-input-placeholder {
    color: #777;
}

*::-moz-placeholder {
    color: #777;
}

*:-ms-input-placeholder {
    color: #777;
}

*::placeholder {
    color: #777;
}

::-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: rgba(0, 0, 0, .1);
}

*::-webkit-scrollbar {
    width: 10px;
    background-color: rgb(255, 255, 255);
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(122, 122, 122);
    border-radius:2px
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #93c23b;
}



/* MOBILE STICKY HEADER */
.mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin: 25px 0 -110px 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 50;
    width: 100%;
    top: 0;
    background-color: transparent;
    padding: 0 15px;
    will-change: transform;
    -webkit-transition: background-color .2s linear, -webkit-transform .2s linear;
    transition: background-color .2s linear, -webkit-transform .2s linear;
    transition: transform .2s linear, background-color .2s linear;
    transition: transform .2s linear, background-color .2s linear, -webkit-transform .2s linear;
}
.mobile-callback {
    border: 0;
    outline: none;
    padding: 0 8px;
    height: 60px;
    line-height: 60px;
    background-color: transparent;
    font-weight: bold;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}


.mobile-callback__icon {
    width: 47px;
    height: 60px;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.mobile-callback__icon svg {
    width: 28px;
    height: 28px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.mobile-callback__icon:hover svg {
    -webkit-transform: scale(1.15);
            transform: scale(1.15)
}

.mobile-callback__label {
    display: none
}

.mobile-callback:hover .mobile-callback__icon>svg {
    fill: #000;
}

.mobile-header.headroom--not-top {
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, .14) 0 1px 5px;
}

.mobile-header.headroom--not-top .mobile-callback__label {
    display: block
}

@media only screen and (min-width:901px) {
    .mobile-header {
        display: none
    }
}


/* HEADER */
.header {
    padding: 0;
    min-height: 116px;
}

.header__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px
}

.header__brand,
.header__logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.header__logo {
    text-decoration: none
}

.logo {
    fill: #93c23b
}

.header__logo svg {
    vertical-align: top;
    border: 0;
    margin-bottom: 4px;
}

.header__name {
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    margin-left: 12px;
}

.header__contacts {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top:10px;
}

.header__yandex {
    padding-top:30px;
}

.header__contacts--call a {
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    white-space:nowrap;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 38, 62, 0.02);
    height: 55px;
    padding:0 15px;
    text-decoration:none;
}

.header__contacts--call a img{
    margin-right:15px;
}


.contact__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    white-space: nowrap;
    gap:3px
}

.contact__label {
    padding-left: 28px;
    font-size: 16px;
    margin-bottom: 2px;
    color: #777
}

.contact__label--city {
    margin-top:-6px;
}

.contact__label--social {
    position:relative;
    display:flex;
    align-items: center;
    gap:6px;
    font-size:14px;
    padding-left: 0;
    margin-bottom: 0
}

.contact__label--social::before {
    content:'';
    width:6px;
    height:6px;
    border-radius: 50%;
    background-color:#93c23b
}

.contact__label--email a {
    color: #777;
    text-decoration: none
}

.contact__label--email a:hover {
    color: #93c23b
}

.contact__phone-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2
}
.contact__email-link {
    font-size: 16px;
    text-decoration:none;
    font-weight: 300;
    color:#777;
    line-height: 1.2
}

.contact__icon {
    width:26px;
    height:26px;
    margin-right: 10px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact__icon img {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.contact__phone-link:hover .contact__icon img {
    -webkit-transform: scale(1.35);
            transform: scale(1.35)
}

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

.socials__item {
    margin: 0 10px 0 0;
    padding-top: 2px;
}

.socials__item:last-child {
    margin-right: 0;
}

.social__link svg,
.social__link img {

    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.social__link:hover svg,
.social__link:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05)
}


@media (max-width:1170px) {
    .header__contacts--call {
        display:none
    }
}
@media only screen and (max-width:1100px) {
    .header__content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }

    .header__tagline {
        margin-left: 20px;
    }
}

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

@media only screen and (max-width:1000px) {
    .header__contacts--other,
    .header__contacts--call{
        display: none
    }
}

@media only screen and (max-width:900px) {
    .header {
        min-height: 116px;
    }
    .header__content {
        margin-top:0;
        padding-top:0;
        transform: translateY(46px);
        min-height: 70px;
        max-width:173px;
        position: relative;
        z-index: 60;
    }
    .mobile-header {
        margin-top:0
    }
    .header__brand {
        margin-left: 0;
        padding-left:0;
    }
    .header__brand img {
        max-height:45px
    }

    .header__menu {
        display: none;
    }

    .header__contacts--social,
    .header__contacts--main-phone {
        display: none
    }


}

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


    .header__tagline {
        margin-left: 0;
        text-align: center;
        padding-top: 15px;
    }
}


/* NAV-DISPLAYED */
body.nav-displayed {
    overflow: hidden;
}

/* NAV-TRIGGER */
.nav-trigger {
    z-index: 999;
    outline: none !important
}

/* MOBILE-MENU */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    background-color: #f8f8f8;
    will-change: transform;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.nav-displayed .mobile-menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.mobile-menu__content {
    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;
    padding-top: 200px;
    border-radius: 30px;
    overflow: auto;
    height: 100vh;
    padding-bottom: 20px;
}

body:has(.headroom--not-top) .mobile-menu__content {
    padding-top:80px;
}

.mobile-menu__logo {
    margin-bottom:20px;
    display:none;
}

body:has(.headroom--not-top) .mobile-menu__logo {
    display:block;
}

.mobile-menu nav ul {
    padding: 0 0 0 60px;
    margin: 0;
    list-style: none
}

.mobile-menu nav ul li a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase
}

.mobile-menu nav ul ul {
    margin:8px 0 20px 0;
    font-size:13px;
}

.mobile-menu .contact {
    margin-top: 20px
}

.mobile-menu .contact__label {
    display: none
}

.mobile-menu .social__link svg,
.mobile-menu .social__link img {
    width: 32px;
    height: 32px;
}

@media only screen and (max-width:720px) {
    .mobile-menu__content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
    }

    .mobile-menu nav ul {
        padding: 0;
        text-align: center
    }
}

/* NAVIGATION */
.navigation {
    transform: translateY(-60px);
    opacity:0;
    visibility:hidden;
    height:0;
    z-index: 200;
    transition: transform .2s ease, opacity .2s linear;
}

.navigation__content {
    width:1270px;
    display:flex;
    align-items:center
}

.navigation.headroom {
    position: sticky;
    top: 0;
    background:#FFF
}

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

.navigation__logo {
    visibility:hidden;
    position:relative;
    overflow:hidden;
    opacity:0;
    transform:translateX(-10px);
    transition:all 0s ease;
}

.navigation__logo img{
    height:40px;
    display:block
}

.navigation.headroom--not-top .navigation__logo {
    visibility: visible;
    width:auto;
    opacity:1;
    transform:translateX(0);
    margin-left:20px;
    margin-right:40px;
}

.navigation.headroom--not-top {
    transform: translateY(0);
    opacity:1;
    visibility:visible;
    height:60px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 7px;
}

.navigation nav {
    flex:1
}

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

.navigation li {
    padding: 0;
    margin: 0
}

.navigation nav>ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}

.navigation.headroom--not-top nav>ul {
    background-color: transparent !important;
    box-shadow: none
}

.navigation.headroom--not-top .navigation__item--order {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}

.navigation.headroom--not-top .navigation__item--order .button {
    height: 36px;
    line-height: 36px;
    margin: 2px 0 0 0;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 300
}

.navigation nav ul ul {
    background-color: #FFF;
    padding: 0 0 0 10px;
    border-radius:5px;
    position: absolute;
    z-index: 250;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.08) 0 2px 4.5px;
    transform: translateY(-8px);
    transition: visibility .25s ease, opacity .25s ease, transform .25s ease;
}

.navigation.headroom--not-top nav ul ul {
    background-color: #FFF;
    margin-left:12px;
    border-radius:0 0 10px 10px
}

.navigation nav ul ul li {
    border-bottom: rgba(0, 0, 0, .05) 1px solid;
}

.navigation nav ul ul li:last-child {
    border-bottom: none
}

.navigation nav ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(-2.5px)
}

.navigation.headroom--not-top nav ul li:hover>ul {
    -webkit-transform: translateY(0);
            transform: translateY(0)
}

.navigation li a {
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 60px;
    background-color: transparent;
    will-change: color;
    padding: 0 20px;
    transition: line-height .2s linear, color .2s ease, font-size .25s ease;
    white-space: nowrap;
}

.navigation li li a {
    padding-left:10px
}

.navigation.headroom--not-top li a {
    font-size: 16px
}

.navigation li:hover>a,
.navigation li.active>a {
    color: #93c23b
}

.navigation__item a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.navigation__item--catalog > a:first-child:after{
    content: url('../images/icon-dropdown.svg');
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    transform: translateY(1px);
}

.navigation__item--order {
    flex-basis: 20%;
    text-align: right;
    padding-left:35px;
}
.navigation .navigation__item--order a{
    font-weight:normal;
    text-decoration:none;
    color:#93c23b;
    white-space:nowrap;
}


@media only screen and (max-width:1180px) {
    .navigation li a {
        font-size: 14px;
        padding-right:0;
    }
}

@media only screen and (max-width:900px) {
    .navigation {
        display: none !important
    }
}


/* HEADER MENU */
.header__menu {
    padding-top:9px
}
.header__menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.header__menu li {
    padding: 0;
    margin: 0;
}

.header__menu > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
    width: 100%;
    max-width:290px;
    text-align: center;
}


.header__menu ul ul {
    background-color: #FFF;
    padding: 0 0 0 0;
    border-radius:5px;
    margin-left:-16px;
    position: absolute;
    z-index: 250;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 2px;
    transform: translateY(-8px);
    transition: visibility .25s ease, opacity .25s ease, transform .25s ease;
}

.header__menu ul ul li {
    border-bottom: rgba(0, 0, 0, .05) 1px solid;
}

.header__menu ul ul li:last-child {
    border-bottom: none
}

.header__menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(-2.5px)
}

.header__menu li a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 30px;
    background-color: transparent;
    will-change: color;
    padding: 0;
    transition: line-height .2s linear, color .2s ease, font-size .25s ease;
    white-space: nowrap;
}

.header__menu li li a {
    padding:6px 16px 6px 16px
}



.header__menu li:hover>a,
.header__menu li.active>a {
    color: #93c23b
}

.header__menu li a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.header__menu li:has(ul) > a:first-child:after{
    content: url('../images/icon-dropdown.svg');
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    transform: translateY(1px);
}







.color-highlight {
    color:#93c23b;
}

/* INDEX MAIN */
.main {
    background:url('../images/main-bg.jpg') 50% 50% / cover no-repeat;
    width:100%;
    max-width:1800px;
    border-radius:17px;
    margin:0 auto;
    aspect-ratio: 2.088167053364269;
}
.main__content {
    display:flex;
    align-items:flex-start;
    flex-direction: column;
    padding-top:150px;
    gap:100px;
    height:100%;
}

.main__title {
    color: #FFF;
    font-weight: normal;
    font-size: 80px;
    line-height: 1;
    display: block;
    text-shadow: rgba(0, 0, 0, .35) 0 5px 10px;
    padding:0;
    margin:0;
}

.main__controls {
    display:flex;
    align-items: center;
    gap:70px
}
.main__calc {
    display:flex;
    align-items: center;
    gap:40px;
    font-size:20px;
    color:#fece42;
    text-decoration: none;
}




@media (max-width:1800px) {
    .main {
        max-width:calc(100vw - 30px);
    }
}
@media (max-width:1366px) {
    .main__content {
        align-items:center;
        text-align:center;
        padding-top:0;
        justify-content: center;
    }
    
    .main__title {
        font-size: 60px;
        margin-bottom: 0;
    }
    
    .main__controls {
        display:flex;
        align-items: center;
        gap:40px
    }
    .main__calc {
        display:flex;
        align-items: center;
        gap:40px;
        font-size:20px;
        color:#fece42;
        text-decoration: none;
    }
}

@media only screen and (max-width:900px) {
    .main__title {
        font-size: 35px;
    }
    .main__content {
        gap:70px
    }
}
@media only screen and (max-width:720px) {
    .main {
        aspect-ratio: 1.4;
    }
    .main__title {
        font-size: 25px;
    }
    .main__calc {
        display: none;
    }
    .main__content {
        gap:50px
    }
    .main .button--big {
        font-size:16px;
        height:50px;
        line-height:50px
    }
    .main .button--big svg{
        width:16px;
        height:16px
    }
}


/* CALC FORM */
.calc-form {
    margin-top: 5px;
    width: 100%;
}

.calc-form .form-answer {
    position:absolute;
    left:0;
    top:100%;
}

.calc-form .calc-form__checkbox {
    position:absolute;
}

.calc-form .checkbox__description {
    font-weight:normal;
    color:#FFF;
    padding-top:4px;
}

.calc-form .field {
    margin-bottom: 20px
}

.calc-form .field--nomargin {
    margin-bottom: 0
}

.calc-form .field input[type="text"],
.calc-form .field input[type="email"],
.calc-form .field input[type="tel"] {
    height: 70px
}



body .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;
    cursor: pointer
}
body .calc-form .file-attach {
    color:#fff;
}

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

#calcproject-file {
    display:none;
}

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

.popular--same {
    padding:30px 0 0 0
}

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

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

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

.popular__description {
    text-transform:uppercase;
    color:#777;
    font-size:22px;
    line-height:1.27;
    flex:1;
    position:relative;
    margin-left:30px;
    padding-left:130px;
}
.popular__description::before {
    content:'';
    width:100px;
    height:2px;
    background-color:#777;
    position:absolute;
    bottom:7px;
    left:0
}

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

.popular__switches a{
    font-size:22px;
    text-transform: uppercase;
    text-decoration:none;
    padding:0 5px;
    color:#777;
}

.popular__switches a:first-child {
    border-radius:10px 0 0 10px
}

.popular__switches a:last-child {
    border-radius: 0 10px 10px 0
}

.popular__switches a.switch-active {
    color:#93c23b;
}

.switch-separator {
    font-size:24px;
    line-height:1;
    padding:0 6px;
    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 {
    background: url('../images/more-arrow.png') 100% 78% / auto no-repeat;;
    display:flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: flex-start;
    margin-top:60px;
    max-width:420px;
    padding-right:30px
}

.popular__more p{
    margin-bottom:50px
}


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

    .popular__title {
        margin-bottom: 30px
    }

    .popular__description {
        display:none
    }

    .popular__switches {
        width: 100%
    }
    .popular__switches {
        justify-content: center;
    }
}

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

    .popular__switches a{
        font-size:14px;
        line-height:30px;
        padding:0 12px;
    }

    .popular__more {
        background: none;
        padding:0
    }


}

/* INDEX PORTFOLIO */
.portfolio {
    padding: 80px 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.portfolio__wrapper {
    width: 100%;
    padding: 0 0 0 50px;
    max-width: 1920px;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    grid-auto-rows: max-content;
    grid-gap: 20px;
    gap: 20px;
}

.portfolio__title {
    padding: 0;
    margin: 0;
    line-height: 1.3
}

.portfolio__description {
    font-size: 18px;
    padding: 0;
    margin: 15px 0 25px 0
}

.portfolio__media {
    padding-right: 25px;
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.portfolio__controls {
    width: calc(66.6666% - 6.666px);
    padding-top: 40px
}

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

.portfolio__thumb a:before {
    content: '';
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    position: absolute;
    display: block;
    background: url('../../images/zoom.svg') 50% 50% / 16px auto no-repeat #93c23b;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(.9);
            transform: scale(.9);
    -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
}

.portfolio__thumb a:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
}

@media only screen and (max-width:1360px) {
    .portfolio__wrapper {
        padding: 0 15px;
    }
}

@media only screen and (max-width:1200px) {
    .portfolio__title {
        font-size: 24px
    }

    .portfolio__description {
        font-size: 16px;
        margin: 15px 0
    }
}

@media only screen and (max-width:720px) {
    .portfolio {
        padding: 20px 0;
    }

    .portfolio__wrapper {
        -ms-grid-columns: 100%;
            grid-template-columns: 100%;
        grid-gap: 40px;
        gap: 40px;
        padding: 25px;
        margin: 0 auto;
        max-width: calc(100% - 30px);
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
    }

    .portfolio__intro {
        text-align: center;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }

    .portfolio__media {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1
    }

    .portfolio__controls {
        width: 100%;
        padding-top: 40px
    }

    .portfolio__thumb a img {
        max-height: 270px
    }

    .portfolio__subscribe .button {
        padding-left: 5px;
        padding-right: 5px;
        font-weight: 300;
        font-size: 16px;
        width: 100%
    }
}



/* CALLBACK */
.callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 80px 0 10px 0;
}

.callback__info {
    width: 45%;
    padding-right: 40px
}

.callback__form {
    width: 53%
}

.callback__title {
    line-height: 1.2;
    padding: 0;
    margin: 0 0 20px 0
}

.callback__description {
    font-size: 26px;
    margin: 0;
    padding: 0;
}

.callback__advantages {
    font-size: 18px;
    list-style: none;
    margin: 0;
    padding: 10px 0
}

.callback__advantages li {
    padding-left: 28px;
    background: url('../../images/callback-advantage-list.png') 0 5px / auto auto no-repeat
}

.callback__advantages li img {
    vertical-align: middle;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px)
}

@media only screen and (max-width:1200px) {
    .callback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
    }

    .callback__info {
        padding: 0;
        width: 55%;
    }

    .callback__form {
        width: 55%
    }

    .callback__title {
        text-align: center;
    }

    .callback__description {
        text-align: center;
        font-size: 18px;
    }
}

@media only screen and (max-width:900px) {
    .callback__info {
        width: 100%;
    }

    .callback__form {
        width: 100%
    }

    .callback__title {
        font-size: 24px
    }

    .callback__description {
        font-size: 16px;
    }

    .callback__advantages li img {
        display: none
    }
}



/* WORK MAP */
.works-location {
    padding-bottom: 60px
}

.works-location__title {
    margin: 0 0 20px 0;
    text-align: center
}

#worksMap [class*="-image"] {
    -webkit-transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
    transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
    transition: transform .25s ease-out, opacity .25s ease-out;
    transition: transform .25s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out;
    -webkit-transform: scale(.7) translateY(10.5px);
    transform: scale(.7) translateY(10.5px);
}

#worksMap:hover [class*="-image"] {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.4491 0.5005 0.0504 0 0 0.1491 0.8035 0.0504 0 0 0.1491 0.5005 0.3504 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: saturate(30%);
    filter: saturate(30%);
}

#worksMap [class*="-balloon_layout_normal"] {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: none;
    width:300px;
}

#worksMap [class*="-balloon__layout"] {
    border-radius: 5px;
    overflow: hidden;
    -webkit-animation: balloonLayout .35s normal forwards ease-out;
    animation: balloonLayout .35s normal forwards ease-out;
}

.works-location__map {
    width: 100%;
    min-height: 450px;
    background-color: #e6e6e6;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    position:relative;
    overflow:hidden;
}

.works-location__item {
    padding: 18px 0 18px 18px;
}
.ymaps-2-1-77-balloon__content,
.work-onmap{
    max-width:260px;
}
.work-onmap {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
    -webkit-animation: workOnMapContentFade .4s .15s normal forwards ease-out;
    animation: workOnMapContentFade .4s .15s normal forwards ease-out;
}

.work-onmap__title {
    margin: 0;
    font-weight:normal;
    font-size:18px;
}

.work-onmap__photo {
    margin-bottom: 15px;
}

.work-onmap__photo img {
    border-radius: 5px;
    vertical-align: top;
    width: 100%;
}

.work-onmap__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.work-onmap__gallery-link,
.work-onmap__user-link {
    margin-bottom: 15px;
}

@-webkit-keyframes balloonLayout {
    from {
        box-shadow: rgba(0, 0, 0, .05) 0 5px 3px 1px;
    }

    to {
        box-shadow: rgba(0, 0, 0, .3) -10px 30px 50px 5px;
    }
}

@keyframes balloonLayout {
    from {
        box-shadow: rgba(0, 0, 0, .05) 0 5px 3px 1px;
    }

    to {
        box-shadow: rgba(0, 0, 0, .3) -10px 30px 50px 5px;
    }
}

@-webkit-keyframes workOnMapContentFade {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(18px);
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes workOnMapContentFade {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(18px);
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (max-width:900px) {
    .works-location__title {
        margin: 20px 0 30px 0;
        font-size: 24px;
        line-height: 1.2
    }

    .works-location__map {
        min-height: 150px;
        height: 60vh
    }
}

/* VIDEO REVIEWS */
.reviews {
    padding: 40px 0 80px 0;
    background: #f8f9fd;
    margin: 0;
}

.reviews__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:30px
}

.reviews__title {
    text-align: left;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 1.1
}

.reviews__description {
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
    padding: 20px 0 0 0;
    margin: 0
}
.reviews__top {
    display:flex;
    padding-bottom:20px;
}
.reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: min-content;
    gap: 20px
}
.review__date {
    padding-top:16px;
    display: flex;
    align-items: center;
    gap:10px;
    line-height:1.1
}
.review__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding:30px;
    background-color: #FFF;
    border-radius:10px;
}


.review__thumb {
    width: 100%;
    min-height: 260px;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: auto 140%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 30px;
    -webkit-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
}

.review__thumb:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

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

.review__play-control {
    width: 60px;
    height: 60px;
    fill: #93c23b;
    z-index: 1;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
}

.review__thumb:hover .review__play-control {
    fill: #ff7900
}

.review__name {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
}

.reviews__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
}

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

@media only screen and (max-width:1024px) {
    .reviews__content {
        grid-template-columns: 1fr;
        gap:0
    }
    .reviews__top {
        text-align:center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap:0
    }
    .reviews__title {
        text-align: center;
    }
}
@media only screen and (max-width:900px) {
    .reviews {
        padding-top:30px;
        padding-bottom:30px;
        border-radius:10px;
    }
    .reviews__title {
        font-size: 24px;
        line-height: 1.2
    }

    .reviews__description {
        font-size: 16px;
    }

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

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

    .review__name {
        font-size: 16px;
    }
    .reviews__grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width:720px) {
    .review__thumb {
        min-height: 190px
    }
}

/* ABOUT */
.about {
    padding: 80px 0 100px 0
}

.about__title {
    line-height: 1.2
}

.about__wrapper {
    padding-left: 90px;
    background: url('../../images/quote.png') 0 10px / auto no-repeat;
}



.about p {
    margin: 0;
    padding: 0 0 25px 0;
}

@media only screen and (max-width:900px) {
    .about {
        padding: 30px 0
    }

    .about__title {
        font-size: 20px;
        line-height: 1.2
    }

    .about__wrapper {
        padding-left: 60px;
        background: url('../../images/quote.png') 0 5px / 40px auto no-repeat;
    }

    .about__seal {
        padding-right: 0;
        padding-bottom: 60px;
        background: url('../../images/seal.png') 90% 100% / auto 120px no-repeat;
    }
}

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

.footer-link__info {
    margin-top: 90px;

}

.footer-link__info img {
    margin-left: -36px;
    transform: scale(2);
    position: absolute
}

.footer-link__brand {
    position: relative;
    width: 27%;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    padding-top:60px;
}

.footer-link__brand img {
    display: block;
}

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

.footer__info {
    flex: 1
}

.footer .more-link {
    font-size: 18px;
    font-weight:500;
    text-decoration:none;
}

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

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

.footer__overlap {
    flex: 1;
}

.footer-link__group {
    margin: 50px 10px 0 50px;
    width: 33.333%;
}

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

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

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

.footer-link__group li a {
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
}

.footer__socials {
    padding-left: 35px;
    padding-top: 55px
}

.footer__data {
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:30px;
}

.footer__inn {
    color:#000;
}
.footer__inn span {
    display:inline-block;
    color:#777;
    width:45px;
}
.footer .contact__info{
    align-items: flex-end;
}
.footer__socials .contact__link--email {
    text-align:right;
    font-size:18px;
    margin-top:10px;
    width:100%;
    display:block;
}

.footer__manufacture {
    text-align:left;
    line-height:1.4;
    padding-top:50px;
}
.footer__manufacture span{
    color:#777;
    text-transform: uppercase;
    display: block;
    padding-bottom:10px
}
.footer__manufacture address {
    font-style: normal;
}

.footer .contact__address {
    align-items: flex-start;
    white-space: initial;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top:10px
}

.footer-contact__item {
    width: 100%;
    padding: 10px 0 8px 0;
    text-align:right;
}

.footer__calc {
    margin-top:28px
}
.footer__calc a{
    font-weight:normal;
    background: linear-gradient( -135deg, rgb(255,121,0) 0%, rgb(255,146,0) 55%, rgb(255,170,0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:18px;
}

.footer-contact .header__phone {
    padding-bottom: 10px;
}

.footer-contact__item .contact__phone {
    text-decoration: none;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    font-style: normal
}

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

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

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

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



.footer__privacy a {
    margin: 0 15px 0 0;
}

.webhail a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#777
}
.webhail a span{
    padding-top:3px
}

.webhail a:hover {
    color: #e41739
}

.webhail span {
    margin-right: 15px
}

.webhail img {
    display: block
}

.footer-link__group--services {
    padding-left:20px;
    padding-right:30px
}
.footer-link__group--services li a {
    font-size:34px;
    line-height:1.1
}
.footer-link__group .social a {
    margin-right:10px
}
.footer-link__group--projects {
    padding-top:10px
}
@media (max-width:1170px) {
    .footer__google {
        display:none;
    }
}
@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__links {
        align-items: flex-start;
        padding-right: 0;
        min-width:226px
    }

    .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:800px) {
    .footer-link__info {
        margin-top: 30px;

    }

    .footer-link__info img {
        display: none
    }

    .footer__socials h4 {
        display: none
    }
}

@media (max-width:720px) {
    .footer-link__brand {
        padding-top:0
    }
    .footer__manufacture {
        text-align: center;
    }
    .footer__contacts {
        justify-content: center;
        align-items: center;
    }
    .footer .contact__info {
        align-items: center;
    }
    .footer {
        background-size: auto 100%;
        background-position: 0 0;
    }

    .footer {
        padding: 40px 0 90px 0
    }

    .footer .header__phone {
        margin-left: 0;
    }

    .footer .contact__label {
        display: none
    }

    .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: 0;
        text-align:center;
    }
    
    .footer__socials .contact__link--email {
        text-align:center;
    }

    .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
    }
    .footer__data {
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center
    }
    .footer__inn {
        margin-bottom:20px;
    }
    .footer .button--blue {
        margin:20px 0;
    }
}

/* CATEGORIES */
.categories {
    padding:0 0 80px 0
}
.categories__content {
    display:flex;
    align-items: center;
}
.category {
    border-radius: 20px;
    position:relative;
    overflow:hidden;
    width:50%;
    display:flex;
    align-items: stretch;
    gap:30px;
    color:#FFF;
    min-height:150px;
    text-decoration:none;
    white-space: nowrap;
}
.category--doma {
    background: url('../../assets/images/cat-doma-bg.png') 60% 100% / auto  no-repeat #2a2a28;
    width:calc(50% + 30px)
}
.category--bani {
    background:url('../../assets/images/cat-bani-bg.png') 60% 100% / auto  no-repeat #93c23b;
    margin-left:-30px
}
.category__icon {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    flex-basis: 150px;
    flex-shrink: 0;
    transition: transform .25s ease;
}
.category:hover .category__icon {
    transform: scale(1.07) translateY(-4px);
}
.category__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:10px
}
.category__name {
    text-transform: uppercase;
    color:#777;
    font-size:16px;
}
.category--bani .category__name {
    color:#749731
}
.category__title {
    color:#FFF;
    font-size:34px;
    font-weight:bold;
    line-height: 1.1;
}
.category__arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:20px;
}
.category__arrow svg {
    fill:#FFF;
    width:24px;
    height:24px;
    transition: transform .25s ease;
}
.category:hover .category__arrow svg {
    transform: translateX(6px);
}

@media (max-width:1150px) {
    .category {
        gap:20px;
    }
    .category__icon {
        flex-basis: 100px;
    }
    .category__title {
        font-size:28px;
    }
}
@media (max-width:900px) {
    .categories__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap:30px
    }
    .category {
        flex-direction: column;
        height:100%
    }
    .category__title {
        font-size:24px;
    }
    .category__arrow {
        display:none
    }
    .category__text {
        order:1;
        padding:30px 30px 0 30px
    }
    .category__icon {
        order:2;
        flex:1
    }
    .category--doma {
        width:inherit
    }
    .category--bani {
        width:inherit;
        margin-left:0
    }
}
@media (max-width:620px) {
    .categories__content {
        gap:10px
    }
    .category__title {
        font-size:16px;
    }
    .category__text {
        padding:15px 15px 0 15px
    }
}
  
/* PROJECT GRID */
.project-grid {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
}

.project-card {
    border-radius:17px;
    transition: transform .3s ease;
}

.project-card:hover {
    transform: translateY(-5px)
}

.project-card__preview {
    position: relative;
}

.project-card__thumb {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    object-fit: cover;
}
.project-card__thumb img {
    width:100%;
    height:auto;
    border-radius:17px
}

.grid-bnr {
    display:block;
}

.project-card__badges {
    position: absolute;
    right: 16px;
    top: 16px
}

.badge__item {
    color: #FFF;
    padding:6px 14px 5px 14px;
    font-weight: normal;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius:10px;
}


.badge__item--hot {
    background-color: #fece42
}

.project-card__info {
    position: relative;
    padding: 20px 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    white-space: nowrap;
}

.project-card__type {
    color: #777
}

.project-card__link {
    text-decoration: none
}

.project-card__name, .newsflash-title {
    padding: 0;
    margin: 0;
    line-height: 1.4;
    font-weight: normal;
    font-size: 18px
}

.page-header h2 {
    padding: 0;
    margin: 0;
    line-height: 1.4;
    font-weight: normal;
    font-size: 18px;
}

.page-header h2 a{
    text-decoration:none;
}

.project-card__price {
    font-size: 34px;
    font-weight: normal;
    color:#93c23b;
    line-height:1.1
}

.project-card__price-unknown {
    font-size:16px;
    font-weight:300;
    color:#777;
}

.project-card__link-more {
    background-color: #93c23b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:36px;
    height:56px;
    border-radius: 10px;
}
.project-card__link-more svg{
    fill:#FFF;
    width:20px;
    height:20px;
}


.card-prop {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom:20px;
}

.card-prop__item {
    color: #000;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    gap:9px;
    font-size:20px;
    padding:0 30px;
    border-right:rgb(222, 222, 222) 2px solid;
}
.card-prop__item:last-child {
    padding-right:0;
    border-right:none
}
.card-prop__item sup {
    position:absolute;
    font-size:80%;
    margin-top:-3px;
}
.card-prop__item img {
    display:block
}

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

@media (max-width:640px) {
    .project-card__info {
        padding-left:5px;
        padding-right:5px
    }
    .project-card__link-more {
        display:none
    }
    .project-card__name {
        font-size:16px
    }
    .project-card__price {
        font-size: 22px;
    }
    .card-prop__item {
        font-size:14px;
        gap:6px;
        padding-left:10px;
        padding-right:10px;
    }
    .card-prop__item img {
        
    }
    .card-prop {
        margin-bottom:0
    }
}



/* FORMS */
.form-grid {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.privacy-dc {
    color: #777;
    font-size: 14px;
    text-align: center
}

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

.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--4 {
    width: calc(33.33333% - 15px);
}
.form-grid .form-grid__field--3 {
    width: calc(25% - 15px);
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
select,
textarea {
    background-color: #FFF;
    min-height: 70px;
    width: 100%;
    padding: 0 28px;
    color: #000;
    border: 0;
    border-radius: 35px;
    outline: none;
    -webkit-transition: background-color .25s ease, box-shadow .25s ease;
    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="text"]:active,
input[type="text"]:focus,
input[type="tel"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:active,
input[type="url"]:focus,
textarea:hover,
textarea:active,
textarea:focus {
    box-shadow: #93c23b 0 0 0 1px
}

.form-answer {
    display: block;
    background: #FFF;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    opacity: 0;
    transform:translateY(-7px);
    transition: opacity .3s ease, transform .3s ease, background-color .3s ease;
    background-position: 20px 50%;
    background-repeat: no-repeat;
    background-size: auto 38px;
}

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

.answer-bad {
    background-image: url('../../images/caution.png');
    background-color:#fcf4d9;
}

.form-answer--show {
    border-radius:10px;
    color:#000;
    opacity: 1;
    transform: translateY(0);
    min-height: 32px;
    padding: 20px 20px 20px 70px;
    margin-bottom: 24px;
}

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

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


/* BREADCRUMBS */
.breadcrumbs {
    padding-top:5px
}

.breadcrumbs__content {
    
}

.breadcrumbs ul, .breadcrumbs ol {
    display: flex;
    margin: 0;
    padding: 0;
    border-top:#f8f9fd 2px solid;
    padding-top: 20px;
}

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

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

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

.breadcrumbs a:hover {
    color: #ffaa00
}

.breadcrumbs li:not(:last-child):after {
    content: '/';
    padding-left: 4px
}

@media only screen and (max-width:900px) {
    .breadcrumbs li {
        font-size: 14px
    }
}

/* PAGE */
.page {
    
}

.page__title, .page h1 {
    font-size: 60px;
    padding: 0;
    margin: 0 0 30px 0;
    font-weight:500;
    line-height: 1.2
}

@media only screen and (max-width:900px) {
    .page__title, .page h1 {
        font-size: 24px;
        margin: 0 0 30px 0;
        text-align: center
    }
}



/* PROJECT */
.project {
    padding: 0 0 40px 0;
    margin: 0 0 0 0;
    width: 100%;
    max-width: 1920px;
}

.project__content {
    position: relative
}


.project h1 {
    font-size: 40px;
    font-weight:500;
    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;
}


.project-prop__row--order {
    font-size:18px;
    color:#777;
    padding:0 30px;
    line-height:1.4
}
  

.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;
    border-radius:10px;
    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%;
    height: auto
}

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

.project-prop__price-title {
    margin-bottom:10px
}

.project-prop__row {
    width: 100%
}

.project-prop__specs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: min-content;
    gap: 30px;
    grid-gap: 30px;
    white-space: nowrap;
    padding: 10px 32px 10px 32px;
    background-color: #f8f9fd;
    border-radius:17px
}

.project-prop__list {
    display: flex;
    flex-direction: column;
}

.pricelist__label {
    margin-bottom: 6px;
    line-height: 1.2;
    text-transform: uppercase;
    color:#777;
    font-weight:300;
    display: flex;
    align-items: center;
    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__calc {
    padding-top:40px
}

.project__left .gift-row {
    width:100%;
    max-width:789px;
    padding:50px 0 0 0;
    background:transparent
}
.project__left .gift-row__content{
    padding:0;
    justify-content: flex-start;
    gap:30px
}
.project__left .gift-row__vk{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10px
}
.project__left .gift-row__vk span{
    font-size:18px;
}
.project__left .gift-row__vk img{
    max-width:160px
}

.pricelist__value {
    margin-bottom: 20px;
    font-size: 34px;
    color:#93c23b;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
}

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

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

.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: 10px 0 20px 0;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.project-prop__complect a {
    text-decoration: none;
}

.project-prop__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}

.project-prop__button button {
    width:100%
}

.card-prop__row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.card-prop__icon {
    width:40px;
    height:40px;
    background-position:50% 50%;
    background-repeat:no-repeat;
}

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

.card-prop__info strong{
    font-weight: 300;
    font-size:20px
}

@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: 20px
    }


}

@media(max-width:720px) {
    .project {
        padding: 0 0 30px 0;
    }
    .project__left {
        width: 100%
    }

    .project__right {
        width: 100%
    }

    .pricelist__value,
    .project-additional__value {
        font-size: 18px
    }
    .card-prop__info strong {
        font-size: 14px;
    }

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

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

/* COMPLECT TABLE */
.complect {
    padding: 30px 0
}

.complect__title {
    text-align: center;
    margin-top:0;
}

.complect table {
    width: 100%;
    border-spacing: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    table-layout: fixed;
}

.complect table td,.complect table th{
    width: 25%;
}

td[colspan="4"] {
    font-weight:500;
    font-size:130%;
}

.complect thead {
    background: url('../../images/complect-bg.png') 50% 100% / auto no-repeat #eee
}

tr.complect__heading {
    color: #FFF;
}

tr.complect__heading th {
    background-color: #93c23b;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight:normal;
    border-left: #FFF 1px solid
}

tr.complect__heading .complect__spec-title {
    padding-left: 30px;
    padding-right: 30px;
}

.complect-props {
    width:40%;
}

.complect-props__item {
    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;
    padding: 25px 0 25px 25px;
    position: relative;
    white-space: nowrap;
}

.complect-props__icon {
    width: 39px;
    height: 42px;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 20px;
}

.complect-props__value {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.complect-props__value strong {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1;
}

.complect-props__description {
    font-size: 16px;
    line-height: 1.1;
    font-weight: normal
}

.complect-advantage {
    padding: 0 0 20px 50px;
    margin: 0;
    list-style: none;
}

.complect-advantage__item {
    margin: 1px 0;
    font-weight: normal
}

.complect-advantage__item:before {
    display: inline-block;
    margin-right: 10px
}

.complect-advantage__item--minus {
    color: red
}

.complect-advantage__item--plus {
    color: green
}

.complect-advantage__item--minus:before {
    content: '-'
}

.complect-advantage__item--plus:before {
    content: '+'
}

.complect tbody th {
    padding: 25px 40px;
}

.complect tbody td {
    padding: 25px;
    line-height: 1.3
}

.complect tbody tr td:first-child {
    padding: 25px 25px 25px 40px;
    border-left: none;
    font-weight:500;
}

.complect tbody th {
    text-align: left;
    font-size: 18px;
    border-bottom: rgba(0, 0, 0, .05) 1px solid;
}

.complect tbody td {
    vertical-align: top;
    border-left: rgba(0, 0, 0, .05) 1px solid;
    border-bottom: rgba(0, 0, 0, .05) 1px solid;
}

.complect__mobile-helper {
    font-size: 14px;
    color: #777;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 50px 36px 50px;
    position:relative;
    display: none
}
.complect__mobile-helper::before {
    content:url('../../images/swipe.png');
    position:absolute;
    width:32px;
    height:32px;
    bottom:0;
    left:calc(50% - 16px);
}

@media only screen and (max-width: 1140px) {
    tr.complect__heading th {
        font-size: 16px
    }

    .complect-props__item {
        padding: 15px 0 15px 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .complect-props__value strong {
        font-size: 16px;
    }

    .complect-props__description {
        font-size: 20px;
    }

    .complect-props__value {
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center
    }

    .complect-props__icon {
        display: none
    }

    .complect tbody th {
        padding: 25px
    }

    .complect tbody td {
        font-size: 14px;
        padding: 15px
    }

    .complect tbody tr td:first-child {
        padding: 15px
    }
}

@media only screen and (max-width: 900px) {
    .complect__title {
        font-size: 24px
    }

    tr.complect__heading {
        -webkit-clip-path: none;
                clip-path: none;
    }

    .complect__spec-title {
        font-weight: normal;
        font-size: 14px
    }

    tr.complect__heading th {
        padding: 0 10px;
        border-left: rgba(255, 255, 255, .3) 1px solid
    }

    .complect-advantage {
        padding: 10px;
        font-size: 14px
    }

    .complect .complect__spec-title {
        padding-left: 10px;
        padding-right: 10px;
    }

    .complect table {
        width: 900px;
        border-radius: 0
    }

    .complect__content {
        padding: 0;
    }

    .complect__overscroll {
        overflow-x: scroll;
    }

    .complect__mobile-helper {
        display: block
    }
}







/* CHECKBOX */
.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox__switch input {
    display: none
}

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

.checkbox__description {
    margin-left: 10px;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 300
}

.checkbox__switch label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    margin: 3px;
    border-radius:4px;
    background: #FFF;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.checkbox__switch label:after {
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius:5px;
    background-color: #777;
    box-shadow: #93c23b 0 0 0 2px inset;
    -webkit-transition: background-color .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: background-color .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

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

.checkbox__switch input:checked+label:after {
    background-color: transparent
}

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



/* SCROLL UP BUTTON */
.scrollup {
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 200;
    bottom: 10px;
    left: 8px;
    width: 42px;
    height: 42px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

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

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

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

.scrollup:hover .scrollup__arrow {
    fill: #93c23b
}




/* WORKSHOP */
.workshop__top {
    display:-ms-grid;
    display:grid;
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 20px;
    gap:20px;
}
.workshop__title-photo,
.workshop__title-video {
    border-radius:5px;
    position:relative;
    overflow:hidden;
    background-color:#d6d6d6;
}
.workshop__title-photo {
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
    -ms-grid-column: span 2;
        grid-column: span 2;
}
.workshop__title-photo img{
    vertical-align:top;
    max-width:100%
}
.workshop__title-video {
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
    -ms-grid-column: span 1;
        grid-column: span 1;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:auto 134%;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center
}
.workshop__title__video-badge {
    z-index:10px;
    position:absolute;
    top:15%;
    max-width:90%;
}
.workshop__title__play-icon {
    z-index:10;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition:transform .3s ease, -webkit-transform .3s ease
}
.workshop__title-video:hover .workshop__title__play-icon {
    -webkit-transform:scale(1.05);
            transform:scale(1.05)
}
.workshop__title-video + .workshop__title-photo {
    -ms-grid-column: span 1;
        grid-column: span 1;
}
.workshop__title-video:before {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:0;
    background: -webkit-linear-gradient(315deg,  rgba(0, 85, 124, 0.25) 0%,rgba(0, 150, 219, 0.25) 50%,rgba(0, 85, 124, 0.25) 100%);
    background: linear-gradient(135deg,  rgba(0, 85, 124, 0.25) 0%,rgba(0, 150, 219, 0.25) 50%,rgba(0, 85, 124, 0.25) 100%);
}
.workshop__props {
    display:-ms-grid;
    display:grid;
    -ms-grid-columns: 1fr 3fr 1fr;
        grid-template-columns: 1fr 3fr 1fr;
}
.workshop__props-left {
    
}
.workshop__info {
    margin-top:-60px;
    z-index:10
}
.workshop__info .project-props {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
}
.workshop__addon {
    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:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.workshop__addon .build-time{
    width:40%
}
.workshop__addon .price{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width:60%;
}
.workshop__addon .project__order {
    width:calc(50% + 30px);
}
.workshop__addon--buttons {
    padding-top:15px
}
.workshop__addon .project__order .button{
    width:100%
}
.workshop__addon .project_view-complectation{
    text-align:left;
    padding:0 40px 0 0;
    width:calc(50% - 30px)
}
.workshop__props-left {
    padding:15px 0 0 0;
}
.workshop__props-left a{
    font-size:18px;
}
@media only screen and (max-width:1200px) {
    .workshop__info .project-props {
        -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width:900px) {
    .workshop__props-left {
        display:none
    }
    .workshop__props {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
    }
    .workshop__info {
        margin-top:20px;
    }
    .workshop__addon {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
    }
    .workshop__title__video-badge {
        display:none;
    }
    .workshop__title__play-icon {
        -webkit-transform:scale(.4);
                transform:scale(.4);
    }
    body .workshop__addon > *{
        width:100% !important;
        padding:0 30px;
        text-align:center
    }
    body .workshop__addon .price__value{
        width:100%;
        padding:15px 0;
        text-align:center
    }
    body .project_view-complectation{
        display:none
    }
}

/* WORK ALBUM */
.work-album {
    padding:40px 0
}
.work-album__title {
    text-align:center
}
.work-album__grid {
    display:-ms-grid;
    display:grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-gap:20px;
    gap:20px;
    padding:0
}
.work-album__grid img{
    vertical-align:top
}
@media only screen and (max-width:900px) {
    .work-album__title {
        font-size:24px;
        line-height:1.2
    }
    .work-album__grid {
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr);
    }
}



/* COMPLECTATION */
.complectation {
    padding: 30px 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: 20px 0 0 50px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
    overflow: hidden;
    border-radius:10px 10px 0 0;
    background-color: #f8f9fd;
}
ul.tabs > img {
    margin-right:30px
}

ul.tabs li {
    margin: 0;
    padding: 0;
    flex: 1
}
ul.tabs li:nth-of-type(1) {
    border-left:#e9ebf0 2px solid
}

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

ul.tabs a:hover {
    color: #93c23b;
}

ul.tabs a.active {
    color: #93c23b;
}

div.tabs-content {
    padding: 0;
}
.table {
    padding:30px 50px;
    background-color:#f8f9fd;
    border-radius:0 0 17px 17px;
}
.table table {
    width: 100%;
    border-spacing: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

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

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


.table table th,
.table table td {
    padding: 20px 20px 20px 70px;
    vertical-align: top;
    line-height: 1.3
}
.table table td {
    border-top:#e9ebf0 2px solid;
}
.table table td:first-child {
    padding: 20px 0 20px 0px;
    background-color:transparent;
    min-width:230px
}
.table table tr:last-child td {
    border-bottom: 0;
}

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

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

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

    ul.tabs a {
        font-size: 16px;
        height: 50px
    }
    .table {
        padding:20px 5px;
    }

}
@media(max-width:680px) {
    ul.tabs {
        padding: 20px 0 0 0;
    }
    ul.tabs > img {
        display: none;
    }
    ul.tabs li:nth-of-type(1) {
        border-left:none
    }

}

/* REVIEW */
.review {
    padding:0 0 30px 0
}
.review__title {
    text-align:center;
    line-height:1.2
}
.review__grid {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.review__text {
    width:100%;
    margin-right:20px;
    padding-right:20px;
    line-height:1.44
}
.review__text p:first-child{
    padding:0;
    margin:0
}
.review__video {
    width:33%;
    margin-right:20px;
}
.review__document {
    border-radius:5px;
    position:relative;
    overflow:hidden;
    background-color:#FFF;
    height:100%
}
.review__document img{
    max-width:100%;
    vertical-align:top
}

@media only screen and (max-width:900px) {
    .review__title {
        font-size:24px;
        line-height:1.2
    }
    .review__grid {
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .review__text {
        margin:0 0 20px 0;
        width:100%;
        padding:0;
    }
    .review__video {
        width:100%;
        margin:0 0 30px 0
    }
    .review__document,
    .review__document img{
        width:100%
    }
}



/* REVIEWS CHAT VIEW */
.review-chat {
    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
}

.review-chat__item {
    width:100%;
    padding:20px;
    background-color:#FFF;
    box-shadow:0px 4px 30px 0px rgba(0,0,0,0.07);
    position:relative;
    margin-bottom:30px;
}

.review__place {
    margin:0;
    padding:0 0 30px 0;
}
@media only screen and (max-width: 900px) {
    .review-chat__item{
        width:95%;
        font-size:14px;
    }

}
/* PAGINATION */
.pagination {
    margin: 30px auto;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.pagination li {
    display: inline-block;
    margin-left: 4px;
}

.pagination a,
.pagination .disabled a:hover{
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #f7f6f5;
    color: #000;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}
.pagination .disabled  {
    opacity:.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.pagination .disabled a:hover {
    cursor:default
}
.pagination a:hover {
    background-color: #93c23b;
    color: #fff;
}

.pagination li.active a {
    background-color: #93c23b;
    color: #fff;
}


/* WORKSHOP GRID */
.workshop-grid {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    grid-gap: 20px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    margin-bottom:30px;
}

.workshop-card {
    border-radius: 5px;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    -webkit-transition: box-shadow .25s ease, -webkit-transform .3s ease;
    transition: box-shadow .25s ease, -webkit-transform .3s ease;
    transition: box-shadow .25s ease, transform .3s ease;
    transition: box-shadow .25s ease, transform .3s ease, -webkit-transform .3s ease;
    will-change: box-shadow
}

.workshop-card:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px)
}

.workshop-card__preview {
    position: relative;
    background-color: #d6d6d6;
    min-height: 140px
}

.workshop-card__thumb {
    vertical-align: top;
}

.workshop-card__info {
    position: relative;
    padding: 20px 25px;
    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;
}

.workshop-card__type {
    color: #777
}

.workshop-card__link {
    text-decoration: none
}

.workshop-card__name {
    padding: 0 70px 0 0;
    margin: 0 0 30px 0;
    line-height: 1.4;
    font-weight: bold;
    font-size: 16px
}

.workshop-card__link-more {
    color: #777;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.workshop-card__link-more svg {
    width: 6.5px;
    height: 11.5px;
    stroke-width: 1px;
    fill: none;
    stroke: #777;
    margin: 3px 0 0 15px;
    -webkit-transition: stroke .2s ease, -webkit-transform .3s ease;
    transition: stroke .2s ease, -webkit-transform .3s ease;
    transition: stroke .2s ease, transform .3s ease;
    transition: stroke .2s ease, transform .3s ease, -webkit-transform .3s ease
}

.workshop-card__link-more:hover svg {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    stroke: #93c23b
}

.workshop-card__props {
    position: absolute;
    top: 0;
    right: 0;
}

.workshop-card:hover .card-prop__item--size {
    background-color: #93c23b;
    color: #FFF
}

.workshop-card:hover .card-prop__item--square {
    background-color: #0080bc;
    color: #FFF
}

@media only screen and (max-width:900px) {
    .workshop-grid {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
    }
}

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

/* CATALOG-PARENT */
.catalog-parent__item {
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:rgba(0,0,0,.06) 1px solid;
}
.catalog-parent__item:last-child {
    margin-bottom:0;
    border-bottom:none;
}
.catalog-parent__title {
    font-size:24px;
    padding:0;
    margin:0 0 10px 0;
    text-align:center;
}
.catalog-parent__link {
    text-decoration:none;
}
.catalog-parent__counter {
    color:#777;
    text-align:center;
}
.catalog-parent__projects {
    margin-top:30px;
}
.catalog-parent__more {
    padding-top:30px;
    text-align:center;
}

/* ADDONS */
.addons {
    padding:20px 0;
}
.addons__title {
    text-align:center;
}
.addons__table table{
    width:100%;
}
.addons .addons__value {
    border-left:none;
    text-align:right;
    font-weight:bold;
    color:#93c23b;
}

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

/* CONTACTS */
.contact-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px;
}

.contact-page__left {
    width: 35%;
    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;
    font-size: 14px
}

.contact-page__row {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-page__row img {
    margin-right: 8px;
    width: 24px;
}

.contact-page__row strong {
    font-weight: normal;
}

.contact-page__data-value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    margin-left: 16px;
    color: #777;
}

.contact-page__data-value--addr {
    line-height: 1.1;
    width: 100%;
    padding: 10px 0;
}

.contact-page__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 50px;
    width:65%
}

.contact-page__map {
    background-color: #e6e6e6;
    box-shadow: 0px 4px 30px 0px rgba(0,0,0,0.07);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

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

    .contact-page__left,
    .contact-page__right {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-page__right {
        padding-left: 0;
    }
}

/* NEWS LIST (articles)*/
.articles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: rgba(0, 0, 0, .08) 1px solid;
}

.articles .articles__item:last-of-type {
    border-bottom: none;
}

.articles__image {
    margin-right: 30px;
}

.articles__image img {
    width: 100%;
    max-width: 200px;
    vertical-align: top;
    display: block;
}

.articles__preview {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.articles__preview a {
    text-decoration:none;
}

.articles__title {
    padding: 0;
    margin: 0 20px 0 0;
    line-height: 1.2;
    display: inline;
    font-weight:normal;
}

.articles__details {
    padding-top: 5px;
}

.articles__publishedon {
    font-size: 14px;
    color:#777;
}

.articles__intro {
    padding-bottom: 20px;
    padding-right: 20px;
}

.articles__intro p {
    padding: 0;
    margin: 10px 0 0 0;
}

@media only screen and (max-width:900px) {
    .articles__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .articles__intro {
        padding-bottom: 0 !important;
    }

    .articles__preview {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .articles__image {
        margin:0 auto 20px auto;
    }

    .articles__title {
        font-size: 18px;
    }
}

@media only screen and (max-width:720px) {
    .articles {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 50px;
    }

    .articles__left {
        width: 100%;
    }

    .articles__right {
        width: 100%;
        position: relative;
    }

    .articles__item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .articles__title {
        margin-right: 0;
    }

    .articles__intro {
        padding-right: 0;
    }
    .articles__image,
    .articles__image img {
        width:100%;
        max-width: 700px;
    }
}


/* ARTICLE SIDEBAR */
.article__content {
    display:grid;
    grid-template-columns:2.5fr 1fr;
    grid-auto-rows:max-content;
    grid-gap:30px;
    gap:30px;
}
.article__sidebar {
    position:relative;
}
.article__sticky-wrapper {
    position:sticky;
    top:40px;
    padding:20px 0;
}
.article__subtitle {
    font-size:20px;
    line-height:1.2;
    padding:0;
    margin:0 0 10px 0;
    text-align:center;
}
.article__list {
    background:#FFF;
    padding:20px;
    border-radius:5px;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 5%);
}
.article-sidebar {
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:rgba(0,0,0,.08) 1px solid;
}
.article-sidebar:last-child {
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}
.article-sidebar__image {
    width:80px;
    flex-basis: 80px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right:20px;
}
.article-sidebar__info {
    display:flex;
    flex-direction:column
}
.article-sidebar__info a{
    text-decoration:none;
}
.article-sidebar__title {
    font-size:16px;
    font-weight:normal;
    padding:0;
    margin:0;
    line-height:1.1;
}
.article-sidebar__details {
    margin-top:5px;
}
.article-sidebar__publishedon {
    color:#777;
    font-size:14px;
}
@media (max-width:1050px) {
    .article__content {
        grid-template-columns:1fr;
    }
}


/* ADVANTAGES */
.advantages {
    padding:60px 0 60px 0;
    background:#f8f9fd;
}
.advantages__title {
    padding: 0;
    margin: 0;
    line-height: 1.1;
}
.advantages__subtitle {
    padding: 0;
    margin: 0;
    line-height: 1.1;
    font-size:16px;
    text-transform: uppercase;
    color:#777;
    font-weight:normal
}

.advantages__grid {
    margin-top:70px;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:50px 30px
}
.advantages__item {
    display:grid;
    grid-template-columns: 64px 1fr;
    gap:20px
}
.advantages__image {
    flex-basis: 64px;
    flex-shrink: 0;
}
.advantages__image img {
    display:block
}
.advantages__info {
    padding-top:6px
}
.advantages__extra {
    font-size:20px;
    font-weight:bold
}
.advantages__text {
    line-height:1.3;
    margin:15px 0 10px 0;
}
.advantages__about {
    padding-top:50px;
    display:grid;
    grid-template-columns: 2fr 1fr;
    gap:30px
}
.advantages__left p{
    font-size:18px;
    margin:0 0 40px 0
}
.advantages__right img {
    display:block;
    border-radius:10px;
    margin-bottom:10px
}
.advantages__more {
    display:flex;
    align-items: center;
}
.advantages__more .link-arrow svg{
    fill:#000
}


@media (max-width: 900px) {
    .advantages {
        padding:30px 0;
    }
    .advantages__top {
        flex-direction: column;
        align-items: center;
    }
    .advantages__title {
        font-size: 34px;
        text-align: center;
        margin-bottom: 20px;
    }
    .advantages__grid {
        grid-template-columns:1fr;
        max-width:481px;
        margin:30px auto;
    }
    .advantages__item {
        align-items:center;
    }
    .advantages__about {
        padding-top:0;
        grid-template-columns: 1fr;
    }
    .advantages__left p{
        font-size:16px;
        margin:0 0 30px 0
    }
    .advantages__right {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .advantages__more {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .advantages__image img {
        width:48px
    }
    .advantages__subtitle {
        font-size:14px;
    }
    .advantages__extra {
        font-size: 16px;
    }
    .advantages__left p{
        margin:0 0 20px 0
    }
}

/* CALC BANNER */
.calc-bnr {
    background:url('../../assets/images/bnr-dom.png') 50% 100% / auto no-repeat #292824;
    border-radius:17px;
    padding:30px 40px 155px 40px;
    display: flex;
    flex-direction: column;
    gap:16px
}
.advantages__right .calc-bnr {
    margin-top:-100px
}
.calc-bnr__title {
    color:#FFF;
    line-height:1.2;
    font-size:34px;
    font-weight:normal;
    padding:0;
    margin:0
}
.calc-bnr__description {
    font-size: 18px;
    color:#777
}
.calc-bnr .button {
    padding-left:0;
    padding-right:0;
    width:100%
}
@media (max-width: 900px) {
    .calc-bnr {
        padding:30px 30px 155px 30px;
        width:100%;
        max-width:577px
    }
    .advantages__right .calc-bnr {
        margin-top:0
    }
    .calc-bnr__title {
        font-size:24px;
    }
    .calc-bnr__description {
        font-size: 16px;
    }
}
@media (max-width: 720px) {
    .calc-bnr {
        padding:30px 20px 155px 20px;
    }
    .calc-bnr .button {
        font-size:14px;
        height:50px;
        line-height:50px
    }
    .calc-bnr__description {
        font-size: 14px;
    }

}

/* GIFT ROW */
.gift-row {
    background-color: #f8f9fd;
    padding-bottom:90px
}
.gift-row__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:30px
}
.gift-row__media img {
    display: block;
}
.gift-row__vk {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:30px
}
.gift-row__vk span{
    color:#222121;
    font-size:20px;
    line-height:1.2
}
.gift-row__vk a img{
    display: block;
}
@media (max-width: 1040px) {
    .gift-row__content {
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width: 590px) {
    .gift-row__vk span{
        font-size:16px
    }
    .gift-row__vk {
        flex-direction: column;
        gap:10px
    }
}






/* CONFIDENCE */
.confidence {
    padding:50px 0
}
.confidence__title {
    padding: 0;
    margin: 0;
    line-height: 1.1;
}
.confidence__subtitle {
    padding: 0;
    margin: 30px 0 0 0;
    line-height: 1.2;
    font-size:18px;
    font-weight:normal
}
.confidence__grid {
    margin-top:70px;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:30px
}
.confidence__item {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
    background-color:#f5f5f5;
    border-radius:10px;
    padding:40px 36px;
}
.confidence__image {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
}
.confidence__image img {
    display:block
}
.confidence__info {
    flex:1;
    width:100%;
    padding:20px 20px 24px 20px;
}
.confidence__text {
    max-width:900px;
    font-size:18px;
    padding-top:30px
}
@media (max-width: 1024px) {
    .confidence__title {
        font-size: 34px;
        text-align: center;
        margin-bottom: 20px;
    }
    .confidence__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 720px) {
    .confidence__grid {
        grid-template-columns: 1fr;
        max-width:380px;
        margin:0 auto;
    }
    .confidence__image img {
        height:64px
    }
    .confidence__info {
        padding:5px;
    }
    .confidence__text {
        font-size:16px;
        padding-top:20px
    }
}


/* ALBUM */
.album {
    padding: 0 15px 30px 15px;
    margin-top: 50px;
    width: 100%;
    max-width: 1920px
}

.album__top {
    margin-bottom:20px
}

.album__title {
    padding: 0;
    margin: 0 0 50px 0;
    line-height: 1.2
}

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

.album__grid--three {
    grid-template-columns: repeat(3, 1fr);
}

.album__grid--three .photo__thumb a {
    max-height: 330px;
}

.album__grid img {
    width:100%;
    display: block;
}

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

.albumone__grid img {
    vertical-align: top
}

.photo__thumb a {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    max-height: 280px;
    border-radius:17px;
}

.photo__thumb a:before {
    content: '';
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    position: absolute;
    display: block;
    background: url(../images/zoom.png) 50% 50% / 30px 30px no-repeat transparent;
    opacity: 0;
    border-radius:30px;
    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__more {
    margin:40px auto 0 auto;
    max-width:840px;
    display:flex;
    justify-content: space-around;
}
.album__more a {
    text-decoration:none;
}

.vk {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}
.vk img {
    margin-right:20px
}
.vk strong {
    line-height:1.4;
    font-weight: 500;
}



@media(max-width:1150px) {
    .album {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:980px) {
    .album {
        margin-top: 0;
    }

    .album__title {
        text-align: center;
        font-size: 24px
    }
}

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

    .album__toprow {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 40px;
    }

    .album__title {
        text-align: center;
        margin-bottom: 20px
    }
    .album__grid--three {
        display: none;
    }
}

@media(max-width:720px) {
    .album {
        padding-bottom:20px;
        padding-top:20px;
    }
    .album__grid {
        grid-template-columns: repeat(2, 1fr);
        gap:16px;
        padding:0 15px
    }
    .album__more {
        margin:30px auto 0 auto;
        max-width:840px;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .vk {
        margin-top:10px;
    }
    .vk img {
        margin-right:10px
    }
    .vk strong {
        line-height:1.3;
        font-size:16px;
    }
}


/* ALBUM BANNER */
.album__bnr {
    grid-column: span 2;
}
.album-bnr {
    background: url(../../assets/images/cat-album-bg.png) 60% 100% / auto no-repeat #93c23b;
    border-radius: 17px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    gap: 30px;
    color: #FFF;
    height:100%;
    text-decoration: none;
    white-space: nowrap;
    padding:0 40px
}
.album-bnr__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    flex:1
}
.album-bnr__name {
    color: #749731;
    text-transform: uppercase;
}
.album-bnr__description {
    font-size:22px;
    line-height:1.3
}
.album-bnr__link {
    height:100%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
@media(max-width:1366px) {
    .album-bnr {
        padding:0 20px
    }
    .album-bnr__description {
        font-size:16px;
    }
}
@media(max-width:1220px) {
    .album__grid--bnr .photo__thumb {
        display: none;
    }
    .album__grid--bnr .album__bnr {
        grid-column: span 4;
    }
    .album-bnr {
        padding-top:40px;
        padding-bottom:40px
    }
}
@media(max-width:640px) {
    .album-bnr {
        padding:30px;
        flex-direction: column;
    }
    .album-bnr__link{
        align-items: flex-start;
    }
}
  

/* LINE-FORM */
.line-form {
    width:100%;
    max-width:1920px;
    margin:0 auto;
    position:relative;
    color:#FFF;
    padding:40px 0;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,#f8f9fd 70%,#f8f9fd 70%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 70%,#f8f9fd 70%,#f8f9fd 100%);
}
.line-form--transparent {
    background:transparent
}
.line-form__content {
    display:grid;
    grid-template-columns: 2.2fr 1fr;
    gap:30px;
    background-color:#292824;
    border-radius: 17px 50px;
    padding:40px 90px 0 90px
}
.line-form__title {
    padding:20px 0 0 0;
    margin:0;
    line-height:1.2
}
.line-form__left {
    position: relative;
    display: flex;
    flex-direction: column;
    gap:30px
}
.line-form__description {
    margin-bottom: 30px;
    color:#cacaca
}
.line-form__description p {
    padding:0;
    margin:0 0 30px 0;
    font-size:18px
}
.line-form__description p a{
    color:#93c23b
}
.line-form__right {
    padding-top:50px
}

.line-form .privacy-dc {
    line-height:1.3;
    text-align: left;
    color:#777;
    font-size:12px
}
.line-form .privacy-dc a{
    color:#777;
}

.privacy {
    font-size:14px;
    color:#7c7777
}

@media(max-width:990px) {
    .line-form {
        padding-left:15px;
        padding-right:15px
    }
    .line-form__info {
        display:none
    }
    .line-form__content {
        grid-template-columns: 1fr;
        max-width:100%;
        text-align:center;
        margin:0 auto;
        padding-bottom:40px;
        gap:0
    }
    .line-form img.main__image {
        height:100%
    }
    .line-form__title {
        font-size:32px
    }
    .line-form__title,
    .line-form__description {
        text-align: center;
    }
    .line-form__description {
        margin-bottom: 0;
    }
    .line-form__right {
        padding-top:20px
    }
}
@media(max-width:720px) {
    .line-form {
        padding-top:10px;
        padding-bottom:30px
    }
    .line-form__content {
        padding:30px
    }
    .line-form__description p {
        margin:0 0 20px 0;
        font-size:14px
    }
    .line-form .privacy-dc {
        text-align: center;
    }
    .line-form {
        background-image: none;
    }
}


/* EXTRA */
.extra {
    padding:50px 0;
    background:#fff;
}
.extra__grid {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows:150px;
    gap:30px
}
.extra__title {
    font-size:40px;
    padding:0;
    margin:0;
    line-height:1.2;
}
.extra__item {
    background-size:cover;
    background-position:50% 50%;
    background-repeat:no-repeat;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
}
.extra__item--paint,
.extra__item--fundament {
    justify-content:flex-end;
    align-items:flex-start;
    padding:20px 30px;
    background-color:#d7d7d7;
}
.extra__item--paint {
    background-image:url('../../images/extra-paint.jpg');
}
.extra__item--fundament {
    background-image:url('../../images/extra-fundament.jpg');
}
.extra__subtitle {
    font-size:22px;
    line-height:1.2;
    font-weight:300;
    color:#FFF;
    margin:0;
    padding:0;
}
@media (max-width: 900px) {
    .extra__title {
        font-size:24px;
        text-align:center;
        width:100%;
    }
    .extra__grid {
        max-width:380px;
        margin:0 auto;
        grid-template-columns: 1fr;
        grid-template-rows:auto
    }
    .extra__subtitle {
        font-size:20px;
    }
}


/* FILTER */
.filter {
    width:100%;
    max-width:1920px;
    padding:10px 0 50px 0;
    position:relative;
    z-index:20
}

.filter__wrapper {
    background:#f8f9fd;
    border-radius:17px;
    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 40%;
}
.jlcontentfieldsfilter .jlmf-section:nth-of-type(2){
	flex:1 0 20%;
}
.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:14px;
    text-transform: uppercase;
}
[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 12px;
    min-width:57px;
    text-align:center;
    white-space:nowrap;
    line-height:32px;
    height:32px;
    font-size:14px;
	margin-bottom:8px;
    margin-right:7px;
    border-radius:16px;
	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:#93c23b;
    color:#FFF
}
[class*="jlmf-list"] > div input[type='checkbox']:checked + label{
	background-color:#93c23b;
	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;
}




.link-arrow svg {
    width:24px;
    height:24px;
    margin-left:10px;
}

.link-arrow {
    color: #000;
    text-decoration: none;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.link-arrow svg {
    transition:all .25s ease;
    margin-top:2px;
    fill:#eeeeee
}

.link-arrow:hover svg {
    transform: translateX(5px);
    fill: #93c23b
}

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

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

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

body .fancybox-content {
    padding: 20px 30px 30px 30px;
    border-radius:10px;
    overflow: initial;
    background: #f8f9fa;
}


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

body .fancybox-slide--html .fancybox-close-small {
    padding: 2px;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    width:32px;
    height: 32px;
    right: calc(50% - 16px);
    top: -20px;
    border-radius:50%;
    background-color:#f2f6ff;
    transition: all .25s ease;
}

body .fancybox-button svg {
    height: 100%;
    width: 100%;
}
@media(max-width:540px) {
    .modal-title {
        padding: 10px 0 0 0;
        margin: 0 0 20px 0;
        font-size: 20px;
    }
}
@media(max-height:720px) {
    body .fancybox-slide--html .fancybox-close-small {
        top: 5px;
    }
}

.mobile-header__callback a{
    text-decoration:none;
}


/* UPLOAD LIST */
.rf-filenames-list {
    font-size: 13px;
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.rf-filenames-list .file-name {
    background: rgba(255, 255, 255, .7);
    margin: 8px 8px 0 0;
    line-height: 1.87;
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
    border-radius: 14px;
    padding: 0 16px 0 16px;
    transition: all .25s ease;
    cursor: pointer;
    user-select: none;
    transition: background-color .25s ease, transform .15s ease
}

.rf-filenames-list .file-name:hover {
    background-color: rgba(255, 255, 255, 1);
}



.video {
    width:100%
}
.video__item {
    padding-top:16px
}
.video__thumb {
    width: 100%;
    aspect-ratio: 1.77;
    border-radius:10px;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition:box-shadow .25s ease;
}

.video__thumb::before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background-color:rgba(0, 0, 0, 0.2);
    transition:background-color .25s ease;
}

.video__thumb:hover::before {
    background-color:rgba(255,255,255,0);
}

.video__play-control {
    position:relative;
    width:56px;
    height:56px;
    transition:all .25s ease;
}

.video__thumb:hover .video__play-control {
    transform:scale(1.1);
}


