/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

* {
    -webkit-padding-after: 0;
    padding-block-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-before: 0;
    padding-block-start: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    padding-block-end: 0;
    /*outline: 2px solid lime;*/
}

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

body {
    margin: 0;
    position: relative;
    box-sizing: border-box;
    overflow-x: hidden;
    max-width: 100vw;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0 0;
    margin: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0
}

h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0
}

ul {
    padding: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

address {
    font-style: normal
}

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

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

a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none
}

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: inherit;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    -moz-appearance: none
}

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

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

fieldset {
    padding: 0;
    border: none
}

legend {
    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] {
    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
}

[hidden],
template {
    display: none
}

:root {
    --color: #fbbd19;
    --bg-color: #262626;
    --bg-light: rgb(255, 254, 249)
}

* {
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    color: #333;
    list-style: none
}

html {
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth
}

body {
    position: relative;
    background-color: #fffef9
}

.wrapper {
    width: 1140px
}

.header {
    padding: 10px 0 3px 0;
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    margin-top: 103px;
    z-index: 9999;
    transition: background .3s ease-in-out;
    max-width: 100vw;
}

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

.header__logo-wraper {
    display: flex;
    align-items: center;
    width: 23%
}

.header__logo {
    width: 175px;
    height: 175px;
    margin-right: 5px
}

.header__text {
    color: #fff;
    font-size: 13px;
    line-height: 1.6
}

.header__point {
    width: 32px;
    margin-right: 10px
}

.header address {
    display: flex;
    align-items: center
}

.header__address {
    color: #fff;
    font-size: 14px;
    line-height: 1.3
}

.header__address span {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700
}

.header__button {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 14px 20px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    transition: all .3s ease;
    cursor: pointer
}

.header__button:hover {
    background-color: #fff;
    color: #000
}

.header__button.active {
    color: var(--color);
    border: 1px solid var(--color)
}

.header__button.active:hover {
    background-color: var(--color);
    color: #fff
}

.header__phone {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    transition: all .3s ease
}

.header__phone:hover {
    color: #ccc
}

.promo {
    padding-top: 240px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background: url(../img/promo/promo-bg.jpg) center center/cover no-repeat
}

.promo__divider {
    width: 100%;
    height: 1px;
    background: #fff
}

.promo__header {
    color: #fff;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 35px
}

.promo__header span {
    color: var(--color)
}

.promo__subheader {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px
}

.promo__advantages {
    display: flex;
    margin-top: 65px
}

.promo__advantage {
    padding-top: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    border-top: 1px solid #fff;
    margin-right: 60px
}

.promo__advantage:last-child {
    margin-right: 0
}

.promo__advantage span {
    color: var(--color);
    font-weight: 700
}

.promo__button-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

.promo__button {
    padding: 25px 30px;
    color: var(--bg-color);
    font-size: 16px;
    font-weight: 700;
    background: var(--color);
    border-radius: 3px;
    cursor: pointer
}

.promo__button:hover {
    color: #fff;
    background: #5ccc5a
}

.promo__slogan {
    padding: 20px 50px;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 3px
}

.guaranties {
    display: flex;
    justify-content: center;
    margin-top: 50px
}

.guaranties__header {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600
}

.guaranties__header span {
    color: var(--color)
}

.guaranties__items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 80px;
    gap: 40px;
    min-height: 50%
}

.guaranties__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(33% - 30px)
}

.guaranties__number {
    color: var(--color);
    font-size: 35px;
    line-height: 1.6;
    font-weight: 500
}

.guaranties__divider {
    height: 1px;
    width: 100%;
    background: var(--color);
    margin-top: 20px
}

.guaranties__item-header {
    font-size: 25px;
    line-height: 1.6;
    margin-top: 20px
}

.guaranties__item-desr {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px
}

.guaranties__item-desr span {
    color: var(--color);
    font-weight: 700
}

.guaranties__img-container {
    height: 100%;
    display: flex;
    align-items: end;
    margin-top: 60px
}

.guaranties__img-container img {
    width: 100%
}

.guaranties__item-last {
    display: flex
}

.guaranties__item-last .guaranties__img-container {
    position: relative;
    margin-top: 80px
}

.guaranties__item-wrapper {
    width: calc(33.33% - 40px);
    gap: 100px
}

