html {
  font-size: 62.5%;
}

section {
  overflow-x: hidden;
}

body {
  background: #F9FAFB;
}

@media (max-width: 1229px) {
  h1, .h1, h2, .h2 {
    font-size: 4rem;
  }
  body {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  h1, .h1, h2, .h2 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  h3, .h3 {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
  body {
    font-size: 1.4rem;
  }
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.mw-952 {
  max-width: 95.2rem;
}

.mw-830 {
  max-width: 83rem;
}

.mw-700 {
  max-width: 70rem;
}

.dark-section {
  background: #29456C;
  color: #ffffff;
}
.dark-section h1, .dark-section h2, .dark-section h3 {
  color: #ffffff;
}

.darker-section {
  background: #193153;
  color: #ffffff;
}
.darker-section h1, .darker-section h2, .darker-section h3 {
  color: #ffffff;
}
.darker-section .swiper-button-list {
  margin-left: 1.2rem;
  position: absolute;
  bottom: 0;
}
.darker-section .swiper-button-prev, .darker-section .swiper-button-next {
  border-color: rgba(255, 255, 255, 0.5);
  background: url("./../images/arrow_left_white.svg") no-repeat center;
  background-size: 2.4rem auto!important;
}
.darker-section .swiper-button-prev:hover, .darker-section .swiper-button-next:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.darker-section .swiper-button-next {
  background: url("./../images/arrow_right_white.svg") no-repeat center;
}

.perex {
  font-size: 3.2rem;
  line-height: 1.35;
}
.perex strong {
  color: #12CC72;
}

@media (max-width: 767px) {
  .perex {
    font-size: 2rem;
  }
}
.simple-link {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s;
}
.simple-link:hover {
  color: #4A6E9F;
}

button:focus {
  outline: none;
}

.btn {
  line-height: 1;
  font-weight: 700;
  border: 1px solid transparent;
  padding: 1.9rem 2.4rem;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
}
.btn-primary {
  background: #99D5F5;
  color: #193153;
  font-size: 1.8rem;
  padding: 1.9rem 3.2rem;
  line-height: 1.3;
  min-height: 6.4rem;
}
.btn-primary:hover {
  background: #CEEBFA;
  color: #193153;
  border-color: transparent;
}
.btn-transparent {
  border-color: #193153;
}
.btn-transparent:hover {
  background: #193153;
  color: #ffffff;
}
.btn-transparent-white {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}
.btn-transparent-white:hover {
  background: #ffffff;
  color: #193153;
}
.btn-secondary {
  background: #5B82B9;
  color: #ffffff;
}
.btn-secondary:hover {
  background: #6B96D2;
  color: #ffffff;
  border-color: transparent;
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
    min-height: 4rem;
  }
  .btn-primary {
    padding: 0.4rem 3.2rem;
    font-size: 1.6rem;
    min-height: 6.4rem;
    width: 100%;
    justify-content: center;
  }
}
.form-group {
  margin-bottom: 1.6rem;
}
.form-group-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .form-group-title {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
}
.form-group-box {
  margin-bottom: 3.2rem;
}
.form-group-box:last-child {
  margin-bottom: 0;
}
.form-group label {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
  color: #5A646C;
}
@media (max-width: 767px) {
  .form-group label {
    font-size: 1.4rem;
  }
}
.form-group .form-text {
  font-size: 1.3rem;
}
.form-group.form-error .form-control {
  border-color: #F49083 !important;
}
.form-group.form-error .form-text {
  color: #E46656;
}

.form-control {
  border: 2px solid #CEEBFA;
  height: 5.6rem;
  padding: 0.8rem 1.6rem;
  background: transparent;
  box-shadow: none;
  outline: none;
}
.form-control:hover {
  border-color: #193153;
}
.form-control:focus, .form-control:active {
  border-color: #6B96D2;
  box-shadow: none;
  outline: none;
}
@media (max-width: 767px) {
  .form-control {
    height: 4rem;
    font-size: 1.4rem;
  }
}

textarea.form-control {
  height: 22.4rem;
}

.check-styled, .radio-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  margin-bottom: 1.6rem;
}
.check-styled input[type=checkbox], .check-styled input[type=radio], .radio-styled input[type=checkbox], .radio-styled input[type=radio] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.check-styled input[type=checkbox] + label, .check-styled input[type=radio] + label, .radio-styled input[type=checkbox] + label, .radio-styled input[type=radio] + label {
  display: flex;
  width: 100%;
  margin: 0;
  min-height: 3.2rem;
  margin: 0;
  vertical-align: middle;
  padding-left: 4.8rem;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.2;
  font-size: 2rem;
  position: relative;
  color: #193153;
  transition: all 0.3s;
  align-items: center;
}
@media (max-width: 767px) {
  .check-styled input[type=checkbox] + label, .check-styled input[type=radio] + label, .radio-styled input[type=checkbox] + label, .radio-styled input[type=radio] + label {
    min-height: 2.4rem;
    font-size: 1.4rem;
    padding-left: 4rem;
  }
  .check-styled input[type=checkbox] + label p, .check-styled input[type=radio] + label p, .radio-styled input[type=checkbox] + label p, .radio-styled input[type=radio] + label p {
    font-size: 1.4rem;
  }
}
.check-styled input[type=checkbox] + label .small, .check-styled input[type=radio] + label .small, .radio-styled input[type=checkbox] + label .small, .radio-styled input[type=radio] + label .small {
  font-size: 1.4rem;
}
.check-styled input[type=checkbox] + label p, .check-styled input[type=radio] + label p, .radio-styled input[type=checkbox] + label p, .radio-styled input[type=radio] + label p {
  margin-bottom: 0;
}
.check-styled input[type=checkbox] + label a, .check-styled input[type=radio] + label a, .radio-styled input[type=checkbox] + label a, .radio-styled input[type=radio] + label a {
  color: inherit;
  text-decoration: underline;
}
.check-styled input[type=checkbox] + label:hover:before, .check-styled input[type=radio] + label:hover:before, .radio-styled input[type=checkbox] + label:hover:before, .radio-styled input[type=radio] + label:hover:before {
  border-color: #193153;
}
.check-styled input[type=checkbox] + label:before, .check-styled input[type=radio] + label:before, .radio-styled input[type=checkbox] + label:before, .radio-styled input[type=radio] + label:before {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0px;
  border: 2px solid #CEEBFA;
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  display: block;
}
@media (max-width: 767px) {
  .check-styled input[type=checkbox] + label:before, .check-styled input[type=radio] + label:before, .radio-styled input[type=checkbox] + label:before, .radio-styled input[type=radio] + label:before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.check-styled input[type=checkbox] + label:after, .check-styled input[type=radio] + label:after, .radio-styled input[type=checkbox] + label:after, .radio-styled input[type=radio] + label:after {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0px;
  background: url("./../images/form_check.svg") no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 767px) {
  .check-styled input[type=checkbox] + label:after, .check-styled input[type=radio] + label:after, .radio-styled input[type=checkbox] + label:after, .radio-styled input[type=radio] + label:after {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 1.8rem auto;
  }
}
.check-styled input[type=checkbox]:checked + label:before, .check-styled input[type=radio]:checked + label:before, .radio-styled input[type=checkbox]:checked + label:before, .radio-styled input[type=radio]:checked + label:before {
  background: #193153;
  border-color: transparent;
}
.check-styled input[type=checkbox]:checked + label:after, .check-styled input[type=radio]:checked + label:after, .radio-styled input[type=checkbox]:checked + label:after, .radio-styled input[type=radio]:checked + label:after {
  opacity: 1;
}

.radio-styled input[type=radio] + label:before {
  border-radius: 50%;
}
.radio-styled input[type=radio] + label:after {
  border-radius: 50%;
  background: url("./../images/form_radio.svg") no-repeat center;
}
@media (max-width: 767px) {
  .radio-styled input[type=radio] + label:after {
    background-size: 2.4rem;
  }
}

.form-box {
  border: 1px solid #E8F5FD;
  padding: 3.2rem 4rem;
  margin-bottom: 1.6rem;
}
.form-box p {
  max-width: 55rem;
  margin-bottom: 3.2rem;
  font-size: 1.8rem;
}
.form-box h3 {
  margin-bottom: 3.2rem;
}
.form-box .radio-styled:last-child, .form-box .check-styled:last-child, .form-box .form-group:last-child {
  margin-bottom: 0;
}

.form-section-right {
  padding-left: 4rem;
}
.form-section-right .perex {
  color: #4A6E9F;
}

.file-box {
  margin-bottom: 1.6rem;
}
.file-box-remove {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
  text-decoration: none;
}
.file-box-remove:hover {
  color: #4A6E9F;
}
.file-box-remove:hover svg path {
  fill: #4A6E9F;
}
.file-box-remove img, .file-box-remove svg {
  margin-right: 0.8rem;
}
.file-box-remove-img {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
  text-decoration: none;
}
.file-box-remove-img:hover {
  color: #4A6E9F;
}
.file-box-remove-img:hover svg path {
  fill: #4A6E9F;
}
.file-box-remove-img img, .file-box-remove-img svg {
  margin-right: 0.8rem;
}
.file-box-inner {
  border: 1px solid #E8F5FD;
  padding: 1.6rem;
  display: flex;
  align-items: center;
}
.file-box-item {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-left: 2.4rem;
}
.file-box-item-img {
  margin-right: 1.6rem;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
}
.file-box-item-img img {
  max-width: 100%;
  max-height: 100%;
}
.file-box-item-text {
  font-size: 1.4rem;
  color: #5A646C;
}
.file-box-item-ico {
  margin-left: auto;
}

@media (max-width: 1229px) {
  .form-section-left-col {
    order: 2;
  }
  .form-section-right-col {
    order: 1;
  }
  .form-section-right {
    padding-left: 0;
    margin-bottom: 4rem;
  }
  .form-box {
    padding: 2.4rem;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .form-box .btn {
    width: 100%;
    justify-content: center;
  }
  .form-box h3 {
    margin-bottom: 2.4rem;
  }
  .form-box p {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
  .file-box-inner {
    flex-direction: column;
  }
  .file-box-inner .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .file-box-item {
    padding-left: 0;
    width: 100%;
    margin-top: 1.6rem;
  }
  .file-box-item-img {
    width: 4rem;
    margin-right: 0;
  }
  .file-box-item-ico {
    width: 3rem;
    display: flex;
    justify-content: flex-end;
  }
  .file-box-item-text {
    width: calc(100% - 3rem - 4rem);
    overflow: hidden;
    white-space: nowrap;
    padding-left: 1.6rem;
  }
  .file-box-remove-img {
    justify-content: center;
  }
  .file-box-remove-img svg, .file-box-remove-img img {
    width: 1.6rem;
  }
  .file-box-remove {
    justify-content: center;
  }
  .file-box-remove svg, .file-box-remove img {
    width: 1.6rem;
  }
}
.header {
  display: flex;
  align-items: center;
  padding: 4.2rem 0;
  background: #ffffff;
}
.header-inner {
  display: flex;
  justify-content: space-between;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-logo {
  margin-right: 4.8rem;
}
.header-label {
  font-size: 2rem;
  font-weight: 700;
}
.header-right {
  display: flex;
}
.header-contact {
  padding: 1.6rem 2.4rem;
  border: 2px solid rgba(25, 49, 83, 0.05);
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 1.6rem;
  transition: all 0.3s;
  white-space: nowrap;
  justify-content: center;
}
.header-contact:hover {
  border-color: #193153;
}
.header-contact img {
  margin-right: 0.8rem;
}

@media (max-width: 1229px) {
  .header {
    padding: 2.4rem 0;
  }
  .header-logo {
    margin-right: 2.4rem;
    width: 20rem;
  }
  .header-logo img {
    max-width: 100%;
  }
  .header-label {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 2.4rem 0;
  }
  .header-inner {
    flex-direction: column;
  }
  .header-left {
    margin-bottom: 2.4rem;
  }
  .header-logo {
    margin-right: 0;
    margin-bottom: 2.4rem;
    width: 20rem;
    display: inline-flex;
  }
  .header-logo img {
    max-width: 100%;
  }
  .header-label {
    font-size: 1.6rem;
  }
  .header-contact {
    margin-left: 0;
    margin-right: 1.6rem;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 2.4rem 0;
  }
  .header-inner {
    flex-direction: column;
  }
  .header-left {
    margin-bottom: 2.4rem;
  }
  .header-right {
    flex-direction: column;
  }
  .header-logo {
    margin-right: 0;
    margin-bottom: 2.4rem;
    width: 20rem;
    display: inline-flex;
  }
  .header-logo img {
    max-width: 100%;
  }
  .header-contact {
    margin-left: 0;
    margin-right: 0rem;
    width: 100%;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
  .header-contact img {
    width: 1.6rem;
  }
}
.light-check ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.light-check ul li {
  margin: 0;
  padding: 0;
  margin-right: 3.2rem;
  position: relative;
  padding-left: 4.8rem;
  min-height: 3.2rem;
}
.light-check ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("./../images/light_check.svg") no-repeat center;
  width: 3.2rem;
  height: 3.2rem;
  background-size: contain;
}

.styled-ul ul, .text-section ul, .styled-ul-sec ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.styled-ul ul li, .text-section ul li, .styled-ul-sec ul li {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 5.6rem;
  margin-bottom: 1.6rem;
  min-height: 4rem;
}
.styled-ul ul li:after, .text-section ul li:after, .styled-ul-sec ul li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #193153 url("./../images/ico_check.svg") no-repeat center;
}

.styled-ul-sec ul li:after {
  background: #4A6E9F url("./../images/ico_check.svg") no-repeat center;
}

@media (max-width: 767px) {
  .light-check ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .light-check ul li {
    min-height: 2rem;
    margin-bottom: 0.8rem;
    padding-left: 3.6rem;
  }
  .light-check ul li:after {
    width: 2rem;
    height: 2rem;
    top: 0.2rem;
  }
  .styled-ul ul li, .text-section ul li, .styled-ul-sec ul li {
    min-height: 2.4rem;
    padding-left: 4rem;
  }
  .styled-ul ul li:after, .text-section ul li:after, .styled-ul-sec ul li:after {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 1.2rem auto;
    top: 0rem;
  }
}
.footer {
  background: #193153;
  padding: 8rem 0;
  color: #ffffff;
}
.footer h1, .footer h2, .footer h3 {
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
}
.footer p {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
}
.footer-links {
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
}
.footer-links a {
  margin-right: 2.4rem;
}
.footer-title {
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.footer-logo {
  margin-bottom: 4.8rem;
  display: inline-flex;
}
.footer-social {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-social-list {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.footer-social .footer-title {
  margin-bottom: 2.4rem;
}
.footer-social a {
  width: 4rem;
  height: 4rem;
  margin: 0.4rem;
  transition: opacity 0.3s;
}
.footer-social a:hover {
  opacity: 0.8;
}
.footer-row {
  align-items: center;
}
.footer-bottom {
  padding-top: 4.8rem;
  margin-top: 4.8rem;
  border-top: 1px solid #29456C;
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom p {
  margin-bottom: 0;
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.footer-bottom-col-2 {
  text-align: center;
}
.footer-bottom-col-3 {
  text-align: right;
}

@media (max-width: 991px) {
  .footer {
    padding: 4rem 0;
  }
  .footer-logo {
    margin-bottom: 2.4rem;
  }
  .footer a {
    font-size: 1.4rem;
  }
  .footer h1, .footer .h1, .footer h2, .footer .h2 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .footer-title {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .footer p {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    margin-bottom: 2.4rem;
  }
  .footer-links a {
    margin-right: 0;
  }
  .footer .btn {
    width: 100%;
    justify-content: center;
  }
  .footer-social {
    margin-top: 4rem;
    align-items: flex-start;
  }
  .footer-bottom {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .footer-bottom-col-1 {
    order: 2;
    margin-bottom: 2.4rem;
  }
  .footer-bottom-col-1 p {
    margin-bottom: 0;
  }
  .footer-bottom-col-2 {
    text-align: left;
    display: flex;
    flex-direction: column;
    order: 1;
    margin-bottom: 2.4rem;
  }
  .footer-bottom-col-2 a {
    margin-bottom: 1rem;
  }
  .footer-bottom-col-3 {
    text-align: left;
    order: 3;
  }
  .footer-bottom-col-3 p {
    margin-bottom: 0;
  }
}
.topbar {
  background: #5B82B9;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  padding: 1.2rem 0;
}
.topbar p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .topbar {
    font-size: 1.2rem;
  }
}
.hero {
  position: relative;
  color: #ffffff;
}
.hero-img {
  position: relative;
}
.hero-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, var(--primary-primary-50080, rgba(25, 49, 83, 0.8)) 0%, var(--primary-primary-50080, rgba(25, 49, 83, 0.8)) 100%);
}
.hero-label {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4rem;
}
.hero .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.hero-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.hero h1 {
  color: #ffffff;
}
.hero h1 strong {
  color: #12CC72;
}
.hero-left {
  width: 83rem;
}
.hero-left h1 {
  max-width: 80rem;
}
.hero-left p {
  max-width: 60rem;
  color: #ffffff;
}
.hero-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28rem;
  text-align: right;
}
.hero-right-text p {
  margin-bottom: 0;
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 3.2rem;
}
.hero-right-author {
  display: flex;
  align-items: center;
}
.hero-right-author-img {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.hero-right-author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-right-author-text {
  width: calc(100% - 6.4rem);
  padding-right: 1.6rem;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  text-align: right;
  line-height: 1;
}
.hero-right-author-text span:nth-child(1) {
  margin-bottom: 0.4rem;
  font-weight: 700;
}
.hero-right-author-text span:nth-child(2) {
  opacity: 0.5;
  font-size: 1.4rem;
}
.hero ul {
  color: #ffffff;
  margin-bottom: 4.8rem;
}
.hero-special {
  border-radius: 50%;
  background: #CC2812;
  width: 19.6rem;
  height: 19.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: #ffffff;
  padding: 2.4rem;
  line-height: 1.16;
  box-shadow: 82px 67px 30px 0px rgba(3, 18, 38, 0.01), 53px 43px 27px 0px rgba(3, 18, 38, 0.1), 30px 24px 23px 0px rgba(3, 18, 38, 0.32), 13px 11px 17px 0px rgba(3, 18, 38, 0.55), 3px 3px 9px 0px rgba(3, 18, 38, 0.63);
}
.hero-special-mobile {
  display: none;
}
.hero-special span.title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.hero-special p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

@media (max-width: 1229px) {
  .hero {
    background: #193153;
    padding: 2.4rem 0;
  }
  .hero-special {
    width: 100%;
    max-width: 32rem;
    padding: 1.6rem 2.4rem;
    margin: 0 auto;
    margin-bottom: 4rem;
    border-radius: 19.6rem;
    height: auto;
    min-height: 7.2rem;
  }
  .hero-special span.title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .hero-special p {
    font-size: 1.2rem;
  }
  .hero-special-mobile {
    display: flex;
  }
  .hero-special-desktop {
    display: none;
  }
  .hero-img {
    display: none;
  }
  .hero .container {
    position: relative;
  }
  .hero-inner {
    flex-direction: column;
  }
  .hero-left {
    width: 100%;
  }
  .hero-right {
    width: 100%;
    margin-top: 3.2rem;
    text-align: left;
  }
  .hero-right-author-text {
    width: auto;
    order: 2;
    padding-right: 0;
    padding-left: 1.6rem;
    text-align: left;
  }
  .hero-right-author-img {
    order: 1;
  }
}
@media (max-width: 767px) {
  .hero-label {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }
  .hero-right-text p {
    font-size: 1.6rem;
  }
}
.right-col-text {
  background: #E8F5FD;
  padding: 3.2rem;
}
.right-col .title {
  font-size: 1.6rem;
  color: #828990;
  margin-bottom: 2.4rem;
  display: block;
}
.right-col p {
  margin-bottom: 0;
  font-size: 2.4rem;
  color: #5A646C;
  font-weight: 700;
}
.right-col p strong {
  color: #12CC72;
}
.right-col .small p {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 3.2rem;
}

.text-section p, .text-section li, .header-box p, .header-box li {
  max-width: 88rem;
}
.text-section h1, .text-section h2, .header-box h1, .header-box h2 {
  max-width: 83rem;
}

.full-img {
  margin-bottom: 4rem;
}
.full-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .full-img {
    margin-bottom: 2.4rem;
  }
}

.header-box h1, .header-box h2 {
  max-width: 91rem;
}
.header-box .perex {
  color: #4A6E9F;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .header-box .perex {
    font-size: 1.8rem;
  }
}
.header-box .perex p {
  max-width: 100%;
}
.header-box p {
  max-width: 70rem;
}

.plus-minus-label {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  background: #12CC72;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.8rem 1.6rem;
  border-radius: 1.6rem;
}

.plus-minus-box {
  background: #ffffff;
  padding: 4.8rem;
  position: relative;
}
.plus-minus-box-col {
  display: flex;
}
.plus-minus-box h3 {
  margin-bottom: 4rem;
}
.plus-minus-box h4 {
  color: #4A6E9F;
  margin-bottom: 3.2rem;
}
.plus-minus-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.plus-minus-box ul li {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 4.8rem;
  margin-bottom: 1.6rem;
  min-height: 3.2rem;
}
.plus-minus-box ul li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: url("./../images/plus.svg") no-repeat center;
}
.plus-minus-box ul li > span {
  font-size: 2rem;
  font-weight: 700;
}
.plus-minus-box ul li p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.plus-minus-box .plus-box {
  margin-bottom: 2.4rem;
}
.plus-minus-box .minus-box ul li:after {
  background: url("./../images/minus.svg") no-repeat center;
}

.light-box {
  width: 100%;
  background: #E8F5FD;
  padding: 4.8rem;
}
@media (max-width: 767px) {
  .light-box {
    padding: 2.4rem;
  }
}
.light-box ul {
  max-width: 85rem;
}

@media (max-width: 991px) {
  .right-col-section .right-col {
    order: 1;
    margin-bottom: 4rem;
  }
  .right-col-section .text-col-section {
    order: 2;
  }
  .right-col-text {
    padding: 2.4rem;
  }
  .right-col .title {
    font-size: 1.4rem;
  }
  .right-col p {
    font-size: 1.8rem;
  }
  .right-col .small p {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }
  .plus-minus-box {
    padding: 2.4rem;
  }
  .plus-minus-box h3 {
    margin-bottom: 2.4rem;
  }
  .plus-minus-box ul li {
    padding-left: 4rem;
  }
  .plus-minus-box ul li:after {
    top: 0rem;
    width: 2.4rem;
    height: 2.4rem;
    background-size: contain !important;
  }
  .plus-minus-box ul li span {
    font-size: 1.4rem;
  }
  .plus-minus-label {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 2.4rem;
    display: inline-flex;
  }
}
.simple-text-section h2, .simple-text-section .h2 {
  font-size: 3.2rem;
  margin-bottom: 4rem;
}
.simple-text-section p {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .simple-text-section h2, .simple-text-section .h2 {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .simple-text-section p {
    margin-bottom: 2.4rem;
  }
}

.partner-row {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}

.partner-item {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  padding: 3.2rem;
  width: 100%;
  font-size: 1.6rem;
}
.partner-item-col {
  display: flex;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.partner-item p {
  margin-bottom: 0;
}
.partner-item-img {
  margin-bottom: 4rem;
  height: 7.5rem;
}
.partner-item-img img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 767px) {
  .partner-item {
    font-size: 1.4rem;
    padding: 2.4rem;
  }
}
.img-swiper .swiper-slide {
  flex-shrink: 1;
  padding: 0 1.2rem;
  height: 48rem;
  width: auto;
}
.img-swiper .swiper-slide .img-swiper-item {
  position: relative;
  height: 100%;
}
.img-swiper .swiper-slide .img-swiper-item img {
  width: auto;
  height: 100%;
}
.img-swiper .swiper-slide .img-swiper-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--black-black-10, rgba(0, 0, 0, 0.1));
}

.swiper-button-disabled {
  opacity: 0.5 !important;
}
.swiper-button-prev, .swiper-button-next {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  border: 2px solid var(--primary-primary-5005, rgba(25, 49, 83, 0.05));
  display: flex;
  align-items: center;
  background: url("../images/arrow_left.svg") no-repeat center;
  margin: 0;
  transform: none;
  bottom: 0;
  top: unset;
  left: 0;
  transition: all 0.3s;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  border-color: #193153;
}
.swiper-button-next {
  background: url("../images/arrow_right.svg") no-repeat center;
  left: 7.2rem;
}

.no-sliding {
  padding-bottom: 0 !important;
}
.no-sliding .swiper-button-disabled {
  opacity: 0 !important;
}

.swiper {
  overflow: visible;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  padding-bottom: 11.2rem;
}

.slider-full-page {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 767px) {
  .mobile-swiper {
    padding-bottom: 0;
  }
  .mobile-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-swiper .swiper-button-prev, .mobile-swiper .swiper-button-next {
    display: none;
  }
}

@media (max-width: 767px) {
  .swiper {
    padding-bottom: 5.6rem;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .swiper-button-disabled {
    opacity: 0.4 !important;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 4rem;
    height: 4rem;
    background-size: 1.5rem auto;
  }
  .swiper-button-next {
    left: 4.8rem;
  }
  .img-swiper .swiper-slide {
    padding: 0 0.4rem;
    height: 20rem;
  }
}
@media (max-width: 575px) {
  .img-swiper .swiper-slide {
    height: 16rem;
  }
}
.timeline {
  position: relative;
}
.timeline-item {
  position: relative;
  padding-left: 10.4rem;
  margin-bottom: 1.6rem;
}
.timeline-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 3.1rem;
  width: 2px;
  background: #193153;
  top: 0;
  bottom: -1.6rem;
}
.timeline-item:last-child:after {
  display: none;
}
.timeline-item-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 6.4rem;
  height: 6.4rem;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  background: #193153;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}
.timeline-item-text {
  width: 100%;
  background: #ffffff;
  padding: 4.8rem;
}
.timeline-item-text p {
  margin-bottom: 0;
}
.timeline-item-text .title {
  font-weight: 700;
  display: block;
  margin-bottom: 1.6rem;
}

@media (max-width: 991px) {
  .timeline-item {
    padding-left: 4rem;
  }
  .timeline-item:after {
    left: 1.5rem;
  }
  .timeline-item-num {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
  .timeline-item-text {
    padding: 2.4rem;
  }
  .timeline-item-text span.title {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  .timeline-item-text p {
    font-size: 1.4rem;
  }
}
.review-item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 3.2rem;
}
.review-item p {
  font-style: italic;
}
.review-item-author {
  display: flex;
  justify-content: space-between;
}
.review-item-author-text {
  display: flex;
  flex-direction: column;
}
.review-item-author-text span:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 700;
}
.review-item-author-text span:nth-child(2) {
  font-size: 1.6rem;
}
.review-item-author-img {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.review-item-author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-swiper {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.review-swiper .swiper-slide {
  width: 25%;
  padding: 1.2rem;
}

@media (max-width: 1229px) {
  .review-swiper .swiper-slide {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .review-swiper .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .review-swiper .swiper-slide {
    width: 100%;
  }
}
.accordion {
  background: transparent;
}
.accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: transparent;
}
.accordion-body {
  color: #193153;
  padding: 0;
  padding-left: 11.2rem;
  padding-bottom: 2.4rem;
}
.accordion-body:not(.collapsed) {
  background: #ffffff;
}
.accordion-body p {
  color: #193153;
  margin-bottom: 0;
}
.accordion-button {
  padding: 2.4rem 11.2rem;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  min-height: 9.6rem;
  background: transparent;
  font-weight: 700;
}
.accordion-button:after {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: url("./../images/accordion_plus.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 2.4rem;
  top: 2.4rem;
}
.accordion-button:not(.collapsed) {
  background: #ffffff;
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  background: url("./../images/accordion_minus.svg") no-repeat center;
  background-size: contain;
}

@media (max-width: 767px) {
  .accordion-button {
    padding: 2.4rem 2.4rem;
    padding-left: 6.4rem;
    font-size: 1.4rem;
    min-height: 0;
  }
  .accordion-button:after {
    width: 2.4rem;
    height: 2.4rem;
    top: 2rem;
  }
  .accordion-body {
    padding-left: 6.4rem;
  }
}
.special-action-time {
  display: flex;
  justify-content: center;
  max-width: 65rem;
  margin: 0 auto;
}

.time-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.time-item span:nth-child(1) {
  font-size: 5.8rem;
  font-weight: 700;
}
.time-item span:nth-child(2) {
  font-size: 1.4rem;
}

.time-dot {
  font-size: 5.8rem;
  padding: 0 1.2rem;
}

@media (max-width: 767px) {
  .time-item span:nth-child(1) {
    font-size: 4rem;
  }
  .time-item span:nth-child(2) {
    font-size: 1rem;
  }
  .time-dot {
    font-size: 4rem;
  }
}
.special-action-bottom {
  max-width: 95rem;
  margin: 0 auto;
  text-align: center;
}
.special-action-bottom p {
  margin-bottom: 0;
}

.progress {
  height: 2.4rem;
  border-radius: 2.4rem;
  background: #ffffff;
}
.progress-bar {
  background: #12CC72;
  border-radius: 2.4rem;
}

@media (max-width: 767px) {
  .progress {
    height: 2rem;
  }
}
.special-product-item {
  background: #29456C;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4.8rem 4rem;
}
.special-product-item-col {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.special-product-item-img {
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 3.5rem;
}
.special-product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-product-item-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.6rem;
}
.special-product-item p {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.special-product-item-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.special-product-item-price span.free {
  color: #12CC72;
  font-weight: 700;
  font-size: 2rem;
}
.special-product-item-price span.value {
  font-weight: 700;
  font-size: 1.6rem;
}
.special-product-item-price span.cross {
  text-decoration: line-through;
}

@media (max-width: 1479px) {
  .special-product-item {
    padding: 2.4rem;
  }
}
@media (max-width: 767px) {
  .special-product-item-col {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    width: 95%;
  }
  .special-product-section {
    overflow: visible;
  }
}
.service-item {
  display: flex;
  flex-direction: column;
}
.service-item-col {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.service-item-img {
  width: 100%;
}
.service-item-img img {
  width: 100%;
}
.service-item-text {
  padding: 3.2rem;
  background: #ffffff;
}
.service-item-title {
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.service-item p {
  margin-bottom: 4rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .service-item-col {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .service-item-text {
    padding: 2.4rem;
  }
  .service-item-text p {
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 70.8rem;
  }
}
.modal-dialog {
  border: none;
}
.modal-content {
  border: none;
}
.modal .btn-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0.4rem;
  opacity: 1;
  transition: all 0.3s;
}
.modal .btn-close:hover {
  transform: rotate(90deg);
}
.modal-header {
  border: none;
  padding: 4.8rem;
}
.modal-body {
  padding: 0 4.8rem;
}
.modal-body h3 {
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
}
.modal-body ul {
  margin-bottom: 4rem;
}
.modal-body p:last-child {
  margin-bottom: 0;
}
.modal-title {
  font-size: 3.2rem;
}
.modal-btn-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modal-btn-list a, .modal-btn-list .btn {
  margin-right: 4rem;
}
.modal-btn-list a:last-child, .modal-btn-list .btn:last-child {
  margin-right: 0;
}
.modal-footer {
  border: none;
  padding: 4.8rem 4.8rem;
  justify-content: flex-start;
}
.modal-footer .btn {
  min-height: 5.6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 1.6rem;
}
.modal-footer .btn:last-child {
  margin-right: 0;
}
.modal-contact {
  background: #E8F5FD;
  display: flex;
  flex-direction: column;
  padding: 4rem;
  align-items: center;
  text-align: center;
}
.modal-contact-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.modal-contact-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.modal-contact-links .header-contact {
  border: 2px solid var(--primary-primary-5005, rgba(25, 49, 83, 0.05));
  transition: all 0.3s;
  justify-content: center;
}
.modal-contact-links .header-contact:hover {
  border-color: #193153;
}
.modal-social-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.modal-social-list {
  display: flex;
}
.modal-social-list a {
  width: 4rem;
  height: 4rem;
  margin: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-social-list a svg path {
  transition: all 0.3s;
}
.modal-social-list a:hover svg path {
  fill: #4A6E9F;
}

@media (max-width: 767px) {
  .modal .btn-close {
    top: 1.6rem;
    right: 1.6rem;
  }
  .modal-header {
    padding: 2.4rem;
  }
  .modal-body {
    padding: 0 2.2rem;
  }
  .modal-body h3 {
    font-size: 2rem;
  }
  .modal-body ul {
    margin-bottom: 2.4rem;
  }
  .modal-footer {
    padding: 2.4rem;
    flex-direction: column;
  }
  .modal-footer .btn {
    width: 100%;
    margin: 0.4rem 0;
    justify-content: center;
  }
  .modal-btn-list {
    flex-direction: column;
  }
  .modal-btn-list .btn, .modal-btn-list a {
    width: 100%;
    margin: 0.4rem 0;
    justify-content: center;
    text-align: center;
  }
  .modal-title {
    font-size: 2.4rem;
  }
  .modal-contact {
    padding: 2.4rem;
  }
}
.modal-backdrop.show {
  opacity: 0.9;
}

.alert-box-right {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  left: 0;
  padding: 3.2rem;
}

.alert {
  box-shadow: 16px 16px 24px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 3.2rem;
  padding-right: 5.6rem;
  font-size: 1.6rem;
  border: none;
  z-index: 100;
}
.alert.w-100 {
  padding: 2.5rem;
  text-align: center;
  padding-left: 8rem;
  padding-right: 8rem;
  font-size: 2rem;
}
.alert.w-100 p {
  max-width: 100%;
}
.alert p {
  max-width: 43.2rem;
  margin-bottom: 0;
}
.alert .btn-close {
  background: none;
  width: 2rem;
  height: 2rem;
  position: absolute;
  padding: 0;
  display: flex;
  top: 2rem;
  right: 2rem;
  padding: 0;
  opacity: 1;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.alert .btn-close img {
  width: 1.6rem;
}
.alert .btn-close:hover {
  opacity: 0.6;
}
.alert-success {
  background: #12CC72;
  color: #ffffff;
}
.alert-warning {
  background: #5B82B9;
  color: #ffffff;
}
.alert-danger {
  background: #E46656;
  color: #ffffff;
}
.alert-styled {
  background: #ffffff;
  box-shadow: 16px 16px 24px 0px rgba(0, 0, 0, 0.05);
  padding: 3.2rem 3.2rem 3.2rem 8.8rem;
  color: #193153;
  border-radius: 0;
}
.alert-styled p {
  max-width: 40rem;
}
.alert-styled .alert-icon {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 2.4rem;
  top: 3.2rem;
}
.alert-styled .alert-icon img {
  max-width: 100%;
}
.alert-styled .alert-title {
  color: #193153;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.alert-styled .alert-btns {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
}
.alert-styled .alert-btns .btn {
  margin-right: 1.6rem;
  padding: 1rem 2.4rem;
  font-size: 1.6rem;
  min-height: 5.6rem;
}

@media (max-width: 767px) {
  .alert {
    padding: 2.4rem;
    padding-right: 3.2rem;
    font-size: 1.5rem;
  }
  .alert-btns {
    flex-direction: column;
  }
  .alert-btns .btn {
    margin: 0.4rem 0;
    width: 100%;
    justify-content: center;
  }
  .alert .btn-close {
    top: 1.6rem;
    right: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .alert .btn-close img {
    width: 100%;
  }
  .alert.w-100 {
    font-size: 1.6rem;
    padding: 2.4rem;
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .alert-styled {
    padding-top: 4rem;
  }
  .alert-styled .alert-title {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
  .alert-styled .alert-icon {
    left: 0.8rem;
    top: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
/*# sourceMappingURL=style.css.map */
