@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Bold.ttf');
	src: local('Gilroy Bold'), local('Gilroy-Bold'),
		url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-Bold.woff') format('woff'),
		url('../fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-SemiboldItalic.ttf');
	src: local('Gilroy Semibold Italic'), local('Gilroy-SemiboldItalic'),
		url('../fonts/Gilroy-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-SemiboldItalic.woff') format('woff'),
		url('../fonts/Gilroy-SemiboldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Medium.ttf');
	src: local('Gilroy Medium'), local('Gilroy-Medium'),
		url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-Medium.woff') format('woff'),
		url('../fonts/Gilroy-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Medium.ttf');
	src: local('Gilroy Medium'), local('Gilroy-Medium'),
		url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-Medium.woff') format('woff'),
		url('../fonts/Gilroy-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

* {
  font-family: 'Gilroy', sans-serif;
}

a {
  text-decoration: none;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}

:root {
  --white-color: #fff;
  --black-color: #000;
  --text-color-1: #222222;
  --text-color-2: #636363;
  --text-color-3: #9F9F9F;
  --text-color-4: #969696;
  --text-color-5: #777777;
  --main-color-1: #5E17EB;
  --main-color-2: #040378;
  --bg-color-1: #0F0F0F;
  --bg-color-2: #FDFDFD;
  --hover-color-1: #e6e6e6;
}

.section__header {
  margin-bottom: 20px;
}

.section__title {
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 135%;
  color: var(--text-color-1);
  text-align: center;
}

.section__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: var(--text-color-1);
}

@media (max-width: 600px) {
  .section__title {
    font-size: 26px;
    line-height: 120%;
  }
}


/* header */
.header {
  border-bottom: 1px solid #F3F3F3;
  background: var(--white-color);
  width: 100%;
  position: absolute;
  z-index: 100;
}

header .container {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu .header__menu_list {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.header__menu .header__menu_list li{
  padding: 0px 17.5px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 100%;
  color: var(--black-color);
}

.header__menu_items {
  color: var(--black-color);
}

.header__menu_items:hover {
  color: var(--black-color);
}

.header__menu_items.auth-login {
  border: 1px solid var(--white-color);
  border-radius: 15px;
  padding: 5px 10px;
}

.header__menu_items.auth-login:hover {
  color: var(--bg-color-1);
  background: var(--white-color);
}

.header__right {
  display: flex;
  align-items: center;
  flex: 0 0 26%;
  justify-content: flex-end;
}

.header__auth {
  display: flex;
  align-items: center;
  margin: 0 0 0 50px;
  color: var(--black-color);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

.header__auth:hover {
  color: var(--black-color);
}

.header__right_adap {
  display: none;
}

.header__auth img {
  margin: 0 10px 0 0;
}

.header__lang-item {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: #9B9D9D;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 3px 6px;
}

.header__lang-item:hover {
  color: var(--text-color-1);
}

.header__lang-item.lang__active {
  background: rgba(177, 179, 179, 0.2);
  border-radius: 2px;
  color: var(--text-color-1);
}

/* .header__menu .header__menu_list li .header__menu_items:hover {
  color: var(--main-color-1);
  transition: 0.3s;
} */

.header_menu_active {
  border-bottom: 1px solid var(--green-color-1);
}

.header__burger {
  display: none;
}

.header__button, .header__button_adap {
  background: var(--green-color-1);
  color: var(--white-color);
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  padding: 12px 58px;
}

.header__button_adap {
  display: none;
}

#zoom-img-overlay{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.8) none 50% / contain no-repeat;
  transition: 0.3s;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  cursor: zoom-in;
}
#zoom-img-overlay.open {
  visibility: visible;
  opacity: 1;
  cursor: zoom-out;
}

#zoom-img-overlay:after { /* X button icon */
  content: "\2715";
  position: absolute;
  color:#fff;
  top: 10px;
  right:20px;
  font-size: 2em;
}

.zoom-img {
  cursor: zoom-in;
}

