@charset "UTF-8";

@font-face {
  font-family: "ComicSansMS";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/ComicSansMS.woff2") format("woff2"), url("../fonts/ComicSansMS.woff") format("woff");
}
@font-face {
  font-family: "ComicSansMS-Bold";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ComicSansMS-Bold.woff2") format("woff2"), url("../fonts/ComicSansMS-Bold.woff") format("woff");
}
@font-face {
  font-family: "ComicSansMS-BoldItalic";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ComicSansMS-BoldItalic.woff2") format("woff2"), url("../fonts/ComicSansMS-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "ComicSansMS-Italic";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/ComicSansMS-Italic.woff2") format("woff2"), url("../fonts/ComicSansMS-Italic.woff") format("woff");
}
@font-face {
  font-family: "Tahoma";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Tahoma.woff2") format("woff2"), url("../fonts/Tahoma.woff") format("woff");
}
@font-face {
  font-family: "Tahoma-Bold";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Tahoma-Bold.woff2") format("woff2"), url("../fonts/Tahoma-Bold.woff") format("woff");
}
.container {
  top: 0;
  left: 0;
  right: 0;
  padding: 0 2px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .container {
    padding: 0 3px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0 2px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 4px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.header {
  background-image: url("../images/header_big.png");
  background-size: 100% 100%;
}

@media (min-width: 640px) {
  .header {
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .header {
    background-size: 100% 160px;
    justify-items: center;
  }
}
@media (min-width: 1024px) {
  .header {
    background-size: 100% 200px;
  }
}
@media (min-width: 1280px) {
  .header {
    background-size: 100% 220px;
  }
}
@media (min-width: 1440px) {
  .header {
    background-size: 100% 260px;
  }
}
.header_inner {
  position: relative;
  min-height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
}

@media (min-width: 450px) {
  .header_inner {
    min-height: 80px;
  }
}
@media (min-width: 640px) {
  .header_inner {
    min-height: 100px;
  }
}
@media (min-width: 640px) {
  .header_inner {
    min-height: 120px;
  }
}
@media (min-width: 1024px) {
  .header_inner {
    min-height: 200px;
  }
}
@media (min-width: 1440px) {
  .header_inner {
    min-height: 260px;
  }
}
.logo_big {
  position: absolute;
  left: 0;
}

.logo__link__big-img {
  position: relative;
  width: 50px;
  margin-top: 15px;
  margin-left: 10px;
}

@media (min-width: 450px) {
  .logo__link__big-img {
    width: 66px;
    margin-left: 15px;
  }
}
@media (min-width: 640px) {
  .logo__link__big-img {
    width: 75px;
    margin-top: 18px;
    margin-left: 18px;
  }
}
@media (min-width: 768px) {
  .logo__link__big-img {
    width: 100px;
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .logo__link__big-img {
    width: 115px;
    margin-top: 30px;
    margin-left: 30px;
  }
}
@media (min-width: 1280px) {
  .logo__link__big-img {
    transform: scale(1.1);
  }
}
@media (min-width: 1440px) {
  .logo__link__big-img {
    transform: scale(1.2);
  }
}
.slogan_box {
  position: relative;
  align-items: center;
  justify-items: center;
  display: none;
}

@media (min-width: 768px) {
  .slogan_box {
    display: block;
  }
}
.slogan {
  text-align: center;
  color: #6B4525;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 35px;
}

@media (min-width: 1024px) {
  .slogan {
    transform: scale(1.3);
    margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .slogan {
    transform: scale(1.3);
    margin-top: 25px;
  }
}
.phone_box {
  position: relative;
  align-items: center;
  justify-items: center;
  display: flex;
  margin-left: 25px;
}

@media (min-width: 450px) {
  .phone_box {
    scale: 1.5;
  }
}
@media (min-width: 640px) {
  .phone_box {
    scale: 2;
  }
}
@media (min-width: 768px) {
  .phone_box {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 20px 30px;
    right: 60px;
    top: 30px;
  }
}
@media (min-width: 1024px) {
  .phone_box {
    right: 100px;
    top: 50px;
  }
}
.phone {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, 0px 2px 0 #fff, 2px 0px 0 #fff;
}

@media (min-width: 768px) {
  .phone {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff;
    font-size: 12px;
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .phone {
    font-size: 15px;
  }
}
.phone_href {
  text-decoration: none;
  color: #6B4525;
}

.social_href {
  justify-items: center;
  margin-top: 12px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .social_href {
    padding-left: 0px;
  }
}
.social_href_img {
  width: 25px;
  height: 25px;
}

@media (min-width: 768px) {
  .social_href_img {
    width: 20px;
    height: 20px;
  }
}
.menu [type=checkbox] {
  display: none;
}

.menu ul {
  display: none;
}

.menu__name {
  display: none;
}

.menu > ul li:last-child {
  border-bottom: 10px solid transparent;
}

.menu label.togglemenu .menu__btn {
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  background-color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  border: none;
  justify-content: center;
  cursor: pointer;
}
.menu label.togglemenu .menu__btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1px;
  background-color: #6B4525;
  position: absolute;
  top: 6px;
  right: 3px;
  box-shadow: 0 6px 0 0 #6B4525, 0 12px 0 0 #6B4525;
}

@media (min-width: 450px) {
  .menu label.togglemenu .menu__btn {
    width: 30px;
    height: 25px;
    margin-top: 10px;
    margin-right: 5px;
  }
  .menu label.togglemenu .menu__btn::after {
    content: "";
    width: 24px;
    height: 3px;
    right: 3.5px;
    top: 3px;
    box-shadow: 0 8px 0 0 #6B4525, 0 16px 0 0 #6B4525;
  }
}
@media (min-width: 640px) {
  .menu label.togglemenu .menu__btn {
    width: 40px;
    height: 35px;
    margin-top: 13px;
    margin-right: 5px;
  }
  .menu label.togglemenu .menu__btn::after {
    content: "";
    width: 34px;
    height: 4px;
    right: 3px;
    top: 5px;
    box-shadow: 0 10px 0 0 #6B4525, 0 20px 0 0 #6B4525;
  }
}
@media (min-width: 768px) {
  .menu label.togglemenu .menu__btn {
    transform: scale(2.2);
    margin-top: 21px;
    margin-right: 40px;
    display: none;
  }
}
.menu__list__little-item label.togglesubmenu {
  position: relative;
  z-index: 105;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}

input.togglemenu:checked + label.togglemenu .menu__btn {
  position: absolute;
  background-image: url("../images/bg_menu.png");
  background-size: 100% auto;
  z-index: 50;
  width: 101%;
  height: 260px;
  right: 0px;
  margin-right: -2px;
  top: -10px;
}
input.togglemenu:checked + label.togglemenu .menu__btn::after {
  z-index: 110;
  top: 20px;
  left: 10px;
}

@media (min-width: 450px) {
  input.togglemenu:checked + label.togglemenu .menu__btn {
    margin-left: 0;
    right: 0;
    height: 275px;
    margin-top: 0px;
  }
  input.togglemenu:checked + label.togglemenu .menu__btn::after {
    left: 10px;
  }
}
@media (min-width: 640px) {
  input.togglemenu:checked + label.togglemenu .menu__btn {
    margin-left: 0;
    right: -3px;
    height: 300px;
    margin-top: 0px;
  }
  input.togglemenu:checked + label.togglemenu .menu__btn::after {
    top: 25px;
    left: 15px;
  }
}
input.togglemenu:checked + label.togglemenu .menu__name {
  display: none;
  position: absolute;
  top: -10px;
  z-index: 101;
  color: #6B4525;
  font-family: "MuseoSansCyrl-700";
  line-height: 20px;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.5px;
  margin-top: 20px;
  left: 50px;
  align-items: center;
  justify-items: center;
  cursor: pointer;
}

@media (min-width: 640px) {
  input.togglemenu:checked + label.togglemenu .menu__name {
    margin-left: 10px;
    margin-top: 28px;
  }
}
input.togglemenu:checked ~ ul {
  position: absolute;
  z-index: 100;
  display: block;
  left: 40px;
  width: auto;
  top: 0;
  margin-top: -7px;
  list-style: none;
}

@media (min-width: 640px) {
  input.togglemenu:checked ~ ul {
    margin-top: 0px;
  }
}
.menu__list__little-item {
  width: 100%;
  margin: 10px 0;
  line-height: 30px;
}

.menu__list__little-link {
  width: 100%;
  padding: 5px 0px;
  margin-left: -10px;
  color: #6B4525;
  font-family: "comicsansms", bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

@media (min-width: 450px) {
  .menu__list__little-link {
    padding: 15px 10px;
    font-size: 25px;
    margin-left: -12px;
  }
}
@media (min-width: 640px) {
  .menu__list__little-link {
    font-size: 32px;
    margin-left: 20px;
  }
}
.menu__list__little-link:hover {
  color: #8a613f;
}

/* Remove hover color while clicking/capturing focus via JS; 'no-hover' class is toggled by JS */
.menu__list__little-link.no-hover,
.menu__list__little-link.no-hover:hover {
  color: #6B4525 !important;
}

input.togglesubmenu:hover ~ a {
  color: #8a613f;
}

input.togglemenu:hover + label.togglemenu .menu__name {
  color: #8a613f;
}

input.togglemenu:checked ~ a {
  color: #8a613f;
}

.menu__big {
  margin-top: 0;
  height: 40px;
  margin-top: 17px;
  position: relative;
  display: none;
  background-color: #fff;
  align-items: center;
  justify-items: center;
  border-radius: 50px;
}

@media (min-width: 768px) {
  .menu__big {
    display: grid;
  }
}
@media (min-width: 1024px) {
  .menu__big {
    display: grid;
    margin-top: -20px;
  }
}
@media (min-width: 1280px) {
  .menu__big {
    display: grid;
    margin-top: 0px;
  }
}
@media (min-width: 1440px) {
  .menu__big {
    display: grid;
    margin-top: -20px;
  }
}
.menu__list {
  position: relative;
  justify-content: center;
  align-items: center;
}

.menu__list-item {
  display: inline-block;
  z-index: 100;
  text-align: center;
  line-height: 0;
  margin-top: 4px;
  padding: 0;
}

.menu__big ul li {
  padding: 0;
  height: 20px;
  padding: 0 20px 0 20px;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

@media (min-width: 1024px) {
  .menu__big ul li {
    height: 28px;
  }
}
@media (min-width: 1280px) {
  .menu__big ul li {
    height: 30px;
  }
}
@media (min-width: 1440px) {
  .menu__big ul li {
    margin: 0 15px 0 15px;
    height: 30px;
  }
}
.menu__list-link {
  position: relative;
  padding: 2px 2px;
  color: #6B4525;
  font-family: "comicsansms", bold, sans-serif;
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .menu__list-link {
    color: #6B4525;
    line-height: 20px;
    font-size: 22px;
    letter-spacing: 0.5px;
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .menu__list-link {
    transform: scale(1.1);
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .menu__list-link {
    transform: scale(1.3);
    font-size: 25px;
    padding: 1px 15px;
    top: 4px;
  }
}
/* Prevent hover color from persisting after click by applying a class 'no-hover' from JS */
.menu__list-link.no-hover,
.menu__list-link.no-hover:hover,
.menu__list-link.no-hover:focus {
  color: #6B4525 !important;
}

.menu__big li ul {
  position: absolute;
  right: -5px;
  z-index: 15;
  list-style: none;
  opacity: 0; /* По умолчанию скрываем подменю */
  visibility: hidden;
  transition-property: opacity, visibility; /* Важно чтобы transition применялось к обоим свойствам */
  transition-duration: 0.2s; /* Добавляем анимацию 0.3 сек. */
}

@media (min-width: 1024px) {
  .menu__big li ul {
    margin-top: 10px;
  }
}
.menu__big li:hover > ul {
  opacity: 1; /* Показываем подменю при ховере */
  visibility: visible;
}

.menu__big li a:hover {
  transition: all 1s ease;
}

.menu__big li:hover > a {
  color: #8a613f;
}

.menu__big li ul li:hover > a {
  color: #8a613f;
}

.menu__big li > ul li a {
  left: 50px;
  margin-top: 5px;
}

@media (min-width: 1024px) {
  .menu__big li > ul li a {
    left: 62px;
    margin-top: 10px;
  }
  /* If anchor has no-hover class, prevent hover color from applying (target both anchor and parent li) */
  .menu__big li:hover > a.no-hover,
  .menu__big li.no-hover:hover > a {
    color: #6B4525 !important;
  }
}
.footer {
  flex: 0 0 auto;
  background-image: url("../images/footer.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.footer__inner {
  display: flex;
  justify-content: right;
  flex-wrap: nowrap;
}

@media (min-width: 450px) {
  .footer {
    background-position: left top;
  }
}
@media (min-width: 640px) {
  .footer {
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    display: grid;
  }
}
@media (min-width: 1024px) {
  .footer {
    background-size: 100% 200px;
  }
}
@media (min-width: 1280px) {
  .footer {
    background-size: 100% 220px;
  }
}
@media (min-width: 1440px) {
  .footer {
    background-size: 100% 260px;
  }
}
.logo_footer {
  line-height: 1px;
}

.logo__link_footer-img {
  position: relative;
  margin-right: 10px;
  padding: 10px 0px;
  width: 45px;
}

@media (min-width: 450px) {
  .logo__link_footer-img {
    width: 55px;
  }
}
@media (min-width: 640px) {
  .logo__link_footer-img {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .logo__link_footer-img {
    display: none;
    margin-right: 580px;
    transform: scale(1.5);
    margin-top: 73px;
  }
}
@media (min-width: 1024px) {
  .logo__link_footer-img {
    width: 70px;
    margin-left: 1px;
    margin-top: 28px;
    left: 20px;
  }
}
@media (min-width: 1440px) {
  .logo__link_footer-img {
    width: 100px;
    margin-bottom: 25px;
    margin-right: -170px;
  }
}
.footer-big {
  display: none;
}

@media (min-width: 768px) {
  .footer-big {
    display: flex;
    align-items: baseline;
  }
}
.footer__menu-name {
  color: #6B4525;
  line-height: 15px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

@media (min-width: 1024px) {
  .footer__menu-name {
    font-size: 17px;
  }
}
.footer__menu {
  position: relative;
  width: 100%;
  display: none;
}

@media (min-width: 768px) {
  .footer__menu {
    display: grid;
  }
}
.footer__menu-item {
  display: grid;
  margin-right: 10px;
}

.footer__menu-link {
  color: #6B4525;
  font-family: "comicsansms", bold, sans-serif;
  line-height: 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .footer__menu-link {
    font-size: 15px;
  }
}/*# sourceMappingURL=base.css.map */