/* VARIABLE */
/* MIXINS */
/* COMMON */
* {
    box-sizing: border-box;
    outline: none;
}

html, body {
    margin: 0;
    font-family: "Muller";
    font-size: 14px;
}

h1 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0;
    letter-spacing: 4px;
}

h1 span {
    color: #00a860;
    font-size: 39px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
}

p {
    line-height: 1.4;
}

.container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1170px;
    box-sizing: border-box;
}

.btn_cta {
    border: none;
    background-color: #00a860;
    border-radius: 25px;
    font-family: "Muller";
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    height: 50px;
    box-shadow: 0px 0px 3px 2px rgba(0, 168, 96, 0.5);
}

.header_socilal {
    margin: 0 auto;
}

.btn_cta:hover {
    background-color: #00c26e;
    cursor: pointer;
    box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.5);
}

/* MAIN */
main {
    background-size: auto;
    background-position: 50%;
    background-image: url(../img/bg/bg_main.jpg);
    padding-bottom: 60px;
}

.header {
    padding-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    color: #fff;
}

.header__logo {
    width: 195px;
}

.header__contacts {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-left: 80px;
}

.header_phone {
    text-decoration: none;
}

.header_phone:nth-child(2) {
    margin-left: 40px;
}

.header_phone:link, .header_phone:visited {
    color: #fff;
}

.header_phone,
.header_mail {
    position: relative;
    font-size: 18px;
    font-weight: 700;
}

.header_phone::before,
.header_mail::before {
    content: '';
    position: absolute;
    left: -30px;
    background-size: cover;
}

.header_phone::before {
    width: 20px;
    height: 20px;
    background-image: url(../img/icons_common/phone_green.png);
}

.header_mail {
    color: #fff;
    text-decoration: none;
    margin-left: 40px;
    margin-right: 70px;
}

.header_mail::before {
    width: 20px;
    height: 14px;
    top: 2px;
    background-image: url(../img/icons_common/email_green.png);
}

.header__contacts_item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.btn_cta.btn_no_bg {
    width: 195px;
    background-color: transparent;
    border: 1px solid #00a860;
}

.btn_cta.btn_order_call {
    width: 250px;
    margin: 16px auto;
}

.main__caption {
    color: #fff;
}

.main__caption .btn_cta {
    width: 250px;
    text-align: center;
    background-color: #00a860;
    border: 1px solid #00a860;
    margin-top: 75px;
    margin-bottom: 75px;
}

.main__info {
    color: #fff;
    display: flex;
    justify-content: flex-start;
}

.main__info p {
    font-size: 50px;
    font-weight: 300;
    margin-right: 100px;
    margin-top: 25px;
    line-height: 20px;
}

.main__info p span {
    font-size: 25px;
    font-weight: 500;
    color: #00a860;
}

