@font-face {
    font-family: Plain Hairline;
    src: url('../fonts/PlainHairline.otf') format("opentype");}
@font-face {
    font-family: Plain Bold;
    src: url('../fonts/PlainBold.otf') format("opentype");}
@font-face {
    font-family: Plain Medium;
    src: url('../fonts/Plain Medium.otf') format("opentype");}
@font-face {
    font-family: Plain;
    src: url('../fonts/PlainRegular.otf') format("opentype");}

@font-face {
    font-family: SF-Pro-Display;
    src: url('../fonts/SF-Pro-Display-Regular.otf') format("opentype");}
@font-face {
    font-family: SF-Pro-Display-Thin;
    src: url('../fonts/SF-Pro-Display-Thin.otf') format("opentype");}

@font-face {
    font-family: "Regular";
    src: url("../fonts/BrutalType.woff") format("woff"), url("../fonts/BrutalType.woff2") format("woff2");
    font-display: swap; }
@font-face {
    font-family: "Medium";
    src: url("../fonts/BrutalType-Medium.woff") format("woff"), url("../fonts/BrutalType-Medium.woff2") format("woff2");
    font-display: swap; }
@font-face {
    font-family: "Bold";
    src: url("../fonts/BrutalType-Bold.woff") format("woff"), url("../fonts/BrutalType-Bold.woff2") format("woff2");
    font-display: swap; }

@font-face {
    font-family: "Aktiv Grotesk Regular";
    src: url("../fonts/AktivGroteskCorp-Regular.woff") format("woff"), url("../fonts/AktivGroteskCorp-Regular.woff2") format("woff2");
    font-display: swap; }
@font-face {
    font-family: "Aktiv Grotesk Medium";
    src: url("../fonts/AktivGroteskCorp-Medium.woff") format("woff"), url("../fonts/AktivGroteskCorp-Medium.woff2") format("woff2");
    font-display: swap; }

.form_button>button{
    font-family: Plain !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 10px !important;
    line-height: 13px !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
    width:160px !important;
    height: 37px!important;
    color: #FFFFFF !important;
}
html {
    scroll-behavior: smooth; /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */
    overflow-x: hidden;
    //overflow: hidden
}

.scrollable {
    -webkit-overflow-scrolling: touch;
    overflow-y:auto;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow: hidden
    height: 100%;

}

html {
  height: 100%;
  width: 100%;
}

