@charset "utf-8";

input[type=submit],
input[type=text] {
  -webkit-appearance: none;
}

button{
  outline: none;
}

body {
  color: #282828;
  background-color: #2D363F;
  font-family: 'proxima_nova_rgregular', sans-serif;
  line-height: 1.42857143; 
}

.header{
  background: #fff;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-top{
  padding: 20px 0;
}

.header .logo{
  display: block;
  margin-top: -10px;
}

.contact-block{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 0;
  flex-grow: 1;
}

.contact-block > div{
  margin: 0 25px;
}

.contact-block > div i{
  margin-right: 5px;
  display: inline-block;  
}

.contact-block .email a{
  font-size: 18px;
  text-decoration: none;
  color: #000;
}

.contact-block .phone{
  font-size: 20px;    
}

.contact-block .phone b{
  font-weight: normal;
  font-family: 'proxima_nova_rgbold';
}

.contact-block .phone i{
  color: #F67675;
}

.contact-block .apps{
  display: flex;
}

.contact-block .apps a {
  display: block;
  margin-right: 5px;
}

.contact-block .apps a:last-child {
  margin-right: 0;
}

.contact-block .apps img {
  border-radius: 50%;
}

.contact-block .phone span{
  display: block;
  font-size: 16px;
  line-height: 10px;
  text-align: center;
  /* margin-top: -7px; */
}

.order-btn,
.base-btn{
  display: block;
  float: right;
  text-transform: uppercase;
  font-family: 'proxima_nova_rgbold';
  color: #fff;
  padding: 12px 30px 10px;
  background: #E7635E;
  border: 1px solid #E7635E;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
}

.order-btn:hover,
.order-btn:focus,
.base-btn:hover,
.base-btn:focus{
  color: #fff;
  background: #29C8E8;
  border-color: #29C8E8;
}

.base-btn{
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  padding: 18px 10px 17px 10px;
  text-align: center;
}

.head-btm{
  background: #F2F0F1;
  padding: 9px 0 8px 0;
}

.inner-hed{
  background: #D8D6D7;
}

