@font-face {
  font-family: 'LCD Nova';
  src: url("/start/fonts/subset-a_LCDNova.eot");
  src: url("/start/fonts/subset-a_LCDNova.eot?#iefix") format("embedded-opentype"), url("/start/fonts/subset-a_LCDNova.woff2") format("woff2"), url("/start/fonts/subset-a_LCDNova.woff") format("woff"), url("/start/fonts/subset-a_LCDNova.ttf") format("truetype"), url("/start/fonts/subset-a_LCDNova.svg#a_LCDNova") format("svg");
  font-weight: normal;
  font-style: normal;
}

.rocket__wrapper, .rocket__inner, .rocket__body, .rocket__wings, .rocket__wings span, .rocket__fire-hose, .rocket__fire-hose span, .rocket__fire, .rocket__fire span {
  position: absolute;
}

.rocket__fire span:nth-child(1), .rocket__fire span:nth-child(3), .rocket__fire span:nth-child(4), .rocket__fire span:nth-child(5) {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7332+70,f7e754+98 */
  background: #ff7332;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ff7332), color-stop(90%, #f7e754));
  background: linear-gradient(to bottom, #ff7332 30%, #f7e754 90%)
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7332', endColorstr='#f7e754',GradientType=0 );
  /* IE6-9 */
}

.rocket__fire span:nth-child(2) {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7332+50,f7e754+98 */
  background: #ff7332;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff7332), color-stop(98%, #f7e754));
  background: linear-gradient(to bottom, #ff7332 50%, #f7e754 98%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7332', endColorstr='#f7e754',GradientType=0 );
  /* IE6-9 */
}
body{
	overflow-x: hidden;
}
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-0.05rem, 0, 0);
            transform: translate3d(-0.05rem, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0.05rem, 0, 0);
            transform: translate3d(0.05rem, 0, 0);
  }
}

