

/* Start:/local/templates/landingpages/components/bitrix/news.list/list-city-popup/style.css?16897537385383*/
#search-city-popup-wrapper{
    /*
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1010;
    right: 0;
    margin-left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    */
}
#search-city-popup {
    background: white;
    padding-bottom:20px;
}

.search-city-popup-title {
    background-color: #3A3A39;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-city-popup-title-name{
    color:#fff;
}

.search-city-popup-title-city{
    color:#fff;
    margin-top: 5px;
}

.search-city-popup-title-name div{
    width: 100%;
    height: 38px;
    vertical-align: middle;
    display: table-cell;
}

.include_kuzovnoy{
    background: url("/local/templates/landingpages/components/bitrix/news.list/list-city-popup/img/service.svg") 10px 9px no-repeat;
}

.search-city-popup-title div img{
    vertical-align: middle;
}
.search-city-popup-title-search input {
    height: 38px;
    background-color: #3A3A39;
    padding-left: 10px;
    border: 1px solid grey;
    width: 86%;
}
.search-city-popup-title-search input:focus{
    background: white;
    outline: 0;
}
.search-city-popup-content{
    padding-top: 12px;
}
.search-city-popup-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
    column-gap: 2em;
}
.search-city-popup-content ul.rMO{

}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}
.search-city-popup-content ul.rR{
    margin: 0;
    padding: 0;
    list-style: none;

    /*padding-left: 20px;*/
}
.search-city-popup-content ul.bk{

}

.search-city-popup-content ul li{
    padding-left: 30px;
    font-size: 14px;
    line-height: 30px;
}
.search-city-popup-content ul li a{
    text-decoration: none;
    color: #0a7ddd;
    font-size: 14px;


}
.search-city-popup-title div.container-4 {
    width: 100%;
    vertical-align: middle;
    position: relative;
}
.search-city-popup-title div.container-4 button.icon{
    border-radius: 0px;
    border: 1px solid grey;
    background: #3A3A39;
    height: 38px;
    width: 33px !important;
    line-height: 38px;
    padding: 0;
    padding-right: 2px;
    color: #4f5b66;
    opacity: 1;
    font-size: 10pt;
    position: absolute;
    right: 5px;
}
.galka{
    color: #DF111A;
    padding-right: 10px;
}
.search-city-popup-exit{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}



#search-city-popup-wrapper-mobile{
    position: fixed;
    top: 0px;
    left: 0;
    /* z-index: 9999999999999999999; */
    z-index: 1010;
    right: 0;
    margin-left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;

}
#search-city-popup-mobile{
    width: 300px;
    margin: 0 auto;
    margin-top: 103px;
    background: white;
    padding-bottom:20px;
    position: relative;
    height: 700px;
    overflow: auto;
}
.search-city-popup-content-mobile{
    padding: 20px 20px;
}
.search-city-popup-content-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-gap: 1em;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    /*padding-left: 20px;*/
}
.search-city-popup-content-mobile ul{
    margin-bottom: 10px;
}

.search-city-popup-content-mobile ul li{
    margin-bottom: 10px;
    display: none;
    padding-left: 20px;
}

