#map {
    width: 100%;
    height: 400px;
}
.active-cart {
    pointer-events: none;
    opacity: 0.7;
}
ul {
  list-style-type: none; /* Убираем маркер у ненумерованного списка */
  padding: 0; /* Убираем отступы */
  margin: 0; /* Убираем внешние отступы */
}
ol {
  list-style-type: none; /* Убираем маркер у нумерованного списка */
  padding: 0; /* Убираем отступы */
  margin: 0; /* Убираем внешние отступы */
}
input:focus {
  outline: 0;
}

.as-social [class*="as-icon-"] {
  color: #fff;
  background-color: #1e87f0;
  border-radius: 50%;
  transition-property: border-radius, background-color;
}
.as-icon-facebook:hover {
  background-color: #3b5999;
}
.as-icon-youtube:hover {
  background-color: #ff0000;
}
.as-icon-instagram:hover {
  background-color: #db307f;
}
.as-icon-twitter:hover {
  background-color: #3face2;
}
.as-icon-vk:hover {
  background-color: #5181b8;
}
.as-icon-odnoklassniki:hover {
  background-color: #f58220;
}
.as-icon-whatsapp:hover {
  background-color: #3ee25b;
}
.as-icon-viber:hover {
  background-color: #7b519d;
}
.as-icon-telegram:hover {
  background-color: #24a1de;
}
.as-icon-telegram:hover {
  background-color: #0078ca;
}
[class*="as-icon-"]:hover {
  color: #fff;
  border-radius: 6px;
}

