/*animations*/
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700&display=swap");
@keyframes anim-1 {
  from {
    stroke-dashoffset: 5000px;
  }
  to {
    stroke-dashoffset: 0px;
  }
}
@keyframes anim-2 {
  from {
    transform: translate(-50%, -50%) scale(0.7);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*-animations*/
/*fonts*/
.title-xxl {
  display: block;
  color: #1DD7C0;
  font-size: 68px;
  font-weight: 600;
}

.title-xl {
  display: block;
  color: #031513;
  font-size: 62px;
  font-weight: 600;
  line-height: 100%;
}
.title-xl strong {
  color: #1DD7C0;
  font-weight: 600;
}

.title-xl.white {
  color: #FFFFFF;
}

.title-xll {
  display: block;
  color: #031513;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
}

.title-x {
  display: block;
  color: #031513;
  font-size: 38px;
  font-weight: 600;
  line-height: 110%;
}
.title-x strong {
  color: #1DD7C0;
  font-weight: 600;
}

.title-x.white {
  color: #FFFFFF;
}

.title-lg {
  display: block;
  color: #031513;
  font-size: 28px;
  font-weight: 500;
}

.title-lg.white {
  color: #FFFFFF;
}

.title-l {
  display: block;
  color: #031513;
  font-size: 26px;
  font-weight: 500;
}

.title-l.white {
  color: #FFFFFF;
}

.title-md {
  display: block;
  color: #031513;
  font-size: 20px;
  font-weight: 500;
}

.title-md.white {
  color: #FFFFFF;
}

.text-xl {
  display: block;
  color: #031513;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.text-xl.white {
  color: #FFFFFF;
}

.text-lg {
  display: block;
  color: #031513;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.text-lg.white {
  color: #FFFFFF;
}

.text-md {
  display: block;
  color: #031513;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.text-sm {
  display: block;
  color: #031513;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 800px) {
  .title-xxl {
    font-size: 50px;
  }
  .title-xl {
    font-size: 40px;
  }
  .title-x {
    font-size: 28px;
  }
  .title-lg {
    font-size: 24px;
  }
  .title-l {
    font-size: 22px;
  }
}
/*-fonts*/
/*options*/
*, ::after, ::before {
  box-sizing: border-box;
}

body {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background: #FBFAF2;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-thumb {
  background: #F86B33;
  border-radius: 6px;
}

body::-webkit-scrollbar-track {
  background: #FFFFFF;
}

body.active {
  overflow: hidden;
}

p {
  width: 100%;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  width: 100%;
  margin: 0px;
}

img {
  height: auto;
  max-width: 100%;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

select {
  opacity: 1;
  border-radius: 0;
  font-family: "Wix Madefor Display", sans-serif;
  color: #031513;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  font-family: "Wix Madefor Display", sans-serif;
  color: #031513;
  font-weight: 400;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
  padding: 0px;
  margin: 0px;
}
textarea::-webkit-input-placeholder {
  color: rgba(45, 20, 10, 0.5);
}
textarea::-moz-placeholder {
  color: rgba(45, 20, 10, 0.5);
}
textarea:-ms-input-placeholder {
  color: rgba(45, 20, 10, 0.5);
}
textarea:-moz-placeholder {
  color: rgba(45, 20, 10, 0.5);
}
textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: "Wix Madefor Display", sans-serif;
  color: #031513;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
  padding: 0px;
  margin: 0px;
}
input::-webkit-input-placeholder {
  color: rgba(45, 20, 10, 0.5);
}
input::-moz-placeholder {
  color: rgba(45, 20, 10, 0.5);
}
input:-ms-input-placeholder {
  color: rgba(45, 20, 10, 0.5);
}
input:-moz-placeholder {
  color: rgba(45, 20, 10, 0.5);
}
input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
}
button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.container {
  height: 100%;
  width: 100%;
  max-width: 1300px;
  padding: 0 16px;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.section {
  padding: 65px 0px;
}

.section-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 32px;
}

.section-title {
  max-width: 780px;
}

.section-descr {
  max-width: 870px;
  margin-top: 16px;
}

.section-btn {
  margin-top: 32px;
}

.section.one {
  position: relative;
}
.section.one::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(0deg, rgb(251, 250, 242) 26%, #FFFFFF 100%);
}

.section.two {
  position: relative;
}
.section.two::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgb(251, 250, 242) 26%, #FFFFFF 100%);
}

.section.three {
  background: #FFFFFF;
}

.section.four {
  background: #EFEFE8;
}

.section-wrap {
  background: #1D4F4C;
  box-shadow: 0px -60px 200px 0px #051414 inset;
}

@media (max-width: 800px) {
  .section {
    padding: 32px 0px;
  }
  .wrapper {
    overflow: hidden;
  }
}
/*-options*/
/*buttons*/
.btn-one {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 220px;
  width: fit-content;
  height: 55px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0px 10px;
  overflow: hidden;
}
.btn-one::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F86B33;
}
.btn-one::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  transform: translateY(-50%);
  background: #E7632F;
  transition: 0.4s;
}

.btn-three {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #F86B33;
  font-size: 16px;
  font-weight: 500;
}
.btn-three svg {
  stroke: #F86B33;
  margin-left: 12px;
}
.btn-three path {
  transition: 0.2s;
}
.btn-three path:nth-child(2) {
  transform: scale(0);
  transform-origin: center center;
}

.btn-four {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 220px;
  width: fit-content;
  height: 55px;
  color: #031513;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  background: #FFFFFF;
  padding: 0px 10px;
  text-transform: uppercase;
}
.btn-four::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 2px solid #F86B33;
  opacity: 0;
  transition: 0.4s;
}

.btn-five {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #031513;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s;
}
.btn-five svg {
  stroke: #FFFFFF;
  margin-left: 4px;
}
.btn-five path {
  transition: 0.2s;
}
.btn-five path:nth-child(2) {
  transform: scale(1);
  transform-origin: center center;
}

.btn-six {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 220px;
  width: fit-content;
  height: 55px;
  color: #031513;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0px 10px;
  overflow: hidden;
  transition: 0.2s;
}
.btn-six::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 2px solid #F86B33;
}
.btn-six::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  transform: translateY(-50%);
  background: #E7632F;
  transition: 0.4s;
}

@media (max-width: 800px) {
  .btn-one {
    width: 100%;
    min-width: 100%;
  }
  .btn-two {
    width: 100%;
    min-width: 100%;
  }
  .btn-four {
    width: 100%;
    min-width: 100%;
  }
  .btn-six {
    width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 1200px) {
  .btn-one:hover::after {
    height: 100%;
  }
  .btn-two:hover::after {
    height: 100%;
  }
  .btn-three:hover path:nth-child(2) {
    transform: scale(1);
  }
  .btn-three:hover path:nth-child(3) {
    stroke: #FFFFFF;
  }
  .btn-three:hover path:nth-child(4) {
    stroke: #FFFFFF;
  }
  .btn-four:hover:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .btn-five:hover {
    color: #F86B33;
  }
  .btn-five:hover path:nth-child(2) {
    transform: scale(0);
  }
  .btn-five:hover path:nth-child(3) {
    stroke: #F86B33;
  }
  .btn-five:hover path:nth-child(4) {
    stroke: #F86B33;
  }
  .btn-six:hover {
    color: #FFFFFF;
  }
  .btn-six:hover::after {
    height: 100%;
  }
}
/*-buttons*/
/*breadcrumbs*/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li:after {
  content: "";
  width: 12px;
  height: 8px;
  background: url("../icons/elements/arrow-2.svg") center no-repeat;
  background-size: contain;
  margin: 0px 12px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  display: block;
}
.breadcrumbs span {
  display: block;
  color: #1F4C4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.breadcrumbs li:last-child span {
  opacity: 0.3;
}

/*-breadcrumbs*/
/*navigation*/
/*-navigation*/
/*slider*/
.slider-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-arrow {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  margin: 48px 12px 0px 12px;
  cursor: pointer;
  outline: none;
}
.slider-arrow::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #F86B33;
}
.slider-arrow::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0);
  background: #E7632F;
  border-radius: 50%;
  transition: 0.4s;
}

.slider-arrow.swiper-button-lock {
  display: none;
}

@media (min-width: 1200px) {
  .slider-arrow:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
/*-slider*/
/*form*/
.form-input {
  display: block;
  width: 100%;
}
.form-input .iti {
  width: 100%;
}
.form-input .iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
}
.form-input .iti__selected-dial-code {
  font-size: 16px;
  font-weight: 500;
  color: #031513;
}
.form-input .iti__country-list {
  border-radius: 8px 0px 0px 8px;
}
.form-input .iti__selected-flag {
  padding: 0px 16px 0px 24px;
}

.form-input_point {
  width: 100%;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
  color: #031513;
  border-radius: 8px;
  padding: 0px 24px;
  border: 1px solid rgba(3, 21, 19, 0.2);
  background: #FFFFFF;
}

.form-input_point.active {
  border: 1px solid #F00;
}

.form-textarea {
  display: block;
  width: 100%;
}

.form-textarea_point {
  width: 100%;
  height: 168px;
  color: #031513;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  padding: 16px 24px;
  border: 1px solid rgba(3, 21, 19, 0.2);
  background: #FFFFFF;
}

.form-textarea_point.active {
  border: 1px solid #F00;
}

.form-select {
  position: relative;
  display: block;
  width: 100%;
}
.form-select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url("../icons/elements/arrow-6.svg") center no-repeat;
  background-size: contain;
  pointer-events: none;
}

.form-select_point {
  width: 100%;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(45, 20, 10, 0.5);
  border-radius: 8px;
  padding: 0px 40px 0px 24px;
  border: 1px solid rgba(3, 21, 19, 0.2);
  background: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  cursor: pointer;
}

.form-select_point.active {
  border: 1px solid #F00;
}

.form-select_point:valid {
  color: #031513;
}

.form_descr {
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 24px;
}
.form_descr a {
  color: #FFFFFF;
  text-decoration: underline;
  transition: 0.1s;
}

.form-btn {
  position: relative;
  z-index: 1;
  height: 55px;
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  margin: 32px auto 0px auto;
}
.form-btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F86B33;
}
.form-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  transform: translateY(-50%);
  background: #E7632F;
  transition: 0.4s;
}