.guaranties__item-wrapper .guaranties__img-container {
    height: auto
}

.guaranties__img-last {
    display: flex;
    align-items: center;
    width: calc(66.67% + 40px)
}

.guaranties__img-last img {
    margin-left: 40px;
    width: calc(100% - 40px)
}

.guaranties__label {
    padding: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    top: -55px;
    right: 35px;
    width: 140px;
    height: 140px;
    background: var(--color);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(15deg) scale(100%);
    transform: rotate(15deg) scale(100%);
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .3));
    cursor: pointer
}

.guaranties__label:hover {
    -webkit-animation-name: labelScale;
    animation-name: labelScale;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.popular {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    background: var(--bg-color)
}

.popular__header {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600
}

.popular__header span {
    color: var(--color)
}

.popular__subheader {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 30px;
    font-weight: 300
}

.popular__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 55px
}

.popular__item {
    width: calc(50% - 25px)
}

.popular__slider {
    width: 100%
}

.popular__slider img {
    width: 100%
}

.popular__name-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}

.popular__name {
    color: #fff;
    font-size: 24px;
    line-height: 1.6
}

.popular__number {
    color: #fff;
    font-size: 24px;
    line-height: 1.6
}

.popular__divider {
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: 30px
}

.popular__descr {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px
}

.popular__property {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px
}

.popular__property span {
    color: #fff;
    font-weight: 700
}

.popular__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px
}

.popular__cost {
    color: var(--color);
    font-size: 26px;
    line-height: 1.6
}

.popular__more {
    position: relative;
    padding-right: 61px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.43;
    text-decoration: underline;
    cursor: pointer
}

.popular__more:after {
    content: "";
    display: block;
    width: 46px;
    height: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: url(../svg/arrow.svg) center center/cover no-repeat
}

.popular__button {
    padding: 25px 30px;
    color: var(--bg-color);
    font-size: 16px;
    font-weight: 700;
    background: var(--color);
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto
}

.popular__button:hover {
    color: #fff;
    background: #5ccc5a
}

.popular .tns-inner {
    width: 100%
}

.popular .tns-controls {
    height: 100%;
    z-index: 1
}

.popular [data-controls=next],
.popular [data-controls=prev] {
    width: 20%;
    height: 100%;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0)
}

.popular [data-controls=next] {
    margin-right: 0;
    background-size: 50%;
    background-position: center
}

.popular [data-controls=next]:hover {
    background-color: rgba(0, 0, 0, .2);
    -webkit-transform: none;
    transform: none
}

.popular [data-controls=prev] {
    margin-left: 0;
    background-size: 50%;
    background-position: center
}

.popular [data-controls=prev]:hover {
    background-color: rgba(0, 0, 0, .2);
    -webkit-transform: none;
    transform: none
}

.portfolio {
    padding: 40px 0 30px 0;
    display: flex;
    justify-content: center;
    height: 750px

}

.portfolio .wrapper {
    position: relative;
     overflow-x: hidden
}

.portfolio__header {
    position: relative;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    overflow: visible;
}
.portfolio__header:after {
    content: '';
    position: absolute;
    top: 0;
    right: 74px;
    width: 30px;
    height: 30px;
    background: url('../img/icons/pinter.png') center center / cover no-repeat;
}


.portfolio__header span {
    color: var(--color)
}

.portfolio__tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px
}

.portfolio__tab {
    padding-bottom: 10px;
    color: rgba(51, 51, 51, .6);
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    transition: color .5s ease
}

.portfolio__tab:hover {
    position: relative;
    color: var(--color)
}

.portfolio__tab:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--color)
}

.portfolio__tab.active {
    position: relative;
    color: #333
}

.portfolio__tab.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--color)
}
.portfolio__tab-item-wrapper {
    overflow-x: hidden;
    height: 100%;
}
.portfolio__tab-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    position: absolute;
    margin-top: 40px;
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    
}

.portfolio__img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33% - 14px);
    height: 243px;
    overflow: hidden
}

.portfolio__img {
    height: 100%
}

.deferences {
    padding: 40px 0 60px 0;
    display: flex;
    justify-content: center;
    background: var(--bg-color)
}

.deferences__header {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600
}

.deferences__header span {
    color: var(--color)
}

