@charset "UTF-8";
/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
main{
  background: rgb(136, 51, 255);
  background: radial-gradient(circle, rgba(51, 244, 34, 0.409) 0%, rgba(0, 17, 255, 0.152) 100%);
    ;
}
input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
:root {
  --index: calc(1vw + 1vh);
}

html,
body {
  height: 100%;
}

body {
  line-height: 121.428571%; /* 17/14 */
  font-family: "Poppins",    serif;
  color: rgb(14, 12, 12);
}
.hheeadeer__logo{
  font-size: 30px;
  font-weight: 700;
}
.wraeqpper {
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.paggees {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1199.98px) {
  [class*=__container] {
    max-width: 970px;
  }
}
@media (max-width: 991.98px) {
  [class*=__container] {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  [class*=__container] {
    max-width: none;
    padding: 0 15px;
  }
}
.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  max-width: 830px;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
    object-position: center;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  gap: 15px;
  border-radius: 60px;
  background: rgba(0, 169, 166, 0.836);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px 5px 5px;
}
.button__icon {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.button__text {
  color: rgb(11, 11, 11);
  font-size: 14px;
  font-weight: 600;
}
@media (any-hover: hover) {
  .button:hover .button__icon {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.title {
  font-size: 50px;
  font-weight: 800;
  line-height: 122%; /* 61/50 */
  font-size: 50px;
}
@media (max-width: 1230px) {
  .title {
    font-size: calc(30px + 20 * (100vw - 320px) / 910);
  }
}

.title-white {
  color: rgb(11, 11, 11);
}

.title-black {
  color: rgb(25, 25, 25);
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category:not(:last-child) {
  margin-bottom: 30px;
}
.category__circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgb(11, 11, 11);
  position: relative;
}
.category__circle::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  background: rgb(11, 11, 11);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.category__title {
  border-radius: 60px;
  text-transform: uppercase;
  padding: 16px 20px;
}
.category-white .category__title {
  border: 1px solid rgb(11, 11, 11);
}
.category-white .category__circle {
  border: 1px solid rgb(11, 11, 11);
}
.category-white::after {
  content: "";
  background: rgb(11, 11, 11);
}
.category-black .category__title {
  border: 1px solid rgb(25, 25, 25);
}
.category-black .category__circle {
  border: 1px solid rgb(25, 25, 25);
}
.category-black .category__circle::after {
  background: rgba(0, 0, 0, 0.836);
}

.hheeadeer {
  padding: 30px 0 40px;
  background: radial-gradient(circle, rgba(51, 244, 34, 0.409) 0%, rgba(0, 17, 255, 0.152) 100%);;

}
.hheeadeer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .menu-hheeadeer {
    width: 100%;
  }
}
.menu-hheeadeer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-hheeadeer__link {
  font-size: 14px;
  color: rgb(25, 25, 25);
}
@media (any-hover: hover) {
  .menu-hheeadeer__link:hover {
    text-decoration: underline;
  }
}

.heromain-section {
  padding: 60px 0 80px;

  background-size: cover;
  background-position: center;
}
.heromain-section__container {
  text-align: center;
}
.heromain-section__logo {
  display: inline-block;
  border-radius: 20px;
  background: rgba(35, 118, 243, 0.555);
  font-size: 130px;
  font-weight: 800;
  line-height: 121.538462%; /* 158/130 */
  color: #fff;
  padding: 0 20px;
}
@media (max-width: 1230px) {
  .heromain-section__logo {
    font-size: calc(60px + 70 * (100vw - 320px) / 910);
  }
}
.heromain-section__logo:not(:last-child) {
  margin-bottom: 30px;
}
.heromain-section__title {
  max-width: 600px;
  margin: 0 auto;
}
.heromain-section__title:not(:last-child) {
  margin-bottom: 30px;
}
.heromain-section__button:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 1230px) {
  .heromain-section__button:not(:last-child) {
    margin-bottom: calc(30px + 20 * (100vw - 320px) / 910);
  }
}

.heromain-section-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  gap: 20px;
}
.heromain-section-bottom__value {
  font-size: 22px;
  font-weight: 800;
  line-height: 122.727273%; /* 27/22 */
}
.heromain-section-bottom__textblock {
  font-size: 16px;
  line-height: 125%; /* 20/16 */
}


.abooutblock__content.new{
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  gap: 20px;

}
.abooutblock__image{
  width: 100%;
  max-width: 600px;
}
.abooutblock__content.new img{
    height: auto;
    width: 100%;
      max-width: 600px;
      max-height: 350px;
      object-fit: cover;
      object-position: center;
}

    @media (max-width: 768px) {
    .abooutblock__content.new {
          flex-direction: column;
      }
    }
.abooutblock {
  margin-bottom: 60px;
}
@media (max-width: 1230px) {
  .abooutblock {
    margin-bottom: calc(50px + 10 * (100vw - 320px) / 910);
  }
}
.abooutblock__wraeqpper {
  border-radius: 40px;
  background: rgba(0, 169, 166, 0.836);
  color: rgb(11, 11, 11);
  padding: 60px;
}
@media (max-width: 1230px) {
  .abooutblock__wraeqpper {
    padding: calc(20px + 40 * (100vw - 320px) / 910);
  }
}
.abooutblock__textblock {
  font-size: 15px;
}

.servicc231eblock {
  padding-top: 76px;
  padding-bottom: 140px;

  background-size: cover;
  background-position: center;
}
@media (max-width: 1230px) {
  .servicc231eblock {
    padding-top: calc(40px + 36 * (100vw - 320px) / 910);
  }
}
@media (max-width: 1230px) {
  .servicc231eblock {
    padding-bottom: calc(80px + 60 * (100vw - 320px) / 910);
  }
}
.servicc231eblock__top-title {
  margin-bottom: 30px;
}
.servicc231eblock__columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
}
.servicc231eblock__column {
  padding: 20px;
  border-radius: 40px;
  background: rgba(0, 169, 166, 0.836);
  color: rgb(11, 11, 11);
}
.servicc231eblock__label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 20px;
  border: 1px solid rgb(11, 11, 11);
  border-radius: 60px;
  text-transform: uppercase;
}
.servicc231eblock__label:not(:last-child) {
  margin-bottom: 20px;
}
.servicc231eblock__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 120.833333%; /* 29/24 */
  text-transform: uppercase;
}
.servicc231eblock__title:not(:last-child) {
  margin-bottom: 15px;
}
.servicc231eblock__textblock {
  font-size: 15px;
}

