.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1238px) {
  .hero__cintent-title p {
    white-space: nowrap;
  }
  .container {
    max-width: 1024px;
  }
  .header__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 32px;
  }
  nav.nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 135px;
    background: #3f6600;
    padding: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  nav.nav.active {
    display: block;
  }
  nav.nav .nav__list {
    flex-direction: column;
    gap: 32px;
  }
  nav.nav .nav__item {
    width: 100%;
  }
  nav.nav .nav__item:hover .nav__dropdown {
    opacity: 1;
    display: flex;
  }
  nav.nav .nav__link {
    width: 100%;
    display: block;
    padding: 0;
  }
  nav.nav .nav__link:before {
    display: none;
  }
  nav.nav .nav__dropdown {
    position: static;
    box-shadow: none;
    padding: 8px 0 0 16px;
    display: none;
    flex-direction: column;
    min-width: 150px;
  }
  nav.nav .nav__dropdown.active {
    display: flex;
  }
  .header__burger {
    display: flex;
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
    padding: 0 26px;
  }
  .hero__cintent {
    margin-top: 35px;
  }
  .hero__cintent-text {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .hero__cintent-title p {
    font-weight: 900;
    font-size: 64px;
  }
  .hero__cintent-title span {
    font-weight: 500;
    font-size: 28px;
  }
  .hero__cintent-title p:before {
    content: "";
    position: absolute;
    bottom: -9px;
  }
  .hero__cintent-bottxt {
    font-weight: 400;
    font-size: 18px;
  }
  .hero__cintent:before {
    width: 187px;
    height: 254px;
    transform: translate(-87%, 19%);
  }
  .hero__cintent:after {
    width: 187px;
    height: 254px;
    transform: translate(87%, 19%);
  }
  .hero {
    min-height: 500px;
  }
  .hero__slide-img {
    width: 100%;
    height: 99px;
  }
  .heroslider {
    margin-top: -51px;
  }
  .about__title h2 {
    font-size: 28px;
  }
  .about__title {
    margin-bottom: 40px;
  }
  .about__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
    gap: 24px;
    flex-direction: column;
  }
  .about__wrtxt-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 24px;
  }
  .about__wrtxt p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
  }
  .about__item picture {
    width: 100%;
    height: 300px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .about__item:nth-child(2n) {
    flex-direction: column;
  }
  .about {
    padding: 56px 0 56px;
  }
  .choose {
    background: rgba(252, 255, 230, 0.5);
    padding: 56px 0;
  }
  .title-block__top {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000;
    display: inline-flex;
    margin-bottom: 16px;
  }
  .title-block h2 {
    font-size: 28px;
  }
  .choose__title {
    margin-bottom: 40px;
  }
  .choose__wrapper {
    display: flex;
    gap: 48px;
    flex-direction: column;
  }
  .choose__item picture {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .choose__item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .choose__item-title-h {
    font-weight: 700;
    font-size: 20px;
  }
  .choose__item-title {
    margin-bottom: 16px;
  }
  .choose__txtwr p {
    font-weight: 400;
    font-size: 16px;
  }
  .choose__item:nth-child(2n) {
    margin-top: 0;
  }
  .choose__btnwr {
    margin-top: 40px;
  }
  .coach {
    padding: 56px 0;
  }
  .coach__title {
    margin-bottom: 16px;
  }
  .coach__txtwr span {
    font-weight: 700;
    font-size: 18px;
  }
  .coach__tabs {
    margin-top: 40px;
  }
  .tabs__btn {
    border: 1px solid #f4ffb8;
    width: 80px;
    padding: 24px 15px;
    flex-shrink: 0;
  }
  .tabs__btn .number {
    font-weight: 700;
    font-size: 48px;
  }
  .tabs__btn .text {
    font-weight: 700;
    font-size: 20px;
  }
  .tabs__item.active .tabs__content {
    width: 100%;
    padding: 24px 16px;
  }
  .tabs__content p {
    font-weight: 400;
    font-size: 16px;
  }
  .tabs__item {
    width: 80px;
  }
  .tabs__content h2 {
    font-weight: 700;
    font-size: 20px;
  }
  .what-expect {
    padding: 56px 0;
  }
  .title-block__bot {
    font-weight: 400;
    font-size: 18px;
  }
  .what-expect__title {
    margin-bottom: 72px;
  }
  .what-expect__item picture {
    height: 300px;
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
  }
  .what-expect__item-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 24px;
  }
  .what-expect__item-txtwr p {
    font-weight: 400;
    font-size: 16px;
  }
  .what-expect__item {
    gap: 80px;
    margin-bottom: 80px;
  }
  .tagline {
    padding: 56px 0;
  }
  .tagline__title {
    margin-bottom: 40px;
  }
  .tagline__wrapper {
    columns: 1;
    column-gap: 40px;
    position: relative;
  }
  .tagline__item:first-child {
    margin-top: 0;
  }
  .tagline__item picture {
    height: 400px;
    width: 100%;
    margin-bottom: 32px;
    border-radius: 8px;
    overflow: hidden;
  }
  .tagline__wrtxt-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
    display: block;
  }
  .tagline__wrtxt p {
    font-weight: 400;
    font-size: 16px;
  }
  .tagline__item {
    break-inside: avoid;
    margin-bottom: 40px;
  }
  .portal {
    padding: 56px 0;
  }
  .portal__wrapper-top-title span {
    font-weight: 400;
    font-size: 16px;
  }
  .portal__wrapper-top-title h2 {
    font-weight: 700;
    font-size: 28px;
  }
  .portal__wrapper-top {
    columns: 2;
    column-gap: 24px;
    margin-bottom: 40px;
    display: flex;
  }
  .portal__wrapper-top-wr p {
    font-weight: 400;
    font-size: 16px;
  }
  .portal__wrapper-top-wr {
    max-width: 346px;
  }
  .portal__image {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer {
    padding: 32px 0;
  }
  .footer__top {
    padding-bottom: 8px;
    border-bottom: 1px solid #5b8c00;
    margin-bottom: 17px;
  }
  .footer__bottom p {
    font-weight: 400;
    font-size: 13px;
  }
  .logo__text {
    font-weight: 900;
    font-size: 25px;
  }
  .logo__subtext {
    font-weight: 500;
    font-size: 14px;
  }
  .heropage__inner h1 {
    font-size: 48px;
  }
  .revblock__item {
    padding: 56px 0;
  }
  .revblock__item-name-text {
    font-weight: 400;
    font-size: 18px;
  }
  .revblock__item-name-bot {
    font-size: 14px;
  }
  .revblock__item-inner {
    margin-bottom: 16px;
  }
  .revblock__stars {
    margin-bottom: 16px;
  }
  .revblock__itemtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #020617;
  }
  .revblock__item-gallery {
    margin-top: 16px;
    display: flex;
  }
  .brochure {
    padding: 40px 0 40px;
  }
  .brochure__title {
    margin-bottom: 28px;
  }
  .brochure__title span {
    font-weight: 700;
    font-size: 18px;
  }
  .brochure__title h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 160%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
  }
  .brochure__wrap {
    display: flex;
    flex-direction: column;
    max-width: 408px;
    position: relative;
    z-index: 1;
  }
  .brochure__wrapper picture {
    position: absolute;
    top: -87px;
    right: -270px;
    width: 645px;
    height: 529px;
    bottom: 53px;
  }
  .sectxtwrap__wrap {
    font-weight: 700;
    font-size: 18px;
  }
  .brochure__form p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .brochure__contact-wrap a {
    font-weight: 700;
    font-size: 20px;
  }
  .brochure__contact-wrap svg {
    margin-right: 8px;
    width: 29px;
    flex-shrink: 0;
  }
  .brochure__contact-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
  }
  .brochure__contact span {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #475569;
  }
  .sectxtwrap {
    background: #fcffe6;
    padding: 18px 0 28px 0;
  }
  .contactswrap {
    position: relative;
    padding: 82px 0;
  }
  .contactswrap__textwrap {
    width: 346px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px 0;
    gap: 62px;
  }
  .contactswrap__title h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 160%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
  }
  .contactswrap__title span {
    font-weight: 400;
    font-size: 18px;
  }
  .contactswrap__contacts ul li a svg {
    flex-shrink: 0;
  }
  .contactswrap__contacts ul li a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 700;
    font-size: 18px;
    color: #000;
  }
  .contactswrap__contacts ul li span {
    gap: 16px;
    font-weight: 700;
    font-size: 18px;
  }
  .contactswrap__contacts ul li a svg {
    width: 20px;
  }
  .golf {
    padding: 56px 0;
  }
  .golf__title h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 160%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 24px;
  }
  .golf__title p {
    font-weight: 400;
    font-size: 16px;
  }
  .golf__title {
    margin-bottom: 16px;
  }
  .golf__item-title {
    font-size: 18px;
  }
  .golf__item__image {
    height: 337px;
    overflow: hidden;
  }
  .golf__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .golf__item-text__title {
    padding-bottom: 9px;
  }
  section.brochure.brochure-golf .brochure__wrapper picture {
    position: absolute;
    top: -59px;
    right: -140px;
    width: 371px;
    height: auto;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  section.brochure.brochure-golf {
    padding: 42px 0;
    margin-top: 0;
  }
  section.brochure.brochure-golf .brochure__wrapper picture {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 200px;
    bottom: 0;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
  }
  .golf__item__image {
    height: 200px;
  }
  .golf__item-text__txt p {
    font-size: 15px;
  }
  .golf__item-title {
    font-size: 16px;
  }
  .golf__cifra span {
    font-weight: 900;
    font-size: 30px;
    line-height: 160%;
    letter-spacing: 0.09em;
    color: #3f6600;
    margin-bottom: 25px;
  }
  .golf__cifra:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 87px;
  }
  .golf__cifra p {
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    text-transform: uppercase;
    text-align: center;
    color: #3f6600;
    margin-bottom: 0;
    margin-top: 41px;
  }
  .golf__cifra {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }
  .golf__title p {
    font-weight: 400;
    font-size: 15px;
  }
  .golf__item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .golf__wrapper {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .golf {
    padding: 42px 0;
  }
  .golf__title h2 {
    font-weight: 700;
    font-size: 20px;
  }
  .contactswrap__form {
    box-shadow: none;
    background: #fff;
    border-radius: 8px;
    padding: 24px 20px;
    width: calc(100% + 30px);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -15px;
  }
  .form__submit {
    margin-top: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    text-transform: uppercase;
    color: #000;
    padding: 12px 48px;
    box-shadow: 0 10px 20px 0 rgba(63, 102, 0, 0.15);
    background: #a0d911;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    margin: auto;
    margin-bottom: 16px;
  }
  .contactswrap__image {
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
  }
  .contactswrap__contacts ul li span {
    gap: 16px;
    font-weight: 700;
    font-size: 16px;
  }
  .contactswrap__contacts ul li a {
    gap: 16px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
  }
  .contactswrap__textwrap {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    gap: 24px;
  }
  .contactswrap__title span {
    font-weight: 400;
    font-size: 16px;
  }
  .contactswrap__title h2 {
    font-weight: 700;
    font-size: 20px;
  }
  .contactswrap__wrapper {
    gap: 24px;
    align-items: stretch;
    flex-direction: column;
  }
  .contactswrap {
    position: relative;
    padding: 42px 0;
  }
  .brochure__contact-wrap a {
    font-weight: 700;
    font-size: 16px;
  }
  .brochure__form {
    margin-bottom: 12px;
  }
  .brochure__form p {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .brochure__title {
    margin-bottom: 12px;
  }
  .brochure__title span {
    font-weight: 700;
    font-size: 16px;
  }
  .brochure__title h2 {
    font-weight: 700;
    font-size: 20px;
  }
  .brochure {
    padding: 18px 0 18px;
    margin-top: 100px;
  }
  .revblock__item-gallery a {
    height: 200px;
  }
  .revblock__itemtext {
    font-weight: 400;
    font-size: 15px;
  }
  .revblock__item-inner picture {
    width: 42px;
    height: 42px;
  }
  .revblock__item {
    padding: 42px 0;
  }
  .heropage__inner h1 {
    font-size: 32px;
  }
  nav.nav .nav__list {
    flex-direction: column;
    gap: 16px;
  }
  .nav__link {
    font-weight: 700;
    font-size: 14px;
  }
  .footer__bottom p {
    font-weight: 400;
    font-size: 12px;
  }
  .footer {
    padding: 14px 0;
  }
  .portal__primary {
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    text-transform: uppercase;
    color: #000;
    padding: 6px 16px;
    border-radius: 50px;
    box-shadow: 0 10px 20px 0 rgba(63, 102, 0, 0.15);
    background: #a0d911;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
  }
  .portal__wrapper-top-title {
    margin-bottom: 8px;
  }
  .portal__wrapper-top-title span {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .portal__wrapper-top-bottom {
    align-items: flex-start;
  }
  .portal__wrapper-top.portal__wrapper-top-bottom {
    margin-bottom: 16px;
  }
  .portal__image {
    width: 100%;
    margin-bottom: 18px;
  }
  .portal__wrapper-top-title {
    margin-bottom: 16px;
  }
  .portal__wrapper-top-title h2 {
    font-weight: 700;
    font-size: 20px;
  }
  .portal__wrapper-top {
    columns: 1;
    column-gap: 16px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
  }
  .portal {
    padding: 40px 0;
  }
  .tagline__item {
    margin-bottom: 34px;
  }
  .tagline__wrtxt-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
    display: block;
  }
  .tagline__wrtxt p {
    font-weight: 400;
    font-size: 15px;
  }
  .tagline__item picture {
    height: 200px;
    width: 100%;
    margin-bottom: 26px;
  }
  .tagline__title {
    margin-bottom: 24px;
  }
  .tagline {
    padding: 42px 0;
  }
  .what-expect__item-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .what-expect__item:nth-child(2n) .what-expect__item-title {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }
  .what-expect__item:nth-child(2n) .what-expect__item-txtwr {
    text-align: left;
  }
  .what-expect__item-txtwr p {
    font-weight: 400;
    font-size: 15px;
  }
  .what-expect__item:nth-child(2n) {
    flex-direction: column;
  }
  .what-expect__circle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
  }
  .what-expect__circle {
    position: absolute;
    top: 34px;
    left: -26px;
  }
  .what-expect__circle span:before {
    display: none;
  }
  .what-expect__circle span:after {
    display: none;
  }
  .what-expect__circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 23px;
  }
  .what-expect__circle:after {
    display: none;
  }
  .what-expect__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: #a0d911;
    z-index: 2;
  }
  .what-expect__wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 42px;
  }
  .what-expect__item {
    gap: 26px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
  }
  .what-expect__item-content {
    width: 100%;
  }
  .what-expect__item picture {
    height: 200px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  .what-expect__title {
    margin-bottom: 18px;
  }
  .title-block__bot {
    font-weight: 400;
    font-size: 15px;
  }
  .what-expect {
    padding: 40px 0;
  }
  .tabs__content p {
    font-weight: 400;
    font-size: 12px;
  }
  .tabs__btn .text {
    font-weight: 700;
    font-size: 11px;
  }
  .tabs__btn .number {
    font-weight: 700;
    font-size: 32px;
  }
  .tabs__item {
    width: 40px;
  }
  .tabs__btn {
    border: 1px solid #f4ffb8;
    width: 40px;
    padding: 10px 3px;
    flex-shrink: 0;
  }
  .coach__txtwr span {
    font-weight: 700;
    font-size: 16px;
  }
  .coach__title {
    margin-bottom: 8px;
  }
  .coach {
    padding: 40px 0;
  }
  a.button.choose__primary {
    font-size: 14px;
    padding: 6px 18px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .choose__txtwr p {
    font-weight: 400;
    font-size: 15px;
  }
  .choose__item picture {
    width: 100%;
    height: 200px;
  }
  .choose__item-title-h {
    font-weight: 700;
    font-size: 18px;
  }
  .choose__title {
    margin-bottom: 18px;
  }
  .title-block h2 {
    font-size: 20px;
  }
  .title-block__top {
    font-weight: 400;
    font-size: 16px;
  }
  .choose {
    background: rgba(252, 255, 230, 0.5);
    padding: 42px 0;
  }
  .about__item picture {
    width: 100%;
    height: 200px;
  }
  .about {
    padding: 29px 0 42px;
  }
  .about__title h2 {
    font-size: 20px;
    font-weight: 700;
  }
  .about__wrtxt-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .about__wrtxt p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
  }
  .about__item {
    margin-bottom: 34px;
    gap: 26px;
  }
  .container {
    max-width: 576px;
    padding: 0 19px;
  }
  .header__wrap {
    padding: 0 16px;
  }
  .logo__text {
    font-size: 14px;
    padding-right: 4px;
    margin-right: 4px;
  }
  .logo__subtext {
    font-size: 7px;
  }
  .lang-select__current {
    font-size: 14px;
  }
  .button {
    font-weight: 500;
    font-size: 11px;
    line-height: 160%;
    text-transform: uppercase;
    color: #000;
    transition: all 0.3s;
    border-radius: 50px;
    padding: 6px 8px;
    white-space: nowrap;
  }
  .header__select {
    margin-left: 0;
    margin-top: -2px;
  }
  .logo__text:before {
    height: 10px;
  }
  .hero__cintent-text {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .hero__cintent-title p {
    font-weight: 900;
    font-size: 48px;
  }
  .hero__cintent-title span {
    font-weight: 500;
    font-size: 32px;
  }
  .hero__cintent-bottxt {
    font-weight: 400;
    font-size: 16px;
  }
  a.hero__link.button {
    font-size: 14px;
    padding: 6px 16px;
  }
  .hero {
    min-height: 450px;
    height: auto;
  }
  .hero__cintent:before {
    width: 128px;
    height: 174px;
    transform: translate(-37%, 60%);
    background-size: contain;
  }
  .hero__cintent:after {
    width: 128px;
    height: 174px;
    transform: translate(37%, 60%);
    background-size: contain;
  }
  .hero__slide-img {
    width: 100%;
    height: 50px;
  }
  .heroslider {
    margin-top: -33px;
  }
  .header button.button.button--primary {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brochure__wrapper picture {
    position: absolute;
    top: -165px;
    right: -32px;
    width: 281px;
    height: 165px;
    bottom: 53px;
    background-size: cover;
  }
  .brochure__wrapper picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .revblock__itembtn {
    margin-top: 32px;
  }
  .breadcrumbs {
    padding: 8px 0;
  }
}
@media (max-width: 575px) {
  .header__wrap {
    padding: 0px 4px 0 8px;
  }
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
}