body{
	font-family: 'Open Sans', sans-serif;
	background-color: #FAFBFC;
	overflow-x: hidden;
	margin:none;
}
*{
	box-sizing: border-box;
}


nav.absnav{
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}
.shapka{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shapka a{
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	transition: all .3s ease;
}

.order-btn{
	color: #000;
	background: linear-gradient(303.89deg, #FF6F08 -27.05%, #FFAB07 60.11%, #FFAB07 60.11%);
	border: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 10px 17px;
	font-weight: 600;
	transition: all .3s ease-in-out;
}
.order-btn img{
	height: 18px;
	margin-top: -3px;
	transition: all .3s ease-in-out;
}
.order-btn:hover {
	box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}
.order-btn:hover.order-btn img{
	transform: rotate(120deg) scale(1.1);
}
.subheader{
	padding: 7px 0;
	background-color: #ECECEC;
}

.header1{
	background-color: transparent;
	padding: 25px 0;
}
.logo img{
	height: 40px;
}


.menu ul{
	padding:0;
	margin:0;
}
.menu li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

.menu-adress{
	background: transparent;
    color: #fff;
    border: none;
}




#innerDiv{
	padding:150px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#innerDiv h1{
	margin: 0;
}

.breadcrumbs{
	padding: 17px 0;
	background-color: #F4F7F9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bread-link{
	font-size: 12px;
    color: #000;
    font-weight: 600;
    transition: all .3s ease;
    text-transform: uppercase;
    margin-right: 30px;
    position: relative;
    transition: all .3s ease;
}
.bread-link:hover{
	color: #2B6BF3;
}
.bread-link:before{
	content:'';
	position: absolute;
	height: 14px;
	width: 14px;
	background-image: url(../img/blackarr.svg);
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	right: -23px;
	top: 1px;
}
.bread-link:last-child{
	margin-right: 0;
	color: #2B6BF3;
}
.bread-link:last-child.bread-link:before{
	display: none;
}


#blcircle{
	position: relative;
	padding:60px 0;
	background-image: url(../img/bluberr.svg);
	background-position: top right;
	background-repeat: no-repeat;
}
.thin-black{
	font-size: 40px;
	font-weight: 400;
	color: #000;
	margin-bottom: 35px;
}
#more_about{
	position: relative;
	padding:60px 0;
}
.big-num{
	font-size: 70px;
	color: #fff;
	line-height: 70px;
}
.more-number{
	margin-bottom: 40px;
}
#more_about:before{
	width: 48%;
	content:'';
	height: 100%;
	position: absolute;
	z-index: 0;
	background-color: #534B63;
	top: 0;
	left: 0;
}



#slider{
	height: 100%;
	background-color: #242221;
	background-size: contain;
	background-position:  left 0;
	background-repeat: no-repeat;
}
.swiper-button-next:after, .swiper-button-prev:after{
	color:#FF6F08!important;
}
.swiper-pagination-bullet{
	background-color:#2B6BF3!important;
}
h2{
	font-weight: bold;
	font-size: 35px;
	color: #000;
	margin-bottom: 15px;
}











/*swiper*/

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  font-size: 18px;
  color:#fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}
.subtitle {
	color: #FF6F08;
  margin-bottom: 20px;
  margin-top: 23%;
  font-weight: bold;
font-size: 46px;
}
.swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}
h1{
	font-size: 43px;
	line-height: 59px;
	color: #fff;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 25px;
}
.remont-slider{
	margin-top: 40%;
}


.swiper-container2{
	position: relative;
}


.swiper-container3 {
  padding:30px;
}
.swiper-container3 .swiper-slide img{
	height:100%;
}
.swiper-slide{
	height:120px;
}
.swiper-container3 .swiper-pagination{
	bottom:-20px !important;
}


.mobile-menu{
	display: none;
}



.inside-hot{
	display: flex;
	justify-content: center;
}
.hot{
	padding:10px 55px;
	background: linear-gradient(296.66deg, #FF6F08 -27.05%, #FFAB07 60.11%, #FFAB07 60.11%);
	border-radius: 7px;
	box-sizing: border-box;
	width: 260px;
}
.hot .black-txt{
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin-bottom: 0;
}
.hot .white-price{
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	margin-bottom: 0;
}


#makeorder{
	position: relative;
	padding:70px 0;
}
.icon-order{
	padding:20px;
	background-color: #FAFBFC;
	position: absolute;
	border-radius: 50px;
	top: -40px;
	left: calc(50% - 42px);
	z-index: 300;
}
.form-adress{
	margin-bottom: 25px;
}
#makeorder input{
	width: 100%;
	color: #000;
    background-color: #fff;
    border: 2px solid #DEDEDE!important;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 17px 15px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}
