@import url("fonts.css");
@import url("normalize.css");

/*vars*/
:root {
    --green-color: #004340;
    --white-color: #FFFFFF;
}

body {
    background: var(--green-color);
    font-family: MonNormal, sans-serif;
    color: var(--white-color);
    position: relative;
    background-image: url(/lib/view/img/paralax/paralax_bg.svg);
    background-repeat: no-repeat;
}

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

.header-top {
    margin: 0 auto;
    max-width: 1920px;
    padding: 36px 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}


.header-nav {
    display: flex;
    font-size: 20px;
    line-height: 30px;
    grid-column-gap: 28px;
}

.header-nav a {
    text-decoration: none;
    color: var(--white-color);
    display: inline-block;
    cursor: pointer;
}

.lang-checker-wrapp {
    display: flex;
    grid-column-gap: 8px;
}

.lang_ico {
    display: block;
    border: 2px solid var(--green-color);
    border-radius: 50%;
}

.lang_ico.active {
    display: block;
    border: 2px solid var(--white-color);
}

.lang_ico i {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--green-color);
}

.lang_ico.en i {
    background: url(/lib/view/img/header/en_ico.svg);
}

.lang_ico.ru i {
    background: url(/lib/view/img/header/ru_ico.svg);
}

.big-title {
    font-family: MonLight;
    font-size: 120px;
    line-height: 146px;
    margin-bottom: 100px;
    display: block;
}

.small-title {
    font-size: 60px;
    line-height: 73px;
    display: block;
    margin-bottom: 30px;
}

/*paralax start*/
.top-paralax {
    overflow: hidden;
}

.top-paralax__descr {
    display: flex;
    grid-column-gap: 40px;
    margin-top: auto;
    margin-bottom: 200px;
    transform: translateY(0);
}

.top-paralax__text {
    font-family: Eastman;
    font-size: 50px;
    line-height: 65px;
    padding-bottom: 170px;
}

.ru-lang .top-paralax__text {
    font-size: 40px;
    line-height: 55px;
}

.top-paralax__elems {
    display: flex;
    grid-column-gap: 16px;
    align-items: center;
    max-height: 210px;
    margin-top: auto;
}

.top-paralax__elems img {
    display: block;
    max-width: 135px;
}

.hover-btn-state {
    color: var(--white-color);
    text-align: left;
}

.top-paralax__elems .hover-btn-state {
    font-family: MonNormal;
    border: 2px solid var(--white-color);
    background: none;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
}


.top-paralax__elems .hover-btn-state span {
    padding: 18px 18px 30px 28px;
    font-size: 60px;
    line-height: 53px;
}

.top-paralax__background {
    min-height: 1855px;
    position: relative;
    display: flex;
    flex-direction: column;
}

/*paralax end*/

.about-us__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 60px;
}

.about-us__title {
    font-size: 30px;
    line-height: 36px;
    display: block;
    margin-bottom: 11px;
    font-family: MonBold;
}

.about-us__descr {
    font-size: 20px;
    line-height: 30px;
}

.about-us {
    margin-bottom: 200px;
}

/*services start*/

.services__item {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    overflow: hidden;
    display: inline-block;
    max-width:562px;
    min-height: 501px;
}

.services__item.swiper-slide {
    height: initial;
}

.swiper-wrapper {
    align-items: stretch;
}

.services__top {
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}

.services__title {
    font-size: 30px;
    line-height: 36px;
    font-family: 'MonBold';
}

.services__bottom {
    box-sizing: border-box;
    padding: 0 30px 36px;
    padding-right: 50px;
}

.services__minititle {
    font-size: 20px;
    line-height: 150%;
    font-family: 'MonBold';
    margin-bottom: 20px;
    display: block;
}

.services__descr ol {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
    font-size: 20px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 20px;
}

.services__numb {
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    background: #7FA19F;
    margin-top: 11px;
    margin-left: 11px;
    font-size: 30px;
    border-radius: 50%;
    border: 23px solid #4c7b79d9;
}