.deferences__descr {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 50px
}

.deferences__items {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    margin-top: 70px
}

.deferences__item {
    width: calc(50% - 20px)
}

.deferences__item-header {
    color: #fff;
    padding: 40px 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    border: 1px solid #fff
}

.deferences__item-header span {
    color: var(--color)
}

.deferences__list {
    min-height: 80%;
    padding: 40px 57px;
    border: 1px solid #fff;
    border-top: none
}

.deferences__list-item {
    padding-left: 60px;
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 40px
}

.deferences__list-item span {
    color: var(--color);
    font-weight: 700
}

.deferences__list-item:first-child {
    margin-top: 0
}

.deferences__list-item-left:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: red;
    border-radius: 50%
}

.deferences__list-item-right:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 25%;
    left: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    background: var(--color);
    border-radius: 50%
}

.deferences__right-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    background: var(--color);
    border-radius: 3px;
    margin-top: 50px;
    cursor: pointer
}

.deferences__right-button:hover {
    color: #fff;
    background: #5ccc5a
}

.production {
    padding: 40px 0 60px 0;
    display: flex;
    justify-content: center
}

.production__header {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600
}

.production__header span {
    color: var(--color)
}

.production__descr {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 50px
}

.production__galery {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin-top: 70px
}

.production__img-container {
    width: calc(33.333% - 7px)
}

.production__img {
    width: 100%
}

.excursion {
    padding: 106px 0 60px 0;
    display: flex;
    justify-content: center;
    background: url(../img/excursion/excursion_1.webp) top center/100% 60% no-repeat
}

.excursion .wrapper {
    display: flex;
    justify-content: center
}

.excursion__header {
    color: #fff;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .04em;
    text-align: center
}

.excursion__header span {
    color: var(--color)
}

.excursion__wrapper {
    padding: 50px 0;
    width: 80%;
    background: #2b3238;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2)
}

.excursion__descr {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin-top: 30px
}

.excursion__descr span {
    color: var(--color);
    font-weight: 700
}

.excursion form {
    display: flex;
    flex-direction: column;
    align-items: center
}

.excursion input {
    padding-bottom: 8px;
    width: 480px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .26);
    outline: 0;
    color: #fff;
    margin-top: 40px
}

.excursion input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    background: var(--color);
    border-radius: 3px;
    margin-top: 50px;
    border: none;
    padding-bottom: 0;
    cursor: pointer
}

.excursion input[type=submit]:hover {
    color: #fff;
    background: #5ccc5a
}

.scheme {
    padding: 106px 0 60px 0;
    display: flex;
    justify-content: center
}

.scheme__header {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600
}

.scheme__header span {
    color: var(--color)
}

.scheme__items {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 45px
}

.scheme__item {
    padding: 53px 58px;
    display: flex;
    gap: 30px;
    border: 1px solid #959595;
    border-radius: 5px
}

.scheme__img-container {
    width: 45%
}

.scheme__img {
    width: 100%
}

.scheme__descr-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 55%
}

.scheme__descr-header-wrapper {
    display: flex;
    gap: 25px
}

.scheme__stage {
    width: 37%;
    font-size: 20px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    background: var(--color);
    border-radius: 9px
}

.scheme__descr-header {
    width: 63%;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 700
}

.scheme__item:nth-child(2) {
    flex-direction: row-reverse
}

.scheme__item:nth-child(2) .scheme__img-container {
    width: 50%
}

.scheme__item:nth-child(2) .scheme__descr-wrapper {
    width: 50%
}

.scheme__descr {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 50px
}

.scheme__descr span {
    font-weight: 700
}

.delivery {
    background: var(--bg-color);
    padding: 50px 0 60px 0;
    display: flex;
    justify-content: center
}

.delivery__items {
    display: flex;
    gap: 10px;
    margin-top: 75px
}

.delivery__item {
    padding: 43px 24px;
    display: flex;
    width: calc(33.333% - 4px);
    border: 1px solid var(--color);
    border-radius: 5px
}

.delivery__header {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600
}

.delivery__num {
    color: var(--color);
    font-size: 23px;
    line-height: 1.6;
    font-weight: 700;
    margin-right: 35px
}

.delivery__text {
    color: #fff;
    font-size: 18px;
    line-height: 1.5
}