section {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.mobile {
    display: none !important;
}

.pc {
    display: flex;
}

.container {
    max-width: 1200px;
    margin: 0 auto; 
}

p {
    font-family: SF-Pro-Display;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    opacity: 0.8;
}

a {
    cursor: pointer;
    text-decoration: unset;
    color: black;
    outline: 0 !important;
}

a:hover{
    color: white !important;
}

a:visited{
    color: white !important;
}

ul, ol {
    margin: 0 0 !important;
    list-style-type:none !important;
    padding: 0 !important;
}

.arrow-left {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(235, 237, 240, 0.49);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.arrow-right {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(235, 237, 240, 0.53);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.arrow-left:hover {
    background: #ebedf059;
    border-color: #ebedf059;
}

.arrow-right:hover {
    background: #ebedf059;
    border-color: #ebedf059;
}

.box3 { width: 20px; }

.close-x {
  stroke: white;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 2;
}

.letter {
  position: relative;
  width: 17%;
  margin: 0 auto;
}

@media (max-width: 990px) {
    .letter {
        width: 60%;
    }

    .menu-item a {
        width: 50px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 576px) {
    .letter {
        width: 100%;
    }
}

.letter-svg {
    margin: 0 auto;
    position: relative;
    display: block;
}

 @media (max-width: 600px) {
    .letter svg {
        width: 50%;
        height: 50%
    }
 }

.letter-svg-3 path {opacity: 0;
    stroke: #060816;
    stroke-width: .002;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.load_progress {
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: SF-Pro-Display;
    font-size: 20px;
    color: #FFFFFF;
    opacity: 0.8;
    margin-top: 10px;
}

a.custom-logo-link:hover {
    opacity: 1 !important;
}

.hide-logo {
    display: none;
}

.preloader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: all 31s;
    -o-transition: all 3s;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.preloader1 {
    background: #060816;
    z-index: 9999;
    left: 0 !important;
}

.preloader_in_left {
    background: #060816; }

.preloader_in_right {
    left: 100vw !important;
}

@media (max-width: 767px) {
    .preloader_in_right {
    left: 0 !important;
    opacity: .1;
    z-index: -10;
    }
}

.preloader-white-back {
    width: 100vw;
    height: 100vh;
    color: #060816;
}

.wrapper, .chaty-widget {
    visibility: hidden;
    opacity: 0 !important;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
   }

.wrapper.show, .chaty-widget.show {
    visibility: visible;
    opacity: 1 !important;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-animation: opw 1s ease-in-out forwards;
    animation: opw 1s ease-in-out forwards;
}

@-webkit-keyframes DASH3 {
  0% {
    stroke-dashoffset: 0;
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1; }
}

@keyframes DASH3 {
  0% {
    stroke-dashoffset: 0;
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1; }
}

@-webkit-keyframes opw {
  0% {
    opacity: .9; }
  100% {
    opacity: 1; }
}

@keyframes opw {
  0% {
    opacity: .9; }
  100% {
    opacity: 1; }
}

/*@keyframes opw {
  0% {
    opacity: .9; }
  100% {
    opacity: 1; }
} {
  0% {
    opacity: .9; }
  100% {
    opacity: 1; }
}*/

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.hidden-block {
    display: none !important;
}

.arrow_mob {
    display: none;
}

.top {
    border: none !important;
    outline: none !important;
}

.black-shadow {
    z-index: 4;
    content: "";
    position: absolute;
    width: 100vw;
    height: 140vh;
    background: #0D0D0D;
    left: 0;
    top: 0;
    opacity: 1;
}

.white-shadow {
    z-index: 4;
    content: "";
    position: absolute;
    width: 100vw;
    height: 140vh;
    background: white;
    left: 0;
    top: 0;
    opacity: 0;
}

.white-back {
    z-index: 4;
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background: white;
    left: 0;
    top: 0;
    opacity: 1;
}

.scroll_controls {
    position: fixed;
    top: 60%;
    right: calc( (100vw - 1200px) / 2 );
    display: flex;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .5s;
    z-index: 999;
}

.scroll_controls_point {
    width: 6px;
    height: 6px;
    margin-left: 3.5px;
    margin-right: 3.5px;
    background: grey;
    border-radius: 50%;
    margin-bottom: 2vh;
    text-align: center;

}

.scroll_controls_point:hover {
    width: 6px;
    height: 6px;
    margin-left: 3.5px;
    margin-right: 3.5px;
    background: #F9601F;
    margin-bottom: 2vh;
    transition: .3s;
}

.scroll_controls>a:hover {
    background: #F9601F !important;
    opacity: 1 !important;

}

.scroll_controls_point:after {
    opacity: 0;
}

.scroll_controls_point:hover:after {
    text-align: center;
    opacity: 1;
    position: relative;
    width: 24px;
    height: 24px;
    top: -9px;
    right: 8px;
    left: -8px;
    background-color: transparent;
    content: url(/wp-content/uploads/2020/11/Ellipsetopoint.png);
}

.scroll_down {
    margin-top: 20vh;
    cursor: pointer;
}

.header-black {
    width: 100vW;
    background-color: black;
    position: fixed;
    z-index: 5;
    height: 70px;
    transition: background-color .3s;
}

header {
    position: fixed;
    top: 0px;
    z-index: 5;
}

.sub-menu-hover  {
    display: flex !important;
}

.auto-nav-more-list {
    padding: 10px !important;
    left: 0 !important;
    top: 71px !important;
    display: flex !important;
    flex-direction: column;
    width: 300px;
    background: #1A1A1A;
    opacity: 1;
    z-index: 4;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 10px;
    position: absolute;
}

.auto-nav-more:hover .auto-nav-more-list .sub-menu {
    opacity: 1;
    visibility: visible;
}

#more-nav {
    position: relative;
    z-index: 3;
    display: flex !important;
    width: 100px;
    justify-content: center;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
    position: fixed;
    z-index: 3;
    left: 50%;
    height: 70px;
    transform: translateX( -50%);
}

.hover_button {
    border-style: none none solid none;
    border-width: 1px;
    transition: width 0.2s ease-out;
    display: inline-block;
    font-family: SF-Pro-Display;
    line-height: 110%;
    white-space: nowrap;
    border-style: none none solid none;
}

.hover_button:hover {
    color: #fff!important;
    opacity: 1!important;
    transition: width 0.2s ease-out;
    width: 0px;
}

.custom-logo {
    height: unset;
    position: relative;
    z-index: 3;
}

.site-branding {
    width: 150px;
}
.header-burg-icon {
    margin: 0 0% 0 5% !important;
    align-items: center;
}

.header-burg-icon svg {
    cursor: pointer;
}

button.menu-toggle {
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 3;
}

.main-navigation {
    display: flex !important;
    max-width: 750px;
    width: calc(1200px - 600px - 50px) !important;
    justify-content: center;
}

.menu-item a {
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 0.7;
    //width: 70px;
}

.menu-main-container ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.menu-main-container {
    align-items: center;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.sub-menu {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 71px;
    justify-content: flex-start;
    flex-direction: column;
    width: 300px !important;
    background: black;
    border-radius: 10px;
    padding: 10px 0px !important;
    visibility: hidden;
    transition: .3s;
}

.sub-menu:hover {
    visibility: visible;
}

#autoNavMoreList>li>a {
    margin-left: 50px;
}

.header-contacts {
    width: 290px;
    height: 100%;
    display: flex;
    align-items: center;
    border-left: 0.5px solid rgba(255, 255, 255, 0.2);
    justify-content: space-around;
}

.header-contacts-links {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.header-mail {
    font-family: SF-Pro-Display ;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    opacity: 0.8;
    text-decoration: unset;
}
.header-phone {
    font-family: SF-Pro-Display ;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    opacity: 0.8;
    text-decoration: unset;
}
.header-callback {
    display: flex;
    height: 100%;
    width: 50%;
    align-items: center;
    justify-content: space-around;
    outline: none;
}

.callback-svg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FC7B44;
    display: flex;
    align-items: center;
    justify-content: center;
}

#callback-svg-hover {
    width: 50px;
    height: 50px;
    position: relative;
    right: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.callback-svg-hover {
    opacity: 1;
    background: rgba(249, 96, 31, 0.3);
    transition: all 0.3s ease-out;
}

.arrow-svg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FC7B44;
    display: flex;
    align-items: center;
    justify-content: center;
}

#arrow-svg-hover {
    margin-left: 50px;
    width: 50px;
    height: 50px;
    position: relative;
    right: 0 ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-svg-hover {
    margin-left: 30px;
    border-radius: 50%;
    opacity: 1;
    background: rgba(249, 96, 31, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}

.request-callback {
    font-family: SF-Pro-Display;
    font-size: 12px;
    color: #FFFFFF;
    margin: auto;
} 

.request-callback-hover {
    opacity: 1;
}

.desktop-burger {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FC7B44;
    z-index: 999;
    transition: .3s;
}

.desktop-burger-close {
    font-family: SF-Pro-Display;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    opacity: 0.4;
    margin-left: 40px;
    cursor: pointer;
}

.burger-container {
    display: flex;
    border: 0.7px solid #D87928;
    border-radius: 50px;
    align-items: center;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.burger-xorange {
    background-color: #FC7B44;
}

.burger-container:hover {
    background-color: #FC7B44;
    width: 65px;
    transition: width .6s;
}

.burger-container:hover>.burger-close {
    opacity: 1;
    transition: opacity .9s;
}

.burger-close {
    margin-right: 10px;
    font-family: SF-Pro-Display;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    opacity: 0;
}

.burger-symbol {
    font-size:20px;
    transform: scale(1.8, 1);
    color: white;
    font-weight: 100;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -1px;
}

.burger-xsymbol {
    font-size: 20px;
    transform: scale(1.5 , 1);
}

.logo_closeBttn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 315px;
}

.container1200 {
    width: 1200px;
}
    
.burger-step1 {
    display: flex;
    flex-direction: column;

}

.burger-step2 {
    display: flex;
    flex-direction: column;
    display: none;
}

.inputname {
    background-color: transparent !important;
    max-width: 700px;
    border: none !important;
    border-bottom: 3px solid rgba(255,255,255,0.2) !important;
    margin: 25px 0;
    outline: none;
    font-family: Plain Medium;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: -0.01em;
    color: #FFFFFF!important;
    border-radius: 0px !important;;
}

.inputnphone {
    background-color: transparent !important;
    max-width: 700px;
    border: none !important;
    border-bottom: 3px solid rgba(255,255,255,0.2) !important;
    margin: 25px 0;
    outline: none;
    font-family: Plain Medium;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: -0.01em;
    color: #FFFFFF!important;
    border-radius: 0px !important;;
}

input[type="text"].inputname::placeholder {
    font-family: Plain Medium;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    outline: none;
}

input[type="text"].inputname:focus {
    border: none;
    border-bottom: 3px solid rgba(255,255,255,1) !important;
    outline: none;
}

input[type="text"].inputnphone::placeholder {
    font-family: Plain Medium;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    outline: none;
}

input[type="text"].inputnphone:focus {
    border: none;
    border-bottom: 3px solid rgba(255,255,255,1) !important;
    outline: none;
}

.policy-container {
    font-family: SF-Pro-Display;
    font-size: 12px;
    color: white;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 10px;
}

.policy-link {
    color: white;
    text-decoration: underline;
}

.policy-link:hover {
    color: white; 
}

.checkbox {
  --border: white;
  --border-hover: white;
  --border-active: white;
  --tick: #fff;
  position: relative;
}
.checkbox input,
.checkbox svg {
  width: 14px;
  height: 14px;
  display: block;
}
.checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
  margin-right: 10px;
}

.checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-active));
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  transform: scale(var(--scale, 1)) translateZ(0);
}
.checkbox.path input:checked {
  transition-delay: 0.4s;
}
.checkbox.path input:checked + svg {
  --a: 16.1 86.12;
  --o: 102.22;
}
.checkbox.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}
.checkbox.bounce {
  --stroke: var(--tick);
}
.checkbox.bounce input:checked {
  --s: 11px;
}
.checkbox.bounce input:checked + svg {
  -webkit-animation: bounce 0.4s linear forwards 0.2s;
          animation: bounce 0.4s linear forwards 0.2s;
}
.checkbox.bounce svg {
  --scale: 0;
}

