* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

ul {
  list-style-type: none;
}

.container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  @media (width < 768px) {
    font-size: 36px;
  }
  @media (width < 768px) {
    font-size: 32px;
  }
}
h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  @media (width < 768px) {
    font-size: 30px;
  }
  @media (width < 768px) {
    font-size: 26px;
  }
}
h3 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  @media (width < 768px) {
    font-size: 26px;
  }
}
h4 {
  font-size: 24px;
  font-weight: 550;
  @media (width < 768px) {
    font-size: 20px;
  }
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  @media (width < 768px) {
    font-size: 16px;
    line-height: 1.2em;
  }
}
ul {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  @media (width < 768px) {
    font-size: 16px;
    line-height: 1.2em;
  }
}

/*------------------------------Header---------------------------------*/
.header {
  margin: 0 auto;
  width: 100%;
  z-index: 9;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
}

.headerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header__navbar {
  display: flex;
  justify-content: center;
  background-color: #0a4b64;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar {
  padding: 1%;
}
.navbar:not(.navbar-active):hover {
  background-color: #093e53;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.navbar-active {
  background-color: #093e53;
}

.navbar__list {
  display: flex;
  width: 66%;
  justify-content: space-between;
}

/* --------------------------------*/

.navbar__item {
  font-weight: 700;
  color: white;
  font-size: 22px;
}

.headerTop__picture {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header__title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-left: 5px;
}

.headerTop__info {
  position: relative;
  z-index: 5;
  @media (width < 767px) {
    display: none;
  }
}

