header{
	background: #fff;
}
.section__outer{
	padding-top: 102px;
	height: 100%;
	background: #DADADA;
}
.section__inner{
	height: 100%;
}
h1.section__title{
	font-size: 60px;
	line-height: 65px;
	font-weight: 400;
	margin: 0;
}
h2.section__title{
	font-size: 48px;
	line-height: 50px;
	font-weight: 400;
	margin: 0;
}

@media (max-width: 1400px){
	.section__outer{
		padding-top: 91px;
	}
}
@media (max-width: 1260px){
	.fp-tableCell,
	.section{
		height: auto !important;
	}
}

@media (max-width: 950px){
	.section__outer{
		padding-top: 71px;
	}
}
@media (max-width: 700px){
	.section__outer{
		padding-top: 50px;
	}
}


#screen_1 .section__bg{
	background: url('../img/service/bg_q.jpg') no-repeat center;
	background-position: -1px;
	background-size: cover;
}
#screen_1 .section__wrapper{
	width: 700px;
	height: 70vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#screen_1 .section__inner{
	padding-left: 160px;
    display: flex;
    align-items: center;
}
#screen_1 .section__title{
	color: #fff;
}
#screen_1 .section__text{
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}
#screen_1 .section__buttons{
	display: flex;
	gap: 25px;
}
#screen_1 .section__buttons .section__btn{
	width: 280px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    transition: color 0.25s;
    z-index: 2;
    color: #fff;
    font-size: 14px;
	line-height: 16px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
}
#screen_1 .section__buttons .section__btn:after{
	content: ' ';
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background: #CC2939;
    transition: width 0.25s ease;
    z-index: -1;
}
#screen_1 .section__buttons .section__btn:hover{
	border-color: #CC2939;
}
#screen_1 .section__buttons .section__btn:hover:after{
	width: 100%;
}

@media (max-height: 830px){
	#screen_1 .section__wrapper{
		height: 80vh;
	}
}
@media (max-width: 1700px){
	#screen_1 .section__inner{
		padding-left: 80px;
	}
	#screen_1 .section__wrapper{
		width: 800px;
	}
}
@media (max-width: 1260px){
	#screen_1 .section__wrapper{
		height: auto;
	}
	#screen_1 .section__inner{
		padding-left: 50px;
		padding-right: 50px;
	}
	#screen_1 .section__bg{
		background-position: right top;
		position: relative;
		background-size: cover;
	}
	#screen_1 .section__bg:before{
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, .65);
	}
	#screen_1 .section__wrapper{
		width: 100%;
		z-index: 2;
		padding-top: 40px;
    	padding-bottom: 40px;
	}
}
@media (max-width: 700px){
	#screen_1 .section__buttons{
		flex-direction: column;
		align-items: center;
	}
}





#screen_2 .section__inner{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#screen_2 .section__inner:before{
	content: '';
	width: 280px;
	height: 280px;
	background: url('../img/service/second_bg1.svg') no-repeat center bottom;
    bottom: -1px;
    right: 5%;
    position: absolute;
    background-size: contain;
}


#screen_2 .section__wrapper{
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#screen_2 .section__title{
	color: #000;
}
#screen_2 .section__content .icon__single{
	grid-area: ic;
	height: 276px;
	background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
#screen_2 .section__content .icons{
	position: relative;
	margin-top: 50px;
	display: grid;
	grid-gap: 22px;
	grid-template-columns: repeat(5, 276px);
	grid-template-areas: "icon1 icon2 icon3 icon4 icon5"
						 ". icon6 icon7 icon8 .";
}
#screen_2 .section__content .icons:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: -10%;
	width: 275px;
	height: 95px;
	background: url('../img/service/second_bg2.svg') no-repeat center bottom;
}


#screen_2 .section__content .icon__single .icon__title{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-align: center;
    padding: 0 30px;
    height: 90px;
    margin-bottom: 30px;
}
#screen_2 .section__content .icon__single .icon__image{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #A92238;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}