@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-0.05rem, 0, 0);
            transform: translate3d(-0.05rem, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0.05rem, 0, 0);
            transform: translate3d(0.05rem, 0, 0);
  }
}
@-webkit-keyframes vibrate-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-0.15rem, 0, 0);
            transform: translate3d(-0.15rem, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0.15rem, 0, 0);
            transform: translate3d(0.15rem, 0, 0);
  }
}
@keyframes vibrate-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-0.15rem, 0, 0);
            transform: translate3d(-0.15rem, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0.15rem, 0, 0);
            transform: translate3d(0.15rem, 0, 0);
  }
}
@-webkit-keyframes takeoff {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) rotateZ(0deg) scale(1);
            transform: translate3d(0%, 0%, 0) rotateZ(0deg) scale(1);
    transform-origin: -100% 50%
  }
  20% {
    -webkit-transform: translate3d(0, -20%, 0) rotateZ(0deg) scale(1);
            transform: translate3d(0, -20%, 0) rotateZ(0deg) scale(1);
    transform-origin: -100% 50%
  }
  100% {
    -webkit-transform: translate3d(700%, -100%, 0) rotateZ(-290deg) scale(1.2);
            transform: translate3d(700%, -100%, 0) rotateZ(-290deg) scale(1.2);
    transform-origin: -250% 50%
  }
}
@keyframes takeoff {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) rotateZ(0deg) scale(1);
            transform: translate3d(0%, 0%, 0) rotateZ(0deg) scale(1);
    transform-origin: -150% 50%
  }
  100% {
    -webkit-transform: translate3d(500%, -80%, 0) rotateZ(-360deg) scale(1.5);
            transform: translate3d(500%, -80%, 0) rotateZ(-360deg) scale(1.5);
    transform-origin: -350% 50%
  }
}
.rocket__wrapper {
  height: 30rem;
  width: 11rem;
  left: 32%;
  top: 16%;
  bottom: 0;
  margin: 0 0 0 -5rem;
  -webkit-perspective: 200px;
  perspective: 200px;
  z-index: 1000000
}
.play .rocket__wrapper {
  -webkit-animation: takeoff 6s 0s cubic-bezier(1, 0.2, 1, 1) forwards;
          animation: takeoff 6s 0s cubic-bezier(1, 0.2, 1, 1) forwards;
}
.rocket__inner {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.animate-rocket{
	position: absolute;
    left: 35%;
    top: 10%;
}
.animate-rocket img{
	position: relative;
	z-index: 1000000
}
.rocket__inner {
  -webkit-animation: vibrate-1 0.1s 0s 50 linear,  vibrate-2 0.1s 0.5s 150 linear, vibrate-1 0.1s 4s infinite linear;
          animation: vibrate-1 0.1s 0s 50 linear,  vibrate-2 0.1s 0.5s 150 linear, vibrate-1 0.1s 4s infinite linear;
}
.rocket__body {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
  background: #6db3f2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), to(#1e69de));
  background: linear-gradient(to right, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=1 );
  /* IE6-9 */
}
.rocket__wings {
  z-index: 1;
  top: 70%;
  width: 100%;
  left: 0;
}
.rocket__wings span {
  content: "";
  width: 0;
  height: 0;
  border: 4rem solid transparent;
  left: 50%;
  bottom: 1%;
  border-bottom-width: 13rem;
}
.rocket__wings span:nth-child(1) {
  margin: 0 0 0 -6rem;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  border-bottom-color: #6db3f2;
  z-index: 0;
}
.rocket__wings span:nth-child(2) {
  margin: 0 0 0 -2rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  z-index: 0;
  border-bottom-color: #1E69DE;
}
.rocket__fire-hose {
  z-index: 1;
  bottom: -1rem;
  width: 100%;
  left: 0;
}
.rocket__fire-hose span {
  content: "";
  width: 0;
  height: 0;
  border: 4rem solid transparent;
  left: 50%;
  bottom: 1%;
  border-bottom-width: 13rem;
  margin: 0 4rem 0 -4rem;
  border-bottom-color: #3e9bee;
}
.rocket__fire {
  height: 7rem;
  width: 1.5rem;
  left: 50%;
  bottom: -5rem;
  margin-left: -0.75rem;
  z-index: 0;
}
.rocket__fire span {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: fire-y 0.2s infinite forwards;
          animation: fire-y 0.2s infinite forwards;
}
.rocket__fire span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  margin-left: -1rem;
}
.rocket__fire span:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.rocket__fire span:nth-child(3) {
  -webkit-animation-delay: 0.10s;
  animation-delay: 0.10s;
  margin-left: 1rem;
}
.rocket__fire span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  margin-left: -0.5rem;
}
.rocket__fire span:nth-child(5) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  margin-left: 0.5rem;
}

button {
  font-size: 1.8rem;
  margin: 1rem;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  background: #6db3f2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), to(#1e69de));
  background: linear-gradient(to right, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=1 );
  /* IE6-9 */
}
button:focus {
  outline: none;
}

@-webkit-keyframes fire-y {
  0%, 100% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
}

