/*
Theme Name: EE Project
Version: 1.0
Author URI: https://docode.pro
*/
@charset "UTF-8";

:placeholder{
	color: #c4c4c4;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root{
    --bl: #000;
    --wh: #fff;
    --d-grey: #666;
    --l-grey: #ededed;
    --b-grey: #8c8c8c;
    --grey: #7a7a7a;
    --green: #259da8;
    --blue: #1f5bff;
    --red: #F95D51;
}

::placeholder {
    font-size: inherit;
    color: var(--grey);
}

input, select, textarea {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    width: 100%;
}

input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="password"], 
input[type="number"], 
input[type="date"], 
input[type="time"],
select, textarea{
    width: 100%;
    outline: none;
}

html{
    scroll-behavior: smooth;
}

body {
    font-family: 'Arial',Arial,sans-serif;
    font-size: 16px;
}


a {
    text-decoration: none;
    transition: 0.3s;
    color: var(--green);
}

img {
    max-width: 100%;
}

.docode_loader {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    display: none;
}

.container {
    width: 100%;
    max-width: 1160px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    color: var(--wh);
    z-index: 1;
}

.header_logo {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
}

ul.main_menu {
    list-style: none;
    display: flex;
    height: 100px;
    align-items: center;
    flex: 1;
    margin: 0 -15px;
    padding: 0 20px;
}



a:hover {
    color: var(--bl);
}

ul.main_menu li {
    padding: 0 15px;
}

.header_tel {
    display: flex;
    height: 100px;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    padding: 0 20px;
}

.burger_menu {
    display: none;
}

.mobile_menu {
    display: none;
}

ul.main_menu a {
    color: var(--wh);
    position: relative;
    font-weight: 600;
}

ul.main_menu a:after,
.header_tel a:after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    transition: 0.3s;
    height: 2px;
    background: var(--wh);
    bottom: -5px;
}

ul.main_menu a:hover:after,
.header_tel a:hover:after{
    width: 100%;
}

.header_tel a {
    margin-left: 5px;
    color: var(--wh);
    position: relative;
}

section#banner {
    height: 612px;
    position: relative;
    display: flex;
    align-items: center;
}


img.main_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_darker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(9, 47, 51, 0.8), rgba(8, 29, 31, 0.7));
}

section#banner h1 {
    padding: 24px 0 38px 0;
    letter-spacing: .5px;
    text-align: center;
    font-size: 72px;
    line-height: 1.17;
    position: relative;
    color: var(--wh);
    width: 100%;
}

.banner_desc {
    position: relative;
    color: var(--wh);
    max-width: 700px;
    margin: 0 auto;
    padding: 0 0 30px 0;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}

.banner_arrow_wrap {
    position: absolute;
    z-index: 9;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: center;
}

svg.t-cover__arrow-svg {
    width: 38px;
    cursor: pointer;
    transition: 0.3s;
    animation: t-arrow-bottom 1.7s infinite ease;
}

svg.t-cover__arrow-svg:hover {
    opacity: 0.7;
}

.about_left {
    width: 560px;
    margin: 0 20px;
}

.about_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 20px;
}

.about_right h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 1.23;
}

.about_desc {
    padding-bottom: 28px;
    text-align: center;
    color: var(--d-grey);
    font-weight: 300;
    line-height: 1.55;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    position: relative;
}

.about_desc:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    height: 3px;
    width: 50px;
    background: var(--green);
    left: 50%;
    transform: translateX(-50%);
}

.about_txt {
    margin-top: 28px;
    text-align: center;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
}

section#about {
    padding: 10px 0;
}

section#why_choose {
    padding: 30px 0;
}

section#why_choose h2 {
    font-size: 42px;
    line-height: 1.23;
    text-align: center;
    margin-bottom: 100px;
}

.why_choose_card {
    flex: 1;
    margin: 0 20px;
    text-align: center;
}

.why_choose_img {
    position: relative;
    margin-bottom: 25px;
    width: 85px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
}

.why_choose_txt {
    line-height: 1.55;
    font-weight: 300;
}