.form-btn_point {
  border: none;
  padding: 0px;
  background: transparent;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .form_descr a:hover {
    color: #F86B33;
  }
  .form-btn:hover::after {
    height: 100%;
  }
}
/*-form*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
}
.header::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FBFAF2;
  transform: translateY(-100%);
  transition: 0.3s;
}

.header.active::before {
  transform: translateY(0);
  box-shadow: 0px 5px 5px 0px rgba(237, 236, 228, 0.4);
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-logo svg {
  fill: #031513;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-menu {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 48px;
  margin-right: 97px;
}
.header-menu::after {
  content: "";
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background: rgba(45, 20, 10, 0.2);
}
.header-menu > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}
.header-menu > li > a {
  display: flex;
  align-items: center;
  color: #031513;
  font-size: 14px;
  font-weight: 400;
}
.header-menu > li > a:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background: url("../icons/elements/arrow-1.svg") center no-repeat;
  background-size: contain;
  margin-left: 4px;
  transition: 0.2s;
}
.header-menu > li.header-menu_one a:after {
  display: block;
}
.header-menu > li.header-menu_two a:after {
  display: block;
}

.header-sub {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  grid-column-gap: 16px;
  padding: 24px;
  border-radius: 6px;
  background: #FBFAF2;
  box-shadow: 0px 2px 16px 0px #EDECE4;
}
.header-sub a {
  display: block;
  white-space: nowrap;
  color: #031513;
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  transition: 0.1s;
}

.header-menu > li.header-menu_one .header-sub {
  grid-template-columns: 1fr 1fr;
}

.header-lang {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  margin-right: 97px;
}
.header-lang::after {
  content: "";
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background: rgba(45, 20, 10, 0.2);
}

.header-lang_point {
  display: flex;
  align-items: center;
  color: #031513;
  font-size: 14px;
  font-weight: 600;
}
.header-lang_point:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../icons/elements/arrow-1.svg") center no-repeat;
  background-size: contain;
  margin-left: 4px;
  transition: 0.2s;
}

.header-lang_list {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  display: none;
  padding: 24px;
  border-radius: 6px;
  background: #FBFAF2;
  box-shadow: 0px 2px 16px 0px #EDECE4;
}
.header-lang_list a {
  display: block;
  color: #031513;
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  text-align: center;
  transition: 0.1s;
}

.header-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #031513;
  font-size: 14px;
  font-weight: 400;
  padding-right: 12px;
  margin-right: 97px;
  transition: 0.2s;
}
.header-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #F86B33;
  border-radius: 50%;
  transition: 0.3s;
}
.header-link::after {
  content: "";
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background: rgba(45, 20, 10, 0.2);
}
.header-link svg {
  margin-right: 8px;
}

.header-btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 40px;
  width: fit-content;
  color: #F86B33;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  padding: 0px 24px;
  transition: 0.3s;
}
.header-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border: 2px solid #F86B33;
}
.header-btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #F86B33;
  border-radius: 40px;
  transition: 0.3s;
}

.header-mob {
  display: none;
}

.header.two .header-logo svg {
  fill: #FFFFFF;
}
.header.two .header-menu > li > a {
  color: #FFFFFF;
}
.header.two .header-menu > li > a:after {
  background: url("../icons/elements/arrow-5.svg") center no-repeat;
  background-size: contain;
}
.header.two::before {
  background: #1D4F4C;
}
.header.two .header-sub {
  background: #1D4F4C;
  box-shadow: 0px 2px 16px 0px #194441;
}
.header.two .header-sub a {
  color: #FFFFFF;
}
.header.two .header-lang_point {
  color: #FFFFFF;
}
.header.two .header-lang_point::after {
  background: url("../icons/elements/arrow-5.svg") center no-repeat;
  background-size: contain;
}
.header.two .header-lang_list {
  background: #1D4F4C;
  box-shadow: 0px 2px 16px 0px #194441;
}
.header.two .header-lang_list a {
  color: #FFFFFF;
}
.header.two .header-link {
  color: #FFFFFF;
}

.header.active.two::before {
  box-shadow: 0px 2px 16px 0px #194441;
}

@media (max-width: 1300px) {
  .header-menu {
    grid-gap: 40px;
    margin-right: 81px;
  }
  .header-menu::after {
    right: -40px;
  }
  .header-lang {
    margin-right: 81px;
  }
  .header-lang::after {
    right: -40px;
  }
  .header-link {
    margin-right: 81px;
  }
  .header-link::after {
    right: -40px;
  }
}
@media (max-width: 1200px) {
  .header-logo svg {
    width: 95px;
    height: 24px;
  }
  .header-nav {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #FBFAF2;
    padding: 100px 16px 0px 16px;
  }
  .header-nav .header-lang {
    display: none;
  }
  .header-menu {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: calc(100% - 220px);
    background: #FBFAF2;
    margin: 0px;
    overflow: auto;
  }
  .header-menu::after {
    display: none;
  }
  .header-menu > li {
    display: block;
    width: 100%;
    height: fit-content;
    margin-bottom: 48px;
  }
  .header-menu > li > a {
    justify-content: space-between;
    width: 100%;
    font-size: 22px;
  }
  .header-menu > li.active > a:after {
    transform: rotate(-180deg);
  }
  .header-menu > li.active > ul {
    display: block;
  }
  .header-sub {
    display: none;
    position: static;
    padding: 0px;
    background: transparent;
    box-shadow: none;
  }
  .header-sub a {
    font-size: 16px;
    padding: 12px 16px;
  }
  .header-link {
    margin: 0px;
  }
  .header-link::after {
    display: none;
  }
  .header-link {
    position: absolute;
    left: 16px;
    width: calc(100% - 32px);
    bottom: 119px;
    font-size: 22px;
    padding: 32px 0px;
    border-top: 1px solid rgba(45, 20, 10, 0.2);
    border-bottom: 1px solid rgba(45, 20, 10, 0.2);
  }
  .header-link::before {
    display: none;
  }
  .header-btn {
    position: absolute;
    left: 16px;
    bottom: 32px;
    width: calc(100% - 32px);
    height: 55px;
    font-size: 16px;
  }
  .header-mob {
    display: flex;
    align-items: center;
  }
  .header-lang {
    margin-right: 32px;
  }
  .header-lang:after {
    display: none;
  }
  .header-lang_point.active:after {
    transform: rotate(-180deg);
  }
  .header-lang_point.active + ul {
    display: block;
  }
  .header-burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F86B33;
    padding: 14px 12px;
  }
  .header-burger span {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 20px;
    background: #FFFFFF;
    transition: 0.2s;
  }
  .header-burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
  }
  .header-burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header-burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -4px);
  }
  .header.two .header-nav {
    background: #1D4F4C;
  }
  .header.two .header-menu {
    background: #1D4F4C;
  }
  .header.two .header-sub {
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .header-menu > li:hover > a:after {
    transform: rotate(-180deg);
  }
  .header-menu > li:hover .header-sub {
    display: grid;
  }
  .header-lang:hover .header-lang_point:after {
    transform: rotate(-180deg);
  }
  .header-lang:hover .header-lang_list {
    display: block;
  }
  .header-lang_list a:hover {
    color: #F86B33;
  }
  .header-sub a:hover {
    color: #F86B33;
  }
  .header-link:hover {
    color: #FFFFFF;
  }
  .header-link:hover::before {
    width: 100%;
    border-radius: 40px;
  }
  .header-btn:hover {
    color: #FFFFFF;
  }
  .header-btn:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
  .header.two .header-sub a:hover {
    color: #F86B33;
  }
  .header.two .header-lang_list a:hover {
    color: #F86B33;
  }
}
/*-header*/
/*footer*/
.footer {
  padding: 80px 0px 64px 0px;
  background: #112B2A;
}

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

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-info {
  width: 970px;
}

.footer-boxs {
  display: flex;
  justify-content: space-between;
  grid-gap: 32px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-label {
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}

.footer-menu {
  margin-top: 24px;
}
.footer-menu li {
  margin-bottom: 16px;
}
.footer-menu li:last-child {
  margin-bottom: 0px;
}
.footer-menu a {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  transition: 0.1s;
}

.footer-track {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-form {
  position: relative;
  width: 400px;
  margin-top: 16px;
}

.footer-input {
  display: block;
  width: 100%;
}

.footer-input_point {
  width: 100%;
  height: 55px;
  font-size: 16px;
  border-radius: 30px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 0px 120px 0px 24px;
}

.footer-input_point.active {
  border: 1px solid #F00;
}

.footer-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 55px;
  width: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
.footer-btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F86B33;
}
.footer-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  transform: translateY(-50%);
  background: #E7632F;
  transition: 0.4s;
}