@keyframes fire-y {
  0%, 100% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
}
@-webkit-keyframes fire-x {
  0%, 100% {
    -webkit-transform: translate3d(0%, 0%, 0);
            transform: translate3d(0%, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(-10%, -10%, 0);
            transform: translate3d(-10%, -10%, 0);
  }
}
@keyframes fire-x {
  0%, 100% {
    -webkit-transform: translate3d(0%, 0%, 0);
            transform: translate3d(0%, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(-10%, -10%, 0);
            transform: translate3d(-10%, -10%, 0);
  }
}
.t .t-text{
	font-weight: 400
}
.t .t-text a{
	color: inherit;
	font-weight: bold
}

@media (min-width: 450px){


.slick-tile{
	position: relative;
	margin-right: 30px;
	outline: none;
}}
.slick-tile-bg{
	padding: 30px;
	padding-top: 70%;
	padding-bottom: 20px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slick-tile-bg p{
	min-height: 62px;
	text-align: center;
	font-size: 18px;
}
#slick25 .slick-prev.slick-arrow{
	position: absolute;
    top: -45px;
    left: 80%;
    background: #E0E0E0;
    color: #AEAEAE;
    height: 40px;
    width: 40px;
    margin-left: -115px;
    border-radius: 0;
    transition: all .3s;
}
#slick25 .slick-next.slick-arrow{
	position: absolute;
    top: -45px;
    left: 80%;
    background: #00C66B;
    color: #fff;
    height: 40px;
    width: 40px;
    margin-left: -70px;
    border-radius: 0;
    transition: all .3s;
}
#slick25 .slick-prev.slick-arrow:before{
	font-family: LineAwesome;
	content:"\f111";
}
#slick25 .slick-next.slick-arrow:before{
	font-family: LineAwesome;
	content:"\f112";
}
#slick25 .slick-next.slick-arrow:hover,
#slick25 .slick-prev.slick-arrow:hover{
	background: #000;
}
.service-tile{
	
}
.service-tile .service-tile-title{
	padding: 30px 40px 40px;
	background-size: cover;
	background-repeat: no-repeat;
}
.service-tile  .service-tile-content{
	background: #fff;
	padding: 30px 40px 20px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.7;
}
.list-check{
	list-style: none;
	padding-left: 0;
}
.list-lines{
	list-style: none;
	padding: 0px;
}
.list-dots{
	list-style: none;
	padding-left: 0;
}
.list-check li{
	padding-left: 30px;
}
.list-lines li{
	padding-left: 30px;
}
.list-dots li{
	padding-left: 20px;
}
.list-check li:before{
	font-family: FontAwesome;
	content: "\f00c";
	margin-left: -30px;
	font-size: 19px;
	position: absolute;
	margin-top: -4px;
}
.list-lines li:before{
	font-family: FontAwesome;
	content: "\f068";
	font-size: 19px;
	margin-left: -30px;
	position: absolute;
	margin-top: -3px;
}
.list-dots li:before{
	font-family: FontAwesome;
	content: "\f111";
	font-size: 7px;
	line-height: 20px;
	margin-left: -13px;
	position: absolute;
	margin-top: 3px;
}
.service-tile .service-tile-price{
	background: #fff;
    padding: 0px 40px 20px;
    font-size: 20px;
    border-bottom: 3px solid #eee;
}
.service-tile .service-tile-lnk{
	color: #333;
	background: #fff;
	transition: all .4s;
	padding: 20px 40px;
	display: block;
    font-size: 20px;
}
.service-tile .service-tile-lnk:hover{
	background: #00C66B;
	color: #fff;
}

.rwhy-tile:hover{
	box-shadow:  0px 4px 15px rgba(172, 172, 172, 0.25);
}
.rwhy-content{
	padding: 15px 30px 20px;
	font-weight: 300;
}

.banner {color: #fff}
.banner h3, .banner h1 {
    font-size: 38px;
    font-weight: 400;
}
.banner .first-text {font-size: 24px;font-weight: 100;opacity: 0.85;}
.banner .second-text {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.2;
    opacity: 0.85;
}
.btn-opacity {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: 1px solid #fff;
    letter-spacing: 1px;
    font-weight: lighter;
    padding: 8px 18px;
}
.last-form {
    background: rgba(255, 255, 255, 0.65);
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.2);
}
.last-form h2 {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.4px;
    text-align: center;
}
.last-form input {
    width: 100%;
    color: #333;
    border: 1px solid rgba(246, 246, 246, 0.44);
    border-radius: 4px;
    background: rgba(246, 246, 246, 0.8);
    font-weight: 100;
    font-size: 16px;
}
.last-form input::placeholder{
    color: #333;
}
.last-form input::-webkit-input-placeholder {color:#333;}
.last-form input::-moz-placeholder          {color:#333;}/* Firefox 19+ */
.last-form input:-moz-placeholder           {color:#333;}/* Firefox 18- */
.last-form input:-ms-input-placeholder      {color:#333;}
.last-form label {
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 0.5px;
}
.last-form input[type="button"] {
    padding: 10px;
    margin: auto;
    display: inherit;
    border-radius: 4px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.5px;
}
.banner .phone-form {
    color: #fff;
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    display: block;
}
.btn.btn-default, #form1 .btn.btn-default{
	background-color: #00C66B;
	transition: all .5s;
	color: #fff;
	border: none;
}
.btn.btn-default:hover, #form1 .btn.btn-default:hover{
	background-color: #000!important;
	transition: all .5s;
	color: #fff
}
#form1 .form-field input{
	background: #EEF2F7;
	border: none;
	border-radius: 0;
	padding: 15px;
}
#form1 .form-field input.error{
	border: 1px solid #e72323;
}
#form1 .form-field input::placeholder{color: #B1C1BA;}
#form1 .form-field input::-webkit-input-placeholder {color:#B1C1BA;}
#form1 .form-field input:-ms-input-placeholder      {color:#B1C1BA;}