#makeorder input[type="submit"]{
	color: #000;
	background: linear-gradient(310.35deg, #FF6F08 -27.05%, #FFAB07 60.11%, #FFAB07 60.11%);
	border: none!important;
	border-radius: 10px;
	font-size: 20px;
	padding: 17px 45px;
	font-weight: 600;
	transition: all .3s ease-in-out;
	margin-bottom: 10px;
}
.main-btn:hover {
	box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}




#whywe{
	padding:90px 0;
	background: #FFAB07;
}
.h2-padd{
	margin-bottom: 70px;
}
.icon{
	margin-bottom: 30px;
}
.white-txt{
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
.icon img{
	width: 100px;
	margin-bottom: 15px;
}



#howwework{
	padding:80px 0;
}
.process{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proc{
	width: 20%;
	position: relative;
	margin-bottom: 50px;
}
.proc img{
	margin-bottom: 24px;
	height: 60px;
}
.proc:before{
	content:'';
	width: 150px;
	height: 2px;
	background: #DEDEDE;
	top: 25px;
	position: absolute;
	left: 28%;
}
.proc:last-child.proc:before{
	display: none;
}
.black-txt{
	color: #000;
	font-weight: 600;
	font-size: 14px;	
}
.payment{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.payment span{
	font-weight: 600;
	font-size: 20px;
	color: #000;
	margin-right: 12px;
}

#reviews{
	padding:70px 0;
	background-color: #FFAB07;
	overflow:hidden;
}


.rev-img{
	height: 65px;
	width: 65px;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.img-rev-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.rev-txt{
	font-size: 14px;
	color: #000;
	font-weight: 400;
}




#contacts{
	padding:70px 0;
}
.big-btn{
	color: #000;
	background: linear-gradient(310.35deg, #FF6F08 -27.05%, #FFAB07 60.11%, #FFAB07 60.11%);
	border: none!important;
	border-radius: 10px;
	font-size: 20px;
	padding: 17px 45px;
	font-weight: 600;
	transition: all .3s ease-in-out;
	margin-bottom: 10px;
	margin-top: 25px;
}
.big-btn:hover {
	box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}
#contfooter{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    width: 320px;
    background-color: #DEDEDE;
    border: none;
    position: relative;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/9/9d/Arrow-down.svg');
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position: right 10px center;
}
.time-loco{
	text-decoration:underline;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin:30px 0;
}
.time-loco img{
	margin-right: 5px;
	height: 14px;
}

.form-adress{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    width: 320px;
    background-color: #DEDEDE;
    border: none;
    position: relative;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/9/9d/Arrow-down.svg');
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position: right 10px center;
	/* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
    font-weight: 700;
    width: 320px;
    background-color: transparent;
    text-align: center;
    border: none;
    position: relative;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/9/9d/Arrow-down.svg');
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position: right 10px center; */
}


footer{
	background-color: #5A5658;
}
.footer-shapka{
	display: flex;
	padding: 25px;;
	justify-content: space-between;
	align-items: center;
}
.social-links{
	margin-right: 12px;
}
.copyright{
	color: #fff;
}
.copyright a{
	color: #fff;
	text-decoration: underline;
}
.biglink{
	font-size: 20px!important;
}
.pop{
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.9);
	height: 100vh;
	width: 100vw;
	z-index: 1000;
}
.pop-box{
	background-color: #fff;
    border-radius: 10px;
    padding: 30px 35px;
    width: 50%;
    position: relative;
}
.cross{
	height: 20px;
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 20px;
    right: 20px;
	cursor: pointer;
	z-index: 100001;
}
.pop-box input{
	width: 100%;
    color: #000;
    background-color: #fff;
    border: 2px solid #DEDEDE!important;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 17px 15px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}
.pop-box input[type="submit"]{
	color: #000;
    background: linear-gradient(310.35deg, #FF6F08 -27.05%, #FFAB07 60.11%, #FFAB07 60.11%);
    border: none!important;
    border-radius: 10px;
    font-size: 20px;
    padding: 17px 45px;
    font-weight: 600;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}
.pop-box input[type="submit"]:hover{
	box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}
.pop-box select{
	width: 100%!important;
    margin-bottom: 10px;
    transition: all 0.5s ease 0.5s;
}
#map{
	height: 400px;
	width: 100%;
}


/*ADAPTIIIIIIIIIV*/


@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	
}
@media (max-width: 786px) {
	
}
@media (max-width: 767px) {
 	
}
@media (max-width: 672px) {
	
}
@media (max-width: 512px) {
	.proc{
		width: 100%;
		text-align:center;
	}
	.proc:before{
		display: none;
	}
	.payment img{
	margin:12px 0 12px 0;
	}
	.pop-box{
		width: 95%;
	}
	h1{
		font-size: 23px;
    	line-height: 30px;
	}
	.subtitle{
		font-size: 30px;
		margin-top: 70%;
	}
	.form-adress{
		width: 100%;
	}
	#contfooter{
		width: 100%;
	}
	.pop-box{
		padding: 20px 5px;
	}
	.footer-shapka{
		flex-wrap: wrap;
	}
}
@media (max-width: 390px) {
	
}
@media (max-width: 320px) {
	
}





