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

a,
body,
html {
    color: #0D0D0D;
    transition: .3s all ease
}

*,
body,
html,
ol,
ul {
    margin: 0;
    padding: 0
}

body,
html,
p {
    font-family: Oswald, Arial, sans-serif;
    font-size: 20px
}

h3,
li,
p {
    line-height: 30px
}

.big-text,
.footer__item:first-child,
.form__label,
.progress__item__name,
h2,
h3,
h4 {
    font-style: normal
}

.container,
.form,
.row {
    width: 100%
}

.text,
h1 {
    letter-spacing: .01em
}

body,
html {
    overflow-x: hidden
}

a {
    text-decoration: none
}

input {
    outline: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

ol,
ul {
    list-style: none
}

.container,
.form,
.wrapper {
    margin: 0 auto
}

p {
    color: #241C15
}

@media (max-width:720px) {
    p {
        font-size: 16px;
        line-height: 20px
    }
}

button {
    border: transparent
}

hr {
    background: #0D0D0D;
    opacity: .15
}

@font-face {
    font-family: MinionPro-Regular, sans-serif;
    src: url(../fonts/MinionPro-Regular.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: DINPro-Medium, sans-serif;
    src: url(https://snk.com.ua/app/font/DINPro-Medium.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: DINPro-Bold, sans-serif;
    src: url(https://snk.com.ua/app/font/DINPro-Bold.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: eurof, sans-serif;
    src: url(https://snk.com.ua/app/font/eurofurenceregular.ttf) format("truetype");
    font-style: normal
}

.container {
    max-width: 1472px;
    padding-left: 15px;
    padding-right: 15px
}

.wrapper {
    max-width: 1500px
}

.row {
    display: flex;
    flex-wrap: wrap
}

h1 {
    font-size: 80px;
    line-height: 96px;
    color: #FFF
}

@media (max-width:1024px) {
    h1 {
        font-size: 72px;
        line-height: 80px
    }
}

@media (max-width:720px) {
    h1 {
        font-size: 42px;
        line-height: 48px
    }
}

h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px
}

@media (max-width:720px) {
    h2 {
        font-size: 22px;
        line-height: 28px
    }
}

h3 {
    font-weight: 800;
    font-size: 19px
}

h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px
}

.title {
    font-size: 64px;
    line-height: 95px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width:1500px) {
    .title {
        font-size: 64px;
        line-height: 72px
    }
}

@media (max-width:1200px) {
    .wrapper {
        padding: 0 15px
    }
    .title {
        font-size: 56px;
        line-height: 62px
    }
}

@media (max-width:1024px) {
    .title {
        font-size: 52px;
        line-height: 58px
    }
}

@media (max-width:720px) {
    .title {
        font-size: 38px;
        line-height: 42px
    }
}

@media (max-width:480px) {
    .title {
        font-size: 32px;
        line-height: 38px
    }
}

.title.white {
    color: var(--white)
}

@media (max-width:720px) {
    .sub-title {
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 24px
    }
}

.big-text {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #6D6D6D
}

.big-text strong {
    color: #101010
}

.text {
    font-size: 20px;
    line-height: 30px;
    opacity: .54;
    color: var(--black)
}

.text.white {
    color: var(--white)
}

@media (max-width:1024px) {
    .text {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:569px) {
    .text {
        font-size: 15px;
        line-height: 20px
    }
}

.btn-black,
.btn-white {
    height: 70px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    overflow: hidden;
    color: #fff;
    transition: .3s all ease;
    display: flex;
    outline: 0;
    text-align: center;
    cursor: pointer
}

:root {
    --brown: #C0845E;
    --black: #111111;
    --white: #E5E5E5;
    --green: #152415;
    --yellow: #C2A26A
}

.btn-white {
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: rgba(255, 255, 255, .06);
    border: 3px solid #FFF;
    max-width: 147px
}

.btn-black {
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: var(--black);
    max-width: 218px
}

.btn-black:hover {
    background: #fff;
    color: var(--black);
    border: 3px solid var(--black)
}

.form__input,
.form__textarea {
    background: #F9F9F9;
    border: 1px solid #D1D0CF;
    color: var(--black)
}

.form {
    max-width: 650px
}

.form__title {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 30px
}

.form__group {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.form__group.no-flex {
    flex-direction: column
}

.form__sub-group {
    width: 312px
}

@media (max-width:720px) {
    .form__group {
        display: block;
        max-width: 420px;
        margin: 0 auto 20px
    }
    .form__sub-group {
        width: 100%;
        max-width: 420px;
        margin: 0 auto 10px
    }
}

.form__label {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--black);
    opacity: .54;
    margin-bottom: 6px;
    display: block
}

@media (max-width:720px) {
    .form__label {
        font-size: 16px;
        line-height: 20px
    }
}

.form__input {
    width: 312px;
    height: 56px;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 18px
}

@media (max-width:720px) {
    .form__input {
        width: 100%;
        max-width: 420px;
        font-size: 16px;
        height: 45px
    }
}

.form__textarea {
    width: 100%;
    height: 310px;
    border-radius: 4px;
    resize: none;
    padding: 10px;
    font-size: 18px;
    outline: 0
}

@media (max-width:720px) {
    .form__textarea {
        width: 100%;
        max-width: 420px;
        height: 140px
    }
}

.form__btn {
    width: 220px;
    height: 56px;
    background: var(--black);
    color: var(--white);
    border: 1px solid #D1D0CF;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    float: right
}

@media (max-width:720px) {
    .form__btn {
        float: none;
        margin: 0 auto;
        display: block
    }
}

.form__input.error {
    border: 2px solid #AA3324!important
}

label.error {
    display: none!important
}

.notify {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 200px;
    min-height: 60px;
    line-height: 18px;
    padding: 10px;
    color: #fff;
    background: linear-gradient(to right, #41c3f1, #14e6ff);
    border-radius: 10px
}

.notify__link,
.notify__txt {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Museo Sans Cyrl 300', sans-serif
}

.notify__item svg {
    fill: #fff
}

.notify__close {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.notify__txt {
    padding-right: 20px
}

.notify__link {
    cursor: pointer
}

.notify__item:hover .notify_close {
    fill: #fff
}

#popup__toggle {
    bottom: 25px;
    right: 10px;
    position: fixed;
    cursor: pointer;
    z-index: 100;
    transition: .3s all ease
}

.circlephone,
.img-circle {
    box-sizing: content-box;
    position: absolute
}

@media (max-width:720px) {
    #popup__toggle {
        bottom: 15px;
        right: -5px
    }
    .circlephone {
        display: none
    }
}

.circlephone {
    -webkit-box-sizing: content-box;
    border: 2px solid #666;
    width: 140px;
    height: 140px;
    bottom: -35px;
    right: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out!important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out!important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out!important;
    -o-animation: circle-anim 2.4s infinite ease-in-out!important;
    animation: circle-anim 2.4s infinite ease-in-out!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.img-circle {
    background-color: #C2A26A;
    -webkit-box-sizing: content-box;
    width: 70px;
    height: 70px;
    bottom: 0;
    right: 34px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent
}

@media (max-width:720px) {
    .img-circle {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 70px;
    height: 70px;
    background-image: url(../img/call.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@media (max-width:720px) {
    .img-circleblock {
        width: 20px;
        height: 20px;
        background-size: contain
    }
}

.call-form-modal,
.call-form-modal .overlay {
    height: 100vh;
    top: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .75);
    width: 100%
}

.img-circle:hover {
    opacity: 1
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(.9);
        opacity: 1
    }
    50% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(.95);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes tossing {
    0%,
    100% {
        transform: rotate(-8deg)
    }
    50% {
        transform: rotate(8deg)
    }
}

@-webkit-keyframes tossing {
    0%,
    100% {
        -webkit-transform: rotate(-8deg)
    }
    50% {
        -webkit-transform: rotate(8deg)
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes circle-fill-anim {
    0%,
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes circle-fill-anim {
    0%,
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes circle-fill-anim {
    0%,
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
}

@keyframes circle-fill-anim {
    0%,
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
}

.call-form-modal {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 1001
}

.call-form-modal .overlay {
    position: absolute;
    z-index: 1000
}

.call-form-modal .call-form {
    width: 100%;
    max-width: 630px;
    border-radius: 10px;
    background: #FFF;
    padding: 68px 80px 100px;
    position: relative;
    z-index: 1001
}

.call-form-modal .call-form__close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    height: 15px;
    width: 15px;
    transition: .3s all ease
}

.call-form-modal .call-form__close:after,
.call-form-modal .call-form__close:before {
    content: '';
    height: 2px;
    width: 15px;
    background-color: var(--black);
    position: absolute;
    top: 5px
}

.call-form-modal .call-form__close:hover {
    transform: scale(1.15)
}

.call-form-modal .call-form__close:before {
    transform: rotate(-45deg)
}

.call-form-modal .call-form__close:after {
    transform: rotate(45deg)
}

.call-form-modal .call-form__title {
    color: var(--black);
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600
}

@media (max-width:720px) {
    .call-form-modal .call-form {
        padding: 30px 15px
    }
    .call-form-modal .call-form__title {
        font-size: 24px
    }
}

.call-form-modal .call-form__title span {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400
}

.call-form-modal .call-form__title span a {
    color: #C2A26A;
    font-weight: 700
}

.call-form-modal .call-form__btn {
    width: 100%;
    max-width: 370px;
    border: none;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    cursor: pointer
}

@media (max-width:720px) {
    .call-form-modal .call-form__title span {
        font-size: 14px
    }
    .call-form-modal .call-form__btn {
        height: 40px
    }
}

.call-form-modal .form__group {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 20px
}

.call-form-modal .form__label {
    font-size: 16px;
    line-height: 1.88;
    display: block;
    margin-bottom: 5px
}

.call-form-modal .form__input {
    width: 100%;
    max-width: 370px;
    height: 52px;
    border-radius: 3px;
    border: 1px solid #d1d0cf;
    background-color: #fff;
    padding: 0 15px
}

@media (max-width:720px) {
    .call-form-modal .form__input {
        height: 40px
    }
}

.modal-credit,
.modal-credit .overlay {
    height: 100vh;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, .25);
    overflow: hidden
}

.modal-btn {
    display: flex;
    margin: 0 auto;
    float: initial;
    align-items: center;
    justify-content: center
}

.modal-credit {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 1001
}

.modal-credit .overlay {
    position: absolute;
    z-index: 1000
}

.modal-credit__close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    height: 15px;
    width: 15px;
    transition: .3s all ease
}

.modal-credit__close:after,
.modal-credit__close:before {
    height: 2px;
    width: 15px;
    background-color: var(--black);
    position: absolute;
    top: 5px;
    content: ''
}

.modal-credit__close:hover {
    transform: scale(1.15)
}

.modal-credit__close:before {
    transform: rotate(-45deg)
}

.modal-credit__close:after {
    transform: rotate(45deg)
}

.modal-credit__main {
    background: url(../img/black.JPG) center no-repeat;
    background-size: cover;
    height: 700px;
    width: 790px;
    z-index: 99999;
    border-radius: 10px;
    padding: 0;
    position: relative;
    overflow: hidden
}

@media (max-width:1366px) {
    .modal-credit__main {
        height: 680px;
        padding: 0
    }
}

.modal-credit__main .why__btn {
    position: absolute;
    right: 0;
    top: 160px;
    margin: 0
}

@media (max-width:569px) {
    .modal-credit__main {
        height: 520px;
        width: 95%;
        padding: 30px 0 0;
        background: url(../img/blackm.JPG) center no-repeat;
        background-size: cover
    }
    .modal-credit__main .why__btn {
        top: 260px;
        right: 50%;
        margin-right: -100px;
        font-size: 16px;
        width: 200px;
        height: 40px
    }
}

.modal-credit__main img {
    display: block;
    margin: 0 auto
}

.modal-credit__main h3 {
    color: #ec3b13;
    background: var(--yellow);
    font-size: 18px;
    padding: 15px;
    margin-top: -45px;
    display: none
}

@media (max-width:720px) {
    .modal-credit__main h3 {
        display: none
    }
}

@media (max-width:569px) {
    .modal-credit__main h3 {
        font-size: 16px;
        width: 92%;
        padding: 8px;
        margin-top: 95px
    }
}

.modal-credit__main h4 {
    color: #fff;
    background: var(--brown);
    font-size: 18px;
    padding: 15px;
    font-weight: 400;
    border-top: 3px solid var(--white)
}

@media (max-width:569px) {
    .modal-credit__main h4 {
        font-size: 16px;
        padding: 8px;
        margin-top: -40px
    }
}

.modal-credit__main h4 span {
    font-size: 24px;
    font-weight: 700
}

@media (max-width:569px) {
    .modal-credit__main h4 span {
        font-size: 17px
    }
}

.service-panel {
    width: 100%
}

.service-panel:last-child .service-panel__tabs {
    border-bottom: transparent
}

.service-panel__tabs {
    width: 50%;
    position: relative;
    padding: 26px 65px 25px 110px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.service-panel__tabs svg {
    position: absolute;
    left: 45px;
    top: 20px
}

.service-panel__tabs svg path {
    fill: #000
}

.service-panel__tabs h3 {
    margin-bottom: 10px
}

.service-panel__tabs.active {
    background: var(--blue-grad);
    border-right: none
}

.service-panel__tabs.active svg path {
    fill: #fff
}

.service-panel__tabs.active h3,
.service-panel__tabs.active p {
    color: #fff
}

.service-panel__content {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    display: none;
    padding: 0 40px
}

.service-panel__content h3 {
    margin: 30px 0 15px
}

.service-panel__content__item {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: var(--black);
    padding-left: 60px;
    position: relative;
    margin-bottom: 15px
}

.service-panel__content__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 40px;
    height: 2px;
    background: var(--blue)
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .3s all ease;
    padding: 0 60px;
    height: 113px;
    display: flex;
    align-items: center
}

.footer__main,
.header__main {
    justify-content: space-between
}

@media (max-width:1024px) {
    .header {
        padding: 5px 30px
    }
}

@media (max-width:569px) {
    .header {
        padding: 5px 10px;
        height: 60px
    }
    .header__logo {
        position: absolute;
        left: 0;
        top: 6px
    }
}

.header__main,
.home-main {
    position: relative;
    width: 100%
}

.header__logo img {
    height: 60px;
    transition: .3s all ease
}

@media (max-width:769px) {
    .header__logo img {
        height: 50px
    }
}

.header__logo .logo {
    display: block
}

.header__logo .logo-b {
    display: none
}

.header__main {
    display: flex;
    align-items: center
}

@media (max-width:569px) {
    .header__logo img {
        height: 35px
    }
    .header__main {
        align-items: flex-end;
        flex-direction: column
    }
}

.header__link {
    background: -webkit-linear-gradient(270deg, #B78628 0, #C69320 25%, #DBA514 52.6%, #EEB609 77.08%, #FCC201 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    font-family: Oswald, Arial, sans-serif;
    display: flex;
    align-items: center
}

.header.fix-header {
    background: rgba(0, 0, 0, .55);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
    height: 73px
}

@media (max-width:1024px) {
    .header.fix-header {
        padding: 0 30px
    }
}

@media (max-width:569px) {
    .header__link {
        font-size: 14px;
        line-height: 16px
    }
    .header.fix-header {
        padding: 0 10px;
        height: 60px
    }
}

.header.fix-header .header__link:hover {
    color: var(--brown)
}

.footer {
    padding: 90px 0 0;
    background: var(--black)
}

@media (max-width:1366px) {
    .footer {
        padding: 70px 0
    }
}

@media (max-width:1024px) {
    .footer {
        padding: 50px 15px 0
    }
}

.footer__main {
    display: flex;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto
}

@media (max-width:569px) {
    .footer {
        padding: 30px 15px 0
    }
    .footer__main {
        display: block
    }
    .footer__logo {
        display: block;
        text-align: center
    }
    .footer__list {
        margin-bottom: 15px
    }
    .footer__item {
        text-align: center
    }
}

.footer__item {
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px
}

.footer__item:first-child {
    color: var(--yellow);
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px
}

.footer__item a {
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px
}

.copy a,
.copy p {
    color: var(--white)
}

.copy {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 20px;
    display: flex;
    justify-content: space-between
}

@media (max-width:569px) {
    .copy {
        margin-top: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0 20px
    }
}

.copy p {
    font-size: 16px;
    line-height: 19px;
    opacity: .54
}

@media (max-width:710px) {
    .copy p {
        font-size: 14px;
        display: block;
        margin-top: 10px
    }
}

.copy a {
    font-weight: 700
}

.copy a:hover {
    opacity: 1;
    color: #C0845E
}

.home-main {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.home-main:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5)
}

.home-main__video {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-main__main {
    z-index: 2;
    width: 660px
}

.home-main__title {
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    background: -webkit-linear-gradient(270deg, #B78628 0, #C69320 25%, #DBA514 52.6%, #EEB609 77.08%, #FCC201 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 15px
}

@media (max-width:769px) {
    .home-main__title {
        font-size: 40px
    }
}

@media (max-width:569px) {
    .home-main__title {
        font-size: 24px;
        line-height: 32px
    }
}

.home-main__text {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 50px
}

.gallery__text,
.gallery__title {
    color: #FFF;
    max-width: 1100px;
    text-align: center
}

@media (max-width:769px) {
    .home-main__text {
        font-size: 36px;
        line-height: 42px
    }
}

@media (max-width:569px) {
    .home-main__text {
        font-size: 20px;
        line-height: 28px
    }
}

.home-main__text strong {
    font-size: 54px
}

.home-main__scroll {
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -42px;
    z-index: 2;
    cursor: pointer;
    transition: .3s all ease
}

.home-main__scroll:hover {
    transform: translateY(5px)
}

@media (max-width:720px) {
    .home-main__scroll {
        margin-left: -23px
    }
    .home-main__scroll svg {
        height: 60px;
        width: 46px
    }
}

.gallery__item {
    height: 900px;
    width: 100%;
    position: relative
}

@media (max-width:1500px) {
    .gallery__item {
        height: 100vh
    }
}

@media (max-width:769px) {
    .home-main__text strong {
        font-size: 42px;
        line-height: 42px
    }
    .gallery__item {
        height: 640px
    }
}

@media (max-width:569px) {
    .home-main__text strong {
        font-size: 28px;
        line-height: 28px
    }
    .gallery__item {
        height: 380px
    }
}

.gallery__item.item1 {
    background: url(../img/slide1.jpg) center no-repeat;
    background-size: cover
}

.gallery__item.item2 {
    background: url(../img/slide2.jpg) center no-repeat;
    background-size: cover
}

.gallery__item.item3 {
    background: url(../img/slide3.jpg) center no-repeat;
    background-size: cover
}

.gallery__item.item4 {
    background: url(../img/slide4.jpg) center no-repeat;
    background-size: cover
}

.gallery__item.item5 {
    background: url(../img/slide5.png) center no-repeat;
    background-size: cover
}

.gallery__item.item6 {
    background: url(../img/slide6.png) center no-repeat;
    background-size: cover
}

.gallery__content {
    background: rgba(0, 0, 0, .54);
    height: 300px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 0
}

.gallery__title {
    font-size: 36px;
    line-height: 44px;
    margin: 0 auto 20px
}

@media (max-width:769px) {
    .gallery__content {
        padding: 0 15px
    }
    .gallery__title {
        font-size: 32px;
        line-height: 40px;
        margin-top: 20px
    }
}

@media (max-width:569px) {
    .gallery__content {
        height: 250px
    }
    .gallery__title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px
    }
}

.gallery__text {
    font-size: 20px;
    line-height: 36px;
    margin: 0 auto
}

@media (max-width:769px) {
    .gallery__text {
        font-size: 18px;
        line-height: 24px
    }
}

.gallery .flickity-prev-next-button {
    top: auto;
    bottom: 110px
}

.gallery .flickity-prev-next-button.previous {
    left: 60px
}

.gallery .flickity-prev-next-button.next {
    right: 60px
}

.why {
    background: var(--black);
    padding: 60px 0 90px
}

@media (max-width:569px) {
    .gallery__text {
        font-size: 14px;
        line-height: 20px
    }
    .gallery .flickity-prev-next-button {
        width: 34px;
        height: 34px
    }
    .why {
        padding: 30px 0 60px
    }
}

.why__main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1320px;
    width: 100%
}

.why__item {
    width: 33.33333%;
    margin-bottom: 40px
}

@media (max-width:569px) {
    .why__main {
        justify-content: center
    }
    .why__item {
        width: 49%;
        margin-bottom: 20px
    }
}

.why__item img {
    display: block;
    margin: 0 auto 15px;
    height: 100px
}

.why__item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center
}

@media (max-width:569px) {
    .why__item img {
        height: 75px;
        margin: 0 auto 5px
    }
    .why__item p {
        font-size: 16px;
        line-height: 20px
    }
}

.apartment__photos__number__item,
.why__btn {
    font-weight: 500;
    font-size: 20px;
    cursor: pointer
}

.why__btn {
    line-height: 24px;
    width: 240px;
    height: 54px;
    color: #fff;
    background: #C2A26A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0
}

.why__btn svg {
    margin-right: 6px;
    display: block
}

.why__btn:hover {
    background: -webkit-linear-gradient(270deg, #B78628 0, #C69320 25%, #DBA514 52.6%, #EEB609 77.08%, #FCC201 100%)
}

.map {
    background: url(../img/map1.png) center no-repeat;
    background-size: contain;
    height: 800px;
    width: 100%;
    margin: 0 auto;
    display: block
}

@media (max-width:1440px) {
    .map {
        height: 580px
    }
}

.apartment__main {
    display: flex;
    justify-content: space-between
}

.apartment__photos {
    width: 50%;
    padding-bottom: 30px
}

@media (max-width:769px) {
    .apartment__main {
        flex-direction: column-reverse
    }
    .apartment__photos {
        width: 100%;
        padding: 0 0 30px
    }
}

@media (max-width:569px) {
    .map {
        height: 250px
    }
    .apartment__photos {
        padding: 0 15px 30px
    }
}

.apartment__photos__main {
    margin-bottom: 15px;
}

@media (max-width:1200px) {
    .apartment__photos__main {
        width: 100%
    }
}

.apartment__photos__main__img {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

@media (max-width:1024px) {
    .gallery .flickity-prev-next-button {
        bottom: 0
    }
    .gallery .flickity-prev-next-button.previous {
        left: 15px
    }
    .gallery .flickity-prev-next-button.next {
        right: 15px
    }
}

.apartment__photos__number {
    width: 380px;
    margin: 0 auto
}

@media (max-width:569px) {
    .apartment__photos__number {
        width: 100%
    }
}

.apartment__photos__number h3 {
    color: var(--yellow)
}

.apartment__photos__number__list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap
}

.apartment__photos__number__item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #241C15;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    margin: 8px;
    transition: .3s all ease
}

@media (max-width:569px) {
    .apartment__photos__number__item {
        width: 45px;
        height: 45px
    }
}

.apartment__photos__number__item.active,
.apartment__photos__number__item:hover {
    color: #fff;
    background: var(--black)
}

.apartment__content {
    width: 50%;
    padding: 0 60px 0 105px;
    background: var(--black)
}

@media (max-width:1440px) {
    .apartment__content {
        padding: 0 60px 30px
    }
}

@media (max-width:769px) {
    .apartment__content {
        width: 100%
    }
}

.apartment__content .sub-title,
.apartment__content .title {
    text-align: center
}

.apartment__content .title {
    font-size: 52px;
    line-height: 58px;
    color: #fff
}

@media (max-width:720px) {
    .apartment__content .title {
        font-size: 38px;
        line-height: 42px
    }
}

@media (max-width:480px) {
    .apartment__content .title {
        font-size: 32px;
        line-height: 38px
    }
}

.apartment__content .text {
    margin: 40px 0 50px;
    color: #fff;
    font-size: 16px;
    line-height: 30px
}

@media (max-width:1024px) {
    .apartment__content {
        padding: 0 30px 30px
    }
    .apartment__content .text {
        margin: 20px 0 30px
    }
}

.apartment__content__list {
    display: flex;
    flex-wrap: wrap
}

.apartment__content__item {
    min-width: 110px;
    margin-right: 80px;
    color: #fff
}

@media (max-width:1500px) {
    .apartment__content__item {
        margin-right: 50px
    }
}

.apartment__content__item span {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px
}

@media (max-width:569px) {
    .apartment__content {
        padding: 0 30px 15px
    }
    .apartment__content__item {
        width: 50%;
        min-width: 50%;
        margin-right: 0;
        margin-bottom: 10px
    }
    .apartment__content__item span {
        font-size: 18px;
        line-height: 24px
    }
}

.apartment__content__item .text {
    margin: 10px 0 40px;
    color: #fff;
    opacity: .54;
    font-size: 18px
}

@media (max-width:569px) {
    .apartment__content__item .text {
        margin: 5px 0 0;
        font-size: 15px;
        line-height: 20px
    }
}

.apartment__content .popup-open {
    margin: 20px 0 0
}

.complete {
    background: url(../img/compbg.png) center no-repeat;
    background-size: cover;
    padding: 60px 0
}

.complete__main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1320px;
    width: 100%
}

.complete__item {
    margin-bottom: 40px;
    width: 33.3333%
}

@media (max-width:569px) {
    .complete {
        padding: 30px 0
    }
    .complete__item {
        width: 49%;
        margin-bottom: 20px
    }
}

.progress__item,
.progress__list {
    max-width: 875px;
    width: 100%
}

.complete__item img {
    display: block;
    margin: 0 auto 15px;
    height: 100px
}

.complete__item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center
}

@media (max-width:569px) {
    .complete__item img {
        height: 75px;
        margin: 0 auto 5px
    }
    .complete__item p {
        font-size: 16px;
        line-height: 20px
    }
}

.progress {
    padding: 70px 0;
    background: var(--black)
}

@media (max-width:1500px) {
    .progress {
        padding: 70px 30px
    }
}

@media (max-width:1366px) {
    .progress {
        padding: 70px 15px
    }
}

@media (max-width:1200px) {
    .progress {
        padding: 50px 15px
    }
}

.progress__list {
    margin: 0 auto
}

.progress__item__img {
    height: 580px
}

@media (max-width:769px) {
    .progress__item__img {
        height: 540px;
        margin: 0 auto;
        display: block
    }
}

@media (max-width:720px) {
    .progress {
        padding: 30px 15px
    }
    .progress__item__img {
        height: 300px
    }
}

@media (max-width:569px) {
    .progress__item__img {
        height: 260px
    }
}

.progress__item__name {
    margin-top: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .01em;
    text-align: center;
    display: block;
    color: #FFF
}

.contact {
    display: flex;
    justify-content: space-between;
    padding: 60px 120px 0 60px;
    background: url(../img/contactbg.jpg) center no-repeat;
    background-size: cover
}

@media (max-width:1024px) {
    .contact {
        padding: 45px 15px;
        position: relative
    }
}

@media (max-width:1024px) and (max-width:569px) {
    .contact {
        text-align: center;
        padding: 30px 15px
    }
}

.contact__img {
    height: 460px;
    margin-right: 25px
}

@media (max-width:1366px) {
    .contact__img {
        height: 420px
    }
}

.contact__main {
    max-width: 750px;
    margin-top: 90px
}

.contact__title {
    font-weight: 400;
    font-size: 44px;
    line-height: 65px;
    color: #fff;
    margin-bottom: 25px;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width:1024px) {
    .contact__img {
        height: 300px;
        position: absolute;
        bottom: 0
    }
    .contact__main {
        margin-top: 60px;
        max-width: 790px
    }
    .contact__title {
        font-size: 36px;
        line-height: 44px;
        text-align: right;
        max-width: 70%;
        float: right
    }
}

@media (max-width:569px) {
    .contact__img {
        display: none
    }
    .contact__main {
        margin-top: 0
    }
    .contact__title {
        text-align: center;
        float: initial;
        max-width: 100%;
        font-size: 32px;
        line-height: 40px
    }
}

.contact .popup-open {
    margin: 0;
    background: linear-gradient(270deg, #B78628 0, #C69320 25%, #DBA514 52.6%, #EEB609 77.08%, #FCC201 100%)
}

@media (max-width:1024px) {
    .contact .popup-open {
        float: right
    }
}

@media (max-width:569px) {
    .contact .popup-open {
        float: initial;
        margin: 0 auto
    }
}