@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
  transition: all 0.3s ease;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  transition: 0s;
  background: #fff;
  color: #252D38;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.d-iflex {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
}

.flex-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.radio_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .radio_wrapper {
    margin: 0 0 20px;
  }
}
.radio_wrapper__inner {
  flex-wrap: wrap;
}
.radio_wrapper__inner .form_radio_btn {
  width: calc(33.3333333333% - 2.5px);
  margin: 0 0 5px;
}

.form_radio_btn {
  display: block;
  width: 50%;
}
.form_radio_btn label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  height: 44px;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #252D38;
  cursor: pointer;
  transition: ease 0.3s;
}
@media (max-width: 767px) {
  .form_radio_btn label {
    font-size: 14px;
    line-height: 21px;
    padding: 7px;
    height: 41px;
  }
}
.form_radio_btn label:hover {
  background: #25AEF5;
  color: #fff;
}

.form_radio_btn input[type=radio] {
  display: none;
}

/* Checked */
.form_radio_btn input[type=radio]:checked + label {
  background: #25AEF5;
  color: #fff;
}

.form_input {
  margin: 0 0 35px;
  width: 100%;
}
@media (max-width: 991px) {
  .form_input {
    margin: 0 0 20px;
  }
}
.form_input input {
  font-size: 16px;
  line-height: 24px;
  color: #7A8E91;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #7A8E91;
  width: 100%;
  height: 35px;
  background: transparent;
}
.form_input input:focus {
  border-color: #009BF4;
  color: #252D38;
}

textarea {
  width: 100%;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  color: #7A8E91;
  padding: 0 10px 10px 10px;
  margin: 0 0 35px;
  border-bottom: 1px solid #7A8E91;
  min-height: 90px;
}
textarea:focus {
  border-color: #009BF4;
  color: #252D38;
}

.modal {
  z-index: 10000;
}
.modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  opacity: 1;
}
@media (max-width: 991px) {
  .modal .close {
    top: 15px;
    right: 15px;
  }
}
.modal .close img {
  display: block;
  max-width: 24px;
  height: 24px;
  object-fit: contain;
}
.modal .modal-dialog {
  max-width: 430px;
  border: none;
  border-radius: 0;
}
.modal .modal-dialog .modal-content {
  border: none;
  background: #E3E4E6;
  border-radius: 20px;
  overflow: hidden;
}
.modal.politics-modal .close {
  top: 10px;
  right: 10px;
}
.modal.politics-modal .modal-dialog {
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  border-radius: 0;
}
.modal.politics-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  padding: 15px;
}
@media (max-width: 767px) {
  .modal.politics-modal .modal-dialog .modal-content {
    padding: 10px;
  }
}
.modal.politics-modal .modal-dialog .modal-content h3 {
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .modal.politics-modal .modal-dialog .modal-content h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.modal.politics-modal .modal-dialog .modal-content p {
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .modal.politics-modal .modal-dialog .modal-content p {
    font-size: 12px;
  }
}
.modal.default-modal .form_wrapper form {
  padding: 40px 30px;
}
@media (max-width: 991px) {
  .modal.default-modal .form_wrapper form {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .modal.default-modal .form_wrapper form {
    padding: 40px 10px;
  }
}
.modal.default-modal .form_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #252D38;
  margin: 0 0 4px;
}
@media (max-width: 991px) {
  .modal.default-modal .form_title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .modal.default-modal .form_title {
    font-size: 18px;
    line-height: 27px;
  }
}
.modal.default-modal .form_subtitle {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #252D38;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .modal.default-modal .form_subtitle {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .modal.default-modal .form_subtitle {
    font-size: 14px;
    line-height: 21px;
  }
}
.modal.default-modal .btn {
  min-width: 100%;
  min-height: 58px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .modal.default-modal .btn {
    min-height: 48px;
  }
}
.modal.default-modal--inner .form_title {
  margin: 0 0 30px;
}
.modal.default-modal--inner--new .modal-dialog {
  max-width: 550px;
}
.modal.default-modal--inner--new .modal-dialog .modal-content {
  overflow: visible;
}
.modal.default-modal--inner--new .modal_new__wrapper {
  padding: 40px 30px;
}
@media (max-width: 991px) {
  .modal.default-modal--inner--new .modal_new__wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .modal.default-modal--inner--new .modal_new__wrapper {
    padding: 40px 10px;
  }
}
.modal.default-modal--inner--new .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.modal.default-modal--inner--new .nav-tabs .nav-item {
  margin: 0;
  width: calc(16.6666666667% - 2.5px);
  margin: 0 0 5px;
}
.modal.default-modal--inner--new .nav-tabs .nav-item:first-child .nav-link {
  border-radius: 10px 0 0 10px;
}
.modal.default-modal--inner--new .nav-tabs .nav-item:nth-last-child(1) .nav-link {
  border-radius: 0 10px 10px 0;
}
.modal.default-modal--inner--new .nav-tabs .nav-item .nav-link {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 44px;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #252D38;
  cursor: pointer;
  transition: ease 0.3s;
  border-radius: 0;
}
@media (max-width: 767px) {
  .modal.default-modal--inner--new .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    line-height: 21px;
    padding: 7px;
    height: 41px;
  }
}
.modal.default-modal--inner--new .nav-tabs .nav-item .nav-link:hover, .modal.default-modal--inner--new .nav-tabs .nav-item .nav-link.active {
  border: none;
  background: #25AEF5;
  color: #fff;
}
.modal.default-modal--inner--new .tab-content .tab-pane ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-top: 1px solid rgba(114, 202, 237, 0.2);
}
.modal.default-modal--inner--new .tab-content .tab-pane ul li .payment_name {
  width: 100%;
  max-width: 170px;
}
@media (max-width: 767px) {
  .modal.default-modal--inner--new .tab-content .tab-pane ul li .payment_name {
    max-width: 145px;
  }
}
.modal.default-modal--inner--new .tab-content .tab-pane ul li .payment_descr {
  font-weight: 600;
  width: calc(100% - 175px);
  font-size: 16px;
  word-break: break-all;
}
@media (max-width: 767px) {
  .modal.default-modal--inner--new .tab-content .tab-pane ul li .payment_descr {
    width: calc(100% - 145px);
  }
}
.modal.default-modal--inner--new .tab-content .tab-pane ul li .payment_descr span {
  margin: 0 0 0 5px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.modal.default-modal--inner--new .tab-content .tab-pane ul li .payment_descr span.copied_success {
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  transform: translateY(-50%);
  padding: 5px 10px;
  background: #fff;
  border-radius: 3px;
  display: none;
}
.modal.default-modal--inner--new .tab-content .tab-pane ul li .payment_descr span img {
  width: 15px;
}
.modal.thx-modal .thx_wrapper {
  padding: 40px 30px;
}
@media (max-width: 991px) {
  .modal.thx-modal .thx_wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .modal.thx-modal .thx_wrapper {
    padding: 40px 10px;
  }
}

.report_wrapper {
  border-top: 1px solid #D6DAE9;
}

.report_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid #D6DAE9;
}
.report_item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.report_item p span {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #556466;
}
@media (max-width: 767px) {
  .report_item p span {
    font-size: 16px;
    line-height: 24px;
  }
}
.report_item p img {
  display: block;
  margin: 0 10px 0 0;
}
.report_item a {
  display: block;
}
.report_item a:hover {
  opacity: 0.7;
}
.report_item a img {
  display: block;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}
