@font-face {
  font-family: 'NarkissBlock-Regular';
  src: url("../fonts/NarkissBlock-Regular.woff") format("truetype");
}
@font-face {
  font-family: 'NarkissBlock-Black';
  src: url("../fonts/NarkissBlock-Black.woff") format("truetype");
}
@font-face {
  font-family: 'NarkissBlock-Bold';
  src: url("../fonts/NarkissBlock-Bold.woff") format("truetype");
}
@font-face {
  font-family: 'NarkissBlock-Light';
  src: url("../fonts/NarkissBlock-Light.woff") format("opentype");
}
@font-face {
  font-family: 'NarkissBlock-Extralight';
  src: url("../fonts/NarkissBlock-Extralight.woff") format("opentype");
}
@font-face {
  font-family: 'NarkissBlock-Medium';
  src: url("../fonts/NarkissBlock-Medium.woff") format("opentype");
}
@font-face {
  font-family: 'NarkissBlock-Hairline';
  src: url("../fonts/NarkissBlock-Hairline.woff") format("opentype");
}
@font-face {
  font-family: 'NarkissBlock-Heavy';
  src: url("../fonts/NarkissBlock-Heavy.woff") format("opentype");
}
@font-face {
  font-family: 'NarkissBlock-Semibold';
  src: url("../fonts/NarkissBlock-Semibold.woff") format("opentype");
}
/* line 47, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 51, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 55, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 59, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 63, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 67, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 71, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 75, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 83, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 91, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 95, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 99, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 104, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 108, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 112, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 116, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 120, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 124, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 128, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 132, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 136, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/beeri/beeri-header.scss */
.beeri-header {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  padding: 10px 100px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.17);
}
/* line 19, ../sass/beeri/beeri-header.scss */
.beeri-header .hLogo {
  display: block;
  position: relative;
}
/* line 23, ../sass/beeri/beeri-header.scss */
.beeri-header .hLogo img {
  display: block;
  width: auto;
  height: 52px;
  object-fit: contain;
}
/* line 29, ../sass/beeri/beeri-header.scss */
.beeri-header .hLogo img:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 38, ../sass/beeri/beeri-header.scss */
  .beeri-header {
    padding: 10px 88px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 46, ../sass/beeri/beeri-header.scss */
  .beeri-header {
    padding: 10px 75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 54, ../sass/beeri/beeri-header.scss */
  .beeri-header {
    padding: 10px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 62, ../sass/beeri/beeri-header.scss */
  .beeri-header {
    padding: 10px 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 70, ../sass/beeri/beeri-header.scss */
  .beeri-header {
    padding: 5px 15px;
  }
  /* line 74, ../sass/beeri/beeri-header.scss */
  .beeri-header .hLogo img {
    height: 40px;
  }
}
/* line 1, ../sass/beeri/beeri-top.scss */
.beeri-top {
  position: relative;
  text-align: center;
  padding-top: 140px;
}
/* line 6, ../sass/beeri/beeri-top.scss */
.beeri-top .result {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 70px;
  margin-top: 55px;
}
/* line 23, ../sass/beeri/beeri-top.scss */
.beeri-top .btns {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin-top: 125px;
}
/* line 40, ../sass/beeri/beeri-top.scss */
.beeri-top .beeri-btn {
  font-size: 22px;
  padding: 0 60px;
  height: 48px;
  margin-bottom: 20px;
}
/* line 47, ../sass/beeri/beeri-top.scss */
.beeri-top .arrow {
  width: 26px;
  height: 26px;
  object-fit: contain;
  opacity: 0.52;
}
/* line 54, ../sass/beeri/beeri-top.scss */
.beeri-top .birds {
  position: absolute;
  bottom: 85px;
  right: 310px;
  width: 280px;
}

/* line 62, ../sass/beeri/beeri-top.scss */
.beeri-top-logo {
  width: 226px;
}

/* line 66, ../sass/beeri/beeri-top.scss */
.beeri-top-bl {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: block;
  border-radius: 15px;
  width: calc((100% - 58px * 2) / 3);
  height: 22vw;
}
/* line 75, ../sass/beeri/beeri-top.scss */
.beeri-top-bl img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 85, ../sass/beeri/beeri-top.scss */
  .beeri-top {
    padding-top: 130px;
  }
  /* line 88, ../sass/beeri/beeri-top.scss */
  .beeri-top .result {
    padding: 0 60px;
    margin-top: 45px;
  }
  /* line 93, ../sass/beeri/beeri-top.scss */
  .beeri-top .btns {
    margin-top: 110px;
  }
  /* line 97, ../sass/beeri/beeri-top.scss */
  .beeri-top .beeri-btn {
    font-size: 20px;
    padding: 0 55px;
    height: 48px;
    margin-bottom: 20px;
  }
  /* line 104, ../sass/beeri/beeri-top.scss */
  .beeri-top .arrow {
    width: 26px;
    height: 26px;
  }
  /* line 109, ../sass/beeri/beeri-top.scss */
  .beeri-top .birds {
    bottom: 75px;
    right: 270px;
    width: 245px;
  }

  /* line 116, ../sass/beeri/beeri-top.scss */
  .beeri-top-logo {
    width: 200px;
  }

  /* line 120, ../sass/beeri/beeri-top.scss */
  .beeri-top-bl {
    width: calc((100% - 50px * 2) / 3);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 128, ../sass/beeri/beeri-top.scss */
  .beeri-top {
    padding-top: 120px;
  }
  /* line 131, ../sass/beeri/beeri-top.scss */
  .beeri-top .result {
    padding: 0 50px;
    margin-top: 35px;
  }
  /* line 136, ../sass/beeri/beeri-top.scss */
  .beeri-top .btns {
    margin-top: 95px;
  }
  /* line 140, ../sass/beeri/beeri-top.scss */
  .beeri-top .beeri-btn {
    font-size: 20px;
    padding: 0 45px;
    height: 44px;
    margin-bottom: 20px;
  }
  /* line 147, ../sass/beeri/beeri-top.scss */
  .beeri-top .arrow {
    width: 26px;
    height: 26px;
  }
  /* line 152, ../sass/beeri/beeri-top.scss */
  .beeri-top .birds {
    bottom: 65px;
    right: 230px;
    width: 210px;
  }

  /* line 159, ../sass/beeri/beeri-top.scss */
  .beeri-top-logo {
    width: 172px;
  }

  /* line 163, ../sass/beeri/beeri-top.scss */
  .beeri-top-bl {
    width: calc((100% - 40px * 2) / 3);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 171, ../sass/beeri/beeri-top.scss */
  .beeri-top {
    padding-top: 120px;
  }
  /* line 174, ../sass/beeri/beeri-top.scss */
  .beeri-top .result {
    padding: 0 40px;
    margin-top: 30px;
  }
  /* line 179, ../sass/beeri/beeri-top.scss */
  .beeri-top .btns {
    margin-top: 75px;
  }
  /* line 183, ../sass/beeri/beeri-top.scss */
  .beeri-top .beeri-btn {
    font-size: 18px;
    padding: 0 35px;
    height: 40px;
    margin-bottom: 15px;
  }
  /* line 190, ../sass/beeri/beeri-top.scss */
  .beeri-top .arrow {
    width: 22px;
    height: 22px;
  }
  /* line 195, ../sass/beeri/beeri-top.scss */
  .beeri-top .birds {
    bottom: 50px;
    right: 185px;
    width: 170px;
  }

  /* line 202, ../sass/beeri/beeri-top.scss */
  .beeri-top-logo {
    width: 140px;
  }

  /* line 206, ../sass/beeri/beeri-top.scss */
  .beeri-top-bl {
    width: calc((100% - 30px * 2) / 3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 214, ../sass/beeri/beeri-top.scss */
  .beeri-top {
    padding-top: 120px;
  }
  /* line 217, ../sass/beeri/beeri-top.scss */
  .beeri-top .result {
    padding: 0 15px;
    margin-top: 23px;
  }
  /* line 222, ../sass/beeri/beeri-top.scss */
  .beeri-top .btns {
    margin-top: 55px;
  }
  /* line 226, ../sass/beeri/beeri-top.scss */
  .beeri-top .beeri-btn {
    font-size: 18px;
    padding: 0 35px;
    height: 40px;
    margin-bottom: 15px;
  }
  /* line 233, ../sass/beeri/beeri-top.scss */
  .beeri-top .arrow {
    width: 22px;
    height: 22px;
  }
  /* line 238, ../sass/beeri/beeri-top.scss */
  .beeri-top .birds {
    bottom: 38px;
    right: 142px;
    width: 130px;
  }

  /* line 245, ../sass/beeri/beeri-top.scss */
  .beeri-top-logo {
    width: 140px;
  }

  /* line 249, ../sass/beeri/beeri-top.scss */
  .beeri-top-bl {
    width: calc((100% - 15px * 2) / 3);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 257, ../sass/beeri/beeri-top.scss */
  .beeri-top {
    padding-top: 80px;
  }
  /* line 260, ../sass/beeri/beeri-top.scss */
  .beeri-top .result {
    padding: 0 15px;
    margin-top: 20px;
    gap: 15px 0;
  }
  /* line 266, ../sass/beeri/beeri-top.scss */
  .beeri-top .btns {
    margin-top: 55px;
  }
  /* line 270, ../sass/beeri/beeri-top.scss */
  .beeri-top .beeri-btn {
    font-size: 18px;
    padding: 0 35px;
    height: 40px;
    margin-bottom: 15px;
  }
  /* line 277, ../sass/beeri/beeri-top.scss */
  .beeri-top .arrow {
    width: 22px;
    height: 22px;
  }
  /* line 282, ../sass/beeri/beeri-top.scss */
  .beeri-top .birds {
    bottom: 40px;
    right: 142px;
    width: 230px;
  }

  /* line 289, ../sass/beeri/beeri-top.scss */
  .beeri-top-logo {
    width: 140px;
  }

  /* line 293, ../sass/beeri/beeri-top.scss */
  .beeri-top-bl {
    z-index: 2;
    width: 100%;
    height: 60vw;
  }
}
/* line 1, ../sass/beeri/beeri-about.scss */
.beeri-about {
  position: relative;
  padding-top: 100px;
}
/* line 5, ../sass/beeri/beeri-about.scss */
.beeri-about .container {
  max-width: 1600px;
}

/* line 10, ../sass/beeri/beeri-about.scss */
.beeri-about-row {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
/* line 25, ../sass/beeri/beeri-about.scss */
.beeri-about-row:nth-child(2) {
  margin-bottom: 250px;
}
/* line 28, ../sass/beeri/beeri-about.scss */
.beeri-about-row:nth-child(2) .beeri-about-row-text {
  width: 39%;
  padding-right: 0;
}
/* line 33, ../sass/beeri/beeri-about.scss */
.beeri-about-row:nth-child(2) .beeri-about-row-img {
  width: 56%;
}

/* line 41, ../sass/beeri/beeri-about.scss */
.beeri-about-row-text {
  position: relative;
  width: 38%;
  padding-right: 50px;
}
/* line 46, ../sass/beeri/beeri-about.scss */
.beeri-about-row-text .title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Rollgates-Fabulous';
  font-size: 60px;
  margin-bottom: 35px;
  line-height: 1;
  letter-spacing: 5px;
}
/* line 56, ../sass/beeri/beeri-about.scss */
.beeri-about-row-text .title.border {
  margin-bottom: 60px;
}
/* line 59, ../sass/beeri/beeri-about.scss */
.beeri-about-row-text .title.border:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  height: 30px;
  background-image: url(/assets/img/beeri/orange-line-3.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 77, ../sass/beeri/beeri-about.scss */
.beeri-about-row-text .text {
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.1;
}
/* line 84, ../sass/beeri/beeri-about.scss */
.beeri-about-row-text img {
  display: block;
  width: 60%;
  margin-right: 20%;
}

/* line 91, ../sass/beeri/beeri-about.scss */
.beeri-about-row-img {
  position: relative;
  -ms-align-self: flex-start;
  align-self: flex-start;
  width: 59%;
}
/* line 97, ../sass/beeri/beeri-about.scss */
.beeri-about-row-img img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
}
/* line 104, ../sass/beeri/beeri-about.scss */
.beeri-about-row-img:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 100%;
  height: 100%;
  background: var(--color-beeri-red);
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 118, ../sass/beeri/beeri-about.scss */
  .beeri-about {
    padding-top: 88px;
  }
  /* line 121, ../sass/beeri/beeri-about.scss */
  .beeri-about .container {
    max-width: 1400px;
  }

  /* line 126, ../sass/beeri/beeri-about.scss */
  .beeri-about-row {
    margin-bottom: 20px;
  }
  /* line 129, ../sass/beeri/beeri-about.scss */
  .beeri-about-row:nth-child(2) {
    margin-bottom: 215px;
  }

  /* line 134, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text {
    padding-right: 45px;
  }
  /* line 137, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title {
    font-size: 52px;
    margin-bottom: 30px;
  }
  /* line 141, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title.border {
    margin-bottom: 52px;
  }
  /* line 144, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title.border:after {
    bottom: -18px;
    width: 395px;
    height: 26px;
  }
  /* line 152, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .text {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 162, ../sass/beeri/beeri-about.scss */
  .beeri-about {
    padding-top: 75px;
  }
  /* line 165, ../sass/beeri/beeri-about.scss */
  .beeri-about .container {
    max-width: 1200px;
  }

  /* line 170, ../sass/beeri/beeri-about.scss */
  .beeri-about-row {
    margin-bottom: 20px;
  }
  /* line 173, ../sass/beeri/beeri-about.scss */
  .beeri-about-row:nth-child(2) {
    margin-bottom: 185px;
  }

  /* line 178, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text {
    padding-right: 35px;
  }
  /* line 181, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title {
    font-size: 44px;
    margin-bottom: 25px;
  }
  /* line 185, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title.border {
    margin-bottom: 45px;
  }
  /* line 188, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title.border:after {
    bottom: -16px;
    width: 340px;
    height: 22px;
  }
  /* line 196, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 206, ../sass/beeri/beeri-about.scss */
  .beeri-about {
    padding-top: 60px;
  }
  /* line 209, ../sass/beeri/beeri-about.scss */
  .beeri-about .container {
    max-width: 960px;
  }

  /* line 214, ../sass/beeri/beeri-about.scss */
  .beeri-about-row {
    margin-bottom: 20px;
  }
  /* line 217, ../sass/beeri/beeri-about.scss */
  .beeri-about-row:nth-child(2) {
    margin-bottom: 150px;
  }

  /* line 222, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text {
    padding-right: 25px;
  }
  /* line 225, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  /* line 229, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title.border {
    margin-bottom: 35px;
  }
  /* line 232, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title.border:after {
    bottom: -13px;
    width: 270px;
    height: 18px;
  }
  /* line 240, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 250, ../sass/beeri/beeri-about.scss */
  .beeri-about {
    padding-top: 45px;
  }
  /* line 253, ../sass/beeri/beeri-about.scss */
  .beeri-about .container {
    max-width: 738px;
  }

  /* line 258, ../sass/beeri/beeri-about.scss */
  .beeri-about-row {
    margin-bottom: 20px;
  }
  /* line 261, ../sass/beeri/beeri-about.scss */
  .beeri-about-row:nth-child(2) {
    margin-bottom: 115px;
  }
  /* line 264, ../sass/beeri/beeri-about.scss */
  .beeri-about-row:nth-child(2) .beeri-about-row-text {
    width: 100%;
  }
  /* line 267, ../sass/beeri/beeri-about.scss */
  .beeri-about-row:nth-child(2) .beeri-about-row-text .text {
    max-width: 100%;
  }
  /* line 272, ../sass/beeri/beeri-about.scss */
  .beeri-about-row:nth-child(2) .beeri-about-row-img {
    width: 90%;
    margin: 0 5%;
    margin-bottom: 30px;
  }

  /* line 280, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text {
    width: 100%;
    padding-right: 0px;
  }
  /* line 284, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  /* line 288, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title.border {
    margin-bottom: 30px;
  }
  /* line 291, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title.border:after {
    bottom: -10px;
    width: 210px;
    height: 14px;
  }
  /* line 299, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .text {
    font-size: 16px;
    margin-bottom: 10px;
    max-width: calc(100% - 230px);
  }
  /* line 305, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    margin-right: auto;
  }

  /* line 314, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-img {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 90%;
    margin: 0 5%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 329, ../sass/beeri/beeri-about.scss */
  .beeri-about {
    padding-top: 45px;
  }
  /* line 332, ../sass/beeri/beeri-about.scss */
  .beeri-about .container {
    max-width: calc(100% - 30px);
  }

  /* line 337, ../sass/beeri/beeri-about.scss */
  .beeri-about-row {
    margin-bottom: 30px;
  }
  /* line 340, ../sass/beeri/beeri-about.scss */
  .beeri-about-row:nth-child(2) {
    margin-bottom: 30px;
  }
  /* line 343, ../sass/beeri/beeri-about.scss */
  .beeri-about-row:nth-child(2) .beeri-about-row-text {
    width: 100%;
  }
  /* line 347, ../sass/beeri/beeri-about.scss */
  .beeri-about-row:nth-child(2) .beeri-about-row-img {
    width: 100%;
    margin-bottom: 30px;
  }

  /* line 354, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text {
    width: 100%;
    padding-right: 0px;
  }
  /* line 358, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  /* line 362, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title.border {
    margin-bottom: 30px;
  }
  /* line 365, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .title.border:after {
    bottom: -10px;
    width: 210px;
    height: 14px;
  }
  /* line 373, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text .text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 378, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-text img {
    width: 200px;
    margin: auto;
  }

  /* line 384, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-img {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 393, ../sass/beeri/beeri-about.scss */
  .beeri-about-row-img:after {
    bottom: -10px;
    right: -10px;
  }
}
/* line 1, ../sass/beeri/beeri-plan-slider.scss */
.beeri-plan-slider {
  position: relative;
}
/* line 4, ../sass/beeri/beeri-plan-slider.scss */
.beeri-plan-slider .container {
  max-width: 1022px;
}
/* line 8, ../sass/beeri/beeri-plan-slider.scss */
.beeri-plan-slider .img {
  display: block;
  width: 100%;
}
/* line 12, ../sass/beeri/beeri-plan-slider.scss */
.beeri-plan-slider .img img {
  display: block;
  width: 100%;
}
/* line 19, ../sass/beeri/beeri-plan-slider.scss */
.beeri-plan-slider .swiper-button-next:after, .beeri-plan-slider .swiper-button-prev:after {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 30, ../sass/beeri/beeri-plan-slider.scss */
  .beeri-plan-slider .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 40, ../sass/beeri/beeri-plan-slider.scss */
  .beeri-plan-slider .container {
    max-width: 738px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 50, ../sass/beeri/beeri-plan-slider.scss */
  .beeri-plan-slider .container {
    max-width: calc(100% - 30px);
  }
}
/* line 1, ../sass/beeri/beeri-form.scss */
.beeri-form {
  position: relative;
  border-top: 5px solid var(--color-beeri-red);
  padding: 140px 0;
}
/* line 6, ../sass/beeri/beeri-form.scss */
.beeri-form .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 13, ../sass/beeri/beeri-form.scss */
.beeri-form .bg img {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 21, ../sass/beeri/beeri-form.scss */
.beeri-form-inner {
  position: relative;
  background: #fff;
  margin: 0 auto;
  background: #fff;
  width: 800px;
  max-width: calc(100% - 30px);
  padding: 24px;
  border-radius: 15px;
}
/* line 31, ../sass/beeri/beeri-form.scss */
.beeri-form-inner form {
  position: relative;
  display: block;
  width: 435px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 65px;
}
/* line 41, ../sass/beeri/beeri-form.scss */
.beeri-form-inner label {
  display: block;
  margin-bottom: 10px;
}
/* line 45, ../sass/beeri/beeri-form.scss */
.beeri-form-inner label span {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
/* line 52, ../sass/beeri/beeri-form.scss */
.beeri-form-inner .input {
  display: block;
  width: 100%;
  height: 36px;
  border: 1px solid #000;
  background: #fff;
  padding: 0 15px;
  font-size: 20px;
}
/* line 61, ../sass/beeri/beeri-form.scss */
.beeri-form-inner .input.email, .beeri-form-inner .input.phone {
  direction: ltr;
  text-align: right;
}
/* line 67, ../sass/beeri/beeri-form.scss */
.beeri-form-inner .beeri-btn {
  width: 100%;
}

/* line 72, ../sass/beeri/beeri-form.scss */
.beeri-form-logo {
  display: block;
  margin: 0 auto;
  width: 114px;
  margin-top: 60px;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 81, ../sass/beeri/beeri-form.scss */
  .beeri-form {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 89, ../sass/beeri/beeri-form.scss */
  .beeri-form {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 97, ../sass/beeri/beeri-form.scss */
  .beeri-form {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 105, ../sass/beeri/beeri-form.scss */
  .beeri-form {
    padding: 60px 0;
  }

  /* line 109, ../sass/beeri/beeri-form.scss */
  .beeri-form-inner {
    padding: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 117, ../sass/beeri/beeri-form.scss */
  .beeri-form {
    padding: 45px 0;
  }

  /* line 121, ../sass/beeri/beeri-form.scss */
  .beeri-form-inner {
    padding: 15px;
  }
  /* line 124, ../sass/beeri/beeri-form.scss */
  .beeri-form-inner form {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  /* line 130, ../sass/beeri/beeri-form.scss */
  .beeri-form-logo {
    margin-top: 15px;
  }
}
/* line 1, ../sass/beeri/beeri-about-text.scss */
.beeri-about-text {
  position: relative;
  text-align: center;
  padding: 70px 0;
}
/* line 6, ../sass/beeri/beeri-about-text.scss */
.beeri-about-text .logo {
  height: 82px;
  width: auto;
}
/* line 10, ../sass/beeri/beeri-about-text.scss */
.beeri-about-text .logo:hover {
  opacity: 0.7;
}
/* line 15, ../sass/beeri/beeri-about-text.scss */
.beeri-about-text .title {
  position: relative;
  font-family: 'Rollgates-Fabulous';
  font-size: 54px;
  margin-bottom: 25px;
  line-height: 1;
  letter-spacing: 3px;
  margin-top: 20px;
}
/* line 25, ../sass/beeri/beeri-about-text.scss */
.beeri-about-text .text {
  position: relative;
  font-size: 18px;
  line-height: 1.1;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 34, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text {
    padding: 60px 0;
  }
  /* line 37, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .logo {
    width: 72px;
  }
  /* line 41, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .title {
    font-size: 48px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
  /* line 47, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 56, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text {
    padding: 50px 0;
  }
  /* line 59, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .logo {
    width: 62px;
  }
  /* line 63, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .title {
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  /* line 69, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 78, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text {
    padding: 40px 0;
  }
  /* line 81, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .logo {
    width: 50px;
  }
  /* line 85, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .title {
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  /* line 91, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 100, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text {
    padding: 30px 0;
  }
  /* line 103, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .logo {
    width: 45px;
  }
  /* line 107, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .title {
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  /* line 113, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 122, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text {
    padding: 30px 0;
  }
  /* line 125, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .logo {
    width: 45px;
  }
  /* line 129, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .title {
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  /* line 135, ../sass/beeri/beeri-about-text.scss */
  .beeri-about-text .text {
    font-size: 16px;
  }
}
/* line 1, ../sass/beeri/beeri-objects.scss */
.beeri-objects {
  position: relative;
  border-top: 7px solid var(--color-beeri-red);
  padding-top: 30px;
  padding-bottom: 145px;
}
/* line 7, ../sass/beeri/beeri-objects.scss */
.beeri-objects .logos {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 0 150px;
}
/* line 17, ../sass/beeri/beeri-objects.scss */
.beeri-objects .logos img {
  display: block;
  height: 65px;
}
/* line 23, ../sass/beeri/beeri-objects.scss */
.beeri-objects .container {
  position: relative;
  max-width: 1600px;
  margin-top: 30px;
}
/* line 29, ../sass/beeri/beeri-objects.scss */
.beeri-objects .swiper {
  padding: 0 80px;
}
/* line 32, ../sass/beeri/beeri-objects.scss */
.beeri-objects .swiper:before, .beeri-objects .swiper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  background: #fff;
  left: 0;
  z-index: 2;
}
/* line 44, ../sass/beeri/beeri-objects.scss */
.beeri-objects .swiper:after {
  left: initial;
  right: 0;
}
/* line 50, ../sass/beeri/beeri-objects.scss */
.beeri-objects .img {
  display: block;
  position: relative;
}
/* line 54, ../sass/beeri/beeri-objects.scss */
.beeri-objects .img img {
  display: block;
  width: 100%;
}
/* line 61, ../sass/beeri/beeri-objects.scss */
.beeri-objects .swiper-button-next:after, .beeri-objects .swiper-button-prev:after {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 71, ../sass/beeri/beeri-objects.scss */
  .beeri-objects {
    padding-top: 30px;
    padding-bottom: 125px;
  }
  /* line 75, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .logos {
    gap: 0 130px;
  }
  /* line 78, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .logos img {
    height: 65px;
  }
  /* line 83, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .container {
    max-width: 1400px;
    margin-top: 30px;
  }
  /* line 88, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .swiper {
    padding: 0 70px;
  }
  /* line 91, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .swiper:before, .beeri-objects .swiper:after {
    width: 70px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 101, ../sass/beeri/beeri-objects.scss */
  .beeri-objects {
    padding-top: 25px;
    padding-bottom: 105px;
  }
  /* line 105, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .logos {
    gap: 0 110px;
  }
  /* line 108, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .logos img {
    height: 65px;
  }
  /* line 113, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .container {
    max-width: 1200px;
    margin-top: 25px;
  }
  /* line 118, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .swiper {
    padding: 0 60px;
  }
  /* line 121, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .swiper:before, .beeri-objects .swiper:after {
    width: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 131, ../sass/beeri/beeri-objects.scss */
  .beeri-objects {
    padding-top: 20px;
    padding-bottom: 85px;
  }
  /* line 135, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .logos {
    gap: 0 90px;
  }
  /* line 138, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .logos img {
    height: 60px;
  }
  /* line 143, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .container {
    max-width: 960px;
    margin-top: 20px;
  }
  /* line 148, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .swiper {
    padding: 0 50px;
  }
  /* line 151, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .swiper:before, .beeri-objects .swiper:after {
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 161, ../sass/beeri/beeri-objects.scss */
  .beeri-objects {
    padding-top: 20px;
    padding-bottom: 65px;
  }
  /* line 165, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .logos {
    gap: 0 70px;
  }
  /* line 168, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .logos img {
    height: 50px;
  }
  /* line 173, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .container {
    max-width: 738px;
    margin-top: 20px;
  }
  /* line 178, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .swiper {
    padding: 0 40px;
  }
  /* line 181, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .swiper:before, .beeri-objects .swiper:after {
    width: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 191, ../sass/beeri/beeri-objects.scss */
  .beeri-objects {
    padding-top: 15px;
    padding-bottom: 45px;
  }
  /* line 195, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .logos {
    gap: 0 50px;
  }
  /* line 198, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .logos img {
    height: 45px;
  }
  /* line 203, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .container {
    max-width: 100%;
    margin-top: 15px;
  }
  /* line 208, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .swiper {
    padding: 0 50px;
  }
  /* line 211, ../sass/beeri/beeri-objects.scss */
  .beeri-objects .swiper:before, .beeri-objects .swiper:after {
    width: 50px;
  }
}
@font-face {
  font-family: 'Rollgates-Fabulous';
  src: url("../fonts/Rollgates-Fabulous.ttf") format("truetype");
}
/* line 22, ../sass/beeri.scss */
:root {
  --color-beeri-red: #EC4C24;
}

/* line 26, ../sass/beeri.scss */
body {
  font-family: var(--font-family-light);
  padding-top: 0 !important;
}

/* line 31, ../sass/beeri.scss */
.beeri-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: var(--color-beeri-red);
  height: 38px;
  color: #fff;
  padding: 0 50px;
  border-radius: 6px;
  font-size: 18px;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 50, ../sass/beeri.scss */
  .beeri-btn {
    padding: 0 45px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* line 59, ../sass/beeri.scss */
  .beeri-btn {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 67, ../sass/beeri.scss */
  .beeri-btn {
    padding: 0 30px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 76, ../sass/beeri.scss */
  .beeri-btn {
    padding: 0 23px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 85, ../sass/beeri.scss */
  .beeri-btn {
    padding: 0 20px;
    font-size: 16px;
  }
}