.footer-btn_point {
  border: none;
  padding: 0px;
  background: transparent;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.footer-items {
  display: flex;
  justify-content: space-between;
  grid-gap: 32px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-link {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
  transition: 0.1s;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  align-items: center;
  grid-gap: 64px;
}
.footer-links a {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  transition: 0.1s;
}

.footer-right {
  display: flex;
  align-items: center;
}

.footer-descr {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 64px;
}

.footer-dev {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}
.footer-dev a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}

@media (max-width: 1200px) {
  .footer-wrap {
    display: block;
  }
  .footer-info {
    width: 100%;
  }
  .footer-logo {
    margin-bottom: 48px;
  }
}
@media (max-width: 800px) {
  .footer {
    padding: 64px 0px;
  }
  .footer-info {
    display: flex;
    flex-direction: column;
  }
  .footer-boxs {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 32px;
  }
  .footer-form {
    width: 100%;
  }
  .footer-track {
    order: -1;
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  .footer-boxs {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  .footer-items {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 16px;
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 16px;
    margin-bottom: 16px;
  }
  .footer-right {
    display: block;
  }
  .footer-descr {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .footer-btn:hover::after {
    height: 100%;
  }
  .footer-menu a:hover {
    color: #F86B33;
  }
  .footer-link:hover {
    color: #F86B33;
  }
  .footer-links a:hover {
    color: #F86B33;
  }
}
/*-footer*/
/*content*/
.content *:last-child {
  margin-bottom: 0px;
}
.content h2 {
  color: #031513;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}
.content h3 {
  color: #031513;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}
.content h4 {
  color: #031513;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}
.content h5 {
  color: #031513;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}
.content h6 {
  color: #031513;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.content p {
  color: #031513;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
.content p.one {
  position: relative;
  padding: 24px 32px;
  border-radius: 12px;
  background: #D3F5FF;
}
.content p.one::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: url("../icons/elements/text-1.svg") center no-repeat;
  background-size: contain;
}
.content p.two {
  position: relative;
  padding: 24px 32px;
  border-radius: 12px;
  background: #C1FCE7;
}
.content p.two::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: url("../icons/elements/text-2.svg") center no-repeat;
  background-size: contain;
}
.content p.three {
  position: relative;
  padding: 24px 32px;
  border-radius: 12px;
  background: #FFC9C9;
}
.content p.three::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: url("../icons/elements/text-3.svg") center no-repeat;
  background-size: contain;
}
.content a {
  color: #F86B33;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.content ul {
  margin-bottom: 24px;
}
.content ul li {
  position: relative;
  color: #031513;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 24px;
  margin-bottom: 16px;
}
.content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #031513;
}
.content ol {
  list-style: none;
  counter-reset: num;
  margin-bottom: 24px;
}
.content ol li {
  position: relative;
  color: #031513;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 24px;
  margin-bottom: 16px;
}
.content ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #031513;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.content blockquote {
  position: relative;
  color: #031513;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  margin: 0px 0px 24px 0px;
  padding: 32px 0px 32px 56px;
  overflow: hidden;
  border-top: 1px solid rgba(3, 21, 19, 0.2);
  border-bottom: 1px solid rgba(3, 21, 19, 0.2);
}
.content blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 42px;
  background: url("../icons/elements/dots.svg") center no-repeat;
  background-size: contain;
}
.content figure {
  margin: 0px 0px 24px 0px;
}
.content figure img {
  width: 100%;
}
.content figcaption {
  color: rgba(3, 21, 19, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: right;
  width: 60%;
  margin-left: auto;
}
.content img {
  border-radius: 12px;
  margin-bottom: 24px;
}
.content .content-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .content-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  background: url("../icons/elements/play.svg") center no-repeat;
  background-size: contain;
}

@media (max-width: 800px) {
  .content h2 {
    font-size: 28px;
  }
  .content h3 {
    font-size: 22px;
  }
  .content figure img {
    margin-bottom: 10px;
  }
  .content figure figcaption {
    width: 100%;
  }
  .content blockquote {
    padding: 24px 0px 24px 42px;
  }
}
/*-content*/
/*start*/
.sta {
  background: #FFFFFF;
  padding: 140px 0px 80px 0px;
}

.sta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sta-title {
  max-width: 670px;
}

.sta-descr {
  max-width: 500px;
  margin-top: 16px;
}

.sta-btn {
  margin-top: 32px;
}

.sta-label {
  margin-top: 8px;
}

.sta-img {
  margin-top: 50px;
}

@media (max-width: 800px) {
  .sta {
    padding: 170px 0px 64px 0px;
  }
}
/*-start*/
/*why*/
.why-wrap {
  border-radius: 24px 24px 0px 0px;
  background: #FBFAF2;
  padding: 80px 16px;
  margin: 0px 32px;
}

.why-boxs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 32px;
}

.why-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.why-descr {
  margin-top: 8px;
}

.why-btn {
  margin: 48px auto 0px auto;
}

@media (max-width: 1200px) {
  .why-wrap {
    margin: 0px 16px;
  }
  .why-boxs {
    grid-column-gap: 32px;
  }
}
@media (max-width: 800px) {
  .why-boxs {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
  .why-wrap {
    margin: 0px;
    border-radius: 0px;
    padding: 64px 0px;
  }
}
/*-why*/
/*hel*/
.hel {
  overflow: hidden;
  padding-top: 0px;
}

.hel-tabs {
  border-radius: 24px;
  border: 1px solid #D5D0CE;
  margin: 0px 32px;
}

.hel-tab {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  color: #031513;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0px 8px;
  border-radius: 24px;
  cursor: pointer;
}
.hel-tab::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: #FEDACC;
  transition: 0.3s;
}

.hel-tab.swiper-slide-thumb-active {
  color: #FFFFFF;
}
.hel-tab.swiper-slide-thumb-active::before {
  background: #F86B33;
  transform: translate(-50%, -50%) scale(1);
}

.hel-slider {
  overflow: visible;
  margin-top: 32px;
}

.hel-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  width: 100%;
  padding: 32px 32px 32px 80px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px #EDECE4;
}

.hel-text {
  max-width: 410px;
}

.hel-descr {
  margin-top: 16px;
}

.hel-link {
  margin: 48px 0px 0px auto;
}

.hel-img {
  position: relative;
}

.hel-img_icon {
  width: 500px;
  height: 381px;
}
.hel-img_icon canvas {
  width: 100%;
  height: 100%;
}

.hel-img_box {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  background: #214C49;
  padding: 16px;
}

.hel-img_box.one {
  left: 0;
  top: 0;
}

.hel-img_box.two {
  right: 0;
  top: 0;
}

.hel-img_box.three {
  left: 0;
  bottom: 0;
}

.hel-img_box.four {
  right: 0;
  bottom: 0;
}

.hel-img_text {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 4px;
}

.hel-scrollbar {
  display: block;
  width: 400px;
  height: 2px;
  background: #D5D0CE;
  border-radius: 2px;
  margin: 8px auto 0px auto;
}
.hel-scrollbar .swiper-scrollbar-drag {
  background: #F86B33;
}

@media (max-width: 1200px) {
  .hel-tabs {
    margin: 0px 16px;
  }
  .hel-tabs .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    transform: translate(0) !important;
  }
  .hel-slide {
    padding: 32px 32px 60px 32px;
  }
  .hel-text {
    max-width: 350px;
  }
  .hel-img_icon {
    width: 400px;
    height: 305px;
  }
  .hel-link {
    position: absolute;
    right: 32px;
    bottom: 32px;
    margin: 0px;
  }
  .hel-scrollbar {
    display: none;
  }
}
@media (max-width: 800px) {
  .hel-slider {
    margin-top: 16px;
  }
  .hel-slide {
    display: block;
    padding: 16px 16px 60px 16px;
    border-radius: 8px;
  }
  .hel-text {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .hel-img {
    width: 100%;
  }
  .hel-img_icon {
    width: 87.5vw;
    height: 66.625vw;
  }
  .hel-img_box {
    width: 150px;
    padding: 8px;
  }
  .hel-img_text {
    font-size: 12px;
  }
  .hel-link {
    right: 16px;
    bottom: 16px;
  }
  .hel-tabs {
    border-radius: 8px;
  }
  .hel-tab {
    height: 44px;
    border-radius: 8px;
  }
  .hel-tab::before {
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .hel-tab:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
  .hel-slide:hover {
    box-shadow: 0px 2px 24px 0px #DCDBD3;
  }
}
/*-hel*/
/*sup*/
.sup-wrap {
  padding: 80px 0px;
  background: #1D4F4C;
  box-shadow: 0px -60px 200px 0px #051414 inset;
}

.sup-top {
  position: relative;
}

.sup-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: flex-start;
  width: 920px;
  height: 356px;
  margin: 120px auto 0px auto;
}
.sup-list::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 18px;
  height: 100px;
  background: #618482;
}
.sup-list li {
  position: relative;
  z-index: 1;
}
.sup-list li:nth-child(even) {
  margin-top: 72px;
}
.sup-list li.hide {
  opacity: 0;
}
.sup-list span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 8px;
  background: #00AB95;
  text-align: center;
  padding: 0px 4px;
}
.sup-list svg {
  position: absolute;
  z-index: -1;
  top: calc(100% - 10px);
  left: calc(50% - 8px);
}
.sup-list svg:nth-child(3) {
  display: none;
}
.sup-list path:nth-child(2) {
  stroke-dasharray: 100px;
  animation: anim-1 70s infinite linear forwards reverse;
}
.sup-list li:nth-child(4) svg {
  left: calc(50% - 6px);
}
.sup-list li:nth-child(5) svg,
.sup-list li:nth-child(6) svg,
.sup-list li:nth-child(7) svg {
  left: auto;
  right: calc(50% - 9.5px);
}

.sup-item {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.sup-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(70, 126, 123, 0.2);
  animation: anim-2 2s infinite;
}
.sup-item::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: rgba(70, 126, 123, 0.2);
  animation: anim-2 1.5s infinite;
}
.sup-item span {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 72px;
  height: 72px;
  color: #263836;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  background: #FFFFFF;
  padding: 10px;
  drop-shadow: 0px 4px 20px rgba(38, 56, 54, 0.15);
}
.sup-item svg {
  margin-bottom: 6px;
}

.sup-points {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 985px;
  grid-gap: 16px;
  padding: 56px 0px;
  margin: auto;
  overflow: hidden;
}
.sup-points::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 560px;
  height: 280px;
  background: url("../icons/elements/oval.svg") center no-repeat;
  background-size: contain;
}
.sup-points::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 1000px;
  border-radius: 1000px;
  background: linear-gradient(180deg, rgba(29, 215, 192, 0) -22.29%, rgba(29, 215, 192, 0.25) 46.87%);
  filter: blur(50px);
}
.sup-points li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #FFFFFF;
  height: 64px;
  transition: 0.2s;
}
.sup-points a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0px 24px;
}
.sup-points img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 8px;
}
.sup-points span {
  display: block;
  color: #467E7B;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.sup-label {
  margin-top: 24px;
  width: 100%;
  text-align: center;
}

.sup-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 64px auto 0px auto;
}

.sup-boxs {
  width: 504px;
}

.sup-boxs:nth-child(2) {
  width: 634px;
}

.sup-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 16px;
  width: 100%;
}
.sup-box li {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.2s;
}
.sup-box a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 114px;
  min-height: 114px;
  padding: 12px;
}
.sup-box img {
  width: 40px;
  height: 40px;
}
.sup-box span {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 1200px) {
  .sup-top {
    zoom: 0.8;
  }
}
@media (max-width: 800px) {
  .sup-wrap {
    padding: 64px 0px;
  }
  .sup-bottom {
    position: relative;
    left: -16px;
    width: calc(100% + 32px);
    flex-direction: column;
    grid-gap: 32px;
  }
  .sup-boxs {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .sup-boxs:nth-child(2) {
    width: 100%;
  }
  .sup-box {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    grid-gap: 8px;
    padding: 0px 16px;
  }
  .sup-box a {
    min-width: 114px;
  }
  .sup-boxs .sup-label {
    order: -1;
    padding: 0px 16px;
    margin-top: 0px;
    margin-bottom: 24px;
    text-align: left;
  }
  .sup-center {
    position: relative;
    z-index: 1;
    overflow: hidden;
    left: -16px;
    width: calc(100% + 32px);
  }
  .sup-center::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 560px;
    height: 280px;
    background: url("../icons/elements/oval.svg") center no-repeat;
    background-size: contain;
  }
  .sup-center::after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    height: 1000px;
    border-radius: 1000px;
    background: linear-gradient(180deg, rgba(29, 215, 192, 0) -22.29%, rgba(29, 215, 192, 0.25) 46.87%);
    filter: blur(50px);
  }
  .sup-center .sup-label {
    padding: 24px 0px;
    margin: 0px;
  }
  .sup-points {
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 270px;
    overflow-x: auto;
    padding: 48px 16px 0px 16px;
  }
  .sup-points li {
    height: 28%;
  }
  .sup-points span {
    white-space: nowrap;
  }
  .sup-points::before {
    display: none;
  }
  .sup-list {
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 400px;
    width: auto;
    height: fit-content;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 24px;
    padding-bottom: 274px;
    margin-top: 0px;
  }
  .sup-list::after {
    display: none;
  }
  .sup-list svg {
    display: none;
  }
  .sup-list svg:nth-child(3) {
    display: block;
  }
  .sup-list li:nth-child(even) {
    margin-top: 0px;
  }
  .sup-list li:nth-child(1) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .sup-list li:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .sup-list li:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .sup-list li:nth-child(3) svg {
    left: auto;
    right: calc(50% - 8px);
  }
  .sup-list li:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .sup-list li:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .sup-list li:nth-child(6) {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .sup-list li:nth-child(7) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .sup-item {
    bottom: 77px;
  }
}
@media (min-width: 1200px) {
  .sup-points li:hover {
    transform: scale(1.03);
  }
  .sup-box li:hover {
    transform: scale(1.03);
  }
}
/*-sup*/
/*our*/
.our {
  overflow: hidden;
}
.our .container {
  max-width: 1600px;
}

.our-slider {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
}

.our-slide {
  position: relative;
  height: auto;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px #EDECE4;
  padding: 24px 24px 64px 24px;
  transition: 0.3s;
}

.our-slide_top {
  display: flex;
  align-items: center;
}

.our-slide_icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-right: 12px;
}

.our-slide_descr {
  margin-top: 16px;
}

.our-slide_link {
  position: absolute;
  right: 24px;
  bottom: 24px;
}

@media (max-width: 1200px) {
  .our-slider {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .our-slider {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .our-slide {
    min-height: 340px;
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .our-slide:hover {
    box-shadow: 0px 2px 24px 0px #DCDBD3;
  }
}
/*-our*/
/*now*/
.now .section-title {
  max-width: 100%;
}

.now-wrap {
  border-radius: 24px;
  background: #EFEFE8;
  padding: 80px 16px;
  margin: 0px 32px;
}

.now-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 370px;
  border-radius: 40px;
  border: 1px solid #D5D0CE;
  margin: 0px auto 32px auto;
}

.now-tab {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 64px;
  color: #031513;
  font-size: 16px;
  font-weight: 400;
  border-radius: 40px;
  padding: 0px 10px;
  cursor: pointer;
}
.now-tab::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #FEDACC;
  transition: 0.3s;
}

.now-tab.active {
  color: #FFFFFF;
  font-weight: 600;
}
.now-tab.active::before {
  background: #F86B33;
  transform: translate(-50%, -50%) scale(1);
}

.now-boxs {
  position: relative;
  height: 484px;
  overflow: hidden;
}

.now-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.now-box.active {
  pointer-events: auto;
}

.now-slider {
  overflow: hidden;
  transition: 1s;
}
.now-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.now-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px #E2E2DA;
  padding: 20px;
}

.now-btn {
  margin: 48px auto 0px auto;
}

.now-slider:nth-child(2) {
  direction: rtl;
  margin-top: 20px;
}

.now-box:nth-child(2) .now-slider:nth-child(1) {
  transform: translateX(100%);
}

.now-box:nth-child(2).active .now-slider:nth-child(1) {
  transform: translateX(0);
}

.now-box:nth-child(1) .now-slider:nth-child(1) {
  transform: translateX(-100%);
}

.now-box:nth-child(1).active .now-slider:nth-child(1) {
  transform: translateX(0);
}