.search-city-popup-content-mobile .include_kuzovnoy{background-position: 0px 9px;}
.search-city-popup-exit-mobile{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.search-city-popup-title-mobile {
    text-align: center;
}
.search-city-popup-title-city-mobile{
    margin: 20px auto;
}
.search-city-popup-title-city-mobile img{
    vertical-align: middle;
}
.search-city-popup-title-search-mobile input {
    height: 35px;
    /*background-color: #3A3A39;*/
    padding-left: 10px;
    border: 1px solid grey;
    margin-bottom: 20px;
    width: 200px;
    box-sizing: border-box;
}
.search-city-popup-title-search-mobile input:focus{
    background: white;
    outline: 0;
}
.search-city-popup-title-mobile div.container-4 {
    width: 100%;
    vertical-align: middle;
    position: relative;
}
.search-city-popup-title-mobile div.container-4 button.icon{
    border-radius: 0px;
    border: 1px solid grey;
    background: white;
    height: 35px;
    width: 35px !important;
    line-height: 39px;
    padding: 0;
    padding-right: 2px;
    color: #4f5b66;
    opacity: 1;
    font-size: 10pt;
    position: absolute;
    right: 36px;
}
.search-city-popup-title-country-mobile ul{
    list-style-type: none;
}

.search-city-popup-title-country-mobile ul li{
    float: left;
    display: inline-block;
    width: 33.33%; /* as @passatgt mentioned in the comment, for the older browsers fallback */
    width: calc(100% / 3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid lightgrey;
    border-left: none;
    line-height: 35px;
    color: #d3d3d3;
}
.search-city-popup-title-country-mobile ul li:first-child{
    border-left: 2px solid lightgrey;
}
.search-city-popup-content-mobile ul li a{
    color: #0a7ddd;
}

.search-city-popup-title-country-mobile ul li.active{
    font-weight: bold;
    border: 2px solid black;
    color: black;
}
.search-city-popup-title-name-mobile{
    margin-top: 20px;
    font-size: 22px;
}


@media (max-width: 768px) {
    .search-city-popup-content ul li{
        padding-left: 0px;
    }

    .include_kuzovnoy{
        background: none;
    }
}
/* End */


/* Start:/local/components/bewave/callbackform/templates/default-old/style.css?16897537378427*/

.phone_callback_button{
	z-index: 10;
	cursor:pointer;
	width: 75px;
	height:75px;
	position: fixed;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #f51515, #e94040);
	right: 30px;
	bottom: 30px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-align: center;
}

.phone_callback_button:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}

.phone_callback_button img {
	margin: 15px auto;
}
.fixed_phone{
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 365px;
	color: #D00030;
	background-color: #ffffff6b;
	z-index: 1000;
}
.fixed_phone a{
	color: #D00030;
	font-size: 20px;
	font-weight: bold;
	margin-top: 17px;
	display: inline-block;
}
.fixed_phone>div{
	display: inline-block;
	float: left;
}
.fixed_phone-text{
	text-align: right;
	width: 35%;
	border-right: 2px solid #D00030;
	padding-right: 10px;
	font-weight: 600;
}
.fixed_phone-number{
	width: 65%;
	padding-left: 10px;
}

#close_callback, #close_callback2 {
	cursor: pointer;
	opacity: 0.7;
	position: absolute;
	width: 15px;
	height: 15px;
	right: 15px;
	margin-top: -22px;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAAzElEQVR42qyTsRHCMAxFX7xBVoARpFVghKSjhRUyAhmBFVjhMwsDUIgCwwWwA3egOzey35Nt2ZhZa2ariOCbYbdYRAQJOAIHd+/4EO5ueb3cvU3AmOf2c4IJ2AKDpHOSNAIOnLNgWwBXE7CXNAA0EVEyj5L6nO+Affb0uRhPcEkAnGrgG1wQUAMB0mtC0gnYABcggG0J/G/lwpn7uTamGijpXq0qSAVwd29TvoMRWE/ewUPQmFk3147KznaShsbMBNgcWBAALPnlV10HACwiuaGZ5ZweAAAAAElFTkSuQmCC") no-repeat center;
}

#callback1{
	background-color: grey;
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 9999999;
	filter: blur(40px);
}

#callback_window1 {
	width: 446px;
~height: 227px;
	border-radius: 12px;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100000000;
	display:none;
	padding: 40px 30px 20px 30px;
	margin-left: -253px;
	margin-top: -200px;
}
.callback_window1_form input[type="text"]{
	width: 100%;
	height: 45px;
	border-radius: 5px;
	background-color: #f8f8f8;
	border: solid 1px #e3e3e3;
	outline:none;
	box-sizing: border-box;
	padding-left: 7px;
}

.callback_window1_form input[type="button"]{
	width: 128px;
	height: 45px;
	border-radius: 5px;
	background-color: #d80017;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	color:#fff;
	outline: none;
	position: relative;
	float:right;
~right: 0px;
	cursor:pointer;
	margin-top: -45px;
	border: none;

}

