/*
Theme Name: Simple Solution
*/

.screen_3__header {
    color: #000011;
    font-family: "BebasNeueBold";
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;

    /* Text style for "комплекс у" */
    letter-spacing: 1.25px;
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
}

section.wrapper_screen_3 {
    padding: 95px 0 70px;
}

.screen_3__img {
    width: 478px;
    margin: 38px auto 0;
}

span.screen_3__float-header {
    color: #000011;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;

    /* Text style for "Бесплатная" */
    letter-spacing: 0.5px;
    display: block;
}

span.screen_3__float-text {
    color: #000011;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;

    /* Text style for "Иногда реш" */
    letter-spacing: 0.3px;
    display: block;
}

.screen_3__float {
    text-align: right;
    max-width: 410px;
    padding-right: 70px;
    overflow: hidden;
    height: 90px;
    position: relative;
}

.screen_3__float img {
    position: absolute;
    right: 30px;
    top: 0;
}

.screen_3__float:after {
    content: '';
    width: 14px;
    height: 14px;
    border: 4px solid #ffffff;
    background-color: #3ba4fe;
    position: absolute;
    right: 0;
    top: 4px;
    border-radius: 50%;
}

.screen_3__float:nth-last-child(1) {
    position: absolute;
    right: 0;
}

.screen_3__content {
    position: relative;
}

.screen_3__float:nth-last-child(1), .screen_3__float:nth-last-child(2), .screen_3__float:nth-last-child(3) {
    text-align: left;
    padding-right: 0;
    padding-left: 90px;
}

.screen_3__float:nth-last-child(1) img, .screen_3__float:nth-last-child(2) img, .screen_3__float:nth-last-child(3) img {
    left: 35px;
}

.screen_3__float:nth-last-child(1):after, .screen_3__float:nth-last-child(2):after, .screen_3__float:nth-last-child(3):after {
    left: 0;
}

.screen_3__float:nth-last-child(6) {
    position: absolute;
    left: 70px;
    top: 45px;
}

.screen_3__float:nth-last-child(5) {
    position: absolute;
    left: 0;
    top: 205px;
}

.screen_3__float:nth-last-child(4) {
    position: absolute;
    left: 70px;
    top: 365px;
}

.screen_3__float:nth-last-child(3) {
    position: absolute;
    left: 830px;
    top: 45px;
}

.screen_3__float:nth-last-child(2) {
    position: absolute;
    right: 0;
    top: 205px;
}

.screen_3__float:nth-last-child(1) {
    position: absolute;
    left: 830px;
    top: 365px;
}

.wrapper_screen_4 {
    background: url(./img/bg_section_4.jpg);
    background-size: cover;
    background-position: center;
    padding: 95px 0 111px;
}

.screen_4__header {
    color: #000011;
    font-family: "BebasNeueBold";
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 1.25px;
    text-align: center;
    margin-bottom: 90px;
}

.screen_4__content {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    justify-content: flex-start;
    align-items: flex-start;
}

a.screen_4__item {
    display: block;
    margin: 10px;
    width: 420px;
    height: 267px;
    text-decoration: none;
}

.screen_4__item-header {
    color: #ffffff;
    font-family: "BebasNeueBold";
    font-size: 30px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0.75px;
}

a.screen_4__item > span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background-color: #3ba4fe;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.screen_4__item {
    position: relative;
    display: block;
}

.screen_4__item-header {
    position: relative;
    left: 30px;
    line-height: normal;
    top: 225px;
}

a.screen_4__item:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .6));
    position: absolute;
    left: 0;
    top: 0;
}

.screen_4__item-header {
    z-index: 5;
}

a.screen_4__item > span {
    z-index: 5;
}

.screen_5_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: -2px;
}

.screen_5_item {
    margin: 2px;
    width: calc(33.33% - 4px);
}

/*!**/
/*Theme Name: Simple Solution*/
/**!*/


/** {*/
/*    box-sizing: border-box;*/
/*    outline: none !important;*/
/*}*/

/*.container {*/
/*    max-width: 1330px;*/
/*    margin: 0 auto;*/
/*    padding: 0 15px;*/
/*}*/

/*.sidebar_menu {*/
/*    position: absolute;*/
/*    left: -400px;*/
/*    top: 0;*/
/*    width: 330px;*/
/*    background-color: #f6f8fa;*/
/*    height: 100%;*/
/*    z-index: 99;*/
/*}*/

/*.wrapper {*/
/*    position: relative;*/
/*}*/

/*a.logo > span {*/
/*    color: #000011;*/
/*    font-family: "BebasNeueBold";*/
/*    font-size: 49px;*/
/*    font-weight: normal;*/
/*    line-height: 42.26px;*/

/*    !* Text style for "Simple , s" *!*/
/*    letter-spacing: 1.15px;*/
/*    text-transform: uppercase;*/
/*    padding: 10px 0 0 30px;*/
/*}*/

/*a.logo {*/
/*    text-decoration: none;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    padding-top: 25px;*/
/*    padding-left: 40px;*/
/*    padding-bottom: 15px;*/
/*}*/

/*.logo_text {*/
/*    opacity: 0.6;*/
/*    color: #000011;*/
/*    font-family: Montserrat;*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/


/*    !* Text style for "Аппаратно-" *!*/
/*    letter-spacing: 0.28px;*/
/*    padding-left: 40px;*/
/*    margin-bottom: 75px;*/
/*}*/

/*.sidebar_menu_nav ul li a {*/
/*    color: #000011;*/
/*    font-family: Montserrat;*/
/*    font-size: 13px;*/
/*    font-weight: 700;*/
/*    line-height: 50px;*/
/*    text-transform: uppercase;*/
/*    text-decoration: none;*/
/*    display: block;*/
/*    padding-left: 40px;*/
/*    position: relative;*/
/*    transition: 0.3s linear;*/
/*}*/

/*.sidebar_menu_nav ul li a:hover {*/
/*    background-color: #ffffff;*/
/*    color: #7b7c85;*/
/*    transition: 0.3s linear;*/
/*}*/