@keyframes bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.burger-step2>h4 {
    font-family: Plain Medium;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 20px 0;
}

.burger-step2>p {
    font-family: Plain Medium;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 50px;
}

.form-button {
    width: 150px;
    height: 37px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: Plain Bold;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.01em;
    color: #000000;
    cursor: pointer;
}

.contact-form {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(20,20,20);
    z-index: 999;
}

.contact-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-form-cocial {
    margin-top: 4vh;
    display: flex;
    justify-content: center;
}

.contact-form-cocial>.footer-social>a {
    font-family: Plain Medium;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

.contact-form-content {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}

.footer-section2 {
    width: calc(100% - 140px );
}

.burger-header-link {
    display: flex;
}

.burger-header-link>.footer-link {
    flex-direction: column;
    width: 14.4% !important;
    padding: 0 10px;
}

.close-burger {
    background-color: #FC7B44;
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    padding-bottom: 4px;
    margin: 0;
    font-weight: 100;
    cursor: pointer;
}

.close-form-container {
    position: fixed;
    top: 30px;
    left: 75%;
}

.close-form {
    position: absolute;
    background-color: transparent;
    width: 30px;
    height: 30px;
    color: white;
    border: .5px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    padding-bottom: 4px;
    margin: 0;
    font-weight: 100;
    cursor: pointer;
}

.close-form:hover {
    background-color: white;
    color: #ff5722;
    border-color: white;
}

.close-form:hover + span.desktop-burger-close {
    opacity: 1; 
}

.close-form-text {
    display: none;
}

.close-form-text:hover {
    display: flex;
}

.slider {
    width: 100vw;
    height: 100vh !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-container {
    width: 100vw;
    height: 100vh;
}


/**
SECTION main-section
*/
.main-section {
    background-color: white;
    transition: opacity .5s;
    opacity: 1;
    height: 120vh;
}

#slider {
    overflow: hidden;
    transition: opacity .3s;
    position: fixed;
}

.slider-controls {
    width: 1200px;
    z-index: 4;
    display: flex;
    margin-left: calc((100% - 1200px) / 2);
    top: 74vh;
    position: fixed;
}

.marginRight20 {
    margin-right: 20px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom50 {
    margin-bottom: 20px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
    transition: width 3s;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    left: -100vw;
}

.slider-content {
    opacity: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 1200px;
    bottom: 25vh;
    position: absolute;
    z-index: 2;
    left: calc((100vw - 1200px) * 0.5);
}

.slider-content h2 {
    font-family: SF-Pro-Display;
    font-size: 45px;
    line-height: 54px;
    color: #FFFFFF;
    margin: 10px 0;
}

.slider-content a {
    font-family: Plain;
    font-size: 14px;
    border-bottom: 2px solid white;
    width: 116px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin-bottom: 40px;
}
.slider-content a:hover {
    border-bottom: 2px solid transparent;
}

.slider-slide-number {
    font-family: Plain;
    font-size: 12px;
    line-height: 150%;
    opacity: .5;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 8px
}

p.control_prev:hover, p.control_next:hover {
    opacity: .9;
    cursor: pointer;
}

p.control_prev {
    border-radius: 0 2px 2px 0;
}

p.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}


/**
SECTION catchphrase
*/
.catchphrase-section {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    transition: .5s;
    opacity: 1;
}

#catchphrase-section-back {
    transition:  .1s ;
    opacity: 1;
}

