ul, li {
  list-style: none;
}
.justify-content-btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-btn {
  border: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.map-body {
  position: absolute;
  background-color: #222;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}
.map-main {
  height: 100vh;
  background-color: #222;
}
.map-header {
  margin-top: 10px;
  left: 0;
  right: 0;
  padding: 20px 0;
}
.map-header .bonus-btn {
  padding: 15px 45px;
  margin-left: 10px;
}
.map-header .btn-transparent:hover, .map-header .btn-transparent:focus {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #222;
  background-color: #fff;
}
.map-header .btn-transparent, .map-header .btn-transparent {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.map-btn-transparent {
  background-color: #FFF;
  margin: 10px;
  padding: 5px 10px;
}
.map-btn-transparent:hover {
  background-color: #222;
  border: solid 1px #FFF;
  color: #FFF;
  border-radius: 6px;
}
.map-btn-orange {
  background-color: #FFC329;
  margin: 10px;
  padding: 5px 10px;
}
.map-btn-orange:hover {
  background-color: #222;
  color: #FFC329;
  border-radius: 6px;
  border: solid 1px #FFC329;
}
.map-heading {
  color: #D4D9E9;
  font-size: 24px;
  font-weight: 700;
}
.map-header .buttons .close {
  padding: 0 15px;
  background: none;
  border: none;
}
.map-header .buttons .close svg {
  margin-top: 10px;
}
.map-content {
  position: relative;
  text-align: center;
}
.map-content svg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-content path {
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dropdown.map-dropdown {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  opacity: 0;
}
#north-west-dropdown {
  top: -381px;
  left: 191px;
}
#central-dropdown {
  top: -302px;
  left: 104.6px;
}
#uralskiy-dropdown {
  top: -272px;
  left: 350px;
}
#privolzhskiy-dropdown {
  top: -246px;
  left: 170px;
}
#siberian-dropdown {
  top: -206px;
  left: 511px;
}
#far-eastern-dropdown {
  top: -352px;
  left: 738px;
}
#southern-dropdown {
  top: -201.3px;
  left: 61px;
}
#north-kavkasian-dropdown {
  top: -126.7px;
  left: 89.8px;
}
.dropdown.map-dropdown .dropdown-menu:before {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  /*Нужно для работы скрипта*/
  opacity: 1;
}
.dropdown.map-dropdown .dropdown-menu.active:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dropdown.map-dropdown #north-west-dropdown::before {
  background: url('../img/north-west.png') no-repeat;
  top: -120px;
}
.dropdown.map-dropdown #central-dropdown::before {
  background: url('../img/central.png') no-repeat;
  top: -114px;
}
.dropdown.map-dropdown #uralskiy-dropdown::before {
  background: url('../img/uralskiy.png') no-repeat;
  top: -106px;
}
.dropdown.map-dropdown #privolzhskiy-dropdown::before {
  background: url('../img/privolzhskiy.png') no-repeat;
  top: -105px;
}
.dropdown.map-dropdown #siberian-dropdown::before {
  background: url('../img/siberian.png') no-repeat;
  top: -123px;
}
.dropdown.map-dropdown #far-eastern-dropdown::before {
  background: url('../img/far-eastern.png') no-repeat;
  top: -103px;
}
.dropdown.map-dropdown #southern-dropdown::before {
  background: url('../img/southern.png') no-repeat;
  top: -126px;
}
.dropdown.map-dropdown #north-kavkasian-dropdown::before {
  background: url('../img/north-kavkasian.png') no-repeat;
  top: -110px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #FFF;
  border: 1px solid #DDD;
  border: 1px solid #DDD;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}
.dropdown.map-dropdown .dropdown-menu>li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px dashed #D4D9E9;
  margin: 0px 15px;
  margin-top: 2px;
  padding: 0;
}
.dropdown.map-dropdown .dropdown-menu>li:not(.dropdown-header) {
  opacity: 0;
  height: 0;
}
.dropdown.map-dropdown .dropdown-menu>li:first-child, .dropdown.map-dropdown .dropdown-menu>li:last-child {
  border: none;
  margin-bottom: 7px;
}
.dropdown-header {
  margin: 2px 8px;
}
.dropdown-header .title {
  font-weight: 700;
  font-size: 17px;
  color: #2B2518;
}
.dropdown-header .map-subtitle {
  margin-left: 27px;
}
.map-checkbox {
  position: absolute;
  z-index: 100000;
  opacity: 0;
}
.map-checkbox+label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 400;
  font-size: 14px;
  color: #707070;
  cursor: pointer;
}
.map-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background: #FFFFFF;
  border: 1px solid #D4D9E9;
  border-radius: 3px;
  margin-right: 5px;
}
.title-label::before {
  margin-bottom: -16px;
}
.map-checkbox:checked+label::before {
  border-color: #FFC329;
  background-color: #FFC329;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.map-checkbox+label:hover {
  color: #2B2518;
}
.mobile-dropdown {
  display: none;
}
.dropdown-input {
  display: none;
}
.title-label {
  display: block !important;
}