.now-box:nth-child(2) .now-slider:nth-child(2) {
  transform: translateX(-100%);
}

.now-box:nth-child(2).active .now-slider:nth-child(2) {
  transform: translateX(0);
}

.now-box:nth-child(1) .now-slider:nth-child(2) {
  transform: translateX(100%);
}

.now-box:nth-child(1).active .now-slider:nth-child(2) {
  transform: translateX(0);
}

@media (max-width: 1400px) {
  .now-slide {
    height: 16.429vw;
  }
  .now-boxs {
    height: 34.571vw;
  }
}
@media (max-width: 1200px) {
  .now-wrap {
    margin: 0px 16px;
  }
}
@media (max-width: 800px) {
  .now-wrap {
    margin: 0px;
    padding: 64px 0px;
    border-radius: 0px;
  }
  .now-tabs {
    width: 100%;
    margin-bottom: 24px;
  }
  .now-boxs {
    width: calc(100% + 32px);
    left: -16px;
    overflow: visible;
    height: 276px;
  }
  .now-slider {
    margin-left: 0px;
  }
  .now-slide {
    width: 130px;
    height: 130px;
    border-radius: 8px;
  }
  .now-slider:nth-child(2) {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .now-tab:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
/*-now*/
/*sol*/
.sol-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 16px;
  background: #1F4C4A;
  padding: 80px 32px;
}

.sol-img {
  margin-bottom: 48px;
}

.sol-descr {
  max-width: 580px;
  margin-top: 16px;
}

.sol-btn {
  margin-top: 48px;
}

@media (max-width: 800px) {
  .sol-wrap {
    padding: 64px 16px;
    border-radius: 8px;
  }
}
/*-sol*/
/*unc*/
.unc {
  overflow: hidden;
}

.unc-slider {
  overflow: visible;
}

.unc-slide {
  height: auto;
}

.unc-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

.unc-item {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(237, 236, 228, 0.5);
  transition: 0.3s;
}

.unc-item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 226px;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}
.unc-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.unc-item_text {
  position: relative;
  height: calc(100% - 226px);
  padding: 24px 16px 64px 16px;
}

.unc-item_date {
  display: block;
  color: rgba(3, 21, 19, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
}

.unc-item_title {
  min-height: 66px;
  transition: 0.1s;
}

.unc-item_descr {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(3, 21, 19, 0.8);
  margin-top: 8px;
}

.unc-item_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  margin-top: 24px;
}

.unc-item_point {
  display: block;
  color: rgba(3, 21, 19, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: 0.1s;
}

.unc-item_point:nth-child(2) {
  text-align: center;
}

.unc-item_point:nth-child(3) {
  text-align: right;
}

.unc-item_author {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.unc-item_ava {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  margin-right: 12px;
}

.unc-item_name {
  display: block;
  color: #031513;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.unc-item_link {
  position: absolute;
  right: 16px;
  bottom: 24px;
}

.unc-btn {
  margin: 48px auto 0px auto;
}

.unc-more {
  margin: 48px auto 0px auto;
}

@media (max-width: 1200px) {
  .unc-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .unc-list {
    grid-template-columns: 1fr;
  }
  .unc-item_title {
    min-height: 54px;
  }
}
@media (min-width: 1200px) {
  .unc-item_img:hover img {
    transform: scale(1.03);
  }
  a.unc-item_point:hover {
    color: #F86B33;
  }
  .unc-item_title:hover {
    color: #F86B33;
  }
  .unc-item:hover {
    box-shadow: 0px 2px 24px 0px #DCDBD3;
  }
}
/*-unc*/
/*inf*/
.inf-tabs {
  max-width: 1090px;
  border-radius: 50px;
  border: 1px solid #D5D0CE;
  margin: 0px auto;
}

.inf-tab {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  color: #031513;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0px 16px;
  border-radius: 50px;
  cursor: pointer;
}
.inf-tab::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #FEDACC;
  transition: 0.3s;
}

.inf-tab.swiper-slide-thumb-active {
  color: #FFFFFF;
}
.inf-tab.swiper-slide-thumb-active::before {
  background: #F86B33;
  transform: translate(-50%, -50%) scale(1);
}

.inf-scrollbar {
  display: block;
  width: 400px;
  height: 2px;
  background: #D5D0CE;
  border-radius: 2px;
  margin: 8px auto 0px auto;
}
.inf-scrollbar .swiper-scrollbar-drag {
  background: #F86B33;
}

.inf-slider {
  margin-top: 32px;
}

.inf-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  overflow: hidden;
}
.inf-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0px 2px 16px 0px #F2F2F2;
}
.inf-slide img:nth-child(2) {
  display: none;
}

@media (max-width: 1300px) {
  .inf-slide {
    height: 46.154vw;
  }
}
@media (max-width: 1200px) {
  .inf-tabs {
    border-radius: 24px;
  }
  .inf-tabs .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    transform: translate(0) !important;
  }
  .inf-tab {
    padding: 0px 10px;
    border-radius: 24px;
  }
  .inf-tab::before {
    border-radius: 24px;
  }
  .inf-scrollbar {
    display: none;
  }
}
@media (max-width: 800px) {
  .inf-tabs {
    border-radius: 8px;
  }
  .inf-tabs .swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .inf-tab {
    width: 50%;
    border-radius: 8px;
  }
  .inf-tab::before {
    border-radius: 8px;
  }
  .inf-slider {
    margin-top: 16px;
  }
  .inf-slide {
    height: 122.133vw;
  }
  .inf-slide img {
    border-radius: 8px;
  }
  .inf-slide img:nth-child(1) {
    display: none;
  }
  .inf-slide img:nth-child(2) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .inf-tab:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
/*-inf*/
/*get*/
.get-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: #1F4C4A;
  padding: 135px 32px;
}

.get-wrap.two {
  padding: 0px;
  background: transparent;
}

.get-form {
  width: 700px;
}

.get-form_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
.get-form_wrap .form-textarea {
  grid-column-start: 1;
  grid-column-end: 3;
}

@media (max-width: 800px) {
  .get-wrap {
    padding: 64px 16px;
    border-radius: 8px;
  }
  .get-form {
    width: 100%;
  }
  .get-form_wrap {
    grid-template-columns: 1fr;
  }
  .get-form_wrap .form-textarea {
    grid-column-end: 2;
  }
}
/*-get*/
/*fir*/
.fir-wrap {
  border-radius: 0px 0px 24px 24px;
  background: #FBFAF2;
  padding: 115px 0px 80px 0px;
  margin: 0px 32px;
}

.fir-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fir-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  max-width: 920px;
  border-radius: 40px;
  border: 1px solid #D5D0CE;
  margin-bottom: 48px;
}
.fir-links a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #031513;
  font-size: 16px;
  font-weight: 400;
  border-radius: 40px;
}
.fir-links a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #FEDACC;
  transition: 0.3s;
}
.fir-links li.active a {
  color: #FFFFFF;
  font-weight: 600;
}
.fir-links li.active a:before {
  transform: translate(-50%, -50%) scale(1);
  background: #F86B33;
}

.fir-title {
  text-align: center;
  max-width: 800px;
}

.fir-descr {
  max-width: 850px;
  text-align: center;
  margin-top: 16px;
}

.fir-buttons {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  margin-top: 48px;
}

.fir.two {
  background: #FBFAF2;
  box-shadow: none;
}
.fir.two .fir-wrap {
  background: #EFEFE8;
}

.fir.three .fir-wrap {
  background: #1D4F4C;
}
.fir.three .fir-title {
  color: #FFFFFF;
}
.fir.three .fir-descr {
  color: #FFFFFF;
}
.fir.three .fir-descr a {
  color: #FFFFFF;
  text-decoration: underline;
}
.fir.three .breadcrumbs span {
  color: #FFFFFF;
}
.fir.three .breadcrumbs li:after {
  background: url("../icons/elements/arrow-4.svg") center no-repeat;
  background-size: contain;
}

.fir-form {
  position: relative;
  width: 520px;
  margin-top: 32px;
}

.fir-input {
  display: block;
  width: 100%;
}

.fir-input_point {
  width: 100%;
  height: 55px;
  font-size: 16px;
  border-radius: 30px;
  background: #FFFFFF;
  border: 1px solid rgba(3, 21, 19, 0.2);
  padding: 0px 120px 0px 24px;
}

.fir-input_point.active {
  border: 1px solid #F00;
}

.fir-form_btn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 55px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
  cursor: pointer;
}
.fir-form_btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F86B33;
}
.fir-form_btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  transform: translateY(-50%);
  background: #E7632F;
  transition: 0.4s;
}

.fir-form_point {
  border: none;
  padding: 0px;
  background: transparent;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.fir-link {
  margin-top: 48px;
  margin-left: auto;
}

.fir-table {
  width: 100%;
  overflow: auto;
  margin-top: 48px;
}
.fir-table table {
  width: 100%;
  border-spacing: 0px;
  text-align: left;
}
.fir-table tr:nth-child(1) th {
  border-bottom: 8px solid #FBFAF2;
}
.fir-table th {
  color: rgba(3, 21, 19, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.176px;
  padding: 16px 32px;
  background: #EFEFE8;
}
.fir-table th:first-child {
  border-radius: 16px 0px 0px 16px;
}
.fir-table th:last-child {
  border-radius: 0px 16px 16px 0px;
}
.fir-table td {
  color: rgba(3, 21, 19, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.176px;
  padding: 16px 32px;
  background: #FFFFFF;
}
.fir-table tr:nth-child(2) td:first-child {
  border-radius: 16px 0px 0px 0px;
}
.fir-table tr:nth-child(2) td:last-child {
  border-radius: 0px 16px 0px 0px;
}
.fir-table tr:last-child td:first-child {
  border-radius: 0px 0px 0px 16px;
}
.fir-table tr:last-child td:last-child {
  border-radius: 0px 0px 16px 0px;
}

.fir-items {
  display: none;
}

.fir-content {
  max-width: 800px;
  margin: 80px auto;
}

@media (max-width: 1200px) {
  .fir-wrap {
    margin: 0px;
  }
  .fir-links {
    grid-template-columns: 1fr;
    border-radius: 22px;
    margin-bottom: 32px;
  }
}
@media (max-width: 800px) {
  .fir {
    padding-bottom: 0px;
  }
  .fir-wrap {
    padding: 100px 0px 32px 0px;
    border-radius: 0px;
  }
  .fir-buttons {
    width: 100%;
    flex-direction: column;
    margin-top: 32px;
  }
  .fir-form {
    width: 100%;
  }
  .fir-link {
    margin-top: 32px;
  }
  .fir-table {
    display: none;
  }
  .fir-items {
    position: relative;
    left: -16px;
    background: #FFFFFF;
    display: block;
    width: calc(100% + 32px);
    padding: 32px 16px;
    margin-top: 32px;
    margin-bottom: -32px;
  }
  .fir-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(53, 68, 66, 0.07);
  }
  .fir-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
  }
  .fir-item_num {
    display: block;
    color: rgba(3, 21, 19, 0.8);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.176px;
  }
  .fir-item_points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    margin-top: 24px;
  }
  .fir-item_name {
    display: block;
    color: rgba(3, 21, 19, 0.8);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.176px;
    opacity: 0.6;
  }
  .fir-item_sub {
    display: block;
    color: rgba(3, 21, 19, 0.8);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.176px;
    margin-top: 8px;
  }
}
@media (min-width: 1200px) {
  .fir-links a:hover:before {
    transform: translate(-50%, -50%) scale(1);
  }
  .fir-form_btn:hover::after {
    height: 100%;
  }
  .fir.three .fir-descr a:hover {
    color: #F86B33;
  }
}
/*-fir*/
/*api*/
.api-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 485px;
}

.api-code {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  border: 2px solid #FFF;
  width: 640px;
  background: #1F1F1F;
}

