.remodal-wrapper .remodal-close {
    opacity: 0;
}
.remodal-is-opened .remodal-close {
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a:focus,
button:focus,
div:focus,
img:focus,
input:focus,
li:focus {
    outline: 0 !important;
}
button,
input,
textarea {
    outline: 0 !important;
}
::-webkit-input-placeholder {
    color: #717171;
    opacity: 1;
    font-family: Outfit;
    font-size: 15px;
    font-weight: 400;
}
::-moz-placeholder {
    color: #717171;
    opacity: 1;
    font-family: Outfit;
    font-size: 15px;
    font-weight: 400;
}
:-ms-input-placeholder {
    color: #717171;
    opacity: 1;
    font-family: Outfit;
    font-size: 15px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #717171;
    opacity: 1;
    font-family: Outfit;
    font-size: 15px;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: inherit;
}
.inside {
    width: 1794px;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    margin: 0 auto;
}
body {
    color: #333;
    font-family: Outfit, sans-serif;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.contain img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.flex-sb {
    justify-content: space-between;
}
.flex-sa {
    justify-content: space-around;
}
.flex-c {
    justify-content: center;
}
.flex-r {
    justify-content: flex-end;
}
.flex-l {
    justify-content: flex-start;
}
.flex-t {
    align-items: flex-start;
}
.flex-bt {
    align-items: flex-end;
}
.flex-m {
    align-items: center;
}
.flex-s {
    align-items: stretch;
}
.nowrap {
    flex-wrap: nowrap;
}
.header {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
    transition: all 0.4s ease 0s;
}
.header.fixed {
    background: #1d1c1c;
    padding: 10px 0;
    transition: all 0.4s ease 0s;
}
.header .logo {
    font-size: 20px;
    font-family: ButlerStencil, sans-serif;
    font-weight: 400;
}
.header .logo p {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 2px;
}
.header .navigation li {
    margin-left: 13px;
}
.header .navigation li a {
    position: relative;
    cursor: pointer;
}
.header .navigation li a:after {
    position: absolute;
    content: "";
    transition: all 0.4s ease 0s;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    bottom: -2px;
}
.header .navigation li a:hover:after {
    width: 100%;
}
.header .navigation .button {
    margin-left: 30px;
}
.header .navigation .button a {
    display: block;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fff;
    transition: all 0.4s ease 0s;
}
.header .navigation .button a:hover {
    background: #fff;
    color: #1d1c1c;
    transition: all 0.4s ease 0s;
}
.main {
    padding-top: 150px;
    height: 840px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    background: url(../images/main.webp) no-repeat center;
}
.main:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background: rgba(12, 16, 21, 0.8);
}
.main .main-inside {
    position: relative;
    z-index: 1;
    width: 1460px;
}
.main .main-inside .button {
    margin-top: 30px;
}
.main .main-inside .button a {
    width: 200px;
    height: 60px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    line-height: 58px;
    box-sizing: border-box;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease 0s;
    cursor: pointer;
}
.main .main-inside .button a:hover {
    background: #fff;
    color: #1d1c1c;
    transition: all 0.4s ease 0s;
}
.main .main-inside .video {
    position: absolute;
    right: 12px;
    top: 160px;
}
.main .main-inside .video a {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    border: 1px solid #fff;
    transition: all 1s ease 0s;
}
.main .main-inside .video a:hover {
    transition: all 1s ease 0s;
    transform: scale(1.1);
}
.main h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    font-family: ButlerStencil, sans-serif;
    margin-bottom: 26px;
}
.main p {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.5;
    width: 1000px;
    max-width: 100%;
}
.main .main-bottom {
    position: absolute;
    bottom: 44px;
    z-index: 2;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    color: #fff;
    left: 0;
}
.main .main-bottom .down {
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
}
.main .main-bottom .down:hover svg {
    margin-top: 6px;
    transition: all 0.3s ease 0s;
}
.main .main-bottom .down svg {
    margin-left: 10px;
    transition: all 0.3s ease 0s;
    position: absolute;
    right: -20px;
    top: 0;
}
.main .main-bottom .socials li {
    margin-left: 16px;
}
.main .main-bottom .socials li a {
    width: 40px;
    height: 40px;
    transition: all 0.4s ease 0s;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.main .main-bottom .socials li a:hover {
    transition: all 0.4s ease 0s;
    background: #fff;
}
.main .main-bottom .socials li a:hover path {
    fill: #1d1c1c;
    transition: all 0.4s ease 0s;
}
.main .main-bottom .socials li a span {
    display: block;
}
.main .main-bottom .socials li a span svg {
    display: block;
}
.video-list {
    padding-top: 76px;
    background: #1d1c1c;
    padding-bottom: 36px;
    color: #fff;
}
.video-list .item {
    width: 570px;
    margin-bottom: 40px;
    max-width: 32%;
}
.video-list .item.hidden {
    visibility: hidden;
    margin-bottom: 0;
}
.video-list .item .poster a {
    width: 100%;
    height: 368px;
    position: relative;
}
.video-list .item .poster a:hover:after {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.video-list .item .poster a:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) url(../images/play.svg) no-repeat center;
    content: "";
    top: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.video-list .item .description {
    padding-top: 12px;
}
.video-list .item .description .date {
    margin-bottom: 15px;
    color: #626262;
}
.video-list .item .description .title {
    font-size: 21px;
    margin-bottom: 8px;
}
.video-list .item .description .excerpt {
    line-height: 1.25;
    margin-bottom: 8px;
}
.video-list .item .description .more a {
    position: relative;
    display: inline-block;
    font-weight: 800;
}
.video-list .item .description .more a:after {
    position: absolute;
    content: "";
    transition: all 0.4s ease 0s;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -2px;
}
.video-list .item .description .more a:hover:after {
    width: 0;
    transition: all 0.4s ease 0s;
}
.description-view {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}
.description-view .inside {
    width: 1450px;
}
.description-view .image {
    width: 680px;
}
.description-view .description {
    width: 680px;
    line-height: 1.6;
    font-weight: 400;
    font-size: 18px;
    padding-right: 80px;
    box-sizing: border-box;
}
.description-view .description p {
    margin-bottom: 12px;
}
.description-view .description .button {
    margin-top: 34px;
}
.description-view .description .button a {
    display: block;
    border: 1px solid #fff;
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    transition: all 0.4s ease 0s;
}
.description-view .description .button a:hover {
    background: #fff;
    color: #1d1c1c;
    transition: all 0.4s ease 0s;
}
.description-view .title {
    font-size: 42px;
    font-weight: 800;
    font-family: Outfit, sans-serif;
    margin-bottom: 38px;
    font-family: ButlerStencil, sans-serif;
}
.description-view.about {
    background: #121111;
}
.description-view.offer {
    background: #1d1c1c;
}
.copy {
    padding: 20px 0;
    font-size: 14px;
    background: #1d1c1c;
    color: #fff;
}
.copy a {
    position: relative;
}
.copy a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 1px;
    left: 0;
}
.map {
    background: #1d1c1c;
    padding-top: 30px;
    padding-bottom: 40px;
}
.map .inside {
    position: relative;
    width: 1430px;
}
.map .infoblock {
    background: #fff;
    padding: 40px 120px 60px;
    font-size: 15px;
    box-sizing: border-box;
    right: 0;
}
.map .infoblock .heading {
    text-align: center;
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 14px;
    color: #1d1c1c;
}
.map .infoblock .heading strong {
    display: block;
    font-size: 28px;
    font-weight: 900;
    font-family: ButlerStencil, sans-serif;
}
.map .infoblock .fields .field {
    width: 290px;
    max-width: 24%;
}
.map .infoblock .fields .field input {
    width: 100%;
    box-sizing: border-box;
    padding-left: 22px;
    border: 1px solid #eceff5;
    height: 60px;
    color: #717171;
    font-size: 15px;
}
.map .infoblock .fields .field.error input {
    box-shadow: 0 0 6px rgba(253, 97, 97, 0.8);
}
.map .infoblock .fields .message {
    margin-bottom: 10px;
}
.map .infoblock .fields .message textarea {
    width: 100%;
    box-sizing: border-box;
    padding-left: 22px;
    border: 1px solid #eceff5;
    resize: none;
    height: 60px;
    color: #717171;
    font-size: 15px;
}
.map .infoblock .fields .button {
    width: 290px;
    max-width: 24%;
}
.map .infoblock .fields .button button {
    height: 60px;
    color: #1d1c1c;
    border: 1px solid #1d1c1c;
    width: 100%;
    font-weight: 700;
    background: 0 0;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}
