

/* Start:/bitrix/templates/prvolga/components/bitrix/main.include/amocrm-page-preview/style.css?16025856249662*/
.supporting-main-man{
	background-image: url(/bitrix/templates/prvolga/components/bitrix/main.include/amocrm-page-preview/./img/preview-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/amocrm-page-preview/./img/preview-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.supporting-title{
    font: 2.6rem 'GothamProBold';
    margin: 0 0 5rem;
    color: #fff;
}
.context-container{
    text-shadow: 0 0 1px #fff;
}
.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;
	bottom: 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;
}


.service-item-textbox::before{
	content: "";
	width: 10px;
	height: 10px;
	transition: all 0.3s linear;
	position: absolute;
	left: -30px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	background: #D83142;
	z-index: 2;
}
.service-item-textbox::after{
	content: "";
	width: 51px;
	height: 51px;
	transition: all 0.3s linear;
	position: absolute;
	left: -50px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	z-index: 1
}


.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: 50%;
    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: 40px;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
}
.services-item{
    display: -webkit-flex;
    display: -ms-flex;
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}

.service-item-textbox {
    width: 100%;
	color: #fff;
	position: relative;
	font-size: 1.2rem;
	line-height: normal;
}
.service-item-textbox::after {
    content: "";
    width: 30px;
    height: 30px;
    transition: all 0.3s linear;
    position: absolute;
    left: -40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 1;
}