section#product {
    padding-top: 90px;
    padding-bottom: 0px;
    background: var(--l-grey);
}

section#product h2 {
    font-size: 64px;
    line-height: 1.23;
    text-align: center;
}

.solution_desc {
    font-size: 24px;
    line-height: 1.5;
    padding-top: 40px;
    font-weight: 300;
    max-width: 760px;
    text-align: center;
    margin: 0 auto 40px;
}

.solution_card {
    display: flex;
    background: var(--wh);
    margin: 0 20px;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.solution_img {
    width: 50%;
    position: relative;
    height: 340px;
}

.solution_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution_txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding: 0 100px;
}

.solution_txt_title {
    font-size: 36px;
    line-height: 1.23;
    width: 380px;
    margin: 0 auto 20px;
    font-weight: 600;
}

.solution_card:nth-child(2n) .solution_img {
    order: 1;
}

section#advantages {
    padding-top: 90px;
    padding-bottom: 150px;
}

section#advantages h2 {
    font-size: 42px;
    line-height: 1.23;
    text-align: center;
    margin-bottom: 90px;
}

.advantages_card {
    align-items: flex-start;
    margin: 0 20px 65px;
    display: flex;
    padding: 0 200px;
}

.advantages_img {
    width: 65px;
}

.advantages_txt {
    flex: 1;
    margin-left: 30px;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
}

.advantages_txt_title {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 14px;
    font-weight: 600;
}

section#feedback {
    padding-top: 45px;
    padding-bottom: 30px;
    background: var(--l-grey);
}

.feedback_desc {
    margin: 0 20px;
    padding-left: 200px;
    width: 760px;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 300;
}

.feedback_btn_wrap {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.feedback_btn_wrap a {
    height: 60px;
    border: 1px solid var(--green);
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    color:
    var(--wh);
    background:
    var(--green);
    border-radius: 5px;
    padding: 0 60px;
    display: flex;
    align-items: center;
}

.feedback_btn_wrap a:hover {
    color: var(--green);
    background: var(--wh);
}

section#reviews {
    padding-top: 60px;
    padding-bottom: 60px;
    background: var(--l-grey);
}

section#reviews h2 {
    font-size: 42px;
    line-height: 1.23;
    margin-bottom: 40px;
    text-align: center;
}

.reviews_card {
    margin: 0 20px 60px;
    display: flex;
    padding: 0 200px;
    width: 100%;
}

.reviews_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-right: 35px;
}

.reviews_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews_txt {
    flex: 1;
    position: relative;
    padding: 30px 35px;
    border-radius: 10px;
    background: var(--wh);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 300;
}

.reviews_txt_title {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 2px;
}

.reviews_txt_rank {
    line-height: 1.55;
    color: var(--d-grey);
    font-size: 14px;
    margin-bottom: 8px;
}

.reviews_txt:after {
    content: '';
    display: block;
    width: 25px;
    height: 24px;
    position: absolute;
    background: var(--wh);
    right: 100%;
    top: 51px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.reviews_card:nth-child(2n) .reviews_img {
    order: 1;
    margin-right: 0;
    margin-left: 35px;
}

.reviews_card:nth-child(2n) .reviews_txt:after{
    right: 0;
    left: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

section#team {
    padding-top: 150px;
    padding-bottom: 100px;
}

section#team h2 {
    font-size: 42px;
    line-height: 1.23;
    text-align: center;
    margin-bottom: 40px;
}

.team_desc {
    font-size: 24px;
    line-height: 1.5;
    max-width: 560px;
    margin: 0 auto 100px;
    text-align: center;
    font-weight: 300;
}

.member_card {
    margin: 0 20px;
    width: calc(25% - 40px);
    margin-bottom: 40px;
}

.member_img {
    position: relative;
    height: 230px;
    margin-bottom: 30px;
}

.member_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member_name {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 4px;
}

.member_rank {
    font-size: 14px;
    line-height: 1.55;
    color: var(--grey);
}

a.member_mail {
    color: var(--grey);
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 25px;
    display: block;
    font-style: italic;
}

a.member_mail:hover {
    color: var(--blue);
}

