@font-face {
  font-family: 'Minion Pro';
  src: url('../fonts/MinionPro/MinionProRegular/MinionProRegular.eot');
  src: url('../fonts/MinionPro/MinionProRegular/MinionProRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/MinionPro/MinionProRegular/MinionProRegular.woff2') format('woff2'), url('../fonts/MinionPro/MinionProRegular/MinionProRegular.woff') format('woff'), url('../fonts/MinionPro/MinionProRegular/MinionProRegular.ttf') format('truetype'), url('../fonts/MinionPro/MinionProRegular/MinionProRegular.svg#../fonts/MinionPro/MinionProRegular/MinionProRegular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura/FuturaLight/FuturaLight.eot');
  src: url('../fonts/Futura/FuturaLight/FuturaLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura/FuturaLight/FuturaLight.woff2') format('woff2'), url('../fonts/Futura/FuturaLight/FuturaLight.woff') format('woff'), url('../fonts/Futura/FuturaLight/FuturaLight.ttf') format('truetype'), url('../fonts/Futura/FuturaLight/FuturaLight.svg#T Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura/FuturaRegular/futuraregular.eot');
  src: url('../fonts/Futura/FuturaRegular/futuraregular.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura/FuturaRegular/futuraregular.woff2') format('woff2'), url('../fonts/Futura/FuturaRegular/futuraregular.woff') format('woff'), url('../fonts/Futura/FuturaRegular/futuraregular.ttf') format('truetype'), url('../fonts/Futura/FuturaRegular/futuraregular.svg#futura_bk_btbook') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura/FuturaMedium/futuramedium.eot');
  src: url('../fonts/Futura/FuturaMedium/futuramedium.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura/FuturaMedium/futuramedium.woff2') format('woff2'), url('../fonts/Futura/FuturaMedium/futuramedium.woff') format('woff'), url('../fonts/Futura/FuturaMedium/futuramedium.ttf') format('truetype'), url('../fonts/Futura/FuturaMedium/futuramedium.svg#futura_md_btmedium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura/FuturaDemi/FuturaDemi.eot');
  src: url('../fonts/Futura/FuturaDemi/FuturaDemi.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura/FuturaDemi/FuturaDemi.woff2') format('woff2'), url('../fonts/Futura/FuturaDemi/FuturaDemi.woff') format('woff'), url('../fonts/Futura/FuturaDemi/FuturaDemi.ttf') format('truetype'), url('../fonts/Futura/FuturaDemi/FuturaDemi.svg#../Futura/FuturaDemi/FuturaDemi') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U0020-2122;
}
body {
  font-family: 'Futura';
  font-size: 18px;
  line-height: 1.3;
  color: #b48b7b;
  margin: 0;
  background: #FFF;
  font-weight: 400;
}
.wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.wrapper > section,
.wrapper > div,
.wrapper > footer,
.wrapper > header {
  flex-basis: 100%;
}
.container {
  position: relative;
}
a {
  color: #428bca;
}
a:hover,
a:active,
a:focus {
  color: #2a6496;
}
a,
input,
button {
  transition: all 0.2s ease-in-out;
}
a:active,
a:focus,
input:active,
input:focus,
button:active,
button:focus {
  outline: none !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Futura';
  line-height: 1.15;
  font-weight: 400;
  color: inherit;
}
h1,
.h1 {
  font-size: 2em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 2em;
}
h4,
.h4 {
  font-size: 2em;
}
h5,
.h5 {
  font-size: 1em;
}
form ::-webkit-input-placeholder {
  color: #b48b7b;
  opacity: 1;
}
form ::-moz-placeholder {
  color: #b48b7b;
  opacity: 1;
}
form :-moz-placeholder {
  color: #b48b7b;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #b48b7b;
  opacity: 1;
}
form .inputblock {
  margin: 0 0 5px 0;
}
form label.error {
  display: none !important;
}
form .intl-tel-input {
  display: block;
}
form .intl-tel-input .country-list {
  z-index: 5;
}
form input,
form textarea,
form select {
  display: inline-block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 53px;
  height: 53px;
  padding: 0 15px;
  color: #8a6a5d;
}
form input.error,
form textarea.error,
form select.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
form input:focus,
form textarea:focus,
form select:focus {
  border-color: #f88a9b;
}
form textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  resize: none;
  height: auto;
  min-height: 150px;
}
form .controls {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  margin: 0;
  padding-right: 0;
}
form .controls button,
form .controls input {
  width: 100%;
}
form .order {
  margin: 15px 0 0 0;
}
form .order a,
form .order button {
  width: 100%;
}
form .check-c1 {
  position: relative;
}
form .check-c1 input {
  margin: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
form .check-c1 input:checked ~ .check-text::before {
  background: #FFF;
  border-color: #EAEAEA;
  box-shadow: none;
}
form .check-c1 input:checked ~ .check-text::after {
  opacity: 1;
}
form .check-c1 .check-text {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}
form .check-c1 .check-text::before {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #EAEAEA;
  background: #FAFAFA;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s all;
}
form .check-c1 .check-text::after {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: none;
  background: url(../images/checkss.svg) no-repeat center center;
  position: absolute;
  left: 1px;
  top: 1px;
  opacity: 0;
  transition: 0.1s all;
}
form .check-c1.ch-error .check-text::before {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
@media (max-width: 767px) {
  form .check-c1 .check-text {
    padding-left: 25px;
    line-height: 19px;
  }
  form .check-c1 .check-text::before {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 19px;
    height: 19px;
  }
  form .check-c1 .check-text::after {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 17px;
    height: 17px;
    background-size: 13px auto;
  }
}
form .note {
  font-size: 13px;
  color: #707070;
  text-align: left;
  letter-spacing: -0.5px;
}
form .note label {
  font-weight: 400;
  cursor: pointer;
}
form .note a {
  color: #707070;
  text-decoration: underline;
}
form .note input {
  margin: 0 8px 2px 0;
  display: inline-block;
  vertical-align: middle;
}
form .note input.error {
  box-shadow: 0 0 4px #CC0000;
}
.page-404 {
  min-height: 100vh;
}
.page-404 .info {
  text-align: center;
}
.page-404 .t1 {
  font-size: 10em;
}
.page-404 .t2 {
  font-size: 1.4em;
  margin: 0 0 20px;
}
.page-404 .t3 {
  font-size: 0.9em;
}
.container {
  position: relative;
}
p {
  font-size: 18px;
  line-height: 27px;
  color: #121212;
}
p.min {
  font-size: 14px;
  line-height: 17px;
}
p.big {
  font-size: 20px;
  line-height: 33px;
}
.min-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  color: #8a6a5d;
}
.min-title.big {
  font-size: 30px;
  line-height: 35px;
}
.title {
  font-size: 43px;
  line-height: 45px;
  color: #8a6a5d;
  font-family: "Minion Pro";
}
p,
.title,
.min-title {
  margin: 0;
  position: relative;
  z-index: 2;
}
.play-click,
.pause-click {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.play-click.active,
.pause-click.active {
  z-index: 15;
}
.order {
  position: relative;
  z-index: 2;
}
.order a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.order a,
.order button {
  padding: 15px 18px;
  cursor: pointer;
  border: none;
  min-height: 53px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 23px;
}
.order a.pink,
.order button.pink {
  background: #f88a9b;
}
.order a.pink:hover,
.order button.pink:hover {
  background: #f24765;
}
.order a.orange,
.order button.orange {
  background: orange;
}
.order a.orange:hover,
.order button.orange:hover {
  background: #f8ae8a;
}
.order a.white,
.order button.white {
  background: #ffffff;
  color: #f8ae8a;
}
.order a.white:hover,
.order button.white:hover {
  background: #fceee1;
  color: #121212;
}
.section-serv-text {
  padding: 2em 0;
}
@media (min-width: 992px) {
  .section-serv-text .container {
    max-width: 860px;
  }
}
.cl-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 48px;
  text-decoration: none;
  color: #212121;
  padding: 0 30px;
  border: none;
  border-radius: 5px;
  background: #e2e6ea;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}
.cl-btn:hover,
.cl-btn:active,
.cl-btn:focus {
  text-decoration: none;
}
.cl-btn.c-green {
  background: #28a745;
  color: #FFF;
}
.cl-btn.c-green:hover,
.cl-btn.c-green:active,
.cl-btn.c-green:focus {
  background: #208637;
  color: #FFF;
}
@media (max-width: 767px) {
  .cl-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 36px;
    text-decoration: none;
    padding: 0 15px;
  }
}
.for-dots {
  position: relative;
}
.for-dots .dots {
  position: absolute;
  background-position: left top;
  background-repeat: repeat;
  width: 1000px;
  height: 100%;
}
.video {
  border-radius: 5px;
  overflow: hidden;
}
.clock .countdown-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
}
.clock .countdown-row .countdown-section {
  position: relative;
  width: 60px;
  text-align: center;
}
.clock .countdown-row .countdown-section:not(:last-of-type) {
  margin-right: 6px;
}
.clock .countdown-row .countdown-section:not(:last-of-type):before {
  position: absolute;
  content: ":";
  left: 100%;
  top: 0;
  font-weight: 500;
  font-size: 35px;
  line-height: 1;
  color: #000000;
}
.clock .countdown-row .countdown-section span {
  display: block;
  color: #000000;
  font-weight: 600;
}
.clock .countdown-row .countdown-section span.countdown-amount {
  font-size: 35px;
  line-height: 1;
}
.clock .countdown-row .countdown-section span.countdown-period {
  font-size: 14px;
  line-height: 1;
  margin: 5px 0 0 0;
}
.pictures {
  position: relative;
  z-index: 2;
}
.pictures .top-bg {
  background: #fceee1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 555px;
}
.pictures .p-rows .shd {
  box-shadow: 6px 6px 20px rgba(0,0,0,0.16);
}
.pictures .p-rows .row {
  margin: 0;
}
.pictures .p-rows .row.prw-1 {
  position: relative;
  z-index: 2;
}
.pictures .p-rows .row.prw-1 .prb-1 .title {
  color: #f8ae8a;
}
.pictures .p-rows .row.prw-1 .prb-1 p {
  color: #8a6a5d;
}
.pictures .p-rows .row.prw-2 {
  margin-top: -185px;
  margin-bottom: 0px;
  background-color: rgba(248,174,138,0.5);
}
.pictures .p-rows .row.prw-2 .prb-1 {
  background-color: #ffffff;
}
.pictures .p-rows .row.prw-2 .prb-3 {
  background: #fceee1;
}
.pictures .p-rows .row.prw-2 .prb-3 > div {
  flex-grow: 1;
}
.pictures .p-rows .row.prw-2 .prb-3 .prb3-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pictures .p-rows .row.prw-2 .prb-3 .prb3-top p {
  text-transform: uppercase;
  color: #121212;
  font-weight: 600;
  margin: 0 0 18px 0;
}
.pictures .p-rows .row.prw-2 .prb-3 .prb3-top p .w-bg {
  display: inline-block;
  padding: 5px 3px;
  background-color: #f8ae8a;
  color: #fff;
  line-height: 1;
  margin: 0 3px 0 0;
}
.pictures .p-rows .row.prw-2 .prb-3 .prb3-top .title {
  display: inline-block;
  text-align: left;
  font-size: 38px;
}
.pictures .p-rows .row.prw-2 .prb-3 .prb3-top .title .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pictures .p-rows .row.prw-2 .prb-3 .prb3-bottom {
  position: relative;
  z-index: 99;
}
.pictures .p-rows .row.prw-2 .prb-3 .prb3-bottom > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pictures .p-rows .row.prw-2 .prb-3 .prb3-bottom > div.p3b-1 .order {
  margin: 29px 0 0;
}
.pictures .p-rows .row.prw-3 {
  position: relative;
  z-index: 2;
}
.pictures .p-rows .row.prw-3 .prb-2 {
  background: #fceee1;
}
.pictures .p-rows .row .p-block {
  min-height: 185px;
  padding: 0;
}
.pictures .p-rows .row .p-block.min {
  max-width: 185px;
  width: 100%;
}
.pictures .p-rows .row .p-block.big {
  max-width: 370px;
  width: 100%;
  max-height: 370px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pictures .p-rows .row.prw-1,
  .pictures .p-rows .row.prw-3 {
    justify-content: initial !important;
  }
  .pictures .p-rows .row.prw-2 {
    margin-top: 0;
    background: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pictures .top-bg {
    height: 520px;
  }
  .pictures .p-rows .row.prw-2 {
    margin-top: 0;
    margin-bottom: 0;
    background: none;
  }
  .pictures .p-rows .row .p-block {
    min-height: 170px;
  }
  .pictures .p-rows .row .p-block.min {
    height: 170px;
    overflow: hidden;
    max-width: 172px;
  }
  .pictures .p-rows .row .p-block.big {
    max-width: 345px;
    max-height: 345px;
  }
}
@media (max-width: 767px) {
  .pictures {
    background: #fceee1;
    padding: 30px 0;
  }
  .pictures .top-bg {
    display: none;
  }
  .pictures .p-rows .row.prw-1 {
    padding: 0 15px;
  }
  .pictures .p-rows .row .p-block {
    min-height: 120px;
  }
  .pictures .p-rows .row.prw-2 {
    margin-top: 0 !important;
    background: none;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pictures .p-rows .row.prw-2 .prb-3 .prb3-bottom > div.p3b-2 p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .pictures .p-rows .row .p-block {
    min-height: 0;
    margin: auto;
  }
  .pictures .p-rows .row .p-block.min {
    max-width: 100%;
  }
  .pictures .p-rows .row.prw-2 .prb-2 {
    margin: 20px auto;
  }
  .pictures .p-rows .row.prw-2 .prb-3 .prb3-top {
    margin: 30px 0 15px 0;
  }
  .pictures .p-rows .row.prw-2 .prb-3 .prb3-bottom > div.p3b-2 {
    padding: 15px 10px;
  }
}
.mob-head p {
  font-size: 18px;
  line-height: 21px;
}
.mob-head p.big {
  font-size: 18px;
  line-height: 21px;
}
.mob-head .title {
  font-size: 28px;
  line-height: 29px;
}
.mob-head .container {
  max-width: 320px;
  margin: auto;
}
.mob-head .date {
  padding: 25px 0 0 0;
}
.mob-head .date .title {
  color: #f8ae8a;
}
.mob-head .mbh-top {
  background: #fceee1;
  padding: 0 0 25px 0;
  margin: 0 0 24px 0;
}
.mob-head .mbh-top .pic {
  position: absolute;
}
.mob-head .mbh-top .pic.mbp-1 {
  left: 0;
  top: 0;
}
.mob-head .mbh-top .pic.mbp-2 {
  right: 0;
  bottom: -132px;
  width: 105px;
}
.mob-head .prb3-top {
  position: relative;
  margin: 150px 23px 28px auto;
  display: table;
}
.mob-head .prb3-top p {
  text-transform: uppercase;
  color: #f8ae8a;
  font-weight: 600;
  margin: 0 0 2px 0;
  font-size: 12px;
  line-height: 15px;
}
.mob-head .prb3-top p .w-bg {
  display: inline-block;
  padding: 5px 3px;
  background-color: #f8ae8a;
  color: #fff;
  line-height: 1;
  margin: 0 0 3px 0;
}
.mob-head .prb3-top .title {
  display: inline-block;
  text-align: left;
  max-width: 120px;
}
.mob-head .prb3-top .title .icon {
  position: absolute;
  right: -72px;
  bottom: 0;
}
.about {
  padding: 80px 0 80px 0;
  position: relative;
}
.about .a-pic {
  position: absolute;
}
.about .a-pic.sk-1 {
  left: 0;
  top: 30px;
}
.about .a-pic.sk-2 {
  right: 0;
  top: 60px;
}
.about .a-top p {
  font-weight: 500;
}
.about .a-top p.at-1 {
  color: #8a6a5d;
}
.about .a-top p.at-2 {
  color: #f8ae8a;
}
.about .a-top .icon {
  margin: 0 20px;
}
.about .for-title {
  margin: 50px 0 80px 0;
  text-align: center;
}
.about .for-title p.min {
  color: #f8ae8a;
  text-transform: uppercase;
  font-weight: 600;
}
.about .for-title p.big {
  display: inline-block;
}
.about .for-title p.big:before {
  position: absolute;
  content: "";
  right: -80px;
  bottom: 5px;
  width: 24px;
  height: 21px;
  background: url(../images/quote.svg) no-repeat center top / contain;
}
.about .for-title .title {
  margin: 20px 0 23px 0;
}
.about .a-row .a-left .al-top .for-dots {
  width: 55px;
  margin: 0 40px 0 0;
  height: 185px;
}
.about .a-row .a-left .al-top .for-dots .dots {
  top: 0;
  right: 0;
  background-image: url(../images/pink.png);
}
.about .a-row .a-left .al-top .text .title {
  margin: 0 0 23px 0;
}
.about .a-row .a-left .for-video {
  margin: 30px 0 0 0;
  max-width: 635px;
}
.about .a-row .forma {
  background: #f6eaee;
  max-width: 375px;
  padding: 35px 30px 30px 30px;
  margin-left: auto;
}
.about .a-row .forma .tit {
  text-align: center;
  font-weight: 600;
  margin: 0 0 30px 0;
  color: #f88a9b;
}
.about .a-row .forma form {
  padding: 35px 30px 0 0px;
  margin: 0 -30px 0 0;
  background: url(../images/for-layer.png) no-repeat right top / 100% 100%;
}
.about .a-row .forma form .file {
  padding: 0 0 0 90px;
}
.about .a-row .forma form .file .icon {
  line-height: 0;
  margin: 0 15px 0 0;
}
.about .a-row .forma form .file p {
  font-weight: 500;
  text-transform: uppercase;
  color: #f88a9b;
}
.about .a-row .forma form .for-text {
  margin: 26px 0 34px 0;
}
.about .a-row .forma form .for-text .dots {
  width: 70px;
  height: 70px;
  background: url(../images/pink.png) repeat top left;
  margin: 0 19px 0 0;
}
.about .a-row .forma form .for-text p {
  line-height: 23px;
}
.about .a-row .forma form .for-text p span {
  text-transform: uppercase;
  color: #f88a9b;
  font-weight: 600;
}
.about .a-row .forma form .info {
  line-height: 21px;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about .a-pic.sk-2 {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 35px 0 37px 0;
  }
  .about .a-pic {
    display: none;
  }
  .about .a-top .icon {
    margin: 0 10px;
  }
  .about .for-title {
    margin: 24px 0 20px 0;
  }
  .about .for-title .title {
    margin: 6px 0 9px 0;
  }
  .about .for-title p.big:before {
    right: 0;
    bottom: -7px;
  }
  .about .a-row .a-left .al-top .text {
    text-align: center;
  }
  .about .a-row .a-left .al-top .text .title {
    margin: 0 0 14px 0;
  }
  .about .a-row .forma {
    padding: 25px 15px 30px 15px;
    margin: 20px auto 0;
  }
  .about .a-row .forma form {
    margin-right: -15px;
    padding: 20px 15px 0 0px;
  }
  .about .a-row .forma form .for-text .dots {
    margin: 0 7px 0 0;
  }
}
.pink-big {
  background: #f6eaee;
  padding: 80px 0 80px 0;
}
.pink-big .for-title {
  text-align: center;
}
.pink-big .for-title p.min {
  text-transform: uppercase;
  color: #f88a9b;
  font-weight: 600;
}
.pink-big .p-body {
  margin: 0 0 80px 0;
}
.pink-big .p-body .for-title .title {
  margin: 20px 0 23px 0;
}
.pink-big .p-body .pb-block {
  margin: 50px 0 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  width: 160px;
  transition: 0.3s;
}
.pink-big .p-body .pb-block.active {
  width: 50%;
}
.pink-big .p-body .pb-block.active .text {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.pink-big .p-body .pb-block:not(:last-of-type) {
  margin-right: 30px;
}
.pink-big .p-body .pb-block .photo {
  box-shadow: 3px 6px 20px rgba(0,0,0,0.35);
}
.pink-big .p-body .pb-block .text {
  padding: 35px 30px;
  background-color: #ffffff;
  transition: 0.3s;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}
.pink-big .p-body .pb-block .text .min-title {
  margin: 6px 0 11px 0;
  font-weight: 500;
}
.pink-big .p-body .pb-block .text p.t-2 {
  color: #f88a9b;
}
.pink-big .aftermath .for-title p {
  margin: 0 0 20px 0;
}
.pink-big .aftermath .af-block {
  margin: 70px 0 0 0;
  position: relative;
}
.pink-big .aftermath .af-block .min-title {
  margin: 30px 0 15px 0;
}
.pink-big .aftermath .af-block.af-6 {
  padding: 70px 0 75px 70px;
}
.pink-big .aftermath .af-block.af-6 .min-title {
  margin-top: 0;
}
.pink-big .aftermath .af-block.af-6:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 1000px;
  height: 100%;
  background: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pink-big .p-body .pb-block {
    width: 130px;
  }
  .pink-big .p-body .pb-block .photo img {
    max-width: initial;
    width: 130px;
  }
  .pink-big .p-body .pb-block .text {
    padding: 7px 7px;
  }
  .pink-big .p-body .pb-block .text p {
    font-size: 16px;
    line-height: 19px;
  }
  .pink-big .p-body .pb-block .text .min-title {
    font-size: 20px;
    line-height: 23px;
    margin: 4px 0 5px 0;
  }
  .pink-big .p-body .pb-block:not(:last-of-type) {
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  .pink-big {
    padding: 30px 0 35px 0;
    text-align: center;
  }
  .pink-big .p-body {
    margin: 0 0 35px 0;
  }
  .pink-big .p-body .for-title {
    margin: 0 0 30px 0;
  }
  .pink-big .p-body .for-title .title {
    margin: 10px 0 12px 0;
  }
  .pink-big .p-body .arrows a {
    opacity: 1;
  }
  .pink-big .p-body .pb-block {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
    display: block;
  }
  .pink-big .p-body .pb-block .photo {
    box-shadow: none;
  }
  .pink-big .p-body .pb-block .text {
    padding: 9px 12px;
    max-width: 160px;
    margin: auto;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .pink-big .p-body .pb-block .text .min-title {
    margin: 2px 0 4px 0;
  }
  .pink-big .aftermath .for-title p {
    margin: 0px 0 9px 0;
  }
  .pink-big .aftermath .af-block {
    margin: 30px 0 0 0;
  }
  .pink-big .aftermath .af-block .min-title {
    margin: 9px 0 9px 0;
  }
  .pink-big .aftermath .af-block.af-6 {
    padding: 35px 15px 25px 15px;
  }
}
.suggestion {
  padding: 60px 0 60px 0;
  background: #fceee1;
}
.suggestion .s-left {
  border: 10px solid #f8ae8a;
  max-width: 445px;
  width: 100%;
  height: 320px;
  margin: 80px 0 0 0px;
  position: relative;
  text-align: center;
}
.suggestion .s-left .s-img {
  margin: -80px 0 -3px 0;
  box-shadow: 3px 6px 10px rgba(0,0,0,0.16);
  display: inline-block;
  position: relative;
  z-index: 3;
}
.suggestion .s-left p {
  text-align: left;
  background: #fceee1;
  padding: 19px 0 16px 0;
  margin: 0 0 0 -10px;
}
.suggestion .s-right .for-dots {
  height: 137px;
}
.suggestion .s-right .for-dots .dots {
  background-image: url(../images/pinkdark.png);
  left: 0;
  top: 0;
}
.suggestion .s-right .title {
  margin: 30px 0 30px 0;
}
@media (max-width: 767px) {
  .suggestion {
    padding: 30px 0 35px 0;
  }
  .suggestion .s-left {
    margin: 80px auto 0;
  }
  .suggestion .s-right .title {
    margin: 20px 0 12px 0;
  }
}
.dont {
  padding: 80px 0 80px 0;
}
.dont .photo {
  display: inline-block;
  box-shadow: 3px 6px 20px rgba(0,0,0,0.16);
}
.dont .photo.ph-1 {
  width: 255px;
  background-color: #fceee1;
  height: 467px;
}
.dont .d-top .dt-right {
  padding: 30px 0 0 95px;
}
.dont .d-top .dt-right p.min {
  font-weight: 600;
  text-transform: uppercase;
  color: #f8ae8a;
}
.dont .d-top .dt-right .title {
  margin: 20px 0 29px 0;
}
.dont .d-bottom {
  margin: -200px 0 0 0;
  position: relative;
  z-index: 2;
}
.dont .d-bottom .db-left {
  display: table;
  margin-left: 190px;
}
.dont .d-bottom .db-left .text {
  border-left: 2px solid #b8b8b8;
  padding: 79px 0 0 15px;
  margin: -50px 0 0 auto;
  max-width: 150px;
  position: relative;
  z-index: 4;
}
.dont .d-bottom .db-right .db-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.dont .d-bottom .db-right .db-row:not(:last-of-type) {
  margin-bottom: 38px;
}
.dont .d-bottom .db-right .db-row .icon {
  width: 67px;
}
.dont .d-bottom .db-right .db-row .text {
  flex: 1;
  margin: 0 -22px 0 25px;
}
.dont .d-bottom .db-right .db-row .text .min-title {
  margin: 0 0 12px 0;
}
.dont .d-bottom .db-right .db-row .text p {
  line-height: 23px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .dont .d-bottom {
    margin: -85px 0 0 0;
  }
  .dont .d-bottom .db-left {
    margin-left: 40px;
  }
  .dont .d-bottom .db-left .text {
    max-width: 215px;
  }
}
@media (max-width: 767px) {
  .dont {
    padding: 40px 0 35px 0;
  }
  .dont .d-top {
    text-align: center;
  }
  .dont .d-top .dt-right {
    padding: 30px 0 0 0;
  }
  .dont .d-top .dt-right .title {
    margin: 4px 0 10px 0;
  }
  .dont .d-bottom {
    margin: 0;
  }
  .dont .d-bottom .db-left {
    margin: 0;
  }
  .dont .d-bottom .db-left .text {
    max-width: 73%;
    text-align: left;
  }
  .dont .d-bottom .db-right .db-row:not(:last-of-type) {
    margin-bottom: 13px;
  }
  .dont .d-bottom .db-right .db-row .text {
    margin: 0 0 0 10px;
  }
  .dont .d-bottom .db-right .db-row .text .min-title {
    margin: 0 0 4px 0;
  }
}
@media (max-width: 575px) {
  .dont .d-bottom .db-left {
    margin: 25px auto 35px;
    text-align: center;
  }
  .dont .d-bottom .db-left .text {
    max-width: 190px;
  }
}
.speaker {
  padding: 40px 0 0 0;
  background: #fceee1;
}
.speaker .s-left {
  padding: 40px 0 80px 0;
  max-width: 335px;
}
.speaker .s-left .for-title {
  margin: 0 0 48px 0;
}
.speaker .s-left .for-title p {
  color: #f8ae8a;
  font-weight: 600;
  margin: 0 0 12px 0;
}
.speaker .s-left .s-list p {
  padding: 35px 0 0 0;
  line-height: 23px;
}
.speaker .s-left .s-list p:not(:last-of-type) {
  margin-bottom: 25px;
}
.speaker .s-left .s-list p:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  background: url(../images/star.svg) no-repeat center top;
}
.speaker .s-right {
  max-width: 235px;
}
.speaker .s-right .comment {
  position: relative;
  padding: 85px 0 0 0;
}
.speaker .s-right .comment:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 21px;
  left: 0;
  top: 0;
  background: url(../images/quote.svg) no-repeat center top;
}
.speaker .s-right .comment p:not(:last-of-type) {
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .speaker .s-left .for-title {
    margin: 0 0 28px 0;
  }
  .speaker .s-left .s-list p {
    padding: 26px 0 0 0;
  }
  .speaker .s-left .s-list p:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .speaker {
    text-align: center;
    padding: 40px 0 20px 0;
  }
  .speaker .s-left {
    padding: 25px 0 29px 0;
    margin: auto;
  }
  .speaker .s-left .for-title {
    margin: 0 0 25px 0;
  }
  .speaker .s-left .for-title p {
    margin: 0 0 4px 0;
  }
  .speaker .s-left .s-list p {
    padding: 26px 0 0 0;
  }
  .speaker .s-left .s-list p:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .speaker .s-left .s-list p:before {
    right: 0;
    margin: auto;
  }
  .speaker .s-middle {
    border-bottom: 2px solid #bbbbbb;
    margin: 0 -15px;
  }
  .speaker .s-middle .photo img {
    width: 140px;
  }
  .speaker .s-right {
    max-width: 100%;
  }
  .speaker .s-right .comment {
    padding: 35px 0 0 0;
  }
  .speaker .s-right .comment:before {
    right: 0;
    margin: auto;
  }
  .speaker .s-right .comment p {
    margin-bottom: 15px;
  }
  .speaker .s-right .comment p:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.how {
  padding: 70px 0 80px 0;
  text-align: center;
}
.how .for-title p.min {
  color: #f8ae8a;
  font-weight: 600;
}
.how .for-title .title {
  margin: 20px 0 30px 0;
}
.how .h-block {
  margin: 50px auto 0;
  display: inline-block;
  position: relative;
}
.how .h-block:not(.hb-4) .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.how .h-block:not(.hb-4) .text p {
  color: #ffffff;
}
.how .h-block.hb-1 .text {
  background-image: url(../images/h1.png);
}
.how .h-block.hb-2 .text {
  background-image: url(../images/h2.png);
}
.how .h-block.hb-3 .text {
  background-image: url(../images/h3.png);
}
.how .h-block.hb-4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  text-align: left;
}
.how .h-block.hb-4 > div {
  flex-basis: 100%;
}
.how .h-block.hb-4 .for-dots {
  height: 225px;
  margin: 15px 0 0 0;
}
.how .h-block.hb-4 .for-dots .dots {
  left: 0;
  top: 0;
  background-image: url(../images/dark.png);
}
@media (max-width: 767px) {
  .how {
    padding: 30px 0 30px 0;
  }
  .how .for-title .title {
    margin: 6px 0 10px 0;
  }
  .how .h-block {
    margin-top: 20px;
  }
  .how .h-block.hb-4 {
    text-align: center;
  }
}
.only {
  padding: 80px 0 80px 0;
}
.only .o-left .for-dots {
  height: 330px;
  width: 58px;
  margin: 0 38px 0 0;
}
.only .o-left .for-dots .dots {
  right: 0;
  top: 0;
  background-image: url(../images/dark.png);
}
.only .o-left .o-block .text {
  margin: 29px 0 40px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .only {
    padding: 10px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .only {
    padding: 10px 0 40px 0;
    text-align: center;
  }
  .only .o-left .o-block .text {
    margin: 10px 0 20px 0;
  }
}
@media (max-width: 575px) {
  .only .order {
    margin: 30px 0 0 0;
  }
}
.all {
  padding: 35px 0 0 0;
  background: url(../images/all-bg.jpg) no-repeat center top / cover;
}
.all .a-left {
  max-width: 365px;
}
.all .a-left .text p {
  margin: 30px 0 0 0;
}
.all .a-right .comment {
  max-width: 255px;
  width: 100%;
  height: 249px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 25px 10px 25px 20px;
  border: 10px solid #e7cdd5;
}
@media (max-width: 767px) {
  .all {
    padding: 35px 0 40px 0;
    text-align: center;
  }
  .all .a-left .text p {
    margin: 10px 0 0 0;
  }
  .all .a-middle .photo img {
    width: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .all .a-middle {
    text-align: right;
  }
}
@media (max-width: 575px) {
  .all .a-left {
    margin: 30px auto 30px;
  }
  .all .a-middle {
    border-bottom: 2px solid #edc5df;
    margin: 0 -15px;
  }
  .all .a-right .comment {
    height: 175px;
    margin: auto;
  }
}
.pictures.bottoms {
  margin: -185px 0 0 0;
}
.pictures.bottoms .top-bg {
  top: initial;
  bottom: 0;
  background: #fff;
}
.pictures.bottoms .date {
  display: table;
  margin: auto;
}
.pictures.bottoms .date .title {
  color: #f8ae8a;
}
.pictures.bottoms .p-rows .row.prw-1 .prb-1 .title {
  color: #f88a9b;
}
.pictures.bottoms .p-rows .row.prw-2 {
  background: #fff;
  margin-bottom: 0;
}
.pictures.bottoms .p-rows .row.prw-2 .prb-1 .prb-bottom {
  min-height: 185px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.pictures.bottoms .p-rows .row.prw-2 .prb-1 .prb-bottom .title {
  color: #f8ae8a;
}
.pictures.bottoms .p-rows .row.prw-2 .p3b-1 .rights {
  margin: 91px 0 0;
}
.pictures.bottoms .p-rows .row.prw-2 .prb-3 {
  background: #fff;
}
.pictures.bottoms .p-rows .row.prw-2 .prb-3.biggest {
  margin: 78px auto -122px;
  max-height: 415px;
}
.pictures.bottoms .p-rows .row.prw-2 .prb3-bottom {
  margin: 27px 0 0;
}
.pictures.bottoms .p-rows .row.prw-2 .prb-4 {
  padding-top: 181px;
}
.pictures.bottoms .p-rows .row.prw-3 .prb-0 {
  background: #fceee1;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .pictures.bottoms {
    margin: -190px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pictures.bottoms {
    margin: -115px 0 0 0;
  }
  .pictures.bottoms .top-bg {
    height: 509px;
  }
  .pictures.bottoms .p-rows .row.prw-2 .prb-3.biggest {
    margin: 78px auto -147px;
  }
}
@media (max-width: 767px) {
  .pictures.bottoms {
    margin: 0;
  }
  .pictures.bottoms .date {
    display: block;
    padding: 0 15px;
  }
  .pictures.bottoms .p-rows .row.prw-2 {
    background: #fceee1;
  }
  .pictures.bottoms .p-rows .row.prw-2 .p3b-1 .rights {
    margin: 20px 0 0;
  }
  .pictures.bottoms .p-rows .row.prw-2 .prb-3 {
    background: #fceee1;
  }
  .pictures.bottoms .p-rows .row.prw-2 .prb-3.biggest {
    margin: 0 auto;
  }
  .pictures.bottoms .p-rows .row.prw-2 .prb3-bottom {
    margin: 0;
  }
}
.footer {
  padding: 35px 0 35px 0;
}
.footer .f-block p,
.footer .f-block a {
  color: #aba49d;
}
.footer .f-block a {
  text-decoration: underline;
}
.footer .f-block a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    padding: 25px 0 25px 0;
  }
  .footer .f-block {
    margin-bottom: 10px;
  }
}
.thanks p {
  color: #121212;
}
.thanks .th-header {
  text-align: center;
}
.thanks .th-header .thh-inner {
  padding: 30px 0 55px 0;
  background: #fceee1 url(../images/mac.png) no-repeat center bottom;
}
.thanks .th-header .thh-bottom {
  margin: 120px 0 0 0;
}
.thanks .th-header .thh-bottom .min-title {
  color: #000;
  margin: 0 0 18px 0;
  font-size: 26px;
}
@media (max-width: 767px) {
  .thanks .th-header .thh-inner {
    background: #fceee1;
    padding: 30px 15px;
  }
  .thanks .th-header .thh-bottom {
    margin: 20px 0 0 0;
  }
  .thanks .th-header .thh-bottom .min-title {
    font-size: 22px;
  }
}
.thanks .th-thanks {
  padding: 30px 0 30px 0;
}
.thanks .th-thanks .to-show {
  display: none;
}
.thanks .th-thanks .tht-left {
  max-width: 685px;
  margin: auto;
}
.thanks .th-thanks .tht-right {
  text-align: center;
  margin: 30px 0 0;
}
.thanks .th-thanks .tht-right .min-title {
  color: #8a6a5d;
}
.thanks .th-thanks .tht-right .text {
  margin: 24px 0 40px 0;
  border-left: 1px solid #f8ae8a;
  padding: 0 0 0 40px;
}
.thanks .th-thanks .tht-right .text p:not(:last-of-type) {
  margin-bottom: 30px;
}
.thanks .th-thanks .tht-right .price p {
  color: #b48b7b;
}
.thanks .th-thanks .tht-right .price div {
  display: inline-block;
  padding: 7px 10px 7px 10px;
  background: #fceee1;
  color: #f8ae8a;
  margin: 18px 0 0 0;
  font-size: 55px;
  line-height: 1;
  border-radius: 5px;
}
.thanks .th-thanks .tht-right .tht-1 {
  margin: 34px 0 24px 0;
}
.thanks .th-thanks .tht-right .order a {
  padding: 15px 14px;
}
@media (max-width: 767px) {
  .thanks .th-thanks {
    padding: 30px 0 30px 0;
  }
  .thanks .th-thanks .tht-right .min-title {
    text-align: center;
  }
  .thanks .th-thanks .tht-right .text {
    margin: 20px 0 25px 0;
    border-left: 1px solid #f8ae8a;
    padding: 0 0 0 40px;
  }
  .thanks .th-thanks .tht-right .text p:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .thanks .th-thanks .tht-right .price {
    text-align: center;
  }
  .thanks .th-thanks .tht-right .price div {
    font-size: 42px;
  }
  .thanks .th-thanks .tht-right .tht-1 {
    margin: 26px 0 22px 0;
    text-align: center;
  }
}
.record .wrapper:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fceee1;
}
.record .r-inner {
  padding: 50px 0 50px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
}
.record .r-inner p {
  color: #121212;
}
.record .r-inner .ri-left .title {
  display: inline-block;
  margin: 2px 0 30px 0;
  text-align: left;
}
.record .r-inner .ri-left .title .icon {
  position: absolute;
  right: -30px;
  bottom: 0;
}
.record .r-inner .ri-2 span {
  color: #f8ae8a;
}
.record .r-inner .for-timer {
  margin: 40px 0 40px 0;
}
.record .r-inner .for-button .order:not(:last-of-type) {
  margin-bottom: 15px;
}
.record .r-inner .for-button .order a {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 767px) {
  .record .r-inner .ri-left {
    padding: 30px 0 0 0;
    text-align: center;
  }
  .record .r-inner .video {
    margin: 0 0 30px 0;
  }
  .record .r-inner .for-timer {
    margin: 25px 0 20px 0;
  }
  .record .r-inner .for-timer .clock .countdown-row {
    justify-content: center;
  }
}
.steps .title {
  color: #121212;
}
.steps p {
  color: #121212;
}
.steps .st-header {
  height: 185px;
  background: #fceee1;
}
.steps .st-header .pic {
  box-shadow: 3px 6px 10px rgba(0,0,0,0.16);
}
.steps .st-header .sth-left .photo {
  margin: -25px 0 0 -24px;
}
.steps .st-header .sth-right {
  display: table;
  margin: auto;
  padding: 32px 0 0 0;
}
.steps .st-header .sth-right .title {
  display: inline-block;
  padding: 0 50px 0 0;
}
.steps .st-header .sth-right .title .icon {
  position: absolute;
  right: -30px;
  bottom: 0;
}
.steps .st-header .sth-right p span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .steps .st-header {
    height: auto;
  }
  .steps .st-header .sth-left .photo {
    margin: 15px 0 0 0;
    text-align: center;
  }
  .steps .st-header .sth-right {
    padding: 25px;
    margin: 0 auto;
  }
}
.steps .st-video .stv-inner {
  padding: 0 0 0 95px;
}
.steps .st-video .for-title {
  position: relative;
  padding: 40px 0 30px 95px;
}
.steps .st-video .for-title:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 185px;
  background: #fceee1;
}
.steps .st-video .for-title p {
  margin: 11px 0 0 0;
}
.steps .st-video .for-title p span {
  color: #f8ae8a;
  font-weight: 600;
}
.steps .st-video .stv-right .video {
  max-width: 825px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps .st-video .stv-right .video {
    max-width: 640px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps .st-video {
    margin: 30px 0 60px 0;
  }
  .steps .st-video .stv-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .steps .st-video {
    margin: 30px 0 30px 0;
  }
  .steps .st-video .stv-inner {
    padding: 0;
  }
  .steps .st-video .for-title {
    padding: 0 0 23px 0px;
  }
  .steps .st-video .for-title:before {
    display: none;
  }
  .steps .st-video .stv-left {
    padding: 0 0 25px 0;
  }
  .steps .st-video .stv-left .min-title {
    margin: 12px 0 0 0;
  }
}
.steps .st-widget {
  padding: 42px 0 0 0;
}
.steps .st-widget .aft {
  text-align: center;
  margin: 0 0 33px 0;
}
.steps .st-widget .tt-1 {
  padding: 0 0 0 95px;
}
.steps .st-widget .stw-left {
  border-radius: 5px;
  max-width: 365px;
  background: #fceee1;
  padding: 35px 30px 0 30px;
  margin: 23px 0 0 95px;
}
.steps .st-widget .stw-left .stwl-inner {
  background: url(../images/for-layer.png) no-repeat right top / 100%;
  padding: 27px 40px 15px 0;
  margin: 0 -30px 0 0;
}
.steps .st-widget .stw-left .stwl-inner .file {
  padding: 0 0 0 90px;
}
.steps .st-widget .stw-left .stwl-inner .file .icon {
  line-height: 0;
  margin: 0 15px 0 0;
}
.steps .st-widget .stw-left .stwl-inner .file p {
  color: #f8ae8a;
  font-weight: 700;
}
.steps .st-widget .stw-left .stwl-inner .for-text {
  margin: 26px 0 0 0;
}
.steps .st-widget .stw-left .stwl-inner .for-text .dots {
  width: 70px;
  height: 70px;
  background: url(../images/pink.png) repeat top left;
  margin: 0 19px 0 0;
}
.steps .st-widget .stw-left .stwl-inner .for-text p {
  line-height: 23px;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps .st-widget .stw-left {
    margin: 20px 0 0 0;
  }
  .steps .st-widget .tt-1 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .steps .st-widget {
    padding: 0;
  }
  .steps .st-widget .aft {
    margin: 0 0 20px 0;
  }
  .steps .st-widget .tt-1 {
    padding: 0 0 20px 0;
  }
  .steps .st-widget .stw-left {
    padding: 26px 30px 0 30px;
    margin: 0 auto 30px;
  }
  .steps .st-widget .stw-right {
    text-align: center;
  }
}
.article {
  background-color: #f2f5fa;
}
.article .art-inner .arti-block {
  background: #ffffff;
  padding: 0 95px;
}
.article .art-inner .arti-block .arti-top {
  border-bottom: 1px solid #fceee1;
  padding: 25px 0;
}
.article .art-inner .arti-block .arti-top .arti-right .author p {
  margin: 0 0 0 15px;
  color: #8a6a5d;
  font-weight: 500;
}
.article .art-inner .arti-block .arti-title {
  padding: 50px 0 40px 0;
}
.article .art-inner .arti-block .arti-title .title {
  margin: 0 0 19px 0;
}
.article .art-inner .arti-block .arti-body > div {
  margin: 0 0 50px 0;
}
.article .art-inner .arti-block .arti-body .text {
  max-width: 760px;
}
.article .art-inner .arti-block .arti-body .text p:not(:last-of-type) {
  margin-bottom: 50px;
}
.article .art-inner .arti-block .arti-body .text p.tit {
  margin-bottom: 15px;
}
.article .art-inner .arti-block .arti-body .text p a {
  color: #f8ae8a;
  text-decoration: underline;
}
.article .art-inner .arti-block .arti-body .text p a:hover {
  text-decoration: none;
}
.article .art-inner .arti-block .arti-body p {
  color: #000;
  text-align: justify;
}
.article .art-inner .arti-block .arti-body p.tit {
  margin-bottom: 15px;
}
.article .art-inner .arti-block .arti-body ol,
.article .art-inner .arti-block .arti-body ul {
  margin: 0 0 50px 0;
}
.article .art-inner .arti-block .arti-bottom {
  padding: 30px 150px 30px 60px;
  margin: 0 -95px 0 0;
  background: #f6eaee;
}
.article .art-inner .arti-block .arti-bottom .artib-left .text {
  margin: 0 0 0 30px;
  flex: 1;
}
.article .art-inner .arti-block .arti-bottom .artib-left .text .aut-1 {
  color: #8a6a5d;
  margin: 0 0 5px 0;
  font-weight: 500;
}
.article .art-inner .arti-block .arti-bottom .artib-right a {
  color: #f88a9b;
  text-decoration: underline;
  margin: 0 0 7px 0;
}
.article .art-inner .arti-block .arti-bottom .artib-right a:hover {
  text-decoration: none;
}
.article .art-inner .arti-block .arti-bottom .artib-right .social a {
  text-decoration: none;
}
.article .art-inner .arti-block .arti-bottom .artib-right .social a:not(:last-of-type) {
  margin-right: 15px;
}
.article .art-inner .arti-block .arti-bottom .artib-right .social a:hover {
  opacity: 0.6;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article .art-inner .arti-block {
    padding: 0 35px;
  }
  .article .art-inner .arti-block .arti-bottom {
    padding: 30px 30px 30px 30px;
    margin: 0 -35px 0 0;
  }
}
@media (max-width: 767px) {
  .article .art-inner .arti-block {
    padding: 0 15px;
  }
  .article .art-inner .arti-block .arti-top {
    padding: 17px 0;
  }
  .article .art-inner .arti-block .arti-top .arti-right {
    padding: 15px 0;
  }
  .article .art-inner .arti-block .arti-title {
    padding: 24px 0 30px 0;
  }
  .article .art-inner .arti-block .arti-title .title {
    margin: 0 0 11px 0;
  }
  .article .art-inner .arti-block .arti-body > div {
    margin: 0 0 22px 0;
  }
  .article .art-inner .arti-block .arti-body .text p:not(:last-of-type) {
    margin-bottom: 22px;
  }
  .article .art-inner .arti-block .arti-bottom {
    padding: 23px 25px 23px 25px;
    margin: 0;
  }
  .article .art-inner .arti-block .arti-bottom .artib-left {
    max-width: 350px;
    margin: auto;
  }
  .article .art-inner .arti-block .arti-bottom .artib-left .text {
    margin: 0 0 0 10px;
  }
  .article .art-inner .arti-block .arti-bottom .artib-right {
    padding: 15px 0;
    text-align: center;
  }
  .article .art-inner .arti-block .arti-bottom .artib-right .social {
    justify-content: center;
  }
}
.videos {
  background-color: #f2f5fa;
}
.videos .vi-inner .vi-inn {
  padding: 0 95px;
  background: #ffffff;
}
.videos .vi-inner .vi-inn .vi-top {
  padding: 25px 0;
  border-bottom: 2px solid #fceee1;
}
.videos .vi-inner .vi-inn .vi-top .vit-right .text {
  margin: 0 0 0 20px;
}
.videos .vi-inner .vi-inn .vi-top .vit-right .text p {
  font-weight: 500;
}
.videos .vi-inner .vi-inn .vi-top .vit-right .text p.t-1 {
  color: #8a6a5d;
}
.videos .vi-inner .vi-inn .vi-blocks {
  padding: 50px 0 0 0;
}
.videos .vi-inner .vi-inn .vi-blocks .vib-left .text {
  margin: 29px 0 0 0;
}
.videos .vi-inner .vi-inn .vi-blocks .vib-right {
  background: #fceee1;
  padding: 30px 30px 0 30px;
  height: 675px;
}
.videos .vi-inner .vi-inn .vi-blocks .vib-right .st-1 {
  margin: 0 0 10px 0;
}
.videos .vi-inner .vi-inn .vi-blocks .vib-right .stwl-inner {
  background: url(../images/cb-block-bg.png) no-repeat right top / 100% 100%;
  padding: 27px 40px 15px 0;
  margin: 0 -30px 0 0;
  min-height: 390px;
}
.videos .vi-inner .vi-inn .vi-blocks .vib-right .stwl-inner .file {
  padding: 0 0 0 90px;
}
.videos .vi-inner .vi-inn .vi-blocks .vib-right .stwl-inner .file .icon {
  line-height: 0;
  margin: 0 15px 0 0;
}
.videos .vi-inner .vi-inn .vi-blocks .vib-right .stwl-inner .file p {
  color: #f8ae8a;
  font-weight: 700;
}
.videos .vi-inner .vi-inn .vi-blocks .vib-right .stwl-inner .for-text {
  margin: 26px 0 20px 0;
}
.videos .vi-inner .vi-inn .vi-blocks .vib-right .stwl-inner .for-text .dots {
  width: 70px;
  height: 70px;
  background: url(../images/pink.png) repeat top left;
  margin: 0 19px 0 0;
}
.videos .vi-inner .vi-inn .vi-blocks .vib-right .stwl-inner .for-text p {
  line-height: 23px;
  flex: 1;
}
.videos .vi-inner .vi-inn .for-videos {
  margin: -400px 0 0 0;
  padding: 0 0 95px 0;
}
.videos .vi-inner .vi-inn .for-videos .video {
  max-width: 825px;
}
.videos .vi-inner .vi-inn .for-videos .video:not(:last-of-type) {
  margin-bottom: 60px;
}
.videos .vi-inner .vi-inn .for-videos .video .for-title {
  margin: 0 0 35px 0;
}
.videos .vi-inner .vi-inn .for-videos .video .for-title p {
  color: #f8ae8a;
  margin: 0 0 7px 0;
  text-transform: uppercase;
}
.videos .vi-inner .vi-inn .for-videos .video .for-title .min-title {
  color: #121212;
}
.videos .vi-inner .vi-inn .for-videos .video .v-block {
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .videos .vi-inner .vi-inn {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .videos .vi-inner .vi-inn {
    padding: 0 15px;
  }
  .videos .vi-inner .vi-inn .vi-blocks {
    padding: 24px 0 0 0;
  }
  .videos .vi-inner .vi-inn .vi-blocks .vib-right {
    margin: 20px 0 30px 0;
    height: auto;
  }
  .videos .vi-inner .vi-inn .vi-blocks .vib-right .stwl-inner {
    min-height: 230px;
  }
  .videos .vi-inner .vi-inn .for-videos {
    margin: 0;
    padding: 0 0 39px 0;
  }
  .videos .vi-inner .vi-inn .for-videos .video:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .videos .vi-inner .vi-inn .for-videos .video .for-title {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 575px) {
  .videos .vi-inner .vi-inn .vi-top .logo {
    margin: 0 0 10px 0;
  }
}
.videos .vi-bottom {
  padding: 40px 0 40px 0;
}
.videos .vi-bottom .vib-left {
  background-color: #f8ae8a;
  padding: 40px 40px 40px 95px;
}
.videos .vi-bottom .vib-left div,
.videos .vi-bottom .vib-left p {
  color: #ffffff;
}
.videos .vi-bottom .vib-left .text {
  margin: 31px 0 21px 0;
}
.videos .vi-bottom .vib-right {
  padding: 41px 0 0 0;
  display: table;
  margin: auto;
}
.videos .vi-bottom .vib-right .title {
  margin: 30px 0 0 0;
}
.videos .vi-bottom .vib-right .title .icon {
  position: absolute;
  right: -10px;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .videos .vi-bottom .vib-left {
    padding: 28px 20px 30px 30px;
  }
}
@media (max-width: 767px) {
  .videos .vi-bottom .vib-left {
    padding: 28px 20px 30px 15px;
  }
}
.text-page .section-text {
  font-size: 16px;
  color: #222;
  padding: 40px 0;
}
.text-page .section-text .container {
  max-width: 860px;
}
.text-page .section-text h1,
.text-page .section-text h2,
.text-page .section-text h3,
.text-page .section-text h4 {
  margin: 0 0 20px;
}
.text-page .section-text p {
  margin: 0 0 20px;
  line-height: 1.45;
}
.text-page .section-text a {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .text-page .section-text {
    font-size: 12px;
  }
}
.mk-offer .offer-header {
  overflow: hidden;
  padding: 70px 0 0 0;
  background: url(../images/all-bg.jpg) no-repeat center top / cover;
}
.mk-offer .offer-header .inner {
  padding: 0 0 60px 0;
}
.mk-offer .offer-header .mtt-1 {
  margin: 30px 0 0 0;
}
.mk-offer .offer-header .for-title {
  margin: 60px 0 35px 0;
}
.mk-offer .offer-header .for-title .title {
  color: #f88a9b;
}
.mk-offer .offer-header .for-list .o-1 span {
  font-weight: 600;
}
.mk-offer .offer-header .for-list p {
  font-size: 22px;
  line-height: 25px;
}
.mk-offer .offer-header .for-list .list {
  margin: 20px 0 40px 0;
}
.mk-offer .offer-header .for-list .list p {
  padding: 0 0 0 20px;
}
.mk-offer .offer-header .for-list .list p:not(:last-of-type) {
  margin-bottom: 8px;
}
.mk-offer .offer-header .for-list .list p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f88a9b;
}
.mk-offer .offer-header .photo {
  position: absolute;
  right: 0;
  bottom: -40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mk-offer .offer-header .inner {
    width: 63%;
  }
}
@media (max-width: 767px) {
  .mk-offer .offer-header {
    padding: 30px 0 0 0;
  }
  .mk-offer .offer-header .inner {
    padding: 0 0 30px 0;
  }
  .mk-offer .offer-header .mtt-1 {
    margin: 17px 0 20px 0;
  }
  .mk-offer .offer-header .for-title {
    margin: 35px 0 25px 0;
  }
  .mk-offer .offer-header .for-list .list {
    margin-bottom: 25px;
  }
  .mk-offer .offer-header .for-list p {
    font-size: 16px;
    line-height: 18px;
  }
}
.mk-offer .section-packs {
  padding: 60px 0 60px 0;
}
.mk-offer .section-packs .for-title {
  margin: 0 0 40px 0;
  text-align: center;
}
.mk-offer .section-packs .pack {
  max-width: 450px;
  padding: 0 0 30px 0;
  margin: auto;
  border: 2px solid #f88a9b;
}
.mk-offer .section-packs .pack .name {
  text-align: center;
  padding: 20px 10px;
  border-bottom: 2px solid #f88a9b;
}
.mk-offer .section-packs .pack .name .min-title {
  color: #f88a9b;
}
.mk-offer .section-packs .pack .desc {
  padding: 30px;
}
.mk-offer .section-packs .pack .desc p {
  padding: 0 0 0 15px;
}
.mk-offer .section-packs .pack .desc p:not(:last-of-type) {
  margin-bottom: 8px;
}
.mk-offer .section-packs .pack .desc p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f88a9b;
}
.mk-offer .section-packs .pack .price {
  text-align: center;
}
.mk-offer .section-packs .pack .price .special {
  margin: 15px 0 0 0;
}
.mk-offer .section-packs .pack .order {
  text-align: center;
  margin: 30px 0 0 0;
}
.mk-offer .section-packs .pack .order a {
  max-width: 350px;
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mk-offer .section-packs .pack {
    padding-bottom: 0;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .mk-offer .section-packs {
    padding: 30px 0 30px 0;
  }
  .mk-offer .section-packs .pack {
    padding-bottom: 0;
    max-width: 350px;
  }
  .mk-offer .section-packs .pack .name {
    padding: 10px 10px;
  }
}
.mk-offer .spec-offer {
  padding: 50px 0 50px 0;
  text-align: center;
  background: #fceee1;
}
.mk-offer .spec-offer .clock {
  margin: 30px 0 30px 0;
}
.mk-offer .spec-offer .clock .countdown-row {
  justify-content: center;
}
.mk-offer .spec-offer .bonus span {
  padding: 0 5px;
  display: inline-block;
  background: #f88a9b;
  color: #ffffff;
}
@media (max-width: 767px) {
  .mk-offer .spec-offer {
    padding: 24px 0 34px 0;
  }
}
.mk-offer .off-want {
  padding: 50px 0 50px 0;
  text-align: center;
}
.mk-offer .off-want .for-title .min-title {
  font-weight: 400;
  margin: 30px 0 40px 0;
  color: #121212;
}
.mk-offer .off-want .for-title .min-title span {
  font-weight: 600;
}
.mk-offer .off-want .info {
  color: #9E9E9E;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  .mk-offer .off-want {
    padding: 30px 0 30px 0;
  }
  .mk-offer .off-want .for-title .min-title {
    margin: 15px 0 25px 0;
  }
}
.on-end {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
}
.modal .modal-header {
  border: none;
}
.modal#modal_comeback .modal-dialog {
  max-width: 800px;
}
.modal#modal_comeback .modal-dialog .modal-content {
  background-color: #f6eaee;
  overflow: hidden;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback {
  position: relative;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-bg {
  position: absolute;
  top: -250px;
  left: -100px;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner {
  background: url(../images/cb-block-bg.png) no-repeat right top;
  padding: 27px 30px 0;
  max-width: 710px;
  margin: auto;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner .w-bg {
  display: inline-block;
  padding: 5px 3px;
  background-color: #f8ae8a;
  color: #fff;
  line-height: 1;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner .top-blocks {
  margin: 0 0 0 auto;
  max-width: 500px;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner .top-blocks .file {
  padding: 0 0 0 110px;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner .top-blocks .file .icon {
  line-height: 0;
  margin: 0 15px 0 0;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner .top-blocks .file p {
  font-weight: 500;
  text-transform: uppercase;
  color: #f88a9b;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner .top-blocks .for-text {
  margin: 16px 0 34px 26px;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner .top-blocks .for-text .dots {
  width: 70px;
  height: 70px;
  background: url(../images/pink.png) repeat top left;
  margin: 0 15px 0 0;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner .top-blocks .for-text p {
  flex: 1;
  line-height: 23px;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner .subtitle {
  margin: 27px 0 41px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 33px;
  color: #121212;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner .above-form {
  color: #393939;
  margin: 0 0 30px;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner .forma form .input-block {
  margin: 0;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner .forma form .order {
  margin: 0;
}
.modal#modal_comeback .modal-dialog .modal-content .modal-body .comeback .cb-inner .forma .confirmation {
  margin: 16px 0 0;
}
.modal#modal_reg .modal-content {
  background: #f6eaee;
}
.modal#modal_reg .forma {
  background: #f6eaee;
  max-width: 375px;
  margin: auto;
}
.modal#modal_reg .forma .tit {
  text-align: center;
  font-weight: 600;
  margin: 0 0 30px 0;
  color: #f88a9b;
}
.modal#modal_reg .forma form {
  padding: 35px 30px 0 0px;
  margin: 0 -30px 0 0;
  background: url(../images/for-layer.png) no-repeat right top / 100% 100%;
}
.modal#modal_reg .forma form .file {
  padding: 0 0 0 90px;
}
.modal#modal_reg .forma form .file .icon {
  line-height: 0;
  margin: 0 15px 0 0;
}
.modal#modal_reg .forma form .file p {
  font-weight: 500;
  text-transform: uppercase;
  color: #f88a9b;
}
.modal#modal_reg .forma form .for-text {
  margin: 26px 0 34px 0;
}
.modal#modal_reg .forma form .for-text .dots {
  width: 70px;
  height: 70px;
  background: url(../images/pink.png) repeat top left;
  margin: 0 19px 0 0;
}
.modal#modal_reg .forma form .for-text p {
  line-height: 23px;
}
.modal#modal_reg .forma form .for-text p span {
  text-transform: uppercase;
  color: #f88a9b;
  font-weight: 600;
}
.modal#modal_reg .forma form .info {
  line-height: 21px;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .modal#modal_reg .forma form {
    margin-right: -15px;
    padding: 20px 15px 0 0px;
  }
  .modal#modal_reg .forma form .for-text .dots {
    margin: 0 7px 0 0;
  }
}
.modal.modal-form .modal-dialog {
  max-width: 500px;
  border-radius: 3px;
  border: none;
  margin-top: 90px;
}
.modal.modal-form .modal-dialog .modal-content {
  border: none;
  position: relative;
}
.modal.modal-form .modal-dialog .close {
  position: absolute;
  right: -40px;
  top: -40px;
  opacity: .85;
  color: #FFF;
  z-index: 999;
}
.modal.modal-form .modal-dialog .close svg {
  width: 36px;
}
.modal.modal-form .modal-dialog .modal-body {
  padding: 20px;
}
.modal.modal-form .modal-dialog .modal-body .form-block {
  padding: 30px 20px;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}