.api-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 640px;
  height: 487.68px;
}

.api-img_icon {
  width: 100%;
  height: 100%;
}
.api-img_icon canvas {
  width: 100%;
  height: 100%;
}

.api-img_box {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  background: #214C49;
  padding: 16px;
}

.api-img_box.one {
  left: 0;
  top: 0;
}

.api-img_box.two {
  right: 0;
  top: 0;
}

.api-img_box.three {
  left: 0;
  bottom: 0;
}

.api-img_box.four {
  right: 0;
  bottom: 0;
}

.api-img_text {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 4px;
}

.api-tabs {
  display: flex;
  border-bottom: 1px solid #3B3B3B;
  overflow: auto;
}
.api-tabs li {
  display: flex;
  align-items: center;
  height: 44px;
  color: #AFAFAF;
  font-size: 16px;
  padding: 0px 16px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.api-tabs li.active {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.api-box {
  position: relative;
  height: 420px;
  display: none;
}
.api-box pre {
  height: 100%;
  overflow: auto;
  font-size: 16px;
  line-height: 28px;
  color: #AFAFAF;
  margin: 0px;
  padding: 10px 0px;
}

.api-box.active {
  display: block;
}

.api-button {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  height: 40px;
  color: #031513;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #FFFFFF;
  padding: 0px 16px;
}
.api-button svg {
  stroke: #031513;
  margin-right: 10px;
}

.api-button.active {
  color: #FFFFFF;
  background: #F86B33;
}
.api-button.active svg {
  stroke: #FFFFFF;
}

.api-text {
  width: 570px;
}

.api-descr {
  margin-top: 16px;
}

.api-buttons {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  margin-top: 64px;
}

@media (max-width: 1200px) {
  .api-text {
    width: 100%;
  }
  .api-code {
    position: static;
    width: 100%;
    margin-top: 32px;
  }
  .api-img {
    position: relative;
    width: 91.667vw;
    height: 69.85vw;
    margin-top: 32px;
  }
}
@media (max-width: 800px) {
  .api-tabs li {
    font-size: 14px;
  }
  .api-box {
    height: 300px;
  }
  .api-box pre {
    font-size: 14px;
  }
  .api-img_box {
    width: 150px;
    padding: 8px;
  }
  .api-img_text {
    font-size: 12px;
  }
  .api-button {
    right: 8px;
    bottom: 8px;
  }
  .api-buttons {
    flex-direction: column;
    margin-top: 32px;
  }
}
/*-api*/
/*shi*/
.shi-boxs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
}

.shi-box {
  padding: 24px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px #EDECE4;
}

.shi-box_top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.shi-box_img {
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-right: 16px;
}

@media (max-width: 1200px) {
  .shi-boxs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .shi-boxs {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
/*-shi*/ 
/*how*/
.how-wrap {
  padding: 80px 16px;
  border-radius: 24px;
  background: #EFEFE8;
  margin: 0px 32px;
}

.how-boxs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 66px;
  list-style: none;
  counter-reset: num;
  overflow: hidden;
}

.how-box {
  position: relative;
  display: flex;
  width: 100%;
  padding-bottom: 56px;
}

.how-box:before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #FFFFFF;
  color: #1DD7C0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.how-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 44px;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  border: 2px dashed #3B8582;
}

.how-box:nth-child(odd) {
  justify-content: flex-end;
}

.how-box:nth-child(even) {
  text-align: right;
}

.how-box_text {
  width: 45%;
}

.how-box_descr {
  margin-top: 8px;
}

.how-btn {
  margin: 0px auto;
}

@media (max-width: 1200px) {
  .how-wrap {
    margin: 0px 16px;
  }
}
@media (max-width: 800px) {
  .how-wrap {
    padding: 64px 0px;
    border-radius: 0px;
    margin: 0px;
  }
  .how-box:before {
    position: static;
    transform: translate(0);
    margin-bottom: 8px;
  }
  .how-box:after {
    display: none;
  }
  .how-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 24px;
  }
  .how-box:last-child {
    padding-bottom: 0px;
  }
  .how-box_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .how-btn {
    margin-top: 32px;
  }
}
/*-how*/
/*lit*/
.lit-boxs {
  display: grid;
  row-gap: 32px;
}

.lit-box {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  column-gap: 64px;
}

.lit-box_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 378px;
  border-radius: 12px;
  overflow: hidden;
}
.lit-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lit-box_descr {
  margin-top: 16px;
}

.lit-box:nth-child(even) .lit-box_img {
  order: -1;
}

@media (max-width: 1200px) {
  .lit-box {
    column-gap: 32px;
  }
}
@media (max-width: 800px) {
  .lit-boxs {
    row-gap: 48px;
  }
  .lit-box {
    display: block;
  }
  .lit-box_img {
    height: 57.067vw;
    border-radius: 8px;
    margin-top: 32px;
  }
}
/*-lit*/
/*faq*/
.faq-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-title {
  width: fit-content;
}

.faq-list {
  display: grid;
  row-gap: 48px;
  width: 800px;
  margin-left: 48px;
}

.faq-list_top {
  position: relative;
  cursor: pointer;
}
.faq-list_top::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../icons/elements/plus.svg") center no-repeat;
  background-size: contain;
}

.faq-list_top.active::after {
  background: url("../icons/elements/minus.svg") center no-repeat;
  background-size: contain;
}

.faq-list_title {
  transition: 0.1s;
}

.faq-list_bottom {
  display: none;
  margin-top: 16px;
}

.faq-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.faq-select {
  position: sticky;
  top: 100px;
  width: 400px;
  border-radius: 8px;
  border: 1px solid rgba(3, 21, 19, 0.2);
  overflow: hidden;
}

.faq-select_point {
  display: none;
}

.faq-tabs {
  width: 100%;
}

.faq-tab {
  display: block;
  padding: 16px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  cursor: pointer;
}

.faq-tab.active {
  color: #FFFFFF;
  background: #F86B33;
}

@media (max-width: 800px) {
  .faq-wrap {
    display: block;
  }
  .faq-title {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
  .faq-list {
    width: 100%;
    row-gap: 24px;
    margin-left: 0px;
  }
  .faq-box {
    display: block;
  }
  .faq-select {
    position: static;
    width: 100%;
    margin-bottom: 32px;
  }
  .faq-select_point {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F86B33;
    padding: 16px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
  }
  .faq-select_point svg {
    transition: 0.2s;
  }
  .faq-select_point.active svg {
    transform: rotate(-180deg);
  }
  .faq-tabs {
    display: none;
  }
  .faq-tab.active {
    color: #000;
    background: transparent;
  }
}
@media (min-width: 1200px) {
  .faq-list_top:hover .faq-list_title {
    color: #F86B33;
  }
  .faq-tab:hover {
    color: #F86B33;
  }
  .faq-tab.active:hover {
    color: #FFFFFF;
  }
}
/*-faq*/
/*mul*/
.mul-wrap {
  border-radius: 24px;
  background: #1F4C4A;
  padding: 80px 16px;
  margin: 0px 32px;
}

.mul-boxs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
}

.mul-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #FFF;
  padding: 32px 16px;
  text-align: center;
}

.mul-box_img {
  width: 64px;
  height: 64px;
}

.mul-box_title {
  margin-top: 16px;
}

.mul-box_descr {
  margin-top: 32px;
}

.mul-btn {
  margin: 48px auto 0px auto;
}

@media (max-width: 1200px) {
  .mul-wrap {
    margin: 0px 16px;
  }
  .mul-boxs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .mul-wrap {
    margin: 0px;
    padding: 64px 0px;
    border-radius: 0px;
  }
  .mul-boxs {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .mul-box {
    border-radius: 8px;
  }
  .mul-btn {
    margin-top: 32px;
  }
}
/*-mul*/
/*adv*/
.adv {
  overflow: hidden;
}

.adv-slider {
  overflow: visible;
}
.adv-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.adv-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  height: 230px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px #E2E2DA;
  padding: 20px;
}

.adv-slider.two .adv-slide {
  box-shadow: none;
}

.adv-wrap {
  padding: 10px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .adv-slide {
    width: 230px;
  }
}
@media (max-width: 800px) {
  .adv-slide {
    width: 128px;
    height: 128px;
    padding: 16px;
    border-radius: 8px;
  }
  .adv-wrap {
    padding: 0px;
    overflow: visible;
  }
}
/*-adv*/
/*mai*/
.mai-boxs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 64px;
  margin-bottom: 48px;
}

.mai-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 48px;
}
.mai-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mai-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .mai-img {
    height: 50vw;
  }
  .mai-boxs {
    grid-gap: 32px;
  }
}
@media (max-width: 800px) {
  .mai-boxs {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .mai-img {
    border-radius: 8px;
  }
}
/*-mai*/
/*mar*/
.mar-wrap {
  background: #1D4F4C;
  box-shadow: 0px -60px 200px 0px #051414 inset;
  padding: 80px 0px;
}

.mar-contain {
  position: relative;
}

.mar-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}

.mar-tab {
  border-radius: 8px;
  border: 1px solid #FFF;
  cursor: pointer;
  transition: 0.2s;
}

.mar-tab_name {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 145%;
  padding: 8px;
}
.mar-tab_name img {
  width: 44px;
  height: 44px;
  margin-left: 12px;
}

.mar-tab.active {
  background: #00AB95;
}

.mar-tab_box {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 490px;
  border-radius: 8px 8px;
  background: #1A4644;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}

.mar-tab_title {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  height: 56px;
  margin: 0px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mar-tab_list {
  max-height: 434px;
  overflow: auto;
  padding: 16px 24px 0px 24px;
}
.mar-tab_list::-webkit-scrollbar {
  width: 4px;
}
.mar-tab_list::-webkit-scrollbar-thumb {
  background: #FFF;
  border-radius: 10px 0px 0px 10px;
}
.mar-tab_list::-webkit-scrollbar-track {
  background: transprent;
}

.mar-tab_point {
  position: relative;
  min-height: 24px;
  padding-left: 32px;
  margin-bottom: 16px;
}
.mar-tab_point:last-child {
  margin-bottom: 0px;
}

.mar-tab_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}

.mar-tab_sub {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.mar-tab_descr {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
}

.mar-map {
  display: block;
  height: 490px;
  width: calc(100% - 340px);
  margin: 50px 0px 0px 0px;
  border-radius: 8px;
  overflow: hidden;
}
.mar-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .mar-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .mar-tabs {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
  .mar-tab {
    position: relative;
  }
  .mar-tab::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 14px;
    width: 24px;
    height: 24px;
    background: url("../icons/elements/arrow-7.svg") center no-repeat;
    background-size: contain;
    transition: 0.3s;
  }
  .mar-tab.active::after {
    transform: rotate(-180deg);
  }
  .mar-tab_name {
    font-size: 18px;
  }
  .mar-tab_name img {
    width: 34px;
    height: 34px;
  }
  .mar-tab_box {
    position: static;
    border: none;
    width: 100%;
    height: fit-content;
    background: transparent;
  }
  .mar-tab_list {
    padding: 8px 24px;
    max-height: 230px;
  }
  .mar-tab_title {
    height: 36px;
    font-size: 16px;
    justify-content: center;
    text-align: center;
  }
  .mar-map {
    width: 100%;
    border-radius: 8px;
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .mar-tab:hover {
    background: #263836;
  }
}
/*-mar*/
/*ini*/
.ini-boxs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  margin-bottom: 32px;
}

.ini-box {
  display: flex;
  align-items: center;
  padding: 32px 24px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px #EDECE4;
}

.ini-box_num {
  display: block;
  white-space: nowrap;
  color: #1DD7C0;
  font-size: 68px;
  font-weight: 600;
  margin-right: 16px;
}

.ini-box_title {
  font-weight: 600;
}

@media (max-width: 1200px) {
  .ini-boxs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px) {
  .ini-boxs {
    grid-gap: 16px;
    margin-bottom: 16px;
  }
  .ini-box {
    display: block;
  }
  .ini-box_num {
    margin-bottom: 16px;
  }
}
/*-ini*/
/*tea*/
.tea-boxs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
}

