@import "default.css";
:root {
  --index: calc(1vw + 1vh);
  --defaultFont: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --lato: "Lato Bold";
}

.fixed body {
  overflow: hidden;
}
.fixed body::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
  background: #000;
  z-index: 1001;
}

body {
  position: relative;
  font-family: var(--defaultFont);
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
  color: #000;
  background: #fff;
  min-width: 320px;
  overflow-x: hidden;
}

.hidden {
  display: none;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}

[class*=__container] {
  max-width: 1540px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

a {
  color: #3498DB;
  text-underline-offset: 2px;
}

main {
  margin-top: 50px;
}

h1.site-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.button {
  text-decoration: none;
  border-radius: 8px;
  background: #FFCF40;
  padding: 17px;
}

.button-red {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-radius: 8px;
  background: #FF6569;
  padding: 16px 25px;
  text-decoration: none;
}

.button-link {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px dotted #000;
}

.button-gray {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 4px;
  background: #F5F6F7;
  color: #071D37;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: all 0.12s linear;
}
.button-gray:hover {
  background: #FF6569;
  color: #fff;
  transition: all 0.12s linear;
}

button[type=submit].button-gray {
  color: #55595C;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  padding: 11px 16px;
  transition: all 0.12s linear;
}
button[type=submit].button-gray:hover {
  background: #FF6569;
  color: #fff;
  transition: all 0.12s linear;
}

.button-yellow {
  text-decoration: none;
  outline: none;
  padding: 12px 38px;
  border-radius: 8px;
  background: #FFCF40;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.12s linear;
}
.button-yellow:hover {
  background: #fcc112;
  transition: all 0.12s linear;
}

.button-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #FFF;
  padding: 11px 22px 12px 22px;
  color: #606060;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.fancybox__container {
  max-width: 100%;
}

.fancybox__container .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.4);
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox:hover {
  cursor: pointer;
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.custom-checkbox input[type=checkbox]:checked + span::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjgxNjcgNS45ODMxN0MzLjY1MDAzIDUuOTgzMTcgMy40OTE3IDUuOTE2NSAzLjM3NTAzIDUuNzk5ODRMMS4wMTY3IDMuNDQxNUMwLjc3NTAzMyAzLjE5OTg0IDAuNzc1MDMzIDIuNzk5ODQgMS4wMTY3IDIuNTU4MTdDMS4yNTgzNyAyLjMxNjUgMS42NTgzNyAyLjMxNjUgMS45MDAwMyAyLjU1ODE3TDMuODE2NyA0LjQ3NDg0TDguMTAwMDMgMC4xOTE1MDRDOC4zNDE3IC0wLjA1MDE2MjcgOC43NDE3IC0wLjA1MDE2MjcgOC45ODMzNyAwLjE5MTUwNEM5LjIyNTAzIDAuNDMzMTcxIDkuMjI1MDMgMC44MzMxNyA4Ljk4MzM3IDEuMDc0ODRMNC4yNTgzNyA1Ljc5OTg0QzQuMTQxNyA1LjkxNjUgMy45ODMzNyA1Ljk4MzE3IDMuODE2NyA1Ljk4MzE3WiIgZmlsbD0iIzc1N0I2OCIvPgo8L3N2Zz4K");
}
.custom-checkbox > span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--additional-colors-gray-palette-gray-7);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.custom-checkbox > span::before {
  content: "";
  display: flex;
  width: 18px;
  height: 18px;
  border: 1px solid #CACFD9;
  border-radius: 6px;
}

.custom-radio {
  position: relative;
  display: block;
}
.custom-radio:hover {
  cursor: pointer;
}
.custom-radio input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.custom-radio input[type=radio]:checked + span::before {
  box-shadow: 0px 0px 0px 7px rgb(255, 207, 64) inset;
  transition: box-shadow 0.12s linear;
}
.custom-radio > span {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  padding-left: 38px;
}
.custom-radio > span u {
  color: #93989E;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-radio > span::before {
  position: absolute;
  content: "";
  display: flex;
  left: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  box-shadow: 0px 0px 0px 2px rgb(236, 238, 242) inset;
  border-radius: 50%;
  transition: box-shadow 0.12s linear;
}

.custom-select {
  position: relative;
  padding: 14.5px 20px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #EDEEE9;
  background: #FFF;
}
.custom-select.opn {
  border-color: #FFCF40;
}

.custom-select .select-selected {
  display: flex;
  line-height: 19px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}

.custom-select select {
  display: none;
}

