

/* Start:/local/components/volga/banners/templates/.default/style.css?17087194982117*/
.mainpage-slider{
	width: 762px;
	max-width: 100%;
}
.mainpage-slider-item{
    height: 440px;
    background-size: cover;
}
.mainpage-banners-row{
    justify-content: space-between;
    align-items: stretch;
}
.mainpage-banners-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 360px;
    max-width: 100%;
    margin-right: 15px;
}
.mainpage-thumbs-item{
    height: 215px;
    width: 100%;
    background-size: cover;
    border-radius: 2px;
}
.mainpage-slider{
    border-radius: 2px;
    position: relative;
}
.mainpage-slider-button{
    border: none;
    background: #1B34F3 url(/local/components/volga/banners/templates/.default/images/download.svg) 20px center no-repeat;
    background-size: 24px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
	flex-shrink:0;

    z-index: 10;
    text-decoration: none;
    padding-left: 64px;
margin-right: 30px;
    height: 60px;
    overflow: hidden;
}
.mainpage-slider-button span{
    cursor: pointer;
    display: block;
    height: 60px;
    padding: 19px 31px 19px 20px;
    border-left: 1px solid #112AE4;
    
}
.mainpage-slider-button:hover span{
    background: #112AE4;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {
    .mainpage-thumbs{
        width: 32%;
		height: 440px;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .mainpage-thumbs{
        margin-top: 15px;
        width: 100%;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .mainpage-thumbs{
        margin-top: 15px;
        width: 100%;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .mainpage-thumbs{
        width: 100%;
        margin-top: 15px;
    }
    .mainpage-thumbs-item{
        height: 150px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .mainpage-thumbs{
        width: 100%;
        margin-top: 10px;
    }
    .mainpage-thumbs-item{
        height: 107px;
    }
}

/* Iphone 5 */
@media (max-width: 320px) {

}
/* End */


/* Start:/local/components/volga/pricelist.form/templates/.default/style.css?1621100692160*/
.pricelist-section {
    background-size: cover;
    background-position: center center;
}


.pricelist-form{
    margin-top: 69px;
    margin-bottom: 60px;
}


/* End */


/* Start:/local/components/volga/advantages/templates/.default/style.css?1621100692734*/
.advantages-section{
    background: #1B34F3;
    padding-top: 69px;
    padding-bottom: 20px;
}
.advantages-title{
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #F2F5F8;
    margin-bottom: 50px;
    display: block;
}
.advantage-item {
    margin-bottom: 50px;
 
}
.advantage-item-icon{
    display: block;
    width: 80px;
    height: 80px;
    background-size: cover;
    margin-bottom: 25px;
}
.advantage-item-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #F2F5F8;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.advantage-item-text{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #F2F5F8;
       max-width: 324px;
}
/* End */


/* Start:/local/components/volga/team/templates/.default/style.css?1621100692763*/
.team-section{
    background: #fff;
    padding: 70px 0;
}

.team-title{
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 50px;
}

.team-item{
    background: #fff;
    border: 1px solid #E0EAF2;
    border-radius: 5px;
    display: flex;
}
.team-item-photo{
    display: block;
    width: 150px;
}
.team-item-content{
    flex: 1;
    padding-left: 19px;
    padding-right: 36px;
    padding-top: 35px;
}
.team-item-title{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
}
.team-item-text{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    color: #8C96A3;
}

/* End */


/* Start:/local/components/volga/about/templates/.default/style.css?1621100692295*/
.about-section{
    background-size: cover;
    padding: 70px 0;
}
.about-title{
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 40px;
}
.about-text{
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
/* End */


/* Start:/local/components/volga/cert/templates/.default/style.css?16211006921175*/
.cert-section{
    background: #E5E5E5;
    padding: 70px 0;
}

.cert-title{
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 50px;
}

.cert-item{
    background: #fff;
    border: 1px solid #E0EAF2;
    border-radius: 5px;
    display: flex;
}
.cert-item-photo {
    position: relative;
    width: 160px;
}
.cert-item-photo img{
    display: block;
    width: 100%;
}
.cert-item-photo a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .6s;
    background: rgba(140, 150, 163, 0.7) url(/local/components/volga/cert/templates/.default/images/zoom-in.svg) center center no-repeat ;
}
.cert-item-photo:hover a{
    opacity: 1;
}
.cert-item-content{
    flex: 1;
    padding-left: 39px;
    padding-right: 60px;
    padding-top: 45px;
}
.cert-item-title{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 0;
    margin-bottom: 15px;
}
.cert-item-text{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #8C96A3;
}
.cert-item-text span{
    font-weight: 600;
}

/* End */


/* Start:/local/components/volga/pricelist.form2/templates/.default/style.css?1621100692393*/
.pricelist-section {
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
    background-position: right center;
}


.pricelist-form2{
    margin-top: 69px;
    margin-bottom: 60px;
}
.pricelist-form2 .form-title{
    margin-bottom: 20px;
}
.pricelist-form-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
/* End */


/* Start:/local/components/volga/quote/templates/.default/style.css?1621100692614*/
.quote-section{
    background: #1B34F3;
    padding-top: 40px;
    padding-bottom: 40px;
}
.quote-section .container{
    position: relative;
}
.quote-row{
     align-items: center;
}
.quote-title{
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
}
.quote-sign{
    height: 120px;
    background: url(/local/components/volga/quote/templates/.default/images/sign.svg) right center no-repeat;
    background-size: contain;
}
.quote-icon {
    height: 100px;
    width: 100px;
    position: absolute;
    background: url(/local/components/volga/quote/templates/.default/images/quote.svg) center center no-repeat;
    background-size: cover;
    top: -25px;
    right: 300px;
}
/* End */


/* Start:/local/components/volga/shema/templates/.default/style.css?16211006921270*/
.shema-section{
    background: #F2F5F8;
    padding: 70px 0;
}
.shema-title{
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin: 0;
    margin-bottom: 50px;
}

.shema-wrapper{
    display: flex;
    border: 1px solid #CCD6DE;
}
.shema-item{
    width: 33.3333%;
    padding: 45px 50px 45px 60px;
    position: relative;
    border-right: 1px solid #CCD6DE;
}
.shema-step{
    background: #1B34F3;
    border-radius: 3px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 10px 18px 8px 17px;
    margin-bottom: 25px;
    display: inline-block;
    text-transform: uppercase;
}
.shema-text{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
.shema-text span,
.shema-text a{
    text-decoration-line: underline;
    color: #1B34F3;
    font-weight: 600;
}
.shema-item3{
    border-right: none;
}
.shema-item1:after,
.shema-item2:after{
    content: "";
    display: none;

    height: 100%;
    width: 30px;
    background: url(/local/components/volga/shema/templates/.default/images/after.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
}

@media (max-width: 767px) {
    .shema-item {
        border-right: none;
    }
}
/* End */


/* Start:/local/components/volga/questions/templates/.default/style.css?1621100692999*/
.questions-section{
    background-color: #fff;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.questions-title{
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 50px;
}
.accordion-section{
    border: 1px solid #E0EAF2;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 10px;
}
.accordion-section-title{
    display: block;
    
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 25px 70px 25px 30px;
    color: #000000;
    text-decoration: none;
    background: url(/local/components/volga/questions/templates/.default/images/plus.svg) right 20px center no-repeat;
}
.accordion-section-title.active{
    background: url(/local/components/volga/questions/templates/.default/images/minus.svg) right 20px center no-repeat;
}
.accordion-section-content{
    border-top: 1px solid #E0EAF2;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-weight: 300;
    padding: 20px 30px;
}
/* End */


/* Start:/local/components/volga/map/templates/.default/style.css?16211006921448*/
.map{
    position: relative;
}
.map-inner{
    position: absolute;
    z-index: 30;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9569) 35.1%, rgba(255, 255, 255, 0.7723) 47.94%, rgba(255, 255, 255, 0) 55.8%);
}
.map-title{
    margin-top: 70px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
}
.map-subtitle{
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding-left: 34px;
    margin-bottom: 20px;
}
.subtitle-phone{
    background: url(/local/components/volga/map/templates/.default/images/phone.svg) left center no-repeat;
}
.subtitle-address{
    background: url(/local/components/volga/map/templates/.default/images/address.svg) left center no-repeat;
}
.subtitle-mail{
    background: url(/local/components/volga/map/templates/.default/images/mail.svg) left center no-repeat;
}
.map-phone{
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 13px;
}
.map-phone a{
    text-decoration: none;
    color: #000;
}

.map-phone a:hover{
    text-decoration: underline;
}
.map-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 13px;
}

@media (max-width: 767px) {
    .map-inner{
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9569) 44.1%, rgba(255, 255, 255, 0.7723) 71.94%, rgba(255, 255, 255, 0) 91.8%);
    }
}
/* End */
/* /local/components/volga/banners/templates/.default/style.css?17087194982117 */
/* /local/components/volga/pricelist.form/templates/.default/style.css?1621100692160 */
/* /local/components/volga/advantages/templates/.default/style.css?1621100692734 */
/* /local/components/volga/team/templates/.default/style.css?1621100692763 */
/* /local/components/volga/about/templates/.default/style.css?1621100692295 */
/* /local/components/volga/cert/templates/.default/style.css?16211006921175 */
/* /local/components/volga/pricelist.form2/templates/.default/style.css?1621100692393 */
/* /local/components/volga/quote/templates/.default/style.css?1621100692614 */
/* /local/components/volga/shema/templates/.default/style.css?16211006921270 */
/* /local/components/volga/questions/templates/.default/style.css?1621100692999 */
/* /local/components/volga/map/templates/.default/style.css?16211006921448 */