/*.sidebar_menu_nav ul li a:before {*/
/*    width: 20px;*/
/*    content: '';*/
/*    height: 2px;*/
/*    background: transparent;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    margin-top: -1px;*/
/*    transition: 0.3s linear;*/
/*}*/

/*.sidebar_menu_nav ul li a:hover:before {*/
/*    background: #7b7c85;*/
/*    transition: 0.3s linear;*/
/*}*/

/*.sidebar_menu_social {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    padding-left: 40px;*/
/*    margin-top: 70px;*/
/*}*/

/*.sidebar_menu_social a {*/
/*    width: 49px;*/
/*    height: 49px;*/
/*    border-radius: 50%;*/
/*    margin-right: 20px;*/
/*}*/

/*a.screen_1_callback {*/
/*    width: 217px;*/
/*    height: 42px;*/
/*    border-radius: 21px;*/
/*    border: 2px solid #ffffff;*/
/*    color: #ffffff;*/
/*    font-family: Montserrat;*/
/*    font-size: 12px;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/

/*    !* Text style for "обратный з" *!*/
/*    letter-spacing: 1.2px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-decoration: none;*/
/*    transition: 0.3s linear;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 25px;*/
/*}*/

/*a.screen_1_callback:hover {*/
/*    background: #fff;*/
/*    transition: 0.3s linear;*/
/*    color: #08142c;*/
/*}*/

/*a.screen_1_phone {*/
/*    color: #ffffff;*/
/*    font-family: "BebasNeueBold";*/
/*    font-size: 29px;*/
/*    font-weight: 400;*/


/*    !* Text style for "+38 063 86" *!*/
/*    letter-spacing: 1.8px;*/
/*    text-decoration: none;*/
/*    position: absolute;*/
/*    right: 300px;*/
/*    top: 35px;*/
/*}*/

/*.screen_1 {*/
/*    position: relative;*/
/*    padding-top: 135px;*/
/*    padding-bottom: 130px;*/
/*}*/

/*.messengers {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    width: 92px;*/
/*    height: 42px;*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    right: 540px;*/
/*}*/

/*.messengers a {*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    border-radius: 50%;*/
/*    display: block;*/
/*    overflow: hidden;*/
/*}*/

/*.messengers a img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.languages ul li a {*/
/*    color: #ffffff;*/
/*    font-family: Montserrat;*/
/*    font-size: 13px;*/
/*    font-weight: 400;*/
/*    line-height: 50px;*/
/*    text-transform: uppercase;*/
/*    text-decoration: none;*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    border-radius: 50%;*/
/*    border: 2px solid rgba(255, 255, 255, 0);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-right: 20px;*/
/*}*/

/*.languages ul {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    width: 100px;*/
/*    justify-content: flex-start;*/
/*}*/

/*.languages ul li.current-lang a {*/
/*    border-color: rgba(255, 255, 255, .1);*/
/*}*/

/*.languages {*/
/*    position: absolute;*/
/*    left: 100px;*/
/*    top: 25px;*/
/*}*/

/*button.burger_menu {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 25px;*/
/*    width: 65px;*/
/*    height: 42px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-evenly;*/
/*    align-items: center;*/
/*    background: transparent;*/
/*    border: 0;*/
/*    padding: 0;*/
/*    cursor: pointer;*/
/*    outline: none !important;*/
/*}*/

/*button.burger_menu span {*/
/*    width: 60px;*/
/*    height: 3px;*/
/*    background: #fff;*/
/*    display: block;*/
/*    transition: 0.3s linear;*/
/*}*/

/*.screen_1 h1 {*/
/*    color: #ffffff;*/
/*    font-family: "BebasNeueBold";*/
/*    font-size: 65px;*/
/*    font-weight: 400;*/
/*    line-height: 65px;*/

/*    !* Text style for "Разработка" *!*/
/*    letter-spacing: 1.63px;*/
/*    max-width: 650px;*/
/*}*/

/*.screen_1__text {*/
/*    color: #ffffff;*/
/*    font-family: Montserrat;*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*    line-height: 26px;*/
/*    margin-top: 50px;*/
/*    max-width: 650px;*/
/*    margin-bottom: 60px;*/
/*}*/

/*a.modal_video span.btn_text {*/
/*    color: #ffffff;*/
/*    font-family: Montserrat;*/
/*    font-size: 12px;*/
/*    font-weight: 700;*/
/*    line-height: 20px;*/
/*    text-transform: uppercase;*/
/*    max-width: 202px;*/
/*}*/

/*a.modal_video {*/
/*    color: rgba(255, 255, 255, .2);*/
/*    max-width: 275px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    transition: 0.3s linear;*/
/*}*/

/*a.modal_video:hover {*/
/*    text-decoration: none;*/
/*    transition: 0.3s linear;*/
/*}*/

/*a.modal_video span.btn_icon {*/
/*    width: 49px;*/
/*    height: 49px;*/
/*    background-color: #3ba4fe;*/
/*    display: flex;*/
/*    border-radius: 50%;*/
/*    margin-right: 25px;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*a.modal_video span.btn_icon span {*/
/*    border: 6px solid transparent;*/
/*    border-left: 10px solid white;*/
/*    display: block;*/
/*    position: relative;*/
/*    left: 4px;*/
/*}*/

/*.languages ul li a:hover {*/
/*    border-color: rgba(255, 255, 255, .1);*/
/*}*/

/*a.screen_1_phone:hover:after {*/
/*    width: 100%;*/
/*    transition: 0.3s linear;*/
/*}*/

/*a.screen_1_phone:after {*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 1px;*/
/*    background: #fff;*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    transition: 0.3s linear;*/
/*}*/

/*button.burger_menu.open span:nth-child(2) {*/
/*    display: none;*/
/*}*/

/*button.burger_menu.open span:first-child {*/
/*    transform: rotate(45deg);*/
/*    position: relative;*/
/*    top: 7px;*/
/*    transition: 0.3s linear;*/
/*}*/