.custom-select::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik00LjQ3MTcxIDUuNzk1MjZMMC4yMjAzODEgMS44NDU2Qy0wLjA3MzQ2MDUgMS41NzI2IC0wLjA3MzQ2MDUgMS4xMzExNyAwLjIyMDM4MSAwLjg2MTA4NEwwLjkyNjg1MiAwLjIwNDc0M0MxLjIyMDY5IC0wLjA2ODI0NzggMS42OTU4NCAtMC4wNjgyNDc4IDEuOTg2NTYgMC4yMDQ3NDNMNSAzLjAwNDM2TDguMDEzNDQgMC4yMDQ3NDNDOC4zMDcyOCAtMC4wNjgyNDc4IDguNzgyNDMgLTAuMDY4MjQ3OCA5LjA3MzE1IDAuMjA0NzQzTDkuNzc5NjIgMC44NjEwODRDMTAuMDczNSAxLjEzNDA4IDEwLjA3MzUgMS41NzU1MSA5Ljc3OTYyIDEuODQ1Nkw1LjUyODI5IDUuNzk1MjZDNS4yNDA3IDYuMDY4MjUgNC43NjU1NSA2LjA2ODI1IDQuNDcxNzEgNS43OTUyNloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translate(0, -50%) rotate(0deg);
  transition: all 0.12s linear;
}

.custom-select .select-selected::after {
  display: none;
}

.custom-select.opn::after {
  transform: translate(0, -50%) rotate(180deg);
  transition: all 0.12s linear;
}

.custom-select .select-items div, .custom-select .select-selected {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.custom-select .select-items {
  position: absolute;
  background-color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0px;
  border-radius: 8px;
  max-height: 320px;
  overflow-y: auto;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  transform: translate(0, 10px);
}

.custom-select .select-items div[data-value] {
  padding: 8px 24px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.custom-select .select-items div[data-value]:hover {
  background-color: #f2f0f0;
}

.custom-select .select-items._bottom {
  top: auto;
  bottom: calc(100% + 14px);
}

.custom-select .select-items._left {
  right: 0;
  left: auto;
}

.custom-select .select-hide {
  display: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=password],
textarea {
  outline: none;
  border-radius: 5px;
  border: 1px solid #EDEEE9;
  background: #FFF;
  padding: 14px 20px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  color: #55595C;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #55595C;
}

textarea {
  resize: none;
}

.tab {
  display: none;
}
.tab.is-active {
  display: block;
}

.spoiler {
  padding: 14px 17px 16px 20px;
  border-radius: 4px;
  background: #F7F8FA;
}
.spoiler:hover {
  cursor: pointer;
}
.spoiler.spoiler-opened .spoiler-head::after {
  transform: rotate(-45deg);
  transition: transform 0.12s linear;
}

.spoiler-head {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  padding-right: 40px;
}
.spoiler-head::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  right: 0;
  top: 2px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTkuNSAwQzkuMDgwMjUgMCA4Ljc0IDAuMzQwMjYzIDguNzQgMC43NlY4Ljc0SDAuNzZDMC4zNDAyNTIgOC43NCAwIDkuMDgwMjUgMCA5LjVDMCA5LjkxOTc1IDAuMzQwMjUyIDEwLjI2IDAuNzYgMTAuMjZIOC43NFYxOC4yNEM4Ljc0IDE4LjY1OTcgOS4wODAyNSAxOSA5LjUgMTlDOS45MTk3NSAxOSAxMC4yNiAxOC42NTk3IDEwLjI2IDE4LjI0VjEwLjI2SDE4LjI0QzE4LjY1OTcgMTAuMjYgMTkgOS45MTk3NSAxOSA5LjVDMTkgOS4wODAyNSAxOC42NTk3IDguNzQgMTguMjQgOC43NEgxMC4yNlYwLjc2QzEwLjI2IDAuMzQwMjYzIDkuOTE5NzUgMCA5LjUgMFoiIGZpbGw9IiM5NDk1OTciLz4KPC9nPgo8L3N2Zz4K");
  transition: transform 0.12s linear;
}

.spoiler-content {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 15px;
}

aside.left-menubox {
  position: fixed;
  z-index: 1002;
  background: #fff;
  top: 0;
  max-width: 712px;
  width: 100%;
  height: 100%;
  padding: 55px 15px 80px 36px;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.12s linear;
}
aside.left-menubox.opened {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.12s linear;
}

#close-leftmenu {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
}
#close-leftmenu[class^=ico]::before, #close-leftmenu[class*=ico]::before {
  font-family: "icons" !important;
  font-size: 17px;
  color: #949597;
}
#close-leftmenu:hover[class^=ico]::before, #close-leftmenu:hover[class*=ico]::before {
  color: #1f1f1f;
  transition: color 0.12s linear;
}

