@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_D-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459Wxhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container_relative {
  position: relative;
}
.container_full {
  width: 100%;
}
.container_gray {
  background: #f6f5f5;
}
.bold {
  font-weight: 600;
}
.list-wrap {
  font-family: 'Montserrat', sans-serif;
}
.list-wrap .list-item {
  list-style-type: none;
  line-height: 1.4;
  font-weight: 600;
  color: #4a4646;
  position: relative;
}
.list-wrap_light .list-item {
  font-weight: 400;
}
.list-wrap_green .list-item {
  padding-left: 20px;
}
.list-wrap_green .list-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8caf13;
}
.list-wrap_orange .list-item {
  padding-left: 20px;
}
.list-wrap_orange .list-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f26c4f;
}
.list-wrap_num {
  counter-reset: li;
}
.list-wrap_num .list-item {
  padding-left: 20px;
}
.list-wrap_num .list-item::before {
  content: counter(li) '.';
  counter-increment: li;
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 1px;
}
.main-ban {
  background: url(../img/lp/main-img-1.jpg);
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding-left: 110px;
  padding-top: 35px;
  padding-bottom: 45px;
}
.main-ban .small-desc {
  color: #4a4646;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
}
.main-ban .h1 {
  background: transparent;
  color: #4a4646;
  font-size: 25px;
  font-weight: 600;
  padding: 0;
  width: 410px;
  text-align: left;
  line-height: 1.2 !important;
  margin-bottom: 50px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.main-ban .brand-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-ban .brand {
  color: #496b89;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 165px;
  margin-left: 5px;
  font-weight: 600;
  text-decoration: none;
}
.main-ban .reward-wrap {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-ban .img-cup {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-ban .sw-logo {
  width: 140px;
  height: 26px;
}
.main-logo {
  width: 165px;
  height: 80px;
  margin-bottom: 50px;
}
.mob-block {
  display: none;
}
.content-block .h2 {
  font-size: 28px;
  color: #4a4646;
  background: transparent;
  margin: 0;
  padding: 0;
  padding-left: 110px;
  margin-bottom: 75px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.content-block .h2_40 {
  margin-bottom: 40px;
}
.content-block_p {
  padding-top: 75px;
  padding-bottom: 75px;
}
.content-block_p-t {
  padding-top: 75px;
}
.content-block_m-t {
  margin-top: 20px;
}
.general-information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
.general-information-list .info-item {
  width: 33%;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}
.general-information-list .info-item_txt-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.general-information-list .title {
  font-size: 14px;
  font-weight: 800;
  color: #585051;
}
.general-information-list .desc {
  font-size: 20px;
  line-height: 1.2;
}
.info-item__img {
  width: 65px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.info-item__img .img {
  width: 65px;
  height: 65px;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-item__img .img_mrgn {
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
}
.info-item__txt {
  padding-left: 15px;
  width: 80%;
}
.sewing-machine::before {
  content: '';
  display: block;
  width: 65px;
  height: 65px;
  background: url(../img/icon/sewing-machine.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.discount-wrap {
  width: 360px;
  height: 95px;
  position: absolute;
  right: 0;
  bottom: 40px;
  background: #ff8105;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Montserrat', sans-serif;
  padding-left: 50px;
}
.discount-wrap::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #ff8105;
  background-image: url(../img/icon/fire_orange.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.time-month {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.discount-num {
  font-size: 20px;
  font-weight: 600;
}
.thanks-block {
  background: #8caf13;
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  max-width: 980px;
  margin: 0 auto;
}
.result-course,
.about-teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
}
.result-course .img-wrap,
.about-teacher .img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
}
.result-course .img,
.about-teacher .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.result-course .content-wrap,
.about-teacher .content-wrap {
  width: 60%;
  margin-left: 40%;
}
.result-course .title,
.about-teacher .title {
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 35px;
}
.result-course .list-wrap,
.about-teacher .list-wrap {
  -webkit-column-count: 2;
          column-count: 2;
}
.result-course .list-item,
.about-teacher .list-item {
  margin-bottom: 30px;
}
.result-course .content-wrap,
.about-teacher .content-wrap {
  padding-right: 100px;
}
.btn-more-info {
  display: none;
  cursor: pointer;
  text-align: center;
  font-size: 21px;
  text-decoration: underline;
}
.btn-more-info::after {
  content: '\25BC';
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 21px;
  font-weight: 600;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: .2s;
  transition: .2s;
}
.btn-more-info[data-btn="about-teacher"]::after {
  display: none;
}
.necessary-element {
  padding-left: 95px;
}
.necessary-element .elem-item {
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 17px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.225);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.225);
}
.necessary-element .elem-item-wrap {
  padding: 15px;
}
.necessary-element .img-wrap {
  width: 50%;
}
.necessary-element .content-wtap {
  width: 50%;
  padding-left: 40px;
}
.necessary-element .list-item {
  margin-bottom: 15px;
}
.necessary-element .list-item:last-child {
  margin-bottom: 0;
}
.necessary-element .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #585051;
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.next-btn_play,
.prev-btn_play {
  width: 60px;
  height: 60px;
  background: url(../img/icon/arrow_play.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
  position: absolute;
  right: 150px;
  bottom: 76px;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.next-btn_play:hover,
.prev-btn_play:hover {
  background: url(../img/icon/arrow_play-hover.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.525);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.525);
}
.prev-btn_play {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 220px;
}
.p {
  color: #4a4646;
}
.course-program {
  width: 960px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  height: auto !important;
}
.slide-down-item {
  margin-bottom: 5px;
}
.slide-down-item:last-child {
  margin-bottom: 0;
}
.slide-down__header {
  padding: 23px 28px;
  padding-right: 50px;
  font-weight: 600;
  font-size: 20px;
  color: #585051;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.325);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.325);
  cursor: pointer;
}
.slide-down__header::after {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  background: url(../img/icon/arrow_black.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 28px;
  top: 28px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slide-down__header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.slide-down__content {
  font-size: 16px;
  background: #FFFFFF;
  line-height: 1.5;
  text-align: justify;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.125);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.125);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-height: 0;
}
.slide-down__content .title {
  margin-left: -20px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.slide-down__content.active {
  visibility: visible;
  opacity: 1;
}
.about-teacher {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}
.about-teacher .desc {
  font-size: 16px;
  margin-bottom: 25px;
}
.spec-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-link-video {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid;
  display: inline;
  cursor: pointer;
  margin-left: 50px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.about-link-video::before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: url(../img/icon/play-btn.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  left: -50px;
  top: -8px;
}
.about-link-video:hover {
  color: #8caf13;
}
.about-link-video:hover::before {
  background: url(../img/icon/play-btn_hover.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}
.rates-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 50px;
  padding-right: 50px;
}
.rates-item {
  font-family: 'Montserrat', sans-serif;
  width: 402px;
}
.rates-item .content {
  border: 1px dotted #ff8105;
  padding: 30px 39px;
}
.rates-item .title {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 25px;
}
.rates-item .list-wrap {
  margin-bottom: 20px;
  position: relative;
}
.rates-item .list-item {
  font-size: 16px;
  margin-bottom: 10px;
}
.rates-item .list-item:last-child {
  margin-bottom: 0;
}
.rates-item .price {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}
.rates-item .old-price {
  display: inline-block;
  font-weight: 400;
  text-decoration: line-through;
  font-style: italic;
  color: #ff8105;
  font-family: 'Montserrat', sans-serif;
}
.rates-item .action-block {
  width: 100%;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  background: #ff8105;
  font-weight: 600;
  font-size: 20px;
  margin-top: 15px;
}
.rates-item .action-block .span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rates-item .action-block .span::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 47px;
  background: url(../img/icon/fire_white.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
.class-time {
  position: absolute;
  list-style-type: none;
  left: 111px;
  top: 38%;
  font-size: 16px;
  color: #585051;
}
.class-time::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1.5px;
  background: #ffab58;
  margin-right: 5px;
  margin-bottom: 4px;
}
.brace-icon_big::after,
.brace-icon_small::after {
  content: '';
  display: block;
  height: 100%;
  width: 10px;
  background: url(../img/icon/brace_icon-big.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: -1px;
  left: 100px;
}
.brace-icon_small::after {
  background: url(../img/icon/brace_icon-small.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  top: 1px;
}
.brace-icon_small .class-time {
  top: 36%;
}
.rates-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 28px;
  font-family: 'Montserrat', sans-serif;
}
.payment-title {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.payment-desc {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 30px;
}
.payment-block {
  border-top: 1px dotted #ff8105;
  margin-top: 30px;
  padding-top: 25px;
}
.date-block {
  font-size: 16px;
  color: #585051;
  line-height: 1.5;
  margin-bottom: 20px;
}
.date-block:last-child {
  margin-bottom: 0;
}
.date-block .day-num::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1.5px;
  background: #ffab58;
  margin-left: 5px;
  margin-bottom: 3px;
}
.gift-block_back {
  background: #8caf13;
}
.gift-block {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Montserrat', sans-serif;
}
.gift-block .img-wrap {
  width: 40%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  position: absolute;
  right: 100px;
  top: -106px;
}
.gift-block .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gift-block .content-wrap {
  width: 60%;
  padding: 50px 0;
  padding-left: 200px;
}
.gift-block .gift-title {
  font-weight: 600;
  font-size: 26px;
  position: relative;
}
.gift-block .desc {
  font-size: 16px;
  font-weight: 600;
  margin-top: 18px;
  line-height: 1.5;
  width: 355px;
}
.gift-icon::before {
  content: '';
  display: block;
  width: 51px;
  height: 53px;
  background: url(../img/icon/gift-icon_white.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: -15px;
  left: -70px;
}
.content-block .title_m-b-20 {
  margin-bottom: 20px;
}
.form {
  width: 100%;
}
.form .desc {
  font-size: 16px;
  color: #585051;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
}
.form .desc .link {
  font-weight: 600;
  text-decoration: none;
  color: #585051;
}
.form .desc_60 {
  width: 60%;
  display: block;
}
.form .btn {
  font-family: 'Montserrat', sans-serif;
}
.form .alert.alert-success {
  background: #8caf13;
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  max-width: 980px;
  margin: 0 auto;
}
.form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_send-request .form-item {
  margin-bottom: 30px;
}
.form_send-request .input {
  height: 50px;
  font-family: 'Montserrat', sans-serif;
}
.form_send-request .form-item_full {
  width: 100%;
}
.form_980 {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.form-item_32 {
  width: 32%;
}
.form-item_32 .btn {
  width: 100%;
  margin-top: 0;
}
.form-item_49 {
  width: 49%;
}
.form-item_66 {
  width: 66%;
}
.footer .h2 {
  padding-left: 0;
  margin-bottom: 20px;
  text-align: center;
}
.footer .span {
  font-size: 16px;
  line-height: 1.5;
  color: #585051;
}
.footer .link {
  text-decoration: none;
  color: #585051;
}
.footer .link:hover {
  text-decoration: none !important;
}
.footer_back {
  background: #f6f5f5;
}
.footer_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Montserrat', sans-serif;
}
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
}
.modal {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #FFFFFF;
  padding: 10px;
  width: 90%;
  top: 100px;
}
.modal .teacher-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal .teacher-wrap .img {
  width: 75px;
  height: 75px;
}
.modal .teacher-wrap .spec-name {
  margin-bottom: 0;
  margin-left: 10px;
}
.close-modal {
  width: 15px;
  height: 15px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}
.close-modal::before {
  content: '\2716';
  font-weight: 600;
  font-size: 18px;
}
.close-modal:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modal__hdr .modal-title {
  font-weight: 600;
  font-size: 1.2rem;
}
.fade-in-long {
  -webkit-animation-name: fadeUpLong;
          animation-name: fadeUpLong;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fadeUpLong {
  from {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeUpLong {
  from {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
/*# sourceMappingURL=lp.css.map */