/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
    font-family: "HelveticaNeueCyrBlack";
    src: url("/assets/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.woff") format("woff");
    font-weight: 900;
}

@font-face {
    font-family: "Roboto";
    src: url("/assets/wide/fonts/RobotoCyr/Roboto-Regular.woff") format("woff"),
    url("/assets/wide/fonts/RobotoCyr/Roboto-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "RobotoBlack";
    src: url("/assets/wide/fonts/RobotoCyr/Roboto-Black.woff") format("woff"),
    url("/assets/wide/fonts/RobotoCyr/Roboto-Black.woff2") format("woff2");
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: Roboto, Arial, sans-serif;
    font-size: 10px;
}

body {
    font-size: 1.4rem;
    font-weight: 400;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    color: #000000;
}

a {
    text-decoration: none;
}

.list-un-styled {
    padding: 0;
    margin: 0;
    list-style: none;
}

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

.button {
    width: 100%;
    max-width: 288px;
    background-color: #008D81;
    outline: none;
    padding: 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

/*///////////////////////////////////////////////////////////////// Header //////////////////////////////////////////////////////////*/
.header {
    background-image: url("../images/bg-abstraction.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 16px;
}

.header--main {
    background-image: url("../images/bg-forest.jpg");
    max-height: 640px;
    padding-bottom: 77px;
}

.header__logo {
    width: 80px;
    height: 30px;
}

.header__wrap-logo {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 80px;
    outline: none;
    height: 30px;
}

.header--main .header__wrap-logo {
    height: 36px;
}

.header__title {
    font-family: HelveticaNeueCyrBlack, Helvetica, Arial, sans-serif;
    font-size: 4.3rem;
    font-weight: 900;
    line-height: 4.7rem;
    color: #ffffff;
    margin: 0 0 10px;
}

.advert-media .header__title {
    padding-bottom: 80px;
}

.header__text {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #ffffff;
    padding-bottom: 80px;
}

.header--main .header__wrap-logo {
    margin-bottom: 75px;
    padding: 3px;
}

.header--main .header__title {
    font-size: 3rem;
    text-align: center;
    line-height: 3.3rem;
    margin: 0 -5px 16px;
}

.header--main .header__text {
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: center;
}

.header__list {
    width: 70vw;
    margin: 0 auto 20px;
}

.header__item {
    margin-bottom: 10px;
}

.header__link {
    font-weight: 600;
    color: #000000;
    display: block;
    text-align: center;
    padding: 13px 0;
    background-color: #ffffff;
    border-radius: 5px;
    width: 100%;
    min-width: 222px;
}

/*///////////////////////////////////////////////////////////////// Content //////////////////////////////////////////////////////////*/
.content {
    margin: 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.carousel {
    margin-bottom: 70px;
}

.list-services {
    margin: 0 0 80px 0;
}

.list-services__list {
    margin: 0;
    padding-left: 15px;
}

.list-services__link {
    color: #248761;
    text-decoration: underline;
}

.list-services__list li {
    margin: 0 0 15px 0;
    line-height: 1.6rem;
    color: #248761;
}

.list-services__list li span {
    color: #000;
}

.form-feedback {
    width: 100%;
}

.carousel__header,
.form-feedback__header {
    font-family: RobotoBlack, Arial, sans-serif;
    margin: 0 0 20px 0;
    font-size: 2.5rem;
    line-height: 2.7rem;
}

.form-feedback__input {
    border: none;
    border-bottom: 1px solid #DBDBDB;
    width: 100%;
    padding: 10px 10px 10px 0;
    outline: none;
    margin-bottom: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

input[name="company-feedback"].form-feedback__input {
    margin-bottom: 30px;
}

.form-feedback__input:focus {
    border-bottom: 1px solid #008d81;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.textarea-feedback__header {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin: 0 0 10px 0;
    color: #707070;
}

.textarea-feedback__field {
    width: 100%;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    margin: 0 0 10px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    padding: 5px;
    max-height: 200px;
}

.textarea-feedback__field:focus {
    border: 1px solid #008d81;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/*///////////////////////////////////////////////////////////////// Footer //////////////////////////////////////////////////////////*/
.footer {
    background-color: #F0F0F0;
    padding: 20px 0 50px;
}

.footer__wrap-logo {
    display: block;
    margin-bottom: 40px;
    outline: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.footer__logo {
    width: 85px;
    height: 34px;
}

.footer__nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px;
}

.footer__nav:not(:last-of-type) {
    margin-bottom: 20px;
}

.footer__nav {
    width: 100%;
    max-width: 185px;
    margin: 0 5px;
}

.footer__nav li {
    cursor: pointer;
}

.footer__item-header {
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #000000;
    margin: 0 7px 0 0;
    display: inline;
}

.footer__arrow {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.footer__arrow path {
    stroke: #008D81;
}

.footer__nav.open .footer__arrow path {
    stroke: #000000;
}

.footer__nav.open .footer__arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.footer__nav li:first-of-type {
    margin-bottom: 7px;
}

.footer__nav li:not(:first-of-type) a {
    display: none;
}

.footer__nav.open li:not(:first-of-type) a {
    display: block;
    color: #656565;
    line-height: 1.5rem;
    padding: 5px 0;
}

.honeypot {
  display: none;
}

/*///////////////////////////////////////////////Style for Desktop/////////////////////////////////////////*/
@media screen and (min-width: 1024px) {
    body {
        font-size: 1.8rem;
    }

    .button {
        padding: 25px;
        font-size: 1.9rem;
        font-weight: 600;
    }
    /*///////////////////////////////////////////////////////////////// Header //////////////////////////////////////////////////////////*/
    .header--main {
        max-height: 1380px;
        padding-top: 20px;
        padding-bottom: 110px;
    }

    .header__logo {
        width: 104px;
        height: 40px;
    }

    .header__wrap-logo {
        height: 40px;
    }

    .header--main .header__wrap-logo {
        margin-bottom: 95px;
    }

    .header__title {
        font-size: 7.7rem;
        font-weight: 900;
        line-height: 8.5rem;
        margin-bottom: 60px;
    }

    .header--main .header__title {
        font-size: 7.7rem;
        font-weight: 900;
        line-height: 8.5rem;
        margin-bottom: 25px;
        text-shadow: 0 4px 31px rgba(0, 0, 0, 0.32);
        max-width: 100%;
    }

    .header__text {
        font-size: 1.9rem;
        line-height: 2.5rem;
    }

    .header--main .header__text {
        max-width: 100%;
        font-size: 1.9rem;
        line-height: 2.2rem;
        margin-bottom: 54px;
    }

    .header__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 47px;
    }

    .header__item {
        margin-bottom: 0;
    }

    .header__item:not(:last-of-type) {
        margin-right: 15px;
    }

    .header__link {
        font-weight: 600;
        font-size: 1.9rem;
        padding: 20px 0;
        width: 316px;
    }

    /*///////////////////////////////////////////////////////////////// Content //////////////////////////////////////////////////////////*/
    .content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .list-services__list {
        margin: 0;
        padding-left: 15px;
    }

    .list-services__list li {
        margin: 0 0 20px 0;
        line-height: 2.1rem;
    }

    .carousel__header,
    .form-feedback__header {
        font-size: 6.4rem;
        line-height: 6.7rem;
    }

    .form-feedback__input-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .form-feedback__input {
        border: none;
        border-bottom: 1px solid #DBDBDB;
        padding: 20px 20px 20px 0;
        font-size: 1.8rem;
        margin-bottom: 15px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    input[name="name-feedback"].form-feedback__input {
        margin-right: 20px;
    }

    input[name="name-feedback"].form-feedback__input,
    input[name="email-feedback"].form-feedback__input {
        width: calc(50% - 10px);
    }

    input[name="company-feedback"].form-feedback__input {
        margin-bottom: 40px;
    }

    .textarea-feedback__header {
        font-size: 1.8rem;
        line-height: 1.9rem;
        margin: 0 0 20px 0;
    }

    .textarea-feedback__field {
        margin: 0 0 20px 0;
        padding: 15px;
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1200px){
    /*///////////////////////////////////////////////////////////////// Footer //////////////////////////////////////////////////////////*/
    .footer {
        padding: 40px 0;
    }

    .footer__wrap-logo {
        display: none;
    }

    .footer__nav-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__item-header {
        font-size: 1.8rem;
    }

    .footer__nav li {
        cursor: default;
    }

    .footer__nav:not(:last-of-type) {
        margin-bottom: 0;
    }

    .footer__arrow {
        display: none;
    }

    .footer__nav li:first-of-type {
        margin-bottom: 20px;
    }

    .footer__nav li:not(:first-of-type) a {
        display: block;
        color: #656565;
        line-height: 1.7rem;
        font-size: 1.6rem;
        padding: 5px 0;
    }
}


