.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) {
	.context-preview .devices-group {
	    width: 100%;
	    height: 28rem;
	    margin-top: 3rem;
	    margin-bottom: -2rem;
		position: relative;
	}
	.context-preview {
	    background-image: url(/bitrix/templates/prvolga/components/bitrix/main.include/amocrm-page-preview/img/preview-bg.png);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    color: #fff;
	    position: relative;
	}
	.service h2{margin-top: 55px; margin-bottom: 55px;}
	.service-item-text{
		color: #fff;
	}
    .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){
	.owl-services {
		margin-left:10px;
	}
	.service-item-textbox{
		font-size: 1vw;
		line-height: 1.1vw;
	}
    .service-item-textbox::before{
		content: "";
		width: 0.75vw;
		height: 0.75vw;
		transition: all 0.3s linear;
		position: absolute;
		left: -2.75vw;
		border-radius: 50%;
		top: 50%;
		transform: translateY(-50%);
		background: #D83142;
		z-index: 2;
	}
	.service-item-textbox::after{
		content: "";
		width: 2.25vw;
		height: 2.25vw;
		transition: all 0.3s linear;
		position: absolute;
		left: -3.5vw;
		border-radius: 50%;
		top: 50%;
		transform: translateY(-50%);
		background: #fff;
		z-index: 1
	}
    .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: 50%;
        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: 3.1vw;
        height: auto;
		cursor: pointer;
		max-width: 40%;
    }
    .services-item{
        margin-bottom: 1.5vw;
    }
    .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(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/amocrm-page-preview/./img/preview-man.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		width: 47.47vw;
		height: 31.94vw;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	.supporting-main-bg{
		background-image: url(/bitrix/templates/prvolga/components/bitrix/main.include/amocrm-page-preview/./img/preview-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;
		max-width: 50%;
	}
    .context-preview-container {
        margin-right: 8.15vw;
        text-shadow: none;
    }

}
@media(max-width: 450px){
	.context-preview .devices-group {
	    margin-top: 0;
	}
}

/* End */


/* Start:/bitrix/templates/prvolga/components/bitrix/main.include/supporting-page-team/style.css?16016457261300*/
@media(min-width: 768px){
	.team-list{
		margin-top: 3.5vw;
		margin-bottom: 1vw;
		margin-right: 10vw;
		display: flex;
		flex-wrap: wrap;
	}
	.employer{
		width:	calc(33% - 3vw);
		margin-right: 3vw;
		padding: 2.5vw 0vw 0vw 1.7vw;
		position: relative;
		margin-bottom: 2.2vw;
	}
	.employer .svg{
		position: absolute;
		top: 0;
		left: 0;
	}
	.employer .title{
		font-size: 1vw;
		font-weight: bold;
		color: #000;
	}
	.employer .text{
		font-size: 0.85vw;
		font-weight: bold;
		color: #767676;
		margin-top: 0.85vw;
		margin-left: 2vw;
	}
}

@media(max-width: 768px){
	.team-list{
		display: flex;
		flex-wrap: wrap;
	}
	.employer .svg{
		position: absolute;
		top: 0;
		left: 0;
	}
	.employer{
		width:	calc(50% - 20px);
		margin-right: 20px;
		padding: 35px 0 0 25px;
		position: relative;
		margin-bottom: 30px;
	}
	.employer .title{
		font-size: 1.6rem;
		font-weight: bold;
		color: #000;
	}
	.employer .text{
		font-size: 1.4rem;
		font-weight: bold;
		color: #767676;
		margin-top: 0.85vw;
		margin-left: 2vw;
	}
	.team-container h2{
		margin-bottom: 30px;
	}
}
@media(max-width: 575px){
	.employer{
		width:	100%;
		margin-right: 20px;
		padding: 45px 0 0 35px;
		position: relative;
		margin-bottom: 30px;
	}
}
/* End */


/* Start:/bitrix/templates/prvolga/components/bitrix/main.include/amocrm-page-presentation/style.css?16026752422896*/

.eventVideoYoutubeBackground:hover .eventVideoYoutubeButtonBackground {
    -moz-transition: fill .3s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .3s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: fill .3s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .3s cubic-bezier(0.0,0.0,0.2,1);
    transition: fill .3s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .3s cubic-bezier(0.0,0.0,0.2,1);
    fill-opacity: 1;
    cursor: pointer;
}
.video_frame{
    display: none;
}
.eventVideo{
    height: 100%;
    background-size: cover;
    background-position: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.eventVideo:hover{
    cursor: pointer;
}
#play{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.eventVideo:hover #play{
    fill: #f00;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.eventVideoYoutubeButtonBackground{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.eventVideoYoutubeButton{
    position: relative;
    width: 89px;
    height: 89px;
}
.presentation-container{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    -ms-align-items: center;
    align-items: center;
}
.presentation-wrapper{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-right: 10vw;
    height: 22vw;
}
.video{
    flex-basis: 47.5%;
    margin-right: 5%;
    border-radius: 20px;
    overflow: hidden;
}
.information{
    flex-basis: 47.5%;
}
.information .title{
    font-weight: bold;
    font-size: 2.5vw;
    margin-bottom: 1vw;
    margin-top: 1.5vw;
    font-family: 'GothamProBold';
}
.information .text{
    font-size: 1.2vw;
    color: #767676;
    max-width: 90%;
}

@media(max-width: 768px){
    .information .title {
        font-weight: bold;
        font-size: 2rem;
        margin-bottom: 1rem;
        margin-top: 1.5rem;
    }
    .information .text {
        font-size: 1.4rem;
        color: #767676;
        max-width: 100%;
    }
    .presentation-wrapper {
        margin-right: 2rem;
        height: 20rem;
    }
}
@media(max-width: 575px){
    .presentation-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        margin: 0;
    }
    .video{
        flex-basis: 100%;
        margin-right: 0;
        min-height: 300px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }
    .information{
        flex-basis: 100%;
    }
    .eventVideo {
        height: 100%;
        width: 100%;
        min-height: 300px;
    }
    .video_frame{
        height: 300px;
    }
}

/* End */