.tea-box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
.tea-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tea-box_text {
  position: relative;
  padding-right: 60px;
  margin-top: 16px;
}

.tea-box_pos {
  margin-top: 8px;
}

.tea-box_link {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .tea-boxs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .tea-boxs {
    grid-template-columns: 1fr;
  }
  .tea-box_img {
    height: 90.667vw;
  }
}
/*-tea*/
/*val*/
.val-boxs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}

.val-box {
  padding: 16px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px #EDECE4;
}

.val-box_descr {
  margin-top: 16px;
}

.val-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 32px;
}
.val-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.val-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .val-boxs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .val-boxs {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .val-img {
    border-radius: 8px;
    height: 56vw;
  }
}
/*-val*/
/*tru*/
.tru {
  overflow: hidden;
}

.tru-slider {
  overflow: visible;
}

.tru-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 32px;
  margin-bottom: 32px;
}

.tru-slide {
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px #E2E2DA;
  padding: 32px;
}

.tru-slide_bottom {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.tru-slide_name {
  font-weight: 600;
  margin-right: 32px;
}

@media (max-width: 800px) {
  .tru-slide {
    padding: 16px;
  }
}
/*-tru*/
/*per*/
.per-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.per-text {
  max-width: 480px;
}

.per-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 8px;
  margin-top: 8px;
}
.per-list li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.per-descr {
  margin-top: 16px;
}

.per-author {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.per-author_ava {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

.per-author_name {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.per-btn {
  margin-top: 48px;
}

.per-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 380px;
  border-radius: 12px;
  margin-left: 32px;
  overflow: hidden;
}
.per-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .per-img {
    width: 400px;
  }
  .per-text {
    max-width: 400px;
  }
}
@media (max-width: 800px) {
  .per-wrap {
    display: block;
  }
  .per-text {
    max-width: 100%;
    text-align: center;
  }
  .per-author {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .per-author_ava {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .per-btn {
    margin-top: 32px;
  }
  .per-img {
    width: 100%;
    height: 61.333vw;
    margin-top: 32px;
    margin-left: 0px;
  }
  .per-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
/*-per*/
/*pla*/
.pla-boxs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pla-wrap {
  display: flex;
  position: sticky;
  z-index: 3;
  top: 120px;
}
.pla-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: 50px;
  background: #FBFAF2;
}

.pla-title {
  font-weight: 400;
  padding: 48px 32px;
  background: #EFEFE8;
}

.pla-action {
  position: absolute;
  left: 0;
  top: -49px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49px;
  color: #08A9F5;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  border-bottom: 6px solid #08A9F5;
}

.pla-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px;
  background: #FFFFFF;
}

.pla-name {
  color: #E07524;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.pla-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #031513;
  font-size: 38px;
  font-weight: 700;
  margin-top: 24px;
}
.pla-price span {
  font-size: 16px;
  font-weight: 500;
}

.pla-text {
  display: flex;
  align-items: center;
  text-align: center;
  height: 120px;
  color: #031513;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.pla-btn {
  width: 100%;
  min-width: auto;
  max-width: 220px;
}

.pla-sub {
  display: block;
  color: #031513;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  padding-left: 32px;
  margin: 16px 0px;
  opacity: 0;
}

.pla-list li {
  position: relative;
  border-bottom: 1px solid rgba(53, 68, 66, 0.07);
}

.pla-item {
  display: block;
  color: #031513;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.176px;
  padding: 8px 32px;
  background: #EFEFE8;
}

.pla-point {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
}
.pla-point::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

.pla-point.true:after {
  background: url("../icons/elements/true.svg") center no-repeat;
  background-size: contain;
}

.pla-point.false:after {
  background: url("../icons/elements/false.svg") center no-repeat;
  background-size: contain;
}

.pla-more {
  display: none;
}

.pla-box:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.pla-box:nth-child(1) .pla-btn:before {
  background: #E07524;
}
.pla-box:nth-child(1) .pla-top {
  width: 50%;
}
.pla-box:nth-child(1) .pla-title {
  width: 50%;
}
.pla-box:nth-child(1) .pla-sub {
  opacity: 1;
}
.pla-box:nth-child(1) .pla-item {
  display: block;
  width: 50%;
}
.pla-box:nth-child(1) .pla-point {
  width: 50%;
}

.pla-box:nth-child(2) {
  z-index: 5;
  background: rgba(251, 250, 242, 0.01);
  box-shadow: 0px 2px 24px 0px #DCDBD3;
}
.pla-box:nth-child(2) .pla-name {
  color: #F86B33;
}
.pla-box:nth-child(2) .pla-btn:before {
  background: #F86B33;
}

.pla-box:nth-child(3) .pla-name {
  color: #E03E24;
}
.pla-box:nth-child(3) .pla-btn:before {
  background: #E03E24;
}

.pla-box:first-child .pla-wrap {
  border-radius: 16px 0px 0px 16px;
}
.pla-box:first-child .pla-list {
  border-radius: 16px 0px 0px 16px;
  overflow: hidden;
}

.pla-box:last-child .pla-wrap {
  border-radius: 0px 16px 16px 0px;
}
.pla-box:last-child .pla-list {
  border-radius: 0px 16px 16px 0px;
  overflow: hidden;
}

@media (max-width: 800px) {
  .pla-boxs {
    display: block;
  }
  .pla-box {
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 32px;
  }
  .pla-box:nth-child(2) {
    padding-top: 50px;
  }
  .pla-box:last-child {
    margin-bottom: 0px;
  }
  .pla-wrap {
    display: block;
  }
  .pla-title {
    text-align: center;
    padding: 0px;
    background: #FBFAF2;
    margin-bottom: 0px;
    padding-bottom: 32px;
  }
  .pla-top {
    padding: 32px 16px;
    background: transparent;
  }
  .pla-text {
    height: auto;
    margin-top: 32px;
  }
  .pla-btn {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
  .pla-sub {
    opacity: 1;
    text-align: center;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .pla-list {
    padding: 0px 16px;
  }
  .pla-item {
    width: calc(100% - 30px);
    background: transparent;
    padding: 16px 0px;
  }
  .pla-point {
    width: 24px;
  }
  .pla-bottom {
    display: none;
  }
  .pla-more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 32px;
  }
  .pla-more svg {
    transition: 0.2s;
    margin-left: 12px;
  }
  .pla-more.active svg {
    transform: rotate(180deg);
  }
  .pla-box:nth-child(1) .pla-title {
    width: 100%;
  }
  .pla-box:nth-child(1) .pla-top {
    width: 100%;
  }
  .pla-box:nth-child(1) .pla-point {
    width: 24px;
  }
  .pla-box:nth-child(1) .pla-item {
    width: calc(100% - 30px);
  }
  .pla-box:nth-child(1) .pla-more {
    color: #E07524;
  }
  .pla-box:nth-child(1) .pla-more svg {
    stroke: #E07524;
  }
  .pla-box:nth-child(2) {
    box-shadow: none;
    background: #FFFFFF;
  }
  .pla-box:nth-child(2) .pla-more {
    color: #F86B33;
  }
  .pla-box:nth-child(2) .pla-more svg {
    stroke: #F86B33;
  }
  .pla-box:nth-child(3) .pla-more {
    color: #E03E24;
  }
  .pla-box:nth-child(3) .pla-more svg {
    stroke: #E03E24;
  }
}
/*-pla*/
/*sub*/
.sub-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: #1F4C4A;
  padding: 135px 32px;
}

.sub-form {
  position: relative;
  width: 520px;
}

.sub-input {
  display: block;
  width: 100%;
}

.sub-input_point {
  width: 100%;
  height: 55px;
  font-size: 16px;
  border-radius: 30px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 0px 120px 0px 24px;
}

.sub-input_point.active {
  border: 1px solid #F00;
}

.sub-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 55px;
  width: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
.sub-btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F86B33;
}
.sub-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  transform: translateY(-50%);
  background: #E7632F;
  transition: 0.4s;
}

.sub-btn_point {
  border: none;
  padding: 0px;
  background: transparent;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 800px) {
  .sub-wrap {
    padding: 64px 16px;
    border-radius: 8px;
  }
  .sub-form {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .sub-btn:hover::after {
    height: 100%;
  }
}
/*-sub*/
/*sin*/
.sin {
  padding-bottom: 65px;
}

.sin-box {
  padding: 0px 32px 32px 32px;
  background: #1D4F4C;
  border-radius: 0px 0px 24px 24px;
  box-shadow: 0px -60px 200px 0px #051414 inset;
}

.sin-wrap {
  padding: 115px 0px 80px 0px;
  border-radius: 0px 0px 24px 24px;
  background: #FBFAF2;
}

.sin-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sin-text {
  width: 400px;
}
.sin-text *:first-child {
  margin-top: 0px;
}

.sin-tabs {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 24px;
  margin-top: 16px;
}
.sin-tabs li {
  color: #031513;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.sin-keys {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
  margin-top: 24px;
}
.sin-keys li {
  color: #031513;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  padding: 6px 8px;
  border-radius: 30px;
  background: #1DD7C0;
}

.sin-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 16px;
  margin-top: 32px;
}
.sin-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.sin-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: calc(100% - 468px);
  border-radius: 16px;
  overflow: hidden;
}
.sin-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sin-top {
  width: calc(100% - 468px);
}

.sin-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 80px;
}

.sin-scroll {
  position: sticky;
  top: 100px;
  width: 400px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}

.sin-scroll_top {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(3, 21, 19, 0.2);
  overflow: hidden;
}

.sin-scroll_tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #EFEFE8;
}

.sin-scroll_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #031513;
  height: 42px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
  transition: 0.1s;
}

.sin-scroll_tab.active {
  color: #FFFFFF;
  background: #F86B33;
}

.sin-scroll_box {
  display: none;
}
.sin-scroll_box a {
  position: relative;
  display: block;
  color: #031513;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  padding: 16px 16px 16px 34px;
  transition: 0.1s;
}
.sin-scroll_box a:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #031513;
  transition: 0.1s;
}

.sin-scroll_box.active {
  display: block;
}

.sin-scroll_bottom {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(3, 21, 19, 0.2);
  overflow: hidden;
}

.sin-label {
  display: block;
  color: #031513;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  padding: 12px 16px;
  background: #EFEFE8;
}

.sin-list a {
  display: block;
  color: #031513;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  padding: 16px;
  transition: 0.1s;
}

.sin-right {
  width: calc(100% - 468px);
}

.sin-find {
  margin-top: 70px;
}

.sin-find_share {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  margin-top: 24px;
}
.sin-find_share a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.sin-find_share svg {
  width: 44px;
  height: 44px;
}

