

/* Start:/company/uslugi/style.css?171951836810010*/
.intec-template-layout-column-fixed{
    display: none;
}
.container-16{
    display: none !important;
}
.container-15{
    max-width: 1366px !important;
    margin: 0 auto !important;
    padding: 10px 0 !important;
}
.intec-content{
    max-width: 100% !important;
}
.intec-template-layout-content{
    background: #fff !important;
}
.intec-template-layout-column-adaptive{
    max-width: 100% !important;
}
/*Servises*/
.servis-wrap_content {
    background-image: url("/company/uslugi/img/fon.png");
    border-radius: 15px;
    background-repeat: no-repeat;
    height: 100%;
    background-size: contain;
    /*background-position: center center;*/
    max-width: 100%;
    overflow: hidden;
    margin: 50px auto;
}

.servis-wrap__b-1 {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.servis-wrap__info {
    flex: 0 0 64%;
}

.servis-wrap__title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3A3A3A;
}

.servis-wrap__disc {
    font-size: 16px;
    line-height: normal;
    color: #707070;
}

.heshteg-list {
    color: #C8102E;
    font-size: 14px;
    line-height: 30px;
}

@media (max-width: 700px) {
    .servis-wrap_content {
        background-image: none;
    }

    .servis-wrap__b-1 {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .servis-wrap__info {
        flex: 100%;
    }

    .heshteg-list {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        line-height: 15px;
    }
}

@media (max-width: 700px) {
    .heshteg-list {
        font-size: 14px;
    }
}


/*b-2*/
.servis-wrap__b-2 {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.servis-wrap__col {
    width: calc(33% - 50px / 3 * 2);
    padding: 20px;
    background: #F5F5F5;
    border-radius: 10px;
}

.servis-wrap__b-2-img img {
    width: 41px;
    height: 41px;
    height: 41px;
}

.servis-wrap__name {
    /*font-size: 22px;*/
    font-weight: 600;
    color: #3A3A3A;
    line-height: normal;
    margin: 20px 0;
}


.servis-wrap__disc {
    font-size: 14px;
    color: #707070;
    line-height: normal;
}

@media (max-width: 1366px) {
    .servis-wrap__name {
        font-size: calc(16px + 6 * (100vw / 1366)) !important;
    }

    .servis-wrap__disc {
        font-size: calc(14px + 2 * (100vw / 1366)) !important;
    }
}

@media (max-width: 992px) {
    .servis-wrap__b-2 {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .servis-wrap__col {
        width: calc(50% - 20px / 2 * 1);
    }
}

@media (max-width: 500px) {
    .servis-wrap__col {
        width: 100%;
    }
}

/*b-3*/

/*gr footer*/
.gr-wrap_content {
    width: 100%;
    height: 330px;
    background-image: url('/company/uslugi/img/system-fon.png');
    background-size: 100% 100%;
    padding-left: 17%;
    padding-right: 15%;
    background-repeat: no-repeat;

}

.gr-wrap__block {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.gr-wrap__b-img {
    height: 100%;
    flex: 0 0 41%;
}

.gr-wrap__img {
    height: 100%;
}

.gr-wrap__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gr-wrap__title {
    font-size: 30px;
    font-weight: 400;
}

.gr-wrap__text {
    font-size: 16px;
    margin: 20px 0;
}

.gr-wrap__f-1 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.gr-wrap__form {
    flex: 0 0 67%;
}

.gr-wrap__f-email {
    padding: 10px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    text-align: center;
}

.gr-wrap__f-name {
    padding: 10px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    text-align: center;
    width: 140px;
}

/*btn*/

.gr-wrap__f-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C8102E;
    border-radius: 5px;
    border: none;
    padding: 9px 15px;
    gap: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.gr-wrap__f-btn:hover {
    background: #E21B3C;
}

.gr-wrap__f-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.gr-wrap__f-btn svg {
    fill: none;
    width: 7px;
    height: 12px;
    stroke: #ffffff;
}

/*btn*/
@media (max-width: 1161px) {
    .gr-wrap__title {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
    }

    .gr-wrap__text {
        font-size: 16px;
        margin: 20px 0;
        text-align: center;
    }

    .gr-wrap__f-1 {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
    }

    .gr-wrap__f-email, .gr-wrap__f-name, .gr-wrap__f-btn {
        margin: 0 auto !important;
        width: 320px !important;
    }

    .gr-wrap__f-1 {
        text-align: center;
    }

}

@media (max-width: 900px) {
    .gr_content {
        border-radius: 0;
    }

    .gr-wrap__b-img {
        display: none;
    }

    .gr-wrap__block, .gr-wrap_content {
        justify-content: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 10px;

    }
}

@media (max-width: 800px) {
    .gr-wrap-title {
        font-size: 18px;
        padding: 0 10px;
    }

    .gr-accordion {
        transition: 0.25s;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding-bottom: 10px;
    }

    .gr-accordion:after {
        content: '\203A';
        color: #3A3A3A;
        font-weight: 400;
        font-size: 30px;
        transition: 0.45s;
        height: 12px;
        width: 12px;
        display: block;
        position: absolute;
        right: 24px;
        top: 24px;
        line-height: 8px;

    }

    .gr-accordion.active:after {
        transform: rotate(90deg);
    }
}

@media (max-width: 600px) {
    .gr-wrap__block {
        background: #ffffff !important;
    }

    .as-wrap__block--p {
        padding: 10px !important;
    }

    .gr-wrap_content {
        background-image: none;
    }

    .gr-wrap__title {
        font-size: 24px;
    }

    .gr-wrap__form {
        flex: 100%;
    }

    .gr-wrap__form-b {
        padding: 0 10px !important;
    }

    .gr-wrap__f-email, .gr-wrap__f-name, .gr-wrap__f-btn {
        width: 100% !important;
    }

}

@media (max-width: 500px) {
    .btn__check {
        display: flex !important;
    }

    .btn__check {
        height: 30px !important;
        width: 30px !important;
        padding: 10px !important;
    }

    .es-wrap__b-title {
        -webkit-line-clamp: 3 !important;
    }

    .gr-wrap__title {
        font-size: 20px;
    }

    .gr-wrap__text {
        font-size: 14px;
    }
}

/*.b-3*/
/*b-4*/
.servis-wrap__title-b4 {
    margin: 30px 0;
    font-size: 32px;
    font-weight: 500;
}

.servis-wrap__b-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin-bottom: 60px;
}

.servis-wrap__b-4-info {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 40px 20px;
    flex: calc(33% - 30px / 3 * 2);
    height: 100px;
}

.servis-wrap__img img {
    width: 53px;
    height: 53px;
}

.servis-wrap__b-4-text {
    font-size: 16px;
    font-weight: 500;
    color: #3A3A3A;
}


@media (max-width: 1366px) {
    .servis-wrap__title-b4 {
        font-size: calc(16px + 16 * (100vw / 1366)) !important;
    }

    .servis-wrap__b-4-text {
        font-size: calc(12px + 5 * (100vw / 1366)) !important;
    }
}

@media (max-width: 750px) {
    .servis-wrap__b-4-info {
        flex: calc(50% - 30px / 3 * 2);
    }

}

@media (max-width: 500px) {
    .servis-wrap__b-4 {
        gap: 20px;
        margin-bottom: 30px;
    }

    .servis-wrap__b-4-info {
        flex: 100%;
    }

}


/*.b-4*/
/*b-5*/
.servis-wrap__b-5 {
    display: flex;
    gap: 60px;
    align-items: center;
}
.servis-wrap__b-5-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.servis-wrap__b-5-info{
    flex: 1 0 68%;
}

.servis-wrap__b-5-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.servis-wrap__b-5-text {
    font-size: 16px;
    color: #707070;
}

@media (max-width: 1366px) {
    .servis-wrap__b-5-title {
        font-size: calc(16px + 10 * (100vw / 1366)) !important;
    }
    .servis-wrap__b-5-text {
        font-size: calc(14px + 2 * (100vw / 1366)) !important;
    }
}
@media (max-width: 700px) {
    .servis-wrap__b-5-img{
        display: none;
    }
}

/*.b-5*/


/*.Servises*/


/*Кастом*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style: none !important;
}

li {
    list-style-type: none !important;
}

button {
    line-height: normal;
}

body {
    font-family: 'Raleway', sans-serif;;
}

/*Кастом*/
/*Цвет заднего фона "ИЛИ"*/
.wrapper-gray {
    max-width: 100%;
    background: #F5F5F5;
}

.wrapper-white {
    max-width: 100%;
    background: #ffffff;
}


.es-wrap__white {
    background: #ffffff;
}

/*.Цвет заднего фона*/
.es-wrap__container {
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

@media (max-width: 700px) {
    .es-wrap__container {
        padding: 10px 10px;
    }
}


/*.b-2*/

/*.Кастом*/
/* End */
/* /company/uslugi/style.css?171951836810010 */