.catchphrase-section-transpatent {
    background-color: rgba(255, 255, 255, 0);
}

#second {
    position: relative;
    height: 90vh;
}

.catchphrase-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    transition: opacity .3s;
    opacity: 1;
}

.catchphrase-section h1 {
    margin-bottom: 20px;
    padding-top: 15px;
    font-family: Aktiv Grotesk Medium;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0;
    transform: scale(1);
}

.slogan-svg { 
    opacity: 0;
    margin-left: -50px;
    transition: all .4s;
    margin-top: -13vh;
    max-width: 1200px;
}

.slogan-anim-fadein {
    opacity: 1 !important;
    transition: opacity 2s;
}

.pinned-slogan {
    position: fixed;
    top: 40.1vh;
    margin-top: 0vh !important;
    max-width: 1200px;
}

.slogan-animation {
    transform: scale(50) !important;
    padding-left: 600px;
    margin-top: 500px !important;
    color: "transparent"!important;
    transition: all 5s !important;
}

.st1 {
    fill:#FFFFFF;
}

.catchphrase-section-p {
    top: 100vh;
    position: fixed;
    max-width: 450px;
    font-family: SF-Pro-Display;
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    opacity: 0;
    transition: all .6s;
}

.second_section_text_mobile {
    top: -70px;
    position: relative;
    max-width: 450px;
    font-family: SF-Pro-Display;
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    opacity: 0;
    transition: all 2s;
}

.catchphrase-section-a {
    top: 100vh;
    position: fixed;
    margin-top: 6vh;
    width: 140px;
    height: 38px;
    background: #F9601F;
    font-family: Plain Medium;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
    opacity: 0;
    transition: all .5s;
}

.catchphrase-section-a:hover {
    background: #fff;
    color: black !important;
    border: 1.5px solid #FC7B44;
    transition: all .2s;
}

.second-section-project-link {
    top: -70px;
    position: relative;
    margin-top: 6vh;
    width: 140px;
    height: 38px;
    background: #F9601F;
    font-family: Plain Medium;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
    opacity: 0;
    transition: all 2s;
}
}

.catchphrase-section-animation-show {
    opacity: 1 !important;
    top: -110px !important;
}

.catchphrase-section-animation-show-p {
    opacity: 1 !important;
    transition: top 1.5s;
    top: 68vh !important;
}

.catchphrase-section-animation-show-a {
    opacity: 1 !important;
    transition: top 1.5s;
    top: 74vh !important;
}



/**
SECTION  first-video
*/

#first-video-section {
    position: fixed;
    top: 0;
    z-index: -1;
}

.first-video-section {
    width: 100vw;
}

.video-wrapper {
    width:auto;
    position:relative;
    line-height: 0;
}

.video {
    margin-bottom: -30px;
}

#video {
    height: 100vh;
    width: unset;
}

