

/* Start:/bitrix/templates/prvolga/components/bitrix/main.include/supporting-main-page/style.css?160222176411116*/
.hide-on-desktop{
	display: none;
}
.hide-on-desktop:hover, .hide-on-desktop:focus, .hide-on-desktop:active{
	color: #fff;
	text-decoration: none;
}
.supporting-main-man{
	background-image: url(/bitrix/templates/prvolga/components/bitrix/main.include/supporting-main-page/./img/man.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.supporting-main-bg{
	background-image: url(/bitrix/templates/prvolga/components/bitrix/main.include/supporting-main-page/./img/supporting-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.supporting-title{
    font: 2.6rem 'GothamProBold';
    margin: 0 0 5rem;
    color: #000;
}
.context-container{
    text-shadow: 0 0 1px #000;
}
.context-preview .note{
    color: #000;
    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/supporting-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/supporting-main-page/./img/supporting-bg-new.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;
		max-width: 70%;
	}
    .context-preview-container {
        margin-right: 8.15vw;
        text-shadow: none;
    }

}

@media(max-width: 1400px){
	.supporting-main-bg{
		background-position: bottom right;
	}
}

@media(max-width: 768px){
	.context-preview {
		background-image: url(/bitrix/templates/prvolga/local/img/supporting-pricelist-bg.png);
		background-size: cover;
		background-position-x: center;
		background-repeat: no-repeat;
	}


}

@media(max-width: 1400px){
	.supporting-services.service {
		background-size: auto 80%;
	}
	
}
@media(max-width:768px){
	.services-item .service-item-title:before{
		width: 5px;
		height: 5px;
	}
}
@media(min-width: 768px){
	.service.slide {
		padding-right: 0px;
	}
    .service-container>.row{
        height: 100%;
        margin-left: -0.73vw!important;
        margin-right: -0.73vw!important;
    }
	.service-container{height: 100%;}
}

.service h2{
    margin: 0 0 5.5vw -0.38vw;
}
.service-item.hover .service-item-title1,
.service-item.active .service-item-title1{color: #b71d1d;}
.service-item-title1:before{background-color: #b71d1d;}

.service-item-title:before{
    content: '';
    width: 0.75vw;
    height: 0.75vw;
    transition: all 0.3s linear;
    position: absolute;
    left: -1.8vw;
    border-radius: 2vw;
    top: 50%;
    transform: translateY(-50%);
}

.owl-services{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 10px;
}
.services-item{
    display: -webkit-flex;
    display: -ms-flex;
	display: flex;
	width: 100%;
}

.services-item .service-item-textbox {
    width: 100%;
}
.service-item-title{
    font: 1.6rem 'GothamProBold';
    margin-bottom: 5px;
    position: relative;
    transition: all 0.3s linear;
}

.service-item-text{
    font: 1.4rem 'GothamProRegular';
    line-height: 2.2rem;
    color: #767676;
    overflow: hidden;
}
.service-item-dynamic-block{
    height: 100%;
}
.service-item-dynamic-img{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 12.2vw;
    background-position-y: 14.3vw;
    padding-left: 13.4vw;
    padding-bottom: 5.2vw;
    position: relative;
}
.service-item-dynamic-block-img{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    float: left;
    height: 100%;
}
.service-item-dynamic-img-inner{
    max-height: 41vw;
    height: 82vh;
}
.service-item-dynamic-text{
    position: absolute;
    right: 6vw;
    top: 8vw;
}
.service-item-dynamic-title{
    text-transform: uppercase;
    font-family: 'GothamProRegular';
    margin-bottom: 0px;
}
.service-item-dynamic-subtitle{
    font-family: 'GothamProRegular';
    color: #767676;
    margin-bottom: 0px;
}
@media (max-width: 767px) {
	
	.service h2{margin-top: 55px; margin-bottom: 55px;}
    .service-item-textbox{
        width: 50%;
        float: left;
    }
    .service-item-imagebox{
        width: 50%;
        float: left;
        position: relative;
        height: 51.1vw;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 20vw;
    }
    .service-item-imagebox>img{
        height: 100%;
        margin: 0 auto;
    }
    .service-item-imagebox>p{
        text-align: center;
        margin-top: 10px;
        text-transform: uppercase;
    }
}
@media(min-width: 768px){
    .service-item.hover .service-item-title1,
    .service-item.active .service-item-title1{color: #b71d1d;}
    .service-item-title1:before{background-color: #b71d1d;}
    .service-item.hover .service-item-title2,
    .service-item.active .service-item-title2{color: #4fc5f7;}
    .service-item-title2:before{background-color: #4fc5f7;}
    .service-item.hover .service-item-title3,
    .service-item.active .service-item-title3{color: #1667c3;}
    .service-item-title3:before{background-color: #1667c3;}
    .service-item.hover .service-item-title4,
    .service-item.active .service-item-title4{color: #f87f16;}
    .service-item-title4:before{background-color: #f87f16;}
    .service-item.hover .service-item-title5,
    .service-item.active .service-item-title5{color: #24a69a;}
    .service-item-title5:before{background-color: #24a69a;}
    .service-item.hover .service-item-title6,
    .service-item.active .service-item-title6{color: #ffee58;}
    .service-item-title6:before{background-color: #ffee58;}
    .service-container .col-sm-6{
     width: 45.9vw;
    }
    .service-item-dynamic-text{
        top: 8vw;
    }
   .service-item-dynamic-title{
        font-size: 0.85vw;
        line-height: 1.15vw;
    }
    .service-item-dynamic-subtitle{
        font-size: 0.74vw;
        line-height: 1.15vw;
    }
    .service-item-dynamic-img-inner{
        height: 82vh;
    }
    .service-item-dynamic-block{
        padding-right: 0px;
        padding-left: 0.73vw;
    }
    .services-item .service-item-text{
        font-size: 1vw;
        line-height: 1.2vw;
        height: auto;
        overflow: none;
        min-height: 50px;
    }
    .services-item .service-item-title{
        font-size: 1.2vw;
        margin-bottom: 22px;
        margin-bottom: 1.1vw;
        position: relative;
        transition: all 0.3s linear;
    }
    .service-item-title:before{
        content: '';
        width: 0.75vw;
        height: 0.75vw;
        transition: all 0.3s linear;
        position: absolute;
        left: -1.8vw;
        border-radius: 2vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .service-item.hover .service-item-title:before,
    .service-item.active .service-item-title:before{
        width: 1.3vw;
        height: 1.3vw;
    }
    .services-item .service-item-textbox p{
        margin: 0 0 5px;
    }
    .service-item, .services-item{
        width: 100%;
        float: left;
        margin-bottom: 1.05vw;
        padding-left: 2.1vw;
        height: auto;
		cursor: pointer;
		max-width: 30%;
    }
    .services-item{
        margin-bottom: 1vw;
    }
    .service-item:nth-child(even){
        margin-left: 10%;
    }
    .service-container{
        /* margin-left: 7.1vw; */
     }
     .service-info-block{
        margin-top: 2.5vw;
        padding-left:  0.78vw;
        padding-right: 0.78vw;
     }
     .service {
	padding-bottom: 0px;
    }
}

@media(min-width: 1200px){
    .service-container .col-sm-6{
        width: 45.9vw;
    }
}
@media(min-width: 768px) and (orientation: portrait){

    .service-item-title{
        font-size: 1.5vw;
        margin-bottom: 22px;
        margin-bottom: 2.1vw;
        position: relative;
        transition: all 0.3s linear;
    }
    .service-item-title:before{
        content: '';
        width: 1.3vw;
        height: 1.3vw;
        transition: all 0.3s linear;
        position: absolute;
        left: -2.8vw;
        border-radius: 2vw;
        bottom: -1px;
    }
    .service-item.hover .service-item-title:before,
    .service-item.active .service-item-title:before{
            width: 1.8vw;
            height: 1.8vw;
            bottom: -3px;
    }
     .service-item-dynamic-text{
        top: 8vw;
    }
   .service-item-dynamic-title{
        font-size: 1.55vw;
        line-height: 2.15vw;
    }
    .service-item-dynamic-subtitle{
        font-size: 1.44vw;
        line-height: 2.15vw;
    }
    .service-item-dynamic-img-inner{
        max-height: 70.5vh;
    }
    .service-item-dynamic-img{
        padding-left: 8.4vw;
    }
    .service-item-text{
        font-size: 1.3vw;
        line-height: 2vw;
        height: auto;
        overflow: none;
    }
    .service-item, .services-item{
        width: 35vw;
        float: left;
        margin-bottom: 2.05vw;
        padding-left: 3.1vw;
        height: auto;
    }
    .service-item:nth-child(even){
        margin-left: 0;
    }
}
@media(max-width: 768px){
	.hide-on-desktop{
		display: inline-block;
		margin-top: 2rem;
	}
}
@media(max-width: 414px){
	.owl-services {
		margin-left: 20px;
	}
	.owl-services .service-item-title:before {
		left: -15px;
	}
}
/* End */


/* Start:/bitrix/templates/prvolga/components/bitrix/news.list/supporting-services/style.css?15554311451127*/
.supporting-services-inf{
	margin-top: 3vw;
}
.supporting-services-line{
	display: flex;
	align-items: center;
	margin-bottom: 3.28vw;
}
.supporting-services-line:last-child{
	margin-bottom: 0;
}
.supporting-service-title{
	font-size: 1.05vw;
	font-weight: 900;
	color: #212121;
}
.supporting-service-desc{
	margin-top: 0.52vw;
	font-size: .94vw;
	color: #212121;
}
.supporting-services-icon{
	margin: 0 2.36vw;
}
.supporting-services-icon-img{
	width: 3.57vw;
	height: 3.57vw;
}
@media (max-width:768px){
	.context-preview{
		background-image: url(/bitrix/templates/prvolga/components/bitrix/main.include/supporting-main-page/img/supporting-bg.png);
    background-size: auto 100%;
    background-position-x: left;
    background-repeat: no-repeat;
	}
	.supporting-services-icon-img{
		width: 6.8rem;
		height: 6.8rem;
	}
	.supporting-services-icon{
		margin: 0 4.6rem 0 0;
	}
	.supporting-services-line{
		margin-bottom: 4.2rem;
	}
	.supporting-service-title{
		font-size: 1.6rem;
	}
	.supporting-service-desc{
		margin-top: 1rem;
		font-size: 1.4rem;
	}
	.supporting-title-h2{
		margin-bottom: 5rem;
		margin-top: 4rem;
	}
}
/* End */


/* Start:/bitrix/templates/prvolga/components/bitrix/catalog.section/price_list_tpl-supporting/style.css?16049260083773*/
.supporting-pricelist{
	margin-top: 1vw;

}
.pricelist-item{
	padding: 25px;
	background: #fff;
	border-radius: 20px;
	transition: .3s;
	margin: 0;
	width: auto;
	border:1px solid rgba(33,33,33,0.05);
	margin-bottom: 30px;
}
.slide.cost{
	background-image: url('/bitrix/templates/prvolga/local/img/supporting-pricelist-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.item-title{
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}
.item-image{
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-image img{
	object-fit: contain;
	height: auto;
	max-height: 100px;
}
.item-worktime{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.item-reactiontime{
	font-size: 16px;
	text-align: center;
	color: #767676;
	font-weight: bold;
	margin-bottom: 40px;
}
.price-note {
    color: #757575;
    text-align: left;
	line-height: 2;
	margin-bottom: 50px;
}
.characteristics_row {
    display: flex;
    align-items: center;
}
.characteristics_name {
	white-space: nowrap;
	font-size: 14;
	font-weight: bold;
}
.characteristics_dots {
    border-bottom: 2px dotted #757575;
    margin: 0 8px;
    height: 3px;
    width: 100%;
}
.characteristics_price {
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	min-width: 33%;
}
.item-price{
	font-size: 32px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}



@media (min-width: 768px){
	.supporting-btn, .supporting-btn:focus{
		bottom: 1.5vw;
		padding: 0.73vw 1.26vw;
	}
}


.supporting-btn, .supporting-btn:focus{
    bottom: 2rem;
	padding: 1rem 1.5rem;
	display: block;
    margin: 0 auto;
	text-align: center;
	background-color: #da2f3e;
    color: #fff;
    font-size: 1.6rem;
    outline: none;
    padding: 1rem 1.5rem;
    border-radius: 3rem;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: none;
    text-decoration: none;
}

.supporting-btn:hover {
    background-color: #a2222d;
    color: #fff;
}
.slide.cost .owl-stage-outer{
	padding: 15px 0;
}


.pricelist-item:hover{
	box-shadow: 0 0 16px rgba(117,117,117,0.7);
}

@media (min-width: 768px){
	.pricelist-item {
		padding: 1.3vw;
		background: #fff;
		border-radius: 20px;
		transition: .3s;
		margin: 1.3vw;
		width: 18vw;
		border: 1px solid rgba(33,33,33,0.05);
	}
	.item-title {
		font-size: 1.2vw;
		text-align: center;
		font-weight: bold;
		margin-bottom: 1.3vw;
	}
	.item-image {
		margin-bottom: 1.3vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.item-worktime {
		font-size: 1vw;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.6vw;
	}
	.item-reactiontime {
		font-size: 0.85vw;
		text-align: center;
		color: #767676;
		font-weight: bold;
		margin-bottom: 2vw;
	}
	.price-note {
		color: #757575;
		text-align: left;
		line-height: 2;
		margin-bottom: 1.5vw;
	}
	.characteristics_price {
		white-space: nowrap;
		font-size: 0.75vw;
		font-weight: bold;
		color: #000;
		min-width: 33%;
	}
	.item-price {
		font-size: 1.7vw;
		font-weight: bold;
		color: #000;
		text-align: center;
		margin-bottom: 3vw;
	}
	.supporting-btn,.supporting-btn:focus {
		font-size: 0.93vw;
		padding: 1.14vw 2.6vw;
		border-radius: 2vw;
		margin-bottom: 0;
	}
}
@media(max-width: 768px){
	.slide.cost{
		padding: 0;
	}
	.slide.cost h2{
		font: 2.6rem 'GothamProBold';
		margin: 0;
		padding: 2rem 0 0 2rem;
	}
	.slide.cost .owl-item .pricelist-item{
		margin-left: 20px;
	}
	.slide.cost .owl-item:last-child .pricelist-item{
		margin-right: 0px;
	}
}
.is-blicked {
	overflow-x: hidden;
	position: relative;
	top: 0;
}
/* End */


/* Start:/bitrix/templates/prvolga/components/bitrix/news.list/services-list-inner/style.css?15554329273736*/
.section-services {
  -webkit-background-size: cover;
          background-size: cover;
  height: 100%;
  width: 100%;
	overflow: hidden;
	padding: 0 !important;
	background-color: #b8b8b8;
}
.section-services-container{
	background-size: contain;
	background-repeat: no-repeat;
}
.service-title{
	font: 2.6vw 'GothamProBold';
	margin: 0;
	padding: 6vw 0 0vw 3.68vw;
}
.hamburger-btn-svg:hover{
	fill:#ccc;
}
.section-services-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-services-col {
  width: 15.210vw;
	margin-right: 3.68vw;
	padding-top: 2.68vw;
}

.section-services-col:first-child {
  margin-left: 3.68vw;
}

.section-services-col:last-child {
  margin-right: 0;
}
.service-block {
  padding: 2.421vw 1.57vw 1.5789vw 1.57vw;
  -webkit-background-size: cover;
          background-size: cover;
  height: 30.552vw;
  -webkit-border-radius: 0.5263vw;
          border-radius: 0.5263vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;

  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.service-block:hover {
	text-decoration: none;
  -webkit-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.46);
          box-shadow: 0 3px 46px rgba(0, 0, 0, 0.46);
}
.service-block:focus {
	text-decoration: none;
}

.service-block__price {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
  font-size: 0.78vw;
  color: #fff;
  -webkit-border-radius: 0.368vw;
          border-radius: 0.368vw;
  border: 0.1052vw solid #fff;
  padding: 0.5263vw;
}
.service-block__image{
	margin-top: -2vw;
}
.service-block__image img {
	position: relative;
	right: -4vw;
}

.service-block__title {
  font-size: 1.1vw;
  font-weight: bold;
	color: #fff;
	margin-bottom: 1vw;
	height: 2.47vw;
}

.service-block__description {
  font-size: 0.7368vw;
  color: #fff;
	line-height: 1.157vw;
	margin-bottom: 0;
}

.service-block__button {
  margin-top: auto;
  text-align: center;
}

.service-mirror {
  margin-top: -0.05vw;
  opacity: 0.3;
}

.service-mirror .service-block {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.navigation ul li.active, .navigation ul li:hover {
	padding-left: 2.5vw !important;
}
.navigation ul li.active:after, .navigation ul li:hover:after {
	width: 4vw !important;
}
@media (max-width:768px){
	.section-services-container{
		background-image: none !important;
		background: #fff;
	}
	.service-mirror{
		display: none;
	}
	.service-title{
		font: 2.6rem 'GothamProBold';
		margin: 0;
		padding: 2rem 0 0 2rem;
	}
	.section-services-col {
		width: auto;
		margin-right: 0px;
		padding: 5rem 0;
	}
	.service-block__image img {
		height: 20rem;
    width: auto !important;
	}
	.section-services-col:first-child {
		margin-left: 20px;
	}	
	.section-services-col:last-child {
		margin-right: 0px;
	}
	.service-block {
		padding: 2rem;
		font-size: 1.5rem;
		height: auto;
		border-radius: 1rem;
	}
	.service-block__price{
		font-size: 1.5rem;
    border-radius: 0.7rem;
    border: 2px solid #fff;
    padding: 1rem;
	}
	.service-block__title{
		font-size: 2rem;
    line-height: 2rem;
	}
	.service-block__description{
		font-size: 1.3rem;
		margin-top: 3rem;
		margin-bottom: auto;
    color: #fff;
    line-height: 1.8rem;
		max-width: 25rem;
		word-wrap: break-word;
		height: 14.4rem;
	}
	.service-block__button{
	}
	.service-block__button-link svg{
		width: 3.5rem;
		height: 3.5rem;
	}
}
/* End */
/* /bitrix/templates/prvolga/components/bitrix/main.include/supporting-main-page/style.css?160222176411116 */
/* /bitrix/templates/prvolga/components/bitrix/news.list/supporting-services/style.css?15554311451127 */
/* /bitrix/templates/prvolga/components/bitrix/catalog.section/price_list_tpl-supporting/style.css?16049260083773 */
/* /bitrix/templates/prvolga/components/bitrix/news.list/services-list-inner/style.css?15554329273736 */
