@import url(../fonts/fonts.css);
@import url(../fonts/fontawesome.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  position: relative;
  font-family: 'Montserrat Regular';
  font-size: 16px;
  color: #fff;
  background: #000;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  transition: 0.3s all;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
button:focus {
  outline: none;
}
.container {
  max-width: 100%;
  width: 81.7708333333vw;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
h1 {
  font-family: 'Montserrat Medium';
  font-size: 3.2vw;
  color: #fff;
  font-weight: normal;
  line-height: 1.15;
  margin-bottom: 2.5416666667vw;
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
h2 {
  font-weight: normal;
}
h2.title {
  position: relative;
  text-align: center;
  font-family: 'Montserrat Medium';
  font-size: 2.9166666667vw;
  color: #0c0c0c;
  padding-bottom: 1.1458333333vw;
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 991px) {
  h2.title {
    font-size: 30px;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
h2.title.title-white {
  color: #fff;
}
h2.title.title-white:after {
  content: none;
}
h2.title:after {
  content: "";
  display: block;
  width: 4.6875vw;
  height: 0.2083333333vw;
  background: #57b9ef;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  h2.title:after {
    width: 70px;
    height: 3px;
  }
}
h3 {
  font-weight: normal;
}
h3.title {
  text-align: center;
  font-family: 'Montserrat Medium';
  font-size: 1.875vw;
  color: #0c0c0c;
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 991px) {
  h3.title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
h3.title.title-blue {
  color: #0a64be;
}
.btn {
  cursor: pointer;
  display: inline-block;
  background: #f2065f;
  border: none;
  font-family: 'Montserrat Medium';
  font-size: 1.09375vw;
  color: #fff;
  transition: 0.2s all;
}
@media (max-width: 991px) {
  .btn {
    font-size: 18px;
  }
}
.btn:hover {
  background: #fff;
  color: #f2065f;
  border: 0.1041666667vw solid #f2065f;
}
@media (max-width: 991px) {
  .btn:hover {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .btn:hover {
    border-width: 1.5px;
  }
}
.btn:focus {
  outline: none;
}
.fancybox-bg {
  background: #57b9ef;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
header {
  position: absolute;
  left: 0;
  right: 0;
  width: 81.7708333333vw;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  min-height: 5.46875vw;
}
@media (max-width: 991px) {
  header {
    min-height: 90px;
  }
}
@media (max-width: 767px) {
  header {
    align-items: center;
    padding: 0 15px;
  }
}
header .logo {
  width: 8.4791666667vw;
  margin: 1.7708333333vw 0 0 0;
}
@media (max-width: 991px) {
  header .logo {
    width: 90px;
    margin: 34px 0 0 15px;
  }
}
@media (max-width: 767px) {
  header .logo {
    margin: 0;
  }
}
header .phone {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2065f;
  border-radius: 2.0833333333vw;
  min-width: 8.8020833333vw;
  height: 2.0833333333vw;
  font-family: 'Montserrat Medium';
  font-size: 0.8333333333vw;
  color: #fff;
  transition: 0.2s all;
  margin: 1.5625vw 0 0 0;
  transform-style: preserve-3d;
}
@media (max-width: 991px) {
  header .phone {
    border-radius: 40px;
    min-width: 169px;
    height: 40px;
    font-size: 16px;
    margin: 30px 15px 0 0;
  }
}
@media (max-width: 767px) {
  header .phone {
    margin: 0;
  }
}
header .phone:hover {
  background: #fff;
  color: #f2065f;
}
header .phone i {
  margin-right: 0.46875vw;
}
@media (max-width: 991px) {
  header .phone i {
    margin-right: 9px;
  }
}
footer {
  background: #232323;
}
footer .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.625vw;
}
@media (max-width: 991px) {
  footer .footer {
    min-height: 108px;
  }
}
@media (max-width: 767px) {
  footer .footer {
    flex-direction: column;
    padding: 25px 0;
  }
}
footer .logo {
  width: 3.9583333333vw;
}
@media (max-width: 991px) {
  footer .logo {
    width: 70px;
  }
}
@media (max-width: 767px) {
  footer .logo {
    margin-bottom: 15px;
  }
}
footer .copyright {
  font-family: 'Montserrat Medium';
  font-size: 0.9375vw;
  color: #fff;
}
@media (max-width: 991px) {
  footer .copyright {
    font-size: 14px;
  }
}
.banner {
  position: relative;
  min-height: 44.4270833333vw;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.65);
}
@media (max-width: 991px) {
  .banner {
    min-height: auto;
    background-size: auto;
    padding-bottom: 20px;
  }
}
.banner .banner-content {
  padding-top: 9.6354166667vw;
  width: 40.2083333333vw;
}
@media (max-width: 991px) {
  .banner .banner-content {
    width: 100%;
    padding: 135px 0 25px;
  }
}
@media (max-width: 767px) {
  .banner .banner-content {
    padding: 105px 0 25px;
  }
}
.banner .banner-content h2 {
  font-family: 'Montserrat Medium';
  font-size: 1.50625vw;
  color: #f2065f;
  margin-bottom: 1.5416666667vw;
}
@media (max-width: 991px) {
  .banner .banner-content h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.banner .banner-content .banner-text {
  width: 90%;
}
.banner .banner-content .banner-text p {
  font-family: 'Montserrat Regular';
  font-size: 1.1416666667vw;
  color: rgb(242, 6, 95);
}
@media (max-width: 991px) {
  .banner .banner-content .banner-text p {
    font-size: 16px;
  }
}
.banner-form {
  width: 25.9375vw;
  position: absolute;
  top: 6.71875vw;
  right: 5.15625vw;
  background: rgba(0,0,0,0.7);
  padding: 2.3958333333vw 3.0729166667vw;
  border-radius: 0.5208333333vw;
  box-shadow: 0px 14px 27.26px 1.74px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-form {
    width: 498px;
    position: relative;
    top: 0;
    right: 0;
    margin: 0 15px;
    padding: 30px 40px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .banner-form {
    width: auto;
    padding: 25px 15px;
  }
}
.banner-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-form .wpcf7-form p {
  width: 100%;
}
.banner-form .wpcf7-form p label + br {
  display: none;
}
.banner-form label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.6770833333vw;
}
@media (max-width: 991px) {
  .banner-form label {
    margin-bottom: 12px;
  }
}
.banner-form label i {
  color: #adadaf;
  position: absolute;
  top: 50%;
  font-size: 0.8333333333vw;
  transform: translateY(-50%);
  right: 1.09375vw;
}
@media (max-width: 991px) {
  .banner-form label i {
    font-size: 16px;
    right: 21px;
  }
}
.banner-form span.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 2.1875vw;
  font-size: 0.7291666667vw;
}
@media (max-width: 991px) {
  .banner-form span.wpcf7-not-valid-tip {
    right: 42px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner-form span.wpcf7-not-valid-tip {
    top: 3px;
    font-size: 12px;
  }
}
.banner-form div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0.2604166667vw auto 0;
}
@media (max-width: 991px) {
  .banner-form div.wpcf7 .ajax-loader {
    margin: 5px auto 0;
  }
}
.order-form {
  width: 25.9375vw;
  background: #fff;
  padding: 2.3958333333vw 3.0729166667vw;
  border-radius: 0.5208333333vw;
  box-shadow: 0px 14px 27.26px 1.74px rgba(0, 0, 0, 0.11);
}
@media (max-width: 991px) {
  .order-form {
    width: 498px;
    margin: 0 15px;
    padding: 30px 40px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .order-form {
    width: auto;
    padding: 45px 15px 25px;
  }
}
.order-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-form .wpcf7-form p {
  width: 100%;
}
.order-form .wpcf7-form p label + br {
  display: none;
}
.order-form label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.6770833333vw;
}
@media (max-width: 991px) {
  .order-form label {
    margin-bottom: 12px;
  }
}
.order-form label i {
  color: #adadaf;
  position: absolute;
  top: 50%;
  font-size: 0.8333333333vw;
  transform: translateY(-50%);
  right: 1.09375vw;
}
@media (max-width: 991px) {
  .order-form label i {
    font-size: 16px;
    right: 21px;
  }
}
.order-form span.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 2.1875vw;
  font-size: 0.7291666667vw;
}
@media (max-width: 991px) {
  .order-form span.wpcf7-not-valid-tip {
    right: 42px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .order-form span.wpcf7-not-valid-tip {
    top: 3px;
    font-size: 12px;
  }
}
.order-form div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0.2604166667vw auto 0;
}
@media (max-width: 991px) {
  .order-form div.wpcf7 .ajax-loader {
    margin: 5px auto 0;
  }
}
input[type="text"], input[type="email"], input[type="tel"], select {
  width: 100%;
  height: 2.7604166667vw;
  border-radius: 0.2604166667vw;
  padding: 0 2.1875vw 0 1.1458333333vw;
  background: #f8f8fb;
  border: 1px solid #d1d1d1;
  font-family: 'ProximaNova Regular';
  font-size: 1.09375vw;
  color: #333;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  input[type="text"], input[type="email"], input[type="tel"], select {
    height: 43px;
    border-radius: 5px;
    padding: 0 42px 0 22px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  input[type="text"], input[type="email"], input[type="tel"], select {
    padding: 0 42px 0 15px;
  }
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, select::placeholder {
  color: rgba(51, 51, 51, .5);
}
select, option {
  color: #000;
}
select:invalid,
select option[value=""] {
  color: rgba(51, 51, 51, .5);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus {
  outline: none;
  border-color: #126cc3;
}
select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #f8f8fb url('../images/select-arrow.png') right 1.1458333333vw top 50% no-repeat;
  background-size: 0.625vw;
}
@media (max-width: 991px) {
  select {
    background-position: right 22px top 50%;
    background-size: 12px;
  }
}
select:invalid {
  color: rgba(51, 51, 51, .5);
}
select [disabled] {
  color: rgba(51, 51, 51, .5);
}
select option {
  color: #333;
}
.btn {
  display: flex;
  justify-content: center;
  margin: 2.03125vw auto 0;
  min-width: 12.3958333333vw;
  height: 3.3333333333vw;
  border-radius: 3.3333333333vw;
}
@media (max-width: 991px) {
  .btn {
    margin: 25px auto 0;
    min-width: 228px;
    height: 54px;
    border-radius: 54px;
  }
}
input.wpcf7-not-valid {
  border-color: #f00 !important;
}
.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
  margin: 0.78125vw 0 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
  text-align: center;
}
@media (max-width: 991px) {
  .wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    margin: 15px 0 0 0 !important;
  }
}
.wpcf7-validation-errors {
  color: #f00;
}
.wpcf7-mail-sent-ok {
  color: #0760bc;
}
.about-block {
  padding: 4.1666666667vw 0 5.7291666667vw;
}
@media (max-width: 991px) {
  .about-block {
    padding: 40px 0 55px;
  }
}
.about-block .description {
  width: 69%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991px) {
  .about-block .description {
    width: 90%;
  }
}
.about-block .description p {
  font-family: 'Montserrat Medium';
  font-size: 1.09375vw;
  color: #333;
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 991px) {
  .about-block .description p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.about-block .about-row {
  display: flex;
  align-items: center;
  padding-top: 2.34375vw;
}
@media (max-width: 991px) {
  .about-block .about-row {
    flex-direction: column;
    justify-content: center;
    padding-top: 25px;
  }
}
.about-block .about-row .block-video {
  position: relative;
  width: 38.3333333333vw;
  box-shadow: 0 10px 25px 15px rgba(0, 0, 0, 0.2);
  border-radius: 0.5208333333vw;
  margin-right: 3.125vw;
}
@media (max-width: 991px) {
  .about-block .about-row .block-video {
    width: 70%;
    border-radius: 10px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .about-block .about-row .block-video {
    width: 100%;
  }
}
.about-block .about-row .block-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5208333333vw;
}
@media (max-width: 991px) {
  .about-block .about-row .block-video img {
    border-radius: 10px;
  }
}
.about-block .about-row .block-video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.875vw;
  height: 6.875vw;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s all;
  box-shadow: 0.2083333333vw 0.2083333333vw 1.25vw 1.25vw rgba(0, 0, 0, 0.36);
}
@media (max-width: 991px) {
  .about-block .about-row .block-video .btn-play {
    width: 70px;
    height: 70px;
    box-shadow: 4px 4px 24px 24px rgba(0, 0, 0, 0.36);
  }
}
.about-block .about-row .block-video .btn-play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
  content: "";
  margin-left: 0.4166666667vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.0677083333vw 0 1.0677083333vw 1.875vw;
  border-color: transparent transparent transparent #57b9ef;
}
@media (max-width: 991px) {
  .about-block .about-row .block-video .btn-play:after {
    margin-left: 5px;
    border-width: 15px 0 15px 25px;
  }
}
.about-block .about-row .block-video .btn-play:hover {
  background: #57b9ef;
}
.about-block .about-row .block-video .btn-play:hover:after {
  border-color: transparent transparent transparent #fff;
}
.about-block .about-row .advantages {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about-block .about-row .advantages {
    width: 100%;
  }
}
.about-block .about-row .advantages .advantage {
  width: 11.3541666667vw;
  margin: 1.7708333333vw 0;
}
@media (max-width: 991px) {
  .about-block .about-row .advantages .advantage {
    width: 33.33%;
    margin: 15px 0;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .about-block .about-row .advantages .advantage {
    width: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .about-block .about-row .advantages .advantage:nth-child(3n+2) {
    margin: 1.7708333333vw 2.1875vw;
  }
}
.about-block .about-row .advantages .advantage .advantage-numbers {
  font-family: 'Montserrat Medium';
  font-size: 3.75vw;
  color: #57b9ef;
}
@media (max-width: 991px) {
  .about-block .about-row .advantages .advantage .advantage-numbers {
    font-size: 32px;
  }
}
.about-block .about-row .advantages .advantage p {
  font-family: 'Montserrat Regular';
  font-size: 1.09375vw;
}
@media (max-width: 991px) {
  .about-block .about-row .advantages .advantage p {
    font-size: 14px;
  }
}
.work-block {
  position: relative;
  padding: 4.2708333333vw 0 2.0833333333vw;
  background: #f7f7fa;
}
@media (max-width: 991px) {
  .work-block {
    padding: 42px 0 20px;
  }
}
.work-block:before {
  content: "";
  display: block;
  width: 6.3541666667vw;
  height: 13.6979166667vw;
  background: url('../images/blue-circle.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: -3.3333333333vw;
  left: 0;
}
@media (max-width: 767px) {
  .work-block:before {
    content: none;
  }
}
.work-block:after {
  content: "";
  display: block;
  width: 10.15625vw;
  height: 22.7604166667vw;
  background: url('../images/blue-circle2.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: -5vw;
  right: 0;
}
@media (max-width: 767px) {
  .work-block:after {
    content: none;
  }
}
.work-block .description {
  width: 70%;
  margin: 0 auto 2.0833333333vw;
  text-align: center;
}
@media (max-width: 991px) {
  .work-block .description {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.work-block .description p {
  font-family: 'Montserrat Medium';
  font-size: 1.25vw;
  color: #333;
}
@media (max-width: 991px) {
  .work-block .description p {
    font-size: 16px;
  }
}
.work-block .work-programs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.work-block .work-programs .work-program {
  width: 46%;
}
@media (max-width: 991px) {
  .work-block .work-programs .work-program {
    width: 100%;
    margin-bottom: 15px;
  }
}
.work-block .work-programs .work-program h3 {
  font-family: 'Montserrat Medium';
  font-size: 1.5625vw;
  color: #0a64be;
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 991px) {
  .work-block .work-programs .work-program h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.work-block .work-programs .work-program p {
  font-family: 'Montserrat Light';
  font-size: 1.25vw;
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 991px) {
  .work-block .work-programs .work-program p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.work-block .work-programs .work-program strong, .work-block .work-programs .work-program b {
  font-family: 'Montserrat SemiBold';
  font-size: 1.09375vw;
}
@media (max-width: 991px) {
  .work-block .work-programs .work-program strong, .work-block .work-programs .work-program b {
    font-size: 15px;
  }
}
.partner-block {
  padding: 4.1666666667vw 0 2.6041666667vw;
  background-image: linear-gradient(-90deg, #0358b2 0%, #62c6f7 100%);
}
@media (max-width: 991px) {
  .partner-block {
    padding: 40px 0 25px;
  }
}
.partner-block h2 {
  padding: 0;
  margin: 0 0 2.8645833333vw;
}
@media (max-width: 991px) {
  .partner-block h2 {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .partner-block .row {
    flex-direction: column;
    align-items: center;
  }
}
.partner-block .partner-plus {
  width: 15.1041666667vw;
  background: #fff;
  margin: 0 0.78125vw 1.4583333333vw;
  padding: 1.71875vw 1.0416666667vw 1.6145833333vw;
  border-radius: 0.5208333333vw;
  box-shadow: 0px 0px 35.72px 2.28px rgba(0, 0, 0, 0.04);
  text-align: center;
}
@media (max-width: 991px) {
  .partner-block .partner-plus {
    width: 46%;
    margin: 0 auto 28px;
    padding: 33px 20px 31px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .partner-block .partner-plus {
    width: 290px;
    margin: 0 15px 28px;
  }
}
.partner-block .partner-plus .partner-plus-icon {
  width: 5.78125vw;
  height: 5.8854166667vw;
  margin: 0 auto 1.3541666667vw;
}
@media (max-width: 991px) {
  .partner-block .partner-plus .partner-plus-icon {
    width: 111px;
    height: 113px;
    margin: 0 auto 20px;
  }
}
.partner-block .partner-plus .partner-plus-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-block .partner-plus .partner-plus-title {
  font-family: 'Montserrat Medium';
  font-size: 1.25vw;
  margin-bottom: 0.78125vw;
}
@media (max-width: 991px) {
  .partner-block .partner-plus .partner-plus-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.partner-block .partner-plus .partner-plus-text {
  font-family: 'Montserrat Regular';
  font-size: 0.8333333333vw;
}
@media (max-width: 991px) {
  .partner-block .partner-plus .partner-plus-text {
    font-size: 14px;
  }
}
.guarantee-block {
  padding: 3.5416666667vw 0;
}
@media (max-width: 991px) {
  .guarantee-block {
    padding: 34px 0;
  }
}
.guarantee-block .description {
  width: 90%;
  margin: 0 auto 1.6666666667vw;
  text-align: center;
  font-family: 'Montserrat Bold';
  font-size: 1.25vw;
  color: #333;
}
@media (max-width: 991px) {
  .guarantee-block .description {
    margin: 0 auto 16px;
    font-size: 16px;
  }
}
.guarantee-block .schedule-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan-block {
  position: relative;
  background: #f7f7fa;
  padding: 4.2708333333vw 0 2.7083333333vw;
}
@media (max-width: 991px) {
  .plan-block {
    padding: 40px 0 25px;
  }
}
.plan-block:before {
  content: "";
  display: block;
  width: 10.3645833333vw;
  height: 22.9166666667vw;
  background: url('../images/blue-circle5.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: -2.3958333333vw;
  left: 0;
}
@media (max-width: 991px) {
  .plan-block:before {
    content: none;
  }
}
.plan-block:after {
  content: "";
  display: block;
  width: 6.1458333333vw;
  height: 13.6458333333vw;
  background: url('../images/blue-circle6.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: -6.5625vw;
  right: 0;
}
@media (max-width: 991px) {
  .plan-block:after {
    content: none;
  }
}
.plan-block .plan-table {
  padding: 0.5208333333vw 0 1.5625vw;
}
@media (max-width: 991px) {
  .plan-block .plan-table {
    padding: 10px 0 30px;
  }
}
@media (max-width: 767px) {
  .plan-block .plan-table {
    padding: 10px 0 0;
  }
}
.plan-block .plan-table .tbody {
  display: flex;
}
@media (max-width: 767px) {
  .plan-block .plan-table .tbody {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .plan-block .plan-table .tbody .trow {
    width: 13%;
  }
}
@media (max-width: 767px) {
  .plan-block .plan-table .tbody .trow {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .plan-block .plan-table .tbody .trow:first-child {
    display: none;
  }
}
.plan-block .plan-table .tbody .table-col {
  width: 9.1145833333vw;
}
@media (max-width: 991px) {
  .plan-block .plan-table .tbody .table-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .plan-block .plan-table .tbody .table-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .plan-block .plan-table .tbody .table-col.col-first {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .plan-block .plan-table .tbody .table-col.first-col {
    display: block !important;
  }
}
.plan-block .plan-table .tbody .table-col:first-child {
  width: 27.0833333333vw;
}
@media (max-width: 991px) {
  .plan-block .plan-table .tbody .table-col:first-child {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .plan-block .plan-table .tbody .table-col:first-child {
    width: 50%;
  }
}
.plan-block .plan-table .tbody .table-col:first-child .td {
  width: 27.0833333333vw;
  padding: 1.6041666667vw 0.8854166667vw;
  text-align: left;
  border-left: none;
  font-family: 'Montserrat Regular';
  font-size: 0.9375vw;
}
@media (max-width: 991px) {
  .plan-block .plan-table .tbody .table-col:first-child .td {
    width: 100%;
    font-size: 14px;
    padding: 30px 7px;
  }
}
.plan-block .plan-table .tbody .table-col:first-child .td strong {
  font-family: 'Montserrat SemiBold';
}
.plan-block .plan-table .tbody .table-col .th {
  display: none;
}
@media (max-width: 767px) {
  .plan-block .plan-table .tbody .table-col .th {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(-90deg, #0358b2 0%, #62c6f7 100%);
    min-height: 56px;
    font-family: 'Montserrat Medium';
    font-size: 14px;
    color: #fff;
    padding: 0 7px;
  }
}
.plan-block .plan-table .tbody .table-col .td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 9.1145833333vw;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 0 0.8854166667vw;
  font-family: 'Montserrat Medium';
  font-size: 0.8333333333vw;
}
@media (max-width: 991px) {
  .plan-block .plan-table .tbody .table-col .td {
    width: 100%;
    padding: 0 7px;
    font-size: 13px;
  }
}
.plan-block .plan-table .tbody .table-col .td:last-child {
  border: none;
  height: auto !important;
}
.plan-block .plan-table .tbody .table-col .td p {
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 991px) {
  .plan-block .plan-table .tbody .table-col .td p {
    margin-bottom: 10px;
  }
}
.plan-block .plan-table .tbody .table-col .td span {
  font-family: 'Montserrat SemiBold';
  font-size: 1.25vw;
}
@media (max-width: 991px) {
  .plan-block .plan-table .tbody .table-col .td span {
    font-size: 18px;
  }
}
.plan-block .plan-table .tbody .table-col .td .check {
  position: relative;
  display: inline-block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.21);
}
@media (max-width: 991px) {
  .plan-block .plan-table .tbody .table-col .td .check {
    width: 40px;
    height: 40px;
  }
}
.plan-block .plan-table .tbody .table-col .td .check:after {
  content: '';
  display: block;
  width: 1.0416666667vw;
  height: 0.8854166667vw;
  background: url('../images/check-ico.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.625vw;
  left: 0.6770833333vw;
}
@media (max-width: 991px) {
  .plan-block .plan-table .tbody .table-col .td .check:after {
    width: 20px;
    height: 17px;
    top: 12px;
    left: 13px;
  }
}
.plan-block .plan-table .tbody .table-col .td .btn {
  display: flex;
  align-items: center;
  min-width: 6.9791666667vw;
  height: 2.1354166667vw;
  margin: 0.8333333333vw auto;
  font-size: 0.8333333333vw;
}
@media (max-width: 991px) {
  .plan-block .plan-table .tbody .table-col .td .btn {
    min-width: 90px;
    height: 32px;
    margin: 16px auto;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .plan-block .plan-table .tbody .table-col .td .btn {
    min-width: 120px;
    font-size: 14px;
  }
}
.plan-block .plan-table .thead {
  display: flex;
  align-items: center;
  background-image: linear-gradient(-90deg, #0358b2 0%, #62c6f7 100%);
  min-height: 2.9166666667vw;
}
@media (max-width: 991px) {
  .plan-block .plan-table .thead {
    min-height: 56px;
  }
}
@media (max-width: 767px) {
  .plan-block .plan-table .thead {
    display: none;
  }
}
.plan-block .plan-table .thead .th {
  position: relative;
  width: 9.1145833333vw;
  text-align: center;
  font-family: 'Montserrat Medium';
  font-size: 0.9375vw;
  color: #fff;
}
@media (max-width: 991px) {
  .plan-block .plan-table .thead .th {
    width: 13%;
    font-size: 14px;
  }
}
.plan-block .plan-table .thead .th:before {
  content: '';
  display: block;
  width: 1px;
  height: 1.3020833333vw;
  background: rgba(255, 255, 255, .2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .plan-block .plan-table .thead .th:before {
    height: 25px;
  }
}
.plan-block .plan-table .thead .th:first-child {
  width: 27.0833333333vw;
  padding-left: 7.1354166667vw;
  text-align: left;
}
@media (max-width: 991px) {
  .plan-block .plan-table .thead .th:first-child {
    width: 22%;
    padding-left: 7px;
  }
}
.plan-block .note-text {
  font-size: 0.8333333333vw;
}
@media (max-width: 991px) {
  .plan-block .note-text {
    font-size: 14px;
  }
}
.reporting-block {
  padding: 4.6875vw 0 2.8645833333vw;
  background: #000;
}
@media (max-width: 991px) {
  .reporting-block {
    padding: 45px 0 25px;
  }
}
.reporting-block .reporting-row {
  display: flex;
}
@media (max-width: 991px) {
  .reporting-block .reporting-row {
    flex-direction: column;
  }
}
.reporting-block .reporting-row .reporting-content {
  width: 50.5%;
  padding-top: 2.0833333333vw;
  margin-right: 3.125vw;
  color: #fff;
}
@media (max-width: 991px) {
  .reporting-block .reporting-row .reporting-content {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
.reporting-block .reporting-row .reporting-content h2 {
  font-family: 'Montserrat Medium';
  font-size: 2.5166666667vw;
  margin-bottom: 1.5625vw;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .reporting-block .reporting-row .reporting-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.reporting-block .reporting-row .reporting-content p {
  font-size: 1.09375vw;
  margin-bottom: 1.4583333333vw;
}
@media (max-width: 991px) {
  .reporting-block .reporting-row .reporting-content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.reporting-block .reporting-row .reporting-image {
  width: 36.7708333333vw;
}
@media (max-width: 991px) {
  .reporting-block .reporting-row .reporting-image {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .reporting-block .reporting-row .reporting-image {
    width: 290px;
  }
}
.reporting-block .reporting-row .reporting-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.textblock2 .reporting-row .reporting-content, .textblock3 .reporting-row .reporting-content {
  width: 100%;
  text-align: center;
}
.textblock2 strong, .textblock2 a, .textblock3 strong, .textblock3 a {
  color: #f2065f;
}
.partnership-block {
  padding: 1.3020833333vw 0 4.2708333333vw;
}
@media (max-width: 991px) {
  .partnership-block {
    padding: 15px 0 40px;
  }
}
.partnership-block .partnership-row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .partnership-block .partnership-row {
    flex-direction: column;
  }
}
.partnership-block .partnership-row .partnership-image {
  width: 44.6354166667vw;
  margin: 0 2.1875vw 0 4.53125vw;
}
@media (max-width: 991px) {
  .partnership-block .partnership-row .partnership-image {
    width: 70%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .partnership-block .partnership-row .partnership-image {
    width: auto;
    margin: 0 15px 20px;
  }
}
.partnership-block .partnership-row .partnership-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partnership-block .partnership-row .partnership-content {
  width: 38.5416666667vw;
}
@media (max-width: 991px) {
  .partnership-block .partnership-row .partnership-content {
    width: auto;
    margin: 0 15px;
  }
}
.partnership-block .partnership-row .partnership-content .title {
  text-align: left;
}
.partnership-block .partnership-row .partnership-content .title:after {
  margin: 0;
}
.partnership-block .partnership-row .partnership-content p {
  font-family: 'Montserrat Medium';
  font-size: 1.09375vw;
  color: #333;
}
@media (max-width: 991px) {
  .partnership-block .partnership-row .partnership-content p {
    font-size: 16px;
  }
}
.location-block {
  position: relative;
  background: #000 url('../images/pink-circle3.svg') left bottom no-repeat;
  background-size: 23.9583333333vw;
  padding: 3.6458333333vw 0 2.1875vw;
}
@media (max-width: 991px) {
  .location-block {
    padding: 35px 0 20px;
  }
}
@media (max-width: 767px) {
  .location-block {
    background-image: none;
  }
}
.location-block:after {
  content: "";
  display: block;
  width: 11.7708333333vw;
  height: 22.1875vw;
  background: url('../images/pink-circle4.svg') no-repeat;
  background-size: contain;
  position: absolute;
  top: -9.2708333333vw;
  right: 0;
}
@media (max-width: 991px) {
  .location-block:after {
    content: none;
  }
}
.location-block .location-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  .location-block .location-row {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .location-block .location-row {
    flex-direction: column;
    width: 100%;
  }
}
.location-block .location-row .location-item {
  width: 12.8125vw;
  margin: 0 0.46875vw 2.0833333333vw;
  padding: 1.25vw 0.9895833333vw;
  background: #fff;
  border-radius: 0.3645833333vw;
  box-shadow: 0px 0px 25.81px 3.19px rgba(0, 0, 0, 0.06);
}
@media (max-width: 991px) {
  .location-block .location-row .location-item {
    width: 246px;
    margin: 0 9px 25px;
    padding: 24px 19px;
    border-radius: 7px;
  }
}
@media (max-width: 767px) {
  .location-block .location-row .location-item {
    margin: 0 auto 25px;
  }
}
.location-block .location-row .location-item .location-map {
  display: flex;
  justify-content: center;
  height: 8.8541666667vw;
  margin-bottom: 1.40625vw;
}
@media (max-width: 991px) {
  .location-block .location-row .location-item .location-map {
    height: 160px;
    margin-bottom: 20px;
  }
}
.location-block .location-row .location-item .location-map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.location-block .location-row .location-item .location-text {
  color: #333;
  font-size: 0.8333333333vw;
  margin-bottom: 1.3020833333vw;
  min-height: 7.4479166667vw;
}
@media (max-width: 991px) {
  .location-block .location-row .location-item .location-text {
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 90px;
  }
}
.location-block .location-row .location-item .location-text h4 {
  text-transform: uppercase;
  font-family: 'Montserrat SemiBold';
  margin-bottom: 0.9375vw;
  font-weight: normal;
}
@media (max-width: 991px) {
  .location-block .location-row .location-item .location-text h4 {
    margin-bottom: 14px;
  }
}
.location-block .location-row .location-item .location-text h4 i {
  background: #f2065f;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1458333333vw;
  margin-right: 0.9895833333vw;
}
@media (max-width: 991px) {
  .location-block .location-row .location-item .location-text h4 i {
    font-size: 16px;
    margin-right: 19px;
  }
}
.location-block .location-row .location-item .location-text .location-adress {
  padding-left: 1.7708333333vw;
}
@media (max-width: 991px) {
  .location-block .location-row .location-item .location-text .location-adress {
    padding-left: 34px;
  }
}
.location-block .location-row .location-item .location-text .location-adress p {
  font-family: 'Montserrat Regular';
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 991px) {
  .location-block .location-row .location-item .location-text .location-adress p {
    margin-bottom: 15px;
  }
}
.location-block .location-row .location-item .location-phone {
  min-height: 1.1458333333vw;
  font-size: 0.9375vw;
  color: #333;
}
@media (max-width: 991px) {
  .location-block .location-row .location-item .location-phone {
    min-height: 20px;
    font-size: 16px;
  }
}
.location-block .location-row .location-item .location-phone i {
  margin-right: 0.9895833333vw;
  background: #f2065f;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .location-block .location-row .location-item .location-phone i {
    margin-right: 19px;
  }
}
.location-block .location-row .location-item .btn {
  display: flex;
  align-items: center;
  min-width: 6.25vw;
  width: 6.25vw;
  height: 1.6666666667vw;
  border-radius: 1.6666666667vw;
  font-size: 0.7291666667vw;
  margin: 1.5625vw 0 0 0.15625vw;
  border-width: 0.1041666667vw;
}
@media (max-width: 991px) {
  .location-block .location-row .location-item .btn {
    min-width: 120px;
    width: 120px;
    height: 32px;
    border-radius: 32px;
    font-size: 14px;
    margin: 30px 0 0 3px;
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .location-block .location-row .location-item .btn {
    margin: 30px auto 0;
  }
}
