

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

a[href^="uslugi"]+.menu__submenu .menu__item {
    width: 25%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:before,
:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ul {
    list-style: none;
    margin: 0
}

ol {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0
}

img,
embed,
iframe,
object,
audio,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

.container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1210px) {
    .container {
        width: 1210px
    }
}

@media (min-width: 1430px) {
    .container--lg {
        width: 1430px
    }
}

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 320px) {
    [class*='col-xs'] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px
    }
    .col-xs {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-xs-1 {
        -ms-flex-preferred-size: 8.3333%;
        flex-basis: 8.3333%;
        max-width: 8.3333%
    }
    .col-xs-2 {
        -ms-flex-preferred-size: 16.6667%;
        flex-basis: 16.6667%;
        max-width: 16.6667%
    }
    .col-xs-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-xs-4 {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }
    .col-xs-5 {
        -ms-flex-preferred-size: 41.6667%;
        flex-basis: 41.6667%;
        max-width: 41.6667%
    }
    .col-xs-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-xs-7 {
        -ms-flex-preferred-size: 58.3333%;
        flex-basis: 58.3333%;
        max-width: 58.3333%
    }
    .col-xs-8 {
        -ms-flex-preferred-size: 66.6667%;
        flex-basis: 66.6667%;
        max-width: 66.6667%
    }
    .col-xs-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-xs-10 {
        -ms-flex-preferred-size: 83.3333%;
        flex-basis: 83.3333%;
        max-width: 83.3333%
    }
    .col-xs-11 {
        -ms-flex-preferred-size: 91.6667%;
        flex-basis: 91.6667%;
        max-width: 91.6667%
    }
    .col-xs-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 480px) {
    [class*='col-tb'] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px
    }
    .col-tb {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-tb-1 {
        -ms-flex-preferred-size: 8.3333%;
        flex-basis: 8.3333%;
        max-width: 8.3333%
    }
    .col-tb-2 {
        -ms-flex-preferred-size: 16.6667%;
        flex-basis: 16.6667%;
        max-width: 16.6667%
    }
    .col-tb-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-tb-4 {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }
    .col-tb-5 {
        -ms-flex-preferred-size: 41.6667%;
        flex-basis: 41.6667%;
        max-width: 41.6667%
    }
    .col-tb-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-tb-7 {
        -ms-flex-preferred-size: 58.3333%;
        flex-basis: 58.3333%;
        max-width: 58.3333%
    }
    .col-tb-8 {
        -ms-flex-preferred-size: 66.6667%;
        flex-basis: 66.6667%;
        max-width: 66.6667%
    }
    .col-tb-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-tb-10 {
        -ms-flex-preferred-size: 83.3333%;
        flex-basis: 83.3333%;
        max-width: 83.3333%
    }
    .col-tb-11 {
        -ms-flex-preferred-size: 91.6667%;
        flex-basis: 91.6667%;
        max-width: 91.6667%
    }
    .col-tb-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    [class*='col-lp'] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px
    }
    .col-lp {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lp-1 {
        -ms-flex-preferred-size: 8.3333%;
        flex-basis: 8.3333%;
        max-width: 8.3333%
    }
    .col-lp-2 {
        -ms-flex-preferred-size: 16.6667%;
        flex-basis: 16.6667%;
        max-width: 16.6667%
    }
    .col-lp-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lp-4 {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }
    .col-lp-5 {
        -ms-flex-preferred-size: 41.6667%;
        flex-basis: 41.6667%;
        max-width: 41.6667%
    }
    .col-lp-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lp-7 {
        -ms-flex-preferred-size: 58.3333%;
        flex-basis: 58.3333%;
        max-width: 58.3333%
    }
    .col-lp-8 {
        -ms-flex-preferred-size: 66.6667%;
        flex-basis: 66.6667%;
        max-width: 66.6667%
    }
    .col-lp-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lp-10 {
        -ms-flex-preferred-size: 83.3333%;
        flex-basis: 83.3333%;
        max-width: 83.3333%
    }
    .col-lp-11 {
        -ms-flex-preferred-size: 91.6667%;
        flex-basis: 91.6667%;
        max-width: 91.6667%
    }
    .col-lp-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 1024px) {
    [class*='col-lg'] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px
    }
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.3333%;
        flex-basis: 8.3333%;
        max-width: 8.3333%
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.6667%;
        flex-basis: 16.6667%;
        max-width: 16.6667%
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.6667%;
        flex-basis: 41.6667%;
        max-width: 41.6667%
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.3333%;
        flex-basis: 58.3333%;
        max-width: 58.3333%
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.6667%;
        flex-basis: 66.6667%;
        max-width: 66.6667%
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.3333%;
        flex-basis: 83.3333%;
        max-width: 83.3333%
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.6667%;
        flex-basis: 91.6667%;
        max-width: 91.6667%
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

a {
    color: inherit;
    text-decoration: none
}

.text-block p {
    margin-bottom: 1.62em;
    color: #cfe828
}

.text-block ul,
.text-block ol {
    margin: 0 0 .6em
}

.text-block li:before {
    content: '-';
    display: inline-block;
    margin-right: .15em
}