/*button.burger_menu.open span:last-child {*/
/*    transform: rotate(-45deg);*/
/*    position: relative;*/
/*    top: -7px;*/
/*    transition: 0.3s linear;*/
/*}*/

/*.wrapper_content {*/
/*    position: relative;*/
/*    left: 0;*/
/*    transition: 0.3s linear;*/
/*}*/

/*.wrapper_content.open {*/
/*    left: 330px;*/
/*    transition: 0.3s linear;*/
/*}*/

/*.sidebar_menu.open {*/
/*    left: 0;*/
/*    transition: 0.3s linear;*/
/*}*/

/*.sidebar_menu {*/
/*    transition: 0.3s linear;*/
/*}*/

/*section.wrapper_screen_2 {*/
/*    background: url(./img/formbg.png);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/

/*.screen_2__header {*/
/*    color: #ffffff;*/
/*    font-family: "BebasNeueBold";*/
/*    font-size: 36px;*/
/*    font-weight: 400;*/
/*    line-height: 36px;*/

/*    !* Text style for "бесплатно" *!*/
/*    letter-spacing: 0.9px;*/
/*    max-width: 300px;*/
/*}*/

/*.screen_2__form_info {*/
/*    opacity: 0.6;*/
/*    color: #ffffff;*/
/*    font-family: Montserrat;*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    letter-spacing: 0.12px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    margin-left: -215px;*/
/*    top: 50%;*/
/*    margin-top: 25px;*/
/*}*/

/*.screen_2 {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    padding: 57px 0 68px;*/
/*    position: relative;*/
/*}*/

/*input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {*/
/*}*/

/*.screen_2__form input {*/
/*    width: 281px;*/
/*    height: 51px;*/
/*    border-radius: 25px;*/
/*    background-color: #2a486c;*/
/*    border: 0;*/
/*    color: #ffffff;*/
/*    font-family: Montserrat;*/
/*    font-size: 15px;*/
/*    font-weight: 400;*/
/*    line-height: 78.42px;*/

/*    !* Text style for "Введите им" *!*/
/*    letter-spacing: 0.12px;*/
/*    padding: 0 35px;*/
/*}*/

/*.screen_2__form input::placeholder {*/
/*    color: #fff;*/
/*}*/

/*.screen_2__form form > p {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    width: 865px;*/
/*}*/

/*.screen_2__form input[type=submit] {*/
/*    width: 256px;*/
/*    height: 51px;*/
/*    border-radius: 25px;*/
/*    border: 2px solid #3ba4fe;*/
/*    color: #ffffff;*/
/*    font-family: Montserrat;*/
/*    font-size: 12px;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/

/*    !* Text style for "оставить з" *!*/
/*    letter-spacing: 0.99px;*/
/*    line-height: normal;*/
/*    cursor: pointer;*/
/*    transition: 0.3s linear;*/
/*    background: transparent;*/
/*}*/

/*.screen_2__form input[type=submit]:hover {*/
/*    background: #3ba4fe;*/
/*    transition: 0.3s linaer;*/
/*}*/

/*.screen_2__form {*/
/*    margin-top: -30px;*/
/*}*/

/*.screen_2__form_info img {*/
/*    margin-right: 10px;*/
/*}*/

.screen_3__header {
    color: #000011;
    font-family: "BebasNeueBold";
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;

    /* Text style for "комплекс у" */
    letter-spacing: 1.25px;
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
}

section.wrapper_screen_3 {
    padding: 95px 0 70px;
}

.screen_3__img {
    width: 478px;
    margin: 38px auto 0;
}

span.screen_3__float-header {
    color: #000011;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;

    /* Text style for "Бесплатная" */
    letter-spacing: 0.5px;
    display: block;
}

span.screen_3__float-text {
    color: #000011;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;

    /* Text style for "Иногда реш" */
    letter-spacing: 0.3px;
    display: block;
}

.screen_3__float {
    text-align: right;
    max-width: 410px;
    padding-right: 70px;
    overflow: hidden;
    height: 90px;
    position: relative;
}

.screen_3__float img {
    position: absolute;
    right: 30px;
    top: 0;
}

.screen_3__float:after {
    content: '';
    width: 14px;
    height: 14px;
    border: 4px solid #ffffff;
    background-color: #3ba4fe;
    position: absolute;
    right: 0;
    top: 4px;
    border-radius: 50%;
}

.screen_3__float:nth-last-child(1) {
    position: absolute;
    right: 0;
}

.screen_3__content {
    position: relative;
}

.screen_3__float:nth-last-child(1), .screen_3__float:nth-last-child(2), .screen_3__float:nth-last-child(3) {
    text-align: left;
    padding-right: 0;
    padding-left: 90px;
}

.screen_3__float:nth-last-child(1) img, .screen_3__float:nth-last-child(2) img, .screen_3__float:nth-last-child(3) img {
    left: 35px;
}

.screen_3__float:nth-last-child(1):after, .screen_3__float:nth-last-child(2):after, .screen_3__float:nth-last-child(3):after {
    left: 0;
}

.screen_3__float:nth-last-child(6) {
    position: absolute;
    left: 70px;
    top: 45px;
}

.screen_3__float:nth-last-child(5) {
    position: absolute;
    left: 0;
    top: 205px;
}

.screen_3__float:nth-last-child(4) {
    position: absolute;
    left: 70px;
    top: 365px;
}

.screen_3__float:nth-last-child(3) {
    position: absolute;
    left: 830px;
    top: 45px;
}

.screen_3__float:nth-last-child(2) {
    position: absolute;
    right: 0;
    top: 205px;
}

.screen_3__float:nth-last-child(1) {
    position: absolute;
    left: 830px;
    top: 365px;
}

.wrapper_screen_4 {
    background: url(./img/bg_section_4.jpg);
    background-size: cover;
    background-position: center;
    padding: 95px 0 111px;
}

.screen_4__header {
    color: #000011;
    font-family: "BebasNeueBold";
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 1.25px;
    text-align: center;
    margin-bottom: 90px;
}