/* Remove outline on the forms and links */ 
:active, :hover, :focus { 
outline: 0; 
outline-offset: 0; 
}


a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}





[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}






.mobile-subheader{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mobile-subheader .order-btn{
	width: 50%;
	border-radius: 0;
	padding: 20px 0;
}
.mobile-subheader .order-btn img{
	animation: round;
	animation-duration: 2s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;

}
@keyframes round{
0%{
 transform: rotate(0deg);
}
100%{
 transform: rotate(360deg);
}
}
.mobile-subheader a{
	width: 50%;
}
.call-btn{
	color: #fff;
    background-color: #2c6af3;
    border: none;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
	padding: 20px 0;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.nav-link{
	height:35px;
	width: 50px;
	border:none;
	position: relative;
	background-color: transparent;
}
.nav-link span:first-child{
	width: 100%;
	height:4px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #003363;
	content: '';
	border-radius: 20px;
	transition: all .3s ease;
}
.nav-link span:nth-child(2n){
	width: 100%;
	height:4px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
	background-color: #003363;
	content: '';
	border-radius: 20px;
	transition: all .3s ease;
}
.nav-link span:last-child{
	width: 100%;
	height:4px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #003363;
	content: '';
	border-radius: 20px;
	transition: all .3s ease;
}
.nav-link-active span:first-child{
	transform: rotate(225deg);
	top:16px;
}
.nav-link-active span:nth-child(2n){
	display:none;
}

.nav-link-active span:last-child{
	transform: rotate(-225deg);
	top:16px;
}

#map {
    height: 400px;
    width: 100%;
}
.spinningGear{
	height:25px;
	width: 25px;
	animation: 2s spingear infinite;
	animation-timing-function: linear;
	transform: rotate(0deg);
}
@keyframes spingear{
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(180deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
select {
    background-color: none;
    color: #000000;
}
option {
    background-color: none;
    color: #000000;
}
.pop-box textarea {
    width: 100%;
    height: 150px;
    color: #000;
    background-color: #fff;
    border: 2px solid #DEDEDE!important;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 17px 15px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}
.copyright img {
    height: 15px;
    transition: all .3s ease-in-out;
    margin-left: 5px;
}


#calculator{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
--swiper-theme-color: #007aff;
--swiper-navigation-size: 44px;
font-size: 14px;
line-height: 1.42857143;
color: #333;
font-family: 'Open Sans', sans-serif;
box-sizing: border-box;
display: block;
outline: 0;
outline-offset: 0;
padding: 80px 0;
}
#calculator{
	padding:80px 0;
}
#calculator .container-fliud{
	padding:0 40px;
}
.calc-num{
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom: 40px;
}
.calc-num h2{
	font-size: 25px;
	margin:0;
}
.calc-number{
	font-size: 30px;
	color: #000000;
	opacity: 0.5;
	line-height: 25px;
	padding:8px 12px;
	border: 2px #000 solid;
	border-radius: 50px;
	margin-right: 10px;
}
.calc-box{
	margin-bottom: 20px;
}
.calc-box input{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #534B63;
	box-sizing: border-box;
	border-radius: 7px;
	padding:15px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
	-webkit-background-size: 30px;
	background-position: right 10px center;
	background-repeat: no-repeat; 
}
.calc-box select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px ;
    width: 100%;
    background-color: #fff;
    border: 1px solid #534B63;
    position: relative;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/9/9d/Arrow-down.svg');
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position: right 10px center;
    margin-bottom: 10px;
    transition: all 0.5s ease 0.5s;
}
.calc-box select:disabled{
	background-color: #dde3e6;
	cursor: no-drop;
}
.calc-box label{
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
#carBrand{
	background-image: url(../img/carbrand.svg);
}
#carModel{
	background-image: url(../img/carmodel.svg);
}
#carVin{
	background-image: url(../img/carvin.svg);
}
.service-checks{
	background-color: #F4F7F9;
	padding:12px;
	height: 360px;
	overflow-y: scroll;
	margin-bottom: 20px;
}
/*.service-checks::-webkit-scrollbar {
  display: none;
}*/
.serv-box-check{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding:12px 25px;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0px 4px 20px rgba(63, 90, 122, 0.26);
	margin-bottom: 15px;
	transition: all .4s ease-in-out;
}
.serv-box-check p{
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.act-service{
	background-color: #C4D7FF; 
}
.act-service .checkmarkmap{
	background-color:#2B6BF3; 
	background-image: url(../img/checkmark.svg);
}
.calc-box input[type="submit"]{
	color: #fff;
    background-color: #2B6BF3;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 17px 45px;
    font-weight: 600;
    text-transform: none;
    margin-top: 14px;
    transition: all .3s ease-in-out;
}
#submitserv{
	width: 100%;
	color: #fff;
    background-color: #2B6BF3;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 17px 45px;
    font-weight: 600;
    text-transform: none;
    margin-top: 14px;
    transition: all .3s ease-in-out;
}
#submitserv2{
	width: 100%;
	color: #fff;
    background-color: #2B6BF3;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 17px 45px;
    font-weight: 600;
    text-transform: none;
    margin-top: 14px;
    transition: all .3s ease-in-out;
}
.succesfull{
	background-color: #21bf73!important;
}
#searchInput{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
--swiper-theme-color: #007aff;
--swiper-navigation-size: 44px;
font: inherit;
margin: 0;
font-family: inherit;
line-height: inherit;
outline: 0;
outline-offset: 0;
width: 100%;
background: #FFFFFF;
border: 1px solid #534B63;
box-sizing: border-box;
border-radius: 7px;
padding: 15px;
font-size: 16px;
font-weight: 400;
color: #000;
margin-bottom: 10px;
background-position: right 10px center;
background-repeat: no-repeat;
background-image: url(../img/searchicon.svg);
}
.act-service .checkmarkmap {
    background-color: #2B6BF3;
    background-image: url(../img/checkmark.svg);
}
.act-service {
    background-color: #C4D7FF;
}
.checkmarkmap{
	width: 25px;
	height: 25px;
	background: #E6ECFB;
	border-radius: 50px;
	transition: all .3s ease;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	cursor: pointer;
}
.calc-png{
    position: absolute;
    left: 75%;
}

