@import url("https://fonts.cdnfonts.com/css/sf-ui-text-2");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
body {
  background-color: #fff;
  font-family: "SF UI Text", sans-serif;
  font-style: normal;
  font-weight: 400;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 370px) {
  .container {
    padding: 0 10px;
  }
}
.whatsapp {
  position: fixed;
  z-index: 500;
  bottom: 50px;
  right: 50px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.24s;
  transition: 0.24s;
}

.whatsapp img {
  width: 80px;
}

.whatsapp:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .whatsapp {
    bottom: 100px;
    right: 20px;
  }
  .whatsapp img {
    width: 65px;
  }
}
.header {
  background: #fff;
  height: 107px;
}
.header .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo img {
  width: 213px;
  margin-top: -5px;
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__in_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 48px;
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  /* Medium/16 */
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 20px */
}
.header__in_item img,
.header__in_item svg {
  margin-right: 16px;
}
.header__in_item a {
  color: #000;
  font-size: 18px;
}
.header__in_item a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .header {
    padding: 12px 0 16px 0;
    height: auto;
  }
  .header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__in_item {
    display: none;
  }
  .hh_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-top: 18px;
  }
}
.title_1 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.tit_spn_01 {
  font-weight: 300;
}

@media (max-width: 992px) {
  .title_1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.main_section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fffce2;
}
.main_section__left {
  width: calc(100% - 525px);
  position: relative;
}
.main_section__mminf {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 30px;
  padding-right: 30px;
}
.main_section .ms_mp {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  border-radius: 15px;
  background: #006b18;
  padding: 8px 32px;
  margin-top: 5px;
}
.main_section .ms_mp:nth-child(1) {
  margin-left: 51px;
}
.main_section .ms_mp:nth-child(2) {
  margin-left: 121px;
}
.main_section__img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 685px;
}
.main_section__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main_section__right {
  min-width: 525px;
  max-width: 525px;
}
.main_section .mms_title {
  background: #006b18;
  padding: 19px 10px;
  width: 100%;
}
.main_section .mms_title h6 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.main_section .sum_m_sec {
  background: rgba(217, 217, 217, 0.75);
  padding: 24px 32px;
}
.main_section .sum_m_sec__title {
  color: #006b18;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main_section .sum_m_sec .flght_01_sc {
  margin-top: 22px;
  margin-bottom: 25px;
}
.main_section .sum_m_sec__prg {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main_section .sum_m_sec__prg img {
  margin-top: -7px;
}

.main_form__wrap {
  padding: 27px 34px;
}
.main_form__title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.main_form__title span {
  color: #f00;
  font-size: 22px;
  font-weight: 700;
}

.input1 {
  border-radius: 11px;
  border: 3px solid #009826;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 100%;
  margin-bottom: 24px;
  display: block;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 17px 13px 13px 45px;
  background-repeat: no-repeat;
  background-position: left 15px center;
}
.input1::-webkit-input-placeholder {
  color: #8a8a8a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.input1::-moz-placeholder {
  color: #8a8a8a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.input1:-ms-input-placeholder {
  color: #8a8a8a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.input1::-ms-input-placeholder {
  color: #8a8a8a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.input1::placeholder {
  color: #8a8a8a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input_001 {
  background-image: url(../img/icons/inpname.svg);
}

.input_002 {
  background-image: url(../img/icons/inptel.svg);
}

.checkbox1_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox1__label1 {
  min-width: 24px;
  width: 24px;
  height: 24px;
  min-height: 24px;
  border-radius: 7px;
  border: 2px solid #00a31a;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.checkbox1__label1:after {
  display: none;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/icons/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox1__label2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkbox1__label2 a {
  color: #00a31a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.checkbox1__label2 a:hover {
  text-decoration: none;
}

.chckbflx {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #383838;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chckbflx a {
  margin-left: 6px;
  color: #00a31a !important;
}

.chckbflx a:hover {
  text-decoration: underline;
}

.checkbox1[type="checkbox"]:checked + .checkbox1__label1:after {
  display: block;
}

.main_form_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 55px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 24px;
  background: #006b18;
  padding: 12px 24px;
  border: none;
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-width: 55px;
  height: 55px;
  border: 5px solid #006b18;
  background-color: #fff;
  border-radius: 61px;
  margin-left: 16px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main_form__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

@media (max-width: 992px) {
  .main_section {
    overflow: hidden;
    background-color: #fffce2;
  }
  .main_section .container {
    position: relative;
    width: calc(100vw + 40px);
    left: -20px;
  }
  .main_section .main_section__left {
    display: none;
  }
  .main_section .main_section__right {
    min-width: 100%;
    max-width: 100%;
  }
  .main_section .mms_title {
    padding: 14px 10px;
  }
  .main_section .mms_title h6 {
    font-size: 16px;
  }
  .main_section .sum_m_sec {
    padding: 15px;
  }
  .main_section .sum_m_sec__title {
    font-size: 16px;
  }
  .main_section .sum_m_sec .flght_01_sc {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .main_section .sum_m_sec__prg {
    font-size: 16px;
  }
  .main_section .sum_m_sec__prg img {
    margin-top: -2px;
    width: 23px;
  }
  .main_form__wrap {
    padding: 18px 19px 31px 19px;
  }
  .main_form__title {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  .main_form__title span {
    font-size: 18px;
  }
  .input1 {
    margin-bottom: 15px;
    max-width: 100%;
    padding: 17px 13px 13px 45px;
    background-position: left 15px center;
    font-size: 16px;
  }
  .input1::-webkit-input-placeholder {
    font-size: 16px;
  }
  .input1::-moz-placeholder {
    font-size: 16px;
  }
  .input1:-ms-input-placeholder {
    font-size: 16px;
  }
  .input1::-ms-input-placeholder {
    font-size: 16px;
  }
  .input1::placeholder {
    font-size: 16px;
  }
  .checkbox1__label2 {
    font-size: 14px;
  }
  .checkbox1__label2 a {
    font-size: 14px;
  }
  .chckbflx {
    font-size: 20px;
  }
  .chckbflx a {
    margin-left: 6px;
  }
  .main_form_submit {
    margin: 0 auto;
    border-radius: 24px;
    height: 45px;
    min-height: 45px;
  }
  .timer {
    min-width: 45px;
    height: 45px;
    font-size: 12px;
  }
}
.section_1 {
  margin: 88px 0;
}
.section_1 .title_1 {
  display: inline;
}
.section_1 .pretitle_1 {
  margin-top: 30px;
}

.count_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-width: 56px;
  width: 56px;
  height: 56px;
  border-radius: 50px;
  background-color: #f14624;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .count_title {
    font-size: 25px;
    min-width: 36px;
    width: 36px;
    height: 36px;
    margin-right: 2px;
  }
  .section_1 {
    margin: 15px 0 25px 0;
  }
  .section_1 .pretitle_1 {
    margin-top: 10px;
  }
}
.tt_top {
  top: 13px;
  bottom: auto !important;
}

.stages {
  background: #006b18;
  padding: 48px 0 70px 0;
}
.stages__title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
  text-transform: capitalize;
}
.stages__container {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.stages .stages_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stages .stages_item__txt {
  margin-left: 33px;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 992px) {
  .stages {
    padding: 19px 0 14px 0;
  }
  .stages__title {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .stages__container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .stages .stages_item img {
    width: 75px;
  }
  .stages .stages_item__txt {
    margin-left: 8px;
    font-size: 16px;
  }
}
.changes {
  padding: 61px 0 109px 0;
}

.changes_slider_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.changes_slider {
  width: calc(100% - 104px);
  margin-left: 0;
}
.changes_slider__img {
  height: 310px;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.changes_slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.changes_slider__img .changes_slide_text {
  position: absolute;
  max-width: calc(100% - 40px);
  bottom: 13px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 8px;
  background: rgba(38, 38, 38, 0.8);
  padding: 6px 15px;
  display: block;
}
.changes_slider__img .break-word {
  word-break: break-all;
}
.changes_slider__title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 20px;
  background: #006b18;
  padding: 10px;
  width: 100%;
}

.changes_slider_22 {
  width: calc(100% - 0px);
}
@media (max-width: 1300px) and (min-width: 992px) {
  .changes_slider_22 {
    width: calc(100% - 104px) !important;
  }
}

.changes_slider-prev {
  display: none;
  cursor: pointer;
}

.changes_slider-next {
  position: relative;
  right: 0px;
  top: 0;
  cursor: pointer;
}

@media (max-width: 992px) {
  .changes {
    padding: 14px 0 32px 0;
  }
  .pretitle_1 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .changes_slider {
    width: calc(100% - 26px);
  }
  .changes_slider__img {
    height: 350px;
  }
  .changes_slider__title {
    font-size: 20px;
    border-radius: 10px;
  }
  .changes_slider-prev {
    display: block;
    position: relative;
    left: -8px;
    top: 0;
    cursor: pointer;
  }
  .changes_slider-next {
    position: relative;
    right: -8px;
    top: 0;
    cursor: pointer;
  }
  .changes_slide_text {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .changes_slider__img {
    height: 225px;
  }
  .changes_slider-prev svg,
  .changes_slider-next svg,
  .proggress_slider-next svg,
  .proggress_slider-prev svg,
  .staff_slider-next svg,
  .staff_slider-prev svg,
  .appearance_slider-next svg,
  .appearance_slider-prev svg {
    width: 32px;
    height: 32px;
  }
}
.trust {
  background: #fffce2;
  padding: 54px 0 62px 0;
}
.trust__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.trust .trust_item {
  width: 50%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 40px;
}
.trust .trust_item img {
  min-width: 70px;
  max-width: 70px;
}
.trust .trust_item p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 40px;
}

@media (max-width: 992px) {
  .trust {
    padding: 32px 0 7px 0;
  }
  .trust .trust_item {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0px;
  }
  .trust .trust_item img {
    min-width: 54px;
    max-width: 54px;
  }
  .trust .trust_item p {
    font-size: 16px;
    margin-left: 20px;
  }
}
@media (min-width: 1600px) {
  .proggress .proggress_slider_wrap {
    width: calc(100% - 0px) !important;
  }
  .proggress .proggress__container {
    position: relative !important;
  }
  .proggress .proggress_slider-prev {
    position: absolute !important;
    left: -100px !important;
  }
  .proggress .proggress_slider-next {
    position: absolute !important;
    right: -100px !important;
  }
}
.proggress {
  padding: 54px 0 111px 0;
}
.proggress .proggress_slider_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.proggress .proggress_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.proggress .proggress_slider img {
  max-height: 350px;
  min-height: 0px;
  width: auto;
  max-width: 100%;
}
.proggress .proggress_slider .proggress_slider__img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.proggress .proggress_slider-prev {
  position: relative;
  left: -20px;
}
.proggress .proggress_slider-next {
  position: relative;
  right: -20px;
}
.proggress .videos {
  border-radius: 8px;
  overflow: hidden;
}
.proggress .videos .videos_item_wrp {
  width: 33.33%;
  margin-right: 60px;
}
.proggress .videos .videos_item_wrp:last-child {
  margin-right: 0;
}
.proggress .videos p {
  margin-top: 24px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
}
.proggress .videos .videos_item {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.proggress .videos .videos_item iframe {
  width: 100%;
  height: 350px;
}
.proggress iframe {
  position: relative;
  z-index: 1;
}
.proggress .videos .videos_item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.proggress .videos .videos_item__img img {
  position: relative;
  z-index: 2;
}
.proggress .videos .videos_item__img::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.proggress .videos .videos_item__img::after {
  width: 72px;
  height: 72px;
  display: block;
  content: "";
  background-image: url(../img/icons/youtube1.svg);
  position: absolute;
  z-index: 2;
}
.proggress .videos .videos_item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .proggress .videos__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .proggress .videos .videos_item_wrp {
    width: 100%;
    margin-bottom: 42px;
    margin-right: 0;
  }
  .proggress .videos .videos_item_wrp:last-child {
    margin-bottom: 0;
  }
  .proggress .videos p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 130%;
    /* 20.8px */
  }
  .proggress .videos .videos_item {
    height: 260px;
    border-radius: 0px;
  }
}
@media (max-width: 576px) {
  .proggress .videos .videos_item {
    height: 170px;
  }
}

@media (max-width: 992px) {
  .proggress {
    padding: 15px 0 35px 0;
  }
  .proggress .proggress_slider_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .proggress_slider-prev {
    left: -8px !important;
  }
  .proggress_slider-next {
    right: -8px !important;
  }
}
.start {
  position: relative;
  background: #fffce2;
  padding: 44px 0 64px 0;
  overflow: hidden;
}
.start__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.start__left {
  width: 50%;
  max-width: 570px;
}
.start__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.start__form_title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.start__pretitle {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.start .main_form__wrap {
  padding: 0;
  padding-top: 50px;
}
.start .checkbox1_wrapp {
  padding-top: 9px;
}
.start .main_form__btm {
  margin-top: 32px;
}
.start .start__pretitle {
  max-width: 570px;
}

.oleg {
  position: absolute;
  bottom: -64px;
  right: -100px;
}
.oleg__img img {
  width: 478px;
}

.oleg_txt1 {
  border-radius: 8px;
  border: 1px solid #262626;
  padding: 12px 24px;
  position: absolute;
  top: 150px;
  right: -120px;
  min-width: 260px;
}
.oleg_txt1 span {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  text-transform: capitalize;
}
.oleg_txt1 p {
  margin-top: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.oleg_txt2 {
  padding: 24px;
  border-radius: 8px;
  border: 2px solid #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 387px;
  position: absolute;
  top: 250px;
  right: 370px;
}
.oleg_txt2 p {
  margin-right: 24px;
  font-family: "Caveat";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.oleg_txt2 svg,
.oleg_txt2 img {
  min-width: 48px;
}

@media (max-width: 1550px) {
  .oleg_txt1 {
    top: 100px;
    right: 370px;
  }
}
@media (max-width: 1400px) {
  .oleg_txt2 {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .start .start__right {
    display: none;
  }
}
@media (max-width: 1240px) {
  .start__left {
    width: 40%;
  }
  .start__right {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .start {
    padding: 30px 0 40px 0;
  }
  .start .title_1 {
    display: none;
  }
  .start .main_form__wrap {
    padding-top: 0;
  }
  .start__left {
    width: 100%;
  }
  .start__right {
    display: none;
  }
  .start__pretitle {
    display: none;
  }
  .start__form_title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 31px;
  }
}
.staff {
  padding: 85px 0 63px 0;
}
.staff__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.staff__main {
  min-width: 350px;
  margin-right: 40px;
}
.staff__sliderwrap {
  width: calc(100% - 440px);
}
.staff__slidercontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.staff_sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.staff_sum img {
  width: 48px;
}
.staff_sum span {
  margin-left: 12px;
}
.staff_sum__list {
  margin-top: 10px;
  margin-left: 10px;
}
.staff_sum__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.staff_sum__list li span {
  margin-left: 10px;
}

.staff_slider__img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.staff_slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.staff_slider__name {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  background: #006b18;
  padding: 5px;
  width: 100%;
  margin-top: 12px;
}
.staff_slider__position {
  margin-top: 14px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.staff_slider-prev {
  display: none;
  cursor: pointer;
}

.staff_slider-next {
  position: relative;
  right: -50px;
  top: 0;
  cursor: pointer;
}

@media (max-width: 992px) {
  .staff {
    padding: 48px 0 20px 0;
  }
  .staff__main {
    display: none;
  }
  .staff__sliderwrap {
    width: calc(100% - 0px);
    margin-top: 20px;
  }
  .staff_sum {
    font-size: 40px;
  }
  .staff_sum span {
    margin-left: 12px;
  }
  .staff_sum__list {
    margin-top: 10px;
    margin-left: 10px;
  }
  .staff_sum__list li {
    font-size: 30px;
  }
  .staff_sum__list li span {
    margin-left: 10px;
  }
  .staff_slider__name {
    font-size: 20px;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    margin-top: 15px;
  }
  .staff_slider__position {
    margin-top: 10px;
    font-size: 18px;
  }
  .staff_slider-prev {
    display: block;
    position: relative;
    left: -8px;
    top: 0;
    cursor: pointer;
  }
  .staff_slider-next {
    position: relative;
    right: -8px;
    top: 0;
    cursor: pointer;
  }
}
.appearance {
  padding: 73px 0 50px 0;
}

.pretitle_1 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 64px;
}

.appearance_slider_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.appearance_slider {
  width: calc(100% - 74px);
  margin-left: 0;
}
.appearance_slider__img {
  height: 310px;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
}
.appearance_slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.appearance_slider__title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 8px;
  background: #006b18;
  padding: 10px;
  width: 100%;
}

.appearance_slider-prev {
  display: none;
  cursor: pointer;
}

.appearance_slider-next {
  position: relative;
  right: 0px;
  top: 0;
  cursor: pointer;
}

@media (max-width: 992px) {
  .appearance {
    padding: 40px 0 28px 0;
  }
  .pretitle_1 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .appearance_slider {
    width: calc(100% - 26px);
  }
  .appearance_slider__img {
    height: 310px;
    margin-bottom: 24px;
  }
  .appearance_slider__title {
    font-size: 20px;
    border-radius: 10px;
  }
  .appearance_slider-prev {
    display: block;
    position: relative;
    left: -8px;
    top: 0;
    cursor: pointer;
  }
  .appearance_slider-next {
    position: relative;
    right: -8px;
    top: 0;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .appearance_slider__img {
    height: 167px;
  }
}
.whatplace {
  padding: 50px 0 50px 0;
}
.whatplace__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.whatplace__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.whatplace__contacts a {
  margin-left: 22px;
}
.whatplace__contacts a:first-child {
  margin-left: 30px;
}
.whatplace__contacts img {
  margin-top: -5px;
  width: 30px;
}
.whatplace__main {
  width: 50%;
  min-width: 500px;
  padding-right: 120px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.whatplace__main p {
  padding-bottom: 20px;
}
.whatplace__main strong {
  font-weight: 700;
}
.whatplace__main h5 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 20px;
}
.whatplace__map {
  width: 50%;
}
.whatplace__map iframe {
  width: 100%;
  height: 430px;
}
.whatplace .link_49 {
  color: #000;
  text-decoration-line: underline;
}
.whatplace .link_49:hover {
  text-decoration-line: none;
}
.whatplace .link_39 {
  color: #000;
  margin-left: 0px;
  text-decoration-line: none;
}
.whatplace .link_39:hover {
  text-decoration-line: underline;
}

@media (max-width: 1200px) {
  .whatplace__main {
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .whatplace {
    padding: 20px 0 14px 0;
  }
  .whatplace__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .whatplace__contacts a {
    margin-left: 10px;
  }
  .whatplace__contacts a:first-child {
    margin-left: 15px;
  }
  .whatplace__contacts img {
    margin-top: -5px;
  }
  .whatplace__main {
    width: 100%;
    min-width: 100%;
    padding-right: 0px;
    font-size: 16px;
  }
  .whatplace__main p {
    padding-bottom: 16px;
  }
  .whatplace__main h5 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .whatplace__map {
    width: 100%;
  }
  .whatplace__map iframe {
    width: 100%;
    height: 320px;
  }
}
@media (max-width: 456px) {
  .whatplace__map iframe {
    height: 160px;
  }
}
.what-way {
  background: #fffce2;
  padding: 68px 0;
}
.what-way__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.what-way__main {
  min-width: 585px;
  max-width: 585px;
  padding-right: 30px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.what-way .distance {
  font-size: 40px;
  font-weight: 700;
}
.what-way__map_plc {
  display: block;
}
.what-way__map_plc img {
  width: 100%;
}

.lbl0103 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.flght_01_sc {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 31px;
  margin-bottom: 54px;
}

.flagg_1 {
  width: 48px;
}

.flghtic {
  margin-left: 16px;
  margin-right: 16px;
  width: 32px;
}

.timeicc {
  margin-left: 16px;
  margin-right: 16px;
  width: 32px;
}

.spn_0303 {
  font-weight: 700;
}

.lbl_flight {
  display: inline-block;
  margin-right: 24px;
  font-weight: 700;
}

.options_way {
  margin-top: 42px;
}
.options_way img {
  margin-top: -7px;
  max-width: 22px;
  max-height: 22px;
}
.options_way__item {
  margin-bottom: 6px;
}

@media (max-width: 1280px) {
  .what-way__main {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  .what-way__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .what-way__map {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .what-way {
    padding: 32px 0 32px 0;
  }
  .what-way__main {
    padding-right: 0px;
    font-size: 16px;
    min-width: 100%;
    max-width: 100%;
  }
  .what-way .distance_title {
    font-size: 20px;
  }
  .what-way .distance {
    font-size: 40px;
    margin-top: 10px;
  }
  .what-way__map {
    margin-top: 20px;
  }
  .lbl0103 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .flght_01_sc {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .flagg_1 {
    width: 30px;
  }
  .flghtic {
    margin-left: 14px;
    margin-right: 9px;
    width: 20px;
  }
  .timeicc {
    margin-right: 0;
    width: 20px;
  }
  .lbl_flight {
    margin-right: 12px;
  }
  .tt_time_t {
    margin-left: 9px;
  }
  .options_way {
    margin-top: 25px;
  }
  .options_way img {
    margin-top: -7px;
  }
  .options_way__item {
    margin-bottom: 4px;
  }
}
.help-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.help-section__img {
  width: 308px;
  margin-right: 110px;
}
.help-section__inf {
  padding-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 56px;
}
.help-section__title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 56px;
}
.help-section__btn {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 24px;
  width: 249px;
  height: 55px;
  background: #006b18;
}

@media (max-width: 992px) {
  .help-section__img {
    margin-right: 50px;
    width: 270px;
  }
}
@media (max-width: 768px) {
  .help-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .help-section__img {
    width: 207px;
  }
  .help-section__title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .help-section__btn {
    font-size: 16px;
    width: 221px;
    height: 42px;
    padding: 12px 24px;
    border-radius: 24px;
    margin: 0 auto;
  }
  .help-section__inf {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
.footer__main {
  background: #313131;
}

.footer__top {
  padding-top: 40px;
  padding-bottom: 32px;
  border-bottom: 3px solid #02ce23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__logo img {
  width: 181px;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__social_item {
  margin-left: 50px;
}

.footer__bottom {
  padding-top: 23px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__cprt {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #ececec;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__contacts_item {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}
.footer__contacts_item::after {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 17px;
  background-color: #fff;
  right: -2px;
}
.footer__contacts_item:last-child::after {
  display: none;
}

.footer__contacts_item_tel {
  text-decoration: underline;
}
.footer__contacts_item_tel:hover {
  text-decoration: none;
}

.footer__contacts_item:first-child {
  border-left: none;
}

.footer__contacts_item:last-child {
  padding-right: 0;
}

.footer__contacts_item i {
  margin-right: 12px;
}

.footer__logo_mob {
  display: none;
}

@media (max-width: 1500px) {
  .footer__contacts_item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1350px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__cprt {
    margin-top: 30px;
  }
  .footer__contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__contacts_item {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .footer__logo_desc {
    display: none;
  }
  .footer__logo_mob {
    display: block;
  }
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .footer__logo img {
    width: 217px;
  }
  .footer__social {
    display: none;
  }
  .footer__contacts_item {
    display: none;
  }
  .footer__contacts_item_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    font-size: 20px;
  }
  .footer__contacts_item_tel::after {
    display: none;
  }
  .footer__cprt {
    display: none;
  }
  .footer__top {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .footer__bottom {
    padding-top: 30px;
    padding-bottom: 43px;
  }
}
.thankyou {
  padding: 150px 0px 200px 0;
}
.thankyou .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thankyou__title {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  text-align: center;
}
.thankyou__pp {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  text-align: center;
}
.thankyou__back {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 20px;
  background: #006b18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
  height: 70px;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .thankyou {
    padding: 30px 0px 100px 0;
  }
  .thankyou svg {
    width: 100px;
  }
  .thankyou__title {
    font-size: 30px;
    margin-top: 0px;
  }
  .thankyou__pp {
    font-size: 20px;
    margin-top: 20px;
  }
  .thankyou__back {
    font-size: 25px;
    border-radius: 20px;
    width: 150px;
    height: 50px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .section_1 .title_1 {
    line-height: 120%;
  }
  .section_1 .title_1 .tit_spn_01 {
    font-weight: 700;
  }
}
.container1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-around; /* Подстраиваем выравнивание */
  width: 100%; /* Ширина контейнера */
  margin-top: 20px; /* Регулируем верхний отступ */
}

.rating-block1 {
  margin: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: column; /* Изменяем направление на столбцовое */
  align-items: flex-start; /* Выравниваем по левой стороне */
  width: 100%;
  transition: transform 0.3s;
}

.rating-block1:hover {
  transform: scale(1.05);
}

.rating-block1 .logo1 {
  font-weight: bold;
  font-size: 24px;
  margin-right: 10px;
}

.rating-block1 .title1 {
  font-size: 18px;
  margin-left: 10px;
}

.rating-block1 .rating1 {
  display: flex;
  margin-left: 5px; /* Отступ между текстом и звездами */
}

.rating-block1 .stars1 {
  color: #e0a800;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.rating-block1 .stars1::before {
  content: "★★★★★"; /* Добавляем звезды перед рейтингом */
  color: #e0a800;
  margin-right: 3px; /* Добавляем небольшой отступ между звездами и рейтингом */
}

.rblock {
  width: 100%;
}
.rblock__inner {
  width: 100%;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.rblock__item {
  color: black;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.rblock__logo {
  max-width: 80px;
}
.rblock__info {
  flex-grow: 1;
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.rblock__title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
.rblock__rating {
  display: flex;
  gap: 5px;
  width: 100%;
  align-items: center;
}
.rblock__value {
  font-size: 32px;
  color: #efd75a;
  font-weight: bold;
}
.rblock__value.rblock__value-tp {
  color: #03b77a;
}

.rblock__starlist {
  display: flex;
  gap: 2px;
}
/* .rblock__star { */
/* } */

.btotal {
  width: 100%;
}
.btotal__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.btotal__title {
  width: 100%;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 45px;
}

.btotal__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.btotal__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
}

.btotal__value {
  font-weight: bold;
}
