

/* Start:/bitrix/templates/prvolga/components/bitrix/main.include/partners-main-page/style.css?169262610111091*/
.alert-span{
	color: #fff;
    font-size: 1.6rem;
    line-height: normal;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	background: rgba(216,49,66,0.8);
	margin-bottom: 25px;
}
@media(min-width:767px){
	.alert-span{
		font-size: 1.3vw;
		line-height: 2vw;
		padding: 5px 75px 5px 10px;
		margin-bottom: 25px;
	}
}

.footer{
	display: none;
}

.partners-slider-detail{
	background-image: url(/bitrix/templates/prvolga/components/bitrix/main.include/partners-main-page/./img/slider-detail.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 27vw;
	height: 100%;
	right: 18.11vw;
	bottom: 0;
	z-index: 2;
}
.supporting-title{
    font: 2.6rem 'GothamProBold';
    margin: 0 0 5rem;
    color: #fff;
}
.context-container{
    text-shadow: 0 0 1px #000;
}
.context-preview .note{
    color: #fff;
    text-align: left;
}
.context-preview .devices-group{
    width: 100%;
    height: 28rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
}
.context-preview .devices-group > img{
    position: absolute;
    max-height: 100%;
    margin: 0 auto;
    max-height: 28rem;
    left: 0;
    right: 0;
    z-index: 3;
}
.context-preview-circle-1,
.context-preview-circle-2{
    border-radius: 20rem;
    width: 12rem;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    z-index: 3;
}
.context-preview-circle-1{
    background-color: rgba(45, 93, 185, 0.9);
    bottom: 1rem;
}
.context-preview-circle-2{
    background-color: rgba(66, 158, 135, 0.9);
    bottom: 1rem;
    left: 13rem;
}
.context-preview-circle-1 > h3,
.context-preview-circle-2 > h3{
    text-transform: uppercase;
    font: 1.8rem "GothamProBold";
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.context-preview-circle-1 > .subtitle,
.context-preview-circle-2 > .subtitle{
    color: #fff;
    font: 1rem "GothamProRegular";
    margin: 0.2rem 0 0.5rem;
    text-align: center;
}

.context-preview-circle-1 > .info,
.context-preview-circle-2 > .info{
    color: #fff;
    font: 1rem "GothamProBold";
    text-transform: uppercase;
    margin-bottom: 0;
    border-radius: 2rem;
    text-align: center;
    padding: 0.3rem 0.7rem;
}
.context-preview-circle-1 > .info{
    background-color: #264c97;
}
.context-preview-circle-2 > .info{
    background-color: #27816a;
}
@media(max-width: 767px){
    .slide.context-preview{
        padding-top: 85px;
        padding-bottom: 20px;
    }
}
@media(min-width: 768px){
    .supporting-title {
        font-size: 2.7vw;
        margin: 0 0 1.82vw;
        text-align: left;
    } 
		.supporting-main-man{
			background-image: url(/bitrix/templates/prvolga/components/bitrix/main.include/partners-main-page/./img/man.png);
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
			position: absolute;
			width: 62.47vw;
			height: 40.94vw;
			right: -7.89vw;
			bottom: 0;
			z-index: -1;
		}
		.supporting-main-bg{
			background-image: url(/bitrix/templates/prvolga/components/bitrix/main.include/partners-main-page/./img/supporting-bg.png);
			background-size: auto 100%;
			background-repeat: no-repeat;
			background-position: bottom;
			height: 110%;
			width: 126vw;
			position: absolute;
			top: 0;
			left: -13vw;
			z-index: -2;
		}
    .context-preview .note{margin-bottom: 1.1vw;}
    .context-preview-container {
        margin-right: 8.15vw;
        text-shadow: none;
    }
}


/*ADVANTAGES*/

.advantages-wrapper{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.advantages-item{
	text-align: center;
}
.advantages-wrapper .image{
	position: relative;
}
.advantages-wrapper .image::before{
	content: "";
	width: 136px;
    height: 136px;
    border: 2px dashed #D83142;
    position: absolute;
	top: calc(0% - 7px);
	border-radius: 50%;
	margin-left: -6px;
	/*left: calc(50%);
	transform: translateX(-50%);*/
}
.advantages-item:hover .image::before{
	animation: rotate 5s linear infinite;
}

@-webkit-keyframes rotate {
    from{
        -webkit-transform: /*translateX(-50%)*/ rotate(0deg);
    }
    to{
        -webkit-transform: /*translateX(-50%)*/ rotate(180deg);
    }
}

.advantages-wrapper .text{
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 1.05vw;
	line-height: 1.5vw;
	text-align: center;
}
.marker{
	color:#D83142;
}
@media (min-width: 768px){
	.slide-container {
		margin-top: 4.5vw;
		margin-left: 6.72vw;
		margin-right: 1.04vw!important;
	}
}

@media(max-width: 767px){
	.advantages-wrapper{
		justify-content: space-between;
	}
	.advantages-wrapper .text{
		margin-top: 50px;
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.advantages-item{
		flex-basis: 32%;
	}
}
@media(max-width: 575px){
	.advantages-wrapper{
		flex-direction: column;
	}
	.advantages-item:not(:last-child){
		margin-bottom: 50px;
	}
	.advantages-item .text{
		margin-top: 20px;
	}
}

/* EXAMPLES */

.examples-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.examples-item{
	flex-basis: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 11px;
	border-radius: 10px;
	background: #DB2543;
}

.examples-wrapper .title{
	text-transform: uppercase;
	font-size: 1vw;
	text-align: center;
	color: #fff;
	margin: 15px 0 26px 0;
}
.examples-wrapper .text{
	background: #fff;
	border-radius: 10px;
	padding: 45px 20px;
	text-align: center;
	font-size: 1vw;
}
@media(max-width:767px){
	.examples-wrapper{
		flex-direction: column;
	}
	.examples-item:not(:last-child){
		margin-bottom: 3rem;
	}
	.examples-item .title, .examples-item .text{
		font-size: 1.6rem;
		line-height: normal;
	}
}

/* WARRANTY */

.warranty-wrapper{
	margin-top: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
}
.warranty-wrapper .img img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 35vw;
	z-index: 1;
}
.warranty-item{
	display: flex;
	align-items: center;
}
.warranty-item .svg{
	margin-right: 20px;
	min-width: 37px;
	min-height: 40px;
}
.warranty-item:not(:last-of-type){
	margin-bottom: 20px;
}
.warranty-item .text{
	line-height: 1.875vw;
    font-size: 1.05vw;
}
@media (max-width: 767px){
	.warranty-item .text{
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
	.warranty-wrapper .img{
		display: none;
	}
}
@media(max-width: 575px){
	.warranty-item .text{
		font-size: 1.4rem;
	}
}

/* SERVICES */

.partners-services-wrapper{
	margin-top: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
}
.partners-services-wrapper .img img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30vw;
	z-index: 1;
}
.partners-services-item{
	display: flex;
	align-items: flex-start;
}
.partners-services-item .dot{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 20px;
	margin-top: 10px;
	background: #DA2F3E;
}
.partners-services-item:not(:last-of-type){
	margin-bottom: 20px;
}
.partners-services-item .text .upper{
	line-height: 1.875vw;
	font-size: 1.05vw;
	font-weight: bold;
}
.partners-services-item .text .lower{
	line-height: 1.675vw;
    font-size: 1.0vw;
}
@media (max-width: 767px){
	.partners-services-item .text .upper{
		font-size: 1.6rem;
		line-height: 1.6rem;
		margin-bottom: 10px;
	}
	.partners-services-item .text .lower{
		line-height: 1.4rem;
		font-size: 1.4rem;
	}
	.partners-services-wrapper .img{
		display: none;
	}
	.partners-services-item .dot{
		margin-top: 1px;
	}
}

/* IMPORTANT */

.important-block{
	border: 4px solid #D83142;
	border-radius: 10px;
	padding: 40px 30px;
}
.important-block-upper{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.important-block-upper .important-block{
	max-width: 570px;
	width: 100%;
	height: 100%;
	min-height: 170px;
	margin-bottom: 30px;
}

.important-block-upper .important-block:not(:last-of-type){
	margin-right: 30px;
}

.important-block-lower{
	max-width: 1170px;
	width: 100%;
}
.important-block .title{
	font-size: 1.0vw;
	line-height: 1.5vw;
	margin-bottom: 20px;
	font-weight: bold;
}
.important-block .text, .important-item .item-text{
	font-size: 0.9vw;
	line-height: normal;
}
.blocks-wrapper{
	display: flex;
	margin-top: 60px;
}
.blocks-wrapper > div{
	flex-basis: 49%;
}
.important-item:not(:last-of-type){
	margin-bottom: 20px;
}

.important-item .item-title{
	font-size: 1.0vw;
	line-height: 1.5vw;
	font-weight: bold;
}

@media (max-width: 767px){
	.important-block .text, .important-item .item-text{
		font-size: 1.4rem;
		line-height: 1.4rem;
		
	}
	.important-block .title, .important-item .item-title{
		font-size: 1.6rem;
		line-height: 1.6rem;
		margin-bottom: 10px;
	}
	.blocks-wrapper{
		flex-direction: column;
		margin-top: 50px;
	}
	.blocks-wrapper > div {
		flex-basis: 100%;
	}
	.left-lower-block{
		margin-bottom: 50px;
	}
	.important-item:not(:last-of-type) {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px){
	.important-block-upper{
		flex-direction: column;
	}
	.important-block-upper .important-block:not(:last-of-type) {
		margin-right: 0px;
	}
}

/* REWARDS */

.rewards .note{
	margin-top: 1.875vw;
}

.rewards-wrapper img{
	width: 60vw;
}
@media(max-width: 991px){
	.rewards-wrapper .note{
		text-align: center;
	}
}
@media(max-width: 767px){
	.rewards-wrapper .image{
		overflow: hidden;
		overflow-x:scroll;
	}
	.rewards-wrapper img{
		width: 1074px;
	}
	.rewards .note{
		text-align: left;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
}

/* FEEDBACK */

.page-footer-buttons-block{
	display: flex;
}
.page-footer-buttons-block a{
	margin: 0;
	text-decoration: none;
}
.page-footer-buttons-block a:hover, .page-footer-buttons-block a:active, .page-footer-buttons-block a:focus{
	color: #fff;
	text-decoration: none;
}

.feedback{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.feedback {
	padding: 80px 0;
	margin-top: 2.09vw;
}

.page-footer-text h4{
	font-size: 1.2vw;
	line-height: 1.5vw;
	margin-bottom: 20px;
}
.page-footer-text{
	font-size: 0.85vw;
	line-height: 1.5vw;
	margin-bottom: 40px;
}

@media(max-width: 767px){
	.page-footer-text h4 {
		font-size: 1.8rem;
		line-height: normal;
	}
	.page-footer-text{
		font-size: 1.4rem;
		line-height: normal;
	}
}
@media(max-width:575px){
	.feedback .col-xs-8{
		width: 100%!important;
	}
	.feedback .col-xs-4{
		width: 100% !important;
	}
	.page-footer-img img{
		margin: 0 auto;
	}
}

@media (min-width: 768px){
	.page-footer-text {
		margin: 60px 0 36px;
	}
}

@media (min-width: 560px){
	.page-footer-text {
		margin: 35px 0;
	}
}

@media (min-width: 768px){
	.common_cnt {
		margin-top: 6vw;
	}
	.partners-bg-container .supporting-title{
		margin-top: 60px;
	}
	.partners-bg-container .note{
		margin-bottom: 60px;
	}
	.slide {
		height: 100%!important;
	}
	.slide-container{
		margin-top: 0!important;
	}
	.rewards h2{
		margin-bottom: 1.04vw;
	}
	.context-page-expert-place-block .experts-place:hover .experts-place-img.hover{
		display: none;
	}
}
.common_cnt h2{
	margin-top: 0;
	margin-bottom: 3.18vw;
}
@media(max-width:768px){
	.feedback{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.partners-bg-container{
		margin-bottom: 30px;
    	margin-top: 30px;
	}
}


/* End */
/* /bitrix/templates/prvolga/components/bitrix/main.include/partners-main-page/style.css?169262610111091 */