.btn_blue {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  min-width: 200px;
  min-height: 50px;
  border-radius: 10px;
  background: linear-gradient(45deg, #69D0F4 0%, #009BF4 100%), linear-gradient(45deg, #009BF4 0%, #69D0F4 100%);
  box-shadow: 0px 20px 30px rgba(0, 146, 245, 0.1);
}
@media (max-width: 1141px) {
  .btn_blue {
    min-width: 220px;
    min-height: 50px;
  }
}
.btn_blue img {
  display: block;
  margin: 0 10px 0 0;
}
.btn_blue:hover {
  color: #fff;
}
.btn_blue:hover img {
  transform: scale(1.1);
}
.btn_transparent {
  font-size: 16px;
  line-height: 24px;
  color: #252D38;
  min-width: 290px;
  min-height: 60px;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #4EC2F5;
}
@media (max-width: 1141px) {
  .btn_transparent {
    min-width: 220px;
    min-height: 50px;
  }
}
.btn_transparent:hover {
  background: #4ec2f5;
  color: #fff;
}
.btn_small__img {
  min-width: 90px;
  min-height: 60px;
  background: linear-gradient(45deg, #69D0F4 0%, #009BF4 100%);
  box-shadow: 0px 20px 30px rgba(0, 146, 245, 0.2);
  border-radius: 10px;
}
@media (max-width: 991px) {
  .btn_small__img {
    min-width: 64px;
    min-height: 50px;
  }
}
.btn_small__img:hover img {
  transform: scale(1.2);
}
.btn_small__img img {
  display: block;
  width: 20px;
  object-fit: contain;
}

.page_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  text-align: center;
  color: #252D38;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .page_title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .page_title {
    font-size: 28px;
    line-height: 42px;
  }
}

.page_subtitle {
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #556466;
  margin: 0 0 50px;
}
@media (max-width: 1141px) {
  .page_subtitle {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .page_subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .page_subtitle {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 17px;
  }
}

.slick-arrow {
  display: none !important;
}

.section__sliderNav--arrows {
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 35px;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .section__sliderNav--arrows {
    left: 10px;
    right: 10px;
  }
}
.section__sliderNav--arrows button {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .section__sliderNav--arrows button {
    width: 40px;
    height: 40px;
  }
}
.section__sliderNav--arrows button:hover {
  -webkit-box-shadow: 5px 5px 22px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 22px -5px rgba(0, 0, 0, 0.4);
}
.section__sliderNav--arrows button img {
  display: block;
}

header {
  background: #F0F7FB;
  z-index: 10;
  position: relative;
}
@media (max-width: 991px) {
  header {
    z-index: 20;
  }
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 550px;
  height: 600px;
  background: url("../img/circle_bg_pink.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  header:before {
    display: none;
  }
}
header.header_white {
  background: #fff;
}
header.header_white:before {
  content: none;
}
header.header_white .container:before {
  content: none;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 1141px) {
  header .container {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  header .container {
    padding-top: 20px;
    padding-bottom: 11px;
  }
}
@media (max-width: 767px) {
  header .container {
    padding-bottom: 5px;
  }
}
header .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 130px;
  width: 380px;
  height: 280px;
  background: url("../img/circle_bg_small.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  header .container:before {
    left: 50px;
  }
}
@media (max-width: 767px) {
  header .container:before {
    display: none;
  }
}
header .container .logo {
  display: block;
}
@media (max-width: 1141px) {
  header .container .logo {
    width: 100%;
    max-width: 220px;
  }
}
@media (max-width: 991px) {
  header .container .logo {
    z-index: 81;
  }
}
@media (max-width: 767px) {
  header .container .logo {
    max-width: 160px;
  }
}
header .container .logo:hover {
  opacity: 0.7;
}
header .container .logo img {
  display: block;
  object-fit: contain;
}
header .container .main_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 15;
}
@media (max-width: 991px) {
  header .container .main_nav {
    display: none;
  }
}
header .container .main_nav li {
  padding: 0 10px;
}
header .container .main_nav li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 24px;
  color: #252D38;
}
@media (max-width: 1141px) {
  header .container .main_nav li a {
    font-size: 14px;
    line-height: 21px;
  }
}
header .container .main_nav li a:hover {
  color: #009BF4;
}
header .container .main_nav li a img {
  display: block;
  margin: 0 0 0 10px;
}
header .container .main_nav li .hover_submenu {
  position: relative;
}
header .container .main_nav li .hover_submenu:hover .submenu_wrapper {
  opacity: 1;
  visibility: visible;
}
header .container .main_nav li .hover_submenu .submenu_wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% - 10px);
  left: -50%;
  transition: 0.5s all ease;
  padding: 30px 0 0 0;
  min-width: 160px;
}
header .container .main_nav li .hover_submenu .submenu_wrapper .submenu {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 20px 30px rgba(0, 146, 245, 0.1);
  border-radius: 10px;
}
header .container .main_nav li .hover_submenu .submenu_wrapper .submenu a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #252D38;
  margin: 0 0 15px;
}
@media (max-width: 1141px) {
  header .container .main_nav li .hover_submenu .submenu_wrapper .submenu a {
    font-size: 14px;
    line-height: 21px;
  }
}
header .container .main_nav li .hover_submenu .submenu_wrapper .submenu a:nth-last-child(1) {
  margin: 0;
}
header .container .main_nav li .hover_submenu .submenu_wrapper .submenu a:hover {
  color: #009BF4;
}
header .container .right_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1141px) {
  header .container .btn_blue {
    min-width: 90px;
    min-height: 50px;
  }
}
@media (max-width: 991px) {
  header .container .btn_blue {
    min-width: 186px;
    min-height: 54px;
  }
}
@media (max-width: 767px) {
  header .container .btn_blue {
    display: none;
  }
}
@media (max-width: 1141px) {
  header .container .btn_blue span {
    display: none;
  }
}
@media (max-width: 991px) {
  header .container .btn_blue span {
    display: block;
  }
}
@media (max-width: 1141px) {
  header .container .btn_blue img {
    margin: 0;
  }
}
@media (max-width: 991px) {
  header .container .btn_blue img {
    margin: 0 12px 0 0;
  }
}
header .container .lang {
  position: relative;
  margin: 0 0 0 10px;
}
@media (max-width: 1141px) {
  header .container .lang {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  header .container .lang {
    margin: 0 0 0 21px;
  }
}
header .container .lang:hover .lang_menu__wrapper {
  opacity: 1;
  visibility: visible;
}
header .container .lang .lang_menu__wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  transition: 0.5s all ease;
  padding: 30px 0 0 0;
}
@media (max-width: 1410px) {
  header .container .lang .lang_menu__wrapper {
    left: -10px;
  }
}
header .container .lang .lang_menu__wrapper .lang_menu {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 20px 30px rgba(0, 146, 245, 0.1);
  border-radius: 10px;
}
header .container .lang .lang_menu__wrapper .lang_menu a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #252D38;
  margin: 0 0 15px;
  text-align: center;
}
@media (max-width: 1141px) {
  header .container .lang .lang_menu__wrapper .lang_menu a {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  header .container .lang .lang_menu__wrapper .lang_menu a {
    font-size: 16px;
    line-height: 24px;
  }
}
header .container .lang .lang_menu__wrapper .lang_menu a:nth-last-child(1) {
  margin: 0;
}
header .container .lang .lang_menu__wrapper .lang_menu a:hover {
  color: #009BF4;
}
header .container .lang .current_lang {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #252D38;
}
@media (max-width: 1141px) {
  header .container .lang .current_lang {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  header .container .lang .current_lang {
    font-size: 16px;
    line-height: 24px;
  }
}
header .container .lang .current_lang img {
  display: block;
  margin: 0 0 0 10px;
}

.menu_box {
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .menu_box {
    display: inline-flex;
    min-width: 37px;
    margin: 0 0 0 27px;
  }
}
.menu_box.is-active {
  z-index: 82;
}

.hamburger {
  display: block;
}
@media (max-width: 991px) {
  .hamburger {
    z-index: 81;
  }
}
.hamburger .line {
  display: block;
  width: 29px;
  height: 3px;
  background: #009BF4;
  border-radius: 2px;
  margin: 0 0 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-last-child(1) {
  margin: 0;
  transform: translateX(-8px);
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.is-active .line {
  width: 16px;
  height: 2px;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(45deg);
  -ms-transform: translateY(4px) rotate(45deg);
  -o-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
  background: #009BF4;
}
.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  -o-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
  background: #009BF4;
}

.mob_nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  padding: 203px 0 0 0;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .mob_nav {
    padding: 120px 0 0 0;
  }
}
.mob_nav.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 80;
}
.mob_nav .mob_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mob_nav .mob_menu li {
  margin: 0 0 40px;
}
.mob_nav .mob_menu li:nth-last-child(1) {
  margin: 0;
}
.mob_nav .mob_menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 27px;
  color: #252D38;
}
@media (max-width: 767px) {
  .mob_nav .mob_menu li a {
    font-size: 16px;
    line-height: 24px;
  }
}
.mob_nav .mob_menu li a:hover {
  color: #009BF4;
}
.mob_nav .mob_menu li a img {
  display: block;
  margin: 0 0 0 10px;
}
.mob_nav .mob_menu .title_dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .mob_nav .mob_menu .title_dropdown {
    font-size: 16px;
    line-height: 24px;
  }
}
.mob_nav .mob_menu .default_submenu {
  display: none;
  margin: 20px 0 0 0;
}
.mob_nav .mob_menu .default_submenu a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .mob_nav .mob_menu .default_submenu a {
    font-size: 16px;
    line-height: 24px;
  }
}
.mob_nav .mob_menu .active img {
  transform: rotate(180deg);
}
.mob_nav .mob_menu .btn_blue {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-width: 228px;
  min-height: 54px;
}
.mob_nav .mob_menu .btn_blue img {
  margin: 0 10px 0 0;
}