#screen_2 .section__content .icon__single:nth-child(7) .icon__title,
#screen_2 .section__content .icon__single:nth-child(8) .icon__title{
	height: 30px;
	margin-bottom: 40px;
}
#screen_2 .section__content .icon__single:nth-child(7) .icon__image,
#screen_2 .section__content .icon__single:nth-child(8) .icon__image{
	top: 25px;
}

#screen_2 .section__content .icon__single.big-icon{
	background: transparent;
}
#screen_2 .section__content .icon__single.big-icon .icon__title{
	display: none;
}
#screen_2 .section__content .icon__single.big-icon .icon__image{
    width: 85%;
    height: 85%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
}
#screen_2 .section__content .icon__single.big-icon .icon__image img{
	width: 189px;
    height: 189px;
    margin-left: 40px;
}

@media (max-height: 830px){
	#screen_2 .section__content .icon__single{
		height: 210px;
	}
	#screen_2 .section__content .icons{
		grid-template-columns: repeat(5, 210px);
	}
	#screen_2 .section__content .icon__single .icon__image{
		width: 110px;
    	height: 110px;
	}
	#screen_2 .section__content .icon__single .icon__image img{
		width: 60px;
		height: 60px;
	}
	#screen_2 .section__content .icon__single .icon__title{
		font-size: 14px;
    	line-height: 24px;
    	margin-bottom: 15px;
	}
	#screen_2 .section__content .icon__single:nth-child(7) .icon__image, 
	#screen_2 .section__content .icon__single:nth-child(8) .icon__image{
		top: 15px;
	}
	#screen_2 .section__content .icon__single:nth-child(7) .icon__title, 
	#screen_2 .section__content .icon__single:nth-child(8) .icon__title{
		margin-bottom: 25px;
	}
}
@media (max-width: 1400px){
	#screen_2 .section__content .icon__single{
		height: 170px;
	}
	#screen_2 .section__content .icons{
		grid-template-columns: repeat(5, 170px);
	}
	#screen_2 .section__content .icon__single .icon__image{
		width: 90px;
    	height: 90px;
	}
	#screen_2 .section__content .icon__single .icon__image img{
		width: 50px;
    	height: 50px;
	}
	#screen_2 .section__content .icon__single .icon__title{
		font-size: 12px;
    	line-height: 18px;
    	padding-left: 20px;
    	padding-right: 20px;
    	height: 70px;
	}
	#screen_2 .section__content .icon__single:nth-child(7) .icon__title, 
	#screen_2 .section__content .icon__single:nth-child(8) .icon__title{
		margin-bottom: 10px;
	}
	#screen_2 .section__content .icon__single.big-icon .icon__image img{
		width: 110px;
	    height: 110px;
	    margin-left: 22px;
	}
}
@media (max-width: 1260px){
	#screen_2 .section__wrapper{
		height: auto;
		padding-bottom: 0;
		padding-left: 50px;
		padding-right: 50px;
	}
	#screen_2 .section__content .icon__single{
		margin-bottom: 20px;
	}
	#screen_2 .section__content .icons{
		margin-top: 30px;
	}
}
@media (max-width: 1050px){
	#screen_2 .section__content .icons:before{
		display: none;
	}
	#screen_2 .section__inner:before{
		display: none;
	}
	#screen_2 .section__content .icons{
		grid-template-columns: repeat(4, 170px);
		grid-template-areas:
        "icon1 icon2 icon3 icon4 "
        "icon6 icon7 icon8 icon5";
	}
	#screen_2 .section__content .icon__single:nth-child(5) .icon__title{
		height: 43px;
	}
	#screen_2 .section__content .icon__single:nth-child(5) .icon__image{
		top: 15px;
	}
}
@media (max-width: 800px){
	#screen_2 .section__content .icons{
		grid-template-columns: repeat(3, 170px);
		grid-template-areas:
        "icon1 icon2 icon3"
        "icon4 icon5 icon7"
        ". icon8 .";
	}
	#screen_2 .section__content .icon__single.big-icon{
		display: none;
	}
	#screen_2 .section__content .icon__single .icon__image{
		top: 15px;
	}
	#screen_2 .section__content .icon__single .icon__title{
		height: 27px;
	}
}
@media (max-width: 620px){
	#screen_2 .section__content .icons{

		grid-template-columns: repeat(4, 85px);
		grid-template-areas:
        "icon1 icon1 icon2 icon2"
        "icon3 icon3 icon4 icon4"
        "icon5 icon5 icon7 icon7"
        ". icon8 icon8 .";
	}
	#screen_2 .section__content .icons{
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 500px){
	#screen_2 .section__content .icons{
		display: block;
	}
}





