.sync-1c-page__banner{
    background-color: black;
    background-image: url("/bitrix/templates/vzletmedia/img/sync-1c/banner.jpg");
    background-size: cover;
    background-position: center;
    min-height: 600px;
    height: calc(100vh - 121px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.sync-1c-page__banner:after{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}
.sync-1c-page h1{
    font-size: 72px;
    color: #f1c21e;
    position: relative;
    z-index: 1;
    line-height: 140%;
    margin-bottom: 20px;
}
.sync-1c-page__banner-desc{
    position: relative;
    z-index: 1;
    font-size: 30px;
    max-width: 775px;
    margin: auto;
}
.sync-1c-page__banner .img-text{
    margin-bottom: 30px;
    width: 100%;
    margin: 0 20px;
}
#creation .sync-1c-page__banner .mouse{
    bottom: 50px;
    right: unset;
}
.sync-1c-page__banner input{
    position: relative;
    margin-top: 20px;
    z-index: 1;
}
@media(max-width: 991px){
    .sync-1c-page h1{
        font-size: 60px;
    }
    .sync-1c-page__banner-desc{
        font-size: 24px;
    }
}
@media(max-width: 767px){
    .sync-1c-page h1{
        font-size: 48px;
    }
    .sync-1c-page__banner-desc{
        font-size: 18px;
    }
}
@media(max-width: 575px){
    .sync-1c-page h1{
        font-size: 40px;
    }
    .sync-1c-page__banner-desc{
        font-size: 16px;
    }
}
.sync-1c-page__section{
    padding: 80px 0 100px;
    position: relative;
}
.sync-1c-page__text-block h3{
	margin-bottom: 40px;
}
.sync-1c-page__text-block h3 + p{
	margin-bottom: 20px;
}
.sync-1c-page__text-block p{
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 300;
    line-height: 140%;
}
.sync-1c-page__text-block p:last-child{
    margin-bottom: 0;
}
.sync-1c-page__text-block ul li{
    font-size: 30px;
    font-weight: 300;
}
.sync-1c-page__text-block ul{
    margin-bottom: 40px;
}
.sync-1c-page__text-block_small-padding ul{
	padding-left: 30px;
}
.sync-1c-page__text-block--small p{
    font-size: 24px;
}
.sync-1c-page__text-block--small ul li{
    font-size: 24px;
}
.sync-1c-page__text-block-title{
    font-size: 48px;
    line-height: 140%;
    margin-bottom: 30px;
    margin-top: 0;
}
.sync-1c-page__text-block-title--center{
    text-align: center;
}
.sync-1c-page__text-block--dark{
    background-color: #0e212f;
    color: white;
}
.sync-1c-page__text-block--dark p{
    color: white;
}
.sync-1c-page__text-block--dark .sync-1c-page__text-block-title{
    color: white;
}
.sync-1c-page__text-block--dark ul{
    list-style-type: none;
    padding-left: 40px;
}
.sync-1c-page__text-block--dark ul li{
    color: white;
    position: relative;
}
.sync-1c-page__text-block--dark ul li::before{
    content: '';
    width: 7px;
    height: 7px;
    background-color: white;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: 16px;
}
.sync-1c-page__text-block--dark.sync-1c-page__text-block--small ul li::before{
    top: 12px;
}
.sync-1c-page__text-block--separator{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sync-1c-page__text-block--separator div:first-child,.sync-1c-page__text-block--separator div:last-child{
    flex: 1 0;
    background-color: #0e212f;
    height: 2px;
}
.sync-1c-page__text-block--separator div:nth-child(2){
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #0e212f;
    margin: 0 15px;
}
@media(max-width: 991px){
    .sync-1c-page__section{
        padding: 60px 0 80px;
    }
    .sync-1c-page__text-block p{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sync-1c-page__text-block-title{
        font-size: 40px;
    }
    .sync-1c-page__text-block--small p{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sync-1c-page__text-block ul li{
        font-size: 24px;
    }
    .sync-1c-page__text-block ul{
        margin-bottom: 30px;
    }
    .sync-1c-page__text-block--small ul li{
        font-size: 22px;
    }
}
@media(max-width: 767px){
    .sync-1c-page__section{
        padding: 40px 0 60px;
    }
    .sync-1c-page__text-block p{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .sync-1c-page__text-block-title{
        font-size: 32px;
        margin-bottom: 25px;
    }
    .sync-1c-page__text-block--small p{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .sync-1c-page__text-block ul li{
        font-size: 18px;
    }
    .sync-1c-page__text-block ul{
        margin-bottom: 25px;
    }
    .sync-1c-page__text-block--small ul li{
        font-size: 18px;
    }
    .sync-1c-page__text-block--dark ul li::before{
        top: 12px;
    }
}
@media(max-width: 575px){
    .sync-1c-page__text-block-title{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .sync-1c-page__text-block p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sync-1c-page__text-block--small p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sync-1c-page .btn{
        padding: 10px 15px;
        font-size: 13px;
    }
    .sync-1c-page__compare-desc ul{
        padding-left: 20px;
    }
    .sync-1c-page__text-block--dark ul li::before{
        left: -20px;
        top: 8px;
    }
    .sync-1c-page__text-block ul li{
        font-size: 16px;
    }
    .sync-1c-page__text-block ul{
        margin-bottom: 20px;
    }
    .sync-1c-page__text-block--small ul li{
        font-size: 16px;
    }
}
@media(max-width: 479px){
    .sync-1c-page__text-block-title--center{
        text-align: left;
    }
}
.sync-1c-page__advantages{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: advantages;
}
.sync-1c-page__advantage{
    border: 7px solid #ececec;
    padding: 30px 45px;
    position: relative;
    margin-top: 40px;
    width: 47%;
}
.sync-1c-page__advantage_small-padding{
	padding: 30px 35px;
}
.sync-1c-page__advantage p{
    font-size: 24px;
}
.sync-1c-page__advantage:before{
    counter-increment: advantages;
    content: counter(advantages);
    position: absolute;
    left: -30px;
    top: -30px;
    background-color: #f1c21e;
    color: black;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
@media(max-width: 991px){
    .sync-1c-page__advantage{
        padding: 25px 40px;
        margin-top: 35px;
    }
    .sync-1c-page__advantage p{
        font-size: 22px;
    }
    .sync-1c-page__advantage:before{
        top: -25px;
        left: -25px;
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}
@media(max-width: 767px){
    .sync-1c-page__advantage{
        width: 100%;
        margin-left: 25px;
        padding: 20px 35px;
    }
    .sync-1c-page__advantage p{
        font-size: 18px;
    }
}
.sync-1c-page__compare{
    display: flex;
    flex-wrap: wrap;
    min-height: 500px;
}
.sync-1c-page__compare-tabs{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}
.sync-1c-page__compare-tabs-item{
    width: 50%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid white;
    transition: .4s;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    color: white;
}
.sync-1c-page__compare-tabs-item:hover, .sync-1c-page__compare-tabs-item.active{
    color: #f1c21e;
    border-color: #f1c21e;
}
.sync-1c-page__compare-item{
    width: 100%;
    display: none;
}
.sync-1c-page__compare-item.active{
    display: block;
}
.sync-1c-page__compare-title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.sync-1c-page__compare-desc p{
    font-size: 24px;
}
.sync-1c-page__compare-desc ul li{
    font-size: 24px;
    font-weight: 300;
}
.sync-1c-page__compare-desc ul{
    margin-bottom: 40px;
}
@media(max-width: 991px){
    .sync-1c-page__compare-tabs-item{
        font-size: 22px;
    }
    .sync-1c-page__compare-desc p{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sync-1c-page__compare-desc ul {
        margin-bottom: 30px;
    }
    .sync-1c-page__compare-desc ul li{
        font-size: 22px;
    }
}
@media(max-width: 767px){
    .sync-1c-page__compare-tabs-item{
        width: 100%;
    }
    .sync-1c-page__compare-tabs-item:first-child{
        margin-bottom: 10px;
    }
    .sync-1c-page__compare-title{
        margin-bottom: 25px;
        font-size: 24px;
    }
    .sync-1c-page__compare-desc p{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .sync-1c-page__compare-desc ul {
        margin-bottom: 25px;
    }
    .sync-1c-page__compare-desc ul li{
        font-size: 18px;
    }
}
@media(max-width: 575px){
    .sync-1c-page__compare-tabs-item{
        font-size: 18px;
    }
    .sync-1c-page__compare-title{
        margin-bottom: 20px;
        font-size: 22px;
    }
    .sync-1c-page__compare-desc p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sync-1c-page__compare-desc ul {
        margin-bottom: 20px;
    }
    .sync-1c-page__compare-desc ul li{
        font-size: 16px;
    }
}
.sync-1c-page__text-block-wrapper--withImage{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.sync-1c-page__text-block-wrapper--withImage > div{
    flex: 1 0;
}
.sync-1c-page__text-block-wrapper--withImage > img{
    width: 300px;
    margin-left: 40px;
}
@media(max-width: 991px){
    .sync-1c-page__text-block-wrapper--withImage > img{
        width: 200px;
    }
}
@media(max-width: 767px){
    .sync-1c-page__text-block-wrapper--withImage > img{
        width: 300px;
        margin: auto;
        order: 1;
        margin-bottom: 30px;
    }
    .sync-1c-page__text-block-wrapper--withImage > div{
        order: 2;
        width: 100%;
        flex: unset;
    }
    .sync-1c-page__guarantee .sync-1c-page__text-block-wrapper--withImage > img{
        width: 200px;
    }
}
.sync-1c-page__requirements img{
    width: 200px;
}
@media(max-width: 991px){
    .sync-1c-page__requirements img{
        width: 150px;
    }
}
@media(max-width: 767px){
    .sync-1c-page__requirements img{
        display: none;
    }
}
.sync-1c-page__stages{
    counter-reset: stages;
}
.sync-1c-page__stages .sync-1c-page__text-block-title{
    margin-bottom: 60px;
    text-align: center;
}
.sync-1c-page__stage-title{
    font-size: 22px;
    color: #0e212f;
    font-weight: 500;
    margin-bottom: 20px;
}
.sync-1c-page__stages .step-text{
    color: #0e212f;
    font-size: 16px;
}  
.sync-1c-page__stage{
    position: relative;
    height: 235px;
}
.sync-1c-page__stages .step{
    height: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sync-1c-page__stage:before{
    position: absolute;
    top: -18px;
    color: #213c51;
    font-weight: 100;
    font-size: 72px;
}
.sync-1c-page__stage:nth-child(2n-1) {
    padding-left: 260px;
}
.sync-1c-page__stage:nth-child(2n){
    padding-right: 260px;
}
.sync-1c-page__stage:nth-child(2n) .step{
    justify-content: flex-end;
}
.sync-1c-page__stages .sync-1c-page__stage:before{
    counter-increment: stages;
    content: counter(stages);
}  
.sync-1c-page__stage:nth-child(2n-1):before{
    left: 0;
}
.sync-1c-page__stage:nth-child(2n):before{
    right: 0;
}
.sync-1c-page__stage:first-child:after{
    left: 60px;
    background-image: url('/bitrix/templates/vzletmedia/img/sync-1c/ico-step1.png');
    background-repeat: no-repeat;
}
.sync-1c-page__stage:nth-child(2):after{
    right: -17px;
    /* background: url('/bitrix/templates/vzletmedia/img/sync-1c/ico-step2.png') no-repeat 0 0; */
    content: "\e932";
    font-size: 115px;
    top: 50px;
    color: #0e212f;
    margin-right: 30px;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    font-family: 'VM-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

    background-position: center;
    background-size: cover;
}
.sync-1c-page__stage:nth-child(3):after{
    left: 60px;
    background-image: url('/bitrix/templates/vzletmedia/img/sync-1c/ico-step3.png');
    background-repeat: no-repeat;
}
.sync-1c-page__stage:nth-child(4):after{
    right: 60px;
    background-image: url('/bitrix/templates/vzletmedia/img/sync-1c/ico-step4.png');
    background-repeat: no-repeat;
}
.sync-1c-page__stage:after{
    content: '';
    position: absolute;
    top: 7px;
    -webkit-background-size:cover;
    background-size: cover;
    width: 160px;
    height: 160px;
}
.sync-1c-page__stages .emp{
    position: relative;
    width: 100%;
}
.sync-1c-page__stages .emp:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    left: -100px;

}
.sync-1c-page__stage:nth-child(2n-1) .emp:before{
    background-image: url('/bitrix/templates/vzletmedia/img/sync-1c/point-bg1.png');
    -webkit-background-size: contain;
    background-size: contain;
    height: 65px;
}
.sync-1c-page__stage:nth-child(2n) .emp:before{
    left: unset;
    right: -170px;
    background-image: url('/bitrix/templates/vzletmedia/img/sync-1c/point-bg2.png');
    -webkit-background-size: contain;
    background-size: contain;
}
.sync-1c-page__stage:nth-child(3) .emp:before{
    left: -175px;
}
.sync-1c-page__stage:last-child .emp:before{
    display: none;
}
@media (max-width: 1200px) {
    .sync-1c-page__stages .emp:before{
        width: 885px;
        height: 50px;
        background-position: 0 0;
    }
  
    .sync-1c-page__stage:first-child .emp:before{
        height: 55px;
        bottom: -45px;
    }
    .sync-1c-page__stage:nth-child(2n) .emp:before{
        left: 125px;
        height: 40px;
    }
    .sync-1c-page__stage:nth-child(3) .emp:before{
        height: 55px;
    }
}
@media (max-width: 991px){
    .sync-1c-page__stage{
        min-height: 150px;
        height: auto;
        margin-bottom: 20px;
    }
    .sync-1c-page__stage:after{
		width: 100px;
		height: 100px;
        background-size: cover;
	}
	.sync-1c-page__stage:nth-child(2n-1){
		padding-left: 175px;
	}
	.sync-1c-page__stage:nth-child(2n){
		padding-right: 175px;
	}
	.sync-1c-page__stages .emp{
		display: none;
	}
    .sync-1c-page__stage:nth-child(2):after{
        right: 30px;
        font-size: 80px;
        top: 20px;
    }
    .sync-1c-page__stage:before{
        font-size: 50px;
    }
}
@media (max-width: 767px){
	.sync-1c-page__stage:nth-child(2n-1):before{
		left: 10px;
	}
	.sync-1c-page__stage:nth-child(2n):before{
		right: 10px;
	}
	.sync-1c-page__stage:nth-child(2n-1){
		padding-left: 160px;
		padding-right: 15px;		
	}
	.sync-1c-page__stage:nth-child(2n){
		padding-right: 160px;
		padding-left: 15px;

	}
    .sync-1c-page__stage:after{
        width: 80px;
        height: 80px;
    }
    .sync-1c-page__stage:nth-child(2):after{
        font-size: 65px;
    }
    .sync-1c-page__stage-title{
        margin-bottom: 10px;
    }
}
@media(max-width: 479px){
    .sync-1c-page__stage{
        min-height: 1px;
        margin-bottom: 40px;
    }
    .sync-1c-page__stage:last-child{
        margin-bottom: 0;
    }
}
@media (max-width: 399px){
	.sync-1c-page__stage:nth-child(2n-1){
		padding-left: 140px;		
	}
	.sync-1c-page__stage:nth-child(2n){
		padding-right: 140px;

	}
    .sync-1c-page__stage:after{
        width: 70px;
        height: 70px;
    }
    .sync-1c-page__stage:nth-child(2):after{
        font-size: 55px;
        margin-right: 0;
    }
    .sync-1c-page__stage:before{
        font-size: 40px;
    }
    .sync-1c-page__stage-title{
        font-size: 20px;
    }
    .sync-1c-page__stages .step-text{
        font-size: 15px;
    }
    .sync-1c-page__stage:first-child:after, .sync-1c-page__stage:nth-child(3):after{
        left: 50px;
    }
    .sync-1c-page__stage:nth-child(4):after{
        right: 40px;
    }
}
.sync-1c-page__cases{
    text-align: center;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
}
.sync-1c-page__cases img{
    height: 60px;
    max-width: 100%;
    width: auto;
}
.sync-1c-page__cases .swiper-pagination-bullet{
    background-color: white;
    border: 1px solid #0e212f;
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: .4s;
}
.sync-1c-page__cases .swiper-pagination-bullet-active{
    background-color: #0e212f;
}
.sync-1c-page__cases .swiper-pagination{
    position: relative;
    margin-top: 40px;
}
.sync-1c-page + #footer{
    margin-top: 0;
}
.sync-1c-page__form.form{
    padding: 0;
    border: 0;
}
.sync-1c-page__form label{
    width: 100%;
}
p.sync-1c-page__form-success{
    color: green;
    margin-bottom: 15px;
    display: none;
    font-size: 16px;
    font-weight: 400;
}
p.sync-1c-page__form-error{
    color: red;
    margin-bottom: 15px;
    display: none;
    font-size: 16px;
    font-weight: 400;
}
.sync-1c-page__form .g-recaptcha{
    margin-bottom: 40px;
    max-width: 100%;
    overflow: hidden;
}
.sync-1c-page__form-submit.btn{
    background-color: #f1c21e;
    border: none;
    color: #282828;
}
.sync-1c-page__form-submit.btn:hover, .sync-1c-page__form-submit.btn:focus{
    border: 0;
    background-color: #ffd851;
    color: #282828;
}
@media(max-width: 767px){
    .sync-1c-page__form .g-recaptcha{
        margin-bottom: 20px;
    }
}
.sync-1c-page__modal-form{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.6);
}
.sync-1c-page__modal-form .sync-1c-page__form.form{
    background-color: white;
    padding: 40px;
    max-width: 890px;
}
.sync-1c-page__modal-close{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
@media(max-width: 991px){
    .sync-1c-page__modal-form .sync-1c-page__form.form{
        max-width: 90%;
    }
}
@media(max-width: 479px){
    .sync-1c-page__modal-form .sync-1c-page__form.form{
       padding: 30px;
    }
}
.sync-1c-page__form-checkbox{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.sync-1c-page__form-checkbox input.form-control[type="checkbox"]{
    width: 18px;
    height: 18px;
    margin: 0;
}
.sync-1c-page__form-checkbox p{
    flex: 1 0;
    margin: 0;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
}
@media(max-width: 767px){
    .sync-1c-page__form-checkbox{
        margin-bottom: 20px;
    }
}
@media(max-width: 479px){
    .sync-1c-page__form-checkbox input.form-control[type="checkbox"]{
        width: 13px;
        height: 13px;
    }
    .sync-1c-page__form-checkbox p{
        font-size: 12px;
        line-height: 130%;
    }
    .sync-1c-page__form-checkbox p a{
        font-size: 12px;
    }
    .sync-1c-page__form-submit.btn{
        font-size: 13px;
        padding: 15px;
    }
    .sync-1c-page__modal-form .sync-1c-page__form.form{
        padding: 30px 20px;
    }
}