.fade-left {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.fade-right {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.fade-bottom {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.animated {
    opacity: 0;
}

.animated_active {
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;

    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;

    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/* */
* {
    padding: 0;
    margin: 0;
}

html {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
}

body {
    font-size: 1.6rem;
}

.hide-overflow {
    overflow: hidden;
}

.img-responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.container {
    padding: 0 1em;
    margin: 0 auto;
}

.section_with-padding {
    padding: 2rem 0;
}

.img-with-shadow {
    display: block;
    font-size: 0;
    box-shadow: 0px 0px 5px 0px rgba(166, 166, 166, 1);
}

/* */
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

.nav-top {
    background: black;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-top__logo {
    max-width: 220px;
}

.nav-top__menu {
    position: relative;
}

/* */

.menu__links {
    position: absolute;
    z-index: 1;
    background: #000;
    top: 2em;
    right: -1em;
    width: 100vw;
    padding: 1em;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
}

.menu__link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0.5em;
    display: inline-block;
    cursor: pointer;
}

.menu__mobile-gamburger {
    display: block;
    position: relative;
    width: 3em;
    height: 0.2em;
    background: #fff;
    cursor: pointer;
}

.menu__mobile-gamburger:before,
.menu__mobile-gamburger:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 0.2em;
    background: #fff;
    top: -0.7em;
    right: 0;
}

.menu__mobile-gamburger:after {
    top: unset;
    bottom: -0.7em;
}

.hidden-block-by-checkbox,
.show-hidden-block-input {
    display: none;
}

.show-hidden-block-input:checked+.hidden-block-by-checkbox {
    display: initial;
}

/* */
.main-content {
    margin-top: 4em;
}

.screen_video {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(1080/1920 * 100vw - 14em);
    min-height: 340px;
    position: relative;
    overflow: hidden;
}

.bg-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background-size: cover;
}

.bg-video-wrapper::before {
    position: absolute;
    content: "";
    background: linear-gradient(#0000005e, transparent);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.bg-video {
    width: 100%;
    min-width: 600px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 5px;
}

.screen__title {
    position: relative;
    z-index: 1;
    font-size: 1.3em;
    font-size: calc(0.9em + 2vw);
}

/* */
.wwa {
    position: relative;
}

.wwa__title {
    font-size: 2.2em;
    font-size: calc(1.6em + 3vw);
    margin: 1em 0 2em;
    position: relative;
    color: #07657f;
}

.wwa__text {
    padding: 0 2em;
    font-size: 1.1em;
    line-height: 1.6;
}

.wwa__article {
    margin: 3em 0;
    display: block;
    position: relative;
}

.wwa__article:before {
    position: absolute;
    content: "We";
    left: -0.4em;
    top: -0.8em;
    font-size: 5em;
    font-weight: 900;
    opacity: 0.05;
}

.square {
    width: 10em;
    height: 10em;
    position: absolute;
    background: #555;
    opacity: 0.7;
    z-index: -1;
    transition: 0.3s;
}

.square_yellow {
    background: #fff700;
}

.square_blue {
    background: #99ddff;
}

.square_pink {
    background: #ff9abf;
}


.square_small {
    width: 3em;
    height: 3em;
}

.wwa__title .square {
    left: 4.2ch;
    top: calc(-50% - 0.4ch);
}

.wwa .square_blue {
    top: 35%;
    left: 5%;
}

.wwa .square_pink {
    top: 68%;
    left: 3%;
}

.wwa__img-wrapper {
    margin: 2em 0;
    max-width: 390px;
}

.wwa__img-wrapper:first-of-type {
    margin-left: 4em;
}

/* */

.fe__title {
    font-size: calc(1.6em + 3vw);
    line-height: 1;
    margin: 1.5em 0 2.5em;
    position: relative;
    text-align: center;
    color: #07657f;
}

.fe__title .square {
    top: -100%;
    width: 100%;
    height: 6em;
    left: 0;
}


.fe__block-bg-title {
    font-size: 2em;
    font-size: calc(1.2em + 3vw);
    text-transform: uppercase;
    line-height: 0.9;
    font-weight: 600;
    opacity: 0.05;
    margin: 0.5em 0;
    order: 1;
}

.fe__block-pretitle {
    padding: 1em 0;
}

.fe__block {
    display: flex;
    flex-direction: column;
    position: relative;
}

.fe__block-images {
    order: 2;
    position: relative;
    margin: 2.5em 0;
}

.fe__block-images_min {
    margin: 1.5em 0;
}

.fe__block-description {
    order: 3;
}

.fe__block-title {
    font-size: 1.6em;
    text-transform: uppercase;
}

.fe__block-text {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 1em 0;
}

.fe__image_big {
    width: 80%;
}

.fe__image_min {
    width: 50%;
}

.fe__image_2 {
    position: absolute;
    right: 0;
    bottom: -15%;
}

.fe__image_3 {
    position: absolute;
    right: 0;
    top: -15%;
}

.fe__block .square_blue {
    right: 0;
    top: 45%;
}

.fe__image_6 {
    right: 0;
    position: absolute;
    bottom: -20%;
    width: 35%;
}

.fe__block .square_pink {
    top: 55%;
    left: -3%;
}

/* */
.partners__title {
    font-size: calc(1.6em + 3vw);
    text-align: center;
    color: #07657f;
    margin: 1em auto 2em;
    position: relative;
    min-width: 310px;
    width: 80%;
}
.partners__title .square {
    top: -50%;
    width: 100%;
    height: 7em;
    left: 0;
}
.partners__description {
    text-align: center;
    padding: 1em;
    font-size: 1.8em;
}

.partners-logos {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
    grid-auto-flow: row dense;
    max-width: 1000px;
    margin: 0 auto;
}

.partner-logo__title {
    display: none;
}

.partner-logo {
    margin: 1em;
}

.contacts {
    font-size: 1.7em;
    text-align: center;
}

.contacts__email {
    text-decoration: none;
    padding: 1em 0;
    display: block;
}

.phone-link, .contacts__email {
    color: white !important;
}

.footer {
    padding-bottom: 3em;
}
.footer_black {
    background: black;
    color: white;
    padding: 3em 1em;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
    gap: 1em;
    font-size: 1.4em;
    justify-items: center;
    align-items: center;
    text-transform: uppercase;
}

.footer-grid__item {
    text-align: center;
    font-size: 0.8em;
}

.form__button,
.form__title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.form__title {
    font-size: calc(1.6em + 3vw);
    color: #07657f;
}

form {
    max-width: 35em;
    margin: 0 auto;
    font-weight: 400;
}

form h1 {
    font-size: 1.5em;
    color: #2c3e50;
    text-rendering: optimizeLegibility;
}

form input,
form textarea {
    border: none;
    outline: none;
    width: 100%;
    color: #2c3e50;
    background: #cfd9db;
    padding: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    box-sizing: border-box;
}

form input:focus,
form textarea:focus {
    -moz-box-shadow: #2c3e50 0 0 0 2px inset;
    -webkit-box-shadow: #2c3e50 0 0 0 2px inset;
    box-shadow: #2c3e50 0 0 0 2px inset;
}

form input:invalid {
    -moz-box-shadow: #502c2c 0 0 0 2px inset;
    -webkit-box-shadow: #502c2c 0 0 0 2px inset;
    box-shadow: #502c2c 0 0 0 2px inset;
}

form textarea {
    min-height: 5.625em;
    max-height: 12.5em;
    width: 100%;
}

form input[type=submit] {
    width: 50%;
    background: #27ae60;
    color: #ecf0f1;
    margin: 0 auto;
    cursor: pointer;
}

form input[type=submit]:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form input[type=submit]:active {
    background: #229955;
}

@media (max-width: 30em) {
    form input[type=submit] {
        width: 100%;
    }
}

form fieldset {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    margin: 0.75em 0 0.75em 0;
    text-align: center;
}

.parsley-error {
    -moz-box-shadow: #e74c3c 0 0 0 2px inset;
    -webkit-box-shadow: #e74c3c 0 0 0 2px inset;
    box-shadow: #e74c3c 0 0 0 2px inset;
}

textarea+.parsley-errors-list {
    margin-top: -.25em;
}

.parsley-custom-error-message {
    list-style: none;
    font-size: .875em;
    color: #e74c3c;
    margin: 0.3em 0 0 0;
}

::-webkit-input-placeholder {
    color: #94aab0;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #94aab0;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #94aab0;
}

:-ms-input-placeholder {
    color: #94aab0;
}

.form_sended .form__content,
.form__response {
    display: none;
}

.form_sended .form__response {
    display: block;
}

.success {
    color: #2c3e50;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2.5em;
}

@media (max-width: 30em) {
    .success {
        font-size: .875em;
    }
}

.form_contact .form__title {
    position: relative;
    margin: 3em auto 4em;
}
   
.form_contact .square {
    top: 50%;
    width: 100%;
    height: 7em;
    left: 0;
    transform: translate(0, -50%);
}

.modal {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    background: #000000a3;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.modal_not-hidden {
    display: flex;
}

.modal__content {
    max-width: 90vw;
    max-height: 90vh;
    background: #fff;
    padding: 2em 4em 1em;
    border-radius: 0.7em;
    position: relative;
    z-index: 1;
}
.modal__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.modal__content-close {
    position: absolute;
    width: 2em;
    height: 2em;
    right: -0.5em;
    top: -0.5em;
    background: white;
    display: block;
    border-radius: 1em;
    box-shadow: 0 0 10px #000000;
    cursor: pointer;
}

.modal__content-close:before, .modal__content-close:after {
    content: "";
    width: 1em;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0.5em;
    top: 0.95em;
    transform: rotate(45deg);
}
.modal__content-close:after {
    transform: rotate(-45deg);
}
@media (min-width: 380px) {
    .container {
        max-width: 420px;
    }
}

@media (min-width: 520px) {
    .container {
        max-width: 600px;
    }
    
    .nav-top {
        padding: 0 1em;
    }

    .menu__mobile-gamburger {
        display: none;
    }

    .menu__links-wrapper {
        display: block;
    }

    .menu__links {
        width: unset;
        position: static;
    }
    
    .fe__title {
        margin: 1.5em 0 0.5em;
    }

    .fe__title .square {
        height: 3em;
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 700px;
    }

    .wwa .square_pink {
        left: 42%;
    }

    .wwa__img-wrapper:nth-of-type(2) {
        margin-right: 0;
        margin-left: auto;
    }

    .fe__block {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: start;
    }

    .fe__block-bg-title {
        width: 100%;
    }

    .fe__block-description {
        width: 60%;
        padding-left: 2%;
        box-sizing: border-box;
    }

    .fe__block-images {
        width: 40%;
        padding-right: 2%;
        box-sizing: border-box;
    }
    
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid__item_wide {
        grid-column: span 2;
    }

    .form_contact .square {
        height: 3em;
        width: 3em;
        left: 50%;
        transform: translate(1ch, -50%);
    }
    
    .form_contact .form__title {
        margin: 1em auto 2em;
    }
    
}

@media (min-width: 760px) {
    .container {
        max-width: 760px;
    }

    .partners-logos {
        flex-wrap: nowrap;
    }

    .fe__title {
        padding-left: 0;
        margin: 1.2em 0;
        text-align: left;
    }

    .fe__title .square {        
        top: -1em;
        width: 3em;
        height: 3em;
        left: 28%;
    }

    .wwa__title {
        margin: 1em 0;
    }
        
    .partners-logos {
        grid-template-columns: repeat(5, 1fr);
    }
    .partners__title {
        width: 50%;
        text-align: left;
        margin: 1em 0;
        padding-left: 1ch;
    }
    
    .partners__title .square {
        width: 5em;
        height: 5em;
        top: 50%;
        transform: translate(0,-50%);
    }
}

@media (min-width: 800px) {
    .container {
        max-width: 820px;
    }
}

@media (min-width: 960px) {
    .container {
        max-width: 960px;
    }

    .wwa .square_pink {
        left: 60%;
        top: 50%;
    }

    .wwa__text {
        display: inline-block;
        width: 60%;
        box-sizing: border-box;
        vertical-align: top;
    }

    .wwa__images {
        display: inline-block;
        width: 38%;
        box-sizing: border-box;
        text-align: center;
    }

    .wwa__img-wrapper:first-of-type {
        margin: 2em 4em;
    }
}

@media (min-width: 1080px) {
    .container {
        max-width: 1060px;
    }

    .wwa__article {
        font-size: 1.3em;
        line-height: 1.1;
    }

    .wwa__article:before {
        top: -0.5em;
        font-size: 4.5em;
    }

    .fe__block {
        margin-top: 4em;
    }

    .fe__block {
        margin: 4em 0;
    }

    .fe__block-text {
        font-size: 1.8em;
    }

    .fe__block .square_blue {
        width: 15em;
        height: 15em;
    }

    .fe__block .square_pink {
        left: 45%;
        width: 12em;
        height: 12em;
    }
}

@media (min-width: 1220px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1360px) {
    .container {
        max-width: 1330px;
    }
    .wwa__article {
        font-size: 1.5em;
    }
    .fe__title {
        margin: 0 0 1em;
    }

    .partners__title {
        width: unset;
        padding-left: 0;
        text-align: center;
        margin: 0.5em 0;
    }
    
    .partners__title .square {
        left: 50%;
        width: 2em;
        height: 2em;
        transform: translate(-5.8ch,-50%);
    }
    .form_sign .form__title {
        font-size: 3em;
    }
    .form_contact .form__title {
        margin: 0.5em auto 1em;
    }
    .form_contact .square {    
        height: 2em;
        width: 2em;
        transform: translate(2.2ch, -50%);
    }
}

@media (min-width: 1460px) {
    .container {
        max-width: 1480px;
    }
}

@media (min-width: 1620px) {
    .container {
        max-width: 1600px;
    }
    .fe__block-bg-title {
        font-size: 5em;
    }
}

@media (min-width: 1900px) {
    .form__title,
    .partners__title,
    .fe__title,
    .wwa__title {
        font-size: 5em;
    }
}



.block-hidden-by-checkbox,
.checkbox-show-hidden-block {
    display: none;
}

.checkbox-show-hidden-block:checked + .block-hidden-by-checkbox {
    display: block;
}