/*!
Theme Name: l-services
Theme URI: http://underscores.me/
Author: Underscores.me
*/

* {
    padding: 0;
    margin: 0;
}

html,body {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1c1d22;
    line-height: 1.2;
}

img {
    max-width: 100%;
}

a {
    color: #1c1d22;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover {
    color: #f76043;
}


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

.title {
    text-align: center;
    margin-bottom: 40px;
}

.title h2 {
    font-size: 50px;
    font-weight: 500;
    color: #1d1d21;
}

.title h1 {
    font-size: 56px;
    font-weight: 500;
    color: #1d1d21;
}

.title p {
    margin-top: 20px;
    font-size: 25px;
    color: #5b5c60;
}

.btn-border {
    cursor: pointer;
    max-width: 230px;
    width: 100%;
    border: 2px solid #f76043;
    border-radius: 5px;
    height: 50px;
    color: #f76043;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    background: none;
    font-family: 'Roboto', sans-serif;
}

.btn-border:hover {
    background: #f76043;
    color: #fff;
}

.input-item {
    border: none;
    border-radius: 5px;
    background: #fff;
    height: 85px;
    box-sizing: border-box;
    padding-left: 30px;
    color: #494a4d;
    font-size: 18px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.input-item::placeholder {
    color: #494a4d;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}


.btn-submit {
    max-width: 100%;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: none;
    height: 85px;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    background: #f76043;
    transition: all 0.3s;
    font-family: 'Roboto', sans-serif;
}

.btn-submit:hover {
    background: #db5035;
}

.header {
    padding: 25px 0;
}

.header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    max-width: 200px;
    width: 100%;
}

.header__contacts {
    display: flex;
    align-items: center;
}

.header__contacts-icon {
    font-size: 20px;
    color: #2cbf15;
    margin-right: 20px;
}

.header__phone-social {
    display: flex;
    align-items: center;
}

.header .phone {
    font-size: 30px;
    color: #1c1c20;
    font-weight: 500;
    display: inline-block;
    margin-right: 30px;
}

.header .phone:hover {
    color: #f76043;
}

.messengers {
    display: flex;
}

.messengers a {
    display: inline-block;
}

.messengers a:first-child {
    margin-right: 15px;
}

.header__phone {
    display: flex;
    align-items: center;
}

.header__phone p {
    font-size: 20px;
    color: #7a7a7c;
}

.header__call {
    max-width: 230px;
    width: 100%;
}

.header__call .messengers {
    justify-content: center;
    margin-top: 20px;
    align-items: center;
}

.menu {
    background: #005cda;
    height: 90px;
    display: flex;
    align-items: center;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.menu ul li {
    position: relative;
}

.menu ul li:before {
    content: '';
    top: -161%;
    left: 0;
    width: 0;
    height: 5px;
    background: #f76043;
    position: absolute;
    transition: all 0.3s;
}

.menu ul li:hover:before {
    width: 100%;
}

.menu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.menu ul li.current-menu-item:before {
    width: 100%;
}

.banner-slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: center;
}

.banner-slide .container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner__desc {
    color: #fff;
    max-width: 870px;
    width: 100%;
}

.banner__desc .title-home {
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
}

.banner__desc p {
    margin-top: 50px;
    font-size: 35px;
}

.swiper-pagination {
    z-index: 5;
}

.banner .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    bottom: 60px;
}

.banner .swiper-pagination-bullet {
    display: block;
    margin-right: 50px !important;
    width: 21px;
    height: 21px;
    border: 2px solid #fff;
    background: none;
    border-radius: 50%;
    cursor: pointer;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}

.cable-delivery {
    padding-top: 120px;
}

.cable-delivery__row {
    display: flex;
    justify-content: space-between;
}

.cable-delivery__img {
    max-width: 700px;
    width: 100%;
    margin-right: 20px;
}

.cable-delivery__img img {
    position: relative;
}