/*---------------------------------------Header ends----------------------*/
div.bg {
  background-image: url('data:image/svg+xml,<svg width="1920" height="900" xmlns="http://www.w3.org/2000/svg"><path d="m0 163 35.5 4.5C71 172 142 181 213.2 176.5 284.3 172 355.7 154 426.8 157 498 160 569 184 640 199s142 21 213.2 10.5C924.3 199 995.7 172 1066.8 166c71.2-6 142.2 9 213.2-3s142-51 213.2-42c71.1 9 142.5 66 213.6 93 71.2 27 142.2 24 177.7 22.5l35.5-1.5V0H0Z" fill="%2313476d"/><path d="m0 451 35.5-16.5C71 418 142 385 213.2 359.5c71.1-25.5 142.5-43.5 213.6-45C498 313 569 328 640 341.5s142 25.5 213.2 39C924.3 394 995.7 409 1066.8 403c71.2-6 142.2-33 213.2-39s142 9 213.2 21c71.1 12 142.5 21 213.6 18 71.2-3 142.2-18 177.7-25.5l35.5-7.5V233l-35.5 1.5C1849 236 1778 239 1706.8 212c-71.1-27-142.5-84-213.6-93-71.2-9-142.2 30-213.2 42s-142-3-213.2 3c-71.1 6-142.5 33-213.6 43.5C782 218 711 212 640 197s-142-39-213.2-42c-71.1-3-142.5 15-213.6 19.5C142 179 71 170 35.5 165.5L0 161Z" fill="%23005b7b"/><path d="m0 586 35.5 21C71 628 142 670 213.2 673c71.1 3 142.5-33 213.6-37.5C498 631 569 658 640 667s142 0 213.2 0c71.1 0 142.5 9 213.6 6 71.2-3 142.2-18 213.2-25.5s142-7.5 213.2 0c71.1 7.5 142.5 22.5 213.6 37.5 71.2 15 142.2 30 177.7 37.5l35.5 7.5V368l-35.5 7.5C1849 383 1778 398 1706.8 401c-71.1 3-142.5-6-213.6-18-71.2-12-142.2-27-213.2-21s-142 33-213.2 39c-71.1 6-142.5-9-213.6-22.5C782 365 711 353 640 339.5s-142-28.5-213.2-27c-71.1 1.5-142.5 19.5-213.6 45C142 383 71 416 35.5 432.5L0 449Z" fill="%23006f84"/><path d="m0 757 35.5 15C71 787 142 817 213.2 820c71.1 3 142.5-21 213.6-34.5C498 772 569 769 640 773.5s142 16.5 213.2 21c71.1 4.5 142.5 1.5 213.6 0C1138 793 1209 793 1280 787s142-18 213.2-22.5c71.1-4.5 142.5-1.5 213.6 10.5 71.2 12 142.2 33 177.7 43.5L1920 829V728l-35.5-7.5C1849 713 1778 698 1706.8 683c-71.1-15-142.5-30-213.6-37.5-71.2-7.5-142.2-7.5-213.2 0S1138 668 1066.8 671c-71.1 3-142.5-6-213.6-6-71.2 0-142.2 9-213.2 0s-142-36-213.2-31.5C355.7 638 284.3 674 213.2 671 142 668 71 626 35.5 605L0 584Z" fill="%23008384"/><path d="M0 901h1920v-74l-35.5-10.5C1849 806 1778 785 1706.8 773c-71.1-12-142.5-15-213.6-10.5C1422 767 1351 779 1280 785s-142 6-213.2 7.5c-71.1 1.5-142.5 4.5-213.6 0C782 788 711 776 640 771.5s-142-1.5-213.2 12C355.7 797 284.3 821 213.2 818 142 815 71 785 35.5 770L0 755Z" fill="%23009473"/></svg>');
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
}
main {
  margin: 0 auto;
  width: 100%;
  /* background-image: url('data:image/svg+xml,<svg width="1920" height="900" xmlns="http://www.w3.org/2000/svg"><path d="m0 163 35.5 4.5C71 172 142 181 213.2 176.5 284.3 172 355.7 154 426.8 157 498 160 569 184 640 199s142 21 213.2 10.5C924.3 199 995.7 172 1066.8 166c71.2-6 142.2 9 213.2-3s142-51 213.2-42c71.1 9 142.5 66 213.6 93 71.2 27 142.2 24 177.7 22.5l35.5-1.5V0H0Z" fill="%2313476d"/><path d="m0 451 35.5-16.5C71 418 142 385 213.2 359.5c71.1-25.5 142.5-43.5 213.6-45C498 313 569 328 640 341.5s142 25.5 213.2 39C924.3 394 995.7 409 1066.8 403c71.2-6 142.2-33 213.2-39s142 9 213.2 21c71.1 12 142.5 21 213.6 18 71.2-3 142.2-18 177.7-25.5l35.5-7.5V233l-35.5 1.5C1849 236 1778 239 1706.8 212c-71.1-27-142.5-84-213.6-93-71.2-9-142.2 30-213.2 42s-142-3-213.2 3c-71.1 6-142.5 33-213.6 43.5C782 218 711 212 640 197s-142-39-213.2-42c-71.1-3-142.5 15-213.6 19.5C142 179 71 170 35.5 165.5L0 161Z" fill="%23005b7b"/><path d="m0 586 35.5 21C71 628 142 670 213.2 673c71.1 3 142.5-33 213.6-37.5C498 631 569 658 640 667s142 0 213.2 0c71.1 0 142.5 9 213.6 6 71.2-3 142.2-18 213.2-25.5s142-7.5 213.2 0c71.1 7.5 142.5 22.5 213.6 37.5 71.2 15 142.2 30 177.7 37.5l35.5 7.5V368l-35.5 7.5C1849 383 1778 398 1706.8 401c-71.1 3-142.5-6-213.6-18-71.2-12-142.2-27-213.2-21s-142 33-213.2 39c-71.1 6-142.5-9-213.6-22.5C782 365 711 353 640 339.5s-142-28.5-213.2-27c-71.1 1.5-142.5 19.5-213.6 45C142 383 71 416 35.5 432.5L0 449Z" fill="%23006f84"/><path d="m0 757 35.5 15C71 787 142 817 213.2 820c71.1 3 142.5-21 213.6-34.5C498 772 569 769 640 773.5s142 16.5 213.2 21c71.1 4.5 142.5 1.5 213.6 0C1138 793 1209 793 1280 787s142-18 213.2-22.5c71.1-4.5 142.5-1.5 213.6 10.5 71.2 12 142.2 33 177.7 43.5L1920 829V728l-35.5-7.5C1849 713 1778 698 1706.8 683c-71.1-15-142.5-30-213.6-37.5-71.2-7.5-142.2-7.5-213.2 0S1138 668 1066.8 671c-71.1 3-142.5-6-213.6-6-71.2 0-142.2 9-213.2 0s-142-36-213.2-31.5C355.7 638 284.3 674 213.2 671 142 668 71 626 35.5 605L0 584Z" fill="%23008384"/><path d="M0 901h1920v-74l-35.5-10.5C1849 806 1778 785 1706.8 773c-71.1-12-142.5-15-213.6-10.5C1422 767 1351 779 1280 785s-142 6-213.2 7.5c-71.1 1.5-142.5 4.5-213.6 0C782 788 711 776 640 771.5s-142-1.5-213.2 12C355.7 797 284.3 821 213.2 818 142 815 71 785 35.5 770L0 755Z" fill="%23009473"/></svg>');
    background-size: cover;
    background-attachment: fixed; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*Hero section*/
section.main__hero {
  width: 100%;
  padding: 150px 50px 150px 50px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/hero.webp);
  background-size: cover;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  @media (width < 515px) {
    padding: 90px 50px 90px 50px;
  }
  @media (width < 425px) {
    padding: 60px 30px 60px 30px;
  }
}
div.main__hero_container {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

h1.main__hero_title {
  color: #fff;
}

h3.main__hero_subtitle {
  color: #b7bf12;
}
p.main__hero_desc {
  color: #fff;
  text-align: center;
  &:last-of-type {
    margin-bottom: 20px;
  }
}
ul.main__hero_list {
  color: #fff;
  text-align: start;
  list-style: disc;
  li {
    margin-bottom: 8px;
    &:last-child {
      margin-bottom: 0;
    }
  }
}

/*Values section*/
section.main__values {
  width: 100%;
  padding: 50px 50px 50px 50px;
  display: flex;
  justify-content: center;
  @media (width < 425px) {
    padding: 30px;
  }
}

div.main__values_content {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.main__values_container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 25%);
  justify-content: space-between;
  grid-column-gap: 10px;
  @media (width < 698px) {
    grid-template-columns: 100%;
    grid-row-gap: 30px;
  }
}