.agreement5sys {
	width:100%;
	height: 15px;
	font-family: Roboto;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #afafaf;
	margin-top: 25px;
}
.agreement5sys a{
	text-decoration: underline;
}
.agreement5sys a:hover{
	text-decoration: none;
}
.agreement5sys a, .agreement5sys:hover{ color: #afafaf;}

.callback_inner_2{display:none;}
.callback_inner_2_img{text-align: center;}
.callback_inner_2_title{ margin-top: 15px; height: 20px;font-family: Roboto; font-size: 17px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal;  text-align: center;
	color: #271f1f;}

.callback_inner_2_phone {
	height: 20px;
	font-family: Roboto;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #271f1f;
	margin: 7px 0px;
}
.callback_inner_2_change_phone {
	height: 14px;
	font-family: Roboto;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #0064b6;
	display:block;
	margin: 0 auto;
}


.phone_code--RU{
	background: url("/local/templates/landingpages/css/../img/country/ru.svg")  10px 14px no-repeat;
	padding-left: 40px !important;
}
.phone_code--KAZ{
	background: url("/local/templates/landingpages/css/../img/country/kz.svg")  10px 14px no-repeat;
	padding-left: 40px !important;
}
.phone_code--BEL{
	background: url("/local/templates/landingpages/css/../img/country/by.svg")  10px 14px no-repeat;
	padding-left: 40px !important;
}

.callback_window1_title{
	width: 100%;
	margin-bottom: 30px;
	text-align:left;
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}

.callback_wait{
	display:none;
	position: fixed;
	background: #000;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 100000000000;
	opacity: 0.8;
}
.fingerprint-spinner, .fingerprint-spinner * {
	box-sizing: border-box;
}

.fingerprint-spinner {
	height: 64px;
	width: 64px;
	padding: 2px;
	overflow: hidden;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
}

.fingerprint-spinner .spinner-ring {
	position: absolute;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #ff1d5e;
	animation: fingerprint-spinner-animation 1500ms cubic-bezier(0.680, -0.750, 0.265, 1.750) infinite forwards;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.fingerprint-spinner .spinner-ring:nth-child(1) {
	height: calc(60px / 9 + 0 * 60px / 9);
	width: calc(60px / 9 + 0 * 60px / 9);
	animation-delay: calc(50ms * 1);
}

.fingerprint-spinner .spinner-ring:nth-child(2) {
	height: calc(60px / 9 + 1 * 60px / 9);
	width: calc(60px / 9 + 1 * 60px / 9);
	animation-delay: calc(50ms * 2);
}

.fingerprint-spinner .spinner-ring:nth-child(3) {
	height: calc(60px / 9 + 2 * 60px / 9);
	width: calc(60px / 9 + 2 * 60px / 9);
	animation-delay: calc(50ms * 3);
}

.fingerprint-spinner .spinner-ring:nth-child(4) {
	height: calc(60px / 9 + 3 * 60px / 9);
	width: calc(60px / 9 + 3 * 60px / 9);
	animation-delay: calc(50ms * 4);
}

.fingerprint-spinner .spinner-ring:nth-child(5) {
	height: calc(60px / 9 + 4 * 60px / 9);
	width: calc(60px / 9 + 4 * 60px / 9);
	animation-delay: calc(50ms * 5);
}

.fingerprint-spinner .spinner-ring:nth-child(6) {
	height: calc(60px / 9 + 5 * 60px / 9);
	width: calc(60px / 9 + 5 * 60px / 9);
	animation-delay: calc(50ms * 6);
}

.fingerprint-spinner .spinner-ring:nth-child(7) {
	height: calc(60px / 9 + 6 * 60px / 9);
	width: calc(60px / 9 + 6 * 60px / 9);
	animation-delay: calc(50ms * 7);
}

.fingerprint-spinner .spinner-ring:nth-child(8) {
	height: calc(60px / 9 + 7 * 60px / 9);
	width: calc(60px / 9 + 7 * 60px / 9);
	animation-delay: calc(50ms * 8);
}

.fingerprint-spinner .spinner-ring:nth-child(9) {
	height: calc(60px / 9 + 8 * 60px / 9);
	width: calc(60px / 9 + 8 * 60px / 9);
	animation-delay: calc(50ms * 9);
}

@keyframes fingerprint-spinner-animation {
	100% {
		transform: rotate( 360deg );
	}
}

[data-background-image] { position: relative; }

[data-background-image] .dark-overlay {

	/*	This is the element that is going to darken the background image
    By default, it's entirely black, but the JS code will give it
    some transparency by setting its opacity to a calculated value.
    The brighter the image, the higher the opacity, to compensate ! */

	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: black;

}
@media (max-width: 768px) {
	.callback_window1_title{
		font-size: 21px;
		margin-bottom: 15px;
	}

	.callback_window1_form input[type="button"]{
		width:100px;
	}
	.fixed_phone{
		width: 260px;
	}
	.fixed_phone a{
		font-size: 13px;
		margin-top: 13px;
	}
	.fixed_phone-text{
		width: 40%;
		font-size: 10px;
	}
	.fixed_phone-number{
		width: 60%;
	}
}
/* End */


/* Start:/local/components/bewave/callbackform/templates/default-old/style_addition.css?16897537379169*/
.phone_callback_button{
    z-index: 10;
    cursor:pointer;
    width: 76px;
    height:76px;
    position: fixed;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #f51515, #e94040);
    right: 30px;
    bottom: 30px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-align: center;
    padding-top: 16px;
}

.phone_callback_button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.phone_callback_button img {
    margin: 15px auto;
}
.fixed_phone{
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 365px;
    color: #D00030;
    background-color: #ffffff6b;
    z-index: 1000;
}
.fixed_phone a{
    color: #D00030;
    font-size: 20px;
    font-weight: bold;
    margin-top: 17px;
    display: inline-block;
}
.fixed_phone>div{
    display: inline-block;
    float: left;
}
.fixed_phone-text{
    text-align: right;
    width: 35%;
    border-right: 2px solid #D00030;
    padding-right: 10px;
    font-weight: 600;
}
.fixed_phone-number{
    width: 65%;
    padding-left: 10px;
}

#close_callback, #close_callback2 {
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 15px;
    margin-top: -22px;
    background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAAzElEQVR42qyTsRHCMAxFX7xBVoARpFVghKSjhRUyAhmBFVjhMwsDUIgCwwWwA3egOzey35Nt2ZhZa2ariOCbYbdYRAQJOAIHd+/4EO5ueb3cvU3AmOf2c4IJ2AKDpHOSNAIOnLNgWwBXE7CXNAA0EVEyj5L6nO+Affb0uRhPcEkAnGrgG1wQUAMB0mtC0gnYABcggG0J/G/lwpn7uTamGijpXq0qSAVwd29TvoMRWE/ewUPQmFk3147KznaShsbMBNgcWBAALPnlV10HACwiuaGZ5ZweAAAAAElFTkSuQmCC") no-repeat center;
}

#callback1{
    background-color: grey;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999999;
    filter: blur(40px);
}

#callback_window1 {
    width: 446px;
~height: 227px;
    border-radius: 12px;
    background-color: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000000;
    display:none;
    padding: 40px 30px 20px 30px;
    margin-left: -253px;
    margin-top: -200px;
}
.callback_window1_form input[type="text"]{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: #f8f8f8;
    border: solid 1px #e3e3e3;
    outline:none;
    box-sizing: border-box;
    padding-left: 7px;
}

