@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
a {
  color: inherit;
}
input {
  display: block;
  width: 100%;
  background: #F4F4F4;
  border: 1px solid #E8E8E8;
  border-radius: 39px;
  padding: 16px 20px;
  line-height: 16px;
  margin: 0 0 9px;
  font: 14px Roboto;
}
.btn {
  background: #FF410A;
  background: #c98b00;
  border-radius: 35px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  font: 16px Roboto;
  line-height: 16px;
  padding: 17px;
  font-weight: 500;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-st {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body {
  padding: 0;
  margin: 0;
  font: 13px "Montserrat";
  color: #242126;
  background: #fff;
  line-height: 140%;
  background: url(../img/bg.jpg);
}
.container {
  /* padding: 26px 24px 32px; */
  padding: 10px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  
}
.container.blur {
  filter: blur(2px);
}
.header {
  align-items: center;
  margin: 0 0 29px;
  background: url(/img/i/contact-arrow.svg) no-repeat right 15px center #fff;
    border-radius: 10px;
    box-shadow: 0px 15px 30px rgba(25, 31, 61, 0.1);
    margin: 0 0 8px;
	padding: 5px 10px;
    text-decoration: none;
    align-items: center;
    cursor: pointer;
	border: 1px solid #E8E8E8;
}
.header .t {
  color: #4F4F4F;
  font-weight: 600;
  font-size: 15px;
}
.header .logo {
  background: url("../img/logo.png");
  width: 48px;
  height: 48px;
  position: relative;
}
.header .logo::after {
  content: '';
  display: block;
  background: url("/img/i/logo-check.svg") no-repeat center / contain;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.gtitle {
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 12px;
}
.contact-item {
  background: url("/img/i/contact-arrow.svg") no-repeat right 15px center #fff;
  border-radius: 10px;
  box-shadow: 0px 15px 30px rgba(25, 31, 61, 0.1);
  margin: 0 0 8px;
  height: 52px;
  padding: 9px 30px 7px 8px;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
}
.contact-item .icon {
  background: #f4f4f4 no-repeat center / 19px;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  margin: 0 9px 0 0;
}
.contact-item .icon.wa {
  background-image: url("../img/i/contact-wa.svg");
}
.contact-item .icon.phone {
  background-image: url("../img/i/contact-phone.png");
}
.contact-item .icon.tg {
  background-image: url("../img/i/contact-tg.svg");
}
.contact-item .icon.in {
  background-image: url("../img/i/contact-inst.png");
}
.contact-item .icon.review {
  background-image: url("../img/i/contact-review3.png");
}
.contact-item .icon.podbor {
  background-image: url("../img/i/contact-podbor3.png");
}
.contact-item .icon.pop-phone-1 {
  /* background-image: url("../img/i/manager-1.png"); */
}
.contact-item .icon.pop-phone-2 {
  background-image: url("../img/i/contact-pop-phone-2.svg");
  background-size: 12px;
}
.contact-item .text .t {
  font-weight: 600;
  font-size: 14px;
}
.contact-item .text .d {
  font-weight: 500;
  font-size: 12px;
  opacity: 0.7;
}
.block-slider {
  margin: 0 0 16px;
}
.block-slider .owl-stage-outer {
  width: calc(100% + 24px);
}
.block-slider .owl-stage-outer .owl-stage {
  left: -20px;
}
.block-slider .item {
  display: block;
}
.block-slider .item img {
  width: 100%;
  border-radius: 14px;
}
.block-contacts {
  padding: 0 0 20px;
}
.block-contacts .gtitle {
  margin: 0 0 16px;
}
.block-recall {
  margin: 0 0 20px;
}
.block-soc {
  margin: 0 0 100px;
}
.block-soc .soc-item {
  display: flex;
  width: 47px;
  height: 52px;
  box-shadow: 0px 15px 30px rgba(25, 31, 61, 0.1);
  border-radius: 10px;
  background: #fff;
}
.block-soc .soc-item .icon {
  margin: auto;
  width: 30px;
  height: 30px;
  background: #f4f4f4 no-repeat center / 19px;
}
.block-soc .soc-item .icon.fb {
  background-image: url("../img/i/soc-fb.svg");
}
.block-soc .soc-item .icon.tk {
  background-image: url("../img/i/soc-tk.png");
}
.block-soc .soc-item .icon.yt {
  background-image: url("../img/i/soc-yt.svg");
}
.block-soc .soc-item .icon.yn {
  background-image: url("../img/i/soc-yn.svg");
}
.bg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bg.opened {
  display: flex;
}
.bg .pop {
  margin: auto;
  width: 100%;
  max-width: 400px;
  position: relative;
  border-radius: 15px;
  background: #fff;
  padding: 24px 24px 29px;
  display: none;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.25));
}
.bg .pop.opened {
  display: block;
}
.bg .pop .close {
  position: absolute;
  background: url("/img/i/pop-close.svg") no-repeat center / contain;
  width: 16px;
  height: 16px;
  top: 12px;
  right: 11px;
}
.bg .pop .redline {
  position: absolute;
  top: -5px;
  left: 26px;
  height: 4px;
  width: 33px;
  background: #EB5757;
  border-radius: 2px;
}
.bg .pop .title {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 6px;
}
.bg .pop .descr {
  color: #242126;
  font-size: 14px;
  opacity: 0.7;
  margin: 0 0 5px;
}
.bg .pop.review {
  padding: 24px 24px 55px;
}
.bg .pop.review .cities {
  margin: 17px 0;
}
.bg .pop.review .cities .city {
  height: 23px;
  line-height: 23px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 16px;
  cursor: pointer;
}
.bg .pop.review .cities .city.active {
  background: #EB5757;
  color: #fff;
}
.bg .pop.review .services .wrap {
  display: none;
}
.bg .pop.review .services .wrap.opened {
  display: flex;
}
.bg .pop.review .services .wrap .service {
  width: 50px;
  height: 50px;
  background: #F0F0F0 no-repeat center;
  display: block;
  border-radius: 50%;
}
.bg .pop.review .services .wrap .service.gl {
  background-image: url("../img/i/review-google.png");
}
.bg .pop.review .services .wrap .service.gs {
  background-image: url("../img/i/review-2gis.png");
}
.bg .pop.review .services .wrap .service.pr {
  background-image: url("../img/i/review-proagent.png");
}
.bg .pop.review .services .wrap .service.yn {
  background-image: url("../img/i/review-yandex.png");
}
.bg .pop.maps {
  padding: 24px 24px 55px;
}
.bg .pop.maps .cities {
  margin: 17px 0;
}
.bg .pop.maps .cities .city {
  height: 23px;
  line-height: 23px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 16px;
  cursor: pointer;
  background: #4f4f4f;
	color: #fff;
}
.bg .pop.maps .cities .city.active {
  background: #EB5757;
  color: #fff;
}
.bg .pop.maps .services .wrap {
  display: none;
}
.bg .pop.maps .services .wrap.opened {
  display: flex;
}
.bg .pop.maps .services .wrap .service {
  width: 50px;
  height: 50px;
  background: #F0F0F0 no-repeat center;
  display: block;
  border-radius: 50%;
}
.bg .pop.maps .services .wrap .service.gl {
  background-image: url("../img/i/maps-google.png");
}
.bg .pop.maps .services .wrap .service.gs {
  background-image: url("../img/i/maps-2gis.png");
}
.bg .pop.maps .services .wrap .service.pr {
  background-image: url("../img/i/maps-proagent.png");
}
.bg .pop.maps .services .wrap .service.yn {
  background-image: url("../img/i/maps-yandex.png");
}
.bg .pop.loader {
  background: url("../img/icons/loader.svg") no-repeat center / contain;
  width: 300px;
  height: 300px;
}
.bg .pop.bankpromo .duration {
  margin: 0 auto 4px;
  border: 1px dashed #FF8A00;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  background: #fff;
  padding: 7px 20px 8px;
  border-radius: 100px;
  width: 95px;
  height: 35px;
}
.bg .pop.bankpromo .logo {
  background: no-repeat center #2F3834;
  width: 46px;
  height: 46px;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.bg .pop.bankpromo.bankpromo-halyk .logo {
  background-image: url("../img/promo/bankpromo-logo-halyk.png");
}
.bg .pop.bankpromo.bankpromo-jusan .logo {
  background-image: url("../img/promo/bankpromo-logo-jusan.png");
}
.bg .pop.bankpromo.bankpromo-kaspi .logo {
  background-image: url("../img/promo/bankpromo-logo-kaspi.png");
}
.bg .notify {
  bottom: -180px;
  width: 100%;
  background: linear-gradient(118.42deg, #FF410A 16.26%, #EE8F66 91.49%);
  position: absolute;
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 32px 30px 30px;
  transition: 0.3s;
}
.bg .notify.opened {
  bottom: 0px;
}
.bg .notify .icon {
  background: url("../img/i/notify.svg") no-repeat center rgba(255, 255, 255, 0.05);
  border-radius: 11px;
  margin: 0 auto 14px;
  width: 43px;
  height: 43px;
}
.bg .notify .a {
  font-weight: 500;
  font-size: 12px;
  opacity: 0.7;
  color: #ECE0F3;
  margin: 0 0 3px;
}
.bg .notify .b {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
}

.instagrambg {
  display: inline-block;
  /* width: 250px; */
  /* height: 250px; */
  text-align: center;
  border-radius: 40px;
  color: #fff;
  font-size: 30px;
  /* line-height: 250px; */
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.about__map {
    width: 100%;
    height: auto;
    -webkit-border-radius: 10px;
    border-radius: 24px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
}
.map iframe {
    border-radius: 30px;
    /* -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .3); */
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, .3); */
}