html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
@font-face {
  font-family: "Gabriela";
  src: url("../fonts/Gabriela-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p {
    line-height: 20px;
  font-family: "Gabriela", sans-serif;
}
::-webkit-scrollbar {
  width: 15px;
  background-color: #f9f9fd;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #18aaaa;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #f9f9fd;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Gabriela", sans-serif;
  position: relative;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;

  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}
a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}
a {
  font-family: "Gabriela", sans-serif;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
}
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}
figure {
  margin: 0;
}
form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
}

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/***скролл для меню начало***/
.scrolol {
  height: 400px;
  overflow: overlay;
}
.scrolol::-webkit-scrollbar {
  width: 7px;
  background-color: #f9f9fd;
}
.scrolol::-webkit-scrollbar-thumb {
  background-color: #8473b1;
}
/***скролл для меню конец***/
.comagic-c-buttons {
  bottom: 15% !important;
}
#lb_button-call_widjet {
  display: none !important;
}
.fixed-top {
  display: none;
  background: linear-gradient(to right, #8871cb, rgb(70, 205, 172) 30%);
  padding: 10px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
ul {
  list-style-type: none; /* Убираем маркер у ненумерованного списка */
  padding: 0; /* Убираем отступы */
  margin: 0; /* Убираем внешние отступы */
}

ol {
  list-style-type: none; /* Убираем маркер у нумерованного списка */
  padding: 0; /* Убираем отступы */
  margin: 0; /* Убираем внешние отступы */
}
.ar-container {
  position: relative;
  box-sizing: content-box;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fon{
    border-radius: 10px;
    background: #e5ebff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 1px 1px #D8DADB, 2px 2px #D8DADB, 3px 3px #D9DBDC, 4px 4px #D9DBDC, 5px 5px #DADCDD, 6px 6px #DADCDD, 7px 7px #DADCDD, 8px 8px #DBDDDE, 9px 9px #DBDDDE, 10px 10px #DCDEDF, 11px 11px #DCDEDF, 12px 12px #DCDEDF, 13px 13px #DDDFE0, 14px 14px #DDDFE0, 15px 15px #DEE0E1, 16px 16px #DEE0E1, 17px 17px #DEE0E1, 18px 18px #DFE1E2, 19px 19px #DFE1E2, 20px 20px #E0E2E3, 21px 21px #E0E2E3, 22px 22px #E0E2E3, 23px 23px #E1E3E4, 24px 24px #E1E3E4, 25px 25px #E2E4E5, 26px 26px #E2E4E5, 27px 27px #E2E4E5, 28px 28px #E3E5E6, 29px 29px #E3E5E6, 30px 30px #E4E6E7, 31px 31px #E4E6E7, 32px 32px #E4E6E7, 33px 33px #E5E7E8, 34px 34px #E5E7E8, 35px 35px #E6E8E9, 36px 36px #E6E8E9, 37px 37px #E6E8E9, 38px 38px #E7E9EA, 39px 39px #E7E9EA, 40px 40px #E8EAEB, 41px 41px #E8EAEB, 42px 42px #E8EAEB, 43px 43px #E9EBEC, 44px 44px #E9EBEC, 45px 45px #EAECED, 46px 46px #EAECED, 47px 47px #EAECED, 48px 48px #EBEDEE, 49px 49px #EBEDEE, 50px 50px #ECEEEF, 51px 51px #ECEEEF, 52px 52px #ECEEEF, 53px 53px #EDEFF0, 54px 54px #EDEFF0, 55px 55px #EEF0F1, 56px 56px #EEF0F1, 57px 57px #EEF0F1, 58px 58px #EFF1F2, 59px 59px #EFF1F2, 60px 60px #F0F2F3;
    position: relative;
    overflow: hidden;
}
.fontm{
    border-radius: 10px;
    background: #939dbf;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 1px 1px #D8DADB, 2px 2px #D8DADB, 3px 3px #D9DBDC, 4px 4px #D9DBDC, 5px 5px #DADCDD, 6px 6px #DADCDD, 7px 7px #DADCDD, 8px 8px #DBDDDE, 9px 9px #DBDDDE, 10px 10px #DCDEDF, 11px 11px #DCDEDF, 12px 12px #DCDEDF, 13px 13px #DDDFE0, 14px 14px #DDDFE0, 15px 15px #DEE0E1, 16px 16px #DEE0E1, 17px 17px #DEE0E1, 18px 18px #DFE1E2, 19px 19px #DFE1E2, 20px 20px #E0E2E3, 21px 21px #E0E2E3, 22px 22px #E0E2E3, 23px 23px #E1E3E4, 24px 24px #E1E3E4, 25px 25px #E2E4E5, 26px 26px #E2E4E5, 27px 27px #E2E4E5, 28px 28px #E3E5E6, 29px 29px #E3E5E6, 30px 30px #E4E6E7, 31px 31px #E4E6E7, 32px 32px #E4E6E7, 33px 33px #E5E7E8, 34px 34px #E5E7E8, 35px 35px #E6E8E9, 36px 36px #E6E8E9, 37px 37px #E6E8E9, 38px 38px #E7E9EA, 39px 39px #E7E9EA, 40px 40px #E8EAEB, 41px 41px #E8EAEB, 42px 42px #E8EAEB, 43px 43px #E9EBEC, 44px 44px #E9EBEC, 45px 45px #EAECED, 46px 46px #EAECED, 47px 47px #EAECED, 48px 48px #EBEDEE, 49px 49px #EBEDEE, 50px 50px #ECEEEF, 51px 51px #ECEEEF, 52px 52px #ECEEEF, 53px 53px #EDEFF0, 54px 54px #EDEFF0, 55px 55px #EEF0F1, 56px 56px #EEF0F1, 57px 57px #EEF0F1, 58px 58px #EFF1F2, 59px 59px #EFF1F2, 60px 60px #F0F2F3;
    position: relative;
    overflow: hidden;
}
.anime-left{
    animation: slide-in-left 1s linear 0s 1 normal none;
}
.anime-right{
    animation: slide-in-right 1s linear 0s 1 normal none;
}
.anime-text{
    animation: text-flicker-in-glow 1s linear .5s 1 normal none;
}
/*header*/
.header__menu-link{
     filter: drop-shadow(3px 2px 3px #0033c3);
     text-decoration: none;
}
#mobmenu {
  padding: 10px 0px;
}
.icon-favorites:before {
  content: "\1F49C";
  font-family: "insales-icons";
}
.empty a {
  text-decoration: none;
}
.header__flex {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.header__logo-animate {
  animation: slide-in-top .5s linear 0s 1  none;
}
.header__logo a:hover {
  filter: drop-shadow(2px 3px 3px rgb(255, 100, 58));
}

.logo img {
  filter: drop-shadow(3px 2px 3px #0033c3);
  max-width: 100px;
  width: 100%;
}
.header__social {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.header__social a {
  padding: 10px;
  text-decoration: none;
}
.header__social a:hover {
  transform: scale(1.1);
}
.social-img-item img {
     max-width: 30px;
    width: 100%;
}
.header__des a {
  animation: slide-in-top 2s linear 0s 1 normal none;
  filter: drop-shadow(3px 2px 3px #0033c3);
  text-decoration: none;
}
/*mobile menu*/
.menu-container {
  width: 100%;
  background: #939dbf;
  border-radius: 10px;
}

.menu > ul {
  display: flex;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  padding: 0;
  margin: 0;
  transition: 0.2s ease-in-out;
}

#menu li a {
  color: #000;
}
#menu li:hover > a {
  color: #fff;
}
.normal-sub > li > a {
  color: #000;
}
.menu > ul > li a,
.menu-mobile {
  text-decoration: none;
  padding: 20px 20px;
  display: block;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  font-family: "Gabriela", sans-serif;
  transition: 0.2s ease-in-out;
}
.menu > ul > li:hover > a,
.active__menu > a {
  color: #fff !important;
}
.menu-mobile {
  display: none;
}
.menu > ul > li:hover,
.active__menu {
  border-radius: 10px;
  background-color: #2c4c54;
  color: #fff;
}

.menu > ul > li > ul {
  border-radius: 10px;
  display: none;
  width: 100%;
  background: #939dbf;

  padding: 20px;
  position: absolute;
  z-index: 999;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #337ab7;
}
.menu > ul > li > ul > li a:hover {
  color: #337ab7;
  border-bottom: 1px solid #000;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  margin: 0;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
  padding: 10px 12px;
  font-size: 18px;
}
.menu > ul > li > ul > li > ul > li a:hover {
  border: 0;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }

  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    background: #bfe2ff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .menu > ul > li a {
    padding: 20px;
    width: 100%;
    display: block;
    color: #000;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
  }
  .menu > ul > li > ul:not(.normal-sub) > li {
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}

/*mobile-menu end*/
.search-icon img{
  max-width: 20px;
  width: 100%;
}
.menu__flex {
  background: #939dbf;
  border-radius: 10px;
  display: flex;
  align-items: center;
  
}
.search-bar.search-bar-open {
  width: 370px;
}
.search-bar {
  border-radius: 10px;
  position: relative;
  width: 0%;
  min-width: 58px;
  height: 60px;

  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#search {
  border-radius: 10px;
  margin: 0;
  width: 202px;
  font-family: "Gabriela", sans-serif;
  font-size: 16px;
  height: 60px;
  color: #bebebe;
  border: none;
  padding: 0 10px;
  background: #2c4c54;
  outline: none;
}
.search-icon {
  border-radius: 10px;
  position: absolute;
  right: 0px;
  margin-top: 0px;
}

.search-icon {
  color: #fff;
  background: #2c4c54;
  z-index: 90;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.search-bar-submit {
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity = 0);
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.search-icon,
.search-bar-submit {
  width: 58px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
}
.search-bar.search-bar-open .search-bar-submit,
.no-js .search-bar .sb-search-submit {
  z-index: 90;
}
.search-icon,
.search-bar-submit {
  width: 58px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  border-radius: 10px;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
}
.header__top {
  background: #e3d5e7;
}
.mobile-menu {
  display: none;
}
.fix {
  z-index: 999999999;
  position: fixed;
  top: 0px;
  width: 100%;
}
.fixe {
  display: none !important;
}
.menu__flex-mob {
  display: none;
}
@keyframes focus-in-expand-top {
  0% {
    letter-spacing: -0.5em;
    transform: translateY(-300px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.icon-favorites {
  font-size: 29px;
}
.icon-favorites:hover {
  animation: slide-in-top 2s linear 0s 1 normal none;
}

/*header end*/
.breadcrumb-2 * {
  box-sizing: border-box;
  margin: 0; 
  padding: 0
}    
.breadcrumb-2 {
  display: flex;
  flex-wrap: wrap;
  counter-reset: flag; 
  margin-bottom: 10px;
}
.breadcrumb-2 a, .breadcrumb-2 span {
  background: white;
  color: black;
  transition: all 0.5s;
  text-decoration: none;
  outline: none;
  font-size: 12px;
  line-height: 19px;
  padding: 0 5px 0 35px;
  position: relative;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  border: 2px solid #BFE2FF;
  border-right: 0;
  margin: 2px 0;
  border-radius: 8px 0 0 8px;
}
.breadcrumb-2 a:first-child {
  padding-left: 34px;
}

.breadcrumb-2 a:first-child:before {
  left: 14px;
}
.breadcrumb-2 a:hover{
  background: #BFE2FF;
} 
.breadcrumb-2 a:hover:after {
  background: #BFE2FF;
}
.breadcrumb-2 a:after, .breadcrumb-2 span:after {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  width: 18px;
  height: 18px;
  transform: scale(0.7) rotate(45deg);
  z-index: 1;
  box-shadow: 2px -2px 0 2px #BFE2FF;
  border-radius: 0 5px 0 50px;
  background: white;
  transition: all 0.5s;
}
.breadcrumb-2 a:before, .breadcrumb-2 span:before {
  content: counter(flag);
  counter-increment: flag;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  text-align: center;
  font-size: 10px;
  line-height: 11px;
  margin: 4px 0;
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: bold;
  background: white;
  box-shadow: 0 0 0 1px #ccc;
}
/*footer*/



.footer__flex {
    border-radius: 10px;
    position: relative;
    background: #939dbf;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 1px 1px #d8dadb, 2px 2px #d8dadb,
      3px 3px #d9dbdc, 4px 4px #d9dbdc, 5px 5px #dadcdd, 6px 6px #dadcdd,
      7px 7px #dadcdd, 8px 8px #dbddde, 9px 9px #dbddde, 10px 10px #dcdedf,
      11px 11px #dcdedf, 12px 12px #dcdedf, 13px 13px #dddfe0, 14px 14px #dddfe0,
      15px 15px #dee0e1, 16px 16px #dee0e1, 17px 17px #dee0e1, 18px 18px #dfe1e2,
      19px 19px #dfe1e2, 20px 20px #e0e2e3, 21px 21px #e0e2e3, 22px 22px #e0e2e3,
      23px 23px #e1e3e4, 24px 24px #e1e3e4, 25px 25px #e2e4e5, 26px 26px #e2e4e5,
      27px 27px #e2e4e5, 28px 28px #e3e5e6, 29px 29px #e3e5e6, 30px 30px #e4e6e7,
      31px 31px #e4e6e7, 32px 32px #e4e6e7, 33px 33px #e5e7e8, 34px 34px #e5e7e8,
      35px 35px #e6e8e9, 36px 36px #e6e8e9, 37px 37px #e6e8e9, 38px 38px #e7e9ea,
      39px 39px #e7e9ea, 40px 40px #e8eaeb, 41px 41px #e8eaeb, 42px 42px #e8eaeb,
      43px 43px #e9ebec, 44px 44px #e9ebec, 45px 45px #eaeced, 46px 46px #eaeced,
      47px 47px #eaeced, 48px 48px #ebedee, 49px 49px #ebedee, 50px 50px #eceeef,
      51px 51px #eceeef, 52px 52px #eceeef, 53px 53px #edeff0, 54px 54px #edeff0,
      55px 55px #eef0f1, 56px 56px #eef0f1, 57px 57px #eef0f1, 58px 58px #eff1f2,
      59px 59px #eff1f2, 60px 60px #f0f2f3;
    overflow: hidden;
    z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 50px;
  gap: 40px;
}
.footer__menu {
  width: 20%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.footer__menu-title {
  font-size: 20px;
}
.footer__menu-block {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.footer__menu-block li a {
  font-weight: 600;
  color: #000000;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s,
    background-position 300ms ease-in-out 0s;
  font-size: 15px;
  text-decoration: none;
}
.footer__menu-block li:hover {
  animation: blur 1s ease-out;
}
.footer__menu-block li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer__info {
  width: 50%;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
.footer__info-logo a:hover {
  filter: drop-shadow(2px 3px 3px rgb(255, 100, 58));
}
.footer__info-social {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
}
.footer__adress {
  width: 30%;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
.footer__adress p {
  font-size: 20px;
}
.footer_adress-adress {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.footer_adress-adress img {
  max-width: 20px;
  width: 100%;
}
.footer__info-social a:hover,.social-accounts a:hover {
  transform: scale(1.1);
}

/*footer end*/

@media only screen and (min-width: 320px) and (max-width: 670px) {
  .search-bar.search-bar-open {
    width: 570px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1001px) {
  .menu__flex-mob {
    gap: 10px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: row;
  }
  .menu__flex-mob a {
    white-space: nowrap;
    font-size: 11px;
  }
  /*mobile menu*/
  .menu > ul {
    display: none;
  }

  .mobile-menu {
    display: block;
  }
  .menum {
    gap: 15px;
    margin: 0;
    padding: 20px;
    list-style: none;
    display: flex;
    justify-content: center;
  }
  .menu-bar {
    transition: all 0.3s ease-in-out;
    transition-delay: 0.2s;

    top: 20px;
    right: 40px;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    box-sizing: content-box;
  }
  .menu-bar span {
    z-index: 9;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    display: inline-block;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 22px;
  }
  .menu-bar span:before,
  .menu-bar span:after {
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 30px;
  }
  .menu-bar span:before {
    top: -8px;
  }
  .menu-bar span:after {
    top: 8px;
  }
  .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;
  }
  .menum {
    transition: all 0.3s ease-in-out;
    background: #939dbf;
    height: 100vh;
    opacity: 0;
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100vw;
    z-index: 5;
    overflow-y: auto;
  }
  .menum ul {
    transition: all 0.3s ease-in-out;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menum ul li {
    transition: all 0.3s ease-in-out;
  }
  .menum ul li a,
  .menum ul li ul li.has-children1 a {
    color: #fff;
    display: inline-block;
    font-family: "Gabriela", sans-serif;
    font-size: 20px;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
    outline: none;
  }
  .menum ul li span {
    display: inline-block;
    height: 24px;
    top: 5px;
    position: relative;
    width: 24px;
  }
  .menum ul li span:before,
  .menum ul li span:after {
    background-color: #bfe2ff;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 15px;
  }
  .menum ul li span:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .menum ul li span:after {
    transition: all 0.15s ease-in-out;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .menum ul li span.subtriggered:after {
    transform: translateY(-50%) rotate(0);
  }
  .menum ul li ul li a {
    padding: 8px 30px;
    font-size: 18px;
    color: #fff;
  }
  .triggered .menum {
    opacity: 1;
    transform: translateY(0);
  }
  .menum ul ul {
    display: none;
  }
  .menum ul .subtriggered + ul {
    display: block;
  }
  #mobmenu {
    position: relative;
  }

  /*mobile-menu end*/
}
@media only screen and (min-width: 320px) and (max-width: 1130px) {
  .menu > ul > li a,
  .menu-mobile {
    text-decoration: none;
    padding: 20px 10px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-family: "Gabriela", sans-serif;
    transition: 0.2s ease-in-out;
  }
  .menu__flex {
    position: relative;
    background: #939dbf;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
p {

    font-size: 14px;

}

  .footer__menu-block {
    display: flex;
    gap: 10px;
    flex-direction: row;
  }
  .footer__info {
    order: 1;
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .footer__menu {
    order: 2;
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .footer__adress {
    order: 3;
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .footer__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 20px;
    flex-direction: column;
  }

  .header__social {
    display: none;
  }
}
@keyframes blur {
  from {
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 25px #fff,
      0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff,
      0px 0px 25px #fff, 0px 0px 50px #fff, 0px 0px 50px #fff;
  }
}
@keyframes slide-in-right {	
    0% {
        transform:translateX(1000px);
        opacity:0;
    }
    100% {
        transform:translateX(0);
        opacity:1;
    }
}
@keyframes slide-in-left {		
    0% {
        transform:translateX(-1000px);
        opacity:0;
    }
    100% {
        transform:translateX(0);
        opacity:1;
    }
}