.callback_window1_form input[type="button"]{
    width: 128px;
    height: 45px;
    border-radius: 5px;
    background-color: #d80017;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    color:#fff;
    outline: none;
    position: relative;
    float:right;
~right: 0px;
    cursor:pointer;
    margin-top: -45px;
    border: none;

}

.agreement5sys {
    width:100%;
    height: 15px;
    font-family: Roboto;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #afafaf;
    margin-top: 25px;
}
.agreement5sys a{
     text-decoration: underline;
 }
.agreement5sys a:hover{
    text-decoration: none;
}
.agreement5sys a, .agreement5sys a:hover{ color: #afafaf;}


.callback_inner_2{display:none;}
.callback_inner_2_img{text-align: center;}
.callback_inner_2_title{ margin-top: 15px; height: 20px;font-family: Roboto; font-size: 17px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal;  text-align: center;
    color: #271f1f;}

.callback_inner_2_phone {
    height: 20px;
    font-family: Roboto;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #271f1f;
    margin: 7px 0px;
}
.callback_inner_2_change_phone {
    height: 14px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0064b6;
    display:block;
    margin: 0 auto;
}


.phone_code--RU{
    background: url("/local/templates/landingpages/css/../img/country/ru.svg")  10px 14px no-repeat;
    padding-left: 40px !important;
}
.phone_code--KAZ{
    background: url("/local/templates/landingpages/css/../img/country/kz.svg")  10px 14px no-repeat;
    padding-left: 40px !important;
}
.phone_code--BEL{
    background: url("/local/templates/landingpages/css/../img/country/by.svg")  10px 14px no-repeat;
    padding-left: 40px !important;
}

.callback_window1_title{
    width: 100%;
    margin-bottom: 30px;
    text-align:left;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.callback_wait{
    display:none;
    position: fixed;
    background: #000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000000000;
    opacity: 0.8;
}
.fingerprint-spinner, .fingerprint-spinner * {
    box-sizing: border-box;
}

.fingerprint-spinner {
    height: 64px;
    width: 64px;
    padding: 2px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.fingerprint-spinner .spinner-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #ff1d5e;
    animation: fingerprint-spinner-animation 1500ms cubic-bezier(0.680, -0.750, 0.265, 1.750) infinite forwards;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.fingerprint-spinner .spinner-ring:nth-child(1) {
    height: calc(60px / 9 + 0 * 60px / 9);
    width: calc(60px / 9 + 0 * 60px / 9);
    animation-delay: calc(50ms * 1);
}

.fingerprint-spinner .spinner-ring:nth-child(2) {
    height: calc(60px / 9 + 1 * 60px / 9);
    width: calc(60px / 9 + 1 * 60px / 9);
    animation-delay: calc(50ms * 2);
}

.fingerprint-spinner .spinner-ring:nth-child(3) {
    height: calc(60px / 9 + 2 * 60px / 9);
    width: calc(60px / 9 + 2 * 60px / 9);
    animation-delay: calc(50ms * 3);
}

.fingerprint-spinner .spinner-ring:nth-child(4) {
    height: calc(60px / 9 + 3 * 60px / 9);
    width: calc(60px / 9 + 3 * 60px / 9);
    animation-delay: calc(50ms * 4);
}

.fingerprint-spinner .spinner-ring:nth-child(5) {
    height: calc(60px / 9 + 4 * 60px / 9);
    width: calc(60px / 9 + 4 * 60px / 9);
    animation-delay: calc(50ms * 5);
}

.fingerprint-spinner .spinner-ring:nth-child(6) {
    height: calc(60px / 9 + 5 * 60px / 9);
    width: calc(60px / 9 + 5 * 60px / 9);
    animation-delay: calc(50ms * 6);
}

.fingerprint-spinner .spinner-ring:nth-child(7) {
    height: calc(60px / 9 + 6 * 60px / 9);
    width: calc(60px / 9 + 6 * 60px / 9);
    animation-delay: calc(50ms * 7);
}

.fingerprint-spinner .spinner-ring:nth-child(8) {
    height: calc(60px / 9 + 7 * 60px / 9);
    width: calc(60px / 9 + 7 * 60px / 9);
    animation-delay: calc(50ms * 8);
}

.fingerprint-spinner .spinner-ring:nth-child(9) {
    height: calc(60px / 9 + 8 * 60px / 9);
    width: calc(60px / 9 + 8 * 60px / 9);
    animation-delay: calc(50ms * 9);
}

@keyframes fingerprint-spinner-animation {
    100% {
        transform: rotate( 360deg );
    }
}

[data-background-image] { position: relative; }

[data-background-image] .dark-overlay {

    /*	This is the element that is going to darken the background image
    By default, it's entirely black, but the JS code will give it
    some transparency by setting its opacity to a calculated value.
    The brighter the image, the higher the opacity, to compensate ! */

    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: black;

}
@media (max-width: 768px) {
    .callback_window1_title{
        font-size: 21px;
        margin-bottom: 15px;
    }

    .callback_window1_form input[type="button"]{
        width:100px;
    }
    .fixed_phone{
        width: 260px;
    }
    .fixed_phone a{
        font-size: 13px;
        margin-top: 13px;
    }
    .fixed_phone-text{
        width: 40%;
        font-size: 10px;
    }
    .fixed_phone-number{
        width: 60%;
    }
}
/* End */
/* /local/templates/landingpages/components/bitrix/news.list/list-city-popup/style.css?16897537385383 */
/* /local/components/bewave/callbackform/templates/default-old/style.css?16897537378427 */
/* /local/components/bewave/callbackform/templates/default-old/style_addition.css?16897537379169 */