.services__item.number {
    background-image: url(/lib/view/img/services/ellipse.svg);
    background-repeat: no-repeat;
}

.swiper-wrapper {
    left: -15.5%;
}

.services__wrap {
    margin-bottom: 100px;
}
/*services end*/

.callback__wrap {
    padding-top: 100px;
}

.callback-form {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    grid-row-gap: 60px;
}

.callback-form input.input-text {
    background: none;
    border: none;
    outline: none;
    font-size: 30px;
    line-height: 30px;
    color: var(--white-color);
    display: block;
    border-bottom: 2px solid var(--white-color);
    padding-bottom: 20px;
    caret-color: var(--white-color);
    border-radius: 0;
}

.callback-form input.input-text:-webkit-autofill,
.callback-form input.input-text:-webkit-autofill:hover,
.callback-form input.input-text:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--white-color);
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
    background: none;
    caret-color: var(--white-color);
    border-radius: 0;
}

.submit-wrap {
    display: flex;
    margin: 0 auto;
    position: relative;
    align-items: center;
}

.submit-wrap button {
    background: none;
    border: 2px solid var(--white-color);
    border-radius: 30px;
    font-size: 60px;
    line-height: 90%;
    color: var(--white-color);
    box-sizing: border-box;
    position: relative;
    left: -53px;
    z-index: 1;
    cursor: pointer;
    display: flex;
}

.submit-wrap button span {
    padding: 23px 30px 30px;
    box-sizing: border-box;
}

.submit-wrap .sub_arrow {
    position: relative;
    transform: translateX(-50%);
}

.callback {
    margin-bottom: 200px;
}

.hover-btn-state {
    overflow: hidden;
    position: relative;
    transition: .5s;
}

.hover-btn-state:hover {
    border-color:transparent;
    color: var(--green-color);
}

.hover-btn-state:before {
    content: '';
    display: block;
    width: 190%;
    height: 100%;
    background: #fff;
    position: absolute;
    transform: skew(-20deg, 0deg);
    top: 0;
    z-index: -1;
    left: -210%;
    transition: .5s;
}


.hover-btn-state:hover:before {
    transform: skew(20deg, 0deg) translateZ(10%);
    left:-50%;
    transition: .3s;
}

.footer__wrap {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto 100px;
    align-items: center;
}

.footer >.container {
    display: flex;
}

.footer__wrap > * {
    font-size: 20px;
    line-height: 30px;
}

.hover-btn-wrap {
    transition: .5s;
}

.hover-btn-wrap > img {
    transition: .5s;
}

.hover-btn-wrap.submit-wrap:hover > img {
    transition: .5s;
    transform: translateX(-46%);
}

.top-paralax__elems:hover > img {
    transform: translateX(5px);
}

.hover-btn-state {
    transition: .5s;
}

.hover-btn-wrap:hover .hover-btn-state {
    transform: translateX(-5px);
}

.callback__wrap__thx {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-row-gap: 30px;
    text-align: center;
    border: 2px solid #336966;
    border-radius: 30px;
}

.callback__wrap__form.disabled {
    display: none;
}

.callback__wrap__thx.enabled {
    display: flex;
}

.form__txh__text {
    font-family: 'MonLight';
    font-size: 30px;
    line-height: 36px;
}

.privacy_text {
    color: #418985;
    font-size: 16px;
}

.privacy_text a {
    text-decoration: underline;
}

.privacy_link {
    font-size: 20px;
    color: #418985;
    margin-top: 10px;
    text-decoration: underline;
    text-align: center;
}

.about-us__item:nth-child(1) {
    order: 1;
}

.about-us__item:nth-child(2) {
    order: 2;
}

.about-us__item:nth-child(6) {
    order: 3;
}

.about-us__item:nth-child(3) {
    order: 7;
}

.about-us__item:nth-child(4) {
    order: 8;
}

.about-us__item:nth-child(5) {
    order: 4;
}

.about-us__item:nth-child(7) {
    order: 6;
}

.about-us__item:nth-child(8) {
    order: 5;
}

body .grecaptcha-badge {
    display: none !important;
}