* {
  font-size: 16px;
  font-family: "1plus1_Regular", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
  padding: 0;
  box-sizing: border-box;
}
[class*="__container"] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 20px;
  width: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
/* body,
html {
    height: 100%;
} */
.wrapper {
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
}
button {
  cursor: pointer;
}
a {
  text-decoration: none;
}
a, button, a:hover, button:hover, img, img:hover {
  transition: 0.3s ease-in;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.page-template-page01 header ul, .page-template-page02 header ul, .page-template-page03 header ul, .page-template-page04 header ul {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.page-template-page01 .owl-dots button, .page-template-page02 .owl-dots button, .page-template-page03 .owl-dots button, .page-template-page04 .owl-dots button {
  min-height: 1px !important;
  margin: 0px !important;
}
.page-template-page01 .callback__screen input, .page-template-page01 .callback__screen button, .page-template-page02 .callback__screen input, .page-template-page02 .callback__screen button, .page-template-page03 .callback__screen input, .page-template-page03 .callback__screen button, .page-template-page04 .callback__screen input, .page-template-page04 .callback__screen button {
  margin: 0px !important;
}
.page-template-page01 p, .page-template-page02 p, .page-template-page03 p, .page-template-page04 p {
  margin-bottom: 0px !important;
}
.page-template-page01 header.header .header__row .callback button, .page-template-page02 header.header .header__row .callback button, .page-template-page03 header.header .header__row .callback button, .page-template-page04 header.header .header__row .callback button {
  margin: 0px;
}
.page-template-page01 header.header .header__row .menu ul li, .page-template-page01 header.header .header__row .phones ul li, .page-template-page02 header.header .header__row .menu ul li, .page-template-page02 header.header .header__row .phones ul li, .page-template-page03 header.header .header__row .menu ul li, .page-template-page03 header.header .header__row .phones ul li, .page-template-page04 header.header .header__row .menu ul li, .page-template-page04 header.header .header__row .phones ul li {
  margin: 0px;
  padding: 0px;
}
.page-template-page01 .hero__screen .hero__row .right img {
  max-width: 150%;
}
header.header .header__row .social ul li {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.callback__variant__screen .callback__variant__row .column h3 {
  font-family: "1plus1_Bold", sans-serif;
}
@media screen and (min-width: 500px) {
  .social-hide-phone {
    display: none !important;
  }
}
.social-hide-phone svg {
  display: block;
  width: 18px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .open-menu {
    display: none !important;
  }
}
@media screen and (max-width: 380px) {
  header.header .header__row .social ul li:last-child {
    display: none !important;
  }
}
.menu__burger__section {
  position: fixed;
  top: 0px;
  z-index: 250;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
  width: 100%;
  height: 100%;
}
.menu__burger__section .burger__top__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px;
}
.menu__burger__section .burger__top__row .logo img {
  width: 150px;
  display: block;
}
.menu__burger__section .menu__section__row ul {
  list-style: none;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.menu__burger__section .contacts__block ul li a {
  font-weight: 600;
}
header.header .header__row .menu ul a:hover {
  color: #F4D648;
}
@media screen and (min-width: 900px) {
  li.popup-menu ul {
    width: 300px;
  }
  li.popup-menu {
    position: relative;
  }
  li.popup-menu ul {
    position: absolute;
    display: none !important;
    left: 0px;
    top: 0px;
    background: #fff;
    padding: 60px 50px 20px 20px !important;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  li.popup-menu ul li a {
    text-align: left;
  }
  li.popup-menu:hover ul {
    display: flex !important;
  }
  li.popup-menu:hover ul:hover {
    display: flex !important;
  }
  header.header .header__row .menu ul li:nth-child(1) a, header.header .header__row .menu ul li:nth-child(2), header.header .header__row .menu ul li:nth-child(3), header.header .header__row .menu ul li:nth-child(4), header.header .header__row .menu ul li:nth-child(5) {
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 899px) {
  li.popup-menu ul {
    display: none !important;
  }
  li.popup-menu ul:hover {
    display: none !important;
  }
}
@media screen and (max-width: 901px) {
  .slide_line1, .slide_line2, .slide_line3, .slide_line4, .slide_line5, .slide_line6, .slide_line7 {
    transform: scale(2.5);
  }
}