.delivery__text span {
    color: var(--color);
    font-weight: 700
}

.delivery__notice {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    font-style: italic;
    margin-top: 20px
}

.delivery__img-container {
    display: flex;
    align-items: center;
    height: 337px;
    overflow: hidden
}

.delivery__img {
    width: 100vw;
    height: auto
}

.module-types {
    padding: 40px 0;
    display: flex;
    justify-content: center
}

.module-types__header {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 500
}

.module-types__header span {
    color: var(--color)
}

.module-types__descr {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 45px
}

.module-types__items {
    display: flex;
    gap: 30px;
    margin-top: 40px
}

.module-types__item {
    width: calc(50% - 30px);
    background: var(--bg-color)
}

.module-types__item-right {
    background: #fff
}

.module-types__item-img {
    display: block;
    width: 100%
}

.module-types__divider {
    width: 100%;
    height: 34px;
    background: #fff
}

.module-types__item-header {
    background: var(--color);
    font-size: 22px;
    line-height: 110px;
    font-weight: 700;
    text-align: center
}

.module-types__item-header-right {
    background: var(--bg-color);
    color: #fff
}

.module-types__item-header-right br {
    display: none
}

.module-types__item-list {
    padding: 30px 15px 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 47%;
    color: #fff
}

.module-types__item-list li:last-child {
    display: flex;
    align-items: flex-end;
    height: 100%
}

.module-types__item-list li:last-child div {
    width: 100%
}

.module-types__list-item {
    padding-left: 91px;
    position: relative;
    color: #fff;
    font-size: 17px;
    line-height: 1.6;
    margin-top: 25px
}

.module-types__list-item:before {
    content: "";
    display: block;
    width: 67px;
    height: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
    background: url(../svg/list-type-green.svg)
}

.module-types__list-item-right {
    color: #000
}

.module-types__list-item-right:before {
    background: url(../svg/list-type-black.svg)
}

.module-types__item-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    background: var(--color);
    border-radius: 3px;
    margin-top: 30px;
    cursor: pointer
}

.module-types__item-button:hover {
    color: #fff;
    background: #5ccc5a
}

.individual {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    background: var(--bg-color)
}

.individual .wrapper {
    overflow: hidden
}

.individual__header {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    font-weight: 700;
    margin-bottom: 50px
}

.individual__header span {
    color: var(--color)
}

.individual__divider {
    width: 100%;
    height: 1px;
    background: #7b7b7b;
    margin-top: 16px
}

.individual__slider {
    display: flex;
    justify-content: center;
    gap: 10px
}

.individual__slider-item {
    position: relative;
    padding: 41px;
    width: calc(33.33% - 7px);
    border: 1px solid #7b7b7b;
    border-radius: 5px;
    z-index: 0
}

.individual__slider-num {
    color: #7b7b7b;
    font-size: 24px;
    line-height: 1.6
}

.individual__slider-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 17px
}

.individual__slider-text span {
    color: var(--color);
    font-weight: 700
}

.contact {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    background: url(../img/contact/contact_1.webp)
}

.contact .wrapper {
    display: flex;
    justify-content: flex-end
}

.contact__wrapper {
    padding: 30px 80px;
    width: 45%;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    margin-right: 100px
}

.contact__label {
    color: #6c6c6c;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: .04em
}

.contact__header {
    color: #333;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 30px
}

.contact__descr {
    color: #6c6c6c;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px
}

.contact form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px
}

.contact input {
    padding-bottom: 8px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #000;
    outline: 0;
    margin-top: 40px
}

.contact input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    background: var(--color);
    border-radius: 3px;
    margin-top: 50px;
    border: none;
    padding-bottom: 0;
    cursor: pointer
}

.contact input[type=submit]:hover {
    color: #fff;
    background: #5ccc5a
}

.footer {
    padding: 10px 0 3px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    background: var(--bg-color)
}

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

.footer__logo-wraper {
    display: flex;
    align-items: center;
    width: 23%
}

.footer__logo {
    width: 100px;
    height: 100px;
    margin-right: 5px
}

.footer__text {
    color: #fff;
    font-size: 13px;
    line-height: 1.6
}

.footer__point {
    width: 32px;
    margin-right: 10px
}

