@charset "UTF-8";
html {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: #142029;
}

button, textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.container {
  padding: 0 15px;
  width: 100%;
  max-width: 1440px;
}

.d-flex {
  display: flex;
  justify-content: center;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

header {
  width: 100%;
  position: absolute;
  padding-top: 43px;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}
header .logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
header .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header nav {
  width: 100%;
  max-width: 458px;
  margin-left: 15vw;
}
header nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul li a {
  display: inline-flex;
  color: #FFF;
  font-size: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid #A4F158;
}
header nav ul li a:hover {
  color: #A4F158;
  border-bottom: 1px solid #fff;
}

.main_section {
  width: 100%;
  padding-top: 172px;
  position: relative;
}
.main_section .info_img {
  display: none;
}
.main_section .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.main_section .back {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 750px;
}
.main_section h1 {
  width: 100%;
  color: #FFF;
  font-family: "Source Serif 4";
  font-size: 85.848px;
  font-weight: 700;
  margin-bottom: 18px;
}
.main_section h1 span {
  color: #A4F158;
}
.main_section .title {
  width: 100%;
  padding-left: 422px;
  color: #FFF;
  font-size: 32.18px;
  margin-bottom: 41px;
}
.main_section .text {
  width: 100%;
  position: relative;
  max-width: 381px;
  padding-left: 61px;
  color: #FFF;
  font-size: 18px;
  font-style: italic;
  line-height: 120%;
  margin-bottom: 80px;
}
.main_section .text::before {
  content: "“";
  position: absolute;
  color: #FFF;
  font-family: "Source Serif 4";
  font-size: 85.848px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  top: -54px;
  left: 0;
}
.main_section .info {
  width: 100%;
  border-radius: 15px;
  background: #FFF;
  padding: 31px 38px 30px 26px;
  max-width: 660px;
}
.main_section .info .img {
  display: none;
}
.main_section .info p {
  width: 100%;
  color: #142029;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 19px;
}
.main_section .info p strong {
  font-weight: 600;
}

.gr_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  padding: 20px;
  border-radius: 24px;
  background: #A4F158;
  width: 100%;
  max-width: 407px;
}
.gr_btn:hover {
  background: #69aa28;
}

