html {
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

@font-face {
  font-family: "Giorgio Sans Bold";
  src: url("../../assets/fonts/Giorgio Sans LCG Bold.eot");
  src: url("../../assets/fonts/Giorgio Sans LCG Bold.eot#iefix") format("embedded-opentype"), url("../../assets/fonts/Giorgio Sans LCG Bold.woff2") format("woff2"), url("../../assets/fonts/Giorgio Sans LCG Bold.woff") format("woff"), url("../../assets/fonts/Giorgio Sans LCG Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  color: #333;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  min-width: 270px;
  max-width: 930px;
  margin: 0 auto;
}

.advantages {
  background: #ffffff url(../../assets/images/franchise-back.png) repeat center center;
  background-size: 200px;
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .advantages {
    padding: 40px 16px;
  }
}
.advantages h2 {
  color: #333333;
  font-size: 48px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .advantages h2 {
    font-size: 36px;
  }
}
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .advantages__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.advantages__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  color: #333333;
  font-size: 16px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-sizing: border-box;
}
.advantages__item img {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .advantages__item img {
    height: 80px;
  }
}

.products {
  background-color: #000000;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 20;
  box-sizing: border-box;
  padding: 40px 0;
}
.products .container {
  position: relative;
  z-index: 2;
}
.products:before {
  content: "";
  background: linear-gradient(to bottom, rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#d9333333", GradientType=0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
@media screen and (max-width: 1023px) {
  .products {
    background-position: right bottom;
    background-size: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  .products {
    padding: 32px;
  }
}
.products__content {
  color: #ffffff;
  width: 360px;
  margin: 170px 0;
}
@media screen and (max-width: 1023px) {
  .products__content {
    margin: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .products__content {
    margin: 0 0 80px;
    padding-bottom: 260px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .products__content {
    padding-bottom: 100px;
  }
}
.products__content h2 {
  width: 380px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.05em;
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 40px;
}
@media screen and (max-width: 1023px) {
  .products__content h2 {
    padding-top: 16px;
    width: 100%;
    font-size: 36px;
    line-height: 40px;
  }
}
.products__content p {
  margin: 0;
}

.follow {
  padding: 60px 0;
  text-align: center;
  position: relative;
  z-index: 20;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.follow:before {
  content: "";
  background: linear-gradient(to bottom, rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#d9333333", GradientType=0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.follow__title {
  color: #ffffff;
  font-size: 24px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0 0 24px;
  position: relative;
  z-index: 10;
}
.follow__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}
.follow__icons a.icon {
  display: inline-block;
  vertical-align: middle;
  box-shadow: inset 0 0 3px 3px #ffffff;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 10;
  background-image: url(../../assets/images/icons.png?2019);
  background-size: 320px;
}
.follow__icons a.icon:hover {
  opacity: 0.75;
}
.follow__icons .follow-fb {
  background-position: -30px -560px;
}
.follow__icons .follow-ig {
  background-position: -170px -560px;
}

.main-content {
  margin-top: 906px;
}
@media screen and (max-width: 1023px) {
  .main-content {
    margin-top: 420px;
  }
}
.main-content__content {
  background: #f5f5f5;
  padding: 80px;
}
@media screen and (max-width: 1023px) {
  .main-content__content {
    padding: 10px;
    overflow: visible;
  }
}
.main-content__content .info-text {
  border: 3px #333333 solid;
  text-align: left;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.03em;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1023px) {
  .main-content__content .info-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.main-content__content .info-text__border {
  margin: 3px;
  padding: 80px 80px 80px;
  border: 3px #399339 solid;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .main-content__content .info-text__border {
    padding: 78px 20px 20px;
  }
}
.main-content__content .info-text__border:before {
  content: " ";
  display: block;
  background-image: url(../../assets/images/icons.png);
  background-size: 320px;
  background-position: -10px -355px;
  position: absolute;
  left: 50%;
  top: -48px;
  width: 86px;
  height: 86px;
  margin: 0 0 0 -43px;
  z-index: 10;
}
.main-content__content .info-text__border h1 {
  color: #333333;
  font-size: 36px;
  line-height: 36px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  margin: -30px 0 20px 0;
}
.main-content__content .info-content {
  margin-top: 70px;
}
.main-content__content .info-content-title {
  color: #333333;
  font-size: 36px;
  line-height: 36px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 16px;
  text-align: center;
}
.main-content__content .info-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 56px;
}
@media screen and (max-width: 1023px) {
  .main-content__content .info-grid {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .main-content__content .info-services {
    margin: 30px 20px 30px;
    width: auto;
  }
}
.main-content__content .info-services__list {
  position: relative;
  font-weight: 600;
}
.main-content__content .info-services__item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.main-content__content .info-services__special {
  border: 3px #333333 double;
  padding: 20px 20px 0;
  margin: 30px 0 0;
  position: relative;
  font-weight: 600;
}
.main-content__content .info-services__special .title {
  position: absolute;
  text-transform: uppercase;
  background: #f5f5f5;
  padding: 4px;
  left: 16px;
  top: -12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}
.main-content__content .info-services__special .item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  color: #399339;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.main-content__content .info-actions__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 30px;
}
.main-content__content .info-actions__description {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 30px;
}
.main-content__content .info-actions .info-actions-booking {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 70px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-size: 24px;
  line-height: 68px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #399339;
  grid-area: 1/1/2/3;
}
.main-content__content .info-actions .info-actions-booking:hover {
  background-color: #307a30;
}
.main-content__content .info-actions .info-actions-phone {
  display: block;
  cursor: pointer;
  color: #f2f2f2;
  background: #4d4d4d;
  width: 100%;
  height: 70px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-size: 24px;
  line-height: 68px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  grid-area: 2/1/3/3;
}
.main-content__content .info-actions .info-actions-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 70px;
  color: #25D366;
  text-decoration: none;
  margin: auto;
}
.main-content__content .info-actions .info-actions-telegram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 60px;
  color: #24A1DE;
  text-decoration: none;
  margin: auto;
}
.main-content__map {
  padding: 0 45px;
  background: #f5f5f5;
  display: none;
}
@media screen and (max-width: 576px) {
  .main-content__map {
    padding: 16px 0 0;
  }
}
.main-content__map.is-active {
  display: block;
}
.main-content__map .map {
  background: #f2f2f2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main-content__feedback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  height: 110px;
  font-weight: 600;
  text-align: center;
  background: url(../../assets/images/stripes-light.png) repeat center center;
  background-size: 120px;
}
.main-content__feedback a {
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
}

.video-background video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.7) 0%, rgba(51, 51, 51, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3333333", endColorstr="#00333333", GradientType=0);
  border-bottom: 1px #ffffff solid;
  border-bottom: 1px rgba(255, 255, 255, 0.8) solid;
  z-index: 10;
}
@media screen and (max-width: 576px) {
  .header {
    height: 256px;
  }
}
.header .container {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 576px) {
  .header .container {
    flex-direction: column;
    gap: 24px;
  }
}
.header .logo-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  grid-area: 1/1/2/3;
}
@media screen and (max-width: 1023px) {
  .header .logo-container {
    width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .header .logo-container {
    padding-top: 16px;
    width: 100%;
  }
}
.header .header-logo {
  display: block;
  width: 200px;
}
@media screen and (max-width: 1023px) {
  .header .header-logo {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .header .header-logo {
    width: 110px;
  }
}
@media screen and (max-width: 576px) {
  .header .header-logo {
    width: 150px;
  }
}
.header .header-logo img {
  width: 100%;
}
.header .header-filial-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .header .header-filial-container {
    display: none;
  }
}
.header .header-filial-title {
  color: #ffffff;
  font-size: 26px;
  line-height: 26px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .header .header-filial-title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header .header-filial-title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 661px) {
  .header .header-filial-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.header .header-actions-container {
  display: flex;
  gap: 16px;
}
.header .header-actions-phone {
  display: block;
  cursor: pointer;
  color: #f2f2f2;
  background: #4d4d4d;
  width: 100%;
  height: 50px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 661px) {
  .header .header-actions-phone {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .header .header-actions-phone {
    font-size: 20px;
    line-height: 68px;
    height: 70px;
  }
}
.header .header-actions-book {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 50px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #399339;
  text-decoration: none;
}
.header .header-actions-book:hover {
  background-color: #307a30;
}
@media screen and (max-width: 661px) {
  .header .header-actions-book {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .header .header-actions-book {
    font-size: 20px;
    line-height: 68px;
    height: 70px;
  }
}
.header .header-mobile-container {
  display: none;
}
@media screen and (max-width: 576px) {
  .header .header-mobile-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    gap: 0 2px;
  }
}
.header .header-mobile-container .mobile-action {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header .header-mobile-container .mobile-action:first-child {
  grid-area: 1/1/2/2;
}
.header .header-mobile-container .mobile-action:nth-child(2) {
  grid-area: 1/2/2/3;
}
.header .header-mobile-container .mobile-action > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 24px;
  text-align: center;
}
.header .header-mobile-container .mobile-filial-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.05em;
  padding: 0 8px;
}
.header .header-mobile-container > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  line-height: 20px;
}
.header .header-mobile-container > a span {
  font-size: 16px;
  line-height: 18px;
}

.tab {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.tab__header {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.tab__header-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  overflow: auto;
  scrollbar-width: 0;
}
@media screen and (max-width: 576px) {
  .tab__header-tabs {
    flex-direction: column;
  }
}
.tab__header-tabs::-webkit-scrollbar, .tab__header-tabs::-webkit-scrollbar-track {
  display: none;
  width: 0;
  height: 0;
}
.tab__header-controls {
  display: flex;
  align-items: center;
  height: 38px;
  gap: 24px;
  flex: 1 0 auto;
}
.tab__header-controls .tab__nav {
  gap: 24px;
}
.tab__header-navs {
  display: flex;
  align-items: center;
}
.tab__nav {
  display: none;
}
.tab__item {
  width: 100%;
  border: 3px #333333 solid;
}
.tab__item:hover {
  cursor: pointer;
}
.tab__item.is-active .tab__item-inner {
  background-color: #399339;
  color: #ffffff;
}
.tab__item-inner {
  border: 3px #399339 solid;
  margin: 3px;
  padding: 12px 24px;
  font-size: 24px;
  line-height: 24px;
  white-space: nowrap;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.03em;
  color: #4d4d4d;
  text-align: center;
}
.tab__content {
  display: none;
}
.tab__content.is-active {
  display: block;
}

.footer {
  display: flex;
  flex-direction: column;
}
.footer__content {
  color: #ffffff;
  background: #333333;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 80px 0;
  transition: opacity 0.2s linear;
}
.footer__content-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__content-top .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 576px) {
  .footer__content-top .actions {
    gap: 0;
  }
}
.footer__content-top .footer-logo {
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (max-width: 576px) {
  .footer__content-top .footer-logo {
    max-width: 250px;
  }
}
.footer__content-top .footer-phone,
.footer__content-top .footer-book {
  cursor: pointer;
  display: inline-block;
  color: #f2f2f2;
  background: #4d4d4d;
  font-size: 24px;
  font-family: "Giorgio Sans Bold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 46px;
  letter-spacing: 0.03em;
  width: 210px;
  height: 50px;
}
.footer__content-top .footer-book {
  background: #399339;
}
.footer__content-top .footer-book:hover {
  background-color: #307a30;
}
.footer__content-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}
.footer__content-bottom .footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}
.footer__content-bottom .footer-contacts dt {
  color: #999999;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.footer__content-bottom .footer-contacts dd {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__content-bottom .footer-contacts a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  text-decoration: none;
  text-transform: lowercase;
}
.footer__content-bottom .footer-contacts a:hover {
  opacity: 0.7;
}
.footer__feedback {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  height: 110px;
  font-weight: 600;
  text-align: center;
  background: url(../../assets/images/stripes-dark.png) repeat center center;
  background-size: 120px;
}
.footer__feedback a {
  color: #ffffff;
  white-space: nowrap;
}
.footer .footer-filial {
  display: flex;
  gap: 48px;
  width: 100%;
  max-width: 561px;
}
@media screen and (max-width: 576px) {
  .footer .footer-filial {
    flex-direction: column;
    gap: 24px;
  }
}
.footer .footer-filial-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.footer .footer-filial-title {
  color: #ffffff;
  font-size: 26px;
  line-height: 26px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .footer .footer-filial-title {
    font-size: 24px;
    line-height: 24px;
  }
}
.footer .footer-actions-container {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.footer .footer-actions-phone {
  display: block;
  cursor: pointer;
  color: #f2f2f2;
  background: #4d4d4d;
  width: 100%;
  max-width: 210px;
  height: 50px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.footer .footer-actions-book {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 50px;
  font-family: "Giorgio Sans Bold", sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #399339;
  text-decoration: none;
}
.footer .footer-actions-book:hover {
  background-color: #307a30;
}/*# sourceMappingURL=stylesheet.css.map */