.head-btm ul{
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.head-btm li{
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 25px;
  position: relative;
}

.head-btm li a{
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  color: #000;
}

.head-btm li a:hover,
.head-btm li a:focus,
.head-btm li.active a,
.head-btm li:hover > a{
  color: #E4635D;
}

.head-btm li ul{
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  min-width: 250px;
  text-align: left;
  background: rgba(216, 216, 216, 0.9);
  padding: 5px 0;
}

.head-btm li:hover ul{
  display: block;
}

.head-btm li ul li{
  display: block;
}

.hero{
  padding: 40px 0 30px 0;
  background: url(../img/hero-bg.jpg) center top no-repeat;
  background-size: cover; 
}

.hero-title{
  text-align: center;
  text-transform: uppercase;
  font-family: 'proxima_nova_excn_thextrabold';
  font-size: 52px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 35px;
}

.hero-title span{
  display: block;
}

.hero-title .color{
  font-size: 60px;
  color: #F38882;
  margin-top: 5px;
}

.hero p{
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 55px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.calculate-form{
  margin-bottom: 55px;
}

.form-control{
  background: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  height: 60px;
  padding: 15px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.calculate-form .form-control::-webkit-input-placeholder {color:#fff; opacity: 1;}
.calculate-form .form-control::-moz-placeholder          {color:#fff; opacity: 1;}
.calculate-form .form-control:-moz-placeholder           {color:#fff; opacity: 1;}
.calculate-form .form-control:-ms-input-placeholder      {color:#fff; opacity: 1;}

/* select */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;   
  border: 1px solid #fff;
  width: 100%;
  height: 60px;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 15px 0;
  line-height: 30px;
  margin: 0 25px 0 15px;
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center; 
  width: 17px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.jcf-select.jcf-compact-multiple {
  max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...';
}
.jcf-select-drop .jcf-select-drop-content { 
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height:4px;
  width:8px;
  margin:-7px 5px 0 -3px;
  border:3px solid #777;
  border-width:0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}
/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 10px 10px 20px;
  color: #292929;
  font-size: 16px;
  min-height: 14px;
  height: 1%;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #F28582;
  color: #fff;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.benefits-menu .cell{
  background: url(../img/cell.png) center top no-repeat;
  background-size: cover;
  width: 264px;
  height: 305px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding-top: 120px; 
}

.benefits-menu .cell span{
  display: block;
}

.benefits-menu .cell .number{
  font-size: 48px;
  font-family: 'proxima_nova_rgbold';
  margin-bottom: 33px;
}

.benefits-menu .cell .color1{
  color: #bce06e;
}

.benefits-menu .cell .color2{
  color: #EEC569;
}

.benefits-menu .cell .color3{
  color: #29c8e8;
}

.benefits-menu .cell .color4{
  color: #ED8BD8;
}

.proposal-wrap{
  padding: 30px 0 5px 0;
  background: #fff;
}

.headline, h1, h2{
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 35px;
  font-family: 'proxima_nova_rgbold';
  font-weight: normal;
  margin-top: 0;
}

p{
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px 0;
}

.proposal-wrap .item{
  margin-bottom: 65px;
  height: 150px;
}

.proposal-wrap .img-wrp{
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  max-width: 100%;
}

.proposal-wrap .img-wrp img{
  max-width: 100%;
}

.p-title{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  font-family: 'proxima_nova_rgbold';
  margin-bottom: 3px;
  padding-top: 10px;
}

.proposal-wrap .info{
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3px;
}

.proposal-wrap .info span{
  font-family: 'proxima_nova_rgbold';
  color: #2278A7;
}

.proposal-wrap i{
  display: inline-block;
  text-align: left;
  width: 29px;
}

.order-btn{
  font-size: 14px;
  padding: 10px;
}

.services-wrap{
  background: #fff; 
}

.services-line1{
  background: url(../img/bg1.jpg) 0 0 repeat;
  border-bottom: 1px solid #fff;
}

.services-line2{
  background: url(../img/bg2.jpg) 0 0 repeat;
}

.services-wrap .item{
  padding: 45px 0;
  position: relative;
  height: 260px;  
}

.services-wrap .item.it2{
  background: url(../img/bg2.jpg) 0 0 repeat;
  margin: 0 -15px;
  padding: 45px 15px;
}

.services-wrap .item.it5{
  background: url(../img/bg1.jpg) 0 0 repeat;
  margin: 0 -15px;
  padding: 45px 15px;
}

.services-wrap .item .hdl{
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  font-family: 'proxima_nova_rgbold';
  margin-bottom: 15px;
  line-height: 23px;
  max-width: 50%;
  position: relative;
  z-index: 2;
}

.services-wrap .item p{
  font-size: 14px;  
  color: #000;  
  margin: 0px;
  line-height: 17px;
  position: relative;
  z-index: 2;
}

.services-wrap .item:after{
  content: '';
  position: absolute;
  right: 15px;
  background: url(../img/sr-ico.png) no-repeat;
  z-index: 1;
}

.services-wrap .it1:after{
  width: 172px;
  height: 164px;
  background-position: 0 0;
  top: 63px;
}

.services-wrap .it2:after{
  width: 196px;
  height: 190px;
  background-position: 0 -182px;
  top: 47px;
}

.services-wrap .it3:after{
  width: 152px;
  height: 200px;
  background-position: -220px 0;
  top: 47px;
}

.services-wrap .it4:after{
  width: 157px;
  height: 140px;
  background-position: -232px -230px;
  top: 94px;
}

.services-wrap .it5:after{
  width: 135px;
  height: 198px;
  background-position: -430px 0;
  top: 50px;
}

.services-wrap .it6:after{
  width: 179px;
  height: 170px;
  background-position: -410px -209px;
  top: 70px;
}

.comments-wrap{
  padding: 50px 0 25px 0;
  background: #78B3D5;
}

.comments-wrap .headline{
  color: #fff;
}

.slider-wrap{
  position: relative;
  padding: 0 25px;
  margin-bottom: 30px;
}

.slide{
  float: left;
  border: 1px solid #fff;
  width: 280px;
  height: 317px;
  margin-right: 60px;
  padding: 22px 10px 10px 10px;
  text-align: center;
}

.foto{
  display: block;
  overflow: hidden;
  margin: 0px auto 10px;
  width: 150px;
  height: 150px;
  padding: 3px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.foto img{
  max-width: 100%;
}

.slide .name{
  font-size: 16px;
  color: #fff;  
  font-family: 'proxima_nova_rgbold';
  margin-bottom: 10px;
}

.slide p{
  color: #fff;
  margin: 0;
  overflow: hidden;
  height: 95px;
  line-height: 17px;
  font-size: 14px;
  font-family: 'proxima_novaregular_italic';
}

.sl-nav{
  display: block;
  position: absolute;
  z-index: -9999px;
  z-index: 100;
  outline: none;
  top: 50%;
  margin-top: -14px;
  color: #fff;
  font-size: 28px;
  cursor: default;
}

.sl-nav i{
  display: inline-block;
  position: relative;
  z-index: 1;
}

.sl-nav a{
  display: block;
  position: absolute; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 5;
}

#slider-prev{
  left: 0;
}

#slider-next{
  right: 0;
}

a.up{
  width: 60px;
  height: 60px;
  display: inline-block;
  text-decoration: none;
  background: url(../img/up.png) center top no-repeat;
}

.footer{
  padding: 28px 0;
}

.f-title{
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  font-family: 'proxima_nova_rgbold';
}

.f-title.tl1{
  color: #F38584;
}

.f-title.tl2{
  color: #F0C567;
}

.f-title.tl3{
  color: #BD68AB;
}

.f-title.tl4{
  color: #79B4D4;
}

.f-menu{
  padding: 0;
  margin: 0;
}

.f-menu li{
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.f-menu li a{
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.f-menu li a:hover,
.f-menu li a:focus{
  text-decoration: underline;
  color: #FEA815;
}

.socially{
  padding: 10px 0 20px 0;
}

.socially a{
  display: block;
  float: left;
  margin-right: 18px;
}

.foot-support .f-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.support-item {
  margin-bottom: 10px;
}

.support-item__btn {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  padding-left: 34px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.support-item__btn b {
  font-weight: normal;
  font-family: 'proxima_nova_rgbold';
}

.support-item__btn:hover {
  color: #fff;
}

.support-item__btn_whatsapp {
  background-image: url(../img/whatsapp.png);
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

.support-item__btn_telegram {
  background-image: url(../img/telegram.png);
}

.support-item__btn_vk {
  background-image: url(../img/vkontakte.png);
}

.support-item__btn_phone {
  background-image: url(../img/phone.png);
}

.support-item__btn_email {
  background-image: url(../img/envelope-circle.png);
}
.support-item__btn_inst {
  background-image: url(../img/inst.png);
	  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

.footer .contact-block{
  margin-bottom: 10px;
  float: none;
}

.footer .contact-block > div{
  margin-right: 0;
}

.footer .contact-block .email a{
  font-size: 16px;
  color: #fff;
}

.footer .contact-block .phone{
  font-size: 16px;
  color: #fff;
}

.footer .contact-block .email i,
.footer .contact-block .phone i{
  color: #A09FAD;
}

.footer .contact-block .apps{
  float: right;
}

.footer .contact-block .apps span{
  font-size: 14px;
}

.copy{
  font-size: 12px;
  line-height: 14px;
  color: #A1A1AD;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 10px;
}

.copy a{
  text-decoration: none;
  color: #FEA912;
}

.collapse-btn{
  display: block;
  float: left;
  border: 1px solid #e7635e;
}

.collapse-btn span{
  display: block;
  height: 2px;
  width: 20px;
  background: #e7635e;
  margin: 4px 0;
}

.menu-txt{
  display: block;
  float: left;
  color: #e7635e;
  line-height: 25px;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-wrap{
  padding: 50px 0;
  background: #F2F0F1;
}

.form-title{
  font-size: 52px;
  line-height: 50px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: 'proxima_nova_excn_thextrabold';
  margin-bottom: 10px;
}

.form-title span{
  color: #E7635E;
}

.form-note {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font-family: 'proxima_nova_excn_thextrabold';
  margin-bottom: 30px;
}

.form-wrap .form-control{
  border-color: #9B999A;
  color: #0D0D0D;
}

.form-wrap textarea.form-control{
  height: 60px;
  line-height: normal;
}

.form-wrap .form-control::-webkit-input-placeholder {color:#0D0D0D; opacity: 1;}
.form-wrap .form-control::-moz-placeholder          {color:#0D0D0D; opacity: 1;}
.form-wrap .form-control:-moz-placeholder           {color:#0D0D0D; opacity: 1;}
.form-wrap .form-control:-ms-input-placeholder      {color:#0D0D0D; opacity: 1;}

.form-wrap .jcf-select{
  border-color: #9B999A;
}

.form-wrap .jcf-select .jcf-select-text{
  color: #0D0D0D;
} 

.form-wrap .jcf-select .jcf-select-opener:after{
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0D0D0D;
}

/* file */
.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden; 
  width: 100%;
}
.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0;
}
.jcf-file .jcf-fake-input {
  display: inline-block;
  text-overflow:ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #9B999A;
  padding: 15px;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  width: 100%;
  color: #0B0B0B;
}
.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #9B999A;
  margin: 0 0 0 -1px;
  padding: 15px;
  line-height: 30px;
  height: 60px;
  color: #0B0B0B;
  position: absolute;
  top: 0;
  right: 0;
  background: #D8D6D7;
  font-size: 16px;
}

.note{
  font-size: 16px;
  color: #E6625E;
  line-height: 24px;
  margin-bottom: 15px;
}

.round-form .form-control,
.round-form .form-btn,
.round-form .jcf-file .jcf-fake-input,
.round-form .jcf-select,
.round-form .jcf-file .jcf-upload-button{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.messenger{
  padding: 50px 0;
  background: #9ABBCE;
}

.messenger-title{
  font-size: 52px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'proxima_nova_excn_thextrabold';
  margin-bottom: 30px;
}

.messenger-title span{
  color: #E7635E;
}

.messenger-main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.messenger-item {
  text-align: center;
  padding: 10px 20px;
}

.messenger-item__ico {
  margin-bottom: 10px;
  display: block;
}

.messenger-item__ico img {
  vertical-align: bottom;
  border-radius: 6px;
}

.messenger-item__title {
  display: block;
  font-family: 'proxima_nova_rgbold';
  font-size: 18px;
}

.messenger-item__link {
  text-decoration: none;
  color: #000;
}

.messenger-item__link:hover {
  color: #000;
}

.text-wrap{
  background: #fff;
  padding: 30px 0;
}

.text-wrap .foto{
  border-color: #9ABBCC;
  width: 136px;
  height: 136px;
  margin: 0px auto 15px;
}

.cnt-menu{
  padding: 0;
  margin: 0 0 20px 0;
}

.cnt-menu li{
  display: block;
  font-size: 18px;
  line-height: 24px;  
  position: relative;
  text-indent: 20px;
  text-align: justify;
}

.cnt-menu li:after{
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #E8625F;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.big-menu li{
  font-size: 24px;
  line-height: 36px;
}

.big-menu li:after{
  top: 13px;
}

.promo-wrap{
  padding: 35px 0;
  background: #9ABBCE;
}

.promo-wrap .txt{
  text-align: center;
  font-family: 'proxima_nova_rgbold';
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  margin-top: 10px;
}

.sheme-wrap{
  padding: 35px 0;
  background: url(../img/bg3.jpg) 0 0 repeat #F2F0F1;
}

.sheme-wrap .container{
  background: #F2F0F1;
}

.content-wrap{
  padding: 35px 0;
  background: #fff;
  text-align: justify;
}

.content-wrap .form-wrap{
  padding: 0;
  margin-bottom: 40px;
  background: none;
}

.content-wrap .form-wrap .form-btn{
  float: none;
}

.content-wrap .form-wrap .form-in{
  padding: 25px 30px 15px 30px;
  background: #F2F0F1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.content-wrap .form-wrap .title{
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'proxima_nova_rgbold';
  padding: 0 0 5px 0;
  margin-bottom: 20px;
  border-bottom: 5px solid #fff;
  color: #E1574C;
}

.content-wrap h1,
.content-wrap h2{
  text-align: left;
  margin-bottom: 20px;
}

.comments{
  padding: 30px;
  margin-bottom: 15px;
  background: #78B3D5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.comm-title{
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: 'proxima_nova_rgbold';
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 5px solid #fff;
}

.cslider-wrap{
  position: relative;
  padding: 40px 0;
}

.cslide{
  height: 160px;
  width: 100%;
  padding: 10px 10px 10px 10px;
  border: 1px solid #fff;
  margin-bottom: 35px;
}

.cslide .name{
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
  font-family: 'proxima_nova_rgbold';
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.cslide .name:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 3px;
  background: #fff;
}

.cslide p{
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin: 0;
  font-family: 'proxima_novaregular_italic';
  height: 100px;
  overflow: hidden;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.content-wrap .sl-nav{
  left: 50%;
  margin-left: -10px;
  margin-top: 0;
  top: auto;
}

#slider-prev1{
  top: 0;
}

#slider-next1{
  bottom: 0;
}

.order-btn:hover {
text-decoration: none;
}

.contact-block .phone span {
line-height: 16px;
}

.menu{
 padding: 0;
 margin: 0 0 20px 0;
}

.menu li{
 font-size: 18px;
 line-height: 24px; 
 list-style: decimal;
 list-style-position: inside;
}

.calculate-form .form-control{
 color: #fff;
}

a.order-btn{
 text-decoration: none !important;
}

p{
 text-align: justify;
}

.cnt-menu{
 text-align: justify;
}

.slide p{
 height: auto;
 text-align: center;
}

.breadcrumbs {
  font-size: 18px;
  font-weight: 400;
  font-weight: normal;
  color: #000;
  margin: 0 0 30px 0;
}

.breadcrumbs__sep {
  margin: 0 10px;
}

.heading {
  color: #2a2a2a;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.desc {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}

.popular-work {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}

.popular-work__item {
  width: 33.333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.popular-work__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 10px;
  min-height: 180px;
  color: #fff;
  padding: 20px;
  text-decoration: none;
  -webkit-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

.popular-work__link:focus {
  text-decoration: none;
}

.popular-work__link:hover {
  box-shadow: 0 10px 35px 0 rgba(0,0,0,.15);
  text-decoration: none;
}

.popular-work__head {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.popular-work__body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.popular-work__unit {
  display: block;
}

.popular-work__label {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.popular-work__value {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.table-service__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.table-service__head .table-service__td_price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.table-service__head .table-service__td_price:after {
  content: '';
  display: block;
  background: url(../img/ico-rub.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  margin: 2px 0 2px 12px;
}

.table-service__head .table-service__td_term {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.table-service__head .table-service__td_term:after {
  content: '';
  display: block;
  background: url(../img/ico-term.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  margin: 0 0 0 12px;
}

.table-service__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-color: #f4f1f2;
  margin-bottom: 2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #2a2a2a;
}

.table-service__row:hover {
  background-color: #fff;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.table-service__td {
  padding: 15px;
  display: block;
}

.table-service__td_name {
  width: 35%;
}

.table-service__td_price {
  width: 22%;
}

.table-service__td_term {
  width: 18%;
}

.table-service__td_more {
  width: 25%;
}

.table-service__value {
  display: block;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.table-service__more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}

.table-service__more:after {
  content: '';
  display: block;
  background: url(../img/ico-arrow-more.png) 0 0 no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  -webkit-flex: 0 0 20px;
  -moz-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  -o-flex: 0 0 20px;
  flex: 0 0 20px;
}

.table-service__more-title {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.table-service__row:hover .table-service__more-title {
  opacity: 1;
}

.table-service__main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.table-service__title {
  display: block;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.table-service__avatar {
  display: block;
  -webkit-flex: 0 0 64px;
  -moz-flex: 0 0 64px;
  -ms-flex: 0 0 64px;
  -o-flex: 0 0 64px;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  color: rgba(0,0,0,.25);
  font-size: 30px;
  font-weight: 800;
  line-height: 64px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  margin-right: 15px;
}

.table-service__row:nth-child(8n+1) .table-service__avatar {
  background: linear-gradient(51deg,#ff3c36,#ff4c47,#ffa4a1);
  color: #da241e;
}

.table-service__row:nth-child(8n+2) .table-service__avatar {
  background: linear-gradient(51deg,#f8a62a,#f9ac3b,#fdc99c);
  color: #d88d17;
}

.table-service__row:nth-child(8n+3) .table-service__avatar {
  background: linear-gradient(51deg,#016ce8,#1676e7,#a6b5df);
  color: #004ec5;
}

.table-service__row:nth-child(8n+4) .table-service__avatar {
  background: linear-gradient(51deg,#ff37d1,#ff5ad2,#ff9fd7);
  color: #e115ae;
}

.table-service__row:nth-child(8n+5) .table-service__avatar {
  background: linear-gradient(51deg,#02cae6,#38cfe3,#a4d5de);
  color: #00a3bc;
}

.table-service__row:nth-child(8n+6) .table-service__avatar {
  background: linear-gradient(51deg,#d0e510,#d7e32f,#eedf90);
  color: #abbe00;
}

.table-service__row:nth-child(8n+7) .table-service__avatar {
  background: linear-gradient(51deg,#01c862,#37cc7d,#a2d4af);
  color: #00a240;
}

.table-service__row:nth-child(8n+8) .table-service__avatar {
  background: linear-gradient(51deg,#4c37e8,#856ae4,#ba9ce0);
  color: #3926c1;
}

.contact-box {
  border-radius: 10px;
  background-color: #E2F5FC;
  padding: 30px;
  text-align: center;
}

.contact-box__img {
  margin-bottom: 30px;
}

.contact-box__title {
  color: #2a2a2a;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  margin: 0 0 45px 0;
}

.contact-box__timework {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.contact-box__timework-unit {
  width: 50%;
  margin-bottom: 60px;
  padding: 0 15px;
}

.contact-box__timework-label {
  color: #6b7373;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
}

.contact-box__timework-value {
  color: #2a2a2a;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
}

.contact-box__timework-value_dist {
  color: #ff3d00;
}

.contact-box__list {
  margin-bottom: 40px;
}

.contact-box__unit {
  color: #0084e5;
  font-size: 27px;
  font-weight: 300;
  line-height: 50px;
}

.contact-box__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.contact-box__link:hover {
  text-decoration: none;
}

.contact-box__link:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-box__link_telegram:before {
  background-image: url(../img/ico-contact-telegram.png);
}

.contact-box__link_vk:before {
  background-image: url(../img/ico-contact-vk.png);
}

.contact-box__link_fb:before {
  background-image: url(../img/ico-contact-fb.png);
}

.contact-box__link_email:before {
  background-image: url(../img/ico-contact-email.png);
}

.contact-box__link_whatsapp:before {
  background-image: url(../img/Ico-whatsapp.png);
}

.contact-box__phone-link {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  color: #2a2a2a;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.contact-box__phone-link:hover {
  color: #2a2a2a;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

.contact-box__phone-dist {
  color: #ff3d00;
}

.contact-box__phone-note {
  margin-top: 10px;
  color: #00bf3b;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.contact-box__call {
  margin-top: 30px;
}

.contact-box__btn {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  padding: 15px 60px;
  background-color: #E7635E;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.contact-box__btn:hover {
  color: #fff;
  background-color: #29C8E8;
  text-decoration: none;
}




@media (min-width: 992px) {
  .modal_stop .modal-dialog {
    width: 800px;
  }
}


.modal-stop {
  box-shadow: 0 0 18px rgba(0,0,0,0.25);
  background: #fff url(../img/img-gift-modal.jpg) right bottom no-repeat;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  border: 6px solid #008ae3;
  padding: 50px;
  text-align: center;
  position: relative;
}

.modal-stop__close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  padding: 0;
  width: 29px;
  height: 29px;
  border: none;
  background: url(../img/ico-close-modal.png) center center no-repeat;
}

.modal-stop__title {
  font-family: 'proxima_nova_excn_thextrabold';
  font-size: 54px;
  font-weight: normal;
  line-height: 54px;
  color: #000;
  margin: 0 0 20px 0;
}

.modal-stop__title-dist {
  color: #007dd1;
}

.modal-stop__sub-title {
  font-family: 'proxima_nova_excn_thextrabold';
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  color: #f22a13;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.modal-stop__sub-dist {
  color: #000;
}

.modal-stop__desc {
  color: #000;
  font-family: 'proxima_nova_rgregular';
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
}

.modal-stop__form {
  margin-top: 50px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.modal-stop__group {
  margin-bottom: 20px;
}

.modal-stop__control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 2px solid #e2e2e2;
  font-size: 20px;
  text-align: left;
  background-color: #fff;
  outline: none;
}

.modal-stop__control_phone {
  background-repeat: no-repeat;
  background-image: url(../img/img-flag-rus.png);
  background-position: 15px center;
  padding-left: 50px;
}

.modal-stop .jcf-select {
  display: block;
  border: 2px solid #e2e2e2;
}

.modal-stop .jcf-select .jcf-select-text {
  display: block;
  color: #373535;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  margin: 0;
  padding: 15px 40px 15px 20px;
  background: #fff url(../img/ico-arrow-select.png) calc(100% - 15px) center no-repeat;
}

.jcf-select-modal-stop__select .jcf-list .jcf-list-content {
  border: 2px solid #e2e2e2;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.jcf-select-modal-stop__select .jcf-list .jcf-option {
  font-size: 18px;
}

.modal-stop__select {
  font-size: 18px;
  line-height: normal;
  padding: 0 18px;
}

.modal-stop__btn {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  font-family: 'proxima_nova_rgbold';
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #E7635E;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.modal-stop__btn:hover {
  background-color: #29C8E8;
  color: #fff;
}

.modal-stop__note {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 480px) {
  .modal-stop {
    padding-left: 30px;
    padding-right: 30px;
  }
  .modal-stop__title {
    font-size: 46px;
    line-height: 46px;
  }
}

@media (max-width: 375px) {
  .modal-stop {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-width: 2px;
  }
  .modal-stop__close {
    top: 5px;
    right: 5px;
  }
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(90, 153, 220, 0), inset 0 1px 0 #abcbe9
    }
}

.widget-wapp {
    position: fixed;
    right: 15px;
    bottom: 50%;
    transform: translateY(50%);
}

.widget-wapp a {
    display: block;
    width: 75px;
    height: 75px;
    box-shadow: rgba(90, 153, 220, 0.7) 0px 0px 0px 0px, rgb(171, 203, 233) 0px 1px 0px inset;
    border-radius: 50%;
    background: url(../img/wa.png) 0% 0% / 100% 100% no-repeat rgb(255, 255, 255);
    cursor: pointer;
    animation: 1s cubic-bezier(0.6, 0, 0, 1) 0s infinite normal none running pulse;
}

@media (max-width: 767px) {
    .widget-wapp {
        right: 10px;
    }

    .widget-wapp a {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1199px) {
  .contact-block > div {
    margin: 0 10px;
  }
}

@media (max-width: 991px) {
  .header__container {
    flex-direction: column;
  }
  .header .contact-block {
    width: 100%;
    margin: 8px -10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contact-block > div {
    margin: 8px 10px;
  }
}