#six-days, #our-uslugi, #our-preimush {
  //background: url('/images/box.jpg') repeat;
  //background-size: 30px;
}


.block-six {
  background: #fff;
  box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.25);
  padding: 30px 35px;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  min-height: 370px;
  border-radius: 30px;
}
.block-six li {
    font-size: 16px;
    font-weight: lighter;
    list-style-type: none;
    margin-bottom: 20px;
    position: relative;
}
.block-six li img {
  position: absolute;
  width: 26px;
  left: -40px;
}
.bonus {widows: 100%;max-width: 205px;}
.first-reg ul li {
    list-style-type: none;
    display: inline-block;
    width: 32%;
    text-align: center;
    color: #fff;
    font-weight: 300;
    vertical-align: text-top;
    position: relative;
    margin-bottom: 85px;

}
.first-reg ul li img {
    width: 42px;
    position: absolute;
    top: -55px;
    margin: auto;
    left: 0;
    right: 0;
}
#first-reg {
  background: url('/images/reg-fon.jpg') no-repeat;
  background-size: cover;
}
.cifr-img {
  margin-top: -130px;
}
#first-reg h3.first-h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  font-family: "LCD Nova", monospace;
}
.fast-reg {
  text-align: center;
  margin: auto;
  width: 60%;
}
.fast-reg li {
    background: #fff;
    font-size: 16px;
    padding: 20px 70px;
    width: 45%;
    margin-right: 2%;
    list-style-type: none;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 4px;
    vertical-align: top;
    position: relative;
    min-height: 110px;
}
.fast-reg li img {
    width: 34px;
    left: 19px;
    position: absolute;
    top: 18px;
}
.block-usl {
  background: url('/images/pak-bag.jpg');
    box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.25);
    padding: 30px 100px 70px 35px;
    min-height: 600px;
    position: relative;
    border-radius: 10px;
    background-size: cover;
}
.block-usl-r {
  background: url('/images/pak-reg-bag.jpg');
  background-size: cover;
}
.block-usl li {
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
}
.block-usl li img {
  position: absolute;
  width: 16px;
  left: -25px;
  top: 2px;
}
.block-usl h3 {color: #fff;font-weight: normal;}
.block-usl ul {padding-left: 27px;margin-top: 30px;}
.block-usl ul.hide-ul {margin-bottom: 60px;display: none;z-index: 2;position: relative;}
.block-usl-r ul.hide-ul {margin-bottom: 10px;padding-left: 15px;}
.block-usl li > ul li {
  list-style-type: disc;
}
.block-usl li > ul {margin-top: 8px;}
.swipe-down {
    font-size: 20px;
    color: #fff;
    margin-top: 22px;
}
.block-usl .btn-primary {
    color: #fff!important;
    background: rgba(0, 198, 107, 1)!important;
    display: inline-block!important;
    width: 200px!important;
    text-align: center!important;
    line-height: 42px!important;
    height: 42px!important;
    border-radius: 4px!important;
    position: absolute!important;
    margin: auto!important;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 2;
    padding: 0px 0px;
}
.block-usl-r .btn-primary {
  background: rgba(73, 80, 168, 1)!important;
}
.block-usl .absolut-img {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}
.elem-preim {padding: 15px;outline: none;}
.elem-preim h5 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.elem-preim ul {font-size: 14px;list-style-type: none;padding-left: 25px;}
.elem-preim ul li {margin-bottom: 15px;position: relative;}
.elem-preim ul li:before {
  content: '';
  position: absolute;
  left: -23px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #434A50;
}
#our-preimush .slick-arrow {
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: -60px;
    padding: 10px;
    cursor: pointer;
}
#our-preimush .slick-arrow.fa-arrow-left {
  background: #E0E0E0;
  color: #AEAEAE;
  right: 61px;
}
#our-preimush .slick-arrow.fa-arrow-right {
  background: #00C66B;
  color: #fff;
}
#reg-bizness {
  background: url(/images/le-gr.jpg) no-repeat center;
}
#callbackform {color: #fff}
#callbackform h3 {font-size: 28px}
.is-col.one-third {
    font-size: 18px;
    font-weight: lighter;
}
#actualCity {
  color: #00c66b;
  cursor: pointer;
}
input[name="sendPhone"]{
    color: #fff;
    outline: none;
    background: none;
    border: none;
    font-size: 28px;
    font-weight: lighter;
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    padding: 12px 12px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#callbackform .btn--full-width {
    background: rgba(73, 80, 168, 1);
    font-size: 16px;
    padding: 13px 65px;
}
.info-form-zapr {
  max-width: 400px;
  font-size: 10px;
  margin-bottom: 25px;
}
.abs-reg {
  position: absolute;
  left: 0px;
  top: 100px;
}