@media (max-width: 1400px) {
  .header__right  {
    flex: 0 0 30%;
  }

  .header__signIn {
    margin: 0 0 0 30px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
  }

  
  .header__menu {
    position: fixed;
    top: -1000%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #f6f7f9;
    margin: 90px 0px 20px 0px;
    z-index: 4;
  }

  .header__menu .header__menu_list {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 46px;
    padding: 0;
  }

  .header__menu .header__menu_list li{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    margin: 10px 0;
  }

  .header__menu.active {
    top: 0px;
    background: var(--white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  

  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 3;
    margin: 0;
  }

  .header__burger span {
    position: absolute;
    background-color: #000;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger:after {
    bottom: 0;
  }

  .header__burger:before {
    top: 0;
  }

  .header__burger:after, .header__burger:before {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px;
  }

  .header__burger.active span{
    transform: scale(0) translate(0px, -50%);
  }

  .header__burger.active:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 9px;
  }

  .header__right {
    display: none;
  }

  .header__right_adap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .header__auth_adap {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--black-color);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
  }

 
}


@media (max-width: 991px) {
  .container {
    max-width: 870px;
    margin: 0 auto;
  }

  body.lock{
    overflow:hidden
  }
/* 
  .main__title {
    display: none;
  } */
/* 
  .main__title_copy {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 135%;
    color: var(--black-color);
    margin: 0 0 22px 0;
  } */

  
}

@media (max-width: 900px) {

}

@media (max-width: 800px) {
  .container {
    max-width: 675px;
    margin: 0 auto;
    padding: 0;
  }
  
 
}

@media (max-width: 768px) {
 

}

@media (max-width: 700px) {
  .container {
    max-width: 570px;
    margin: 0 auto;
    padding: 0;
  }


}

@media (max-width: 600px) {
  .container {
    max-width: 470px;
    margin: 0 auto;
    padding: 0;
  }

  header .container {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__menu.active {
    top:0px;
  }


}

@media (max-width: 500px) {
  .container {
    max-width: 370px;
    margin: 0 auto;
    padding: 0px;
  }

  
}

@media (max-width: 414px) {
  .container {
    padding: 0;
  }
  
}

@media (max-width: 375px) {
  .container {
    max-width: 330px;
    margin: 0 auto;
    padding: 0;
  }


 
}

@media (max-width: 350px) {
  .container {
    max-width: 300px;
    margin: 0 auto;
  }


}

@media (max-width: 320px) {
  .container {
    max-width: 280px;
    margin: 0 auto;
  }
}


@media (max-width: 450px) {

}


/* ===INDEX.HTML=== */

/* ======= MAIN ======= */
.main {
  background: var(--white-color);
  background-size: cover;
  padding: 90px 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.main__block {
  display: flex;
  justify-content: space-between; 
  gap: 50px;
  position: relative;
  z-index: 2;
  padding: 90px 0;
}

.main__left,
.main__right {
  width: 50%;
  position: relative;
}

.main__title {
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 135%;
  color: var(--text-color-1);
}

.main__title span {
  color: var(--main-color-1);
}

.main__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 135%;
  color: var(--text-color-1);
  margin: 18px 0;
}

.main__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main__list-item {
  list-style: none;
  background: url(../img/icons/ic-list-item-1.svg) no-repeat left center;
  padding: 7px 0px 7px 20px;
}

.main__other-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: var(--text-color-1);
  margin: 18px 0 30px 0;
}

.main__btn {
  width: 270px;
  height: 60px;
}

.btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  color: var(--white-color);
  padding: 15px 0;
  background: var(--main-color-1);
  border-radius: 5px;
  border: none;
  outline: none;
}

.btn1:hover {
  transition: 0.3s;
  background: #5114ca;
}

.main__img-block {
  width: 486px;
  height: 486px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--main-color-1);
}

.main__img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img__abstract1 {
  position: absolute;
  top: 0;
  left: -20px; 
}

.img__abstract2 {
  position: absolute;
  top: 125px;
  right: 0px; 
}