.chose{
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0);
	z-index: 1021;
	position: fixed;
	top: -100vh;
	left: 0;
	transition: all .4s ease-in-out
}
.chose-city{
	position: absolute;
	top: -128px;
	left: 0;
	width: 100%;
	height: 128px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: all .3s ease-in-out;
	padding:20px 0;
}
.chose-city h3{
	width: 100%;
	margin-top:0;
	margin-bottom: 10px;
}
.chose-act{
	top:0;
	background-color: rgba(0,0,0,.8);
}
.chose-act .chose-city{
	top: 0;
}

.city-btn{
	color: #000;
	background-color: rgb(202, 202, 202);
	border: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 10px 17px;
	font-weight: 600;
	transition: all .3s ease;
	margin-right: 20px;
}
.city-btn:last-child{
	margin-right: 0;
}
.city-btn:hover{
	box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}
.city-btn-act{
	background-color: #2B6BF3;
	color: #fff;
}
.city-btn img{
	display: none;
}
.city-btn-act img{
	height: 10px;
    transform: translateY(-1px);
    margin-right: 4px;
    display: unset;
}



/*смена города*/
#cityChange{
	text-decoration:underline;
}
#cityChange img{
	transform: translateY(-2px);
    margin-right: 5px;
    height: 16px;
}


.chose {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0);
    z-index: 1021;
    position: fixed;
    top: -100vh;
    left: 0;
    transition: all .4s ease-in-out;
}
.chose-act {
    top: 0;
    background-color: rgba(0,0,0,.8);
}
.chose-city {
    position: absolute;
    top: -128px;
    left: 0;
    width: 100%;
    height: 128px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all .3s ease-in-out;
    padding: 20px 0;
}
.chose-city h3 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}
.city-btn {
    color: #000;
    background-color: rgb(202, 202, 202);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 17px;
    font-weight: 600;
    transition: all .3s ease;
    margin-right: 20px;
}
.city-btn-act {
    background-color: #2B6BF3;
    color: #fff;
}
.city-btn img {
    display: none;
}
.city-btn-act img {
    height: 10px;
    transform: translateY(-1px);
    margin-right: 4px;
    display: unset;
}
.rev-btn {
    color: #fff;
    background-color: #2B6BF3;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 17px;
    font-weight: 600;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2;
    margin-top: 15px;
}
.ya-btn {
    background-color: #E52421!important;
    position: relative;
    overflow: hidden;
}