.sin-author {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.sin-author_ava {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

.sin-author_name {
  display: block;
  color: #031513;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.sin-trumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45.333vw;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 32px;
}
.sin-trumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1400px) {
  .sin-box {
    padding: 0px 16px 16px 16px;
  }
}
@media (max-width: 1200px) {
  .sin-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .sin-text {
    width: 100%;
  }
  .sin-img {
    width: 100%;
    margin-top: 32px;
  }
  .sin-bottom {
    display: block;
  }
  .sin-scroll {
    position: static;
    width: 100%;
    padding-bottom: 64px;
    padding-top: 0px;
  }
  .sin-right {
    width: 100%;
  }
  .sin-top {
    width: 100%;
    order: -1;
    margin-bottom: 24px;
  }
  .sin-trumb {
    margin-top: 16px;
  }
}
@media (max-width: 800px) {
  .sin {
    padding-bottom: 32px;
  }
  .sin-box {
    padding: 0px;
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    padding-bottom: 32px;
  }
  .sin-wrap {
    padding: 100px 0px 0px 0px;
  }
  .sin-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .sin-img {
    height: 61.333vw;
  }
  .sin-keys {
    justify-content: center;
  }
  .sin-tabs {
    justify-content: center;
    margin-top: 24px;
  }
  .sin-share svg {
    width: 44px;
    height: 44px;
  }
  .sin-bottom {
    padding-top: 32px;
  }
  .sin-find {
    margin-top: 48px;
  }
  .sin-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .sin-trumb {
    height: 61.333vw;
    margin: 0px 16px;
  }
}
@media (min-width: 1200px) {
  .sin-share a:hover {
    transform: scale(1.1);
  }
  .sin-list a:hover {
    color: #F86B33;
  }
  .sin-find_share a:hover {
    transform: scale(1.1);
  }
  .sin-scroll_tab:hover {
    color: #F86B33;
  }
  .sin-scroll_tab.active:hover {
    color: #FFFFFF;
  }
  .sin-scroll_box a:hover {
    color: #F86B33;
  }
  .sin-scroll_box a:hover:before {
    background: #F86B33;
  }
}
/*-sin*/
/*con*/
.con {
  overflow: hidden;
}

.con-tabs {
  width: 660px;
  margin: auto;
  border: 1px solid #D5D0CE;
  border-radius: 40px;
}

.con-tab {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #031513;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0px 16px;
  border-radius: 40px;
  cursor: pointer;
}
.con-tab::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #FEDACC;
  transition: 0.3s;
}

.con-tab.swiper-slide-thumb-active {
  color: #FFFFFF;
}
.con-tab.swiper-slide-thumb-active::before {
  background: #F86B33;
  transform: translate(-50%, -50%) scale(1);
}

.con-slider {
  margin-top: 23px;
  overflow: visible;
}

.con-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 32px 80px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px #EDECE4;
}

.con-list {
  margin-top: 24px;
}
.con-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
}
.con-list li:last-child {
  margin-bottom: 0px;
}
.con-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #031513;
}
.con-list a {
  display: block;
  color: #031513;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  transition: 0.1s;
}

.con-btn {
  margin-top: 48px;
}

.con-map {
  height: 380px;
  width: 600px;
  margin-left: 32px;
  border: none;
  border-radius: 12px;
}

@media (max-width: 1200px) {
  .con-slide {
    display: block;
    padding: 32px;
  }
  .con-map {
    width: 100%;
    margin-left: 0px;
    margin-top: 32px;
  }
}
@media (max-width: 800px) {
  .con-tabs {
    width: 100%;
  }
  .con-slide {
    padding: 32px 16px 16px 16px;
  }
  .con-btn {
    margin-top: 32px;
  }
  .con-map {
    height: 58.667vw;
  }
}
@media (min-width: 1200px) {
  .con-tab:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
  .con-list a:hover {
    color: #F86B33;
  }
}
/*-con*/
/*com*/
.com-wrap {
  max-width: 800px;
  margin: auto;
}

.com-form_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
.com-form_wrap .form-textarea {
  grid-column-start: 1;
  grid-column-end: 3;
}

.com-box {
  margin-top: 64px;
}

.com-label {
  margin-bottom: 48px;
}

.com-quest {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(3, 21, 19, 0.2);
  margin-bottom: 30px;
}

.com-answer {
  position: relative;
  padding-left: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(3, 21, 19, 0.2);
  margin-bottom: 30px;
}
.com-answer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("../icons/elements/arrow-3.svg") center no-repeat;
  background-size: contain;
}

.com-user {
  display: block;
  color: #031513;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.com-date {
  display: block;
  color: #BEBCC1;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 4px;
}

.com-descr {
  display: block;
  color: #031513;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .com-form_wrap {
    grid-template-columns: 1fr;
  }
  .com-form_wrap .form-textarea {
    grid-column-end: 2;
  }
}
/*-com*/
/*cot*/
.cot-wrap {
  display: flex;
  align-content: inherit;
  justify-content: space-between;
  align-items: center;
}

.cot-info {
  width: 430px;
}

.cot-title {
  margin-bottom: 32px;
}

.cot-link {
  margin-top: 48px;
}
.cot-link a {
  color: #F86B33;
}

.cot-item {
  margin-bottom: 32px;
}

.cot-item:last-child {
  margin-bottom: 0px;
}

.cot-item_title {
  position: relative;
  transition: 0.1s;
  padding-right: 40px;
  margin-bottom: 16px;
  cursor: pointer;
}
.cot-item_title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../icons/elements/plus.svg") center no-repeat;
  background-size: contain;
}

.cot-item_title.active::after {
  background: url("../icons/elements/minus.svg") center no-repeat;
  background-size: contain;
}

.cot-item_descr {
  display: none;
}

.cot-contact {
  width: 660px;
  padding: 80px;
  border-radius: 16px;
  background: #EFEFE8;
}

.cot-sub {
  text-align: center;
}

.cot-label {
  text-align: center;
  margin-top: 16px;
}
.cot-label a {
  color: #031513;
  text-decoration: underline;
  transition: 0.1s;
}

.cot-form {
  margin-top: 32px;
}
.cot-form .form_descr {
  color: #031513;
}
.cot-form .form_descr a {
  color: #031513;
}

.cot-form_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
.cot-form_wrap .form-input.two {
  grid-column-start: 1;
  grid-column-end: 3;
}
.cot-form_wrap .form-select.two {
  grid-column-start: 1;
  grid-column-end: 3;
}
.cot-form_wrap .form-textarea.two {
  grid-column-start: 1;
  grid-column-end: 3;
}

.cot-text {
  width: 320px;
}

.cot-list li {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.cot-list li:last-child {
  margin-bottom: 0px;
}
.cot-list img {
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin-right: 16px;
}

@media (max-width: 1200px) {
  .cot-contact {
    width: 400px;
    margin-left: 32px;
    padding: 64px 16px;
  }
  .cot-form_wrap {
    grid-template-columns: 1fr;
  }
  .cot-form_wrap .form-input.two {
    grid-column-end: 2;
  }
  .cot-form_wrap .form-select.two {
    grid-column-end: 2;
  }
  .cot-form_wrap .form-textarea.two {
    grid-column-end: 2;
  }
}
@media (max-width: 800px) {
  .cot-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cot-info {
    width: 100%;
    order: 3;
    margin-top: 64px;
  }
  .cot-contact {
    width: 100%;
    margin: 0px;
  }
  .cot-list {
    width: 100%;
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .cot-item_title:hover {
    color: #F86B33;
  }
  .cot-form .form_descr a:hover {
    color: #F86B33;
  }
  .cot-label a:hover {
    color: #F86B33;
  }
}
/*-cot*/
/*mis*/
.mis {
  margin-bottom: 32px;
}

.mis-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mis-wrap {
  border-radius: 0px 0px 24px 24px;
  background: #FBFAF2;
  padding: 200px 0px 140px 0px;
  margin: 0px 32px;
  background: #1D4F4C;
}

.mis-title {
  margin-top: 32px;
}

.mis-descr {
  margin-top: 16px;
}

.mis-btn {
  margin-top: 48px;
}

@media (max-width: 1200px) {
  .mis-wrap {
    margin: 0px 16px;
  }
}
@media (max-width: 800px) {
  .mis {
    margin-bottom: 0px;
  }
  .mis-wrap {
    border-radius: 0px;
    margin: 0px;
  }
  .mis-btn {
    margin-top: 32px;
  }
}
/*-mis*/
/*tha*/
.tha {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FBFAF2;
  display: none;
}

.tha.active {
  display: block;
}

.tha-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.tha-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 160px);
  height: calc(100% - 160px);
  border-radius: 24px;
  background: #1F4C4A;
}

.tha-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 800px;
  border-radius: 16px;
  background: #EFEFE8;
  padding: 48px;
}

.tha-title {
  margin-top: 24px;
}

.tha-descr {
  margin-top: 16px;
  max-width: 380px;
}

.tha-btn {
  margin-top: 32px;
}

@media (max-width: 1200px) {
  .tha-box {
    width: calc(100% - 64px);
    height: calc(100% - 64px);
  }
  .tha-text {
    width: 600px;
  }
}
@media (max-width: 1200px) {
  .tha-box {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
  .tha-text {
    width: calc(100% - 32px);
  }
}
/*-tha*/
/*ret*/
.ret-progress {
  display: flex;
  align-items: center;
  gap: 74px;
  width: fit-content;
  margin: 0 auto 32px;
  position: relative;
}
.ret-progress::before {
  content: "";
  height: 1px;
  background: #00AB95;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.ret-progress-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px solid #00AB95;
  background: #FBFAF2;
  color: #00AB95;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.ret-progress-item.active {
  background: #00AB95;
  color: #fff;
}
.ret-progress-item.done {
  background: #FBFAF2;
  font-size: 0px;
  position: relative;
}
.ret-progress-item.done::before {
  content: "";
  width: 15px;
  height: 12px;
  background-image: url("../icons/ret/check-small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ret-progress-item.error {
  border-color: #F86B33;
  background: #F86B33;
  font-size: 0px;
  position: relative;
}
.ret-progress-item.error::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("../icons/ret/disclaimer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.ret-store {
  margin-bottom: 54px;
}

.ret-board {
  padding: 64px 80px;
  border-radius: 16px;
  background: #EFEFE8;
}

.ret-board-text {
  margin-top: 16px;
}

.ret-search {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
.ret-search-input {
  display: block;
  width: 100%;
}
.ret-search-input-point {
  width: 100%;
  height: 55px;
  font-size: 16px;
  border-radius: 30px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 0px 120px 0px 24px;
}
.ret-search-input-point.active {
  border: 1px solid #F00;
}
.ret-search-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 55px;
  width: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
.ret-search-btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F86B33;
}
.ret-search-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  transform: translateY(-50%);
  background: #E7632F;
  transition: 0.4s;
}
.ret-search-btn-point {
  border: none;
  padding: 0px;
  background: transparent;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.ret-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.ret-grid-item {
  border-radius: 12px;
  background: #FFF;
  position: relative;
}
.ret-grid-item::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.ret-grid-item img {
  display: block;
  width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.ret-slider {
  margin-left: -80px;
  margin-right: -80px;
}

.ret-trust {
  margin-bottom: 24px;
}

.ret-tracker-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.ret-tracker-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
}

.ret-field {
  display: flex;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 16px;
  height: 46px;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid rgba(3, 21, 19, 0.2);
  background: #FFF;
}
.ret-field img {
  height: 44px;
  width: auto;
}
.ret-field.active {
  border-color: #F00;
}
.ret-field.active .ret-error {
  display: inline-block;
}
.ret-field.check {
  padding-right: 60px;
  position: relative;
}
.ret-field.check::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../icons/ret/check.svg");
  position: absolute;
  top: 11px;
  right: 19px;
}
.ret-field.load {
  padding-right: 60px;
  position: relative;
}
.ret-field.load::before {
  content: "";
  width: 24px;
  height: 24px;
  animation: rotate 1s linear infinite;
  background-image: url("../icons/ret/load.svg");
  position: absolute;
  top: 11px;
  right: 19px;
}

.ret-name {
  width: fit-content;
  white-space: nowrap;
  color: #031513;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.ret-input {
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  font-variant-numeric: lining-nums proportional-nums;
  color: #2D140A;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.ret-input::placeholder {
  color: #031513;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.ret-error {
  display: none;
  margin-left: auto;
  color: #F00;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.ret-btn {
  text-transform: unset;
}
.ret-btn:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.ret-next {
  margin: 64px auto 0;
}

.ret-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}