.member_info {
    font-size: 15px;
    line-height: 1.55;
    padding-top: 25px;
    position: relative;
}

.member_info:before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: var(--blue);
    top: 0;
    left: 0;
}

section#contact {
    padding-top: 30px;
    padding-bottom: 60px;
    background: var(--l-grey);
}

h2 {}

section#contact h2 {
    font-size: 52px;
    line-height: 1.23;
    text-align: center;
    margin-bottom: 40px;
}

.contact_desc {
    font-size: 26px;
    line-height: 1.45;
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

form.contact_form {
    padding: 0 200px;
}

.form_input_wrap input {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--d-grey);
    height: 60px;
    margin-bottom: 35px;
}

.form_input_wrap textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--d-grey);
    height: 100px;
    padding-top: 17px;
    margin-bottom: 35px;
}

.form_input_wrap .error_field {
    border-color: var(--red);
}

.form_message_error,
.form_message_sended{
    height: 70px;
    background: var(--red);
    padding: 20px;
    color: var(--wh);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 35px;
    display: none;
}

.form_message_sended {
    background: var(--green);
}

.form_submit_wrap button {
    text-align: center;
    height: 60px;
    border: 1px solid var(--green);
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 700;
    cursor: pointer;
    margin: 0;
    outline: none;
    background:
    var(--green);
    color:
    var(--wh);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.form_submit_wrap button:after {
    opacity: 0.4;
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    animation-delay: 50ms;
    position: absolute;
    left: -80px;
    top: -100px;
    transition: all 0.1s;
    animation-name: slideme;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
}

.form_submit_wrap {
    display: flex;
    justify-content: center;
}

.form_submit_wrap button:hover {
    background: var(--wh);
    color: var(--green);
}

footer {
    padding-top: 60px;
    background: var(--l-grey);
}

.footer_tel {
    width: 100%;
    margin: 0 20px 20px;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}

.footer_tel a,
.footer_mail a{
    color: var(--bl);
}

.footer_tel a:hover,
.footer_mail a:hover{
    color: var(--green);
}

.footer_mail {
    width: 100%;
    margin: 0 20px 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}

.copywrite {
    width: 100%;
    font-size: 14px;
    margin: 0 20px 45px;
    text-align: center;
    line-height: 1.5;
}

.footer_socials {
    width: 100%;
    margin: 0 20px;
    padding: 0 200px;
    display: flex;
    justify-content: center;
}

.footer_socials a:hover {
    opacity: 0.7;
}


/** MEDIA **/
@media(max-width: 900px){
    ul.main_menu {
        display: none;
    }
    
    .header_logo {
        display: none;
    }
    
    .header_tel {
        display: none;
    }
    
    header {
        height: 62px;
        background: var(--bl);
        padding: 20px;
    }
    
    .burger_menu {
        display: block;
        position: relative;
        width: 28px;
        height: 20px;
        margin: 0 20px;
        margin-left: auto;
    }
    
    .burger_menu span {
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        background: var(--wh);
        top: 8px;
        transition: 0.3s;
    }
    
    .burger_menu span:first-child {
        top: 0;
    }
    
    .burger_menu span:last-child {
        top: 16px;
    }

    .burger_menu.active span:nth-child(2) {
        opacity: 1;
        transform: rotate(45deg);
    }
    
    .burger_menu.active span:nth-child(3) {
        opacity: 1;
        transform: rotate(-45deg);
    }
    
    .burger_menu.active span {
        opacity: 0;
    }
    
    .menu_open .mobile_menu {
        display: block;
        background: var(--bl);
        width: 100%;
        position: absolute;
        left: 0;
    }
    
    .container {
        padding: 0 20px;
        max-width: 640px;
    }
    
    .header_logo_mob {
        width: 200px;
        padding: 40px 0;
        margin: auto;
    }
    
    ul.main_menu_mob {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        list-style: none;
        font-size: 16px;
    }
    
    ul.main_menu_mob li {
        padding: 10px;
    }
    
    ul.main_menu_mob li a {
        color: var(--wh);
    }
    
    .header_tel_mob {
        padding: 50px 0;
        text-align: center;
    }
    
    .header_tel_mob a {
        color: var(--wh);
    }

    section#banner {
        height: 600px;
        margin-top: 62px;
    }
    
    section#banner h1 {
        font-size: 68px;
    }
    
    .banner_desc {
        font-size: 22px;
    }
    
    .about_left {
        width: 100%;
    }
    
    section#about {
        padding: 0;
    }
    
    .about_right h2 {
        font-size: 38px;
    }
    
    .about_desc {
        font-size: 14px;
    }
    
    .about_txt {
        font-size: 18px;
    }
    
    section#why_choose h2 {
        font-size: 38px;
        margin-bottom: 45px;
    }
    
    .why_choose_card {
        flex: 100%;
        margin-bottom: 45px;
    }
    
    .solution_txt {
        padding: 10px;
    }
    
    .solution_txt_title {
        font-size: 32px;
        width: auto;
    }
    
    .solution_img {
        height: auto;
        min-height: 200px;
    }
    
    .advantages_card {
        padding: 0;
        margin-bottom: 40px;
    }
    
    section#advantages h2 {
        margin-bottom: 45px;
        font-size: 38px;
    }
    
    .advantages_txt_title {
        font-size: 18px;
    }
    
    .advantages_txt {
        font-size: 16px;
    }
    
    .feedback_desc {
        padding: 0;
        text-align: center;
        width: auto;
        font-size: 20px;
    }
    
    .feedback_btn_wrap {
        margin: 20px;
        justify-content: center;
    }
    
    section#product h2 {
        font-size: 38px;
    }
    
    section#reviews h2 {
        font-size: 38px;
    }
    
    .reviews_card {
        padding: 0;
    }
    
    section#team h2 {
        font-size: 38px;
    }
    
    .team_desc {
        font-size: 22px;
        margin-bottom: 45px;
    }
    
    .member_card {
        flex: 40%;
        margin-bottom: 60px;
    }
    
    section#team {
        padding: 80px 0;
    }
    
    section#contact {
        padding: 60px 0;
    }
    
    section#contact h2 {
        font-size: 38px;
    }
    
    .contact_desc {
        font-size: 22px;
    }
    
    form.contact_form {
        padding: 0;
    }

    .footer_socials {
        padding: 0;
    }
}