.footer address {
    display: flex;
    align-items: center
}

.footer__address {
    color: #fff;
    font-size: 14px;
    line-height: 1.3
}

.footer__address span {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700
}

.footer__button {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 14px 20px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    transition: all .3s ease;
    cursor: pointer
}

.footer__button:hover {
    background-color: #fff;
    color: #000
}

.footer__phone {
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-weight: 750;
    transition: all .3s ease
}

.footer__phone:hover {
    color: #ccc
}

.modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 99999;
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.modal .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px
}

.modal__wrapper {
    position: relative;
    padding: 50px 80px 40px;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2)
}

.modal__close {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 65px;
    cursor: pointer
}

.modal__label {
    color: #6c6c6c;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: .04em;
    text-align: center
}

.modal__label span {
    font-weight: 700
}

.modal__divider {
    height: 1px;
    width: 80%;
    background: rgba(108, 108, 108, .25);
    margin: 20px auto 0 auto
}

.modal__descr {
    color: #6c6c6c;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
    text-align: center
}

.modal form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px
}

.modal input {
    padding-bottom: 8px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #000;
    outline: 0;
    margin-top: 40px
}

.modal input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    background: var(--color);
    border-radius: 3px;
    margin-top: 50px;
    border: none;
    padding-bottom: 0;
    cursor: pointer
}

.modal input[type=submit]:hover {
    color: #fff;
    background: #5ccc5a
}

@media(max-width:991px) {
    .modal__wrapper {
        padding: 50px 43px 40px
    }
}

@media(max-width:575px) {
    .modal__wrapper {
        padding: 45px 30px 30px
    }
    .modal__label {
        font-size: 18px
    }
    .modal__descr {
        font-size: 16px
    }
    .modal form {
        margin-top: 10px
    }
    .modal input {
        margin-top: 27px
    }
}

.tns-liveregion {
    display: none
}

.tns-outer {
    position: relative;
    width: 100%
}

.tns-inner {
    width: 90%;
    overflow: hidden
}

.tns-controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0
}

[data-controls=prev] {
    margin-left: 5px;
    background: url(../svg/prev.svg) -1px 9px/100% 50% no-repeat
}

[data-controls=next] {
    margin-right: 5px;
    background: url(../svg/next.svg) 1px 9px/100% 50% no-repeat
}

[data-controls=next],
[data-controls=prev] {
    width: 37px;
    height: 37px;
    background-color: var(--color);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    opacity: .8;
    transition: all 250ms
}

[data-controls=next]:hover,
[data-controls=prev]:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.portfolio .tns-nav {
    position: absolute;
    bottom: -546px;
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%
}

.portfolio .tns-nav button {
    width: calc(.625rem + 10*(100vw - 320px)/ 671*16/16);
    height: calc(.625rem + 10*(100vw - 320px)/ 671*16/16);
    border: none;
    border-radius: 50%;
    background: rgba(51, 51, 51, .2)
}

.portfolio .tns-nav button.tns-nav-active {
    background: #333
}

.portfolio .tns-liveregion {
    display: none
}

.production .tns-nav {
    position: absolute;
    bottom: -31px;
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%
}

.production .tns-nav button {
    width: calc(.625rem + 10*(100vw - 320px)/ 671*16/16);
    height: calc(.625rem + 10*(100vw - 320px)/ 671*16/16);
    border: none;
    border-radius: 50%;
    background: rgba(51, 51, 51, .2)
}

.production .tns-nav button.tns-nav-active {
    background: #333
}

.production .tns-liveregion {
    display: none
}

@media(max-width:1200px) {
    .tns-inner {
        width: 88%
    }
}

@media(max-width:767px) {
    .portfolio .tns-nav {
        bottom: -425px
    }
}

@media(max-width:1200px) {
    .wrapper {
        width: 941px
    }
    .header__button {
        padding: 14px 4px
    }
    .header address {
        width: 25%
    }
    .promo__button {
        padding: 25px 20px
    }
    .popular__cost {
        font-size: 24px
    }
    .portfolio {
        height: 676px
    }
    .portfolio__header:after {
        top: -3px;
        right: -22px;
    }
    .portfolio__img-container {
        height: 200px
    }
    .scheme__descr-header {
        font-size: 23px
    }
    .scheme__item:nth-child(1) .scheme__stage {
        line-height: 95px
    }
    .module-types__item-list {
        height: 51%
    }
    .contact__wrapper {
        padding: 30px 60px;
        width: 58%;
        margin-right: 60px
    }
    .footer__button {
        padding: 14px 4px
    }
    .footer address {
        width: 25%
    }
}