.cable-delivery__img img:last-child {
    margin-top: -200px;
    margin-left: -50px;
}

.cable-delivery__desc {
    max-width: 650px;
    width: 100%;
    line-height: 1.5;
}

.cable-delivery__desc p {
    margin-bottom: 20px;
}

.cable-delivery__desc p:last-child {
    margin-bottom: 0;
}

.cable-delivery-order {
    background: #f0f7fb;
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px;
}

.cable-delivery-order__img {
    position: absolute;
    left: -310px;
    bottom: -220px;
}

/*.cable-delivery-order__img img {*/
/*	position: absolute;*/
/*	left: -155px;*/
/*	bottom: -175px;*/
/*}*/

.cable-delivery-order__form {
    box-sizing: border-box;
    max-width: 520px;
    width: 100%;
    position: relative;
    z-index: 3;
}

.cable-delivery-order__form h3 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 500;
    color: #1d1a1a;
}

.big-title {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 500;
    color: #1d1a1a;
}

.site-title {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 500;
    color: #1d1a1a;
}

.cable-delivery-order__form .input-item {
    display: block;
    margin-bottom: 20px;
}

.price {
    padding-top: 120px;
}


.price p:last-child {
    margin-bottom: 0;
}

.price__table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 30px;
}

.price__table th span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
}

.price__table th {
    height: 80px;
    text-align: center;
    width: 50%;
    background: #005cda;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    border: 1px solid #8c8d8f;
    border-bottom: none;
}

.price__table td {
    text-align: center;
    border-left: 1px solid #8c8d8f;
    border-right: 1px solid #8c8d8f;
    height: 80px;
    font-size: 18px;
    color: #016da0;
}

.price__table td strong {
    color: #242020;
    font-weight: 600;
}

.price__table tr {
    background: #fff;
}

.price__table tr:nth-child(odd) {
    background: #f0f7fb;
}

.price__table tr:last-child {
    border-bottom: 1px solid #8c8d8f;
}

.additional-services {
    padding: 120px 0;
}

