*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: black;
}

a {
    /* убераем подчеркивание  */
    text-decoration: none;
    /* задаем цвет как в моссиве */
    color: inherit;
    display: inline-block;
}

.container {
    max-width: 1220px;
    /* задаем отступ по краям */
    /* ВНЕШНИЙ */
    margin-left: auto;
    /* внутренний */
    margin-right: auto;
    padding: 0 15px;
}

.header_top {
    /* задаем отступы по краям */
    padding: 47px 0 45px;
    /* раскидываем по углам */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phone {
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    padding: 42px 53px 55px 39px;
    margin-right: 160px;
}

.logo {
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    padding: 42px 53px 55px 39px;
    margin: 24px 74px 25px;
}

.header {
    background-image: url(Static/Icons/{FE1DC084-76A9-6653-DF9B-1490604A855D}.jpg);
    /* убираем повторенрие картинки */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: rgb(0, 0, 0);
}

.header_content {
    padding-top: 60px;
    margin: 24px 74px 25px;
}

.header_title {
    font-size: 42px;
    font-weight: 400;
    line-height: 37px;
    text-transform: uppercase;
}

.header_subtext1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header_subtext2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header_social {
    padding: 70px 0 20px 70px;
}

.social {
    display: flex;
    align-items: center;
}

.social-link {
    margin: 0 5px;
}

.social-img {
    margin-right: 10px;
}
/* .header_text {
margin-bottom: 30px;
max-width: 800px;
} */

.header_icon {
    /* убираем маркеры */
    list-style: none;
    line-height: 2;
}

.button {
    font-size: 18px;
    list-style: 21px;
    text-transform: uppercase;
    padding: 24px 74px 25px;
    background-color: rgb(255, 128, 0);
    border-radius: 25px;
    margin: 24px 2px 25px;
    color: #eee9e9;
}

.button:hover {
    background-color: #ffffff;
    color: rgb(255, 128, 0);
}

.services {
    padding: 150px 15px;
}

.title {
    color: black;
    font-size: 36px;
    line-height: 54px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
}

.title::after {
    content: '';
    width: 80px;
    height: 3px;
    background-color: black;
    position: absolute;
    top: 22px;
    margin-left: 22px;
}

.services_inner {
    display: flex;
    margin-bottom: 100px;
}

.services_content {
    width: 60%;
    margin-right: 16px;
}

.servises_items-title {
    color: black;
    font-size: 18px;
    /* ставим высоту строки */
    line-height: 27px;
    /* жирность шрифта */
    /* внешний отступ внизу элемента */
    margin-bottom: 12px;
}

.services_content-textbox {
    margin-bottom: 57px;
}

.services_content-text {
    margin-bottom: 12px;
}

.servises_list {
    width: 50%;
    margin-left: 16px;
    list-style: none;
    counter-reset: my-counter;
}

.button--decor {
    margin-top: -7px;
    color: #fff;
}

.servises_item {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 15px;
}

.servises_icon {
    display: flex;
    justify-items: flex-start;
    align-items: center;
    padding: 5px 0 5px;
    border: 1px solid #b8a5a5
}

.servises_item-text {
    margin-bottom: 15px;
    width: 450px;
    padding: 10px 10px 10px 10px;
}

.servises_item-price {
    display: flex;
    justify-items: flex-start;
    align-items: center;
    margin-bottom: 12px;
    padding: 5px 0 5px;
    border: 1px solid #b8a5a5
}

.servises_item-icon {
    margin-bottom: 12px;
    padding: 10px 0 10px;
}

.servises_item-price {
    font-size: 17px;
    font-weight: 300;
}

.benefits {
    margin-bottom: 100px;
    padding: 0 15px;
}

.benefits_inner {
    display: flex;
}

.benefits_images {
    margin-right: 95px;
}

.benefits_content {
    width: 100%;
    margin-left: 10px;
}

.benefits_inner-img {
    margin-top: 135px;
    margin-bottom: 110px;
    margin-left: 150px;
    margin-right: -56px;
}

.benefits_title {
    margin-left: 80px;
}

.benefits_list {
    list-style: none;
    background-color: rgb(255, 148, 9);
    padding: 5px 0 5px 55px;
    color: aliceblue;
    margin-right: 150px;
}

.benefits_item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 20px;
}