@media(max-width: 660px){
    section#banner {
        height: 100vh;
        margin-top: 0;
    }
    
    .burger_menu {
        margin-right: 0;
    }
    
    section#banner h1 {
        font-size: 30px;
    }
    
    .banner_desc {
        font-size: 14px;
        line-height: 200%;
    }
    
    .about_right h2 {
        font-size: 30px;
    }
    
    .about_txt {
        font-size: 16px;
    }
    
    section#why_choose h2 {
        font-size: 30px;
    }
    
    .why_choose_txt {
        font-size: 14px;
    }
    
    section#product h2 {
        font-size: 30px;
    }
    
    .solution_desc {
        font-size: 20px;
    }
    
    .solution_img {
        width: 100%;
    }
    
    .solution_txt {
        padding: 60px 10px;
    }
    
    .solution_txt_title {
        font-size: 28px;
    }
    
    .solution_card:nth-child(2n) .solution_img {
        order: 0;
    }
    
    section#advantages h2 {
        font-size: 30px;
    }
    
    .advantages_img {
        width: 50px;
    }
    
    .advantages_txt_title {
        font-size: 16px;
    }
    
    section#advantages {
        padding: 60px 0;
    }
    
    .reviews_img {
        width: 40px;
        height: 40px;
        margin-right: 14px;
    }
    
    .reviews_txt {
        padding: 20px;
    }
    
    .reviews_txt:after {
        width: 10px;
        height: 10px;
        top: 18px;
    }
    
    .reviews_card:nth-child(2n) .reviews_img {
        margin-left: 14px;
    }
    
    section#team h2 {
        font-size: 30px;
    }
    
    .team_desc {
        font-size: 16px;
    }
}


/* ANIMATION */
@-webkit-keyframes t-arrow-bottom {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }
    55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes t-arrow-bottom {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }
    55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}