video {
    background-color: transparent !important;
    outline: none;
    border: none;
    box-shadow: none;
    height:100%
    overflow: hidden;
}

video::-webkit-media-controls {
    display: none;
}


.play-pause {
    background-image:url(/wp-content/uploads/2020/11/pause.png);
    background-repeat:no-repeat;
    width:60px;
    height:60px;
    position:absolute;
    left:10%;
    top:70%;
    bottom:0%;
    z-index: 55;
    margin:auto;
    background-size:contain;
    background-position: center;
    cursor: pointer;
}

/**
SECTION  second-video
*/
#second-video-section {
    height: 140vh;
    position: relative;
}

#video-2 {
    position: fixed;
    top: 0;
    z-index: -2;
}

.zIndex-1 {
    z-index: -1 !important;
}



/**
SECTION promise
*/
.promise-section {
    width: 100vw;
    height: 90vh;
    background-color: transparent;
}
.promise-container {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.promise-block-1 {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.promise-block-1 h2 {
    font-family: Aktiv Grotesk Medium;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: white;
    opacity: 0;
    margin-top: 20px;
}
.promise-find-out {
	height: 20px;
    display: flex;
    align-items: center;
    opacity: 0;
}
.promise-find-out a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: SF-Pro-Display;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: white !important
}

.promise-block-2 {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.promise {
    opacity: 0;
    margin: 25px 0;
    max-width: 415px;
    display: flex;
}

.promise-number {
    font-family: SF-Pro-Display;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    opacity: 0.6;
    position: relative;
    top: -6px;
    left: -3px;
}

.promise-text {
    font-family: SF-Pro-Display;
    font-size: 30px;
    line-height: 36px;
    width: 90%;
}

#black-overlay {
    opacity: 1;
}


/**
SECTION  service
*/
.service-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 130vh;
}

.service-section>.container {
    align-items: center;
}

.future-container-left {
    display: flex;
    justify-content: space-between;
    min-height: 180px;
}

.future-container-right {
    display: flex;
    justify-content: flex-end;
    min-height: 180px;
}

.future-left {
    width: 40%;
}

.future-right {
    width: 40%;
    justify-content: flex-end;
}

#future-left {
    width: 181px;
    height: 77px;
    display: none;
    margin-left: calc(100% - 178px);
}

#future-right {
    width: 181px;
    height: 77px;
    display: none;
}

#future-right2 {
    width: 100px; 
    height: 110px;
    display: none;
}

#service-text1 {
    opacity: 0;
}

#service-text2 {
    opacity: 0;
}

#service-text3 {
    opacity: 0;
    padding-top: 99px;
}

.future-left-mob {
    width: 40%;
}

.future-right-mob {
    width: 40%;
    justify-content: flex-end;
}

#future-left-mob {
    width: 181px;
    height: 77px;
    display: none;
    //margin-left: calc(100% - 178px);
}

#future-right-mob {
    width: 181px;
    height: 77px;
    display: none;

}

#future-right2-mob {
    width: 100px; 
    height: 110px;
    display: none;

}

#service-text1-mob {
    font-family: SF-Pro-Display;
    font-size: 26px;
    width: 185px;
    margin: 0;
    opacity: 0;
}

#service-text2-mob {
    font-family: SF-Pro-Display;
    font-size: 26px;
    width: 185px;
    margin: -41px 0;
    opacity: 0;
}

#service-text3-mob {
    font-family: SF-Pro-Display;
    font-size: 26px;
    width: 210px;
    opacity: 0;
    margin: 0;
}

#service-section p {
    font-family: SF-Pro-Display;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.01em;
    opacity: 0;
    color: #FFFFFF;
    margin: 0;
}

.service-text-opacity1 {
    animation: fadein .5s linear forwards;
    animation-delay: .5s;
}

.svgline1 {
    stroke-dasharray: 350;
    stroke-dashoffset: 350;
    animation: dash .5s linear forwards;
    animation-delay:.3s;
}

.svgline2 {
    stroke-dasharray: 350;
    stroke-dashoffset: 350;
    animation: dash .5s linear forwards;
    animation-delay:.5s;
}

.svgline4 {
    stroke-dasharray: 350;
    stroke-dashoffset: 350;
    animation: dash .5s linear forwards;
    animation-delay:.5s;
}

.svgline3 {
    stroke-dasharray: 350;
    stroke-dashoffset: 350;
    animation: dash .5s linear forwards;
    animation-delay:.3s;
}

.svgline5 {
    stroke-dasharray: 350;
    stroke-dashoffset: 350;
    animation: dash .5s linear forwards;
    animation-delay:.5s;
}

.svgline6 {
    stroke-dasharray: 350;
    stroke-dashoffset: 350;
    animation: dash .5s linear forwards;
    animation-delay:.3s;
}


.service-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.service-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.service-left2 {
    display: flex;
    align-items: flex-end;
}