.text-block li a {
    position: relative;
    margin: 2px 0;
    display: inline-block
}

.text-block li a:after {
    content: '';
    bottom: -2px;
    position: absolute;
    left: 0;
    width: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: 2px;
    background-color: #cfe828
}

.text-block li a:hover:after {
    width: 100%
}

.text-block img {
    width: 100%;
    max-width: 100%
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
    font-weight: 600;
    text-transform: uppercase
}

.text-block h6 {
    font-size: 1em
}

@media (min-width: 768px) {
    .text-block h6 {
        font-size: 1.125em
    }
}

.text-block__up {
    font-size: 1.33em;
    text-transform: uppercase;
    color: #cfe828
}

.text-block--center {
    text-align: center;
    max-width: 858px;
    margin: 0 auto
}

.text-block--center h6 {
    text-transform: none
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 10px 15px 6px;
    background-color: #363636;
    color: #fff;
    font-size: .875rem;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: none;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.5s, color 0.1s, border-color .15s;
    -o-transition: background-color 0.5s, color 0.1s, border-color .15s;
    transition: background-color 0.5s, color 0.1s, border-color .15s
}

@media (min-width: 768px) {
    .btn {
        font-size: 1rem;
        font-weight: 600
    }
}

@media (min-width: 1024px) {
    .btn {
        width: 280px;
        min-height: 54px
    }
}

.btn:hover {
    color: #fff;
    background-color: #cfe828
}

.btn--border {
    background-color: transparent;
    border: 1px solid #363636;
    color: #363636
}

.btn--border:hover {
    color: #cfe828;
    background-color: transparent;
    border-color: #cfe828
}

.btn--green {
    background-color: #cfe828;
    color: #363636
}

.btn--green:hover {
    color: #fff;
    background-color: #363636
}

.btn--multiline {
    white-space: normal
}

.btn--light {
    font-weight: 400
}

.btn--disabled,
.btn[disabled] {
    pointer-events: none;
    opacity: .8
}

.new-label {
    position: relative;
    z-index: 0;
    display: inline-block;
    background-color: #363636;
    padding: 8px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap
}

.new-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 8px;
    height: 22px;
    border: 2px solid #363636;
    border-radius: 50%;
    -webkit-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%)
}

.new-label--lg {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 22px
}

.new-label--lg:before {
    width: 20px;
    height: 54px;
    border-width: 3px
}

@-webkit-keyframes new-label-swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 25deg);
        transform: rotate3d(0, 0, 1, 25deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -30deg);
        transform: rotate3d(0, 0, 1, -30deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -25deg);
        transform: rotate3d(0, 0, 1, -25deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, -15deg);
        transform: rotate3d(0, 0, 1, -15deg)
    }
}

@keyframes new-label-swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 25deg);
        transform: rotate3d(0, 0, 1, 25deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -30deg);
        transform: rotate3d(0, 0, 1, -30deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -25deg);
        transform: rotate3d(0, 0, 1, -25deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, -15deg);
        transform: rotate3d(0, 0, 1, -15deg)
    }
}

.clearfix {
    clear: both
}

.section {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 480px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width: 768px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width: 1024px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.section__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #64723e
}

.section__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.section__bg--dark:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35)
}

.section__bg.js-section-parallax {
    will-change: transform
}

.section__heading {
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .section__heading {
        margin-bottom: 40px
    }
}

.section__heading .section-description {
    margin-top: .5em
}

.section__btn {
    margin-top: 25px;
    text-align: center
}

@media (min-width: 480px) {
    .section__btn {
        margin-top: 30px
    }
}

@media (min-width: 768px) {
    .section__btn {
        margin-top: 40px
    }
}

@media (min-width: 1024px) {
    .section__btn {
        margin-top: 50px
    }
}

.section--center .section-title,
.section--center .section-description {
    text-align: center
}

.section--gray {
    background-color: #f2f2f2
}

.section--mrg {
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-top: 0
}

@media (min-width: 1024px) {
    .section--mrg {
        margin-bottom: 85px
    }
}

@media (min-width: 1024px) {
    .section[data-scroll].hidden {
        will-change: contents
    }
}

.section-title {
    position: relative;
    color: #cfe828;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 480px) {
    .section-title {
        font-size: 2.125em
    }
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.375em
    }
}

@media (min-width: 1024px) {
    .section-title {
        font-size: 3em
    }
}

.section-title__small {
    display: block;
    font-size: .63em
}

.section-title--center {
    text-align: center
}

.section-title__span {
    color: #363636
}

.section-title__span--enter {
    display: block;
    font-size: 16px
}

@media (min-width: 480px) {
    .section-title__span--enter {
        font-size: 20px
    }
}

@media (min-width: 768px) {
    .section-title__span--enter {
        font-size: 24px
    }
}

@media (min-width: 1024px) {
    .section-title__span--enter {
        font-size: 28px
    }
}

.section-title .new-label {
    position: absolute;
    top: 85%;
    right: 16px;
    z-index: -1;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: new-label-swing 1.5s ease-in-out;
    animation: new-label-swing 1.5s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards
}

