header{
  padding-top: 200px;
  background-image: url(../img/header-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: top center;
}
.logo{
  float: left;
  width: 270px;
}
.menu{
  float: left;
  width: 280px;
  margin-top: 50px;
}
.menu ul{
  list-style: none;
  padding-left: 0;
}
.menu ul li{
  float: left;
}
.menu ul li a{
  text-decoration: none;
  margin-right: 10px;
  color: #4e4c4c;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;  
}
.menu ul li a:hover{
  color: #632e85;
}
.menu ul li:last-child a{
  margin-right: 0px; 
}
.phone{
  float: right;
  margin-top: 30px;
}
.phone a{
  color: #8f2784;
  text-decoration: none;
  font-size: 24px;
}
.block1{
  padding-top: 25px;
}
.block1 h1{
  margin-bottom: 30px;
  color: #9e4894;
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
}
.block1 p{
  color: #343434;
  margin-bottom: 35px;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
.block1 p span{
  color: #612c84;
  font-weight: 300;
  font-size: 18px;
}
.wrap-form{
  background-image: url(../img/holst.png);
  width: 100%;
  min-height: 500px;
  padding-top: 30px;
  text-align: center;
  background-repeat: no-repeat;
  
}
.wrap-form p{
  max-width: 270px;
  margin-bottom: 15px;
  margin: auto;
}
.wrap-form form{
  width: 270px;
  margin: auto;
  margin-top: 15px;
}
.wrap-form form input{
  width: 100%;
  margin-bottom: 15px;
  padding-left: 15px;
  height: 35px;
  outline: none;
  border-radius: 8px;
  border: 1px solid #a0a0a0;
}
.wrap-form form button{
  width: 220px;
  outline: none;
  height: 38px;
  transition: all 300ms;
  background-color: #e18c44;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
  border: none;
}
.wrap-form form button:hover{
  background-color: #d98239;
}
.block-title{
  color: #4c4c4c;
  font-size: 24px;
  text-align: center;
  padding-top: 50px;
  text-transform: uppercase;
  font-weight: 300;
}
.left-column{
  float: left;
  width: 33%;
  text-align: left;
}
.adventages-item b{
  display: block;
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.adventages-item {
  text-align: left;
  max-width: 250px;
}
.adventages-item p{
  display: block;
  margin-bottom: 40px;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
}
.center-column, .right-column{
  float: right;
  width: 33%;
  text-align: right;
}
.right-column .adventages-item, .center-column .adventages-item{
  margin-right: 0;
  margin-left: auto;
}
.right-img{
  font-size: 0;
}
.wrap-adventages{
  margin-top: 50px;
}
.block3{
  background-image: url(../img/block3-bg.jpg);
  min-height: 510px;
}
.slider__item{
  padding-top: 50px;
}
.tovar-img{
  float: left;
  text-align: right;
}
.tovar-info{
  float: left;
  width: 50%;
  padding-top: 25px;
}
.slick-button{
  border: 1px solid #6f6f6f;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 25px;
  font-size: 0;
}
.next{
  margin-left: 30px;
}
.prev{
  transform: rotate(180deg);
}
.tovar-info h4{
  color: #4c4c4c;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.tovar-info p{
  color: #4c4c4c;
  font-size: 14px;
  max-width: 247px;
  font-weight: 300;
}
.prise{
  background-color: #9e4894;
  min-height: 190px;
}
.prise h2{
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 35px;
  text-align: center;
}
.prise p{
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 300;
}
.form-prise form input{
  width: 180px;
  height: 40px;
  margin-right: 25px;
  padding-left: 10px;
  font-size: 12px;
  border: 1px solid #acacac;
  outline: none;
}
.form-prise form button{
  width: 180px;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  outline: none;
  background-color: #ffff00;
  border: none;
}
.form-prise{
  margin-bottom: 40px;
}
.position p:first-child{
  color: #535353;
  font-size: 16px;
  font-weight: 300;
  max-width: 610px;
  margin: auto;
  text-align: center;
  padding-top: 45px;
}
.position p span{
  color: #535353;
  font-size: 16px;
  font-weight: 700;
}
.map{
  text-align: center;
}
.city {
  float: left;
  width: 50%;
  padding-left: 70px;
}
.city h4{
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}
.city p {
  font-weight: 300;
  text-align: left;
  font-size: 17px;
}
.city p a{
  font-weight: 300;
  font-size: 17px;
  text-decoration: none;
}
.city-moskow{
  color: #c55e16;
}
.city-moskow p a{
  color: #c55e16;
}
.city-vladivostok{
  padding-left: 85px;
  color: #5089b6;
}
.city-vladivostok p a{
  color: #5089b6;
}
.towns{
  margin-top: 55px;
}
.shem{
  padding-top: 70px;
  padding-bottom: 50px;
}
.shem h2{
  margin-bottom: 50px;
}
.step{
  width: 100%;
  height: 210px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  background: url(../img/step1.jpg) no-repeat center; 
}
.shem .row__col-md-4:nth-child(2) .step{
  background: url(../img/step2.jpg) no-repeat center; 
}
.shem .row__col-md-4:nth-child(3) .step{
  background: url(../img/step3.jpg) no-repeat center; 
}
.shem .row__col-md-4:nth-child(4) .step{
  background: url(../img/step4.jpg) no-repeat center; 
}
.shem .row__col-md-4:nth-child(5) .step{
  background: url(../img/step5.jpg) no-repeat center; 
}
.shem .row__col-md-4:nth-child(6) .step{
  background: url(../img/step6.jpg) no-repeat center; 
}
.step p a{
  color: #0e6ac8;
  font-size: 16px;
  font-weight: 300;
}
.step p{
  position: absolute;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
  color: #5c5c5c;
  top: 55%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.order-btn{
  text-align: center;
  margin-top: 50px;
}
.order-btn a:hover{
  background-color: #b34aa7;
}
.order-btn a{
  font-weight: 300;
  transition: all 300ms;
  font-size: 24px;
  color: #fff;
  text-align: center;
  width: 275px;
  height: 60px;
  background-color: #9e4894;
  padding-top: 15px;
  text-decoration: none;
  border-radius: 15px;
  display: inline-block; 
}
.wrap-review{
  margin: auto;
  background-image: url(../img/ipad.png);
  background-repeat: no-repeat;
  margin-top: 43px;
  min-height: 675px;
  padding: 65px 40px 62px 45px; 
  max-width: 490px;
}
.reviews{
  background-image: url(../img/foot-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 350px;
  padding-bottom: 200px;
}
.foot-title{
  margin-top: 100px;
  font-size: 48px;
  line-height: 61px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.slider-rev{
  width: 100%;
  background-color: #fff;
  height: 539px;
}
.foot-under-title{
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 27px;
  color: #fff;
  text-align: center;
}
.give-prise a{
  background-color: #52ac62;
  font-weight: 700;
  text-transform: uppercase;
}
.give-prise a:hover{
  background-color: #4cbd60;
}
.soc-ico{
  padding-top: 35px;
  text-align: center;
}
.soc-ico a{
  margin: 0 19px;
  display: inline-block;
  transition: all 300ms;
}
.soc-ico a:hover{
  opacity: 0.7;
}
.phone-bot{
  text-align: right;
  
}
.phone-bot a{
  display: inline-block;
  color: #4d4d4d;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding-top: 45px;
}
footer{
  padding-bottom: 20px;
}
.calc{
  min-height: 1500px;
  padding-top: 350px;
  margin-top: -130px;
  background: url(../img/bg-calc.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.calc-title{
  text-align: center;
  color: #fff;
  padding: 40px 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}
.mob-br{
  display: none;
}
.right-img--mob{
  display: none;
}
.wrap-works{
  text-align: center;
  margin-top: 30px;
}
.wrap-works a{
  display: inline-block;
  margin-bottom: 30px;  
}
.calc-wrap{
  border-radius: 10px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 4.8px 0.2px rgba(0, 0, 1, 0.65);
  max-width: 802px;
  min-height: 682px;
  padding: 30px 20px;
}
.calc-item h4{
  font-size: 24px;
  font-weight: 700;
}
.calc-item .calc-item__line p{
  font-size: 14px;
  font-weight: 300;
  padding-left: 10px;
  margin-bottom: 5px;
}
.calc-item .calc-item__line p{
  font-size: 14px;
  font-weight: 300;
  padding-left: 10px;
  margin-bottom: 5px;
}
.calc-item .calc-item__line .input-val {
  float: left;
  width: 135px;
  margin-right: 10px;
}
.calc-item .calc-item__line .input-val input{
  text-align: center;
  color: #8b8b8b;
  font-size: 18px;
  font-weight: 300;
  outline: none;
  border-width: 2px;
  border-color: rgb(111, 111, 111);
  border-style: solid;
  border-radius: 15px;
  width: 100%;
  height: 30px;
}
.ion{
  float: left;
  display: inline-block;
}
.irs-grid-text{
  display: none;
}
.irs-line{
  height: 8px;
  top: 15px;
  background-color: #fff;
  border: 1px solid #23384c;
}
.irs-line-right, .irs-line-left{
  width: 0;
  display: none;
}
.irs-line-mid{
  height: 8px;
  background-color: #fff;
  left: 0;
  width: 100%;
}
.irs-bar{
  background-color: #23384c;
  width: 100%;
  height: 8px;
  border: 1px solid #23384c;
}
.irs-slider.single{
  width: 24px;
  height: 24px;
  background-color: #fff;
  top: 18px;
  border-radius: 50%;
  border: 7px solid #23384c;
}
.irs-min, .irs-max, .irs-from, .irs-to, .irs-single{
  display: none;
}
.irs-bar-edge{
  background-color: #23384c;
  border-radius: 50% 0 0 50%;
  width: 12px;
}
.irs-grid-pol.small{
  display: none;
}
.irs-grid-pol{
  display: none;
}
.irs-with-grid .irs-grid{
  top: 4px;
  width: 100% !important;
  bottom: 0;
  margin: auto;
  left: 0 !important;
}
.irs{
  width: 314px;
  float: left;
  margin-top: 10px;
  height: auto;
}
.io-item {
  display: block;
  overflow-y: hidden;
}
.io-item span{
  float: left;
}
.io-item .irs-line{
  float: none;
}
.cost-sell{
  float: left;
  margin-right: 0;
  margin-left: 10px;
}
.calc-item{
  margin-bottom: 40px;
  overflow-y: hidden;
}
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  margin-bottom: 10px;
  width: 26px;
  height: 25px;
}
/* Это для всех браузеров, кроме совсем старых, которые не поддерживают
селекторы с плюсом. Показываем, что label кликабелен. */
.checkbox + label {
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
}

/* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше.
Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked,
в них все нижеследующие стили не сработают. */

/* Прячем оригинальный чекбокс. */
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative; /* будем позиционировать псевдочекбокс относительно label */
  padding: 0 0 0 40px; /* оставляем слева от label место под псевдочекбокс */
  font-size: 16px;
  font-weight: 300;
  color: #444;
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 26px;
  height: 26px;
  border-width: 1px;
  border-color: #23384c;
  border-style: solid;
  border-radius: 5px;
  background-color: #fff;
}
/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 11px;
  transition: all .2s; /* анимация, чтобы чекбокс переключался плавно */
}
/* Меняем фон чекбокса, когда он включен. */
.checkbox:checked + label:before {
}
/* Сдвигаем переключатель чекбокса, когда он включен. */
.checkbox:checked + label:after {
  width: 18px;
  height: 18px;
  background-color: #23384c;
  border-radius: 4px;
}
.calc-result h3{
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #585858;
}
.calc-result {
  text-align: center;
  margin-top: 40px;
}
.result{
  color: #e18c44;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}
.calc-btn a{
  background-color: rgb(225, 140, 68);
  box-shadow: 9px 9px 3px 0px rgba(0, 0, 0, 0.21);
  width: 257px;
  height: 56px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding-top: 15px;
  display: inline-block;
  text-decoration: none;
  transition: all 300ms;
}
.calc-btn a:hover{
  background-color: rgb(235, 150, 78);
}
.back-fancy h3{
  color: #333;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300;
  margin: auto;
  margin-bottom: 30px;
  max-width: 715px;
}
.back-fancy h3 span{
  font-weight: 400;
  display: block;
}
.back-fancy p{
  margin: auto;
  color: #363636;
  max-width: 715px;
  font-size: 30px;
  font-weight: 300;
}
.modal-backdrop.in {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1; 
}
.modal-dialog .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-align: center;
  }
body .modal-dialog .modal-content .modal-header {
  border-bottom: none; 
}
body .modal-dialog .modal-content .modal-header .close {
  font-size: 24px;
  opacity: 1;
  text-shadow: none;
}
body .modal-dialog .modal-content .modal-header .close:focus, body .modal-dialog .modal-content .modal-header .close:active {
  outline: 0; 
}
body .modal-dialog .modal-content .modal-body {
  display: block;
  background: transparent;
  /*margin-top: 15px; */
}
body .modal-dialog .modal-content .modal-body .call-to-action {
  margin-bottom: 20px;
  text-align: center; 
}
body .modal-dialog .modal-content .modal-body .call-to-action span {
  text-transform: uppercase;
  font-size: 36px; 
}
body .modal-dialog .modal-content .modal-body input {
  padding-left: 25px;
  -webkit-border-radius: 50px 50px;
  border-radius: 50px 50px;
  font-size: 14px;
  width: 90%;
  height: 52px;
  margin: 30px auto 0; 
}
body .modal-dialog .modal-content .modal-body button {
  width: 90%;
  height: 65px;
  text-align: center;
  display: block;
  padding: 10px;
  background: #FD9901;
  -webkit-border-radius: 50px 50px;
  border-radius: 50px 50px;
  color: #fff;
  font-size: 18px;
  margin: 60px auto;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "RobotoLight", "Roboto", "Arial", sans-serif;
}
body .modal-dialog .modal-content .modal-body button:hover {
  text-decoration: none;
  border: none;
  background-color: #f77e3d; 
}
body .modal-dialog .modal-content .modal-body button:hover, body .modal-dialog .modal-content .modal-body button:focus, body .modal-dialog .modal-content .modal-body button:active {
  outline: 0; 
}
.rev-item{
  text-align: center;
  padding: 35px 30px;
}
.rev-item p{
  font-weight: 300;
  color: #5c5c5c;
  font-size: 16px;
}
.img-rev{
  margin-bottom: 60px;
}
.slick-prev{
  width: 65px;
  background-repeat: no-repeat;
  left: -130px;
  height: 65px;
  background-image: url(../img/prev.png);
}
.slick-next{
  width: 65px;
  background-repeat: no-repeat;
  right: -130px;
  top: 45%;
  height: 65px;
  transform: rotate(180deg);
  background-image: url(../img/prev.png);
}

/* ---== внесение корректировок ==--- */
.block1__inner {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.block1__inner .modal-link{
  display: inline-block;
  width: 220px;
  /*height: 38px;*/
  margin: 0 auto;
  padding: 10px 0;
  transition: all 300ms;
  background-color: #e18c44;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  outline: none;
}

.block1__inner .modal-link:hover {
  background-color: #d98239;
}

.works .modal-link{
  display: block;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  outline: none;
  color: #000;
  background-color: #ffff00;
  border: none;
}

.modal-dialog {
  width: 80%;
  margin: 20px auto;
  max-width: 600px;
}

.modal-header {
  width: 100%;
  padding: 5px 15px 5px 5px;
}



