@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-Medium.woff2) format("woff2"), url(../fonts/Geometria-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-Heavy.woff2) format("woff2"), url(../fonts/Geometria-Heavy.woff) format("woff");
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-Bold.woff2) format("woff2"), url(../fonts/Geometria-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
  }
  * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }
  body,
  html {
    scroll-behavior: smooth;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
  }
  .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    height: 100%;
    position: relative;
  }
  body {
    background: url(../images/background.jpg) no-repeat 50%;
    background-size: cover;
  }
  img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  button,
  input,
  textarea {
    font-family: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0);
  }
  span {
    color: inherit;
  }
  svg {
    width: 100%;
    height: 100%;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  .wpcf7-response-output,
  label.error {
    display: none !important;
  }
  .error {
    background: rgba(255, 0, 0, 0.3) !important;
  }
  .nav {
    padding-top: 10px;
  }
  .nav .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav .container,
  .nav__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav__logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav__logo__image {
    width: 89px;
    height: 90px;
    margin-right: 15px;
  }
  .nav__logo__tagline {
    font-family: Geometria;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .nav__logo__tagline span:first-child {
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 2.8rem;
  }
  .nav__logo__tagline span:nth-child(3) {
    color: #ffce00;
  }
  .nav__contacts__phone {
    font-size: 2.2rem;
    font-family: Geometria;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav__contacts__phone:hover {
    color: #ff2828;
  }
  .nav__contacts__address,
  .nav__order__time {
    font-size: 1.8rem;
    font-family: Geometria;
    font-weight: 500;
    line-height: 2rem;
  }
  .nav__order__time {
    margin-bottom: 10px;
  }
  .nav__order__button {
    position: relative;
    overflow: hidden;
    padding: 3px 19px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #082725;
    background: #ffce00;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav__order__button:hover {
    background: #ffce00;
  }
  .nav__burger {
    width: 49px;
    height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }
  .nav__burger:hover .nav__burger__bar:first-child {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .nav__burger:hover .nav__burger__bar:nth-child(3) {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  .nav__burger__bar {
    height: 4px;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header {
    padding-top: 158px;
    background: url(../images2/fon2.png) no-repeat 0 0;
    margin-top: -100px;
    padding-bottom: 48px;
  }
  .header__title {
    font-family: Sportrop;
    font-weight: 900;
    font-size: 12.4rem;
    line-height: 12rem;
    color: #ffce00;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    display: inline-block;
    position: relative;
    margin-bottom: 43px;
  }
  .header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__text {
    font-size: 2rem;
    line-height: 2.8rem;
    max-width: 655px;
  }
  .header__video {
    background: url(../images/header_video.png) no-repeat 0 0;
    background-size: cover;
    height: 289px;
    width: 457px;
    margin-left: auto;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
  }
  .gallery,
  .header__video {
    overflow: hidden;
  }
  .gallery__title {
    font-size: 5.8rem;
    font-family: Geometria;
    line-height: 6.4rem;
    font-weight: 500;
    margin-bottom: 60px;
  }
  .gallery__title span {
    font-weight: 900;
    color: #ffce00;
  }
  .gallery__slider {
    position: relative;
    margin: 0 auto;
    max-width: 945px;
  }
  .gallery__slider .owl-stage-outer {
    overflow: visible;
  }
  .gallery__slider .owl-item {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .gallery__slider .owl-item:not(.active) {
    opacity: 0.2;
  }
  .gallery__slider__inner {
    width: 100%;
  }
  .gallery__slider__item {
    height: 482px;
  }
  .gallery__slider__controls {
    position: absolute;
    width: 100%;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    left: 0;
  }
  .gallery__slider__control {
    height: 72px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    top: 0;
  }
  .gallery__slider__control:first-child {
    left: -100px;
  }
  .gallery__slider__control:nth-child(2) {
    right: -100px;
  }
  .gallery__slider__control:hover path {
    fill: #ffce00;
  }
  .gallery__slider__control path {
    fill: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer {
    padding-bottom: 34px;
    padding-top: 60px;
  }
  .footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__socials {
    margin-top: 33px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__socials,
  .footer__socials__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__socials__item {
    background: #ffce00;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer__socials__item:hover {
    background: #ffce00;
  }
  .footer__socials__item:last-child {
    margin-right: 0;
  }
  .footer__socials__item svg {
    width: 70%;
  }
  .footer__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__menu__title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .footer__menu__link {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer__menu__link:hover {
    color: #ff2828;
  }
  .footer__menu__link:last-child {
    margin-bottom: 0;
  }
  .footer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__info__title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .footer__info a,
  .footer__info span {
    font-family: Geometria;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
  .footer__info a:last-child,
  .footer__info span:last-child {
    margin-bottom: 0;
  }
  .footer__info a {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .footer__info a:hover {
    color: #ff2828;
  }
  .this {
    height: 580px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images2/fon5.png) no-repeat 20%;
  }
  .this .container {
    height: auto;
  }
  .this__title {
    font-size: 5.8rem;
    font-family: Geometria;
    line-height: 6.4rem;
    font-weight: 500;
    margin-bottom: 66px;
  }
  .this__title span {
    font-weight: 900;
    color: #ffce00;
  }
  .this__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
  }
  .this__list__item {
    font-size: 2rem;
    line-height: 3.2rem;
    padding-top: 29px;
    position: relative;
  }
  .this__list__item:before {
    content: "";
    background: #ffce00;
    height: 8px;
    width: 66px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .atm {
    padding-bottom: 74px;
    padding-top: 34px;
    position: relative;
  }
  .atm__bg {
    position: absolute;
    width: 1039px;
    height: 1040px;
    background: url(../images2/fon3.png) no-repeat 50%;
    top: 0;
    left: 0;
  }
  .atm__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .atm__top__title {
    font-size: 5.8rem;
    font-family: Geometria;
    line-height: 6.4rem;
    font-weight: 500;
  }
  .atm__top__title span {
    font-weight: 900;
    color: #ffce00;
  }
  .atm__top__slider {
    position: relative;
    width: 652px;
  }
  .atm__top__slider__item {
    height: 414px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    overflow: hidden;
  }
  .atm__top__slider__item img {
    -o-object-position: center top;
    object-position: center top;
  }
  .atm__top__slider__controls {
    position: absolute;
    width: 100%;
    top: -webkit-calc(45% - 20px);
    top: calc(45% - 20px);
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .atm__top__slider__control {
    height: 72px;
    width: 40px;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .atm__top__slider__control:hover path {
    fill: #ffce00;
  }
  .atm__top__slider__control path {
    fill: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .atm__top__slider__dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
  }
  .atm__top__slider__dots button {
    width: 22px;
    height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;
  }
  .atm__top__slider__dots button:last-child {
    margin-right: 0;
  }
  .atm__top__slider__dots button.active {
    background: #ffce00;
    border-color: #ffce00;
  }
  .atm__bottom {
    margin-top: 352px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .atm__bottom__vip {
    background: url(../images/vip.svg) no-repeat 50%;
    background-size: contain;
    width: 567px;
    height: 230px;
    position: absolute;
    right: 0;
    top: -165px;
  }
  .atm__bottom__dots {
    width: 593px;
    height: 503px;
    background: url(../images/atm_dots.png) no-repeat 50%;
    position: absolute;
    top: -83px;
    right: 59px;
  }
  .atm__bottom__info {
    padding-left: 25px;
  }
  .atm__bottom__image {
    width: 636px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
  }
  .atm__bottom__image img {
    -webkit-border-radius: 9px;
    border-radius: 9px;
    position: relative;
    z-index: 1;
  }
  .atm__bottom__title {
    font-size: 5.8rem;
    font-family: Geometria;
    line-height: 6.4rem;
    font-weight: 500;
    margin-bottom: 24px;
  }
  .atm__bottom__title span {
    font-weight: 900;
    color: #ffce00;
  }
  .atm__bottom__desc {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 45px;
  }
  .atm__bottom__button {
    position: relative;
    overflow: hidden;
    font-size: 1.8rem;
    font-weight: 700;
    color: #082725;
    background: #ffce00;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 15px 28px;
  }
  .atm__bottom__button:hover {
    background: #ffce00;
  }
  .pdf {
    padding-top: 160px;
    padding-bottom: 120px;
    position: relative;
  }
  .pdf__bg {
    width: 1046px;
    height: 1046px;
    background: url(../images2/fon4-min.png) no-repeat 50%;
    position: absolute;
    right: 0;
    top: 105px;
  }
  .pdf__title {
    font-size: 5.8rem;
    font-family: Geometria;
    line-height: 6.4rem;
    font-weight: 500;
    margin-bottom: 60px;
  }
  .pdf__title span {
    font-weight: 900;
    color: #ffce00;
  }
  .pdf__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
  }
  .pdf__list,
  .pdf__list__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pdf__list__controls {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
  }
  .pdf__list__control {
    height: 72px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 3;
  }
  .pdf__list__control:first-child {
    left: 0;
  }
  .pdf__list__control:nth-child(2) {
    right: 0;
  }
  .pdf__list__control:hover path {
    fill: #ffce00;
  }
  .pdf__list__control path {
    fill: #fff;
  }
  .pdf__list__item {
    margin-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pdf__list__item:hover .pdf__list__name {
    color: #ff2828;
  }
  .pdf__list__item:hover .pdf__list__name:before {
    opacity: 0;
  }
  .pdf__list__item:last-child {
    margin-right: 0;
  }
  .pdf__list__name {
    font-family: Geometria;
    font-weight: 700;
    font-size: 3.8rem;
    position: relative;
    padding-bottom: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .pdf__list__name:before {
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    bottom: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: url(../images/menu-border.png) no-repeat 0;
  }
  .select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
  }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 55px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
  }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
  }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-container .select2-search--inline {
    float: left;
  }
  .select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
  }
  .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-dropdown {
    background-color: #3e3e3e;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
  }
  .select2-results {
    display: block;
  }
  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .select2-results__option {
    padding: 6px 6px 6px 15px;
    font-size: 1.2rem;
    font-weight: 700;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-results__option[aria-selected] {
    cursor: pointer;
  }
  .select2-container--open .select2-dropdown {
    left: 0;
  }
  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--open .select2-dropdown--below {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-search--dropdown {
    display: block;
    padding: 4px;
  }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-search--dropdown.select2-search--hide {
    display: none;
  }
  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
  }
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  .select2-container--default .select2-selection--single {
    border: 2px solid #fff;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 2rem;
    color: #919191;
    line-height: 55px;
  }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 22px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../images/select-arrow.png) no-repeat 50%;
    width: 10px;
    height: 7px;
  }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
  }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888;
    border-width: 0 4px 5px;
  }
  .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: text;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
  }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
  }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
  }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
  }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
  }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
  }
  .select2-container--default .select2-search--inline .select2-search__field {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }
  .select2-container--default .select2-results__option[role="group"] {
    padding: 0;
  }
  .select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
  }
  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
  }
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  .order__form {
    background: #171717;
    padding: 41px 20px 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .order__title {
    font-size: 5.8rem;
    font-family: Geometria;
    line-height: 6.4rem;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
  }
  .order__title span {
    font-weight: 900;
    color: #ffce00;
  }
  .order__note {
    font-size: 2rem;
    text-align: center;
  }
  .order__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .order__group:first-child {
    margin-bottom: 14px;
  }
  .order__group span.select2-container:nth-child(2) {
    margin-right: 10px;
  }
  .order__group input {
    border: 2px solid #fff;
    font-size: 2rem;
    color: #fff;
    height: 55px;
    width: 100%;
    text-indent: 14px;
  }
  .order__group input:placeholder {
    color: #919191;
  }
  .order__group input:first-child {
    margin-right: 10px;
  }
  .order__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .order__button {
    position: relative;
    overflow: hidden;
    font-size: 1.8rem;
    color: #082725;
    background: #ffce00;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 15px 28px;
    cursor: pointer;
    margin-bottom: 30px;
    font-family: Geometria;
    font-weight: 700;
    margin-top: 22px;
  }
  .order__button:hover {
    background: #ffce00;
  }
  .order__fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 555px;
  }
  .modal-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    display: none;
  }
  .modal-menu__fade {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
  }
  .modal-menu__content {
    position: relative;
    z-index: 7;
  }
  .modal-menu__inner {
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal-menu__inner,
  .modal-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .modal-menu__list a {
    font-size: 4.8rem;
    font-family: Geometria;
    font-weight: 500;
    color: #fff;
    margin-bottom: 36px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .modal-menu__list a:hover {
    color: #ffce00;
  }
  .modal-menu__list a:last-child {
    margin-bottom: 0;
  }
  .modal-menu__socials {
    margin-top: 50px;
  }
  .modal-menu__socials,
  .modal-menu__socials__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-menu__socials__item {
    background: #ffce00;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .modal-menu__socials__item:hover {
    background: #ffce00;
  }
  .modal-menu__socials__item:last-child {
    margin-right: 0;
  }
  .modal-menu__socials__item svg {
    width: 60%;
  }
  .contacts {
    padding-top: 52px;
    margin-bottom: 52px;
  }
  .contacts__title {
    font-size: 5.8rem;
    font-family: Geometria;
    line-height: 6.4rem;
    font-weight: 500;
    margin-bottom: 39px;
  }
  .contacts__title span {
    font-weight: 900;
    color: #ffce00;
  }
  .contacts__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    margin-bottom: 60px;
  }
  .contacts__list__title {
    font-size: 3.8rem;
    font-family: Geometria;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .contacts__list__desc {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: Geometria;
    line-height: 2.6rem;
  }
  .contacts__map {
    height: 432px;
  }
  #close path {
    fill: #63e2d9;
  }
  .modal-thanks {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 5;
  }
  .modal-thanks__fade {
    background: rgba(0, 0, 0, 0.7);
    z-index: 6;
  }
  .modal-thanks__fade,
  .modal-thanks__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal-thanks__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
  }
  .modal-thanks__content,
  .modal-thanks__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-thanks__content {
    background: #171717;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 42px 20px;
    max-width: 500px;
    position: relative;
    z-index: 7;
  }
  .modal-thanks__title {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .modal-thanks__sub {
    font-size: 1.8rem;
    text-align: center;
  }
  .modal-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    display: none;
  }
  .modal-form__fade {
    background: rgba(0, 0, 0, 0.7);
    z-index: 6;
  }
  .modal-form__fade,
  .modal-form__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal-form__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
  }
  .modal-form__form,
  .modal-form__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-form__form {
    background: #171717;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 42px 20px;
    max-width: 1140px;
    position: relative;
    z-index: 7;
  }
  .modal-form__close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
  .modal-form__title {
    font-size: 5.8rem;
    font-family: Geometria;
    line-height: 6.4rem;
    font-weight: 500;
    margin-bottom: 6px;
  }
  .modal-form__title span {
    font-weight: 900;
    color: #ffce00;
  }
  .modal-form__sub {
    font-size: 2rem;
    margin-bottom: 36px;
    text-align: center;
  }
  .modal-form__note {
    font-size: 1.6rem;
    color: #b7b7b7;
    line-height: 2.6rem;
    max-width: 460px;
    text-align: center;
  }
  .modal-form__note a {
    text-decoration: underline;
  }
  .modal-form__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .modal-form__group:first-child {
    margin-bottom: 14px;
  }
  .modal-form__group span.select2-container:nth-child(2) {
    margin-right: 10px;
  }
  .modal-form__group input {
    border: 2px solid #fff;
    font-size: 2rem;
    color: #fff;
    height: 55px;
    width: 100%;
    text-indent: 14px;
  }
  .modal-form__group input:placeholder {
    color: #919191;
  }
  .modal-form__group input:first-child {
    margin-right: 10px;
  }
  .modal-form__button {
    position: relative;
    overflow: hidden;
    font-size: 1.8rem;
    color: #082725;
    background: #ffce00;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 15px 28px;
    cursor: pointer;
    font-family: Geometria;
    font-weight: 700;
    margin-top: 22px;
  }
  .modal-form__button:hover {
    background: #ffce00;
  }
  .modal-form__fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 555px;
    margin-bottom: 32px;
  }
  @media (max-width: 1140px) {
    .container {
      max-width: 970px;
    }
    .gallery__slider__control:first-child {
      left: 0;
    }
    .gallery__slider__control:nth-child(2) {
      right: 0;
    }
    .atm {
      overflow: hidden;
    }
    .atm__bottom__image,
    .atm__top__slider {
      width: 450px;
    }
    .pdf {
      overflow: hidden;
    }
    .pdf__list__name {
      font-size: 3rem;
    }
    .order__form {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .order__content {
      width: 100%;
    }
    .order__content,
    .order__title {
      margin-bottom: 25px;
    }
    .order__title br {
      display: none;
    }
    .order__fields {
      max-width: none;
      width: 100%;
    }
  }
  @media (max-width: 970px) {
    .container {
      max-width: none;
      padding: 0 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .nav__order {
      display: none;
    }
    .header__title {
      font-size: 8rem;
      line-height: 8rem;
    }
    .this__list {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 30px;
    }
    .atm__top {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .atm__top__title {
      margin-bottom: 25px;
      width: 100%;
    }
    .atm__top__title br {
      display: none;
    }
    .atm__top__slider {
      width: 100%;
    }
    .atm__bottom {
      margin-top: 150px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .atm__bottom__image {
      width: 100%;
      height: 250px;
      margin-bottom: 25px;
    }
    .atm__bottom__info {
      padding-left: 0;
    }
  }
  @media (max-width: 767px) {
    .nav__burger {
      width: 35px;
      height: 28px;
    }
    .nav__burger__bar {
      height: 2px;
    }
    .header__title {
      font-size: 5rem;
      line-height: 5rem;
    }
    .header__content {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .header__text {
      width: 100%;
      max-width: none;
      margin-top: 15px;
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5;
    }
    .header__video {
      width: 100%;
      height: 200px;
    }
    .gallery__title {
      font-size: 3.5rem;
      line-height: 4.2rem;
    }
    .gallery__slider__item {
      height: 250px;
    }
    .this__title {
      font-size: 3.5rem;
      line-height: 4.2rem;
    }
    .this__list__item {
      font-size: 1.5rem;
      line-height: 2.2rem;
    }
    .atm__bottom__title,
    .atm__top__title {
      font-size: 3.5rem;
      line-height: 4.2rem;
    }
    .atm__top__slider__item {
      height: 250px;
    }
    .order__title,
    .pdf__title {
      font-size: 3.5rem;
      line-height: 4.2rem;
    }
    .modal-menu__list a {
      font-size: 2.5rem;
      margin-bottom: 15px;
    }
    .modal-menu__socials {
      margin-top: 25px;
    }
    .modal-menu__socials__item {
      height: 25px;
      width: 25px;
    }
    .contacts__title {
      font-size: 3.5rem;
      line-height: 4.2rem;
    }
    .contacts__list {
      grid-template-columns: 1fr;
      grid-row-gap: 30px;
    }
    .contacts__map {
      height: 250px;
    }
    .modal-form__title {
      font-size: 3.5rem;
      line-height: 4.2rem;
    }
  }
  @media (max-width: 560px) {
    .nav__logo__image {
      height: 50px;
      width: 50px;
    }
    .nav__contacts__phone {
      font-size: 1.5rem;
    }
    .nav__contacts__address {
      font-size: 1.4rem;
    }
    .footer__socials__item {
      height: 25px;
      width: 25px;
    }
    .footer__logo__image {
      height: 50px;
      width: 50px;
    }
    .footer__contacts__phone {
      font-size: 1.5rem;
    }
    .footer__contacts__address {
      font-size: 1.4rem;
    }
  }
  @media (max-width: 430px) {
    .nav .container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .nav__contacts {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5;
      width: 100%;
      text-align: center;
      margin-top: 10px;
    }
  }
  @media (max-width: 550px) {
    .header__title {
      font-size: 3.5rem;
      line-height: 3.5rem;
    }
    .header__text {
      font-size: 1.5rem;
      line-height: 2rem;
    }
    .order__group {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .order__group span.select2-container:nth-child(2) {
      margin-right: 0;
      margin-bottom: 14px;
    }
    .order__group input:first-child {
      margin-right: 0;
      margin-bottom: 14px;
    }
    .modal-form__group {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .modal-form__group span.select2-container:nth-child(2) {
      margin-right: 0;
      margin-bottom: 14px;
    }
    .modal-form__group input:first-child {
      margin-right: 0;
      margin-bottom: 14px;
    }
  }
  @media (max-width: 540px) {
    .gallery__title {
      font-size: 2.8rem;
      line-height: 3.3rem;
    }
    .gallery__slider__control {
      height: 50.4px;
      width: 28px;
    }
    .atm__bottom__title,
    .atm__top__title,
    .this__title {
      font-size: 2.8rem;
      line-height: 3.3rem;
    }
    .atm__top__slider__control {
      height: 50.4px;
      width: 28px;
    }
    .atm__bottom__button {
      font-size: 1.5rem;
    }
    .pdf__title {
      font-size: 2.8rem;
      line-height: 3.3rem;
    }
    .pdf__list__control {
      height: 50.4px;
      width: 28px;
    }
    .contacts__title,
    .modal-form__title,
    .order__title {
      font-size: 2.8rem;
      line-height: 3.3rem;
    }
  }
  @media (max-width: 880px) {
    .footer .container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .footer__info {
      width: 100%;
      margin-top: 25px;
    }
    .footer__info br {
      display: none;
    }
  }
  @media (max-width: 400px) {
    .this__list {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 850px) {
    .pdf__list {
      padding-left: 50px;
      padding-right: 50px;
    }
    .pdf__list__name {
      font-size: 2.5rem;
    }
  }
  @media (max-width: 720px) {
    .pdf__list {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .pdf__list__item {
      margin-right: 0;
      width: 100%;
      margin-bottom: 15px;
    }
    .pdf__list__item:last-child {
      margin-bottom: 0;
    }
    .pdf__list__image {
      width: 100%;
    }
    .pdf__list__image img {
    }
  }
  @font-face {
    font-family: "Sportrop";
    src: url("../fonts/Sportrop-Regular.woff2") format("woff2"), url("../fonts/Sportrop-Regular.woff") format("woff"), url("../fonts/Sportrop-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  .nav__logo__tagline span:first-child {
    font-family: Sportrop;
    color: #ffce00;
  }
  @media (max-width: 767px) {
    .pdf {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .atm__bottom {
      margin-top: 40px;
    }
    .order__form {
      margin-top: 40px;
    }
    .atm__bottom__info {
      margin-top: 30px;
    }
    .header__title {
      display: none;
    }
    .subscribe {
      padding: 10px 20px;
    }
    .footer__menu__title {
      margin-top: 20px;
    }
  }
  
.reserve_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}

.offer__content__list form {
  display: flex;
  flex-direction: column;
  background: rgba(0,0,0, 0.8);
  padding: 40px;
  border-radius: 15px;
}

.offer__content__list label {
  font-weight: bold;
  margin-bottom: 5px;
}

.offer__content__list input[type="text"],
.offer__content__list input[type="datetime-local"],
.offer__content__list select {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: black;
  background-color: #ffce00;
  border: 1px solid rgba(255, 206, 0, 0.5);
}

.offer__content__list input[type="text"]:focus,
.offer__content__list input[type="datetime-local"]:focus,
.offer__content__list select:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.offer__content__list button[type="submit"] {
  background-color: #ffce00;
  color: black;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 200px;
  margin: 35px auto 0;
}

.offer__content__list button[type="submit"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}

.offer__content__list button[type="submit"]:hover:before {
  width: 200px;
  height: 200px;
}

.offer__content__list textarea {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: black;
  background-color: #ffce00;
  border: 1px solid rgba(255, 206, 0, 0.5);
  height: 60px;
}

.offer__content__list input[type="text"]:focus,
.offer__content__list input[type="datetime-local"]:focus,
.offer__content__list textarea:focus,
.offer__content__list select:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.reserve_form .modal-form__close svg {
  fill: #ffce00;
}

.offer__content1 {
  position: relative;
}

.reserve-page .offer__content1 {
  max-width: 600px;
  margin: 40px auto 0;
}

.reserve-page .offer__content__list form {
  background: none;
}