.img__abstract3 {
  position: absolute;
  bottom: 170px;
  left: 0px; 
}

.img__abstract4 {
  position: absolute;
  bottom: 90px;
  right: 0px; 
}


.main__modal {
  display: none;
  position: fixed;
  z-index: 15;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.main__modal_content {
  background-color: var(--white-color);
  margin: auto;
  padding: 18px;
  border: 0;
  width: 306px;
  border-radius: 20px;
  text-align: left;
}

.main__modal_close {
  float: right;
  top: 0;
}

.main__modal_close:hover,
.main__modal_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#main__modal_title {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color-1);
  margin: 0 0 16px 0;
}

#main__modal_form {
  position: relative;
}

.main__modal_name, .main__modal_phone, .main__modal_email {
  width: 280px;
  margin: 0 0 13px 0;
  padding: 16px 15px;
  color: var(--text-color-1);
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
}

.main__modal_container {
  display: block;
  position: relative;
  padding: 2.5px 0 0 35px;
  margin: 0 0 20px 0;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;

}

.main__modal_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

.main__modal_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 20px;
  background: none;
  border-radius: 3px;
  border: 1px solid #9c9c9c;
}

.main__modal_container input:checked ~ .main__modal_checkmark {
  background-color: var(--main-color-1);
  border: 1px solid var(--main-color-1);
}

.main__modal_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.main__modal_container input:checked ~ .main__modal_checkmark:after {
  display: block;
}

.main__modal_container .main__modal_checkmark:after {
  left: 5px;
  top: 2px;
  width: 8px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 1px;
}

.main__modal_button {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: var(--white-color);
  background-color: var(--main-color-1);
  border: none;
  padding: 13px 0;
  border-radius: 30px;
  width: 100%;
}

.modal-dialog1.modal-dialog {
  background-color: var(--white-color);
  margin: 20px auto;
  padding: 18px;
  border: 0;
  width: 315px;
  border-radius: 20px;
  text-align: left;
}

.modal-content1.modal-content,
.modal-header1.modal-header,
.modal-body1.modal-body,
.modal-footer1.modal-footer {
  border: 0;
}

.modal-header1.modal-header,
.modal-body1.modal-body,
.modal-footer1.modal-footer {
  padding: 0;
}

.modal-header1.modal-header {
  margin-bottom: 16px;
}

@media (max-width: 500px) {
  .modal-dialog {
      width: 95%;
      margin: 20px auto 0 auto;
  }
}

@media (max-width: 991px) {
  .main__block {
    flex-direction: column;
    padding: 40px 0;
  }

  .main__left, 
  .main__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
  }

  .img__abstract1 {
    left: auto;
  }

  .img__abstract2 {
    display: none;
  }
}

@media (max-width: 600px) {
  .main {
    padding: 70px 0 0 0;
  }

  .main__img-block {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 500px) {
 

  .main__title {
    font-size: 26px;
    line-height: 120%;
  }

  .main__subtitle {
    font-size: 17px;
    line-height: 120%;
  }

  .main__list-item {
    font-size: 14px;
    line-height: 120%;
  }

  .main__modal_name, .main__modal_phone, .main__modal_email {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .main__btn  {
    width: 100%;
  }
}

@media (max-width: 600px) {

}

@media (max-width: 600px) {

}


/* Section 1 */
.section1 {
  background: url(../img/background/img__bg-2.png);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 110px 0 60px 0;
}

.section1 .section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  position: relative;
}

.section1__left,
.section1__right {
  width: 50%;
  position: relative;
}

.section1__images {
  width: 467px;
  height: 416px;
  position: relative;
}

.section1__img-block {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--main-color-1);
  position: absolute;
}

.section1__img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1__img-block:nth-child(1) {
  left: 0;
  top: 0;
  z-index: 5;
}

.section1__img-block:nth-child(2) {
  right: 0;
  bottom: 0;
  z-index: 6;
}

.section1__text p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  color: var(--black-color);
  margin-bottom: 10px;
  position: relative;
  z-index: 7;
}