.section-description {
    font-size: 1em;
    line-height: 1.21;
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 480px) {
    .section-description {
        font-size: 1.125em
    }
}

.section-description--lg {
    text-transform: uppercase;
    line-height: 1
}

@media (min-width: 768px) {
    .section-description--lg {
        font-size: 1.25em
    }
}

@media (min-width: 1024px) {
    .section-description--lg {
        font-size: 1.875em
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.image-box {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    line-height: 0;
    overflow: hidden
}

.image-box img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    line-height: 1;
    background-color: #f2f2f2
}

.image-box--t1 {
    padding-bottom: 49%
}

.image-box--t2 {
    padding-bottom: 62.5%
}

.image-box--t3 {
    padding-bottom: 83%
}

.image-box--t4 {
    padding-bottom: 92%
}

html {
    background-color: #fff;
    color: #363636;
    font-size: 100%;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0
}

body {
    min-width: 320px;
    margin: 0;
    padding: 0
}

.wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden
}

.wrapper .main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main {
    padding-top: 30px
}

.menu {
    padding: 0;
    font-size: .875em;
    line-height: 1;
    font-weight: 600
}

@media (min-width: 1024px) {
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px
    }
}

@media (min-width: 1210px) {
    .menu {
        font-size: 16px
    }
}

.menu__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.menu__item:last-child {
    border-bottom: none
}

@media (min-width: 1024px) {
    .menu__item {
        border-bottom: none
    }
}

.menu__item:nth-of-type(2) .menu__submenu--lvl1>.menu__item {
    width: 25%
}

.menu__link {
    position: relative;
    display: block;
    z-index: 3;
    text-transform: uppercase;
    padding: .7em 5px
}

@media (min-width: 1024px) {
    .menu__link {
        display: inline-block;
        padding: .5em .75em
    }
    .menu__link:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-transform: scaleY(0) scaleX(1.5);
        -ms-transform: scaleY(0) scaleX(1.5);
        transform: scaleY(0) scaleX(1.5);
        -webkit-transition: background-color .2s, -webkit-transform .2s .1s;
        transition: background-color .2s, -webkit-transform .2s .1s;
        -o-transition: transform .2s .1s, background-color .2s;
        transition: transform .2s .1s, background-color .2s;
        transition: transform .2s .1s, background-color .2s, -webkit-transform .2s .1s;
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom
    }
}

@media (min-width: 1024px) {
    .menu__link:hover:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -o-transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
        transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28)
    }
}

@media (min-width: 1024px) {
    .menu__link:focus {
        outline: none
    }
    .menu__link:focus:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (min-width: 1024px) {
    .menu__link:active:before {
        background-color: rgba(255, 255, 255, 0.4);
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0
    }
}

.menu__link--current {
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.15)
}

@media (min-width: 1024px) {
    .menu__link--current {
        background-color: inherit
    }
    .menu__link--current:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-color: #64723e
    }
    .menu__link--current:active:before {
        background-color: #728347
    }
}

@media (min-width: 1024px) {
    .menu__link--sm {
        font-size: .75em;
        font-weight: 400;
        padding-left: .5em;
        padding-right: .5em
    }
    .menu__link--sm:before {
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top
    }
}

.menu__link--has-submenu {
    position: relative
}

@media (max-width: 1023px) {
    .menu__link--has-submenu {
        padding-right: 30px
    }
    .menu__link--has-submenu:after {
        content: '+';
        position: absolute;
        top: .4em;
        right: 15px;
        font-size: 1.3em;
        font-weight: 400
    }
}

@media (min-width: 1024px) {
    .menu__link--has-submenu:before {
        background-color: #64723e
    }
    .menu__link--has-submenu:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        height: 18px;
        cursor: default
    }
}

@media (min-width: 1024px) {
    .menu__link--has-submenu:active:before {
        background-color: #728347
    }
}

.menu__link--has-submenu[aria-expanded='true'] {
    background-color: rgba(255, 255, 255, 0.05)
}

@media (max-width: 1023px) {
    .menu__link--has-submenu[aria-expanded='true']:after {
        content: '-'
    }
}

