
@font-face {
  font-family: 'GothamProBold';
  src: url('../fonts/GothamProBold.eot');
  src: local('☺'), url('../fonts/GothamProBold.ttf') format('truetype'), url('../fonts/GothamProBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamProRegular';
  src: url('../fonts/GothamProRegular.eot');
  src: local('☺'), url('../fonts/GothamProRegular.ttf') format('truetype'), url('../fonts/GothamProRegular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CIRCEEXTRABOLD';
  src: url('../fonts/CIRCEEXTRABOLD.eot');
  src: local('☺'), url('../fonts/CIRCEEXTRABOLD.ttf') format('truetype'), url('../fonts/CIRCEEXTRABOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CIRCELIGHT';
  src: url('../fonts/CIRCELIGHT.eot');
  src: local('☺'), url('../fonts/CIRCELIGHT.ttf') format('truetype'), url('../fonts/CIRCELIGHT.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CIRCEBOLD';
  src: url('../fonts/CIRCEBOLD.eot');
  src: local('☺'), url('../fonts/CIRCEBOLD.ttf') format('truetype'), url('../fonts/CIRCEBOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


*{
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
    font-family: 'CIRCELIGHT';
    color: #1c1c1c;
    overflow-x: hidden;
}
ul{
    padding-left: 20px;
    margin-bottom: 0;
}
a:hover, a:focus, a:active{
    outline: none;
}

.container{
    width: 1240px;
    padding-left: 0px;
    padding-right: 0px;
}
input{
  color: #000!important;
}
.yellow-button{
  display: block;
  background-color: #ffb900;
  text-align: center;
  line-height: 38px;
  height: 35px;
  width: 146px;
  border-radius: 20px;
  color: #1c1c1c;
  font-family: 'CIRCEEXTRABOLD';
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.yellow-button:hover{
  text-decoration: none;
  color: #1c1c1c;
  background-color: #ffd253;
}
.title-wrapper{
  text-align: center;
  clear: both;
}
.title-wrapper h2{
  /* max-width: 500px; */
  border-bottom: 4px solid #ffb900;
  display: inline-block;
  font-size: 36px;
  margin: 40px auto;
  padding-bottom: 12px;
  position: relative;
}
.title-wrapper h2:after{
  position: absolute;
  border-top: 4px solid #ff4131;
  content: '';
  width: 552px;
  right: -600px;
  top: 20px;
}
.title-wrapper h2:before{
  position: absolute;
  border-top: 4px solid #0053a4;
  content: '';
  width: 552px;
  left: -600px;
  top: 20px;
}
.mobile-menu{
  display: none;
}
/* header */
header{
  background: url(../images/header_bg.png) no-repeat top center;
  min-height: 100px;
  padding-top: 9px;
}
header .container{
  line-height: 30px;
  position: relative;
}
header .logo{
  float: left;
  margin: 15px 0 0;
}
header ul{
  margin: 14px 0 0 20px;
  float: left;
}
header ul li{
  float: left;
  list-style: none;
  margin-left: 28px;
}
header ul li a{
  color: #fff;
  font-size: 10px;
  font-family: 'CIRCEEXTRABOLD';
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
header ul li a:hover{
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}
header .header-phone-button{
  float: right;
  padding: 14px 0 0;
}
/* header .header-phone-button .header-modal-button,header .header-phone-button p{
  float: left;
} */
header .header-phone-button p{
  color: #fff;
  font-size: 12px;
  font-family: 'CIRCEEXTRABOLD';
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  text-align: center;
  display: none;
}
header .header-phone-button p a{
  text-decoration: none;
  color: #fff;
}
header .header-phone-button .header-modal-button{
  color: #fff;
  font-size: 11px;
  font-family: 'CIRCEEXTRABOLD';
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #ff4131;
  width: 200px;
  line-height: 32px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  /* margin-left: 20px; */
  position: relative;
}
header .header-phone-button .header-modal-button:hover{
  background-color: #bf3f34;
}
header .header-phone-button .header-modal-button span{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    display: inline-block;
    opacity: 0;
}
header .header-phone-button .header-modal-button num{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
header .header-phone-button .header-modal-button:hover num{
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
}
header .header-phone-button .header-modal-button:hover span{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* /header */

/* index */
.main-page header{
  background: transparent;
  position: absolute;
  z-index: 99;
  /* margin-bottom: -123px; */
    width: 100%;
}
.main-page-container{
  background: url(../images/main_bg.jpg) no-repeat top center;
  padding-top: 100px;
}
.main-slider{
  margin-top: 90px;
}
.slider-block{
  width: 665px;
  margin: 0 auto;
  text-align: center;
  height: 330px;
}
.languages{
    padding: 0 10px;
    display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	flex-direction: column;
	height: 24px;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	position: absolute;
	z-index: 1;
	top: 55px;
    right: 0;
    float: none;
    /* transition: all 0.2s ease-in-out; */
}
.languages.open{
    height: auto;
    top: 50px;
    /* background-color: #fff; */
}
/* .languages.open a{
    color: #000;
} */
.languages li{
    text-align: right;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	order: 2;
	-webkit-order: 2;
	padding: 0;
	min-height: 24px;
	transition: all 0.3s ease;
	float: none;
	margin: 0;
	opacity: 0.8;
}
.languages li a{
    padding: 3px 0 0 25px;
    background-repeat: no-repeat;
	-webkit-background-size: 20px;
	background-size: 20px;
	background-position: center left;
}
.languages li.ru a{
    background-image: url(../images/russia.svg);
}
.languages li.be a{
    background-image: url(../images/belarus.svg);
}
.languages li.ua a{
    background-image: url(../images/ukraine.svg);
}
.languages li.active {
  	order: 1;
  	-webkit-order: 1;
  	pointer-events: none;
  	opacity: 1;
}
.slider-under{
  width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
.slider-under .slider-under-wrap{
  background-color: #fff;
  float: left;
  position: relative;
  border-bottom: 4px solid #fbbc05;
  padding: 25px 30px;
  width: 100%;
  -webkit-box-shadow: -2px 13px 77px -12px rgba(0,0,0,0.20);
  -moz-box-shadow: -2px 13px 77px -12px rgba(0,0,0,0.20);
  box-shadow: -2px 13px 77px -12px rgba(0,0,0,0.20);
}
.slider-block .carousel-title{
   font-size: 60px;
   color: #fff;
   font-family: 'GothamProBold';
   line-height: 60px;
   text-shadow: 2px 2px #000;
}
.slider-block .carousel-title span{
  font-family: 'GothamProRegular';
}
.slider-block .carousel-inner p{
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  width: 470px;
  margin: 15px auto;
  text-shadow: 2px 2px #000;
}
.slider-block .yellow-button{
  width: 187px;
  margin: 15px auto 0;
}
.slider-under ul{
  float: left;
  max-width: 220px;
  margin-top: 20px;
  margin-left: 30px;
}
.slider-under ul li{
  color: #222222;
  font-size: 16px;
  margin-bottom: 10px; 
}

.slider-under figure{
  float: left;
  margin-right: 14px;
}
.slider-under .slider-under-wrap:after{
  content: '';
  border-bottom: 4px solid #00539d;
  width: 33.3%;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.slider-under .slider-under-wrap:before{
  content: '';
  border-bottom: 4px solid #ea4335;
  width: 33.3%;
  position: absolute;
  right: 0;
  bottom: -4px;
}
.main-stages{
  padding: 0 41px;
}
.main-stages h2{
  font-size: 36px;
  text-align:center;
  margin-top: 90px;
  margin-bottom: 36px;
}
.main-stages .stage{
  float: left;
  max-width: 105px;
  text-align: center;
  color: #222222;
  font-size: 16px;
  line-height: 20px;
  margin-right: 107px;
  margin-top: 30px;
}
.main-stages .stage:last-child{
  margin-right: 0;
}
.main-stages .stage img{
  margin-bottom: 22px;
}
.main-stages .stage:hover img{
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);   
}
.main-stages .stages-line{
  height: 30px;
  background: url(../images/top.png) no-repeat center;
}
.main-free-consult{
  background: url(../images/blue.jpg) no-repeat center #fefefe;
  min-height: 436px;
  padding: 100px 0;
}
.main-free-consult .container{
  width: 820px;
}
.main-free-consult h2{
  font-size: 36px;
  margin-top: 45px;
  color: #fff;
  text-align: center;
}
.main-free-consult p{
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.main-free-consult form{
  width: 475px;
  margin: 0 auto;
  position: relative;
}
.main-free-consult form input{
  height: 35px;
  font-size: 13px;
  padding: 0 33px;
  float: left;
  border-radius: 20px;
  border: none;
  width: 265px;
}
.main-free-consult .yellow-button{
  width: 240px;
  border: none;
  float: left;
  margin-left: -30px;
}
.why-us{
  background-color: #fefefe;
  position: relative;
  z-index: 2;
  padding-bottom: 112px;
}
.why-us h2{
  font-size: 36px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.why-us .why-us-wrapper{
  width: 772px;
  margin: 0 auto;
}
.why-us .why-us-wrapper .blocks{
  width: 342px;
  position: relative;
  border-top: 4px solid #fbbc05;
  padding: 40px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
  -moz-box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
  box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
}
.why-us .why-us-wrapper .blocks:after{
  content: '';
  border-top: 4px solid #00539d;
  width: 33.3%;
  position: absolute;
  left: 0;
  top: -4px;
  -webkit-box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
  -moz-box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
  box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
}

.why-us .why-us-wrapper .blocks:before{
  content: '';
  border-top: 4px solid #ea4335;
  width: 33.3%;
  position: absolute;
  right: 0;
  top: -4px;
  -webkit-box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
  -moz-box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
  box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
}
.why-us .why-us-wrapper .blocks label{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.why-us .why-us-wrapper .blocks ul li{
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
  padding-left: 30px;
  list-style: none;
}
.why-us .why-us-wrapper .first-block ul li{
  background: url(../images/blue_check.jpg) no-repeat left center;
}
.why-us .why-us-wrapper .second-block ul li{
  background: url(../images/red_check.jpg) no-repeat left center;
}
.main-tabs{
  background: url(../images/tabs_bg.jpg) top center;
  padding: 74px 0;
}
.tabs-container{
  width: 1030px;
  margin: 0 auto;
}
.tabs-container .nav-tabs>li{
  width: 342px;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.tabs-container .nav-tabs>li.active{
  border-bottom: 2px solid #fff;

}
.tabs-container .nav-tabs>li>a{
  border-radius: 0;
  font-size: 16px;
  color: #c4c4c4;
  height: 76px;
  line-height: 22px;
  background-color: #fff;
  border: none;
  border-top: 4px solid #f6b905;
  margin-right: 0;
  padding: 15px 60px 0 60px;
}
.tabs-container .nav-tabs>li:first-child>a{
  line-height: 50px;
}
.tabs-container .nav-tabs{
  border-bottom: 0;
}
.tabs-container .nav-tabs>li:nth-child(2){
  margin: 0 2px;
}
.tabs-container .nav-tabs>li.active>a, .tabs-container .nav-tabs>li.active>a:hover,.tabs-container .nav-tabs>li.active>a:focus{
  color: #222222;
  border: none;
  background: url(../images/tab_bot.png) no-repeat bottom center #fff; 
}
.tabs-container .nav-tabs>li>a:hover{
  border-top: 4px solid #e94335;
}
.tabs-container .tab-content{
  background-color: #fff;
  float: left;
  width: 100%;
}
.tabs-container .price-tab-block{
  float: left;
  /* width: 343px; */
  width: 50%;
  margin: 50px 0;
  background: url(../images/tab_right.png) no-repeat right center; 
  text-align: center;
  min-height: 152px;
}
.tabs-container .price-tab-block.tab-1{
    padding-top: 45px;
}
.tabs-container .price-tab-block h4{
  font-size: 16px;
  margin-top: 30px;
}
.tabs-container .price-tab-block h4 span{
  font-family: 'CIRCEBOLD';
  display: block;
  margin-top: 5px;
}
.tabs-container .price-tab-block .price{
  font-size: 36px;
  font-family: 'GothamProBold';
}
.tabs-container .price-tab-block .blue-button{
  width: 126px;
  margin: 30px auto 0;
  background-color: #0054a0;
  color: #fff;
  height: 35px;
  text-align:center;
  line-height: 37px;
  font-size: 11px;
  font-family: 'CIRCEEXTRABOLD';
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  border-radius: 20px;
  text-decoration: none;
}
.tabs-container .price-tab-block .blue-button:hover{
  background-color: #003f78;
}
.tabs-container .second-pane{
  background: url(../images/book.jpg) no-repeat right bottom; 
  min-height: 450px;
  width: 100%;
  float: left;
}
.tabs-container .second-pane ul{
  width: 355px;
  margin-left: 106px;
  margin-top: 24px;
  float: left;
  margin-bottom: 15px;
}
.tabs-container .second-pane ul li{
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 20px;
  color: #ff4131;
}
.tabs-container .second-pane ul li span{
  color: #222222;
}
.tabs-container .calendar-pane{
  width: 395px;
  margin-left: 105px;
  margin-top: 36px;
}
.tabs-container .third-pane{
  background: url(../images/calendar.jpg) no-repeat right bottom; 
  min-height: 740px;
  width: 100%;
  float: left;
}
.tabs-container .third-pane h4,.tabs-container .third-pane label{
  font-size: 16px;
  font-family: 'CIRCEBOLD';
}
.tabs-container .third-pane label{
  display: block;
  margin-top: 22px;
}
.tabs-container .third-pane ul{
  padding-left: 16px;
}
.tabs-container .third-pane ul li{
  color: #e94335;
  margin-bottom: 5px;
}
.tabs-container .third-pane ul li span{
  color: #222222;
}
/* /index */

/* benefits */
.benefits-post .benefits-text,.benefits-post figure{
  float: left;
}
.benefits-content .benefits-post:nth-child(2n+1) .benefits-text, .benefits-content .benefits-post:nth-child(2n+1) figure{
  float: right;
}
.benefits-content .benefits-post:nth-child(2n+1) figure{
  margin-right: 0;
  margin-left: 25px;
}
.benefits-post figure{
  max-width: 400px;
  margin-right: 25px;
}
.benefits-post .benefits-text{
  max-width: 705px;
}
.benefits-content .title-wrapper{
  position: relative;
}
.benefits-post .benefits-text h3{
  font-size: 20px;
  font-family: 'CIRCEEXTRABOLD';
  margin-top: 40px;
}
.benefits-post .benefits-text h3 a{
  color: #1c1c1c;
  text-decoration: none;
}
.benefits-post .benefits-text span{
  font-size: 13px;
  display: block;
  margin-bottom: 30px;
}
.benefits-post .benefits-text .read-more{
  margin-top: 20px;
}
.benefits-post .benefits-text p{
  font-size: 16px;
}
.benefits-post{
  margin-bottom: 30px;
}
.benefits-post img{
    max-width: 396px;
    width: 100%;
    height: auto;
}
.benefits-content .title-wrapper h2{
  /* max-width: 232px; */
  border-bottom: 4px solid #ffb900;
  font-size: 36px;
  margin: 40px auto;
  padding-bottom: 12px;
  position: relative;
  white-space: nowrap;
}
.benefits-content .title-wrapper h2:after{
  position: absolute;
  border-top: 4px solid #ff4131;
  content: '';
  width: 552px;
  right: -600px;
  top: 20px;
}
.benefits-content .title-wrapper h2:before{
  position: absolute;
  border-top: 4px solid #0053a4;
  content: '';
  width: 552px;
  left: -600px;
  top: 20px;
}
.benefits-popular .popular-post{
  width: 290px;
  float: left;
  margin-right: 26px;
  min-height: 430px;
}
.benefits-popular .popular-post h4{
  font-family: 'CIRCEEXTRABOLD';
  color: #1c1c1c;
  font-size: 16px;
  margin-top: 20px;
}
.benefits-popular .popular-post h4 a{
  color: #1c1c1c;
  text-decoration: none;
}
.benefits-popular .popular-post{
  font-size: 16px;
  position: relative;
  padding-bottom: 40px;
}
.benefits-popular .popular-post img{
    max-width: 290px;
    height: auto;
}
.benefits-popular .popular-post span{
  font-size: 13px;
}
.benefits-popular .popular-post:last-child{
  margin-right: 0;
}
.benefits-popular .popular-post .popular-text p{
  margin-top: 10px;
}
.benefits-popular .read-more{
  position: absolute;
  left: 0;
  bottom: 0;
}
.benefits-content .title-wrapper.title-lower h2{
  /* max-width: 270px; */
  margin: 0 0 27px 106px;
  /* display: block; */
}
.benefits-content .title-wrapper.title-lower h2:after{
  width: 920px;
  right: -968px;
}
.benefits-content .title-wrapper.title-lower h2:before{
  width: 155px;
  /* width: 50vw; */
  left: -203px;
  /* left: initial; */
  /* right: 120%; */
}
.benefits-content .show-more{
  display: block;
  margin: 10px auto 40px;
  background: #ff4131;
  color: #fff;
  text-align: center;
  width: 210px;
  height: 35px;
  line-height: 38px;
  font-size: 11px;
  font-family: 'CIRCEEXTRABOLD';
  border-radius: 20px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}
.benefits-content .show-more:hover{
  background-color: #bf3f34;
}
.benefits-content .show-more:after{
  width: 10px;
  height: 10px;
  content: '';
  background: url(../images/refresh.png) no-repeat;
  position: absolute;
  right: 27px;
  top: 12px;
}
/* /benefits */

/* benefits-news */
.benefits-news-container{
  position: relative;
  margin-top: 40px;
}
.benefits-news-container h1{
  text-align: center;
  margin: 0 auto 60px;
  max-width: 670px;
}
.benefits-news-container .prev-post{
  position: absolute;
  left: 5px;
  top: 6px;
  font-size: 13px;
  color: #324d8f;
  padding-left: 13px;
  height: 25px;
  display: block;
  line-height: 27px;
  background: url(../images/left-arrow.png) no-repeat left center; 
  text-decoration: none;
  text-transform: uppercase;
}
.benefits-news-container .next-post{
  position: absolute;
  right: 5px;
  top: 6px;
  font-size: 13px;
  color: #324d8f;
  padding-right: 13px;
  height: 25px;
  display: block;
  line-height: 27px;
  background: url(../images/right-arrow.png) no-repeat right center;
  text-decoration: none;
  text-transform: uppercase;
}
.benefits-news-container .next-post:hover, .benefits-news-container .prev-post:hover{
  color: #0053a4;
}
.benefits-wrapper{
  width: 1080px;
  padding: 0 25px;
  margin: 0 auto;
}
.benefits-wrapper .benefits-left-part{
  margin-bottom: 36px;
}
.benefits-wrapper .benefits-left-part,.benefits-wrapper .benefits-right-part{
  width: 502px;
}
.benefits-wrapper .news-date{
  color: #ff4131;
  margin-bottom: 28px;
  font-size: 13px;
}
.benefits-wrapper .benefits-left-part h4{
  font-size: 16px;
  font-family: 'CIRCEBOLD';
}
.benefits-wrapper .benefits-left-part p{
  font-size: 16px;
}
.benefits-wrapper .benefits-left-part img{
  width: 100%;
}
.benefits-wrapper .benefits-left-part span{
  display: block;
  border-left: 1px solid #ff4131;
  padding-left: 18px;
  margin: 20px 0;
  font-size: 16px;
  font-family: 'CIRCEBOLD';
}
.benefits-wrapper .benefits-place-now{
  float: left;
  position: relative;
  border-bottom: 4px solid #fbbc05;
  padding: 25px 30px;
  width: 100%;
  /* top: 40px; */
  top: 0;
  -webkit-box-shadow: -2px 13px 77px -12px rgba(0,0,0,0.26);
  -moz-box-shadow: -2px 13px 77px -12px rgba(0,0,0,0.26);
  box-shadow: -2px 13px 77px -12px rgba(0,0,0,0.26);
  z-index: 999;
  background: #fff;
  max-width: 502px;
}
.benefits-wrapper .benefits-place-now:after{
  content: '';
  border-bottom: 4px solid #00539d;
  width: 33.3%;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.benefits-wrapper .benefits-place-now figure{
  float: left;
}
.benefits-wrapper .benefits-place-now .place-now-text{
  float: left;
  width: 290px;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
.benefits-wrapper .benefits-place-now .yellow-button{
  width: 188px;
  margin: 20px auto;
}
.benefits-wrapper .benefits-place-now:before{
  content: '';
  border-bottom: 4px solid #ea4335;
  width: 33.3%;
  position: absolute;
  right: 0;
  bottom: -4px;
}
.benefits-wrapper .news-social-share .share{
  float: left;
}
.benefits-wrapper .news-social-share{
  width: 315px;
  margin: 30px auto;
  text-align: center;
}
.benefits-wrapper .news-social-share .share a{
  float: left;
}
.benefits-wrapper .news-social-share .share span{
  color: #a3a3a3;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  border: 1px solid #a3a3a3;
  border-left: none;
  width: 35px;
  text-align: center;
  background-color: #f8f8f8;
  margin-right: 20px;
  border-radius: 0 4px 4px 0;
}
.benefits-content.conditions-content .title-wrapper h2{
  /* max-width: 312px; */
}
.benefits-right-part figure{
  text-align: center;
}
.benefits-right-part figure img{
  max-width: 502px;
  max-height: 362px;
}

.title-lower h2{
    float: left;
}

/* /benefits-news */

/* prices */
.prices-blocks{
  float: left;
  padding: 0 80px 50px 80px;
  width: 100%;
}
.prices-blocks .block{
  float: left;
  /* width: 292px; */
  width: 46.2%;
  height: 282px;
  margin: 0 20px;
  padding: 70px 40px 60px;
  text-align: center;
  -webkit-box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
  -moz-box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
  box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
}
.prices-block-2.block{
    padding: 104px 40px 60px;
}
.prices-blocks .block p{
  font-size: 16px;
}
.prices-blocks .block p span{
  font-family: 'CIRCEBOLD';
  display: block;
}
.prices-blocks .block .strong{
  display: block;
  font-size: 36px;
  font-family: 'GothamProBold';
  margin-top: 10px;
}
.prices-blocks .block .yellow-button{
  margin: 15px auto 0;
}
.prices-block-3{
  background: url(../images/blue_bg.jpg);
}
.prices-block-3 p{
  color: #fff;
  margin-top: 38px;
}
.prices-block-3 .yellow-button{
  width: 126px;
  text-decoration: none;
}
.prices-list{
  width: 870px;
  margin: 0 auto;
  overflow: hidden;
}
.prices-list ul{
  float: left;
  width: 362px;
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.prices-list figure{
  float: right;
  margin-top: 40px;
}
.prices-list figure img{
    max-width: 476px;
    height: auto;
}
.prices-list ul li{
  color: #ff4131;
  font-size: 16px;
  margin-bottom: 16px;
}
.prices-list ul li span{
  color: #222222;
}
.prices-second-list{
  width: 870px;
  margin: 0 auto;
}
.prices-second-list figure{
  float: left;
  margin-top: 90px;
}
.prices-second-list figure img{
    max-width: 476px;
    height: auto;
}
.prices-second-list .list-wrapper{
  float: right;
  width: 400px;
  font-size: 16px;
}
.prices-second-list h4{
  font-size: 16px;
  font-family: 'CIRCEBOLD';
}
.prices-second-list label{
  font-family: 'CIRCEBOLD';
  margin: 10px 0;
}
.prices-second-list ul li{
  color: #ff4131;
  margin-bottom: 10px;
}
.prices-second-list ul li span{
  color: #222222;
}
/* /prices */

/* helpful */
.benefits-content.conditions-content.helpful-content .title-wrapper h2{
  max-width: 680px;
}
.benefits-content.helpful-content .title-wrapper.title-lower h2:after{
  /* width: 620px; */
  /* right: -668px; */
  width: 100vw;
  left: 120%;
}
.helpful-post{
  width: 397px;
  float: left;
  min-height: 530px;
  margin-bottom: 20px;
}
.helpful-post figure{
    min-height: 300px;
    width: 100%;
    height: 10vh;
}
.helpful-post figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
}
.helpful-post:nth-child(3n+2){
  margin: 0 24px 20px 24px;
}
.helpful-post h4{
  font-size: 20px;
  margin-top: 20px;
  min-height: 44px;
  font-family: 'CIRCEEXTRABOLD';
}
.helpful-post h4 a{
  color: #1c1c1c;
  text-decoration: none;
}
.helpful-post span{
  font-size: 13px;
}
.helpful-post p{
  font-size: 16px;
  margin-top: 14px;
}
.benefits-content.helpful-content .show-more{
  margin: 20px auto 40px;
}
.helpful-left img{
  margin-bottom: 10px;
}
.benefits-content.conditions-content.helpful-content .title-wrapper.helpful-title h2{
  max-width: 232px;
}
.benefits-content.conditions-content.helpful-content .title-wrapper.helpful-title h2:after{
  width: 920px;
  right: -968px;
}
    
/* /helpful */

/* 404 */
.page-404-wrap{
  width: 750px;
  margin: 100px auto;
}
.sorry{
  width: 445px;
  float: left;
  position: relative;
  border-bottom: 4px solid #fbbc05;
  font-size: 20px;
}
.page-404-wrap a{
  float: right;
  display: block;
  width: 278px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 11px;
  background-color: #314d8f;
  font-family: 'CIRCEEXTRABOLD';
  height: 35px;
  line-height: 37px;
  margin-top: 10px;
}
.page-404-wrap img{
  margin-bottom: 34px;
}
.sorry:after{
  content: '';
  border-bottom: 4px solid #00539d;
  width: 33.3%;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.sorry:before{
  content: '';
  border-bottom: 4px solid #ea4335;
  width: 33.3%;
  position: absolute;
  right: 0;
  bottom: -4px;
}
/* /404 */


/* footer */
.footer-contacts{
  margin-bottom: 25px;
}
.footer-contacts h2{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.contacts-block{
  /* min-width: 310px; */
  width: 100%;
  /* float: left; */
  min-height: 69px;
  /* background: url(../images/separator.png) no-repeat right center; */
  padding: 42px 0 32px;
  border-bottom: 1px rgba(0,0,0,0.1) solid;
}
.contacts-block:last-child{
    background: none;
    border-bottom: none;
}
.contacts-block img{
  float: left;
  margin-top: 10px;
}
.contacts-block p{
  float: left;
  margin: 10px 0 0 20px;
}
.contacts-block p a{
  color: #222222;
}
.contacts-block .contacts-block-wrapper{
  height: 40px;
  max-width: 160px;
  margin: 0 auto;
}
.contacts-block .contacts-block-wrapper.mail-block p{
  margin-top: 6px;
  text-decoration: underline;
}
.contacts-block .contacts-block-wrapper:last-child{
  max-width: 215px;
}
body.contacts{
  position: relative;
  min-height: 980px;
  float: left;
  width: 100%;
}
body.contacts footer{
  position: absolute;
  width: 100%;
  bottom: 0;
}
body.contacts .footer-map-container{
  position: absolute;
  width: 100%;
  bottom: 50px;
}
#map{
  width: 100%;
  height: 428px;
}
.map-form-wrapper,
.contacts-date{
    float: left;
    width: 50%;
    padding: 0 10px;
}
.map-form-wrapper form{
  /* height: 352px; */
  height: auto;
  /* margin-bottom: -352px; */
  /* margin-bottom: -427px; */
  position: relative;
  z-index: 9;
  /* width: 502px; */
  background: url(../images/form_bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 74px 74px 27px 74px;
  text-align: center;
}
.map-form-wrapper form h2{
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
.map-form-wrapper form .input-wrapper input{
  width: 100%;
  padding: 8px 35px;
  background-color: #fff;
  color: #1c1c1c;
  font-size: 13px;

}
.map-form-wrapper form .input-wrapper input,.map-form-wrapper form .input-wrapper button{
  margin-top: 20px;
  border-radius: 20px;
  border: none;
  height: 35px;
}
.map-form-wrapper form .input-wrapper button{
  font-size: 11px;
  font-family: 'CIRCEEXTRABOLD';
  background-color: #ffb500;
  width: 162px;
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: 2px;
}
.map-form-wrapper form .input-wrapper button:hover{
  background-color: #ffd253;
}
footer{
  background-color: #0053a4;
  color: #fff;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
}
footer .copy-block{
  float: right;
}
footer .social-block{
  float: left;
}
footer .social-block a{
  display: block;
  float: left;
  margin-right: 10px;
}
footer .social-block a:hover img{
 background-color: #ffb500;
}
#ffb500
/* /footer */


/* modal */
.modal-dialog{
  width: 400px;
}
.modal-body{
  /*background: url(../images/modal_bg.jpg) no-repeat;*/
  background:#37a0e9;
  background-size: cover;
  border-radius: 0;
  text-align: center;
  padding-top: 43px;
  padding-bottom: 44px;
  position: relative;
}
.modal-body p{
  font-size: 16px;
  color: #fff;
  max-width: 312px;
  margin: 10px auto;
}
.modal-body form{
  /* width: 236px; */
  margin: 0 auto;
  max-width: 310px;
  width: 100%;
}
.modal-body input{
  width: 100%;
  height: 35px;
  border-radius: 20px;
  border: none;
  padding: 0 30px;
  font-size: 13px;
  display: block;
  margin: 0 auto 10px;
}

.modal-body .button{
  color: #fff;
  font-size: 11px;
  font-family: 'CIRCEEXTRABOLD';
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #ff4131;
  width: 100%;
  line-height: 32px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  border:none;
}
.modal-body .button:hover{
  background-color: #bf3f34;
}
.modal-content button.close{
  width: 12px;
  display: block;
  height: 12px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  opacity: 1;
}
.modal-content button.close:hover{
  opacity: 0.7;
}
#request .modal-body .button{
  background-color: #ffb900;
  color: #222222;
}
#request .modal-body .button:hover{
  text-decoration: none;
  background-color: #ffd253;
}
.jGrowl-notification{
  display: none !important;
}
.popular-text{
	/* max-height: 150px; */
	overflow: hidden;
}
/* /modal */

/* custom share icons */
.ya-share2__container_size_m .ya-share2__item {
    margin: 5px 10px 5px 0 !important;
}
.ya-share2__badge{
    border-radius: 50% !important;
}
.ya-share2__container_size_m .ya-share2__icon{
    width: 38px !important;
    height: 38px !important;
}
.ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_gplus .ya-share2__icon{
    background-position: center center !important;
    background-size: 26px 26px !important;
    background-repeat: no-repeat !important;
}
.ya-share2__item .ya-share2__badge{
    transition: all 0.1s ease-in-out;
    -o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.ya-share2__item:hover .ya-share2__badge{
    -o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.ya-share2__item_service_vkontakte .ya-share2__badge {
    background-color: rgba(72,114,158,0.8) !important;
}
.ya-share2__item_service_vkontakte:hover .ya-share2__badge{
    background-color: rgba(72,114,158,1) !important;
}
.ya-share2__item_service_facebook .ya-share2__badge {
    background-color: rgba(59,89,152,0.8) !important;
}
.ya-share2__item_service_facebook:hover .ya-share2__badge {
    background-color: rgba(59,89,152,1) !important;
}
.ya-share2__item_service_gplus .ya-share2__badge{
    background-color: rgba(220,78,65,0.8) !important;
}
.ya-share2__item_service_gplus:hover .ya-share2__badge{
    background-color: rgba(220,78,65,1) !important;
}
.ya-share2__item:hover {
    opacity: 1 !important;
}
/* custom share icons */
.benefits-left-part-content img{
    display: none;
}
.follow-scroll{
    transition: all 1s ease-in-out;
}
.fixed{
    position: fixed !important;
    top: 20px !important;
    transition: all 1s ease-in-out;
}
.absolute{
    position: absolute !important;
    bottom: 0;
    top: initial !important;
    transition: all 1s ease-in-out;
}
.main-free-consult.thank{
    text-align: center;
}
.main-free-consult.thank a{
    color: #fff;
    font-size: 13px;
    font-family: 'CIRCEEXTRABOLD';
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #ff4131;
    line-height: 1.4em;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    padding: 7px 30px 5px;
}
.main-free-consult.thank h2{
    margin-top: 50px;
}
.main-free-consult.thank a:hover{
    text-decoration: none;
}

.file-form{
    overflow: hidden;
    min-height: 85vh;
    padding: 20px 0;
}
.file-form form{
    height: auto;
    margin: 0 auto;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 74px;
    -webkit-box-shadow: 0px 32px 60px -25px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 32px 60px -25px rgba(0,0,0,0.2);
    box-shadow: 0px 32px 60px -25px rgba(0,0,0,0.2);
}
.file-form form .input-wrapper{
    margin-top: 20px;
    text-align: left;
    position: relative;
}
.file-form form .input-wrapper input{
    margin: 0;
}
.file-form form .input-wrapper label{
    color: #fff;
    font-weight: normal;
}
.file-form form .input-wrapper input[type="file"],
.file-form form .input-wrapper.file button{
    cursor: pointer;
    opacity: 0;
}
.file-form form .input-wrapper.file:before{
    content: attr(data-url);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    background-color: #fff;
    border-radius: 20px;
    z-index: -1;
    font-size: 13px;
    padding: 9px 0 0 35px;
    white-space: nowrap;
}

/* capcha */
.captcha-item{
    display: none;
}
.main-free-consult form .captcha-item{
    position: absolute;
    top: 37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.map-form-wrapper form .captcha-item{
    margin-top: 5px;
}
.map-form-wrapper form .captcha-item > div{
    margin: 0 auto;
}
/* capcha */

@media screen and (max-width: 1601px){
  .benefits-content .title-wrapper,.benefits-content.helpful-content .title-wrapper.title-lower,.title-wrapper{
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1279px){
  .container{
    /* width: 800px; */
    width: 98%;
  }
  .main-slider{
    margin-top: 40px;
  }
  header ul li{
    margin-left: 27px;
  }
  .stages-line{
    display: none;
  }
  .stage.stage-1{
    background: url(../images/1.jpg) no-repeat top center;
  }
  .stage.stage-2{
    background: url(../images/2.jpg) no-repeat top center;
  }
  .stage.stage-3{
    background: url(../images/3.jpg) no-repeat top center;
  }
  .stage.stage-4{
    background: url(../images/4.jpg) no-repeat top center;
  }
  .stage.stage-5{
    background: url(../images/5.jpg) no-repeat top center;
  }
  .stage.stage-6{
    background: url(../images/6.jpg) no-repeat top center;
  }
  .main-stages .stage{
   margin-top: 10px;
   padding-top: 40px;
   max-width: 100%;
   width: 33%;
   margin-right: 0;
  }
  .tabs-container{
    width: 800px;
  }
  .tabs-container .nav-tabs>li{
    width: 265px;
  }
  .tabs-container .third-pane,.tabs-container .second-pane{
    background-size: 50%;
  }
  .tabs-container .price-tab-block{
    width: 266px;
  }
  .contacts-block{
    /* min-width: 200px; */
    min-width: 25%;
    padding: 20px 10px 0 10px;
    text-align: center;
  }
  header{
    padding-top: 20px;
  }
  header .logo{
    margin-top: 20px;
  }
  .benefits-content .title-wrapper h2:after,.title-wrapper h2:after{
    width: 200px;
    right: -226px; 
  }
  .benefits-content .title-wrapper h2:before,.title-wrapper h2:before{
    width: 200px;
    left: -226px;
  }
  .benefits-post,.helpful-post{
    text-align: center;
  }
  .rows{
      display: block;
      overflow: hidden;
  }
  .benefits-post{
      width: 50%;
      float: left;
      padding: 0 15px;
  }
  .benefits-post .benefits-text, .benefits-post figure, .helpful-post figure,.helpful-post .helpful-text{
    float: none;
  }
  .benefits-post figure{
    margin: 0 auto;
  }
  .benefits-post .benefits-text .read-more{
    margin: 20px auto;
  }
  .benefits-post .benefits-text{
    max-width: 100%;
  }
  .benefits-content .benefits-post:nth-child(2n+1) .benefits-text, .benefits-content .benefits-post:nth-child(2n+1) figure{
    float: none;
    margin: 0 auto;
  }
  .benefits-content .title-wrapper.title-lower h2{
    text-align: center;
    margin: 25px auto;
  }
  .benefits-content .title-wrapper.title-lower h2:before{
    width: 200px;
    left: -226px;
  }
  .benefits-content .title-wrapper.title-lower h2:after,.benefits-content.helpful-content .title-wrapper.title-lower h2:after,.benefits-content.conditions-content.helpful-content .title-wrapper.helpful-title h2:after{
    width: 200px;
    right: -226px; 
  }
  .popular-post figure img{
    width: 100%;
  }
  .benefits-popular .popular-post{
    /* width: 180px; */
    width: 25%;
    margin-right: 0;
    font-size: 14px;
    padding: 0 5px 40px;
  }
  .benefits-news-container h1{
    max-width: 500px;
    font-size: 24px;
    margin: 0 auto 30px;
  }
  .benefits-wrapper{
    width: 800px;
  }
  .benefits-wrapper .benefits-left-part, .benefits-wrapper .benefits-right-part{
    width: 365px;
  }
  .benefits-right-part figure img{
    width: 100%;
  }
  .benefits-wrapper .benefits-place-now figure{
    float: none;
    margin: 0 auto;
    width: 144px;
  }
  .prices-blocks{
    padding: 0 20px 20px 20px;
  }
  .prices-blocks .block{
    width: 233px;
    margin: 0 10px;
    padding: 20px;
    height: 213px;
  }
  .benefits-content.conditions-content.helpful-content .title-wrapper h2{
    /* max-width: 490px; */
    /* font-size: 26px; */
  }
  .helpful-post{
    /* width: 100%; */
    width: 50%;
    padding: 0 15px;
  }
  .helpful-post .yellow-button{
    margin: 0 auto;
  }
  .helpful-post:nth-child(3n+2){
    margin: 0 0 20px 0;
  }
  header ul li a{
      letter-spacing: 1px;
  }
  header nav{
      margin-top: 16px;
  }
  .title-lower h2 {
    float: none;
}
}
@media screen and (max-width: 900px){
  .container{
    /* width: 700px; */
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .benefits-post, .helpful-post{
      width: 50%;
  }
  .slider-block .carousel-title{
    font-size: 26px;
  }
  .slider-block{
    height: 260px;
  }
  header ul{
    margin-left: 0;
    float: right;
  }
  header ul li{
    margin-left: 15px;
  }
  header .logo{
    margin-top: 14px;
  }
  .main-page-container{
    background-size: contain;
  }
  .why-us .why-us-wrapper,.main-free-consult .container{
    width: 680px;
  }
  .main-free-consult h2{
    margin-top: 25px;
  }
  .why-us .why-us-wrapper .blocks{
    width: 320px;
  }
  .why-us h2{
    margin-top: 30px;
  }
  .tabs-container{
    width: 680px;
  }
  .tabs-container .nav-tabs>li{
    width: 225px;
  }
  .tabs-container .nav-tabs>li>a{
    padding: 15px 12px 0 12px;
  }
  .tabs-container .calendar-pane{
    margin-left: 60px;
  }
  .tabs-container .price-tab-block{
    width: 225px;
  }
  .contacts-block{
    min-width: 160px;
  }
  .benefits-popular .popular-post{
    /* width: 324px; */
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }
  .benefits-popular .read-more{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
  }
  .benefits-wrapper{
    width: 680px;
  }
  .benefits-wrapper .benefits-left-part, .benefits-wrapper .benefits-right-part{
    width: 100%;
  }
  .benefits-wrapper .benefits-place-now .place-now-text{
    width: 100%;
  }
  .benefits-wrapper .benefits-place-now{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .benefits-news-container h1{
    max-width: 370px;
  }
  .benefits-wrapper .news-date{
    margin-bottom: 15px;
  }
  .title-wrapper h2{
    font-size: 26px;
  }
  .prices-blocks .block p{
    font-size: 14px;
  }
  .prices-blocks .block .strong{
    font-size: 26px;
  }
  .prices-blocks .block{
    width: 200px;
  }
  .prices-list,.prices-second-list{
    width: 680px;
  }
  .prices-second-list figure,.prices-list figure{
    margin-top: 20px;
    width: 300px;
  }
  .prices-second-list figure img, .prices-list figure img{
    width: 100%;
  }
  .prices-second-list .list-wrapper,.prices-list ul{
    width: 350px;
  }
  .benefits-content .title-wrapper h2:before, .title-wrapper h2:before{
    width: 100px;
    left: -126px;
  }
  .benefits-content .title-wrapper h2:after, .title-wrapper h2:after{
    right: -126px;
    width: 100px;
  }
  .benefits-content.conditions-content.helpful-content .title-wrapper h2{
    /* max-width: 300px; */
  }
  .benefits-left-part-content img{
    display: block;
    max-width: 300px;
    height: auto;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    }
    .benefits-right-part img{
        display: none;
    }
  
}
@media screen and (max-width: 767px){
  .container{
    width: 100%;
  }
  .mobile-menu{
    display: block;
    width: 40px;
    height: 27px;
    background: url(../images/hamburger.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    float: right;
  }
  header .logo{
    margin-top: 0;
  }
  header ul{
    display: none;
    top: 30px;
    right: 10px;
    width: 300px;
    position: absolute;
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
    -moz-box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
    box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.07);
  }
  header ul li{
    width: 100%;
  }
  header .header-phone-button{
    margin-top: 10px;
  }
  header .header-phone-button .header-modal-button{
    -webkit-box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.3);
    -moz-box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.3);
    box-shadow: 0px 29px 210px 0px rgba(0, 0, 1, 0.3);
  }
  header ul li a{
    color: #222222;
  }
  header  nav{
    position: relative;
  }
  .slider-block{
    width: 100%;
  }
  .slider-under{
    width: 100%;
  }
  .slider-under ul{
    max-width: 100%;
  }
  .slider-under figure{
    width: 144px;
    float: none;
    margin: 0 auto;
  }
  .main-free-consult form{
    width: 410px;
  }
  .why-us .why-us-wrapper, .main-free-consult .container{
    width: 100%;
  }
  .why-us .why-us-wrapper .blocks{
    float: none !important;
    margin: 10px auto;
  }
  .tabs-container .price-tab-block{
    width: 100%;
    float: none;
  }
  .map-form-wrapper form{
    width: 300px;
    padding: 30px;
    height: auto;
  }
  .tabs-container .nav-tabs>li{
    width: 138px;
  }
  .main-free-consult h2{
    font-size: 26px;
  }
  .main-free-consult p{
    font-size: 14px;
  }
  .main-free-consult .yellow-button{
    width: 210px;
    font-size: 10px;
  }
  .main-free-consult form input{
    width: 230px;
  }
  .main-free-consult{
    padding: 60px 0;
    min-height: 350px;
  }
  .main-stages h2{
    font-size: 26px;
    margin-top: 40px;
  }
  .why-us h2{
    margin-top: 10px;
    font-size: 26px;
  }
  .why-us{
    padding-bottom: 30px;
  }
  .tabs-container{
    width: 100%;
  }
  .tabs-container .nav-tabs>li>a{
    font-size: 14px;
  }
  .tabs-container .nav-tabs>li>a{
    padding: 6px 0;
    height: 60px;
  }
  .tabs-container .nav-tabs>li:first-child>a{
    line-height: 45px;
  }
  .tabs-container .second-pane ul,.tabs-container .calendar-pane{
    width: 100%;
    padding: 0 50px;
    margin-left: 0;
  }
  .contacts-block{
    min-width: 50%;
    padding: 15px;
  }
  .contacts-block:nth-child(3){
      background: none;
  }
  .tabs-container .price-tab-block{
    margin: 30px 0;
    min-height: 120px;
  }
  .main-page-container{
    background-size: 200%;
  }
  .benefits-content .title-wrapper.title-lower h2:before,.benefits-content .title-wrapper.title-lower h2:after, .benefits-content.helpful-content .title-wrapper.title-lower h2:after, .benefits-content.conditions-content.helpful-content .title-wrapper.helpful-title h2:after{
    display: none;
  }
  .benefits-content .title-wrapper h2:before, .title-wrapper h2:before,.benefits-content .title-wrapper h2:after, .title-wrapper h2:after{
    display: none;
  }
  .benefits-popular .popular-post{
    width: 100%;
    margin-right: 0;
  }
  .modal-dialog{
    margin: 10px auto;
  }
  .benefits-wrapper{
    width: 100%;
  }
  .benefits-news-container h1{
    max-width: 100%;
    width: 100%;
    margin: 30px auto 20px;
    font-size: 20px
  }
  .benefits-news-container .next-post,.benefits-news-container .prev-post{
    top: 0;
  }
  .benefits-news-container{
    margin-top: 20px;
  }
  .prices-blocks .block{
    width: 100%;
    margin: 15px 0;
    height: auto;
  }
  .prices-block-3 p{
    margin-top: 0;
  }
  .prices-list, .prices-second-list{
    width: 100%;
  }
  .prices-second-list .list-wrapper, .prices-list ul{
    width: 100%;
    margin-bottom: 0;
    float: none;
    padding-left: 25px;
  }
  .prices-second-list figure, .prices-list figure{
    float: none;
    margin: 10px auto;
  }
  .title-lower h2,
  .benefits-post, 
  .helpful-post{
    float: none;}

    .benefits-post, .helpful-post{
        width: 100%;
    }
    
    
}
@media screen and (max-width: 479px){
  .container{
    width: 100%;
  }
  header .header-phone-button .header-modal-button, header .header-phone-button p{
    float: none;
  }
  header .header-phone-button .header-modal-button{
    margin: 10px auto;
  }
  .slider-block .carousel-title span{
    display: block;
  }
  .slider-block .carousel-title{
    font-size: 20px;
    line-height: normal;
  }
  .slider-block .carousel-inner p{
    width: 100%;
    font-size: 14px;
  }
  header{
    background-size: cover;
  }
  header .header-phone-button{
    width: 100%;
    text-align: center;
  }
  .main-page header{
    margin-bottom: -140px;
  }
  header ul{
    width: 100%;
  }
  .slider-block{
    height: 210px;
  }
  .main-stages .stage{
    min-height: 175px;
    width: 50%;
  }
  .main-free-consult form{
    width: 100%;
  }
  .main-free-consult .yellow-button{
    float: none;
    margin: 10px auto;
  }
  .main-free-consult form{
    text-align: center;
  }
  .main-free-consult form input{
    float: none;
  }
  .why-us .why-us-wrapper .blocks{
    width: 100%;
  }
  .why-us .why-us-wrapper, .main-free-consult .container{
    width: 280px;
  }
  .main-free-consult p{
    margin-bottom: 15px;
  }
  .tabs-container .nav-tabs>li{
    width: 100%;
  }
  .tabs-container .nav-tabs>li>a,.tabs-container .nav-tabs>li:first-child>a{
    height: 45px;
    line-height: 30px;
  }
  .tabs-container .nav-tabs>li:nth-child(2){
    margin: 0;
  }
  .tabs-container .nav-tabs>li.active{
    border-bottom: 0;
  }
  .main-tabs{
    padding: 20px 0;
  }
  .main-tabs{
    background-repeat: repeat;
  }
  .contacts-block{
    min-width: 100%;
    background: transparent;
  }
  .map-form-wrapper form{
    width: 100%;
  }
  .benefits-post figure img{
    width: 100%;
  }
  .benefits-wrapper .news-social-share{
    width: 100%;
  }
  .benefits-wrapper .news-social-share .share span{
    margin-right: 0;
  }
  .benefits-wrapper .news-social-share .share{
    margin: 10px 20px;
  }
  .benefits-wrapper .benefits-place-now .yellow-button{
    width: 100%;
  }
  .benefits-content.conditions-content .title-wrapper h2{
    font-size: 26px;
  }
  .prices-second-list figure, .prices-list figure{
    width: 100%;
  }
  .benefits-post figure img, .helpful-post figure img{
    width: 100%;
  }
  .benefits-news-container .next-post, .benefits-news-container .prev-post{
  	font-size: 11px;
  }
  .benefits-wrapper{
  	padding: 0;
  }
  .tabs-container .second-pane ul{
  	padding: 0 0 0 16px;
  }
  .tabs-container .second-pane, .tabs-container .calendar-pane{
  	padding: 0 30px;
  }
  .tabs-container .nav-tabs>li.active>a, .tabs-container .nav-tabs>li.active>a:hover, .tabs-container .nav-tabs>li.active>a:focus{
  	font-weight: 700;
  }
  .helpful-post,.benefits-post{
  	padding-bottom: 10px;
  	border-bottom: 1px solid #000;
  }
  .benefits-popular .popular-post{
  	border-top: 1px solid #000;
  	padding-top: 20px;
  }
  .benefits-popular .popular-post:first-child{
  	border-top: 0;
  }
  .main-free-consult{
  	background: #0053a1;
  }
  .tabs-container .nav-tabs>li.active>a, .tabs-container .nav-tabs>li.active>a:hover, .tabs-container .nav-tabs>li.active>a:focus{
  	border-top: 4px solid #e94335;
  }
  .tabs-container .nav-tabs>li>a{
  	border-top: 4px solid #0053a1;
  }
  .benefits-popular .popular-post{
  	min-height: auto;
  }
  .map-form-wrapper form{
  	margin-bottom: 0;
  }
  .map-form-wrapper{
  	width: 100%;
  }
  .benefits-post figure img, .helpful-post figure img{
  	height: 100%;
  }
  .helpful-post{
  	min-height: auto;
  }
  .benefits-wrapper figure{
  	text-align: center;
  }
  .popular-text{
  	max-height: 155px;
  }
  .benefits-right-part figure img{
    max-width: 290px;
    max-height: 220px;
  }
  .benefits-left-part-content img{
      float: none;
      max-width: 100%;
      margin-left: 0;
  }
}
@media screen and (max-width: 320px){
	.container{
		width: 280px;
	}
}

@media screen and (min-width: 767px){
    header ul:not(.languages){
        display: block !important;
    }
}

/* custom messeger */
.sh_btn_right_bottom{
    bottom: 50% !important;
    -webkit-transform: translateY(50%) !important;
    -moz-transform: translateY(50%) !important;
    -o-transform: translateY(50%) !important;
}