#screen_3 .section__inner{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#screen_3 .section__wrapper{
	height: 80vh;
    width: 75%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#screen_3 .tarifs .tarifs__wrapper{
	display: flex;
	gap: 22px;
}
#screen_3 .tarifs .tarif__single{
	width: 33.333333%;
}
#screen_3 .tarifs .tarif__inner{
	background: #fff;
	height: 100%;
	position: relative;
	padding-bottom: 40px;
}
#screen_3 .tarifs .tarif__inner:before{
	content: '';
	position: absolute;
	width: 190px;
	height: 291px;
	background: url('../img/service/symbol_q.svg') no-repeat top right;
}

#screen_3 .tarifs .tarif__title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 40px;
	padding-top: 30px;
}

#screen_3 .tarifs .tarif__options{
	padding-left: 20px;
    padding-right: 1px;
}
#screen_3 .tarifs .option{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}
#screen_3 .tarifs .option .option__name{
	font-size: 16px;
	line-height: 22px;
    padding-right: 20px;
}
#screen_3 .tarifs .option .option__value{
	min-width: 38px;
	height: 25px;
	flex-shrink: 0;
	padding: 0 8px;
	position: relative;
	background: #A92238;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	z-index: 2;
}
#screen_3 .tarifs .option .option__value:after{
    content: '';
    position: absolute;
    height: 19px;
    width: 19px;
    background: #A92238;
    border-radius: 4px;
    left: -7px;
    transform: rotate(45deg);
    z-index: -1;
}

#screen_3 .tarifs .tarif__inner[data-code="BASE"]:before{
    opacity: .25;
}
#screen_3 .tarifs .tarif__inner[data-code="ADVANCED"]:before{
	opacity: .55;
}

#screen_3 .tarifs .addit-info{
	margin-top: 30px;
	position: relative;
}
#screen_3 .tarifs .addit-info:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: -10%;
	width: 275px;
	height: 95px;
	background: url('../img/service/second_bg2.svg') no-repeat center bottom;
	background-size: contain;
}

#screen_3 .tarifs .addit-info__text{
	font-size: 14px;
	line-height: 20px;
	width: 80%;
}
#screen_3 .tarifs .addit-info__button{
	margin-top: 20px;
}
#screen_3 .tarifs .addit-info__button a{
	width: 255px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    transition: color 0.25s;
    z-index: 2;
    color: #000;
    font-size: 14px;
	line-height: 16px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #A92238;
}
#screen_3 .tarifs .addit-info__button a:after{
	content: ' ';
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background: #A92238;
    transition: width 0.25s ease;
    z-index: -1;
}
#screen_3 .tarifs .addit-info__button a:hover{
	color: #fff;
}
#screen_3 .tarifs .addit-info__button a:hover:after{
	width: 100%;
}
#screen_3 .slider-navigation{
	display: none;
}