.additional-services__list {
    display: flex;
    /*justify-content: center;*/
    position: relative;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.additional-service {
    width: 33.333%;
    box-sizing: border-box;
    padding: 15px;
    display: block;
}

.additional-service__img {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.additional-service__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;

}

.additional-service:hover .additional-service__img img {
    transform: scale(1.1);
}

.additional-service__title {
    margin: 15px 0;
    font-size: 25px;
    font-weight: 500;
    color: #1c1d22;
}

.additional-service__desc {
    font-size: 20px;
    color: #4a4a4d;
    line-height: 1.5;
}

.question-form {
    background-image: url(/wp-content/uploads/2022/12/question-form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 60px 0;
    position: relative;
}

.question-form__row {
    display: flex;
}

.question-form__callback {
    max-width: 875px;
    width: 100%;
}

.question-form__callback h2 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 30px;
}

.question-form__callback p {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 30px;
}

.inputs-row {
    display: flex;
    box-sizing: border-box;
    position: relative;
    margin: 0 -15px;
}

.input-block {
    width: 50%;
    box-sizing: border-box;
    padding: 15px;
}

.question-form__img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer {
    background: #0d1b38;
    padding-top: 90px;
    padding-bottom: 10px;
}

.footer__row {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.footer__logo {
    max-width: 150px;
    width: 100%;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.footer__address {
    display: flex;
    align-items: center;
}

.footer__address span {
    display: block;
    font-size: 20px;
    color: #2cbf15;
    margin-right: 20px;
}

.footer__address p {
    font-size: 25px;
    font-weight: 300;
}

.footer__email {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.footer__email span {
    font-size: 20px;
    color: #2cbf15;
    margin-right: 20px;
    display: block;
}

.footer__email a {
    font-size: 25px;
    transition: all 0.3s;
    color: #fff;
    font-family: 'Roboto Slab', serif;
}


.footer__email a:hover {
    color: #f76043;
}

.footer__phones {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer__phone {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer__phone span {
    font-size: 20px;
    color: #2cbf15;
    margin-right: 20px;
    display: block;
    margin-left: 30px;
}

.footer__phone .phone {
    color: #fff;
    transition: all 0.3s;
    font-size: 25px;
    font-weight: 500;
}

.footer__phone a:hover {
    color: #f76043;
}

.work-time {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.work-time span {
    font-size: 20px;
    color: #2cbf15;
    margin-right: 20px;
    display: block;
    margin-left: 30px;
}

.work-time p {
    font-size: 20px;
    color: #ababac;
}

.footer-menu {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #35425b;
    border-bottom: 1px solid #35425b;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-menu ul li {
    margin: 10px 25px;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.footer-menu ul li a:hover {
    color: #f76043;
}

.dev {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    align-items: center;
}

.breadcrumbs {
    padding-top: 45px;
    font-size: 20px;
}

.breadcrumbs span {
    color: #5b5c60;
    font-weight: 400;
    transition: all 0.3s;
}

.breadcrumbs a span {
    color: #f76043;
    font-weight: 500;
}

.breadcrumbs span.sep {
    display: inline-block;
    margin: 0 10px;
    color: #f76043;
    font-weight: 500;
}

.content-page {
    padding-top: 60px;
}

.content-page__desc h1 {
    font-size: 60px;
    font-weight: 500;
    color: #1d1d21;
    text-align: center;
    margin-bottom: 35px;
}

.content-page__desc h2 {
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 500;
}

.content-page__desc h3 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 400;
}

.content-page__desc p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.content-page__desc p:last-child {
    margin-bottom: 0;
}

.advantages {
    padding: 70px 0;
}

.advantages__list {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.advantage {
    max-width: 270px;
    width: 100%;
    text-align: center;
}

.advantage__title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #191c1b;
}

.pictures__row {
    display: flex;
    position: relative;
    margin: 0 -10px;
}

.picture {
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}

.steps {
    padding-top: 120px;
    padding-bottom: 50px;
}

.work-item {
    margin-bottom: 38px;
    position: relative;
    z-index: 1;
}

.work-item:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 28px;
    height: calc(100% + 9px);
    border: 1px dashed #31b71d;
}

.work-item h3 {
    font-size: 25px;
    line-height: 27px;
    color: #2b2a29;
    font-weight: bold;
    margin: 0;
    text-align: left;
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.work-item p {
    font-size: 16px;
    line-height: 18px;
    color: #2b2a29;
    font-weight: normal;
    margin: 0;
    text-align: left;
    padding-left: 50px;
    max-width: 700px;
}

.work-list {
    max-width: 750px;
    margin: 0 auto;
}

.work-item h3 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #31b71d;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-right: 13px;
    background: #31b71d;
    position: relative;
}

.work-item:last-child:before {
    border: none;
}


.page-form .cable-delivery-order__img {
    position: relative;
    max-width: 580px;
    /*height: 100%;*/
    width: 100%;
    left: 0;
    bottom: 0;
    margin-right: 60px;
}

.step__title {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 15px;
    height: 70px;
    cursor: pointer;
    color: #fff;
    position: relative;
}

.step__title.active .step__num {
    color: #fff;
    background: #31b71d;
}
.page-form .cable-delivery-order__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-form .cable-delivery-order {
    justify-content: center;
    align-items: stretch;
}

.page-services {
    padding: 120px 0;
    margin-top: 130px;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-services .additional-service__desc {
    font-size: 20px;
    font-weight: 500;
    color: #1f1a1a;
    margin-top: 20px;
}

.seo-text {
    padding: 120px 0;
}

.seo-text h2 {
    color: #1c1d22;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 45px;
}

.seo-text p {
    font-size: 20px;
    line-height: 1.3;
    color: #1c1d22;
    margin-bottom: 45px;
}

.seo-text h3 {
    font-size: 35px;
    font-weight: 500;
    color: #1c1d22;
    margin-bottom: 45px;
}

.pictures-text__text {
    margin-top: 50px;
}

.pictures-text__text p {
    font-size: 20px;
    color: #1c1d22;
}

.pictures-text__text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pictures-text__text ul li {
    position: relative;
    font-size: 20px;
    color: #1c1d22;
    margin-top: 15px;
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.pictures-text__text ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    background: #30b818;
}


.about-text figure.wp-block-image.size-full {
    height: 100%;
}

.about-text .wp-block-image img {
    height: 100%;
    max-width: 100%;
    vertical-align: bottom;
    object-fit: cover;
}

.advantages-about {
    padding-top: 0;
    padding-bottom: 30px;
}

.advantages-about .advantages__list {
    margin: 0 -20px;
}

.advantages-about .advantage {
    width: 33.333%;
    box-sizing: border-box;
    padding: 20px;
    max-width: 100%;
}

.advantage__block {
    background: #f0f7fb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    padding: 30px 15px;
    text-align: center;
}

.advantage__desc {
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
}

.about-add-text {
    padding-bottom: 120px;
}

.about-add-text p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.certificate {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #f0f7fb;
}

.certificate__row {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 -20px;
}

.certificate__item {
    width: 25%;
    box-sizing: border-box;
    padding: 20px;
}

.page-template-contacts .map {
    display: none;
}

.contacts-page__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contacts-page__info {
    max-width: 470px;
    width: 100%;
}

.contacts-page__info h3 {
    font-size: 25px;
}

.contacts-page__map {
    max-width: 800px;
    width: 100%;
    margin-left: 30px;
}

.contacts-page__map iframe {
    height: 465px !important;
}

.contacts-page__address {
    display: flex;
    margin: 30px 0;
}

.contacts-page__address span {
    display: block;
    font-size: 20px;
    color: #2cbf15;
    margin-right: 20px;
}

.contacts-page__address p {
    font-size: 18px;
}

.contacts-page__phones {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.contacts-page__phones span {
    display: block;
    font-size: 20px;
    color: #2cbf15;
    margin-right: 20px;
}

.contacts-page__phones .phones {
    display: flex;
    flex-direction: column;
}

.contacts-page__phones a {
    color: #333337;
    font-weight: 500;
    font-size: 20px;
}

.contacts-page__phones a:hover {
    color: #f76043;
}

.contacts-page__email {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contacts-page__email span {
    display: block;
    font-size: 20px;
    color: #2cbf15;
    margin-right: 20px;
}

.contacts-page__email a {
    font-size: 20px;
    color: #1d1d21;
}

.contacts-page__email a:hover {
    color: #f76043;
}

.contacts-page__work-time {
    display: flex;
    align-items: center;
}

.contacts-page__work-time span {
    display: block;
    font-size: 20px;
    color: #2cbf15;
    margin-right: 20px;
}

.contacts-page__work-time p {
    font-size: 20px;
}

.contacts-page {
    padding-top: 20px;
    padding-bottom: 120px;
}

.contacts-page__requisites {
    margin-top: 40px;
    cursor: pointer;
    color: #016da0;
    font-size: 25px;
    transition: all 0.3s;
    border-bottom: 2px solid #76a1c0;
    width: auto;
    display: inline-block;
}

.contacts-page__requisites:hover {
    color: #f76043;
    border-color: #f76043;
}

.pum-content .input-item {
    border: 1px solid #0d1b38;
    margin-bottom: 20px;
}

.content-page__desc ul,
.content-page__desc ol {
	 margin-bottom: 30px;
	font-size: 20px;
    line-height: 1.6;
	box-sizing: border-box;
	padding-left: 50px;
}

@media (max-width: 1440px) {
    .question-form__img {
        right: -150px;
    }

    .banner-slide {
        background-repeat: no-repeat;
        background-size: cover;
        height: 670px;
        background-position: center;
    }
}

@media (max-width: 1200px) {
    .container {
        box-sizing: border-box;
        padding: 0 15px;
    }

    .banner .swiper-pagination {
        margin-left: 15px;
    }
}

@media (max-width: 1280px) {
    .banner__desc .title-home {
        font-size: 70px;
    }

    .banner__desc p {
        margin-top: 50px;
        font-size: 25px;
    }

    .question-form__img {
        right: -250px;
    }
}

.header__call .messengers {
    display: none;
}

.close-menu {
    display: none;
}

.reviews {
    padding: 100px 0;
}


.swiper-slide.reviews-slide {
    padding: 10px;
    box-sizing: border-box;
}

.reviews-content {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(33 95 221 / 20%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(33, 95, 221, 0.2);
    box-shadow: 0px 0px 8px 0px rgb(33 95 221 / 20%);
    box-sizing: border-box;
    padding: 15px;
}

.reviews__text {
    font-size: 16px;
}

.reviews__name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.reviews .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

.reviews span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #215fdd;
}

.home .reviews,
.page-template-about .reviews,
.page-template-contacts .reviews {
    display: none;
}

.notice {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0;
    text-align: center;
    color: #000;
}

.map {
    position: relative;
}

.map__block {
    width: 100%;
}

.map__contacts {
    position: absolute;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
    right: 50px;
    transform: translateY(0);
    top: 50%;
}

.map__contacts .title {
    text-align: left;
}

.map__contacts .contacts-page__phones a {
    font-size: 35px;
}

.map__contacts .contacts-page__info {
    max-width: 100%;
}

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

.map__block p {
    height: 100%;
}

.map__block img.small-windown {
	display: none;
}

@media(max-width: 1367px) {
	.map__block img.small-windown {
		display: block;
	}
	
	.map__block img.big-windown {
		display: none;
	}
	
	.map__contacts {
		transform: translateY(-50%);
	}
}

@media(max-width: 1279px) {
	.map__block img.small-windown {
		display: none;
	}
	
	.map__block img.big-windown {
		display: block;
	}
}

@media (max-width: 1024px) {

    body {
        font-size: 16px;
    }

    .navbar {
        display: block;
        font-size: 30px;
        color: #f76043;
        margin-left: 30px;
    }
.big-title {
    font-size: 35px;
}
    .header__call .messengers {
        display: flex;
    }

    .header__phone p {
        display: none;
    }

    .header__phone-social .messengers {
        display: none;
    }

    .header .phone {
        font-size: 20px;
        margin-right: 0;
    }

    .header__logo {
        max-width: 150px;
    }

    .header__logo img {
        height: auto;
    }

    .btn-border {
        max-width: 150px;
        width: 100%;
    }

    .header__call {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-left: 20px;
    }

    .banner-slide {
        height: 500px;
    }

    .banner__desc .title-home {
        font-size: 50px;
    }

    .banner__desc {
        color: #fff;
        max-width: 640px;
        width: 100%;
    }

    .banner__desc p {
        margin-top: 30px;
    }

    .banner .swiper-pagination {
        bottom: 30px;
    }

    .cable-delivery {
        padding-top: 50px;
    }

    .cable-delivery__desc p {
        margin-bottom: 20px;
    }

    .cable-delivery-order__img {
        display: none;
    }

    .cable-delivery-order {
        justify-content: center;
    }

    .title h2 {
        font-size: 45px;
    }

    .title p {
        font-size: 20px;
    }

    .additional-service__img {
        height: 245px;
    }

    .additional-service__title {
        font-size: 20px;
    }

    .additional-service__desc {
        font-size: 16px;
    }

    .question-form__img {
        display: none;
    }

    .question-form__callback h2 {
        font-size: 45px;
    }

    .question-form__callback p {
        font-size: 20px;
    }

    .question-form__callback {
        max-width: 100%;
        width: 100%;
    }

    .map iframe {
        height: 400px;
    }

    .footer__logo {
        max-width: 150px;
        width: 100%;
    }

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

    .footer__address span {
        font-size: 18px;
    }

    .footer__email a {
        font-size: 18px;
    }

    .footer__email span {
        font-size: 18px;
    }

    .footer__phone .phone {
        font-size: 20px;
    }

    .footer__phone span {
        font-size: 18px;
    }

    .footer__phone {
        margin-bottom: 10px;
    }

    .footer__contacts {
        max-width: 286px;
    }

    .work-time p {
        font-size: 18px;
    }

    .work-time span {
        font-size: 18px;
    }

    .menu {
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 333;
        width: 300px;
        box-sizing: border-box;
        padding: 15px;
        display: flex;
        align-items: center;
        left: -1000%;
        transition: all 0.3s;
    }

    .menu.show {
        left: 0;
    }

    .menu ul {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .menu ul li {
        margin-bottom: 20px;
    }

    .close-menu {
        display: block;
        font-size: 30px;
        color: #fff;
        position: absolute;
        right: 30px;
        top: 30px;
    }

    .content-page__desc h1 {
        font-size: 50px;
    }

    .content-page__desc h3 {
        font-size: 25px;
    }

    .advantage__title {
        font-size: 20px;
    }

    .header {
        padding: 25px 0;
        border-bottom: 1px solid #00000017;
    }

    .content-page__desc p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .content-page__desc p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .menu ul li:before {
        content: '';
        top: 100%;
        height: 5px;
        transform: translateY(100%);
    }

    .seo-text h2 {
        font-size: 40px;
    }

    .seo-text p {
        font-size: 16px;
        line-height: 1.3;
        color: #1c1d22;
        margin-bottom: 30px;
    }

    .pictures-text__text p {
        font-size: 16px;
        color: #1c1d22;
    }

    .pictures-text__text ul li {
        font-size: 16px;
    }

    .steps__list {
        justify-content: center;
        margin: 0;
    }

    .step__text {
        font-size: 18px;
    }

    .about-add-text p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .pum-content .input-item {
        height: 60px;
    }

    .pum-content .btn-submit {
        height: 60px;
    }

    .map {
        flex-direction: column-reverse;
    }

    .map__block {
        width: 100%;
    }

    .map__contacts {
        max-width: 100%;
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0);
    }

    .map__contacts .contacts-page__phones a {
        font-size: 20px;
    }

}

.messengers-mob {
    display: none;
}

@media (max-width: 768px) {
    .cable-delivery__row {
        flex-direction: column;
    }

    .cable-delivery__img {
        display: flex;
        max-width: 100%;
        width: 100%;
        position: relative;
        margin: 0 -10px;
    }

    .cable-delivery__desc {
        max-width: 100%;
    }

    /*.cable-delivery__desc span {*/
    /*    text-align: center;*/
    /*    display: inline-block;*/
    /*    width: 100%;*/
    /*}*/

    .cable-delivery__desc strong {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .cable-delivery__img img {
        width: 50%;
        box-sizing: border-box;
        padding: 10px;
    }

    .cable-delivery__img img:last-child {
        margin-top: 0;
        margin-left: 0;
        transform: scale(1.07);
    }

    .cable-delivery-order {
        margin-top: 50px;
    }

    .price {
        padding-top: 50px;
    }

    .price__table th {
        font-size: 18px;
    }

    .price__table td {
        font-size: 13px;
    }

    .additional-services__list {
        margin: 0;
        flex-direction: column;
        align-items: center;
    }

    .additional-service {
        max-width: 400px;
        width: 100%;
    }

    .additional-services {
        padding: 50px 0;
    }

    .page-services {
        margin-top: 50px;
    }

    .footer__row {
        flex-direction: column;
        align-items: center;
    }

    .footer__contacts {
        max-width: 100%;
        margin-top: 20px;
    }

    .footer__email {
        margin-top: 20px;
    }

    .footer__phones {
        align-items: center;
        margin-top: 20px;
    }

    .footer__phone .messengers {
        display: none;
    }

    .messengers-mob {
        display: flex;
        margin-bottom: 20px;
    }

    .footer__phone {
        margin-bottom: 20px;
    }

    .footer__phone span {
        margin-left: 0;
    }

    .footer__address {
        display: flex;
        align-items: flex-start;
        text-align: center;
    }

    .footer__address p {
        font-size: 18px;
        max-width: 255px;
        margin: 0 auto;
    }

    .work-time span {
        margin-left: 0;
    }

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

    .advantage {
        box-sizing: border-box;
        padding: 15px;
    }

    .seo-text {
        padding: 50px 0;
    }

    .steps {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .advantages-about .advantage {
        max-width: 450px;
        width: 100%;
        padding: 20px 0;
    }

    .advantages-about .advantages__list {
        margin: 0;
        flex-wrap: wrap;
    }

    .certificate {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-add-text {
        padding-bottom: 50px;
    }

    .contacts-page__row {
        flex-direction: column;
    }

    .contacts-page__info {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }

    .contacts-page__address p {
        font-size: 18px;
    }

    .contacts-page__phones a {
        font-size: 20px;
    }

    .contacts-page__email a {
        font-size: 18px;
    }

    .contacts-page__work-time p {
        font-size: 18px;
    }

    .contacts-page__map {
        max-width: 800px;
        width: 100%;
        margin-left: 0;
    }

    .contacts-page__map iframe {
        height: 400px !important;
    }

    .contacts-page {
        padding-bottom: 50px;
    }
}

@media (max-width: 540px) {
    .header__call {
        max-width: 130px;
    }

    .header__contacts-icon {
        display: none;
    }

    .header .phone {
        font-size: 18px;
    }

    .header__logo {
        max-width: 100px;
    }

    .cable-delivery-order__form h3 {
        font-size: 30px;
        text-align: center;
    }
	.site-title {
		text-align: center;
		font-size: 30px;
	}
    .title h2 {
        font-size: 25px;
    }
.big-title {
    font-size: 30px;
}
    .seo-text h2 {
        font-size: 25px;
    }

    .input-block {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
    }

    .inputs-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cable-delivery-order {
        padding: 30px;
    }

    .breadcrumbs {
        font-size: 13px;
    }
}

.phones-mob {
    display: none;
}

@media (max-width: 450px) {
    .header {
        padding: 10px 0;
    }

    .header__phones {
        display: none;
    }

    .phones-mob {
        display: block;
    }

    .phones-mob .phone {
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .additional-service {
        padding: 15px 0;
    }

    .footer-menu {
        text-align: center;
    }

    .certificate__row {
        flex-wrap: wrap;
    }

    .certificate__item {
        width: 50%;
    }

    .contacts-page__requisites {
        font-size: 18px;
    }

    .header__call .btn-border {
        display: none;
    }

    .pictures__row {
        flex-direction: column;
        margin: 0;
    }

    .picture {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0;
    }
}

@media (max-width: 375px) {
    .banner__desc .title-home {
        font-size: 35px;
    }

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

    .banner-slide {
        min-height: 360px;
        height: auto;
    }

    .banner .swiper-pagination-bullet {
        margin-right: 15px !important;
        width: 10px;
        height: 10px;
    }

    .title h2 {
        font-size: 25px;
    }

    .btn-submit {
        font-size: 20px;
    }

    h1 {
        font-size: 35px;
    }

    .content-page__desc h3 {
        font-size: 18px;
    }

    .seo-text h2 {
        font-size: 30px;
    }

    .content-page__desc h1 {
        font-size: 35px;
    }

    .cable-delivery-order {
        padding: 30px 15px;
    }

    .page-services .additional-service__desc {
        font-size: 16px;
    }

    .menu ul li a {
        font-size: 14px;
    }
}