@charset "UTF-8";
@import url(../bower_components/normalize-css/normalize.css);
@font-face {
  font-family: 'CocoBoldItalic';
  src: url("../fonts/Coco Gothic Bold Italic.ttf");
  font-weight: 500;
  font-style: italic;
  font-style: normal;
}

@font-face {
  font-family: 'CocoBold';
  src: url("../fonts/Coco Gothic Bold.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'CocoBoldLight';
  src: url("../fonts/Coco Gothic Light.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'CocoBoldHeavyItalic';
  src: url("../fonts/Coco Gothic Heavy Italic.ttf");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'MyriadProRegular';
  src: url("../fonts/MyriadPro-Regular.otf"), url("../fonts/MyriadPro-Regular.woff"), url("../fonts/MyriadPro-Regular.oet");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'MyriadProBold';
  src: url("../fonts/MyriadPro-Bold.otf"), url("../fonts/MyriadPro-Bold.woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'MyriadProIt';
  src: url("../fonts/MyriadPro-It.otf"), url("../fonts/MyriadPro-It.woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'MyriadProSemibold';
  src: url("../fonts/MyriadPro-Semibold.otf"), url("../fonts/MyriadPro-Semibold.woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

html {
  min-width: 1172px;
  color: #fff !important;
  line-height: 1 !important;
  font-family: "MyriadProRegular" !important;
  font-style: normal;
}

*:focus {
  outline: none;
}

/*
970px width
*/
.container-medium {
  width: 970px;
  margin: 0 auto;
  position: relative;
}

/*
1172px
*/
.container-large {
  width: 1172px;
  margin: 0 auto;
  position: relative;
}

.deny-border {
  border: none !important;
}

#icons-1 {
  width: 50px;
  height: 50px;
}

#icons-1 .st0 {
  fill: #424242;
}

#icons-2 {
  width: 64px;
  height: 64px;
}

#icons-2 .st0 {
  fill: #2d2a27;
  fill-rule: evenodd;
  clip-rule: evenodd;
}

header {
  background-color: #efefef;
  height: 135px;
}

header .header-container {
  padding: 38px 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-text {
  display: inline-block;
  font-family: "MyriadProSemibold";
  font-size: 18px;
  color: #000;
  margin-left: 36px;
}

header .f-left {
  display: flex;
  align-items: center;
}

header .header-right {
  display: inherit;
  align-items: center;
}

header .header-right .phone {
  color: #000;
  font-size: 18px;
  font-family: "MyriadProIt";
  text-align: right;
  margin-right: 45px;
}

header .header-right .phone span {
  font-family: "MyriadProBold";
  font-size: 20px;
  display: block;
}

header .header-right button {
  background-color: #FAA51E;
  font-size: 18px;
  padding: 16px 36px 13px;
  font-family: "MyriadProSemibold";
  border: none;
  color: #fff;
}

header .header-right button:hover {
  cursor: pointer;
  background-color: #FFC13F;
}

.grid-main-left {
  width: 646px;
  display: -webkit-box;
  display: -moz-inline-box;
  display: -ms-flexbox;
  font-family: "MyriadProSemibold";
}

.grid-main-right {
  display: -webkit-box;
  display: -moz-inline-box;
  display: -ms-flexbox;
  width: 321px;
}

.black-send-button {
  border: none;
  font-family: "MyriadProBold";
  font-size: 16px;
  padding: 14px 35px;
  background-color: #141313;
  display: block;
  color: #fff;
  margin: 0 auto;
  border-radius: 3px;
}

.black-send-button:hover {
  cursor: pointer;
  background-color: #2d2d2d;
}

.width-1-5 {
  width: 19%;
  display: inline-block;
  border-right: 1px solid #e8e8e8;
  position: relative;
  margin-left: -3px;
}

.width-1-5 button {
  display: none;
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #FFC13F;
  font-size: 16px;
  font-family: "MyriadProBold";
  text-transform: uppercase;
  color: #fff;
}

.width-1-5:hover {
  background-color: #FAA51E;
}

.width-1-5:hover button {
  display: block;
  z-index: 1;
  cursor: pointer;
}

.width-1-5:hover button:hover {
  color: #222222;
}

.width-1-5:hover::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #FAA51E;
}

.width-last-1-5 {
  width: 19%;
  display: inline-block;
  border-right: 1px solid #e8e8e8;
  position: relative;
  margin-left: -3px;
  vertical-align: top;
}

.width-last-1-5 button {
  text-transform: uppercase;
  display: none;
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #FFC13F;
  font-size: 16px;
  font-family: "MyriadProBold";
  color: #fff;
}

.width-last-1-5:hover {
  background-color: #FAA51E;
}

.width-last-1-5:hover button {
  display: block;
  z-index: 1;
  cursor: pointer;
}

.width-last-1-5:hover button:hover {
  color: #222222;
}

.width-last-1-5 .last {
  margin: 50px auto 0;
}

.first-section-form {
  background: url("../img/first-bg.jpg") no-repeat center center;
}

.first-section-form1 {
  background: url("../img/first-bg1.jpg") no-repeat center center;
}

.first-section-form .cover {
  background-color: rgba(0, 0, 0, 0.53);
  width: 41%;
  height: 350px;
  position: absolute;
  margin: 120px 0;
}

.first-section-form .accent-form {
  width: 100%;
  padding: 58px 0 58px;
}

.first-section-form .accent-form .wrapper {
  display: flex;
}

.first-section-form .accent-form .left-main {
  border-left: 16px solid #FAA51E;
  background-color: rgba(0, 0, 0, 0.53);
}

.first-section-form .accent-form .left-main .padding-container-form {
  padding: 136px 96px 0 24px;
  position: relative;
}

.first-section-form .accent-form .left-main .padding-container-form::before {
  position: absolute;
  content: '';
  width: 45px;
  height: 45px;
  background-color: #e3a933;
  left: 50%;
  bottom: 20px;
  transform: rotate(45deg);
}

.first-section-form .accent-form .left-main .left-slogan {
  font-size: 35px;
  padding-bottom: 44px;
}

.first-section-form .accent-form .left-main .left-muted {
  font-size: 20px;
  padding-bottom: 130px;
  font-family: "CocoBoldLight";
}

.first-section-form .accent-form .right-main {
  height: 455px;
  margin-left: -2px;
  background-color: #FAA51E;
}

.first-section-form .accent-form .right-main .form-block {
  padding: 36px 26px 36px;
}

.first-section-form .accent-form .right-main .form-block .form-wrp {
  text-align: center;
}

.first-section-form .accent-form .right-main .form-block .header-form {
  font-family: "MyriadProBold";
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}

.first-section-form .accent-form .right-main .form-block .header-mail {
  width: 100%;
  margin-top: 34px;
}

.first-section-form .accent-form .right-main .form-block .header-mail input {
  margin-bottom: 24px;
  width: 90%;
  border: none;
  font-family: "MyriadProRegular";
  font-size: 16px;
  color: #616161;
  padding: 16px 19px 14px;
  background-color: #ececec;
}

.first-section-form .accent-form .right-main .form-block .header-mail input:focus {
  -webkit-box-shadow: 0 5px 8px 0 rgba(50, 50, 50, 0.72);
  -moz-box-shadow: 0 5px 8px 0 rgba(50, 50, 50, 0.72);
  box-shadow: 0 5px 8px 0 rgba(50, 50, 50, 0.72);
  background-color: #fff;
}

.icons-row {
  border-top: 2px solid #e8e8e8;
  text-align: center;
}

.features-icons {
  margin-top: 120px;
  margin-bottom: 130px;
}

.features-icons img {
  display: block;
  width: 48px;
  height: 50px;
  margin: 0 auto 0;
}

.features-icons .text {
  font-family: "MyriadProRegular";
  font-size: 16px;
  text-align: center;
  color: #585858;
  padding-bottom: 50px;
  margin: 50px 0 auto;
  line-height: 1.2;
}

.features-icons .text-last {
  font-family: "MyriadProRegular";
  font-size: 16px;
  text-align: center;
  color: #585858;
  margin: 50px 0 auto;
  padding-bottom: 50px;
  line-height: 1.2;
}

.features-icons .row-hover-button {
  font-family: "MyriadProBold";
  font-size: 16px;
  color: #000;
  width: 100%;
  background-color: #FFC13F;
  text-transform: uppercase;
  position: absolute;
  padding: 17px 0;
  text-align: center;
}

.row-wrapper {
  margin: 0 auto;
}

.influx-30 {
  top: -30px;
}

.influx-60 {
  top: -60px;
}

.clock {
  height: 584px;
  background: url("../img/clock.jpg") center center;
  position: relative;
}

.clock .accent-block {
  font-family: "MyriadProBold";
  font-size: 30px;
  line-height: 1.2;
  background-color: #FAA51E;
  width: 221px;
  height: 163px;
  padding: 46px 54px 46px 184px;
  margin-left: -120px;
}

.clock .bad-list {
  margin: 32px 0px 38px 0;
  padding: 10px 0 0 65px;
}

.clock .bad-list .width-1-3 {
  width: 33%;
  display: inline-block;
  position: relative;
  margin-left: -3px;
  font-size: 20px;
  vertical-align: top;
  padding-bottom: 40px;
  font-family: "MyriadProBold";
}

.clock .bad-list .width-1-3 span {
  display: block;
  font-size: 40px;
  color: #FAA51E;
  padding-bottom: 20px;
}

.girl-ok {
  line-height: 1.2;
  font-size: 20px;
  padding-bottom: 120px;
}

.girl-ok .wrapper {
  display: -webkit-box;
  display: -moz-inline-box;
  display: -ms-flexbox;
}

.girl-ok .wrapper .left {
  background-color: #FAA51E;
  font-family: "MyriadProSemibold";
  font-size: 30px;
  line-height: 1.2;
  padding: 190px 54px 46px 184px;
  margin-left: -10.5%;
  width: 45%;
}

.girl-ok .wrapper .left span {
  display: block;
  font-size: 60px;
  padding-bottom: 20px;
}

.girl-ok .wrapper .right {
  font-family: "MyriadProSemibold";
  background: url("../img/girl-ok.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  width: 55%;
  float: right;
}

.girl-ok .wrapper .right .cover {
  background-color: rgba(0, 0, 0, 0.53);
  padding: 80px 0 120px 80px;
  color: #d5d5d5;
}

.girl-ok .wrapper .right .cover .width-1-2 {
  width: 50%;
  display: inline-block;
  position: relative;
  float: left;
  vertical-align: top;
  padding-bottom: 60px;
}

.girl-ok .wrapper .right .cover ul {
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.girl-ok .wrapper .right .cover li {
  padding-bottom: 25px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.girl-ok .wrapper .right .cover li:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #FAA51E;
  display: inline-block;
}

.girl-ok .wrapper .right .cover span {
  color: #fff;
  font-size: 55px;
  display: block;
  padding-bottom: 5px;
  border-radius: 50%;
}

.personal .head {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  margin: 0 30px;
  border: 18px solid #FAA51E;
  border-bottom: 0;
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  font-family: "MyriadProBold";
  margin-bottom: 180px;
}

.personal .wrapper {
  background: #222;
  text-align: center;
  padding-bottom: 50px;
  margin-top: -90px;
}

.personal .wrapper .foot {
  padding: 40px 40px 80px 40px;
  border: 5px solid #FAA51E;
  font-family: "MyriadProSemibold";
  font-size: 30px;
  margin: 80px 0;
}

.personal .wrapper .foot button {
  bottom: -30px;
  width: 380px;
  height: 70px;
  border: none;
  position: absolute;
  left: 31%;
  color: #fff;
  background-color: #FAA51E;
}

.personal .wrapper .foot button:hover {
  display: block;
  cursor: pointer;
}

.personal .wrapper .width-1-3 {
  width: 28%;
  text-align: left;
  background: #fff;
  height: 110px;
  display: inline-block;
  position: relative;
  margin: 8px;
  line-height: 1.2;
}

.personal .wrapper .width-1-3 .persprice {
  display: none;
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: 50px;
  border: none;
  text-align: center;
  line-height: 3.1;
  background-color: #FFC13F;
  font-size: 17px;
  font-family: "MyriadProSemibold";
  text-transform: lowercase;
  color: #fff;
}

.personal .wrapper .width-1-3 button {
  display: none;
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #FFC13F;
  font-size: 20px;
  font-family: "MyriadProBold";
  text-transform: lowercase;
  color: #fff;
}

.personal .wrapper .width-1-3:hover {
  background-color: #FAA51E;
}

.personal .wrapper .width-1-3:hover .persprice {
  display: block;
  z-index: 1;
}

.personal .wrapper .width-1-3:hover button {
  display: block;
  z-index: 1;
  cursor: pointer;
}

.personal .wrapper .width-1-3:hover button:hover {
  color: #222222;
}

.personal .wrapper .width-1-3 svg {
  margin: 25px;
  display: inline-block;
}

.personal .wrapper .width-1-3 .text {
  font-family: "MyriadProSemibold";
  font-size: 16px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}

.projects {
  padding: 100px 0 150px;
}

.projects .accent-block {
  font-family: "MyriadProBold";
  font-size: 30px;
  line-height: 1.2;
  background-color: #FAA51E;
  width: 350px;
  height: 105px;
  padding: 70px 50px 40px 188px;
  margin-left: -225px;
  position: absolute;
  z-index: 1;
}

.projects .projects-slider-for {
  width: 890px;
  padding-top: 100px;
  margin: 0 auto;
}

.projects .projects-slider-for .prevarrow, .projects .projects-slider-for .nextarrow {
  width: 50px;
  height: 50px;
  background: #FAA51E;
  position: absolute;
  bottom: -50px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
  z-index: 1;
}

.projects .projects-slider-for .prevarrow {
  right: 60px;
}

.projects .projects-slider-for .nextarrow {
  right: 0;
}

.projects .projects-slider-for .item {
  position: relative;
  height: 470px;
  overflow: hidden;
}

.projects .projects-slider-for .item .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}

.projects .projects-slider-for .item img {
  width: 100%;
}

.projects .projects-slider-for .item .text {
  position: absolute;
  top: 250px;
  left: 30px;
}

.projects .projects-slider-for .item .text .title {
  font-family: "MyriadProBold";
  font-size: 25px;
  margin-bottom: 15px;
}

.projects .projects-slider-for .item .text .desc {
  font-family: "MyriadProRegular";
  font-size: 14px;
  line-height: 1.3;
}

.projects .projects-slider-nav {
  width: 600px;
  margin: -80px 70px;
}

.projects .projects-slider-nav .item {
  height: 200px;
}

.projects .projects-slider-nav .item img {
  height: 100%;
  max-width: none;
}

.projects .projects-slider-nav .item .overlay {
  cursor: pointer;
  background: rgba(227, 169, 51, 0.3);
  position: absolute;
  bottom: 0;
  width: inherit;
  height: 100%;
}

.garant {
  font-family: "MyriadProBold";
  font-size: 30px;
  color: #000;
  padding-bottom: 60px;
}

.garant .wrapper {
  padding: 70px 0 60px 0;
  text-align: center;
  border: 10px solid #FAA51E;
  margin: 80px 0;
}

.garant .wrapper button {
  font-family: "MyriadProSemibold";
  font-size: 25px;
  height: 70px;
  border: none;
  margin: 50px auto 0;
  padding: 0 45px;
  color: #fff;
  background-color: #FAA51E;
}

.garant .wrapper button:hover {
  display: block;
  z-index: 9999;
  cursor: pointer;
}

.partners {
  text-align: center;
}

.partners .head {
  font-family: "MyriadProBold";
  font-size: 30px;
  color: #060606;
  padding-bottom: 50px;
}

.partners ul li {
  display: inline-block;
  max-width: 200px;
  padding: 15px 30px;
}

.reviews {
  text-align: center;
  color: #060606;
}

.reviews .head {
  font-family: "MyriadProBold";
  font-size: 30px;
  padding: 120px 0;
}

.reviews .line {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.reviews .line:before, .reviews .line:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #e3a933;
  z-index: -1;
  position: relative;
  vertical-align: middle;
}

.reviews .line:before {
  right: 30px;
  margin: 0 0 0 -100%;
}

.reviews .line:after {
  left: 30px;
  margin: 0 -100% 0 0;
}

.reviews .wrapper {
  background: #d7d7d7;
  padding: 25px 0 30px;
}

.reviews .wrapper .reviews-slider {
  margin-top: -80px;
}

.reviews .wrapper .title {
  font-family: "MyriadProBold";
  font-size: 20px;
  padding: 25px;
}

.reviews .wrapper .desc {
  font-family: "MyriadProRegular";
  font-size: 15px;
}

.reviews .wrapper .contain {
  border-radius: 50%;
  overflow: hidden;
  width: 200px !important;
  height: 200px;
  margin: 0 auto;
}

.reviews .wrapper .contain img {
  margin: 0 auto;
  height: 100%;
  max-width: none;
}

.rewards {
  text-align: center;
  font-family: "MyriadProBold";
  font-size: 30px;
  color: #060606;
  padding: 0 0 130px;
}

.rewards .head {
  padding: 100px 0;
}

.rewards .item img {
  max-height: 235px;
  border: 1px solid #a5a5a5;
}

.getsmeta {
  padding-bottom: 100px;
}

.getsmeta .wrapper {
  padding: 10px;
  background: #FAA51E;
}

.getsmeta .wrapper .head {
  font-family: "MyriadProBold";
  font-size: 30px;
  text-align: center;
  padding: 50px 0;
  background: #fff;
  color: #000;
}

.getsmeta .wrapper .header-mail {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.getsmeta .wrapper .header-mail input {
  margin: 24px 8px 0;
  width: 19%;
  border: none;
  font-family: "MyriadProRegular";
  font-size: 16px;
  color: #616161;
  padding: 17px 19px 14px;
  background-color: #ececec;
}

.getsmeta .wrapper .header-mail input:focus {
  -webkit-box-shadow: 0 5px 8px 0 rgba(50, 50, 50, 0.72);
  -moz-box-shadow: 0 5px 8px 0 rgba(50, 50, 50, 0.72);
  box-shadow: 0 5px 8px 0 rgba(50, 50, 50, 0.72);
  background-color: #fff;
}

.getsmeta .wrapper .black-send-button-getsmeta {
  font-family: "MyriadProBold";
  font-size: 16px;
  padding: 14px 45px;
  background-color: #141313;
  color: #fff;
  border: none;
  margin: 0 10px 0 28px;
  border-radius: 3px;
}

.getsmeta .wrapper .black-send-button-getsmeta:hover {
  cursor: pointer;
  background-color: #2d2d2d;
}

footer {
  background-color: #efefef;
  height: 195px;
}

footer .footer-container {
  padding: 60px 0 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer-text {
  display: inline-block;
  font-family: "MyriadProSemibold";
  font-size: 18px;
  color: #000;
  margin-left: 36px;
  line-height: 1.2;
}

footer .f-left {
  display: flex;
  align-items: center;
}

footer .footer-right {
  display: inherit;
  align-items: center;
}

footer .footer-right .social {
  display: flex;
}

footer .footer-right .social li {
  list-style: none;
  margin: 0 5px;
}

footer .footer-right .social li a {
  display: block;
  height: inherit;
}

footer .footer-right .social .vk {
  width: 30px;
  height: 30px;
  background: url("../img/sprites.png") -38px 0;
}

footer .footer-right .social .fb {
  width: 30px;
  height: 30px;
  background: url("../img/sprites.png") -77px 0;
}

footer .footer-right .footer-contacts {
  color: #000;
  font-size: 15px;
  font-family: "MyriadProRegular";
  margin-right: 45px;
  display: block;
  line-height: 1.4;
}

footer .footer-right .footer-contacts span {
  font-family: "MyriadProBold";
  font-size: 20px;
}

.copyright .wrapper {
  font-family: "MyriadProSemibold";
  font-size: 13px;
  color: #222;
  display: flex;
  height: 70px;
  line-height: 1.4;
  align-items: center;
  justify-content: space-between;
}

.copyright .wrapper a {
  color: #e3a933;
  text-decoration: underline;
}

.shim {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-1 {
  width: 395px;
  height: 410px;
  background: blue;
}

.popup__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.popup__overlay .popup__overlay:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: '';
}

/* Added instead of :after pseudoelement */
.popup__valignfix {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.popup-form__row {
  margin: 1em 0;
}

#overlay {
  z-index: 3;
  /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
  position: fixed;
  /* всегда перекрывает весь сайт */
  background-color: #000;
  /* черная */
  opacity: 0.8;
  /* но немного прозрачна */
  width: 100%;
  height: 100%;
  /* размером во весь экран */
  top: 0;
  left: 0;
  /* сверху и слева 0, обязательные свойства! */
  cursor: pointer;
  display: none;
  /* в обычном состоянии её нет) */
}

.modal_close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 12px;
  height: 12px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  background: url(../img/close.svg);
  background-size: cover;
}

.modal_div_tnx {
  font-size: 30px;
  font-family: "MyriadProBold";
  text-align: center;
  line-height: 1.3;
  width: 700px;
  background: #e3a933;
  position: fixed;
  top: 45%;
  /* отступаем сверху 45%, остальные 5% подвинет скрипт */
  left: 50%;
  margin-top: -250px;
  margin-left: -350px;
  /* тут вся магия центровки css, отступаем влево и вверх минус половину ширины и высоты соответственно =) */
  display: none;
  /* в обычном состоянии окна не должно быть */
  opacity: 0;
  /* полностью прозрачно для анимирования */
  z-index: 5;
  /* окно должно быть наиболее большем слое */
  padding: 60px 30px;
}

.modal_div {
  width: 395px;
  background: #e3a933;
  position: fixed;
  top: 45%;
  /* отступаем сверху 45%, остальные 5% подвинет скрипт */
  left: 50%;
  margin-top: -250px;
  margin-left: -150px;
  /* тут вся магия центровки css, отступаем влево и вверх минус половину ширины и высоты соответственно =) */
  display: none;
  /* в обычном состоянии окна не должно быть */
  opacity: 0;
  /* полностью прозрачно для анимирования */
  z-index: 5;
  /* окно должно быть наиболее большем слое */
}

.modal_div .form-block {
  padding: 36px 26px 36px;
}

.modal_div .form-block .form-wrp {
  text-align: center;
}

.modal_div .form-block .header-form {
  font-family: "MyriadProBold";
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}

.modal_div .form-block .header-mail {
  width: 100%;
  margin-top: 34px;
}

.modal_div .form-block .header-mail input {
  margin-bottom: 24px;
  width: 90%;
  border: none;
  font-family: "MyriadProRegular";
  font-size: 16px;
  color: #616161;
  padding: 16px 19px 14px;
  background-color: #ececec;
}

.modal_div .form-block .header-mail input:focus {
  -webkit-box-shadow: 0 5px 8px 0 rgba(50, 50, 50, 0.72);
  -moz-box-shadow: 0 5px 8px 0 rgba(50, 50, 50, 0.72);
  box-shadow: 0 5px 8px 0 rgba(50, 50, 50, 0.72);
  background-color: #fff;
}

.slick-dots {
  bottom: -45px !important;
}

.slick-dots li button::before {
  font-size: 20px !important;
}

.slick-dots li.slick-active button::before {
  color: #FAA51E !important;
}