html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: "Inter Tight", sans-serif;
  background: #fffef7;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1d1d1b; }

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important; }
  a:hover {
    color: #00adba; }

.container {
  padding: 0 15px;
  max-width: 1348px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      max-width: 960px !important; } }
  @media (max-width: 991px) {
    .container {
      max-width: 720px !important; } }
  @media (max-width: 767px) {
    .container {
      max-width: 540px !important; } }

.d-flex, .q {
  display: flex; }

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }

h1 {
  font-size: 44px;
  font-weight: 900;
  line-height: 140%;
  margin: 0; }

h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 140%; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0; }

.svg, rect, line, circle {
  transition: 0.5s ease; }

a {
  transition: color 0.5s ease;
  box-sizing: border-box; }

li a {
  transition: color 0.5s ease; }

button {
  cursor: pointer;
  box-sizing: border-box; }

textarea {
  transition: border 0.5s;
  box-sizing: border-box; }
  textarea:focus {
    transition: border 0.5s;
    outline: none;
    border: 1px solid #00adba; }

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff; }
  input:disabled {
    pointer-events: none;
    opacity: 0.5; }
  input:focus {
    border: 1px solid #00adba;
    transition: 0.5s; }
  input:focus-visible {
    outline: initial; }

path {
  transition: fill 0.5s, stroke 0.5s; }

div {
  box-sizing: border-box; }

.icon {
  transition: fill 0.5s, stroke 0.5s; }

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #00adba; }

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px; }

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px; }

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #00adba;
  border-radius: 6px; }