.section_main {
  padding: 100px 0 250px 0;
  position: relative;
  background: #F0F7FB;
}
@media (max-width: 1141px) {
  .section_main {
    padding: 100px 0 136px 0;
  }
}
@media (max-width: 991px) {
  .section_main {
    padding: 0 0 55px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .section_main {
    padding: 0 0 22px;
  }
}
.section_main:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 550px;
  background: url("../img/circle_bg_blue.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .section_main:before {
    width: 100%;
  }
}
.section_main .main_wrapper {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1141px) {
  .section_main .main_wrapper {
    max-width: 460px;
  }
}
@media (max-width: 991px) {
  .section_main .main_wrapper {
    width: 476px;
    margin: -70px 0 0 0;
  }
}
@media (max-width: 767px) {
  .section_main .main_wrapper {
    margin: -35px 0 0 0;
    width: 100%;
    max-width: 100%;
  }
}
.section_main .main_img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 53%;
  object-fit: contain;
  object-position: right;
  z-index: 2;
}
@media (max-width: 1410px) {
  .section_main .main_img {
    width: 46%;
  }
}
@media (max-width: 1141px) {
  .section_main .main_img {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .section_main .main_img {
    display: none;
  }
}
@media (max-width: 767px) {
  .section_main .main_img {
    display: block;
    position: static;
    width: 80%;
    height: 285px;
  }
}
.section_main .main_img_mob {
  display: none;
}
@media (max-width: 991px) {
  .section_main .main_img_mob {
    display: block;
    width: 100%;
    max-width: 80%;
    height: 510px;
    object-fit: contain;
    object-position: right;
  }
}
@media (max-width: 767px) {
  .section_main .main_img_mob {
    height: initial;
    display: none;
  }
}
.section_main .main_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #252D38;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section_main .main_title {
    font-size: 42px;
    line-height: 63px;
  }
}
@media (max-width: 767px) {
  .section_main .main_title {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 15px;
  }
}
.section_main .main_title br {
  display: none;
}
@media (max-width: 1141px) {
  .section_main .main_title br {
    display: block;
  }
}
.section_main .main_title .vis_md {
  display: none;
}
@media (max-width: 767px) {
  .section_main .main_title .vis_md {
    display: block;
  }
}
.section_main .main_subtitle {
  font-size: 18px;
  line-height: 27px;
  color: #556466;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section_main .main_subtitle {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 15px;
  }
}
.section_main .btns_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_main .btns_wrapper .btn_blue {
  min-width: 290px;
  min-height: 60px;
}
@media (max-width: 1141px) {
  .section_main .btns_wrapper .btn_blue {
    min-width: 220px;
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .section_main .btns_wrapper .btn_blue {
    min-width: 82px;
    min-height: 48px;
  }
}
@media (max-width: 767px) {
  .section_main .btns_wrapper .btn_blue span {
    display: none;
  }
}
@media (max-width: 767px) {
  .section_main .btns_wrapper .btn_blue img {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section_main .btns_wrapper .btn_transparent {
    min-width: calc(100% - 102px);
    min-height: 48px;
  }
}
.section_main .container {
  z-index: 15;
  position: relative;
}

.section_actual {
  padding: 120px 0 135px 0;
}
@media (max-width: 1141px) {
  .section_actual {
    padding: 150px 0 75px 0;
  }
}
@media (max-width: 991px) {
  .section_actual {
    padding: 100px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .section_actual {
    padding: 50px 0 25px 0;
  }
}

.project_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.project_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - 85px);
  margin: 0 0 100px;
}
@media (max-width: 1141px) {
  .project_item {
    width: calc(50% - 10px);
    margin: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .project_item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.project_item__right {
  margin: 230px 0 0 0;
}
@media (max-width: 1141px) {
  .project_item__right {
    margin: 130px 0 0 0;
  }
}
@media (max-width: 767px) {
  .project_item__right {
    margin: 0 0 20px;
  }
}
.project_item .project_img {
  border-radius: 10px;
  display: block;
}
@media (max-width: 991px) {
  .project_item .project_img {
    height: 250px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 767px) {
  .project_item .project_img {
    height: 212px;
    width: 100%;
  }
}
.project_item .project_info {
  width: calc(100% - 60px);
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(48, 72, 115, 0.15);
  border-radius: 0px 10px 10px 10px;
  margin-top: -60px;
  padding: 20px;
}
@media (max-width: 1141px) {
  .project_item .project_info {
    width: calc(100% - 40px);
  }
}
@media (max-width: 991px) {
  .project_item .project_info {
    padding: 15px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .project_item .project_info {
    padding: 10px;
  }
}
.project_item .project_info .project_name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #252D38;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .project_item .project_info .project_name {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .project_item .project_info .project_name {
    font-size: 16px;
    line-height: 24px;
  }
}
.project_item .project_info .project_item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project_item .project_info .project_item__bottom .progress_wrapper {
  width: calc(100% - 120px);
}
@media (max-width: 991px) {
  .project_item .project_info .project_item__bottom .progress_wrapper {
    width: calc(100% - 79px);
  }
}
.project_item .project_info .project_item__bottom .progress_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .project_item .project_info .project_item__bottom .progress_top {
    margin: 0 0 5px;
  }
}
.project_item .project_info .project_item__bottom .progress_top .progress_have {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #556466;
}
@media (max-width: 991px) {
  .project_item .project_info .project_item__bottom .progress_top .progress_have {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .project_item .project_info .project_item__bottom .progress_top .progress_have {
    font-size: 14px;
    line-height: 21px;
  }
}
.project_item .project_info .project_item__bottom .progress_top .progress_need {
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  color: #556466;
}
@media (max-width: 767px) {
  .project_item .project_info .project_item__bottom .progress_top .progress_need {
    font-size: 13px;
    line-height: 21px;
  }
}
.project_item .project_info .project_item__bottom .progress_line {
  width: 100%;
  height: 4px;
  background: #E3F1F7;
  border-radius: 3px;
  position: relative;
}
.project_item .project_info .project_item__bottom .progress_line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #60ddb6;
  border-radius: 3px;
}
.project_item__completed .project_info .project_item__bottom .progress_line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #60ddb6;
  border-radius: 3px;
}
.project_item__completed .btn_small__img {
  background: #06DDB6;
}

.btn_more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 203px;
  height: 203px;
}
@media (max-width: 1141px) {
  .btn_more {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .btn_more {
    width: 144px;
    height: 144px;
  }
}
@media (max-width: 767px) {
  .btn_more {
    width: 120px;
    height: 120px;
  }
}
.btn_more:hover .arr_right {
  transform: translateX(5px);
}
.btn_more img {
  display: block;
}
@media (max-width: 1141px) {
  .btn_more .arr_right {
    width: 44px;
    height: 44px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .btn_more .arr_right {
    width: 33px;
    height: 33px;
  }
}
.btn_more .spin_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: spin 22s linear infinite;
  -moz-animation: spin 22s linear infinite;
  animation: spin 22s linear infinite;
  object-fit: contain;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.section_what {
  padding: 135px 0 120px 0;
  position: relative;
}
@media (max-width: 1141px) {
  .section_what {
    padding: 75px 0 120px 0;
  }
}
@media (max-width: 991px) {
  .section_what {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section_what {
    padding: 25px 0;
  }
}
.section_what .what_bg__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 991px) {
  .section_what .what_bg__wrapper {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .section_what .what_bg__wrapper {
    width: 85%;
    position: static;
    max-height: 400px;
  }
}
.section_what .what_bg__wrapper .what_bg {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left;
}
@media (max-width: 767px) {
  .section_what .what_bg__wrapper .what_bg {
    max-height: 400px;
  }
}
.section_what .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .section_what .container {
    align-items: center;
    justify-content: flex-start;
  }
}
.section_what .container .page_title,
.section_what .container .page_subtitle {
  text-align: left;
}
@media (max-width: 991px) {
  .section_what .container .page_title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .section_what .container .page_title {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .section_what .container .page_subtitle {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .section_what .container .page_subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
}
.section_what .container .what_wrapper {
  width: calc(50% - 50px);
}
@media (max-width: 1141px) {
  .section_what .container .what_wrapper {
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .section_what .container .what_wrapper {
    width: 51%;
  }
}
@media (max-width: 767px) {
  .section_what .container .what_wrapper {
    width: 100%;
  }
}
.section_what__inner .container .page_subtitle {
  margin: 0 0 20px;
}
.section_what__inner .container .what_wrapper {
  width: calc(50% - 20px);
}
@media (max-width: 1141px) {
  .section_what__inner .container .what_wrapper {
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .section_what__inner .container .what_wrapper {
    width: 51%;
  }
}
@media (max-width: 767px) {
  .section_what__inner .container .what_wrapper {
    width: 100%;
  }
}
.section_what__inner .container .need_wrapper .name {
  margin: 0 0 20px;
}
.section_what__inner .container .need_wrapper p {
  font-size: 22px;
  line-height: 33px;
  color: #252D38;
}
.section_what__inner .container .need_wrapper p span {
  margin: 0 10px 0 0;
}
.section_what__inner .container .need_wrapper ul li {
  margin: 0 0 20px;
}

.section_mission {
  padding: 205px 0 154px 0;
  position: relative;
}
@media (max-width: 1141px) {
  .section_mission {
    padding: 75px 0;
  }
}
@media (max-width: 991px) {
  .section_mission {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section_mission {
    padding: 25px 0;
  }
}
.section_mission .bg_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 54%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .section_mission .bg_wrapper {
    display: none;
  }
}
.section_mission .bg_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .section_mission .bg_wrapper img {
    max-height: 400px;
  }
}
.section_mission .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section_mission .container {
    flex-direction: column-reverse;
  }
}
.section_mission .container .left {
  width: calc(50% - 42px);
}
@media (max-width: 767px) {
  .section_mission .container .left {
    width: 100%;
  }
}
.section_mission .container .left .page_title {
  text-align: left;
  margin: 0 0 17px;
}
@media (max-width: 991px) {
  .section_mission .container .left .page_title {
    margin: 0 0 7px;
  }
}
.section_mission .container .left .descr {
  font-size: 18px;
  line-height: 27px;
  color: #556466;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section_mission .container .left .descr {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .section_mission .container .left .btn {
    min-width: 100%;
  }
}
.section_mission .container .mission_wrapper {
  width: calc(50% - 42px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0 35px;
}
@media (max-width: 1141px) {
  .section_mission .container .mission_wrapper {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section_mission .container .mission_wrapper {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .section_mission .container .mission_wrapper {
    width: 100%;
    padding: 0;
    justify-content: space-between;
  }
}
.section_mission .container .mission_wrapper .mission_item {
  width: calc(50% - 35px);
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section_mission .container .mission_wrapper .mission_item {
    margin: 0 0 30px 20px;
  }
}
@media (max-width: 767px) {
  .section_mission .container .mission_wrapper .mission_item {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
.section_mission .container .mission_wrapper .mission_item p {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 42px;
  line-height: 66px;
}
.section_mission .container .mission_wrapper .mission_item p small {
  font-weight: 600;
}
@media (max-width: 991px) {
  .section_mission .container .mission_wrapper .mission_item p small {
    font-weight: 800;
  }
}
@media (max-width: 991px) {
  .section_mission .container .mission_wrapper .mission_item p {
    font-size: 28px;
    line-height: 42px;
    font-weight: 800;
  }
}
@media (max-width: 767px) {
  .section_mission .container .mission_wrapper .mission_item p {
    -webkit-text-stroke: 1px #19a5f5;
  }
}
.section_mission .container .mission_wrapper .mission_item span {
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .section_mission .container .mission_wrapper .mission_item span {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .section_mission .container .mission_wrapper .mission_item span {
    color: #19a5f5;
  }
}

.section_feedback {
  padding: 150px 0 75px 0;
}
@media (max-width: 991px) {
  .section_feedback {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section_feedback {
    padding: 25px 0;
  }
}
.section_feedback .feedback_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(48, 72, 115, 0.15);
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 991px) {
  .section_feedback .feedback_wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section_feedback .feedback_wrapper {
    padding: 15px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.section_feedback .feedback_wrapper .left {
  width: calc(100% - 305px);
}
@media (max-width: 1141px) {
  .section_feedback .feedback_wrapper .left {
    width: calc(100% - 275px);
  }
}
@media (max-width: 991px) {
  .section_feedback .feedback_wrapper .left {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .section_feedback .feedback_wrapper .left {
    margin: 0 0 10px;
  }
}
.section_feedback .feedback_wrapper .left .name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #252D38;
  margin: 0 0 10px;
}
@media (max-width: 1141px) {
  .section_feedback .feedback_wrapper .left .name {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .section_feedback .feedback_wrapper .left .name {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section_feedback .feedback_wrapper .left .name {
    font-size: 18px;
    line-height: 27px;
    text-align: left;
  }
}
.section_feedback .feedback_wrapper .left .name img {
  display: block;
  margin: 0 10px 0 0;
}
.section_feedback .feedback_wrapper .left .descr {
  font-size: 18px;
  line-height: 27px;
  color: #556466;
}
@media (max-width: 1141px) {
  .section_feedback .feedback_wrapper .left .descr {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .section_feedback .feedback_wrapper .left .descr {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section_feedback .feedback_wrapper .left .descr {
    text-align: left;
  }
}
.section_feedback .feedback_wrapper .btn {
  min-width: 255px;
}
@media (max-width: 767px) {
  .section_feedback .feedback_wrapper .btn {
    min-width: 100%;
  }
}

.section_questions {
  padding: 75px 0;
}
@media (max-width: 991px) {
  .section_questions {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section_questions {
    padding: 25px 0;
  }
}
.section_questions .page_title,
.section_questions .page_subtitle {
  text-align: left;
}
@media (max-width: 991px) {
  .section_questions .page_subtitle {
    margin: 0 0 30px;
  }
}

.faq_item__wrapper {
  border-top: 1px solid #D6DAE9;
}
.faq_item__wrapper .faq_item {
  border-bottom: 1px solid #D6DAE9;
}
.faq_item__wrapper .faq_item.active .title_dropdown span {
  transform: rotate(180deg);
}
.faq_item__wrapper .faq_item.active .title_dropdown span .vertical {
  opacity: 0;
  visibility: hidden;
}
.faq_item__wrapper .title_dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 19px 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #556466;
}
@media (max-width: 991px) {
  .faq_item__wrapper .title_dropdown {
    font-size: 16px;
    line-height: 24px;
  }
}
.faq_item__wrapper .title_dropdown span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s all ease;
}
.faq_item__wrapper .title_dropdown span small {
  display: block;
  border-radius: 20px;
  background: #009bf4;
  transition: 0.3s all ease;
}
.faq_item__wrapper .title_dropdown span .horizontal {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faq_item__wrapper .title_dropdown span .vertical {
  width: 2px;
  height: 20px;
}
.faq_item__wrapper .default_submenu {
  display: none;
  padding: 0 10px 15px 10px;
}
.faq_item__wrapper .default_submenu p {
  font-size: 18px;
  line-height: 27px;
  color: #556466;
}
@media (max-width: 991px) {
  .faq_item__wrapper .default_submenu p {
    font-size: 16px;
    line-height: 24px;
  }
}

.section_partners {
  padding: 75px 0;
}
@media (max-width: 991px) {
  .section_partners {
    padding: 50px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .section_partners {
    padding: 25px 0 70px 0;
  }
}
.section_partners .partners_block {
  margin: 0 0 60px;
}
.section_partners .partners_block:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 991px) {
  .section_partners .partners_block {
    overflow: auto;
  }
}
.section_partners .partner_title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #252D38;
  margin: 0 0 50px;
}
@media (max-width: 1141px) {
  .section_partners .partner_title {
    margin: 0 0 37px;
  }
}
@media (max-width: 991px) {
  .section_partners .partner_title {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 27px;
  }
}
.section_partners .partners_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section_partners .partners_wrapper {
    min-width: 875px;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .section_partners .partners_wrapper {
    min-width: 660px;
  }
}
.section_partners .partners_wrapper a {
  display: block;
  width: calc(16.6666666667% - 27px);
}
@media (max-width: 991px) {
  .section_partners .partners_wrapper a {
    width: 120px;
    margin: 0 30px 0 0;
  }
}
@media (max-width: 767px) {
  .section_partners .partners_wrapper a {
    width: 100px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 991px) {
  .section_partners .partners_wrapper a:nth-last-child(1) {
    margin: 0;
  }
}
.section_partners .partners_wrapper a:hover {
  opacity: 0.7;
}
.section_partners .partners_wrapper a img {
  display: block;
}
@media (max-width: 991px) {
  .section_partners .partners_wrapper a img {
    object-fit: contain;
  }
}
.section_partners__page {
  padding: 100px 0 150px 0;
}
@media (max-width: 1141px) {
  .section_partners__page {
    padding: 80px 0 150px 0;
  }
}
@media (max-width: 991px) {
  .section_partners__page {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .section_partners__page {
    padding: 50px 0 70px 0;
  }
}
.section_partners__page .page_title {
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section_partners__page .page_title {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .section_partners__page .page_title {
    margin: 0 0 20px;
  }
}

.partners_wrapper__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .partners_wrapper__inner {
    justify-content: center;
  }
}
.partners_wrapper__inner a {
  display: block;
  width: calc(20% - 33px);
  margin: 0 0 64px;
}
@media (max-width: 1141px) {
  .partners_wrapper__inner a {
    width: calc(20% - 17px);
    margin: 0 0 48px;
  }
}
@media (max-width: 991px) {
  .partners_wrapper__inner a {
    width: calc(25% - 25px);
    margin: 0 12px 38px 12px;
  }
}
@media (max-width: 767px) {
  .partners_wrapper__inner a {
    width: calc(50% - 20px);
    margin: 0 10px 22px 10px;
  }
}
.partners_wrapper__inner a:hover {
  opacity: 0.7;
}
.partners_wrapper__inner a img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.section_about__main {
  background: #F0F7FB;
  padding: 80px 0 111px 0;
  position: relative;
}
@media (max-width: 1141px) {
  .section_about__main {
    padding: 80px 0 130px 0;
  }
}
@media (max-width: 991px) {
  .section_about__main {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .section_about__main {
    padding: 232px 0 53px 0;
  }
}
.section_about__main:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 350px;
  background: url("../img/circle_bg_blue.png") left no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .section_about__main:before {
    width: 100%;
  }
}
.section_about__main:after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 650px;
  height: 360px;
  background: url("../img/hand.png") center no-repeat;
  background-size: contain;
  opacity: 0.8;
}
@media (max-width: 1141px) {
  .section_about__main:after {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .section_about__main:after {
    top: 0;
    right: -25px;
  }
}
@media (max-width: 767px) {
  .section_about__main:after {
    width: 100%;
  }
}
.section_about__main .content_wrapper {
  width: 100%;
  max-width: 630px;
  position: relative;
  z-index: 12;
}
@media (max-width: 991px) {
  .section_about__main .content_wrapper {
    max-width: 415px;
  }
}
.section_about__main .content_wrapper .page_title {
  text-align: left;
  line-height: 72px;
  margin: 0 0 30px;
}
@media (max-width: 1141px) {
  .section_about__main .content_wrapper .page_title {
    line-height: 63px;
  }
}
@media (max-width: 991px) {
  .section_about__main .content_wrapper .page_title {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .section_about__main .content_wrapper .page_title {
    margin: 0 0 15px;
    line-height: 42px;
  }
}
.section_about__main .content_wrapper .descr {
  font-size: 18px;
  line-height: 27px;
  color: #556466;
}
@media (max-width: 991px) {
  .section_about__main .content_wrapper .descr {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section_about__main .content_wrapper .descr {
    font-size: 14px;
    line-height: 21px;
  }
}

.section_document {
  padding: 80px 0 150px 0;
}
@media (max-width: 991px) {
  .section_document {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .section_document {
    padding: 25px 0 70px 0;
  }
}
.section_document .page_title {
  text-align: left;
  margin: 0 0 20px;
}
.section_document .page_subtitle {
  text-align: left;
  margin: 0 0 20px;
}

.document_slider__wrapper {
  position: relative;
}

.document_slider .slider_item {
  margin: 0 15px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .document_slider .slider_item {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .document_slider .slider_item {
    margin: 0 5px;
  }
}
.document_slider .slider_item img {
  display: block;
  width: 100%;
}

.section_projects {
  padding: 150px 0;
}
@media (max-width: 991px) {
  .section_projects {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .section_projects {
    padding: 50px 0 70px 0;
  }
}
.section_projects .page_title,
.section_projects .page_subtitle {
  text-align: left;
  width: 100%;
  max-width: 570px;
}
@media (max-width: 1141px) {
  .section_projects .page_title,
.section_projects .page_subtitle {
    max-width: 460px;
  }
}
@media (max-width: 991px) {
  .section_projects .page_title,
.section_projects .page_subtitle {
    max-width: 352px;
  }
}
@media (max-width: 767px) {
  .section_projects .page_title,
.section_projects .page_subtitle {
    max-width: 100%;
    text-align: center;
  }
}
.section_projects .page_subtitle {
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 100px;
}
@media (max-width: 1141px) {
  .section_projects .page_subtitle {
    margin: 0 0 64px;
  }
}
@media (max-width: 991px) {
  .section_projects .page_subtitle {
    margin: 0 0 76px;
  }
}
@media (max-width: 767px) {
  .section_projects .page_subtitle {
    margin: 0 0 17px;
  }
}
.section_projects .project_item__inner {
  margin: -300px 0 0 0;
}
@media (max-width: 991px) {
  .section_projects .project_item__inner {
    margin: -150px 0 0 0;
  }
}
@media (max-width: 767px) {
  .section_projects .project_item__inner {
    margin: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .pagination_wrapper {
    margin: 50px 0 0 0;
  }
}
.pagination_wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination_wrapper ul li {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .pagination_wrapper ul li {
    margin: 0 5px;
  }
}
.pagination_wrapper ul li:hover a, .pagination_wrapper ul li.pagination_current a {
  border-color: #69D0F4;
}
.pagination_wrapper ul li a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .pagination_wrapper ul li a {
    width: 36px;
    height: 36px;
  }
}

.section_blog {
  padding: 80px 0 150px 0;
}
@media (max-width: 991px) {
  .section_blog {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .section_blog {
    padding: 50px 0 70px 0;
  }
}
.section_blog .page_title {
  text-align: left;
  margin: 0 0 50px;
}
@media (max-width: 1141px) {
  .section_blog .page_title {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .section_blog .page_title {
    margin: 0 0 30px;
  }
}

.blog_wrapper {
  margin: 0 0 100px;
}
@media (max-width: 991px) {
  .blog_wrapper {
    margin: 0 0 80px;
  }
}
@media (max-width: 767px) {
  .blog_wrapper {
    margin: 0;
  }
}
.blog_wrapper .row {
  margin: -25px -15px;
}
@media (max-width: 1141px) {
  .blog_wrapper .row {
    margin: -20px -10px;
  }
}
@media (max-width: 767px) {
  .blog_wrapper .row {
    margin: -10px;
  }
}
.blog_wrapper .row [class*=col-] {
  padding: 25px 15px;
}
@media (max-width: 1141px) {
  .blog_wrapper .row [class*=col-] {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .blog_wrapper .row [class*=col-] {
    padding: 10px;
  }
}

.blog_item {
  height: 100%;
  transition: 0.3s all ease;
  display: block;
}
.blog_item:hover {
  transform: translateY(-10px);
}
.blog_item .blog_img {
  display: block;
  width: 100%;
  height: 240px;
  object-position: center;
  object-fit: cover;
  margin: 0 0 15px;
  border-radius: 10px;
}
@media (max-width: 1141px) {
  .blog_item .blog_img {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .blog_item .blog_img {
    height: 152px;
  }
}
@media (max-width: 767px) {
  .blog_item .blog_img {
    height: 216px;
  }
}
.blog_item .blog_img__big {
  height: 370px;
}
@media (max-width: 1141px) {
  .blog_item .blog_img__big {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .blog_item .blog_img__big {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .blog_item .blog_img__big {
    height: 216px;
  }
}
.blog_item .blog_name {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #252D38;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  min-height: 72px;
}
@media (max-width: 991px) {
  .blog_item .blog_name {
    font-size: 18px;
    line-height: 27px;
    min-height: 54px;
  }
}
.blog_item .blog_descr {
  font-size: 18px;
  line-height: 27px;
  color: #556466;
  margin: 0 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
@media (max-width: 991px) {
  .blog_item .blog_descr {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog_item .blog_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog_item .blog_details .blog_date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.blog_item .blog_details .blog_date img {
  display: block;
  margin: 0 10px 0 0;
}
.blog_item .blog_details .blog_date small {
  font-size: 18px;
  line-height: 27px;
  color: #7A8E91;
  font-weight: 400;
}
@media (max-width: 991px) {
  .blog_item .blog_details .blog_date small {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog_item .blog_details .blog_vis {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.blog_item .blog_details .blog_vis img {
  display: block;
  margin: 0 10px 0 0;
}
.blog_item .blog_details .blog_vis small {
  font-size: 18px;
  line-height: 27px;
  color: #7A8E91;
  font-weight: 400;
}
@media (max-width: 991px) {
  .blog_item .blog_details .blog_vis small {
    font-size: 16px;
    line-height: 24px;
  }
}

.section_contacts__main {
  padding: 140px 0 215px 0;
  position: relative;
}
@media (max-width: 1141px) {
  .section_contacts__main {
    padding: 150px 0 200px 0;
  }
}
@media (max-width: 991px) {
  .section_contacts__main {
    padding: 0 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .section_contacts__main {
    padding: 0 0 25px;
  }
}
.section_contacts__main .contact_bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 53%;
  object-fit: contain;
  object-position: right;
  z-index: 2;
}
@media (max-width: 1410px) {
  .section_contacts__main .contact_bg {
    width: 46%;
  }
}
@media (max-width: 1141px) {
  .section_contacts__main .contact_bg {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .section_contacts__main .contact_bg {
    width: 100%;
    max-width: 80%;
    height: 510px;
    object-fit: contain;
    object-position: right;
    position: static;
  }
}
@media (max-width: 767px) {
  .section_contacts__main .contact_bg {
    display: block;
    position: static;
    width: 80%;
    height: 285px;
  }
}
.section_contacts__main .container .page_title {
  margin: 0 0 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .section_contacts__main .container .page_title {
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 48px;
  }
}
.section_contacts__main .container .contact {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section_contacts__main .container .contact {
    margin: 0 0 15px;
  }
}
.section_contacts__main .container .contact span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #7A8E91;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .section_contacts__main .container .contact span {
    font-size: 14px;
    line-height: 21px;
  }
}
.section_contacts__main .container .contact p {
  font-size: 18px;
  line-height: 27px;
  color: #252D38;
}
@media (max-width: 767px) {
  .section_contacts__main .container .contact p {
    font-size: 16px;
    line-height: 24px;
  }
}
.section_contacts__main .container .contact a {
  font-size: 18px;
  line-height: 27px;
  color: #252D38;
}
@media (max-width: 767px) {
  .section_contacts__main .container .contact a {
    font-size: 16px;
    line-height: 24px;
  }
}
.section_contacts__main .container .contact a:hover {
  color: #009BF4;
}
@media (max-width: 767px) {
  .section_contacts__main .container .btn {
    min-width: 100%;
  }
}

.section_numbers {
  padding: 50px 0 0 0;
}
@media (max-width: 991px) {
  .section_numbers {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section_numbers {
    padding: 25px 0;
  }
}
.section_numbers .page_title {
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section_numbers .page_title {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .section_numbers .page_title {
    margin: 0 0 20px;
  }
}
.section_numbers .number_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section_numbers .number_wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.section_numbers .number_wrapper .number_item {
  width: calc(33.3333333333% - 40px);
}
@media (max-width: 1141px) {
  .section_numbers .number_wrapper .number_item {
    width: calc(33.3333333333% - 12px);
  }
}
@media (max-width: 991px) {
  .section_numbers .number_wrapper .number_item {
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 767px) {
  .section_numbers .number_wrapper .number_item {
    width: 100%;
    margin: 0 0 30px;
  }
  .section_numbers .number_wrapper .number_item:nth-last-child(1) {
    margin: 0;
  }
}
.section_numbers .number_wrapper .number_item .name {
  font-size: 22px;
  line-height: 33px;
  color: #7A8E91;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section_numbers .number_wrapper .number_item .name {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 10px;
  }
}
.section_numbers .number_wrapper .number_item .number {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #252D38;
  margin: 0 0 20px;
  display: block;
}
@media (max-width: 991px) {
  .section_numbers .number_wrapper .number_item .number {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .section_numbers .number_wrapper .number_item .number {
    font-size: 24px;
    line-height: 36px;
  }
}
.section_numbers .number_wrapper .number_item .number:hover {
  color: #009BF4;
}
.section_numbers .number_wrapper .number_item span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #7A8E91;
  text-align: center;
}
@media (max-width: 991px) {
  .section_numbers .number_wrapper .number_item span {
    font-size: 14px;
    line-height: 21px;
  }
}

.section_project__single {
  padding: 50px 0 0 0;
}
@media (max-width: 991px) {
  .section_project__single {
    padding: 50px 0;
  }
}
.section_project__single .project_item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section_project__single .project_item__bottom {
    flex-direction: column;
  }
}
.section_project__single .project_item__bottom .progress_wrapper {
  width: calc(100% - 120px);
}
@media (max-width: 991px) {
  .section_project__single .project_item__bottom .progress_wrapper {
    width: calc(100% - 79px);
  }
}
.section_project__single .project_item__bottom .progress_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .section_project__single .project_item__bottom .progress_top {
    margin: 0 0 5px;
  }
}
.section_project__single .project_item__bottom .progress_top .progress_have {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #556466;
}
@media (max-width: 991px) {
  .section_project__single .project_item__bottom .progress_top .progress_have {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section_project__single .project_item__bottom .progress_top .progress_have {
    font-size: 14px;
    line-height: 21px;
  }
}
.section_project__single .project_item__bottom .progress_top .progress_need {
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  color: #556466;
}
@media (max-width: 767px) {
  .section_project__single .project_item__bottom .progress_top .progress_need {
    font-size: 13px;
    line-height: 21px;
  }
}
.section_project__single .project_item__bottom .progress_line {
  width: 100%;
  height: 4px;
  background: #E3F1F7;
  border-radius: 3px;
  position: relative;
}
.section_project__single .project_item__bottom .progress_line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #60ddb6;
  border-radius: 3px;
}
.section_project__single .project_single__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section_project__single .project_single__wrapper {
    flex-direction: column-reverse;
  }
}
.section_project__single .project_single__wrapper .left_side {
  width: 100%;
  max-width: calc(50% - 30px);
}
@media (max-width: 1141px) {
  .section_project__single .project_single__wrapper .left_side {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .section_project__single .project_single__wrapper .left_side {
    max-width: 100%;
  }
}
.section_project__single .project_single__wrapper .right_side {
  width: 100%;
  max-width: calc(50% - 70px);
}
@media (max-width: 1141px) {
  .section_project__single .project_single__wrapper .right_side {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .section_project__single .project_single__wrapper .right_side {
    max-width: 100%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .section_project__single .project_single__wrapper .right_side {
    margin: 0 0 19px;
  }
}
.section_project__single .project_single__wrapper .right_side img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .section_project__single .project_single__wrapper .right_side img {
    height: 520px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 767px) {
  .section_project__single .project_single__wrapper .right_side img {
    height: 220px;
  }
}
.section_project__single .project_single__wrapper .project_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #252D38;
  margin: 0 0 30px;
}
@media (max-width: 1141px) {
  .section_project__single .project_single__wrapper .project_title {
    font-size: 42px;
    line-height: 63px;
  }
}
@media (max-width: 991px) {
  .section_project__single .project_single__wrapper .project_title {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .section_project__single .project_single__wrapper .project_title {
    font-size: 32px;
    line-height: 48px;
  }
}
.section_project__single .project_single__wrapper .project_subtitle {
  font-size: 18px;
  line-height: 27px;
  color: #556466;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section_project__single .project_single__wrapper .project_subtitle {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
  }
}
.section_project__single .project_single__wrapper .progress_wrapper {
  width: calc(100% - 230px);
}
@media (max-width: 1141px) {
  .section_project__single .project_single__wrapper .progress_wrapper {
    width: calc(100% - 120px);
  }
}
@media (max-width: 991px) {
  .section_project__single .project_single__wrapper .progress_wrapper {
    width: calc(100% - 220px);
  }
}
@media (max-width: 767px) {
  .section_project__single .project_single__wrapper .progress_wrapper {
    width: 100%;
    margin: 0 0 20px;
  }
}
.section_project__single .project_single__wrapper .progress_wrapper .progress_have {
  font-size: 28px;
  line-height: 42px;
}
.section_project__single .project_single__wrapper .progress_wrapper .progress_need {
  font-size: 16px;
  line-height: 24px;
}
.section_project__single .project_single__wrapper .btn {
  min-width: 200px;
  min-height: 58px;
}
@media (max-width: 1141px) {
  .section_project__single .project_single__wrapper .btn {
    min-width: 90px;
    min-height: 60px;
  }
}
@media (max-width: 991px) {
  .section_project__single .project_single__wrapper .btn {
    min-width: 200px;
    min-height: 54px;
  }
}
@media (max-width: 767px) {
  .section_project__single .project_single__wrapper .btn {
    min-width: 100%;
    min-height: 48px;
  }
}
@media (max-width: 1141px) {
  .section_project__single .project_single__wrapper .btn span {
    display: none;
  }
}
@media (max-width: 991px) {
  .section_project__single .project_single__wrapper .btn span {
    display: block;
  }
}
@media (max-width: 1141px) {
  .section_project__single .project_single__wrapper .btn img {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .section_project__single .project_single__wrapper .btn img {
    margin: 0 10px 0 0;
  }
}

.default_content {
  padding: 75px 0 150px 0;
}
@media (max-width: 1141px) {
  .default_content {
    padding: 50px 0;
  }
}
.default_content .wrapper {
  margin: 0 0 150px;
}
@media (max-width: 1141px) {
  .default_content .wrapper {
    margin: 0 0 100px;
  }
}
@media (max-width: 991px) {
  .default_content .wrapper {
    margin: 0 0 80px;
  }
}
@media (max-width: 767px) {
  .default_content .wrapper {
    margin: 0 0 50px;
  }
}
.default_content .wrapper_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .default_content .wrapper_flex {
    flex-direction: column;
  }
}
.default_content .wrapper_flex .wrapper_content {
  width: calc(50% - 15px);
}
@media (max-width: 1141px) {
  .default_content .wrapper_flex .wrapper_content {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .default_content .wrapper_flex .wrapper_content {
    width: 100%;
  }
}
.default_content p {
  font-size: 18px;
  line-height: 27px;
  color: #556466;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .default_content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .default_content p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 15px;
  }
}
.default_content h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #252D38;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .default_content h3 {
    margin: 0 0 15px;
  }
}
.default_content h4 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #252D38;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .default_content h4 {
    margin: 0 0 15px;
  }
}
.default_content h5 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #252D38;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .default_content h5 {
    margin: 0 0 15px;
  }
}
.default_content h6 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #252D38;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .default_content h6 {
    margin: 0 0 15px;
  }
}
.default_content ul {
  padding: 0 0 0 60px;
}
@media (max-width: 1141px) {
  .default_content ul {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 991px) {
  .default_content ul {
    padding: 0 0 0 32px;
  }
}
@media (max-width: 767px) {
  .default_content ul {
    padding: 0;
  }
}
.default_content ul li {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #556466;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .default_content ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .default_content ul li {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 15px;
    padding: 0 0 0 20px;
  }
}
.default_content ul li:nth-last-child(1) {
  margin: 0;
}
.default_content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -20px;
  width: 10px;
  height: 10px;
  background: #009BF4;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .default_content ul li:before {
    left: 0;
  }
}
.default_content .report_wrapper {
  margin: 40px 0;
}
@media (max-width: 991px) {
  .default_content .report_wrapper {
    margin: 20px 0;
  }
}
.default_content .report_item p {
  margin: 0;
}
.default_content .btn {
  min-width: 270px;
  min-height: 58px;
}
@media (max-width: 767px) {
  .default_content .btn {
    min-height: 48px;
    min-width: 100%;
  }
}
.default_content .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.default_content blockquote span {
  font-family: "Montserrat";
  display: block;
  font-weight: 600;
  font-size: 80px;
  line-height: 20px;
  text-align: center;
  color: #009BF4;
  margin: 0 0 20px;
}
.default_content blockquote h5 {
  text-align: center;
  margin: 0 0 40px;
  position: relative;
}
@media (max-width: 991px) {
  .default_content blockquote h5 {
    font-size: 18px;
    line-height: 27px;
  }
}
.default_content blockquote h5:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #69D0F4;
}
.default_content blockquote small {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #556466;
}

footer {
  background: #EEF5FA;
}
footer .footer_top {
  padding: 150px 0;
}
@media (max-width: 1141px) {
  footer .footer_top {
    padding: 100px 0 80px 0;
  }
}
@media (max-width: 991px) {
  footer .footer_top {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  footer .footer_top {
    padding: 50px 0 40px 0;
  }
}
footer .footer_top .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer_top .container {
    flex-wrap: wrap;
  }
}
footer .footer_top .container ul {
  width: calc(25% - 35px);
}
@media (max-width: 1141px) {
  footer .footer_top .container ul {
    width: calc(25% - 10px);
  }
}
@media (max-width: 991px) {
  footer .footer_top .container ul {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  footer .footer_top .container ul {
    width: 100%;
  }
}
footer .footer_top .container ul li {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  footer .footer_top .container ul li {
    margin: 0 0 24px;
  }
}
footer .footer_top .container ul li:nth-last-child(1) {
  margin: 0;
}
footer .footer_top .container ul li.active .title span {
  transform: rotate(180deg);
}
footer .footer_top .container ul li.active .title span .vertical {
  opacity: 0;
  visibility: hidden;
}
footer .footer_top .container .logo_footer {
  display: block;
  width: 225px;
}
@media (max-width: 1141px) {
  footer .footer_top .container .logo_footer {
    width: 220px;
  }
}
@media (max-width: 991px) {
  footer .footer_top .container .logo_footer {
    width: 150px;
    margin: 0 90px 0 0;
  }
}
@media (max-width: 767px) {
  footer .footer_top .container .logo_footer {
    width: 160px;
    margin: 0 0 20px;
  }
}
footer .footer_top .container .logo_footer:hover {
  opacity: 0.7;
}
footer .footer_top .container .logo_footer img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
}
@media (max-width: 991px) {
  footer .footer_top .container .footer_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer_top .container .footer_left {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  footer .footer_top .container .footer_left li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  footer .footer_top .container .footer_left .have_logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  footer .footer_top .container .footer_menu {
    width: 100%;
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  footer .footer_top .container .footer_menu {
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  footer .footer_top .container .footer_menu .title_wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .footer_top .container .footer_menu .title_wrapper {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  footer .footer_top .container .footer_menu li {
    margin: 0;
  }
}
footer .footer_top .container .footer_menu a {
  font-size: 16px;
  line-height: 24px;
  color: #252D38;
  display: block;
}
@media (max-width: 991px) {
  footer .footer_top .container .footer_menu a {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  footer .footer_top .container .footer_menu a {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
  }
}
footer .footer_top .container .footer_menu a:hover {
  color: #009BF4;
}
footer .footer_top .container .btn {
  min-width: 200px;
  min-height: 50px;
}
@media (max-width: 1141px) {
  footer .footer_top .container .btn {
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  footer .footer_top .container .btn {
    min-width: 100%;
  }
}
footer .footer_top .container .btn_blue {
  color: #fff;
}
@media (max-width: 767px) {
  footer .footer_top .container .btn_blue {
    min-width: 82px;
  }
}
@media (max-width: 767px) {
  footer .footer_top .container .btn_blue span {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .footer_top .container .btn_blue img {
    margin: 0;
  }
}
footer .footer_top .container .title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #252D38;
}
@media (max-width: 767px) {
  footer .footer_top .container .title {
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
footer .footer_top .container .title span {
  display: none;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s all ease;
}
footer .footer_top .container .title span small {
  display: block;
  border-radius: 20px;
  background: #009bf4;
  transition: 0.3s all ease;
}
footer .footer_top .container .title span .horizontal {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .footer_top .container .title span .vertical {
  width: 2px;
  height: 20px;
}
@media (max-width: 767px) {
  footer .footer_top .container .title span {
    display: flex;
  }
}
@media (max-width: 767px) {
  footer .footer_top .container .btn_transparent__wrapper {
    width: calc(100% - 102px);
  }
}
@media (max-width: 991px) {
  footer .footer_top .container .contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
  }
}
footer .footer_top .container .contact span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #7A8E91;
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  footer .footer_top .container .contact span {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  footer .footer_top .container .contact span {
    font-size: 12px;
    line-height: 18px;
  }
}
footer .footer_top .container .contact small {
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #252D38;
}
@media (max-width: 991px) {
  footer .footer_top .container .contact small {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  footer .footer_top .container .contact small {
    font-size: 13px;
    line-height: 18px;
  }
}
footer .footer_top .container .contact a {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #252D38;
}
@media (max-width: 991px) {
  footer .footer_top .container .contact a {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  footer .footer_top .container .contact a {
    font-size: 13px;
    line-height: 18px;
  }
}
footer .footer_top .container .contact a:hover {
  color: #009BF4;
}
@media (max-width: 767px) {
  footer .footer_top .container .hidden_md {
    display: none;
  }
}
footer .footer_top .container .default_submenu {
  display: none;
}
@media (max-width: 767px) {
  footer .footer_top .container .default_submenu {
    padding: 20px 0 0 0;
  }
}
footer .footer_bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  footer .footer_bottom .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer_bottom .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .footer_bottom .container p,
footer .footer_bottom .container a {
  font-size: 16px;
  line-height: 24px;
  color: #556466;
}
@media (max-width: 767px) {
  footer .footer_bottom .container p,
footer .footer_bottom .container a {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  footer .footer_bottom .container a {
    margin: 10px 0 0 0;
  }
}
footer .footer_bottom .container a:hover {
  color: #009BF4;
}

/*# sourceMappingURL=app.css.map */
