body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figcaption,
figure {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: 0;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
@font-face {
  font-family: IntroRegular;
  src: url("../fonts/IntroRegular/IntroRegular.eot");
  src: url("../fonts/IntroRegular/IntroRegular.woff") format('woff'), url("../fonts/IntroRegular/IntroRegular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: MinionProRegular;
  src: url("../fonts/MinionProRegular/MinionProRegular.eot");
  src: url("../fonts/MinionProRegular/MinionProRegular.woff") format('woff'), url("../fonts/MinionProRegular/MinionProRegular.ttf") format('truetype'), url("../fonts/MinionProRegular/MinionProRegular.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: OpenSansBold;
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.woff") format('woff'), url("../fonts/OpenSansBold/OpenSansBold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: OpenSansRegular;
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular/OpenSansRegular.woff") format('woff'), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: OpenSansSemiBold;
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format('woff'), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: PTSansBold;
  src: url("../fonts/PTSansBold/PTSansBold.eot");
  src: url("../fonts/PTSansBold/PTSansBold.woff") format('woff'), url("../fonts/PTSansBold/PTSansBold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: PTSansRegular;
  src: url("../fonts/PTSansRegular/PTSansRegular.eot");
  src: url("../fonts/PTSansRegular/PTSansRegular.woff") format('woff'), url("../fonts/PTSansRegular/PTSansRegular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:after {
  clear: both;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev {
  left: 25px;
}
.slick-next {
  right: 25px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #000;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
/*=================
  Base layout
====================*/
html,
body {
  height: 100%;
}
body {
  /*padding-top: 135px;*/
  padding-top: 110px;
  width: 100%;
  font-size: 18px;
  background-color: #fff;
  color: #000;
  font-family: 'PTSansRegular';
}
.wrapper {
  max-width: 1020px;
  padding: 0 10px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
/*=================
  Basic elements
====================*/
a {
  text-decoration: none;
  color: #000;
}
.main-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.main-title p {
  font-size: 48px;
  position: relative;
  color: #000;
  display: inline-block;
  z-index: 1;
  text-transform: uppercase;
  font-family: 'IntroRegular';
}

.main-title.white p{
  color: #fff;
}
.main-title.another p:before{
  background-color: #f6f6f6;
  left: -3px;
}
.main-title.another p:after{
  left: 25px;
}


.main-title.grey p:before{
  background-color: #f6f6f6;
}

.main-title p:after {
  content: '';
  display: block;
  position: absolute;
  width: 79px;
  height: 79px;
  border-radius: 3px;
     top: -17px;
    left: -29px;
  z-index: -4;
  background-color: #FF1B22;
}
.main-title p:before {
  content: '';
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  z-index: -9;
  border-radius: 3px;
    top: 33px;
    left: -57px;
  background-color: #fff;
}
.main-title.big p {
  //font-size: 60px;
}
.main-button {
  font-family: 'IntroRegular';
  display: block;
  width: 280px;
  height: 50px;
  line-height: 52px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  background-color: #558bee;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: auto;
  box-shadow: 0 5px 0 0 #416bb8;
  transition: background-color .3s linear;
}
.main-button:hover {
  transition: background-color .3s linear;
  background-color: #77A2F1;
}

.main-button.big {
  width: 378px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
}


/*=================
  Project styles
====================*/
.main-header{
  padding: 5px 0;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  z-index: 300;
}
.main-header .wrapper:after{
  content: '';
  display: block;
  clear: both;
}
.main-logo{
  float: left;
}
.main-nav{
  float: left;
  margin-top: 40px;
  /*margin-left: 125px;*/
  margin-left: 40px;
}
.main-nav ul li:last-child{
  margin-right: 0;
}
.main-nav ul li{
  float: left;
  margin-right: 50px;
}
.main-nav ul li a:hover{
  text-decoration: underline;
  color: #FF1B22;
}

.header_link img{
    width: 120px;
    height: 120px;
}

.header_link {
    text-align: right;
    font-family: IntroRegular;
    font-size: 13px;
    transition: 0.3s;
    display: block;
    margin-bottom: 20px;
}

.header_link:hover {
    opacity: 0.7;
}


.header-r{
  float: right;
  position: relative;
  margin-top: 15px;
  padding-left: 15px;
  text-align: right;
}
.header-r .nice-select{
  position: absolute;
  right: 100%;
  top: 50%;
  width: 125px;
  margin: -11px 0 0;
}
.header-r p{
  font-size: 14px;
}
.header-r strong{
  display: block;
  margin-top: 3px;
  font-size: 24px;
  font-family: 'IntroRegular';
  color: #FF1B22;
}
.header-r a:hover{
  text-decoration: none;
}
.header-r a{
  font-size: 14px;
  color: #558bee;
  display: block;
  text-decoration: underline;
}
.top-block{
    background: url(../images/top-bg.jpg) center top no-repeat;
    background-size: cover;
    min-height: 693px;
    padding-top: 15px;
    padding-bottom: 50px;
  
}
.top-title{
  font-size: 48px;
  text-align: center;
  color: #fff;
  font-family: 'IntroRegular';
}
.top-subtitle{
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  font-family: PTSansBold;
}
.top-wrap:after{
  content: '';
  display: block;
  clear: both;
}
.top-wrap{
  margin-top: 90px;
}
.top-l{
  float: left;
  margin-left: 90px;
}
.top-r{
  float: right;
  margin-right: 90px;
}
.top-l-item:nth-of-type(1):before{
background: url('../images/sprite.png') no-repeat -1px -1px;
  width: 42px;
  height: 43px;
}
.top-l-item:nth-of-type(2):before{
background: url('../images/sprite.png') no-repeat -56px 0;
  width: 50px;
  height: 50px;
}
.top-l-item:nth-of-type(3):before{
background: url('../images/sprite.png') no-repeat -116px 0;
  width: 50px;
  height: 50px;
}
.top-l-item:nth-of-type(4):before{
background: url('../images/sprite.png') no-repeat -181px 0;
  width: 50px;
  height: 48px;
}

.top-l-item:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 30px;

}
.top-l-item{
  width: 327px;
  position: relative;
  height: 84px;
  display: table;
  background-color: #FF1B22;
  border-radius: 5px;
  padding-left: 95px;
  margin-bottom: 6px;
}
.top-l-item p{
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-family: PTSansBold;
  color: #fff;
  }
.main-form{
  width: 275px;
  padding: 15px 35px 0 35px;
  min-height: 339px;
  background-color: #fff;
}
.main-form p{
  text-align: center;
  margin-bottom: 15px;
}
.main-form p span{
  color: #FF1B22;
  font-family: PTSansBold;
}
.main-form label{
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #272626;
  font-family: OpenSansRegular;
}
.main-form input[type="submit"]{
  margin-top: 15px;
}
.main-form input[type="text"],
.main-form input[type="tel"]{
  height: 48px;
  padding-left: 15px;
  width: 95%;
  border: 1px solid #c1c1c1;
  margin-bottom: 5px;
  border-radius: 5px;
}
.feats-block{
  background-color: #f6f6f6;
  padding: 135px 0 75px;
}
.feats-block .wrapper:after{
  content: '';
  display: block;
  clear: both;
}
.feats-item p{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.feats-item{
  display: table;
  position: relative;
  float: left;
  height: 195px;
  width: 18%;
  background-color: #fff;
  margin: 0 1%;
}
.feats-item:before{
  content: '';
  display: block;
  position: absolute;
  top: -65px;
  margin: auto;
  left: 0;
  right: 0;
  width: 104px;
  height: 104px;
}
.feats-item:nth-of-type(1):before{
  background: url('../images/feats-icons.png') no-repeat 0 0;
}
.feats-item:nth-of-type(2):before{
  background: url('../images/feats-icons.png') no-repeat -201px 0;
}
.feats-item:nth-of-type(3):before{
  background: url('../images/feats-icons.png') no-repeat -400px 0;
}
.feats-item:nth-of-type(4):before{
  background: url('../images/feats-icons.png') no-repeat -600px 0;
}
.feats-item:nth-of-type(5):before{
  background: url('../images/feats-icons.png') no-repeat -800px 0;
}
.obj-title span{
  color: #FF1B22;
  display: block;

}
.obj-title{
  margin-top: 75px;
  margin-bottom: 95px;
  text-align: center;
  font-family: 'IntroRegular';
  font-size: 48px;
}
.obj-item{
  position: relative;

}
.obj-item:after{
  content: '';
  display: block;
  clear: both;
}
.obj-icon:after{
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: -40px;
  background: url('../images/sprite.png') no-repeat -1px -66px;
  width: 64px;
  height: 64px;
}
.obj-icon:before{
  content: '';
  display: block;
  position: absolute;
  top: -66px;
  border-radius: 3px;
  left: -66px;
  background-color: #FF1B22;
  width: 113px;
  height: 113px;
  box-shadow: -60px 60px 0 0 #f6f6f6;
}
.obj-icon{
  float: left;
  margin-left: 3px;
  position: relative;
}
.obj-icon img{
  border: 7px solid #fff;
  box-shadow: 0 0 0 3px #FF1B22;
  border-radius: 3px;
}
.obj-i-text span{

  font-family: PTSansBold;
}
.obj-item.two .obj-i-text{
  margin-top: 84px;
}
.obj-i-text{
  margin-left: 514px;
  margin-top: 40px;
  width: 43%;
}
.obj-i-title{
  font-size: 24px;
  font-family: PTSansBold;
  margin-left: 514px;
  position: relative;
  top: -10px;
}
.obj-item a{
  position: absolute;
  left: 514px;
  bottom: 8px;
}
.line-item:before{
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  background: url('../images/sprite.png') no-repeat -272px 0, #fff;
  width: 28px;
  height: 28px;
}
.line-item{
  height: 1px;
  margin: 70px 0 90px;
  background-color: #e0dfdf;
  position: relative;
}
.obj-wrap{
  padding-bottom: 70px;
}
.obj-wrap:after{
  content: '';
  display: block;
  clear: both;
}
.obj-li{
  float: left;
  width: 24%;
  margin: 0 .5%;
}
.obj-li-icon img{
    border: 7px solid #fff;
  box-shadow: 0 0 0 3px #FF1B22;
  border-radius: 3px;
}
.obj-li strong{
    display: block;
    font-family: PTSansBold;
    margin-top: 10px;
}
.obj-li p{
  margin-top: 30px;
  width: 95%;
}
#partners{
  background-color: #f6f6f6;
  padding-top: 1px;
  padding-bottom: 110px;
}
.partners-wrap{
  margin-top: 90px;
  text-align: center;
  margin-bottom: 100px;
}
.partners-item:nth-of-type(2){
  margin: 0 7%;
}
.partners-item p{
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 110px;
}
.partners-item{
  vertical-align: top;
  min-height: 115px;
  width: 25%;
  position: relative;
  display: inline-block;
}
.letters-wrap:after{
  content: '';
  display: block;
  clear: both;
}
.lettes-block{
  padding-bottom: 30px;
}
.letters-wrap{
  text-align: center;
}
.letters-item{
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 1%;
}
.diploma-item{
  display: block;
}
.diploma-item img,
.letters-item img{
  box-shadow: 23px 23px 25px 0px rgba(0, 0, 0, 0.15);
}
.letters-item p{
  font-size: 24px;
  margin: 15px 0;
}
.why-block{
  background-color: #f6f6f6;
  padding-top: 1px;
  padding-bottom: 92px;
}
.why-wrap:after{
  content: '';
  display: block;
  clear: both;
}
.why-l{
  float: left;
  margin-left: 3px;
}
.why-l iframe{
  border: 4px solid #FF1B22;
}
.why-r{
  width: 44%;
  float: right;
}
.why-r ul li:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: url('../images/sprite.png') no-repeat -81px -82px;
  width: 26px;
  height: 26px;
}
.why-r ul li{
  margin: 25px 0;
  padding-left: 55px;
  position: relative;
}
.warranty-block{
  background: url('../images/middle-bg.jpg') center top no-repeat;
  min-height: 591px;
  padding-top: 1px;
}
.warranty-wrap:after{
  content: '';
  display: block;
  clear: both;
}
.warranty-l{
  float: left;
  width: 45%;
  margin-left: 5%;
}
.warranty-r{
  float: right;
  margin-right: 5%;
}
.warranty-l strong span{
  color: #FF1B22;
}
.warranty-l strong{
  display: block;
  font-size: 24px;
  font-family: PTSansBold;
  color: #fff;
}
.warranty-l p{
  color: #fff;
  font-size: 24px;
  margin-top: 30px;
}
.main-form strong{
  display: block;
  color: #181818;
  font-family: PTSansBold;
  font-size: 30px;
  text-align: center;
  margin: 15px 0 25px;
}
.f-title{
  text-align: center;
  font-size: 24px;
  font-family: PTSansBold;
  margin-top: -20px;
}
.f-wrap{
  width: 866px;
  height: 369px;
  position: relative;
  margin: 50px auto 30px;
  background: url('../images/sheme.png') center top no-repeat;
}
.f-wrap p span{
  font-family: PTSansBold;
  color: #558bee;
}
.f-wrap p{
  position: absolute;
}
.f-wrap p:nth-of-type(1){
width: 270px;
left: 0;
top: 5px;
}
.f-wrap p:nth-of-type(3){
width: 300px;
left: 0;
top: 190px;
}
.f-wrap p:nth-of-type(2){
width: 233px;
right: 0;
text-align: right;
top: 135px;
}
.diploma-block{
  background-color: #f6f6f6;
  padding-top: 1px;
  padding-bottom: 170px;
}
.diploma-wrap:after{
  content: '';
  display: block;
  clear: both;
}
.diploma-wrap{
  margin-top: 120px;
}
.diploma-item{
  float: left;
  width: 24%;
  margin: 0 .5% 50px .5%
}
.call-block{
  background: url('../images/bottom-bg.jpg') center top no-repeat;
  min-height: 458px;
}
.call-block p span{
  color: #FF1B22;
}
.call-block p{
  position: absolute;
  font-size: 30px;
  font-family: IntroRegular;
  text-align: center;
      top: 110px;
    right: 70px;
  color: #fff;
}
.call-block a{
  position: absolute;
  right: 200px;
  top: 320px;
}
.p-block{
  padding-bottom: 100px;
}
.p-wrap{
  text-align: center;
}
.p-wrap:after{
  content: '';
  display: block;
  clear: both;
}
.p-item img{
      border: 7px solid #fff;
    box-shadow: 0 0 0 3px #FF1B22;
    border-radius: 3px;
}
.p-item p{
  padding: 10px 0 25px;
}
.p-item{
  display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1%;
}
.p-title{
  font-family: IntroRegular;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}
.how-block{
  background-color: #f6f6f6;
  padding-top: 1px;
  padding-bottom: 65px;
}
.how-wrap{
  margin-top: 160px;
}
.how-wrap:after{
  content: '';
  display: block;
  clear: both;
}
.how-item{
  float: left;
  text-align: center;
  width: 18%;
  position: relative;
  margin: 0 1%;
}
.how-item p{
  margin-top: 10px;
}
.how-icon{
  background-color: #FF1B22;
  height: 117px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  width: 117px;
  }
.how-icon:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url('../images/sprite.png');
  background-repeat: no-repeat;
}
.how-item:nth-of-type(1) .how-icon:after{
  background-position: -129px -73px;
  width: 44px;
  height: 50px;
}.how-item:nth-of-type(2) .how-icon:after{
  background-position: -185px -77px;
  width: 50px;
  height: 50px;
}.how-item:nth-of-type(3) .how-icon:after{
  background-position: -247px -77px;
  width: 42px;
  height: 50px;
}.how-item:nth-of-type(4) .how-icon:after{
  background-position: -1px -145px;
  width: 50px;
  height: 37px;
}.how-item:nth-of-type(5) .how-icon:after{
  background-position: -102px -141px;
  width: 49px;
  height: 50px;
}
.how-item:before{
  content: '1';
  display: block;
  background-color: #fff;
  position: absolute;
  left: -20px;
  font-size: 30px;
  top: -50px;
  border-radius: 5px;
  font-family: IntroRegular;
  padding: 15px 55px 42px 25px
  }
.how-item:nth-of-type(2):before{
  content: '2';
}
.how-item:nth-of-type(3):before{
  content: '3';
}
.how-item:nth-of-type(4):before{
  content: '4';
}
.how-item:nth-of-type(5):before{
  content: '5';
}
.ask-block{
  background: url('../images/footer-bg.jpg') center top no-repeat;
  min-height: 324px;
}
.ask-title{
  font-family: IntroRegular;
  color: #fff;
  text-align: center;
  font-size: 60px;
  padding-top: 40px;
}
.ask-stitle{
  text-align: center;
  color: #fff;
  font-family: IntroRegular;
  font-size: 24px;
  margin: 30px 0 45px;
}
.main-footer{
  padding: 9px 0;
}
.main-footer .wrapper:after{
  content: '';
  display: block;
  clear: both;
}
.develop{
  margin-top: 5px;
}
.map-badge-icon{
  text-align: center;
  margin-bottom: 10px;
}
.map-badge p:nth-of-type(2n){
  margin-bottom: 15px;
}
.map-block{
  background-color: #e6e6e6;
  position: relative;
}
.map-badge:before{
  content: '';
  display: block;
  position: absolute;
  top:-42px;
  right:-52px;
  background-color: #FF1B22;
  border-radius: 3px;
  width:110px;
  height:110px;
  box-shadow: -390px 300px 0 0 #FF1B22;
}
.map-badge:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
}
.map-badge > *{
  position: relative;
  z-index: 300;
}
.map-badge{
  background-color: #fff;
  position: absolute;
  top: 140px;
  left: 11%;
  z-index: 200;
  width: 320px;
  min-height: 310px;
  padding: 20px 40px 0;
}
.map-badge p span{
  font-family: PTSansBold;
}
#map-canvas{
  width: 100%;
  height: 600px;
}
#small-modal-call{
  position: relative;
}
.modal-close:active{
  top: 5px;
}
.arcticmodal-close{
  display: block;
  right: 4px;
  top: 4px;
  cursor: pointer;
 background: url('../images/sprite.png') no-repeat -65px -130px;
  width: 16px;
  height: 16px;
}

select {
  display: none; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #b8b8b8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  width: 150px;
  margin-bottom: 5px;
  font-weight: normal;
  height: 29px;
  line-height: 27px;
  font-size: 14px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
   }
.nice-select:hover {
  border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }
.nice-select:after {
  content: '';
  display: block;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 4.5px 0 4.5px;
border-color: #e42128 transparent transparent transparent;
  }
.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0); }
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }
.nice-select.disabled:after {
  border-color: #cccccc; }
.nice-select.wide {
  width: 100%; }
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }
.nice-select.right {
  float: right; }
.nice-select.right .list {
  left: auto;
  right: 0; }
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }
.nice-select.small:after {
  height: 4px;
  width: 4px; }
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
  background-color: #fff !important; }
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 14px;
  text-align: left;
  transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #efefef; }
.nice-select .option.selected {
  font-weight: bold; }