.main__info p .info_small {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

/* BENEFITS */
.benefits {
    padding-top: 80px;
    text-align: center;
}

.subtitle {
    font-size: 18px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 50px;
    max-width: 950px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.benefits__line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefits__item {
    width: 33.3%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.benefits__item img {
    margin-bottom: 30px;
}

.benefits__item p {
    font-size: 15px;
    font-weight: 300;
}

/* OBJECTS */
.objects {
    padding-bottom: 75px;
}

.objects .container > .btn_cta {
    width: 272px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.objects__line {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding-top: 45px;
    padding-bottom: 45px;
    flex-wrap: wrap;
}

.hidden_objects {
    display: none;
}

.objects__item {
    width: 19%;
    height: 300px;
    margin: 5px;
    position: relative;
}

.objects__item .logo_in_photo,
.objects__item .btn_cta.btn_no_bg {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.objects__item .gray_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
}

.objects__item .btn_cta.btn_no_bg {
    bottom: 100px;
}

.objects__item .btn_cta.btn_no_bg:hover {
    cursor: pointer;
}

.objects__item .logo_in_photo {
    top: 100px;
}

.objects__item:hover .img_bg {
    -webkit-filter: blur(5px) grayscale(50%);
    filter: blur(5px) grayscale(50%);
}

.objects__item:hover .logo_in_photo,
.objects__item:hover .btn_cta.btn_no_bg,
.objects__item:hover .gray_bg {
    display: block;
}

.bg_grey {
    background-color: rgba(28, 45, 61, 0.5);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 2;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.bg_grey .btn_cta {
    background-color: transparent;
    border: 1px solid #00a860;
    margin-top: 20px;
    height: 45px;
    width: 160px;
}

.bg_grey img {
    width: auto;
    height: auto;
}

.img_wrapper {
    position: relative;
}

.img_bg {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 25% 0;
    object-position: 25% 0;
}

.img_wrapper:hover .bg_grey {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* FORM-1 */
.form__section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.form__section form {
    width: 460px;
    margin-top: 40px;
}

.form__section form .btn_cta {
    width: 100%;
}

.form1 {
    background-image: url(../img/bg/bg_form_01.jpg);
}

.form_title {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-align: left;
}

.form_title span {
    color: #00a860;
}

.form__text p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 0;
    color: #e5e5e5;
}

input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 50px;
    padding-left: 75px;
    margin-bottom: 30px;
    outline: none;
    background-repeat: no-repeat;
    background-position: 20px;
    color: #fff;
    font-weight: 500;
    box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.3);
}

input::-webkit-input-placeholder {
    color: #cccccc;
}

input::-moz-placeholder {
    color: #cccccc;
}

input::-ms-input-placeholder {
    color: #cccccc;
}

input::placeholder {
    color: #cccccc;
}

input:focus, input:hover, input:active {
    border-color: #00a860;
    box-shadow: 0px 0px 3px 2px rgba(0, 168, 96, 0.5);
}

input[name="name"] {
    background-image: url(../img/icons_common/name_green.png);
}

input[name="phone"] {
    background-image: url(../img/icons_common/smartphone_green.png);
    background-position-x: 25px;
}

input[name="mail"] {
    background-image: url(../img/icons_common/mail_input_green.png);
}

.input__wrapper {
    position: relative;
}

.vertical_line {
    content: '';
    display: block;
    position: absolute;
    left: 55px;
    top: 5px;
    width: 1px;
    height: 40px;
    background-color: #00a860;
}

/* SYSTEMS */
.systems {
    padding-top: 75px;
    padding-bottom: 75px;
}

.systems__line {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.systems__item {
    background-image: linear-gradient(90deg, #1e2c2d 0%, #1c2d3d 100%);
    width: 19%;
    height: 196px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 5px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
}

.systems__item img {
    margin-top: 40px;
    margin-bottom: 15px;
}

.systems__item h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

/* PROJECTS */
.projects {
    padding-bottom: 75px;
}

.projects .container {
    position: relative;
}

.projects .slick-arrow {
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50%;
    background-image: url(../img/projects_slider_arrow.png) !important;
    width: 50px;
    height: 40px;
    bottom: 50px;
    border: none;
    background-color: transparent;
    top: auto;
}

.projects .slick-prev:before,
.projects .slick-next:before {
    display: none;
}

.projects .slick-next {
    right: 15px;
    left: auto;
}

.projects .slick-prev {
    right: 65px;
    left: auto;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    z-index: 10;
    bottom: 69px;
}

.projects_slider_item {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    margin-top: 115px;
}

.projects_slider_img {
    position: absolute;
    left: 0;
    bottom: 30px;
}

.projects_slider_info_item {
    color: #fff;
    background-image: linear-gradient(90deg, #1e2c2d 0%, #1c2d3d 100%);
    width: 610px;
    height: 450px;
    padding-left: 90px;
    padding-right: 20px;
    padding-top: 50px;
    margin-left: auto;
}

.projects_slider_info_item h3 {
    font-size: 25px;
    font-weight: 700;
}

.projects_slider_info_item h4 {
    font-size: 20px;
    font-weight: 500;
}

.projects_slider_info_item ul {
    padding-left: 0;
}

.projects_slider_info_item li {
    list-style-type: none;
}

.projects_slider_info_item li, .projects_slider_info_item p {
    font-size: 16px;
    font-weight: 400;
}

.projects_slider_info_item span {
    font-size: 50px;
    font-weight: 800;
    color: #00a860;
    margin-right: 10px;
}

/* FORM-2 */
.form2.form__section {
    background-image: url(../img/bg/bg_form_02.jpg);
    padding-top: 0;
    padding-bottom: 0;
    background-size: cover;
}

.form2.form__section .container {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.form2__individual {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    background-color: rgba(0, 168, 96, 0.8);
    padding-left: 60px;
    padding-right: 50px;
    color: #fff;
}

.form2__individual p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}

.form2__individual p:first-child {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* OPPORTUNITY */
.opportunity .container {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.opportunity .container .btn_cta.href_cta {
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    color: #fff;
    background-repeat: no-repeat;
    width: 200px;
    display: block;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-position: 35px 50%;
    background-image: url(../img/icons_common/map_white.png);
}

.opportunity__line {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.opportunity__item h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.opportunity__item {
    width: 480px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    align-items: center;
    padding-right: 20px;
}

.opportunity__item img {
    margin-right: 20px;
}

/* BRANDS */
.brands_slider.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.brands_slider.slick-initialized .slick-slide img {
    max-width: 100%;
}

.brands_slider {
    margin-top: 50px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 100px);
}

.brands .slick-arrow {
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50%;
    background-image: url(../img/projects_slider_arrow.png) !important;
    width: 50px;
    height: 40px;
    border: none;
    background-color: transparent;
    top: 50%;
}

.brands .slick-prev:before,
.brands .slick-next:before {
    display: none;
}

.brands .slick-next {
    right: -50px;
    left: auto;
}

.brands .slick-prev {
    left: -50px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    z-index: 10;
    top: calc(50% - 20px);
}

/* MAP */
.map {
    height: 540px;
    position: relative;
}

.map .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
}

.map .container .map__contacts {
    width: 480px;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 168, 96, 0.8);
    color: #fff;
}

.map .container .map__contacts .href_btn {
    background-color: transparent;
    border: none;
    font-weight: 900;
    font-size: 17px;
    color: #fff;
    text-decoration: underline;
}

.map__contacts h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.map__contacts__item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.map__contacts__item img {
    margin-right: 20px;
}

.map__contacts__item p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.map_phone {
    text-decoration: none;
    width: 150px;
}

.map_phone:link, .map_phone:visited {
    color: #fff;
}


.site_link {
    margin-bottom: 20px;
    font-size: 16px;
}

.map_mail {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.questions {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 35px;
    font-size: 16px;
}

/* FORM-3 */
.form__section.form3 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
    background-image: url(../img/bg/bg_form_03.jpg);
}

.form__section.form3 h2.form_title {
    text-align: center;
}

.form3 form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.form3 form input {
    width: 100%;
    margin-bottom: 0;
}

.form3 form .btn_cta,
.form3 form .input__wrapper {
    width: calc(25% - 30px);
}

/* MODAL */
.modal_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}

.modal_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
}

.modal_main {
    width: 560px;
    position: absolute;
    left: 50%;
    top: 10%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background-size: cover;
    background-image: url(../img/bg/bg_modal.jpg);
    padding: 60px 40px;
}

.modal_main .btn_cta {
    width: 100%;
}

.modal_main .modal_close {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    border: none;
    font-size: 30px;
}

.modal_main .modal_close:hover {
    cursor: pointer;
}

.modal_header {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 40px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1200px) {
    .projects_slider_img {
        width: 45%;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        flex-wrap: wrap;
    }

    .header__logo {
        order: 0;
    }

    .btn_cta.btn_no_bg {
        margin-left: auto;
        order: 1;
    }

    .header__contacts {
        order: 2;
        width: 100%;
    }

    .header_mail {
        margin-right: 0;
    }

    h1 {
        font-size: 50px;
    }

    h1 span {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    .benefits .subtitle br {
        display: none;
    }

    .objects__item {
        width: 23%;
    }

    .systems__item {
        width: 30%;
    }

    .projects_slider_info_item {
        width: 60%;
    }

    .projects_slider_img {
        bottom: 25%;
    }

    .projects .slick-arrow {
        bottom: 22px;
    }

    .projects .slick-prev {
        bottom: 40px;
    }

    .form__section form {
        margin-left: auto;
        margin-right: auto;
    }

    .form2__individual {
        position: relative;
        width: 100%;
        margin-top: 40px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .form_title {
        text-align: center;
    }

    .form__text p {
        text-align: center;
    }

    .opportunity__item {
        width: 49%;
        padding-right: 10px;
    }

    .opportunity .container .btn_cta.href_cta {
        bottom: 40px;
        right: 20px;
    }

    .map .container {
        padding-right: 0;
    }

    .map .container .map__contacts {
        width: 50%;
    }

    .map__contacts h2 {
        margin-bottom: 25px;
    }

    .map__contacts__item,
    .site_link {
        margin-bottom: 15px;
    }

    .questions {
        margin-top: 35px;
        margin-bottom: 20px;
    }

    .form__section.form3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .form3 form {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .form3 form .btn_cta, .form3 form .input__wrapper {
        width: 45%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .main__info p {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .header__contacts {
        position: relative;
        left: 15px;
    }

    .modal_main {
        width: 90%;
    }

    h1 {
        font-size: 42px;
    }

    h1 span {
        font-size: 24px;
    }

    .main__caption .btn_cta {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .benefits__item {
        width: 50%;
    }

    .objects__item {
        width: 47%;
    }

    .form1 {
        background-size: cover;
    }

    .form__section form {
        width: 90%;
    }

    .form_title {
        font-size: 24px;
    }

    .form__text p {
        font-size: 18px;
    }

    .systems__item {
        width: 47%;
    }

    .projects_slider_item {
        margin-top: 40px;
        margin-bottom: 200px;
    }

    .projects_slider_info_item {
        width: 100%;
        padding: 25px;
        height: auto;
        padding-bottom: 75px;
    }

    .slick-slide img {
        bottom: -200px;
        width: 75%;
        left: 12.5%;
    }

    .projects .slick-arrow {
        bottom: auto;
        top: 50%;
    }

    .projects .slick-prev {
        top: calc(50% - 20px);
    }

    .form2__individual p:first-child {
        font-size: 24px;
    }

    .form2__individual p {
        font-size: 18px;
    }

    .opportunity__item h4 {
        font-size: 12px;
    }

    .map {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .map iframe {
        order: 1;
    }

    .map .container {
        position: relative;
        left: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        padding-left: 0;
        order: 0;
    }

    .map .container .map__contacts {
        width: 100%;
        position: relative;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .form3 form .btn_cta, .form3 form .input__wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 476px) {
    h1 {
        font-size: 24px;
        word-break: break-word;
    }

    .header__logo {
        margin-left: auto;
        margin-right: auto;
    }

    .btn_cta.btn_no_bg {
        margin-right: auto;
        margin-top: 25px;
    }

    .header__contacts {
        /*flex-wrap: wrap; denkharkov*/
        /* denkharkov */
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        height: 50px;
        justify-content: inherit;
        margin-left: auto;
    }

    .header_mail {
        margin-left: 0;
    }

    .main__info {
        flex-wrap: wrap;
        justify-content: center;
    }

    .main__info p {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .main__caption .btn_cta {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    h2 {
        font-size: 22px;
    }

    .map .container .map__contacts {
        padding: 25px 25px;
    }

    .benefits__item {
        width: 100%;
    }

    .objects__item {
        width: 100%;
    }

    .systems__item {
        width: 100%;
    }

    .form2__individual {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .form2__individual p:first-child {
        font-size: 20px;
    }

    .form2__individual p {
        font-size: 16px;
    }

    .opportunity__item {
        width: 100%;
    }

    .opportunity__item h4 {
        font-size: 14px;
    }

    .form_title {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    h1 {
        font-size: 20px;
    }

    h1 span {
        font-size: 18px;
    }
}

.header_language ul {
    list-style: none;
}

.header_language ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}
.header_language ul li a:hover, .header_language ul li a.active {
    color: #00a860;
}

ul {
    font-size: 18px;
    font-weight: 300;
    max-width: 950px;
    display: block;
    margin: 25px auto 50px;
}
ul li {
    margin-bottom: 10px;
}

.checklist {
    list-style-type: none;
}
.checklist li::before {
    content: "✅ ";
    margin-right: 10px;
}