.map .infoblock .fields .button button:hover {
    background: #1d1c1c;
    color: #fff;
    transition: all 0.4s ease 0s;
}
.popup {
    height: 100vh;
    width: 100%;
    background: #1d1c1c;
    text-align: left;
    opacity: 0;
}
.remodal-is-opened .popup {
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.popup .slider {
    width: 100%;
}
.popup .popup-inner {
    width: 1730px;
    max-width: 100%;
    position: relative;
}
.popup .popup-inner .description-wrapper .description .desc {
    height: calc(100vh - 300px);
    overflow: auto;
}
.popup .popup-inner .iframe {
    width: 1400px;
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.popup .popup-inner .iframe img {
    opacity: 0;
}
.popup.introduction .popup-inner .iframe {
    width: auto;
}
.popup .popup-inner .iframe-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup .popup-inner .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}
.popup .popup-inner .iframe img {
    max-width: 100%;
}
.popup .popup-inner .description-wrapper {
    width: 290px;
    color: #fff;
}
.popup .popup-inner .description-wrapper .roof {
    color: #626262;
    margin-bottom: 22px;
}
.popup .popup-inner .description-wrapper .title {
    margin-bottom: 20px;
    font-size: 24px;
}
.popup .popup-inner .description-wrapper .description {
    line-height: 1.6;
    font-size: 18px;
}
.popup .popup-inner .description-wrapper .description p {
    margin-bottom: 14px;
}
.popup .popup-inner .description-wrapper .description .button {
    margin-top: 20px;
}
.popup .popup-inner .description-wrapper .description .button a {
    width: 238px;
    max-width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #fff;
    transition: all 0.4s ease 0s;
}
.popup .popup-inner .description-wrapper .description .button a:hover {
    background: #fff;
    color: #1d1c1c;
    transition: all 0.4s ease 0s;
}
.popup .popup-inner .slick-prev {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #fff;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='8' viewBox='0 0 31 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.646444 3.64645C0.451183 3.84171 0.451183 4.15829 0.646444 4.35355L3.82842 7.53553C4.02369 7.7308 4.34027 7.7308 4.53553 7.53553C4.73079 7.34027 4.73079 7.02369 4.53553 6.82843L1.70711 4L4.53553 1.17157C4.73079 0.976311 4.73079 0.659728 4.53553 0.464466C4.34027 0.269204 4.02369 0.269204 3.82842 0.464466L0.646444 3.64645ZM31 3.5L0.999998 3.5V4.5L31 4.5V3.5Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    bottom: 0;
    right: 230px;
    z-index: 2;
    transition: all 0.4s ease 0s;
}
.popup .popup-inner .slick-prev:hover {
    background-color: #fff;
    transition: all 0.4s ease 0s;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='8' viewBox='0 0 31 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.646444 3.64645C0.451183 3.84171 0.451183 4.15829 0.646444 4.35355L3.82842 7.53553C4.02369 7.7308 4.34027 7.7308 4.53553 7.53553C4.73079 7.34027 4.73079 7.02369 4.53553 6.82843L1.70711 4L4.53553 1.17157C4.73079 0.976311 4.73079 0.659728 4.53553 0.464466C4.34027 0.269204 4.02369 0.269204 3.82842 0.464466L0.646444 3.64645ZM31 3.5L0.999998 3.5V4.5L31 4.5V3.5Z' fill='%231d1c1c'/%3E%3C/svg%3E%0A");
}
.popup .popup-inner .slick-next {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #fff;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='8' viewBox='0 0 31 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.3536 4.35356C30.5488 4.15829 30.5488 3.84171 30.3536 3.64645L27.1716 0.464468C26.9763 0.269206 26.6597 0.269206 26.4645 0.464468C26.2692 0.659731 26.2692 0.976313 26.4645 1.17158L29.2929 4L26.4645 6.82843C26.2692 7.02369 26.2692 7.34027 26.4645 7.53554C26.6597 7.7308 26.9763 7.7308 27.1716 7.53554L30.3536 4.35356ZM-4.37114e-08 4.5L30 4.5L30 3.5L4.37114e-08 3.5L-4.37114e-08 4.5Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    bottom: 0;
    right: 150px;
    z-index: 2;
    transition: all 0.4s ease 0s;
}
.popup .popup-inner .slick-next:hover {
    background-color: #fff;
    transition: all 0.4s ease 0s;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='8' viewBox='0 0 31 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.3536 4.35356C30.5488 4.15829 30.5488 3.84171 30.3536 3.64645L27.1716 0.464468C26.9763 0.269206 26.6597 0.269206 26.4645 0.464468C26.2692 0.659731 26.2692 0.976313 26.4645 1.17158L29.2929 4L26.4645 6.82843C26.2692 7.02369 26.2692 7.34027 26.4645 7.53554C26.6597 7.7308 26.9763 7.7308 27.1716 7.53554L30.3536 4.35356ZM-4.37114e-08 4.5L30 4.5L30 3.5L4.37114e-08 3.5L-4.37114e-08 4.5Z' fill='%231D1C1C'/%3E%3C/svg%3E%0A");
}
.load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    display: none;
}
.load hr {
    border: 0;
    margin: 0;
    width: 20%;
    height: 20%;
    position: absolute;
    border-radius: 50%;
    animation: spin 2s ease infinite;
}
.remodal-wrapper .remodal-is-opened .load {
    display: block;
}
.load :first-child {
    background: #fff;
    animation-delay: -1.5s;
}
.load :nth-child(2) {
    background: #fff;
    animation-delay: -1s;
}
.load :nth-child(3) {
    background: #fff;
    animation-delay: -0.5s;
}
.load :last-child {
    background: #fff;
}
@keyframes spin {
    0%,
    100% {
        transform: translate(0);
    }
    25% {
        transform: translate(200%);
    }
    50% {
        transform: translate(200%, 200%);
    }
    75% {
        transform: translate(0, 200%);
    }
}
