body, .maxwidth-theme{
    background-color: #fff;
    margin: 0px;
    padding: 0px;

    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;

    color: #142633;

    box-sizing: border-box;
}

.service-section{

}

.full-width-section{
    width: 100%;
    height: 460px;
    background-image: url(../assets3/services/bg.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.service-container{
    max-width: 1372px;
    position: relative;
    margin: 0 auto;
    color: #fff;
    padding: 10px 0px 20px 0px;
    box-sizing: border-box;
}

.service-container .service-title{
    font-size: 56px;
    font-weight: 600;
	color: #fff;
	margin: 50px 0px;
}

.service-container .service-subtitle{
    max-width: 610px;
    font-size: 28px;
    line-height: 34px;
    margin: 30px 0px;
}

.service-button{
    border-radius: 30px;
    padding: 14px 35px;
    background-color: #fff;

    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    color: #142633;
    text-transform: uppercase;
	
	transition: .2s;
}

.service-button:hover{
	background-color: #142633;
	color: #fff;
}

.service-contacts-container{
    margin-top: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.service-contacts-container a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.s-tel{
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 0px 30px;
    height: fit-content;
}

.s-tel:first-of-type{
    padding-left: 0px;
    border-right: 1px solid #fff;
    width: fit-content;
}

.s-tel::before{
    content: url(../assets3/services/icons/phone.png);
    width: 20px;
    height: 20px;
    line-height: 0px;
}

.service-content, .service-gray-sect{
    max-width: 1372px;
    position: relative;
    margin: 0 auto;
}

.service-gray-sect{
    background-color: #F8FAFD;
    border-radius: 30px;
    padding: 42px;
    box-sizing: border-box;
}

.content-text-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.content-text-grid p{
    font-size: 15px;
    color: #535353;
    margin: 0px;
}

.service-content h2{
    font-size: 38px;
    font-weight: 600;
    max-width: 1150px;
	margin: 50px 0px 30px 0px;
}

.services-list .service-item{
    border-radius: 24px;
    padding: 20px 20px 50px 20px;
    border: 1px solid #CECECE;
    width: 100%;

    box-sizing: border-box;
    text-align: center;

    position: relative;
}

.service-item h3{
    font-size: 22px;
    color: #1B1B1B;
    font-weight: 500;
}

.service-item img{
    width: 253px;
    height: 264px;
    object-fit: scale-down;
}

.service-item p{
    text-align: left;
    font-size: 15px;
    color: #535353;
}

.button-more{
    width: 39px;
    height: 39px;
    border-radius: 4px;
    border: 1px solid #2D7FA6;

    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    bottom: 20px;
    right: 20px;
    
    background-color: #fff;
}

.button-more::after{
    content:url(../assets3/services/icons/arrow.png);
    width: 14px;
    height: 12px;
    line-height: 0px;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;

    margin: 50px 0px;
}

.services-list-inner{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;

    margin: 50px 0px;
}

.item1 {
    grid-column: span 2 / span 2;
}

.item2 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
}

.item3 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
}

.item4 {
    grid-column: span 3 / span 3;
    grid-row-start: 2;
}

.item5 {
    grid-column: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 2;
}

.why-service-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.service-sert-swiper{
    max-width: 540px;
}

.service-sert-swiper img{
    border-radius: 30px;
}

.service-why-content{

}

.licences-service-slider{
    width: 100%;
    max-height: 365px;
    
    display: flex;
    align-items: center;
}

.service-why-content h2, .service-gray-sect h2{
    font-size: 38px;
    font-weight: 700;
    margin: 0px 0px 20px 0px;
	line-height: 46px;
}

.service-why-content p{
    color: #535353;
    font-size: 16px;
}

.service-why-content a{
    color: #2d7fa6;
    text-decoration: none;
}

.service-brands-list{
    display: flex;
    gap: 20px;
    align-content: center;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 50px;
}

.service-brands-list img{
    width: auto;
    height: auto;
}

.service-content h2{
    font-size: 38px;
    font-weight: 700;
}

.service-center-content{
    border: 1px solid #E8E8E8;
    border-radius: 30px;
    padding: 30px;

    background-image: url(../assets3/services/bg_icon.png);
    background-repeat: no-repeat;
    background-position: 90% 25px;
    display: flex;
}

.service-center-item{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.service-center-item span{
    display: inline-block;
    width: 100%;
}

.service-center-item .title-big{
    font-size: 24px;
    text-transform: uppercase;
    color: #1B1B1B;
    font-weight: 600;
}

.service-center-item .title-gray{
    font-size: 16px;
    color: #535353;
}

.service-center-item .title-light-gray{
    font-size: 16px;
    color: #6D6D6D;
}

.service-center-item .title-black{
    font-size: 16px;
    color: #1B1B1B;
}

.phone-center-block{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.phone-center-block a{
    display: inline-block;
    width: 100%;
    height: fit-content;
}

.email-center-block{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.phone-center-block::after{
    content: url(../assets3/services/icons/phone-center.png);
    width: 7px;
    height: 18px;

    position: absolute;
    top: 0px;
    left: -20px;
}

.email-center-block::after{
    content: url(../assets3/services/icons/mail-center.png);
    width: 15px;
    height: 15px;

    position: absolute;
    top: 0px;
    left: -20px;
}


.service-center-item a{
    color: #29A4DE;
    text-decoration: none;
    font-size: 16px;
}

.service-text-content{

}

.service-text-content p, .service-text-content li{
    color: #535353;
    font-size: 16px;
}

.service-text-content ul{
    margin: 0px;
}

.service-text-content h3{
    color: #142633;
    font-size: 38px;
    margin: 0px 0px 20px 0px;
}

.service-text-item{
    margin-top: 50px;
    gap: 50px;
}

.service-image-content{

}

.service-image-content img{
    object-fit: cover;
}

.service-feedback-section{
    padding: 42px;
    background-color: #2D7FA6;
    border-radius: 30px;
    margin: 50px auto;
    box-sizing: border-box;

    display: grid;
    grid-template-columns: 1fr 1fr;
    
    background-image: url(../assets3/services/feedback-bg.png);
    background-repeat: no-repeat;
    background-position: 30% 70%;
}

.feedback-left-part p{
    max-width: 384px;
    color: #fff;
    font-size: 16px;
}

.service-feedback-section h2{
    color: #fff;
}

.feedback-social-buttons{
    display: flex;
    gap: 10px;
    margin: 30px 0px;
}

.phone-small{
    display: flex;
    gap: 10px;
    align-content: center;
}

.phone-small, .mail-small{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.phone-small::before{
    content: url(../assets3/services/icons/phone-small.png);
    width: 6px;
    height: 14px;
}

.mail-small{
    display: flex;
    gap: 10px;
    align-content: center;
}

.mail-small::before{
    content: url(../assets3/services/icons/mail-small.png);
    width: 11px;
    height: 8px;
}

.feed-back-right-part{
    padding: 100px 40px 0px 20px;
    box-sizing: border-box;
}

.form-element{

}

.form-element label{
    font-size: 16px;
    color: #fff;
    padding-bottom: 8px;
    display: inline-block;
}

.form-element input{
    width: 100%;
    border-radius: 100px;
    outline: none;
    border: none;
    background-color: #fff;
    height: 45px;

    padding: 0px 20px;
    margin-bottom: 20px;
}

.form-element textarea{
    width: 100%;
    border-radius: 16px;
    outline: none;
    border: none;
    background-color: #fff;
    height: 145px;

    padding: 20px;
    margin-bottom: 20px;
}

.form-policy-element{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.form-policy-element input{
    width: 40px;
    height: 40px;
}

.form-policy-element p{
    font-size: 16px;
    color: #EBEBEB;
    margin: 0px;
}

.form-policy-element p a{
    color: #29A4DE;
    text-decoration: none;
}

.form-submit-button-container{
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}


.form-submit-button-container input{
    border-radius: 30px;
    padding: 14px 35px;
    background-color: #fff;

    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    color: #142633;
    text-transform: uppercase;
    
    outline: none;
    border: none;
    
    background-color: #fff;
    color: #2D7FA6;
}

.other-services-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.other-service-item{
    position: relative;
    border-radius: 24px;
    border: 1px solid #CECECE;
    max-width: 320px;
    
    box-sizing: border-box;
    padding: 0px;
    
    height: 404px;
}

.other-service-item img{
    width: 320px;
    height: 319px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    object-fit: cover;
}

.other-service-item p{
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1B1B1B;
}

.guarantees-list{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.guarantees-item{
    border-radius: 24px;
    padding: 20px 20px 50px 100px;
    border: 1px solid #CECECE;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    
    text-align: left;
    position: relative;
}

.guarantees-item::before{
    content: url(../assets3/services/inner/medal.png);
    width: 56px;
    height: 77px;
    
    position: absolute;
    top: 26px;
    left: 26px;
}

.guarantees-button{
    position: absolute;
    bottom: 20px;
}

.montag-list{
    margin-top: 50px;
    flex-wrap: wrap;
}

.sert-icon, .serv-icon, .qual-icon, .kval-icon{
    padding: 20px 20px 50px 120px;
    width: 48%;
}

.sert-icon::before{
    content: url(../assets3/services/inner/icons/1.png);
    width: 84px;
    height: 82px;
    
    position: absolute;
    top: 26px;
    left: 26px;
}

.serv-icon::before{
    content: url(../assets3/services/inner/icons/2.png);
    width: 82px;
    height: 82px;
    
    position: absolute;
    top: 26px;
    left: 26px;
}

.qual-icon::before{
    content: url(../assets3/services/inner/icons/3.png);
    width: 82px;
    height: 82px;
    
    position: absolute;
    top: 26px;
    left: 26px;
}

.kval-icon::before{
    content: url(../assets3/services/inner/icons/4.png);
    width: 82px;
    height: 82px;
    
    position: absolute;
    top: 26px;
    left: 26px;
}

.guarantees-item p{
    font-size: 22px;
    color: #1B1B1B;
    font-weight: 500;
    margin: 0px;
    text-transform: uppercase;
}

.guarantees-item ul{
    list-style: none;
    font-size: 15px;
    color: #535353;
    margin: 10px 0px 40px 0px;
    padding: 0px;
}

.guarantees-item ul li{
    padding: 6px 0px;
}

.blue-button{
    color: #fff;
    background-color: #2D7FA6;
}

.service-brands-list .swiper-slide{
    display: flex;
    align-content: center;
}

.montag-steps{
    background-color: #F8FAFD;
    margin: 50px 0px;
}

.montag-steps-content{
    max-width: 1372px;
    position: relative;
    margin: 0 auto;
    
    padding: 50px 0px;
    box-sizing: border-box;
}

.montag-steps-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 50px 0px;
}

.montag-step-item{
    max-width: 437px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    background-color: #fff;
    
    border-radius: 24px;
}

.montag-step-head{
    display: flex;
    align-items: center;
    gap: 10px;
}

.montag-item-title{
    font-size: 22px;
    font-weight: 600;
}

.montag-step-num{
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: #142633;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.montag-item-text{
    font-size: 15px;
    color: #535353;
}

.montag-steps-text{
    font-size: 16px;
    color: #000;
    max-width: 1200px;
}

.montag-steps-text a{
    color: #2D7FA6;
    text-decoration: none;
}

.guarantees-item .small-content-text{
    font-size: 15px;
    color: #535353;
    text-transform: initial;
    margin-top: 10px;
}

.why-inner{
    margin: 50px auto;
}

.reviews-service-slider{
    display: flex;
    gap: 20px;
    align-items: center;
    
    margin: 50px 0px;
}

.reviews-item{
    width: 266px;
    height: 229px;
    border-radius: 24px;
    background-color: #fff;
    
    padding: 20px;
    box-sizing: border-box;
}

.reviews-name{
    font-weight: 600;
    font-size: 18px;
}

.reviews-text{
    font-size: 15px;
    color: #ccc;
}

.footer-content ul{
	list-style: none;
}

.footer-content ul li:before{
	display: none;
}

.footer-content ul a{
	transition: 0.2s;
}

.footer-content ul a:hover{
	color: #2D7FA6;
}

@media (max-width: 1400px) {
    .service-container{
        padding: 20px;
    }
    
    .service-content, .service-gray-sect{
        padding: 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 1366px) {
    .service-gray-sect{
        margin: 20px;
    }
    
    .service-feedback-section{
        margin: 20px;
    }
}

@media (max-width: 1150px) {
    .service-image-content img{
        width: 100%;
    }
}

@media (max-width: 1150px) {
    .why-service-grid{
        grid-template-columns: auto;
    }
    
    .subscribe-block{
        box-sizing: border-box;
        flex-wrap: wrap;
        padding: 20px;
        gap: 20px;
        width: auto;
    }
    
    .subscribe-block form input{
        width: auto;
    }
    
    .subscribe-info{
        max-width: 100%;
    }
}

@media (max-width: 1000px) {
    .service-container .service-title{
        font-size: 40px;
    }
    
    .service-container .service-subtitle{
        font-size: 20px;
    }
    
    .service-button{
        font-size: 12px;
    }
    
    .service-content h2, .service-why-content h2, .service-gray-sect h2{
        font-size: 32px;
    }
    
    .service-center-content{
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .service-image-content{
        width: 100%;
        height: 200px;
    }
    
    .service-image-content img{
        width: 100%;
        height: 100%;
        border-radius: 24px;
    }
    
    .service-feedback-section{
        grid-template-columns: auto;
    }
    
    .services-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .services-list .service-item{
        width: 48%;
    }
    
    .feed-back-right-part{
        padding-top: 40px;
    }
    
    .service-text-content h3{
        font-size: 32px;
    }
    
    .full-width-section{
        height: fit-content;
    }
    
    .form-element input, .form-element textarea{
        box-sizing: border-box;
    }
    
    .other-service-item{
        width: 30%;
    }
    
    .other-service-item img{
        width: 100%;
    }
    
    .other-services-list{
        justify-content: center;
    }
    
    .guarantees-list{
        flex-wrap: wrap;
    }
    
    .montag-steps-content{
        padding: 20px;
    }
    
    .services-list-inner{
        display: flex;
        flex-wrap: wrap;
    }
    
    .guarantees-item p{
        font-size: 16px;
    }
    
    .guarantees-list{
        gap: 20px;
    }
    
    .montag-steps{
        margin: 20px 0px;
    }
    
    .services-list-inner{
        margin-bottom: 0px;
    }
    
    .sert-icon, .serv-icon, .qual-icon, .kval-icon{
        width: 100%;
        padding: 100px 20px 20px 20px;
    }
    
    .sert-icon::before, .serv-icon::before, .qual-icon::before, .kval-icon::before{
        top: 10px;
    }
}

@media (max-width: 768px) {
    .other-service-item{
        width: 100%;
    }
    
    .service-container .service-title{
        margin-top: 0px;
    }
    
    .service-content h2, .service-why-content h2, .service-gray-sect h2{
        font-size: 28px;
    }
    
    .content-text-grid{
        grid-template-columns: auto;
        gap: 20px;
    }
    
    .service-center-content{
        display: grid;
        grid-template-columns: 3fr 1fr;
    }
    
    .column1{
        grid-column: 1;
        grid-row: 1;
    }
    
    .column2{
        grid-column: 1;
        grid-row: 2;
    }
    
    .column3{
        grid-column: 2;
        grid-row: 1;
    }
    
    .service-center-item{
        gap: 0px;
    }
    
    .service-text-item{
        display: flex;
        flex-wrap: wrap;
    }
    
    .service-image-content{
        height: 462px;
    }
    
    .service-image-content img{
        height: 462px;
    }
    
    .reverse-element{
        flex-direction: column-reverse;
    }
    
    .service-text-content h3{
        font-size: 28px;
    }
    
    .service-text-content ul{
        padding: 0px 30px;
    }
}

@media (max-width: 600px) {
    .service-contacts-container{
        flex-wrap: wrap;
    }
    
    .content-text-grid{
        grid-template-columns: auto;
    }
    
    .services-list .service-item{
        width: 100%;
    }
    
    .service-sert-swiper{
        width: 100%;
    }
    
    .licences-service-slider{
        display: none;
    }
    
    .service-text-content h3{
        font-size: 26px;
    }
    
    .subscribe-block form{
        flex-wrap: wrap;
    }
    
    .subscribe-block form input{
        border: 1px solid #BDC5CC;
        border-radius: 100px;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .subscribe-block form .submit-subscribe{
        border-radius: 100px;
    }
    
    .service-text-content ul{
        padding: 0px;
    }

.guarantees-item {
    border-radius: 24px;
    padding: 20px!important;
    border: 1px solid #CECECE;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    position: relative;
}
.guarantees-item::before {
    content: unset;
}
}