.left-menubox__head {
  margin-bottom: 30px;
}

.menubox-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.menubox__wrap {
  max-height: calc(100vh - 80px);
  padding-bottom: 80px;
  overflow-y: auto;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #DDDFE1 transparent;
}
.menubox__wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}
.menubox__wrap::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background-color: #DDDFE1;
  border-radius: 6px;
}

.menubox-contacts {
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: flex-start;
}

.m-contact > span {
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.m-contact > p {
  color: #55595C;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.m-contact a {
  color: #3498DB;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}
.m-contact a[href*="tel:"] {
  display: flex;
  color: #55595C;
  font-size: 18px;
  font-family: var(--lato);
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
}
.m-contact .soc-list {
  margin-top: 4px;
}

.soc-list {
  display: flex;
  align-items: center;
  gap: 7px;
}

.soc-link {
  text-decoration: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.soc-link.icovb {
  background: #8F5DB7;
}
.soc-link.icovb[class^=ico]::before, .soc-link.icovb[class*=ico]::before {
  font-family: "icons" !important;
  font-size: 13px;
  color: #fff;
}
.soc-link.icowp {
  background: #25D366;
}
.soc-link.icowp[class^=ico]::before, .soc-link.icowp[class*=ico]::before {
  font-family: "icons" !important;
  font-size: 12px;
  color: #fff;
}
.soc-link.icotg {
  background: #0088CC;
}
.soc-link.icotg[class^=ico]::before, .soc-link.icotg[class*=ico]::before {
  font-family: "icons" !important;
  font-size: 10px;
  color: #fff;
}
.soc-link.icoemail {
  background: #F49128;
}
.soc-link.icoemail[class^=ico]::before, .soc-link.icoemail[class*=ico]::before {
  font-family: "icons" !important;
  font-size: 12px;
  color: #fff;
}

.right-contacts {
  position: fixed;
  z-index: 1002;
  background: #fff;
  top: 0;
  max-width: 388px;
  width: 100%;
  height: 100%;
  padding: 44px 34px 80px 34px;
  right: -100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.12s linear;
}
.right-contacts.opened {
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.12s linear;
}

#close-right {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
}
#close-right[class^=ico]::before, #close-right[class*=ico]::before {
  font-family: "icons" !important;
  font-size: 17px;
  color: #949597;
}
#close-right:hover[class^=ico]::before, #close-right:hover[class*=ico]::before {
  color: #1f1f1f;
  transition: color 0.12s linear;
}

.contacts-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contacts-wrap a[href*="tel:"] {
  display: inline-flex;
  color: #000;
  text-align: right;
  font-family: var(--lato);
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
  text-decoration: none;
  transition: color 0.12s linear;
}
.contacts-wrap a[href*="tel:"]:hover {
  color: #FF6569;
  transition: color 0.12s linear;
}
.contacts-wrap span {
  color: #000;
  text-align: right;
  font-family: var(--lato);
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

button.close-adressmodal,
button.close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
}
button.close-adressmodal[class^=ico]::before, button.close-adressmodal[class*=ico]::before,
button.close-modal[class^=ico]::before,
button.close-modal[class*=ico]::before {
  font-family: "icons" !important;
  font-size: 14px;
  color: #949597;
}
button.close-adressmodal:hover[class^=ico]::before, button.close-adressmodal:hover[class*=ico]::before,
button.close-modal:hover[class^=ico]::before,
button.close-modal:hover[class*=ico]::before {
  color: #1f1f1f;
  transition: color 0.12s linear;
}

.modal.fancybox__content {
  max-width: 922px;
  width: 100%;
  border-radius: 0px;
  padding: 38px 25px 44px 22px;
}
.modal.fancybox__content.adress-modal {
  max-width: 1126px;
  padding: 40px 20px 35px 25px;
}

.slider-nav {
  display: none;
}

.modal-textcontent {
  max-height: 507px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 40px;
  color: #55595C;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  scrollbar-width: thin;
  scrollbar-color: #DDDFE1 transparent;
}
.modal-textcontent p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.modal-textcontent p:not(:last-child) {
  margin-bottom: 20px;
}
.modal-textcontent::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}
.modal-textcontent::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background-color: #DDDFE1;
  border-radius: 6px;
}