.ret-sender {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.ret-sender-one {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.ret-sender-two {
  display: grid;
  grid-template-columns: 150px 1fr 1fr 165px;
  gap: 8px;
}

.ret-table {
  display: block;
}

.ret-table-name {
  display: block;
  text-align: left;
  color: #031513;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.5;
}

.ret-table-reason .form-select {
  width: 236px;
}

.ret-table-reason-return {
  max-width: 290px;
}

.ret-table-value {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #031513;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.ret-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  color: #031513;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.ret-total-value {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ret-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.ret-tabs-links {
  display: flex;
  align-items: center;
}
.ret-tabs-link {
  display: block;
  padding: 12px 32px;
  border-bottom: 1px solid #031513;
  color: #031513;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition: opacity 0.2s linear;
}
.ret-tabs-link.active {
  color: #F86B33;
  font-weight: 600;
  border-color: #F86B33;
}
.ret-tabs-link:not(.active):hover {
  opacity: 0.5;
}
.ret-tabs-content {
  width: 520px;
}
.ret-tabs-item {
  display: none;
}
.ret-tabs-item.active {
  display: block;
}
.ret-tabs-item .ret-field {
  width: 100%;
}

.ret-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
}
.ret-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ret-info-one {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.ret-info-two {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.ret-info-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ret-info-column .text-sm {
  color: #9AA1A1;
}

.ret-delivery {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.ret-delivery-top {
  padding: 8px 64px;
  border-radius: 8px;
  background: #FFF;
}
.ret-delivery-row {
  display: grid;
  grid-template-columns: 16px 25% 1fr auto;
  align-items: center;
  gap: 70px;
}

.ret-sort {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  color: #031513;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.ret-sort span {
  opacity: 0.4;
}
.ret-sort svg {
  width: 8px;
  height: 5px;
  opacity: 0.2;
}
.ret-sort svg.active {
  opacity: 1;
}

.ret-delivery-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.4;
}

.ret-delivery-item {
  border-radius: 8px;
  background: #FFF;
}

.ret-delivery-head {
  padding: 16px 64px;
}

.ret-radio {
  width: 16px;
  height: 16px;
  border: 1px solid #F86B33;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.ret-radio-input {
  display: none;
}
.ret-radio-input:checked + .ret-radio-circle {
  opacity: 1;
}
.ret-radio-circle {
  display: block;
  height: 8px;
  width: 8px;
  background: #F86B33;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.ret-department {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ret-department-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.ret-department-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.ret-department-name {
  color: #031513;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.ret-company {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ret-company-icon {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.ret-company-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.ret-company-name {
  color: #031513;
  font-size: 20px;
  font-weight: 500;
}

.ret-delivery-price {
  color: #031513;
  font-size: 20px;
  font-weight: 500;
}

.ret-delivery-content {
  display: none;
}

.ret-delivery-list {
  padding: 32px 64px 32px 150px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid rgba(3, 21, 19, 0.2);
}

.ret-delivery-wrapper {
  display: flex;
  gap: 32px;
  padding-left: 16px;
  position: relative;
}
.ret-delivery-wrapper::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F86B33;
  position: absolute;
  left: 0;
  top: 12px;
}

.ret-delivery-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ret-delivery-title {
  color: #031513;
  font-size: 20px;
  font-weight: 500;
}

.ret-delivery-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #031513;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.ret-confirm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ret-checkbox {
  display: flex;
  gap: 16px;
  cursor: pointer;
  width: fit-content;
}
.ret-checkbox-input {
  display: none;
}
.ret-checkbox-input:checked + .ret-checkbox-square::before {
  opacity: 1;
}
.ret-checkbox-square {
  width: 22px;
  height: 22px;
  margin-top: 4px;
  border: 2px solid #000000;
  border-radius: 5px;
  flex-shrink: 0;
  position: relative;
}
.ret-checkbox-square::before {
  content: "";
  width: 15px;
  height: 12px;
  background-image: url("../icons/ret/check-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ret-checkbox-text {
  color: #031513;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
.ret-checkbox-text a {
  color: #F86B33;
  transition: opacity 0.2s;
}
.ret-checkbox-text a:hover {
  opacity: 0.5;
}

.ret-summary {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ret-summary-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ret-summary-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.ret-summary-delivery {
  display: flex;
}

.ret-summary-delivery-wrapper {
  display: flex;
  gap: 70px;
}

.ret-summary-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ret-summary-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.ret-summary-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.ret-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-bottom: 16px;
}
.ret-nav-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  fill: #F86B33;
  color: #F86B33;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  transition: 0.2s linear;
}
.ret-nav-btn:hover {
  fill: #031513;
  color: #031513;
}
.ret-nav-btn svg {
  width: 24px;
  height: 24px;
}

.ret-sticker {
  border-radius: 8px;
  overflow: hidden;
}
.ret-sticker img {
  display: block;
  height: 100%;
  width: 100%;
}

.ret-icon {
  height: 120px;
  width: fit-content;
  margin: 0 auto 32px;
}
.ret-icon img {
  display: block;
  height: 100%;
  width: auto;
}

.ret-message {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 902px;
  margin: 16px auto 0;
  color: #031513;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
.ret-message a {
  color: #F86B33;
  transition: opacity 0.2s;
}
.ret-message a:hover {
  opacity: 0.5;
}

.ret-loader {
  height: 600px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border-radius: 8px;
  background: #E3E3E3;
}
.ret-loader-icon {
  width: 145px;
  height: 145px;
}
.ret-loader-icon img {
  display: block;
  height: 100%;
  width: 100%;
  animation: rotate 1s linear infinite;
}
.ret-loader-text {
  color: #031513;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1200px) {
  .ret-board {
    padding: 64px 30px;
  }
}
@media (max-width: 1023px) {
  .ret-table thead {
    display: none;
  }
  .ret-table tbody {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ret-table tr {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 16px;
  }
  .ret-table tr:nth-child(odd) {
    background-color: #E3E3E3;
    margin: 0 -30px;
    padding: 24px 30px;
  }
  .ret-table-number {
    width: 100%;
    padding: 0 0 8px;
    text-align: center;
    border-bottom: 1px solid #000;
  }
  .ret-table-product {
    width: 100%;
  }
  .ret-table-reason {
    width: 100%;
  }
  .ret-table-reason .form-select {
    width: 100%;
  }
  .ret-table-reason-return {
    max-width: 60%;
  }
  .ret-table-reason-return .ret-table-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
  }
  .ret-table-reason-return .ret-table-value {
    flex-grow: 1;
  }
}
@media (max-width: 800px) {
  .ret-loader {
    height: 304px;
    gap: 16px;
  }
  .ret-loader-icon {
    width: 80px;
    height: 80px;
  }
  .ret-loader-text {
    font-size: 14px;
  }
  .ret-icon {
    height: 80px;
  }
  .ret-message {
    gap: 12px;
    font-size: 14px;
  }
  .ret-nav {
    flex-direction: column;
    margin-bottom: 32px;
    gap: 16px;
  }
  .ret-nav-btn {
    font-size: 16px;
  }
  .ret-checkbox-text {
    font-size: 16px;
  }
  .ret-checkbox-square {
    width: 16px;
    height: 16px;
    border-radius: 3px;
  }
  .ret-checkbox-square::before {
    width: 10px;
    height: 8px;
  }
  .ret-total {
    padding: 12px 0;
  }
  .ret-summary {
    gap: 0;
  }
  .ret-summary-wrapper {
    position: relative;
    padding: 24px 0;
  }
  .ret-summary-wrapper::before {
    content: "";
    height: 1px;
    background: #fff;
    position: absolute;
    left: -16px;
    right: -16px;
    top: 0;
  }
  .ret-summary-list {
    gap: 12px;
    flex-direction: column;
  }
  .ret-summary-delivery {
    flex-direction: column;
    gap: 16px;
  }
  .ret-radio {
    width: 12px;
    height: 12px;
  }
  .ret-delivery-top {
    padding: 8px 16px;
  }
  .ret-delivery-head {
    padding: 16px;
  }
  .ret-delivery-list {
    padding: 16px 16px 16px 40px;
    gap: 12px;
  }
  .ret-sort {
    font-size: 12px;
  }
  .ret-delivery-label {
    font-size: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .ret-delivery-row {
    gap: 12px;
    grid-template-columns: 12px 32% 1fr auto;
  }
  .ret-delivery-column {
    gap: 8px;
  }
  .ret-delivery-title {
    font-size: 14px;
  }
  .ret-delivery-text {
    font-size: 14px;
  }
  .ret-department-icon {
    width: 16px;
    height: 16px;
  }
  .ret-department-name {
    font-size: 12px;
    line-height: 110%;
  }
  .ret-delivery-wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .ret-delivery-wrapper::before {
    top: 5px;
  }
  .ret-company {
    gap: 4px;
  }
  .ret-company-icon {
    width: 32px;
    height: 32px;
  }
  .ret-company-name {
    font-size: 12px;
  }
  .ret-delivery-price {
    font-size: 14px;
  }
  .ret-info-one {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .ret-info-two {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .ret-info-column {
    gap: 4px;
  }
  .ret-progress {
    gap: 40px;
  }
  .ret-store {
    margin-bottom: 32px;
  }
  .ret-board {
    padding: 64px 16px;
  }
  .ret-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .ret-slider {
    margin-left: -16px;
    margin-right: -16px;
  }
  .ret-trust {
    margin-bottom: 16px;
  }
  .ret-tracker-form {
    gap: 16px;
  }
  .ret-tracker-wrapper {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .ret-field {
    padding: 0 8px;
    gap: 4px;
  }
  .ret-field.check, .ret-field.load {
    padding-right: 35px;
  }
  .ret-field.check::before, .ret-field.load::before {
    right: 8px;
  }
  .ret-error {
    display: none !important;
  }
  .ret-next {
    margin: 48px auto 0;
  }
  .ret-btn {
    width: fit-content;
    min-width: 220px;
  }
  .ret-sender {
    gap: 16px;
  }
  .ret-sender-one {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ret-sender-two {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ret-tabs-content {
    width: 100%;
  }
  .ret-table tr:nth-child(odd) {
    margin: 0 -16px;
    padding: 24px 16px;
  }
}
@media (max-width: 544px) {
  .ret-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .ret-search-btn:hover::after {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .ret-table th,
  .ret-table td {
    padding: 0 12px 16px;
  }
  .ret-table th:first-child,
  .ret-table td:first-child {
    padding: 0 4px 16px 0;
  }
  .ret-table th:last-child,
  .ret-table td:last-child {
    padding: 0 0 16px 12px;
  }
  .ret-table-item .ret-table-name {
    display: none;
  }
}
/*-ret*/ 
/* popup */
.popup {
  background: rgba(3, 21, 19, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.popup-inner {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popup-inner::-webkit-scrollbar {
  display: none;
}

.popup-wrapper {
  width: 800px;
  height: auto;
  margin: auto;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
  background: #FBFAF2;
}
.popup-wrapper .btn-one {
  width: 220px;
  text-transform: none;
  min-width: unset;
}

.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #031513;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
.popup-content span {
  color: #D21929;
}

@media (max-width: 800px) {
  .popup-wrapper {
    padding: 64px 30px;
  }
  .popup-content {
    font-size: 18px;
  }
}
/* -popup */
/*fir*/
.fir-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fir-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 8px;
  border-radius: 50%;
  background-color: #fff;
  width: 128px;
  height: 128px;
}

@media (max-width: 800px) {
  .fir-container {
    flex-direction: column;
  }
  .fir-brand {
    width: 95px;
    height: 95px;
    padding: 7px;
  }
}
/*-fir*/ 
/*form*/
.form-input-number {
  width: 80px;
  height: 46px;
  padding: 11px 16px;
  font-weight: 400;
  font-size: 16px;
  color: #031513;
  border-radius: 8px;
  border: 1px solid rgba(3, 21, 19, 0.2);
  background: #FFF;
}

/*-form*/ 