@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display Medium"), local("SF-Pro-Display-Medium"),
        url("../fonts/SF-Pro-Display-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display Heavy"), local("SF-Pro-Display-Heavy"),
        url("../fonts/SF-Pro-Display-Heavy.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display UltralightItalic"),
        local("SF-Pro-Display-UltralightItalic"),
        url("../fonts/SF-Pro-Display-UltralightItalic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display Regular Italic"),
        local("SF-Pro-Display-RegularItalic"),
        url("../fonts/SF-Pro-Display-RegularItalic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display Thin"), local("SF-Pro-Display-Thin"),
        url("../fonts/SF-Pro-Display-Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display Light"), local("SF-Pro-Display-Light"),
        url("../fonts/SF-Pro-Display-Light.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display Black Italic"),
        local("SF-Pro-Display-BlackItalic"),
        url("../fonts/SF-Pro-Display-BlackItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display Bold"), local("SF-Pro-Display-Bold"),
        url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display Black"), local("SF-Pro-Display-Black"),
        url("../fonts/SF-Pro-Display-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display SemiboldItalic"),
        local("SF-Pro-Display-SemiboldItalic"),
        url("../fonts/SF-Pro-Display-SemiboldItalic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display Ultralight"), local("SF-Pro-Display-Ultralight"),
        url("../fonts/SF-Pro-Display-Ultralight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display LightItalic"),
        local("SF-Pro-Display-LightItalic"),
        url("../fonts/SF-Pro-Display-LightItalic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display ThinItalic"), local("SF-Pro-Display-ThinItalic"),
        url("../fonts/SF-Pro-Display-ThinItalic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display MediumItalic"),
        local("SF-Pro-Display-MediumItalic"),
        url("../fonts/SF-Pro-Display-MediumItalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display Semibold"), local("SF-Pro-Display-Semibold"),
        url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display HeavyItalic"),
        local("SF-Pro-Display-HeavyItalic"),
        url("../fonts/SF-Pro-Display-HeavyItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display Regular"), local("SF-Pro-Display-Regular"),
        url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SF Pro Display";
    src: local("SF Pro Display BoldItalic"), local("SF-Pro-Display-BoldItalic"),
        url("../fonts/SF-Pro-Display-BoldItalic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
html,
body {
    background-color: #000;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}
.fp-scroller {
    overflow: hidden;
}
body {
    min-width: 320px;
    position: relative;
    font-family: "SF Pro Display", serif;
    font-size: 24px;
    letter-spacing: 0.6px;
    font-weight: normal;
    overflow-x: hidden;
    opacity: 1;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hidden {
    visibility: hidden;
    opacity: 0;
}
.section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}
section {
    margin-right: 130px;
}
@media (max-width: 767px) {
    section {
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .fp-section {
        height: auto !important;
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
button,
a,
textarea,
input {
    padding: 0px;
    margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: bolder;
}
p {
    font-size: 24px;
    line-height: 34px;
    color: #000;
}
ul li {
    list-style: none;
}
a:hover,
button:hover,
img:hover,
input:hover {
    cursor: pointer;
}
div:focus,
div:hover,
a:focus,
a:hover,
button:focus,
button:hover,
img:focus,
img:hover,
input:focus,
input:hover {
    outline: none;
}
.img-wrap {
    text-align: center;
}
.mob {
    display: none;
}
@media (max-width: 767px) {
    .mob {
        display: block;
    }
}
.nomob {
    display: block;
}
@media (max-width: 767px) {
    .nomob {
        display: none !important;
    }
}
h3 {
    padding-top: 50px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
}
h3.visible {
    -webkit-animation: fadeh3 0.4s ease-in-out forwards;
    animation: fadeh3 0.4s ease-in-out forwards;
}
@-webkit-keyframes fadeh3 {
    100% {
        opacity: 1;
    }
}
@keyframes fadeh3 {
    100% {
        opacity: 1;
    }
}
@media (max-width: 991px) {
    h3 {
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 20px;
        line-height: 24px;
        width: unset;
    }
}
.hline {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
@media (max-width: 767px) {
    .hline {
        margin-bottom: 10px;
        height: 1px;
    }
}
.hline.visible {
    -webkit-animation: 1s fade ease-in-out forwards;
    animation: 1s fade ease-in-out forwards;
}
@-webkit-keyframes fade {
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes fade {
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.navig {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 6%;
    padding-right: 9%;
    height: 100vh;
    color: #fff;
    overflow: hidden;
    z-index: 9100;
    opacity: 0;
}
.navig.visible {
    -webkit-animation: 0.7s fadeIn 0.5s ease-in-out forwards;
    animation: 0.7s fadeIn 0.5s ease-in-out forwards;
}
@media (max-width: 767px) {
    .navig.visible {
        -webkit-animation: unset;
        animation: unset;
    }
}
@-webkit-keyframes fadeIn {
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    100% {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .navig {
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        opacity: 1;
        overflow: hidden;
        background-color: #000;
        z-index: 9999;
    }
}
.navig .logo {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .navig .logo {
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .navig .logo img {
        width: 45px;
    }
}
.navig-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
}
.navig-links ul li {
    display: inline-block;
}
.navig-links ul a {
    text-decoration: none;
    color: unset;
    line-height: 1.4em;
    font-weight: 400;
    border-bottom: 2px solid transparent;
}
.navig-links ul a:hover {
    border-color: #fff;
}
@media (min-width: 1500px) {
    .navig-links ul a {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .navig-links ul a {
        font-size: 22px;
        line-height: 26px;
        font-weight: normal;
        display: none;
    }
}
.navig-links ul .mob {
    display: none;
}
.navig-links ul .mob.btn {
    margin-top: 30px;
    padding: 8px 33px;
    width: auto;
    border: 1px solid #fff;
}
@media (max-width: 767px) {
    .navig-links ul .mob {
        margin-left: 20px;
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .navig-links ul {
        margin-bottom: 0%;
        margin-top: 180px;
    }
}
@media (max-height: 750px) {
    .navig-links ul {
        margin-bottom: 0;
    }
    .navig-links ul a {
        font-size: 20px;
    }
}
.navig .conts {
    margin-right: 0;
    text-align: left;
}
.navig .conts a {
    color: #fff;
    margin: 0px 20px;
    font-size: 18px;
    line-height: 21px;
    text-decoration: unset;
}
.navig .conts a:hover {
    border-bottom: 2px solid #fff;
}
.navig .btn {
    margin-bottom: 90px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    display: block;
    width: 100%;
    color: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
@media (min-width: 1500px) {
    .navig .btn {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .navig .btn {
        font-size: 20px;
    }
}
@media (max-width: 400px) {
    .navig .btn {
        padding: 26px 0px;
    }
}
.navig-mob-sup {
    display: none;
    width: 100vw;
    -webkit-transition: 0.3s background-color;
    transition: 0.3s background-color;
}
.navig-mob-sup.active {
    background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px) {
    .navig-mob-sup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        padding: 3px 25px;
        padding-top: 10px;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    .navig-mob-sup .main-menu {
        position: absolute;
        right: 25px;
        top: 30px;
    }
    .navig-mob-sup .main-menu .lines {
        position: absolute;
        right: 0;
        width: 30px;
        height: 3px;
        background-color: #fff;
        -webkit-transition: 0.35s ease-in-out all;
        transition: 0.35s ease-in-out all;
    }
    .navig-mob-sup .main-menu .lines:nth-of-type(1) {
        top: -8px;
    }
    .navig-mob-sup .main-menu .lines:nth-of-type(3) {
        top: 8px;
    }
    .navig-mob-sup .main-menu.active .lines:nth-of-type(1) {
        top: 0px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }
    .navig-mob-sup .main-menu.active .lines:nth-of-type(2) {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    .navig-mob-sup .main-menu.active .lines:nth-of-type(3) {
        top: 0px;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }
    .navig-mob-sup a {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .navig-mob-sup a img {
        width: 44px;
    }
}
.header {
    height: 100vh;
}
.header video {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.header .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.header h1 {
    position: absolute;
    bottom: 30%;
    left: 5%;
    color: #fff;
    text-transform: uppercase;
    font-size: 75px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 2.5px;
    z-index: 999;
}
.header .slider {
    height: 100%;
}
.header .slider:hover {
    cursor: pointer;
}
.header .slider-text {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 99;
}
@media (max-width: 767px) {
    .header .slider-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 20px;
    }
}
.header .slider-text .conts {
    margin-top: 60px;
}
.header .slider-text .conts a {
    margin-right: 42px;
    font-size: 18px;
    line-height: 21px;
    text-decoration: unset;
    visibility: visible;
    opacity: 0;
    -webkit-animation: 0.7s fadeC ease-in-out forwards;
    animation: 0.7s fadeC ease-in-out forwards;
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}
.header .slider-text .conts a:hover {
    border-bottom: 2px solid #fff;
}
@-webkit-keyframes fadeC {
    100% {
        opacity: 1;
    }
}
@keyframes fadeC {
    100% {
        opacity: 1;
    }
}
.header .slider-text a {
    visibility: hidden;
    opacity: 0;
    color: #fff;
    -webkit-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important;
}
.header .slider-text span {
    display: block;
    font-size: 40px;
    font-weight: 400;
    line-height: 140%;
    visibility: hidden;
    opacity: 0;
}
@media (max-width: 767px) {
    .header .slider-text span {
        font-size: 18px;
    }
}
.header .slider-text b {
    font-weight: 600;
    visibility: hidden;
    opacity: 0;
}
@media (max-width: 767px) {
    .header .slider-text b {
        font-size: 20px;
    }
}
.header .slider-text .nomob b {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}
.header .slider-text .nomob span {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}
.header .slider-text .nomob span:last-child {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}
.header .slider-text .mob b {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}
.header .slider-text .mob span {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}
.header .slider-text .mob span:last-child {
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important;
}
.header .slider-text .visible span,
.header .slider-text .visible b,
.header .slider-text .visible a {
    -webkit-animation: 0.5s fadeIn ease-in-out forwards;
    animation: 0.5s fadeIn ease-in-out forwards;
}
@keyframes fadeIn {
    0% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
.header .slider-text .btn {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 7%;
    padding: 15px 55px;
    border: 1px solid #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    text-decoration: none;
}
@media (max-width: 767px) {
    .header .slider-text .btn {
        font-size: 16px;
        line-height: 19px;
        padding: 8px 30px;
    }
}
.header .slider .slick-list {
    height: 100%;
}
.header .slider .slick-list .slick-track {
    height: 100%;
}
.header .slider .slick-list .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header .slider-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.header .slider-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(20%);
    filter: brightness(20%);
}
.header .slick-dots {
    bottom: 10%;
    margin-left: 85px;
    text-align: left;
}
.header .slick-dots li {
    width: 10px;
    height: 10px;
    margin-right: 35px;
    background-color: #fff;
    border-radius: 50%;
}
.header .slick-dots .slick-active {
    background-color: #fff;
    width: 12px;
    height: 12px;
}
.services {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.6s padding-top;
    transition: 0.6s padding-top;
    margin-bottom: 250px;
    margin-top: 50px;
}
@media (max-width: 767px) {
    .services {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .services .wrap {
        padding-bottom: 30px !important;
    }
}
.services .menu-list {
    display: inline-block;
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
    .services .menu-list {
        padding: 0px 20px;
        padding-right: 0;
    }
}
.services .menu-list .sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .services .menu-list .sub-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.services .menu-list .sub-block {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 767px) {
    .services .menu-list .sub-block {
        width: 100%;
    }
}
.services .menu-list .sub-block .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}
.services .menu-list .sub-block .line.visible {
    -webkit-animation: fadeMenu 0.8s ease-in-out forwards;
    animation: fadeMenu 0.8s ease-in-out forwards;
}
@-webkit-keyframes fadeMenu {
    100% {
        opacity: 1;
    }
}
@keyframes fadeMenu {
    100% {
        opacity: 1;
    }
}
.services .menu-list .sub-block .line p {
    color: #fff;
    line-height: 24px;
    margin-top: 25px;
    font-weight: 600;
    letter-spacing: 0.6px;
}
@media (min-width: 1500px) {
    .services .menu-list .sub-block .line p {
        font-size: 20px;
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .services .menu-list .sub-block .line p {
        margin-top: 15px;
        line-height: 22px;
        font-size: 14px;
    }
}
@media (max-height: 700px) {
    .services .menu-list .sub-block .line p {
        font-size: 20px;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .services .menu-list .sub-block .line p {
        font-size: 16px;
        line-height: 19px;
        margin-top: 15px;
    }
}
.services .menu-list .sub-block .line .price {
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .services .menu-list .sub-block .line .price {
        white-space: nowrap;
    }
}
.services .menu-list .sub-block small {
    color: #fff;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
    font-weight: 400;
    letter-spacing: 0.35px;
}
@media (max-width: 991px) {
    .services .menu-list .sub-block small {
        font-size: 12px;
        line-height: 14px;
    }
}
.masters {
    padding-bottom: 130px;
}
@media (max-width: 767px) {
    .masters {
        padding-left: 20px;
        padding-bottom: 30px;
    }
}
.masters .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.masters .wrap a.ms_booking {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-right: 30px;
}
@media (max-width: 767px) {
    .masters .wrap a.ms_booking {
        margin-right: 0;
    }
}
.masters .wrap .master {
    margin-top: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0;
}
.masters .wrap .master-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.masters .wrap .master-description h5 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
}
.masters .wrap .master-description p {
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    width: 80%;
}
@media (max-width: 767px) {
    .masters .wrap .master-description p {
        width: 100%;
    }
}
.masters .wrap .master-description p div {
    display: inline-block;
}
.masters .wrap .master-description a.morelink {
    color: #909090;
    text-decoration: none;
    font-size: 18px;
    line-height: 140%;
}
.masters .wrap .master-description a.btn {
    -ms-flex-item-align: start;
    align-self: start;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    margin-right: 0;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 25px;
    border: 1px solid #fff;
}
@media (max-width: 767px) {
    .masters .wrap .master-description {
        padding-bottom: 20px !important;
        grid-template-columns: 1fr;
    }
    .masters .wrap .master-description h5 {
        margin: 20px 0;
        font-size: 24px;
        line-height: 29px;
    }
}
.masters .wrap .master.visible {
    -webkit-animation: fadeMaster 0.5s ease-in-out forwards;
    animation: fadeMaster 0.5s ease-in-out forwards;
}
@-webkit-keyframes fadeMaster {
    100% {
        opacity: 1;
    }
}
@keyframes fadeMaster {
    100% {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .masters .wrap .master {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.masters .wrap img {
    max-width: 100%;
}
.about {
    margin-bottom: 130px;
}
@media (max-width: 767px) {
    .about {
        margin-bottom: 20px;
    }
}
.about .line {
    margin-right: 130px;
}
@media (max-width: 767px) {
    .about h3,
    .about .line {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.about .wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.about .wrap p {
    margin-top: 50px;
    margin-bottom: 60px;
    color: #fff;
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    margin-right: 130px;
    opacity: 0;
}
.about .wrap p.visible {
    -webkit-animation: fadep 0.4s ease-in-out forwards;
    animation: fadep 0.4s ease-in-out forwards;
}
@-webkit-keyframes fadep {
    100% {
        opacity: 1;
    }
}
@keyframes fadep {
    100% {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .about .wrap p {
        font-size: 16px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 35px;
        margin-top: 30px;
    }
}
.about .wrap .inst-slider .slick-slide {
    margin: 0 15px;
}
.about .wrap .inst-slider .slick-list {
    padding: 0 20% 0 0;
    margin: 0 -15px;
}
.about .wrap .inst-slider .post img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.about .wrap .inst-slider .post p,
.about .wrap .inst-slider .post a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    opacity: 1;
}
.about .wrap .inst-slider .post p {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 0px;
    height: 100%;
}
.about .wrap .inst-slider .post a {
    margin: 0;
    color: #909090;
}
.about .wrap .inst-slider .slick-dots li {
    margin: 0px 4px;
    width: 10px;
    height: 10px;
}
.about .wrap .inst-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    background-color: #909090;
    border-radius: 100%;
}
.about .wrap .inst-slider .slick-dots li button:before {
    content: unset;
}
.about .wrap .inst-slider .slick-dots li.slick-active button {
    background-color: #fff;
}
@media (max-width: 767px) {
    .about .wrap .inst-slider {
        margin: 0px 20px;
    }
    .about .wrap .inst-slider .slick-slide {
        margin: 0px;
    }
    .about .wrap .inst-slider .slick-slide p {
        margin-top: 0;
    }
    .about .wrap .inst-slider .slick-slide .shorten {
        margin-top: 10px;
    }
    .about .wrap .inst-slider .slick-list {
        overflow: hidden;
        padding: 0px;
        margin: 0;
    }
}
.about a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 140%;
    margin-top: 10px;
    text-decoration: none;
}
@media (max-width: 767px) {
    .about a {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.contacts {
    padding-bottom: 180px;
}
@media (max-width: 767px) {
    .contacts h3,
    .contacts .line {
        margin-left: 20px;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .contacts {
        padding-bottom: 30px;
    }
}
.contacts .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 767px) {
    .contacts .wrap {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.contacts .map {
    width: 100%;
    height: 40vw;
    display: inline-block;
}
@media (max-width: 767px) {
    .contacts .map {
        width: auto;
        margin-right: 20px;
        height: 130vw;
    }
}
.contacts .map iframe {
    width: 100%;
    height: 100%;
}
.contacts .conts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 0;
}
.contacts .conts div {
    opacity: 0;
}
.contacts .conts div.visible {
    -webkit-animation: fadeConts 0.4s ease-in-out forwards;
    animation: fadeConts 0.4s ease-in-out forwards;
}
.contacts .conts div:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.contacts .conts div:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
@-webkit-keyframes fadeConts {
    100% {
        opacity: 1;
    }
}
@keyframes fadeConts {
    100% {
        opacity: 1;
    }
}
.contacts .conts p,
.contacts .conts h2,
.contacts .conts li,
.contacts .conts a {
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    text-decoration: none;
}
@media (max-width: 767px) {
    .contacts .conts p,
    .contacts .conts h2,
    .contacts .conts li,
    .contacts .conts a {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .contacts .conts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 35px 0;
    }
    .contacts .conts div {
        margin-top: 10px;
    }
}
.contacts .wrap-mob {
    display: none;
}
@media (max-width: 767px) {
    .contacts .wrap-mob {
        margin-top: 75px;
        margin-right: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .contacts .wrap-mob ul {
        margin-top: 0;
    }
    .contacts .wrap-mob a,
    .contacts .wrap-mob li {
        margin-left: 0;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 7px;
    }
    .contacts .wrap-mob .conts {
        padding: 0;
    }
    .contacts .wrap-mob .conts a {
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
    }
}
.contacts .devs {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.contacts .devs span {
    margin-right: 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