@media(max-width:991px) {
    .wrapper {
        width: 707px
    }
    .header address {
        display: none
    }
    .header__logo-wraper {
        width: 16%
    }
    .header__text {
        display: none
    }
    .promo__header {
        font-size: 30px
    }
    .promo__subheader {
        font-size: 18px
    }
    .promo__advantage {
        margin-right: 23px
    }
    .promo__slogan {
        display: none
    }
    .guaranties__header {
        font-size: 30px
    }
    .guaranties__items {
        flex-direction: column;
        margin-top: 50px
    }
    .guaranties__item {
        padding: 0 10px;
        width: 100%
    }
    .guaranties__number {
        font-size: 20px
    }
    .guaranties__item-header {
        font-size: 20px
    }
    .guaranties__item-desr {
        font-size: 17px
    }
    .guaranties__item-wrapper {
        padding: 0 10px;
        width: 100%
    }
    .guaranties__item-wrapper .guaranties__img-container {
        justify-content: center;
        height: 200px;
        margin-top: 80px
    }
    .guaranties__item-wrapper .guaranties__img-container img {
        height: 100%;
        width: auto
    }
    .guaranties__img-last {
        display: none
    }
    .guaranties__label {
        right: 231px;
        width: 125px;
        height: 125px;
        font-size: 13px
    }
    .popular__header {
        font-size: 28px
    }
    .popular__subheader {
        font-size: 17px
    }
    .popular__item {
        padding: 0 25px;
        width: 100%;
        height: 100%
    }
    .popular__slider {
        display: flex;
        align-items: center;
        height: 38%;
        overflow: hidden
    }
    .popular__property {
        font-size: 11px
    }
    .portfolio {
        height: 760px
    }
    
    .portfolio__header {
        font-size: 28px
    }
    .portfolio__header:after {
        width: 25px;
        height: 25px;
        top: -5px;
        right: 17px;
    }
    .portfolio__tab-item {
        flex-wrap: nowrap
    }
    .portfolio__img-container {
        width: 100%;
        height: 475px
    }
    .production__header {
        font-size: 28px
    }
    .production__galery {
        justify-content: center;
        gap: 0
    }
    .production__img-container {
        width: 100%
    }
    .production .tns-ovh {
        display: flex;
        justify-content: center
    }
    .production .tns-inner {
        width: 100%
    }
    .deferences {
        display: none
    }
    .excursion__wrapper {
        padding: 50px 40px;
        width: 90%
    }
    .scheme {
        padding: 50px 0 60px 0
    }
    .scheme__header {
        font-size: 28px
    }
    .scheme__item {
        flex-direction: column
    }
    .scheme__item:nth-child(2) {
        flex-direction: column
    }
    .scheme__item:nth-child(2) .scheme__img-container {
        width: 100%
    }
    .scheme__item:nth-child(2) .scheme__descr-wrapper {
        width: 100%
    }
    .scheme__item:nth-child(1) .scheme__stage {
        line-height: 70px
    }
    .scheme__img-container {
        width: 100%
    }
    .scheme__descr-wrapper {
        width: 100%
    }
    .scheme__descr-header {
        text-align: right
    }
    .scheme .delete {
        display: inline
    }
    .delivery__items {
        flex-direction: column;
        gap: 20px;
        margin-top: 50px
    }
    .delivery__item {
        width: 100%
    }
    .delivery__img-container {
        height: 286px
    }
    .module-types__header {
        font-size: 28px
    }
    .module-types__descr {
        font-size: 17px;
        margin-top: 25px
    }
    .module-types__items {
        padding: 0 25px;
        flex-direction: column
    }
    .module-types__item {
        width: 100%
    }
    .individual__header {
        font-size: 28px
    }
    .individual__slider {
        flex-direction: column
    }
    .individual__slider-item {
        width: 100%
    }
    .contact .wrapper {
        justify-content: center
    }
    .contact__wrapper {
        width: 80%;
        margin-right: 0
    }
    .footer {
        padding: 40px 0
    }
    .footer .wrapper {
        flex-direction: column
    }
    .footer__logo-wraper {
        flex-direction: column;
        width: 100%
    }
    .footer__text {
        font-size: 18px;
        margin-top: 20px
    }
    .footer address {
        justify-content: center;
        width: 100%;
        margin-top: 20px
    }
    .footer__address {
        font-size: 19px
    }
    .footer__address span {
        font-size: 19px
    }
    .footer__address br {
        display: none
    }
    .footer__button {
        width: 100%;
        padding: 14px 25px;
        font-size: 19px;
        text-align: center;
        margin-top: 30px
    }
    .footer__phone {
        margin-top: 25px
    }
}