@media (min-width: 1024px) {
    .menu__link--has-submenu[aria-expanded='true'] {
        background-color: inherit
    }
    .menu__link--has-submenu[aria-expanded='true']:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.menu__submenu {
    display: none;
    padding: 0;
    font-size: .88em;
    font-weight: 300;
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .menu__submenu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 80px 40px 200px;
        margin-bottom: 0
    }
    .menu__submenu:before {
        content: '';
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(124, 181, 1, 0.9)
    }
    .menu__submenu .menu__submenu {
        top: 0;
        right: 0;
        padding: 20px;
        left: auto;
        height: 100%
    }
    .menu__submenu .menu__submenu:before {
        display: none
    }
    .menu__submenu .menu__submenu--lvl2 {
        top: auto;
        left: auto;
        padding: 2px 0;
        height: auto
    }
    .menu__submenu .menu__submenu--lvl2 .menu__item {
        position: static;
        width: auto;
        background-color: #7cb501
    }
    .menu__submenu .menu__submenu--lvl2 .menu__item .menu__link {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

@media (min-width: 1024px) {
    .menu__submenu .menu__item {
        width: 33%;
        padding-right: 30px
    }
}

.menu__submenu .menu__link:before {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.menu__submenu .menu__link--current:before {
    display: none
}

.menu__submenu--open {
    -webkit-animation: fadeInUp .25s;
    animation: fadeInUp .25s;
    display: block;
    z-index: 10
}

@media (min-width: 1024px) {
    .menu__submenu--open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width: 1023px) {
    .nav-mobile {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 400;
        width: 100%;
        height: 100%;
        padding: 30px;
        padding-right: 65px;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: rgba(100, 114, 62, 0.9);
        -webkit-transform: translateX(105%);
        -ms-transform: translateX(105%);
        transform: translateX(105%);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        will-change: transform;
        pointer-events: auto
    }
}

@media (max-width: 1023px) and (min-width: 480px) {
    .nav-mobile {
        width: 350px
    }
}

@media (max-width: 1023px) {
    .nav-mobile .contact-number {
        margin-bottom: 30px
    }
    .nav-mobile .header__subnav {
        margin-bottom: 30px
    }
    .nav-mobile--open {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s
    }
}

.hamburger {
    position: relative;
    z-index: 401;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    line-height: 0;
    position: relative
}

.hamburger:after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px
}

.hamburger__box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 18px
}

.hamburger__inner {
    top: 50%;
    display: block;
    margin-top: -1px
}

.hamburger__inner,
.hamburger__inner:before,
.hamburger__inner:after {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.hamburger__inner:before,
.hamburger__inner:after {
    content: '';
    display: block;
    background-color: #fff
}

.hamburger__inner:before {
    top: -8px
}

.hamburger__inner:after {
    bottom: -8px
}

.hamburger__inner {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: .075s;
    -o-transition-duration: .075s;
    transition-duration: .075s
}

.hamburger__inner::before {
    -webkit-transition: top .075s .12s ease, opacity .075s ease;
    -o-transition: top .075s .12s ease, opacity .075s ease;
    transition: top .075s .12s ease, opacity .075s ease
}

.hamburger__inner::after {
    -webkit-transition: bottom .075s .12s ease, -webkit-transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom .075s .12s ease, -webkit-transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom .075s .12s ease, transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom .075s .12s ease, transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom .075s .12s ease, transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger[aria-expanded='false'] .hamburger__inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger[aria-expanded='false'] .hamburger__inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .075s ease, opacity .075s .12s ease;
    -o-transition: top .075s ease, opacity .075s .12s ease;
    transition: top .075s ease, opacity .075s .12s ease
}

.hamburger[aria-expanded='false'] .hamburger__inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .075s ease, -webkit-transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom .075s ease, -webkit-transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom .075s ease, transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom .075s ease, transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom .075s ease, transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(54, 54, 54, 0.7);
    color: #fff;
    z-index: 100
}

.header__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px
}

@media (min-width: 1024px) {
    .header__box {
        padding-bottom: 0
    }
}

.header__left-col {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px
}

@media (min-width: 1024px) {
    .header__left-col {
        -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-bottom: 15px
    }
}

@media (min-width: 1210px) {
    .header__left-col {
        min-width: 344px
    }
}

@media (min-width: 1024px) {
    .header__right-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }
    .header__right-col .contact-number {
        margin-left: 65px
    }
}

.header__mobile-btn {
    line-height: 0
}

@media (max-width: 1023px) {
    .header__mobile-btn {
        display: block
    }
}

@media (min-width: 1024px) {
    .header__mobile-btn {
        display: none
    }
}

@media (min-width: 1024px) {
    .header__subnav {
        margin-left: auto
    }
}

@media (min-width: 1024px) {
    .header__nav {
        margin-top: 46px
    }
}

.header .languages {
    margin-top: 7px;
    margin-left: 30px
}

@media (min-width: 1024px) {
    .header .languages {
        margin-left: 5px
    }
}

.logo {
    display: inline-block;
    line-height: 0
}

.logo__img {
    max-width: 60px;
    line-height: 1
}

@media (min-width: 480px) {
    .logo__img {
        max-width: 180px
    }
}

@media (min-width: 1210px) {
    .logo__img {
        max-width: 269px
    }
}

.logo__img--lg {
    display: none
}

@media (min-width: 480px) {
    .logo__img--lg {
        display: inline-block
    }
}

.logo__img--xs {
    display: inline-block
}

@media (min-width: 480px) {
    .logo__img--xs {
        display: none
    }
}

.languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.languages__link {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: .25em
}

@media (min-width: 1024px) {
    .languages__link {
        font-size: 12px;
        padding-top: 0;
        padding-bottom: 0
    }
}

.languages__link:hover {
    color: #cfe828
}