.modal-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.modal-desc {
  color: #55595C;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.modal-content a {
  color: #3498DB;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.modal-content a[href*="tel:"] {
  display: inline-flex;
  color: #55595C;
  font-family: var(--lato);
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration-color: transparent;
}
.modal-content .soc-list {
  margin-top: 6px;
}

.adress-map {
  margin-top: 25px;
  max-width: 1000px;
  width: 100%;
  height: 138px;
  margin-bottom: 18px;
  border-radius: 4px;
  overflow: hidden;
}

.adress-photoslist {
  border-radius: 4px;
}

.swiper-slide.adress-photo {
  max-width: 130px;
  border-radius: 4px;
  overflow: hidden;
}

.fancybox__container.is-compact .fancybox__slide {
  padding: 4px 0;
}

.order-modal .modal-title {
  max-width: 420px;
}

form.ordermodal-form {
  margin-top: 30px;
}
form.ordermodal-form .ordermodal__opt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 38px 20px;
}
form.ordermodal-form .ordermodal-form__fiedls {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 13px;
}
form.ordermodal-form input[type=text],
form.ordermodal-form input[type=tel],
form.ordermodal-form input[type=email] {
  max-width: 348px;
}
form.ordermodal-form input[type=text],
form.ordermodal-form input[type=tel],
form.ordermodal-form input[type=email],
form.ordermodal-form textarea {
  border-radius: 6px;
  background: #F5F6F7;
  border: none;
  color: #1F1F1F;
}
form.ordermodal-form input[type=text]::-moz-placeholder, form.ordermodal-form input[type=tel]::-moz-placeholder, form.ordermodal-form input[type=email]::-moz-placeholder, form.ordermodal-form textarea::-moz-placeholder {
  color: #1F1F1F;
}
form.ordermodal-form input[type=text]::placeholder,
form.ordermodal-form input[type=tel]::placeholder,
form.ordermodal-form input[type=email]::placeholder,
form.ordermodal-form textarea::placeholder {
  color: #1F1F1F;
}
form.ordermodal-form .ordermodal__terms {
  color: #55595C;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  max-width: 375px;
}
form.ordermodal-form .ordermodal__terms a {
  text-decoration-color: transparent;
  font-size: 13px;
}



.infobox {
  margin-top: 40px;
}
.infobox h3 {
  text-align: center;
  margin-bottom: 10px;
}
.infobox p {
  margin: 15px 0;
}
.infobox p b {
  display: block;
  margin-bottom: 15px;
}

.infobox li {
	margin-bottom: 10px;
}

.infobox ul li::marker {
  color: #FF6569;
}

