html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;box-sizing: border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {	display: block;}
input {outline:none;}
body {	line-height: 1;font-family: 'Open Sans', sans-serif;-webkit-text-size-adjust: 100%;margin: 0!important;}
ol, ul {	list-style: none;}
a{text-decoration: none;}
a:hover {text-decoration: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear:after {content:'';display: block;clear: both;}
img {max-width: 100%;}
/**********************/
body {background: #fafafa;}
body:before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background: url(../images/top_line.png) no-repeat 50% 0;
}

.preloader {background: rgba(0,0,0,0.5);position: fixed;width: 100%;height: 100%;z-index: 999999;display: none;justify-content: center;align-items: center;}
.preloader:before {background-image: url(/ajax-loader.gif);width: 160px;height: 160px;content: '';display: block;}

.wrapper {width: 100%;max-width: 960px;margin: 0 auto;box-sizing: border-box;position: relative;padding: 0 5px;}
.content .wrapper {background: #fff;min-height: 500px;}

.header {
    min-width: 100%;
    background: url(../images/bg_header.png) repeat;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}
.header .wrapper {display: flex;
    min-height: 125px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;padding-top: 10px;padding-bottom: 10px;}

.logo {display: flex; justify-content: flex-start;align-items: center;max-width: 260px;}
.logo div:nth-child(1) {margin-right: 5px;width: 100%;max-width: 77px;}
.logo div:nth-child(2) {font-size: 15px;color: #222222;line-height: 18px;letter-spacing: -0.5px;font-weight: 600;}



.quote {font-size: 15px;line-height: 22px;color: #111111;font-style: italic;font-weight: 300;max-width: 300px;width: 100%;}




.quote div {
    position: relative
}
.quote span {
    font-size: 14px;
    color: #2d2d2d;
    display: block;
    text-align: right;
    padding: 0 20px 0 0;
}

.quote div:before {
    background: url(../images/quote.png) no-repeat;
    content: '';
    display: block;
    width: 12px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
}
.quote div:after {
    background: url(../images/quote.png) no-repeat;
    content: '';
    display: block;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 0;
    bottom: -3px;
    transform: rotate(180deg);
}

.quote div p {
    position: relative;
    padding: 10px 0 6px 20px;
}
.quote div p:before
{
    content: '';
    display: block;
    width: calc(100% - 20px);
    background: #e3e3e3;
    height: 1px;
    position: absolute;
    right: 0;
    top: 5px;
}
.quote div p:after
{
    content: '';
    display: block;
    width: calc(100% - 20px);
    background: #e3e3e3;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hidden_city_1,.hidden_city_2 {display: none!important;}
.choose_city_btn,.choose_city_btn_2 {display: flex;justify-content: space-between;max-width: 310px;margin-top: 10px;}
.choose_city_btn_2 {flex-wrap: wrap;}
.choose_city_btn em,.choose_city_btn_2 em  {font-style: normal;font-size: 14px;color: #111;font-weight: 700;}
.choose_city_btn div,.choose_city_btn_2 div {display: flex;justify-content: space-between;max-width: 200px;width: 100%;}
.choose_city_btn div span,.choose_city_btn_2 div span {display: block;cursor: pointer;}
.chosen_city,.chosen_city_2 {font-weight: 700;color: #000;text-decoration: underline;}

.choose_city_btn_2 {max-width: 100%;}
.choose_city_btn_2 em {display: block;text-align: center;width: 100%;font-size: 15px;margin-bottom: 8px;}
.choose_city_btn_2 div {max-width: 270px;margin: 0 auto 20px;}

.top_contacts {width: 100%;max-width: 190px;}
.top_phones {margin-top: 9px;position: relative;max-height: 75px;}
/*.top_phones:before {content: '';display: block;background: url(../images/phone_icon_top.png) no-repeat;width: 32px; height: 31px;position: absolute;left: 25px;top: 50%;margin-top: -15px;}*/

.top_phones div div {position: relative;}
.top_phones div div:before {content: '';display: block;background: url(../images/messeger.png) no-repeat;width: 50px; height: 21px;position: absolute;left: 18px;top: 11px;}



.choose_city {position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;}
.choose_city > span {display: block;position: relative;cursor: pointer;
font-size: 15px;font-weight: 400;color: #222222;text-align: right;padding: 0 0 0 0;}

.choose_city > .active_city {font-weight: 700;text-decoration: underline;}
/*.choose_city > .active_city:before {content: '›'; font-size: 23px;color: #402b8b;font-style: normal;font-weight: 700;transform: rotate(90deg);display: inline-block;width: 10px;height: 10px;position: absolute;right: 0;top: 3px;}*/


.callback {margin-top:5px;}



.cities {display: none;background: #fff;border-radius: 5px;box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);margin: 5px 0 0 0;overflow: hidden;position: absolute;width: 100%;z-index: 3;}
.cities span {display: block;padding: 7px 0;text-align: center;border-bottom: 1px #f7f7f7 solid;font-size: 14px;cursor: pointer;}
.cities span:last-child {border: none;}
.cities span:hover {background: #402b8b;color: #fff;}

/*.cities .active {background: #f1f1f3;color: #222222;}*/


.phones {display: none;max-height: 75px;}
.top_phones .active {display: flex;}
.phones > a  {font-weight: 700;font-size: 18px;width:100%;text-align: right;}
.phones > em {font-size: 13px;width:100%;text-align: right;}
.phones a {display: block;font-size: 17px;font-style: italic;color: #333333;margin-bottom: 5px;text-align: right;}

.phones {flex-wrap: wrap;}
.phones > div {width: 100%;}

.callback a {position: relative;display: block;background: url(../images/btn_bg.png) repeat-x;height: 25px;width: 100%;text-align: center;font-size: 15px;color: #1e1e1e;border-radius: 8px;overflow: hidden;text-decoration: none;box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.45); line-height: 25px;}
/*.callback a:hover:after {width: 80%;}*/

/*.callback a:after {
    content: '';display: block;height: 1px;width: 0px;background: #1e1e1e;
    position: absolute;bottom: 3px;left: 10%;transition: .5s;
}*/

.content .wrapper {padding-top: 40px;padding-bottom: 50px;}
.tabs {display: flex;justify-content: center;}
.tab_link {width: 33.33%;text-align: center;height: 60px;background: #f1f1f3;position: relative;display: flex;align-items: center;flex-wrap: wrap;cursor: pointer;}
.tabs .active {background: url(../images/tabs_bg.png) repeat!important;z-index: 2;}
.tabs .active span:before {background-position: 0 0;}
.tabs .active:before {height: 3px; background: #ffd600;width: 100%;position: absolute;bottom: -3px;content: '';display: block;left: 0;}

.tab_link:after {content: '';display: block;width: 0px;height: 80%;border-left: 1px #d0d0d0 solid;border-right: 1px #ffffff solid;position: absolute;right: -2px;top: 10%;z-index: 1;}
.tab_link:hover {background: #e9e9e9;}

.service span:before {content: '';display: block;width: 25px;height: 25px;background: url(../images/service_icon.png) no-repeat;background-position: 0 -25px;margin: 0 auto 3px;}

.advantages span:before {content: '';display: block;width: 25px;height: 25px;background: url(../images/advantages_icon.png) no-repeat;background-position: 0 -25px;margin: 0 auto 3px;}
.guarantee span:before {content: '';display: block;width: 25px;height: 25px;background: url(../images/guarantee_icon.png) no-repeat;background-position: 0 -25px;margin: 0 auto 3px;}

.tab_link span {color: #555555;font-size: 17px;display: block;font-weight: 400;width: 100%;}
.tabs .active span {color: #fff;font-weight: 700;}

.tabs .active:after,.tab_link:last-child:after {display: none;}


.slider {box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);  margin: 30px 0 0 0;}

.advantages_block > div,.service_block > div {display: flex!important;justify-content: flex-start;padding: 25px 45px;}
.advantages_block > div:nth-child(odd),.service_block > div:nth-child(odd) {background: #f1f1f3;}
.advantages_block > div:nth-child(even),.service_block > div:nth-child(even) {background: #e2e2e2;}
.advantages_block > div div:nth-child(1),.service_block > div div:nth-child(1) {width: 100%;max-width: 51px;margin-right: 35px;}
.advantages_block div div:nth-child(2),.service_block div div:nth-child(2) {display: flex;flex-wrap: wrap;max-width: 645px;}
.advantages_block div div span,.service_block div div span {display: block;width: 100%;font-size: 19px;color: #333;font-weight: 700;margin-bottom: 7px;}
.advantages_block div div p,.service_block div div p {display: block;width: 100%;font-size: 16px;color: #333;line-height: 20px;}

.service_block {}


.consultation {margin: 50px 10px 0;}
.consultation > span {font-size: 30px;display: block;text-align: center;text-transform: uppercase;font-weight: 800;color: #111111;margin-bottom: 20px;}
.content .wrapper > span {font-size: 23px;display: block;text-align: center;text-transform: uppercase;font-weight: 800;color: #111111;margin-bottom: 20px;line-height: 35px;}
.content .wrapper > span  br {display: none!important;}
.consultation > div {border-top: 1px #3e2e89 dashed;border-bottom: 1px #3e2e89 dashed;padding: 15px 10px 10px;}
.consultation > div > div:nth-child(1) p {font-size: 17px;color: #111111;margin-bottom: 3px;}
.consultation > div > div:nth-child(1) p b {font-weight: 700;color: #000; }
.consultation > div form {display: flex;justify-content: space-between;margin-top: 10px;}
.consultation > div > div:nth-child(1) {width: 100%;max-width: 500px;}
.consultation > div form input {width: 55%;display: block;height: 35px;border: 1px #b3b3b3 solid;border-radius: 5px;background: #f4f4f4;padding: 0 0 0 5px;font-size: 15px;box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);}

.consultation > div form button {box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);background: url(../images/consult_button.png) repeat-x;height: 36px;width: 40%;border: none;border-radius: 5px;font-size: 16px;color: #111111;font-weight: 400;box-sizing: border-box;padding: 0;cursor: pointer;}
.consultation > div form button:hover {opacity: 0.8;}

.personal_alert {font-size: 13px!important;display: block;width: 100%!important;margin-top: 5px;color: #333;}

.consultation > div {display: flex;justify-content: space-between;}
.consultation > div > div:nth-child(2) {display: flex;justify-content: flex-end;width: 100%;max-width: 400px;align-items: center;}

.timer {display: flex;justify-content: space-between;width: 100%;max-width: 275px;}
.timer div {display: flex;justify-content: space-between;max-width: 80px;flex-wrap: wrap;position: relative;}
.timer div:after {content: '';background: url(../images/timer_dots.png) no-repeat;width: 11px;height: 39px;display: block;position: absolute;right: -14px;top: 7px;}
.timer div:last-child:after {display: none;}
.timer div span {display: block;width: 48%; background: rgb(98,76,203);
background: -moz-linear-gradient(top, rgba(98,76,203,1) 0%, rgba(64,48,140,1) 100%);
background: -webkit-linear-gradient(top, rgba(98,76,203,1) 0%,rgba(64,48,140,1) 100%);
background: linear-gradient(to bottom, rgba(98,76,203,1) 0%,rgba(64,48,140,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#624ccb', endColorstr='#40308c',GradientType=0 );border-radius: 5px;height: 55px;font-size: 35px;font-weight: 700;color: #ffd600;text-align: center;line-height: 52px;box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.7); }
.timer div p {display: block;width: 100%;text-align: center;font-size: 14px;color: #333;font-weight: 300;margin-top: 2px;}


.footer {background: url(../images/footer_bg.png) repeat;padding: 10px 0;}
.footer_logo_info {display: flex;justify-content: flex-start;}
.footer_logo_info img {margin-right: 5px;}
.footer_logo_info p {line-height: 22px;font-size: 15px;font-weight: 300;color: #fff;}




.bottom_contacts {width: 100%;max-width: 190px;}
.bottom_phones {margin-top: 14px;position: relative;}
.bottom_phones:before {content: '';display: block;background: url(../images/phone_icon_bottom.png) no-repeat;width: 32px; height: 31px;position: absolute;left: 0;top: 50%;margin-top: -15px;}

.choose_city_bottom {position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;}
.choose_city_bottom > span {display: block;position: relative;cursor: pointer;font-size: 15px;font-weight: 400;color: #ffd200;text-align: right;padding: 0 0 0 0;}
.choose_city_bottom .active_city {font-weight: 700;text-decoration: underline;}


/*.choose_city_bottom > span:before {content: '›'; font-size: 23px;color: #ffd200;font-style: normal;font-weight: 700;transform: rotate(90deg);display: inline-block;width: 10px;height: 10px;position: absolute;right: 0;top: 3px;}*/

.cities_bottom {display: none;background: #fff;border-radius: 5px;box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);margin: 5px 0 0 0;overflow: hidden;position: absolute;width: 100%;z-index: 3;}
.cities_bottom span {display: block;padding: 7px 0;text-align: center;border-bottom: 1px #f7f7f7 solid;font-size: 14px;cursor: pointer;}
.cities_bottom span:last-child {border: none;}
.cities_bottom span:hover {background: #402b8b;color: #fff;}

/*.cities_bottom .active {background: #f1f1f3;color: #222222;}*/


.phones_bottom {display: none;}
.bottom_phones .active {display: block;}
.phones_bottom a {display: block;font-size: 17px;font-style: italic;color: #fff;margin-bottom: 10px;text-align: right;}

.footer .wrapper {display: flex;justify-content: space-between;align-items: center;}

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto; }

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }


#callback > span {font-size: 18px;font-weight: 700;display: block;text-align: center;color: #555;margin-bottom: 15px;}

#callback input {width: 90%;display: block;height: 35px;border: 1px #b3b3b3 solid;border-radius: 5px;background: #f4f4f4;padding: 0 0 0 5px;font-size: 15px;box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);margin: 0 auto 10px;}

#callback form button {box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);background: url(../images/consult_button.png) repeat-x;height: 36px;width: 90%;border: none;border-radius: 5px;font-size: 16px;color: #111111;font-weight: 400;box-sizing: border-box;padding: 0;cursor: pointer;margin: 0 auto;display: block;}
#callback form button:hover {opacity: 0.8;}
#callback .personal_alert {margin: 10px 0 0 0;}




.adress_map {
    position: relative;
}
.map_contact {
    position: absolute;
    z-index: 2;
    width: 300px;
    background: #fff;
    border-radius: 5px;
    left: 40px;
    padding: 20px;
    top: 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.map_contact > span {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1389c9;
    margin-bottom: 15px;
}
.map_contact_phones {
    
}
.map_contact_phones a:nth-child(1) {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    display: block;
}
.map_contact_phones p:nth-child(2){
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

.map_contact_phones a:nth-child(3),.map_contact_phones a:nth-child(4){
    font-size: 18px;
    color: #333;
    margin-bottom: 9px;
    font-weight: 600;
    display: block;
}

.map_contact_phones i:nth-child(5){
    font-size: 15px;
    color: #555;
    display: block;
    font-style: normal;
}
.map_contact_adress {
    margin-top: 20px;
    position: relative;
    padding: 0 0 0 0;
    display:flex;
    align-items: center;
}
.map_contact_adress:before {
    content: '';
    display: block;
    width: 19px;
    height: 30px;
    background-image: url(/images/location_icon.png);
    background-size: 19px 30px;
    margin-right:10px;

}
.map_contact_adress p {
    line-height: 22px;
    color: #444;
}
#map {
    height: 400px;
    width: 100%;
}
.wrapper_no_bg {
    background: none!important;
    padding: 0!important;
    min-height: auto!important;
}
.wrapper_no_min_height {min-height: auto!important;padding:20px 0!important;}
.wrapper_no_min_height > span {margin-bottom:0!important;}
.we_buy_any_flat {
padding: 30px 0 0 0;
margin: 10px 0;
    background: #fff;
}
.we_buy_any_flat .wrapper {display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 960px;
    min-height: auto!important;
    background: none!important;}
.we_buy_any_flat span {display: block;width: 100%;text-align: center;font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    color: #333;margin-bottom: 20px;}
.we_buy_any_flat .wrapper > a {
    width: 20%;
    margin: 0 1%;
    text-align: center;
    display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
color: #333;
}
.we_buy_any_flat .wrapper > a img {max-width: 100%;}

.sticky_icons a {display: block;margin:0 10px 5px;}
.sticky_icons a img {vertical-align: bottom}
.sticky_icons {display: flex;justify-content: flex-end;position: fixed;right:0;bottom:0;z-index: 99;}

@media only screen and (max-width: 960px){
    .consultation > div {flex-direction: column;justify-content: center;}
    .consultation > div > div:nth-child(1) {max-width: 100%;margin-bottom: 20px;}
    .consultation > div > div:nth-child(1) p {text-align: center;}
    .consultation > div > div:nth-child(2) {margin: 0 auto;}
    .consultation > div > div:nth-child(2) {max-width: 275px;}
    .choose_city_btn {margin-left: auto;margin-right: auto;}
    .content .wrapper > span  br {display: block!important;}
    
}

@media only screen and (max-width: 760px){
    .header .wrapper {flex-wrap: wrap;}
    .top_contacts {max-width: 100%;display: flex;justify-content: space-between;align-items: center;margin-top: 5px;padding-left: 10px;padding-right: 10px;}
    .top_phones {margin-top: 0px;}
    .top_phones:before {display: none}
    .top_phones .active {display: flex!important;}
    .top_phones .active a {margin-bottom: 0px;}
    .top_phones .active a:first-child {margin-right: 20px;}
    .callback a {padding: 0 10px;}
    
    .content .wrapper {padding-top: 30px;}
    .slider {margin-top: 30px;}
    .advantages_block > div,.service_block > div {padding: 10px 100px 10px 15px;}
    .slider {box-shadow:none;}
    .advantages_block div div span,.service_block div div span {font-size: 17px;}
    .advantages_block div div p,.service_block div div p {font-size: 15px;line-height: 17px;}
    .choose_city {min-width: 190px;position: relative;z-index: 2;}
    
    
    .phones > em {position: absolute;width: 100%;text-align: right;top:-20px;right: -150px;padding:3px 0 0 0;}
    .phones > a {position: absolute;width: 100%;text-align: right;top:-20px;left:0px;z-index: 1;}
    .top_phones div div {display: flex;}
    .top_contacts {flex-wrap: wrap;}
    .top_phones {width:calc(100% - 150px);}
    .top_phones div div {padding:0 0 0 60px;margin-top:7px;}
    .top_phones div div:before {top:-2px;left:0px;}
    
}

@media only screen and (max-width: 670px){
    .choose_city {width: 100%;margin: 0 auto 10px; justify-content: center;}
    .choose_city span {margin: 0 20px;}
    
    .top_contacts {flex-wrap: wrap;flex-direction: column;}
    .top_phones:before {display: block;left: 0;}
    .top_phones {margin-bottom: 10px;width:100%;}
    .phones > em ,.phones > a {position: relative;left:auto;top:auto;right:auto;text-align: center;}
    .top_phones div div {width: 300px;margin: 10px auto 0;}
    .map_contact {position: relative;left: auto;top: auto;width: 100%;}
}

@media only screen and (max-width: 550px){
    
    .callback {width: 100%;margin-top: 5px;}
    .top_contacts {flex-wrap: wrap;}
    .choose_city {margin-right: 15px;}
    .top_contacts {justify-content: flex-end;}
    .logo {max-width: 100%;margin-bottom: 10px;width: 100%;justify-content: center;}
    .logo div:nth-child(1) {max-width: 50px;}
    .quote {margin: 0 auto;}
    .advantages_block > div,.service_block > div {padding: 25px 15px;}
    .advantages_block > div div:nth-child(1),.service_block > div div:nth-child(1) {margin-right: 15px;}
    .tab_link span {font-size: 15px;}
    .tabs .active span {font-size: 14px;}
    .consultation > div form {flex-direction: column;justify-content: center;align-content: center;align-items: center;}
    .consultation > div form input,.consultation > div form button {margin-bottom: 10px;width: 100%;max-width: 310px;}
    .consultation > span {font-size: 24px;}
    .consultation > div {padding: 10px 0;}
    .footer_logo_info img {display: none;}
    .content .wrapper > span {font-size: 18px;line-height: 25px;}
    .we_buy_any_flat .wrapper > a {
    width: 100%;
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 450px){
.content .wrapper > span br {display: none;}

}
@media only screen and (max-width: 400px){
    .choose_city {margin-right: 0px;width: 100%;margin-bottom: 10px;}
    .tab_link span {font-size: 13px;}
    .tabs .active span {font-size: 12px;}
    .advantages_block div div span,.service_block div div span {font-size: 16px;}
    .advantages_block div div p,.service_block div div p {font-size: 14px;line-height: 16px;}
    .timer div {max-width: 60px;}
    .timer div span {font-size: 25px;}
    .timer {max-width: 220px;margin: 0 auto;}
    .footer .wrapper {flex-direction: column;}
    .footer_logo_info p {font-size: 13px;line-height: 17px;text-align: center}
    .footer_logo_info {margin-bottom: 10px;}
    .top_phones:before {display: block;left: -30px;}
    .top_phones {margin-bottom: 10px;padding-left: 10px;}
    .choose_city span {margin: 0 14px;}
    .top_phones {
        padding: 0!important;
    }
    .top_phones .active a:first-child {
    margin-right: 10px;
}
}

#new_sites span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #333;
    margin-bottom: 15px;
}

.modal_links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_links a {
    position: relative;
    display: block;
    background: url(../images/btn_bg.png) repeat-x;
    height: 25px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #1e1e1e;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.45);
    line-height: 25px;
    margin: 0 20px;
}