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

main {
  display: block;
  clear: both;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/*--- Common Classes---------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  transform: translateY(-2px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #000000;
}

*:hover {
  transition-duration: 0.2s;
}

.text-size-1 {
  font-size: calc(28px + 4 * (100vw - 390px) / 1010);
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-size: 32px;
    letter-spacing: 2.1px;
  }
}

.text-size-2 {
  font-size: calc(22px + 4 * (100vw - 390px) / 1010);
  font-weight: 500;
  letter-spacing: 1.4px;
}
@media (min-width: 1400px) {
  .text-size-2 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1.6px;
  }
}

.text-size-3 {
  font-size: calc(20px + 4 * (100vw - 390px) / 1010);
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (min-width: 1400px) {
  .text-size-3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.3px;
  }
}

.text-size-4 {
  font-size: calc(18px + 4 * (100vw - 390px) / 1010);
  font-weight: 500;
  letter-spacing: 1px;
}
@media (min-width: 1400px) {
  .text-size-4 {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}

.text-size-5 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 600;
  letter-spacing: 0.9px;
}
@media (min-width: 1400px) {
  .text-size-5 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.text-size-6 {
  font-size: calc(18px + 0 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-6 {
    font-size: 18px;
  }
}

.text-size-7 {
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  letter-spacing: 0.8px;
}
@media (min-width: 1400px) {
  .text-size-7 {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.text-size-8 {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-8 {
    font-size: 16px;
  }
}

.color-gray-50 {
  color: #E6F0FF;
}

.color-gray-100 {
  color: #D8E6FB;
}

.color-gray-200 {
  color: #C9DAF5;
}

.color-gray-300 {
  color: #B8CDEB;
}

.color-gray-400 {
  color: #A7BDDD;
}

.color-gray-500 {
  color: #94A9C9;
}

.color-gray-600 {
  color: #7F92B0;
}

.color-gray-700 {
  color: #66768F;
}

.color-gray-800 {
  color: #222F43;
}

.color-gray-850 {
  color: #131C31 !important;
}

.color-gray-900 {
  color: #0F172A !important;
}

.color-gray-950 {
  color: #0B1222 !important;
}

.bg-gray-50 {
  background-color: #E6F0FF;
}

.bg-gray-100 {
  background-color: #D8E6FB;
}

.bg-gray-200 {
  background-color: #C9DAF5;
}

.bg-gray-300 {
  background-color: #B8CDEB;
}

.bg-gray-400 {
  background-color: #A7BDDD;
}

.bg-gray-500 {
  background-color: #94A9C9;
}

.bg-gray-600 {
  background-color: #7F92B0;
}

.bg-gray-700 {
  background-color: #66768F;
}

.bg-gray-800 {
  background-color: #222F43 !important;
}

.bg-gray-850 {
  background-color: #131C31;
}

.bg-gray-900 {
  background-color: #0F172A !important;
}

.bg-gray-950 {
  background-color: #0B1222 !important;
}

.color-white {
  color: #b9e0f2 !important;
}

.border-gray-800 {
  border-color: #222F43 !important;
}

.border-gray-850 {
  border-color: #131C31 !important;
}

.border-gray-500 {
  border-color: #94A9C9 !important;
}

.color-linear {
  background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200%;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent;
}

.color-white {
  color: #b9e0f2;
}

.color-black {
  color: #000000;
}

.color-brand-2 {
  color: #E1E1E1;
}

.color-brand-3 {
  color: #61C8DF;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  min-width: calc(133px + 27 * (100vw - 390px) / 1010);
  max-width: 100%;
  padding-top: calc(13px + 0 * (100vw - 390px) / 1010);
  padding-right: calc(13px + 4 * (100vw - 390px) / 1010);
  padding-bottom: calc(13px + 0 * (100vw - 390px) / 1010);
  padding-left: calc(13px + 4 * (100vw - 390px) / 1010);
  font-size: calc(15px + 3 * (100vw - 390px) / 1010);
  font-weight: 500;
  letter-spacing: 1.8px;
  border-radius: 80px;
  background-color: #61C8DF;
  border: 1px solid #61C8DF;
  color: #2a2a2a;
  transition: 0.3s all ease;
}
@media (min-width: 1400px) {
  .button {
    min-width: 160px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-top: 13px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-right: 17px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-bottom: 13px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-left: 17px;
  }
}
@media (min-width: 1400px) {
  .button {
    font-size: 18px;
  }
}
.button.arrow_forward {
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 20px;
}
.button.arrow_forward::before {
  content: "\e902";
  font-family: "icomoon" !important;
  font-size: calc(6px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button.arrow_forward::before {
    font-size: 8px;
  }
}
.button:hover {
  transform: scale(1.05);
}
.button._dark {
  background-color: #1E1E1E;
  color: #fff;
}
.button._transparent {
  background-color: transparent;
  color: #fff;
}
.button._w-auto {
  width: auto;
}

.input-block input,
.input-block textarea {
  width: 100%;
  padding: 13px 20px;
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
  font-weight: 600;
  line-height: 1;
  border-radius: 23px;
  color: #fff;
  background: #00101e;
  border: 1px solid #61C8DF;
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea {
    font-size: 14px;
  }
}
.input-block input.error,
.input-block textarea.error {
  border-color: #FF756C;
}
.input-block._required {
  position: relative;
}
.input-block._required input,
.input-block._required textarea {
  padding-right: 20px;
}
.input-block._required::after {
  content: "*";
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.label-for-checkbox {
  display: flex;
}
.label-for-checkbox input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 10px;
}

select {
  padding: 8px 10px;
  padding-top: calc(5px + 3 * (100vw - 390px) / 1010);
  padding-bottom: calc(5px + 3 * (100vw - 390px) / 1010);
  outline: none;
  border: 0.5px solid #fff;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  line-height: 1;
}
@media (min-width: 1400px) {
  select {
    padding-top: 8px;
  }
}
@media (min-width: 1400px) {
  select {
    padding-bottom: 8px;
  }
}
@media (min-width: 1400px) {
  select {
    font-size: 18px;
  }
}

.logo {
  max-width: 100%;
  display: flex;
  width: auto;
  height: calc(51px + 13 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logo {
    height: 64px;
  }
}
.logo .logo__inner {
  width: 100%;
  display: flex;
}
.logo .logo__inner img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  min-width: 51px;
  height: 51px;
  border-radius: 50%;
  line-height: 1;
  color: #E1E1E1;
  background: linear-gradient(61deg, #0194fe -1.41%, #5cd3e9 73.65%);
}
.header-menu-button:focus {
  color: #E1E1E1;
}
.header-menu-button::before {
  content: "\e922";
  font-family: "icomoon" !important;
  font-size: 21px;
}

.language-switcher {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.language-switcher .language-icon {
  margin-bottom: 6px;
  color: #61C8DF;
  font-size: 33px;
  line-height: 1;
  transition: 0.3s all ease;
}
.language-switcher .language-icon::before {
  content: "\e906";
  font-family: "icomoon" !important;
  display: block;
}
.language-switcher .languages-block {
  padding: 0px 9px;
}
.language-switcher .languages-block ul {
  display: flex;
  align-items: center;
}
.language-switcher .languages-block ul li {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  position: relative;
}
.language-switcher .languages-block ul li:not(:last-child)::after {
  content: "";
  display: block;
  height: 13px;
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
}
.language-switcher .languages-block ul li a {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #E1E1E1;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .language-switcher .languages-block ul li a {
    font-size: 16px;
  }
}
.language-switcher .languages-block ul li a:hover {
  color: #61C8DF;
}
.language-switcher .languages-block ul li a._active {
  color: #61C8DF;
}

.text-content > *:not(:last-child) {
  margin-bottom: calc(12px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.text-content .buttons-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: calc(12px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block {
    padding-top: 20px;
  }
}

.team-card {
  width: 100%;
  height: 100%;
  padding: calc(8px + 2 * (100vw - 390px) / 1010);
  border-radius: calc(20px + 8 * (100vw - 390px) / 1010);
  background: rgba(0, 16, 30, 0.8);
  box-shadow: 0px 3.831px 3.831px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(23.9436607361px);
          backdrop-filter: blur(23.9436607361px);
}
@media (min-width: 1400px) {
  .team-card {
    padding: 10px;
  }
}
@media (min-width: 1400px) {
  .team-card {
    border-radius: 28px;
  }
}
.team-card .team-card__inner {
  width: 100%;
  height: 100%;
  padding-top: calc(10px + 7 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 7 * (100vw - 390px) / 1010);
  padding-bottom: calc(10px + 7 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 7 * (100vw - 390px) / 1010);
  border-radius: calc(20px + 8 * (100vw - 390px) / 1010);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (min-width: 1400px) {
  .team-card .team-card__inner {
    padding-top: 17px;
  }
}
@media (min-width: 1400px) {
  .team-card .team-card__inner {
    padding-right: 17px;
  }
}
@media (min-width: 1400px) {
  .team-card .team-card__inner {
    padding-bottom: 17px;
  }
}
@media (min-width: 1400px) {
  .team-card .team-card__inner {
    padding-left: 17px;
  }
}
@media (min-width: 1400px) {
  .team-card .team-card__inner {
    border-radius: 28px;
  }
}
.team-card .team-card__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 3px;
  border-radius: calc(20px + 8 * (100vw - 390px) / 1010);
  background: linear-gradient(145deg, rgba(0, 77, 244, 0) 3%, rgba(0, 77, 244, 0.4) 20%, rgb(0, 77, 244) 35%, rgb(38, 221, 255) 45%, rgba(38, 221, 255, 0) 82%);
  box-shadow: 0 0 20px rgba(0, 102, 255, 0.5), 0 0 30px rgba(0, 180, 255, 0.4);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media (min-width: 1400px) {
  .team-card .team-card__inner::before {
    border-radius: 28px;
  }
}
.team-card .team-card__inner .image {
  width: 100%;
  margin-bottom: calc(6px + 14 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .team-card .team-card__inner .image {
    margin-bottom: 20px;
  }
}
.team-card .team-card__inner .image .image__inner {
  border-radius: calc(20px + 8 * (100vw - 390px) / 1010);
  padding-top: 85.2713178295%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .team-card .team-card__inner .image .image__inner {
    border-radius: 28px;
  }
}
.team-card .team-card__inner .image .image__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-card .team-card__inner .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-card .team-card__inner .card-content h5 {
  margin-bottom: calc(6px + 7 * (100vw - 390px) / 1010);
  text-align: center;
  font-size: calc(16px + 4 * (100vw - 390px) / 1010);
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .team-card .team-card__inner .card-content h5 {
    margin-bottom: 13px;
  }
}
@media (min-width: 1400px) {
  .team-card .team-card__inner .card-content h5 {
    font-size: 20px;
  }
}
.team-card .team-card__inner .card-content p {
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 300;
}
@media (min-width: 1400px) {
  .team-card .team-card__inner .card-content p {
    font-size: 18px;
  }
}

.price-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(12px + 13 * (100vw - 390px) / 1010);
  padding-top: calc(40px + 0 * (100vw - 390px) / 1010);
  border-radius: 20px;
  border: 1px solid #61C8DF;
  background-color: #191919;
  color: #fff;
  position: relative;
}
@media (min-width: 1400px) {
  .price-card {
    padding: 25px;
  }
}
@media (min-width: 1400px) {
  .price-card {
    padding-top: 40px;
  }
}
.price-card .label {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 5px 20px;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  text-transform: uppercase;
  background-color: #61C8DF;
  color: #2a2a2a;
  border-radius: 20px;
  border: 1px solid #61C8DF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1400px) {
  .price-card .label {
    font-size: 16px;
  }
}
.price-card .title {
  text-align: center;
  margin-bottom: calc(26px + 6 * (100vw - 390px) / 1010);
  font-size: 32px;
}
@media (min-width: 1400px) {
  .price-card .title {
    margin-bottom: 32px;
  }
}
.price-card .card-content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-card .card-content .price {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: calc(52px + 9 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .price-card .card-content .price {
    font-size: 61px;
  }
}
.price-card .card-content .price span {
  font-size: calc(20px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .price-card .card-content .price span {
    font-size: 23px;
  }
}
.price-card .card-content .price span.currency {
  font-size: calc(36px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .price-card .card-content .price span.currency {
    font-size: 42px;
  }
}
.price-card .card-content .description {
  text-align: center;
  margin-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
  color: #E1E1E1;
}
@media (min-width: 1400px) {
  .price-card .card-content .description {
    margin-bottom: 20px;
  }
}
.price-card .card-content .list {
  margin-bottom: calc(20px + 15 * (100vw - 390px) / 1010);
  color: #E1E1E1;
}
@media (min-width: 1400px) {
  .price-card .card-content .list {
    margin-bottom: 35px;
  }
}
.price-card .card-content .list li::before {
  content: "\ea10";
  font-family: "Icomoon";
  display: inline-block;
  margin-inline-end: 5px;
  font-size: 15px;
  color: #61C8DF;
}
.price-card .card-content .list li:not(:last-child) {
  margin-bottom: calc(4px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .price-card .card-content .list li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.price-card .card-content .button {
  margin-top: auto;
}
@media (min-width: 991.9px) {
  .price-card {
    transition: 0.3s all ease;
  }
  .price-card .title {
    font-size: calc(18px + 4 * (100vw - 390px) / 1010);
    font-weight: 500;
    letter-spacing: 1px;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .price-card .title {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
@media (min-width: 991.9px) {
  .price-card._labeled .label {
    top: -30px;
    z-index: 1;
  }
  .price-card._labeled::before {
    content: "";
    width: calc(100% + 2px);
    height: calc(45px + 10 * (100vw - 390px) / 1010);
    transform: translateY(-100%);
    background-color: #191919;
    border: 1px solid #61C8DF;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    position: absolute;
    top: calc(12px + 13 * (100vw - 390px) / 1010);
    left: -1px;
    transition: 0.3s all ease;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .price-card._labeled::before {
    height: 55px;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .price-card._labeled::before {
    top: 25px;
  }
}
@media (min-width: 991.9px) {
  .price-card:hover {
    background-color: #61C8DF;
    color: #2a2a2a;
  }
  .price-card:hover .card-content .description {
    color: #2a2a2a;
  }
  .price-card:hover .card-content .list {
    color: #2a2a2a;
  }
  .price-card:hover .card-content .list li::before {
    color: #2a2a2a;
  }
  .price-card:hover .card-content .button {
    background-color: #2a2a2a;
    color: #fff;
  }
  .price-card:hover._labeled .label {
    background-color: #2a2a2a;
    color: #fff;
  }
  .price-card:hover._labeled::before {
    background-color: #61C8DF;
  }
}

.reviews-image {
  width: 100%;
}
.reviews-image .reviews-image__inner {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: -2px 6px 60px 5px rgba(122, 151, 43, 0.6);
}
.reviews-image .reviews-image__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews-block {
  position: relative;
}
.reviews-block::before, .reviews-block::after {
  content: "";
  display: block;
  width: 33px;
  min-width: 33px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.reviews-block::before {
  background-image: url(../img/bg/elements/quotes-1.png);
}
.reviews-block::after {
  background-image: url(../img/bg/elements/quotes-2.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

.review-card {
  padding: 16px 0;
}
.review-card .content {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: #E1E1E1;
}
.review-card .content p:not(:last-child) {
  margin-bottom: 10px;
}
.review-card .review-card__bottom span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
@media (min-width: 991.9px) {
  .review-card {
    padding: 16px;
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  border-radius: 17.801px;
  border: 1px solid #61C8DF;
  background: #2a2a2a;
  overflow: hidden;
}
.blog-card .blod-card__image {
  display: block;
  width: 100%;
  margin-bottom: calc(19px + 9 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .blog-card .blod-card__image {
    margin-bottom: 28px;
  }
}
.blog-card .blod-card__image .blod-card__image-inner {
  padding-top: 73.5294117647%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blog-card .blod-card__image .blod-card__image-inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card .blog-card__content,
.blog-card .blog-card__bottom {
  padding-right: calc(17px + 7 * (100vw - 390px) / 1010);
  padding-left: calc(17px + 7 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .blog-card .blog-card__content,
  .blog-card .blog-card__bottom {
    padding-right: 24px;
  }
}
@media (min-width: 1400px) {
  .blog-card .blog-card__content,
  .blog-card .blog-card__bottom {
    padding-left: 24px;
  }
}
.blog-card .blog-card__content {
  margin-bottom: calc(22px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .blog-card .blog-card__content {
    margin-bottom: 32px;
  }
}
.blog-card .blog-card__content .title {
  margin-bottom: calc(10px + 4 * (100vw - 390px) / 1010);
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 600;
  letter-spacing: 0.9px;
}
@media (min-width: 1400px) {
  .blog-card .blog-card__content .title {
    margin-bottom: 14px;
  }
}
@media (min-width: 1400px) {
  .blog-card .blog-card__content .title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.blog-card .blog-card__content .title a {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .blog-card__content .description {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  letter-spacing: calc(1.4px + 0.2 * (100vw - 390px) / 1010);
  color: #E1E1E1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .blog-card .blog-card__content .description {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .blog-card .blog-card__content .description {
    letter-spacing: 1.6px;
  }
}
.blog-card .blog-card__bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(22px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .blog-card .blog-card__bottom {
    margin-bottom: 32px;
  }
}
.blog-card .blog-card__bottom .date {
  display: block;
  font-size: calc(10px + 4 * (100vw - 390px) / 1010);
  font-weight: 400;
  letter-spacing: calc(1px + 0.4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .blog-card .blog-card__bottom .date {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .blog-card .blog-card__bottom .date {
    letter-spacing: 1.4px;
  }
}
.blog-card .blog-card__bottom .read-more {
  display: flex;
  align-items: center;
  font-size: calc(11px + 5 * (100vw - 390px) / 1010);
  font-weight: 400;
  letter-spacing: calc(1.1px + 0.5 * (100vw - 390px) / 1010);
  color: #61C8DF;
}
@media (min-width: 1400px) {
  .blog-card .blog-card__bottom .read-more {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .blog-card .blog-card__bottom .read-more {
    letter-spacing: 1.6px;
  }
}
.blog-card .blog-card__bottom .read-more::after {
  content: "\e903";
  font-family: "Icomoon";
  margin-inline-start: 5px;
  font-size: calc(7px + 5 * (100vw - 390px) / 1010);
  color: #61C8DF;
}
@media (min-width: 1400px) {
  .blog-card .blog-card__bottom .read-more::after {
    font-size: 12px;
  }
}

.accordion .accordion-item {
  margin-bottom: calc(5px + 5 * (100vw - 390px) / 1010);
  background-color: transparent;
  border-top: none;
  border-bottom: 1px solid #000000;
}
@media (min-width: 1400px) {
  .accordion .accordion-item {
    margin-bottom: 10px;
  }
}
.accordion .accordion-item:last-child {
  border-bottom: 1px solid #000000;
}
.accordion .accordion-button {
  padding-top: calc(14px + 0 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 30 * (100vw - 390px) / 1010);
  padding-bottom: calc(14px + 0 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 30 * (100vw - 390px) / 1010);
  font-size: calc(18px + 4 * (100vw - 390px) / 1010);
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #3DBDF1;
  color: #fff;
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-top: 14px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-bottom: 14px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-left: 40px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.accordion .accordion-button::after {
  width: auto;
  height: auto;
  padding: 0 10px;
  content: "\e903";
  font-family: "icomoon";
  line-height: 1;
  background: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.accordion .accordion-button:focus {
  box-shadow: none;
  border-color: inherit;
}
.accordion .accordion-body {
  padding-top: calc(20px + 5 * (100vw - 390px) / 1010);
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #fff;
}
@media (min-width: 1400px) {
  .accordion .accordion-body {
    padding-top: 25px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-body {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.tabs-block .nav-pills .nav-link {
  padding: 15px;
  min-width: 200px;
  font-size: 18px;
  border-radius: 0;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.tabs-block .nav-pills .nav-link.active {
  background-color: #fff;
  color: #E1E1E1;
}
.tabs-block .tab-content {
  padding-top: calc(10px + 40 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 90 * (100vw - 390px) / 1010);
  padding-bottom: calc(10px + 40 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 90 * (100vw - 390px) / 1010);
  background-color: #e5e1e6;
  color: #fff;
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-right: 100px;
  }
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-left: 100px;
  }
}

.banner {
  width: 100%;
}
.banner._banner-1 .banner__inner {
  padding-top: 82.0512820513%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner._banner-1 .banner__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner._banner-2 .banner__inner {
  padding-top: 60.2564102564%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner._banner-2 .banner__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner._banner-3 .banner__inner {
  padding-top: 47.7572559367%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner._banner-3 .banner__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767.9px) {
  .banner._banner-1 .banner__inner {
    padding-top: 31.1450381679%;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .banner._banner-1 .banner__inner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner._banner-2 .banner__inner {
    padding-top: 17.803030303%;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .banner._banner-2 .banner__inner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner._banner-3 .banner__inner {
    padding-top: 47.7237048666%;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .banner._banner-3 .banner__inner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.responsive-image {
  width: 100%;
}
.responsive-image .responsive-image__inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.responsive-image .responsive-image__inner img,
.responsive-image .responsive-image__inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.responsive-image._contain .responsive-image__inner img,
.responsive-image._contain .responsive-image__inner iframe {
  -o-object-fit: contain;
     object-fit: contain;
}

.article .article__image {
  width: 100%;
  margin-bottom: 20px;
}
.article .article__image .article__image-inner {
  width: 100%;
  padding-top: 66.6666666667%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.article .article__image .article__image-inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .article__content .article__content-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 16px;
}
.article .article__content .article__content-info span {
  display: block;
}
.article .article__content .article__content-title {
  margin-bottom: calc(20px + 10 * (100vw - 390px) / 1010);
  font-size: calc(28px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .article .article__content .article__content-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .article .article__content .article__content-title {
    font-size: 28px;
  }
}
.article .article__content .article__content-text p:not(:last-child) {
  margin-bottom: 10px;
}
.article .article__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px -10px -10px;
}
.article .article__navigation .article__navigation-button {
  margin: 10px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.article .article__navigation .article__navigation-button._prev::before {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  margin-left: 40px;
  background-image: url(../img/icons/icon-arrow-left.svg);
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.article .article__navigation .article__navigation-button._next::after {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  margin-right: 40px;
  background-image: url(../img/icons/icon-arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 991.9px) {
  .article .article__content {
    padding: 0 20px;
  }
  .article .article__navigation {
    margin: 30px -10px -10px;
  }
}

.swiper {
  padding: 5px 5px 10px;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination {
  bottom: 0;
}
.swiper .swiper-pagination-bullet {
  width: calc(15px + 5 * (100vw - 390px) / 1010);
  min-width: calc(15px + 5 * (100vw - 390px) / 1010);
  height: calc(15px + 5 * (100vw - 390px) / 1010);
  background-color: #61C8DF;
  border: 1px solid #61C8DF;
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    width: 20px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    min-width: 20px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    height: 20px;
  }
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 35px;
  height: 35px;
  transform: translateY(-25px);
  color: #61C8DF;
  border: 3px solid #61C8DF;
  border-radius: 50%;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-size: 16px;
}
.swiper._paginated {
  padding: 5px 5px 50px;
}
.swiper.teamSwiper {
  padding-right: 50px;
  padding-left: 50px;
}
.swiper.reviewsSwiper {
  padding: 0;
}
.swiper.reviewsSwiper .navigation {
  gap: 20px;
}
.swiper.reviewsSwiper .navigation .swiper-button-next,
.swiper.reviewsSwiper .navigation .swiper-button-prev {
  position: static;
  transform: none;
  margin-top: 0;
}
.swiper.newsSwiper {
  padding-right: 50px;
  padding-left: 50px;
}
@media (min-width: 991.9px) {
  .swiper.newsSwiper {
    padding-right: 0;
    padding-left: 0;
  }
  .swiper.newsSwiper .swiper-button-next,
  .swiper.newsSwiper .swiper-button-prev {
    display: none;
  }
}

.social-links {
  display: flex;
  align-items: center;
  gap: calc(20px + 8 * (100vw - 390px) / 1010);
  font-size: calc(22px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links {
    gap: 28px;
  }
}
@media (min-width: 1400px) {
  .social-links {
    font-size: 22px;
  }
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #61C8DF;
  color: #000000;
  transition: 0.3s all ease;
}
.social-links a:hover {
  background-color: transparent;
  color: #61C8DF;
}
.social-links a:hover::before {
  color: #61C8DF;
}

.nav-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 400;
  background-color: #1E1E1E;
  border-radius: 0px 0px 15px 15px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.nav-overlay .overlay-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}
.nav-overlay .overlay-content .overlay-content__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-overlay .overlay-menu {
  margin: auto 0;
}
.nav-overlay .overlay-menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.nav-overlay .overlay-menu ul li a {
  font-size: calc(20px + 4 * (100vw - 390px) / 1010);
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #E1E1E1;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu ul li a {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.3px;
  }
}
.nav-overlay .overlay-categories a {
  color: #fff;
}
.nav-overlay .overlay-categories h5 {
  margin-bottom: 15px;
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 600;
  letter-spacing: 0.9px;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-categories h5 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.nav-overlay .overlay-categories ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.nav-overlay.shown {
  max-height: 90vh;
  overflow: auto;
}
@media (min-width: 991.9px) {
  .nav-overlay {
    display: none;
  }
}
.nav-overlay.light {
  background-color: #3DBDF1;
}

.form-content {
  position: relative;
}
.form-content .form-content-successed {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}
.form-content.success .form-content-regular {
  visibility: hidden;
  opacity: 0;
}
.form-content.success .form-content-successed {
  visibility: visible;
  opacity: 1;
}

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

.load {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  cursor: wait;
}
.load .spinner-border {
  border-color: #61C8DF;
  border-right-color: transparent;
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding {
  padding: 25px 0;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: normal;
  letter-spacing: 0.9;
  color: #fff;
  background-color: #2a2a2a;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 1400px) {
  body {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
body .main {
  flex: 1;
  background-image: url(../img/bg/bg-main-mobile-2.png);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: center;
}
@media (min-width: 991.9px) {
  body .main {
    background-image: url(../img/bg/bg-main-2-without-orange.png);
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 400;
}
.header .header__main {
  padding-top: calc(14px + 9 * (100vw - 390px) / 1010);
  padding-bottom: calc(14px + 9 * (100vw - 390px) / 1010);
  background-color: #1a1a1a;
  position: relative;
}
@media (min-width: 1400px) {
  .header .header__main {
    padding-top: 23px;
  }
}
@media (min-width: 1400px) {
  .header .header__main {
    padding-bottom: 23px;
  }
}
.header .header__main .header__main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header .header__main .header-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(20px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header .header__main .header-menu ul {
    gap: 40px;
  }
}
.header .header__main .header-menu ul li a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  color: #fff;
}
.header .header__main .header-menu ul li a:hover {
  color: #61C8DF;
}

.section {
  margin-bottom: calc(60px + 60 * (100vw - 390px) / 1010);
  position: relative;
}
@media (min-width: 1400px) {
  .section {
    margin-bottom: 120px;
  }
}
.section .section-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: calc(30px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading {
    margin-bottom: 40px;
  }
}
.section .section-anchor {
  width: 100%;
  position: absolute;
  top: calc(-80px + -40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-anchor {
    top: -120px;
  }
}

.section-hero {
  width: 100%;
  margin-bottom: calc(40px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-hero {
    margin-bottom: 80px;
  }
}
.section-hero .section-hero__main {
  position: relative;
  overflow: hidden;
}
.section-hero .section-hero__main .bg-element {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
  will-change: transform, opacity;
}
.section-hero .section-hero__main .bg-element._element-1 {
  width: calc(80px + 80 * (100vw - 390px) / 1010);
  height: calc(70px + 70 * (100vw - 390px) / 1010);
  right: 20%;
  bottom: 27%;
}
@media (min-width: 1400px) {
  .section-hero .section-hero__main .bg-element._element-1 {
    width: 160px;
  }
}
@media (min-width: 1400px) {
  .section-hero .section-hero__main .bg-element._element-1 {
    height: 140px;
  }
}
.section-hero .section-hero__main .bg-element._element-2 {
  width: calc(70px + 70 * (100vw - 390px) / 1010);
  height: calc(63px + 63 * (100vw - 390px) / 1010);
  right: 6%;
  bottom: 17%;
}
@media (min-width: 1400px) {
  .section-hero .section-hero__main .bg-element._element-2 {
    width: 140px;
  }
}
@media (min-width: 1400px) {
  .section-hero .section-hero__main .bg-element._element-2 {
    height: 126px;
  }
}
.section-hero .section-hero__main .bg-element._element-3 {
  width: calc(73px + 72 * (100vw - 390px) / 1010);
  height: calc(70px + 69 * (100vw - 390px) / 1010);
  right: 37%;
  bottom: 10%;
}
@media (min-width: 1400px) {
  .section-hero .section-hero__main .bg-element._element-3 {
    width: 145px;
  }
}
@media (min-width: 1400px) {
  .section-hero .section-hero__main .bg-element._element-3 {
    height: 139px;
  }
}
.section-hero .section-hero__main .bg-element._element-4 {
  width: calc(73px + 72 * (100vw - 390px) / 1010);
  height: calc(65px + 65 * (100vw - 390px) / 1010);
  right: 45%;
  bottom: 23%;
}
@media (min-width: 1400px) {
  .section-hero .section-hero__main .bg-element._element-4 {
    width: 145px;
  }
}
@media (min-width: 1400px) {
  .section-hero .section-hero__main .bg-element._element-4 {
    height: 130px;
  }
}
.section-hero .section-hero__main .bg-element._element-5 {
  width: calc(80px + 80 * (100vw - 390px) / 1010);
  height: calc(73px + 72 * (100vw - 390px) / 1010);
  right: 70%;
  bottom: 16%;
}
@media (min-width: 1400px) {
  .section-hero .section-hero__main .bg-element._element-5 {
    width: 160px;
  }
}
@media (min-width: 1400px) {
  .section-hero .section-hero__main .bg-element._element-5 {
    height: 145px;
  }
}
.section-hero .section-hero__background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-hero .section-hero__content {
  padding-top: calc(40px + 80 * (100vw - 390px) / 1010);
  padding-bottom: calc(40px + 80 * (100vw - 390px) / 1010);
  min-height: calc(520px + 155 * (100vw - 390px) / 1010);
  position: relative;
  z-index: 2;
}
@media (min-width: 1400px) {
  .section-hero .section-hero__content {
    padding-top: 120px;
  }
}
@media (min-width: 1400px) {
  .section-hero .section-hero__content {
    padding-bottom: 120px;
  }
}
@media (min-width: 1400px) {
  .section-hero .section-hero__content {
    min-height: 675px;
  }
}
.section-hero .section-hero__bottom {
  margin-top: -50px;
  margin-top: calc(-50px + 20 * (100vw - 390px) / 1010);
  position: relative;
  z-index: 2;
}
@media (min-width: 1400px) {
  .section-hero .section-hero__bottom {
    margin-top: -30px;
  }
}
.section-hero .section-hero__bottom .section-hero__bottom-inner {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: calc(23px + 7 * (100vw - 390px) / 1010);
  background-color: #61C8DF;
  color: #000000;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 1400px) {
  .section-hero .section-hero__bottom .section-hero__bottom-inner {
    padding: 30px;
  }
}
.section-hero .section-hero__bottom .section-hero__bottom-inner h3 {
  z-index: 1;
}
@media (min-width: 991.9px) {
  .section-hero .section-hero__main .bg-element._element-1 {
    right: 14%;
    bottom: auto;
    top: 7%;
  }
  .section-hero .section-hero__main .bg-element._element-2 {
    right: 8%;
    bottom: auto;
    top: 29%;
  }
  .section-hero .section-hero__main .bg-element._element-3 {
    right: 21%;
    bottom: auto;
    top: 35%;
  }
  .section-hero .section-hero__main .bg-element._element-4 {
    right: 25%;
    bottom: auto;
    top: 19%;
  }
  .section-hero .section-hero__main .bg-element._element-5 {
    right: 37%;
    bottom: auto;
    top: 27%;
  }
  .section-hero .section-hero__bottom .bg-element {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
  }
  .section-hero .section-hero__bottom .bg-element._element-1 {
    width: calc(65px + 65 * (100vw - 390px) / 1010);
    height: calc(65px + 65 * (100vw - 390px) / 1010);
    left: -18px;
    top: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .section-hero .section-hero__bottom .bg-element._element-1 {
    width: 130px;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .section-hero .section-hero__bottom .bg-element._element-1 {
    height: 130px;
  }
}
@media (min-width: 991.9px) {
  .section-hero .section-hero__bottom .bg-element._element-2 {
    width: calc(40px + 40 * (100vw - 390px) / 1010);
    height: calc(24px + 24 * (100vw - 390px) / 1010);
    left: 25%;
    bottom: 0;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .section-hero .section-hero__bottom .bg-element._element-2 {
    width: 80px;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .section-hero .section-hero__bottom .bg-element._element-2 {
    height: 48px;
  }
}
@media (min-width: 991.9px) {
  .section-hero .section-hero__bottom .bg-element._element-3 {
    width: calc(47px + 47 * (100vw - 390px) / 1010);
    height: calc(47px + 47 * (100vw - 390px) / 1010);
    right: 5px;
    top: -25px;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .section-hero .section-hero__bottom .bg-element._element-3 {
    width: 94px;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .section-hero .section-hero__bottom .bg-element._element-3 {
    height: 94px;
  }
}

@media (min-width: 991.9px) {
  .section-about {
    background-image: url(../img/bg/bg-about.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
  }
}

.section-price .container {
  position: relative;
}
.section-price .container::before {
  content: "";
  display: block;
  width: calc(390px + 610 * (100vw - 390px) / 1010);
  height: calc(390px + 210 * (100vw - 390px) / 1010);
  background: radial-gradient(42.09% 49.56% at 50.05% 49.56%, rgba(122, 151, 43, 0.7) 0%, rgba(122, 151, 43, 0) 100%);
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 1400px) {
  .section-price .container::before {
    width: 1000px;
  }
}
@media (min-width: 1400px) {
  .section-price .container::before {
    height: 600px;
  }
}

.section-contact {
  position: relative;
}
.section-contact .section-contact__background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.section-contact .contact-block {
  padding-top: calc(110px + -30 * (100vw - 390px) / 1010);
  padding-bottom: calc(110px + -30 * (100vw - 390px) / 1010);
  position: relative;
  z-index: 2;
}
@media (min-width: 1400px) {
  .section-contact .contact-block {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .section-contact .contact-block {
    padding-bottom: 80px;
  }
}
@media (min-width: 991.9px) {
  .section-contact .section-contact__background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.footer {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #E1E1E1;
  border-top: 1px solid #61C8DF;
}
.footer a {
  color: #E1E1E1;
}
.footer a:hover {
  color: #61C8DF;
}
.footer .footer__main {
  padding-top: calc(25px + 10 * (100vw - 390px) / 1010);
  padding-bottom: calc(25px + 0 * (100vw - 390px) / 1010);
  background-color: #1E1E1E;
}
@media (min-width: 1400px) {
  .footer .footer__main {
    padding-top: 35px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main {
    padding-bottom: 25px;
  }
}
.footer .footer__main .logo {
  height: 53px;
  margin-bottom: 20px;
}
.footer .footer__main .footer-block .footer-block__title {
  margin-bottom: calc(20px + 0 * (100vw - 390px) / 1010);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.667px;
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__title {
    margin-bottom: 20px;
  }
}
.footer .footer__main .footer-block ul li a {
  line-height: 1.6;
}
.footer .footer__main .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.footer .footer__main .footer-menu ul li {
  margin: 0 10px;
}
.footer .footer__main .footer-menu ul li a {
  display: block;
  padding: 10px;
}
.footer .footer-menu-bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.footer .footer-menu-bottom ul li {
  margin: 10px;
}
.footer .footer-menu-bottom ul li a {
  font-size: 13px;
  font-weight: 400;
}
.footer .footer-divider {
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}
.footer .social-links a {
  color: #000000;
}
.footer .footer__bottom {
  padding-top: calc(5px + 5 * (100vw - 390px) / 1010);
  padding-bottom: calc(5px + 5 * (100vw - 390px) / 1010);
  background-color: #000;
}
@media (min-width: 1400px) {
  .footer .footer__bottom {
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__bottom {
    padding-bottom: 10px;
  }
}
.footer .footer__bottom .footer-bottom__text {
  direction: ltr;
  text-align: center;
  font-size: calc(16px + 2 * (100vw - 360px) / 1010);
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: #E1E1E1;
}
.footer .footer__bottom .footer-bottom__text a {
  color: #E1E1E1;
}
@media (min-width: 991.9px) {
  .footer .footer__main .footer-menu ul {
    margin: 0;
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 20px;
  }
  .footer .footer__main .footer-menu ul li {
    margin: 0;
  }
  .footer .footer__main .footer-menu ul li a {
    padding: 10px 0;
  }
}