.img__abstract5 {
  position: absolute;
  top: 105px;
  left: 125px;
  z-index: 4;
}

.img__abstract6 {
  position: absolute;
  bottom: 79px;
  right: 101px;
  z-index: 4;
}

.img__abstract7 {
  position: absolute;
  top: 145px;
  right: 0px;
  z-index: 4;
}

.img__abstract8 {
  position: absolute;
  bottom: 79px;
  left: 0px;
  z-index: 4;
}

@media (min-width: 1700px) {
  .section1 {
    height: 848px;
  }
}

@media (max-width: 991px) {
  .section1 .section__content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .section1__left, .section1__right {
    width: 100%;
  }

  .section1__images {
    margin: 0 auto;
  }

  .img__abstract5,
  .img__abstract6 {
    display: none;
  }
}

@media (max-width: 600px) {
  .section1__images {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .section1 {
    padding: 60px 0;
  }

  .section1__text p {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .section1__img-block {
    width: 100%;
    height: auto;
  }
}

/* Section 2 */
.section2 {
  background: var(--white-color);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.section2 .section__content {
  position: relative;
}

.section2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.section2__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section2__img-block {
  width: 100%;
  height: 378px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section2__img-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.buy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.buy h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 135%;
  color: var(--text-color-1);
  text-align: center;
}

.img__section2 {
  position: relative;
  z-index: 10;
}

.img__section2-bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .section2__item:nth-child(1) .section2__img-block {
  background: url(../img/background/img__bg-3-1.png);
  background-position: center;
  background-size: cover;
}
.section2__item:nth-child(2) .section2__img-block {
  background: url(../img/background/img__bg-3-2.png);
  background-position: center;
  background-size: cover;
}
.section2__item:nth-child(3) .section2__img-block {
  background: url(../img/background/img__bg-3-3.png);
  background-position: center;
  background-size: cover;
} */

.section2__text-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section2__text-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: var(--black-color);
}

.section2__text-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: var(--black-color);
}


@media (max-width: 1200px) {
  .section2__img-block {
    height: 318px;
  }
}

@media (max-width: 991px) {
  .section2__grid {
    grid-template-columns: 1fr;
  }

  .section2__text-block {
    text-align: center;
  }
}

@media (max-width: 350px) {
  .img__section2 {
    width: 100%;
  }

  .section2__img-block {
    height: auto  ;
  }
}


/* Section 3 */
.section3 {
  background: url(../img/background/img__bg-4.png);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.section3 .section__title {
  color: var(--white-color);
  margin: 0 0 20px 0;
}

.section3 .section__subtitle {
  color: var(--white-color);
}

.section3 .section__content {
  position: relative;
}

.section3__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 15px;
  margin-bottom: 45px;
}

.section3__item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.section3__item-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;  
  color: var(--white-color);
}

.section3__btn {
  display: none!important;
  width: 302px;
  height: 56px;
  margin: 0 auto;
}

.btn2 {
  background: var(--white-color);
  border-radius: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--main-color-1);
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 0;
}

.btn2:hover {
  background: rgb(228, 228, 228);
}

@media (min-width: 1700px) {
  .section3 {
    padding: 108px 0;
    height: 578px;
  }
}

@media (max-width: 991px) {
  .section3__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .section3__btn  {
    width: 100%;
  }
}

/* Footer */
.footer {
  background: var(--white-color);
}

.footer__up {
  border-bottom: 1px solid #E5E8E9;;
}

.footer__up,
.footer__down {
  padding: 30px 0;
}

.footer__up-block,
.footer__down-block {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  row-gap: 15px;
}

.footer__down-block{
  display: flex;
  flex-direction: column;
}


.footer__list{
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.footer__item a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
}

.footer__up-items, 
.footer__law-text {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
}

.footer__up-items:hover {
  color: var(--black-color);
}

@media (max-width: 1200px) {
  .footer__up-block {
   flex-direction: column;
  }
}