.service-left-mob {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.service-right-mob {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.service-left2-mob {
    display: flex;
    align-items: flex-end;
}

.container-service-mob {
    opacity: .8;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.service-section-mob {
    height: calc(100vh - 70px);
    background-size: auto 100%;
}


/**
SECTION  news
*/
.news-section {
    height: unset;
}

#news-section>.video-wrapper {
    height: 150vh; 
}

#news-video {
    height: 100%;
    //width: 100vw;
    background-color: #080708 !important;
}


/**
SECTION  team
*/
.team-section {
    background-image: url("/wp-content/uploads/2020/11/team-photo.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 140vh;
}

.team-section>.container {
    padding-top: 37vh;
}

.team-section p {
    width: 49%;
    font-family: Aktiv Grotesk Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 130%;
}

.team-section-p-anim {
    opacity: 1 !important;
    transition: all 1s;
    margin-top: 0 !important;
}

#team-section-text {
    opacity: 0;
    margin-top: 100px;
}

#team-section-text {
    font-family: Plain;
    font-style: normal;
    font-weight: normal;
    line-height: 110%;
}

.team-section-mob {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: fill;
    width: 100%;
    height: 100vh;
}

#team-section-text-mob {
    font-family: Plain;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 140%;
    padding-top: 20vh;
    opacity: 0;
}


/**
SECTION   build-future
*/
.build-future-section{
    display: flex;
    height: unset;
    align-items: center;
    justify-content: center;
    background: #080708;
}

#build-future-section-mob {
    background-color: #040204;
}

#future-black-overlay>.video-wrapper {
    height: unset;
}

#future-video {
    width: 100%;
}

.build-future-section h2 {
    font-family: Aktiv Grotesk Medium;
    font-size: 3.45vw;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #FC7B44;
}

.build-future-section h2 span {
    color: white;
}
#future-video2-mob {
    width: 100vw;
    margin-left: -20vw;
}


/**
SECTION  mobile
*/


.service-section {
    position: relative;
}
.service-section>.container {
    width: 100%;
    display: flex;
    align-items: unset;
    flex-direction: column;
    justify-content: space-evenly;
}