@media(max-width:767px) {
    .wrapper {
        width: 510px
    }
    .header {
        margin-top: 0
    }
    .header__button {
        display: none
    }
    .header__logo-wraper {
        width: 25%
    }
    .header__logo {
        width: 110px;
        height: 110px
    }
    .promo {
        padding-top: 91px
    }
    .promo__advantages {
        flex-direction: column
    }
    .promo__advantage {
        padding: 15px 0;
        margin-right: 0
    }
    .guaranties__header {
        font-size: 28px
    }
    .guaranties__label {
        right: 153px
    }
    .excursion__header {
        font-size: 28px
    }
    .excursion input {
        width: 300px
    }
    .portfolio {
        height: 720px
    }
    .portfolio__header:after {
        right: -11px;
    }
    .portfolio__img-container {
        height: 350px
    }
    .portfolio__tabs {
        flex-wrap: wrap;
        gap: 10px
    }
    .portfolio__tab {
        width: calc(50% - 5px)
    }
    .scheme__item:nth-child(1) .scheme__stage {
        line-height: 92px
    }
    .scheme__descr-header {
        width: 66%;
        font-size: 22px
    }
    .footer__text {
        font-size: 16px
    }
    .footer__address {
        font-size: 16px
    }
    .footer__address span {
        font-size: 16px
    }
}