.languages__link--active {
    color: #cfe828
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.contact-number__link {
    display: block;
    position: relative;
    padding-top: 3px;
    padding-left: 26px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s
}

.contact-number__link:before {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='14' height='23' viewbox='0 0 14 23'><path fill='#cfe828' d='M7 22.1c-.4 0-.7-.1-1-.4-.3-.3-.5-.6-.5-1s.2-.7.5-1c.3-.3.6-.4 1-.4s.7.1 1 .4c.3.3.5.6.5 1s-.2.7-.5 1c-.3.3-.6.4-1 .4zm5-3.9l-.3.2H2.3c-.1 0-.3 0-.4-.2a.5.5 0 0 1-.2-.4V5.2l.2-.4.4-.2h9.4c.1 0 .3 0 .4.2l.1.4v12.6l-.1.4zM8.6 3h-3c-.2 0-.3-.1-.3-.3 0-.2.1-.3.3-.3h3c.1 0 .2.1.2.3 0 .2 0 .3-.2.3zM13.3.7c-.5-.5-1-.7-1.6-.7H2.3C1.7 0 1.2.2.7.7.2 1 0 1.7 0 2.3v18.4c0 .6.2 1.2.7 1.6.5.5 1 .7 1.6.7h9.4c.6 0 1.1-.2 1.6-.7.5-.4.7-1 .7-1.6V2.3c0-.6-.2-1.2-.7-1.6z'/></svg>");
    position: absolute;
    top: 0;
    left: 0;
    content: "\260e";
    margin-right: 0.5em;
}

.contact-number__link:hover,
.contact-number__link:focus,
.contact-number__link:active {
    color: #cfe828;
    outline: none
}

.contact-number__link:hover:before,
.contact-number__link:focus:before,
.contact-number__link:active:before {
    -webkit-animation: swing 1s infinite;
    animation: swing 1s infinite
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.social__item {
    margin-right: 5px;
    line-height: 0
}

.social__icon {
    display: inline-block;
    fill: currentColor;
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    -o-transition: transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s
}

.social__link {
    display: inline-block;
    width: 23px;
    height: 23px;
    font-size: 0;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: color .2s, -webkit-box-shadow .2s;
    transition: color .2s, -webkit-box-shadow .2s;
    -o-transition: color .2s, box-shadow .2s;
    transition: color .2s, box-shadow .2s;
    transition: color .2s, box-shadow .2s, -webkit-box-shadow .2s
}

.social__link:hover {
    color: #cfe828;
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1)
}

.social__link:hover .social__icon {
    -webkit-animation: swing .5s;
    animation: swing .5s
}

.social__link:active .social__icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width: 1024px) and (hover: hover) {
    .social:hover .social__link {
        will-change: color, box-shadow
    }
}

.footer {
    padding: 30px 0 14px;
    background-color: #363636;
    color: #fff;
    font-size: .875em
}

@media (min-width: 768px) {
    .footer {
        padding-top: 47px
    }
}

.footer__col {
    margin-bottom: 30px;
    line-height: 1.6;
}

.footer__col .footer-heading {
    margin-bottom: 5px;
    color: #cfe828
}

@media (min-width: 1210px) {
    .footer__col--about {
        -ms-flex-preferred-size: 34.7%;
        flex-basis: 34.7%;
        max-width: 34.7%
    }
}

@media (min-width: 1210px) {
    .footer__col--catalog {
        -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
        max-width: 18%;
        margin-top: 8px;
        padding-left: 20px
    }
}

@media (min-width: 1210px) {
    .footer__col--company {
        -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
        max-width: 21%;
        margin-top: 8px;
        padding-left: 25px
    }
}

@media (min-width: 1210px) {
    .footer__col--contact {
        -ms-flex-preferred-size: 26.3%;
        flex-basis: 26.3%;
        max-width: 26.3%;
        margin-top: 8px
    }
}

@media (min-width: 1210px) {
    .footer__col--contact .contact {
        padding-right: 50px
    }
}

.footer__col--social {
    padding-bottom: 4px
}

