@import url('https://fonts.googleapis.com/css?family=Lustria');

img.icon_whatsapp {
	display: inline-block;
		position: relative;
    	top: 10px;
		width:30px;
}
.wrapper_grid__adress-phone .phone-whatsapp_mobile {
	display:none;
}
@media(max-width:767px) {
	/*.wrapper_grid__adress-wrapper {
		align-items: unset!important;
	}
	.wrapper_grid__adress-phone {
		text-align: left;
	}*/
	.wrapper_grid__adress-phone .phone-whatsapp_mobile {
		display: inline-block;
		/*text-align: right;*/
	}
	.wrapper_grid__adress-phone.phone-whatsapp-desktop {
		display:none;
	}
	img.icon_whatsapp {
		display: inline-block;
		position: relative;
    	top: 10px;
		width:30px;
	}
}

.geolocationVs li{
    list-style-type: none;
}
.geolocationVs{
    float: left;
    margin: 3px 0 0 92px;
}
.tab_video{
	width: 70%;
	margin: 0 auto;
	/*float: left;*/
	position: relative;
	margin-bottom: 30px;

}
.fancybox-nav{
	height: 89%;
}
.image_format{
	width: 100%;
	/*height: 230px;*/	
}
.cont_image_icon{
	width: 100px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

 .tab_video span.i {
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -34px;
    width: 68px;
    height: 48px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    border-radius: 14px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.popup-video .i .detail_slider_image{
	z-index: 100;
}

.prev_image_vs{
    width: 100%;
}
.services_carusel{
	text-align: center;
	background-color: #8bb0cd;
	color: #fff;
	font-size: 16px;
}
.services_carusel .owl-nav.disabled+.owl-dots{
	/*padding-bottom: 55px;*/
}
.services_carusel h2{
	/*font-size: 21px;
	margin-top: 15px;*/
	color: #FFFFFF;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-family: lato, sans-serif;
    font-weight: 300;
    max-width: 1162px;
    margin: 0 auto 52px auto;
}
.main_slider_text_ser{
	max-width: 1162px;
	margin: 25px auto 50px;
	line-height: 2.5;
	position: relative;
}
.author_serv_slider{
	font-family: 'Lustria', serif;
	color: #1A5798;
	font-style: italic;
	font-size: 23px;
}
.wrapper .services_carusel .owl-dots .owl-dot.active span{
	background-color: #02308e;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    /*left: 48.2%;*/
	bottom: 48px;
	width: 100%;
}
.owl-carousel .owl-item .quads_im_left{
	width: 50px;
	position: absolute;
}
.owl-carousel .owl-item .quads_im_right{
	width: 50px;
	position: absolute;
	right: 0;
    top: 0;
}
.elem_slide{
	/*height: 605px;*/
	display: flex;
    flex-direction: column;
    justify-content: center;
	background-size: cover;
	padding-bottom: 35px;
	/*padding-right: 9px;*/
}
.cont_slider_services{
	padding: 46px 0;
}


@media (min-width: 985px) and (max-width: 1017px){
    .geolocationVs{
        margin: 4px 0 0 112px;
    }
}

@media (min-width: 900px) and (max-width: 985px){
    .geolocationVs{
        margin: 4px 0 0 105px;
    }
}

@media (min-width: 810px) and (max-width: 900px){
    .geolocationVs{
        margin: 4px 0 0 91px;
    }
}

@media (max-width: 809px){
    .geolocationVs{
        margin: 4px 0 0 86px;
    }
}

@media (min-width: 451px) and (max-width: 768px){
    .geolocationVs{
        margin: 4px 0 0 4px;
    }
	.tab_video{
		width: 47%;
	}
}
@media (max-width: 450px){
    .geolocationVs{
        margin: 4px 0 0 4px;
    }
    .user-geo-position-label{
        float: left;
    }
    .user-geo-position-value{
        display: block;
    }
	.tab_video{
		width: 100%;
		margin: 0;
	}
}

/*rew_pop*/
#rewContainer {
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    color: #000000;
    overflow: auto;
    z-index: 100000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    display: none;
}
#rewContainerLevel2 {
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-name: zoomInLocation;
    animation-name: zoomInLocation;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    min-height: 276px;
    max-height: 500px;
    padding: 0 24px;
    width: 525px;
    left: 50%;
    top: 50%;
}
#rewContainerLevel3 {
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    background-color: #ffffff;
    /*display: inline-block;*/
    width: 120%;
}
#rewContainerLevel3Heading {
    background-color: #1d3553;
    position: relative;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    color: #ffffff;
    padding: 11px;

    padding: 30px 53px 15px;
 /*  // padding-right: 53px;
   // padding-bottom: 15px;
*/
}
#rewContainerLevel3Body {
    vertical-align: middle;
    line-height: 21px;
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
}
#rewContainerLevel3Heading a.geo-location-modal-exit {
    background: url(/bitrix/components/spichka/sale.geo.positiion/templates/.default/images/exit.png) -1px -1px no-repeat transparent;
    position: absolute;
    display: block;
    height: 18px;
    width: 18px;
    right: 15px;
    top: 15px;
    z-index: 10000;
}
#rewContainer input[data-sid="REW_TEXT"] {
        height: 130px;
}

#idRewYes {
     background-color: #4a7496;
}

#rewWrite{
    display: none;
        padding-bottom: 1px;
}
#rewShow {
    padding-bottom: 10px;
}
#rewContainer .success{
    padding: 10px 0 20px;
    color: green;
}
#rewContainer .error{
    color: red;
}
#rewShow .news-item{
   padding: 0 30px;
}
.form.Review {
     padding-bottom: 20px;
}
input[name='form_text_44'] {
    margin: 0 5%;
    width: 90%!important;
}

.inputtextarea{
    margin: 0 5%;
    width: 90%!important;
}
.sort_header.view_block{}
@media (max-width: 767px) {
	.wrapper .owl-carousel.services_carusel{
		display: none;
	}
}
/*.current span {*/
/*    color: white;*/
/*}*/

/*ses*/
.notpodcherk /* у ссылки с классом notpodcherk не будет подчеркивания по умолчанию */ 
	{ 
	text-decoration: none
	}  
.notpodcherk:hover 
	{ 
	text-decoration: none 
	}
html{
    overflow-x: hidden;
}