.about_us {
  width: 100%;
  padding-top: 171px;
}
.about_us .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.about_us .left_cont {
  width: calc(50% - 10px);
  border-radius: 15px;
  background: #1A2A35;
  padding: 63px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.about_us .left_cont p {
  color: #FFF;
  font-family: "Source Serif 4";
  font-size: 93.333px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.about_us .right_cont {
  width: calc(50% - 10px);
  border-radius: 15px;
  background: #FFF;
  padding: 58px 71px 59px 54px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.about_us .right_cont .title {
  width: 100%;
  color: #142029;
  font-family: "Source Serif 4";
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}
.about_us .right_cont .text {
  width: 100%;
  color: #142029;
  font-size: 20px;
  line-height: 120%;
}

.main_sphere {
  width: 100%;
  padding-top: 143px;
}
.main_sphere h3 {
  margin-bottom: 57px;
}
.main_sphere .wrap {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.main_sphere .wrap .block {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 70px 33px 33px 33px;
}
.main_sphere .wrap .block .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  border-radius: 15px;
}
.main_sphere .wrap .block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 15px;
  opacity: 0.8;
  background: #0E181E;
}
.main_sphere .wrap .block .title {
  width: 100%;
  position: relative;
  z-index: 3;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.main_sphere .wrap .block .title img {
  margin-right: 15px;
}
.main_sphere .wrap .block .text {
  width: 100%;
  position: relative;
  z-index: 3;
}
.main_sphere .wrap .block .text p {
  width: 100%;
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
}
.main_sphere .wrap .block_small {
  width: calc(33.33% - 20px);
}
.main_sphere .wrap .block_long {
  width: calc(50% - 20px);
}

h3 {
  width: 100%;
  color: #FFF;
  font-family: "Source Serif 4";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
h3 span {
  color: #A4F158;
}

.format_content {
  width: 100%;
  padding-top: 50px;
}
.format_content h3 {
  margin-bottom: 55px;
}
.format_content .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.format_content .row_block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 113px;
  margin-bottom: 21px;
}
.format_content .row_block:last-of-type {
  padding-left: 200px;
  margin-bottom: 57px;
}
.format_content .row_block .item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #142029;
  font-size: 20px;
  padding: 25px 29px;
  border-radius: 15px;
  background: #FFF;
  margin-right: 19px;
}
.format_content .row_block .item:last-child {
  margin-right: 0;
}

.what_will_get {
  width: 100%;
  padding-top: 96px;
}
.what_will_get h3 {
  margin-bottom: 70px;
}
.what_will_get .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.what_will_get .wrap .block {
  width: calc(33.33% - 14.6666666667px);
  border-radius: 15px;
  border-bottom: 2px solid #FFF;
  background: #1A2A35;
  padding: 50px 56px 50px 33px;
  margin-bottom: 21px;
}
.what_will_get .wrap .block .title {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.what_will_get .wrap .block .title p {
  width: calc(100% - 31px);
  padding-left: 15px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}
.what_will_get .wrap .block .title figure {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.what_will_get .wrap .block .text {
  width: 100%;
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
}

.why_us {
  width: 100%;
  padding-top: 82px;
}
.why_us h3 {
  margin-bottom: 34px;
}
.why_us .mob {
  display: none;
}
.why_us .top_area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.why_us .top_area p {
  color: #FFF;
  font-size: 20px;
  padding: 25px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #FFF;
}
.why_us .top_area p:last-child {
  margin-left: 17px;
  color: #142029;
  background: #fff;
}
.why_us .wrap {
  width: 100%;
  margin-top: 91px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.why_us .wrap .img {
  width: 100%;
}
.why_us .wrap .gr_btn {
  margin-top: -100px;
  border-radius: 15px;
}

.tarifs_subscription {
  width: 100%;
  padding-top: 91px;
}
.tarifs_subscription h3 {
  margin-bottom: 24px;
}
.tarifs_subscription .title {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: "Source Serif 4";
  font-size: 35px;
  font-style: italic;
  margin-bottom: 104px;
}
.tarifs_subscription .wrap {
  width: 100%;
  border-radius: 15px;
  background: #FFF;
  padding: 95px 54px 76px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.tarifs_subscription .wrap .wrap_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #FFF;
  text-align: center;
  font-family: "Source Serif 4";
  font-size: 35px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 29px;
  border-radius: 15px;
  background: #2F4B5F;
  top: -35px;
}
.tarifs_subscription .wrap .column {
  width: 100%;
  max-width: 221px;
  position: relative;
  border-radius: 15px;
  background: #2F4B5F;
  padding: 28px 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tarifs_subscription .wrap .column .top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  z-index: 2;
}
.tarifs_subscription .wrap .column .top p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 10px;
  display: inline-flex;
  border-radius: 5px;
  background: #FFA20D;
  margin-left: 8px;
}
.tarifs_subscription .wrap .column .period {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
.tarifs_subscription .wrap .column .price {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 0;
  border-radius: 15px;
  background: #FFF;
  text-align: center;
  margin-bottom: 8px;
}
.tarifs_subscription .wrap .column .gr_btn {
  text-align: center;
}

footer {
  width: 100%;
  padding-top: 65px;
  padding-bottom: 150px;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  position: relative;
}
footer .logo {
  display: inline-flex;
  margin-bottom: 35px;
}
footer .wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .wrap .img {
  margin-right: 54px;
}
footer .wrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .wrap ul li {
  margin-right: 27px;
}
footer .wrap ul li:last-child {
  margin-right: 0;
}
footer .wrap ul li a {
  color: #FFF;
  font-size: 16px;
  text-decoration-line: underline;
}
footer .btn_up {
  position: absolute;
  right: 15px;
  top: -7px;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #243D66;
  background: #fff;
}


.feedback_section {
  width: 100%;
  padding-top: 116px;
  position: relative;
}
.feedback_section .container{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feedback_section .back {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 1;
}
.feedback_section .top_area {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.feedback_section .top_area .text {
  width: calc(100% - 198px);
  padding-right: 138px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.feedback_section .top_area .text img {
  width: 51px;
  margin-top: -18px;
}
.feedback_section .top_area .text p {
  width: calc(100% - 51px);
  padding-left: 44px;
  color: #243D66;
  font-size: 20px;
  line-height: 120%;
}

.feedback_section .container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.feedback_section h3 {
  margin-bottom: 26px;
}

.feedback_section .arrows_cont {
  width: 100%;
  max-width: 198px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.feedback_section .arrows_cont .arrow {
  width: 92px;
  height: 81px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #fff;
  background: #fff;
  color: #142029;
}
.feedback_section .arrows_cont .arrow.slick-disabled {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.feedback_section .arrows_cont .arrow:hover {
  background: #fff;
  color: #142029;
}

.feedback_section .arrows_cont .arrow:hover img {
  display: none;
}

.feedback_section .arrows_cont .arrow:hover .hover {
  display: block;
}

.feedback_section .slider {
  width: 100%;
  margin-top: 63px;
}

.feedback_section .slider .slick-slide {
  margin: 0 15px;
}
.feedback_section .slider .slick-slide img {
  border-radius: 16px;
}


.faq_section {
  width: 100%;
  padding-top: 84px;
}

.faq_section h3 {
  margin-bottom: 33px;
}

.faq_section .faq_item {
  width: 100%;
  border-bottom: 1px solid #243D66;
}

.faq_section .faq_item.active {
  border-radius: 26px;
  background: #fff;
  border-bottom: 1px solid transparent;
}

.faq_section .faq_item.active .faq_btn figure {
  background: #fff;
}

.faq_section .faq_item.active .faq_btn figure img {
  display: none;
}

.faq_section .faq_item.active .faq_btn figure .open {
  display: block;
}

.faq_section .faq_item.active .area {
  display: block;
}

.faq_section .faq_item:last-child {
  border-bottom: none;
}

.faq_section .faq_item .faq_btn {
  width: 100%;
  padding: 44px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-right: 53px;
  text-align: left;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq_section .faq_item.active .faq_btn{
  color: #142029;
}

.faq_section .faq_item .faq_btn p {
  width: calc(100% - 40px);
  padding-right: 10px;
}

.faq_section .faq_item .faq_btn figure {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #243D66;
  color: #243D66;
}

.faq_section .faq_item .faq_btn figure .open {
  display: none;
  transform: none;
  margin-top: -3px;
}

.faq_section .faq_item .faq_btn figure .arrow{
  transform: rotate(180deg);
}

.faq_section .faq_item .area {
  width: 100%;
  color: #243D66;
  font-size: 17px;
  line-height: 120%;
  padding: 44px;
  padding-top: 0;
  padding-bottom: 61px;
  display: none;
}

.faq_section .faq_item .area a {
  color: #434040;
}


.modal_wrap {
  width: 100%;
  display: none;
  max-width: 471px;
  background: none;
  padding: 0;
  margin: 0;
}

.modal_form .modal_container {
  width: 100%;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.2);
  padding: 40px;
}
.modal_form .modal_container .title {
  width: 100%;
  color: #243D66;
  font-family: "Source Serif 4";
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: 11px;
}
.modal_form .modal_container .title span{
  color: #72B133;
}
.modal_form .modal_container .text {
  width: 100%;
  color: #243D66;
  margin-bottom: 25px;
}
.modal_form .modal_container form {
  width: 100%;
}
.modal_form .modal_container form input {
  width: 100%;
  height: 67px;
  border-radius: 10px;
  border: 1px solid #000;
  background: #FFF;
  margin-bottom: 13px;
  padding: 0 30px;
  color: #000;
  font-size: 18px;
}
.modal_form .modal_container form input::placeholder{
  color: #AFAFAF;
}
.modal_form .modal_container form input.error {
  border: 1px solid red;
}
.modal_form .modal_container form label.error {
  display: none;
}
.modal_form .modal_container form .iti {
  margin-bottom: 13px;
}
.modal_form .modal_container form .btn {
  width: 100%;
  border: 9px solid #72B133;
  border-radius: 10px;
  color: #243D66;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  padding: 13px;
  transition: 0.3s;
}
.modal_form .modal_container form .btn:hover {
  border: 9px solid #FFE49D;
}

.fancybox-content {
  overflow: initial;
}

.fancybox-bg {
  background: #EBEDEE;
}

.fancybox-slide--html .fancybox-close-small {
  top: -34px;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  opacity: 1 !important;
}

.modal_wrap {
  width: 100%;
  display: none;
  max-width: 471px;
  background: none;
  padding: 0;
  margin: 0;
}