.value_container {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 15px;
}

h2.main__values_title {
  color: #fff;
}

h4.value_name {
  color: #b7bf12;
  text-align: center;
}

p.value_desc {
  color: #fff;
}

/*Services section*/
section.main__services {
  width: 100%;
  padding: 50px 50px 50px 50px;
  display: flex;
  justify-content: center;
  @media (width < 425px) {
    padding: 30px;
  }
}

div.main__services_content {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

h2.main__services_title {
  color: #fff;
}

div.service_container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  @media (width < 698px) {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.service_info {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  border-radius: 15px;
  background-color: #093e53;
  padding: 40px;
  @media (width < 698px) {
    width: 100%;
    padding: 20px;
    align-items: center;
    order: 2;
  }
}

.service_info > p,
.service_info > h3 {
  text-align: start;
  color: #fff;
}
.service_info > h3,
.service_info > p.service_intro {
  @media (width < 698px) {
    text-align: center;
  }
}

p.service_intro {
  font-weight: bold;
  color: #b7bf12;
}

.service_info li:last-of-type {
  margin-bottom: 10px;
}

.service_image_container {
  width: 47%;
  align-self: stretch;
  /* max-height: 420px; */
  overflow: hidden;
  border-radius: 15px;
  @media (width < 698px) {
    width: 100%;
    height: 280px;
    max-height: 280px;
    order: 1;
  }
}
ul.service_desc {
  color: #fff;
  text-align: start;
  list-style-type: disc;
  > li {
    margin-left: 20px;
  }
}

.service_image_container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Process section*/
section.main__process {
  width: 100%;
  padding: 50px 50px 50px 50px;
  display: flex;
  justify-content: center;
  @media (width < 425px) {
    padding: 30px;
  }
}

div.main__process_content {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

h2.main__process_title {
  color: #fff;
}

.process_container {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
  @media (width < 1024px) {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  @media (width < 585px) {
    gap: 0;
  }
}

.step_container {
  display: flex;
  padding: 20px;
  background-color: #093e53;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 20%;
  border-radius: 15px;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  @media (width < 1128px) {
    font-size: 16px;
  }
  @media (width < 1142px) {
    font-size: 15px;
  }
  @media (width < 1054px) {
    font-size: 14px;
  }
  @media (width < 1024px) {
    width: 60%;
    font-size: 18px;
  }
  @media (width < 515px) {
    width: 80%;
  }
  @media (width < 515px) {
    font-size: 16px;
  }
}
.arrow_container {
  height: fit-content;
  align-self: center;
  @media (width < 1024px) {
    transform: rotate(90deg);
  }
}

.arrow_container-move {
  position: relative;
  animation: moveX 2s ease-in-out infinite;
  @media (width < 1013px) {
    animation: moveY 2s ease-in-out infinite;
  }
}
@keyframes moveX {
  0% {
    transform: translateX();
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveY {
  0% {
    transform: translateX();
  }
  50% {
    transform: rotate(90deg) translateX(-10px);
  }
  100% {
    transform: rotate(90deg) translateX(0px);
  }
}

/*FAQ Section*/
section.main__faq {
  width: 100%;
  padding: 50px 50px 50px 50px;
  display: flex;
  justify-content: center;
  @media (width < 425px) {
    padding: 30px;
  }
}

h2.main__faq_title {
  color: #fff;
}
section.main__faq > ul,
section.main__faq > ul li {
  text-decoration: none;
}
div.main__faq_content {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
ul.faq_container {
  width: 100%;
}

li.faq_item {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: 3px solid #fff;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #fff;
}

.faq_item_heading {
  display: flex;
  padding: 7px 15px 7px 15px;
  background-color: #093e53;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

h3.faq_title {
  flex-basis: 97%;
  color: #fff;
  font-size: 20px;
  text-align: start;
  @media (width < 585px) {
    font-size: 18px;
  }
  @media (width < 476px) {
    font-size: 16px;
  }
}

.faq_icon {
  transition: 0.7s all ease-in-out;
}
.faq_icon > svg {
  @media (width < 585px) {
    width: 50px;
    height: 50px;
  }
  @media (width < 476px) {
    width: 40px;
    height: 40px;
  }
}

.faq_item_content {
  padding: 10px 15px 10px 15px;
  display: none;
  transition: 0.7s all ease-in-out;
  background-color: #fff;
}

.faq_desc {
  text-align: start;
  color: #093e53;
}

.expanded {
  transition: 0.7s all ease-in-out;
  display: block;
}

.clicked {
  transition: 0.7s all ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*Divider section*/
section.main__divider {
  width: 100%;
  padding: 120px 50px 120px 50px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/img/divider.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  @media (width < 515px) {
    padding: 70px 50px 70px 50px;
  }
  @media (width < 425px) {
    padding: 30px;
  }
}
.cta_container {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media (width < 787px) {
    flex-direction: column;
    gap: 20px;
  }
}
h4.cta_title {
  flex-basis: 70%;
  color: #fff;
  text-align: start;
  font-size: 26px;
  @media (width < 787px) {
    text-align: center;
  }
  @media (width < 768px) {
    font-size: 22px;
  }
}

/*Contacts Section*/
section.main__contacts {
  width: 100%;
  padding: 50px;
  display: flex;
  justify-content: center;
  @media (width < 425px) {
    padding: 30px;
  }
}
div.main__contacts_content {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
h2.main__contacts_title {
  color: #fff;
}
.contacts_container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  @media (width < 776px) {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.contacts_info_container {
  display: flex;
  flex-direction: column;
  padding: 40px;
  flex-basis: 40%;
  align-items: start;
  border-radius: 15px;
  background-color: #093e53;
  @media (width < 911px) {
    flex-basis: 45%;
  }
  @media (width < 822px) {
    flex-basis: 48%;
  }
  @media (width < 776px) {
    width: 80%;
    flex-basis: auto;
    align-items: center;
    padding: 20px;
  }
  @media (width < 585px) {
    width: 100%;
  }
}
.contacts_info_container a {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
  text-align: start;
  margin-bottom: 20px;
  @media (width < 776px) {
    text-align: center;
  }
  @media (width < 425px) {
    font-size: 16px;
  }
}
.contacts_info_container a:hover {
  color: #b7bf12;
}
.contacts_info_container li {
  text-align: start;
  color: #fff;
  font-size: 18px;
  @media (width < 776px) {
    text-align: center;
  }
  @media (width < 425px) {
    font-size: 16px;
  }
  @media (width < 352px) {
    font-size: 15px;
  }
  @media (width < 336px) {
    font-size: 14px;
  }
}
h4.contacts_label {
  color: #fff;
  margin-bottom: 5px;
}
.contacts_map_container {
  flex-basis: 55%;
  border-radius: 15px;
  overflow: hidden;
  @media (width < 911px) {
    flex-basis: 50%;
  }
  @media (width < 822px) {
    flex-basis: 47%;
  }
  @media (width < 776px) {
    width: 80%;
    height: 300px;
    flex-basis: auto;
  }
  @media (width < 585px) {
    width: 100%;
  }
}

.cta-button {
  display: block;
  width: 200px;
  height: 48px;
  background-color: #b7bf12;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 48px;
  border-radius: 20px;
}

.cta-button:hover {
  background-color: #093e53;
  border: 2px solid #fff;
  line-height: 44px;
}

/*---------------------------------------Main ends----------------------*/

footer {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0a4b64; /*#0A4B64*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  @media (width < 767px) {
    gap: 0;
  }
}

.footerInside {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 80%;
  height: 56%;
  background-color: #0a4b64;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 4px;
  width: 230px;
}
.icons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

  /*margin-left: 45px;*/
}
h2.log {
  color: white;
  font-size: 20px;
  margin-left: 5px;
  font-weight: 700;
}
.info {
  margin-left: 2%;
  font-weight: 400;
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin-right: 4px;
  text-align: left;
}
a.tel {
  color: white;
  font-size: 18px;
}

a.tel:hover {
  color: #b7bf12;
}
a.email {
  color: white;
  font-size: 18px;
}
a.email:hover {
  color: #b7bf12;
}

.footerLabel {
  width: 100%;
  background-color: #0a4b64;
  color: white;
  padding-bottom: 15px;
}

.social-insta {
  user-select: none;
}

.social-svg {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.footer_adds {
  width: 80%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  @media (width < 767px) {
    flex-direction: column;
    justify-content: start;
    gap: 20px;
  }
}
.license_info {
  flex: 0.7;
  @media (width < 767px) {
    flex: unset;
  }
}
.license_info > p {
  text-align: start;
  font-size: 14px;
  color: #fff;
  @media (width < 531px) {
    font-size: 12px;
  }
}
.docs_info {
  display: flex;
  flex-direction: column;
  text-align: start;
  gap: 10px;
}
.docs_info > a {
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  @media (width < 531px) {
    font-size: 12px;
  }
}
.docs_info > a:hover {
  color: #b7bf12;
}

/*Cookies Pop Up*/
div.cookies_wrapper {
  position: fixed;
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  color: #093e53;
  padding: 15px;
  border-radius: 10px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  right: -400px;
  transition: all 0.9s ease;
  @media (width < 500px) {
    max-width: 300px;
    right: -300px;
    padding: 15 10px 15px 10px;
  }
  @media (width < 340px) {
    max-width: 270px;
    right: -270px;
    padding: 10px;
  }
  @media (width < 310px) {
    max-width: 250px;
    right: -250px;
  }
}
.cookies_wrapper.show {
  right: 20px;
}
div.cookies_header {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
div.cookies_header i {
  font-size: 18px;
  @media (width < 500px) {
    font-size: 16px;
  }
}
.cookies_heading {
  font-size: 18px;
  font-weight: 600;
  @media (width < 500px) {
    font-size: 16px;
  }
}
div.buttons_wrapper {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
p.cookies_text {
  font-size: 16px;
  @media (width < 500px) {
    font-size: 15px;
  }
}
button.cookies_button {
  background-color: #093e53;
  width: 120px;
  height: 30px;
  color: #fff;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
button.cookies_button:hover {
  cursor: pointer;
  background-color: #fff;
  height: 26px;
  border: 2px solid #093e53;
  color: #093e53;
}
/*------------------------------адаптив-----------------------*/

/* @media (max-width: 1200px) and (min-width: 1091px)
{
    .main__footerText
    {
        font-size: 20px;
    }
    b
    {
        font-size: 20px;
    }
    .container
    {
        font-size: 20px;
    }

    .headerTop__input {
        width: 300px;
    }
} */
@media (max-width: 1090px) and (min-width: 983px) {
  .container {
    font-size: 18px;
  }

  .main__footerText {
    font-size: 18px;
  }

  .navbar__item {
    font-weight: 700;
    color: white;
    font-size: 20px;
  }

  .navbar {
    padding: 1%;
  }
}
@media (max-width: 982px) and (min-width: 875px) {
  .container {
    font-size: 18px;
  }

  .icon-svg {
    width: 66px;
    height: 66px;
  }

  .main__footerText {
    font-size: 16px;
  }

  .navbar__item {
    font-weight: 700;
    color: white;
    font-size: 18px;
  }

  .navbar {
    padding: 1%;
  }

  h2.log {
    font-size: 18px;
  }
  .footerLabel {
    font-size: 14px;
  }
  .header__title {
    font-size: 18px;
  }
  .social-svg {
    width: 40px;
    height: 40px;
  }
  .social-insta {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 874px) and (min-width: 768px) {
  .container {
    font-size: 16px;
  }
  main {
    height: auto;
  }

  .icon-svg {
    width: 66px;
    height: 66px;
  }

  .main__footerText {
    font-size: 14px;
  }

  .navbar__item {
    font-weight: 700;
    color: white;
    font-size: 16px;
  }

  .navbar {
    padding: 1%;
  }

  h2.log {
    font-size: 18px;
  }
  .footerLabel {
    font-size: 14px;
  }
  .header__title {
    font-size: 18px;
  }
  .social-svg {
    width: 40px;
    height: 40px;
  }
  .social-insta {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 767px) {
  .container {
    font-size: 16px;
  }
  main {
    height: auto;
  }

  .icon-svg {
    width: 66px;
    height: 66px;
  }

  .main__footerText {
    font-size: 16px;
  }

  .navbar__item {
    font-weight: 700;
    color: white;
    font-size: 16px;
  }

  .navbar {
    padding: 1%;
  }
  .icons {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 15px;
  }
  .logo {
    display: none;
  }
  .footerInside {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  h2.log {
    font-size: 18px;
  }
  .footerLabel {
    font-size: 14px;
  }
  .header__title {
    font-size: 18px;
    color: #fff;
  }
  .social-svg {
    width: 48px;
    height: 48px;
  }
  .social-insta {
    width: 44px;
    height: 44px;
  }
  .burger__icon {
    top: 15px;
    left: 2%;
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
  .burger__icon span,
  .burger__icon::before,
  .burger__icon::after {
    position: absolute;
    left: 0;
    height: 13%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #fff;
  }
  .burger__icon::before,
  .burger__icon::after {
    content: "";
  }
  .burger__icon::before {
    top: 0;
  }
  .burger__icon::after {
    bottom: 0;
  }
  .burger__icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }

  .burger__icon._active span {
    transform: scale(0) translate(0px, -50%);
  }
  .burger__icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .burger__icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }

  .header__navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    /*padding: 100px 30px 30px 30px;*/
    transition: left 0.3s ease 0s;
    overflow: auto;
  }

  .header__navbar._active {
    left: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header__navbar::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 90px;
    background-color: #0a4b64;
    z-index: 2;
  }
  .navbar__list {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding: 60px 0;
    z-index: 1;
    margin-top: 50px;
    position: fixed;
    top: 0;
  }

  .navbar__list > li {
    text-align: start;
    flex-wrap: wrap;
    margin: 0px 0px 30px 20px;
  }
  .navbar__list > li:last-child {
    margin-bottom: 0;
  }
  .navbar__list > li {
    display: block;
  }

  .navbar__item {
    font-size: 24px;
  }

  .headerTop__logo {
    position: fixed;
    top: 2%;
    right: 3%;
    z-index: 2;
  }
  .navbar {
    border: 0;
    padding: 3%;
  }

  .navbar__item {
    font-weight: 400;
    color: white;
    font-size: 16px;
  }
}

@media (max-width: 525px) {
  .icon-svg {
    width: 46px;
    height: 46px;
  }

  .main__footerText {
    font-size: 14px;
  }

  .social-svg {
    width: 44px;
    height: 44px;
  }
  .social-insta {
    width: 38px;
    height: 38px;
  }

  a.tel {
    font-size: 16px;
  }
  a.email {
    font-size: 16px;
  }
  h2.log {
    font-size: 14px;
  }
  .footerLabel {
    font-size: 12px;
  }
  .burger__icon {
    top: 8px;
  }

  .header__navbar::before {
    height: 70px;
  }
}

@media (max-width: 425px) {
  .logo {
    width: 100px;
  }

  .main__footerText {
    font-size: 14px;
  }

  .header__title {
    font-size: 18px;
  }
  .social-svg {
    width: 36px;
    height: 36px;
    margin-right: 5px;
  }
  .social-insta {
    width: 32px;
    height: 32px;
    margin-right: 5px;
  }

  h2.log {
    font-size: 14px;
  }

  .burger__icon {
    top: 5px;
  }
}
@media (max-width: 375px) and (min-width: 320px) {
  .social-svg {
    width: 34px;
    height: 34px;
    margin-right: 5px;
  }
  .social-insta {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }

  .navbar__item {
    font-weight: 500;
    color: white;
    font-size: 14px;
  }

  .navbar {
    padding: 1%;
  }

  h2.log {
    font-size: 14px;
  }
  .footerLabel {
    font-size: 12px;
  }
  .header__title {
    font-size: 18px;
  }
}