.modal.modal-form .modal-dialog .modal-body .form-block .t1 {
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 0 0 5px;
  line-height: 1.4;
}
.modal.modal-form .modal-dialog .modal-body .form-block .t2 {
  font-size: 1.25em;
  color: #707070;
  line-height: 1;
  letter-spacing: -0.7px;
  margin: 0 0 25px;
}
.modal.modal-form .modal-dialog .modal-body .form-block .m-block {
  padding: 15px 45px;
  background: linear-gradient(to right,#6f00fd 0%,#f65df1 100%);
  color: #FFF;
  margin: 0 -41px 25px;
}
.modal.modal-form .modal-dialog .modal-body .form-block .m-block .m1 .icn {
  margin-right: 20px;
}
.modal.modal-form .modal-dialog .modal-body .form-block .m-block .m1 .media-body {
  line-height: 2em;
}
.modal.modal-form .modal-dialog .modal-body .form-block .note {
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .modal.modal-form .modal-dialog {
    max-width: 320px;
    margin: 50px auto;
  }
  .modal.modal-form .modal-dialog .close {
    right: 0;
    top: -45px;
  }
  .modal.modal-form .modal-dialog .modal-body {
    padding: 10px;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block {
    padding: 20px 10px;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .t1 {
    font-size: 1.8em;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .t2 {
    margin: 0 0 20px;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .m-block {
    padding: 10px 20px;
    margin: 0 -11px 20px;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .m-block .m1 .icn {
    margin-right: 10px;
    width: 30px;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .m-block .m1 .media-body {
    line-height: 1.6;
    letter-spacing: -0.6px;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .m-block .m1 .media-body br {
    display: none;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .note {
    font-size: 12px;
  }
}
.modal.modal-thanks .modal-dialog {
  max-width: 500px;
  border-radius: 3px;
  border: none;
  margin-top: 90px;
}
.modal.modal-thanks .modal-dialog .modal-content {
  border: none;
  position: relative;
}
.modal.modal-thanks .modal-dialog .close {
  position: absolute;
  right: -40px;
  top: -40px;
  opacity: .85;
  color: #FFF;
  z-index: 999;
}
.modal.modal-thanks .modal-dialog .close svg {
  width: 36px;
}
.modal.modal-thanks .modal-dialog .modal-body {
  padding: 20px;
}
.modal.modal-thanks .modal-dialog .modal-body .t1 {
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 0 0 5px;
  line-height: 1.4;
}
.modal.modal-thanks .modal-dialog .modal-body .t2 {
  font-size: 1.25em;
  color: #707070;
  line-height: 1;
  letter-spacing: -0.7px;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .modal.modal-thanks .modal-dialog {
    max-width: 320px;
    margin: 50px auto;
  }
  .modal.modal-thanks .modal-dialog .close {
    right: 0;
    top: -45px;
  }
  .modal.modal-thanks .modal-dialog .modal-body {
    padding: 10px;
  }
  .modal.modal-thanks .modal-dialog .modal-body .t1 {
    font-size: 1.8em;
  }
  .modal.modal-thanks .modal-dialog .modal-body .t2 {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body img {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  body img {
    max-width: 100%;
  }
  body .title {
    font-size: 25px;
    line-height: 30px;
  }
  body .min-title {
    font-size: 19px;
    line-height: 23px;
  }
  body .min-title.big {
    font-size: 19px;
    line-height: 23px;
  }
  body p {
    font-size: 16px;
    line-height: 19px;
  }
  body p.big {
    font-size: 16px;
    line-height: 19px;
  }
  body .for-dots {
    display: none !important;
  }
}
