.service__head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 140px;
    line-height: 90%;
    letter-spacing: -6px;
    color: #1C1F23;
    margin-top: 24px;
}
.service__second-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px!important;
    line-height: 140%;
    color: #BBC4CD;
    margin-top: 40px;
}
.service__before-text {
    display: none!important;
}
.service__hr {
    height: 1px;
    border: none;
    background: #BBC4CD;
    margin-top: 32px;
    margin-bottom: 48px;
}
.service__includes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.service__includes-left-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 60px!important;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
}
.service__includes-left-second {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px!important;
    line-height: 140%;
    color: #BBC4CD;
    margin-top: 16px;
}
.service__includes-left {
    width: 25%;
}
.service__includes-left-team {
    margin-top: 90px;
    background: #FF3D00;
    border-radius: 30px;
    padding: 40px 48px;
}
.service__includes-left-team-adaptive {
    display: none;
}
.service__includes-left-team-count {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -2px;
    color: #FFFFFF;
}
.service__includes-left-team-description {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 12px;
}
.service__includes-right {
    width: 65%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.service__includes-right-item {
    width: 40%;
}
.service__includes-right-item-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 28px!important;
    line-height: 110%;
    letter-spacing: -2px;
    color: #1C1F23;
}
.service__includes-right-item-text {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px!important;
    line-height: 140%;
    color: #4E4E4E;
    margin-top: 24px;
}
.service__price-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
    margin-top: 150px;
    margin-bottom: 64px;
}
.service__price-slider-item {
    padding: 64px;
    background: #1C1F23;
    border-radius: 50px;
    width: 30%;
    margin-right: 20px;
}
.service__price-slider-item-num {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #BBC4CD;
}
.service__price-slider-item-num-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #BBC4CD;
    margin-right: 12px;
    border-radius: 100%;
}
.service__price-slider-item-name {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin-top: 12px;
}
.service__price-slider-item-description {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4E4E4E;
    margin-top: 24px;
}
.service__price-slider-item-price {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 110%;
    color: #FFFFFF;
    margin-top: 54px;
}
.service__price-slider-item-button {
    cursor: pointer;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 48px;
    padding: 19px 56px;
    background: #FF3D00;
    border-radius: 50px;
    width: fit-content;
}
.service__price-slider .slick-arrow {
    width: 54px;
    height: 54px;
    border: 1px solid #BBC4CD;
    border-radius: 100%;
    background: #ffffff;
    position: absolute;
    top: -80px;
    
}
.service__price-slider .slick-prev {
    left: calc(100% - 90px);
    background: url(/local/templates/main_new/template/img/prev.svg) no-repeat center center;
}
.service__price-slider .slick-prev::before {
    content: " ";
}
.service__price-slider .slick-next {
    background: url(/local/templates/main_new/template/img/next.svg) no-repeat center center;
}
.service__price-slider .slick-next::before {
    content: " ";
}
.service__advantages-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
    margin-top: 140px;
}
.service__advantages {
    display: flex;
    flex-direction: row;
    margin-top: 90px;
}
.service__advantages-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-right: 50px;
}
.service__advantages-list-item {
    width: 35%;
    margin-bottom: 80px;
    margin-right: 100px;
}
.service__advantages-list-item-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -2px;
    color: #1C1F23;
    margin-top: 40px;
}
.service__advantages-list-item-description {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #4E4E4E;
    margin-top: 24px;
}
.service__advantages-form {
    background: #FF3D00;
    border-radius: 50px;
    padding: 64px;
    height: fit-content;
}
.service__advantages-form-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -2px;
    color: #FFFFFF;
}
.service__advantages-form-description {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 16px;
}
.service__advantages-form-phone {
    margin-top: 48px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 18px 24px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #1C1F23;
    border: none;
    width: 100%;
}
.service__advantages-form-accept {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #EEF1F3;
    margin-top: 16px;
}
.service__advantages-form-submit {
    margin-top: 71px;
    background: #1C1F23;
    border-radius: 50px;
    padding: 19px 56px;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
}
.service__process {
    display: flex;
    flex-direction: row;
}
.service__process-structure {
    width: 50%;
}
.service__process-structure-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
}
.service__process-structure-body {
    margin-top: 32px;
}
.service__process-structure-body-item {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1C1F23;
    padding: 7px 20px;
    border: 1px solid #1C1F23;
    border-radius: 100px;
    margin-bottom: 12px;
    width: fit-content;
}
.service__process-structure-body-item.active {
    color: #FFFFFF;
    background: #FF3D00;
    border: 1px solid #FF3D00;
}
.service__process-steps-item {
    margin-bottom: 80px;
}
.service__process-steps-item-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4E4E4E;
}
.service__process-steps-item-name {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -2px;
    color: #1C1F23;
    margin-top: 12px;
}
.service__process-steps-item-hr {
    border: none;
    height: 2px;
    background: #1C1F23;
    margin-top: 24px;
    margin-bottom: 40px;
}
.service__process-steps-item-step ul{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #4E4E4E;
}
.service__process-steps-item-step ul li{
    list-style-type: decimal;
    padding-left: 65px;
    padding-bottom: 16px;
    margin-top: 32px;
}
.service__process-steps-item-step ul li::marker{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4E4E4E;
}
.service__process-steps-item-step ul li::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #BBC4CD;
    position: absolute;
    bottom: 0;
    left: -20px;
}
.service__partners-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
    margin-top: 140px;
}
.service__partners {
    margin-top: 80px;
    margin-left: 88px;
    margin-bottom: 140px;
}
.service__partners a{
    margin-right: 80px;
}
.service__partners .slick-arrow {
    width: 54px;
    height: 54px;
    border: 1px solid #BBC4CD;
    border-radius: 100%;
    background: #ffffff;
    
}
.service__partners .slick-prev {
    left: -80px;
    background: url(/local/templates/main_new/template/img/prev.svg) no-repeat center center;
}
.service__partners .slick-prev::before {
    content: " ";
}
.service__partners .slick-next {
    background: url(/local/templates/main_new/template/img/next.svg) no-repeat center center;
    right: 0;
}
.service__partners .slick-next::before {
    content: " ";
}
.service__price-slider .slick-track{
    display:flex;
  }
  .slick-slide.service__price-slider-item{
    height:auto;
    flex:0 0 auto;
  }
  .fixed {
	position: fixed;
	z-index: 9999;
	top: 70px;
}
@media (max-width: 1024px) {
    .service__head {
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -1.5px;
    }
    .service__second-head {
        font-size: 16px;
        line-height: 130%;
        margin-top: 32px;
    }
    .service__hr {
        margin-top: 18px;
        margin-bottom: 34px;
    }
    .service__includes {
        display: flex;
        flex-direction: column;
    }
    .service__includes-left {
        width: 100%;
    }
    .service__includes-left-head {
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
    .service__includes-left-second {
        font-size: 16px;
        line-height: 130%;
    }
    .service__includes-left-team {
        margin-top: 0;
        border-radius: 20px;
        padding: 24px;
        display: none;
    }
    .service__includes-left-team-adaptive {
        display: block;
    }
    .service__includes-left-team-count {
        font-size: 40px;
        line-height: 100%;
    }
    .service__includes-left-team-description {
        font-size: 16px;
        line-height: 130%;
    }
    .service__includes-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 32px;
    }
    .service__includes-right-item {
        width: 100%;
        margin-bottom: 33px;
    }
    .service__includes-right-item-head {
        font-size: 22px;
        line-height: 100%;
    }
    .service__includes-right-item-text {
        font-size: 16px;
        line-height: 130%;
        margin-top: 12px;
    }
    .service__price-head {
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
        margin-top: 50px;
        margin-bottom: 32px;
    }
    .service__price-slider-item {
        padding: 24px;
        border-radius: 20px;
        width: 100%;
        max-width: 586px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .service__price-slider-item-num {
        font-size: 16px;
        line-height: 130%;
    }
    .service__price-slider-item-num-circle {
        width: 6px;
        height: 6px;
        margin-right: 6px;
    }
    .service__price-slider-item-name {
        font-size: 26px;
        line-height: 100%;
        letter-spacing: -2px;
        margin-top: 20px;
    }
    .service__price-slider-item-description {
        font-size: 14px;
        line-height: 160%;
        margin-top: 14px;
    }
    .service__price-slider-item-price {
        font-size: 28px;
        line-height: 110%;
        margin-top: 20px;
    }
    .service__advantages-head {
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
        margin-top: 50px;
    }
    .service__advantages {
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }
    .service__advantages-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-right: 0px;
    }
    .service__advantages-list-item {
        width: 100%;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-bottom: 32px;
    }
    .service__advantages-list-item-head {
        font-size: 22px;
        line-height: 100%;
        letter-spacing: -1px;
        margin-top: 32px;
    }
    .service__advantages-list-item-description {
        font-size: 16px;
        line-height: 130%;
        margin-top: 12px;
    }
    .service__advantages-form {
        border-radius: 20px;
        padding: 24px;
    }
    .service__advantages-form-head {
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -1.5px;
    }
    .service__advantages-form-description {
        font-size: 16px;
        line-height: 130%;
        margin-top: 14px;
    }
    .service__advantages-form-phone {
        margin-top: 24px;
        font-size: 16px;
        line-height: 130%;
    }
    .service__advantages-form-accept {
        font-size: 14px;
        line-height: 160%;
    }
    .service__advantages-form-submit {
        margin-top: 20px;
        padding: 19px 0;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }
    .service__process {
        display: flex;
        flex-direction: column;
    }
    .service__process-structure {
        width: 100%;
    }
    .service__process-structure-head {
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
    .service__process-structure-body-item {
        font-size: 14px;
        line-height: 160%;
    }
    .service__process-steps {
        margin-top: 34px;
    }
    .service__process-steps-item {
        margin-bottom: 32px;
    }
    .service__process-steps-item-head {
        font-size: 14px;
        line-height: 160%;
    }
    .service__process-steps-item-name {
        font-size: 26px;
        line-height: 100%;
        letter-spacing: -2px;
        margin-top: 12px;
    }
    .service__process-steps-item-step ul{
        font-size: 16px;
        line-height: 130%;
    }
    .service__process-steps-item-step ul li{
        padding-left: 21px;
        padding-bottom: 14px;
        margin-top: 28px;
    }
    .service__process-steps-item-step ul li::marker{
        font-size: 14px;
        line-height: 160%;
    }
    .service__process-steps-item-step ul li::after{
        content: "";
        width: 100%;
        height: 1px;
        background: #BBC4CD;
        position: absolute;
        bottom: 0;
        left: -20px;
    }
    .service__partners-head {
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
        margin-top: 50px;
    }
    .service__partners {
        margin-top: 34px;
        margin-left: 0px;
        margin-bottom: 100px;
    }
    .service__partners a{
        margin-right: 44px;
    }

    .service__partners .slick-prev {
        left: 35%;
        top: 110%;
    }
    .service__partners .slick-next {
        right: 35%;
        top: 110%;
    }
}
.overlay_popup2 {
	display:none;
	position:fixed;
	z-index: 999;
	top:0;
	right:0; 
	left:0;
	bottom:0;
	background:#000; 
	opacity:0.5;
}

.popup2 {
	display: none;  
	position: fixed;
	z-index: 1000;
    top: 25%;
	margin:0 25% 0 25%;
    width:50%;
}

/*END POPUP*/

.object{
	width: fit-content;
	height: auto;
    max-width: 600px;
	text-align: center;
	padding: 50px 70px;
}
.service__advantages-form-phone-popup {
    margin-top: 10px;
}
@media (max-width: 768px) {
    .popup2 {
        margin:0;
        width:60%;
    }
    .object{
        padding: 30px;
    }
}
.service__before-text,
.service__after-text
{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #4E4E4E;
    margin-top: 140px;
    
}
.service__before-text>img,
.service__after-text>img
{
	display: block;
	margin: 0 auto;
	padding: 20px 0;
}
.service__before-text>p,
.service__before-text>ul>li,
.service__after-text>p,
.service__after-text>ul>li,
.service__advantages-head.before-after-h2
{
    margin-top: 20px;
}

.service__advantages-color{color: #1C2F23; font-size: 20px}
.service__advantages-color>p,
.service__advantages-color>ul,
.service__advantages-color>ul>li{margin-top: 20px;}
.main_nav_link>.services_link{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -2px;
    color: #1C1F23;
    text-transform: unset;
}
.service__advantages-list-item-description>p,
.main_services .form_block>h3,
.service__before-text>h3{
    margin-top: 20px;
}
.main_services .form_block>h3,
.main_services .service__before-text>h3,
.main_services .service__advantages-list-item-description>h3{
    border-bottom: unset;
    color: black;
    font-weight: bold;
    padding: 0;
    font-size: 1.5rem;
}
.service__after-text>.service__advantages-head,
.form_block>.service__advantages-head{
    margin-top: 20px;
}
.form_block{
    width: 100%;
    margin-right: 20px;
}
.service__before-text {
    display: flex;
}
@media screen and (max-width: 768px){
.service__before-text {
    flex-direction: column;
}
.service__before-text>.service__advantages-form{
        margin-top: 20px;
}
}
.center{
	text-align: center;
}
.service__price-slider_2100{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	margin-top: 20px;
}
.service__price-slider_2100>.service__price-slider-item{
    margin-right: 0;
    width: 45%;
}
@media screen and (max-width: 881px){
.service__price-slider_2100>.service__price-slider-item{
    margin-right: 0;
    width: 100%;
    margin: 0 auto;
}
}
@media screen and (min-width: 1250px){
.service__price-slider_2100>.service__price-slider-item{
    margin-right: 0;
    width: 30%;
}
}
#a_no_style_orange{
background: #FF3D00;
border: 1px solid #FF3D00;
color: white;
text-decoration: unset;
left: 10px;
}
.form_block .service__includes-right-item-text,
.service__after-text .service__includes-right-item-text{
    color: #1C1F23;
}