.service {
    margin-top: 120px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.service-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.service-img {
    height: 420px;
    object-fit: cover;
}

.service-number {
    font-family: SF-Pro-Display;
    font-size: 12px;
    line-height: 100%;
    color: #1A1A1A;
    opacity: 0.4;
    margin-top: 60px;
    margin-bottom: 7px;

}

.service-title {
    font-family: SF-Pro-Display;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 7px 0;
}

.service-text {
    font-family: SF-Pro-Display;
    font-size: 14px;
    line-height: 150%;
    color: #1A1A1A;
}

.more-services-bttn {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.more-services-bttn>span {
    margin-right: 50px;
    font-family: SF-Pro-Display;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
}

.quality {
    margin-bottom: 30px;
}

.quality-number {
    font-family: SF-Pro-Display;
    font-size: 12px;
    line-height: 100%;
    color: #1A1A1A;
    opacity: 0.4;
    margin: 0;
    margin-top: 10px;
    margin-bottom: -10px;
}

.quality-text {
    font-family: SF-Pro-Display;
    font-size: 14px;
    line-height: 150%;
    color: #1A1A1A;
    padding-left: 5px;
}

.mobile-section {
    flex-direction: column;
    height: unset;
    background: white;
    padding-top: 50px;
}

.latest-post {
    font-family: Plain Medium;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: -0.01em;
    color: #1A1A1A;
    margin-bottom: 60px;
}

.post-container {
    margin-bottom: 45px;
}

.post-img img {
    max-height: 230px;
    object-fit: cover;
}

.category-and-time-container {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.post-category {
    font-family: SF-Pro-Display;
    font-size: 12px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1A1A1A;
    opacity: 0.6;
    margin-right: 15px;
}

.post-date {
    font-family: SF-Pro-Display;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1A1A1A;
    opacity: 0.6;
}

.post-title {
    font-family: SF-Pro-Display;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
}

.read-more-posts-wrapper {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 120px;
}

.read-more-posts {
    font-family: Plain;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1A1A1A;
    border-bottom: 2px solid black;
}

.read-more-posts:hover {
    border-bottom: 2px solid transparent;
}


/**
SECTION   FOOTER
*/
footer {
    background-color: black;
}
.footer {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 40px;
}

.footer-section1 {
    width: 150px;
    display: flex;
    flex-direction: column;
}

.footer-section1 img {
    margin-bottom: 40px;
}

.footer-contacts {
    display: none;
    justify-content: space-between;
}

.footer-contacts a {
    font-family: SF Pro Display;
    text-decoration: underline;
    text-underline-position: under;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF !important;
    opacity: 0.7;
}

.footer-adress {
    display: block;
}

.footer-section1 p {
    margin-top: 0;
    font-family: SF-Pro-Display;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 5px;
}

.footer-section2 {
    display: flex;
    flex-direction: column;
}

.footer-links {
    display: flex;

}

.footer-link {
    flex-direction: column;
    width: 130px;
}

.footer-link:nth-child(3) {
    width: 140px;
} 

.footer-link > a {
    font-family: Plain;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF !important;
    margin-bottom: 40px;
    display: inline-block;
    margin-bottom: 2.5vh;
    padding-bottom: 8px;
}

.footer-link > a:hover {
    opacity: 1 !important;
    color: #FFFFFF !important;
    border-bottom: 1px solid grey
    padding-bottom: 7px;

}

.burger-font30 {
    font-size: 30px !important; 
    font-family: SF-Pro-Display;
}

.footer-link ul li {
    list-style-type:none;
}

.footer-link ul li a {
    font-family: SF-Pro-Display;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.7;
}

.footer-social {
    justify-content: space-between;
    display: flex;
    margin-top: 30px;
    width: 53%;
}

.footer-social a {
    width: unset;
    font-family: SF-Pro-Display;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF !important;
    opacity: 0.7;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255,255,255,0.25)
}

.footer-social a:hover {
    opacity: 1 !important;
    color: #FFFFFF !important;
    border-bottom: 1px solid white
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.footer-link ul li {
    margin-bottom: 8px;
}

@media screen and (max-height: 800px) {
    .footer-social {
        margin-top: 0px;
    }

    .footer-social a {

        font-size: 12px;
        line-height: 100%;
        padding-bottom: 3px;
    }

    .footer-link ul li a {
        line-height: 14px;
    }
}

.site-info-links {
    display: flex;
}

.site-info-link {
    font-family: SF-Pro-Display;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.4;
    margin-right: 50px;
}

a.site-info-link:hover {
    opacity: 1 !important
}

a.auto-nav-more-link {
    font-family: Plain Medium;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF !important;
    opacity: 0.7;
    border-bottom: 1px solid grey;
    padding: 10px 0;
}

.social-link-list {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1300px){
    .container {
        max-width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 1200px) {

    .container1200 {
        width: unset;
    }

    .footer-section2 {
        width: unset;
    }

    .site {
      max-width: 100vw;
      overflow: hidden;
    }
    .scroll_controls {
      display: none;
    }

    .slider-controls {
        width: unset;
        margin-left: 5%;
    }

    .site-header {
      padding: 0 5%;
      border-bottom: none;
    }
    .header-contacts {
      width: 190px;
      border-left: none;
    }
    .header-contacts-links {
        display: none;
    }
    .header-callback {
        width: 100%;
    }
    .main-navigation {
      width: calc(100vw - 150px - 30px - 8% - 190px - 10%) !important;
      width: 100% !important;
    }
    .catchphrase-wrapper {
      padding: 0 5%;
    }

    .pinned-slogan {
        max-width: 95%;
    }
    .team-section p {
        font-size: 3vw;
    }
    .slider-content {
        left: 0;
    }
    .slider-controls {
        left: 0;
    }
    .footer-link {
        width: 110px;
    }
    .footer-social {
        width: 415px;
    }
    .footer-social a {
        width: unset;
    }
    .footer {
        flex-direction: column;
    }

    .footer-section1 {
        width: unset;
    }

    .footer-adress  {
        display: none;
    }

    .footer-contacts {
        display: flex;
        color: #FFFFFF !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .footer {
        padding-top: 40px;
    }

    .promise-block-1 h2 {
        font-size: 60px;
    }

}


@media screen and (max-width: 980px) {

    #autoNavMoreList {
        display: none !important;
    }
    .request-callback {
        display: none;
    }
    .header-contacts {
        width: 90px;
    }
    .slogan-svg {
        margin-top: -11vh;
    }

    .catchphrase-section h1 {
        font-family: Plain Bold;
        font-size: 29px;
        line-height: 110%;
    }

    .catchphrase-section p {
        top: unset;
    }

    .catchphrase-section a {
        top: unset;
    }

    .team-section p {
        width: 70%;
        font-size: 4vw;
    }

    .footer-link:nth-child(3) {
        width: 50%;
    }

    .footer {
        padding-top: 40px;
    }

    .footer-link ul li {
        display: none;
    }

    .footer-links {
        flex-wrap: wrap;
    }
    .footer-links a {
        flex: 1 0;
        opacity: 0.7;
        font-family: SF-Pro-Display;
        text-decoration: unset;
    }

    .footer-link {
        width: 50%;
        text-decoration: unset;
    }
    .footer-contacts a {
        font-family: SF-Pro-Display;
        opacity: 0.7;
        width: 50%;
    }

    .footer-social {
        justify-content: space-between;
    }

    .footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 42px;
        align-items: center;
    }

    .site-info-link {
        margin: 0 10px;
    }
}

@media screen (min-width: 1024px) and (max-height: 700px) {

    .catchphrase-section p {
        top: -140px;
    }
    .catchphrase-section a {
        top: -130px;
        margin-top: 0;
    }
}


@media screen and (max-width: 600px) {
    video {
        width: unset;
        height: 100vh;
        margin-left: 100vw !important;
        transform: translate(-50%);
    }

    .mobile {
        display: flex !important;
    }

    .pc {
        display: none;
    }

    .container2 {
        position: relative !important;
        display: none !important; 
    }

    .scrollmagic-pin-spacer {
        position: relative !important;
    }

    .menu-toggle {
        display: flex;
    }

    .main-navigation {
        width: 50px !important;
    }

    #primary-menu {
        width: 100vw;
        left: 0;
        top: 0;
        height: 100vh;
        position: absolute;
        opacity: 1;
        visibility: visible;
        background: #1A1A1A;
        z-index: 2;
        padding-top: 80px !important;
        padding-left: 12% !important;
    }

    .site-branding {
        margin-right: calc(100% - 150px - 140px);
    }

    .sub-menu {
        display: none !important;
        box-shadow: unset;
        position: static;
        justify-content: flex-start;
        flex-direction: row;
        width: 100% !important;
        background: unset;
        border-radius: 10px;
        columns: 35vw 2;
        padding-left: 30px !important;
        padding-top: 15px !important;
        visibility: visible;
    }

    .sub-menu  a {
        font-size: 14px !important;
        line-height: 150%;
        color: #FFFFFF !important;
        opacity: 0.7!important;
        border-bottom: unset !important;
    }

    .sub-menu li {
        margin-top: 0px !important;
    }

    .menu-item a {
        font-family: SF-Pro-Display;
        font-size: 22px !important;
        line-height: 210%;
        color: #FFFFFF;
        display: inline !important;
        width: unset;
        padding: 2px 0;
        opacity: 1;
    }

    .menu-item a {
        border-style: 1px solid white;
    }

    .menu-item a:hover {
        border-style: 1px solid white;
        transition: width 0.2s ease-out;
        width: 0px;
    }

    .main-navigation li {
        margin: 15px 0;
    }

    a.auto-nav-more-link {
      font-family: Plain Medium;
      font-size: 12px;
      line-height: 150%;
      color: #FFFFFF !important;
      opacity: 0.7;
      border-bottom: 1px solid grey;
      cursor: pointer;
    }

    .header-contacts {
      width: unset;
      z-index: 3;
    }

    #more-nav {
        justify-content: flex-end;
        display: none !important;
    }

    .auto-nav-more {
       display: none !important;
       width: 100%;
    }

    .auto-nav-more-list {
      position: absolute;
      top: 90vh !important;
      bottom: 20px;
      left: 0 !important;
      z-index: 3;
      opacity: 1;
      visibility: visible;
      width: 100%;
      padding: 0 5% !important;
    }

    .close-form {
        left: 10px;
    }

    .desktop-burger-close {
        margin-left: 25px;
    }


    .social-link-list {
        width: 100%;
        bottom: 15vh;
        left: 0px;
        position: absolute;
        justify-content: space-around;
    }

    #slogan-mob {
        font-family: Plain Bold;
        font-size: 29px;
        line-height: 110%;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #000000;
        opacity: 0;
        transition: all 3s;
    }

    .promise-section {
        width: 100%;
        height: 100%;
        padding-top: 150px;
    }

    .promise-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .promise-block-1 {
        width: 100%;
    }

    .promise-find-out {
        margin-bottom: 10px;
        margin-top: 40px;
    }

    .promise-number {
        top: -10px;
        left: 13px;
    }

    .promise {
        left: -13px;
        position: relative;
    }

    #promise-title-mob {
        font-family: Plain Bold;
        font-size: 65px;
        line-height: 100%;
    }

    .promise-text {
        font-size: 30px;
        line-height: 150%;
    }

    .footer-link > a {
        border: none;
    }
}


