@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Black+And+White+Picture&display=swap");

@import url("stylesheet.css");

@font-face {
    font-family: "rouble";
    src: url("../rouble.otf") format("opentype");
}

@font-face {
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/dela-gothic-one-v4-latin_cyrillic-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/dela-gothic-one-v4-latin_cyrillic-regular.eot#iefix") format("embedded-opentype"), url("../fonts/dela-gothic-one-v4-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/dela-gothic-one-v4-latin_cyrillic-regular.woff") format("woff"), url("../fonts/dela-gothic-one-v4-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/dela-gothic-one-v4-latin_cyrillic-regular.svg#DelaGothicOne") format("svg");
    /* Legacy iOS */
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Roboto Slab', serif;
    background-color: #252525;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
svg {
    -webkit-filter: saturate(70%);
            filter: saturate(70%);
}
.grecaptcha-badge {
    display: none;
}

html:not(.mobile) {
    scrollbar-width: thin;
    scrollbar-color: #B3CC19 #eee;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

html:not(.mobile)::-webkit-scrollbar {
    width: 17px;
    height: 17px;
    background: #eee;
}

html:not(.mobile)::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #B3CC19;
}

body.hidden {
    overflow: hidden;
}

body * {
    box-sizing: border-box;
    transition-duration: .1s;
    -webkit-backface-visibility: hidden;
}
body.safari *{
    transition-duration: initial !important
}
body.safari .worker_box__element .worker_name{
    width: auto;
}
body.safari .contact_wrapper .drink{
    width: 200px;
}

main {
    width: 100%;
    height: 100vh;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    z-index: 5;
}

.animate-section {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.animate-section.hidden {
    overflow: hidden;
}

.disabel {
    display: none !important;
}

.title {
    font-family: 'Dela Gothic One', cursive;
}

h2 {
    font-size: 46px;
    line-height: 67px;
    text-transform: uppercase;
    margin-top: 0;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

svg {
    display: block;
}

.text-center {
    text-align: center;
}

.button_wrapper, .dark_button_wrapper {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    width: 100%;
}

.white-button {
    width: 170px;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.05em;
    font-size: 14px;
    background: #B3CC19;
    border: 2px solid #212121;
    border-bottom: 5px solid #212121;
    box-sizing: border-box;
    border-radius: 70px;
    text-decoration: none;
    color: #212121;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Roboto Slab', serif;
}

.white-button:hover {
    background: #FFFFFF;
}

.white-button--revers {
    border-color: #FFFFFF;
}

.white-button--revers:hover {
    background: none;
    color: #FFFFFF
}

.white-button a{
    text-decoration: none;
    color: #212121;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.yellow {
    color: #B3CC19;
}

.top_fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
    transition: 1s;
}

.top_fixed_header .logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.top_fixed_header .logo .logo-image{
    margin-right: 85px;
    height: 26px;
}

.top_fixed_header .logo .logo-image svg{
    width: 100%;
    height: 100%;
}

.top_fixed_header__lang-switcher {
    display: flex;
}

.top_fixed_header__lang-switcher a{
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
}

.top_fixed_header__lang-switcher a.active, .top_fixed_header__lang-switcher a:hover{
    text-decoration: underline;
}

.top_fixed_header .top_fixed_header__phone{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    margin-right: 70px;
}

.top_fixed_header .top_fixed_header__phone svg{
    width: auto;
    height: 30px;
}

.top_fixed_header .right_box {
    display: -ms-flexbox;
    display: flex;
}

.top_fixed_header .order {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Dela Gothic One', cursive;
    margin-right: 200px;
    cursor: pointer;
    color: #FFFFFF;
}

.top_fixed_header .order:hover {
    color: #B3CC19 !important;
}

.top_fixed_header .burger {
    cursor: pointer;
    position: relative;
    top: 3px;
}

.top_fixed_header .burger__line {
    width: 28px;
    height: 2px;
    background: #FFFFFF;
    margin: 6px 0;
    transition: .5s;
}

.top_fixed_header .burger__line.bl_two {
    position: absolute;
    top: 6px;
    margin: 0;
}

.top_fixed_header .burger.active .bl_one {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top_fixed_header .burger.active .bl_two {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top_fixed_header .burger.active .bl_three {
    opacity: 0;
}

.top_fixed_header.black .order {
    color: #000;
}

.top_fixed_header.black .burger__line {
    background: #000;
}

.top_fixed_header.black .logo_name {
    fill: black;
}

.top_fixed_header.black .top_fixed_header__lang-switcher a {
    color: #000;
}

.top_fixed_header.black .top_fixed_header__phone{
    color: #000;
    text-decoration: none;
}

.top_fixed_header.black .top_fixed_header__phone svg path{
    stroke: black !important;
}

.popup_bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../images/white-bg.png);
    position: fixed;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 70px 35px;
    z-index: 500;
    transition: none;
}

.popup_bg .menu_box {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.popup_bg .menu_box.visible {
    display: -ms-flexbox;
    display: flex;
    z-index: 50;
}

.popup_bg .menu_box a {
    color: #FFFFFF;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-family: 'Dela Gothic One', cursive;
    text-decoration: none;
    margin-bottom: 36px;
    text-transform: uppercase;
}

.popup_bg .menu_box a:hover {
    color: #B3CC19;
}

.popup_bg .popup_form_box {
    display: none;
    width: 100%;
}

.popup_bg .popup_form_box.visible {
    display: block;
}

.popup_bg.form_succes .ground {
    display: none;
}

.popup_bg.form_succes .popup_form_send_box {
    display: -ms-flexbox;
    display: flex;
}

.popup_bg .popup_form_send_box {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup_bg .popup_form_send_box img {
    width: auto;
    height: auto;
}

.popup_bg .popup_form_send_box span.title {
    font-size: 46px;
    line-height: 67px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.popup_bg .popup_form_send_box p.title {
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 85px;
}

.popup_bg .popup_form_send_box .left_warior {
    position: absolute;
    left: 10%;
    bottom: 0;
    display: flex;
}

.popup_bg .popup_form_send_box .right_warior {
    position: absolute;
    right: 10%;
    bottom: 0;
    display: flex;
}

.popup_bg .ground {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 140px);
    height: 100px;
}

.popup_bg .ground .left_fire {
    position: absolute;
    left: 10%;
    height: auto;
    width: auto;
    bottom: 0;
}

.popup_bg .ground .right_fire {
    position: absolute;
    right: 10%;
    height: auto;
    width: auto;
    bottom: 0;
}

.right_social_bar {
    position: fixed;
    bottom: 250px;
    left: -205px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 5px 10px;
    z-index: 1000;
    box-sizing: border-box;
}

.right_social_bar a {
    color: #FFFFFF;
    margin-right: 80px;
    text-decoration: none;
    font-size: 14px;
    transition: 1s;
}

.right_social_bar.black a {
    color: #000;
}

body .mobile_visible {
    display: none;
}

body .slick-track {
    transition-duration: .5s !important;
}

.rub {
    font-family: "rouble";
    text-transform: none;
}
.gorizontal_device_notation{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../images/white-bg.png);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    max-width: 100vw;
    max-height: 100vh;
}
.gorizontal_device_notation .title{
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}
.gorizontal_device_notation.visible{
    display: flex;
}
/* END common styles */
.firs-step {
    z-index: 5;
}

.firs-step .button_wrapper {
    bottom: 70px;
}

.firs-step .black_bg {
    top: -2px;
}

.firs-step::before {
    content: "";
    width: 100%;
    height: 136px;
    display: block;
    background-image: url(../fonts/wave-line-white.svg);
    background-size: cover;
    background-color: #252525;
    position: absolute;
    top: -136px;
    left: 0;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.firs-step::after {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    background-color: #fbfbfb;
    position: absolute;
    top: -138px;
    left: 0;
    z-index: 15;
}

.white_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/white-bg.png);
    background-size: 200px;
    opacity: 1;
}

.black_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../images/white-bg.png);
    background-size: 200px;
    opacity: 0;
}