@media screen and (min-width: 600px) {
  [class*=__container] {
    padding: 0 20px;
  }
  main {
    margin-top: 90px;
  }
  h1.site-title {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
  }
  .button-gray {
    padding: 11px 25px;
    font-size: 16px;
    font-weight: 400;
  }
  .custom-radio > span {
    font-size: 16px;
    font-weight: 600;
  }
  .custom-radio > span u {
    font-size: 15px;
  }
  .spoiler {
    padding: 24px 26px 23px 28px;
  }
  .spoiler-head {
    font-size: 18px;
    line-height: 25px;
  }
  .spoiler-content {
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
  }
  button[type=submit].button-gray {
    font-size: 17px;
    padding: 12px 32px;
  }
  button.close-adressmodal,
  button.close-modal {
    right: 20px;
    top: 30px;
    width: 18px;
    height: 18px;
  }
  button.close-adressmodal[class^=ico]::before, button.close-adressmodal[class*=ico]::before,
  button.close-modal[class^=ico]::before,
  button.close-modal[class*=ico]::before {
    font-family: "icons" !important;
    font-size: 18px;
    color: #949597;
  }
  .modal.fancybox__content {
    border-radius: 20px;
    padding: 44px 32px 44px 30px;
  }
  .modal.fancybox__content.adress-modal {
    padding: 40px 35px 52px 35px;
  }
  .modal-title {
    font-size: 22px;
  }
  .modal-textcontent {
    margin-top: 26px;
    font-size: 16px;
    line-height: 23px;
  }
  .modal-desc {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .modal-content a {
    font-size: 16px;
  }
  .modal-content a[href*="tel:"] {
    font-size: 20px;
  }
  .modal-content .soc-list {
    margin-top: 8px;
  }
  .adress-map {
    width: 100%;
    height: 246px;
    margin-bottom: 37px;
    border-radius: 8px;
  }
  .adress-photosbox {
    position: relative;
  }
  .swiper-slide.adress-photo {
    max-width: 174px;
    border-radius: 8px;
  }
  .slider-nav {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 100;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDEEE9;
    padding: 10px;
    transition: all 0.12s linear;
  }
  .slider-nav.next-nav {
    right: -20px;
  }
  .slider-nav.prev-nav {
    left: -20px;
  }
  .slider-nav.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    transition: all 0.12s linear;
  }
  .slider-nav:hover {
    cursor: pointer;
    background: rgb(225, 225, 225);
  }
  .fancybox__container .fancybox__slide {
    padding: 4px 20px;
  }
  aside.left-menubox {
    padding: 55px 35px 80px 35px;
  }
  #close-leftmenu {
    position: absolute;
    top: 26px;
    right: 17px;
    width: 24px;
    height: 24px;
  }
  #close-leftmenu[class^=ico]::before, #close-leftmenu[class*=ico]::before {
    font-family: "icons" !important;
    font-size: 24px;
    color: #949597;
  }
  .menubox-title {
    font-size: 24px;
  }
  .m-contact > span {
    font-size: 17px;
  }
  .m-contact > p {
    font-size: 15px;
  }
  .m-contact a {
    font-size: 15px;
  }
  .m-contact a[href*="tel:"] {
    font-size: 20px;
  }
  .m-contact .soc-list {
    margin-top: 6px;
  }
  .order-modal .modal-title {
    max-width: 420px;
  }
  form.ordermodal-form .ordermodal__opt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 38px 20px;
  }
  form.ordermodal-form .ordermodal-form__fiedls {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 20px;
  }
  form.ordermodal-form input[type=text],
  form.ordermodal-form input[type=tel],
  form.ordermodal-form input[type=email],
  form.ordermodal-form textarea {
    border-radius: 6px;
    background: #F5F6F7;
    border: none;
    color: #1F1F1F;
    padding: 19px 20px;
    font-size: 16px;
  }
  form.ordermodal-form input[type=text]::-moz-placeholder, form.ordermodal-form input[type=tel]::-moz-placeholder, form.ordermodal-form input[type=email]::-moz-placeholder, form.ordermodal-form textarea::-moz-placeholder {
    color: #1F1F1F;
  }
  form.ordermodal-form input[type=text]::placeholder,
  form.ordermodal-form input[type=tel]::placeholder,
  form.ordermodal-form input[type=email]::placeholder,
  form.ordermodal-form textarea::placeholder {
    color: #1F1F1F;
  }
  form.ordermodal-form button[type=submit] {
    font-size: 16px;
    padding: 15px 38px;
  }
  form.ordermodal-form .ordermodal__terms {
    font-size: 14px;
  }
  form.ordermodal-form .ordermodal__terms a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  main {
    margin-top: 116px;
  }
  h1.site-title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
  }
  .button-red {
    font-size: 18px;
    font-weight: 600;
    padding: 19px 41px;
  }
  .button-link {
    font-size: 17px;
    font-weight: 400;
  }
  .button-yellow {
    padding: 12px 38px;
    font-size: 16px;
  }
  .custom-radio > span {
    font-size: 17px;
  }
  .custom-radio > span u {
    font-size: 16px;
  }
  .spoiler {
    padding: 30px 32px 32px 50px;
  }
  .spoiler-head {
    font-size: 21px;
  }
  .spoiler-head::after {
    width: 24px;
    height: 24px;
    background-size: cover;
  }
  .spoiler-content {
    font-size: 18px;
    line-height: 27px;
    padding-top: 32px;
  }
  button[type=submit].button-gray {
    font-size: 17px;
    padding: 17px 40px;
  }
  aside.right-contacts {
    display: none;
  }
  aside.left-menubox {
    padding: 60px 100px 80px 75px;
  }
  #close-leftmenu {
    top: 26px;
    right: 24px;
    width: 24px;
  }
  .left-menubox__head {
    margin-bottom: 45px;
  }
  .menubox-title {
    font-size: 32px;
  }
  button.close-adressmodal,
  button.close-modal {
    right: 26px;
    top: 30px;
  }
  .modal.fancybox__content {
    border-radius: 24px;
    padding: 60px 77px 110px 80px;
  }
  .modal.fancybox__content.adress-modal {
    padding: 60px 66px 60px 62px;
  }
  .modal-title {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .modal-textcontent {
    margin-top: 26px;
    font-size: 17px;
    line-height: 25px;
  }
  .modal-desc {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .modal-content a {
    font-size: 16px;
  }
  .modal-content a[href*="tel:"] {
    font-size: 22px;
  }
  .modal-content .soc-list {
    margin-top: 8px;
  }
  .soc-link {
    width: 32px;
    height: 32px;
  }
  .soc-link.icovb[class^=ico]::before, .soc-link.icovb[class*=ico]::before {
    font-family: "icons" !important;
    font-size: 15px;
    color: #fff;
  }
  .soc-link.icowp[class^=ico]::before, .soc-link.icowp[class*=ico]::before {
    font-family: "icons" !important;
    font-size: 14px;
    color: #fff;
  }
  .soc-link.icotg[class^=ico]::before, .soc-link.icotg[class*=ico]::before {
    font-family: "icons" !important;
    font-size: 12px;
    color: #fff;
  }
  .soc-link.icoemail[class^=ico]::before, .soc-link.icoemail[class*=ico]::before {
    font-family: "icons" !important;
    font-size: 13px;
    color: #fff;
  }
  .adress-photoslist {
    border-radius: 8px;
  }
  .adress-map {
    height: 400px;
    margin-bottom: 45px;
  }
  .swiper-slide.adress-photo {
    max-width: 304px;
  }
  .fancybox__container .fancybox__slide {
    padding: 4px 47px;
  }
  .order-modal .modal-title {
    max-width: 420px;
  }
  .order-modal .modal-desc {
    max-width: 570px;
  }
  form.ordermodal-form .ordermodal__opt {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  form.ordermodal-form .ordermodal-form__fiedls {
    gap: 24px;
    margin-bottom: 28px;
  }
  form.ordermodal-form .ordermodal__terms {
    text-align: left;
  }
  form.ordermodal-form input[type=text],
  form.ordermodal-form input[type=tel],
  form.ordermodal-form input[type=email],
  form.ordermodal-form textarea {
    border-radius: 10px;
    font-size: 17px;
  }
  form.ordermodal-form button[type=submit] {
    font-size: 17px;
    padding: 17.5px 38px;
  }
}
@media screen and (min-width: 1366px) {
	
	
  .infobox {
    margin-top: 120px;
  }
  .infobox h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 26px;
  }
  .infobox p, .infobox li {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
  }
  .infobox p b {
    font-size: inherit;
    margin-bottom: 20px;
  }
  
	
  h1.site-title {
    color: #000;
    font-size: 46px;
    font-weight: 700;
    line-height: normal;
  }
  a:hover {
    text-decoration-color: transparent;
    transition: all 0.12s linear;
  }
  .button-red {
    transition: background 0.12s linear;
  }
  .button-red:hover {
    cursor: pointer;
    background: #e95d60;
    transition: background 0.12s linear;
  }
  .button-link {
    transition: border-color 0.12s linear;
  }
  .button-link:hover {
    border-color: transparent;
    transition: border-color 0.12s linear;
  }
  .spoiler-head {
    font-size: 22px;
  }
  button.close-adressmodal,
  button.close-modal {
    right: 42px;
    top: 30px;
  }
  .modal.fancybox__content {
    padding: 60px 77px 70px 80px;
    border-radius: 36px;
  }
  .modal.fancybox__content.adress-modal {
    padding: 60px 66px 74px 62px;
  }
  .modal-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .modal-textcontent {
    margin-top: 26px;
    font-size: 19px;
  }
  .modal-desc {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .modal-content a {
    font-size: 19px;
  }
  .modal-content a[href*="tel:"] {
    font-size: 26px;
  }
  .soc-link {
    width: 34px;
    height: 34px;
  }
  .adress-map {
    height: 500px;
    margin-bottom: 30px;
    margin-top: 32px;
  }
  .swiper-slide.adress-photo {
    max-width: 304px;
  }
  .order-modal .modal-title {
    max-width: 640px;
  }
  .order-modal .modal-desc {
    max-width: 570px;
  }
  form.ordermodal-form {
    margin-top: 45px;
  }
  form.ordermodal-form .ordermodal-form__fiedls {
    gap: 24px;
    margin-bottom: 28px;
  }
  form.ordermodal-form .ordermodal__terms {
    text-align: left;
  }
  form.ordermodal-form input[type=text],
  form.ordermodal-form input[type=tel],
  form.ordermodal-form input[type=email],
  form.ordermodal-form textarea {
    font-size: 18px;
  }
  form.ordermodal-form button[type=submit] {
    font-size: 18px;
    padding: 17px 38px;
  }
}