.select-region {
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  border: 1px solid #f8f9fc;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 15px 0;
  width: 100%;
  color: #272727;
  background: url('../img/search.svg') no-repeat 2% 50%, url('../img/caret.svg') no-repeat 98% 50%;
  padding: 10px;
  max-width: 250px;
}
.select-region:hover {
  background-color: #fff;
  border: 1px solid #FFC329;
}
.select-region span:nth-child(2) {
	display:none;
}
.select-region.js-set-locations span:nth-child(1) {
	display: none;
}
.select-region.js-set-locations span:nth-child(2) {
	display: initial;
}
.select-region:after {
	content: "";
	background-color: rgba(255, 174, 0, 0.3);
	height: 100px;
	position: absolute;
	-webkit-transform: translate3d(-250%, 10px, 0) rotate3d(0, 0, 1, 45deg);
	        transform: translate3d(-250%, 10px, 0) rotate3d(0, 0, 1, 45deg);
	-webkit-transition: all 2.3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 2.3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 2.3s cubic-bezier(0.19, 1, 0.22, 1);
	width: 200px;
}
.select-region:hover:after {
	background-color: rgba(255, 174, 0, 0.5);
	-webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
	        transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
 .dropup-img {
 	display: none;
 }
#mobile-map-dropdown {
	display: none;
}
#mobile-select-region{
  	display: none;
}
#desktop-select-region{
  	display: block;
  }
@media (max-width: 1199px) {
  ul, li {
    list-style: none;
  }
  .justify-content-btw {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-map-dropdown {
  	display: none;
    background-color: #fff;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 10px 0;
    margin-left: calc(42.5vw - 157.8px);
    margin-top: -22px;
  }
  .dropdown-child {
    display: none;
    text-align: left;
    margin-left: 40px;
  }
  .select-region {
    position: relative;
  }
  .form-group {
    margin-top: 90px;
  }
  .dropup-img {
    display: none;
    margin: auto;
    z-index: 102;
    top: -20px;
    margin-left: calc(42.5vw - 135px);
  }
  .dropdown.mobile-map-dropdown .dropdown-menu>li, .dropdown-child>li {
    border-bottom: 1px dashed #D4D9E9;
    margin: 3px 15px;
    margin-left: -35px;
    padding: 0;
  }
  .dropdown.mobile-map-dropdown .dropdown-menu>li:first-child, .dropdown.mobile-map-dropdown .dropdown-menu>li:last-child, .dropdown-child li:last-child {
    border: none;
    margin-bottom: 15px;
  }
  .dropdown-header .title {
    font-weight: 400;
    font-size: 17px;
    color: #2B2518;
    background: url('../img/caret.svg') no-repeat 100% 6px;
    display: block;
    padding-right: 15px;
  }
  .psevdo-check {
    width: 23px;
    height: 23px;
    line-height: 23px;
    color: #fff;
    border: 1px solid #FFC329;
    border-radius: 3px;
    background-color: #FFC329;
    font-size: 18px;
    padding-left: 2px;
    margin-right: 5px;
  }
  .map-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .map-checkbox+label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-weight: 400;
    font-size: 14px;
    color: #707070;
    cursor: pointer;
  }
  .map-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background: #FFFFFF;
    border: 1px solid #D4D9E9;
    border-radius: 3px;
    margin-right: 5px;
  }
  .dropdown-header .title::before {
    display: none !important;
  }
  .map-checkbox:checked+label::before {
    border-color: #FFC329;
    background-color: #FFC329;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  }
  .map-checkbox+label:hover {
    color: #2B2518;
  }
  .mobile-dropdown {
    display: none;
  }
  #mobile-map-dropdown {
  	display: none;
  }
  #mobile-select-region{
  	margin-left: calc(42.5vw - 157.8px);
  	display: block;
  }
  #desktop-select-region{
  	display: none;
  }
  .select-region:hover {
    background-color: #fff;
    border: 1px solid #FFC329;
  }
  .select-region {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border: none;
    margin: 15px 0;
    width: 100%;
    color: #272727;
    background: url('../img/search.svg') no-repeat 2% 50%, url('../img/caret.svg') no-repeat 98% 50%;
    padding: 10px;
    max-width: 260px;
    z-index: 101;
  }
  .focused {
    display: none;
  }
}
@media (max-width: 991px) {
	#mobile-select-region{
  		margin-left: calc(44vw - 157.8px);
  	}
  	.mobile-map-dropdown {
  		margin-left: calc(44vw - 157.8px);
  	}
}
@media (max-width: 425px) {
	#mobile-select-region{
  		margin-left: calc(46vw - 157.8px);
  	}
  	.mobile-map-dropdown {
  		margin-left: calc(46vw - 157.8px);
  	}
}