@media screen and (max-width: 500px) {

    .slider-content h2 {
        font-size: 40px;
        line-height: 120%;
    }

    .slider-content a {
        font-size: 18px;
        line-height: 150%;
        width: 150px
    }

    .footer {
        padding-top: 40px;
    }

    .footer-social a {
        font-size: 14px;
        line-height: 150%;
        color: #FFFFFF;
        opacity: 0.7;
        width: unset;
    }

    .footer-social {
        justify-content: space-between;
        width: 100%;
    }
}

@media screen and (max-width: 400px){
    .main-navigation li {
        margin: 10px 0;
    }
}

@media screen and (max-width: 350px){
    #primary-menu {
        width: 100vw;
        left: 0;
        top: 0;
        height: 100vh;
        position: absolute;
        opacity: 1;
        visibility: visible;
        background: #1A1A1A;
        z-index: 2;
        padding-top: 60px !important;
        padding-left: 12% !important;
    }

    .main-navigation li {
        margin: 0px 0;
    }
}


@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

header {
    animation: fadein 4s ease-out;
}

.slider-content {
    transition: opacity 15s;
    opacity: 1
}

.slider-controls {
    animation: opw 15s ease-out;
    transition-delay: 5s;
}

#overlay {
    z-index: 214;
    position: absolute;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: white;
}

.toTransparentAnim {
    animation: fade 2s;
}

@keyframes fade {
    from {background-color:rgba(255, 255, 255, 1);}
    to {background-color:rgba(255, 255, 255, 0);}
}

/** fadeInLeft **/
@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@keyframes fadeInLeft {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft !important;
    animation-fill-mode: both  !important;
    animation-duration: .19s !important;
}

#my-scrollbar {
  width: 100vh;
  overflow: auto;
}

.container2 {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section2 {
    width: 100%;
    height: 100vh;

    position: absolute;
}

.section2:nth-child(1) {
    background-color: white;
}

.section2:nth-child(2) {
    background-color: unset;
}

.section2:nth-child(3) {
    background-color: unset;
}

.content {
    color: #fff;
}

.section2white {
    width: 100vw;
    height: 100vh;
    background-color: white;
    position: absolute;
}

.section2black {
    width: 100vw;
    height: 100vh;
    background-color: #0d0d0d;
    position: absolute;    
}

.visible {
    visibility: visible;
}

.hidden {
    visibility: hidden;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.opacity0 {
    opacity: 0 !important
}
.opacity0-no-animation {
    opacity: 0 !important;
    transition: unset !important;
}

.no-animation {
    transition: unset !important;
}

.opacity1 {
    opacity: 1 !important
}

.transparent {
    background-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0);
}