.blue {
  color: #00adba; }

.yellow {
  color: #ffd500; }

.sub {
  color: #1d1d1b;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%; }

input::-webkit-input-placeholder {
  color: rgba(29, 29, 27, 0.6) !important; }

input::-moz-placeholder {
  color: rgba(29, 29, 27, 0.6) !important; }

input:-ms-input-placeholder {
  color: rgba(29, 29, 27, 0.6) !important; }

input:-moz-placeholder {
  color: rgba(29, 29, 27, 0.6) !important; }

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  cursor: pointer; }
  .custom-checkbox + label:hover:before {
    border: 1px solid #00adba; }

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background: #FFFFFF;
  flex: 1 0 auto;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  max-width: 20px;
  margin-right: 11px; }

.custom-checkbox:checked + label::before {
  background: url(../img/check2.png) no-repeat center center;
  background-size: 8px; }

.tabs__pane {
  display: none; }

.tabs__pane_show {
  display: block; }

.tabs__btn_active {
  color: #20252d !important;
  position: relative; }

.mob {
  display: none; }

/* SELECT */
.selectCF {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  background: transparent; }

.selectCF li {
  list-style: none;
  cursor: pointer;
  perspective: 900px;
  -webkit-perspective: 900px;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.selectCF > li {
  position: relative;
  border: none; }

.selectCF span {
  display: flex;
  height: auto;
  line-height: 100%;
  color: #888888;
  z-index: 1;
  align-items: center; }

.selectCF .arrowCF {
  transition: .3s;
  -webkit-transition: .3s;
  width: 7px;
  height: 5px;
  text-align: center;
  vertical-align: top;
  background: url(../img/down-arrow.png) no-repeat !important;
  position: absolute;
  right: -16px;
  top: 8px; }

.selectCF .titleCF {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #000000 !important;
  white-space: nowrap;
  width: max-content !important;
  height: max-content !important;
  box-sizing: border-box;
  background: transparent !important; }

.selectCF .searchCF {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1; }

@keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-moz-keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-webkit-keyframes searchActive {
  from {
    -webkit-transform: rotateY(180deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

.searchActive .searchCF {
  z-index: 1;
  animation: searchActive 0.3s alternate 1;
  -moz-animation: searchActive 0.3s alternate 1;
  -webkit-animation: searchActive 0.3s alternate 1; }

.searchActive .titleCF {
  opacity: 0; }

.selectCF .searchCF input {
  border: none !important;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent; }

.selectCF .searchCF input:active, .selectCF .searchCF input:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important; }

.selectCF li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 100%;
  background: grey;
  max-height: 255px;
  overflow-y: auto;
  transition: .2s;
  -webkit-transition: .2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none; }

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: .2s;
  -webkit-transition: .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: none;
  box-sizing: border-box;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFF; }
  .selectCF li ul li:last-child {
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 10px; }
  .selectCF li ul li:hover {
    color: #00adba; }

.onCF .arrowCF {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

@-moz-keyframes effect1 {
  from {
    transform: translateY(15px);
    opacity: 0; }
  to {
    transform: translateY(0px);
    opacity: s1; } }

@-webkit-keyframes effect1 {
  from {
    -webkit-transform: translateY(15px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

.onCF li ul {
  display: block;
  position: absolute;
  -moz-animation: effect1 0.3s alternate 1;
  -webkit-animation: effect1 0.3s alternate 1;
  left: -6.55px;
  top: 22px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  min-width: max-content;
  padding-right: 10px; }

ul.info li, #event-change {
  color: #FFF; }

ul.info {
  padding: 0;
  display: none; }

ul.info li {
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px; }

.accordeon, .accordeon2 {
  padding: 5px 0 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 26px;
  width: 100%; }

.accordeon__item {
  width: 100%;
  list-style-type: none; }

.accordeon__item:first-child .accordeon__button {
  margin-top: 0; }

.accordeon__button, .accordeon__button2 {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  font-size: 17px;
  font-weight: 700;
  color: #282828;
  display: flex;
  justify-content: space-between; }

.accordeon__button:hover, .accordeon__button2:hover {
  color: #00adba; }

.accordeon__button:after, .accordeon__button2:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  top: 8px;
  bottom: inherit;
  margin-bottom: -20px;
  transition: all 0.5s ease; }

.accordeon__button.active:after, .accordeon__button2.active:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  bottom: 30%;
  margin-bottom: -20px;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.accordeon__panel, .accordeon__panel2 {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.5s ease; }

.panel__text, .panel__text2 {
  list-style-type: none;
  padding-top: 0px;
  max-width: 688px;
  margin-top: 30px; }

.panel__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px; }
  .panel__info:last-child {
    margin-bottom: 0; }

.header {
  height: 85vh;
  position: relative;
  padding: 20px 0 86px; }
  .header .container {
    max-width: 1670px; }
  .header__bg {
    position: absolute;
    top: 0;
    left: 0;
    object-position: 0 center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }
  .header__box {
    margin-left: auto;
    text-align: right;
    width: 50%; }
    .header__box img {
      margin-bottom: 122px; }
    .header__box h1 {
      margin-bottom: -15px; }
  .header__num {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 140px;
    font-weight: 900;
    line-height: 100%; }
  .header__text {
    margin-bottom: 108px;
    color: #1d1d1b;
    font-size: 64px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.32rem; }
  .header__name {
    color: #1d1d1b;
    font-size: 38px;
    font-weight: 900;
    line-height: 140%;
    text-transform: uppercase; }
  .header__sub {
    font-size: 36px;
    font-weight: 500;
    line-height: 140%;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    margin-top: -5px; }

.info {
  padding: 100px 0 50px; }
  .info__box {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px; }
  .info__content {
    width: 100%;
    position: relative;
    top: -13px;
    max-width: 47.8%; }
    .info__content h2 {
      margin-bottom: 25px; }
  .info__flex {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 47.8%; }
  .info__text p {
    color: #263141;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 140%; }
    .info__text p:last-child {
      margin-bottom: 0; }
  .info__item {
    width: 48%;
    overflow: hidden;
    margin-bottom: 20px;
    height: 362px;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
    background: white;
    text-align: center; }
    .info__item h3 {
      color: #263141;
      font-size: 24px;
      font-weight: 600;
      line-height: 140%;
      margin: 3px 0 10px; }
    .info__item p {
      color: #1d1d1b;
      font-size: 16px;
      font-weight: 300;
      line-height: 140%;
      text-align: center; }
  .info__block {
    align-items: center;
    justify-content: center;
    height: 122px; }
  .info__wrap {
    max-width: 49%;
    width: 100%;
    position: relative; }
    .info__wrap:before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      left: -27px;
      top: -31px;
      width: 300px;
      height: 300px;
      border-radius: 30px;
      background: #00adba; }
    .info__wrap:after {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      right: 2px;
      bottom: -21px;
      width: 300px;
      height: 300px;
      border-radius: 30px;
      background: #00adba; }
  .info__row {
    justify-content: space-between;
    align-items: center; }
    .info__row .info__content {
      top: 0;
      max-width: 45.8%; }

.area {
  padding: 50px 0 60px; }
  .area h2 {
    margin-bottom: 50px; }
  .area__box {
    justify-content: flex-start;
    flex-wrap: wrap;
    pointer-events: none; }
  .area__item {
    width: 32.3%;
    margin-bottom: 20px;
    margin-right: 20px;
    height: auto;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(29, 25, 8, 0.05);
    background: white;
    border: 1px solid white; }
    .area__item:nth-child(3n) {
      margin-right: 0; }
    .area__item img {
      width: 100%;
      object-fit: cover;
      margin-bottom: 18px;
      height: 250px;
      border-radius: 10px; }
    .area__item h3 {
      margin-top: 0;
      margin-bottom: 10px;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      display: -webkit-box;
      color: #1d1d1b;
      font-size: 20px;
      font-weight: 600;
      line-height: 140%;
      transition: 0.5s; }
    .area__item p {
      color: #1d1d1b;
      font-size: 16px;
      font-weight: 300;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      display: -webkit-box;
      line-height: 140%; }
    .area__item:hover {
      border: 1px solid #00adba; }
      .area__item:hover h3 {
        color: #00adba; }

.per {
  padding: 18px 0 50px; }
  .per__wrap {
    position: relative; }
    .per__wrap h2 {
      text-align: center;
      margin-bottom: 50px; }
  .per__top {
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 30px; }
  .per__block {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 30.9%;
    height: 93px;
    border-radius: 20px 20px 0px 0px;
    background: #A1ABB9;
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    text-align: center; }
    .per__block:nth-child(2) {
      background: #ffd500; }
    .per__block:nth-child(3) {
      background: #00adba; }
  .per__table {
    padding: 23px 30px;
    border-radius: 20px;
    background: white;
    overflow: hidden; }
  .per__mob {
    display: none; }
  .per__row {
    padding: 22px 0px;
    transition: 0.5s;
    align-items: flex-start;
    border-radius: 15px;
    overflow: hidden;
    justify-content: space-between; }
    .per__row:hover {
      background: #ffd500 !important; }
    .per__row p {
      width: 31%;
      text-align: center;
      color: #1d1d1b;
      font-size: 20px;
      font-weight: 300;
      line-height: 140%; }
      .per__row p span {
        display: none; }
    .per__row:nth-child(2n) {
      background: #fbfbfb; }

.calc {
  padding: 50px 0 25px; }
  .calc h2 {
    margin-bottom: 50px;
    text-align: center; }
  .calc__wrap {
    width: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 20px;
    background: white;
    margin-bottom: 50px; }
  .calc__form {
    width: 100%; }
    .calc__form input {
      width: 100%;
      pointer-events: none;
      width: 100%;
      padding: 30px;
      box-sizing: border-box;
      border: 1px solid rgba(29, 29, 27, 0.1);
      border-radius: 15px;
      background: #fbfbfb;
      padding-left: 30px;
      color: black;
      font-size: 20px;
      font-weight: 400;
      line-height: 100%; }
  .calc__flex {
    justify-content: space-between;
    margin-bottom: 16px; }
  .calc__item {
    width: 32.3%;
    margin-bottom: 20px;
    position: relative; }
  .calc #incdec {
    position: absolute;
    right: 63px;
    width: 67px;
    top: 29px;
    transition: 0.5s; }
    .calc #incdec input {
      text-align: center;
      border: none;
      pointer-events: inherit;
      padding: 0;
      margin: 0;
      width: 100%; }
  .calc #up {
    position: absolute;
    cursor: pointer;
    top: -9px;
    transition: 0.5s;
    right: -34px; }
    .calc #up svg path {
      stroke: #a78f77;
      stroke-opacity: 0.4; }
    .calc #up:hover .svg path {
      stroke-opacity: 1;
      stroke: black !important; }
  .calc #down {
    position: absolute;
    cursor: pointer;
    bottom: -9px;
    right: -34px; }
    .calc #down .svg path {
      stroke: #a78f77;
      stroke-opacity: 0.4; }
    .calc #down:hover .svg path {
      stroke-opacity: 1;
      stroke: black !important; }
  .calc__weight {
    position: absolute;
    right: 57px;
    top: 31px;
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%; }
  .calc .style1 {
    position: absolute;
    z-index: 4;
    right: 24px;
    top: 32px; }
  .calc .selectCF {
    box-sizing: border-box;
    width: 70px; }
  .calc .selectCF .searchCF {
    display: none !important; }
  .calc .selectCF .titleCF {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    box-sizing: border-box; }
  .calc .selectCF .arrowCF {
    background: url(../img/own.svg) no-repeat !important;
    right: 6px;
    top: 6px;
    width: 13px;
    height: 9px; }
  .calc .onCF li ul {
    padding-top: 7px;
    left: 0;
    width: 100%;
    top: 36px;
    border-radius: 12px; }
  .calc__sum {
    position: absolute;
    right: 28px;
    top: 31px;
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%; }
  .calc h3 {
    color: #1d1d1b;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 0; }
  .calc__row {
    justify-content: space-between; }
  .calc__el {
    overflow: hidden;
    width: 32%;
    position: relative;
    height: 200px;
    padding: 20px 24px;
    border-radius: 20px;
    background: #00adba; }
    .calc__el img {
      position: absolute;
      bottom: 0;
      right: 36px;
      z-index: 0; }
  .calc__num {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 60px;
    position: relative;
    z-index: 2; }
  .calc__old {
    color: rgb(255 213 0);
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    text-align: right;
    text-decoration-line: line-through;
    margin-bottom: 5px;
    position: relative;
    z-index: 2; }
  .calc__new {
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    text-align: right;
    position: relative;
    z-index: 2; }

.faq {
  padding: 25px 0 50px; }
  .faq h2 {
    text-align: center;
    margin-bottom: 50px; }
  .faq .accordeon {
    padding: 0;
    margin: 0;
    border-bottom: none;
    width: 100%; }
    .faq .accordeon__item {
      width: 100%;
      box-sizing: border-box;
      height: auto;
      padding: 30px;
      margin-bottom: 20px;
      border-radius: 20px;
      box-shadow: 0px 0px 20px 0px rgba(29, 25, 8, 0.05);
      background: white; }
      .faq .accordeon__item:last-child {
        margin-bottom: 0; }
    .faq .accordeon__button {
      color: #1d1d1b;
      font-size: 20px;
      font-weight: 400;
      line-height: 130%;
      padding-right: 50px; }
      .faq .accordeon__button:hover {
        color: #00adba; }
      .faq .accordeon__button:after {
        background: url(../img/plus.svg) no-repeat !important;
        width: 20px;
        left: inherit;
        height: 23px;
        top: -2px;
        right: -5px; }
    .faq .accordeon .accordeon__button.active:after, .faq .accordeon .accordeon__button2.active:after {
      background: url(../img/minus.svg) no-repeat !important;
      right: 1px; }
    .faq .accordeon .panel__text {
      max-width: 96%;
      margin-top: 20px; }
    .faq .accordeon .panel__info {
      color: #1d1d1b;
      font-size: 16px;
      font-weight: 300;
      line-height: 140%; }
  .faq .container {
    max-width: 1290px; }

.footer {
  padding: 49px 0 40px; }
  .footer__box {
    padding-top: 50px;
    border-top: 1px solid rgba(29, 29, 27, 0.4);
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .footer__logo {
    margin-bottom: 18px;
    width: 50%; }
  .footer__socials {
    align-items: center; }
    .footer__socials a {
      margin-right: 20px; }
      .footer__socials a:last-child {
        margin-right: 0; }
      .footer__socials a:hover {
        opacity: 0.5; }
  .footer__content p {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 15px; }
  .footer__content ul li {
    margin-bottom: 15px; }
    .footer__content ul li a {
      color: #1d1d1b;
      font-size: 16px;
      font-weight: 300;
      line-height: 140%; }
      .footer__content ul li a:hover {
        color: #00adba; }
    .footer__content ul li:last-child {
      margin-bottom: 15px; }
.nav__box {
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
.nav__box ul {
  display: flex;
  flex-wrap: wrap;
}
.nav__box ul li {
  margin-right: 50px;
}
.nav__box ul li:last-child {
  margin-right: 0;
}
.nav__box ul li a {
  color: #000;
  font-size: 20px;
}
.nav__box ul li a:hover {
  color: #00adba;
}
.nav__logo {
  display: block;
  width: 350px;
  position: relative;
  top: 7px;
}
.nav__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.option {
  font-size: 26px;
  cursor: pointer;
  transition: 0.5s;
  color: #000;
  font-weight: bold;
}
.option:hover {
  opacity: 0.5;
}
.option:first-child {
  margin-right: 20px;
}
.option.active {
  color: #00adba;
}
.menu-btn, .menu {
  display: none;
}

.popup__bg, .popup__bg2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup__bg.active, .popup__bg2.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s all;
  z-index: 22;
}

.popup, .popup2 {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 1270px;
  height: max-content;
  transition: 0.5s all;
  text-align: center;
  border-radius: 20px;
  background: white;
  padding: 59px 44px 47px;
}

.popup.active, .popup2.active {
  transform: translate(-50%, -46%) scale(1);
  transition: 0.5s all;
}

.close-popup, .close-popup2 {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  fill: white;
  z-index: 20;
  transition: 0.5s;
  transform: rotate(90deg);
}
.close-popup:hover, .close-popup2:hover {
  transform: rotate(0deg);
}
.nav__tel {
  margin-right: 20px;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  color: #000;
  display: flex;
}
.nav__tel:hover {
  color: #00adba;
}
#map {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 12px;
  margin-top: 25px;
}
.nav__tel img {
  margin-right: 10px;
  width: 21px;
  position: relative;
  top: 2px;
}
.nav__box_main {
  justify-content: flex-end;
}
.nav__box_main .nav__logo {
  margin-right: 80px;
}
@media screen and (max-width: 1650px) {
  .header .container {
    max-width: 1348px; }
  .header {
    padding: 40px 0; }
  .header__box img {
    margin-bottom: 80px; }
  .header__text {
    margin-bottom: 80px; }
  .header__bg {
    object-position: -18px bottom; }
  h1 {
    font-size: 61px; } 
    .nav__logo {
      width: 270px;
      top: 0;
    }
    .nav__box_main .nav__logo {
      width: 320px;
    }
  }

@media screen and (max-width: 1348px) {
  .header .container {
    max-width: 1200px; }
  h1 {
    font-size: 52px; }
  .header__text {
    font-size: 50px; }
  .header__num {
    font-size: 200px; }
  .header__name {
    font-size: 35px; }
    .header__sub {
      font-size: 33px;
    }
  .header__box img, .header__text {
    margin-bottom: 60px; }
  .area__item {
    width: 32.2%; }
    .nav__logo {
      flex: 1 0 auto;
      max-width: 270px;
    }
    .nav__box ul li {
      margin-right: 30px;
    }
    .nav__tel {
      font-size: 18px;
    }
    .nav__tel img {
      margin-right: 7px;
      width: 18px;
      position: relative;
      top: 0px;
  }
  .option {
    font-size: 24px;
  }
  .popup {
    width: 95%;
  }
   }

@media screen and (max-width: 1199px) {
  .nav__box ul {
    display: none;
  }
  .menu-btn {
    width: 48px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 18px;
    z-index: 11;
    overflow: hidden;
  }
  .nav__logo {
    z-index: 3;
  }
  .nav__lang {
    position: relative;
    z-index: 3;
  }
  .menu-btn span {
    width: 38px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    transition: all 0.5s;
    margin-left: 5px;
  }
  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 8.5px);
    width: 48px;
    height: 2px;
    margin-left: 0;
  }
  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 9.4px);
    width: 24px;
    height: 2px;
    margin-left: 12px;
  }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    padding: 80px 40px;
    background: white;
    transform: translateX(100%);
    transition: transform 0.5s;
    z-index: 10;
    overflow: hidden;
  }
  .menu li {
    margin-bottom: 25px;
  }
  .menu li a {
    color: #000;
    font-size: 21px;
  }
  .menu .nav__customers {
    justify-content: center;
  }
  .menu .nav__btn {
    margin: 0 auto 20px;
  }
  .menu .nav__content {
    text-align: center;
    margin-right: 0;
  }
  .menu .nav__form {
    width: 79%;
    justify-content: center;
    margin: 0 auto 20px;
  }
  .menu .nav__block, .menu .nav__btn, .menu .nav__form {
    display: flex !important;
  }
  .menu .nav__content, .menu .nav__bottom {
    display: block !important;
  }
  .menu .nav__bottom {
    flex-direction: column;
  }
  .menu .nav__bottom .nav__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 0;
    max-width: 100%;
  }
  .menu .nav__bottom .nav__list li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .menu.active {
    transform: translateX(0);
  }
  .menu-btn.active {
    overflow: visible;
    position: fixed;
    right: 30px;
    top: 30px;
  }
  .menu-btn.active span:nth-of-type(1) {
    display: none;
  }
  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    width: 24px;
    transform: translate(-50%, 0%) rotate(45deg);
    margin-left: 0;
  }
  .menu-btn.active span:nth-of-type(3) {
    width: 24px;
    top: 50%;
    transform: translate(-50%, 0%) rotate(-44deg);
    margin-left: 0;
  }
  .menu-btn, .menu {
    display: block;
  }
  .header {
    background: #f8db15; }
  .header__box {
    position: relative;
    z-index: 3; }
  .header__bg {
    height: auto;
    bottom: 1px;
    left: 0;
    z-index: 1;
    top: inherit;
    object-position: inherit; }
  .header__box img {
    width: 260px;
    margin-bottom: 50px; }
  .header__box h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 5px; }
  .header__text {
    margin-bottom: 15px;
    color: #1d1d1b;
    font-size: 25px;
    font-weight: 300;
    line-height: 140%; }
  .header__num {
    font-size: 70px;
    margin-bottom: 20px; }
  .header__name {
    font-size: 25px;
    line-height: 140%;
    margin-bottom: 5px; }
  .header__sub {
    font-size: 25px;
    font-weight: 500;
    line-height: 140%; }
  .info {
    padding: 60px 0 30px; }
  .info__box {
    flex-direction: column;
    margin-bottom: 60px; }
  .info__content {
    margin-bottom: 30px;
    top: 0;
    max-width: 100%; }
  .info__flex {
    max-width: 100%; }
  h2 {
    line-height: 120%; }
  .info__row {
    flex-direction: column; }
  .info__row .info__content {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 30px; }
  .info__wrap {
    max-width: 69%;
    width: 100%;
    position: relative;
    margin: 0 auto;
    left: 10px; }
  .area {
    padding: 30px 0; }
  .area h2 {
    margin-bottom: 30px; }
  .area__item {
    width: 31.9%; }
  .area__item img {
    height: 200px;
    margin-bottom: 15px; }
  .per__wrap h2 {
    margin-bottom: 30px; }
  .calc__flex {
    flex-wrap: wrap; }
  .calc__item:nth-child(1), .calc__item:nth-child(2) {
    width: 48%; }
  .calc__item:nth-child(3) {
    width: 100%; }
  .calc__wrap {
    margin-bottom: 20px; }
  .faq h2, .calc h2 {
    margin-bottom: 30px; }
    .nav__box {
      position: relative;
      padding-right: 80px;
    }
    .nav__tel {
      display: none;
    }
    .menu  .nav__tel {
      display: flex;
      margin-top: 40px;
      font-size: 20px;
    }
    .menu  .nav__tel img {
      margin-right: 10px;
    }
    .nav__box_main {
      padding-right: 0;
      position: relative;
      z-index: 5;
      margin-bottom: 70px;
    }
  }

@media (max-width: 991px) {
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .info__pic {
    width: 100%; }
  .area__item {
    width: 48.5%; }
    .area__item:nth-child(3n) {
      margin-right: 20px; }
    .area__item:nth-child(2n) {
      margin-right: 0px; }
  .per__block {
    font-size: 20px;
    padding: 15px;
    height: auto; }
  .per__row p {
    font-size: 16px; }
  .calc__row {
    flex-direction: column; }
  .calc__el {
    margin-bottom: 10px;
    width: 100%;
    height: 120px;
    padding: 20px; }
  .calc__num {
    margin-bottom: 12px;
    font-size: 16px; }
  .calc__old {
    font-size: 16px; }
  .calc__new {
    font-size: 24px; }
  .calc__el img {
    bottom: 0;
    right: 36px;
    z-index: 0;
    height: auto;
    width: 62%;
    object-fit: cover; }
  .calc__wrap {
    margin-bottom: 0; }
    .header {
      padding-top: 10px;
    }
    
    .menu-btn {
      top: 16px;
  }
   }

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%; }
  .sub {
    font-size: 16px;
    line-height: 140%; }
  .info__content h2 {
    margin-bottom: 15px; }
  .info__text p {
    font-size: 14px; }
  .info__item {
    width: 100%;
    padding: 20px;
    height: auto; }
    .info__item img {
      height: 80px; }
  .info__block {
    height: 100px; }
  .info__item h3 {
    font-size: 20px; }
  .info__item p {
    font-size: 14px; }
  .info__wrap:before {
    width: 136px;
    height: 136px;
    left: -13px;
    top: 14px; }
  .info__wrap:after {
    width: 136px;
    height: 136px;
    right: -13px;
    bottom: -10px; }
  .area__item {
    margin-right: 0 !important;
    margin-bottom: 10px;
    width: 100%;
    padding: 20px; }
  .area__item h3 {
    font-size: 16px;
    margin-bottom: 7px; }
  .area__item p {
    font-size: 14px; }
  .calc {
    padding: 25px 0; }
  .calc__form input {
    padding: 22px;
    padding-bottom: 40px;
    padding-top: 10px;
    font-size: 14px; }
  .calc__weight {
    font-size: 16px; }
  .calc .selectCF .titleCF {
    font-size: 16px; }
  .calc__sum {
    font-size: 16px;
    right: inherit;
    top: inherit;
    left: 24px;
    bottom: 14px; }
  .calc #incdec {
    right: inherit;
    top: inherit;
    width: 64%;
    left: 24px;
    bottom: 27px; }
    .calc #incdec input {
      text-align: left;
      position: relative;
      top: 12px;
      font-weight: 500; }
  .calc__weight {
    right: inherit;
    top: inherit;
    left: 41px;
    bottom: 15px; }
  .calc #up {
    top: -11px; }
  .calc #down {
    bottom: -11px; }
  .calc .style1 {
    right: inherit;
    top: inherit;
    left: 24px;
    bottom: 16px; }
  .calc .selectCF .arrowCF {
    right: 14px;
    top: 6px; }
  .calc .onCF .arrowCF {
    top: 4px; }
  .calc .onCF li ul {
    left: -10px;
    top: 23px; }
  .faq .accordeon__item {
    padding: 20px;
    margin-bottom: 10px; }
  .faq .accordeon__button {
    font-size: 16px; }
  .faq .accordeon .panel__info {
    font-size: 14px; }
  .calc {
    padding-bottom: 0; }
  .calc__wrap {
    padding: 20px; }
  .faq {
    padding-bottom: 0; }
  .footer__box {
    flex-direction: column;
    text-align: center; }
  .footer__content {
    margin-top: 50px; } 
    #map {
      height: 350px;
      margin-top: 20px;
    }
  
  }

