body {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

.body, * {
  box-sizing: border-box;
}

.body {
  margin: 0;
  padding: 0;
}

.s-h1 {
  color: #1C1E1C;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-size: 90px;
  font-style: normal;
  line-height: 105%;
  margin: 0;
}
@media screen and (max-width: 1650px) {
  .s-h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1370px) {
  .s-h1 {
    font-size: 68px;
  }
}
@media screen and (max-width: 1050px) {
  .s-h1 {
    font-size: 68px;
  }
}
@media screen and (max-width: 550px) {
  .s-h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 380px) {
  .s-h1 {
    font-size: 46px;
  }
}

.s-h2 {
  color: #1C1E1C;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-size: 45px;
  font-style: normal;
  line-height: 120%;
  margin: 0;
}
@media screen and (max-width: 1650px) {
  .s-h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1370px) {
  .s-h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1050px) {
  .s-h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 550px) {
  .s-h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 380px) {
  .s-h2 {
    font-size: 24px;
  }
}

.s-h3 {
  color: #1C1E1C;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1650px) {
  .s-h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1370px) {
  .s-h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1050px) {
  .s-h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .s-h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 380px) {
  .s-h3 {
    font-size: 18px;
  }
}

.s-h4 {
  color: #1C1E1C;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 1650px) {
  .s-h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1370px) {
  .s-h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1050px) {
  .s-h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .s-h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .s-h4 {
    font-size: 14px;
  }
}

.s-p1 {
  color: #1C1E1C;
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1650px) {
  .s-p1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1370px) {
  .s-p1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1050px) {
  .s-p1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .s-p1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .s-p1 {
    font-size: 14px;
  }
}

.s-p2 {
  color: #1C1E1C;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1650px) {
  .s-p2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1370px) {
  .s-p2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1050px) {
  .s-p2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .s-p2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .s-p2 {
    font-size: 12px;
  }
}

.btn-primary-green {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border-radius: 20px;
  border: 2px solid #71E360;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  min-width: 125px;
  color: #FCFCFC;
  height: 51px;
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1650px) {
  .btn-primary-green {
    border-radius: 20px;
    padding: 12px 20px;
    font-size: 20px;
    min-width: unset;
    height: auto;
  }
}
@media screen and (max-width: 1370px) {
  .btn-primary-green {
    border-radius: 16px;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 1;
    height: auto;
  }
}
@media screen and (max-width: 1050px) {
  .btn-primary-green {
    min-width: unset;
  }
}
@media screen and (max-width: 550px) {
  .btn-primary-green {
    border-radius: 16px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1;
    height: auto;
    min-width: unset;
  }
}

.btn-primary-green:hover, .btn-primary-green:focus {
  background: rgba(113, 227, 96, 0.2);
  backdrop-filter: blur(5px);
}

.btn-primary-green:active, .btn-primary-green.active {
  color: #1C1E1C;
  border: 2px solid #71E360;
  background: rgba(113, 227, 96, 0.2);
}

.btn-primary-green.active2 {
  color: #1C1E1C !important;
  border: 2px solid #71E360;
  background: transparent;
}

.btn-primary-green.active2:hover, .btn-primary-green.active2:focus {
  background: rgba(113, 227, 96, 0.2);
}

.btn-primary-green:disabled, .btn-primary-green.disabled {
  color: #BFBFBF;
  background: transparent;
  border: 2px solid #BFBFBF;
}

.btn-primary-black {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border-radius: 20px;
  border: 2px solid #1C1E1C;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  min-width: 125px;
  color: #1C1E1C;
  height: 51px;
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1650px) {
  .btn-primary-black {
    border-radius: 20px;
    padding: 12px 20px;
    font-size: 20px;
    min-width: unset;
    height: auto;
  }
}
@media screen and (max-width: 1370px) {
  .btn-primary-black {
    border-radius: 16px;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 1;
    height: auto;
    min-width: unset;
  }
}
@media screen and (max-width: 1050px) {
  .btn-primary-black {
    min-width: unset;
  }
}
@media screen and (max-width: 550px) {
  .btn-primary-black {
    border-radius: 16px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1;
    height: auto;
    min-width: unset;
  }
}

.btn-primary-black:hover, .btn-primary-black:focus {
  color: #1C1E1C;
  border: 2px solid #71E360;
  background: rgba(113, 227, 96, 0.2);
}

.btn-primary-black:active, .btn-primary-black.active {
  color: #FFF;
  border: 2px solid #71E360;
  background: rgba(113, 227, 96, 0.2);
}

.btn-primary-black.active2 {
  color: #FFF !important;
  border: 2px solid #FFF;
  background: transparent;
}

.btn-primary-black:disabled, .btn-primary-black.disabled {
  color: #BFBFBF;
  background: transparent;
  border: 2px solid #BFBFBF;
}

.slick-arrow {
  position: absolute;
  cursor: pointer;
}

.slick-next.slick-arrow {
  color: transparent;
  width: 50px;
  height: 50px;
  background-image: url("/themes/demo/assets/images/arrows/arrow_right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  border: none;
  box-shadow: none;
  background-color: transparent;
  z-index: 100;
}
@media screen and (max-width: 1650px) {
  .slick-next.slick-arrow {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 550px) {
  .slick-next.slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.slick-prev.slick-arrow {
  color: transparent;
  width: 50px;
  height: 50px;
  background-image: url("/themes/demo/assets/images/arrows/arrow_left.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  border: none;
  box-shadow: none;
  background-color: transparent;
  z-index: 100;
}
@media screen and (max-width: 1650px) {
  .slick-prev.slick-arrow {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 550px) {
  .slick-prev.slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.s-tag {
  cursor: pointer;
  display: inline-flex;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #F5F5F7;
  color: #D0D0D1;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 1650px) {
  .s-tag {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 1370px) {
  .s-tag {
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 550px) {
  .s-tag {
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 16px;
  }
}

.s-tag:focus, .s-tag:active, .s-tag.active {
  color: #1C1E1C;
}

.slick-next.slick-arrow:focus, .slick-next.slick-arrow:hover, .slick-next.slick-arrow:active {
  background-image: url("/themes/demo/assets/images/arrows/arrow_right_active.svg") !important;
}

.slick-prev.slick-arrow:focus, .slick-prev.slick-arrow:hover, .slick-prev.slick-arrow:active {
  background-image: url("/themes/demo/assets/images/arrows/arrow_left_active.svg") !important;
}

/*.grecaptcha-badge {
    display: none;
    width: 200px !important;
    height: 40px !important;
    right: -146px !important;

}

.rc-anchor-normal-footer {
    height: 40px !important;
    width: 50px !important;
}

.rc-anchor-logo-img-large {
    margin: 0px 0px 0 0px !important;

}*/
.not_found {
  min-height: 100vh;
  width: 100%;
  background-image: url("/themes/demo/assets/images/general/not_found_bg.svg");
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -89px;
}
.not_found .not_found-content {
  display: flex;
  height: calc(100vh + 89px);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  max-width: 580px;
  min-height: 100vh;
  padding-top: 0;
}
.not_found .not_found-title {
  color: #71E360;
}
.not_found .not_found-text {
  margin-top: 24px;
  margin-bottom: 60px;
}
.payment-cancelled {
  min-height: calc(100vh - 170px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-cancelled .payment-cancelled-content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  max-width: 590px;
}
.payment-cancelled .payment-cancelled-icon {
  width: 60px;
  height: 60px;
}
.payment-cancelled .payment-cancelled-icon svg {
  width: 60px;
  height: 60px;
}
.payment-cancelled .payment-cancelled-title {
  margin-top: 24px;
  margin-bottom: 60px;
}
@media screen and (max-width: 550px) {
  .payment-cancelled .payment-cancelled-icon {
    width: 40px;
    height: 40px;
  }
  .payment-cancelled .payment-cancelled-icon svg {
    width: 40px;
    height: 40px;
  }
  .payment-cancelled .payment-cancelled-title {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

.header-features.resized {
  position: fixed;
  background: #1C1E1C;
  height: 74px;
  transition: height 200ms ease-in;
  z-index: 10000;
}
.header-features.resized .header_nav {
  padding-top: 25px;
  padding-bottom: 5px;
}
.header-features.resized .header_menu-sub {
  top: 22px;
  background: rgba(248, 248, 250, 0.2);
  backdrop-filter: blur(2.5px);
  background: linear-gradient(0deg, rgba(28, 30, 28, 0.4) 0%, rgba(28, 30, 28, 0.4) 100%);
}
.header-features.resized .header_logo-box {
  background-image: url("/themes/demo/assets/images/logo/header_sizzapp_logo.svg");
}
.header-features.resized .header_menu-link.dark-menu {
  color: #FCFCFC;
}
@media screen and (max-width: 1650px) {
  .header-features.resized {
    height: 70px;
  }
  .header-features.resized .header_nav {
    padding-top: 23px;
  }
}
@media screen and (max-width: 1250px) {
  .header-features.resized {
    height: 54px;
  }
  .header-features.resized .header_nav {
    padding-top: 16px;
  }
  .header-features.resized .btn-primary-green {
    padding: 8px 20px;
  }
  .header-features.resized .header_menu-sub {
    top: 2px;
  }
}
@media screen and (max-width: 550px) {
  .header-features.resized {
    height: 68px;
  }
  .header-features.resized .header_menu {
    align-items: center;
  }
  .header-features.resized .header_nav {
    padding-top: 14px;
  }
  .header-features.resized .header_logo-box {
    background-image: url("/themes/demo/assets/images/logo/sizzapp_logo_mobile.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 46px;
  }
}

.header-features {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  height: 89px;
}
.header-features .header_nav {
  display: flex;
  padding-top: 54px;
  padding-bottom: 10px;
  padding-left: 54px;
  padding-right: 54px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header-features .header_logo-box {
  background-image: url("/themes/demo/assets/images/logo/sizzapp_dark_logo.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 168px;
  height: 24px;
}
.header-features .header_menu {
  display: flex;
  margin-left: auto;
}
.header-features .header_menu-item {
  margin-left: 40px;
  position: relative;
}
.header-features .header_menu-link {
  padding-left: 20px;
  font-size: 20px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: normal;
  color: #1C1E1C;
  text-decoration: none;
  text-transform: lowercase;
}
.header-features .header_menu-item.drop_child {
  width: 150px;
}
.header-features .header_menu-item.drop_lang {
  width: 50px;
}
.header-features .header_menu-item.drop_lang .header_menu-link {
  text-transform: unset;
}
.header-features .header_menu-link:hover, .header-features .header_menu-link:focus, .header-features .header_menu-link.active {
  color: #71E360;
}
.header-features .header_menu-item.header_menu-btn {
  margin-left: 60px;
}
.header-features .header_menu-sub li {
  padding-top: 10px;
}
.header-features .header_menu-sub {
  display: none;
  right: 0;
  min-width: 70px;
  padding: 12px 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  line-height: 0;
  font-size: 22px;
  margin-right: 0;
  position: relative;
  color: #1C1E1C;
  top: 0;
  background-color: #FFF;
  padding-left: 0;
}
.header-features .header_menu-sub.leng-drop {
  left: 0;
}
.header-features .header_menu-sub.active {
  display: block;
}
.header-features .dropdown-toggle {
  cursor: pointer;
}
@media screen and (max-width: 1650px) {
  .header-features .header_nav {
    max-width: 1440px;
    padding-top: 44px;
  }
  .header-features .header_logo-box {
    background-repeat: no-repeat;
    width: 140px;
    height: 20px;
  }
  .header-features .header_menu-item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1370px) {
  .header-features .header_nav {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }
  .header-features .header_menu-link {
    font-size: 18px;
  }
  .header-features .header_menu-item.drop_lang {
    width: 40px;
  }
}
@media screen and (max-width: 550px) {
  .header-features .header_nav {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }
  .header-features .header_menu {
    align-items: center;
  }
  .header-features .header_logo-box {
    background-image: url("/themes/demo/assets/images/logo/sizzapp_logo_mobile.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 46px;
  }
}

/*# sourceMappingURL=sizzapp-ui-style.css.map */