@font-face {
  font-family: "jost";
  src: url("../fonts/static/Jost-Light.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-Regular";
  src: url("../fonts/static/Jost-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h4,
.h4 {
  font-family: "Jost-Regular", sans-serif;
  text-transform: uppercase;
  display: block;
}
.h3 {
  font-size: 1.75rem;
}
body {
  cursor: url("../img/icon/curs.svg"), auto;
  color: #666;
  font-size: 1rem;
  overflow-x: hidden;
  margin: 0;
}
button {
  cursor: url("../img/icon/cursp.svg"), auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Jost-Regular", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  color: #000000;
  text-transform: none;
}
a {
  cursor: url("../img/icon/cursp.svg"), auto;
  color: #000000;
  text-decoration: none;
}
* {
  font-family: "jost", sans-serif;
}
p,
div {
  font-family: "jost", sans-serif;
  color: #000000;
  font-size: 14px;
}
/*.ar-container {
    position: relative;
   box-sizing: border-box;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
        margin-left: auto;
    margin-right: auto;
}
*/
.ar-container {
  position: relative;
  display: flow-root;
  box-sizing: border-box;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  
  
  
}
address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
  margin: 0 0 0px 0;
}
#to svg,
#n svg {
  background: #f5f4f4e3 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  max-width: 100%;
}
canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/************************Стили header *********************************/
.has-childrencom{
white-space: nowrap;
position: relative;
}
.has-childrencom ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFF;
    padding: 0;
    opacity: 0.97;
    box-shadow: 2px -2px 15px 7px rgba(0, 0, 0, 0.08);
    

}
.has-childrencom:hover ul {
    display: block;
    animation-name: swin;
    animation-duration: .2s;
    animation-timing-function: ease;
position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 25px;
    opacity: 0.97;
    box-shadow: 2px -2px 15px 7px rgba(0, 0, 0, 0.08);

}
.has-childrenscom li a{
 color: #000!important;
}
.has-childrencom>a::after{
content:url(/assets/img/icon/Polygon.png);
padding-left: 5px;
}
.has-childrenscom li{
padding: 5px 0;
}
.header__menu-ul .has-childrencom:hover
 {
    transition: all 0.2s linear;
    transform: scale(1)!important;
}
.fix {
  z-index: 101;
  position: fixed;
  width: 100%;
  background: #fff;
}
.header {
z-index: 1;
  padding: 10px 15px;
  display: grid;
  column-gap: 30px;
  grid-template-columns: minmax(0, 200px) 1fr 300px;
  justify-items: center;
  align-items: center;
}
.button_icon {
  align-items: center;
  gap: 10px;
  display: flex;
  font-size: 20px;
  font-weight: 400;
}
.uk-button-default {
  background-color: transparent;
  color: #333;
  border: none;
}
.icon_phone {
  background: url(../img/icon/icon-phone.svg) right center no-repeat;
  display: inline-block;
  background-size: 17px;
  width: 31px;
  height: 40px;
}
.icon_str {
  display: inline-block;
  width: 14px;
  height: 40px;
  background: url(../img/icon/Polygon.png) right center no-repeat;
}
.header__menu-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
}
.header__menu-ul li a {
  font-weight: 600;
  line-height: 10px;
  color: #000000;
  font-size: 18px;
}
.header__menu-ul li:hover {
  transition: all 0.2s linear;
  transform: scale(1.2);
}
.header__menu-ul li a:hover {
  text-decoration: none;
}
.header-info {
  justify-self: end;
}
.header__flex-logo {
  display: flex;
  flex-direction: column;
}
.header__flex-logo p {
  align-self: flex-end;
  font-size: 14px;
  font-weight: 600;
}
.logo img {
  max-width: 200px;
  width: 100%;
}
.uk-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 20px;
  --uk-position-viewport-offset: 15px;
  box-sizing: border-box;
  width: 225px;
}
.uk-card-default {
  --uk-inverse: dark;
  background-color: #fff;
  color: #666;
  box-shadow: 2px -2px 15px 7px rgba(0, 0, 0, 0.08);
}
.header__spisok li a {
  display: flex;
  gap: 10px;
  font-size: 15px;
  font-weight: 400;
  justify-content: flex-start;
}
.header__spisok li {
  padding: 5px 0;
}
.uk-card-body {
  padding: 10px;
}
.button_icon:hover .icon_phone {
  background: url(../img/icon/icon-phone.svg) right center no-repeat;
  display: inline-block;
  background-size: 17px;
  width: 31px;
  height: 40px;
}
/*mobile menu*/
.menu-bar {
  display: none;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
  position: fixed;
  top: 20px;
  right: 40px;
  width: 30px;
  height: 30px;
  z-index: 9999999;
  box-sizing: content-box;
}
.menu-bar span {
  transition: all 0.3s ease-in-out;
  background-color: #3c3c41;
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 50px;
}
.menu-bar span:before,
.menu-bar span:after {
  transition: all 0.3s ease-in-out;
  background-color: #3c3c41;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 50px;
}
.menu-bar span:before {
  top: -10px;
}
.menu-bar span:after {
  top: 10px;
}
.triggered .menu-bar span {
  width: 0;
}
.triggered .menu-bar span:before {
  transform: rotate(45deg);
  top: 0;
}
.triggered .menu-bar span:after {
  transform: rotate(-45deg);
  top: 0;
}
.menu {
  transition: all 0.3s ease-in-out;
  background: #eeeeee;
  height: 100vh;
  opacity: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100vw;
  z-index: 9999998;
  overflow-y: auto;
}
.menu ul {
  transition: all 0.3s ease-in-out;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul li {
  transition: all 0.3s ease-in-out;
}
.menu ul li a,
.menu ul li ul li.has-children1 a {
  color: #000;
  display: inline-block;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  padding: 15px 15px;
  position: relative;
  text-decoration: none;
  outline: none;
}
.menu ul li span {
  display: inline-block;
  height: 24px;
  top: 5px;
  position: relative;
  width: 24px;
}
.menu ul li span:before,
.menu ul li span:after {
  background-color: #0964af;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 15px;
}
.menu ul li span:before {
  top: 50%;
  transform: translateY(-50%);
}
.menu ul li span:after {
  transition: all 0.15s ease-in-out;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.menu ul li span.subtriggered:after {
  transform: translateY(-50%) rotate(0);
}
.menu ul li ul li a {
  padding: 8px 30px;
  font-size: 18px;
  color: #000;
}
.triggered .menu {
  opacity: 1;
  transform: translateY(0);
}
.menu ul ul {
  display: none;
}
.menu ul .subtriggered + ul {
  display: block;
}

/*mobile-menu end*/
.uk-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 20px;
  --uk-position-viewport-offset: 15px;
  box-sizing: border-box;
  width: 225px;
}
.uk-drop.uk-open {
  display: block;
}
@media only screen and (min-width: 900px) and (max-width: 1100px) {
  .header__menu-ul li a {
    color: #000000;
    font-size: 16px;
  }
  .header__menu-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .header__menu-ul li a {
    color: #000000;
    font-size: 14px;
  }
  .header__menu-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .header__flex-logo p {
    align-self: flex-end;
    font-size: 12px;
    font-weight: 600;
  }
  .button_icon {
    padding: 0 0px;
    gap: 10px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
  }
  .header {
    padding: 20px 15px;
    display: grid;
    column-gap: 30px;
    grid-template-columns: minmax(0, 200px) 1fr 220px;
    justify-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .header__flex-logo p {
    align-self: flex-end;
    font-size: 10px;
    font-weight: 600;
  }
  .button_icon {
    padding: 0 0px;
    gap: 5px;
    display: flex;
    font-size: 20px;
    font-weight: 400;
  }
  .header-info {
    font-size: 20px;
    padding-right: 0px;
    justify-self: center;
  }
  .menu-bar {
    display: block;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.2s;
    position: fixed;
    top: 14px;
    right: 51px;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    box-sizing: content-box;
  }
  .header {
    padding: 10px 15px;
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .header__menu {
    display: none;
  }
}
/************************Стили header end *********************************/
/*forma*/
.form {
  margin-top: 200px;
  background: url(../img/home/formpod-min.png);
  background-size: cover;
}
.form__grid {
  padding-bottom: 60px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 792px);
  justify-items: end;
}
.form__grid-img {
  position: absolute;
  right: 0;
  bottom: 7%;
}
.form__grid-title h2 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: left;
}
.form__grid-title p {
  width: 68%;
  font-size: 22px;
  font-weight: 600;
}
.form__name label,
.form__phone label {
  font-size: 18px;
  color: #fff;
}

.form__gridflex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__namephone {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.form__social {
  gap: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form__social p {
  font-size: 18px;
  color: #fff;
}
.form__social a {
  width: 175px;
  display: flex;
  box-sizing: border-box;
  padding: 5px;
  background: #fff;
  border-radius: 30px;
  align-items: center;
}
.form__social span {
  padding: 5px 20px;
  font-size: 20px;
  font-weight: bold;
}
.forwat {
  padding: 10px;
  background: #3cdd6f;
  border-radius: 50%;
}
input::placeholder {
  padding-left: 10px;
}
.form__file p {
  color: #fff;
  font-size: 18px;
}
.form__grid-title {
  width: 80%;
}
.callaction__flex {
  padding: 50px 0px;
  display: flex;
  justify-content: center;
}
.forma__flex {
  margin-right: 0px;
  max-width: 995px;
  box-sizing: border-box;
  width: 100%;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
  background: #333030;
  align-items: center;
  justify-items: start;
  padding: 20px;
  border-radius: 20px;
}
.callaction__grid h3 {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  line-height: 43.35px;
  text-align: left;
  color: #ffffff;
}
.callaction__grid span {
  color: #996f53;
}
.callaction__grid-text {
  height: 100%;
  display: flex;
  padding: 25px 46px;
  flex-direction: column;
  justify-content: space-around;
}
.callaction__input {
  margin-top: 10px;
 padding: 5px 0px 5px 20px;
    border: 0;
    width: 95%;
  border-radius: 30px;
  height: 44px;
  background-color: #f4f4f4;
  font-family: Jost;
  font-size: 24px;
  font-weight: 300;
  line-height: 34.68px;
  text-align: left;
  color: #787777;
}
.pb20 {
  padding-bottom: 20px;
}
.pb53 {
  padding-bottom: 53px;
}
.callaction__grid-forma {
  width: 77%;
  padding: 38px 10px;
}
.callaction__button {
  text-transform: uppercase;
  padding: 6px 30px;
  height: 55px;
  border-radius: 30px;
  font-family: Jost;
  font-size: 24px;
  font-weight: 300;
  line-height: 34.68px;
  text-align: left;
  color: #ffffff;
  background-color: #e5007c;
  transition: all 0.5s linear;
}
.callaction__button:hover {
  transition: all 0.5s linear;
  cursor: url("../img/icon/cursp.svg"), auto;
  color: #3c3c41;
  background-color: #fff;
}
.callaction__grid img {
  margin-right: 10px;
  width: 118px;
  height: 113px;
  border-radius: 3px 0px 0px 0px;
  float: left;
}
.callaction__grid-text-max {
  padding: 15px 0;
  line-height: 23.12px;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
}
.callaction__grid-text-min {
  font-size: 10px;
  line-height: 14.45px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
}
.callaction__grid-text-min span {
  font-weight: 600;
}
.input-file {
  width: 100%;
  position: relative;
  display: inline-block;
}
.input-file span {
  cursor: url("../img/icon/cursp.svg"), auto;
  display: block;
  border: 0;
  padding: 0.025rem 0rem;
  width: 100%;
  height: 44px;

  font-family: Jost;
  font-size: 24px;
  font-weight: 300;
  line-height: 44.68px;
  text-align: left;
  color: #a5a5a5;
}
.input-file span::before {
  padding-right: 10px;
  content: url("../img/icon/skrepka.png");
}
.input-file input[type="file"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

/* Focus */
.input-file input[type="file"]:focus + span {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* Hover/active */

/* Disabled */
.input-file input[type="file"]:disabled + span {
  background-color: #eee;
}
.forma {
  overflow: hidden;
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1130px) and (max-width: 1200px) {
  .form {
    margin-top: 50px;
  }
  .form__grid-img {
    max-width: 300px;
    position: absolute;
    right: 0;
    bottom: 7%;
  }
}
@media only screen and (min-width: 1040px) and (max-width: 1129px) {
  .form {
    margin-top: 50px;
  }
  .form__grid-img {
    max-width: 200px;
    position: absolute;
    right: 0;
    bottom: 7%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1039px) {
  .form {
    margin-top: 20px;
  }
  .form__grid-img {
    display: none;
  }
  .form__grid {
    grid-template-columns: minmax(0, 1100px);
  }
  .form__grid-title {
    width: 100%;
  }
  .form__grid-title p {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .form__name label,
  .form__phone label {
    text-align: center;
  }
  .form__name,
  .form__phone {
    display: flex;
    flex-direction: column;
  }
.baner__text-buttonot {
    padding: 10px 10px;
    font-size: 16px;
}
  .callaction__input {
       margin-top: 10px;
    padding: 10px 0px 10px 20px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 30px;
    height: 54px;
    background-color: #f4f4f4;
    font-family: Jost;
    font-size: 24px;
    font-weight: 300;
    line-height: 34.68px;
    text-align: left;
    color: #787777;
  }
  .form__namephone {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    justify-content: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .form__social img {
    max-width: 29px;
  }
  .form__social span {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .form__social a {
    width: 124px;
    display: flex;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    border-radius: 30px;
    align-items: center;
  }
  .form__grid-title p {
    text-align: center;
  }
  .form__grid-title h2 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
  }
  .form__social {
    width: 100%;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .form__social p {
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #fff;
  }
  .forma__flex {
    margin-right: 0px;
    max-width: 995px;
    box-sizing: border-box;
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    background: #333030;
    align-items: center;
    justify-items: center;
    padding: 20px;
    border-radius: 20px;
  }
  .input-file span {
    cursor: url(../img/icon/cursp.svg), auto;
    display: block;
    border: 0;
    padding: 0.025rem 0rem;
    width: 100%;
    height: 44px;
    font-family: Jost;
    font-size: 18px;
    font-weight: 300;
    line-height: 44.68px;
    text-align: left;
    color: #a5a5a5;
  }
  .form__file p {
    color: #fff;
    font-size: 14px;
  }
}
/*forma end*/
/*socil*/
.socil {
  position: relative;
  height: 787px;
  background-image: url(../img/home/Group61-min.png);
  background-size: cover;
  background-attachment: fixed;
}
.socil h2 {
  position: absolute;
  bottom: 30%;
  font-size: 122px;
  color: #fff;
}

.socil h3 {
  position: absolute;
  bottom: 25%;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.socil__grid {
  position: absolute;
  bottom: 10%;
  left: 50%;
  box-sizing: border-box;
  width: 1200px;
  transform: translateX(-50%);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
.socil__grid a {
     min-height: 80px;
  gap: 10px;
  display: flex;
  border-radius: 12px;
  padding: 0px 20px;
  background: #000000;
  align-items: center;
}
.socil__grida span {
  font-size: 28px;
  color: #fff;
}
.socil__grida:nth-child(1) span {
  font-size: 28px;
  color: #0bcef4;
}
.socil__grida:nth-child(2) span {
  font-size: 28px;
  color: #f169dd;
}

@media only screen and (min-width: 1110px) and (max-width: 1200px) {
  .socil__grid {
    width: 1100px;
  }
  .socil__grida span {
    font-size: 22px;
    color: #fff;
  }
  .socil__grida:nth-child(1) span {
    font-size: 22px;
    color: #0bcef4;
  }
  .socil__grida:nth-child(2) span {
    font-size: 22px;
    color: #f169dd;
  }
}
@media only screen and (min-width: 1005px) and (max-width: 1109px) {
  .socil__grid {
    width: 1000px;
  }
  .socil__grida span {
    font-size: 20px;
    color: #fff;
  }
  .socil__grida:nth-child(1) span {
    font-size: 20px;
    color: #0bcef4;
  }
  .socil__grida:nth-child(2) span {
    font-size: 20px;
    color: #f169dd;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1004px) {
  .socil h2 {
    position: absolute;
    bottom: 40%;
    font-size: 90px;
  }
  .socil h3 {
    font-size: 28px;
    position: absolute;
    bottom: 35%;
  }
  .socil__grid {
    width: 700px;
    grid-template-columns: repeat(3, 1fr);
  }
  .socil__grida span {
    font-size: 20px;
    color: #fff;
  }
  .socil__grida:nth-child(1) span {
    font-size: 20px;
    color: #0bcef4;
  }
  .socil__grida:nth-child(2) span {
    font-size: 20px;
    color: #f169dd;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .socil__grid a {
    gap: 10px;
    display: flex;
    border-radius: 12px;
    padding: 0px 20px;
    background: #000000;
    align-items: center;
    justify-content: center;
  }
  .socil {
    position: relative;
    height: 787px;
    background-image: url(../img/home/Group61-min.png);
    background-size: cover;
    background-position-x: center;
    background-attachment: fixed;
  }
  .socil h2 {
    position: absolute;
    bottom: 90%;
    font-size: 48px;
  }
  .socil h3 {
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    bottom: 85%;
  }

  .socil__grida span {
    font-size: 20px;
    color: #fff;
  }
  .socil__grida:nth-child(1) span {
    font-size: 20px;
    color: #0bcef4;
  }
  .socil__grida:nth-child(2) span {
    font-size: 20px;
    color: #f169dd;
  }
}
@media only screen and (min-width: 355px) and (max-width: 768px) {
  .socil__grid {
    width: 345px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 354px) {
  .socil__grid {
    width: 325px;
    grid-template-columns: 1fr;
  }
}
/*socil end*/
/************************Стили footer*********************************/
.footer {
  position: relative;
  background: #eeeeee;
}
.footer__social {
  position: absolute;
    top: 16%;
    right: 3%;
}
.footer__social-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  flex-direction: column;
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer__about,
.footer__uslugi,
.footer__contact {
white-space: nowrap;
  opacity: 0;
  transform: translateY(50px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.footer__logo {
  opacity: 0;
  transform: translateY(50px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.animate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}
.footer h3 {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 300;
  line-height: 29.12px;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
}
.footer__about-menu li a,
.footer__uslug-menu li a {
  font-size: 18px;
  font-weight: 300;
  line-height: 26.01px;
  text-align: left;
}
footer p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26.01px;
  text-align: left;
}
.footer__about-menu,
.footer__uslug-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__logo-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__contact-menu li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 23.12px;
  text-align: left;
}
.footer__contact-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__contact-menu li a {
  display: flex;
  gap: 5px;
  font-size: 15px;
  font-weight: 400;
  justify-content: flex-start;
  align-items: center;
}
.footer__contact-menu li:nth-child(3) {
  background: #fff;
}
.footer__contact-menu img {
  max-width: 23px;
  width: 100%;
  max-height: 15px;
  height: 100%;
}
.footer__logo-text p:nth-child(2) {
  font-weight: 600;
}
.underline-one {
  text-decoration: none;
  transition: all 0.2s linear;
  transform: scale(1);
}
.underline-one a {
  text-decoration: none;
}
.underline-one:hover {
  text-decoration: none;
  transition: all 0.2s linear;
  transform: scale(1.2);
}
.footer__contact {
  width: 53%;
}
.footer__contact-menu b {
  font-weight: bold;
}
 

@media only screen and (min-width: 320px) and (max-width: 900px) {
  .footer__social {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer p {
    font-size: 16px;
    font-weight: 300;
    line-height: 18.01px;
    text-align: left;
  }
  .footer__about-menu li a,
  .footer__uslug-menu li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 6.01px;
    text-align: left;
  }
  .footer h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 29.12px;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
  }
  .footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer__about,
  .footer__uslugi,
  .footer__contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .footer__logo-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
/************************Стили footer end*********************************/
/*animate*/
@keyframes text-flicker-out-glow {
  0% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 0, 0, 0.45),
      0 0 110px rgba(0, 0, 0, 0.25), 0 0 100px rgba(0, 0, 0, 0.1);
  }
  13% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 0, 0, 0.45),
      0 0 110px rgba(0, 0, 0, 0.25), 0 0 100px rgba(0, 0, 0, 0.1);
  }
  14% {
    opacity: 0;
    text-shadow: none;
  }
  15% {
    opacity: 0;
    text-shadow: none;
  }
  16% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.55), 0 0 60px rgba(0, 0, 0, 0.4),
      0 0 110px rgba(0, 0, 0, 0.2), 0 0 100px rgba(0, 0, 0, 0.1);
  }
  22% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.55), 0 0 60px rgba(0, 0, 0, 0.4),
      0 0 110px rgba(0, 0, 0, 0.2), 0 0 100px rgba(0, 0, 0, 0.1);
  }
  23% {
    opacity: 0;
    text-shadow: none;
  }
  24% {
    opacity: 0;
    text-shadow: none;
  }
  25% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.55), 0 0 60px rgba(0, 0, 0, 0.35),
      0 0 100px rgba(0, 0, 0, 0.1);
  }
  34% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.55), 0 0 60px rgba(0, 0, 0, 0.35),
      0 0 100px rgba(0, 0, 0, 0.1);
  }
  35% {
    opacity: 0;
    text-shadow: none;
  }
  39% {
    opacity: 0;
    text-shadow: none;
  }
  40% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.55), 0 0 60px rgba(0, 0, 0, 0.35);
  }
  42% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.55), 0 0 60px rgba(0, 0, 0, 0.35);
  }
  43% {
    opacity: 0;
    text-shadow: none;
  }
  44% {
    opacity: 0;
    text-shadow: none;
  }
  45% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.45), 0 0 60px rgba(0, 0, 0, 0.25);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.45), 0 0 60px rgba(0, 0, 0, 0.25);
  }
  54% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.45), 0 0 60px rgba(0, 0, 0, 0.25);
  }
  55% {
    opacity: 0;
    text-shadow: none;
  }
  69% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.45), 0 0 60px rgba(0, 0, 0, 0.25);
  }
  70% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.45), 0 0 60px rgba(0, 0, 0, 0.25);
  }
  71% {
    opacity: 0;
    text-shadow: none;
  }
  78% {
    opacity: 0;
    text-shadow: none;
  }
  79% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  }
  80% {
    opacity: 0;
    text-shadow: none;
  }
  88% {
    opacity: 0;
    text-shadow: none;
  }
  89% {
    opacity: 1;
    text-shadow: none;
  }
  90% {
    opacity: 0;
    text-shadow: none;
  }
  100% {
    opacity: 0;
  }
}
@keyframes artur {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes focus-in-zoomout {
  0% {
    letter-spacing: -0.5em;
    transform: translateY(-300px);
    filter: blur(12px);
    opacity: 0;
  }
  0% {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slit-in-horizontal {
  0% {
    transform: translateZ(-800px) rotateX(90deg);
    opacity: 0;
  }
  50% {
    transform: translateZ(-160px) rotateX(87deg);
    opacity: 1;
  }
  100% {
    transform: translateZ(0) rotateX(0);
  }
}
@keyframes rot {
  0% {
    transform: translateX(0);
    transform: rotate(0);
  }
  5% {
    transform: translateX(-2px);
    transform: rotate(-1deg);
  }
  10% {
    transform: translateX(2px);
    transform: rotate(1deg);
  }
  15% {
    transform: translateX(-2px);
    transform: rotate(-1deg);
  }
  20% {
    transform: translateX(2px);
    transform: rotate(1deg);
  }
  25% {
    transform: translateX(-2px);
    transform: rotate(-1deg);
  }
  30% {
    transform: translateX(2px);
    transform: rotate(1deg);
  }
  35% {
    transform: translateX(-2px);
    transform: rotate(-1deg);
  }
  40% {
    transform: translateX(2px);
    transform: rotate(1deg);
  }
  45% {
    transform: translateX(-2px);
    transform: rotate(-1deg);
  }
  50% {
    transform: translateY(0);
    transform: rotate(0);
  }
}
@keyframes slide-in-bl {
  0% {
    transform: translateY(1000px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) translateX(0);
    opacity: 1;
  }
}
/*animate end*/