/* Start:/bitrix/templates/prvolga/components/bitrix/news.list/key-advantages-amocrm-page/style.css?16026768192081*/
.key-advantages-container h2 {
    margin: 0 0 5rem;
}
.key-advantage-elem{
	width: 100%;
	max-width: 300px;
	margin: 0 auto 1rem;
	background: linear-gradient(120deg, #DCE5F2, #EFF3F9);
	cursor: pointer;
}
.key-advantage-elem-inner{
	padding: 1.5rem;
}
.key-advantage-elem-title{
	color: #4E4E4E;
	font-family: "GothamProBold";
	text-transform: uppercase;
	text-align: center;
}
.key-advantage-elem-description{
	color: #4E4E4E;
	margin-top: 1rem;
	text-align: center;
}
@media(max-width: 767px){
	.key-advantages-info-block{
		margin-bottom: 4rem;
	}
    .slide.key-advantages{
        padding-bottom: 0;
	}
	.key-advantage-elem-title br{
		display: none;
	}
}
@media(min-width: 768px){
    .key-advantages-container h2{
        margin: 0 0 3.82vw;
    }
    .key-advantages-container.slide-container {
        margin-right: 8.15vw;
	}
	.key-advantages-content{
		display: flex;
    	flex-wrap: wrap;
	}
	.key-advantage-elem{
		max-width: 100%;
		width: 26.5vw;
		height: 11.45vw;
		display: inline-block;
		margin: 0 0.1vw 0.1vw 0;
		position: relative;
	}
	.key-advantage-elem-inner{
		width: 26.5vw;
		height: 11.45vw;
		padding: 4.375vw 1.92vw 0;
		position: relative;
		z-index: 99;;
		left: 0;
		top: 0;
	}
	.key-advantage-elem-title{
		font-size: 1.09vw;
		line-height: 1.61vw;
	}
	.key-advantage-elem-description{
		color: rgba(255, 255, 255, 0.6);
		margin-top: 0.8333vw;
		font-size: 0.9375vw;
		line-height: 1.14vw;
		display: none;
		text-align: left;
	}
	.key-advantage-elem.hover .key-advantage-elem-inner{
		width: 27.6vw;
		height: 12.54vw;
		padding: 2.17vw 1vw 0 1.92vw;
		left: -0.55vw;
		top: -0.545vw;
		transition: all 0.25s linear;
		background-image: url(/bitrix/templates/prvolga/components/bitrix/news.list/key-advantages-amocrm-page/./img/key-advantage-hover-bg.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.key-advantage-elem.hover .key-advantage-elem-title{
		color: #fff;
		font-size: 1.45vw;
		text-align: left;
	}
	.key-advantage-elem.hover .key-advantage-elem-title br{
		display: none;
	}
	.key-advantage-elem.hover .key-advantage-elem-description{
		display: block;
	}
}

/* End */


/* Start:/bitrix/templates/prvolga/components/bitrix/main.include/amocrm-page-tasks/style.css?16026574314884*/
.integration-opportunities-image{
	display: none;
}

.integration-opportunities h2{
    margin: 5rem 0 5rem;
}
.integration-opportunities-container h3{
    font: 2.2rem 'GothamProBold';
    margin: 0 0 3rem;
}
.integration-opportunities-container .note{
    text-align: left;
}
.integration-opportunities-list{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.integration-opportunities-list .list-elem{
    width: 28rem;
    display: inline-block;
    margin-bottom: 2.4rem;
}
.integration-opportunities-list .list-elem-inner{
    display: flex;
    align-items: center;
}
.integration-opportunities-list .list-elem-img{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 3.6rem;
    width: 3.6rem;
    display: block;
    margin-right: 1.4rem;
}
.integration-opportunities-list .list-elem-name{
    font: 1.6rem "GothamProBold";
}
.integration-opportunities-after .elem{
    border: 0.2rem solid #e4e4e4;
    margin-bottom: 2rem;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s linear;
}
.integration-opportunities-after .elem:hover{
    background-color: #e4e4e4;
}
.integration-opportunities-after .elem-inner{
    width: 87vw;
    height: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.integration-opportunities-after .elem-img{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 5rem;
    width: 5rem;
    display: block;
    margin-bottom: 1.5rem;
}
.integration-opportunities-after .elem-name{
    font: 1.6rem "GothamProRegular";
    text-align: center;
    line-height: 2.2rem;
}
@media(min-width: 560px){
    .integration-opportunities-after .elem:nth-child(2n+1){
        margin-right: 4vw;
    }
   .integration-opportunities-after .elem-inner{
        width: 43vw;
    }
}
@media(min-width: 768px){
    .integration-opportunities h2{
        margin: 0 0 4.08vh;
        text-align: left;
    }
    .integration-opportunities-container{
        margin-top: 4.5vw;
        margin-left: 6.72vw;
        margin-right: 8.15vw;
    }
    .integration-opportunities-container h3{
        font-size: 1.66vw;
        margin: 0 0 1.56vw;
    }
    .integration-opportunities-list{
        margin-top: 3.5vw;
		margin-bottom: 1vw;
		margin-right: 25vw;
    }
    .integration-opportunities-list .list-elem{
        width: 33%;
        margin-bottom: 3vw;
    }
    .integration-opportunities-list .list-elem-img{
        height: 2.81vw;
        width: 3.125vw;
        margin-right: 1.3vw;
    }
    .integration-opportunities-list .list-elem-name{
        font-size: 1vw;
    }
    .integration-opportunities-after .elem{
        border: 0.1vw solid #e4e4e4;
        margin-right: 2.5vw;
        margin-bottom: 0;
    }
    .integration-opportunities-after .elem-inner{
        width: 14.11vw;
        height: 8.22vw;
    }
    .integration-opportunities-after .elem-img{
        height: 2.7vw;
        width: 3.64vw;
        margin-bottom: 0.78vw;
    }
    .integration-opportunities-after .elem-name{
        font-size: 0.83vw;
        line-height: 1.15vw;
    }
}

@media(min-width:768px){
	.integration-opportunities{
		background-image: url('/bitrix/templates/prvolga/local/img/supporting-pricelist-bg.png');
		background-position-x: right;
		background-position-y: bottom;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	.integration-opportunities-image{
		display: block;
		position: absolute;
	    z-index: -1;
	    right: 5vw;
	    bottom: 5vw;
	    width: 23.5vw;
	    height: 24vw;
	}
}
@media(max-width: 1400px){
	.integration-opportunities-image{
		right: 6vw;
	    bottom: 8vw;
		width: 27.5vw;
		height: 33vw;
	}
}

@media (max-width: 991px) and (min-height: 1000px) and (min-width: 768px){
    .integration-opportunities-list{
        margin: 12vw 0;
    }
    .integration-opportunities-list .list-elem{
        width: 26vw;
    }
    .integration-opportunities-list .list-elem-img{
        width: 5vw;
        height: 5vw;
        margin-right: 2.3vw;
    }
    .integration-opportunities-list .list-elem-name{
        font-size: 1.6vw;
    }
    .integration-opportunities-container h3{
        font-size: 2.66vw;
        margin: 0 0 2.56vw;
    }
    .integration-opportunities-after .elem-inner {
        width: 16.5vw;
        height: 17.22vw;
    }
    .integration-opportunities-after .elem-img {
        height: 5vw;
        width: 5vw;
    }
    .integration-opportunities-after .elem-name {
        font-size: 1.83vw;
        line-height: 2.15vw;
    }
    .integration-opportunities h2 {
        margin: 0px 0 5vw;
    }
}

/* End */


/* Start:/bitrix/templates/prvolga/components/prvolga/universal.feedback/amocrm_tpl/style.css?17435940305126*/
div.is-blicked{
	display: inline-block;
}
.PRVUniversalFeedback .error_text {
    font:16px sans-serif;
    color:red;
}
.amocrm-feedback{
    background: #F3FBFD;
}
.amocrm-feedback .slide-container{
    height: 100%;
}
.PRVUniversalFeedback{
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
.amocrm-feedback-man{
    background-image: url('/bitrix/templates/prvolga/local/img/amocrm-feedback-man.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 45vw;
    height: 39vw;
    position: absolute;
    right: 0;
    bottom: 0;
}
.amocrm_form{
    width: 60%;
    position: relative;
}
.PRVUniversalFeedback .amocrm_title{
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
    line-height: 3.5vw;
}
.PRVUniversalFeedback .amocrm_text{
    font-size: 1.2vw;
    color: #767676;
    margin-bottom: 2vw;
    line-height: 1.7vw;
}
.amocrm_form .amocrm-input{
    border: none;
    background: transparent;
    height: 2.5vw;
    padding-left: 1.6vw;
    border-bottom: 1px solid #212121;
    margin-bottom: 1vw;
    margin-right: 1vw;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.PRVUniversalFeedback .amocrm_form .agreement-label {
    margin-left: 1vw!important;
}

.PRVUniversalFeedback .amocrm_form .red-button.short{
    display: inline-block;
    margin-left: 1vw;
    margin-top: 0;
}
.svg-name, .svg-phone{
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0.5vw;
    width: 1vw;
    height: 1vw;
}
.svg-name path, .svg-phone path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.amocrm-input:hover, .amocrm-input:focus, .amocrm-input:active{
    color: #a2222d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom-color: #a2222d;
    cursor: pointer;
}
.amocrm-input:hover + svg path, .amocrm-input:focus + svg path, .amocrm-input:active + svg path{
    fill: #a2222d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.amocrm-input:hover + em + svg path, .amocrm-input:focus+ em + svg path, .amocrm-input:active + em + svg path{
    fill: #a2222d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

input.amocrm-input:hover::-webkit-input-placeholder {
    color: #a2222d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* Firefox < 19 */
input.amocrm-input:hover:-moz-placeholder {
    color: #a2222d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* Firefox > 19 */
input.amocrm-input:hover::-moz-placeholder {
    color: #a2222d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.input-wrapper{
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.PRVUniversalFeedback .amocrm_form .error.help-block{
    position: relative;
    margin-bottom: 0.5vw;
}


@media(max-width: 1400px){
    .PRVUniversalFeedback {
        padding-bottom: 10vw;
    }
    .amocrm-feedback-man {
        background-size: cover;
        background-repeat: no-repeat;
        width: 50vw;
        height: 37vw;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
.agreement-block-mobile{
    display: none;
}
.agreement-block{
    display: block;
}
@media(max-width: 768px){
    .PRVUniversalFeedback {
        padding-bottom: 0;
    }
    .amocrm-feedback-man{
        display: none;
    }
    .PRVUniversalFeedback .amocrm_title{
        font-size: 2.6rem;
        margin-bottom: 2rem;
        line-height: normal
    }
    .PRVUniversalFeedback .amocrm_text {
        font-size: 1.4rem;
        color: #767676;
        margin-bottom: 2rem;
        line-height: normal
    }
    .amocrm_form {
        width: 100%;
        position: relative;
    }
    .amocrm_form .amocrm-input {
        border: none;
        background: transparent;
        height: 46px;
        padding-left: 30px;
        border-bottom: 1px solid #212121;
        margin-bottom: 20px;
        margin-right: 15px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .svg-name, .svg-phone {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 10px;
        width: 20px;
        height: 20px;
    }
    .amocrm_form .agreement-block-mobile{
        display: block;
    }
    .amocrm_form .agreement-block{
        display: none;
    }
    .PRVUniversalFeedback .amocrm_form .agreement-label {
        margin-left: 25px!important;
    }
    .PRVUniversalFeedback .amocrm_form .red-button.short {
        display: inline-block;
        margin-left: 0;
        margin-top: 30px;
    }
    .PRVUniversalFeedback .amocrm_form .error.help-block {
        position: relative;
        margin-bottom:15px;
    }
}
@media(max-width: 500px){
    .PRVUniversalFeedback .amocrm_title {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
}

/* 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/amocrm-page-preview/style.css?16025856249662 */
/* /bitrix/templates/prvolga/components/bitrix/main.include/supporting-page-team/style.css?16016457261300 */
/* /bitrix/templates/prvolga/components/bitrix/main.include/amocrm-page-presentation/style.css?16026752422896 */
/* /bitrix/templates/prvolga/components/bitrix/news.list/key-advantages-amocrm-page/style.css?16026768192081 */
/* /bitrix/templates/prvolga/components/bitrix/main.include/amocrm-page-tasks/style.css?16026574314884 */
/* /bitrix/templates/prvolga/components/prvolga/universal.feedback/amocrm_tpl/style.css?17435940305126 */
/* /bitrix/templates/prvolga/components/bitrix/news.list/services-list-inner/style.css?15554329273736 */
