@charset "UTF-8";
@font-face {
  font-family: "EngraversGothic";
  src: url("../fonts/EngraversGothic.woff") format("woff"), url("../fonts/EngraversGothic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EngraversGothic";
  src: url("../fonts/EngraversGothic-Bold.woff") format("woff"), url("../fonts/EngraversGothic-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Robotolight.woff2") format("woff2"), url("../fonts/Robotolight.woff") format("woff"), url("../fonts/Robotolight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto.woff2") format("woff2"), url("../fonts/Roboto.woff") format("woff"), url("../fonts/Roboto.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Robotomedium.woff2") format("woff2"), url("../fonts/Robotomedium.woff") format("woff"), url("../fonts/Robotomedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Robotobold.woff2") format("woff2"), url("../fonts/Robotobold.woff") format("woff"), url("../fonts/Robotobold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PF Regal Display Pro";
  src: local("PF Regal Display Pro Italic"), local("PF-Regal-Display-Pro-Italic"), url("../fonts/PFRegalDisplayPro-Italic.woff2") format("woff2"), url("../fonts/PFRegalDisplayPro-Italic.woff") format("woff"), url("../fonts/PFRegalDisplayPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "Roboto", Arial, sans-serif;
  margin: 0;
  min-height: 100vh;
  scroll-behavior: smooth;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}
body.body-black {
  background-color: #000;
}

.main-inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  color: #000;
  font-weight: 300;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main-inner h2 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #101820;
  margin-bottom: 2rem;
}
.main-inner h2.inner-title--white, .main-inner h2.services_title {
  color: #fff;
}
.main-inner p {
  color: #000;
  font-weight: 300;
  font-size: 1rem;
  line-height: 150%;
}
.main-inner b {
  color: #101820;
  font-weight: 500;
}
.main-inner table {
  width: 100%;
  border-collapse: collapse;
}
.main-inner table th {
  background: #101820;
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
  border-right: 1px solid #eaeaea;
  padding: 20px 50px;
}
@media (max-width: 1024px) {
  .main-inner table th {
    padding: 15px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .main-inner table th {
    padding: 15px 10px;
  }
}
.main-inner table th:first-child {
  text-align: left;
}
.main-inner table th:last-child {
  border-right: none;
}
.main-inner table td {
  padding: 20px 50px;
  font-weight: 300;
  font-size: 1rem;
  color: #5e5e5e;
  border: 1px solid #d3d3d3;
  text-align: center;
}
@media (max-width: 1024px) {
  .main-inner table td {
    padding: 15px 15px;
  }
}
@media (max-width: 480px) {
  .main-inner table td {
    padding: 15px 10px;
  }
}
.main-inner table td:first-child {
  text-align: left;
}
.main-inner table td:first-child b {
  font-weight: 500;
}
.main-inner ul {
  list-style: none;
  padding-left: 0;
}
.main-inner ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.main-inner ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #84DADE;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (max-width: 480px) {
  .main-inner ul li:before {
    width: 3px;
    height: 3px;
    top: 6px;
  }
}

ul[class],
ol[class] {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class] {
  margin-top: 0;
}

.uppercase {
  text-transform: uppercase;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.content-wrap {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.no-scroll {
  overflow: hidden;
}

.link {
  color: #84DADE;
}
.link:hover {
  text-decoration: none;
}

.link-no-underline {
  color: #84DADE;
  text-decoration: none;
}
.link-no-underline:hover {
  text-decoration: underline;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1350px) {
  .slick-dots {
    bottom: 40px;
  }
}
@media (max-width: 480px) {
  .slick-dots {
    bottom: 20px;
  }
}
.slick-dots li {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 1px solid transparent;
  margin-right: 12px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active {
  border: 1px solid #84DADE;
}
@media (max-width: 480px) {
  .slick-dots li {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  background: #84DADE;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.breadcrumbs {
  padding-top: 35px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs_item {
  color: #aeaeae;
  text-decoration: none;
  font-weight: 300;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.breadcrumbs_item:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background-image: url(../images/sprite.svg#breadcrumbs);
  background-size: cover;
  background-position: center;
  margin-left: 10px;
}
.breadcrumbs_item:hover {
  color: #101820;
}
.breadcrumbs_item:last-child {
  pointer-events: none;
  color: #84DADE;
}
.breadcrumbs_item:last-child:after {
  display: none;
}

.pt0 {
  padding-top: 0px !important;
}

.cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(18, 40, 64, 0.9);
  color: #fefefe;
  font-weight: 300;
  font-size: 1rem;
  line-height: 119%;
  z-index: 30;
  display: none;
  padding: 29px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .cookie {
    padding: 20px 0;
  }
}
.cookie_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.cookie_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 30px;
}
@media (max-width: 480px) {
  .cookie_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cookie a {
  color: #84DADE;
  text-decoration: none;
}
.cookie a:hover {
  text-decoration: underline;
}
.cookie_text {
  max-width: 1093px;
}
.cookie .modal-form-checkbox {
  margin-right: 0;
  margin-bottom: 0;
}
.cookie .modal-form-checkbox input[type=checkbox]:checked + label,
.cookie .modal-form-checkbox input[type=checkbox]:not(:checked) + label {
  color: #fff;
}
.cookie .modal-form-checkbox input[type=checkbox]:checked + label:before,
.cookie .modal-form-checkbox input[type=checkbox]:not(:checked) + label:before {
  background-color: #fff;
}

.cookie-close {
  width: 169px;
  height: 38px;
  border-radius: 50px;
  font-size: 1rem;
  display: block;
  cursor: pointer;
  color: #6EB7BE;
  border: 1px solid #6EB7BE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cookie-close {
    width: 120px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .cookie-close {
    width: 120px;
    height: 32px;
  }
}
.cookie-close.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.cookie-close:hover {
  background-color: #6EB7BE;
  color: #fff;
}

.xs-font-size {
  font-size: 10px !important;
}
@media (max-width: 480px) {
  .xs-font-size {
    font-size: 9px;
  }
}
.xs-font-size p {
  font-size: 10px !important;
}
@media (max-width: 480px) {
  .xs-font-size p {
    font-size: 9px;
  }
}

.sm-font-size {
  font-size: 0.875rem !important;
}
.sm-font-size p {
  font-size: 0.875rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt80 {
  margin-top: 80px !important;
}
@media (max-width: 480px) {
  .mt80 {
    margin-top: 20px !important;
  }
}

.bg-blue {
  background-color: #1D3157 !important;
}

.color-white {
  color: #fff !important;
}

.text-md {
  font-size: 1.125rem;
}
.text-md p {
  font-size: 1.125rem;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #333;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}
.preloader.active {
  opacity: 1;
  visibility: visible;
}

.preloader-icon {
  margin: auto;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader-icon div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #84DADE;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
@media (max-width: 480px) {
  .preloader-icon div {
    width: 9px;
    height: 9px;
  }
}
.preloader-icon div:nth-child(1) {
  left: 8px;
  -webkit-animation: spin1 0.6s infinite;
  animation: spin1 0.6s infinite;
}
.preloader-icon div:nth-child(2) {
  left: 8px;
  -webkit-animation: spin2 0.6s infinite;
  animation: spin2 0.6s infinite;
}
.preloader-icon div:nth-child(3) {
  left: 32px;
  -webkit-animation: spin2 0.6s infinite;
  animation: spin2 0.6s infinite;
}
.preloader-icon div:nth-child(4) {
  left: 56px;
  -webkit-animation: spin3 0.6s infinite;
  animation: spin3 0.6s infinite;
}

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes spin1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}
@keyframes spin2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}
@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes spin3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@media (max-width: 768px) {
  .bold-on-mobile,
  p.bold-on-mobile {
    font-weight: 500;
  }
}

.img-on-mobile {
  display: none;
}
@media (max-width: 480px) {
  .img-on-mobile {
    display: block;
    width: 100%;
    margin: 18px 0;
  }
}

.bg-beige {
  background-color: #F8F5F2;
}

.bg-ny {
  background-color: #DCE1E3;
  background-image: url(../images/bg-ny.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .bg-ny {
    background-image: url(../images/bg-ny_mob.jpg);
  }
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.text-center {
  text-align: center;
}

.header {
  padding: 27px 0 24px 0;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 25;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1600px) {
  .header {
    padding: 20px 0 18px 0;
  }
}
@media (max-width: 480px) {
  .header {
    padding: 13px 0 0px 0;
    background: #101820;
  }
  .header .h-logo {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .header .h-group-btn {
    opacity: 1;
    visibility: visible;
  }
}
.header--inner {
  background: #101820;
  position: relative;
  z-index: 30 !important;
}
.header--inner .h-logo {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.header_wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header.active {
  background-color: #101820;
}
@media (max-width: 480px) {
  .header.active {
    padding-bottom: 0;
  }
}
.header.active .h-logo {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.header.active .h-group-btn {
  opacity: 1;
  visibility: visible;
}
.header.menu-show {
  background-color: #000;
}
.header.menu-show .h-logo {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.h-logo {
  padding: 0 49px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
@media (max-width: 1500px) {
  .h-logo {
    padding: 0 45px 0 25px;
  }
}
@media (max-width: 480px) {
  .h-logo {
    padding: 0 20px;
  }
}
.h-logo img {
  width: 114px;
  height: 42px;
}
@media (max-width: 480px) {
  .h-logo img {
    width: 90px;
    height: 33px;
  }
}

.h-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1100px) {
  .nav {
    display: none;
  }
}
.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav_link {
  color: #fff;
  font-family: "EngraversGothic", sans-serif;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 15px;
  display: block;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-bottom: 4px;
}
@media (max-width: 1300px) {
  .nav_link {
    padding: 0 6px 3px 6px;
  }
}
.nav_link:hover {
  color: #84DADE;
}
.nav_link--blue {
  color: #84DADE;
}
.nav_link--btn {
  border: 1px solid #84DADE;
  background: transparent;
  color: #84DADE;
  font-size: 0.875rem;
  line-height: 100%;
  padding: 12px 15px 16px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px;
}
@media (max-width: 1300px) {
  .nav_link--btn {
    margin: 0 10px;
    padding: 8px 10px 12px 10px;
  }
}
.nav_link--btn:hover {
  background: #84DADE;
  color: #000;
}
.nav_link--btn_red {
  color: #FC441B;
  border-color: #FC441B;
}
.nav_link--btn_red:hover {
  background: #FC441B;
  color: #fff;
}
.nav_link--new-year {
  color: #84DADE;
  position: relative;
}
.nav_link--new-year:after {
  content: "";
  width: 100%;
  height: 44px;
  display: block;
  background-image: url(../images/new_year_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 100%;
  left: 7px;
}
@media (max-width: 1350px) {
  .nav_link--new-year:after {
    left: 0;
    height: 32px;
  }
}

.h-contact {
  text-align: right;
}
@media (max-width: 768px) {
  .h-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.h-contact_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 9px;
  background-color: #84DADE;
}
.h-contact_item--3d {
  display: none;
}
@media (max-width: 768px) {
  .h-contact_item--3d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.h-contact_address {
  display: block;
  color: #84DADE;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 5px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .h-contact_address {
    font-size: 0;
    line-height: 0;
    width: 32px;
    height: 32px;
    background-image: url(../images/sprite.svg#h-address);
    background-size: cover;
    display: block;
    border-radius: 50%;
    margin-right: 9px;
    margin-bottom: 0;
  }
}
.h-contact_phone {
  font-weight: 300;
  font-size: 1.125rem;
  color: #84DADE;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .h-contact_phone {
    font-size: 0;
    line-height: 0;
    width: 32px;
    height: 32px;
    background-image: url(../images/sprite.svg#h-phone);
    background-size: cover;
    display: block;
    border-radius: 50%;
    margin-bottom: 0;
    pointer-events: auto;
  }
}

.nav-icon {
  cursor: pointer;
  position: relative;
  height: 35px;
  width: 42px;
  margin: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .nav-icon {
    height: 29px;
    width: 36px;
    margin: 0 20px 0 15px;
  }
}
.nav-icon_line, .nav-icon:before, .nav-icon:after {
  height: 3px;
  width: 42px;
  background-color: #84DADE;
  display: block;
}
@media (max-width: 480px) {
  .nav-icon_line, .nav-icon:before, .nav-icon:after {
    height: 2px;
    width: 36px;
  }
}
.nav-icon:before, .nav-icon:after {
  content: "";
}
.nav-icon:before, .nav-icon:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-icon_line {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-icon.active:before {
  -webkit-transform: translateY(14px) rotate(45deg);
  -ms-transform: translateY(14px) rotate(45deg);
  transform: translateY(14px) rotate(45deg);
}
@media (max-width: 480px) {
  .nav-icon.active:before {
    -webkit-transform: translateY(14px) rotate(45deg);
    -ms-transform: translateY(14px) rotate(45deg);
    transform: translateY(14px) rotate(45deg);
  }
}
.nav-icon.active .nav-icon_line {
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.nav-icon.active:after {
  -webkit-transform: translateY(-18px) rotate(-45deg);
  -ms-transform: translateY(-18px) rotate(-45deg);
  transform: translateY(-18px) rotate(-45deg);
}
@media (max-width: 480px) {
  .nav-icon.active:after {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }
}

.menu {
  background: #112337;
  background-image: url(../images/menu_bg.jpg);
  background-size: cover;
  padding: 130px 50px 67px 50px;
  height: 100vh;
  z-index: 20;
  position: fixed;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: auto;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1600px) {
  .menu {
    padding: 100px 30px 20px 30px;
  }
}
@media (max-width: 480px) {
  .menu {
    padding: 130px 0px 100px 0px;
  }
}
.menu.active {
  visibility: visible;
  opacity: 1;
}
.menu.active .menu_columns {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.menu.active .menu-slider {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.menu_wrap {
  margin: auto;
}
.menu_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .menu_columns {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .menu_columns {
    display: block;
    padding-left: 0;
  }
}
.menu_column {
  width: 30%;
}
@media (max-width: 768px) {
  .menu_column {
    width: 100%;
  }
}
.menu_block {
  margin-bottom: 35px;
}
@media (max-width: 1600px) {
  .menu_block {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .menu_block {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .menu_block {
    border-bottom: 1px solid rgba(132, 218, 222, 0.1);
    margin: 0;
    padding: 20px 0 10px 0;
  }
}
.menu_title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
  font-family: "EngraversGothic", sans-serif;
}
@media (max-width: 1024px) {
  .menu_title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .menu_title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.menu_title:hover, .menu_title.active {
  color: #84DADE;
}
.menu_title--red {
  color: #FC441B;
}
.menu_title--new-year {
  color: #84DADE;
  position: relative;
}
.menu_title--new-year:after {
  content: "";
  width: 100%;
  height: 59px;
  display: block;
  background-image: url(../images/new-year-link_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 110%;
  left: -15px;
}
@media (max-width: 1600px) {
  .menu_title--new-year:after {
    height: 55px;
  }
}
@media (max-width: 1350px) {
  .menu_title--new-year:after {
    height: 50px;
    left: -10px;
  }
}
@media (max-width: 1024px) {
  .menu_title--new-year:after {
    height: 45px;
  }
}
@media (max-width: 768px) {
  .menu_title--new-year:after {
    height: 43px;
    left: -9px;
    top: 98%;
  }
}
.menu_link {
  font-weight: 300;
  font-size: 0.875rem;
  text-decoration: none;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .menu_link {
    font-size: 14px;
  }
}
.menu_link:hover, .menu_link.active {
  color: #84DADE;
}

.menu-submenu {
  position: relative;
}
@media (max-width: 768px) {
  .menu-submenu .menu_title {
    padding-right: 50px;
  }
}
.menu-submenu_icon {
  width: 30px;
  height: 30px;
  background-image: url(../images/sprite.svg#submenu-arrow);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 0;
  display: none;
}
@media (max-width: 768px) {
  .menu-submenu_icon {
    display: block;
  }
}
.menu-submenu_icon.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .menu-submenu_wrap {
    display: none;
  }
}

.menu_block--blue .menu_title, .menu_block--blue .menu_link {
  color: #84DADE;
}

.menu-slider {
  padding: 0 40px;
  position: relative;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
}
@media (max-width: 480px) {
  .menu-slider {
    padding: 0 5px;
  }
}
.menu-slider_prev, .menu-slider_next {
  width: 35px;
  height: 35px;
  background-image: url(../images/sprite.svg#slider-arrow);
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
@media (max-width: 480px) {
  .menu-slider_prev, .menu-slider_next {
    width: 25px;
    height: 25px;
  }
}
.menu-slider_prev {
  left: 0;
}
@media (max-width: 480px) {
  .menu-slider_prev {
    left: -20px;
  }
}
.menu-slider_next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}
@media (max-width: 480px) {
  .menu-slider_next {
    right: -20px;
  }
}
.menu-slider_item {
  text-decoration: none;
  margin: 0 10px;
}
@media (max-width: 1600px) {
  .menu-slider .offer-list_title {
    font-size: 1.5rem;
  }
}
.menu-slider .offer-list_item {
  width: 100%;
  margin-bottom: 0;
  background-size: cover;
}
@media (max-width: 1600px) {
  .menu-slider .offer-list_item {
    height: 190px;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .menu-slider .offer-list_item {
    height: 160px;
    padding: 20px;
  }
}

.m-banner {
  background-color: #111;
  height: 226px;
  padding: 40px 55px;
  color: #fff;
  text-decoration: none;
  display: block;
  background-size: cover;
  margin: 0 20px;
}
@media (max-width: 1600px) {
  .m-banner {
    height: 180px;
    padding: 20px 50px;
  }
}
@media (max-width: 480px) {
  .m-banner {
    height: 130px;
    padding: 20px 20px;
    margin: 0 5px;
  }
}
.m-banner--black {
  color: #101820;
}
.m-banner_title {
  font-size: 3.5rem;
  line-height: 100%;
  margin-bottom: 15px;
  font-family: "EngraversGothic", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .m-banner_title {
    font-size: 2.5rem;
  }
}
.m-banner_subtitle {
  font-weight: 300;
  font-size: 1.125rem;
}
@media (max-width: 480px) {
  .m-banner_subtitle {
    font-size: 1rem;
  }
}

.h-group-btn {
  background-color: #122840;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 20px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "EngraversGothic", sans-serif;
}
@media (max-width: 480px) {
  .h-group-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 340px) {
  .h-group-btn {
    padding: 8px 20px;
  }
}

.h-btn {
  width: 49%;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 90px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  background: none;
  text-decoration: none;
  padding-bottom: 2px;
}
@media (max-width: 340px) {
  .h-btn {
    font-size: 10px;
  }
}

.tree {
  display: none;
  /*@media (max-width: 480px) {
    margin-right: 10px;
  }*/
}
@media (max-width: 768px) {
  .tree {
    display: block;
    margin-right: 7px;
  }
}

.footer {
  background-color: #101820;
  padding: 0 10px;
}
.footer_content-wrap {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
}
.footer_top {
  padding: 78px 0 53px 0;
  border-bottom: 1px solid #2B2B2B;
}
@media (max-width: 480px) {
  .footer_top {
    padding-bottom: 25px;
  }
}
.footer_top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer_top-list {
    display: block;
  }
}
.footer_column {
  width: 17%;
}
@media (max-width: 1024px) {
  .footer_column {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer_bottom {
  padding: 30px 0 40px 0;
}
@media (max-width: 480px) {
  .footer_bottom {
    padding-top: 15px;
  }
}

.f-logo {
  margin-bottom: 30px;
  display: block;
}
.f-logo img {
  width: 134px;
  height: 50px;
}

.f-contact {
  color: #C4C4C4;
  font-size: 0.875rem;
  line-height: 143%;
}
.f-contact_item {
  margin-bottom: 20px;
}
.f-contact_item a {
  color: #C4C4C4;
  text-decoration: none;
}

.f-soc {
  font-size: 0.875rem;
  color: #C4C4C4;
}
.f-soc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .f-soc_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .f-soc_list--desc {
    display: none;
  }
}
.f-soc_list--mob {
  display: none;
}
@media (max-width: 480px) {
  .f-soc_list--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.f-soc_item {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 30px;
}
.f-soc_item:last-child {
  margin-right: 0;
}
.f-soc_item:hover {
  opacity: 0.8;
}
.f-soc_item.vk {
  width: 31px;
  height: 30px;
  background-image: url(../images/sprite.svg#vk_blue);
}

.f-soc_list--small .f-soc_item {
  margin-right: 28px;
}
.f-soc_list--small .f-soc_item:last-child {
  margin-right: 0;
}
.f-soc_list--small .f-soc_item.vk {
  width: 25px;
  height: 25px;
}
.f-soc_list--small .f-soc_item.vk:hover {
  background-image: url(../images/sprite.svg#vk_blue);
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .f-nav {
    display: none;
  }
}
.f-nav_block {
  margin-bottom: 30px;
}
.f-nav_title {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 25px;
  display: block;
  font-family: "EngraversGothic", sans-serif;
  text-transform: uppercase;
}
.f-nav_title:hover {
  color: #84DADE;
}
.f-nav_link {
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 300;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.f-nav_link:hover {
  color: #84DADE;
}

.dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #D3D3D3;
  font-weight: 300;
  font-size: 10px;
  text-decoration: none;
}
.dev:hover span {
  text-decoration: none;
}
.dev span {
  text-decoration: underline;
}
.dev img {
  margin-left: 20px;
}

.footer-bottom_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer-bottom_wrap {
    display: block;
  }
}

.qr-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .qr-block {
    margin-right: 0;
    margin-bottom: 36px;
  }
}
@media (max-width: 480px) {
  .qr-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.qr-block_item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 26px;
}
@media (max-width: 480px) {
  .qr-block_item {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
.qr-block_text {
  font-size: 0.75rem;
  color: #B3B3B3;
  line-height: 160%;
}
@media (max-width: 480px) {
  .qr-block_text {
    width: 100%;
    margin-top: 10px;
  }
}

.f-blue-links-block {
  margin-top: 70px;
}
@media (max-width: 1300px) {
  .f-blue-links-block {
    margin-top: 40px;
  }
}
.f-blue-links-block_item {
  color: #84DADE;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 300;
}
.f-blue-links-block_item:hover {
  text-decoration: underline;
}

.main-screen {
  max-width: 1920px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  min-height: 650px;
  background-color: #333;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main-screen {
    padding: 170px 0 0px 0;
    height: auto;
  }
}
@media (max-width: 480px) {
  .main-screen {
    min-height: 550px;
    height: 100vh;
    padding: 150px 0 0px 0px;
  }
}
.main-screen:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main-screen_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-screen_img--mob {
  display: none;
}
@media (max-width: 480px) {
  .main-screen_img--mob {
    display: block;
  }
}
@media (max-width: 480px) {
  .main-screen_img--desc {
    display: none;
  }
}
@media (max-width: 1024px) {
  .main-screen_img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.main-logo-wrap {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 480px) {
  .main-logo-wrap {
    top: 50%;
  }
}
.main-logo-wrap .big-logo {
  margin: 0 auto;
}

.big-logo {
  width: 454px;
  height: 167px;
}
@media (max-width: 480px) {
  .big-logo {
    width: 220px;
    height: 81px;
  }
}
.big-logo.hidden {
  opacity: 0;
  top: 45%;
}
@media (max-width: 1024px) {
  .big-logo.hidden {
    top: auto;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }
}

.ms-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
  font-family: "EngraversGothic", sans-serif;
}
@media (max-width: 480px) {
  .ms-group-btn {
    display: none;
  }
}
.ms-group-btn .ms-btn:first-child {
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .ms-group-btn .ms-btn:first-child {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .ms-group-btn .ms-btn:first-child {
    margin-right: 10px;
  }
}

.ms-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(132, 218, 222, 0.8);
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1D3157;
  width: 302px;
  height: 62px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-bottom: 3px;
}
@media (max-width: 1024px) {
  .ms-btn {
    width: 280px;
    height: 58px;
  }
}
@media (max-width: 768px) {
  .ms-btn {
    width: 260px;
    height: 56px;
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .ms-btn {
    width: 231px;
  }
}
.ms-btn:hover {
  background: rgb(132, 218, 222);
}

.black-btn {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  background: #000000;
  border: 1px solid #000;
  padding: 24px 42px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 480px) {
  .black-btn {
    padding: 22px 15px;
  }
}
.black-btn:hover {
  background: #fff;
  color: #000;
}

.btn-border {
  border: 1px solid #04ABCF;
  color: #04ABCF;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 12px 55px 17px 55px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "EngraversGothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  background-color: transparent;
}
@media (max-width: 480px) {
  .btn-border {
    padding: 10px 35px 15px 35px;
  }
}
.btn-border:hover {
  background: #04ABCF;
  color: #fff;
  text-decoration: none !important;
}
.btn-border.btn-border--disabled {
  opacity: 0.2;
  pointer-events: none;
}

.btn-border-black {
  border: 1px solid #000;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 55px 15px 55px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "EngraversGothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
}
.btn-border-black:hover {
  background: #000;
  color: #fff;
}

.btn-light-blue {
  border: none;
  background-color: #84DADE;
  color: #1d3157;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 12px 35px 17px 35px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "EngraversGothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 768px) {
  .btn-light-blue {
    padding: 12px 25px 17px 25px;
  }
}
@media (max-width: 480px) {
  .btn-light-blue {
    padding: 10px 15px 15px 15px;
  }
}
.btn-light-blue:hover {
  background: #1d3157;
  color: #fff;
  text-decoration: none !important;
}

.group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .group-btn {
    margin-top: 15px;
  }
}
.group-btn .btn-light-blue,
.group-btn .btn-border {
  height: 47px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .group-btn .btn-light-blue,
  .group-btn .btn-border {
    height: 38px;
    font-size: 13px;
  }
}
.group-btn .btn-light-blue {
  margin-right: 10px;
}

.title {
  font-weight: 400;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
  font-family: "EngraversGothic", sans-serif;
  will-change: transform;
}
@media (max-width: 1350px) {
  .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .title {
    margin-bottom: 30px;
    font-size: 2.75rem;
  }
}

.ms-title {
  font-weight: 400;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  font-family: "EngraversGothic", sans-serif;
  will-change: transform;
}
@media (max-width: 1024px) {
  .ms-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .ms-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.section {
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1350px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .section {
    padding: 40px 0;
  }
}
.section_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.section_bg + .content-wrap {
  position: relative;
  z-index: 2;
}
.section--pt {
  padding-top: 120px;
}
@media (max-width: 1350px) {
  .section--pt {
    padding-top: 110px;
  }
}
@media (max-width: 480px) {
  .section--pt {
    padding-top: 70px;
  }
}
.section--pb {
  padding-bottom: 120px;
}
@media (max-width: 1350px) {
  .section--pb {
    padding-bottom: 110px;
  }
}
@media (max-width: 480px) {
  .section--pb {
    padding-bottom: 70px;
  }
}
.section--beige {
  background-color: #F6F2EE;
  background-image: url(../images/wave_bg_2.png);
  background-size: cover;
}
.section--blue {
  background-color: #1D3157;
  background-image: url(../images/wave_bg.png);
  background-size: cover;
  color: #fff;
}
.section--black {
  background-color: #000;
  color: #fff;
}
.section--black p {
  color: #fff;
}

.section-services-sliders {
  padding-bottom: 120px;
}
@media (max-width: 1350px) {
  .section-services-sliders {
    padding-bottom: 110px;
  }
}
@media (max-width: 1024px) {
  .section-services-sliders {
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .section-services-sliders {
    padding-bottom: 20px;
  }
}

.ms-description {
  font-weight: 300;
  font-size: 1rem;
  line-height: 140%;
  text-align: center;
  margin-bottom: 30px;
  will-change: transform;
}

.reviews {
  padding: 89px 10px;
  color: #000;
}
.reviews_content-wrap {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
}
.reviews_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .reviews_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .reviews_list {
    padding-bottom: 36px;
  }
}

.reviews-slider {
  position: relative;
}
@media (max-width: 1500px) {
  .reviews-slider {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .reviews-slider {
    padding: 0;
  }
}
.reviews-slider_prev, .reviews-slider_next {
  width: 35px;
  height: 35px;
  background-image: url(../images/sprite.svg#slider-arrow_white);
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
@media (max-width: 768px) {
  .reviews-slider_prev, .reviews-slider_next {
    display: none;
  }
}
.reviews-slider_prev:hover, .reviews-slider_next:hover {
  background-image: url(../images/sprite.svg#slider-arrow);
}
.reviews-slider_prev {
  left: -60px;
}
@media (max-width: 1500px) {
  .reviews-slider_prev {
    left: 0;
  }
}
.reviews-slider_next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -60px;
}
@media (max-width: 1500px) {
  .reviews-slider_next {
    right: 0;
  }
}
.reviews-slider .slick-dots {
  bottom: 0;
}

.review {
  width: 100%;
  margin: 0 40px;
}
@media (max-width: 480px) {
  .review {
    margin: 0 20px;
  }
}
.review_title {
  font-size: 1.5rem;
  margin-bottom: 27px;
  color: #000;
  font-weight: 400;
}
.review_description {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 143%;
  margin-bottom: 22px;
  color: #1D1D1B;
}
.review_link {
  color: #AEAEAE;
  font-weight: 300;
  font-size: 0.813rem;
}
.review_link:hover {
  text-decoration: none;
}

.review-top {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-top_logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 23px;
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stars_item {
  margin-right: 5px;
}
.stars_item--disabled svg path {
  fill: #DCDCDC;
}

.a-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .a-reviews {
    display: block;
  }
}
.a-reviews_title {
  font-weight: 300;
  font-size: 0.875rem;
  color: #1A1A17;
  margin-right: 30px;
  display: block;
}
@media (max-width: 1024px) {
  .a-reviews_title {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.a-reviews_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .a-reviews_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.a-reviews_item {
  padding: 0 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .a-reviews_item {
    margin-bottom: 10px;
  }
}

.map {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  height: 685px;
  position: relative;
  padding: 68px 10px;
}
@media (max-width: 1024px) {
  .map {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }
}
.map_img {
  height: 685px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .map_img {
    position: relative;
    height: 400px;
  }
}
.map_content-wrap {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
}
.map_content {
  position: relative;
  z-index: 2;
  background: none;
  padding: 72px 68px;
  max-width: 852px;
}
@media (max-width: 1024px) {
  .map_content {
    max-width: 100%;
    background: #f7f7f7;
  }
}
@media (max-width: 480px) {
  .map_content {
    padding: 50px 20px;
  }
}
.map_title {
  font-size: 1.875rem;
  margin-bottom: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
.map_title--blue {
  color: #04ABCF;
  font-size: 2.25rem;
}
.map .title {
  text-align: left;
}

.map-columns {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 129%;
  color: #5E5E5E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .map-columns {
    display: block;
  }
}
.map-columns_item {
  width: 47%;
}
@media (max-width: 480px) {
  .map-columns_item {
    width: 100%;
  }
}
.map-columns_top {
  margin-bottom: 40px;
}

.text-block {
  margin-bottom: 20px;
  color: #5E5E5E;
}
.text-block_title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 2px;
  font-family: "Rubik", sans-serif !important;
  color: #101820;
}

.scroll-up {
  width: 50px;
  height: 50px;
  background-image: url(../images/sprite.svg#scroll-up);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  right: 40px;
  bottom: 19px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.scroll-up.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 1024px) {
  .scroll-up {
    display: none;
  }
}
.scroll-up:focus, .scroll-up:hover {
  background-color: #1D3157;
}

.fix-callback-button {
  width: 50px;
  height: 50px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  right: 40px;
  bottom: 151px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@media (max-width: 500px) {
  .fix-callback-button {
    right: 30px;
    bottom: 93px;
  }
}
.fix-callback-button--test {
  bottom: 85px;
}
@media (max-width: 500px) {
  .fix-callback-button--test {
    bottom: 30px;
  }
}
.fix-callback-button:focus, .fix-callback-button:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.popup-review {
  max-width: 700px;
  padding: 20px 30px 30px 30px;
}
@media (max-width: 480px) {
  .popup-review {
    padding: 0;
  }
}
.popup-review .review_title {
  color: #000;
  margin-bottom: 15px;
}
.popup-review .review_description {
  color: #000;
}

.fancybox-button {
  border-radius: 50% !important;
  border: 1px solid #000 !important;
  top: 20px !important;
  right: 20px !important;
}
@media (max-width: 480px) {
  .fancybox-button {
    top: 8px !important;
    right: 8px !important;
  }
}

.review-bottom {
  color: #000;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .review-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.review-bottom .sm-slider-controls {
  position: relative;
  bottom: auto;
  left: auto;
}
@media (max-width: 480px) {
  .review-bottom .sm-slider-controls {
    display: none;
  }
}
.review-bottom .sm-slider_count {
  color: #000;
}

.fancy-prev,
.fancy-next {
  width: 39px;
  height: 39px;
  border: 1px solid #101820;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .fancy-prev,
  .fancy-next {
    width: 30px;
    height: 30px;
  }
}
.fancy-prev:before,
.fancy-next:before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../images/sprite.svg#arrow-prev_black);
  background-size: cover;
  display: block;
  margin-right: 3px;
}
.fancy-prev:hover,
.fancy-next:hover {
  border-color: #84DADE;
  background-color: #84DADE;
  cursor: pointer;
}
.fancy-prev:hover:before,
.fancy-next:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.fancy-prev {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .fancy-prev {
    margin-right: 10px;
  }
}

.fancy-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.review-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .review-source {
    margin-left: 10px;
  }
}
.review-source_title {
  color: #616161;
  font-size: 0.813rem;
  line-height: 100%;
  margin-right: 19px;
  display: block;
}

.btn-show-more {
  border: 1px solid #84DADE;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  padding: 12px 45px 17px 45px;
  width: 206px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "EngraversGothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .btn-show-more {
    padding: 10px 35px 15px 35px;
  }
}
.btn-show-more.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-show-more:after {
  content: "";
  width: 15px;
  height: 10px;
  display: block;
  margin-left: 8px;
  background-image: url(../images/sprite.svg#btn-more-content);
  background-size: cover;
  background-position: center;
  margin-top: 5px;
}
.btn-show-more:hover {
  background: #84DADE;
  color: #000;
}

.btn-show-more--light {
  width: auto;
  height: auto;
  padding: 0;
  font-size: 13px;
  color: #04ABCF;
  font-weight: 600;
  border: none;
}
.btn-show-more--light:after {
  width: 10px;
  height: 5px;
  background-image: url(../images/sprite.svg#btn-more-content_blue);
  margin-left: 5px;
  margin-top: 2px;
}
.btn-show-more--light:hover {
  background: none;
  color: #04ABCF;
}

.btn-show-more--icon {
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 50%;
  border: none;
}
.btn-show-more--icon:after {
  display: none;
}
.btn-show-more--icon:hover {
  background: none;
}
.btn-show-more--icon.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.a-btn-show-more {
  border: 1px solid #84DADE;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  padding: 12px 45px 17px 45px;
  width: 206px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "EngraversGothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .a-btn-show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .a-btn-show-more {
    width: 150px;
    padding: 12px 10px 14px 10px;
  }
}
.a-btn-show-more.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.a-btn-show-more:after {
  content: "";
  width: 15px;
  height: 10px;
  display: block;
  margin-left: 8px;
  background-image: url(../images/sprite.svg#btn-more-content);
  background-size: cover;
  background-position: center;
  margin-top: 2px;
}

.bs-text {
  background: #F6F2EE;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  width: 454px;
  height: 479px;
  padding: 30px 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 100px;
  left: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1350px) {
  .bs-text {
    top: 50px;
    height: 450px;
  }
}
@media (max-width: 1024px) {
  .bs-text {
    position: relative;
    top: -55px;
    left: auto;
    right: auto;
    width: 80%;
    height: auto;
    padding: 70px 60px;
  }
}
@media (max-width: 480px) {
  .bs-text {
    width: 90%;
    padding: 60px 30px;
  }
}
@media (max-width: 360px) {
  .bs-text {
    padding: 30px 20px;
    width: 95%;
  }
}
.bs-text--lg {
  height: 560px;
  top: 50px;
}
@media (max-width: 1350px) {
  .bs-text--lg {
    top: 20px;
    height: 520px;
  }
}
@media (max-width: 1024px) {
  .bs-text--lg {
    top: -55px;
    height: auto;
  }
}
.bs-text_wrap {
  margin: auto;
}
.bs-text_title {
  font-weight: 400;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 27px;
  font-family: "EngraversGothic", sans-serif;
}
@media (max-width: 480px) {
  .bs-text_title {
    margin-bottom: 20px;
    font-size: 2.375rem;
  }
}
.bs-text_description {
  font-weight: 200;
  font-size: 1rem;
  line-height: 138%;
  margin-bottom: 22px;
}
.bs-text ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
  font-weight: 200;
  margin: 0 auto 22px auto;
  width: 220px;
}
@media (max-width: 480px) {
  .bs-text ul {
    width: auto;
  }
}
.bs-text ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 3px;
}
.bs-text ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (max-width: 480px) {
  .bs-text ul li:before {
    width: 3px;
    height: 3px;
    top: 6px;
  }
}

.bs-slider-block {
  width: 1025px;
}
@media (max-width: 1350px) {
  .bs-slider-block {
    width: 880px;
  }
}
@media (max-width: 1220px) {
  .bs-slider-block {
    width: 760px;
  }
}
@media (max-width: 1024px) {
  .bs-slider-block {
    width: 100%;
  }
}

.bs-slider {
  position: relative;
}
.bs-slider_controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .bs-slider_controls {
    bottom: 70px;
  }
}
@media (max-width: 1024px) {
  .bs-slider_controls--bottom {
    bottom: 15px;
  }
}

.bs-img {
  width: 1025px;
  height: 654px;
  position: relative;
  background-color: #cfcfcf;
}
@media (max-width: 1350px) {
  .bs-img {
    width: 880px;
    height: 560px;
  }
}
@media (max-width: 1220px) {
  .bs-img {
    width: 760px;
  }
}
@media (max-width: 1024px) {
  .bs-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bs-img {
    height: 490px;
  }
}
@media (max-width: 480px) {
  .bs-img {
    height: 420px;
  }
}
.bs-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.bs-img:after {
  content: "";
  width: 100%;
  height: 35%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 5, 5, 0.8)), to(rgba(105, 105, 105, 0)));
  background-image: linear-gradient(to top, rgba(5, 5, 5, 0.8), rgba(105, 105, 105, 0));
}

.bs-img-md {
  width: 100%;
  height: 584px;
  position: relative;
  background-color: #cfcfcf;
}
@media (max-width: 1600px) {
  .bs-img-md {
    height: 520px;
  }
}
@media (max-width: 1350px) {
  .bs-img-md {
    height: 490px;
  }
}
@media (max-width: 1220px) {
  .bs-img-md {
    height: 460px;
  }
}
@media (max-width: 1024px) {
  .bs-img-md {
    height: 520px;
  }
}
@media (max-width: 768px) {
  .bs-img-md {
    height: 430px;
  }
}
@media (max-width: 480px) {
  .bs-img-md {
    height: 260px;
  }
}
.bs-img-md img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.bs-img-md:after {
  content: "";
  width: 100%;
  height: 35%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 5, 5, 0.8)), to(rgba(105, 105, 105, 0)));
  background-image: linear-gradient(to top, rgba(5, 5, 5, 0.8), rgba(105, 105, 105, 0));
}

.bs-img-sm {
  width: 100%;
  height: 535px;
  position: relative;
  background-color: #cfcfcf;
}
@media (max-width: 1600px) {
  .bs-img-sm {
    height: 510px;
  }
}
@media (max-width: 1350px) {
  .bs-img-sm {
    height: 490px;
  }
}
@media (max-width: 1220px) {
  .bs-img-sm {
    height: 460px;
  }
}
@media (max-width: 1024px) {
  .bs-img-sm {
    height: 520px;
  }
}
@media (max-width: 768px) {
  .bs-img-sm {
    height: 430px;
  }
}
@media (max-width: 480px) {
  .bs-img-sm {
    height: 260px;
  }
}
.bs-img-sm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.bs-img-sm:after {
  content: "";
  width: 100%;
  height: 35%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 5, 5, 0.8)), to(rgba(105, 105, 105, 0)));
  background-image: linear-gradient(to top, rgba(5, 5, 5, 0.8), rgba(105, 105, 105, 0));
}

.controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.controls_pagination {
  font-size: 0;
  bottom: auto;
  position: relative;
  width: 76px;
  margin: 0 20px;
}
@media (max-width: 480px) {
  .controls_pagination {
    width: 60px;
  }
}
.controls_pagination .swiper-pagination-current {
  font-size: 2.5rem;
  margin-right: 8px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .controls_pagination .swiper-pagination-current {
    margin-right: 5px;
  }
}
.controls_pagination .swiper-pagination-total {
  font-weight: 300;
  font-size: 1.125rem;
}
.controls--white {
  color: #fff;
}
.controls--white .arrow_prev,
.controls--white .arrow_next {
  border-color: #fff;
}

.arrow_prev, .arrow_next {
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #2B2B2B;
}
@media (max-width: 1024px) {
  .arrow_prev, .arrow_next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .arrow_prev, .arrow_next {
    width: 41px;
    height: 41px;
  }
}
.arrow_prev.swiper-button-disabled, .arrow_next.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.arrow_prev.swiper-button-lock, .arrow_next.swiper-button-lock {
  visibility: hidden;
}
.arrow_prev--white, .arrow_next--white {
  border-color: #fff;
}
@media (max-width: 480px) {
  .arrow_prev svg, .arrow_next svg {
    width: 9px;
    height: 18px;
  }
}

@media (max-width: 1024px) {
  .block-w-slider-list {
    margin-top: 70px;
  }
}
@media (max-width: 480px) {
  .block-w-slider-list {
    margin-top: 50px;
  }
}

.block-w-slider {
  margin: 100px 0;
  position: relative;
  padding-top: 110px;
}
@media (max-width: 1350px) {
  .block-w-slider {
    margin: 80px 0;
  }
}
@media (max-width: 1024px) {
  .block-w-slider {
    margin: 30px 0;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .block-w-slider {
    margin: 10px 0;
  }
}
.block-w-slider_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .block-w-slider_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.block-w-slider_title {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  text-transform: uppercase;
  font-size: 86px;
  font-family: "EngraversGothic", sans-serif;
  color: #002D5D;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .block-w-slider_title {
    position: relative;
    display: block;
    margin: 0 auto 28px auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .block-w-slider_title {
    height: 55px;
    font-size: 55px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .block-w-slider_title {
    height: 30px;
    font-size: 30px;
  }
}
.block-w-slider:last-child {
  margin-bottom: 0;
}
.block-w-slider--reverse .block-w-slider_wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block-w-slider--reverse .block-w-slider_title {
  left: auto;
  right: 0;
}
.block-w-slider--reverse .bs-text {
  left: auto;
  right: 0;
}
@media (max-width: 1024px) {
  .block-w-slider--reverse .bs-text {
    right: auto;
  }
}

.m-card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .m-card-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 680px) {
  .m-card-group {
    display: block;
  }
}

.m-card {
  margin-bottom: 50px;
  width: 30%;
  margin-right: 5%;
}
@media (max-width: 1024px) {
  .m-card {
    width: 47%;
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .m-card {
    margin-bottom: 50px;
    width: 100%;
  }
}
.m-card:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .m-card:last-child {
    margin-bottom: 40px;
  }
}
.m-card_img {
  width: 100%;
  height: 394px;
  background-color: #646464;
}
@media (max-width: 1350px) {
  .m-card_img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .m-card_img {
    height: 270px;
  }
}
.m-card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.m-card_text {
  position: relative;
}
.m-card_text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-card_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}
@media (max-width: 1350px) {
  .m-card_icon {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
@media (max-width: 1024px) {
  .m-card_icon {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media (max-width: 480px) {
  .m-card_icon {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
}
.m-card_link {
  position: relative;
  height: 62px;
  top: -31px;
  background: #B09C89;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 20px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1350px) {
  .m-card_link {
    height: 56px;
    top: -28px;
  }
}
@media (max-width: 768px) {
  .m-card_link {
    height: 50px;
    top: -25px;
  }
}
@media (max-width: 480px) {
  .m-card_link {
    height: 46px;
    top: -23px;
  }
}
.m-card_link:hover {
  background: #a68f7a;
}
.m-card_link:hover svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-card_link span {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .m-card_link span {
    margin-right: 15px;
  }
}
.m-card_link svg {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .m-card_link svg {
    width: 11px;
    height: 11px;
  }
}
.m-card_link--violet {
  background-color: #8683C0;
}
.m-card_title {
  font-weight: 200;
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .m-full-slider_item {
    width: auto !important;
  }
}
.m-full-slider_item img {
  width: 1071px;
  height: 640px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media (max-width: 1600px) {
  .m-full-slider_item img {
    width: 1000px;
    height: 605px;
  }
}
@media (max-width: 1350px) {
  .m-full-slider_item img {
    width: 880px;
    height: 513px;
  }
}
@media (max-width: 1024px) {
  .m-full-slider_item img {
    width: 100%;
    height: 356px;
  }
}
@media (max-width: 480px) {
  .m-full-slider_item img {
    height: 360px;
  }
}
.m-full-slider_item.swiper-slide-prev img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.m-full-slider_item.swiper-slide-next img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.m-full-slider_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1110px;
  margin: 12px auto;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1600px) {
  .m-full-slider_controls {
    max-width: 1050px;
  }
}
@media (max-width: 1350px) {
  .m-full-slider_controls {
    max-width: 920px;
  }
}
@media (max-width: 1024px) {
  .m-full-slider_controls {
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ymap-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/map.jpg") #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
  height: 685px;
}
@media (max-width: 1024px) {
  .ymap-container {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .ymap-container {
    background: url("../images/map_mob.jpg") #ffffff no-repeat;
  }
}

/* Блок, в котором появится Яндекс.Карта */
#map-yandex {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 800px;
  cursor: pointer;
  background-color: transparent;
}

.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}

.loader:after,
.loader:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loader.is-active {
  top: 0;
  opacity: 1;
}

.loader-default:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: "";
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
#map-yandex ymaps ymaps ymaps ymaps:nth-child(2) {
  -webkit-filter: grayscale(1) opacity(40%) !important;
  filter: grayscale(1) opacity(40%) !important;
}

.contact-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .contact-columns {
    display: block;
  }
}
@media (max-width: 480px) {
  .contact-columns {
    margin-top: 40px;
  }
}
.contact-columns .contact-column {
  width: 23%;
}
@media (max-width: 1024px) {
  .contact-columns .contact-column {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .contact-columns .contact-column {
    margin-bottom: 30px;
  }
}

.blue-title {
  color: #84DADE;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 37px;
}
@media (max-width: 480px) {
  .blue-title {
    margin-bottom: 25px;
  }
}

.cc-block {
  font-weight: 300;
  font-size: 0.875rem;
  color: #5e5e5e;
  margin-bottom: 20px;
  line-height: 129%;
}
@media (max-width: 480px) {
  .cc-block {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.cc-block a {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  display: block;
}
.cc-block a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.cc-block span {
  display: block;
}

.black-title {
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .black-title {
    font-size: 12px;
  }
}

.links-map_title {
  display: block;
  font-size: 12px;
  margin-bottom: 14px;
}
.links-map_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.links-map_item {
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.links-map_item:hover {
  opacity: 0.8;
}

.inner-head {
  height: 512px;
  background-color: #01366a;
  background-size: cover;
  position: relative;
  background-position: center;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .inner-head {
    height: 259px;
  }
}
@media (max-width: 1024px) {
  .inner-head {
    padding: 0;
  }
}
.inner-head--lg {
  height: 816px;
}
@media (max-width: 1600px) {
  .inner-head--lg {
    height: 730px;
  }
}
@media (max-width: 480px) {
  .inner-head--lg {
    height: 470px;
  }
}
.inner-head--sm {
  height: 400px;
}
@media (max-width: 480px) {
  .inner-head--sm {
    height: 250px;
  }
}
.inner-head:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.inner-head_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
}
.inner-head_content {
  z-index: 3;
  position: relative;
  height: 100%;
  padding-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
}
.inner-head_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-head_text--lg {
  width: 1200px;
  max-width: 100%;
  padding: 0 20px;
}
.inner-head_title {
  text-transform: uppercase;
  color: #fff;
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .inner-head_title {
    font-size: 3.125rem;
  }
}
@media (max-width: 480px) {
  .inner-head_title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 359px) {
  .inner-head_title {
    font-size: 21px;
  }
}
@media (max-width: 1600px) {
  .inner-head_title--small {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .inner-head_title--small {
    font-size: 3.125rem;
  }
}
@media (max-width: 480px) {
  .inner-head_title--small {
    font-size: 2rem;
  }
}
.inner-head_subtitle {
  color: #fff;
  text-align: center;
  font-size: 1.875rem;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 480px) {
  .inner-head_subtitle {
    font-size: 1rem;
  }
}
.inner-head_description {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .inner-head_description {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .inner-head_description {
    font-size: 12px;
    width: 300px;
    margin-bottom: 20px;
  }
}
.inner-head_description span {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .inner-head_description span {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .inner-head_description span {
    font-size: 14px;
  }
}
.inner-head_btn {
  padding: 18px 30px;
  border: 1px solid #84DADE;
  color: #84DADE;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "EngraversGothic", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 480px) {
  .inner-head_btn {
    padding: 10px 10px;
    margin-top: 10px;
    font-size: 1.125rem;
  }
}
.inner-head_btn:hover {
  background-color: #84DADE;
  color: #1D3157;
}

.inner-head .basket-blue-btn {
  margin-bottom: 0;
  display: none;
}
@media (max-width: 480px) {
  .inner-head .basket-blue-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 52px;
    font-size: 18px;
  }
}

.head-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 37px;
}
.head-links--w-btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .head-links {
    display: block;
    bottom: auto;
    top: calc(100% - 65px);
  }
}
.head-links_head {
  width: 365px;
  margin: 0 auto;
  border-radius: 90px;
  padding: 10px 20px 10px 20px;
  color: #89CED7;
  background-color: #1D3157;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .head-links_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .head-links_head {
    width: 300px;
    font-size: 16px;
    padding: 8px 15px 8px 15px;
  }
}
@media (max-width: 1024px) {
  .head-links_body {
    display: none;
    background: #101820;
    margin-top: 9px;
  }
}
.head-links_item {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.125rem;
  margin-right: 50px;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
@media (max-width: 1024px) {
  .head-links_item {
    display: block;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 0;
  }
  .head-links_item:first-child {
    padding-top: 12px;
  }
  .head-links_item:last-child {
    padding-bottom: 12px;
  }
}
.head-links_item:last-child {
  margin-right: 0;
}
.head-links_item.active {
  color: #84DADE;
}
.head-links_item:hover {
  color: #84DADE;
  border-bottom-color: #84DADE;
}
@media (max-width: 1024px) {
  .head-links_item:hover {
    border-bottom-color: transparent;
  }
}
.head-links_btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #89CED7;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
}
@media (max-width: 1024px) {
  .head-links_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.head-links_btn.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.busket-btn {
  width: 60px;
  height: 60px;
  background-color: #84DADE;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  right: 47px;
  bottom: 165px;
  border-radius: 50%;
  border: 1px solid #84DADE;
  z-index: 40;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 639px) {
  .busket-btn {
    bottom: 115px;
  }
}
@media (max-width: 480px) {
  .busket-btn {
    right: 15px;
    bottom: 115px;
  }
}
.busket-btn:hover {
  background-color: #f4f4f4;
}
.busket-btn:before {
  content: "";
  width: 27px;
  height: 23px;
  display: block;
  background-image: url(../images/sprite.svg#busket);
  background-size: cover;
  background-position: center;
}
.busket-btn_count {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 32px;
  right: 14px;
  font-size: 8px;
  line-height: 13px;
  text-align: center;
}
@media (max-width: 480px) {
  .amo-button-holder.amo-vertical {
    right: 10px !important;
  }
}

.inner-title {
  font-size: 2.25rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #101820;
  margin-bottom: 2.375rem;
  font-weight: 400;
  max-width: 1100px;
}
.inner-title--white {
  color: #fff;
}
.inner-title--blue {
  color: #84DADE;
}
.inner-title--center {
  text-align: center;
  max-width: 100%;
}
@media (max-width: 480px) {
  .inner-title--sm {
    font-size: 1.5rem !important;
  }
}
.inner-title--sm-margin {
  margin-bottom: 16px !important;
}
.inner-title--bold {
  font-weight: 500;
  letter-spacing: 0 !important;
}
@media (max-width: 1024px) {
  .inner-title--desc {
    display: none;
  }
}
.inner-title--mob {
  display: none;
}
@media (max-width: 1024px) {
  .inner-title--mob {
    display: block;
  }
}

.about {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 67px;
}
@media (max-width: 1024px) {
  .about {
    display: block;
  }
}
@media (max-width: 480px) {
  .about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.about--pb50 {
  padding-bottom: 50px;
}
.about--pt50 {
  padding-top: 50px;
}
@media (max-width: 480px) {
  .about--pt50 {
    padding-top: 20px;
  }
}
.about--content {
  max-width: 1370px;
}
.about--content .about-text {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .about--content .about-text {
    padding-right: 0;
  }
}
.about--services {
  max-width: 1370px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about--services .about-text {
  padding-left: 0;
  width: 60%;
}
@media (max-width: 1024px) {
  .about--services .about-text {
    padding-right: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .about-text .about_description {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .about-text .h-text {
    display: none;
  }
}
.about_description {
  padding-right: 70px;
}
@media (max-width: 480px) {
  .about_description {
    padding-right: 20px;
  }
}
.about_description a {
  color: #84DADE;
  text-decoration: none;
}
.about_description a:hover {
  text-decoration: underline;
}
.about_link {
  color: #84DADE;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.about_link:hover {
  text-decoration: underline;
}
.about_price {
  font-weight: 500;
  font-size: 1.875rem;
  color: #101820;
}
@media (max-width: 1024px) {
  .about--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.about--reverse .button {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .about--reverse .button {
    margin-left: 0;
  }
}
.about--reverse .about-text {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .about--reverse .about-text {
    padding-left: 20px;
  }
}
.about--reverse .about_description {
  padding-right: 30px;
  padding-left: 70px;
}
@media (max-width: 1024px) {
  .about--reverse .about_description {
    padding-left: 0;
    padding-right: 70px;
  }
}
@media (max-width: 480px) {
  .about--reverse .about_description {
    padding-right: 20px;
  }
}

.about-section-w-bg {
  background-color: #f9f9f9;
}

.aside {
  width: 32%;
}
@media (max-width: 1024px) {
  .aside {
    width: 100%;
  }
}
.aside .h-text {
  display: none;
}
@media (max-width: 1024px) {
  .aside .h-text {
    display: block;
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .aside .h-text {
    margin-top: 30px;
  }
}

.about-price {
  padding: 26px 0;
  border-top: 1px solid #d3d3d3;
  margin-right: 70px;
}
@media (max-width: 480px) {
  .about-price {
    margin-right: 0;
    padding: 15px 0;
  }
}
.about-price--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-price--flex .about-price_subtitle {
  font-weight: 500;
  color: #151515;
}
.about-price--flex .about-price_title {
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .about-price--flex a.blue-btn,
  .about-price--flex .blue-btn {
    width: 150px;
    margin-left: 10px;
  }
}
.about-price_title {
  font-weight: 500;
  font-size: 1.875rem;
  color: #000000;
  display: block;
  margin-bottom: 8px;
}
.about-price_subtitle {
  font-weight: 300;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
}

.about-text {
  width: 50%;
  padding-left: 15%;
}
@media (max-width: 1600px) {
  .about-text {
    padding-left: 6%;
  }
}
@media (max-width: 1024px) {
  .about-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
}

.about-slider {
  width: 50%;
}
@media (max-width: 1024px) {
  .about-slider {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sm-slider {
  position: relative;
}
.sm-slider:after {
  content: "";
  width: 100%;
  height: 146px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#696969), to(rgba(105, 105, 105, 0)));
  background: linear-gradient(to top, #696969 0%, rgba(105, 105, 105, 0) 100%);
}
.sm-slider_img {
  height: 457px;
}
@media (max-width: 480px) {
  .sm-slider_img {
    height: 300px;
  }
}
.sm-slider_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.sm-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 27px;
  left: 25px;
  z-index: 2;
}
@media (max-width: 480px) {
  .sm-slider-controls {
    bottom: 20px;
    left: 20px;
  }
}

.sm-slider_prev,
.sm-slider_next {
  width: 39px;
  height: 39px;
  border: 1px solid #84DADE;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .sm-slider_prev,
  .sm-slider_next {
    width: 30px;
    height: 30px;
  }
}
.sm-slider_prev:before,
.sm-slider_next:before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../images/sprite.svg#arrow-prev);
  background-size: cover;
  display: block;
  margin-right: 3px;
}
.sm-slider_prev:hover,
.sm-slider_next:hover {
  background-color: #84DADE;
  cursor: pointer;
}
.sm-slider_prev:hover:before,
.sm-slider_next:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.sm-slider_prev {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .sm-slider_prev {
    margin-right: 10px;
  }
}

.sm-slider_next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sm-slider_count {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.313rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .sm-slider_count {
    margin-right: 10px;
  }
}
.sm-slider_count .currentSlide,
.sm-slider_count .currentReviews {
  font-size: 2.25rem;
  line-height: 100%;
  margin-right: 5px;
}

.price {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .price {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.price--no-padding {
  padding-top: 10px;
  padding-bottom: 20px;
}
.price--w-padding {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .price--w-padding {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.price .black-btn {
  margin: 59px auto 0 auto;
  display: block;
  max-width: 396px;
  margin-bottom: 30px;
}

.table-wrap {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .table-wrap {
    overflow-x: auto;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table th {
  background: #101820;
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
  border-right: 1px solid #eaeaea;
  padding: 20px 50px;
}
@media (max-width: 1024px) {
  .table th {
    padding: 15px 15px;
  }
}
.table th:first-child {
  text-align: left;
}
.table th:last-child {
  border-right: none;
}
.table td {
  padding: 20px 50px;
  font-weight: 300;
  font-size: 1rem;
  color: #000;
  border: 1px solid #d3d3d3;
  text-align: center;
}
@media (max-width: 1024px) {
  .table td {
    padding: 15px 15px;
  }
}
.table td:first-child {
  text-align: left;
}
.table td:first-child b {
  font-weight: 500;
}

.not {
  width: 18px;
  height: 18px;
  position: relative;
  background-image: url(../images/sprite.svg#not);
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.not--black {
  background-image: url(../images/sprite.svg#not--black);
}

.table-bottom {
  margin-top: 50px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .table-bottom {
    display: block;
  }
}

.block-w-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .block-w-icon {
    margin-bottom: 20px;
  }
}
.block-w-icon_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 35px;
}
@media (max-width: 480px) {
  .block-w-icon_img {
    margin-right: 15px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.block-w-icon_text {
  font-size: 1.125rem;
}
.block-w-icon_sm-text {
  font-size: 1rem;
}

.table-description {
  color: #5e5e5e;
  font-size: 1rem;
  font-weight: 300;
}
.table-description span {
  display: block;
}

.buy {
  background: #212322;
  padding: 130px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .buy {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.buy .btn-border {
  font-size: 1.5rem;
  padding: 16px 65px 20px 65px;
  max-width: 100%;
  text-align: center;
}

.tickets-section {
  margin-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .tickets-section {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

.ticket-list-section {
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .ticket-list-section {
    padding-bottom: 60px;
  }
}

.ticket-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .ticket-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.ticket-list .ticket {
  width: 32%;
  margin-left: 0;
  margin-right: 2%;
  border: 2px solid #84DADE;
  background-color: #fff;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .ticket-list .ticket {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .ticket-list .ticket {
    width: 48%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .ticket-list .ticket {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ticket-list .ticket:nth-child(3n) {
  margin-right: 0;
}
.ticket-list .ticket .blue-btn {
  margin: 0 auto;
  width: 213px;
  height: 56px;
}
.ticket-list .ticket_price {
  font-weight: 500;
}
.ticket-list .list-black p {
  font-size: 1.125rem;
}
.ticket-list .list-black li:before {
  top: 10px;
}

.slider-tickets {
  margin-bottom: 50px;
  padding: 0 50px;
  position: relative;
}
@media (max-width: 550px) {
  .slider-tickets {
    padding: 0 12px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .slider-tickets {
    padding: 0;
  }
}
.slider-tickets .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slider-tickets .slick-slide {
  height: inherit !important;
}
.slider-tickets_item {
  margin: 0 20px;
}
@media (max-width: 480px) {
  .slider-tickets_item {
    margin: 0 10px;
  }
}
.slider-tickets .a-block {
  width: 100%;
  min-height: 525px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .slider-tickets .a-block {
    min-height: 450px;
  }
}
@media (max-width: 359px) {
  .slider-tickets .a-block {
    min-height: 520px;
  }
}

.slider-arrow-grey_prev, .slider-arrow-grey_next {
  width: 33px;
  height: 33px;
  background-image: url(../images/sprite.svg#arrow_grey);
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
@media (max-width: 480px) {
  .slider-arrow-grey_prev, .slider-arrow-grey_next {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
.slider-arrow-grey_prev {
  left: 0;
}
@media (max-width: 480px) {
  .slider-arrow-grey_prev {
    left: -10px;
  }
}
.slider-arrow-grey_next {
  right: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 480px) {
  .slider-arrow-grey_next {
    right: -10px;
  }
}

.slider-arrow-black_prev, .slider-arrow-black_next {
  width: 33px;
  height: 33px;
  background-image: url(../images/sprite.svg#arrow_black);
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
@media (max-width: 550px) {
  .slider-arrow-black_prev, .slider-arrow-black_next {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
.slider-arrow-black_prev {
  left: 0;
}
@media (max-width: 550px) {
  .slider-arrow-black_prev {
    left: -20px;
  }
}
.slider-arrow-black_next {
  right: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 550px) {
  .slider-arrow-black_next {
    right: -20px;
  }
}

.ticket {
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #ffffff;
  border-radius: 2px;
  padding: 50px 40px;
  margin: 0 10px;
  min-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ticket {
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 480px) {
  .ticket {
    padding: 30px 20px;
  }
}
.ticket_head {
  min-height: 76px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ticket_head {
    min-height: 0;
  }
}
@media (max-width: 480px) {
  .ticket_head {
    margin-bottom: 20px;
  }
}
.ticket_title {
  font-size: 1.875rem;
  line-height: 100%;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 8px;
}
.ticket_sm-title {
  font-size: 1.5rem;
  line-height: 100%;
  color: #000000;
  font-weight: 500;
  margin-bottom: 8px;
}
.ticket_subtitle {
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
}
.ticket_description {
  color: #5e5e5e;
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ticket_price {
  font-weight: 300;
  font-size: 1.875rem;
  color: #101820;
  margin-bottom: 39px;
  display: block;
}
@media (max-width: 480px) {
  .ticket_price {
    margin-bottom: 20px;
  }
}
.ticket .btn-border {
  padding: 11px 66px 14px 66px;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .ticket .btn-border {
    padding: 10px 40px 12px 40px;
  }
}
.ticket ul {
  text-align: left;
}

.link-w-arrow {
  color: #84DADE;
  text-decoration: none;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-w-arrow:after {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  background-image: url(../images/sprite.svg#arrow);
  background-size: cover;
  margin-left: 10px;
  margin-top: 1px;
}
@media (max-width: 480px) {
  .link-w-arrow:after {
    width: 16px;
    height: 16px;
  }
}
.link-w-arrow:hover {
  text-decoration: underline;
}

.certificates {
  padding-top: 69px;
  padding-bottom: 69px;
  background-color: #1d3157;
  background-image: url(../images/other-events_bg.jpg);
  background-size: cover;
}

.certificates-slider {
  margin-bottom: 50px;
  padding: 0 50px;
  position: relative;
}
@media (max-width: 480px) {
  .certificates-slider {
    padding: 0 12px;
    margin-bottom: 30px;
  }
}

.certificate {
  margin: 0 10px;
  cursor: pointer;
}
.certificate_img {
  height: 286px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 480px) {
  .certificate_img {
    height: 220px;
  }
}
.certificate_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.certificate_text {
  background: #101820;
  padding: 35px 51px 38px 51px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .certificate_text {
    padding: 30px 20px;
  }
}
.certificate_dop-title {
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .certificate_dop-title {
    font-size: 1.75rem;
  }
}
.certificate_title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  text-decoration: none;
}
.certificate_description {
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.7;
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
}
.certificate_description p {
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.7;
  color: #fff;
}
.certificate_middle {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 93px;
}
@media (max-width: 480px) {
  .certificate_middle {
    font-size: 12px;
    min-height: 0;
  }
}
.certificate_middle p {
  margin: 3px 0;
  font-size: 14px;
  color: inherit;
}
@media (max-width: 480px) {
  .certificate_middle p {
    font-size: 12px;
  }
}
.certificate_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .certificate_bottom {
    display: block;
  }
}
.certificate_price {
  font-weight: 300;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .certificate_price {
    margin-bottom: 20px;
    display: block;
  }
}
.certificate_price--old {
  font-weight: 400;
  margin-right: 5px;
  position: relative;
  white-space: nowrap;
}
.certificate_price--old:after {
  content: "";
  width: 96%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.certificate_price--new {
  white-space: nowrap;
  color: #B9DBE5;
}
.certificate_price--dark .certificate_price--old {
  color: rgba(29, 49, 87, 0.72);
}
.certificate_price--dark .certificate_price--old:after {
  background-color: rgba(29, 49, 87, 0.72);
}
.certificate_price--dark .certificate_price--new {
  color: #1D3157;
}

.events {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.event_text {
  width: 50%;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .event_text {
    width: 100%;
  }
}
.event_text-wrap {
  max-width: 480px;
}
.event_img {
  width: 50%;
}
@media (max-width: 480px) {
  .event_img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.event_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.event_description {
  margin-bottom: 20px;
}
.event .btn-border-black,
.event .btn-border {
  margin-top: 30px;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .event .btn-border-black,
  .event .btn-border {
    margin-top: 10px;
  }
}

.price-text-block {
  margin-top: 50px;
  margin-bottom: 30px;
}

.table-bottom_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #5e5e5e;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .table-bottom_columns {
    display: block;
  }
}

.table-bottom_column {
  width: 46%;
}
@media (max-width: 1024px) {
  .table-bottom_column {
    width: 100%;
  }
}
.table-bottom_column p:first-child {
  margin-top: 0;
}

.rooms {
  background-color: #1d3157;
  background-image: url(../images/other-events_bg.jpg);
  background-size: cover;
  padding-top: 99px;
  padding-bottom: 135px;
}
@media (max-width: 480px) {
  .rooms {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.rooms_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .rooms_list {
    display: block;
  }
}
.rooms_item {
  width: 32%;
  height: 350px;
}
@media (max-width: 1024px) {
  .rooms_item {
    width: 100%;
    margin-bottom: 30px;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .rooms_item {
    height: 320px;
  }
}

.room {
  position: relative;
}
.room_img {
  width: 100%;
  height: 100%;
}
.room_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.room_text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(16, 24, 32, 0.9);
  width: 100%;
  padding: 28px 38px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .room_text {
    display: block;
    padding: 25px 20px;
  }
}
.room_title {
  margin-right: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .room_title {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.room .btn-border {
  padding: 5px 20px 10px 20px;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .room .btn-border {
    padding: 6px 25px 10px 25px;
  }
}

.certificates_item .room {
  margin: 0 10px;
}
@media (max-width: 480px) {
  .certificates_item .room {
    height: 300px;
  }
}
.certificates_item .btn-border {
  padding: 9px 30px 15px 30px;
  font-size: 1.125rem;
}
@media (max-width: 480px) {
  .certificates_item .btn-border {
    padding: 6px 25px 10px 25px;
  }
}

.offer {
  background-color: #01366a;
  height: 705px;
  background-image: url(../images/offer_bg.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 30px 0;
}
@media (max-width: 1300px) {
  .offer {
    height: 580px;
  }
}
@media (max-width: 480px) {
  .offer {
    height: auto;
    padding: 80px 0;
  }
}
.offer--small {
  height: 617px;
}
@media (max-width: 1300px) {
  .offer--small {
    height: 580px;
  }
}
@media (max-width: 480px) {
  .offer--small {
    height: auto;
  }
}
.offer_description {
  margin-bottom: 57px;
}
@media (max-width: 480px) {
  .offer_description {
    margin-bottom: 30px;
  }
}
.offer_description p {
  color: rgba(255, 255, 255, 0.7);
}
.offer_price {
  font-weight: 300;
  font-size: 2.25rem;
  color: #84DADE;
}
.offer .btn-border {
  margin-top: 44px;
  width: 240px;
}

.advantages {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .advantages {
    padding-top: 0;
  }
}
.advantages_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .advantages_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.advantages_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 62px;
  width: 29%;
  margin-right: 6%;
}
@media (max-width: 1024px) {
  .advantages_item {
    width: 30%;
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  .advantages_item {
    width: 45%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .advantages_item {
    width: 100%;
    margin-bottom: 28px;
  }
}
.advantages_item:nth-child(3n) {
  margin-right: 0;
}
.advantages_icon {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 29px;
}
@media (max-width: 1024px) {
  .advantages_icon {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .advantages_icon {
    width: 44px;
    height: 44px;
  }
}
.advantages_text {
  color: #5e5e5e;
  font-size: 1rem;
}
.advantages--bold .advantages_list {
  margin-top: 60px;
}
.advantages--bold .advantages_text {
  font-weight: 500;
  color: #101820;
}
.advantages--black {
  background-color: #333;
  background-image: url(../images/room_bg.jpg);
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}
.advantages--black .advantages_list {
  margin-top: 70px;
}
.advantages--black .advantages_text {
  color: #fff;
}

.rest-menu {
  margin-bottom: 50px;
}
.rest-menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .rest-menu_list {
    display: block;
  }
}
.rest-menu_item {
  position: relative;
  width: 49%;
  height: 440px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .rest-menu_item {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .rest-menu_item {
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
  }
}
.rest-menu_item:hover .rest-menu-hover {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.rest-menu_item:hover .rest-menu-hover_text-wrap {
  -webkit-transform: translateY(135px);
  -ms-transform: translateY(135px);
  transform: translateY(135px);
}
@media (max-width: 768px) {
  .rest-menu_item:hover .rest-menu-hover_text-wrap {
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
}
.rest-menu_item:hover .btn-border {
  opacity: 1;
  visibility: visible;
}
.rest-menu_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.rest-menu_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.rest-menu-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 30px 20px;
  text-align: center;
  -webkit-transform: translateY(82%);
  -ms-transform: translateY(82%);
  transform: translateY(82%);
}
@media (max-width: 1300px) {
  .rest-menu-hover {
    padding: 25px 20px;
  }
}
@media (max-width: 768px) {
  .rest-menu-hover {
    -webkit-transform: translateY(75%);
    -ms-transform: translateY(75%);
    transform: translateY(75%);
  }
}
@media (max-width: 768px) {
  .rest-menu-hover {
    -webkit-transform: translateY(230px);
    -ms-transform: translateY(230px);
    transform: translateY(230px);
  }
}
.rest-menu-hover_text-wrap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rest-menu-hover_title {
  color: #ffffff;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: default;
}
.rest-menu-hover .btn-border {
  padding: 10px 20px 14px 20px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, background-color 0.2s ease;
  transition: opacity 0.4s ease-in-out, background-color 0.2s ease;
  opacity: 0;
}

.a-banner {
  background: #f4f4f4;
  width: 100%;
  max-width: 100%;
  min-height: 256px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101820;
  opacity: 0.9;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.a-banner--dark {
  background: #1d3157;
  color: #fff;
}
.a-banner--dark p,
.a-banner--dark a {
  color: rgba(255, 255, 255, 0.9) !important;
}
@media (max-width: 480px) {
  .a-banner {
    min-height: 200px;
  }
}
.a-banner p {
  color: #101820;
  font-weight: 500;
  max-width: 400px;
}
.a-banner a {
  white-space: nowrap;
  color: #101820;
  text-decoration: none;
  display: block;
}
.a-banner a:hover {
  text-decoration: underline;
}

.money-certificates {
  margin-bottom: 130px;
}
@media (max-width: 480px) {
  .money-certificates {
    margin-bottom: 70px;
  }
}
.money-certificates_description {
  margin-bottom: 50px;
}

.buy-banner {
  background-color: #333;
  padding: 50px 115px;
  height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/buy-banner_02.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .buy-banner {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .buy-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
    height: 320px;
  }
}
.buy-banner .blue-btn {
  width: 292px;
  height: 54px;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 480px) {
  .buy-banner .blue-btn {
    width: 200px;
    height: 46px;
    font-size: 16px;
  }
}
.buy-banner .btn-border {
  max-width: 292px;
  text-align: center;
}

.buy-banner_input {
  margin-bottom: 49px;
}
.buy-banner_input input {
  font-weight: 500;
  font-size: 54px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid #5e5e5e;
  background: transparent;
  margin-bottom: 18px;
  max-width: 292px;
}
@media (max-width: 480px) {
  .buy-banner_input input {
    width: 100%;
    font-size: 34px;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
}
.buy-banner_input input::-webkit-input-placeholder {
  color: #fff;
}
.buy-banner_input input::-moz-placeholder {
  color: #fff;
}
.buy-banner_input input:-ms-input-placeholder {
  color: #fff;
}
.buy-banner_input input::-ms-input-placeholder {
  color: #fff;
}
.buy-banner_input input::placeholder {
  color: #fff;
}
.buy-banner_input label {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-size: 1rem;
  max-width: 292px;
  width: 100%;
  text-align: center;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-wrap {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .modal-wrap {
    display: block;
    height: auto;
  }
}

.modal-block {
  background-color: #fff;
  max-width: 836px;
  width: 100%;
  padding: 44px 64px 50px 64px;
  position: relative;
}
.modal-block--black {
  background: #101820;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .modal-block {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .modal-block {
    padding: 50px 20px;
  }
}

.modal-content {
  padding: 50px 30px;
  text-align: center;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 170%;
  margin: 0 auto;
}

.modal-close {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50px;
  right: 63px;
  background-color: transparent;
  background-image: url(../images/sprite.svg#close-modal);
  background-size: cover;
  display: block;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-close--white {
  width: 24px;
  height: 24px;
  top: 33px;
  right: 30px;
  background-image: url(../images/sprite.svg#close-modal_white);
}
@media (max-width: 1024px) {
  .modal-close--white {
    top: 30px;
    right: 20px;
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 1024px) {
  .modal-close {
    top: 30px;
    right: 20px;
  }
}

.m-basket_title {
  font-size: 2.25rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 33px;
  margin-bottom: 0;
}
.m-basket_price {
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .m-basket_price {
    margin-bottom: 20px;
  }
}
.m-basket_price span {
  font-weight: 500;
}

.m-basket-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 17px;
}
@media (max-width: 1024px) {
  .m-basket-bottom {
    display: block;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.m-basket-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .m-basket-btns {
    display: block;
  }
}
@media (max-width: 480px) {
  .m-basket-btns .basket-blue-btn,
  .m-basket-btns .basket-white-btn {
    width: 90%;
    font-size: 14px;
    margin: 0 auto 15px auto;
  }
}

.basket-blue-btn,
.basket-white-btn {
  width: 215px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  line-height: 1rem;
  padding-bottom: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "EngraversGothic", sans-serif;
  cursor: pointer;
}

.basket-blue-btn {
  background-color: #84DADE;
  margin-right: 15px;
  border: none;
}
@media (max-width: 480px) {
  .basket-blue-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.basket-blue-btn:hover {
  background-color: #5cced3;
}

.basket-white-btn {
  border: 1px solid #84DADE;
  background-color: #fff;
}
.basket-white-btn:hover {
  background-color: #c0ecee;
}

.minicart {
  padding: 25px 10px;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .minicart {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.minicart_title {
  color: #3e3e3e;
  opacity: 0.9;
  font-weight: 300;
  font-size: 1rem;
  display: block;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .minicart_title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .minicart_title {
    font-size: 14px;
  }
}
.minicart_price {
  white-space: nowrap;
  margin-right: 13px;
}
@media (max-width: 480px) {
  .minicart_price {
    font-size: 14px;
  }
}

.minicart-remove-btn {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  background-image: url(../images/sprite.svg#remove-btn);
  background-size: cover;
  background-position: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.minicart-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .minicart-counter {
    margin-right: 10px;
  }
}
.minicart-counter_btn {
  margin: 0 11px;
  color: #b0b0b0;
  font-size: 32px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-weight: 300;
}
@media (max-width: 480px) {
  .minicart-counter_btn {
    margin: 0 2px;
    font-size: 28px;
  }
}
.minicart-counter_value {
  border: 1px solid #c4c4c4;
  width: 63px;
  height: 40px;
  background-color: #fff;
  font-weight: 500;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .minicart-counter_value {
    width: 42px;
    height: 34px;
  }
}
@media (max-width: 480px) {
  .minicart-counter_value {
    height: 30px;
    font-size: 16px;
  }
}

.order-form {
  max-width: 761px;
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .order-form {
    padding-top: 40px;
  }
}
.order-form .minicart {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0px;
}
.order-form .minicart_title {
  color: #000;
}

.promocode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.promocode label {
  font-weight: 500;
  font-size: 1rem;
  display: block;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .promocode label {
    width: 120px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .promocode label {
    width: 90px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.promocode input {
  border: 1px solid #d3d3d3;
  max-width: 182px;
  width: 100%;
  background-color: #fff;
  height: 50px;
  border-radius: 6px;
  padding: 5px 15px;
}
@media (max-width: 480px) {
  .promocode input {
    height: 40px;
    max-width: 120px;
  }
}

.basket-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}
.basket-input label {
  font-weight: 500;
  font-size: 1rem;
  width: 155px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .basket-input label {
    width: 90px;
    margin-right: 10px;
  }
}
.basket-input input {
  border: 1px solid #d3d3d3;
  width: 100%;
  background-color: #fff;
  height: 50px;
  border-radius: 6px;
  padding: 5px 15px;
}
@media (max-width: 480px) {
  .basket-input input {
    height: 40px;
  }
}
.basket-input_wrap .basket-input {
  margin-bottom: 13px;
}
.basket-input_description {
  padding-left: 140px;
  color: #5e5e5e;
  font-weight: 300;
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  .basket-input_description {
    padding-left: 100px;
  }
}
.basket-input_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .basket-input_file {
    display: block;
  }
}
.basket-input_file .input-file {
  margin-left: 12px;
}
@media (max-width: 480px) {
  .basket-input_file .input-file {
    margin-left: 0;
    margin-top: 10px;
  }
}
.basket-input--md {
  width: 50%;
}
@media (max-width: 768px) {
  .basket-input--md {
    width: 100%;
  }
}

.basket-textarea label {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 480px) {
  .basket-textarea label {
    margin-bottom: 6px;
  }
}
.basket-textarea textarea {
  border: 1px solid #d3d3d3;
  width: 100%;
  background-color: #fff;
  height: 200px;
  border-radius: 6px;
  padding: 10px 15px;
  resize: none;
}
@media (max-width: 480px) {
  .basket-textarea textarea {
    height: 120px;
  }
}

.basket-form-bottom {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 600px) {
  .basket-form-bottom {
    display: block;
  }
}
@media (max-width: 480px) {
  .basket-form-bottom {
    margin-top: 20px;
  }
}
.basket-form-bottom .basket-blue-btn {
  width: 286px;
  height: 58px;
}
@media (max-width: 768px) {
  .basket-form-bottom .basket-blue-btn {
    width: 220px;
  }
}
@media (max-width: 480px) {
  .basket-form-bottom .basket-blue-btn {
    height: 50px;
    width: 200px;
    margin: 0 auto;
  }
}

.logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 600px) {
  .logo-block {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .logo-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.logo-block_img {
  margin-left: 48px;
}
@media (max-width: 1024px) {
  .logo-block_img {
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .logo-block_img {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .logo-block_img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .logo-block_img:last-child {
    margin-right: 0;
  }
}

.basket-radio {
  margin-top: 44px;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 480px) {
  .basket-radio {
    margin-top: 30px;
  }
}
.basket-radio_title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}
.basket-radio_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .basket-radio_list {
    display: block;
  }
}

.input-radio-btn {
  position: relative;
  width: 32%;
}
@media (max-width: 1024px) {
  .input-radio-btn {
    width: 250px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .input-radio-btn {
    width: 180px;
    margin-bottom: 10px;
  }
}
.input-radio-btn input {
  position: absolute;
  opacity: 0;
}
.input-radio-btn label {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  display: block;
  padding: 16px 10px;
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 480px) {
  .input-radio-btn label {
    padding: 12px 6px;
  }
}
.input-radio-btn input:checked + label {
  background: #d1d1d1;
}

.acc {
  margin-bottom: 90px;
}
@media (max-width: 480px) {
  .acc {
    margin-bottom: 50px;
  }
}

.acc-head {
  padding: 24px 62px 24px 30px;
  background: #101820;
  color: #fff;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #616161;
}
@media (max-width: 480px) {
  .acc-head {
    padding: 18px 40px 18px 20px;
  }
}
.acc-head.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.acc-head:after {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(../images/sprite.svg#acc-arrow);
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 35px;
}
@media (max-width: 480px) {
  .acc-head:after {
    right: 15px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}

.acc-body {
  overflow: hidden;
  display: none;
}

.services-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.services-title_img {
  width: 32px;
  height: 32px;
  margin-right: 22px;
}
.services-title_text {
  font-weight: 500;
  font-size: 1.25rem;
}

table.services-table {
  border: 1px solid #f4f4f4;
}
table.services-table tr:nth-child(odd) {
  background-color: #fff;
}
table.services-table td {
  padding: 22px 35px;
  border: none;
  vertical-align: top;
}
@media (max-width: 480px) {
  table.services-table td {
    padding: 16px 10px;
  }
}
table.services-table td:nth-child(1) {
  width: 66%;
}
@media (max-width: 480px) {
  table.services-table td:nth-child(1) {
    width: auto;
  }
}
table.services-table td:nth-child(2) {
  width: 18%;
}
@media (max-width: 480px) {
  table.services-table td:nth-child(2) {
    width: 78px;
  }
}
table.services-table td:nth-child(3) {
  width: 12%;
}
@media (max-width: 480px) {
  table.services-table td:nth-child(3) {
    width: 46px;
  }
}

.services-table_price {
  font-size: 1.25rem;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .services-table_price {
    font-size: 1rem;
  }
}

.btn-add {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: 1px solid #84DADE;
  background-color: transparent;
  color: #84DADE;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
}
.btn-add:hover {
  background-color: #84DADE;
  color: #fff;
}

.new {
  color: #04abcf;
  font-weight: 500;
  text-transform: uppercase;
}

.aside-form {
  padding-top: 82px;
}
@media (max-width: 1024px) {
  .aside-form {
    padding-top: 0;
  }
}
.aside-form .aside-form-input {
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aside-form .aside-form-input label {
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #000000;
  opacity: 0.9;
  font-weight: 500;
  font-size: 1rem;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .aside-form .aside-form-input label {
    width: 70px;
  }
}
.aside-form .aside-form-input input {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  height: 47px;
  padding: 3px 10px;
  width: 100%;
}
@media (max-width: 480px) {
  .aside-form .aside-form-input input {
    height: 40px;
  }
}
.aside-form .aside-form-textarea {
  margin-top: 28px;
}
.aside-form .aside-form-textarea label {
  color: #000000;
  opacity: 0.9;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 10px;
  display: block;
}
.aside-form .aside-form-textarea textarea {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  height: 128px;
  padding: 3px 10px;
  width: 100%;
}
@media (max-width: 480px) {
  .aside-form .aside-form-textarea textarea {
    height: 100px;
  }
}
.aside-form_top {
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
}
@media (max-width: 480px) {
  .aside-form_top {
    padding-bottom: 20px;
  }
}
.aside-form .basket-blue-btn {
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.aside-cart-empty {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #f4f4f4;
  color: #3e3e3e;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
}

.aside-cart-goods h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

.aside-cart {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .aside-cart {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.aside-cart_title {
  margin-right: 20px;
}

.basket-input--address {
  margin-bottom: 30px;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .basket-input--address {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

.input-hide {
  display: none;
}

.abonement-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .abonement-desc {
    display: block;
  }
}
.abonement-desc_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 37px;
  padding-top: 20px;
}
@media (max-width: 1350px) {
  .abonement-desc_icon {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .abonement-desc_icon {
    display: none;
  }
}
.abonement-desc_column {
  width: 40%;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .abonement-desc_column {
    width: 47%;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .abonement-desc_column {
    width: 100%;
  }
}

.s-time {
  color: rgba(21, 21, 21, 0.6);
  font-weight: 300;
  font-size: 1rem;
  display: block;
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-time:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../images/sprite.svg#time);
  background-size: cover;
  background-position: center;
  margin-right: 14px;
}
@media (max-width: 480px) {
  .s-time:before {
    margin-right: 8px;
    width: 13px;
    height: 13px;
  }
}

.s-description {
  color: rgba(21, 21, 21, 0.6);
  font-weight: 300;
  font-size: 1rem;
  display: block;
  margin-top: 9px;
}

.s-dop-info {
  padding: 30px 27px 30px 80px;
  font-weight: 300;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  background-color: #84DADE;
}
@media (max-width: 480px) {
  .s-dop-info {
    padding: 18px 12px 18px 44px;
  }
}
.s-dop-info:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../images/sprite.svg#question);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 30px;
  left: 27px;
}
@media (max-width: 480px) {
  .s-dop-info:before {
    width: 24px;
    height: 24px;
    top: 20px;
    left: 10px;
  }
}

.blue-text {
  color: #04abcf;
  font-weight: 500;
}

.ul-title {
  display: block;
  margin-bottom: 5px;
}

.event-list-gray-wrap {
  background-color: #F4F4F4;
  padding: 110px 0 90px 0;
}
@media (max-width: 480px) {
  .event-list-gray-wrap {
    padding: 60px 0 50px 0;
  }
}
.event-list-gray-wrap .event-list {
  margin-bottom: 0;
}

.event-list-wrap {
  padding: 90px 0;
}
@media (max-width: 480px) {
  .event-list-wrap {
    padding: 60px 0 50px 0;
  }
}
.event-list-wrap .event-list {
  margin-bottom: 0;
}

.event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .event-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .event-list {
    margin-bottom: 80px;
  }
}
.event-list_item {
  display: block;
  width: 32%;
  height: 480px;
  margin-right: 2%;
  text-decoration: none;
  color: #fff;
  position: relative;
  background-color: #1d3157;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .event-list_item {
    height: 400px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .event-list_item {
    width: 49%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .event-list_item {
    width: 100%;
    height: 260px;
    margin-bottom: 15px;
  }
}
.event-list_item:nth-child(3n) {
  margin-right: 0;
}
.event-list_item:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.event-list_item:hover .event-list_img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.event-list_item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.event-list_title {
  text-transform: uppercase;
  font-size: 1.5rem;
  position: relative;
  z-index: 3;
  text-align: center;
}
.event-list_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-icons {
  margin-top: 95px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .section-icons {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.section-icons_title {
  font-size: 60px;
  margin-bottom: 78px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 480px) {
  .section-icons_title {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
.section-icons--black {
  background-color: #333;
  background-image: url(../images/section-icons_bg.jpg);
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}
.section-icons--black .advantages_list {
  margin-top: 80px;
}
.section-icons--black .advantages_text {
  color: #fff;
}

.dop-services {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .dop-services {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.dop-card {
  width: 32%;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  .dop-card {
    width: 49%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .dop-card {
    width: 100%;
  }
}
.dop-card:nth-child(3n) {
  margin-right: 0;
}
.dop-card_img {
  width: 100%;
  height: 270px;
}
@media (max-width: 480px) {
  .dop-card_img {
    height: 240px;
  }
}
.dop-card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.dop-card_content {
  background: #101820;
  padding: 40px 30px 50px 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 480px) {
  .dop-card_content {
    padding: 30px 15px;
  }
}
.dop-card_title {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .dop-card_title {
    margin-bottom: 20px;
  }
}
.dop-card_text {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 1rem;
  line-height: 125%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 10px;
}
.dop-card_subtitle {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.dop-card_link {
  text-decoration: none;
  color: #84DADE;
}
.dop-card_link:hover {
  text-decoration: underline;
}
.dop-card table {
  border: none;
  background-color: transparent;
  width: 100%;
}
.dop-card table tr {
  background-color: transparent !important;
}
.dop-card table td {
  padding: 10px 10px 10px 0;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  vertical-align: top;
}
@media (max-width: 480px) {
  .dop-card table td {
    padding: 8px 5px 8px 0;
  }
}
.dop-card table td:nth-child(2) {
  width: 82px;
}
@media (max-width: 480px) {
  .dop-card table td:nth-child(2) {
    width: 65px;
  }
}
.dop-card table td:nth-child(3) {
  width: 46px;
}
.dop-card b {
  color: #fff;
  font-weight: 500;
}
.dop-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dop-card span {
  display: block;
}

.bottom-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-add .btn-add {
  margin-left: 20px;
}

.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.plan {
  width: 48%;
  margin-bottom: 40px;
  background-color: rgba(238, 238, 238, 0.4);
  padding: 62px 70px;
  font-size: 1rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .plan {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .plan {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
}
.plan_title {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 30px;
  font-family: "Roboto", Arial, sans-serif !important;
  min-height: 61px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .plan_title {
    min-height: 0;
  }
}
.plan_text-center {
  text-align: center;
  margin-bottom: 40px;
  line-height: 150%;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .plan_text-center {
    min-height: 0;
  }
}
@media (max-width: 480px) {
  .plan_text-center {
    margin-bottom: 30px;
  }
}
.plan_text-center p {
  color: #000;
}
.plan_subtitle {
  min-height: 45px;
  display: block;
}
.plan_text-left {
  margin-bottom: 40px;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .plan_text-left {
    margin-bottom: 30px;
  }
}
.plan_text-left p {
  color: #000;
}
.plan_price {
  font-weight: 500;
  font-size: 1.875rem;
  display: block;
  margin: 16px 0 0 0;
}
@media (max-width: 480px) {
  .plan_price {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
.plan .btn-border {
  margin: 0 auto;
  display: block;
  width: 223px;
  padding: 15px 10px 18px 10px;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .plan .btn-border {
    width: 150px;
    padding: 12px 10px 15px 10px;
  }
}

.text-light {
  font-size: 14px;
  font-weight: 300;
  margin-top: 22px;
}
@media (max-width: 480px) {
  .text-light {
    margin-top: 18px;
  }
}
.text-light p {
  font-size: 0.875rem;
}

.inner-page {
  padding-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .inner-page {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}

.calendar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .calendar-item {
    display: block;
  }
}
@media (max-width: 480px) {
  .calendar-item {
    margin-bottom: 25px;
  }
}
.calendar-item_photo {
  background-color: #1d3157;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 449px;
  position: relative;
  display: block;
}
@media (max-width: 1350px) {
  .calendar-item_photo {
    width: 380px;
  }
}
@media (max-width: 1024px) {
  .calendar-item_photo {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .calendar-item_photo {
    height: 250px;
  }
}
.calendar-item_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.calendar-item_content {
  padding: 60px 60px 50px 60px;
  background: #f4f4f4;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .calendar-item_content {
    padding: 60px 25px 30px 25px;
  }
}
@media (max-width: 480px) {
  .calendar-item_content {
    padding: 30px 15px;
  }
}
.calendar-item_title {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  font-size: 1.875rem;
  margin-bottom: 20px;
  color: #000;
  text-decoration: none;
}
.calendar-item_text {
  color: #101820;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 20px;
}
.calendar-item_text p {
  color: #101820;
}
.calendar-item_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .calendar-item_bottom {
    display: block;
  }
}
.calendar-item .btn-border {
  padding: 10px 10px 10px 10px;
  width: 160px;
  height: 47px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .calendar-item .btn-border {
    width: 140px;
  }
}
@media (max-width: 480px) {
  .calendar-item .btn-border {
    width: 110px;
    height: 38px;
    font-size: 13px;
    padding: 8px 10px 5px 10px;
  }
}

.calendar-date {
  position: absolute;
  top: 0;
  right: 0;
  background: #101820;
  width: 118px;
  height: 126px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .calendar-date {
    font-size: 14px;
    width: 90px;
    height: 90px;
  }
}
.calendar-date_number {
  display: block;
  font-size: 36px;
  line-height: 100%;
  font-weight: 500;
}
@media (max-width: 480px) {
  .calendar-date_number {
    font-size: 22px;
  }
}
.calendar-date_time {
  display: block;
  font-weight: 500;
  margin-top: 5px;
}

.calendar-price {
  font-weight: 500;
  font-size: 1.875rem;
  color: #000;
}

.about-desc-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .about-desc-columns {
    display: block;
  }
}
.about-desc-columns_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .about-desc-columns_img {
    padding-left: 0;
    margin-top: 28px;
  }
}

.sm-slider .event-inner-img {
  height: 100%;
}
.sm-slider .event-inner-date {
  bottom: auto;
  top: 0;
}

.event-inner-img {
  position: relative;
  width: 100%;
  min-height: 115px;
  background-color: #1d3157;
  height: 515px;
}
@media (max-width: 1350px) {
  .event-inner-img {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .event-inner-img {
    height: 250px;
  }
}
.event-inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.event-inner-date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1D3157;
  width: 110px;
  height: 115px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .event-inner-date {
    font-size: 14px;
    width: 90px;
    height: 90px;
  }
}
.event-inner-date span {
  display: block;
  font-size: 36px;
  line-height: 100%;
  font-weight: 500;
}
@media (max-width: 480px) {
  .event-inner-date span {
    font-size: 22px;
  }
}

.other-events {
  background-color: #1d3157;
  background-image: url(../images/other-events_bg.jpg);
  background-size: cover;
  padding-top: 76px;
  padding-bottom: 140px;
}
@media (max-width: 480px) {
  .other-events {
    padding-bottom: 80px;
  }
}

.events-slider {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 1500px) {
  .events-slider {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .events-slider {
    padding: 0 10px;
  }
}
.events-slider_item {
  text-decoration: none;
  color: #fff;
}
.events-slider_prev, .events-slider_next {
  width: 35px;
  height: 35px;
  background-image: url(../images/sprite.svg#slider-arrow_white);
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
@media (max-width: 480px) {
  .events-slider_prev, .events-slider_next {
    width: 25px;
    height: 25px;
  }
}
.events-slider_prev:hover, .events-slider_next:hover {
  background-image: url(../images/sprite.svg#slider-arrow);
}
.events-slider_prev {
  left: -60px;
}
@media (max-width: 1500px) {
  .events-slider_prev {
    left: 0;
  }
}
@media (max-width: 480px) {
  .events-slider_prev {
    left: -10px;
  }
}
.events-slider_next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -60px;
}
@media (max-width: 1500px) {
  .events-slider_next {
    right: 0;
  }
}
@media (max-width: 480px) {
  .events-slider_next {
    right: -10px;
  }
}

.event-slide {
  position: relative;
  height: 396px;
  margin: 0 20px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .event-slide {
    margin: 0 10px;
    height: 340px;
  }
}
.event-slide:hover .event-slide_img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.event-slide_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-slide_title {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 35px 40px 35px;
}
@media (max-width: 480px) {
  .event-slide_title {
    padding: 0 20px 20px 20px;
  }
}
.event-slide .event-inner-date {
  bottom: auto;
  top: 0;
}

.hall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .hall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hall--flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hall--mb {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .hall--mb {
    margin-bottom: 0;
  }
}
.hall_text {
  width: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 120px 100px 120px 100px;
}
@media (max-width: 1600px) {
  .hall_text {
    padding: 90px 80px 90px 80px;
  }
}
@media (max-width: 1350px) {
  .hall_text {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .hall_text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .hall_text {
    padding: 50px 20px;
  }
}
.hall_text--sm-padding {
  padding: 0px 100px 0px 100px;
}
@media (max-width: 1600px) {
  .hall_text--sm-padding {
    padding: 0px 80px 0px 80px;
  }
}
@media (max-width: 1350px) {
  .hall_text--sm-padding {
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  .hall_text--sm-padding {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .hall_text--sm-padding {
    padding: 50px 20px;
  }
}
.hall_text a:not([class]) {
  color: #04ABCF;
  text-decoration: none;
}
.hall_text a:not([class]):hover {
  text-decoration: underline;
}
.hall_img {
  width: 50%;
  position: relative;
  background-color: #1d3157;
}
@media (max-width: 1024px) {
  .hall_img {
    width: 100%;
    height: 400px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 480px) {
  .hall_img {
    height: 300px;
  }
}
.hall_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hall_description {
  margin-bottom: 20px;
}

.hall-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.875rem;
  width: 100%;
}
@media (max-width: 480px) {
  .hall-columns {
    display: block;
  }
}
.hall-columns_item {
  width: 48%;
}
@media (max-width: 480px) {
  .hall-columns_item {
    width: 100%;
  }
}
.hall-columns p {
  line-height: 130%;
}
.hall-columns_subtitle {
  margin-top: 8px;
  display: block;
  font-weight: 500;
}

.hall-text-wrap {
  max-width: 482px;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .hall-text-wrap {
    max-width: 100%;
    padding: 20px 30px;
  }
}
@media (max-width: 480px) {
  .hall-text-wrap {
    padding: 10px 10px;
  }
}

.hall-text_description {
  margin-bottom: 30px;
}

.hall-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1350px) {
  .hall-top {
    margin-bottom: 20px;
  }
}
.hall-top_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 1200px) {
  .hall-top_item {
    margin-right: 25px;
  }
}
@media (max-width: 480px) {
  .hall-top_item {
    margin-right: 20px;
  }
}
.hall-top_item:last-child {
  margin-right: 0;
}
.hall-top_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 18px;
}
@media (max-width: 480px) {
  .hall-top_icon {
    margin-right: 3px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 44px;
    height: 44px;
  }
}
.hall-top_title {
  font-weight: 300;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .hall-top_title {
    font-size: 1.125rem;
  }
}

.hall-bottom {
  font-size: 1.125rem;
  margin-top: 40px;
}
@media (max-width: 1350px) {
  .hall-bottom {
    margin-top: 20px;
  }
}

.hall-bottom--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hall-bottom--flex .hall-price {
  margin-right: 40px;
}

.hall-price {
  margin-bottom: 5px;
}
.hall-price_title {
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .hall-price_title {
    margin-right: 10px;
  }
}

.hall-img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 60%;
}
@media (max-width: 480px) {
  .hall-img-text {
    width: 90%;
  }
}
.hall-img-text_title {
  font-size: 1.875rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}
.hall-img-text_subtitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}

.halls-banner {
  position: relative;
  height: 705px;
  background-color: #2a2a37;
}
@media (max-width: 1300px) {
  .halls-banner {
    height: 580px;
  }
}
@media (max-width: 480px) {
  .halls-banner {
    height: 350px;
  }
}
.halls-banner_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.halls-banner_text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.halls-banner_text-wrap {
  width: 100%;
  height: 100%;
}
.halls-banner .inner-title {
  margin-bottom: 140px;
}
@media (max-width: 480px) {
  .halls-banner .inner-title {
    margin-bottom: 60px;
    text-align: center;
  }
}
.halls-banner .btn-border {
  width: 250px;
}
@media (max-width: 1350px) {
  .halls-banner .btn-border {
    width: auto;
  }
}
@media (max-width: 480px) {
  .halls-banner .btn-border {
    margin: 0 auto;
    display: block;
    width: 160px;
  }
}

.hall-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.hall-slider_list {
  height: 100%;
}
.hall-slider .slick-list {
  height: 100%;
}
.hall-slider .slick-track {
  height: 100%;
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 27px;
  left: 25px;
  z-index: 2;
}
@media (max-width: 480px) {
  .slider-controls {
    bottom: 20px;
    left: 20px;
  }
}

.slider_prev,
.slider_next {
  width: 39px;
  height: 39px;
  border: 1px solid #84DADE;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .slider_prev,
  .slider_next {
    width: 30px;
    height: 30px;
  }
}
.slider_prev:before,
.slider_next:before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../images/sprite.svg#arrow-prev);
  background-size: cover;
  display: block;
  margin-right: 3px;
}
.slider_prev:hover,
.slider_next:hover {
  background-color: #84DADE;
  cursor: pointer;
}
.slider_prev:hover:before,
.slider_next:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.slider_prev {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .slider_prev {
    margin-right: 10px;
  }
}

.slider_next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider_count {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.313rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .slider_count {
    margin-right: 10px;
  }
}
.slider_count .currentSlide,
.slider_count .currentReviews {
  font-size: 2.25rem;
  line-height: 100%;
  margin-right: 5px;
}

.hall-slide {
  height: 100%;
  min-height: 665px;
  position: relative;
}
@media (max-width: 1024px) {
  .hall-slide {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .hall-slide {
    min-height: 300px;
  }
}
.hall-slide:after {
  content: "";
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hall-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 480px) {
  .team {
    padding-top: 30px;
  }
}
.team .hall-columns {
  font-size: 1rem;
}

.team-head_title {
  font-weight: 500;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 10px;
}
.team-head_subtitle {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.hotel-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
}

.hotel-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  width: 47%;
}
@media (max-width: 480px) {
  .hotel-icon {
    margin-bottom: 40px;
  }
}
.hotel-icon img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 26px;
}
@media (max-width: 480px) {
  .hotel-icon img {
    margin-right: 7px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
}
.hotel-icon span {
  font-size: 1rem;
  font-weight: 500;
  color: #101820;
}
@media (max-width: 480px) {
  .hotel-icon span {
    font-size: 0.875rem;
  }
}

a.blue-btn,
.blue-btn {
  width: 215px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #000 !important;
  font-size: 1rem;
  line-height: 1rem;
  padding-bottom: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "EngraversGothic", sans-serif;
  cursor: pointer;
  background-color: #84DADE;
  border: none;
}
a.blue-btn:hover,
.blue-btn:hover {
  background-color: #5cced3;
  text-decoration: none;
}

a.dark-blue-btn,
.dark-blue-btn {
  width: 215px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
  font-size: 1rem;
  line-height: 1rem;
  padding-bottom: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "EngraversGothic", sans-serif;
  cursor: pointer;
  background-color: #1d3157;
  border: none;
}
a.dark-blue-btn:hover,
.dark-blue-btn:hover {
  background-color: #101b31;
  text-decoration: none;
}

.room-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .room-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.room-block_img {
  width: 50%;
  height: 559px;
}
@media (max-width: 1350px) {
  .room-block_img {
    height: 450px;
  }
}
@media (max-width: 1024px) {
  .room-block_img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 480px) {
  .room-block_img {
    height: 260px;
  }
}
.room-block_text {
  width: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .room-block_text {
    width: 100%;
  }
}

.room-slider {
  position: relative;
}
.room-slider_img {
  height: 559px;
}
@media (max-width: 1350px) {
  .room-slider_img {
    height: 450px;
  }
}
@media (max-width: 480px) {
  .room-slider_img {
    height: 260px;
  }
}
.room-slider_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.room-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 27px;
  left: 25px;
}
@media (max-width: 480px) {
  .room-slider-controls {
    bottom: 20px;
    left: 20px;
  }
}

.room-slider_prev,
.room-slider_next {
  width: 39px;
  height: 39px;
  border: 1px solid #84DADE;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .room-slider_prev,
  .room-slider_next {
    width: 30px;
    height: 30px;
  }
}
.room-slider_prev:before,
.room-slider_next:before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../images/sprite.svg#arrow-prev);
  background-size: cover;
  display: block;
  margin-right: 3px;
}
.room-slider_prev:hover,
.room-slider_next:hover {
  background-color: #84DADE;
  cursor: pointer;
}
.room-slider_prev:hover:before,
.room-slider_next:hover:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.room-slider_prev {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .room-slider_prev {
    margin-right: 10px;
  }
}

.room-slider_next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.room-slider_count {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.313rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .room-slider_count {
    margin-right: 10px;
  }
}
.room-slider_count .RScurrentSlide,
.room-slider_count .RScurrentReviews {
  font-size: 2.25rem;
  line-height: 100%;
  margin-right: 5px;
}

.pict {
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 730px;
  background-color: #84DADE;
  position: relative;
  background-image: url(../images/girl-water-bg.jpg);
  background-size: cover;
}
@media (max-width: 480px) {
  .pict {
    min-height: 400px;
    height: calc(100vh - 59px);
  }
}
.pict_content {
  top: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
.pict_img {
  position: relative;
  width: 974px;
  height: 700px;
}
@media (max-width: 1024px) {
  .pict_img {
    display: none;
  }
}
.pict_img-mob {
  display: none;
}
@media (max-width: 1024px) {
  .pict_img-mob {
    display: block;
  }
}
.pict_numbers {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pict_girl {
  position: absolute;
  top: 0px;
  left: 10%;
  -webkit-animation: wiggle 8s infinite ease-in-out 1s;
  animation: wiggle 8s infinite ease-in-out 1s;
}
.pict_text {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #000000;
}
@media (max-width: 1024px) {
  .pict_text {
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .pict_text {
    position: relative;
    padding-bottom: 20px;
  }
}
.pict_text a {
  color: #fff;
  font-weight: 500;
}
.pict_text a:hover {
  text-decoration: none;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(5deg);
    transform: translateX(-10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(5deg);
    transform: translateX(-10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.price-table-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .price-table-bottom {
    display: block;
  }
}
.price-table-bottom span {
  max-width: 285px;
}
@media (max-width: 1024px) {
  .price-table-bottom span {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .price-table-bottom .blue-btn {
    margin-top: 10px;
    width: 180px;
    height: 36px;
  }
}

.notification-section {
  background-color: #073749;
  background-image: url(../images/notification-section_bg.jpg);
  background-size: cover;
  padding: 88px 0 110px 0;
}
@media (max-width: 480px) {
  .notification-section {
    padding: 40px 0 60px 0;
  }
}
.notification-section .inner-title {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .notification-section .inner-title {
    margin-bottom: 30px;
  }
}

.notification-slider {
  position: relative;
  padding: 0 70px;
}
@media (max-width: 1350px) {
  .notification-slider {
    padding: 0 60px;
  }
}
@media (max-width: 480px) {
  .notification-slider {
    padding: 0 30px;
  }
}
.notification-slider_item {
  margin: 0 10px;
}
.notification-slider_prev, .notification-slider_next {
  width: 35px;
  height: 35px;
  background-image: url(../images/sprite.svg#slider-arrow_white-bold);
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
@media (max-width: 480px) {
  .notification-slider_prev, .notification-slider_next {
    width: 25px;
    height: 25px;
  }
}
.notification-slider_prev:hover, .notification-slider_next:hover {
  background-image: url(../images/sprite.svg#slider-arrow_blue-bold);
}
.notification-slider_prev {
  left: 0;
}
.notification-slider_next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}

.notification {
  background: #9eb5bc;
  padding: 39px 45px 20px 45px;
  font-size: 1.125rem;
  text-align: center;
  color: #151515;
  min-height: 185px;
}
@media (max-width: 480px) {
  .notification {
    padding: 35px 30px;
  }
}
.notification_title {
  text-transform: uppercase;
  font-weight: 500;
}
.notification p {
  color: #151515;
}

.list-blue {
  font-size: 1rem;
}
.list-blue li {
  margin-bottom: 15px !important;
}

.list-black {
  font-size: 1rem;
}
.list-black li {
  margin-bottom: 15px !important;
}
.list-black li:before {
  background-color: #000 !important;
}
.list-black--lg {
  font-size: 1.125rem;
}
.list-black--lg li:before {
  top: 10px !important;
}
@media (max-width: 480px) {
  .list-black--lg li:before {
    top: 7px !important;
  }
}
.list-black--mb20 {
  margin-bottom: 20px !important;
}

.sm-list-black {
  font-size: 1rem;
}
.sm-list-black li {
  margin-bottom: 5px !important;
}
.sm-list-black li:before {
  background-color: #000 !important;
}

.list-white li:before {
  background-color: #fff !important;
}

.aside-text {
  padding-top: 60px;
  max-width: 650px;
}
@media (max-width: 1350px) {
  .aside-text {
    padding-top: 20px;
  }
}
.aside-text a {
  color: #000;
  text-decoration: none;
  display: block;
}

.block-awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 67px;
}
@media (max-width: 1024px) {
  .block-awards {
    display: block;
  }
}
@media (max-width: 480px) {
  .block-awards {
    margin-bottom: 60px;
  }
}

.awards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  max-width: 366px;
}
@media (max-width: 1024px) {
  .awards-item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.awards-item_img {
  padding-right: 20px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .awards-item_img {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .awards-item_img {
    width: 150px;
    padding-right: 20px;
  }
}
.awards-item_img:after {
  content: "";
  display: block;
  height: 112px;
  width: 2px;
  background-color: #101820;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -56px;
}
@media (max-width: 480px) {
  .awards-item_img:after {
    height: 80px;
    width: 1px;
    margin-top: -40px;
  }
}
.awards-item_text {
  padding-left: 20px;
  font-weight: 500;
  font-size: 1rem;
  max-width: 350px;
  line-height: 150%;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .awards-item_text {
    padding-left: 20px;
  }
}

.event-banner {
  height: 396px;
  width: 100%;
  background-color: #1d3157;
  padding: 67px 100px;
  background-image: url(../images/event-banner.jpg);
  background-size: cover;
  background-position: right;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .event-banner {
    padding: 60px 30px 70px 30px;
    height: auto;
    margin-bottom: 30px;
    background-image: none !important;
  }
}
.event-banner_text {
  max-width: 500px;
}
@media (max-width: 480px) {
  .event-banner_text {
    text-align: center;
  }
}
.event-banner_title {
  font-weight: 500;
  font-size: 2.25rem;
  color: #fff;
  display: block;
  margin-bottom: 56px;
}
@media (max-width: 480px) {
  .event-banner_title {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
}

.batch {
  background-color: #1d3157;
  background-image: url(../images/batch.jpg);
  background-size: cover;
  background-position: right;
  padding: 30px 0;
  height: 705px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .batch {
    height: 580px;
  }
}
@media (max-width: 480px) {
  .batch {
    height: auto;
    padding: 80px 0;
  }
}

.batch-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 840px;
  margin-bottom: 55px;
}
@media (max-width: 480px) {
  .batch-columns {
    display: block;
    margin-bottom: 40px;
  }
}
.batch-columns_item {
  width: 47%;
}
@media (max-width: 480px) {
  .batch-columns_item {
    width: 100%;
  }
}
.batch-columns li {
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 15px !important;
}
@media (max-width: 480px) {
  .batch-columns li {
    margin-bottom: 8px !important;
  }
}
.batch-columns li:before {
  background-color: #fff !important;
}

.batch-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 700px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px;
}
@media (max-width: 480px) {
  .batch-book {
    display: block;
    margin-bottom: 40px;
  }
}

.batch-price {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .batch-price {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.batch-price_title {
  font-weight: 300;
  font-size: 1.875rem;
  color: #ffffff;
  display: block;
  margin-bottom: 6px;
}
.batch-price_subtitle {
  font-size: 1.125rem;
  color: #ffffff;
  display: block;
}

.batch-description {
  color: #fff;
  font-size: 1.125rem;
}
.batch-description b {
  color: #fff;
}

.about-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 70px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 47px;
}
@media (max-width: 1300px) {
  .about-book {
    display: block;
  }
}
@media (max-width: 1024px) {
  .about-book {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .about-book {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}

.about-book-price {
  margin-right: 20px;
}
@media (max-width: 1300px) {
  .about-book-price {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.about-book-price_title {
  font-weight: 300;
  font-size: 1.875rem;
  display: block;
  margin-bottom: 6px;
}
.about-book-price_subtitle {
  font-size: 1.125rem;
  display: block;
}

.other-rooms {
  margin-bottom: 98px;
}
.other-rooms_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .other-rooms_list {
    display: block;
  }
}
.other-rooms .room {
  width: 48%;
}
@media (max-width: 1024px) {
  .other-rooms .room {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .other-rooms .room {
    width: 100%;
    margin-bottom: 20px;
  }
}

.offer .batch-columns {
  max-width: 650px;
}

.text-w-border-left {
  border-left: 3px solid #101820;
  padding: 5px 30px;
  font-weight: 500;
  color: #101820;
  line-height: 140%;
}
@media (max-width: 480px) {
  .text-w-border-left {
    padding: 3px 20px;
  }
}
.text-w-border-left a {
  display: block;
  color: #101820;
  text-decoration: none;
}
.text-w-border-left--nm {
  margin-left: 0 !important;
  margin-top: 40px !important;
}
@media (max-width: 480px) {
  .text-w-border-left--nm {
    margin-top: 30px !important;
  }
}

.text-w-border-left--black {
  border-left: 2px solid #101820;
  padding: 10px 35px;
  font-weight: 500;
  color: #101820;
  line-height: 140%;
  margin-left: 60px;
}
@media (max-width: 1024px) {
  .text-w-border-left--black {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .text-w-border-left--black {
    padding: 3px 20px;
  }
}
.text-w-border-left--black a {
  display: block;
  color: #101820;
  text-decoration: none;
}
.text-w-border-left--black .btn-border-black,
.text-w-border-left--black .btn-border {
  width: 266px;
  padding: 8px 10px 12px 10px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .text-w-border-left--black .btn-border-black,
  .text-w-border-left--black .btn-border {
    width: 240px;
  }
}
@media (max-width: 480px) {
  .text-w-border-left--black .btn-border-black,
  .text-w-border-left--black .btn-border {
    width: 200px;
    padding: 10px 5px 12px 5px;
  }
}
.text-w-border-left--black .btn-border {
  color: #84DADE;
}
.text-w-border-left--black .btn-border:hover {
  color: #000;
}

.btn-w-wrapper {
  background: #212322;
  padding: 29px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-w-wrapper .blue-btn {
  width: 396px;
  height: 70px;
}
@media (max-width: 480px) {
  .btn-w-wrapper .blue-btn {
    width: 100%;
    height: auto;
    padding: 16px;
  }
}

.block-btn-w-wrapper {
  background-color: #212322;
  background-image: url(../images/block-btn-w-wrapper_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 56px 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .block-btn-w-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .block-btn-w-wrapper {
    padding: 50px 20px;
  }
}
.block-btn-w-wrapper_title {
  font-weight: 500;
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .block-btn-w-wrapper_title {
    margin-bottom: 26px;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .block-btn-w-wrapper_title {
    font-size: 1.75rem;
  }
}
.block-btn-w-wrapper .blue-btn {
  width: 260px;
  height: 52px;
}
@media (max-width: 768px) {
  .block-btn-w-wrapper .blue-btn {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .block-btn-w-wrapper .blue-btn {
    width: 170px;
    height: 44px;
  }
}

.offer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
.offer-list_item {
  width: 49%;
  height: 240px;
  background-color: #101820;
  text-decoration: none;
  color: #fff;
  padding: 41px 42px;
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  margin-bottom: 26px;
  position: relative;
}
@media (max-width: 1024px) {
  .offer-list_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .offer-list_item {
    height: 200px;
    padding: 30px;
  }
}
.offer-list_item:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.offer-list_item:hover:after {
  opacity: 0.3;
}
.offer-list_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 90%;
  z-index: 2;
  position: relative;
}
@media (max-width: 480px) {
  .offer-list_text {
    width: 100%;
  }
}
.offer-list_title {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .offer-list_title {
    font-size: 1.5rem;
  }
}
.offer-list_subtitle {
  font-weight: 500;
  font-size: 1rem;
}
.offer-list_description {
  font-weight: 300;
  font-size: 1rem;
}
.offer-list_description b {
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 4px;
}

.so-block {
  margin-bottom: 40px;
  color: #151515;
  font-weight: 300;
  font-size: 1rem;
  line-height: 150%;
}
@media (max-width: 480px) {
  .so-block {
    margin-bottom: 25px;
  }
}
.so-block_price {
  font-weight: 500;
  font-size: 1.5rem;
  display: block;
}

.t-block {
  margin-bottom: 30px;
  color: #151515;
  font-weight: 300;
  font-size: 1rem;
  line-height: 150%;
}
@media (max-width: 480px) {
  .t-block {
    margin-bottom: 25px;
  }
}
.t-block_price {
  font-weight: 500;
  font-size: 1.5rem;
}
.t-block_description {
  font-weight: 300;
  font-size: 0.813rem;
  line-height: 130%;
  margin-top: 10px;
  display: block;
}
@media (max-width: 480px) {
  .t-block_description {
    margin-top: 8px;
  }
}

.other-offers-slider_section {
  margin-bottom: 80px;
}

.other-offers-slider {
  position: relative;
}
.other-offers-slider--slick {
  padding: 0 60px;
}
@media (max-width: 480px) {
  .other-offers-slider--slick {
    padding: 0 20px;
  }
}
.other-offers-slider--slick .other-offers-slider_prev,
.other-offers-slider--slick .other-offers-slider_next {
  display: block;
}
.other-offers-slider--slick .offer-list_item {
  background-size: cover;
}
.other-offers-slider--two .other-offers-slider_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .other-offers-slider--two .other-offers-slider_list {
    display: block;
  }
}
.other-offers-slider--two .other-offers-slider_item {
  width: 49%;
  display: block;
  padding: 0;
}
@media (max-width: 1024px) {
  .other-offers-slider--two .other-offers-slider_item {
    width: 100%;
  }
}
.other-offers-slider--two .offer-list_item {
  background-size: cover;
}
.other-offers-slider_item {
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 0;
}
.other-offers-slider .offer-list_item {
  width: 100%;
}
.other-offers-slider_prev, .other-offers-slider_next {
  width: 35px;
  height: 35px;
  background-image: url(../images/sprite.svg#slider-arrow_black);
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  display: none;
}
@media (max-width: 480px) {
  .other-offers-slider_prev, .other-offers-slider_next {
    width: 25px;
    height: 25px;
  }
}
.other-offers-slider_prev:hover, .other-offers-slider_next:hover {
  background-image: url(../images/sprite.svg#slider-arrow_blue-bold);
}
.other-offers-slider_prev {
  left: 0;
}
.other-offers-slider_next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}

.r-menu-section {
  padding-top: 100px;
  margin-bottom: 65px;
}
@media (max-width: 480px) {
  .r-menu-section {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}

.r-menu-block {
  margin-bottom: 70px;
}
.r-menu-block_img {
  background-color: #1d3157;
  width: 100%;
  height: 424px;
  margin-bottom: 31px;
}
@media (max-width: 1024px) {
  .r-menu-block_img {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .r-menu-block_img {
    height: 180px;
    margin-bottom: 20px;
  }
}
.r-menu-block_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.r-menu-tabs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 33px;
}
@media (max-width: 480px) {
  .r-menu-tabs-head {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.r-menu-tabs-head_item {
  border: 1px solid #eeeeee;
  padding: 14px 35px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .r-menu-tabs-head_item {
    padding: 10px 5px;
    margin-bottom: 8px;
    width: 47.5%;
    text-align: center;
    margin-right: 0;
    white-space: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.r-menu-tabs-head_item.active {
  background: #151515;
  color: #fff;
}

.r-menu-tabs-body_item:not(:first-child) {
  display: none;
}
.r-menu-tabs-body table td {
  border: none;
  color: #151515;
}
.r-menu-tabs-body table td:nth-child(1) {
  width: 85%;
}
.r-menu-tabs-body table td:nth-child(2) {
  width: 15%;
}
.r-menu-tabs-body table tr:nth-child(odd) {
  background: none;
}

.r-menu_title {
  display: block;
  font-size: 1.125rem !important;
  font-weight: 500;
}
.r-menu_subtitle {
  font-size: 0.875rem !important;
  font-weight: 400;
}
.r-menu_price {
  font-size: 1.125rem !important;
  font-weight: 500;
}

.inner-subtitle {
  font-weight: 500;
  font-size: 1.375rem;
  display: block;
  margin-bottom: 20px;
}

.inner-sm-title {
  font-weight: 500;
  font-size: 1.5rem;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.aside-sticky {
  padding-top: 62px;
  position: sticky;
  top: 0px;
}
@media (max-width: 1024px) {
  .aside-sticky {
    position: relative;
    padding-top: 0;
  }
}
.aside-sticky .aside-form {
  padding-top: 30px;
}

.about-slider .text-w-border-left--black {
  margin-top: 72px;
}
@media (max-width: 1600px) {
  .about-slider .text-w-border-left--black {
    margin-top: 68px;
  }
}
@media (max-width: 1600px) {
  .about-slider .text-w-border-left--black {
    margin-top: 62px;
  }
}
@media (max-width: 1024px) {
  .about-slider .text-w-border-left--black {
    margin-top: 0px;
  }
}

.n-plans-text .list-black {
  margin-bottom: 40px;
}
.n-plans-text .list-black li {
  margin-bottom: 5px !important;
}

.spa-block {
  margin-bottom: 55px;
}

.spa-head {
  color: #ffffff;
  padding: 50px 39px 66px 39px;
  background-color: #101820;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .spa-head {
    padding: 30px 20px;
  }
}
.spa-head_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  z-index: 1;
}
.spa-head_text {
  position: relative;
  z-index: 2;
  max-width: 456px;
}
.spa-head_title {
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.spa-head_description {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}

.h-text_hidden {
  padding-top: 1px;
  display: none;
}
.h-text_hidden p:first-child {
  margin-top: 0;
}

.mc-select-block {
  margin-bottom: 49px;
}

.mc-select {
  position: relative;
  max-width: 300px;
  width: 300px;
}
@media (max-width: 480px) {
  .mc-select {
    width: 240px;
  }
}
.mc-select.active .mc-select_body {
  opacity: 1;
  visibility: visible;
}
.mc-select.active .mc-select_icon:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mc-select_header {
  font-weight: 500;
  font-size: 54px;
  color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 1px solid #5e5e5e;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .mc-select_header {
    width: 100%;
    font-size: 34px;
    padding-bottom: 8px;
  }
}
.mc-select_icon {
  width: 37px;
  height: 37px;
  border: 1px solid #84DADE;
  cursor: pointer;
  display: block;
  position: relative;
}
@media (max-width: 480px) {
  .mc-select_icon {
    width: 34px;
    height: 34px;
  }
}
.mc-select_icon:after {
  content: "";
  width: 14px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -6px;
  background-image: url(../images/sprite.svg#arrow-down_blue);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mc-select_body {
  background: rgb(55, 55, 55);
  padding: 26px;
  color: #fff;
  font-weight: 300;
  font-size: 1.125rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .mc-select_body {
    padding: 20px;
    font-size: 14px;
  }
}
.mc-select_item {
  padding: 6px 0px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .mc-select_item {
    padding: 5px 0;
  }
}
.mc-select_item:hover {
  color: #84DADE;
}
.mc-select_label {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-size: 1rem;
  max-width: 292px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.btns-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .btns-block {
    display: block;
  }
}
@media (max-width: 480px) {
  .btns-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
.btns-block .btn-border {
  margin-top: 0;
  margin-right: 10px;
  padding: 12px 20px 17px 20px;
}
@media (max-width: 1024px) {
  .btns-block .btn-border {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
    width: 220px;
    padding: 12px 10px 17px 10px;
  }
}
@media (max-width: 480px) {
  .btns-block .btn-border {
    padding: 8px 6px 12px 6px;
    margin-bottom: 6px;
    margin-right: 5px;
    width: auto;
  }
}
.btns-block .btn-border:last-child {
  margin-right: 0;
}

.p-certificates_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .p-certificates_grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .p-certificates_grid {
    display: block;
  }
}
.p-certificates_grid .certificate {
  margin-right: 0 !important;
  width: 100% !important;
}
.p-certificates_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .p-certificates_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-certificates_list--light-blue .certificate:hover .certificate_text {
  background-color: #76c6d1;
}
.p-certificates_list--light-blue .certificate_text {
  background: #89ced7;
  color: #1d3157;
}
.p-certificates_list--light-blue .certificate_title {
  font-weight: 600;
  color: #1d3157;
}
.p-certificates_list--light-blue .certificate_description,
.p-certificates_list--light-blue .certificate_description p {
  color: #1d3157;
  opacity: 1;
}
.p-certificates_list--light-blue .certificate_description li:before {
  background: #1d3157;
}
.p-certificates_list--light-blue .certificate_price {
  font-weight: 500;
}
.p-certificates_list--light-blue .cert-link {
  color: #1d3157;
}
.p-certificates_list--light-blue .btn-border {
  background: #1d3157;
  color: #fff;
  border: 1px solid #1d3157;
}
.p-certificates_list--light-blue .btn-border:hover {
  background-color: transparent;
  color: #1d3157;
}
.p-certificates_list--blue .certificate:hover .certificate_text {
  background-color: #172644;
}
.p-certificates_list--blue .certificate_text {
  background: #1d3157;
  color: #89ced7;
}
.p-certificates_list--blue .certificate_title {
  font-weight: 600;
  color: #89ced7;
}
.p-certificates_list--blue .certificate_description,
.p-certificates_list--blue .certificate_description p {
  color: #89ced7;
  opacity: 1;
}
.p-certificates_list--blue .certificate_price {
  font-weight: 500;
}
.p-certificates_list--blue .cert-link {
  color: #89ced7;
}
.p-certificates_list--blue .btn-border {
  background: #89ced7;
  color: #151515;
  border: 1px solid #89ced7;
}
.p-certificates_list--blue .btn-border:hover {
  background-color: transparent;
  color: #89ced7;
}
.p-certificates_list--blue .radio-group_title {
  color: #89ced7;
}
.p-certificates_list--violet .certificate:hover .certificate_text {
  background-color: #8c9ed2;
}
.p-certificates_list--violet .certificate_text {
  background: #9eadd9;
  color: #1d3157;
}
.p-certificates_list--violet .certificate_title {
  font-weight: 600;
  color: #1d3157;
}
.p-certificates_list--violet .certificate_description,
.p-certificates_list--violet .certificate_description p {
  color: #1d3157;
  opacity: 1;
}
.p-certificates_list--violet .certificate_description li:before {
  background: #1d3157;
}
.p-certificates_list--violet .certificate_price {
  font-weight: 500;
}
.p-certificates_list--violet .cert-link {
  color: #1d3157;
}
.p-certificates_list--violet .btn-border {
  background: #1d3157;
  color: #fff;
  border: 1px solid #1d3157;
}
.p-certificates_list--violet .btn-border:hover {
  background-color: transparent;
  color: #1d3157;
}
.p-certificates .certificate {
  margin: 0 0 35px 0;
  width: 32%;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .p-certificates .certificate {
    width: 49%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .p-certificates .certificate {
    width: 100%;
  }
}
.p-certificates .certificate:nth-child(3n) {
  margin-right: 0;
}
.p-certificates .certificate_img {
  height: 220px;
}
@media (max-width: 480px) {
  .p-certificates .certificate_img {
    height: 180px;
  }
}
.p-certificates .certificate_text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 35px;
}
@media (max-width: 480px) {
  .p-certificates .certificate_text {
    padding: 21px 29px;
  }
}
.p-certificates .certificate_title {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .p-certificates .certificate_title {
    margin-bottom: 18px;
  }
}
.p-certificates .certificate_description {
  font-size: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1350px) {
  .p-certificates .certificate_description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .p-certificates .certificate_description {
    font-size: 13px;
  }
}
.p-certificates .certificate_description p {
  font-size: 15px;
}
@media (max-width: 1350px) {
  .p-certificates .certificate_description p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .p-certificates .certificate_description p {
    font-size: 13px;
  }
}
.p-certificates .certificate_description li {
  font-size: 15px;
  margin-bottom: 8px;
}
@media (max-width: 1350px) {
  .p-certificates .certificate_description li {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .p-certificates .certificate_description li {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.p-certificates .certificate_price {
  font-size: 17px;
}
@media (max-width: 480px) {
  .p-certificates .certificate_price {
    margin-bottom: 0px;
    font-size: 13px;
  }
}
.p-certificates .certificate .btn-border {
  padding: 10px 20px 12px 20px;
  width: 152px;
  height: 42px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .p-certificates .certificate .btn-border {
    width: 123px;
    height: 32px;
    font-size: 13px;
    padding: 4px 10px 7px 10px;
  }
}
@media (max-width: 480px) {
  .p-certificates .certificate_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.a-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .a-block-list {
    display: block;
  }
}

.a-block {
  width: 47%;
  margin-bottom: 74px;
  background-color: #89ced7;
  border-radius: 30px;
  padding: 53px 49px;
  background-image: url(../images/a-block-bg_right.svg);
  background-size: cover;
  color: #334059;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .a-block {
    width: 48%;
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .a-block {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .a-block {
    margin-bottom: 20px;
    padding: 36px 30px;
  }
}
.a-block_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.a-block_top {
  margin-bottom: auto;
  position: relative;
  z-index: 1;
}
.a-block_title {
  font-size: 2rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 46px;
  font-weight: 400;
  font-family: "EngraversGothic", sans-serif;
}
@media (max-width: 480px) {
  .a-block_title {
    margin-bottom: 25px;
  }
}
.a-block_subtitle {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 12px;
}
.a-block_subtitle p {
  font-weight: 500;
  font-size: 1rem;
}
.a-block ul li {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .a-block ul li {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.a-block ul li:before {
  top: 5px;
  background-color: #334059;
}
.a-block_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .a-block_bottom {
    margin-top: 20px;
  }
}
.a-block_price-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .a-block_price-group {
    display: block;
  }
}
@media (max-width: 1024px) {
  .a-block_price-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 650px) {
  .a-block_price-group {
    display: block;
    margin-right: 0;
  }
}
.a-block_price-old {
  font-weight: 500;
  font-size: 1.25rem;
  color: #ff0e0e;
  display: block;
  margin-right: 15px;
  text-decoration: line-through;
  white-space: nowrap;
}
.a-block_price {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 550px) {
  .a-block_price {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .a-block_price {
    margin-bottom: 9px;
  }
}
.a-block_price-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  background-color: #fff;
  color: #F37978;
  padding: 14px 30px 13px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .a-block_price-btn {
    padding: 11px 30px 9px;
  }
}
.a-block_btn {
  background: #334059;
  border-radius: 90px;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 35px;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 2px solid #334059;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .a-block_btn {
    padding: 11px 25px;
  }
}
.a-block_btn:hover {
  background-color: transparent;
  color: #334059;
}
.a-block_btn-full {
  background: #fff;
  border-radius: 90px;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F37978;
  padding: 15px 35px;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@media (max-width: 480px) {
  .a-block_btn-full {
    padding: 11px 25px;
  }
}
.a-block_btn-full:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.a-block_link {
  color: #fff;
  font-size: 1rem;
  margin-right: 12px;
}
@media (max-width: 550px) {
  .a-block_link {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
.a-block_link:hover {
  text-decoration: none;
}
.a-block .n-checkbox {
  margin-top: 15px;
}
.a-block .n-checkbox div {
  padding-top: 3px;
}
@media (max-width: 480px) {
  .a-block .n-checkbox div {
    padding-top: 4px;
  }
}
.a-block--dark-blue {
  color: #84dade;
}
.a-block--dark-blue .a-block_btn {
  background: #84dade;
  color: #31415e;
  border-color: #84dade;
}
.a-block--dark-blue .a-block_btn:hover {
  background-color: transparent;
  color: #84dade;
}
.a-block--dark-blue ul li:before {
  background-color: #84dade;
}
.a-block--dark-blue .n-checkbox {
  color: #84dade;
}
.a-block--dark-blue .n-checkbox input + label:before,
.a-block--dark-blue .n-checkbox input + label:after {
  border-color: #84dade;
}
.a-block--dark-blue .n-checkbox a {
  color: #84dade;
}
.a-block--black {
  color: #ffffff;
}
.a-block--black .a-block_btn {
  background: #ffffff;
  color: #101820;
  border-color: #ffffff;
}
.a-block--black .a-block_btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.a-block--black ul li:before {
  background-color: #fff;
}
.a-block--black .n-checkbox {
  color: #fff;
}
.a-block--black .n-checkbox input + label:before,
.a-block--black .n-checkbox input + label:after {
  border-color: #fff;
}
.a-block--black .n-checkbox a {
  color: #fff;
}
.a-block--spa {
  background: url(../images/a-block-spa_bg.png);
  background-size: cover;
  color: #ffffff;
}
.a-block--spa .a-block_btn {
  background: #ffffff;
  color: #101820;
  border-color: #ffffff;
}
.a-block--spa .a-block_btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.a-block--spa ul li:before {
  background-color: #fff;
}
.a-block--spa .n-checkbox {
  color: #fff;
}
.a-block--spa .n-checkbox input + label:before,
.a-block--spa .n-checkbox input + label:after {
  border-color: #fff;
}
.a-block--spa .n-checkbox a {
  color: #fff;
}
.a-block--christmas {
  position: relative;
}
.a-block--christmas .a-block_title {
  padding-right: 150px;
}
@media (max-width: 1350px) {
  .a-block--christmas .a-block_title {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  .a-block--christmas .a-block_title {
    padding-right: 80px;
  }
}
@media (max-width: 480px) {
  .a-block--christmas .a-block_title {
    padding-right: 50px;
  }
}
@media (max-width: 380px) {
  .a-block--christmas .a-block_title {
    padding-right: 0;
  }
}
.a-block--sale {
  background-image: url(../images/a-block_sale.jpg);
  background-size: cover;
  background-position: center;
}
.a-block--sale .a-block_btn {
  background: #3FA6C5;
  color: #fff;
  border-color: #3FA6C5;
}
.a-block--sale .a-block_btn:hover {
  background-color: transparent;
  color: #3FA6C5;
}
.a-block--sale .a-block_price-group {
  background: #3FA6C5;
  border-radius: 30px;
  color: #fff;
  padding: 13px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1px 10px;
}
@media (max-width: 550px) {
  .a-block--sale .a-block_price-group {
    padding: 13px;
  }
}
@media (max-width: 480px) {
  .a-block--sale .a-block_price-group {
    padding: 11px;
  }
}
.a-block--sale .a-block_price-group .a-block_price-old {
  color: #7CD9E1;
  margin-right: 0;
}
.a-block--sale .a-block_price-group .a-block_price {
  margin-bottom: 0;
}

.a-block-gift-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
}
@media (max-width: 480px) {
  .a-block-gift-wrap {
    margin: 16px 0;
  }
}

.a-block-gift {
  padding: 11px 22px 11px;
  border-radius: 20px;
  color: #fff;
  background-color: #F37978;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}
@media (max-width: 480px) {
  .a-block-gift {
    padding: 7px 20px;
  }
}

.color-white {
  color: #FFFFFF;
}
.color-white li:before {
  background-color: #FFFFFF !important;
}
.color-white.n-checkbox {
  color: #fff;
}
.color-white.n-checkbox input + label:before,
.color-white.n-checkbox input + label:after {
  border-color: #fff;
}
.color-white.n-checkbox a {
  color: #fff;
}

.spa-tabs {
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  .spa-tabs {
    margin-bottom: 40px;
  }
}

.spa-tabs-head {
  background-color: #333;
}
.spa-tabs-head_item {
  height: 240px;
  width: 100%;
  background-color: #333;
}
@media (max-width: 480px) {
  .spa-tabs-head_item {
    height: 194px;
  }
}
.spa-tabs-head_item:not(:first-child) {
  display: none;
}
.spa-tabs-head_item .spa-head {
  width: 100%;
  height: 100%;
  padding-top: 42px;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .spa-tabs-head_item .spa-head {
    padding-top: 18px;
    padding-bottom: 10px;
  }
}

.spa-tabs-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 33px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .spa-tabs-controls {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.spa-tabs-controls_item {
  border: 1px solid #eeeeee;
  padding: 14px 25px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1350px) {
  .spa-tabs-controls_item {
    padding: 12px 20px;
  }
}
@media (max-width: 480px) {
  .spa-tabs-controls_item {
    padding: 10px 16px;
    margin-bottom: 8px;
    width: 47.5%;
    text-align: center;
    margin-right: 0;
  }
}
.spa-tabs-controls_item.active {
  background: #151515;
  color: #fff;
}

.spa-tabs-body_item:not(:first-child) {
  display: none;
}
.spa-tabs-body .services-table {
  border: none;
}

.aside-form-v2 {
  padding: 34px 57px 60px 57px;
  background: #f4f4f4;
}
@media (max-width: 480px) {
  .aside-form-v2 {
    padding: 34px 30px 40px 30px;
  }
}
.aside-form-v2 .aside-form-input {
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .aside-form-v2 .aside-form-input {
    margin-bottom: 18px;
  }
}
.aside-form-v2 .aside-form-input label {
  display: block;
  color: #000000;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 7px;
  font-weight: 300;
}
.aside-form-v2 .aside-form-input input {
  border: none;
  background-color: #fff;
  border-radius: 4px;
  height: 42px;
  padding: 3px 10px;
  width: 100%;
}
@media (max-width: 480px) {
  .aside-form-v2 .aside-form-input input {
    height: 40px;
  }
}
.aside-form-v2 .aside-form_top {
  padding-bottom: 0px;
  border-bottom: 1px solid #f4f4f4;
}
.aside-form-v2 .aside-cart-empty {
  padding-top: 5px;
  padding-bottom: 10px;
}
.aside-form-v2 .basket-blue-btn {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  height: 58px;
  width: 100%;
  max-width: 280px;
}
@media (max-width: 480px) {
  .aside-form-v2 .basket-blue-btn {
    font-size: 14px;
  }
}

.bottom-info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0a0a0a;
  padding: 13px 22px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  z-index: 2;
  display: none;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (max-width: 1024px) {
  .bottom-info {
    display: block;
  }
}
.bottom-info.active {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
}
.bottom-info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-info .blue-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
  width: 133px;
  height: 39px;
  padding: 5px 5px 10px 5px;
  font-weight: 300;
  font-size: 14px;
}

.banner-booking {
  padding: 67px 89px;
  background-color: #002a36;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 90px;
  background-image: url(../images/banner-booking.jpg);
  background-size: cover;
}
@media (max-width: 480px) {
  .banner-booking {
    padding: 50px 30px;
  }
}
.banner-booking_title {
  font-weight: 500;
  font-size: 2.25rem;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .banner-booking_title {
    margin-bottom: 30px;
  }
}
.banner-booking_subtitle {
  font-weight: 300;
  font-size: 1rem;
  display: block;
  margin-bottom: 45px;
}
@media (max-width: 480px) {
  .banner-booking_subtitle {
    margin-bottom: 35px;
  }
}

.section-sert {
  padding: 73px 0 100px 0;
  background-color: #f6f6f6;
}
@media (max-width: 480px) {
  .section-sert {
    padding-bottom: 60px;
  }
}

.p-certificates-list-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-certificates-list-two {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .p-certificates-list-two {
    display: block;
  }
}
.p-certificates-list-two .certificate {
  width: 39%;
  margin-bottom: 0;
  margin: 0 45px;
}
@media (max-width: 1350px) {
  .p-certificates-list-two .certificate {
    margin: 0 15px;
  }
}
@media (max-width: 1024px) {
  .p-certificates-list-two .certificate {
    margin: 0;
    width: 48%;
  }
}
@media (max-width: 768px) {
  .p-certificates-list-two .certificate {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.p-certificates-list-two .certificate_img {
  height: 315px;
}
@media (max-width: 1350px) {
  .p-certificates-list-two .certificate_img {
    height: 290px;
  }
}
@media (max-width: 768px) {
  .p-certificates-list-two .certificate_img {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .p-certificates-list-two .certificate_img {
    height: 220px;
  }
}
.p-certificates-list-two .certificate_price {
  font-size: 1.5rem;
}
.p-certificates-list-two .certificate .btn-border {
  height: 49px;
  padding: 13px 20px 10px 20px;
}
@media (max-width: 480px) {
  .p-certificates-list-two .certificate .btn-border {
    padding: 10px 20px 8px 20px;
    height: 42px;
  }
}

.rules-block {
  font-size: 1.125rem;
  margin-top: 43px;
  margin-left: 60px;
}
@media (max-width: 1024px) {
  .rules-block {
    margin-left: 0;
  }
}
.rules-block p {
  font-size: 1.125rem;
}

ul.list-w-number li {
  padding-left: 33px;
  margin-bottom: 11px;
}
ul.list-w-number li span {
  font-weight: 500;
  position: absolute;
  left: 0;
}
ul.list-w-number li:before {
  display: none;
}

.other-cert-slider_section {
  background-color: #f9f9f9;
  padding-top: 81px;
  padding-bottom: 98px;
}
@media (max-width: 480px) {
  .other-cert-slider_section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.other-cert-slider_section .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.other-cert-slider_section .slick-slide {
  height: inherit !important;
}
.other-cert-slider_section .certificate {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .other-cert-slider_section .certificate {
    min-height: 0;
  }
}
.other-cert-slider_section .certificate_img {
  height: 211px;
}
.other-cert-slider_section .certificate_text {
  padding: 24px 33px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1350px) {
  .other-cert-slider_section .certificate_text {
    padding: 24px 20px;
  }
}
.other-cert-slider_section .certificate_description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.other-cert-slider_section .certificate_price {
  font-size: 17px;
}
.other-cert-slider_section .certificate .btn-border {
  padding: 9px 20px 9px 20px;
  width: 152px;
  height: 42px;
  font-size: 14px;
}

.other-cert-slider_item {
  height: 100%;
}

.certificate:hover .certificate_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.certificate--m-light-blue:hover .certificate_text {
  background-color: #76c6d1;
}
.certificate--m-light-blue .certificate_text {
  background: #89ced7;
  color: #1d3157;
}
.certificate--m-light-blue .certificate_title {
  font-weight: 500;
  color: #1d3157;
}
.certificate--m-light-blue .certificate_description,
.certificate--m-light-blue .certificate_description p {
  color: #1d3157;
  opacity: 1;
}
.certificate--m-light-blue .certificate_description li:before {
  background: #1d3157;
}
.certificate--m-light-blue .certificate_price {
  font-weight: 500;
}
.certificate--m-light-blue .cert-link {
  color: #1d3157;
}
.certificate--m-light-blue .btn-border {
  background: #1d3157;
  color: #fff;
  border: 1px solid #1d3157;
}
.certificate--m-light-blue .btn-border:hover {
  background-color: transparent;
  color: #1d3157;
}
.certificate--blue:hover .certificate_text {
  background-color: #172644 !important;
}
.certificate--blue .certificate_text {
  background: #1d3157;
  color: #89ced7;
}
.certificate--blue .certificate_title {
  font-weight: 500;
  color: #89ced7;
}
.certificate--blue .certificate_description,
.certificate--blue .certificate_description p {
  color: #89ced7;
  opacity: 1;
}
.certificate--blue .certificate_description li:before {
  background: #89ced7;
}
.certificate--blue .certificate_price {
  font-weight: 500;
}
.certificate--blue .cert-link {
  color: #89ced7;
}
.certificate--blue .btn-border {
  background: #89ced7;
  color: #151515;
  border: 1px solid #89ced7;
}
.certificate--blue .btn-border:hover {
  background-color: transparent;
  color: #89ced7;
}
.certificate--violet:hover .certificate_text {
  background-color: #8c9ed2 !important;
}
.certificate--violet .certificate_text {
  background: #9eadd9;
  color: #1d3157;
}
.certificate--violet .certificate_title {
  font-weight: 500;
  color: #1d3157;
}
.certificate--violet .certificate_description,
.certificate--violet .certificate_description p {
  color: #1d3157;
  opacity: 1;
}
.certificate--violet .certificate_description li:before {
  background: #1d3157;
}
.certificate--violet .certificate_price {
  font-weight: 500;
}
.certificate--violet .cert-link {
  color: #1d3157;
}
.certificate--violet .btn-border {
  background: #1d3157;
  color: #fff;
  border: 1px solid #1d3157;
}
.certificate--violet .btn-border:hover {
  background-color: transparent;
  color: #1d3157;
}
.certificate--beige:hover .certificate_text {
  background-color: #cac3bc !important;
}
.certificate--beige .certificate_text {
  background-color: #d5d0ca;
  color: #1d3157;
}
.certificate--beige .certificate_title {
  font-weight: 500;
  color: #1d3157;
}
.certificate--beige .certificate_description,
.certificate--beige .certificate_description p {
  color: #1d3157;
  opacity: 1;
}
.certificate--beige .certificate_description li:before {
  background: #1d3157;
}
.certificate--beige .certificate_price {
  font-weight: 500;
}
.certificate--beige .cert-link {
  color: #1d3157;
}
.certificate--beige .btn-border {
  background: #1d3157;
  color: #fff;
  border: 1px solid #1d3157;
}
.certificate--beige .btn-border:hover {
  background-color: transparent;
  color: #1d3157;
}
.certificate--light-blue:hover .certificate_text {
  background-color: #b7d9ed !important;
}
.certificate--light-blue .certificate_text {
  background-color: #CBE4F2;
  color: #1d3157;
}
.certificate--light-blue .certificate_title {
  font-weight: 500;
  color: #1d3157;
}
.certificate--light-blue .certificate_description,
.certificate--light-blue .certificate_description p {
  color: #1d3157;
  opacity: 1;
}
.certificate--light-blue .certificate_description li:before {
  background: #1d3157;
}
.certificate--light-blue .certificate_price {
  font-weight: 500;
}
.certificate--light-blue .cert-link {
  color: #1d3157;
}
.certificate--light-blue .btn-border {
  background: #1d3157;
  color: #fff;
  border: 1px solid #1d3157;
}
.certificate--light-blue .btn-border:hover {
  background-color: transparent;
  color: #1d3157;
}
.certificate--black:hover .certificate_text {
  background-color: #070b0f;
}
.certificate--black .certificate_text {
  background-color: #0F1821 !important;
  color: #fff;
}
.certificate--black .certificate_title {
  font-weight: 600;
  color: #fff;
}
.certificate--black .certificate_description,
.certificate--black .certificate_description p {
  color: #fff;
  opacity: 1;
}
.certificate--black .certificate_description li:before {
  background: #fff;
}
.certificate--black .certificate_price {
  font-weight: 500;
}
.certificate--black .certificate_price--new {
  color: #04ABCF;
}
.certificate--black .radio-item input[type=radio] + label:after {
  background: #04ABCF;
}
.certificate--black .cert-link,
.certificate--black .radio-group_title {
  color: #fff;
}
.certificate--black .btn-border {
  background: #04ABCF;
  color: #fff;
  border: 1px solid #04ABCF;
}
.certificate--black .btn-border:hover {
  background-color: transparent;
  color: #04ABCF;
}

.other-cert-slider {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 480px) {
  .other-cert-slider {
    padding: 0 0px;
  }
}
.other-cert-slider_item {
  text-decoration: none;
  color: #fff;
  padding: 0;
  margin-bottom: 0;
}
.other-cert-slider_prev, .other-cert-slider_next {
  width: 35px;
  height: 35px;
  background-image: url(../images/sprite.svg#slider-arrow_black);
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  display: none;
}
@media (max-width: 480px) {
  .other-cert-slider_prev, .other-cert-slider_next {
    width: 25px;
    height: 25px;
  }
}
.other-cert-slider_prev:hover, .other-cert-slider_next:hover {
  background-image: url(../images/sprite.svg#slider-arrow_blue-bold);
}
.other-cert-slider_prev {
  left: 0;
}
@media (max-width: 480px) {
  .other-cert-slider_prev {
    left: -20px;
  }
}
.other-cert-slider_next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}
@media (max-width: 480px) {
  .other-cert-slider_next {
    right: -20px;
  }
}

.two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .two-columns {
    display: block;
  }
}
.two-columns_item {
  width: 45%;
}
@media (max-width: 1024px) {
  .two-columns_item {
    width: 100%;
  }
}
.two-columns_item--lg {
  width: 48%;
}
@media (max-width: 1024px) {
  .two-columns_item--lg {
    width: 100%;
  }
}

.rules-block-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 29px;
}
@media (max-width: 480px) {
  .rules-block-list_item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.rules-block-list_icon {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 33px;
}
@media (max-width: 480px) {
  .rules-block-list_icon {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }
}
.rules-block-list span {
  font-weight: 300;
  font-size: 1rem;
}
.rules-block-list--lg .rules-block-list_item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.rules-block-list--lg .rules-block-list_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}
@media (max-width: 480px) {
  .rules-block-list--lg .rules-block-list_icon {
    width: 45px;
    height: 45px;
  }
}
.rules-block-list--lg .rules-block-list_icon img {
  max-height: 100%;
}
.rules-block-list--lg span {
  line-height: 140%;
  font-size: 25px;
}
@media (max-width: 1350px) {
  .rules-block-list--lg span {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .rules-block-list--lg span {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .rules-block-list--lg span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .rules-block-list--lg span {
    font-size: 18px;
  }
}

.text-w-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .text-w-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.text-w-btn--border {
  border-top: 1px solid #e4e4e4;
  padding-top: 19px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.text-w-btn--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.text-w-btn--two {
  padding-top: 19px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.text-w-btn .t-block {
  margin-right: 20px;
  margin-bottom: 0;
}
.text-w-btn .blue-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .text-w-btn .blue-btn {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .text-w-btn .blue-btn {
    width: 120px;
    height: 40px;
  }
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-group--border-top {
  border-top: 1px solid #e4e4e4;
  padding-top: 19px;
}
.btn-group_item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .btn-group_item {
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
.btn-group_item:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .btn-group .blue-btn {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .btn-group .blue-btn {
    width: 140px;
    height: 40px;
  }
}

.certificate-bottom_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.certificate-bottom_wrap .certificate_price {
  margin-bottom: 0px !important;
}
.certificate-bottom .certificate_price {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}

.cert-link {
  font-weight: 500;
  font-size: 1rem;
  color: #1d3157;
  text-decoration: underline;
  letter-spacing: 0.02em;
  display: block;
  margin-left: 10px;
}
.cert-link:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  .mob-hide {
    display: none;
  }
}

@media (max-width: 480px) {
  .no-padding-mob {
    padding-bottom: 0;
  }
}

.offers-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 95px;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .offers-columns {
    display: block;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .offers-columns {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.offers-columns .about-text {
  padding-left: 0;
}
.offers-columns_aside {
  width: 50%;
  margin-left: 106px;
}
@media (max-width: 1024px) {
  .offers-columns_aside {
    margin-left: 0;
    width: 100%;
    padding-top: 20px;
  }
}
.offers-columns .offer-list_item {
  width: 100%;
  display: block;
}

.b-volvo {
  display: block;
  margin: 63px auto 63px auto;
  max-width: 1256px;
  border: 1px solid #dedede;
}
@media (max-width: 480px) {
  .b-volvo {
    border: none;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.search {
  background: #f4f4f4;
  padding: 65px 20px;
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .search {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .search {
    padding: 30px 20px;
  }
}

.search-input {
  position: relative;
  width: 80%;
  margin: 0 auto 24px auto;
}
@media (max-width: 768px) {
  .search-input {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .search-input {
    width: 100%;
  }
}
.search-input input {
  height: 56px;
  width: 100%;
  background-color: #fff;
  padding: 21px 160px 21px 21px;
  font-weight: 300;
  font-size: 16px;
  color: #616161;
  display: block;
  border: none;
}
@media (max-width: 480px) {
  .search-input input {
    padding-left: 15px;
    padding-right: 80px;
  }
}

.search-btn {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background-color: transparent;
}
@media (max-width: 480px) {
  .search-btn {
    right: 10px;
  }
}

.clear-btn {
  border: 1px solid #84DADE;
  border-radius: 90px;
  width: 80px;
  height: 20px;
  font-size: 11px;
  color: #84DADE;
  background-color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .clear-btn {
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    right: 50px;
  }
}
.clear-btn.active {
  opacity: 1;
  visibility: visible;
}
.clear-btn svg {
  margin-left: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .clear-btn svg {
    margin-left: 0;
  }
}
.clear-btn:hover {
  background-color: #84DADE;
  color: #fff;
}
.clear-btn:hover svg path {
  stroke: #fff;
}

.search-description {
  font-size: 1.125rem;
  text-align: center;
}

.acc-simple_item {
  border-bottom: 1px solid #d3d3d3;
}
.acc-simple_item:last-child {
  border: none;
}
.acc-simple_item.active {
  background: #f4f4f4;
}
.acc-simple_head {
  position: relative;
  padding: 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1.125rem;
  cursor: pointer;
}
@media (max-width: 480px) {
  .acc-simple_head {
    padding: 22px 15px;
  }
}
.acc-simple_head:after {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background-image: url(../images/sprite.svg#close-acc);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 480px) {
  .acc-simple_head:after {
    width: 12px;
    height: 12px;
  }
}
.acc-simple_head.active:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: grayscale(100%) contrast(0%);
  filter: grayscale(100%) contrast(0%);
}
.acc-simple_body {
  padding: 12px 40px 37px 40px;
  display: none;
}
@media (max-width: 480px) {
  .acc-simple_body {
    padding: 10px 15px 25px 15px;
  }
}

.f-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .f-tabs {
    display: block;
  }
}

.f-tabs-head {
  width: 320px;
  margin-right: 51px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1350px) {
  .f-tabs-head {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .f-tabs-head {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .f-tabs-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.f-tabs-head_item {
  padding: 18px 34px 18px 28px;
  cursor: pointer;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 1.125rem;
  position: relative;
}
@media (max-width: 1024px) {
  .f-tabs-head_item {
    padding: 15px 20px;
  }
}
@media (max-width: 480px) {
  .f-tabs-head_item {
    padding: 12px 15px;
    width: 47.5%;
    text-align: center;
    margin-bottom: 8px;
    border: 1px solid #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.f-tabs-head_item:after {
  content: "";
  width: 6px;
  height: 12px;
  display: block;
  background-image: url(../images/sprite.svg#arrow_blue);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .f-tabs-head_item:after {
    display: none;
  }
}
.f-tabs-head_item.active {
  border-color: #89ced7;
}
.f-tabs-head_item.active:after {
  opacity: 1;
  visibility: visible;
}

.f-tabs-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.f-tabs-body_item {
  display: none;
}
.f-tabs-body_item:first-child {
  display: block;
}
.f-tabs-body .acc-simple_item:first-child .acc-simple_head {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .f-tabs-body .acc-simple_item:first-child .acc-simple_head {
    padding-top: 32px;
  }
}
@media (max-width: 480px) {
  .f-tabs-body .acc-simple_item:first-child .acc-simple_head {
    padding-top: 22px;
  }
}

.complex-section {
  padding: 67px 0;
}
@media (max-width: 480px) {
  .complex-section {
    margin-bottom: 50px;
    padding: 50px 0;
  }
}

.complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .complex {
    display: block;
  }
}
.complex_text {
  width: 50%;
}
@media (max-width: 1500px) {
  .complex_text {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .complex_text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.complex-img {
  width: 50%;
}
@media (max-width: 1500px) {
  .complex-img {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .complex-img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .complex-img_item {
    margin: 0 auto;
  }
}

.complex-tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
@media (max-width: 480px) {
  .complex-tab-head {
    margin-bottom: 30px;
  }
}
.complex-tab-head_item {
  font-size: 1.375rem;
  line-height: 100%;
  padding-bottom: 7px;
  width: 115px;
  height: 32px;
  border-radius: 90px;
  cursor: pointer;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 9px;
  font-family: "EngraversGothic", sans-serif;
}
@media (max-width: 480px) {
  .complex-tab-head_item {
    width: 90px;
    height: 30px;
  }
}
.complex-tab-head_item:last-child {
  margin-right: 0;
}
.complex-tab-head_item.active {
  background-color: #04abcf;
  color: #fff;
}

.complex-tab-body_item,
.complex-img_item {
  display: none;
}
.complex-tab-body_item:first-child,
.complex-img_item:first-child {
  display: block;
}

.complex-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.complex-numbers_column {
  width: 50%;
}

.complex-numbers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-family: "EngraversGothic", sans-serif;
  margin-bottom: 10px;
  cursor: default;
}
.complex-numbers-item_number {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #222221;
  color: #fff;
  text-align: center;
  margin-right: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .complex-numbers-item_number {
    width: 20px;
    height: 20px;
  }
}
.complex-numbers-item_title {
  text-transform: uppercase;
}

a.link-tel {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
a.link-tel:hover {
  text-decoration: none;
}

.hidden-value {
  display: inline;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.sm-event-banner {
  margin-top: 50px;
  margin-left: 60px;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: block;
}
@media (max-width: 1024px) {
  .sm-event-banner {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .sm-event-banner {
    font-size: 14px;
    margin-top: 25px;
  }
}
.sm-event-banner_wrap {
  height: 229px;
  width: 100%;
  padding: 10px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .sm-event-banner_wrap {
    height: auto;
    padding: 40px 20px;
  }
}
.sm-event-banner_text {
  max-width: 320px;
}

.new-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 70px;
}
@media (max-width: 480px) {
  .new-block {
    padding-right: 0;
  }
}
.new-block_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .new-block_img {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }
}
.new-block_text {
  font-weight: 300;
  line-height: 133%;
}

.section-format {
  padding-bottom: 87px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 480px) {
  .section-format {
    padding-bottom: 50px;
  }
}

.format-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 1024px) {
  .format-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .format-list {
    display: block;
  }
}
.format-list .format {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .format-list .format {
    margin-bottom: 12px;
  }
}

.format {
  width: 32%;
  padding: 60px 40px 50px 40px;
  background: #1d3157;
  text-align: center;
  color: #89ced7;
}
@media (max-width: 1024px) {
  .format {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .format {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .format {
    padding: 45px 30px 35px 30px;
  }
}
.format_icon {
  margin: 0 auto 35px auto;
}
@media (max-width: 480px) {
  .format_icon {
    width: 160px;
  }
}
.format_title {
  height: 100px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .format_title {
    height: auto;
  }
}
.format_price {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 8px;
  display: block;
}
.format_description {
  font-weight: 300;
  font-size: 1rem;
  line-height: 112%;
  display: block;
  margin-bottom: 20px;
}
.format .blue-btn,
.format .dark-blue-btn {
  width: 200px;
  height: 55px;
  margin: 0 auto 50px auto;
  font-weight: 600;
  color: #1d3157;
}
@media (max-width: 480px) {
  .format .blue-btn,
  .format .dark-blue-btn {
    height: 44px;
    width: 180px;
    margin-bottom: 30px;
  }
}
.format--light-blue {
  background: #89ced7;
  color: #1d3157;
}
.format--light-blue .format-links_item {
  color: #1d3157;
  border-color: #1d3157;
}
.format--violet {
  background: #9eadd9;
  color: #1d3157;
}
.format--violet .format-links_item {
  color: #1d3157;
  border-color: #1d3157;
}

.format-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.format-links_item {
  font-weight: 300;
  font-size: 0.875rem;
  color: #84dade;
  text-decoration: none;
  padding: 0 15px;
  border-right: 1px solid #84dade;
}
.format-links_item:last-child {
  border: none;
}
.format-links_item:hover {
  text-decoration: underline;
}

.section-blanks {
  margin-top: 70px;
  margin-bottom: 90px;
}
@media (max-width: 480px) {
  .section-blanks {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}

.blank-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .blank-list {
    margin-top: 20px;
  }
}

.blank {
  width: 32%;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .blank {
    width: 49%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .blank {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .blank {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .blank:last-child {
    margin-bottom: 0;
  }
}
.blank_icon {
  width: 76px;
  height: 76px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 17px;
}
@media (max-width: 480px) {
  .blank_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px auto;
  }
}
.blank_text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 133%;
  margin-bottom: 20px;
  min-height: 110px;
  display: block;
}
@media (max-width: 1024px) {
  .blank_text {
    min-height: 0;
  }
}

.black-border-btn {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #101820;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #101820;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 18px 30px;
  font-family: "Rubik", sans-serif;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .black-border-btn {
    padding: 14px 22px;
  }
}
.black-border-btn:hover {
  background-color: #101820;
  color: #fff;
}
.black-border-btn--sm {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500px;
  padding: 3px 10px;
  width: 239px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .banner-desc {
    display: block;
  }
}
.banner-desc_left {
  width: 50%;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .banner-desc_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.banner-desc_right {
  width: 50%;
}
@media (max-width: 1024px) {
  .banner-desc_right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ticket-block {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.ticket-block .text-w-btn--border {
  border-top: none;
}
.ticket-block:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ticket-block-v2 {
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  .ticket-block-v2 {
    margin-bottom: 50px;
  }
}
.ticket-block-v2:last-child {
  margin-bottom: 50px;
}

.warning {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .warning {
    margin-bottom: 40px;
  }
}
.warning_icon {
  margin-bottom: 18px;
}
@media (max-width: 480px) {
  .warning_icon {
    width: 40px;
    margin-bottom: 10px;
  }
}
.warning p {
  color: #616161;
  font-weight: 300;
  font-size: 0.875rem;
}

.text-w-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .text-w-icon {
    margin-bottom: 30px;
  }
}
.text-w-icon_icon {
  margin-right: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.soc-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6px;
  gap: 5px 10px;
}

.soc-link {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  display: block;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}
.soc-link:hover {
  text-decoration: underline;
}
.soc-link:last-child {
  margin-right: 0;
}
.soc-link svg {
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .soc-link svg {
    margin-right: 6px;
  }
}

.r-banner {
  width: 89%;
  max-width: 595px;
  height: 224px;
  background-color: #cfcfcf;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  padding: 36px;
  margin: 50px 0;
  display: block;
}
@media (max-width: 480px) {
  .r-banner {
    width: 100%;
    height: 170px;
    padding: 20px;
    margin: 30px 0;
  }
}
.r-banner_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.r-banner_text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  z-index: 2;
  position: relative;
  max-width: 320px;
  display: block;
}
.r-banner_date {
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 193px;
  height: 42px;
  display: block;
  background-color: #04abcf;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .r-banner_date {
    width: 150px;
    height: 35px;
  }
}

.full-block {
  padding-top: 90px;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .full-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.full-block--ny {
  background-color: #89CED7;
  background-image: url(../images/ful-block_ny-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.full-block--pb0 {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .full-block--pb0 {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .full-block--pb0 {
    padding-bottom: 30px;
  }
}
.full-block--pt0 {
  padding-top: 0;
}

.proposal {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .proposal {
    margin-bottom: 40px;
  }
}
.proposal_top {
  height: 330px;
  width: 100%;
  background: #c4c4c4;
  position: relative;
  padding: 56px 86px;
}
@media (max-width: 1350px) {
  .proposal_top {
    padding: 50px 60px;
  }
}
@media (max-width: 1024px) {
  .proposal_top {
    padding: 50px 40px;
  }
}
@media (max-width: 480px) {
  .proposal_top {
    height: 200px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.proposal_top-text {
  z-index: 2;
  position: relative;
}
.proposal_title {
  font-weight: 500;
  font-size: 2.25rem;
  color: #fff;
  z-index: 2;
  max-width: 420px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .proposal_title {
    width: 100%;
  }
}
.proposal_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.proposal_bottom {
  padding: 67px 86px;
  background-color: #f4f4f4;
}
@media (max-width: 1350px) {
  .proposal_bottom {
    padding: 60px 60px;
  }
}
@media (max-width: 1024px) {
  .proposal_bottom {
    padding: 60px 40px;
  }
}
@media (max-width: 480px) {
  .proposal_bottom {
    padding: 20px 20px;
  }
}
.proposal_price {
  font-weight: 500;
  font-size: 1.875rem;
  margin-right: 10px;
}
.proposal .list-black li {
  margin-bottom: 5px !important;
}

.proposal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  max-width: 550px;
  margin-top: 16px;
}
@media (max-width: 480px) {
  .proposal-info {
    margin-top: 12px;
    font-size: 1rem;
  }
}
.proposal-info svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 13px;
}
@media (max-width: 480px) {
  .proposal-info svg {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}

.proposal-dates {
  font-weight: 500;
  font-size: 1.875rem;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .proposal-dates {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.proposal-dates_title {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .proposal-dates_title {
    margin-bottom: 8px;
  }
}

.proposal-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .proposal-columns {
    display: block;
  }
}
.proposal-columns_item {
  width: 47%;
}
@media (max-width: 768px) {
  .proposal-columns_item {
    width: 100%;
  }
}

.proposal-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .proposal-icons {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.proposal-icons_item {
  margin-right: 40px;
}
@media (max-width: 1350px) {
  .proposal-icons_item {
    margin-right: 25px;
    width: 68px;
  }
}
@media (max-width: 1024px) {
  .proposal-icons_item {
    margin-right: 20px;
    width: 60px;
  }
}
@media (max-width: 480px) {
  .proposal-icons_item {
    width: 40px;
  }
}
.proposal-icons_item:last-child {
  margin-right: 0;
}
.proposal-icons--inner {
  margin-bottom: 30px;
  margin-top: 27px;
}
@media (max-width: 480px) {
  .proposal-icons--inner {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.menu-banner {
  position: relative;
  margin-top: 20px;
}
.menu-banner_link {
  position: absolute;
  top: 42%;
  left: 66px;
  width: 220px;
  height: 55px;
  border: 1px solid #84DADE;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #84DADE;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .menu-banner_link {
    top: 40%;
    left: 20px;
    width: 130px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .menu-banner_link {
    top: 36%;
  }
}
.menu-banner_link:hover {
  background-color: #84DADE;
  color: #000;
}

.color-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .color-blocks {
    margin-bottom: 40px;
  }
}

.color-block {
  width: 48.5%;
  padding: 50px 50px 80px 50px;
  background-color: #84DADE;
  color: #1d3157;
  text-align: center;
}
@media (max-width: 768px) {
  .color-block {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .color-block {
    padding: 30px 30px 40px 30px;
  }
}
.color-block:last-child {
  margin-bottom: 0;
}
.color-block_img {
  margin: 0 auto 24px auto;
}
@media (max-width: 480px) {
  .color-block_img {
    margin-bottom: 16px;
  }
}
.color-block_title {
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .color-block_title {
    margin-bottom: 21px;
  }
}
.color-block_description {
  font-weight: 300;
  font-size: 1rem;
}

.booking-form-wrap {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .booking-form-wrap {
    margin-bottom: 40px;
  }
}
.booking-form-wrap--mt {
  margin-top: 25px;
}
@media (max-width: 480px) {
  .booking-form-wrap--mt {
    margin-top: 15px;
  }
}

.dop-banner {
  width: 100%;
  max-width: 607px;
  background: #9eadd9;
  padding: 40px 60px 45px 60px;
  color: #1d3157;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .dop-banner {
    padding: 30px 30px;
  }
}
.dop-banner_price {
  font-weight: 500;
}
.dop-banner_price span {
  font-size: 1.875rem;
}
@media (max-width: 1024px) {
  .dop-banner .simple-border-btn {
    margin-top: 18px;
  }
}
@media (max-width: 480px) {
  .dop-banner .simple-border-btn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.dop-banner-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .dop-banner-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.dop-banner-head_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}
@media (max-width: 480px) {
  .dop-banner-head_icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.dop-banner-head_title {
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.simple-border-btn {
  border: 1px solid #1d3157;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 18px 20px;
  text-decoration: none;
  color: #1d3157;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .simple-border-btn {
    padding: 14px 20px;
  }
}
.simple-border-btn:hover {
  background-color: #1d3157;
  color: #84DADE;
}

.holydays-banner {
  padding: 30px 58px 30px 50px;
  background-color: #002d5c;
  background-image: url(../images/holydays-banner.jpeg);
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .holydays-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-image: url(../images/holydays-banner_mob.jpeg);
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .holydays-banner {
    padding: 26px 20px;
  }
}
.holydays-banner_text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .holydays-banner_text {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .holydays-banner_text {
    margin-bottom: 20px;
  }
}
.holydays-banner_title {
  font-weight: bold;
  font-size: 1.625rem;
  margin-bottom: 13px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.holydays-banner_description {
  font-weight: 500;
  font-size: 1.188rem;
  margin-bottom: 13px;
}
.holydays-banner_sm-text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 135%;
}

@media (max-width: 550px) {
  .btn-wrap .a-block_btn {
    display: inline-block;
  }
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 60px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .m-modal {
    padding: 0;
  }
}
.m-modal.active {
  opacity: 1;
  visibility: visible;
}
.m-modal_block {
  margin: auto;
  max-width: 880px;
  width: 100%;
  background-color: #fff;
  padding: 66px 88px;
  position: relative;
}
@media (max-width: 1024px) {
  .m-modal_block {
    max-width: 100%;
    min-height: 100%;
  }
}
@media (max-width: 768px) {
  .m-modal_block {
    padding: 50px 30px;
  }
}

.m-modal-close {
  position: absolute;
  top: -34px;
  right: -34px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .m-modal-close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 480px) {
  .m-modal-close {
    top: 14px;
    right: 14px;
  }
}
.m-modal-close:hover svg path {
  fill: #5cced3;
}
@media (max-width: 480px) {
  .m-modal-close svg {
    width: 24px;
    height: 24px;
  }
}
.m-modal-close svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal-text_title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 36px;
}
@media (max-width: 480px) {
  .modal-text_title {
    margin-bottom: 25px;
  }
}
.modal-text_description {
  line-height: 144%;
  font-weight: 300;
  margin-bottom: 30px;
}
.modal-text_group-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 13px;
}
.modal-text_img {
  margin-right: 17px;
  margin-bottom: 17px;
  width: 264px;
  height: 163px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1024px) {
  .modal-text_img {
    width: 200px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .modal-text_img {
    width: 120px;
    height: 70px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.modal-text_img:last-child {
  margin-right: 0;
}
.modal-text_full-img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

.map-link {
  color: #84DADE;
  display: inline-block;
}
.map-link:before {
  content: "";
  width: 18px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/sprite.svg#map-link-icon);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
@media (max-width: 480px) {
  .map-link:before {
    width: 15px;
    height: 20px;
  }
}
.map-link:hover {
  text-decoration: none;
}

.modal-text-info {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .modal-text-info {
    margin-top: 30px;
  }
}
.modal-text-info_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 23px;
}
.modal-text-info_title {
  font-size: 1.125rem;
  margin-bottom: 0;
  margin-right: 20px;
  font-weight: 500;
}

.info-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 50px;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .info-block {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .info-block {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.info-block:last-child {
  margin-right: 0;
}
.info-block_icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .info-block_icon {
    width: 28px;
    height: 28px;
    border-radius: 5px;
  }
}
.info-block_text {
  padding: 0 13px;
  font-size: 0.875rem;
}
.info-block_title {
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  .info-block_title {
    margin-bottom: 1px;
  }
}
.info-block_description {
  font-weight: 300;
}

.nav-menu {
  border-bottom: 1px solid #c4c4c4;
  height: 69px;
  background-color: #fff;
  position: sticky;
  top: 0;
}
@media (max-width: 480px) {
  .nav-menu {
    height: 50px;
  }
}
.nav-menu_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.nav-menu_wrap:before, .nav-menu_wrap:after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  display: none;
  top: 0;
}
@media (max-width: 1120px) {
  .nav-menu_wrap:before, .nav-menu_wrap:after {
    display: block;
  }
}
.nav-menu_wrap:before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
  left: 52px;
}
.nav-menu_wrap:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  right: 55px;
}
.nav-menu_list {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  overflow-x: auto;
  overflow-y: hidden;
}
.nav-menu_list::-webkit-scrollbar {
  display: none;
}
.nav-menu_item {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  margin: 0 15px;
}
.nav-menu_item.active {
  color: #84DADE;
}
.nav-menu_item:focus {
  color: #7a99a8;
}
.nav-menu_item:focus.active {
  color: #84DADE;
}
.nav-menu_prev, .nav-menu_next {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #84DADE;
  background: none;
  cursor: pointer;
  display: none;
}
@media (max-width: 1120px) {
  .nav-menu_prev, .nav-menu_next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-menu_prev:hover, .nav-menu_next:hover {
  background: #84DADE;
}
.nav-menu_prev:hover svg path, .nav-menu_next:hover svg path {
  stroke: #000;
}
.nav-menu_prev svg, .nav-menu_next svg {
  margin: auto;
}

.nav-menu--smart-tv {
  height: 84px;
}
.nav-menu--smart-tv .nav-menu_item {
  border: 1px solid #c4c4c4;
  padding: 10px 25px;
  border-radius: 50px;
  margin: 0 5px;
}
.nav-menu--smart-tv .nav-menu_item.active {
  background-color: #84DADE;
  border-color: #84DADE;
  color: #1D3157;
}
.nav-menu--smart-tv .nav-menu_item:hover, .nav-menu--smart-tv .nav-menu_item:focus {
  border-color: #84DADE;
  color: #1D3157;
}

.text-dop {
  margin-top: 70px;
}
@media (max-width: 480px) {
  .text-dop {
    margin-top: 40px;
  }
}
.text-dop--border-top {
  margin-top: 0;
  border-top: 1px solid #e4e4e4;
  padding-top: 19px;
}

.price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.price-block_item {
  padding: 0 30px 0 35px;
  border-right: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .price-block_item {
    padding: 0 10px;
  }
}
.price-block_item:first-child {
  padding-left: 0;
}
.price-block_item:last-child {
  border: none;
}
.price-block_item--flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 5px;
}
.price-block_title {
  font-weight: 300;
  font-size: 0.938rem;
  display: block;
  margin-bottom: 2px;
  font-style: italic;
}
@media (max-width: 480px) {
  .price-block_title {
    font-size: 10px;
  }
}
.price-block_subtitle {
  font-weight: 300;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 3px;
}
.price-block_value {
  font-weight: 400;
  font-size: 1.875rem;
  font-style: normal;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .price-block_value {
    font-size: 18px;
  }
}

.programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .programs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.program {
  width: 31%;
  height: 460px;
  margin-right: 3.5%;
  background-color: #cfcfcf;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin-bottom: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 30px 60px 30px;
}
@media (max-width: 1350px) {
  .program {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .program {
    width: 48%;
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .program {
    width: 100%;
    margin-bottom: 30px;
    height: 350px;
  }
}
@media (max-width: 480px) {
  .program {
    height: 300px;
    margin-bottom: 20px;
  }
}
.program:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.program:nth-child(3n) {
  margin-right: 0;
}
.program:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.program_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.program_title {
  font-size: 2.25rem;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.program_description {
  font-weight: 300;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 20px 50px 20px;
  z-index: 2;
}
@media (max-width: 480px) {
  .program_description {
    padding-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .a-program-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .a-program-group {
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .a-program-group .p-white-block {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .a-program-group .p-white-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .a-program-group .p-white-block-head {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .a-program-group .p-tabs-head {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .a-program-group .table-wrap {
    margin-bottom: 30px;
  }
}

.a-program {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 1350px) {
  .a-program {
    padding-top: 50px;
  }
}
@media (max-width: 1024px) {
  .a-program {
    padding-top: 0;
    margin: 0;
  }
}
.a-program--left .a-program_img {
  right: auto;
  left: 0;
}
.a-program--left .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.a-program_content {
  background: #f8f7f5;
  padding: 120px 0;
  min-height: 670px;
}
@media (max-width: 1350px) {
  .a-program_content {
    padding: 50px 0;
    min-height: 470px;
  }
}
@media (max-width: 1024px) {
  .a-program_content {
    min-height: 0 !important;
    background: none;
  }
}
@media (max-width: 480px) {
  .a-program_content {
    padding: 35px 0 25px 0;
  }
}
.a-program_text {
  max-width: 780px;
}
@media (max-width: 1650px) {
  .a-program_text {
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .a-program_text {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .a-program_text {
    max-width: 100%;
  }
}
.a-program_img {
  width: 700px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1350px) {
  .a-program_img {
    width: 500px;
  }
}
@media (max-width: 1150px) {
  .a-program_img {
    width: 420px;
  }
}
@media (max-width: 1024px) {
  .a-program_img {
    position: relative;
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .a-program_img {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .a-program_img {
    height: 300px;
  }
}
.a-program--ny .a-program_content {
  background-color: #E4DACA;
  background-image: url(../images/a-program-ny_bg.png);
  background-repeat: no-repeat;
  background-position: top left;
}
@media (max-width: 1840px) {
  .a-program--ny .a-program_content {
    background-position: top left -80px;
  }
}
@media (max-width: 1700px) {
  .a-program--ny .a-program_content {
    background-position: top left -150px;
  }
}
@media (max-width: 1550px) {
  .a-program--ny .a-program_content {
    background-position: top left -200px;
  }
}
@media (max-width: 1450px) {
  .a-program--ny .a-program_content {
    background-position: bottom -120px left 530px;
  }
}
@media (max-width: 1024px) {
  .a-program--ny .a-program_content {
    background: none;
  }
}

@media (max-width: 1024px) {
  .a-program-hidden-mobile {
    display: none;
  }
  .a-program-hidden-mobile p:first-child {
    margin-top: 0;
  }
}

.p-white-block {
  background-color: #fff;
  padding: 100px 0 20px 0;
}
@media (max-width: 1024px) {
  .p-white-block {
    padding: 20px 0;
  }
}

.p-white-block-head {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .p-white-block-head {
    display: block;
  }
}
.p-white-block-head_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .p-white-block-head_right {
    margin-top: 20px;
  }
}
.p-white-block-head .inner-title {
  margin-bottom: 0;
}
.p-white-block-head .p-price {
  margin-right: 48px;
}
@media (max-width: 1024px) {
  .p-white-block-head .p-price {
    margin-right: 20px;
    display: block;
  }
}
.p-white-block-head .black-btn {
  width: 248px;
  height: 55px;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-white-block-head .black-btn {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .p-white-block-head .black-btn {
    width: 160px;
    height: 46px;
  }
}

.p-white-block-price {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .p-white-block-price {
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .p-white-block-price {
    display: block;
  }
}
.p-white-block-price .p-price {
  margin-right: 48px;
}
@media (max-width: 1024px) {
  .p-white-block-price .p-price {
    margin-right: 20px;
    display: block;
  }
}
@media (max-width: 360px) {
  .p-white-block-price .p-price {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.p-white-block-price .blue-btn,
.p-white-block-price .black-btn {
  width: 248px;
  height: 55px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-white-block-price .blue-btn,
  .p-white-block-price .black-btn {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .p-white-block-price .blue-btn,
  .p-white-block-price .black-btn {
    width: 160px;
    height: 46px;
    font-size: 14px;
  }
}

.p-price {
  font-weight: 500;
  font-size: 2.25rem;
}

.p-tabs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.p-tabs-head_item {
  font-weight: 500;
  font-size: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
  padding: 8px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}
.p-tabs-head_item.active {
  color: #84DADE;
  border-color: #84DADE;
}

.p-tabs-body_item {
  display: none;
}
.p-tabs-body_item:first-child {
  display: block;
}

table.p-table th {
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 17px 5px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
  white-space: nowrap;
}
table.p-table th.th-border-top {
  border-top: 1px solid #000000;
}
@media (max-width: 480px) {
  table.p-table th {
    padding: 14px 3px;
    font-size: 1rem;
  }
}
table.p-table th .inner-title {
  margin-bottom: 0;
}
table.p-table td {
  padding: 17px 5px;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  font-size: 1.125rem;
}
@media (max-width: 480px) {
  table.p-table td {
    padding: 14px 3px;
    font-size: 1rem;
  }
}
table.p-table td.td-border-top {
  border-top: 1px solid #000000;
  border-bottom: none;
}
table.p-table td.td-border-none {
  border: none;
}
table.p-table td.sm-text {
  font-size: 0.875rem;
}
table.p-table tr:last-child td {
  border: none;
}
table.p-table--border-bottom tr:last-child td {
  border-bottom: 1px solid #d3d3d3;
}
table.p-table--dop-padding th,
table.p-table--dop-padding td {
  padding: 17px 25px;
}
@media (max-width: 480px) {
  table.p-table--dop-padding th,
  table.p-table--dop-padding td {
    padding: 14px 15px;
  }
}
table.p-table--dop-padding th:first-child,
table.p-table--dop-padding td:first-child {
  padding-left: 0;
}

.program-slider {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .program-slider {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .program-slider {
    padding-top: 30px;
  }
}
.program-slider_wrap {
  padding-left: 15%;
}
@media (max-width: 1850px) {
  .program-slider_wrap {
    padding-left: 12%;
  }
}
@media (max-width: 1870px) {
  .program-slider_wrap {
    padding-left: 10%;
  }
}
@media (max-width: 1600px) {
  .program-slider_wrap {
    padding-left: 60px;
  }
}
@media (max-width: 1350px) {
  .program-slider_wrap {
    padding-left: 20px;
  }
}
.program-slider_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .program-slider_bottom {
    margin-top: 20px;
  }
}
.program-slider_bottom--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.program-slider_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program-slider_prev, .program-slider_next {
  cursor: pointer;
  display: block;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  margin-right: 37px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .program-slider_prev, .program-slider_next {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
}
.program-slider_prev:hover, .program-slider_next:hover {
  background-color: #f5f5f5;
}
.program-slider .black-btn,
.program-slider .blue-btn {
  width: 248px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .program-slider .black-btn,
  .program-slider .blue-btn {
    width: 160px;
    height: 46px;
    font-size: 14px;
  }
}
.program-slider .program {
  margin-bottom: 0;
  margin-right: 80px;
  width: 814px;
  height: 568px;
  padding-bottom: 20px;
}
@media (max-width: 1600px) {
  .program-slider .program {
    width: 700px;
    height: 488px;
    margin-right: 50px;
  }
}
@media (max-width: 1350px) {
  .program-slider .program {
    width: 600px;
    height: 430px;
  }
}
@media (max-width: 768px) {
  .program-slider .program {
    width: 480px;
    height: 400px;
    margin-right: 30px;
  }
}
@media (max-width: 480px) {
  .program-slider .program {
    width: 300px;
    height: 280px;
    margin-right: 20px;
  }
}
.program-slider .program_title {
  font-size: 2.75rem;
}

.full-slider--mb {
  margin-bottom: 190px;
}
@media (max-width: 1810px) {
  .full-slider--mb {
    margin-bottom: 230px;
  }
}
@media (max-width: 1680px) {
  .full-slider--mb {
    margin-bottom: 250px;
  }
}
@media (max-width: 1350px) {
  .full-slider--mb {
    margin-bottom: 180px;
  }
}
@media (max-width: 768px) {
  .full-slider--mb {
    margin-bottom: 134px;
  }
}
@media (max-width: 480px) {
  .full-slider--mb {
    margin-bottom: 80px;
  }
}
@media (max-width: 380px) {
  .full-slider--mb {
    margin-bottom: 70px;
  }
}
@media (max-width: 360px) {
  .full-slider--mb {
    margin-bottom: 60px;
  }
}
.full-slider--mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .full-slider--mb-90 {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .full-slider--mb-90 {
    margin-bottom: 10px;
  }
}
.full-slider--mt110 {
  margin-top: 110px;
}
@media (max-width: 1024px) {
  .full-slider--mt110 {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .full-slider_item {
    width: auto !important;
  }
}
.full-slider_item img {
  width: 1330px;
  height: 680px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1600px) {
  .full-slider_item img {
    width: 1150px;
    height: 610px;
  }
}
@media (max-width: 1350px) {
  .full-slider_item img {
    width: 980px;
    height: 513px;
  }
}
@media (max-width: 1024px) {
  .full-slider_item img {
    width: 100%;
    height: 356px;
  }
}
@media (max-width: 768px) {
  .full-slider_item img {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .full-slider_item img {
    height: 240px;
  }
}
.full-slider_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1370px;
  margin: 12px auto;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1600px) {
  .full-slider_controls {
    max-width: 1198px;
  }
}
@media (max-width: 1350px) {
  .full-slider_controls {
    max-width: 1020px;
  }
}
@media (max-width: 1024px) {
  .full-slider_controls {
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.full-slider--sm img {
  width: 776px;
  height: 540px;
}
@media (max-width: 1024px) {
  .full-slider--sm img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .full-slider--sm img {
    height: 430px;
  }
}
@media (max-width: 480px) {
  .full-slider--sm img {
    height: 260px;
  }
}
.full-slider--sm .n-controls {
  max-width: 776px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .full-slider--sm .n-controls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.description {
  margin-bottom: 69px;
}
.description .btn-border {
  margin-top: 20px;
}

.section-info-icon {
  padding: 74px 0 34px 0;
  background-color: #f4f4f4;
}
@media (max-width: 480px) {
  .section-info-icon {
    padding: 60px 0 30px 0;
  }
}

.info-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 37px;
}
@media (max-width: 480px) {
  .info-icon-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.info-icon {
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  width: 23%;
  margin-right: 2.5%;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .info-icon {
    width: 32%;
    margin-right: 2%;
  }
}
@media (max-width: 480px) {
  .info-icon {
    width: 47%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.info-icon:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .info-icon:nth-child(4n) {
    margin-right: 2%;
  }
}
@media (max-width: 480px) {
  .info-icon:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .info-icon:nth-child(3n) {
    margin-right: 0;
  }
}
.info-icon_img {
  display: block;
  margin: 0 auto 15px auto;
}
@media (max-width: 480px) {
  .info-icon_img {
    margin-bottom: 10px;
  }
}

.k-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .k-card-list {
    display: block;
  }
}

.k-card {
  padding-top: 25px;
  position: relative;
  width: 32%;
}
@media (max-width: 1024px) {
  .k-card {
    width: 100%;
    margin-bottom: 20px;
  }
}
.k-card_wrap {
  padding: 173px 35px 42px 35px;
  background: #003659;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .k-card_wrap {
    padding: 170px 20px 40px 20px;
  }
}
@media (max-width: 1024px) {
  .k-card_wrap {
    padding: 170px 50px 40px 50px;
  }
}
@media (max-width: 480px) {
  .k-card_wrap {
    padding: 170px 20px 40px 20px;
  }
}
.k-card_img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.k-card_title {
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.k-card--dark-blue {
  color: #84DADE;
}
.k-card--dark-blue .k-card-link {
  color: #84DADE;
}
.k-card--blue .k-card_wrap {
  background: #99DBDE;
}
.k-card--blue .blue-btn {
  background: #1D3157;
  color: #84DADE !important;
}
.k-card--blue .blue-btn:hover {
  background-color: #233c6a;
}
.k-card--blue ul li:before {
  background-color: #1D3157;
}
.k-card--orange .k-card_wrap {
  background: #F8BB9D;
}
.k-card--orange .blue-btn {
  background: #1D3157;
  color: #84DADE !important;
}
.k-card--orange .blue-btn:hover {
  background-color: #233c6a;
}
.k-card--orange ul li:before {
  background-color: #1D3157;
}
.k-card ul li {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 10px;
}

.k-card-price {
  margin-top: 20px;
  margin-bottom: 30px;
}
.k-card-price_title {
  display: block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 3px;
}
.k-card-price_price {
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.k-card-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .k-card-btns {
    display: block;
  }
}
.k-card-btns .blue-btn {
  width: 166px;
  height: 42px;
  font-size: 14px;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .k-card-btns .blue-btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.k-card-link {
  font-size: 13px;
  color: #1D3157;
  display: block;
}
.k-card-link:hover {
  text-decoration: none;
}

.k-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .k-banner {
    display: block;
  }
}
@media (max-width: 480px) {
  .k-banner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.k-banner_text {
  width: 540px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #E6DBD1;
  padding: 76px 70px;
  color: #1D3157;
}
@media (max-width: 1350px) {
  .k-banner_text {
    width: 450px;
    padding: 60px 40px;
  }
}
@media (max-width: 1024px) {
  .k-banner_text {
    width: 350px;
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .k-banner_text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .k-banner_text {
    padding: 30px 20px;
  }
}
.k-banner_text p,
.k-banner_text b {
  color: #1D3157;
}
.k-banner_text ul li {
  margin-bottom: 8px;
}
.k-banner_text ul li:before {
  background-color: #1D3157;
}
.k-banner_img {
  width: 100%;
}
@media (max-width: 768px) {
  .k-banner_img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .k-banner_img {
    height: 250px;
  }
}
.k-banner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.k-banner_title {
  font-weight: 600;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.k-banner_price {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .k-banner_price {
    margin-top: 30px;
  }
}
.k-banner_price span {
  font-weight: 500;
  font-size: 1.875rem;
}

.kids-bg-bottom {
  position: absolute;
  bottom: 0px;
  left: 0;
}

.filter {
  margin: 50px 0 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .filter {
    margin-bottom: 35px;
    margin-top: 30px;
  }
}
.filter--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}
@media (max-width: 480px) {
  .filter--center {
    margin: 20px 0;
  }
}
.filter--center .filter_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0;
}
.filter_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 20px;
}
.filter_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #616161;
  border: 1px solid #616161;
  border-radius: 90px;
  height: 33px;
  margin: 0px 5px 5px 0;
  padding: 0 10px;
  min-width: 60px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .filter_item {
    height: 28px;
    font-size: 13px;
    margin: 0px 4px 4px 0;
    min-width: 55px;
  }
}
.filter_item.active {
  color: #04ABCF;
  border-color: #04ABCF;
}

.filter-remove-btn {
  padding: 0;
  margin-top: 5px;
  background: none;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .filter-remove-btn svg {
    width: 17px;
    height: 17px;
  }
}

.gift-banner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .gift-banner-group {
    display: block;
  }
}

.gift-banner {
  background-color: #333;
  height: 392px;
  width: 48%;
  text-align: center;
  padding: 60px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1250px) {
  .gift-banner {
    padding: 60px 20px;
  }
}
@media (max-width: 1024px) {
  .gift-banner {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .gift-banner {
    padding: 40px 20px;
    height: 350px;
  }
}
@media (max-width: 480px) {
  .gift-banner {
    height: 300px;
  }
}
@media (max-width: 1024px) {
  .gift-banner:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .gift-banner:first-child {
    margin-bottom: 20px;
  }
}
.gift-banner_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.gift-banner_title {
  font-size: 1.875rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.gift-banner_bottom {
  position: relative;
  z-index: 2;
}
.gift-banner .mc-select-block {
  margin-bottom: 20px;
}
.gift-banner .btn-border {
  width: 100%;
}

.n-acc-group {
  margin-bottom: 20px;
}

.n-acc {
  border-bottom: 1px solid #1A1A17;
}

.n-acc-head {
  padding: 26px 35px 26px 0px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .n-acc-head {
    padding: 20px 25px 20px 0px;
    font-size: 18px;
  }
}
.n-acc-head.active:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.n-acc-head:after {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(../images/sprite.svg#acc-arrow_black);
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 0px;
}
@media (max-width: 480px) {
  .n-acc-head:after {
    right: 0px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}

.n-acc-body {
  display: none;
  padding-bottom: 20px;
}

.block-w-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .block-w-img {
    display: block;
  }
}
.block-w-img_img {
  width: 291px;
  height: 189px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
  background-color: #f4f4f4;
}
@media (max-width: 1300px) {
  .block-w-img_img {
    width: 200px;
    height: 175px;
  }
}
@media (max-width: 1024px) {
  .block-w-img_img {
    width: 291px;
    height: 189px;
  }
}
@media (max-width: 768px) {
  .block-w-img_img {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 360px) {
  .block-w-img_img {
    width: 100%;
  }
}
.block-w-img_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.block-w-img p:first-child {
  margin-top: 0;
}

.section-party {
  background-color: #F1EDEA;
  padding: 90px 0 70px 0;
}
@media (max-width: 480px) {
  .section-party {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-party_wrap {
  padding-left: 15%;
}
@media (max-width: 1600px) {
  .section-party_wrap {
    padding-left: 6%;
  }
}
@media (max-width: 1024px) {
  .section-party_wrap {
    padding-left: 20px;
  }
}

.party-slider {
  position: relative;
  padding-top: 30px;
}
@media (max-width: 480px) {
  .party-slider {
    padding-top: 0;
  }
}
.party-slider_item {
  margin-right: 100px;
}
@media (max-width: 1350px) {
  .party-slider_item {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .party-slider_item {
    margin-right: 30px;
  }
}
.party-slider_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
  position: absolute;
  top: -60px;
  right: 18%;
}
@media (max-width: 1780px) {
  .party-slider_controls {
    right: 13%;
  }
}
@media (max-width: 1700px) {
  .party-slider_controls {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .party-slider_controls {
    right: 20px;
  }
}
@media (max-width: 480px) {
  .party-slider_controls {
    display: none;
  }
}
.party-slider_prev, .party-slider_next {
  width: 55px;
  height: 55px;
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .party-slider_prev, .party-slider_next {
    width: 45px;
    height: 45px;
  }
}
.party-slider_prev svg path, .party-slider_next svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.party-slider_prev:hover, .party-slider_next:hover {
  border-color: #04ABCF;
}
.party-slider_prev:hover svg path, .party-slider_next:hover svg path {
  stroke: #04ABCF;
}
.party-slider_prev {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .party-slider_prev {
    margin-right: 10px;
  }
}

.party {
  width: 515px;
  text-decoration: none;
  display: block;
  color: #1A1A17;
  padding-left: 35px;
  position: relative;
}
@media (max-width: 768px) {
  .party {
    width: 375px;
    padding-left: 25px;
  }
}
@media (max-width: 480px) {
  .party {
    width: 250px;
    padding-left: 20px;
  }
}
.party:hover .party_img:after {
  opacity: 0.1;
}
.party_img {
  width: 100%;
  height: 480px;
  background-color: #cfcfcf;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .party_img {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .party_img {
    height: 230px;
  }
}
.party_img--circle {
  border-radius: 50%;
  overflow: hidden;
}
.party_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101820;
  opacity: 0.2;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.party_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.party_date {
  color: #fff;
  font-size: 1.875rem;
  text-align: center;
  z-index: 2;
  margin: auto;
  text-transform: uppercase;
}
.party_date span {
  font-size: 4.25rem;
  font-weight: 500;
  display: block;
}
.party_text {
  padding: 25px 0;
  text-align: center;
}
.party_title {
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.party_subtitle {
  font-weight: 300;
  font-size: 1rem;
  opacity: 0.9;
}
.party_month {
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
@media (max-width: 480px) {
  .party_month {
    font-size: 1.25rem;
  }
}

.music {
  margin-top: 60px;
  border-top: 2px solid #DDDAD7;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .music {
    display: block;
  }
}
@media (max-width: 480px) {
  .music {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #DDDAD7;
  }
}
.music_block {
  width: 570px;
  height: 270px;
  background-color: #cfcfcf;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .music_block {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .music_block {
    width: 280px;
    height: 133px;
  }
}

.p-white-block-bottom {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-white-block-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .p-white-block-bottom--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-white-block-bottom--reverse .p-white-block-bottom_text {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.p-white-block-bottom_text {
  margin-right: 70px;
  font-style: italic;
  font-weight: 300;
  font-size: 1rem;
  max-width: 850px;
}
@media (max-width: 768px) {
  .p-white-block-bottom_text {
    margin-right: 0;
    margin-top: 30px;
  }
}
.p-white-block-bottom_text p:first-child {
  margin-top: 0;
}
.p-white-block-bottom_text p:last-child {
  margin-bottom: 0;
}
.p-white-block-bottom .blue-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.e-card-group {
  margin-top: 80px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .e-card-group {
    display: block;
  }
}
@media (max-width: 480px) {
  .e-card-group {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

.e-card {
  background-color: #cfcfcf;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .e-card {
    width: 49%;
  }
}
@media (max-width: 1024px) {
  .e-card {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .e-card:first-child {
    margin-bottom: 30px;
  }
}
.e-card--dark-blue {
  background: #1D3157;
  color: #84DADE;
}
.e-card--blue {
  background-color: #84DADE;
  color: #1D3157;
}
.e-card--blue .e-card-top {
  border-color: #1D3157;
}
.e-card--blue .e-card-price_item {
  border-color: #1D3157 !important;
}
.e-card--blue .e-card-btn {
  background-color: #1D3157;
  color: #84DADE;
}
.e-card--blue .e-card-btn:hover {
  background-color: #253e6e;
}
.e-card--blue .list-blue li:before {
  background-color: #1D3157;
}

.e-card-top {
  padding: 60px 25px 25px 25px;
  border-bottom: 1px solid rgba(132, 218, 222, 0.5);
}
@media (max-width: 480px) {
  .e-card-top {
    padding: 50px 20px 25px 20px;
  }
}
.e-card-top_title {
  font-weight: 700;
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .e-card-top_title {
    margin-bottom: 25px;
  }
}
.e-card-top_description {
  text-align: center;
}

.e-card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 22px;
}
.e-card-price_item {
  padding: 0 42px;
}
@media (max-width: 480px) {
  .e-card-price_item {
    padding: 0 15px;
  }
}
.e-card-price_item:first-child {
  border-right: 1px solid #84DADE;
}
.e-card-price_title {
  font-weight: 300;
  font-size: 1rem;
  display: block;
}
.e-card-price_value {
  font-weight: 500;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .e-card-price_value {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .e-card-price_value {
    font-size: 20px;
  }
}

.e-card-middle {
  padding: 35px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .e-card-middle {
    padding: 35px 15px 20px 15px;
  }
}
.e-card-middle .list-blue {
  margin: 30px auto;
  max-width: 430px;
}

.e-card-icons_title {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 24px;
}
.e-card-icons_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.e-card-icons_item {
  margin: 0 10px 10px 10px;
}
@media (max-width: 1200px) {
  .e-card-icons_item {
    margin: 0 5px 7px 5px;
  }
}
@media (max-width: 480px) {
  .e-card-icons_item {
    width: 40px;
  }
}

.e-card-btn {
  width: 226px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  background-color: #84DADE;
  color: #1D3157;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .e-card-btn {
    width: 180px;
    height: 44px;
  }
}
.e-card-btn:hover {
  background-color: #6cd3d8;
}

.e-card-bottom {
  padding: 0px 30px 60px 30px;
}
@media (max-width: 480px) {
  .e-card-bottom {
    padding: 0 20px 30px 20px;
  }
}
.e-card-bottom_description {
  margin-top: 30px;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  min-height: 60px;
}

.top-text-center {
  font-size: 1.5rem;
  line-height: 140%;
  text-align: center;
  padding-bottom: 50px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .top-text-center {
    padding-bottom: 0;
  }
}
.top-text-center span {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "EngraversGothic", sans-serif;
}
.top-text-center--pb20 {
  padding-bottom: 20px;
}
.top-text-center p:first-child {
  margin-top: 0;
}
.top-text-center h2 {
  line-height: initial;
}
.top-text-center--sm {
  font-size: 1.125rem;
}
.top-text-center--sm p {
  font-size: 1.125rem;
}

.top-text-italic {
  font-family: "PF Regal Display Pro", sans-serif;
  font-size: 1.875rem;
  line-height: 140%;
  text-align: center;
  padding-bottom: 30px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .top-text-italic {
    padding-bottom: 0;
    font-size: 1.5rem;
  }
}

.r-block-text {
  margin-top: 50px;
  margin-bottom: 40px;
}
.r-block-text--mt0 {
  margin-top: 0px;
}
@media (max-width: 480px) {
  .r-block-text--mt0 {
    margin-top: 10px;
  }
}
.r-block-text--mb70 {
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  .r-block-text--mb70 {
    margin-bottom: 40px;
  }
}

.chef {
  margin-top: 100px;
  padding: 80px 0 90px 0;
  color: #2B2B2B;
  position: relative;
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .chef {
    padding: 0;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .chef {
    margin-bottom: 5px;
  }
}
.chef:before {
  content: "";
  width: 369px;
  height: 691px;
  display: block;
  background-image: url(../images/chef_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -20px;
}
@media (max-width: 1800px) {
  .chef:before {
    left: -100px;
  }
}
@media (max-width: 1350px) {
  .chef:before {
    left: -150px;
  }
}
@media (max-width: 1024px) {
  .chef:before {
    width: 150px;
    height: 281px;
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 480px) {
  .chef:before {
    width: 90px;
    height: 169px;
  }
}
.chef_wrap {
  background: #F1EDEA;
  min-height: 788px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .chef_wrap {
    display: block;
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .chef_wrap {
    padding-bottom: 100px;
  }
}
.chef_text {
  padding: 90px 80px 90px 15%;
}
@media (max-width: 1800px) {
  .chef_text {
    padding-left: 12%;
  }
}
@media (max-width: 1600px) {
  .chef_text {
    padding-left: 8%;
    padding-right: 40px;
  }
}
@media (max-width: 1350px) {
  .chef_text {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .chef_text {
    padding-right: 20px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .chef_text {
    padding-top: 45px;
    padding-bottom: 32px;
  }
}
.chef_tag {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 1.125rem;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 1350px) {
  .chef_tag {
    margin-bottom: 20px;
  }
}
.chef_title {
  font-weight: 400;
  font-size: 2.75rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .chef_title {
    font-size: 2.5rem;
  }
}
.chef_subtitle {
  font-weight: 200;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 22px;
  display: block;
}
.chef_description {
  padding-left: 70px;
  position: relative;
  font-weight: 300;
  font-size: 1rem;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .chef_description {
    padding-left: 35px;
    padding-top: 12px;
  }
}
.chef_description svg {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  .chef_description svg {
    width: 30px;
    height: 21px;
  }
}
.chef_description p:first-of-type {
  margin-top: 0;
}
.chef_description p:last-child {
  margin-bottom: 0;
}

.chef-slider {
  position: relative;
  width: 999px;
  top: -80px;
}
@media (max-width: 1800px) {
  .chef-slider {
    width: 900px;
  }
}
@media (max-width: 1600px) {
  .chef-slider {
    width: 770px;
  }
}
@media (max-width: 1350px) {
  .chef-slider {
    width: 700px;
  }
}
@media (max-width: 1200px) {
  .chef-slider {
    width: 540px;
  }
}
@media (max-width: 1024px) {
  .chef-slider {
    width: 100%;
    top: auto;
  }
}
.chef-slider_item img {
  width: 999px;
  height: 678px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1350px) {
  .chef-slider_item img {
    height: 650px;
  }
}
@media (max-width: 1024px) {
  .chef-slider_item img {
    width: 100%;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .chef-slider_item img {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .chef-slider_item img {
    height: 246px;
  }
}

.n-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .n-controls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .n-controls {
    margin: 15px 0;
  }
}
.n-controls_prev, .n-controls_next {
  width: 55px;
  height: 55px;
  border: 1px solid #2B2B2B;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (max-width: 480px) {
  .n-controls_prev, .n-controls_next {
    width: 36px;
    height: 36px;
  }
}
.n-controls_prev:hover, .n-controls_next:hover {
  background-color: #84DADE;
  cursor: pointer;
}
.n-controls_prev:before, .n-controls_next:before {
  display: none;
}
@media (max-width: 480px) {
  .n-controls_prev svg, .n-controls_next svg {
    width: 8px;
    height: 15px;
  }
}
.n-controls_prev {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .n-controls_prev {
    margin-right: 10px;
  }
}
.n-controls_count {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.313rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #101820;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .n-controls_count {
    margin-right: 10px;
  }
}
.n-controls_count .currentSlide,
.n-controls_count .currentReviews {
  font-size: 2.25rem;
  line-height: 100%;
  margin-right: 5px;
}

.block-padding-left {
  padding-left: 35px;
}
@media (max-width: 480px) {
  .block-padding-left {
    padding-left: 20px;
  }
}

.a-dop-info {
  margin-top: 15px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .a-dop-info {
    margin-bottom: 50px;
  }
}
.a-dop-info .h-text {
  max-width: 1070px;
}

.a-buy-block {
  width: 100%;
  height: 404px;
  background-color: #002E32;
  background-image: url(../images/aquatrium_bg-01.jpeg);
  color: #84DADE;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .a-buy-block {
    height: 330px;
  }
}
.a-buy-block_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.a-buy-block h2.a-buy-block_title {
  font-size: 2.75rem;
  text-transform: uppercase;
  color: #84DADE;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .a-buy-block h2.a-buy-block_title {
    font-size: 2.25rem;
    margin-bottom: 30px;
  }
}
.a-buy-block .btn-border {
  width: 239px;
}
@media (max-width: 480px) {
  .a-buy-block .btn-border {
    width: 180px;
  }
}

.section-text-slider {
  padding: 50px 0 40px 0;
}
@media (max-width: 480px) {
  .section-text-slider {
    padding: 40px 0;
  }
}

.text-slider .slick-dots {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: auto;
  bottom: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 480px) {
  .text-slider .slick-dots {
    margin-top: 20px;
  }
}
.text-slider .slick-dots li {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid transparent;
  margin-right: 10px;
}
.text-slider .slick-dots li.slick-active {
  border: 1px solid #334059;
}
@media (max-width: 480px) {
  .text-slider .slick-dots li {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
}
.text-slider .slick-dots button {
  background: #334059;
}

.slide-text {
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
}
.slide-text_title {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.slide-text_title--border {
  padding: 10px 25px;
  display: inline-block;
  border: 1px solid #89ced7;
}
.slide-text_description {
  line-height: 140%;
}

.aquatrium-tabs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  .aquatrium-tabs-head {
    margin-bottom: 40px;
  }
}
.aquatrium-tabs-head_item {
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 3px 48px;
  border-right: 2px solid #000;
  color: #000;
  cursor: pointer;
}
@media (max-width: 768px) {
  .aquatrium-tabs-head_item {
    padding: 3px 20px;
  }
}
@media (max-width: 480px) {
  .aquatrium-tabs-head_item {
    font-size: 1.75rem;
    padding: 0 10px;
  }
}
@media (max-width: 360px) {
  .aquatrium-tabs-head_item {
    font-size: 1.5rem;
  }
}
.aquatrium-tabs-head_item:last-child {
  border: none;
}
.aquatrium-tabs-head_item.active {
  color: #84DADE;
}

.aquatrium-tabs-body_item {
  display: none;
}
.aquatrium-tabs-body_item:first-child {
  display: block;
}

.a-tickets-section {
  margin-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .a-tickets-section {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .a-tickets-section {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}

.slider-tickets .certificate {
  height: 100%;
  width: 100% !important;
  max-width: 540px;
  margin: 0 auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 480px) {
  .slider-tickets .certificate {
    border-radius: 30px;
    overflow: hidden;
  }
}
.slider-tickets .certificate_img {
  height: 315px;
}
@media (max-width: 480px) {
  .slider-tickets .certificate_img {
    height: 180px;
  }
}
.slider-tickets .certificate_text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 35px;
}
@media (max-width: 480px) {
  .slider-tickets .certificate_text {
    padding: 21px 29px;
  }
}
.slider-tickets .certificate_title {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .slider-tickets .certificate_title {
    margin-bottom: 18px;
  }
}
.slider-tickets .certificate_description {
  font-size: 13px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.slider-tickets .certificate_description p {
  font-size: 13px;
}
.slider-tickets .certificate_description li {
  font-size: 15px;
  margin-bottom: 8px;
}
@media (max-width: 1350px) {
  .slider-tickets .certificate_description li {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .slider-tickets .certificate_description li {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.slider-tickets .certificate .btn-border {
  padding: 10px 20px 9px 20px;
  width: 152px;
  height: 42px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .slider-tickets .certificate .btn-border {
    width: 123px;
    height: 32px;
    font-size: 13px;
    padding: 4px 10px 9px 10px;
  }
}
@media (max-width: 480px) {
  .slider-tickets .certificate_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-cakes {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 480px) {
  .section-cakes {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-cakes .inner-title {
  text-align: center;
  max-width: 100%;
}
.section-cakes_description {
  text-align: center;
  font-weight: 300;
  font-size: 1rem;
  max-width: 940px;
  margin: 0 auto 50px auto;
}
@media (max-width: 480px) {
  .section-cakes_description {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
.section-cakes--beige {
  background: #F1EDEA;
}

.cakes_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 1350px) {
  .cakes_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 1180px) {
  .cakes_wrap {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .cakes_wrap {
    grid-row-gap: 60px;
  }
}
@media (max-width: 820px) {
  .cakes_wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cakes_wrap {
    display: block;
    margin-bottom: 20px;
  }
}
.cakes .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cakes_item {
  height: auto !important;
}
.cakes_controls {
  display: none;
}
@media (max-width: 480px) {
  .cakes_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 480px) {
  .cake {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 380px) {
  .cake {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 360px) {
  .cake {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 340px) {
  .cake {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.cake.active .cake_top {
  background: #F5F5F5 !important;
}
.cake.active .cake_bottom {
  background-color: #fff !important;
}
.cake.active .cake-count {
  opacity: 1;
  visibility: visible;
}
.cake:hover .cake_top {
  background: #F5F5F5;
}
.cake:hover .cake_bottom {
  background-color: #fff;
}
.cake_top {
  padding: 20px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cake_title {
  display: block;
  font-weight: 400;
  font-size: 17px;
  margin-right: 25px;
  min-height: 60px;
}
.cake_subtitle {
  font-weight: 300;
  font-size: 15px;
  display: block;
  color: #101820;
  text-align: right;
}
.cake_subtitle span {
  display: block;
  font-size: 17px;
  font-weight: 500;
}
.cake_img {
  background-color: #fff;
  width: 100%;
  max-width: 480px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.cake_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.cake_bottom {
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .cake_bottom {
    padding: 15px;
  }
}
.cake_description {
  font-weight: 200;
  font-size: 15px;
}

.cake-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .cake-count {
    opacity: 1;
    visibility: visible;
  }
}
.cake-count_title {
  font-weight: 300;
  font-size: 12px;
  color: #5B5B5B;
}
@media (max-width: 1024px) {
  .cake-count_title {
    display: block;
  }
}
@media (max-width: 480px) {
  .cake-count_title {
    width: 74px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 13px;
  }
}
.cake-count_btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #84DADE;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  background: none;
  border: none;
}
@media (max-width: 480px) {
  .cake-count_btn {
    width: 74px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 13px;
  }
}
.cake-count_btn:hover {
  text-decoration: none;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .counter {
    margin: 0 5px;
  }
}
.counter_btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #1D3157;
  background: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .counter_btn {
    width: 30px;
    height: 30px;
  }
}
.counter_btn:hover {
  border-color: #84DADE;
}
.counter_btn:hover svg path {
  fill: #84DADE;
}
.counter_input {
  text-align: center;
  font-size: 1.125rem !important;
  font-weight: 500;
  color: #1D3157;
  border: none;
  width: 42px;
  margin: 0 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: none;
}
@media (max-width: 1024px) {
  .counter_input {
    width: 25px;
  }
}
.counter input.counter_input {
  font-size: 1.125rem !important;
}
.cake-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #1D3157;
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cake-checkbox {
    top: 15px;
    right: 15px;
  }
}
.cake-checkbox.active:after {
  opacity: 1;
}
.cake-checkbox:after {
  content: "";
  width: 15px;
  height: 14px;
  background-image: url(../images/checkbox.svg);
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.cake-checkbox input {
  position: absolute;
  opacity: 0;
}

.a-order-block {
  padding-top: 88px;
  background: #E7F5F7;
}
.a-order-block .btn-lk {
  margin: 0 0 20px 0;
}
@media (max-width: 480px) {
  .a-order-block {
    padding-top: 65px;
  }
}
.a-order-block--beige {
  background-color: #F5F2F0;
}
@media (max-width: 480px) {
  .a-order-block--beige {
    padding-bottom: 40px;
  }
}
.a-order-block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .a-order-block_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.a-order-block_pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .a-order-block_pic {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .a-order-block_pic {
    width: 180px;
    display: none;
  }
}
.a-order-block_text {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .a-order-block_text {
    margin-bottom: 0;
  }
}
.a-order-block_title {
  text-align: center;
  font-weight: 500;
  font-size: 2.25rem;
  text-transform: uppercase;
  color: #334059;
  margin-bottom: 30px;
}

.pic-mobile-logo {
  position: absolute;
  top: 190px;
  left: 50%;
  width: 100px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .pic-mobile-logo {
    top: 90px;
    width: 55px;
  }
}

.pic-mobile-circle {
  width: 132px;
  height: 132px;
  top: 150px;
  left: 120px;
  border: 1px solid #89CED7;
  border-radius: 50%;
  display: block;
  position: absolute;
  -webkit-animation: pulse_1 1.8s linear infinite;
  animation: pulse_1 1.8s linear infinite;
  opacity: 0;
}
@media (max-width: 480px) {
  .pic-mobile-circle {
    width: 70px;
    height: 70px;
    top: 70px;
    left: 54px;
  }
}
.pic-mobile-circle:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #89CED7;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: pulse_2 1.8s linear infinite;
  animation: pulse_2 1.8s linear infinite;
  opacity: 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.pic-mobile-circle:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #89CED7;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: pulse_3 1.8s linear infinite;
  animation: pulse_3 1.8s linear infinite;
  opacity: 0;
}

@-webkit-keyframes pulse_1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse_1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes pulse_2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes pulse_2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes pulse_3 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes pulse_3 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
.phone-text {
  text-align: center;
  position: absolute;
  top: 230px;
  width: 100%;
  padding: 0 45px;
  color: #1D3157;
}
@media (max-width: 480px) {
  .phone-text {
    top: 116px;
    padding: 0 20px;
  }
}
.phone-text_title {
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .phone-text_title {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.phone-text_subtitle {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .phone-text_subtitle {
    font-size: 8px;
  }
}

.a-order-form {
  width: 270px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .a-order-form {
    width: 200px;
  }
}
.a-order-form .btn-border {
  color: #334059;
  border-color: #334059;
  width: 100%;
  margin: 0 auto 20px auto;
}
.a-order-form .btn-border:hover {
  background-color: #334059;
  color: #fff;
}
.a-order-form .btn-light-blue {
  width: 269px;
  height: 53px;
  margin-bottom: 20px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
  margin: 0 auto 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1300px) {
  .a-order-form .btn-light-blue {
    width: 240px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .a-order-form .btn-light-blue {
    width: 213px;
  }
}
.a-order-form .button {
  width: 269px;
  height: 53px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .a-order-form .button {
    width: 240px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .a-order-form .button {
    width: 213px;
  }
}

.a-order-date {
  margin-bottom: 35px;
}
.a-order-date_description {
  text-align: center;
  display: block;
  font-weight: 300;
  font-size: 1rem;
  color: #334059;
  margin-top: 7px;
}

.n-input-date {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 10px 0;
  background: none;
  color: #334059;
  font-size: 15px;
  text-align: center;
}
@supports not (-webkit-touch-callout: none) {
  .n-input-date {
    text-align: left;
    padding-left: 90px;
  }
  @media (max-width: 480px) {
    .n-input-date {
      padding-left: 60px;
    }
  }
}
@supports (-webkit-touch-callout: none) {
  .n-input-date::-webkit-datetime-edit {
    color: #334059;
    font-size: 15px;
    text-align: center;
  }
  .n-input-date::-webkit-datetime-edit-text, .n-input-date::-webkit-datetime-edit-fields-wrapper {
    text-align: center;
  }
}

.cake-order {
  background: #F5F5F5;
  padding: 43px 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cake-order {
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  .cake-order {
    padding: 20px 10px;
  }
}

table.cake-order-table tr:nth-child(2) td {
  padding-top: 10px;
}
table.cake-order-table th,
table.cake-order-table td {
  background: none;
  border: none;
}
table.cake-order-table th {
  font-weight: 300;
  font-size: 0.875rem;
  color: #5B5B5B;
  padding: 0;
}
table.cake-order-table th:nth-child(1) {
  width: 60%;
}
table.cake-order-table th:nth-child(2) {
  width: 20%;
}
table.cake-order-table th:nth-child(3) {
  width: 20%;
}
table.cake-order-table td {
  padding: 20px 0 5px 0;
}
table.cake-order-table td:nth-child(1) {
  font-size: 1.125rem;
  border-bottom: 1px solid #D3D3D3;
  font-weight: 500;
}
table.cake-order-table td:nth-child(2) {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  table.cake-order-table td:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  table.cake-order-table td:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
}
table.cake-order-table td:nth-child(3) {
  font-weight: 500;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  table.cake-order-table td:nth-child(3) {
    font-size: 1rem;
  }
}

.cake-order-table-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .cake-order-table-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (max-width: 480px) {
  .cake-order-table-bottom .dark-blue-btn {
    margin: 35px auto 0 auto;
  }
}

.cake-order-price {
  text-align: right;
}
.cake-order-price_title {
  font-weight: 500;
  font-size: 1.25rem;
}
.cake-order-price_value {
  font-size: 2.25rem;
  font-weight: 500;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .cake-order-price_value {
    margin-left: 10px;
  }
}

.event-form-text {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .event-form-text {
    font-size: 15px;
  }
}

.cake-remove-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cake-remove-btn:hover svg path {
  fill: #84DADE;
}
.cake-remove-btn svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.section-premise {
  padding-bottom: 87px;
}
@media (max-width: 480px) {
  .section-premise {
    padding-bottom: 50px;
  }
}

.premise-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.premise {
  width: 48%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .premise {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .premise {
    width: 100%;
    margin-bottom: 15px;
  }
}
.premise--light-blue .premise_bottom {
  background-color: #84DADE;
  color: #1D3157;
}
.premise--light-blue ul.premise-text-list li:before {
  background-color: #1D3157;
}
.premise--light-blue .format-links_item {
  color: #1d3157;
  border-color: #1d3157;
}
.premise--violet .premise_bottom {
  background-color: #9EADD9;
  color: #1D3157;
}
.premise--violet ul.premise-text-list li:before {
  background-color: #1D3157;
}
.premise--violet .format-links_item {
  color: #1d3157;
  border-color: #1d3157;
}
.premise--black .premise_bottom {
  background-color: #101820;
}
.premise_top {
  position: relative;
  width: 100%;
  height: 374px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .premise_top {
    height: 278px;
  }
}
@media (max-width: 480px) {
  .premise_top {
    height: 180px;
  }
}
.premise_img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
}
.premise_top-text {
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  position: relative;
  min-height: 60px;
}
@media (max-width: 768px) {
  .premise_top-text {
    min-height: 0;
  }
}
.premise_title {
  font-size: 2.25rem;
  display: block;
}
.premise_subtitle {
  font-size: 1rem;
  margin-top: 8px;
  display: block;
}
.premise_bottom {
  background: #1D3157;
  color: #84DADE;
  width: 100%;
  padding: 40px 20px 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .premise_bottom {
    padding: 20px 20px 30px 20px;
  }
}
.premise_bottom-title {
  font-size: 1.25rem;
  font-weight: 500;
}
.premise_description {
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 36px;
  margin-top: 17px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .premise_description {
    margin-bottom: 20px;
  }
}
.premise .blue-btn,
.premise .dark-blue-btn {
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .premise .blue-btn,
  .premise .dark-blue-btn {
    width: 180px;
    height: 44px;
    margin-bottom: 20px;
  }
}

ul.premise-text-list {
  display: block;
}
ul.premise-text-list li {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
ul.premise-text-list li:before {
  width: 5px;
  height: 5px;
  top: 9px;
}
@media (max-width: 480px) {
  ul.premise-text-list li:before {
    width: 4px;
    height: 4px;
    top: 7px;
  }
}
ul.premise-text-list li:last-child {
  margin-bottom: 0;
}

.text-bg,
p.text-bg {
  font-size: 1.5rem;
}

.price-w-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
}
@media (max-width: 480px) {
  .price-w-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.price-w-info_text {
  margin-right: 60px;
}
@media (max-width: 1700px) {
  .price-w-info_text {
    margin-right: 30px;
  }
}
@media (max-width: 480px) {
  .price-w-info_text {
    margin: 15px 20px 15px 0;
  }
}
.price-w-info_title {
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}
.price-w-info_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #9EADD9;
  border-radius: 24px;
  padding: 25px;
  font-size: 1rem;
  font-weight: 500;
  max-width: 350px;
}
@media (max-width: 1500px) {
  .price-w-info_info {
    max-width: 300px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .price-w-info_info {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
  }
}
.price-w-info_info svg {
  margin-right: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .price-w-info_info svg {
    width: 40px;
    height: 40px;
  }
}

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px dotted #40A7C5;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 1350px) {
  .benefits {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .benefits {
    padding: 8px 3px;
    border-radius: 8px;
  }
}

.benefits-item {
  width: 30%;
  text-align: center;
}
.benefits-item_icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 10px auto;
}
@media (max-width: 480px) {
  .benefits-item_icon {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
  }
  .benefits-item_icon svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.benefits-item_title {
  font-style: italic;
  font-weight: 300;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .benefits-item_title {
    font-size: 11px;
  }
}

.ny-menu {
  background-color: #E4DACA;
  background-image: url(../images/ny-menu_bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 97px 0 0 0;
  text-align: center;
  margin-top: 50px;
}
.ny-menu_block {
  width: 565px;
  height: 443px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 100px 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .ny-menu_block {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ny-menu_block {
    height: 260px;
    padding-bottom: 50px;
  }
}
.ny-menu_img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  left: 0;
}
.ny-menu .btn-download {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0 auto;
  z-index: 2;
}
.ny-menu .inner-title {
  max-width: 100%;
}

.kids-event-order {
  background: #F5F5F5;
  padding: 80px 60px 60px 60px;
  max-width: 1300px;
  border: 1px dotted #1D3157;
  border-radius: 40px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .kids-event-order {
    border-radius: 30px;
    padding: 60px 20px 30px 20px;
  }
}
@media (max-width: 480px) {
  .kids-event-order {
    padding: 35px 10px 10px 10px;
    border-radius: 20px;
  }
}

.kids-event-form_title {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .kids-event-form_title {
    margin-bottom: 30px;
  }
}
.kids-event-form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0;
}
@media (max-width: 480px) {
  .kids-event-form_item {
    margin: 25px 0;
  }
}
.kids-event-form_item .radio-group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
}
.kids-event-form_item:last-child {
  margin-bottom: 0;
}
.kids-event-form_price {
  white-space: nowrap;
  text-align: right;
  font-weight: 500;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .kids-event-form_price {
    font-size: 1rem;
  }
}

.kids-event-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #000;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .kids-event-form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .kids-event-form-bottom .violet-btn {
    margin-top: 30px;
  }
}

table.event-order-table {
  margin-top: 30px;
}
@media (max-width: 480px) {
  table.event-order-table {
    margin-top: 20px;
  }
}
table.event-order-table tr:nth-child(2) td {
  padding-top: 10px;
}
table.event-order-table th,
table.event-order-table td {
  background: none;
  border: none;
}
table.event-order-table th {
  font-weight: 300;
  font-size: 0.875rem;
  color: #5B5B5B;
  padding: 0;
}
table.event-order-table th:nth-child(1) {
  width: 60%;
}
table.event-order-table th:nth-child(2) {
  width: 20%;
}
table.event-order-table th:nth-child(3) {
  width: 20%;
  text-align: right;
}
table.event-order-table td {
  padding: 20px 0 5px 0;
  color: #000;
}
table.event-order-table td.td-border-bottom {
  border-bottom: 1px dotted #D3D3D3;
}
table.event-order-table td.td-description {
  font-size: 0.875rem !important;
  font-weight: 300 !important;
}
table.event-order-table td:nth-child(1) {
  width: 60%;
  font-size: 1.125rem;
  font-weight: 500;
}
table.event-order-table td:nth-child(2) {
  width: 20%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  table.event-order-table td:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  table.event-order-table td:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
}
table.event-order-table td:nth-child(3) {
  width: 20%;
  text-align: right;
  font-weight: 500;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  table.event-order-table td:nth-child(3) {
    font-size: 1rem;
  }
}

.menu-tooltip {
  position: relative;
}
@media (min-width: 1025px) {
  .menu-tooltip:hover .menu-tooltip-block {
    opacity: 1;
    visibility: visible;
  }
}
.menu-tooltip.active .menu-tooltip-block {
  opacity: 1;
  visibility: visible;
}
.menu-tooltip_title {
  color: #04ABCF;
}

.menu-tooltip-block {
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .menu-tooltip-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
  }
}
.menu-tooltip-block_wrap {
  width: 297px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 16px 18px;
  font-style: italic;
  position: relative;
}
@media (max-width: 1024px) {
  .menu-tooltip-block_wrap {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .menu-tooltip-block_wrap {
    margin: auto;
    width: 100%;
    max-width: 290px;
  }
}
.menu-tooltip-block p {
  margin: 5px 0;
  font-size: 12px;
  font-weight: 300;
}
.menu-tooltip-block_close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
  opacity: 0;
}
@media (max-width: 1024px) {
  .menu-tooltip-block_close-btn {
    opacity: 1;
  }
}

.banquet-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
}
@media (max-width: 480px) {
  .banquet-banners {
    margin: 35px 0 10px 0;
  }
}
.banquet-banners_item {
  display: block;
  text-decoration: none;
  color: #fff;
  width: 48%;
  height: 202px;
  background-color: #f4f4f4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
@media (max-width: 1024px) {
  .banquet-banners_item {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .banquet-banners_item {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .banquet-banners_item {
    height: 140px;
    margin-bottom: 15px;
  }
}
.banquet-banners_item:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banquet-banners_item:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.banquet-banners_item:last-child {
  margin-bottom: 0;
}
.banquet-banners_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.banquet-banners_text {
  margin: auto;
  text-align: center;
  z-index: 3;
  position: relative;
  min-height: 60px;
}
.banquet-banners_title {
  margin-top: 15px;
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.3);
}
.banquet-banners_link {
  color: #84DADE;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  display: block;
  text-decoration: none;
  margin-top: 14px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.banquet {
  padding-top: 25px;
  padding-right: 25px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .banquet {
    padding-top: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .banquet {
    margin-bottom: 30px;
  }
}
.banquet:last-child {
  margin-bottom: 0;
}
.banquet_wrap {
  background: #F1EDEA;
  padding: 90px 90px 110px 90px;
}
@media (max-width: 1300px) {
  .banquet_wrap {
    padding: 70px 30px 90px 30px;
  }
}
@media (max-width: 1024px) {
  .banquet_wrap {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .banquet_wrap {
    padding: 30px 20px;
  }
}
.banquet_text {
  max-width: 450px;
}
.banquet_subtitle {
  font-style: italic;
  font-weight: 300;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 8px;
}
.banquet_title {
  font-weight: 400;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.banquet .list-black {
  margin-bottom: 40px;
}

.banquet--reverse {
  padding-right: 0;
  padding-left: 25px;
}
@media (max-width: 1024px) {
  .banquet--reverse {
    padding-left: 0;
  }
}
.banquet--reverse .banquet_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #E7F5F7;
}
@media (max-width: 1024px) {
  .banquet--reverse .banquet_wrap {
    display: block;
  }
}
.banquet--reverse .banquet-slider {
  right: auto;
  left: 0;
}

.banquet-slider {
  width: 607px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1300px) {
  .banquet-slider {
    width: 480px;
  }
}
@media (max-width: 1024px) {
  .banquet-slider {
    position: relative;
    width: 100%;
  }
}
.banquet-slider_img {
  width: 607px;
  height: 398px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1300px) {
  .banquet-slider_img {
    width: 480px;
    height: 350px;
  }
}
@media (max-width: 1024px) {
  .banquet-slider_img {
    width: 100%;
    height: 398px;
  }
}
@media (max-width: 480px) {
  .banquet-slider_img {
    height: 250px;
  }
}
.banquet-slider_list {
  margin-bottom: 20px;
}
.banquet-slider_controls {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.money-cert {
  width: 100%;
  padding: 85px 50px 70px 50px;
  background-color: #4C7193;
  text-align: center;
  background-image: url(../images/money-cert_bg.jpeg);
  background-size: cover;
  background-position: right;
  border-radius: 30px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .money-cert {
    padding: 50px 40px;
    border-radius: 20px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .money-cert {
    text-align: left;
    padding: 40px 32px 30px 32px;
    border-radius: 10px;
    background-image: url(../images/money-cert_bg-mob.jpeg);
  }
}
.money-cert_title {
  font-weight: 400;
  font-size: 2.25rem;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .money-cert_title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .money-cert_title {
    font-size: 18px;
  }
}
.money-cert_description {
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
}
.money-cert_description p {
  line-height: 130%;
  font-size: 15px;
  color: #fff;
  margin: 10px 0;
}
@media (max-width: 480px) {
  .money-cert_description p {
    font-size: 12px;
  }
}
.money-cert_form .blue-btn {
  margin: 10px auto 25px auto;
  width: 248px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .money-cert_form .blue-btn {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}
.money-cert_form .radio-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .money-cert_form .radio-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.money-cert_form .radio-item {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .money-cert_form .radio-item {
    width: 45%;
    margin-right: 0;
  }
}
.money-cert_form .radio-item input[type=radio] + label {
  font-size: 18px;
}
@media (max-width: 480px) {
  .money-cert_form .radio-item input[type=radio] + label {
    font-size: 14px;
  }
}

.section-gift {
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  .section-gift {
    margin-bottom: 50px;
  }
}

.gift-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 90px;
  grid-row-gap: 90px;
}
@media (max-width: 1600px) {
  .gift-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}
@media (max-width: 1350px) {
  .gift-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .gift-list {
    display: block;
  }
}

.gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.gift_img {
  width: 100%;
  height: 640px;
  background-color: #cfcfcf;
}
@media (max-width: 1600px) {
  .gift_img {
    height: 560px;
  }
}
@media (max-width: 1024px) {
  .gift_img {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .gift_img {
    height: 350px;
  }
}
.gift_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.gift_text {
  padding: 40px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .gift_text {
    padding: 15px 0 8px 0;
  }
}
.gift_text-top {
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .gift_text-top {
    margin-bottom: 15px;
  }
}
.gift_title {
  font-weight: 400;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
}
@media (max-width: 480px) {
  .gift_title {
    margin-bottom: 12px;
  }
}
.gift_description {
  font-style: italic;
  font-weight: 300;
  font-size: 1.125rem;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .gift_description {
    margin-top: 10px;
  }
}
.gift_text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gift_price {
  font-weight: 500;
  font-size: 1.875rem;
}
.gift .list-black {
  font-size: 1.125rem;
}
.gift .list-black li {
  margin-top: 3px;
  margin-bottom: 3px !important;
}

.section-gift-order {
  background: #F1EDEA;
  padding: 80px 0 95px 0;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 480px) {
  .section-gift-order {
    padding: 50px 0 50px 0;
    margin-top: 50px;
  }
}

.gift-order {
  max-width: 850px;
  margin: 0 auto;
}
.gift-order .cake-order-table th:nth-child(1) {
  width: 75%;
}
.gift-order .cake-order-table th:nth-child(2) {
  width: 23%;
}
.gift-order .cake-order-table th:nth-child(3) {
  width: 16px;
}

.section-certificates {
  margin: 70px 0;
}
@media (max-width: 480px) {
  .section-certificates {
    margin: 50px 0 50px 0;
  }
}

@media (max-width: 480px) {
  .section-gift-delivery .p-table tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
  }
}
@media (max-width: 480px) {
  .section-gift-delivery .p-table th {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.section-gift-delivery .p-table td {
  vertical-align: top;
}
@media (max-width: 480px) {
  .section-gift-delivery .p-table td {
    display: block;
    width: 100%;
    border: none;
    padding: 5px 0;
  }
}
@media (max-width: 480px) {
  .section-gift-delivery .p-table td:first-child {
    padding: 15px 0 5px 0;
  }
}
.section-gift-delivery .p-table td:nth-child(2) {
  min-width: 200px;
}
@media (max-width: 480px) {
  .section-gift-delivery .p-table td:nth-child(2) {
    min-width: 0;
  }
}

.slider-mobile .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .slider-mobile .slick-track {
    display: block;
  }
}
.slider-mobile_item {
  height: auto !important;
  margin: 0 10px;
}
.slider-mobile_controls {
  display: none;
}
@media (max-width: 768px) {
  .slider-mobile_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slider-mobile .certificate {
  margin-bottom: 0;
  height: calc(100% - 1px);
}
.slider-mobile .certificate_title {
  min-height: 57px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .slider-mobile .certificate_title {
    min-height: 0;
    margin-bottom: 10px;
  }
}
.slider-mobile .certificate_description {
  margin-bottom: 5px;
}
.slider-mobile .certificate_description p {
  margin: 5px 0;
}
.slider-mobile .certificate_middle {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .slider-mobile .certificate_middle {
    min-height: 0;
    margin-bottom: 15px;
  }
}

.ny-certificate-icon {
  position: absolute;
  top: 0;
  left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 2;
}
.ny-certificate-icon svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .ny-certificate-icon svg {
    width: 30px;
    height: 30px;
  }
}
.ny-certificate-icon span {
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #1D3157;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 6px;
  border-radius: 2px;
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  .ny-certificate-icon span {
    font-size: 10px;
    margin-bottom: 2px;
  }
}

.n-event-text .price-block {
  margin-bottom: 33px;
}
@media (max-width: 480px) {
  .n-event-text .price-block {
    margin-bottom: 25px;
  }
}
.n-event-text .text-md {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .n-event-text .text-md {
    margin-bottom: 23px;
  }
}
.n-event-text .inner-title {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .n-event-text .labels {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .n-event-text .labels {
    margin-bottom: 20px;
  }
}

.n-events-section .hall {
  margin-bottom: 100px;
}
@media (max-width: 1350px) {
  .n-events-section .hall {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .n-events-section .hall {
    margin-bottom: 0;
  }
}

.n-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 70px;
  z-index: 200;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .n-modal {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .n-modal {
    padding: 20px;
  }
}
.n-modal.active {
  opacity: 1;
  visibility: visible;
}
.n-modal_block {
  background-color: #fff;
  border-radius: 16px;
  padding: 60px 60px;
  position: relative;
  margin: auto;
  max-width: 680px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .n-modal_block {
    padding: 60px 20px;
  }
}
.n-modal_block--gray {
  background-color: #E6DBD1;
}
.n-modal_block--blue {
  background-color: #c2f4fb;
}
.n-modal_block--blue .n-modal-btn {
  background-color: #04ABCF;
  color: #1D3157;
}
.n-modal_block--dark-blue {
  background-color: #1D3157;
  color: #81DADE;
}
.n-modal_block--dark-blue .n-modal_title,
.n-modal_block--dark-blue .n-modal_subtitle,
.n-modal_block--dark-blue .n-modal_description,
.n-modal_block--dark-blue .n-modal-link {
  color: #81DADE;
}
.n-modal_block--dark-blue .n-modal-btn {
  background-color: #81DADE;
  color: #1D3157;
}
.n-modal_block--dark-gray {
  background-color: #D5D0CA;
}
.n-modal_block--dark-gray .n-modal_title {
  color: #0F1821;
  font-weight: 500;
}
.n-modal_block--dark-gray .n-modal_description,
.n-modal_block--dark-gray .n-modal-link {
  color: #0F1821;
}
.n-modal_block--dark-gray .n-modal-btn {
  background-color: #0F1821;
}
.n-modal_close-btn {
  background: none;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
@media (max-width: 1024px) {
  .n-modal_close-btn {
    right: 20px;
    top: 20px;
  }
}
.n-modal_close-btn:hover svg path {
  fill: #84DADE;
}
.n-modal_close-btn svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.n-modal_title {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #1D3157;
  margin-bottom: 10px;
  font-family: "EngraversGothic", sans-serif;
  position: relative;
  display: inline-block;
}
@media (max-width: 480px) {
  .n-modal_title {
    font-size: 26px;
  }
}
.n-modal_subtitle {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "EngraversGothic", sans-serif;
  color: #1D3157;
  margin-bottom: 14px;
}
@media (max-width: 480px) {
  .n-modal_subtitle {
    font-size: 14px;
  }
}
.n-modal_description {
  margin-bottom: 20px;
  color: #1D3157;
}

.n-modal-btn {
  width: 300px;
  height: 45px;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1D3157;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
}
@media (max-width: 480px) {
  .n-modal-btn {
    width: 100%;
  }
}
.n-modal-btn--orange {
  background-color: #FBB03B !important;
}

.n-modal-slider_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 15px !important;
  z-index: 2;
}
.n-modal-slider_pagination .swiper-pagination-bullet-active {
  background-color: #1D3157;
}
.n-modal-slider_prev, .n-modal-slider_next {
  position: absolute;
  top: 140px;
  z-index: 2;
  width: 42px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}
@media (max-width: 1600px) {
  .n-modal-slider_prev, .n-modal-slider_next {
    top: 120px;
  }
}
@media (max-width: 1400px) {
  .n-modal-slider_prev, .n-modal-slider_next {
    top: 110px;
  }
}
@media (max-width: 480px) {
  .n-modal-slider_prev, .n-modal-slider_next {
    top: 100px;
    width: 40px;
    height: 40px;
  }
}
.n-modal-slider_prev svg, .n-modal-slider_next svg {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.n-modal-slider_prev {
  left: 15px;
}
@media (max-width: 480px) {
  .n-modal-slider_prev {
    left: 10px;
  }
}
.n-modal-slider_next {
  right: 15px;
}
@media (max-width: 480px) {
  .n-modal-slider_next {
    right: 10px;
  }
}

.modal-w-img .n-modal_block {
  padding: 0;
}
@media (max-width: 1600px) {
  .modal-w-img .n-modal_block {
    max-width: 600px;
  }
}
@media (max-width: 1400px) {
  .modal-w-img .n-modal_block {
    max-width: 550px;
  }
}
@media (max-width: 1024px) {
  .modal-w-img .n-modal_block {
    max-width: 500px;
  }
}
.modal-w-img_img {
  width: 100%;
  height: 332px;
}
@media (max-width: 1600px) {
  .modal-w-img_img {
    height: 290px;
  }
}
@media (max-width: 1400px) {
  .modal-w-img_img {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .modal-w-img_img {
    height: 240px;
  }
}
.modal-w-img_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.modal-w-img_text {
  padding: 30px 40px 42px 40px;
  text-align: center;
}
@media (max-width: 375px) {
  .modal-w-img_text {
    padding: 30px 30px 40px 30px;
  }
}
.modal-w-img .n-modal_close-btn svg path {
  fill: #fff;
}
.modal-w-img .n-modal-btn {
  margin: 0 auto;
}

.n-modal-link {
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  color: #1D3157;
  background: none;
  border: none;
  margin: 20px auto 0 auto;
}
@media (max-width: 480px) {
  .n-modal-link {
    font-size: 13px;
    margin-top: 15px;
  }
}

.modal-full-img {
  position: relative;
  width: 330px;
  height: 440px;
  text-align: center;
}
@media (max-width: 480px) {
  .modal-full-img {
    width: 270px;
    height: 360px;
  }
}
.modal-full-img_bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.modal-full-img_text {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 22px 30px 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.modal-full-img_title {
  text-transform: uppercase;
  font-family: "EngraversGothic", sans-serif;
  font-size: 58px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 100%;
}
@media (max-width: 480px) {
  .modal-full-img_title {
    font-size: 42px;
  }
}
.modal-full-img_subtitle {
  font-size: 18px;
}
@media (max-width: 480px) {
  .modal-full-img_subtitle {
    font-size: 16px;
  }
}
.modal-full-img_button {
  width: 200px;
  color: #F77074;
  height: 38px;
  border-radius: 50px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .modal-full-img_button {
    width: 180px;
  }
}
.modal-full-img_button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.callback-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  color: #1D3157;
  background: none;
  border: none;
  margin: 20px auto 0 auto;
}
@media (max-width: 480px) {
  .callback-btn {
    font-size: 13px;
  }
}
.callback-btn svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .callback-btn svg {
    margin-right: 3px;
    width: 20px;
    height: 20px;
  }
}

.callback-form {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .callback-form {
    width: 100%;
  }
}
.callback-form_input {
  border: none;
  border-bottom: 1px solid #1D3157;
  padding: 10px 20px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  color: #1D3157;
  margin-bottom: 26px;
  width: 100%;
  background: none;
}
.callback-form_description {
  margin-top: 30px;
  font-weight: 300;
  font-size: 11px;
  text-align: center;
  color: #1D3157;
}
.callback-form_description a {
  color: #1D3157;
}
.callback-form_description a:hover {
  text-decoration: none;
}

.callback-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #84DADE;
  border: none;
  margin-left: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .callback-icon {
    display: none;
  }
}

.letter-wrap {
  padding: 50px;
  background: #cfcfcf;
}

.hg-page {
  background-color: #045085;
  background-image: url(../images/hg-page_bg.jpeg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  min-height: 100vh;
  width: 100%;
}
.hg-page_wrap {
  margin: auto;
}

.hg-logo {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1D3157;
  margin: 0 auto 20px auto;
}
.hg-logo img {
  width: 110px;
}

.hg-title {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "EngraversGothic", sans-serif;
  margin-bottom: 45px;
}

.hg-nav-item {
  background: #89CED7;
  border-radius: 4px;
  margin-bottom: 12px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #1D3157;
  font-weight: 400;
  font-size: 14px;
  font-family: "EngraversGothic", sans-serif;
  text-decoration: none;
  padding: 0 16px 0 16px;
}
@media (max-width: 345px) {
  .hg-nav-item {
    padding: 0 12px 0 9px;
  }
}
.hg-nav-item:last-child {
  margin-bottom: 0;
}
.hg-nav-item_icon {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 345px) {
  .hg-nav-item_icon {
    margin-right: 10px;
  }
}
.hg-nav-item_title {
  margin-right: auto;
}
.hg-nav-item_arrow {
  margin-left: 8px;
}

.ny-application {
  background-color: #1D3157;
  background-image: url(../images/ny-application_bg.png);
  background-size: cover;
  height: 350px;
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .ny-application {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .ny-application {
    height: 200px;
  }
}
.ny-application_link {
  margin: auto;
  font-size: 1.75rem;
  text-transform: uppercase;
  text-align: center;
  padding: 32px 80px;
  color: #84DADE;
  text-decoration: none;
  border: 1px solid #84DADE;
  font-family: "EngraversGothic", sans-serif;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .ny-application_link {
    padding: 25px 40px;
  }
}
@media (max-width: 480px) {
  .ny-application_link {
    padding: 14px 12px;
    font-size: 1.5rem;
  }
}
.ny-application_link:hover {
  background-color: #84DADE;
  color: #1D3157;
}

.section-beige {
  background-color: #F1EDEA;
  padding: 120px 0;
}
@media (max-width: 1600px) {
  .section-beige {
    padding: 100px 0;
  }
}
@media (max-width: 480px) {
  .section-beige {
    padding: 60px 0;
  }
}

.n-advantage-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .n-advantage-group {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .n-advantage-group {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }
}

.n-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1D3157;
}
.n-advantage_icon {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  border: 2px solid #1D3157;
  margin-right: 29px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .n-advantage_icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    padding: 10px;
  }
}
.n-advantage_title {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.n-advantage_description {
  font-size: 13px;
  font-weight: 300;
}

.n-text {
  font-family: "EngraversGothic", sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.n-text a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

#block-search-inner {
  position: sticky;
  top: 0;
  z-index: 10;
}

.modal-dop {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(21, 21, 21, 0.9);
  color: #fefefe;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 140%;
  z-index: 10020;
  opacity: 0;
  visibility: hidden;
  padding: 70px 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-dop.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
@media (max-width: 1600px) {
  .modal-dop {
    padding: 60px 0;
    font-size: 16px;
  }
}
.modal-dop_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .modal-dop_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.modal-dop a {
  color: #84DADE;
  text-decoration: none;
}
.modal-dop a:hover {
  text-decoration: underline;
}
.modal-dop_text {
  max-width: 1093px;
  margin-right: 40px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .modal-dop_text {
    margin-right: 10px;
  }
}

.modal-dop-close {
  width: 47px;
  height: 47px;
  display: block;
  cursor: pointer;
  border: 1px solid #84DADE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .modal-dop-close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 3px;
    right: 3px;
  }
}
.modal-dop-close:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../images/sprite.svg#close-modal_blue);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modal-dop-close:hover {
  background-color: #84DADE;
}
.modal-dop-close:hover:after {
  background-image: url(../images/sprite.svg#close-modal);
}

.ball {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .ball {
    right: 5px;
    top: 30px;
    width: 140px;
  }
}
@media (max-width: 768px) {
  .ball {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .ball {
    width: 122px;
    top: 10px;
  }
}
@media (max-width: 375px) {
  .ball {
    width: 110px;
  }
}

.main-label {
  position: absolute;
  top: 90px;
  right: 100px;
  z-index: 10;
  width: 220px;
}
@media (max-width: 1600px) {
  .main-label {
    width: 200px;
    top: 80px;
    right: 20px;
  }
}
@media (max-width: 1350px) {
  .main-label {
    width: 180px;
  }
}
@media (max-width: 1024px) {
  .main-label {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .main-label {
    width: 140px;
  }
}
@media (max-width: 480px) {
  .main-label {
    width: 130px;
    top: 120px;
  }
}
@media (max-width: 375px) {
  .main-label {
    width: 120px;
  }
}

.holidays-label {
  position: absolute;
  top: 46.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 66%;
  z-index: 10;
  width: 200px;
}
@media (max-width: 1600px) {
  .holidays-label {
    width: 180px;
    left: 70%;
  }
}
@media (max-width: 1350px) {
  .holidays-label {
    width: 160px;
    top: 45%;
    left: 73%;
  }
}
@media (max-width: 1024px) {
  .holidays-label {
    top: 90px;
    left: auto;
    right: 20px;
    width: 120px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 768px) {
  .holidays-label {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .holidays-label {
    width: 90px;
    top: 130px;
  }
}
@media (max-width: 375px) {
  .holidays-label {
    width: 80px;
  }
}

.ny-banner-1 {
  position: absolute;
  top: 100px;
  right: 50px;
  z-index: 10;
}
@media (max-width: 1600px) {
  .ny-banner-1 {
    width: 170px;
  }
}
@media (max-width: 1350px) {
  .ny-banner-1 {
    width: 140px;
  }
}
@media (max-width: 1024px) {
  .ny-banner-1 {
    right: 10px;
    top: 80px;
    width: 100px;
  }
}
@media (max-width: 768px) {
  .ny-banner-1 {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .ny-banner-1 {
    top: 120px;
  }
}
@media (max-width: 375px) {
  .ny-banner-1 {
    width: 72px;
  }
}

.ny-banner-2 {
  position: absolute;
  top: 120px;
  right: 50px;
  z-index: 10;
}
@media (max-width: 1600px) {
  .ny-banner-2 {
    width: 230px;
  }
}
@media (max-width: 1350px) {
  .ny-banner-2 {
    width: 200px;
    top: 110px;
  }
}
@media (max-width: 1024px) {
  .ny-banner-2 {
    right: 10px;
    top: 80px;
    width: 150px;
  }
}
@media (max-width: 768px) {
  .ny-banner-2 {
    width: 110px;
  }
}
@media (max-width: 480px) {
  .ny-banner-2 {
    top: 120px;
    width: 100px;
  }
}
@media (max-width: 375px) {
  .ny-banner-2 {
    width: 90px;
  }
}

.section-logo {
  display: block;
  margin: 0 auto 30px auto;
}
@media (max-width: 480px) {
  .section-logo {
    width: 56px;
    margin-bottom: 15px;
  }
}

.section-christmas-beige {
  background-color: #F6F2EE;
  background-image: url(../images/section-christmas-beige_bg.jpeg);
  background-size: cover;
  margin-bottom: 70px;
}
@media (max-width: 1350px) {
  .section-christmas-beige {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .section-christmas-beige {
    margin-bottom: 40px;
  }
}
.section-christmas-beige .a-block {
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .section-christmas-beige .a-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .section-christmas-beige .a-block {
    margin-bottom: 30px;
  }
}
.section-christmas-beige .a-block:last-child {
  margin-bottom: 0;
}
.section-christmas-beige .a-block_title {
  padding-right: 150px;
}
@media (max-width: 1350px) {
  .section-christmas-beige .a-block_title {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  .section-christmas-beige .a-block_title {
    padding-right: 80px;
  }
}
@media (max-width: 480px) {
  .section-christmas-beige .a-block_title {
    padding-right: 50px;
  }
}
@media (max-width: 380px) {
  .section-christmas-beige .a-block_title {
    padding-right: 0;
  }
}

.christmas-sale-label {
  position: absolute;
  top: 40px;
  right: 50px;
}
@media (max-width: 1350px) {
  .christmas-sale-label {
    width: 120px;
    height: 120px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .christmas-sale-label {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .christmas-sale-label {
    width: 62px;
    height: 62px;
    top: 20px;
    right: 10px;
  }
}
@media (max-width: 380px) {
  .christmas-sale-label {
    top: -25px;
    right: -15px;
  }
}

.firm-dish_title {
  font-size: 1.5rem;
  text-align: center;
}

.firm-dish-banner {
  background-color: #1C1C1C;
  background-image: url(../images/firm-dish-banner.jpeg);
  background-size: cover;
  width: 100%;
  color: #fff;
  padding: 98px 110px;
  margin-bottom: 43px;
}
@media (max-width: 1350px) {
  .firm-dish-banner {
    padding: 90px 100px;
  }
}
@media (max-width: 768px) {
  .firm-dish-banner {
    padding: 70px 60px;
  }
}
@media (max-width: 550px) {
  .firm-dish-banner {
    padding: 50px 50px 250px 50px;
    background-position: bottom -50px center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../images/firm-dish-banner_mob.jpeg);
  }
}
@media (max-width: 480px) {
  .firm-dish-banner {
    padding: 32px 32px 200px 32px;
    background-position: bottom -50px center;
  }
}
@media (max-width: 400px) {
  .firm-dish-banner {
    background-position: bottom -30px center;
  }
}
@media (max-width: 360px) {
  .firm-dish-banner {
    padding: 32px 25px 200px 25px;
    background-position: bottom center;
  }
}
.firm-dish-banner_wrap {
  max-width: 606px;
}
.firm-dish-banner_title {
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .firm-dish-banner_title {
    font-size: 2rem;
  }
}
.firm-dish-banner_subtitle {
  font-size: 0.938rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 40px;
  line-height: 130%;
}
@media (max-width: 480px) {
  .firm-dish-banner_subtitle {
    margin-bottom: 20px;
  }
}
.firm-dish-banner_description {
  max-width: 440px;
}
.firm-dish-banner_description p {
  color: #fff;
  font-size: 0.938rem;
}

.subtitle {
  font-size: 1.125rem;
}

.section-terms .inner-title {
  font-family: "EngraversGothic", sans-serif;
  font-size: 2.75rem;
}
.section-terms_img {
  width: 100%;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .section-terms_img {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .section-terms_img {
    margin-bottom: 20px;
  }
}
.section-terms_text {
  padding: 0 50px;
}
@media (max-width: 768px) {
  .section-terms_text {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .section-terms_text {
    padding: 0;
  }
}
.section-terms_text .t-block,
.section-terms_text .sm-list-black,
.section-terms_text p {
  font-size: 1.125rem;
}

ul.check-list li {
  padding-left: 32px;
}
ul.check-list li:before {
  width: 18px;
  height: 18px;
  background-image: url(../images/check-list-icon.svg);
  background-color: #fff;
  border-radius: 0;
  top: 2px;
}

.n-plans-section .head-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .n-plans-section .hall:nth-child(even) {
    background-color: #F6F2EE;
  }
}
.n-plans-section .hall p:first-of-type {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .n-plans-section .hall_text {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .n-plans-section .hall_text {
    padding-top: 25px;
  }
}
@media (max-width: 480px) {
  .n-plans-section .hall .list-black {
    margin-bottom: 25px;
  }
}
.n-plans-section .inner-sm-title--mob {
  display: none;
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
  padding: 35px 20px 25px 20px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .n-plans-section .inner-sm-title--mob {
    display: block;
  }
}
@media (max-width: 480px) {
  .n-plans-section .inner-sm-title--mob {
    padding: 30px 20px 20px 20px;
  }
}
@media (max-width: 1024px) {
  .n-plans-section .inner-sm-title--desc {
    display: none;
  }
}
@media (max-width: 1024px) {
  .n-plans-section--ny .hall:nth-child(even) {
    background-color: #E4E8EB;
  }
  .n-plans-section--ny .hall:nth-child(even) .hall_text {
    background-image: url(../images/hall-bg_ny--white.png);
    background-size: contain;
  }
}
.n-plans-section--ny .hall_text {
  background-image: url(../images/hall-bg_ny.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
@media (max-width: 480px) {
  .n-plans-section--ny .hall_text {
    background-size: 600px;
  }
}

.n-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .n-price-wrap {
    margin-top: 30px;
    gap: 10px 15px;
  }
}
.n-price-wrap_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 480px) {
  .n-price-wrap_btns {
    gap: 10px;
  }
}
.n-price-wrap_btns .btn-border {
  padding: 12px 25px 17px 25px;
}
@media (max-width: 480px) {
  .n-price-wrap_btns .btn-border {
    padding: 10px 10px 13px 10px;
  }
}

.price-w-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.price-w-button .price-block {
  margin-right: auto;
}

.order-message {
  text-align: center;
  padding: 150px 0;
}
@media (max-width: 1600px) {
  .order-message {
    padding: 100px 0;
  }
}
@media (max-width: 1350px) {
  .order-message {
    padding: 70px 0;
  }
}
.order-message_icon {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .order-message_icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .order-message_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
}
.order-message_title {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .order-message_title {
    font-size: 34px;
  }
}
@media (max-width: 1350px) {
  .order-message_title {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .order-message_title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .order-message_title {
    font-size: 20px;
  }
}

.labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .labels {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .labels {
    margin-bottom: 0;
  }
}

.label {
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cfcfcf;
  color: #fff;
  text-transform: uppercase;
  font-family: "EngraversGothic", sans-serif;
  border-radius: 6px;
}

.head-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 30px;
}
.head-group--mob {
  display: none;
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
  padding: 35px 20px 25px 20px;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 1024px) {
  .head-group--mob {
    display: block;
  }
}
@media (max-width: 480px) {
  .head-group--mob {
    padding: 30px 20px 20px 20px;
  }
}
@media (max-width: 1024px) {
  .head-group--desc {
    display: none;
  }
}

.section-main-rate {
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .section-main-rate {
    border-bottom: 1px solid #D9D9D9;
  }
}

@media (max-width: 1024px) {
  .section-spec-rate {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .section-spec-rate .hall {
    border-bottom: 1px solid #D9D9D9;
    background: none !important;
  }
}
@media (max-width: 1024px) {
  .section-spec-rate .hall:first-child .head-group {
    padding-top: 0;
  }
}
.section-spec-rate .hall:last-child {
  border-bottom: none;
}

.section-slider-beige {
  background-color: #F5F2F0;
}
.section-slider-beige .full-slider_controls {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .hidden-on-mobile {
    display: none;
  }
}

.btn-on-mobile {
  display: none !important;
}
@media (max-width: 480px) {
  .btn-on-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.btn-show-more-v2 {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Roboto", Arial, sans-serif;
  color: #04ABCF;
  text-transform: none;
  gap: 5px;
  font-size: 14px;
  width: auto;
}
.btn-show-more-v2:hover {
  background: none;
  color: #04ABCF;
}
.btn-show-more-v2:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-image: url(../images/btn-show-more-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
}

.btn-show-more-v3 {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: none;
  gap: 5px;
  font-size: 14px;
  width: auto;
  background: none;
  margin: 0 auto;
}
.btn-show-more-v3:after {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(../images/arrow_more.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
}
.btn-show-more-v3.rotated::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.truncated {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncated.fallback {
  max-height: 2.8em;
  overflow: hidden;
}

.expanded {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  max-height: none;
  overflow: visible;
}

.text-w-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
  padding-right: 250px;
}
@media (max-width: 1700px) {
  .text-w-img {
    padding-right: 50px;
  }
}
@media (max-width: 1600px) {
  .text-w-img {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .text-w-img {
    display: block;
    padding: 0 20px;
  }
}
.text-w-img_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 699px;
  height: 664px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1350px) {
  .text-w-img_img {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  .text-w-img_img {
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .text-w-img_img {
    height: 230px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .text-w-img .inner-title {
    text-align: center;
  }
}

.round-tabs {
  margin-top: 25px;
}
.round-tabs .p-tabs-head {
  margin-bottom: 15px;
}
.round-tabs .p-tabs-head_item {
  border: 1px solid #C4C4C4;
  border-radius: 40px;
  padding: 5px 20px;
  font-size: 12px;
  color: #868686;
  margin-right: 10px;
}
.round-tabs .p-tabs-head_item.active {
  background-color: #D9D9D9;
  color: #101820;
}

.cert-stock {
  margin-bottom: 23px;
  padding-bottom: 15px;
  border-bottom: 1px solid #84DADE;
}
@media (max-width: 480px) {
  .cert-stock {
    margin-bottom: 18px;
  }
}
.cert-stock_title {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .cert-stock_title {
    font-size: 16px;
  }
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 1350px) {
  .countdown {
    gap: 8px;
  }
}
@media (max-width: 1100px) {
  .countdown {
    gap: 7px;
  }
}
@media (max-width: 480px) {
  .countdown {
    gap: 6px;
  }
}
.countdown_separator {
  margin-top: 12px;
}
@media (max-width: 1350px) {
  .countdown_separator {
    margin-top: 9px;
    width: 5px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  .countdown_separator {
    width: 4px;
    height: 14px;
    margin-top: 6px;
  }
}

.countdown-item_count {
  width: 64px;
  height: 44px;
  background-image: url(../images/countdown-item_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 1px;
  font-size: 30px;
  color: #1D3157;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 15px;
  padding: 0 7px;
}
@media (max-width: 1350px) {
  .countdown-item_count {
    width: 50px;
    height: 34px;
    font-size: 24px;
    padding: 0 4px;
  }
}
@media (max-width: 480px) {
  .countdown-item_count {
    width: 38px;
    height: 26px;
    font-size: 18px;
    padding: 0 3px;
    letter-spacing: 11px;
  }
}
.countdown-item_title {
  color: #fff;
  font-size: 8px;
}

.certificate--ny .certificate_text {
  background-image: url(../images/certificate_ny-bg.jpg);
  background-size: cover;
}
.certificate--ny ul > li {
  font-weight: 500;
}
.certificate--ny .certificate-form {
  border-color: #002D5E;
}

.certificate--dark-violet:hover .certificate_text {
  background-color: #9045b8 !important;
}
.certificate--dark-violet .certificate_text {
  background-image: url(../images/certificate_10_bg.jpg);
  background-size: cover;
  background-color: #9045b8;
  color: #fff !important;
}
.certificate--dark-violet ul > li {
  color: #fff;
}
.certificate--dark-violet ul > li:before {
  background-color: #fff !important;
}
.certificate--dark-violet .certificate_description span {
  display: block;
}
.certificate--dark-violet .certificate_description,
.certificate--dark-violet .cert-link,
.certificate--dark-violet .radio-group_title {
  color: #fff !important;
}
.certificate--dark-violet .certificate_title {
  font-size: 1.875rem;
  color: #fff;
  margin-bottom: 10px;
}
.certificate--dark-violet .cert-stock {
  border: none;
}
.certificate--dark-violet .certificate-form {
  border-color: #fff;
}
.certificate--dark-violet .btn-border {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.certificate--dark-violet .btn-border:hover {
  color: #fff;
}

.certificate--pink:hover .certificate_text {
  background-color: #FD78BA !important;
}
.certificate--pink .certificate_text {
  background-image: url(../images/certificate_11_bg.jpg);
  background-size: cover;
  background-color: #FD78BA;
  color: #fff !important;
}
.certificate--pink ul > li {
  color: #fff;
}
.certificate--pink ul > li:before {
  background-color: #fff !important;
}
.certificate--pink .certificate_description span {
  display: block;
}
.certificate--pink .certificate_price {
  font-size: 1.3rem;
}
.certificate--pink .certificate_description,
.certificate--pink .cert-link,
.certificate--pink .radio-group_title,
.certificate--pink .certificate_price--new {
  color: #fff !important;
}
.certificate--pink .certificate_title {
  color: #fff;
}
.certificate--pink .certificate-form {
  border-color: #fff;
}
.certificate--pink .btn-border {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.certificate--pink .btn-border:hover {
  color: #fff;
}
.certificate--pink .radio-item input[type=radio] + label:after {
  background-color: #FD78BA;
}

.certificate--black-friday .certificate_text {
  background-image: url(../images/black-friday-3_bg.jpg);
  background-size: cover;
}

.a-block--ny {
  background-size: cover;
}
.a-block--ny ul {
  margin-bottom: 0;
}
.a-block--ny ul > li {
  margin-bottom: 5px;
}
.a-block--ny .cert-stock {
  margin-bottom: 0px;
  padding-bottom: 0;
  border: none;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .a-block--ny .cert-stock {
    margin-top: 15px;
  }
}
.a-block--ny .cert-stock_title {
  color: #002D5E;
  font-size: 24px;
}
@media (max-width: 1350px) {
  .a-block--ny .cert-stock_title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .a-block--ny .cert-stock_title {
    font-size: 17px;
  }
}
.a-block--ny .countdown {
  gap: 15px;
}
@media (max-width: 1200px) {
  .a-block--ny .countdown {
    gap: 5px;
  }
}
.a-block--ny .countdown_separator {
  width: 9px;
  height: 27px;
  margin-top: 20px;
}
@media (max-width: 1350px) {
  .a-block--ny .countdown_separator {
    width: 6px;
    height: 18px;
    margin-top: 17px;
  }
}
@media (max-width: 768px) {
  .a-block--ny .countdown_separator {
    margin-top: 9px;
    width: 5px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  .a-block--ny .countdown_separator {
    width: 4px;
    height: 14px;
    margin-top: 6px;
  }
}
.a-block--ny .countdown-item_count {
  width: 95px;
  height: 65px;
  font-size: 30px;
  padding: 0 15px;
  letter-spacing: 30px;
  margin-bottom: 5px;
}
@media (max-width: 1350px) {
  .a-block--ny .countdown-item_count {
    width: 76px;
    height: 50px;
    font-size: 28px;
    letter-spacing: 20px;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .a-block--ny .countdown-item_count {
    width: 50px;
    height: 34px;
    font-size: 24px;
    padding: 0 4px;
    letter-spacing: 15px;
    margin-bottom: 1px;
  }
}
@media (max-width: 480px) {
  .a-block--ny .countdown-item_count {
    width: 38px;
    height: 26px;
    font-size: 18px;
    padding: 0 3px;
    letter-spacing: 11px;
  }
}
.a-block--ny .countdown-item_title {
  font-size: 12px;
}
@media (max-width: 1350px) {
  .a-block--ny .countdown-item_title {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .a-block--ny .countdown-item_title {
    font-size: 8px;
  }
}
.a-block--ny .a-block_bottom {
  margin-top: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  border-radius: 90px;
  padding-left: 20px;
}
.a-block--ny_bg-1 {
  background-image: url(../images/abonement_ny-bg_1.jpg);
}
.a-block--ny_bg-2 {
  background-image: url(../images/abonement_ny-bg_2.jpg);
}

.block-time {
  display: none;
}
.block-time.active {
  display: block;
}
.block-time .top-text-center {
  padding-bottom: 0;
  font-size: 1rem;
}
.block-time h3 {
  font-weight: 400;
  font-size: 1.25rem;
}

.a-sale {
  text-align: center;
  width: 100%;
}
.a-sale_title {
  font-size: 64px;
  font-weight: 700;
  border: 4px solid #3FA6C5;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #3FA6C5;
  padding: 20px;
  border-radius: 34px;
}
@media (max-width: 1350px) {
  .a-sale_title {
    font-size: 54px;
  }
}
@media (max-width: 1024px) {
  .a-sale_title {
    font-size: 50px;
    border: 3px solid #3FA6C5;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 26px;
  }
}
@media (max-width: 768px) {
  .a-sale_title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .a-sale_title {
    font-size: 32px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 2px solid #3FA6C5;
  }
}
@media (max-width: 1024px) {
  .a-sale_title span {
    display: block;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .a-sale_title span {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .a-sale_title span {
    font-size: 20px;
  }
}
.a-sale_subtitle {
  text-transform: uppercase;
  color: #3FA6C5;
  font-size: 36px;
  font-weight: 600;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 30px auto;
}
@media (max-width: 1350px) {
  .a-sale_subtitle {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .a-sale_subtitle {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .a-sale_subtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .a-sale_subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.a-sale_description {
  font-size: 16px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 140%;
}

.ny_left {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1600px) {
  .ny_left {
    width: 650px;
  }
}
@media (max-width: 1350px) {
  .ny_left {
    width: 600px;
  }
}
@media (max-width: 1024px) {
  .ny_left {
    width: 400px;
  }
}
@media (max-width: 480px) {
  .ny_left {
    width: 200px;
  }
}
.ny_right {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1600px) {
  .ny_right {
    width: 400px;
  }
}
@media (max-width: 1350px) {
  .ny_right {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .ny_right {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .ny_right {
    width: 100px;
  }
}
.ny_top {
  z-index: 2;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1600px) {
  .ny_top {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .ny_top {
    width: 400px;
    top: 0;
  }
}
@media (max-width: 480px) {
  .ny_top {
    width: 260px;
  }
}

.snowflake {
  margin: 0 auto 20px auto;
  display: block;
}
@media (max-width: 480px) {
  .snowflake {
    width: 30px;
    margin-bottom: 10px;
  }
}

.inner-page-ny-bg {
  background-image: url(../images/inner-page_ny-bg.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.inner-page-ny-bg .bs-text {
  background-color: #89CED7;
}
.inner-page-ny-bg .bs-text .link-arrow {
  background-color: #fff;
}
.inner-page-ny-bg .bs-text .link-arrow svg path {
  fill: #89CED7;
}

.banner-bf {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 500px;
  position: relative;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 480px) {
  .banner-bf {
    margin: 10px auto 0 auto;
    max-width: 300px;
  }
}
.banner-bf_text {
  position: absolute;
  top: 90px;
  width: 100%;
  text-align: center;
  padding: 0 50px;
}
@media (max-width: 480px) {
  .banner-bf_text {
    top: 150px;
  }
}
.banner-bf_title {
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "EngraversGothic", sans-serif;
  line-height: 90%;
}
@media (max-width: 480px) {
  .banner-bf_title {
    font-size: 46px;
  }
}
.banner-bf_description {
  max-width: 290px;
  margin: 0 auto;
  line-height: 130%;
}
.banner-bf_description b {
  color: #fff;
}

.aromatherapy_wrap {
  background-color: #1D3157;
  background-image: url(../images/aromatherapy.jpg);
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
}
@media (max-width: 480px) {
  .aromatherapy_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../images/aromatherapy_mob.jpg);
  }
}
.aromatherapy_title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .aromatherapy_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.aromatherapy_description {
  font-size: 1.125rem;
}
.aromatherapy_description p {
  font-size: 1.125rem;
  color: #fff;
  margin: 5px 0;
}
.aromatherapy .btn-show-more {
  margin: 20px auto 0 auto;
}

.rent-head {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 122px 20px 70px 20px;
  text-align: center;
  min-height: 100vh;
  position: relative;
}
@media (max-width: 480px) {
  .rent-head {
    padding-top: 160px;
  }
}
.rent-head--v2 {
  color: #fff;
}
.rent-head--v2 .rent-head_title {
  color: #fff;
  margin-bottom: 20px;
}
.rent-head--v2 p {
  color: #fff;
}
.rent-head:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.rent-head_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.rent-head_top, .rent-head_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.rent-head_logo {
  width: 144px;
  margin-bottom: 123px;
}
@media (max-width: 1600px) {
  .rent-head_logo {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .rent-head_logo {
    width: 100px;
    margin-bottom: 40px;
  }
}
.rent-head_title {
  color: #84DADE;
  font-family: "EngraversGothic", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 68px;
  max-width: 950px;
  margin-bottom: 169px;
}
@media (max-width: 1600px) {
  .rent-head_title {
    margin-bottom: 100px;
  }
}
@media (max-width: 1350px) {
  .rent-head_title {
    font-size: 60px;
    max-width: 850px;
  }
}
@media (max-width: 1024px) {
  .rent-head_title {
    font-size: 50px;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .rent-head_title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .rent-head_title {
    font-size: 30px;
    margin-bottom: 80px;
  }
}
.rent-head_description {
  font-size: 15px;
  color: #fff;
  max-width: 730px;
  margin-bottom: 33px;
  line-height: 140%;
}
@media (max-width: 480px) {
  .rent-head_description {
    font-size: 14px;
  }
}
.rent-head_description p {
  font-size: 15px;
}
@media (max-width: 480px) {
  .rent-head_description p {
    font-size: 14px;
  }
}
.rent-head_icon {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .rent-head_icon {
    width: 90px;
  }
}
.rent-head_icon:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.rent-photos-slider_item img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1600px) {
  .rent-photos-slider_item img {
    height: 340px;
  }
}
@media (max-width: 480px) {
  .rent-photos-slider_item img {
    height: 240px;
  }
}
.rent-photos-slider_pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rent-photos-slider_pagination .swiper-pagination-bullet {
  background-color: #84DADE;
  opacity: 1;
}
.rent-photos-slider_pagination .swiper-pagination-bullet-active {
  background-color: #002D5D;
}
.rent-photos-slider_prev, .rent-photos-slider_next {
  position: absolute;
  top: 45%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rent-photos-slider_prev {
  left: 5%;
}
@media (max-width: 1350px) {
  .rent-photos-slider_prev {
    left: 20px;
  }
}
.rent-photos-slider_next {
  right: 5%;
}
@media (max-width: 1350px) {
  .rent-photos-slider_next {
    right: 20px;
  }
}

.r-booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.r-booking_title {
  color: #84DADE;
  font-family: "EngraversGothic", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 68px !important;
  color: #fff !important;
  margin-bottom: 70px !important;
}
@media (max-width: 1350px) {
  .r-booking_title {
    font-size: 60px !important;
  }
}
@media (max-width: 1024px) {
  .r-booking_title {
    font-size: 50px !important;
  }
}
@media (max-width: 768px) {
  .r-booking_title {
    font-size: 40px !important;
  }
}
@media (max-width: 480px) {
  .r-booking_title {
    font-size: 30px !important;
    margin-bottom: 40px !important;
  }
}
.r-booking_subtitle {
  font-size: 38px;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 70px;
}
@media (max-width: 1350px) {
  .r-booking_subtitle {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .r-booking_subtitle {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .r-booking_subtitle {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .r-booking_subtitle {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.r-booking_description {
  font-size: 25px;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 40px;
}
@media (max-width: 1350px) {
  .r-booking_description {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .r-booking_description {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .r-booking_description {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .r-booking_description {
    font-size: 18px;
  }
}
.r-booking .blue-btn {
  width: 544px;
  height: 60px;
  font-size: 25px;
}
@media (max-width: 1024px) {
  .r-booking .blue-btn {
    width: 480px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .r-booking .blue-btn {
    width: 400px;
    max-width: 100%;
    height: 54px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .r-booking .blue-btn {
    width: 320px;
    height: 50px;
    font-size: 18px;
  }
}

.r-booking-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .r-booking-contacts {
    gap: 20px;
    margin-top: 30px;
  }
}
.r-booking-contacts_social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 480px) {
  .r-booking-contacts_social-links {
    gap: 20px;
  }
}
.r-booking-contacts_social-link {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.r-booking-contacts_social-link:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.r-booking-contacts_social-link svg {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@media (max-width: 480px) {
  .r-booking-contacts_social-link svg {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}
.r-booking-contacts_tel a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .r-booking-contacts_tel a {
    font-size: 18px;
  }
}
.r-booking-contacts_tel a:hover {
  opacity: 0.8;
}
.r-booking-contacts_tel span {
  font-size: 12px;
}
@media (max-width: 480px) {
  .r-booking-contacts_tel span {
    font-size: 11px;
  }
}

.r-title {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "EngraversGothic", sans-serif;
}
@media (max-width: 1350px) {
  .r-title {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .r-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .r-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .r-title {
    font-size: 24px;
  }
}

.r-acc-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.r-acc {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  font-size: 25px;
}
@media (max-width: 1350px) {
  .r-acc {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .r-acc {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .r-acc {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .r-acc {
    font-size: 18px;
    padding: 24px 0;
  }
}
.r-acc:first-child {
  border-top: 1px solid #fff;
}
.r-acc_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  font-weight: 500;
}
.r-acc_head.active .r-acc_icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.r-acc_icon {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .r-acc_icon {
    width: 32px;
    height: 32px;
  }
}
.r-acc_body {
  padding: 10px 0 0px 0;
  display: none;
  font-weight: 300;
}
.r-acc_body ul li:before {
  background-color: #fff;
  top: 12px;
}
@media (max-width: 480px) {
  .r-acc_body ul li:before {
    top: 9px;
  }
}
.r-acc_body p {
  font-size: 25px;
}
@media (max-width: 1350px) {
  .r-acc_body p {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .r-acc_body p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .r-acc_body p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .r-acc_body p {
    font-size: 18px;
  }
}

.r-about {
  gap: 0 50px;
}
.r-about .bs-slider_prev {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.r-about .bs-slider_next {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.r-arrow {
  padding: 0;
  background: none;
  cursor: pointer;
  border: none;
  width: 42px;
  height: 42px;
}
@media (max-width: 480px) {
  .r-arrow {
    width: 32px;
    height: 32px;
  }
}
.r-arrow svg {
  max-width: 100%;
  max-height: 100%;
}
.r-arrow:hover {
  opacity: 0.9;
}

.h-grass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.h-grass_description {
  font-size: 15px;
}
@media (max-width: 480px) {
  .h-grass_description {
    font-size: 14px;
  }
}
.h-grass_btn {
  margin-top: 10px;
  width: 400px;
}
@media (max-width: 1024px) {
  .h-grass_btn {
    width: 320px;
  }
}
@media (max-width: 480px) {
  .h-grass_btn {
    width: 100%;
  }
}

.grass-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 77px 60px;
  margin-bottom: 100px;
}
@media (max-width: 1350px) {
  .grass-grid {
    gap: 50px 40px;
  }
}
@media (max-width: 1024px) {
  .grass-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grass-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .grass-grid {
    gap: 20px;
    margin-bottom: 60px;
  }
}

.grass {
  background-color: #D6D1CA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.grass_img {
  width: 100%;
  height: 307px;
}
@media (max-width: 480px) {
  .grass_img {
    height: 210px;
  }
}
.grass_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.grass_text {
  padding: 40px 49px;
  color: #4D4D4D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .grass_text {
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  .grass_text {
    padding: 30px 20px;
  }
}
.grass_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 15px;
  margin-bottom: 15px;
  width: 100%;
}
.grass_title {
  text-transform: uppercase;
  font-size: 30px;
  color: #4D4D4D;
  margin-bottom: 0;
}
@media (max-width: 1350px) {
  .grass_title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .grass_title {
    font-size: 22px;
  }
}
.grass_price {
  font-size: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1350px) {
  .grass_price {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .grass_price {
    font-size: 18px;
  }
}
.grass_link {
  font-size: 16px;
  color: #4D4D4D;
  margin-top: auto;
}
@media (max-width: 1350px) {
  .grass_link {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .grass_link {
    font-size: 14px;
  }
}
.grass_link:hover {
  text-decoration: none;
}
.grass_btn {
  width: 250px;
  max-width: 100%;
  background-color: #C5BAB5 !important;
}
.grass_btn:hover {
  background-color: #ccc2be !important;
}
@media (max-width: 480px) {
  .grass_btn {
    width: 200px;
  }
}

.n-modal[data-name=modal-grass] .n-modal_block {
  background-color: #D6D1CA;
  color: #4D4D4D;
}
.n-modal[data-name=modal-grass] .n-modal_close-btn:hover svg path {
  fill: #000;
}

.m-grass_title {
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #4D4D4D;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1350px) {
  .m-grass_title {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .m-grass_title {
    font-size: 24px;
  }
}
.m-grass_description {
  font-size: 22px;
  font-weight: 200;
}
@media (max-width: 1350px) {
  .m-grass_description {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .m-grass_description {
    font-size: 18px;
  }
}
.m-grass_description b {
  font-weight: 500;
}

@media (max-width: 480px) {
  input[type=text],
  input[type=email],
  textarea {
    font-size: 16px !important;
  }
}

.input {
  margin-bottom: 15px;
}
.input label {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #616161;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .input label {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
.input input[type=text] {
  border: 1px solid #C4C4C4;
  border-radius: 0;
  height: 45px;
  width: 100%;
  background-color: transparent;
  padding: 5px 10px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .input input[type=text] {
    height: 40px;
    font-size: 16px;
  }
}
.input input[type=tel] {
  border: 1px solid #C4C4C4;
  border-radius: 0;
  height: 45px;
  width: 100%;
  background-color: transparent;
  padding: 5px 10px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .input input[type=tel] {
    height: 40px;
    font-size: 16px;
  }
}
.input input[type=email] {
  border: 1px solid #C4C4C4;
  border-radius: 0;
  height: 45px;
  width: 100%;
  background-color: transparent;
  padding: 5px 10px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .input input[type=email] {
    height: 40px;
    font-size: 16px;
  }
}
.input textarea {
  border: 1px solid #C4C4C4;
  border-radius: 0;
  height: calc(100% - 34px);
  width: 100%;
  background-color: transparent;
  padding: 5px 10px;
  resize: none;
  font-size: 14px;
}
@media (max-width: 480px) {
  .input textarea {
    height: 150px;
    font-size: 16px;
  }
}

.textarea {
  height: 100%;
}

.contact-form_btn {
  background-color: #84DADE;
  width: 273px;
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  font-family: "EngraversGothic", sans-serif;
  font-weight: 400;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 13px 20px 21px 20px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .contact-form_btn {
    font-size: 16px;
    padding: 10px 70px 17px 70px;
    width: auto;
    max-width: 100%;
  }
}
.contact-form_btn:hover {
  background-color: #fff;
}

.modal-form {
  width: 100%;
}
.modal-form_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.modal-form-input {
  margin-bottom: 15px;
  text-align: left;
  width: 48%;
}
@media (max-width: 480px) {
  .modal-form-input {
    width: 100%;
  }
}
.modal-form-input--big {
  width: 100%;
}
.modal-form-input label {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  margin-bottom: 2px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .modal-form-input label {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
.modal-form-input input {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  padding: 5px 10px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .modal-form-input input {
    height: 40px;
    font-size: 16px;
  }
}

.modal-form-textarea {
  text-align: left;
  width: 100%;
}
.modal-form-textarea label {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  margin-bottom: 2px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .modal-form-textarea label {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
.modal-form-textarea textarea {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  height: 105px;
  width: 100%;
  background-color: transparent;
  padding: 5px 10px;
  resize: none;
  font-size: 14px;
}
@media (max-width: 480px) {
  .modal-form-textarea textarea {
    height: 90px;
    font-size: 16px;
  }
}

.modal-form-checkbox {
  margin-right: 10px;
  max-width: 270px;
  text-align: left;
}
@media (max-width: 480px) {
  .modal-form-checkbox {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.modal-form-checkbox input[type=checkbox]:checked,
.modal-form-checkbox input[type=checkbox]:not(:checked) {
  position: absolute;
  left: 0px;
  opacity: 0;
}
.modal-form-checkbox input[type=checkbox]:checked + label,
.modal-form-checkbox input[type=checkbox]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  line-height: 130%;
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  color: #342828;
}
.modal-form-checkbox input[type=checkbox]:checked + label:before,
.modal-form-checkbox input[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 23px;
  height: 23px;
  border: 1px solid #D3D3D3;
  background: none;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .modal-form-checkbox input[type=checkbox]:checked + label:before,
  .modal-form-checkbox input[type=checkbox]:not(:checked) + label:before {
    top: -4px;
  }
}
.modal-form-checkbox input[type=checkbox]:checked + label:after,
.modal-form-checkbox input[type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 5px;
  top: 3px;
  width: 14px;
  height: 8px;
  border-radius: 1px;
  border-left: 3px solid #342828;
  border-bottom: 3px solid #342828;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 480px) {
  .modal-form-checkbox input[type=checkbox]:checked + label:after,
  .modal-form-checkbox input[type=checkbox]:not(:checked) + label:after {
    top: 2px;
  }
}
.modal-form-checkbox input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}
.modal-form-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.modal-form_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 42px;
}
@media (max-width: 480px) {
  .modal-form_bottom {
    display: block;
    margin-top: 30px;
  }
}

.form-item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-item {
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}
.form-item--sm {
  width: 48%;
}
@media (max-width: 480px) {
  .form-item--sm {
    width: 100%;
  }
}
.form-item--textarea {
  margin-bottom: 19px;
}
.form-item--textarea textarea {
  height: 150px !important;
}
@media (max-width: 480px) {
  .form-item--textarea textarea {
    height: 130px !important;
  }
}
.form-item label {
  display: block;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .form-item label {
    font-size: 14px;
  }
}
.form-item input {
  border: 1px solid #C4C4C4;
  border-radius: 2px;
  height: 47px;
  width: 100%;
  background-color: transparent;
  padding: 5px 10px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .form-item input {
    height: 45px;
  }
}
.form-item select {
  border: 1px solid #C4C4C4;
  border-radius: 2px;
  height: 47px;
  width: 100%;
  background-color: transparent;
  padding: 5px 33px 5px 10px;
  font-size: 16px;
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-item select::-ms-expand {
  display: none;
}
@media (max-width: 480px) {
  .form-item select {
    height: 45px;
  }
}
.form-item textarea {
  font-style: italic;
  border: 1px solid #C4C4C4;
  border-radius: 2px;
  height: 164px;
  width: 100%;
  background-color: transparent;
  padding: 15px 20px;
  resize: none;
  font-size: 16px;
  color: #919191;
}
@media (max-width: 480px) {
  .form-item textarea {
    height: 130px;
    font-size: 14px !important;
    padding: 10px 10px;
  }
}
.form-item_description {
  color: #AEAEAE;
  font-weight: 300;
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .form-item_description {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .form-item input[type=date] {
    background-image: url(../images/select-arrow-2.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    -webkit-appearance: none;
  }
  .form-item input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none;
  }
  .form-item input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    opacity: 0;
  }
}

.event-form {
  max-width: 1000px;
  margin: 20px auto 40px auto;
}
@media (max-width: 480px) {
  .event-form {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.event-form_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .event-form_wrap {
    display: block;
  }
}
.event-form_column {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .event-form_column {
    width: 100%;
  }
}
.event-form_column-flex-end {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .event-form_column-flex-end {
    width: 100%;
  }
}
.event-form .modal-form-checkbox {
  max-width: 420px;
  margin: 20px auto 30px auto;
}
@media (max-width: 480px) {
  .event-form .modal-form-checkbox {
    margin: 10px auto 20px auto;
  }
}
.event-form .modal-form-checkbox input[type=checkbox]:checked + label,
.event-form .modal-form-checkbox input[type=checkbox]:not(:checked) + label {
  font-size: 15px;
}
.event-form .violet-btn {
  width: 260px;
  height: 58px;
  margin: 0 auto;
}

.certificate-form {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .certificate-form {
    margin-top: 15px;
    padding-top: 17px;
  }
}
.certificate-form .btn-border {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.certificate-form .radio-group {
  margin-bottom: 15px;
}

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.radio-group_title {
  font-weight: 500;
  font-size: 12px;
  color: #1D3157;
  margin-bottom: 3px;
  margin-right: 18px;
}
@media (max-width: 1300px) {
  .radio-group_title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.radio-group_title-md {
  font-weight: 500;
  font-size: 1.125rem;
  margin-right: 18px;
  width: 400px;
  color: #000;
}
@media (max-width: 1300px) {
  .radio-group_title-md {
    width: 100%;
    margin-bottom: 10px;
  }
}

.radio-item {
  margin: 3px 18px 3px 0;
}
@media (max-width: 1300px) {
  .radio-item {
    margin-bottom: 5px;
  }
}
.radio-item:last-child {
  margin-right: 0;
}
.radio-item input[type=radio] {
  position: absolute;
  left: 0px;
  opacity: 0;
}
.radio-item input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 18px;
  font-size: 12px;
  cursor: pointer;
  text-align: left;
}
.radio-item input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: none;
  background-color: #fff;
  border-radius: 100%;
}
.radio-item input[type=radio] + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #1D3157;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-item input[type=radio]:not(:checked) + label:after {
  opacity: 0;
}
.radio-item input[type=radio]:checked + label:after {
  opacity: 1;
}
.radio-item--dark input[type=radio] + label:before {
  border: 1px solid #1D3157;
}
.radio-item--white {
  color: #fff;
}
.radio-item--white input[type=radio] + label:before {
  border: 1px solid #fff;
  background: none;
}
.radio-item--white input[type=radio]:checked + label:before {
  background: #fff;
}
.radio-item--md {
  margin: 3px 30px 3px 0;
}
.radio-item--md input[type=radio] + label {
  font-size: 16px;
  line-height: 20px;
  padding-left: 27px;
}
@media (max-width: 480px) {
  .radio-item--md input[type=radio] + label {
    font-size: 14px;
    padding-left: 25px;
    line-height: 18px;
  }
}
.radio-item--md input[type=radio] + label:before {
  width: 20px;
  height: 20px;
}
@media (max-width: 480px) {
  .radio-item--md input[type=radio] + label:before {
    width: 18px;
    height: 18px;
  }
}
.radio-item--md input[type=radio] + label:after {
  top: 5px;
  left: 5px;
}
@media (max-width: 480px) {
  .radio-item--md input[type=radio] + label:after {
    top: 4px;
    left: 4px;
  }
}
.radio-item--reverse input[type=radio] + label {
  padding-left: 0;
  padding-right: 27px;
}
@media (max-width: 480px) {
  .radio-item--reverse input[type=radio] + label {
    padding-right: 25px;
  }
}
.radio-item--reverse input[type=radio] + label:before {
  left: auto;
  right: 0;
}
.radio-item--reverse input[type=radio] + label:after {
  left: auto;
  right: 5px;
}
@media (max-width: 480px) {
  .radio-item--reverse input[type=radio] + label:after {
    right: 4px;
  }
}

.checkbox {
  width: 25px;
  height: 25px;
  text-align: left;
}
.checkbox input[type=checkbox] {
  position: absolute;
  left: 0px;
  opacity: 0;
}
.checkbox input[type=checkbox] + label {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  border: 1px solid #000;
}
.checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 5px;
  top: 5px;
  width: 14px;
  height: 8px;
  border-radius: 1px;
  border-left: 3px solid #342828;
  border-bottom: 3px solid #342828;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}
.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.checkbox--white input[type=checkbox] + label {
  background-color: #fff;
  border-color: #fff;
}

.checkbox-item {
  margin: 3px 18px 3px 0;
}
@media (max-width: 1300px) {
  .checkbox-item {
    margin-bottom: 5px;
  }
}
.checkbox-item:last-child {
  margin-right: 0;
}
.checkbox-item input[type=checkbox] {
  position: absolute;
  left: 0px;
  opacity: 0;
}
.checkbox-item input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 18px;
  font-size: 12px;
  cursor: pointer;
  text-align: left;
}
.checkbox-item input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: none;
  background-color: #fff;
  border-radius: 4px;
}
.checkbox-item input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 7px;
  border-radius: 1px;
  border-left: 3px solid #342828;
  border-bottom: 3px solid #342828;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkbox-item input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}
.checkbox-item input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.checkbox-item--dark input[type=checkbox] + label:before {
  border: 1px solid #1D3157;
}
.checkbox-item--white {
  color: #fff;
}
.checkbox-item--white input[type=checkbox] + label:before {
  border: 1px solid #fff;
  background: none;
}
.checkbox-item--white input[type=checkbox]:checked + label:before {
  background: #fff;
}
.checkbox-item--md {
  margin: 3px 30px 3px 0;
}
.checkbox-item--md input[type=checkbox] + label {
  font-size: 16px;
  line-height: 20px;
  padding-left: 27px;
}
@media (max-width: 480px) {
  .checkbox-item--md input[type=checkbox] + label {
    font-size: 14px;
    padding-left: 25px;
    line-height: 18px;
  }
}
.checkbox-item--md input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
}
@media (max-width: 480px) {
  .checkbox-item--md input[type=checkbox] + label:before {
    width: 18px;
    height: 18px;
  }
}
.checkbox-item--md input[type=checkbox] + label:after {
  top: 5px;
  left: 5px;
}
@media (max-width: 480px) {
  .checkbox-item--md input[type=checkbox] + label:after {
    top: 4px;
    left: 4px;
    border-left: 2px solid #342828;
    border-bottom: 2px solid #342828;
  }
}
.checkbox-item--reverse input[type=checkbox] + label {
  padding-left: 0;
  padding-right: 27px;
}
@media (max-width: 480px) {
  .checkbox-item--reverse input[type=checkbox] + label {
    padding-right: 25px;
  }
}
.checkbox-item--reverse input[type=checkbox] + label:before {
  left: auto;
  right: 0;
}
.checkbox-item--reverse input[type=checkbox] + label:after {
  left: auto;
  right: 4px;
}
@media (max-width: 480px) {
  .checkbox-item--reverse input[type=checkbox] + label:after {
    right: 3px;
  }
}

.n-checkbox input {
  position: absolute;
  left: 0px;
  opacity: 0;
}
.n-checkbox input + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
}
.n-checkbox input + label:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
  border: 1px solid #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  top: -1px;
}
.n-checkbox input + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 6px;
  top: 5px;
  width: 14px;
  height: 8px;
  border-radius: 1px;
  border-left: 3px solid #342828;
  border-bottom: 3px solid #342828;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.n-checkbox input:not(:checked) + label:after {
  opacity: 0;
}
.n-checkbox input:checked + label:after {
  opacity: 1;
}
.n-checkbox a {
  color: rgb(51, 64, 89);
}
.n-checkbox a:hover {
  text-decoration: none;
}

.section-form {
  background: #F1EDEA;
  padding-top: 105px;
  padding-bottom: 105px;
  margin-bottom: 100px;
}
@media (max-width: 1350px) {
  .section-form {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .section-form {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .section-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-form .inner-title {
  margin-left: auto;
  margin-right: auto;
}

.form-event {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.form-event .input {
  margin-bottom: 20px;
}
.form-event .input input,
.form-event .input textarea {
  background-color: #fff;
  border: none;
}
.form-event .input textarea {
  height: 169px;
}
@media (max-width: 480px) {
  .form-event .input textarea {
    height: 118px;
  }
}
.form-event .violet-btn {
  width: 284px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px auto 0 auto;
}

.form-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 550px) {
  .form-bottom-flex {
    display: block;
    margin-top: 10px;
  }
}
.form-bottom-flex .modal-form-checkbox {
  margin: 0 20px 0 0;
}
@media (max-width: 550px) {
  .form-bottom-flex .modal-form-checkbox {
    margin: 0 0 30px 0;
  }
}
.form-bottom-flex .violet-btn {
  margin: 0;
}

.input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-file.active .input-file_remove-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-file.active label.input-file_label {
  background: none;
  color: #04ABCF;
  text-decoration: underline;
  width: 124px;
}
@media (max-width: 480px) {
  .input-file.active label.input-file_label {
    width: 134px;
  }
}
.input-file.active label.input-file_label:hover {
  background: none;
  text-decoration: none;
}
.input-file_input {
  display: none;
}
.input-file label.input-file_label {
  width: 140px;
  height: 50px;
  overflow: hidden;
  background-color: #E7E7E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #8A8895;
  font-size: 14px;
  font-weight: 300;
  border-radius: 3px;
  margin-right: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (max-width: 480px) {
  .input-file label.input-file_label {
    height: 40px;
    width: 150px;
  }
}
.input-file label.input-file_label:hover {
  background-color: #efefef;
}
.input-file_remove-btn {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
}

.btn-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #84DADE;
  text-transform: uppercase;
  color: #1D3157;
  text-decoration: none;
  width: 240px;
  height: 53px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .btn-download {
    width: 180px;
    height: 46px;
  }
}
.btn-download:hover {
  background-color: #64d0d5;
}
.btn-download svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .btn-download svg {
    width: 18px;
    margin-left: 10px;
  }
}

.link-arrow {
  width: 56px;
  height: 56px;
  background: #E6DBD1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .link-arrow {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 480px) {
  .link-arrow {
    width: 41px;
    height: 41px;
  }
}
.link-arrow:hover {
  -webkit-transform: rotate(45deg) scale(1.15);
  -ms-transform: rotate(45deg) scale(1.15);
  transform: rotate(45deg) scale(1.15);
  background: #ddcec0;
}
@media (max-width: 480px) {
  .link-arrow svg {
    width: 13px;
    height: 13px;
  }
}

.download-doc-btn {
  margin: 0 auto;
  display: block;
  width: 59px;
  height: 59px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .download-doc-btn {
    width: 46px;
    height: 46px;
  }
}
.download-doc-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.download-doc-btn svg {
  width: 100%;
  height: 100%;
}

.violet-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 216px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #151515;
  background: #9eadd9;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .violet-btn {
    height: 48px;
  }
}
.violet-btn:hover {
  background-color: #8c9ed2;
}

.button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  background: #1D3157;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 15px 30px;
}
.button--md {
  width: 216px;
  height: 52px;
  padding: 5px;
}
@media (max-width: 480px) {
  .button--md {
    height: 48px;
  }
}
.button--lg {
  font-size: 18px;
  width: 280px;
  height: 70px;
}
@media (max-width: 1600px) {
  .button--lg {
    width: 270px;
    height: 65px;
  }
}
@media (max-width: 1350px) {
  .button--lg {
    width: 250px;
    height: 62px;
  }
}
@media (max-width: 480px) {
  .button--lg {
    width: 220px;
    height: 54px;
    font-size: 16px;
  }
}
.button:hover {
  background-color: #172644;
}
.button--violet {
  background: #9eadd9;
  color: #151515;
}
.button--violet:hover {
  background-color: #8c9ed2;
}
.button--blue {
  background-color: #1D3157;
  color: #89CED7;
}
.button--blue:hover {
  background-color: #233c6a;
}
.button--light-blue {
  background-color: #89CED7;
  color: #fff;
}
.button--light-blue:hover {
  background-color: #76c6d1;
}

.btn-lk {
  border: 1px solid #1D3157;
  color: #1D3157;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  background-color: transparent;
  width: 269px;
  height: 53px;
  margin: 0 auto 20px auto;
}
@media (max-width: 1300px) {
  .btn-lk {
    width: 240px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .btn-lk {
    width: 213px;
  }
}
.btn-lk:hover {
  border-color: rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.btn-lk svg {
  margin-right: 10px;
}

.btn-3d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #04ABCF;
  text-decoration: none;
  font-family: "EngraversGothic", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.btn-3d svg {
  margin-right: 10px;
}
.btn-3d--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.n-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0;
}
@media (max-width: 480px) {
  .n-group-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.n-group-btn_item.btn-border {
  padding: 10px 20px 12px 20px;
}
.n-group-btn_item:first-child {
  margin-right: 30px;
}
@media (max-width: 480px) {
  .n-group-btn_item:first-child {
    margin-right: 0;
    margin-bottom: 13px;
  }
}

.btn-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  color: #212322;
  background-color: #D6D1CA;
  padding: 14px 30px 16px;
  border-radius: 5px;
  overflow: hidden;
  font-family: "EngraversGothic", sans-serif;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  line-height: 100%;
  min-width: 240px;
}
@media (max-width: 1350px) {
  .btn-white {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .btn-white {
    font-size: 20px;
    min-width: 220px;
  }
}
.btn-white:hover {
  background-color: #e1ddd8;
}
/*# sourceMappingURL=main.css.map */