.screen_4__content {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    justify-content: flex-start;
    align-items: flex-start;
}

a.screen_4__item {
    display: block;
    margin: 10px;
    width: 420px;
    height: 267px;
    text-decoration: none;
}

.screen_4__item-header {
    color: #ffffff;
    font-family: "BebasNeueBold";
    font-size: 30px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0.75px;
}

a.screen_4__item > span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background-color: #3ba4fe;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.screen_4__item {
    position: relative;
    display: block;
}

.screen_4__item-header {
    position: relative;
    left: 30px;
    line-height: normal;
    top: 225px;
}

a.screen_4__item:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .6));
    position: absolute;
    left: 0;
    top: 0;
}

.screen_4__item-header {
    z-index: 5;
}

a.screen_4__item > span {
    z-index: 5;
}

.screen_5_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: -2px;
}

.screen_5_item {
    margin: 2px;
    width: calc(33.33% - 4px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5vw 0;
    background-size: cover;
    background-position: center;
}

.screen_5_item__text {
    color: #f6f8fa;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;

    /* Text style for "Иногда реш" */
    letter-spacing: 0.3px;
    text-align: center;
    padding: 0 4vw;
    margin: 30px 0;
}

.screen_5_item__line {
    width: 51px;
    height: 2px;
    background-color: #f6f8fa;
}

.screen_5_item__name {
    color: #f6f8fa;
    font-family: "BebasNeueBold";
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;

    /* Text style for "Проектиров" */
    letter-spacing: 0.75px;
    text-align: center;
    margin-top: 30px;
}

.screen_5_item_first__header {
    color: #000011;
    font-family: "BebasNeueBold";
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;

    /* Text style for "наши услуг" */
    letter-spacing: 1.25px;
}

.screen_5_item_first__content {
    color: #000011;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;

    /* Text style for "Вы всегда" */
    letter-spacing: 0.4px;
    margin: 35px 0;
}

a.screen_5_item_first__modal {
    color: #000011;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    transition: 0.3s linaer;
    text-transform: uppercase;

    /* Text style for "обратный з" */
    letter-spacing: 1.2px;
    text-decoration: none;
    width: 217px;
    height: 42px;
    border-radius: 21px;
    border: 2px solid #3ba4fe;
    line-height: 38px;
    text-align: center;
}

a.screen_5_item_first__modal:hover {
    color: #fff;
    background: #3ba4fe;
    transition: 0.3s linaer;
}

.screen_5_item.screen_5_item_first {
    padding: 0 6vw;
    align-items: flex-start;
}

a.screen_5_more {
    color: #3ba4fe;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;

    /* Text style for "посмотреть" */
    letter-spacing: 1.2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

a.screen_5_more img {
    margin-right: 15px;
}

section.wrapper_screen_6 {
    background-size: cover;
    margin-top: -8px;
    height: 515px;
    position: relative;
}

.dont_know_service {
    color: #ffffff;
    font-family: "BebasNeueBold";
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;

    /* Text style for "Не знаете" */
    letter-spacing: 1.25px;
    max-width: 366px;
    position: absolute;
    left: 50%;
    top: 128px;
    margin-left: -190px;
}

.help_text {
    opacity: 0.6;
    color: #ffffff;
    font-family: "BebasNeueRegular";
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;

    /* Text style for "Просто ост" */
    letter-spacing: 0.75px;
    left: 50%;
    top: 128px;
    margin-left: 290px;
    position: absolute;
    max-width: 258px;
}

.name_manager {
    color: #ffffff;
    font-family: "BebasNeueBold";
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;

    /* Text style for "Игорь  , Н" */
    letter-spacing: 0.9px;
    position: absolute;
    left: 57px;
    top: 128px;
    max-width: 125px;
}

.position_manager {
    opacity: 0.4;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;

    /* Text style for "Главный  ," */
    letter-spacing: 0.33px;
    left: 57px;
    position: absolute;
    top: 207px;
    max-width: 80px;
}

.help_text:before {
    content: '';
    width: 8px;
    height: 93px;
    background-color: #3ba4fe;
    position: absolute;
    left: -70px;
    top: 5px;
}

.screen_6__form form > p {
    display: flex;
}

.screen_6__form form > p input {
    width: 281px;
    height: 51px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: transparent;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 78.42px;

    /* Text style for "Введите им" */
    letter-spacing: 0.12px;
    padding: 0 35px;
    margin-right: 12px;
}

.screen_6__form {
    position: absolute;
    left: 50%;
    margin-left: -190px;
    top: 330px;
}

.screen_6__form form > p input::placeholder {
    color: #fff;
}

.screen_6__form form > p input[type=submit] {
    width: 256px;
    height: 51px;
    border-radius: 25px;
    border: 2px solid #3ba4fe;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    transition: 0.3s linear;
    cursor: pointer;
    text-transform: uppercase;

    /* Text style for "оставить з" */
    letter-spacing: 0.99px;
    padding: 0;
    line-height: 47px;
}

.screen_6__form form > p input[type=submit]:hover {
    background: #3ba4fe;
    transition: 0.3s linear;
    cursor: pointer;
}

.screen_6__form_info {
    position: absolute;
    left: 50%;
    margin-left: -190px;
    top: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    opacity: 0.6;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12px;
}

.screen_6__form_info img {
    margin-right: 5px;
}

a.screen_7__more_projects {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3ba4fe;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-decoration: none;
}

a.screen_7__more_projects img {
    margin-right: 15px;
}

.screen_7__header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.screen_7__header span:first-child {
    color: #000011;
    font-family: "BebasNeueBold";
    font-size: 50px;
    font-weight: 400;


    /* Text style for "реализован" */
    letter-spacing: 1.25px;
}

.screen_7__header span:last-child {
    color: #000011;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;

    /* Text style for "Вы всегда" */
    letter-spacing: 0.4px;
    max-width: 460px;
    position: relative;
    top: -5px;
    margin-left: 100px;
}

.screen_7__header span:last-child:before {
    content: '';
    width: 8px;
    height: 35px;
    background-color: #3ba4fe;
    position: absolute;
    left: -54px;
    top: 7px;
}

a.screen_7__carousel_item {
    height: 419px;
    display: block;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;

    /* Text style for "Разработка" */
    letter-spacing: 0.5px;
    text-decoration: none;
    background-size: cover;
    background-position: center;
}

span.screen_7__carousel_item-name {
    display: block;
    width: 366px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    left: 39px;
    bottom: 43px;
}

span.screen_7__carousel_item-type {
    height: 29px;
    border-radius: 14px;
    background-color: #3ba4fe;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;

    /* Text style for "Разработка" */
    letter-spacing: 0.33px;
    position: absolute;
    bottom: 150px;
    left: 40px;
    padding: 0 20px;
}

.screen_7__carousel {
    margin-right: 10vw;
    width: 90%;
}

.screen_7__carousel button.owl-prev {
    display: none;
}

.screen_7__carousel button.owl-next {
    position: absolute;
    right: calc(-10vw - 10px);
    top: 0;
    height: 100%;
    background-color: #f6f8fa !important;
    width: 10vw;
    text-align: center;
}

.screen_7__carousel button.owl-next:after {
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid green;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

.screen_7__carousel button.owl-next span {
    display: none;
}

.screen_8__header {
    color: #000011;
    font-family: "BebasNeueBold";
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;

    /* Text style for "8 преимуще" */
    letter-spacing: 1.25px;
    text-align: center;
    padding: 80px 0;
}

.screen_8__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: -10px;
}

.screen_8__item {
    margin: 10px;
    border-radius: 6px;
    background-color: #f6f8fa;
    width: calc(25% - 20px);
    position: relative;
    padding: 50px 0;
}

.screen_8__item-name {
    color: #000011;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;

    /* Text style for "Новейшие т" */
    letter-spacing: 0.5px;
    text-align: center;
    padding: 0 40px;
    min-height: 84px;
}

.screen_8__item-number:before {
    content: '0';
}

.screen_8__item-number {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.38px;
    background: url(./img/sticker.png);
    width: 42px;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    right: 30px;
    top: 0;
}

.screen_8__item-icon {
    text-align: center;
    margin-bottom: 50px;
    width: 93px;
    height: 93px;
    background-color: #ffffff;
    margin: 0 auto 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screen_9__header {
    color: #000011;
    font-family: "BebasNeueBold";
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;

    /* Text style for "над каждым" */
    letter-spacing: 1.25px;
    text-align: center;
    padding: 80px 0;
}

.screen_9__carousel_item-name {
    color: #000011;
    font-family: "BebasNeueBold";
    font-size: 30px;
    font-weight: 400;


    /* Text style for "Иван серге" */
    letter-spacing: 0.75px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
}

.screen_9__carousel_item-position {
    opacity: 0.6;
    color: #000011;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;


    /* Text style for "программис" */
    letter-spacing: 0.38px;
    text-align: center;
}

.screen_9__carousel_item-img {
    width: 235px;
    height: 300px;
    margin: 0 auto;
}

.screen_9__carousel_item-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

a.screen_9__carousel_item-modal {
    width: 198px;
    height: 42px;
    border-radius: 21px;
    background-color: #3ba4fe;
    display: block;
    margin: 20px auto 0;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.1px;
    border: 2px solid #3ca3fc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear;
}

a.screen_9__carousel_item-modal:hover {
    background: transparent;
    color: #3ca3fc;
    transition: 0.3s linear;
}

button.owl-prev {
    position: absolute;
    left: -100px;
    top: 0;
    width: 100px;
    height: 100%;
}

button.owl-prev span {
    display: none;
}

button.owl-prev:after {

    content: '';
    border: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 17, .5);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

button.owl-next {
    position: absolute;
    right: -100px;
    top: 0;
    width: 100px;
    height: 100%;
}

button.owl-next:after {
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid rgba(0, 0, 17, .5);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

button.owl-next span {
    display: none
}

.screen_10__header {
    color: #000011;
    font-family: "BebasNeueBold";
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;

    /* Text style for "наши партн" */
    letter-spacing: 1.25px;
    text-align: center;
    padding: 80px 0;
}

.screen_10__carousel-item {
    height: 170px;
    border-radius: 6px;
    background-color: #f6f8fa;
    padding: 40px;
    background-blend-mode: multiply;
}

.screen_10__carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

section.wrapper_screen_10 {
    padding-bottom: 100px;
}

section.wrapper_screen_11 {
    background: url(./img/bg_review.jpg);
    background-size: cover;
    background-position: center;
}

.review_name {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;

    /* Text style for "Это первая" */
    letter-spacing: 0.75px;
    margin-bottom: 40px;
}

.review_text {
    color: #f6f8fa;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;

    /* Text style for "Сайт рыбат" */
    letter-spacing: 0.4px;
    padding-left: 72px;
    position: relative;
    max-height: 101px;
    overflow: hidden;
}

.review_text:before {
    content: '';
    background: url(./img/quotes.png);
    width: 32px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.review_author {
    opacity: 0.6;
    color: #f6f8fa;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;

    /* Text style for "Сергей Ива" */
    letter-spacing: 0.4px;
    margin: 40px 0;
    padding: 0 0 0 72px;
}

a.review_btn {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;

    /* Text style for "хочу так ж" */
    letter-spacing: 1.2px;
    width: 174px;
    height: 42px;
    border-radius: 21px;
    border: 2px solid #3ba4fe;
    display: block;
    margin: 0 0 0 72px;
    line-height: 38px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s linear;
}

a.review_btn:hover {
    background: #3ba4fe;
    transition: 0.3s linear;
}

.screen_11__carousel-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.screen_11__header {
    color: #ffffff;
    font-family: "BebasNeueBold";
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;

    /* Text style for "Отзывы наш" */
    letter-spacing: 1.25px;
    padding: 90px 0;
}

.review_img {
    width: 528px;
    min-width: 528px;
    margin-right: 84px;
    position: relative;
    z-index: 5;
    height: 510px;
}

.screen_11 button.owl-prev {
    display: none;
}

.screen_11 button.owl-next:after {
    content: 'следующий отзыв';
    border: 0;
}

.screen_11 button.owl-next {
    height: 80px;
    width: 100vw;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 50%;
    margin-left: -50vw;
    color: #74757f;
    font-family: Montserrat !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;

    /* Text style for "следующий" */
    letter-spacing: 1.2px;
    z-index: 15 !important;
}

.review_img {
    z-index: 255;
}

.owl-nav {
}

.owl-stage-outer {
    z-index: 11;
}

section.wrapper_screen_11:after {
    content: '';
    width: 100%;
    height: 80px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

section.wrapper_screen_11 {
    position: relative;
}

.screen_11 button.owl-next span {
    position: absolute;
    display: block;
    border: 8px solid transparent;
    border-left: 8px solid rgba(0, 0, 17, .5);
    right: 50%;
    width: 20px;
    font-size: 0;
    margin-right: -230px;
    top: 50%;
    margin-top: -11px;
}

.wrapper_screen_12 {
    background: url(./img/bg_download.jpg);
    background-size: cover;
    background-position: center;
}

section.wrapper_screen_12 {
    margin-top: -16px;
    position: relative;
    z-index: 1;
    height: 465px;
    /* overflow: hidden; */
}

.screen_12__callback-name {
    color: #ffffff;
    font-family: "BebasNeueBold";
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;

    /* Text style for "оставьте з" */
    letter-spacing: 1px;
    max-width: 410px;
}

a.screen_12__callback-btn {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;

    /* Text style for "оставить з" */
    letter-spacing: 0.99px;
    text-decoration: none;
    width: 256px;
    height: 51px;
    border-radius: 25px;
    border: 2px solid #3ba4fe;
    display: block;
    line-height: 47px;
    text-align: center;
    transition: 0.3s linear;
    margin-top: 55px;
}

a.screen_12__callback-btn:hover {
    transition: 0.3s linear;
    background: #3ba4fe;
}

.screen_12__callback {
    position: absolute;
    left: 50%;
    margin-left: -650px;
    top: 125px;
}

section.wrapper_screen_12 > span {
    width: 89px;
    height: 89px;
    background-color: #3ba4fe;
    border-radius: 50%;
    color: #ffffff;
    font-family: "BebasNeueBold";
    font-size: 24px;
    font-weight: 400;


    /* Text style for "или" */
    letter-spacing: 0.6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -160px;
    z-index: 5;
}

.screen_12__download {
    background-color: #f5f4f3;
    position: absolute;
    left: 50%;
    margin-left: -123px;
    width: 100%;
    height: 100%;
}

.screen_12__download-name {
    color: #000011;
    font-family: "BebasNeueBold";
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;

    /* Text style for "скачайте п" */
    letter-spacing: 1px;
    position: absolute;
    left: 120px;
    top: 120px;
    max-width: 340px;
}

a.screen_12__download-btn {
    position: absolute;
    left: 120px;
    top: 300px;
    transition: 0.3s linear;
    width: 191px;
    height: 51px;
    border-radius: 25px;
    border: 2px solid #3ba4fe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000011;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 78.42px;
    text-transform: uppercase;

    /* Text style for "скачать" */
    letter-spacing: 0.99px;
    text-decoration: none;
}

a.screen_12__download-btn img {
    margin-right: 15px;
}

a.screen_12__download-btn:hover {
    transition: 0.3s linear;
    background: #3ba4fe;
}

a.screen_12__download-btn:hover * {
    filter: invert(1);
}

img.screen_12__download-float_img {
    position: absolute;
    top: -33px;
    left: 428px;
}


.screen_13__nav-header {
    color: #000011;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;

    /* Text style for "отраслевые" */
    letter-spacing: 1.5px;
}

.screen_13__nav-content li a {
    color: #000011;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;

    /* Text style for "Сетевые те" */
    letter-spacing: 0.15px;
    text-decoration: none;
}

.screen_13__about-header {
    color: #000011;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;

    /* Text style for "о нашей ко" */
    letter-spacing: 1.5px;
}

a.about_logo span {
    color: #000011;
    font-family: "BebasNeueBold";
    font-size: 39px;
    font-weight: 400;
    line-height: 33.94px;

    /* Text style for "Simple , s" */
    letter-spacing: 1.15px;
    max-width: 117px;
    display: block;
    position: relative;
    margin-left: 26px;
    top: 7px;
}

a.about_logo {
    display: flex;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.about_content__text {
    color: #000011;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;

    /* Text style for "Иногда реш" */
    letter-spacing: 0.3px;
    max-width: 325px;
}

.about_content__copy {
    color: #000011;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;

    /* Text style for "2012 - 201" */
    letter-spacing: 0.3px;
    margin-top: 15px;
}

a.screen_13__contacts-phone {
    color: #000011;
    font-family: "BebasNeueBold";
    font-size: 29px;
    font-weight: 400;
    line-height: 102.95px;

    /* Text style for "+38 063 86" */
    letter-spacing: 1.8px;
    text-decoration: none;
    position: relative;
}

a.screen_13__contacts-callback {
    color: #000011;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    transition: 0.3s linear;
    text-transform: uppercase;

    /* Text style for "обратный з" */
    letter-spacing: 1.2px;
    text-decoration: none;
    width: 217px;
    height: 42px;
    border-radius: 21px;
    border: 2px solid #3ba4fe;
    display: block;
    line-height: 38px;
    text-align: center;
}

a.screen_13__contacts-callback:hover {
    transition: 0.3s linear;
    background: #3ba4fe;
    color: #fff;
}

.screen_13__contacts-messengers a:first-child {
    width: 43px;
    height: 43px;
    background-color: #7d3daf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screen_13__contacts-messengers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92px;
    margin: 30px 0;
}

.screen_13__contacts-address {
    color: #000011;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 205px;
}

.screen_13__contacts-address img {
    margin-right: 20px;
}

.screen_13__contacts-address a {
    color: #3ba4fe;
    letter-spacing: 0.15px;
    line-height: 28px;
    display: block;
}

.screen_13 {
    display: flex;
    justify-content: space-around;
}

.screen_13__about-header-content {
    border-radius: 6px;
    background-color: #f6f8fa;
    display: flex;
    width: 665px;
    padding: 20px 35px;
}

a.screen_13__contacts-phone:after {
    content: '';
    width: 209px;
    height: 1px;
    background-color: #74757f;
    opacity: 0.2;
    position: absolute;
    right: 0;
    bottom: -10px;
}

section.wrapper_screen_13 {
    padding: 80px 0;
}

section#s2_form_widget-2 h2 {
    display: none;
}

form[name="s2formwidget"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

label[for="s2email"] {
    display: none;
}

form[name="s2formwidget"] br {
    display: none;
}

.screen_13__about__newsletter {
    margin-top: 44px;
}

input#s2email {
    width: 330px;
    border: 0;
    border-bottom: 2px solid #f6f8fa;
    height: 42px;
    color: rgba(0, 0, 1, .6);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 65px;

    /* Text style for "Введите ва" */
    letter-spacing: 0.15px;
}

input[name="subscribe"] {
    width: 302px;
    height: 42px;
    border-radius: 21px;
    border: 2px solid #3ba4fe;
    background: #fff;
    cursor: pointer;
    color: #000011;
    font-family: Montserrat;
    font-size: 12px;
    transition: 0.3s linear;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

input[name="subscribe"]:hover {
    transition: 0.3s linear;
    background: #3ba4fe;
    color: #fff;
}


@media (max-width: 1329px) {


    .screen_3__img {
        display: none;
    }

    .screen_3__float {
        position: relative !important;
        left: 0 !important;
        top:  0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin-bottom: 15px;
        margin: 0 auto 15px;
    }

    .screen_3__content {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }

    .screen_3__float:nth-last-child(1) {
        order: 6;
        margin-right: 0;
    }

    .screen_3__float:nth-last-child(2) {
        order: 4;
        margin-right: 0;
    }

    .screen_3__float:nth-last-child(3) {
        order: 2;
        margin-right: 0;
    }

    .screen_3__float:nth-last-child(4) {
        order: 5;
        margin-left: 0;
    }

    .screen_3__float:nth-last-child(5) {
        order: 3;
        margin-left: 0;
    }

    .screen_3__float:nth-last-child(6) {
        order: 1;
        margin-left: 0;
    }

    .screen_4__header {
        margin-bottom: 40px;
    }

    section.wrapper_screen_4 {
        padding: 40px 0;
    }

    a.screen_4__item {
        width: 49%;
        background-size: cover;
        margin: 0 0 2%;
    }

    .screen_4__content {
        justify-content: space-between;
    }

    .screen_5_item {
        width: calc(50% - 4px);
    }

    section.wrapper_screen_6 {
        background: url(http://ss.org.ua/wp-content/themes/simpleSolution/img/formbg.png) !important;
        background-size: cover !important;
        background-position: center;
        padding: 40px 0;
        height: auto;
    }

    .name_manager {
        display: none;
    }

    .position_manager {
        display: none;
    }

    .dont_know_service {
        position: static;
        margin: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .help_text {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin: 0;
        position: static;
    }

    .help_text:before {
        display: none;
    }

    .screen_6__form {
        position: static;
        width: 730px;
        margin: 20px auto 10px;
    }

    .screen_6__form form > p input {
        width: 245px;
    }

    .screen_6__form_info {
        position: static;
        width: 730px;
        margin: 0 auto;
        justify-content: center;
    }

    .screen_7__header span:last-child:before {
        display: none;
    }

    .screen_7__header {
        padding: 40px 0 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .screen_7__header span:last-child {
        margin: 10px 0 0;
        text-align: center;
        max-width: 730px;
    }

    .screen_8__header {
        padding: 40px 0 20px;
    }

    .screen_8__item {
        width: calc(50% - 20px );
        padding: 25px 0;
    }

    .screen_8__item-icon {
        margin-bottom: 25px;
    }

    a.screen_7__carousel_item {
        height: 300px;
        background-size: cover;
        background-position: center bottom;
        font-size: 16px;
        line-height: normal;
    }

    span.screen_7__carousel_item-name {
        width: auto;
        bottom: 10px;
    }

    span.screen_7__carousel_item-type {
        bottom: 110px;
    }

    .screen_11__header {
        padding: 40px 0;
    }

    .review_img {
        width: 300px;
        min-width: 300px;
        margin-right: 40px;
        height: 410px;
    }

    .review_name {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: normal;
    }

    .review_text {
        font-size: 14px;
        line-height: normal;
        padding-left: 50px;
        max-height: 90px;
    }

    .review_author {
        font-size: 12px;
        padding-left: 50px;
        margin: 15px 0;
    }

    .review_img img {
        height: 100%;
        object-fit: cover;
    }

    .screen_13__about-header-content {
        width: 250px;
        display: block;
        padding: 10px;
        max-width: 250px;
    }

    .screen_13__nav {
        min-width: 250px;
    }

    .screen_13__about__newsletter {
        display: none;
    }

    .screen_12__download-name {
        font-size: 23px;
        line-height: normal;
        left: 60px;
        top: 70px;
    }

    .screen_12__callback {
        margin-left: -360px;
        top: 70px;
    }

    a.screen_12__callback-btn {
        margin-top: 20px;
    }

    section.wrapper_screen_12 {
        height: 250px;
    }

    .screen_12__callback-name {
        max-width: 280px;
        font-size: 22px;
        line-height: normal;
    }

    .screen_12__download {
        margin-left: -64px;
    }

    section.wrapper_screen_12 > span {
        margin-left: -110px;
    }

    a.screen_12__download-btn {
        left: 60px;
        top: 140px;
    }

    img.screen_12__download-float_img {
        left: 260px;
        width: 420px;
        top: -20px;
    }

    section.wrapper_screen_13 {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {

    .screen_3__header {
        font-size: 22px;
        line-height: normal;
    }

    section.wrapper_screen_3 {
        padding: 25px 0;
    }

    .screen_3__content {
        margin-top: 25px;
    }

    span.screen_3__float-header {
        font-size: 14px;
    }

    .screen_3__float {height: 80px;}

    section.wrapper_screen_4 {
        padding: 25px 0;
    }

    .screen_4__header {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 25px;
    }

    a.screen_4__item {
        width: 100%;
        margin: 0 0 1%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

    .screen_4__item-header {
        position: static;
        text-align: center;
        padding-bottom: 20px;
    }

    a.screen_4__item > span {
        right: 0;
        top: 0;
        bottom: auto;
    }

    section.wrapper_screen_4 {
        padding: 0;
    }

    .screen_5_items {
        display: block;
    }

    .screen_5_item {
        width: 100%;
    }

    .screen_5_item.screen_5_item_first {
        display: block;
        text-align: center;
        padding-bottom: 15px;
    }

    .screen_5_item_first__header {
        font-size: 22px;
        line-height: normal;
        margin: 25px 0;
    }

    .screen_5_item_first__content {
        line-height: normal;
        font-size: 14px;
        margin: 0 0 15px;
    }

    a.screen_5_item_first__modal {
        display: block;
        margin: 0 auto;
    }

    .screen_5_item__name {
        margin-top: 10px;
        font-size: 22px;
        line-height: normal;
    }

    .screen_5_item__text {
        margin: 15px 0;
    }

    section.wrapper_screen_6 {
        padding: 25px 0;
    }

    .dont_know_service {
        font-size: 22px;
        line-height: normal;
        margin: 0 0 15px;
        padding: 0 15px;
    }

    .help_text {
        font-size: 18px;
        line-height: normal;
        padding: 0 15px;
    }

    .screen_6__form form > p input {
        width: 100%;
        margin-bottom: 10px;
    }

    .screen_6__form form > p {
        display: block;
    }

    .screen_6__form {
        width: 100%;
        padding: 0 10px;
    }

    .screen_6__form form > p input[type=submit] {
        width: 100%;
    }

    .screen_6__form_info {
        width: 100%;
        padding: 0 10px;
    }

    .screen_7__header {
        padding: 25px 0 10px;
    }

    .screen_7__header span:first-child {
        font-size: 22px;
        text-align: center;
    }

    .screen_7__header span:last-child {font-size: 14px;line-height: normal;padding: 0 10px;}

    a.screen_7__carousel_item {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 0 10px;
    }

    span.screen_7__carousel_item-type {
        position: static;
        margin-bottom: 10px;
    }

    span.screen_7__carousel_item-name {
        position: static;
    }

    .screen_8__header {
        padding: 25px 0 10px;
        font-size: 22px;
        line-height: normal;
    }

    .screen_8__item-name {
        padding: 0 10px;
        font-size: 14px;
        line-height: normal;
        min-height: auto;
    }

    .screen_8__item {
        width: 100%;
        margin: 0 0 10px;
    }

    .screen_8__items {
        display: block;
        margin: 0;
    }

    .screen_9__header {
        font-size: 22px;
        line-height: normal;
        padding: 25px 0 10px;
    }

    .screen_10__header {
        font-size: 22px;
        line-height: normal;
        padding: 25px 0 10px;
    }

    section.wrapper_screen_10 {padding-bottom: 25px;}

    .screen_11__header {
        padding: 25px 0 10px;
        line-height: normal;
        text-align: center;
        font-size: 22px;
    }

    .screen_11__carousel-item {
        display: block;
    }

    .review_img {
        width: 100%;
        min-width: 100%;
        margin: 0 0 15px;
        height: auto;
    }

    .review_name {
        font-size: 18px;
        text-align: center;
    }

    .review_text {}

    .screen_11 button.owl-next {
        bottom: -50px;
    }

    section.wrapper_screen_11:after {
        bottom: 0;
    }

    a.review_btn {
        margin-left: 50px;
    }

    .review_content {
        padding-bottom: 25px;
    }

    section.wrapper_screen_11 {
        padding-bottom: 55px;
    }

    .screen_11 button.owl-next span {
        position: static;
        margin-right: 0;
    }

    .screen_11 button.owl-next {
        left: 0;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .screen_11 button.owl-next:after {
        left: 0;
        width: 100%;
        text-align: center;
    }

    section.wrapper_screen_12 {
        height: auto;
    }

    .screen_12__callback {
        position: static;
        padding: 25px 0 50px;
        margin: 0;
        text-align: center;
    }

    .screen_12__download {
        position: relative;
        margin: 0;
        top: 0;
        left: 0;
        height: auto;
        padding: 50px 0 25px;
    }

    .screen_12__callback-name {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    a.screen_12__callback-btn {
        margin: 10px auto;
    }

    section.wrapper_screen_12 > span {
        margin-left: 0;
        margin-top: -25px;
        width: 50px;
        height: 50px;
        font-size: 16px;
        position: relative;
        margin-bottom: -25px;
        z-index: 5;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: -25px auto;
    }

    .screen_12__download-name {
        position: static;
        text-align: center;
        max-width: 100%;
        padding: 0 15px;
    }

    img.screen_12__download-float_img {
        display: none;
    }

    a.screen_12__download-btn {
        position: static;
        margin: 25px auto 0;
    }

    .screen_13 {
        display: block;
    }

    section.wrapper_screen_13 {
        padding: 25px 0;
    }

    .screen_13__about-header-content {
        width: 100%;
        max-width: 100%;
    }

    .screen_13__contacts {width: 100%;text-align: right;}

    .screen_13__contacts-address {
        margin-left: auto;
    }

    .screen_13__contacts-messengers {
        margin-left: auto;
    }

    a.screen_13__contacts-callback {
        margin: 0 0 auto auto;
    }
}