@media (max-height: 830px){
	#screen_3 .section__wrapper{
		width: 80%;
	}
	#screen_3 .tarifs .tarif__inner{
		padding-bottom: 20px;
	}
	#screen_3 .tarifs .option{
		margin-bottom: 5px;
	}
	#screen_3 .tarifs .addit-info{
		margin-top: 15px;
		display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	}
	#screen_3 .tarifs .addit-info__button{
		margin-top: 0;
	}
	#screen_3 .tarifs .addit-info:before{
		display: none;
	}
	#screen_3 .tarifs .addit-info__text{
		padding-right: 40px;
	}
}
@media (max-width: 1400px){
	#screen_3 .tarifs .tarif__title{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#screen_3 .section__wrapper{
		width: 90%;
	}
}
@media (max-width: 1260px){
	#screen_3 .section__wrapper{
		height: auto;
		padding-bottom: 0;
		padding-left: 50px;
		padding-right: 50px;
		width: 100%;
	}
	#screen_3 .tarifs{
		margin-top: 30px;
	}

	#screen_3 .tarifs .addit-info{
		flex-wrap: wrap;
	}
	#screen_3 .tarifs .addit-info__text{
		width: 100%;
	}
	#screen_3 .tarifs .addit-info__button{
		margin-top: 20px;
	}
	#screen_3 .tarifs .addit-info:before{
		display: none;
	}
}
@media (max-width: 700px){
	#screen_3 .tarifs .tarif__title{
		font-size: 20px;
	}
}
@media (max-width: 950px){
	/*#screen_3 h2.section__title{
		padding-left: 30px;
		padding-right: 30px;
	}
	#screen_3 .tarifs .tarif__single{
		padding: 0 30px;
	}*/
	#screen_3 .tarifs .tarifs__wrapper{
		flex-wrap: wrap;
	}
	#screen_3 .tarifs .tarif__single{
		width: 100%;
	}
}
@media (max-width: 370px){
	#screen_3 .tarifs .addit-info__button a{
		font-size: 12px;
	}
	#screen_3 .tarifs .addit-info__button{
		margin-left: 10px;
	}
}



#screen_4 .section__inner{
	height: 100%;
}
#screen_4 .section__wrapper{
	display: flex;
	height: 100%;
}
#screen_4 .section__title{
	color: #fff;
	margin-bottom: 70px;
}

#screen_4 .section-left{
	width: 50%;
	background: #A92238;
    display: flex;
    justify-content: center;
    align-items: center;
}
#screen_4 .section-left__inner{
	width: 570px;
	position: relative;
	padding-bottom: 95px;
}
#screen_4 .section-left__inner:before{
	content: '';
	position: absolute;
    bottom: 0;
    left: -125px;
	width: 275px;
	height: 95px;
	background: url('../img/service/last_bg2.svg') no-repeat center top;
	background-size: contain;
}

#screen_4 .section-right{
	width: 50%;
	background: url('../img/service/last_bg.jpg') no-repeat center top;
	background-size: cover;
}

@media (max-width: 1400px){
	#screen_4 .section__title{
		margin-bottom: 40px;
	}
}
@media (max-width: 1260px){
	#screen_4 .section__outer{
		padding-top: 50px;
	}
	#screen_4 .section-left__inner{
		width: 80%;
	}
	#screen_3 .section__wrapper{
		height: auto;
	}
	#screen_4 .section-left__inner{
		padding-bottom: 120px;
	}
	#screen_4 .section-left__inner:before{
		bottom: 10px;
	}
	#screen_4 .section-left{
		padding-top: 50px;
	}
}
@media (max-width: 950px){
	#screen_4 .section-left{
		width: 100%;
	}
	#screen_4 .section-right{
		display: none;
	}
	.service-form button[name="web_form_submit"]{
		width: 100%;
	}
	#screen_4 .section-left__inner:before{
		display: none;
	}
	#screen_4 .section-left__inner{
		padding-bottom: 40px;
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
}


/* fonts */
@media (max-width: 700px){
	h1.section__title{
		font-size: 32px;
    	line-height: normal;
	}
	h2.section__title
	#screen_1 .section__text{
		font-size: 16px;
		line-height: 1.2;
	}
	h2.section__title{
		font-size: 28px;
		line-height: normal;
	}
}

/* left block */

.screen-navigation-block.white .screen-navigation-title{
	color: #fff;
}
.screen-navigation-block.white .screen-navigation-item{
	border-color: rgba(255, 255, 255, 0.3);
}
.screen-navigation-block.white .screen-navigation-item-title{
	color: rgba(255, 255, 255, 0.3);
}
.screen-navigation-block.white .screen-navigation-item.active+.screen-navigation-item .screen-navigation-item-title,
.screen-navigation-block.white .screen-navigation-item:first-child .screen-navigation-item-title{
	color: #fff;
}