@media(max-width:575px) {
    .wrapper {
        padding: 0 20px;
        width: 100%
    }
    .promo__button-wrapper {
        text-align: center
    }
    .promo__button {
        padding: 20px;
        font-size: 18px;
        line-height: 1.6
    }
    .portfolio__header:after {
        width: 23px;
        height: 23px;
        top: -5px;
        right: -19px;
    }
    .portfolio__tabs {
        flex-wrap: wrap
    }
    .guaranties {
        padding-bottom: 20px
    }
    .guaranties__header {
        font-size: 24px
    }
    .guaranties__items {
        margin-top: 25px
    }
    .guaranties__divider {
        margin-top: 7px
    }
    .guaranties__item-wrapper .guaranties__img-container {
        height: 150px
    }
    .guaranties__item-desr {
        margin-top: 10px
    }
    .guaranties__img-container {
        margin-top: 10px
    }
    .guaranties__label {
        right: 50px;
        width: 100px;
        height: 100px;
        font-size: 10px
    }
    .popular__header {
        font-size: 24px
    }
    .popular__items {
        margin-top: 20px
    }
    .popular__name-wrapper {
        margin-top: 15px
    }
    .popular__name {
        font-size: 16px
    }
    .popular__number {
        font-size: 16px
    }
    .popular__footer {
        margin-top: 20px
    }
    .popular__cost {
        font-size: 17px
    }
    .popular__more {
        padding-right: 0;
        width: 50%;
        font-size: 17px;
        text-align: right
    }
    .popular__more:after {
        display: none
    }
    .portfolio {
        padding: 0;
        height: calc(33.4375rem + 155*(100vw - 320px)/ 255*16/16)
    }
    .portfolio .wrapper {
        padding: 0;
        width: calc(100% - 40px)
    }
    .portfolio__header {
        width: 265px;
        font-size: 24px;
        margin: 25px auto 0 auto
    }
    .portfolio__tabs {
        width: 265px;
        margin: 25px auto 0 auto
    }
    .portfolio__tab {
        width: 100%
    }
    .portfolio__tab-item {
        gap: 0
    }
    .portfolio__img-container {
        height: calc(12.75rem + 146*(100vw - 320px)/ 255*16/16)
    }
    .portfolio .tns-nav {
        bottom: calc(-17.3125rem - 148*(100vw - 320px)/ 255*16/16)
    }
    .production__header {
        font-size: 24px
    }
    .production__descr {
        font-size: 16px;
        margin-top: 20px
    }
    .excursion {
        padding: 0;
        background: 0 0
    }
    .excursion .wrapper {
        padding: 0
    }
    .excursion__wrapper {
        padding: 30px 20px;
        width: 100%;
        border-radius: 0
    }
    .excursion__header {
        font-size: 23px
    }
    .excursion input {
        width: 300px
    }
    .scheme__header {
        font-size: 24px
    }
    .scheme__item {
        padding: 27px;
        gap: 10px
    }
    .scheme__descr-header-wrapper {
        flex-direction: column
    }
    .scheme__stage {
        width: 100%;
        line-height: 55px !important
    }
    .scheme__descr-header {
        width: 100%;
        font-size: 18px;
        text-align: left
    }
    .scheme__descr-header br {
        display: none
    }
    .scheme__descr {
        font-size: 16px;
        margin-top: 15px
    }
    .delivery__header {
        font-size: 24px
    }
    .delivery__item {
        padding: 25px 20px
    }
    .delivery__img-container {
        height: 123px
    }
    .module-types__items {
        padding: 0;
        margin-top: 20px
    }
    .module-types__divider {
        display: none
    }
    .module-types__item-list {
        padding: 10px 0 0
    }
    .module-types__list-item {
        padding-left: 70px
    }
    .module-types__list-item:before {
        left: 0;
        -webkit-transform: scale(70%);
        transform: scale(70%)
    }
    .individual__header {
        font-size: 24px
    }
    .individual__slider-item {
        padding: 25px 20px
    }
    .contact {
        padding: 0
    }
    .contact .wrapper {
        padding: 30px 20px
    }
    .contact__wrapper {
        padding: 30px 20px;
        width: 100%;
        border-radius: 0
    }
    .contact__label {
        font-size: 17px
    }
    .contact__header {
        font-size: 23px
    }
    .contact__descr {
        font-size: 15px
    }
    .contact input {
        width: 250px
    }
    .contact form {
        margin-top: 20px
    }
    .footer {
        padding: 0 0 20px 0
    }
    .footer__text {
        text-align: center
    }
    .delete {
        display: block
    }
}

.show {
    display: block
}

.hide {
    display: none
}

.fade-reverse {
    -webkit-animation-name: reverse;
    animation-name: reverse;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.green {
    color: var(--color)
}

.valdation-message {
    margin-top: 15px
}

.delete {
    display: none
}

form input[type=submit].not-send {
    background: gray
}

form input[type=submit].not-send:hover {
    color: #333;
    background: gray
}

@-webkit-keyframes fade {
    from {
        -webkit-filter: opacity(50%);
        filter: opacity(50%)
    }
    to {
        -webkit-filter: opacity(100%);
        filter: opacity(100%)
    }
}

@keyframes fade {
    from {
        -webkit-filter: opacity(50%);
        filter: opacity(50%)
    }
    to {
        -webkit-filter: opacity(100%);
        filter: opacity(100%)
    }
}

@-webkit-keyframes reverse {
    from {
        -webkit-filter: opacity(100%);
        filter: opacity(100%)
    }
    to {
        -webkit-filter: opacity(50%);
        filter: opacity(50%)
    }
}

@keyframes reverse {
    from {
        -webkit-filter: opacity(100%);
        filter: opacity(100%)
    }
    to {
        -webkit-filter: opacity(50%);
        filter: opacity(50%)
    }
}

@-webkit-keyframes labelScale {
    from {
        -webkit-transform: rotate(15deg) scale(100%);
        transform: rotate(15deg) scale(100%)
    }
    to {
        -webkit-transform: rotate(15deg) scale(110%);
        transform: rotate(15deg) scale(110%)
    }
}

@keyframes labelScale {
    from {
        -webkit-transform: rotate(15deg) scale(100%);
        transform: rotate(15deg) scale(100%)
    }
    to {
        -webkit-transform: rotate(15deg) scale(110%);
        transform: rotate(15deg) scale(110%)
    }
}