@media (min-width: 768px) {
    .footer__col--social {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 1210px) {
    .footer__col--social {
        -ms-flex-preferred-size: 26.3%;
        flex-basis: 26.3%;
        max-width: 26.3%
    }
}

.footer__col--copyright {
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (min-width: 1210px) {
    .footer__col--copyright {
        -ms-flex-preferred-size: 73.7%;
        flex-basis: 73.7%;
        max-width: 73.7%
    }
}

.footer__logo {
    max-width: 194px;
    margin-bottom: 20px
}

.footer__about {
    line-height: 1.15em;
    font-weight: 300
}

@media (min-width: 1024px) and (max-width: 1209px),
(max-width: 479px) {
    .footer__about {
        font-size: .86em
    }
}

.footer__about p {
    margin-top: 0;
    margin-bottom: 0
}

.footer__about p+p {
    margin-top: 16px
}

.footer__copyright {
    font-weight: 300;
    font-size: .86em
}

.footer-heading {
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase
}

.footer-list {
    font-size: 1em;
    padding: 0
}

@media (max-width: 479px) {
    .footer-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer-list__item {
        margin-right: 20px;
        margin-bottom: 10px
    }
}

.footer-list__link {
    display: inline-block;
    line-height: 1.29em;
    font-weight: 300
}

@media (max-width: 479px) {
    .menu__item:nth-of-type(2) .menu__submenu--lvl1>.menu__item {
        width: 55%;
    }
    .footer-list__link {
        position: relative
    }
    .footer-list__link:after {
        content: '';
        position: absolute;
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px
    }
}

.footer-list__link:hover {
    text-decoration: underline
}

.contact {
    font-size: 1em;
    line-height: 1.14em
}

@media (min-width: 480px) and (max-width: 767px) {
    .contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

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

.contact__box:not(:last-child) {
    margin-bottom: 15px
}

@media (min-width: 480px) and (max-width: 767px) {
    .menu__item:nth-of-type(2) .menu__submenu--lvl1>.menu__item {
        width: 55%;
    }
    .contact__box {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        padding-right: 15px
    }
}

.contact__title {
    font-weight: 300
}

.contact__value {
    font-weight: 300
}

.contact__link {
    font-size: .86em;
    line-height: 1.33em
}

.project-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.project-list__item {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 30px
}

.new-label {
    position: relative;
    z-index: 0;
    display: inline-block;
    background-color: #363636;
    padding: 8px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap
}

.new-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 8px;
    height: 22px;
    border: 2px solid #363636;
    border-radius: 50%;
    -webkit-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%)
}

.new-label--lg {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 22px
}

.new-label--lg:before {
    width: 20px;
    height: 54px;
    border-width: 3px
}

@keyframes new-label-swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 25deg);
        transform: rotate3d(0, 0, 1, 25deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -30deg);
        transform: rotate3d(0, 0, 1, -30deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -25deg);
        transform: rotate3d(0, 0, 1, -25deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, -15deg);
        transform: rotate3d(0, 0, 1, -15deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.project-box {
    position: relative;
    color: #363636;
    line-height: 0
}

.project-box__img {
    position: relative;
    background-color: #dcdcdc;
    max-height: 440px
}

.project-box__img[href] img {
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.project-box__img[href]:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.project-box__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #cfe828;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .75em;
    line-height: 1.44;
    font-weight: 600;
    text-align: center
}

@media (min-width: 768px) {
    .project-box__info {
        position: absolute;
        left: 0;
        bottom: 35px
    }
}

@media (min-width: 1210px) {
    .project-box__info {
        left: 0;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: .875em
    }
}

.project-box__info-txt {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.project-box__info-txt:not(:first-child) {
    border-left: 1px solid #3f4035
}

@media (min-width: 768px) {
    .project-box__info-txt strong {
        font-size: 1.29em
    }
}

@media (min-width: 1210px) {
    .project-box__info-txt {
        padding-left: 20px;
        padding-right: 20px
    }
}

.project-box__price {
    background-color: #ebebeb;
    padding: 11px 27px;
    font-size: 1.125em;
    line-height: 1;
    font-weight: 600;
    text-align: right
}

@media (min-width: 768px) {
    .project-box__price {
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%)
    }
}

.project-box .new-label {
    position: absolute;
    top: 25px;
    left: 15px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: new-label-swing 1.5s ease-in-out;
    animation: new-label-swing 1.5s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards
}

@media (min-width: 768px) {
    .project-box .new-label {
        top: auto;
        bottom: -16px;
        left: 27%
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.nav-dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.nav-dots__bullet {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-shadow: inset 0 0 0 0 #cfe828;
    box-shadow: inset 0 0 0 0 #cfe828;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s
}

.nav-dots__bullet--active {
    -webkit-box-shadow: inset 0 0 0 4px #cfe828;
    box-shadow: inset 0 0 0 4px #cfe828
}

.nav-dots__bullet--hidden {
    opacity: 0;
    visibility: hidden
}

.nav-dots--clickable .nav-dots__bullet {
    cursor: pointer
}

.nav-dots--clickable .nav-dots__bullet:hover:before {
    opacity: 1
}

.nav-btn {
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    padding: 15px;
    line-height: 0;
    color: #363636;
    cursor: pointer;
    -webkit-transition: opacity .3s, color .3s;
    -o-transition: opacity .3s, color .3s;
    transition: opacity .3s, color .3s
}

@media (min-width: 1024px) {
    .nav-btn {
        padding: 20px
    }
}

.nav-btn__arr {
    fill: currentColor;
    width: 30px;
    height: 30px
}

@media (min-width: 1024px) {
    .nav-btn__arr {
        width: 47px;
        height: 47px
    }
}

.nav-btn:hover {
    color: #cfe828
}

.nav-btn--white {
    color: #fff
}

.nav-btn--white:hover {
    color: #cfe828
}

.nav-btn--disabled {
    opacity: 0;
    pointer-events: none;
    cursor: default
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.top-panel {
    position: relative;
    height: 50vmax;
    min-height: 300px;
    max-height: 335px;
    overflow: hidden;
    background-color: #f2f2f2
}

@media (min-width: 768px) {
    .top-panel {
        max-height: 450px
    }
}

@media (min-width: 1024px) {
    .top-panel {
        height: 500px
    }
}

.top-panel__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.top-panel__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.top-panel__img:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s
}

.top-panel__box {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0
}

@media (min-width: 768px) {
    .top-panel__box {
        bottom: 20px
    }
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.breadcrumbs__item {
    color: #fff;
    margin-right: 20px;
    margin-bottom: 5px;
    white-space: nowrap
}

@media (min-width: 480px) {
    .breadcrumbs__item {
        margin-right: 30px
    }
}

.breadcrumbs__link {
    display: inline-block;
    position: relative;
    color: inherit;
    text-decoration: none;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.breadcrumbs__link:before,
.breadcrumbs__link:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-color: currentColor;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.breadcrumbs__link:before {
    bottom: 0;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.breadcrumbs__link:after {
    bottom: -1px;
    height: 3px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.breadcrumbs__link:hover:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.breadcrumbs__link:active:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.important-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
    font-weight: 600
}

.important-value__t {
    text-transform: uppercase;
    margin-right: 1em
}

.important-value__v {
    font-size: 1.67em;
    color: #cfe828
}

.options-list {
    padding: 0
}

.options-list__item:not(:last-child) {
    margin-bottom: 10px
}

.options-list__title {
    text-transform: uppercase;
    font-weight: 600
}

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

@media (min-width: 1024px) {
    .illustration {
        font-size: 1.125em
    }
}

.illustration__img {
    margin-bottom: 25px;
    max-width: 100%
}

@media (min-width: 480px) {
    .illustration__title {
        padding-left: 15px;
        padding-right: 15px
    }
}

.illustration__title strong {
    font-weight: 600
}

@media (min-width: 480px) {
    .illustration__title strong {
        font-size: 1.33em
    }
}

@media (min-width: 480px) {
    .illustration--row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
}

.illustration--row .illustration__img {
    margin-bottom: 15px
}

.illustration:not(:only-child) {
    margin-bottom: 30px
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.tabs {
    padding: 0
}

.tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 480px) {
    .tabs__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    
    .tabs__nav-item.right {
        margin-left: auto;
    }
    
    .tabs__nav-item.right > .btn {
        width: auto;
    }
}

.tabs__nav-item {
    display: inline-block;
    margin-bottom: 1px;
    margin-right: 1px
}

.tabs__nav-link {
    position: relative;
    display: block;
    width: 100%;
    color: #363636;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    padding: 9px 18px;
    background-color: #f5f5f5;
    -webkit-transition: background-color .2s, color .2s;
    -o-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}

.tabs__nav-link:hover {
    background-color: #e8e8e8
}

.tabs__nav-link:active,
.tabs__nav-link[aria-selected] {
    color: #fff;
    background-color: #363636;
    text-shadow: 0 0 1px currentColor
}


.tabs__nav-item.right > .btn {
    min-height: auto;
    height: 100%;
    padding: 10px 15px;
    width: 100%;
}


.tabs__nav-link--lg {
    font-size: 1.125em;
    font-weight: 600;
    text-transform: uppercase
}

.tabs__nav-link--lg:active,
.tabs__nav-link--lg[aria-selected] {
    text-shadow: none
}

.tabs__nav-link--tr {
    background-color: transparent
}

.tabs__nav-link--tr:hover {
    background-color: #e8e8e8
}

.tabs__nav-link--tr:active,
.tabs__nav-link--tr[aria-selected] {
    color: #363636;
    background-color: #cfe828
}

.tabs__nav--border {
    border-bottom: 1px solid #f2f2f2
}

.tabs__nav--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tabs__content {
    position: relative;
    padding-top: 30px;
    outline: none;
    -webkit-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s
}

.tabs__content[hidden] {
    display: none
}

.tabs__content img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.tabs__content:not([hidden]) {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.table__head {
    background-color: #363636;
    padding: 10px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

@media (min-width: 480px) {
    .table__head {
        padding: 16px
    }
}

@media (min-width: 1024px) {
    .table__head {
        font-size: 1.125em
    }
}

.table__row {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #363636;
    border-top: 0;
    overflow: hidden
}

@media (min-width: 480px) {
    .table__row {
        padding-left: 16px;
        padding-right: 16px
    }
}

.table__heading {
    position: relative;
    padding: 16px 160px 14px 0;
    padding-right: 100px;
    font-weight: 600
}

@media (min-width: 480px) {
    .table__heading {
        padding-right: 160px
    }
}

@media (min-width: 1024px) {
    .table__heading {
        font-size: 1.125em
    }
}

.table__link {
    position: absolute;
    right: 0;
    top: 15px;
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    color: #cfe828;
    font-weight: 600;
    font-size: inherit;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.table__link:hover {
    color: #363636
}

.table__content {
    padding-bottom: 25px
}

.table__content.js-collapsible__content:not([hidden]) {
    -webkit-animation: fadeInUp .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    animation: fadeInUp .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.project-page .section-gallery {
    padding-top: 0;
    padding-bottom: 0
}

.project-page .section-prj-services .row {
    padding: 0
}

.project-page .block-icons {
    margin-top: 55px;
    margin-bottom: 10px
}

.project-page .block-icons .row {
    padding: 0
}

.section-prj-main .section-title {
    text-align: left
}

@media (min-width: 1024px) {
    .section-prj-main__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -6px;
        margin-right: -6px
    }
}

.section-prj-main__left-col {
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .section-prj-main__left-col {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: calc(100% - 342px);
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .section-prj-main__right-col {
        -ms-flex-preferred-size: 342px;
        flex-basis: 342px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-left: 6px;
        padding-right: 6px
    }
    .section-prj-main__right-col .prj-info {
        height: 100%
    }
}

.prj-main-gallery {
    position: relative
}

.prj-main-gallery__slide {
    line-height: 0
}

.prj-main-gallery__slide img {
    line-height: 1;
    max-height: 470px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.prj-main-gallery .nav-dots {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.prj-main-gallery .nav-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.prj-main-gallery .nav-btn--next {
    right: 0
}

.prj-main-gallery .nav-btn--prev {
    left: 0
}

.prj-info {
    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;
    padding: 23px 12px;
    border: 1px solid #f2f2f2
}

@media (min-width: 1024px) {
    .prj-info {
        font-size: 1.125em
    }
}

.prj-info__area {
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .prj-info__area {
        margin-bottom: 47px
    }
}

.prj-info__options {
    margin-bottom: 20px
}

.prj-info__parameters {
    margin-bottom: auto
}

.prj-info__price {
    margin-top: 10px;
    margin-bottom: 10px
}

.prj-info__btns {
    padding-right: 13px;
    padding-left: 13px
}

.prj-info__btns .btn {
    width: 100%;
    margin-bottom: 7px
}

.section-prj-video__box {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden
}

.section-prj-video__frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.section-gallery {
    text-align: center
}

.section-gallery .btn--link {
    width: auto;
    margin: 0 auto 30px;
    min-height: auto;
    color: #cfe828;
    background-color: transparent;
    padding: 0
}

.section-gallery .btn--link:hover {
    text-decoration: underline
}

.gallery__slide {
    max-height: 470px;
    max-width: 630px;
    line-height: 0
}

@media (min-width: 768px) {
    .gallery__slide {
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
        opacity: .3
    }
}

@media (min-width: 768px) {
    .gallery__slide--next {
        opacity: 1
    }
}

.gallery__btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin: 0;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gallery__btn .btn {
    min-height: 30px;
    line-height: 1;
    width: 100%;
    white-space: nowrap;
    padding: 0 10px
}

.gallery__img {
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden
}

.gallery__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    line-height: 1
}

.gallery .nav-btn {
    position: absolute;
    top: 0;
    z-index: 5
}

@media (max-width: 1023px) {
    .gallery .nav-btn {
        background-color: rgba(255, 255, 255, 0.3);
        height: 100%
    }
}

@media (min-width: 1024px) {
    .gallery .nav-btn {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.gallery .nav-btn--prev {
    left: 0
}

@media (min-width: 1024px) {
    .gallery .nav-btn--prev {
        left: auto;
        right: 66.66667%;
        margin-right: 28px
    }
}

.gallery .nav-btn--next {
    right: 0
}

@media (min-width: 1024px) {
    .gallery .nav-btn--next {
        right: auto;
        left: 66.66667%;
        margin-left: 28px
    }
}

.gallery .nav-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.house-parameters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.house-parameters__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 25px
}

.house-parameters__title {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

.house-parameters__value {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 22px;
    font-weight: 600;
    margin-right: 10px
}

.modal {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal__content {
    -webkit-animation: animatezoom .6s;
    animation: animatezoom .6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

body.ovfl {
    overflow: hidden
}

.modalForm {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none
}

.modalForm.show {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit
}

.modalForm.show .modal-form {
    opacity: 1;
    -webkit-transform: translate(0, 0)!important;
    -ms-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important
}

.modalForm__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 100%;
    background-color: #fefefe;
    border: 1px solid #888;
    padding: 40px
}

@media (min-width: 768px) {
    .modalForm__content {
        padding: 20px 80px 40px
    }
}

.modalForm__close {
    display: block;
    position: absolute;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    top: 30px;
    right: 30px;
    cursor: pointer
}

.modalForm .modal-form {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.modalForm .modal-form.success .modal-form__submit {
    pointer-events: none;
    opacity: .5
}

.modalForm .modal-form.success .modal-form__success-msg {
    display: block
}

.modalForm .modal-form__headline {
    color: #cfe828;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .modalForm .modal-form__headline {
        margin-bottom: 30px
    }
}

.modalForm .modal-form__input {
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    border: none;
    border-bottom: 1px solid #363636;
    width: 100%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .modalForm .modal-form__input {
        margin-bottom: 35px
    }
}

.modalForm .modal-form__input::-webkit-input-placeholder {
    color: #363636
}

.modalForm .modal-form__input:-ms-input-placeholder {
    color: #363636
}

.modalForm .modal-form__input::-ms-input-placeholder {
    color: #363636
}

.modalForm .modal-form__input::placeholder {
    color: #363636
}

.modalForm .modal-form__submit {
    display: block;
    margin: 20px auto 0;
    font-weight: 400
}

.modalForm .modal-form__success-msg {
    color: #cfe828;
    font-size: 16px;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    display: none
}