.firs-step__main-image {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto 70px;
    padding-top: 10vh;
    display: flex;
    justify-content: center;
}

.firs-step__first-text {
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.firs-step__title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-transform: uppercase;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.firs-step__title .yellow{
    display: inline-block;
    margin: 0 5px 0 0;
}

.diver {
    position: absolute;
    width: 2px;
    height: 2px;
    left: 1230px;
    top: 421px;
}

.fish {
    position: absolute;
    width: 1302px;
    height: 651px;
    left: 328px;
    top: -870px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.first-step__text-box {
    position: absolute;
    width: 432px;
    left: 817px;
    top: 100%;
}

.first-step__text-box h2 {
    margin-bottom: 120px;
    color: #FFFFFF;
}

.first-step__text-box p {
    margin-bottom: 80px;
    color: #ffffff;
    font-size: 18px;
    line-height: 160%;
}

.first-step__comfortably-box {
    position: absolute;
    width: 687px;
    height: 450px;
    left: 633px;
    top: 100%;
}

.first-step__comfortably-box .title {
    margin-bottom: 100px;
    color: #FFFFFF;
}

.first-step__comfortably-box .text {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.first-step__comfortably-box p {
    color: #FFFFFF;
    margin: 0 0 50px 0;
    width: 50%;
    padding-right: 70px;
}

.second_step {
    z-index: 3;
}

.ship {
    position: absolute;
    width: 646px;
    height: 499.66px;
    left: -100%;
    top: 22%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.ship .loupe {
    border-radius: 100%;
    background-color: #000;
    width: 2.3%;
    height: 3%;
    position: absolute;
    top: 14%;
    left: 51.6%;
    display: none;
    max-width: 1320px;
    max-height: 1320px;
    z-index: 50;
}

.we_work_title {
    top: -10%;
    width: 100%;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.we_work_title .work{
    position: absolute;
    opacity: 0;
}

.we_work_title .fade-in-first {
    opacity: 0;
    width: 100%;
}

.we-work {
    position: absolute;
    left: -50%;
    bottom: 30%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    height: auto;
}

.we-work .mobile_visible {
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    margin: 10px 0;
}

.we-work .button_wrapper {
    position: unset;
    justify-content: flex-start;
    margin-top: 30px;
}

.second_step .button_wrapper.bottom {
    position: fixed;
    bottom: -80px;
    left: 0;
    justify-content: center;
}

.second-step__first-text {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    margin-top: 20px;
}

.island {
    position: absolute;
    width: 2px;
    height: 0.49px;
    top: 313px;
    left: 712px;
    z-index: 10;
    background: url(../fonts/island.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.island .black_dor {
    position: absolute;
    left: 48%;
    top: 40%;
    width: 2%;
    height: 8%;
    background: #000;
    border-radius: 50% 50% 0 0;
    display: none;
}

.cis {
    display: none;
    position: absolute;
    width: 20px;
    height: 49px;
    left: 920px;
    top: 570px;
}

.eu {
    display: none;
    position: absolute;
    width: 20px;
    height: 49px;
    left: 407px;
    top: 600px;
}

.stone_logo {
    position: absolute;
    width: 5px;
    height: 1px;
    left: 705px;
    top: 580px;
    z-index: 10;
}

.left-fire {
    position: absolute;
    width: 63px;
    height: 341px;
    left: -10%;
    top: 426px;
    opacity: 0;
}

.right-fire {
    position: absolute;
    width: 62px;
    height: 320px;
    right: -10%;
    top: 447px;
    opacity: 0;
}

.price_box {
    z-index: 5;
    top: 100%;
    position: absolute;
    left: 10%;
    width: 80%;
}

.price_box h2 {
    color: #FFFFFF;
    text-align: center;
}

.price_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price_wrapper__element {
    width: 33.333%;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    height: 345px;
    padding: 40px 0 0;
}

.price_wrapper__element:nth-child(2) {
    border-right: 1px solid #909090;
    border-left: 1px solid #909090;
}

.price_wrapper__hours, .price_wrapper__people {
    width: 105px;
    text-align: center;
}

.price_wrapper__cost {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.price_wrapper .block_title {
    display: inline-block;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.price_wrapper .block_text {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.third_step {
    bottom: 100%;
    top: auto;
    height: auto;
}

.third_step h2 {
    text-align: center;
    width: 100%;
    position: relative;
    color: #ffffff;
    margin: 0;
}

.third_step .black_bg {
    opacity: 1;
}

.bone_wrapper {
    width: 100%;
    position: relative;
}

.bone_wrapper img {
    height: auto;
}

.bone_wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #fafafa;
    top: -3px;
    left: 0;
}

.cawe_box {
    position: relative;
    padding-bottom: 100px;
}

.castle_box {
    min-height: 100vh;
}

.castle_box__castle {
    position: relative;
    width: auto;
}

.castle_box .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 100vh;
}

.castle_box .for_project_title {
    top: 100%;
    color: #212121;
    position: absolute;
    z-index: 5;
}

.castle_box .button_wrapper {
    opacity: 0;
    bottom: -100px;
    z-index: 51;
}

.worker_box {
    height: 100vh;
    position: absolute;
    top: 0;
    width: 50%;
    opacity: 0;
    z-index: 50;
}

.worker_box__left {
    left: -50%;
}

.worker_box__left .worker_top {
    top: 10%;
    right: 20%;
}

.worker_box__left .worker_top .worker_name {
    top: 72%;
    left: 20%;
    transform: rotate(-18deg);
}

.worker_box__left .worker_left_center {
    top: 30%;
    left: 15%;
}

.worker_box__left .worker_left_center .worker_name {
    top: 17%;
    left: 59%;
    transform: rotate(-37deg);
}

.worker_box__left .worker_bottom_center {
    bottom: 25%;
    left: 10%;
}

.worker_box__left .worker_bottom_center .worker_name {
    top: 65%;
    left: 35%;
}

.worker_box__left .worker_bottom {
    bottom: 10%;
    right: 30%;
}

.worker_box__left .worker_bottom .worker_name {
    top: 27%;
    right: 59%;
    transform: rotate(30deg);
}

.worker_box__right {
    right: -50%;
}

.worker_box__right .worker_top {
    top: 10%;
    left: 20%;
}

.worker_box__right .worker_top .worker_name {
    top: 5%;
    right: 40%;
    transform: rotate(25deg);
}

.worker_box__right .worker_left_center {
    top: 30%;
    right: 15%;
}

.worker_box__right .worker_left_center .worker_name {
    top: 65%;
    right: 25%;
    transform: rotate(10deg);
}

.worker_box__right .worker_bottom_center {
    bottom: 30%;
    right: 15%;
    display: -ms-flexbox;
    display: flex;
}

.worker_box__right .worker_bottom_center img {
    margin: 0 20px;
}

.worker_box__right .worker_bottom_center .worker_name__front {
    top: -25%;
    left: 5%;
}

.worker_box__right .worker_bottom_center .worker_name__back {
    top: 110%;
    right: 5%;
}

.worker_box__right .worker_bottom {
    bottom: 10%;
    left: 30%;
}

.worker_box__right .worker_bottom .worker_name {
    top: 45%;
    left: 25%;
    transform: rotate(-20deg);
}

.worker_box__element {
    position: absolute;
}

.worker_box__element .worker_name {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    position: absolute;
    transition: 0.5s;
    background: #000;
    color: #FFFFFF;
    text-align: center;
    padding: 0 5px;
}

.content_wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
}

.content_wrapper__element {
    width: 50%;
    position: relative;
}

.question_wrapper {
    top: 100%;
    opacity: 0;
    width: 100%;
    border-top: 1px solid #DBDBDB;
    position: absolute;
}

.question_wrapper__element {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 36px 90px 36px 36px;
    box-sizing: border-box;
    border-bottom: 1px solid #DBDBDB;
    cursor: pointer;
}

.question_wrapper__element .question {
    font-size: 14px;
    text-transform: uppercase;
}

.question_wrapper__element .answer {
    display: none;
    margin-top: 17px;
    transition: none;
}

.question_wrapper__element.active {
    background-color: #B3CC19;
}

.question_wrapper__element:first-child .answer {
    display: block;
}

h2.question_title {
    color: #000;
    opacity: 0;
    left: 100%;
    z-index: 5;
}

.question_image {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 50%;
    bottom: 50%;
}

.whale {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.whale img {
    height: auto;
}

.how-work_content_wrapper {
    top: -100%;
}

h2.how-work_title {
    color: #000;
    left: 100%;
    position: absolute;
    bottom: 50%;
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
}

.how-work_list {
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    left: 100%;
    bottom: 25%;
}

.how-work_list__element {
    width: max-content;
    max-width: 280px;
    margin-right: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.how-work_list__element .number {
    margin-bottom: 5px;
    border: 1px solid black;
    width: 30px;
    height: 30px;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.clients_box {
    width: 100%;
    height: 100vh;
    padding-top: 30vh;
    position: absolute;
    bottom: -100%;
    box-sizing: border-box;
    display: none;
}

.clients_box h2 {
    color: #000;
}

.clients_box .clients_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 60px auto 0;
}

.clients_box .clients_wrapper .clients_line {
    width: 100%;
    margin: 36px 0;
    position: relative;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.clients_box .clients_wrapper .clients_line__top {
    right: 100%;
}

.clients_box .clients_wrapper .clients_line__bottom {
    left: 100%;
}

.clients_box .clients_wrapper .clients_line img {
    height: auto;
    width: auto;
    margin: 0 50px;
}

.reviews_box {
    position: absolute;
    display: none;
    bottom: -100%;
    width: 100%;
    min-height: 100vh;
}

.reviews_box .party_img {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.reviews_box .party_img .slider_pagination {
    width: 30%;
    position: relative;
    opacity: 1;
    font-family: 'Black And White Picture', sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}

.reviews_box .party_img .slider_pagination div {
    font-size: 66px;
    line-height: 82px;
    text-align: center;
    letter-spacing: 0.05em;
    cursor: pointer;
    margin: 0 40px;
}

.reviews_box .party_img img {
    width: 70%;
}

.reviews_box__slider {
    width: 100%;
    position: absolute;
    top: 15%;
    padding-left: 10%;
    box-sizing: border-box;
    opacity: 0;
    z-index: 15;
    overflow: hidden;
}

.reviews_box__slider .slick-list .slick-track {
    min-width: 100%;
    display: flex;
    transition-duration: .1s !important;
}

.reviews_box__slider .slick-list .slick-track.active {
    transition-duration: .5s !important;
}

.reviews_box__slide {
    display: -ms-flexbox !important;
    display: flex !important;
}

.reviews_box__slide .info_box {
    width: 20%;
    margin-right: 40px;
}

.reviews_box__slide .info_box .review_name {
    font-size: 24px;
    margin-bottom: 30px;
    display: inline-block;
}

.reviews_box__slide .info_box .review_post {
    margin-bottom: 5px;
}

.reviews_box__description {
    width: 80%;
    padding-right: 40px;
}

.reviews_box__description p {
    margin: 10px 0;
}

.reviews_box__description ul {
    padding-left: 20px;
}

.contact_step {
    display: none;
    bottom: -100%;
    top: auto;
    z-index: 100;
    box-sizing: border-box;
    padding-top: 15vh;
}

.contact_step .container {
    max-width: 1240px;
}

.contact_step .black_bg {
    opacity: 1;
}

.contact_step .title {
    position: relative;
    color: #FFFFFF;
    text-align: center;
}

.contact_wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 20px 0;
}

.contact_wrapper__element {
    width:calc(100% / 3);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact_wrapper__form {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}

.contact_wrapper__form input, .contact_wrapper__form textarea {
    width: 100%;
    resize: none;
    padding: 0 20px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #363636;
    border-radius: 6px;
    margin-bottom: 6px;
    border: 2px solid transparent;
    outline: none;
    color: #BDBDBD;
    font-size: 16px;
    color: #BDBDBD;
    font-family: 'Roboto Slab', serif;
    box-sizing: border-box;
}

.contact_wrapper__form input::-webkit-input-placeholder, .contact_wrapper__form textarea::-webkit-input-placeholder {
    color: #BDBDBD;
}

.contact_wrapper__form input::-moz-placeholder, .contact_wrapper__form textarea::-moz-placeholder {
    color: #BDBDBD;
}

.contact_wrapper__form input:-ms-input-placeholder, .contact_wrapper__form textarea:-ms-input-placeholder {
    color: #BDBDBD;
}

.contact_wrapper__form input::-ms-input-placeholder, .contact_wrapper__form textarea::-ms-input-placeholder {
    color: #BDBDBD;
}

.contact_wrapper__form input::placeholder, .contact_wrapper__form textarea::placeholder {
    color: #BDBDBD;
}

.contact_wrapper__form textarea {
    height: 200px;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
    scrollbar-color: #fff #363636;
    scrollbar-width: thin;
}

.contact_wrapper__form textarea::-webkit-scrollbar {
    width: 6px;
}

.contact_wrapper__form textarea::-webkit-scrollbar-thumb {
    background: #FFFFFF;
}

.contact_wrapper__form button {
    font-family: 'Dela Gothic One';
    margin: 30px auto 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.05em;
    width: 160px;
}

.contact_wrapper__form .error {
    position: relative;
    display: block;
}

.contact_wrapper__form .error input {
    border-color: #B3CC19;
    color: #B3CC19;
    padding-right: 55px;
}

.contact_wrapper__form .error textarea {
    border-color: #B3CC19;
    color: #B3CC19;
    padding-right: 55px;
}

.contact_wrapper__form .error::after {
    content: "!";
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #B3CC19;
    position: absolute;
    right: 20px;
    border: 2px solid #B3CC19;
    border-radius: 50%;
    top: calc(50% - 12px);
}

.contact_wrapper__info_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.contact_wrapper__info_element {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
}

.contact_wrapper__info_element .title {
    text-align: left;
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: .5px;
}

.contact_wrapper__info_element .text {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    text-decoration: none;
}

.contact_wrapper__info_element .text.yellow {
    color: #B3CC19;
    text-decoration: underline;
}

.contact_wrapper .drink {
    width: 425px;
    transform: translate(150px, -50px);
}

.copyrite {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 130px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Dela Gothic One';
    letter-spacing: 1px;
}

.policy_page {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../images/white-bg.png);
}

.policy_page .top_fixed_header {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 50px;
}

.policy_wrapper {
    color: #000;
    padding: 50px 60px;
    height: 100%;
}

.policy_wrapper h1 {
    font-size: 2.5em;
}

.policy_wrapper h2 {
    font-size: 2em;
}

.polit {
    display: -ms-flexbox;
    display: flex;
}

.polit input {
    display: none;
}

.polit .polit_text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 5px;
    font-size: 13px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: 25px;
}

.polit .polit_text .polit_ckeck {
    content: "";
    display: block;
    margin-right: 20px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #747474;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.polit .polit_text a {
    color: #FFFFFF;
}

.polit input:checked + .polit_text .polit_ckeck {
    background: #B3CC19;
}

.polit input:checked + .polit_text .polit_ckeck:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../fonts/check.svg) center no-repeat;
}

.polit.error .polit_text::after{
    content: "Required field";
    position: absolute;
    display: inline-block;
    top: calc(100% + 5px);
    color: #B3CC19;
    font-size: 12px;
    left: 40px;
}
.polit.error::after{
    display: none;
}

@media screen and (max-width: 1440px){
    .contact_wrapper .drink {
        transform: translate(0, -50px);  
    }

    body.safari .contact_wrapper .drink {
        transform: translate(150px, -50px);
    }
}

@media screen and (max-width: 1440px), (max-height: 900px) {
    body {
        scroll-behavior: auto;
        min-width: auto;
        position: relative;
        overflow-x: hidden;
    }
    .first-step__first_box{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .firs-step__main-image {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto;
        width: 60%;
        height: auto;
        margin-bottom: 30px;
    }

    .firs-step__first-text, .firs-step__title, .firs-step__second-text, .firs-step .button_wrapper {
        width: 100%;
        text-align: center;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        font-size: 22px;
    }

    .firs-step__title {
        font-size: 26px;
    }

    .firs-step .button_wrapper {
        margin-top: 20px;
    }

    .first-step__comfortably-box .title {
        margin-bottom: 40px;
    }

    .first-step__comfortably-box p {
        margin: 0 0 40px 0;
    }

    .button_wrapper, .dark_button_wrapper {
        z-index: 99;
    }

    .stone_logo {
        position: relative;
        left: auto !important;
        margin: 0 auto;
    }

    .contact_step {
        padding-top: 7vh;
    }

    .diver {
        top: 36%;
        left: 74%;
    }

    .question_wrapper__element {
        padding: 36px 50px 36px 70px;
    }

    .popup_bg .popup_form_send_box .left_warior {
        left: 2%;
    }

    .popup_bg .popup_form_send_box .right_warior {
        right: 2%;
    }

    .price_wrapper__element{
        padding: 0;
        height: 305px;
    }
}

@media screen and (max-width: 1280px) {
    .first-step__comfortably-box {
        width: 570px;
    }

    .cis {
        top: 510px;
        left: 970px;
    }

    .eu {
        top: 510px;
        left: 385px;
    }
}

@media screen and (max-width: 1200px) {
    .first-step__text-box {
        left: 700px;
    }

    .first-step__text-box h2 {
        margin-bottom: 70px;
    }

    .first-step__text-box p {
        margin-bottom: 50px;
    }

    .fish img {
        height: auto;
    }

    .first-step__comfortably-box {
        left: 545px;
        width: 555px;
    }

    .contact_wrapper__element {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    body {
        background: #FFFFFF;
    }

    .container {
        overflow: hidden;
    }

    .top_fixed_header {
        height: 70px;
    }

    .top_fixed_header {
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.5);
        transition: .3s;
    }

    .top_fixed_header.no_bg {
        box-shadow: none;
        background: none;
    }

    .top_fixed_header .top_fixed_header__phone {
        margin-right: 30px;
    }

    .top_fixed_header .logo .logo-image{
        margin-right: 25px;
    }

    .logo svg {
        width: auto;
        height: auto;
    }

    .popup_bg {
        padding: 20px 20px;
        min-height: 100vh;
        overflow: scroll;
    }

    .popup_bg .ground {
        display: none;
    }

    .popup_bg .contact_wrapper__form {
        padding-bottom: 0;
    }

    .popup_bg .popup_form_send_box span.title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .popup_bg .popup_form_send_box p.title {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .popup_bg .popup_form_send_box .left_warior {
        max-width: 25%;
    }

    .popup_bg .popup_form_send_box .right_warior {
        max-width: 25%;
    }

    .white_bg, .black_bg {
        display: none !important;
    }

    h2 {
        font-size: 5vw;
        line-height: 140%;
    }

    .animate_wrapper {
        height: 100%;
    }

    .animate-section {
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
    }

    .mobile_hidden {
        display: none !important;
    }

    body .mobile_visible {
        display: block;
    }

    .first-step__first_box {
        min-height: 100vh;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/white-bg.png);
        background-size: 201px;
        padding: 0 20px 40px;
    }

    .firs-step__main-image {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto;
        width: 90%;
        height: auto;
        margin-bottom: 30px;
    }

    .firs-step__first-text, .firs-step__title, .firs-step__second-text, .firs-step .button_wrapper {
        font-size: 16px;
        height: auto;
    }

    .firs-step__title {
        font-size: 24px;
        margin: 10px 0;
    }

    .first-step__second_box {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../images/white-bg.png);
        background-size: 201px;
        padding: 100px 20px;
        overflow: hidden;
    }

    .first-step__text-box {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
    }

    .first-step__text-box h2 {
        margin-bottom: 56px;
    }

    .first-step__text-box p {
        margin-bottom: 48px;
    }

    .fish {
        position: relative;
        width: 110%;
        height: auto;
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        left: 20%;
        top: 80px;
    }

    .diver {
        position: relative;
        width: 60%;
        height: auto;
        top: 0;
        left: 0;
    }

    .first-step__comfortably-box {
        position: relative;
        top: auto;
        left: auto !important;
        height: auto;
        width: 100%;
        margin-top: 150px;
    }

    .first-step__comfortably-box .title {
        margin-bottom: 56px;
    }

    .first-step__comfortably-box p {
        width: 100%;
        margin-bottom: 48px;
    }

    .first-step__comfortably-box p br {
        display: none;
    }

    .second_step {
        padding: 0;
    }

    .second_step__first_box {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/white-bg.png);
        background-size: 201px;
        padding-top: 70px;
    }

    .second_step__first_box .button_wrapper {
        z-index: 20;
    }

    .second_step__second_box {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../images/white-bg.png);
        background-size: 201px;
        padding-bottom: 80px;
    }

    .second_step__second_box::before {
        content: "";
        width: 100%;
        height: 136px;
        display: block;
        background-image: url(../fonts/wave-line-white.svg);
        background-size: cover;
        position: relative;
        top: -1px;
        left: 0;
        z-index: 10;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-bottom: 150px;
    }

    .we_work_title {
        position: relative;
        top: auto;
    }

    .we_work_title.mobile_visible {
        margin-top: 150px;
    }

    .we_work_title.mobile_visible span {
        opacity: 1;
    }

    .ship {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        left: -100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .we-work p {
        width: 100%;
        margin: 10px 0;
        font-size: 22px;
        text-align: center;
        text-transform: uppercase;
    }

    .second-step__first-text {
        position: relative;
        bottom: auto !important;
        padding: 0 20px;
        left: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }

    .second_step .button_wrapper, .second_step .dark_button_wrapper {
        position: relative;
        bottom: auto !important;
        margin-top: 30px;
        left: 0 !important;
        width: 100% !important;
    }

    .island {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        background: none;
        margin-top: 60px;
    }

    .price_box {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
    }

    .slick-dotted {
        padding-bottom: 50px !important;
    }

    .slick-dots {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: -ms-flexbox !important;
        display: flex !important;
        margin: 0;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

    .slick-dots li {
        display: block;
        list-style-type: none;
        width: 8px;
        height: 8px;
        background: #ffff;
        border-radius: 100%;
        margin: 0 5px;
    }

    .slick-dots li.slick-active {
        background: #B3CC19 !important;
    }

    .slick-dots button {
        display: none;
    }

    .price_wrapper__element:nth-child(2) {
        border: none !important;
    }

    .stone_logo {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        margin-top: 50px;
    }

    .second_step .dark_button_wrapper {
        margin-top: 50px;
    }

    .left-fire {
        bottom: 180px;
        top: auto;
        opacity: 1;
        left: -100%;
    }

    .right-fire {
        bottom: 180px;
        top: auto;
        opacity: 1;
        right: -100%;
    }

    .cawe_box {
        display: none;
    }

    .castle_box {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/white-bg.png);
        background-size: 201px;
        padding-top: 80px;
    }

    .castle_box .for_project_title {
        top: auto;
        position: relative;
        margin-bottom: 50px;
    }

    .castle_box .for_project_title br {
        display: none;
    }

    .castle_box__castle {
        height: auto;
    }

    .castle_box .container {
        display: block;
    }

    .worker_box_slider {
        width: 100%;
        margin: 50px auto 0;
        padding-bottom: 30px !important;
    }

    .worker_box_slider .worker {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .worker_box_slider .worker .img_box {
        height: 182px;
    }

    .worker_box_slider img {
        width: auto;
        height: auto;
    }

    .worker_box_slider .slick-dots li {
        background: #000;
    }

    .worker_box_slider .worker_name br {
        display: none;
    }

    .content_wrapper {
        position: relative;
        top: auto;
        left: auto;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content_wrapper__element {
        width: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .content_wrapper .right {
        -ms-flex-order: 1;
        order: 1;
    }

    .content_wrapper .left {
        -ms-flex-order: 2;
        order: 2;
    }

    .content_wrapper h2.question_title {
        opacity: 1;
        left: 0;
    }

    .content_wrapper .question_image {
        width: 100%;
        height: auto;
        position: relative;
        left: 100%;
        bottom: auto;
        max-width: 460px;
        margin: 80px auto 0;
        opacity: 0;
    }

    .content_wrapper .question_wrapper {
        opacity: 1;
        position: relative;
        margin-top: 50px;
    }

    h2.how-work_title {
        left: auto;
        bottom: auto;
        width: 100%;
        position: relative;
        opacity: 1;
        padding: 0 20px;
    }

    .whale {
        position: relative;
        max-width: 400px;
        margin: 50px auto 0;
        top: -150px;
        opacity: 0;
        padding-bottom: 0;
    }

    .how-work_list {
        width: 100%;
        position: relative;
        bottom: auto;
        left: auto;
        padding: 0 20px 20px !important;
        opacity: 1;
    }

    .how-work_list__element {
        margin: 0;
        text-align: center;
        padding-top: 20px;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 105px;
        max-width: 100%;
    }

    .how-work_list .slick-dots li {
        background: #000;
    }

    .clients_box {
        display: block;
        height: auto;
        padding-top: 80px;
        position: relative;
        bottom: auto;
    }

    .clients_box .clients_wrapper .clients_line {
        right: auto;
        left: auto;
        opacity: 1;
    }

    .clients_wrapper .clients_column {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .clients_column .client {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        margin: 30px 0;
    }

    .clients_column .client.first {
        width: 100%;
    }

    .clients_column .client img {
        width: auto;
        height: auto;
    }

    .reviews_box {
        display: block;
        position: relative;
        min-height: auto;
        bottom: auto;
        padding: 0 20px;
    }

    .reviews_box__slider {
        position: relative;
        top: auto;
        padding: 0 0 25px !important;
        opacity: 1;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 50px;
    }

    .reviews_box__slider .slick-dots li {
        background: #000;
    }

    .reviews_box__slide {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reviews_box__slide .info_box {
        margin: 0 0 20px;
        width: 100%;
        max-width: 380px;
    }

    .reviews_box__slide .info_box .review_name {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .reviews_box__slide .reviews_box__description {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .reviews_box .party_img {
        position: relative;
        margin-top: 50px;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reviews_box .party_img .slider_pagination {
        opacity: 1;
        width: 50%;
        margin-bottom: 100px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: none;
    }

    .reviews_box .party_img img {
        width: 100% !important;
    }

    .contact_step {
        bottom: auto;
        display: block;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../images/white-bg.png);
        background-size: 201px;
        padding: 50px 20px;
    }

    .contact_wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact_wrapper__element {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact_wrapper__form {
        max-width: 100%;
        padding-bottom: 50px;
    }

    .contact_wrapper__form textarea {
        height: 130px;
    }

    .contact_wrapper .drink {
        max-width: 360px;
        margin: 40px auto 0;
    }

    body.safari .contact_wrapper .drink {
        transform: translate(0, -50px) !important;
    }

    .contact_step .title {
        font-size: 30px;
    }

    .contact_wrapper__info_element .title {
        font-size: 12px;
    }

    .right_social_bar {
        display: none;
    }

    .top_fixed_header .order {
        margin-right: 30px;
        display: flex;
        align-items: center;
    }

    .top_fixed_header__lang-switcher a {
        margin: 0 5px;
    }

    .top_fixed_header .right_box {
        width: calc(100% - 45px);
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .question_wrapper__element {
        padding: 36px 20px;
    }

    .we-work {
        height: auto;
        position: relative;
        bottom: auto !important;
        padding: 30px 0;
        left: 0 !important;
    }

    .we-work .button_wrapper {
        justify-content: center;
        margin-top: 10px;
    }

    .copyrite {
        position: relative;
        bottom: auto;
    }
}

@media screen and (max-width: 500px) {
    .firs-step__main-image {
        width: 100%;
    }

    .left-fire, .right-fire {
        bottom: 125px;
    }

    .popup_bg.form_succes {
        -ms-flex-align: center;
        align-items: center;
    }

    .popup_bg.form_succes .popup_form_send_box {
        margin-top: -120px;
    }

    .popup_bg.form_succes .popup_form_send_box .list_img {
        max-width: 100px;
    }

    .popup_bg.form_succes .popup_form_send_box .left_warior {
        max-width: 40%;
    }

    .popup_bg.form_succes .popup_form_send_box .right_warior {
        max-width: 40%;
    }

    .top_fixed_header .logo svg{
        width: auto;
    }
    .top_fixed_header .logo .logo-image {
        width: 64px;
        height: 22px;
        margin-right: 15px;
    }
    
    .top_fixed_header__lang-switcher{
        display: none;
    }

    .top_fixed_header.no_bg  .top_fixed_header__lang-switcher{
        display: flex;
    }
    
    .top_fixed_header .right_box{
        width: auto;
    }
    .policy_wrapper {
        padding: 50px 20px;
    }
    .policy_page .top_fixed_header {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 400px) {
    h2 {
        font-size: 30px;
    }
    .top_fixed_header .order {
        margin-right: 15px;
        font-size: 12px;
    }
}

@media screen and (max-width: 330px) {
    .top_fixed_header .top_fixed_header__phone {
        margin-right: 15px;
    }
}

@media screen and (max-height: 800px) {
    .contact_wrapper {
        padding-top: 20px;
    }

    .second-step__first-text {
        left: -50%;
        bottom: 27%;
        width: 230px;
        text-align: left;
    }

    .second_step .button_wrapper {
        bottom: 15%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        left: -50%;
    }

    .second_step .button_wrapper.bottom {
        bottom: -60px;
        width: 100%;
        left: 0 !important;
    }

    .first-step__comfortably-box {
        left: 44%;
    }

    .popup_bg .menu_box a {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .worker_box__right .worker_left_center {
        top: 15%;
    }

    .worker_box__left .worker_left_center {
        top: 20%;
    }

    .reviews_box .party_img img {
        width: 50%;
    }

    .we-work {
        bottom: 16%;
    }

    .cis {
        top: 510px;
        left: 970px;
    }

    .eu {
        top: 510px;
        left: 385px;
    }
}

@media screen and (max-height: 500px) {
    .popup_bg {
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 40px;
    }

    .popup_bg.form_succes .popup_form_send_box {
        margin-top: 0;
    }

    .popup_bg.form_succes .popup_form_send_box .list_img {
        display: none;
    }
}

@media all and (orientation: landscape) and (max-width: 1024px) {
    .fish {
        width: 75%;
        left: 30%;
        top: 0;
    }

    .diver {
        width: 40%;
        top: -80px;
        left: 10%;
    }

    .ship img {
        max-width: 50%;
        margin: 0 auto;
        display: block;
    }
}

@media all and (orientation: landscape) and (max-height: 500px) {
    .popup_bg .menu_box.visible{
        padding-top: 30px;
    }
}