.benefits_item-num {
    font-size: 36px;
    font-weight: 400;
    line-height: 54px;
}

.benefits_item-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}

.benefits_item {
    width: 100%;
    margin-bottom: 20px;
}

.carousel {
    margin-bottom: 100px;
    padding: 0 15px;
}

.carousel_title {
    margin-left: 130px;
}

.carousel_inner {
    margin: 0 -7px;
    margin-left: 125px;
    margin-right: 195px;
}

.carousel_item {
    margin: 0 7px;
}

.carousel_item-box {
    border: 3px solid #d5d5d5;
    padding: 17px 56px 16px 36px;
    transition: all .5s;
}

.carousel_item-box:hover {
    color: #fff;
    background-color: #f67606;
    border-color: #f67606;
}

.carousel_item-img {
    max-width: 100%;
    margin-bottom: 23px;
}

.carousel_item-title {
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.carousel .slick-dots {
    display: flex;
    justify-content: center;
    margin: 50px;
    list-style: none;
}

.carousel .slick-dots button {
    font-size: 0;
    border: none;
    padding: 0;
    margin: 0 10px;
    background-color: #f67606;
    width: 50px;
    height: 3px;
}

.carousel .slick-active button {
    background-color: #f67606;
    height: 5px;
}


.carousel_item-text {
    text-align: center;
}

.contacts_inner {
    display: flex;
    justify-content: space-between;
    margin-left: 130px;
    padding: 0 15px;
}

.contacts_list {
    list-style: none;
    margin-left: -40px;
}

.contacts_items-title {
    color: #f67606;
}

.contacts_items-text a {
    color: inherit;
    text-decoration: none;
}

.contacts_items-text a:hover {
    color: #f67606;
    text-decoration: underline;
}

.contacts_form {
    background-color: #f67606;
    padding: 50px 75px 57px;
    text-align: center;
    margin-right: 195px;
}

.contacts_title {
    color: #ffffff;
    margin-bottom: 16px;
    margin-left: 53px;
    text-align: left;
}

.contacts_title::after {
    background-color: #ffffff;
}

.contacts_input {
    background-color: transparent;
    color: #fff;
    width: 450px;
    height: 75px;
    color: floralwhite;
    border: 3px solid #f6f6f6;
    margin-bottom: 12px;
    display: block;
    font-size: 24px;
    padding: 0 15px;
    text-align: center;
}

.contacts_input::placeholder {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 27px;
    font-weight: 300;
    color: #ffffff;
}

.contacts_btn {
    border: none;
    color: #fff;
    margin-top: 78px;
    cursor: pointer;
}

.footer {
    background-color: #f67606;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 130px;
}

.footer_copy {
    padding-right: 100px;
}

@media (max-width: 1417px) {
    .carousel_inner {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 1024px) {
    .header {
        width: 100%;
    }
    .logo {
        margin: 17px 3px 20px;
        padding: 31px 5px 36px 11px;
    }
    .logo_img {
        width: 120px;
        height: auto;
    }
    .phone {
        font-size: 24px;
        line-height: 36px;
        padding: 2px 0px 0px 13px;
        margin-right: 50px;
    }
    .phone img {
        width: 36px;
        height: 36px;
    }
    .header_title {
        font-size: 33px;
        line-height: 72px;
        margin-bottom: 15px;
    }
    .header_title {
        padding: 30px 0 18px 7px;
    }
    .header_subtext1 {
        font-size: 24px;
        line-height: 37px;
    }
    .header_subtext2 {
        font-size: 24px;
        line-height: 22px;
        margin-bottom: 47px;
    }
    .header_social {
        padding: 30px 0 20px 53px;
    }
    .services {
        padding-top: 100px;
        padding: 60px 15px;
    }
    .services_item {
        margin-right: -78px;
        width: 500px;
    }
    .benefits_inner-img {
        display: none;
    }
    .benefits_list {
        margin: 7px 19px 11px 40px;
        padding: 5px 0 5px 25px;
    }
    /* .benefits_item-title {
margin: 0 -100px 0 0;
}
.benefits_item-text {
margin: 0 -100px 0 0;
} */
    .carousel {
        display: none;
    }
    .contacts_inner {
        display: block;
        text-align: center;
        margin: 0 0 0 0;
    }
    .contacts_list {
        margin-bottom: 30px;
        margin-left: 0;
    }
    .contacts_form {
        margin: 0 0 0 0;
        padding: 30px 40px;
    }
    .contacts_title {
        margin-left: 0px;
        text-align: center;
    }
    .contacts_input {
        width: 100%;
        max-width: 400px;
        text-align: center;
        font-size: 18px;
        height: 50px;
    }
    .contacts_input::placeholder {
        font-size: 16px;
    }
    .footer_inner {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 20px 15px;
    }
    .footer_copy {
        padding-right: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}

@media (max-width: 912px) {
    body {
        width: 100%;
    }
    .header {
        width: 100%;
    }
    .logo {
        margin: 17px 3px 20px;
        padding: 31px 5px 36px 11px;
    }
    .logo_img {
        width: 120px;
        height: auto;
    }
    .phone {
        font-size: 24px;
        line-height: 36px;
        padding: 2px 0px 0px 13px;
        margin-right: 50px;
    }
    .phone img {
        width: 36px;
        height: 36px;
    }
    .header_title {
        font-size: 33px;
        line-height: 72px;
        margin-bottom: 15px;
    }
    .header_title {
        padding: 30px 0 18px 7px;
    }
    .header_subtext1 {
        font-size: 24px;
        line-height: 37px;
    }
    .header_subtext2 {
        font-size: 24px;
        line-height: 22px;
        margin-bottom: 47px;
    }
    .header_social {
        padding: 30px 0 20px 53px;
    }
    .services_inner {
        flex-wrap: wrap;
    }
    .services_content {
        width: 100%;
    }
    .servises_list {
        width: 100%;
        order: -1;
    }
    .servises_item-price {
        flex-direction: column;
        align-items: flex-start;
    }
    .servises_item-icon img {
        width: 60px;
        height: 60px;
    }
    .benefits_inner-img {
        display: none;
    }
    .benefits_list {
        margin: 7px 19px 11px 40px;
        padding: 5px 0 5px 25px;
    }
    .carousel {
        display: none;
    }
    .contacts_inner {
        display: block;
        text-align: center;
        margin: 0 0 0 0;
    }
    .contacts_list {
        margin-bottom: 30px;
        margin-left: 0;
    }
    .contacts_form {
        margin: 0 0 0 0;
        padding: 30px 40px;
    }
    .contacts_title {
        margin-left: 0px;
        text-align: center;
    }
    .contacts_input {
        width: 100%;
        max-width: 400px;
        text-align: center;
        font-size: 18px;
        height: 50px;
    }
    .contacts_input::placeholder {
        font-size: 16px;
    }
    .button {
        font-size: 16px;
        line-height: 21px;
        text-transform: uppercase;
        padding: 18px 40px 12px;
        background-color: rgb(255, 128, 0);
        border-radius: 33px;
        margin: 1px 0px 0 0px;
        color: #eee9e9;
    }
    .footer_inner {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 20px 15px;
    }
    .footer_copy {
        padding-right: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}

@media (max-width: 800px) {
    body {
        width: 100%;
    }
    .contacts_input {
        width: 100%;
        max-width: 350px;
        text-align: center;
        font-size: 16px;
        height: 45px;
    }
    .contacts_input::placeholder {
        font-size: 14px;
    }
    .header_title {
        font-size: 28px;
    }
    .header_subtext1 {
        font-size: 20px;
    }
    .header_subtext2 {
        font-size: 20px;
    }
    .button {
        padding: 15px 30px 10px;
        font-size: 14px;
    }
}


@media (max-width: 716px) {
    body {
        width: 100%;
    }

    .header_top {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 20px 0;
    }
    .header_content {
        padding: 0 15px;
        margin: 0;
    }
    .logo {
        margin: 10px 0 15px;
        padding: 10px;
    }
    .logo_img {
        width: 100px;
        height: auto;
    }
    .phone {
        font-size: 18px;
        line-height: 24px;
        padding: 5px;
        margin-right: 0;
    }
    .phone img {
        width: 30px;
        height: 30px;
    }
    .header_title {
        font-size: 22px;
        line-height: 28px;
        padding: 15px 0;
        text-align: center;
    }
    .header_subtext1 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .header_subtext2 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .header_social {
        padding: 20px 0;
    }
    .social {
        justify-content: center;
    }
    .social-img {
        width: 30px;
        height: auto;
    }
    .services {
        padding: 40px 15px;
    }
    .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .title::after {
        width: 50px;
        height: 2px;
        top: 15px;
        margin-left: 10px;
    }
    .services_inner {
        flex-wrap: wrap;
    }
    .services_content {
        width: 100%;
    }
    .servises_list {
        width: 100%;
        order: -1;
    }
    .servises_item-price {
        flex-direction: column;
        align-items: flex-start;
    }
    .servises_item-icon img {
        width: 50px;
        height: 50px;
    }
    .servises_item-title {
        font-size: 14px;
    }
    .benefits {
        padding: 0 15px;
    }
    .benefits_inner-img {
        display: none;
    }
    .benefits_title {
        margin-left: 0;
        font-size: 24px;
    }
    .benefits_list {
        max-width: 100%;
        margin: 10px 0;
        padding: 15px;
    }
    .benefits_item-num {
        font-size: 28px;
    }
    .benefits_item-title {
        font-size: 18px;
    }
    .benefits_item-text {
        font-size: 14px;
    }
    .carousel {
        display: none;
    }
    .contacts {
        padding: 40px 15px;
    }
    .contacts_inner {
        display: block;
        text-align: center;
        margin: 0;
    }
    .contacts_list {
        margin-bottom: 30px;
        margin-left: 0;
    }
    .contacts_items-text {
        font-size: 14px;
    }
    .contacts_form {
        margin: 0;
        padding: 30px 20px;
    }
    .contacts_title {
        margin-left: 0;
        text-align: center;
        font-size: 24px;
    }
    .contacts_input {
        width: 100%;
        max-width: 300px;
        text-align: center;
        font-size: 16px;
        height: 45px;
    }
    .contacts_input::placeholder {
        font-size: 14px;
    }
    .contacts_btn {
        margin-top: 20px;
        padding: 15px 30px;
        font-size: 14px;
    }
    .button {
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        padding: 15px 30px 10px;
        background-color: rgb(255, 128, 0);
        border-radius: 25px;
        margin: 10px 0 0 0;
        color: #eee9e9;
    }
    .footer {
        text-align: center;
    }
    .footer_inner {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 20px 15px;
    }
    .footer_copy {
        display: none;
    }
}

@media (max-width: 541px) {
    body {
        width: 100%;
    }
    .header_top {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 15px 0;
    }
    .logo {
        margin-bottom: 15px;
        padding: 5px;
    }
    .logo_img {
        width: 90px;
        height: auto;
    }
    .phone {
        font-size: 16px;
        line-height: 20px;
        padding: 5px;
        margin-right: 0;
    }
    .phone img {
        width: 25px;
        height: 25px;
    }
    .header_title {
        font-size: 20px;
        line-height: 26px;
        padding: 15px 0;
        text-align: center;
    }
    .header_subtext1 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .header_subtext2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .header_social {
        padding: 15px 0;
    }
    .social {
        justify-content: center;
    }
    .social-img {
        width: 25px;
        height: auto;
    }
    .services {
        padding: 30px 10px;
    }
    .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .title::after {
        width: 40px;
        height: 2px;
        top: 12px;
        margin-left: 8px;
    }
    .services_inner {
        flex-wrap: wrap;
    }
    .services_content {
        width: 100%;
    }
    .servises_list {
        width: 100%;
        order: -1;
    }
    .servises_item-price {
        flex-direction: column;
        align-items: flex-start;
    }
    .servises_item-icon img {
        width: 45px;
        height: 45px;
    }
    .servises_item-title {
        font-size: 13px;
    }
    .benefits {
        padding: 0 10px;
    }
    .benefits_inner-img {
        display: none;
    }
    .benefits_title {
        margin-left: 0;
        font-size: 20px;
    }
    .benefits_list {
        margin: 10px 0;
        padding: 10px;
    }
    .benefits_item-num {
        font-size: 24px;
    }
    .benefits_item-title {
        font-size: 16px;
    }
    .benefits_item-text {
        font-size: 13px;
    }
    .carousel {
        display: none;
    }
    .contacts {
        padding: 30px 10px;
    }
    .contacts_inner {
        display: block;
        text-align: center;
        margin: 0;
    }
    .contacts_list {
        margin-bottom: 20px;
        margin-left: 0;
    }
    .contacts_items-text {
        font-size: 13px;
    }
    .contacts_form {
        margin: 0;
        padding: 20px 15px;
    }
    .contacts_title {
        margin-left: 0;
        text-align: center;
        font-size: 20px;
    }
    .contacts_input {
        width: 100%;
        max-width: 280px;
        text-align: center;
        font-size: 15px;
        height: 40px;
    }
    .contacts_input::placeholder {
        font-size: 13px;
    }
    .contacts_btn {
        margin-top: 15px;
        padding: 12px 25px;
        font-size: 13px;
    }
    .button {
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        padding: 12px 25px 8px;
        background-color: rgb(255, 128, 0);
        border-radius: 20px;
        margin: 10px 0 0 0;
        color: #eee9e9;
    }
    .footer {
        text-align: center;
    }
    .footer_inner {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 15px 10px;
    }
    .footer_copy {
        display: none;
    }
}

@media (max-width: 431px) {
    body {
        width: 100%;
    }
    .header {
        width: 100%;
    }
    .header_top {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 15px 0;
    }
    .logo {
        margin-bottom: 15px;
        padding: 5px;
    }
    .logo_img {
        width: 80px;
        height: auto;
    }
    .phone {
        font-size: 14px;
        line-height: 18px;
        padding: 5px;
        margin-right: 0;
    }
    .phone img {
        width: 22px;
        height: 22px;
    }
    .header_title {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 0;
        text-align: center;
    }
    .header_subtext1 {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .header_subtext2 {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .header_social {
        padding: 15px 0;
    }
    .social {
        justify-content: center;
    }
    .social-img {
        width: 22px;
        height: auto;
    }
    .services {
        padding: 25px 8px;
    }
    .title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .title::after {
        width: 35px;
        height: 2px;
        top: 10px;
        margin-left: 6px;
    }
    .services_inner {
        flex-wrap: wrap;
    }
    .services_content {
        width: 100%;
    }
    .servises_list {
        width: 100%;
        order: -1;
    }
    .servises_item-price {
        flex-direction: column;
        align-items: flex-start;
    }
    .servises_item-icon img {
        width: 40px;
        height: 40px;
    }
    .servises_item-title {
        font-size: 12px;
    }
    .benefits {
        padding: 0 8px;
    }
    .benefits_inner-img {
        display: none;
    }
    .benefits_title {
        margin-left: 0;
        font-size: 18px;
    }
    .benefits_list {
        margin: 10px 0;
        padding: 8px;
    }
    .benefits_item-num {
        font-size: 20px;
    }
    .benefits_item-title {
        font-size: 14px;
    }
    .benefits_item-text {
        font-size: 12px;
    }
    .carousel {
        display: none;
    }
    .contacts {
        padding: 25px 8px;
    }
    .contacts_inner {
        display: block;
        text-align: center;
        margin: 0;
    }
    .contacts_list {
        margin-bottom: 20px;
        margin-left: 0;
    }
    .contacts_items-text {
        font-size: 12px;
    }
    .contacts_form {
        margin: 0;
        padding: 20px 12px;
    }
    .contacts_title {
        margin-left: 0;
        text-align: center;
        font-size: 18px;
    }
    .contacts_input {
        width: 100%;
        max-width: 260px;
        text-align: center;
        font-size: 14px;
        height: 38px;
    }
    .contacts_input::placeholder {
        font-size: 12px;
    }
    .contacts_btn {
        margin-top: 15px;
        padding: 10px 20px;
        font-size: 12px;
    }
    .button {
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        padding: 10px 20px 6px;
        background-color: rgb(255, 128, 0);
        border-radius: 18px;
        margin: 10px 0 0 0;
        color: #eee9e9;
    }
    .footer {
        text-align: center;
    }
    .footer_inner {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 15px 8px;
    }
    .footer_copy {
        display: none;
    }
}

@media (max-width: 391px) {
    body {
        width: 100%;
    }
    .header {
        width: 100%;
    }
    .header_top {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 15px 0;
    }
    .logo {
        margin-bottom: 15px;
        padding: 5px;
    }
    .logo_img {
        width: 70px;
        height: auto;
    }
    .phone {
        font-size: 13px;
        line-height: 16px;
        padding: 5px;
        margin-right: 0;
    }
    .phone img {
        width: 20px;
        height: 20px;
    }
    .header_title {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 0;
        text-align: center;
    }
    .header_subtext1 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .header_subtext2 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .header_social {
        padding: 15px 0;
    }
    .social {
        justify-content: center;
    }
    .social-img {
        width: 20px;
        height: auto;
    }
    .services {
        padding: 20px 8px;
    }
    .title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .title::after {
        width: 30px;
        height: 2px;
        top: 8px;
        margin-left: 5px;
    }
    .services_inner {
        flex-wrap: wrap;
    }
    .services_content {
        width: 100%;
    }
    .servises_list {
        width: 100%;
        order: -1;
    }
    .servises_item-price {
        flex-direction: column;
        align-items: flex-start;
    }
    .servises_item-icon img {
        width: 35px;
        height: 35px;
    }
    .servises_item-title {
        font-size: 11px;
    }
    .benefits {
        padding: 0 8px;
    }
    .benefits_inner-img {
        display: none;
    }
    .benefits_title {
        margin-left: 0;
        font-size: 16px;
    }
    .benefits_list {
        margin: 10px 0;
        padding: 8px;
    }
    .benefits_item-num {
        font-size: 18px;
    }
    .benefits_item-title {
        font-size: 13px;
    }
    .benefits_item-text {
        font-size: 11px;
    }
    .carousel {
        display: none;
    }
    .contacts {
        padding: 20px 8px;
    }
    .contacts_inner {
        display: block;
        text-align: center;
        margin: 0;
    }
    .contacts_list {
        margin-bottom: 20px;
        margin-left: 0;
    }
    .contacts_items-text {
        font-size: 11px;
    }
    .contacts_form {
        margin: 0;
        padding: 20px 10px;
    }
    .contacts_title {
        margin-left: 0;
        text-align: center;
        font-size: 16px;
    }
    .contacts_input {
        width: 100%;
        max-width: 240px;
        text-align: center;
        font-size: 13px;
        height: 36px;
    }
    .contacts_input::placeholder {
        font-size: 11px;
    }
    .contacts_btn {
        margin-top: 15px;
        padding: 10px 18px;
        font-size: 11px;
    }
    .button {
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        padding: 10px 18px 6px;
        background-color: rgb(255, 128, 0);
        border-radius: 16px;
        margin: 10px 0 0 0;
        color: #eee9e9;
    }
    .footer {
        text-align: center;
    }
    .footer_inner {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 15px 8px;
    }
    .footer_copy {
        display: none;
    }
}
     