@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none; }
  button::-moz-focus-inner {
    border: 0; }
  a:active, a:focus {
    outline: none; }
  input, textarea {
    outline: none; }
  input:active, textarea:active {
    outline: none; }
  input:focusout {
    outline: none; }
  .mob {
    display: block !important; }
  .header__box img {
    margin-bottom: 43px; }
  .header__box h1 {
    margin-bottom: 1px; }
  .header__text {
    letter-spacing: 0.2rem;
    font-size: 19px;
    margin-bottom: 28px; }
    .header__bg {
      bottom: 0px;
      left: 1px;
      z-index: 1;
      top: inherit;
      object-position: inherit;
  }
  .info__content h2 {
    font-size: 32px; }
  .sub {
    margin-bottom: 4px; }
  .info__item img {
    width: 63px; }
  .info__block {
    height: 84px; }
  .info__wrap {
    max-width: 320px;
    left: 0;
    margin-bottom: -6px; }
  .info__box {
    margin-bottom: 43px; }
  .info__wrap:before {
    left: -8px; }
  .info__wrap:after {
    bottom: -24px; }
  .info__content_2 h2 {
    font-size: 24px;
    line-height: 140%; }
  .area__item img {
    margin-bottom: 8px; }
  .per {
    padding-bottom: 25px; }
  .calc #down {
    right: -11px; }
  .calc #up {
    right: -11px; }
  .calc__item {
    margin-bottom: 10px; }
  .calc h3 {
    font-size: 20px;
    margin-bottom: 15px; }
  .calc__num {
    margin-bottom: 2px; }
  .calc__old {
    margin-bottom: 3px; }
  .calc__el img {
    bottom: -20px;
    right: -2px;
    width: 78%; }
  .faq {
    padding-top: 55px; }
  .footer {
    padding: 40px 0; }
  .footer__box {
    padding-top: 58px; }
  .per__block {
    width: 100%; }
    .per__block:first-child {
      display: none; }
  .per__top {
    flex-direction: column;
    padding: 0; }
  .per__table {
    padding: 20px; }
  .per__row {
    padding: 12px 20px;
    flex-direction: column; }
    .per__row p {
      font-weight: 400;
      margin-bottom: 23px;
      text-align: left; }
      .per__row p:last-child {
        margin-bottom: 0; }
  .per__row p span {
    display: block;
    color: rgba(29, 29, 27, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; }
  .per__top, .per__table {
    display: none; }
  .per__mob {
    display: block; }
  .per__mob .per__table {
    display: block;
    border-radius: 0 0 20px 20px;
    margin-bottom: 20px; }
  .per__mob .per__block {
     display: flex; }
  .per__mob .per__block_1 {
    background: #ffd500; }
  .per__mob .per__block_2 {
    background: #00adba; }
  .nav__logo {
    max-width: 140px;
  }
  .header {
    height: 75vh;
    padding-top: 25px;
  }
  .option:first-child {
    margin-right: 14px;
  }
  .option {
    font-size: 20px;
  }
  .menu-btn {
   top: 3px;
  }
  .menu {
    width: 100%;
    padding-left: 20px;
  }
  .nav__box_main .nav__logo {
    max-width: 164px;
    top: 3px;
  } 
  .header__box {
    width: 100%;
  }
  .nav__box_main {
    justify-content: space-between;
    margin-bottom: 42px;

  }
  .popup {
    padding: 60px 20px 40px;
  }
  .header__name {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .header__box h1 {
    line-height: 120%;
    margin-bottom: 15px;
  }
      }
@media screen and (max-width: 389px) {
  .header {
    height: 85vh;
  }  
}