@media all and (max-width: 991px) {
  .block-six {
    min-height: 465px;
    padding: 15px 35px;
    background-size: 576px;
  }
  .cifr-img {
    margin-top: -25px;
  }
  .fast-reg {width: 100%;}
  .block-usl {min-height: 450px;}
  #reg-bizness {
      background: url(/images/le-gr.jpg) no-repeat lavender;
  }
}
@media all and (max-width: 767px) {
  .first-reg ul {padding-left: 0;}
  .first-reg ul li {width: 49%}
  .fast-reg {padding: 0px 15px;}
  .fast-reg li {
    width: 100%;
  }
  .block-usl {padding: 15px 20px 15px 20px;}
  #callbackform .btn--full-width {width: 100%}
  .block-usl {
    min-height: auto;
    padding-bottom: 200px !important;
  }
  .swipe-down {
      position: relative;
      z-index: 2;
  }
}

/*Модальная форма*/
.modal-wrapper {
    display: none;
    position: fixed;
    top: 0;
    z-index: 4;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
}
.modal--open {
    display: block;
    color: #fff;
}
.modal-wrapper .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 40px;
    opacity: .5;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    will-change: opacity;
    cursor: pointer;
}
.modal-wrapper .close svg {
    width: 30px;
    height: 30px;
}
.modal--open .modal__body {
    display: block;
}
.modal__body {
    width: 640px;
    z-index: 4;
    left: 0;
    right: 0;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    background-color: #413c4d;
    background-image: url(images/modal-bg.jpg);
    min-height: 742px;
    background-size: cover;
    border-radius: 5px;
    display: none;
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.2);
}
.modal__title {
    font-size: 32px;
    margin-bottom: 50px;
}
.modal-wrapper .is-row {
    margin-left: -25px;
    margin-right: -25px;
}
.modal-wrapper .is-col {
    float: left;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
.modal-wrapper .form-field__input {
    position: relative;
    margin-bottom: 15px;
}
#citySelecter {
    list-style: none;
    padding-left: 0px;
    -webkit-columns: 150px 3;
    -moz-columns: 150px 3;
    columns: 150px 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 0px solid #ccc;
    -moz-column-rule: 0px solid #ccc;
    column-rule: 0px solid #ccc;
}
#citySelecter li {
    cursor: pointer;
    font-size: 16px;
    line-height: 1.7;
}
.modal--open + .modal-overlay {
    display: block;
}
.modal-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background-color: #1f1a29;
    opacity: .9;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.modal-wrapper .form-field__input input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #54505f;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid transparent;
    font-size: 17px;
    outline: none;
    color: white;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}
/*END Модальная форма*/
  .block-usl input[name="sendPhone"]::-webkit-input-placeholder { color: #fff; }
  .block-usl input[name="sendPhone"]:-ms-input-placeholder { color: #fff; }
  .block-usl input[name="sendPhone"]::-ms-input-placeholder { color: #fff; }
  .block-usl input[name="sendPhone"]::placeholder { color: #fff; }

.block-usl input[name="sendPhone"] {
    position: absolute;
    bottom: 70px;
}
.block-six ul.dots-list li:before {
    content: '•';
    color: #BDE049;
    position: absolute;
    left: 0px;
    font-size: 30px;
    margin-top: -10px;
}
.why-tile, .why-tile:hover{
	background: #F6F6F6!important;
	box-shadow: none!important;
}
.why-tile:hover .tile-title, .why-tile .tile-title, .why-tile .tile-list, .why-tile:hover .tile-list {
    color: #333!important;
}