.giiveblock-contact {

  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1230px) {
  .giiveblock-contact {
    padding-top: calc(30px + 30 * (100vw - 320px) / 910);
  }
}
@media (max-width: 1230px) {
  .giiveblock-contact {
    padding-bottom: calc(30px + 30 * (100vw - 320px) / 910);
  }
}
.giiveblock-contact__title {
  margin-bottom: 30px;
}
.giiveblock-contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .giiveblock-contact__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.giiveblock-contact__input {
  border: 1px solid rgba(25, 25, 25, 0.4);
  color: #FFF;
  border-radius: 60px;
  background: rgb(11, 11, 11);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 16px 20px;
}
.giiveblock-contact__area {
  color: #FFF;
  border: 1px solid rgba(25, 25, 25, 0.4);
  border-radius: 30px;
  background: rgb(11, 11, 11);
  height: 140px;
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.footer {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media (max-width: 1230px) {
  .footer {
    padding-top: calc(40px + 40 * (100vw - 320px) / 910);
  }
}
.footer__logo {
  margin-bottom: 20px;
  display: inline-block;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  gap: 30px;
}
@media (max-width: 695px) {
  .footer__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 695px) {
  .footer-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-menu__link {
  color: rgb(25, 25, 25);
}
@media (any-hover: hover) {
  .footer-menu__link:hover {
    text-decoration: underline;
  }
}
.textblock-section {
  font-size: 15px;
  line-height: 120%; /* 18/15 */
}
.textblock-section__title {
  margin-bottom: 15px;
}
.textblock-section__list {
  margin-bottom: 15px;
}
.textblock-section__item {
  margin-bottom: 15px;
}
.textblock-section__paragraph {
  margin-bottom: 15px;
}

.textblock-section-botom__adress {
  font-style: normal;
  margin-bottom: 15px;
}
.finan3121ce__wraeqpper{
  gap: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.finan3121ce__wraeqpper img{
  width: 100%;
  height: auto;
    max-width: 830px;
      max-height: 350px;
      object-fit: cover;
      object-position: center;
}

.popup {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgb(0, 127, 136);
  z-index: 9999;
  padding: 20px;
}

.popup .co123ctact__co123ntainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  color: #fff;
}

.popup h3 {
  font-weight: 700;
  font-size: 32px;
}

.popup p {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.36;
}

.popup.hidden {
  display: none;
}

.button__cookie{
  margin-left: auto;
  background-color: #fff;
  color: rgb(0, 127, 136);
  font-weight: 700; 
  padding: 20px
}