@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap&subset=cyrillic");
* {
  font-family: 'PT Sans', sans-serif; }

@-webkit-keyframes bg-pan-right {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes bg-pan-right {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes ccc {
  0% {
    transform: rotate(-1deg); }
  50% {
    transform: rotate(1deg); }
  100% {
    transform: rotate(-1deg); } }

@keyframes rotateAnima {
  from {
    transform: rotate(0deg); }
  50% {
    transform: rotate(270deg); }
  to {
    transform: rotate(0deg); } }

@keyframes pulsar {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  to {
    transform: scale(1); } }

.container {
  width: 960px;
  padding: 1px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container {
      width: 100%; } }

.hidden {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0; }

.scroll-nav-anima {
  transform: translateY(0) !important;
  transition: 1s ease-out; }

.nav-margin-scroll {
  height: 0; }
  .nav-margin-scroll.scroll-nav {
    height: 100px; }

.navigation-mobile {
  visibility: hidden;
  height: 0;
  display: none; }
  @media (max-width: 1023px) {
    .navigation-mobile {
      visibility: visible;
      background-color: #fefefe;
      height: 65px;
      display: block; }
      .navigation-mobile a {
        font-size: 1.4em;
        color: #333333; }
      .navigation-mobile a:hover {
        opacity: 0.5; }
      .navigation-mobile ul {
        padding: 0;
        list-style-type: none; }
        .navigation-mobile ul.no-menu {
          display: flex; }
      .navigation-mobile #menuToggle {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 25px;
        left: 25px;
        width: calc(100% - 25px);
        z-index: 20;
        -webkit-user-select: none;
        user-select: none; }
        .navigation-mobile #menuToggle .nav-menu-phone {
          display: flex;
          flex-direction: column;
          position: absolute;
          right: 10%;
          top: -26px; }
          .navigation-mobile #menuToggle .nav-menu-phone a {
            color: #333333; }
            .navigation-mobile #menuToggle .nav-menu-phone a:hover, .navigation-mobile #menuToggle .nav-menu-phone a:focus {
              color: #333333; }
        .navigation-mobile #menuToggle input {
          display: flex;
          width: 40px;
          height: 32px;
          position: absolute;
          cursor: pointer;
          opacity: 0;
          z-index: 2; }
          .navigation-mobile #menuToggle input:checked ~ span {
            opacity: 1;
            transform: rotate(45deg) translate(-3px, -1px);
            background: #333333; }
            .navigation-mobile #menuToggle input:checked ~ span:nth-last-child(4) {
              transform: rotate(-45deg) translate(-4px, 1px); }
            .navigation-mobile #menuToggle input:checked ~ span:nth-last-child(3) {
              opacity: 0;
              transform: rotate(0deg) scale(0.2, 0.2); }
          .navigation-mobile #menuToggle input:checked ~ ul {
            transform: none; }
        .navigation-mobile #menuToggle > span {
          display: flex;
          width: 29px;
          height: 2px;
          margin-bottom: 5px;
          position: relative;
          background: #333333;
          border-radius: 3px;
          z-index: 1;
          transform-origin: 5px 0;
          transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
          .navigation-mobile #menuToggle > span:first-child {
            transform-origin: 0 0; }
          .navigation-mobile #menuToggle > span:nth-last-child(2) {
            transform-origin: 0 100%; }
      .navigation-mobile #menu {
        position: absolute;
        width: 100vw;
        height: auto;
        left: 25px;
        top: 25px;
        box-shadow: 0 0 10px #85888C;
        margin: -50px 0 0 -50px;
        padding: 30px;
        padding-top: 75px;
        background-color: #fefefe;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0 0;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
        .navigation-mobile #menu li {
          padding: 10px 0;
          transition-delay: 2s; }
      .navigation-mobile .block-phone-button {
        align-items: flex-start; } }

.anchor.to-top100 {
  position: relative; }
  .anchor.to-top100 a {
    position: absolute;
    top: -119px; }

.btn__orange {
  display: block;
  padding: 0.3em 1.3em 0.34em;
  border: none;
  border-radius: 0.3em;
  box-shadow: 0 0.2em 0 0 #a61a20;
  color: #fefefe;
  background-size: 200% 400%;
  background-image: radial-gradient(#EE781C, #D42241);
  -webkit-animation: bg-pan-right 8s both;
  animation: bg-pan-right 2s infinite;
  transition: 0.5s;
  margin-bottom: 0.2em;
  cursor: pointer; }
  .btn__orange:hover, .btn__orange:focus {
    transform: translateY(0.2em);
    box-shadow: 0 0 0 0 #a61a20; }

.btn__tabs {
  display: block;
  padding: 0.3em 1.3em 0.34em;
  border: none;
  border-radius: 0.3em;
  box-shadow: 0 0.2em 0 0 #F59F0D;
  color: #333333;
  background-size: 100% 300%;
  background-position: 50% 100%;
  background-image: linear-gradient(0deg, #fefefe, #fefefe 33%, #F59F0D 66%, #F9E800);
  transition: 0.5s;
  margin-bottom: 0.2em;
  cursor: pointer; }
  .btn__tabs.active {
    box-shadow: 0 0.2em 0 0 #F59F0D;
    background-position: 50% 0%; }
  .btn__tabs:not(.active):hover, .btn__tabs:not(.active):focus {
    background-position: 50% 0%;
    transform: translateY(0.2em);
    box-shadow: 0 0 0 0 #a61a20; }
    .blure{
        position: relative;
        filter: blur(4px);
    } 
    .no-places:before {
        content: 'Мест нет';
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        top: 50%;
        left:50%; 
        font-size: 45px;
        font-weight: 600;
        color: #fff;
        z-index: 5;
        padding: 16px 50px;
        border-radius: 8px;
        transform: translate(-50%, -50%);
            background: radial-gradient(#EE781C, #D42241);
        
    }
     .no-places:after{
        content: '';
        position: absolute; 
        top:0%;
        left: 0%;
        right:0;
        bottom:0;
        width: 100%;
        height: 100%;
     }

h1 {
  font-weight: bold; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 1.9em; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 1.4em; } }

h2.h2,
span.h2 {
  font-size: 2.7em;
  font-weight: bold;
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  text-align: center; }
  @media (max-width: 1023px) {
    h2.h2,
    span.h2 {
      font-size: 1.8em; } }
  @media (max-width: 767px) {
    h2.h2,
    span.h2 {
      font-size: 1.3em; } }

.form__section-title {
  text-align: center;
  display: block;
  margin-top: 3px; }

.form input[type=tel],
.form input[type=text],
.form input[type=mail],
.form textarea {
  min-width: 200px;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 5px 15px;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 6px; }

.form label.phone {
  position: relative; }
  .form label.phone::before {
    content: "";
    position: absolute;
    left: 7px;
    background-image: url("../img/icon-phone-input.png");
    width: 15px;
    height: 25px;
    top: calc(50% - 13px); }
  .form label.phone input {
    width: 100%; }

.form_radio input {
  display: none;
  height: 0;
  visibility: hidden; }
  .form_radio input ~ span {
    display: block;
    padding: 0.3em 0.3em 0.34em;
    border: none;
    border-radius: 0.3em;
    box-shadow: 0 0.2em 0 0 #898989;
    color: #333333;
    font-weight: bold;
    text-align: center;
    background-image: linear-gradient(90deg, #D9DADA, #9D9E9E 33%, #F2917A 66%, #FFD96E);
    background-size: 300% 100%;
    background-position: 0% 50%;
    transition: 0.5s;
    margin-bottom: 0.2em;
    cursor: pointer; }
    .form_radio input ~ span:hover, .form_radio input ~ span:focus {
      transform: translateY(0.2em);
      background-position: 50% 50%;
      box-shadow: 0 0 0 0 #a61a20; }
  .form_radio input:checked ~ span {
    background-position: 100% 50%;
    box-shadow: 0 0.2em 0 0 #EE7874; }
    .form_radio input:checked ~ span:hover, .form_radio input:checked ~ span:focus {
      background-position: 100% 50%;
      box-shadow: 0 0.2em 0 0 #EE7874;
      transform: none; }

.block-logo {
  display: flex;
  align-items: center; }
  .block-logo__description {
    font-size: 0.8em;
    margin: 5px;
    padding: 7px 5px 7px 7px;
    border-left: 1px solid #333333;
    text-align: left; }

.block-phone-button {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .block-phone-button .block-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #333333;
    font-weight: bold; }
    .block-phone-button .block-phone a {
      color: #333333;
      position: relative;
      display: block;
      padding-left: 30px; }
      .block-phone-button .block-phone a.phone_a1::before {
        content: "";
        position: absolute;
        background-image: url("../img/icon-a1.jpg");
        left: 0;
        top: calc(50% - 9px);
        width: 24px;
        height: 22px; }
      .block-phone-button .block-phone a.phone_mts::before {
        content: "";
        position: absolute;
        background-image: url("../img/icon-mts.jpg");
        left: 5px;
        top: calc(50% - 7px);
        width: 15px;
        height: 15px; }
  .block-phone-button .block-button {
    font-size: 0.8em; }

header {
  background: #fefefe; }
  header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0; }
    header > .container .block-time-work {
      font-size: 0.8em;
      text-align: center; }
    header > .container .block-logo {
      display: flex;
      align-items: center; }
      header > .container .block-logo__description {
        font-size: 0.8em;
        margin: 5px;
        padding: 7px 5px 7px 7px;
        border-left: 1px solid #333333;
        text-align: left; }
    header > .container .block-phone-button {
      display: flex;
      flex-direction: column;
      align-items: center; }
      header > .container .block-phone-button .block-phone {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: #333333;
        font-weight: bold; }
        header > .container .block-phone-button .block-phone a {
          color: #333333;
          position: relative;
          display: block;
          padding-left: 30px; }
          header > .container .block-phone-button .block-phone a.phone_a1::before {
            content: "";
            position: absolute;
            background-image: url("../img/icon-a1.jpg");
            left: 0;
            top: calc(50% - 9px);
            width: 24px;
            height: 22px; }
          header > .container .block-phone-button .block-phone a.phone_mts::before {
            content: "";
            position: absolute;
            background-image: url("../img/icon-mts.jpg");
            left: 5px;
            top: calc(50% - 7px);
            width: 15px;
            height: 15px; }
      header > .container .block-phone-button .block-button {
        font-size: 0.8em; }
  header nav {
    display: flex;
    justify-content: center;
    background-color: #FEEC9C; }
    header nav .container {
      display: flex;
      justify-content: center; }
      header nav .container ul {
        display: flex;
        justify-content: center;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none; }
        header nav .container ul li a {
          display: block;
          padding: 3px 10px;
          transition: 0.3s;
          color: #333333;
          background-image: linear-gradient(180deg, transparent, transparent 30%, #ffe62a 60%, #ffb312 100%);
          background-size: 100% 300%;
          background-position: 50% 0%; }
          header nav .container ul li a:hover, header nav .container ul li a:focus {
            transform: scale(1.2);
            background-position: 50% 100%;
            border-radius: 4px;
            text-decoration: none;
            margin-left: 12px;
            margin-right: 12px;
            box-shadow: 0px 1px 4px 0 #3333337d; }
  @media (max-width: 1023px) {
    header {
      display: none;
      height: 0; } }
  header.scroll-nav {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    transform: translateY(-120px);
    z-index: 1000; }

.modal .btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 10px;
  border: none;
  background: transparent;
  transition: 0.5s;
  box-shadow: -2px -2px 10px 0 #fefefe, 2px 2px 10px 0 #333333, inset -2px -2px 5px 2px #3333339c, inset 2px 2px 7px 2px #ffe6e6ad;
  position: relative;
  background: #fb1f1f9c; }
  .modal .btn-close:hover, .modal .btn-close:focus {
    box-shadow: -2px -2px 5px 0 #333333, 2px 2px 5px 0 #fefefe, inset -2px -2px 5px 0 #fefefe, inset 2px 2px 5px 0 #333333;
    background: rgba(207, 0, 11, 0.84); }
  .modal .btn-close::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fefefe;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    transform: rotate(45deg); }
  .modal .btn-close::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fefefe;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    transform: rotate(-45deg); }

.modal-content {
  background: transparent;
  border: none; }

.modal__form {
  background: #fefefe;
  box-shadow: 0 0 15px #333333;
  border-radius: 10px;
  padding: 14px;
  margin-top: 5px; }

.modal .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 450px; }
  @media (max-width: 767px) {
    .modal .form {
      width: 320px; } }
  .modal .form-title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 10px 5px; }
  .modal .form textarea {
    width: 300px; }
  .modal .form button {
    font-size: 1.2em;
    margin-bottom: 9px;
    font-weight: bold; }
  .modal .form__top-line {
    display: block;
    background-color: #ece04b;
    background-image: url(../img/bg-form-sale.png);
    background-position: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: -15px -15px 0 -15px;
    width: calc(100% + 30px); }

.modal .worker__name {
  font-size: 1.15em;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 8px; }

main .prime {
  background-size: cover;
  background-position: center;
  position: relative;
  transition: 0.5s; }
  main .prime .slide-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
    main .prime .slide-bg .bg {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      main .prime .slide-bg .bg.bg-1 {
        background-image: url("../img/bg-prime3.jpg");
        background-size: cover;
        background-position: 50%; }
      main .prime .slide-bg .bg.bg-2 {
        background-image: url("../img/bg-prime2.jpg");
        background-size: cover;
        background-position: 50%; }
      main .prime .slide-bg .bg.bg-3 {
        background-image: url("../img/bg-prime.jpg");
        background-size: cover;
        background-position: 50%; }
  main .prime .title {
    background-image: linear-gradient(90deg, #FFD96E, #FECE46);
    border-radius: 10px;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 9px 10px;
    position: relative;
    font-weight: bold; }
    @media (max-width: 1023px) {
      main .prime .title {
        width: 90%; } }
    main .prime .title__h1 {
      text-transform: uppercase;
      margin: 0; }
    main .prime .title__subtitle {
      color: #703C6A;
      font-size: 1.8em; }
      @media (max-width: 767px) {
        main .prime .title__subtitle {
          font-size: 1.3em; } }
    main .prime .title__sticker {
      position: absolute;
      background-image: url("../img/title-sticker.png");
      background-position: center;
      width: 135px;
      height: 132px;
      right: -74px;
      top: -7px;
      transform: rotate(25deg);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-weight: bold; }
      @media (max-width: 767px) {
        main .prime .title__sticker {
          right: -29px;
          top: 92px; } }
  main .prime__title {
    margin: 50px auto 300px auto; }
  main .prime__btn {
    font-size: 2em;
    margin-bottom: 200px;
    border: 2px solid #fefefe; }
    @media (max-width: 1023px) {
      main .prime__btn {
        margin-bottom: 130px; } }
    @media (max-width: 767px) {
      main .prime__btn {
        font-size: 1.2em; } }
    main .prime__btn img {
      margin-left: 7px; }

main .about {
  background-image: url("../img/bg-about.png");
  background-size: cover;
  background-position: center; }
  main .about__h2 {
    margin: 50px auto 60px; }
    @media (max-width: 767px) {
      main .about__h2 {
        margin: 30px auto 40px; } }
  main .about__subtitle {
    font-size: 1.4em;
  text-align: justify; }
    @media (max-width: 1023px) {
      main .about__subtitle {
        font-size: 1.1em; } }
    @media (max-width: 767px) {
      main .about__subtitle {
        font-size: 0.9em;
        padding: 0 5px; } }
  main .about__list {
    font-size: 1.4em;
    font-weight: bold;
    list-style: none;
    padding-left: 0; }
    @media (max-width: 1023px) {
      main .about__list {
        font-size: 1.1em; } }
    @media (max-width: 767px) {
      main .about__list {
        font-size: 1em;
        padding: 0 5px; } }
    main .about__list li {
      position: relative;
      padding-left: 40px; }
      @media (max-width: 767px) {
        main .about__list li {
          padding-bottom: 7px; } }
      main .about__list li::before {
        position: absolute;
        content: "";
        left: 0;
        top: 7px;
        background-image: url("../img/list-check.png");
        width: 23px;
        height: 23px; }
  main .about__features {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      main .about__features {
        flex-wrap: wrap; } }
    main .about__features .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin: 10px 15px;
      min-width: 280px; }
      @media (max-width: 1023px) {
        main .about__features .item {
          margin: 10px 5px;
          min-width: 240px; } }
      main .about__features .item__img-container {
        width: 130px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center; }
      main .about__features .item__title {
        font-weight: bold;
        font-size: 1.4em; }
        @media (max-width: 1023px) {
          main .about__features .item__title {
            font-size: 1.2em; } }
      main .about__features .item__subtitle {
        font-size: 0.9em; }
        @media (max-width: 1023px) {
          main .about__features .item__subtitle {
            font-size: 0.8em; } }

main .events {
  background-image: url("../img/bg-events.jpg");
  background-position: 50%;
  background-size: cover; }
  main .events__h2 {
    margin: 50px 0px 30px 0px; }
    @media (max-width: 1023px) {
      main .events__h2 {
        margin: 50px 0px 30px 0px; } }
  main .events .carousel {
    margin-bottom: 20px; }
    main .events .carousel-inner {
      overflow: visible; }
    main .events .carousel .btn-arrow {
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #ffe62a;
      background-image: url(../img/slick-arrow.png);
      background-position: 39% 50%;
      background-repeat: no-repeat;
      top: calc(50% - 30px); }
      main .events .carousel .btn-arrow.btn-prev {
        left: -40px; }
      main .events .carousel .btn-arrow.btn-next {
        right: -40px;
        transform: rotate(180deg); }
    main .events .carousel .slider .slide {
      width: 86%;
      margin: 0 auto; }
      main .events .carousel .slider .slide__photos {
        display: flex;
        justify-content: center;
        margin-bottom: 10px; }
        main .events .carousel .slider .slide__photos .img-container {
          margin: 10px 15px;
          background-color: rgba(235, 236, 236, 0.9);
          width: 397px;
          height: 346px;
          border-radius: 5px;
          display: flex;
          justify-content: center;
          align-items: center; }
      main .events .carousel .slider .slide__title {
        display: block;
        text-align: center;
        font-size: 1.9em;
        font-weight: bold;
        text-transform: uppercase;
        position: relative; }
        @media (max-width: 1023px) {
          main .events .carousel .slider .slide__title {
            font-size: 1.6em; } }
        @media (max-width: 767px) {
          main .events .carousel .slider .slide__title {
            font-size: 1.2em;
            margin-bottom: 10px; } }
        main .events .carousel .slider .slide__title .sticker {
          display: block;
          position: absolute;
          right: -10px;
          bottom: -6px;
          padding-left: 30px;
          padding-right: 10px;
          color: #fefefe;
          font-size: 0.4em;
          border-bottom-right-radius: 15px;
          border-top-right-radius: 15px;
          background-image: linear-gradient(120deg, transparent 24px, #E31E24 25px, #E31E24); }
          @media (max-width: 767px) {
            main .events .carousel .slider .slide__title .sticker {
              right: -10px;
              bottom: -13px;
              font-size: 0.6em; } }
      main .events .carousel .slider .slide__subtitle {
        display: block;
        text-align: center;
        font-size: 1.5em;
        font-weight: bold; }
        @media (max-width: 1023px) {
          main .events .carousel .slider .slide__subtitle {
            font-size: 1.25em; } }
        @media (max-width: 767px) {
          main .events .carousel .slider .slide__subtitle {
            font-size: 1.1em; } }
      main .events .carousel .slider .slide__text {
        font-size: 1.2em; }
        @media (max-width: 1023px) {
          main .events .carousel .slider .slide__text {
            font-size: 1em; } }

main .location {
  background-image: url("../img/bg-location.jpg");
  background-size: cover; }
  main .location__h2 {
    margin: 50px auto; }
    @media (max-width: 1023px) {
      main .location__h2 {
        margin: 50px auto 30px auto; } }
  main .location__tabs {
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      main .location__tabs {
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px; } }
    main .location__tabs .btn__tabs {
      font-size: 1.3em;
      font-weight: bold;
      padding-left: 35px;
      padding-right: 35px;
      margin: 7px 10px;
      margin-bottom: 60px;
      position: relative; }
      @media (max-width: 767px) {
        main .location__tabs .btn__tabs {
          margin-bottom: 14px;
          padding-left: 55px;
          padding-right: 55px; } }
      main .location__tabs .btn__tabs::before {
        content: "";
        position: absolute;
        display: block;
        background-image: url("../img/ucin-tabs-arrow.png");
        width: 35px;
        height: 35px;
        left: calc(50% - 18px);
        top: 35px;
        opacity: 0;
        transition: 0.5s; }
        @media (max-width: 767px) {
          main .location__tabs .btn__tabs::before {
            content: none; } }
      main .location__tabs .btn__tabs.active::before {
        opacity: 1;
        top: 60px; }
        
  main .location .card-location {
    background: url("../img/bg-location-card.png"), linear-gradient(270deg, #F59F0D, #F9E800);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: auto 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 90%;
    margin-bottom: 55px; }
    @media (max-width: 1023px) {
      main .location .card-location {
        width: 98%; } }
    main .location .card-location__sticker_ST {
      position: absolute;
      left: 8px;
      top: -41px;
      border-radius: 12px;
      width: 200px;
      height: 50px;
      color: #fefefe;
      border: 3px solid #ffffff;
      background: linear-gradient(130deg, #fce56f, #e55c28);
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      box-shadow: #00000061 1px 3px 9px 0px; }
      @media (max-width: 480px) {
        main .location .card-location__sticker_ST {
          font-size: 0.8em;
          top: -12px;
          height: 37px;
          border-width: 2px; } }
      main .location .card-location__sticker_ST .card-location__sticker_cound {
        font-size: 1.4em;
        color: #ffffff; }
    main .location .card-location__sticker {
      position: absolute;
      color: #fefefe;
      font-weight: bold;
      background-image: url("../img/location-sticker.png");
      background-size: auto 100%;
      width: 214px;
      height: 117px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      line-height: 115%;
      transform: rotate(45deg);
      right: -75px;
      top: -26px; }
      main .location .card-location__sticker span {
        text-align: center; }
      main .location .card-location__sticker .info-price {
        line-height: 89%;
        font-size: 38px; }
    main .location .card-location__title {
      display: block;
      font-size: 1.35em;
      padding: 10px 50px 10px 7px; }
      @media (max-width: 1023px) {
        main .location .card-location__title {
          font-size: 1.1em;
          text-align: left;
          width: 90%;
          padding: 10px 7px 10px 7px; } }
      @media (max-width: 767px) {
        main .location .card-location__title {
          font-size: 1em;
          padding: 35px 40px 10px 7px; } }
    main .location .card-location__layer {
      background: #ffffff;
      width: 100%;
      padding: 15px 10px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      main .location .card-location__layer .two-columns {
        display: flex;
        justify-content: space-around;
        align-items: center;
        max-width: 700px;
        width: 100%; }
        @media (max-width: 767px) {
          main .location .card-location__layer .two-columns {
            flex-wrap: wrap;
            margin-bottom: 10px; } }
        main .location .card-location__layer .two-columns .list {
          margin: 15px 0;
          font-size: 1.1em; }
          @media (max-width: 767px) {
            main .location .card-location__layer .two-columns .list {
              font-size: 1em; } }
          main .location .card-location__layer .two-columns .list div img {
            margin-right: 5px;
            width: 32px; }
          main .location .card-location__layer .two-columns .list .l1 {
            margin-top: 5px; }
          main .location .card-location__layer .two-columns .list .l2 {
            margin-top: 5px;
            color: #E31E24;
            text-decoration: underline;
            text-transform: uppercase;
            font-weight: bold; }
        main .location .card-location__layer .two-columns .gallery {
          display: flex;
          justify-content: center;
          width: 280px; }
          main .location .card-location__layer .two-columns .gallery .slide .img-container {
            margin: 5px auto;
            width: 128px;
            height: 106px;
            border-radius: 3px;
            border: 1px solid #fefefe;
            box-shadow: 0 0 0 3px #EBECEC;
            background-color: #EBECEC;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden; }
    main .location .card-location__features {
      display: flex;
      justify-content: center; }
      @media (max-width: 767px) {
        main .location .card-location__features {
          flex-direction: column;
          align-items: flex-start; } }
      main .location .card-location__features .feature {
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          main .location .card-location__features .feature {
            margin-bottom: 9px; } }
        main .location .card-location__features .feature span {
          display: block;
          padding-left: 8px;
          padding-right: 16px;
        font-size: 14px; }
    main .location .card-location__form .form {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 15px auto; }
      main .location .card-location__form .form__title {
        font-size: 1.5em;
        font-weight: bold;
        text-align: center; }
        @media (max-width: 767px) {
          main .location .card-location__form .form__title {
            font-size: 1.3em; } }
      main .location .card-location__form .form label.phone {
        width: 80%;
        min-width: 200px; }
      main .location .card-location__form .form .form__btn {
        font-size: 1.2em;
        font-weight: bold; }
        main .location .card-location__form .form .form__btn img {
          margin-left: 5px; }

main .worker {
  background-image: url("../img/bg-worker.jpg");
  background-position: 50% 50%;
  background-size: cover; }
  main .worker__h2 {
    font-weight: bold;
    margin: 50px auto; }
  main .worker__slider {
    width: 90%;
    margin-bottom: 60px;
    display: flex;
    justify-content: center; }
    main .worker__slider .slick-arrow {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #ffe62a;
      background-image: url(../img/slick-arrow.png);
      background-position: 39% 50%;
      background-repeat: no-repeat;
      top: calc(50% - 30px);
      z-index: 1; }
      main .worker__slider .slick-arrow::before {
        content: none; }
      main .worker__slider .slick-arrow.slick-prev {
        left: -65px;
        transform: none; }
        @media (max-width: 1023px) {
          main .worker__slider .slick-arrow.slick-prev {
            left: -40px; } }
      main .worker__slider .slick-arrow.slick-next {
        right: -65px;
        transform: rotate(180deg); }
        @media (max-width: 1023px) {
          main .worker__slider .slick-arrow.slick-next {
            right: -40px; } }
    main .worker__slider .worker__card {
      margin: 6px auto;
      width: 258px;
      height: 309px;
      background-color: #EBECEC;
      border: 2px solid #fefefe;
      border-radius: 4px;
      box-shadow: 0 0 0 5px #EBECEC;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      main .worker__slider .worker__card .img-container {
        overflow: hidden;
        width: 100%;
        height: 100%;
        border-radius: 4px; }
      main .worker__slider .worker__card .tutorial {
        position: absolute;
        bottom: 15px;
        left: 0;
        min-height: 92px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.3em 0.34em 0.34em;
        border: none;
        color: #fefefe;
        width: 100%;
        background-size: 200% 400%;
        background-image: radial-gradient(#EE781C, #D42241);
        -webkit-animation: bg-pan-right 8s both;
        animation: bg-pan-right 2s infinite;
        transition: 0.5s;
        cursor: pointer;
        flex-wrap: wrap; }
        main .worker__slider .worker__card .tutorial span {
          font-size: 0.9em;
          margin-left: 5px;
          font-weight: normal;
        }
        main .worker__slider .worker__card .tutorial span.fio {
          text-align: center;
          font-size: 1.1em;
          margin-left: 0;
          width: 100%;
          margin-top: 7px;
          font-weight: bold;
            text-transform: capitalize; }
        main .worker__slider .worker__card .tutorial:hover, main .worker__slider .worker__card .tutorial:focus {
          transform: scale(1.05); }

main .form-1 {
  background-image: url("../img/bg-form-1.jpg");
  background-position: 50%;
  background-size: cover; }
  main .form-1 .card-location__sticker {
    position: absolute;
    color: #fefefe;
    font-weight: bold;
    background-image: url("../img/location-sticker.png");
    background-size: auto 100%;
    width: 214px;
    height: 117px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 115%;
    transform: rotate(45deg);
    right: -75px;
    top: -26px; }
    main .form-1 .card-location__sticker span {
      text-align: center; }
    main .form-1 .card-location__sticker .info-price {
      line-height: 89%;
      font-size: 38px; }
  main .form-1 .container {
    display: flex;
    justify-content: flex-end; }
  @media (max-width: 767px) {
    main .form-1 noindex {
      width: 100%; } }
  main .form-1 .form {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.51);
    margin-bottom: 50px;
    margin-top: 50px;
    background: #fefefe;
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 370px;
    position: relative; }
    @media (max-width: 767px) {
      main .form-1 .form {
        width: 100%;
        font-size: 0.85em; } }
    main .form-1 .form::after {
      content: "";
      position: absolute;
      left: -714px;
      bottom: -51px;
      background-image: url("../img/img-form-1.png");
      background-position: 0% 50%;
      width: 742px;
      height: 493px; }
      @media (max-width: 767px) {
        main .form-1 .form::after {
          content: none; } }
    main .form-1 .form__title {
      font-size: 1.4em;
      font-weight: bold;
      text-align: center;
      padding-bottom: 10px;
      margin-bottom: 5px;
      line-height: 120%;
      position: relative; }
      main .form-1 .form__title::after {
        position: absolute;
        content: "";
        width: 226px;
        height: 2px;
        background-color: #FECE46;
        bottom: 0;
        left: calc(50% - 113px); }
    main .form-1 .form .label-radio {
      width: 100%;
      display: flex;
      justify-content: center; }
      main .form-1 .form .label-radio label {
        width: 32%;
        margin-left: 3px;
        margin-right: 3px; }
    main .form-1 .form .form__btn {
      font-size: 1.1em;
      font-weight: bold; }
      main .form-1 .form .form__btn img {
        margin-left: 5px; }

main .gallery-slide {
  background: url("../img/bg-gallery.jpg");
  background-position: 50%;
  background-size: cover; }
  main .gallery-slide__h2 {
    margin: 50px auto;
    color: #fefefe; }
  main .gallery-slide .slider {
    margin-bottom: 70px;
    width: 100%; }
    @media (max-width: 1023px) {
      main .gallery-slide .slider {
        display: none;
        height: 0; } }
    main .gallery-slide .slider .slick-arrow {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #ffe62a;
      background-image: url(../img/slick-arrow.png);
      background-position: 39% 50%;
      background-repeat: no-repeat;
      top: calc(50% - 30px);
      z-index: 1; }
      main .gallery-slide .slider .slick-arrow::before {
        content: none; }
      main .gallery-slide .slider .slick-arrow.slick-prev {
        left: -65px;
        transform: none; }
        @media (max-width: 1023px) {
          main .gallery-slide .slider .slick-arrow.slick-prev {
            left: -40px; } }
      main .gallery-slide .slider .slick-arrow.slick-next {
        right: -65px;
        transform: rotate(180deg); }
        @media (max-width: 1023px) {
          main .gallery-slide .slider .slick-arrow.slick-next {
            right: -40px; } }
    main .gallery-slide .slider .slide .two-columns {
      display: flex;
      justify-content: center; }
      main .gallery-slide .slider .slide .two-columns .little-img {
        width: 50%;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap; }
        main .gallery-slide .slider .slide .two-columns .little-img .img-container {
          width: 198px;
          height: 155px;
          background: rgba(255, 255, 255, 0.91);
          border-radius: 5px;
          margin: 9px;
          padding: 7px;
          display: flex;
          justify-content: center;
          align-items: center; }
      main .gallery-slide .slider .slide .two-columns .big-img {
        width: 50%;
        display: flex;
        justify-content: flex-start; }
        main .gallery-slide .slider .slide .two-columns .big-img .img-container {
          width: 408px;
          height: 504px;
          background: rgba(255, 255, 255, 0.91);
          border-radius: 5px;
          margin: 9px;
          padding: 7px;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center; }
  main .gallery-slide .mobile-slider {
    display: none;
    height: 0; }
    @media (max-width: 1023px) {
      main .gallery-slide .mobile-slider {
        display: block;
        height: auto;
        margin-bottom: 40px;
        width: 87%; } }
    main .gallery-slide .mobile-slider .slide .img-container {
      width: 198px;
      height: 155px;
      background: rgba(255, 255, 255, 0.91);
      border-radius: 5px;
      margin: 7px auto;
      padding: 7px;
      display: flex;
      justify-content: center;
      align-items: center; }

main .cover {
  background-image: url("../img/bg-cover1.jpg");
  /* background-position: 50% 100%; */
  background-repeat: no-repeat;
  background-size: cover;
 }
  main .cover__h2 {
    margin: 40px auto;}
  @media (max-width: 1023px) {
    main .cover__h2 {
      color: #FFFFFF;} }
  main .cover__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    height: 400px;
    width: 780px;
    margin-bottom: 100px; }
    @media (max-width: 1023px) {
      main .cover__list {
        margin-bottom: 325px; } }
    @media (max-width: 767px) {
      main .cover__list {
        height: auto;
        width: 100%; } }
    main .cover__list .item {
      display: flex;
      margin-top: -5px; }
      main .cover__list .item__numder {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.3em;
        color: #fefefe;
        z-index: 2; }
        @media (max-width: 1023px) {
          main .cover__list .item__numder {
            width: 60px;
            height: 60px; } }
        main .cover__list .item__numder.number_yellow {
          background: #FAD370; }
        main .cover__list .item__numder.number_orange {
          background: linear-gradient(90deg, #FFD96E, #F2917A); }
        main .cover__list .item__numder.number_pink {
          background: linear-gradient(90deg, #EB5F7C, #F2947F); }
      main .cover__list .item__info {
        margin-left: -23px;
        padding: 5px 5px 5px 30px;
        background: #fefefe;
        box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.5);
        display: flex;
        align-items: center;
        z-index: 1;
        transform-origin: left;
        font-size: 1.1em;
        animation: ccc 4s infinite; }
      main .cover__list .item:nth-of-type(3n - 2) .item__info {
        width: 272px;
        animation-duration: 6s; }
      main .cover__list .item:nth-of-type(3n - 1) .item__info {
        width: 301px;
        animation-duration: 3s; }
      main .cover__list .item:nth-of-type(3n) .item__info {
        width: 288px;
        animation-duration: 4.5s; }
  main .cover__form .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 630px;
    box-shadow: 0 0 15px 2px rgba(51, 51, 51, 0.5);
    border-radius: 15px;
    background-color: #fefefe;
    padding-bottom: 19px;
    margin-bottom: 80px;
    position: relative; }
    @media (max-width: 767px) {
      main .cover__form .form {
        width: 100%;
        font-size: 0.85em; } }
    main .cover__form .form__sale-day {
      width: 100%;
      display: block;
      background-color: #ece04b;
      background-image: url("../img/bg-form-sale.png");
      background-position: 50%;
      text-align: center;
      font-weight: bold;
      font-size: 1.15em;
      padding: 7px;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; }
    main .cover__form .form__sticker {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url("../img/sticker-form-circle.png");
      width: 115px;
      color: #D42241;
      padding: 7px;
      font-weight: bold;
      font-size: 1.4em;
      line-height: 115%;
      text-align: center;
      transform: rotate(20deg);
      height: 114px;
      right: -50px;
      top: -37px; }
      @media (max-width: 767px) {
        main .cover__form .form__sticker {
          right: -7px;
          top: -101px; } }
    main .cover__form .form__title {
      font-size: 1.4em;
      font-weight: bold;
      margin: 0 3px;
      text-align: center; }
      @media (max-width: 767px) {
        main .cover__form .form__title {
          font-size: 1.1em; } }
    main .cover__form .form__btn {
      font-size: 1.4em; }
      @media (max-width: 767px) {
        main .cover__form .form__btn {
          font-size: 1.2em; } }
      main .cover__form .form__btn img {
        margin-left: 5px; }
    main .cover__form .form .label-radio {
      width: 360px;
      display: flex;
      justify-content: center; }
      @media (max-width: 767px) {
        main .cover__form .form .label-radio {
          width: 97%; } }
      main .cover__form .form .label-radio label {
        width: 31%;
        margin: 1px 3px; }

main .comments {
  background-image: url("../img/bg-comment.png");
  background-size: cover;
  background-position: 50% 50%; }
  main .comments__h2 {
    margin: 40px auto 10px; }
  main .comments__sliders {
    width: 82%; }
    main .comments__sliders .slick-arrow {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #ffe62a;
      background-image: url(../img/slick-arrow.png);
      background-position: 39% 50%;
      background-repeat: no-repeat;
      top: calc(50% - 30px); }
      main .comments__sliders .slick-arrow::before {
        content: none; }
      main .comments__sliders .slick-arrow.slick-prev {
        transform: none; }
      main .comments__sliders .slick-arrow.slick-next {
        transform: rotate(180deg); }
    main .comments__sliders .slide .phone-comment {
      display: block;
      background-image: url("../img/img-phone.png");
      width: 264px;
      height: 462px;
      padding: 104px 58px 117px 63px;
      margin: 0 auto; }
      main .comments__sliders .slide .phone-comment .img-container {
        display: flex;
        background: #ffffff;
        justify-content: center;
        align-items: center;
        width: 142px;
        height: 242px; }
        main .comments__sliders .slide .phone-comment .img-container img {
          max-width: 100%; }
      main .comments__sliders .slide .phone-comment:hover, main .comments__sliders .slide .phone-comment:focus {
        outline: -webkit-focus-ring-color auto 0px; }
  main .comments__btn {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 60px; }

main .registration {
  background-image: url("../img/bg-registration.jpg");
  background-size: cover;
  background-position: 50%; }
  main .registration .cards {
    display: flex;
    justify-content: center;
     }
    @media (max-width: 1023px) {
      main .registration .cards {
        flex-wrap: wrap; } }
    main .registration .cards__item {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 277px;
      height: 270px;
      position: relative; }
      main .registration .cards__item:nth-of-type(1) {
        background-image: url("../img/registration-card-1.png"); }
        @media (max-width: 767px) {
          main .registration .cards__item:nth-of-type(1) {
            margin-bottom: 70px; }
            main .registration .cards__item:nth-of-type(1) .cards__arrow {
              transform: translateX(203px) translateY(-30px) rotate(90deg); } }
      main .registration .cards__item:nth-of-type(2),
      main .registration .cards__item:nth-of-type(4) {
        background-image: url("../img/registration-card-2.png");
        /* background-size: contain;
        background-repeat: no-repeat; */
        margin-left: 80px;
        margin-right: 80px; }
        @media (max-width: 1023px) {
          main .registration .cards__item:nth-of-type(2),
          main .registration .cards__item:nth-of-type(4) {
            margin-right: 0; }
            main .registration .cards__item:nth-of-type(2) .cards__arrow,
            main .registration .cards__item:nth-of-type(4) .cards__arrow {
              transform: translateX(210px) translateY(-40px) rotate(121deg); } }
        @media (max-width: 767px) {
          main .registration .cards__item:nth-of-type(2),
          main .registration .cards__item:nth-of-type(4) {
            margin-left: 0px;
            margin-bottom: 70px; }
            main .registration .cards__item:nth-of-type(2) .cards__arrow,
            main .registration .cards__item:nth-of-type(2) .cards__arrow {
              transform: translateX(203px) translateY(-30px) rotate(90deg); } }
      main .registration .cards__item:nth-of-type(3),
      main .registration .cards__item:nth-of-type(5) {
        background-image: url("../img/registration-card-3.png"); }
    main .registration .cards__title {
      position: absolute;
      display: block;
      font-size: 2em;
      color: #fefefe;
      top: 35px;
      text-align: center;
      width: 100%; }
    main .registration .cards__subtitle {
      display: block;
      font-weight: bold;
      text-align: center;
      line-height: 120%;
      padding-top: 7px; }
    main .registration .cards__arrow {
      position: absolute;
      background-image: url("../img/card-arrow.png");
      width: 44px;
      height: 42px;
      top: calc(50% - 21px);
      left: calc(50% - 22px);
      transform-origin: -180px;
      transform: translateX(180px); }
  main .registration__h2 {
    margin: 50px auto; }
  main .registration__cards {
    margin-bottom: 60px; }

main .contact__h2 {
  margin: 50px auto; }

main .contact__map {
  width: 45%;
  margin: 0 10px 50px 10px; }
  @media (max-width: 1023px) {
    main .contact__map {
      width: 90%; } }
  main .contact__map iframe {
    width: 100%; }

main .contact__info {
  margin: 0 10px 50px 10px;
  display: flex;
  flex-direction: column;
  font-size: 1.3em;
  height: 100%; }

main .contact .info__block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px; }
  main .contact .info__block img {
    margin-right: 7px; }

main .contact .info__phone a {
  color: #333333;
  font-weight: bold;
  position: relative;
  display: block;
  padding-left: 30px; }
  main .contact .info__phone a.phone_a1::before {
    content: "";
    position: absolute;
    background-image: url("../img/icon-a1.jpg");
    left: 0;
    top: calc(50% - 9px);
    width: 24px;
    height: 22px; }
  main .contact .info__phone a.phone_mts::before {
    content: "";
    position: absolute;
    background-image: url("../img/icon-mts.jpg");
    left: 5px;
    top: calc(50% - 7px);
    width: 15px;
    height: 15px; }

main .contact .two-columns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  @media (max-width: 1023px) {
    main .contact .two-columns {
      flex-wrap: wrap; } }

main > div:not(.anchor) {
  overflow: hidden; }

footer {
  background: #fff4c3; }
  footer > .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1023px) {
      footer > .container {
        flex-direction: column;
        justify-content: center; } }
  footer .block-totop {
    margin: 0 auto; }
    footer .block-totop .totop {
      display: block;
      background: #fefefe;
      width: 52px;
      height: 46px;
      margin: 12px;
      cursor: pointer;
      transition: 0.5s;
      position: relative; }
      footer .block-totop .totop::before {
        position: absolute;
        content: "";
        top: calc(50% - 2px);
        left: calc(50% - 10px);
        background: #edad7f;
        width: 20px;
        height: 6px;
        border-radius: 2px;
        transform: translateX(-5px) rotate(-45deg); }
      footer .block-totop .totop::after {
        position: absolute;
        content: "";
        top: calc(50% - 2px);
        left: calc(50% - 10px);
        background: #edad7f;
        width: 20px;
        height: 6px;
        border-radius: 2px;
        transform: translateX(5px) rotate(45deg); }
      footer .block-totop .totop:hover, footer .block-totop .totop:focus {
        transform: scale(1.2); }
  footer .coco-logo a {
    text-align: center;
    display: block;
    color: black; }
    footer .coco-logo a img {
      width: 67px;
      height: 50px;
      transition: 0.5s;
      z-index: 1000;
      transform-origin: top;
      transform: translateY(14px); }
    footer .coco-logo a span {
      display: block;
      color: black;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      color: transparent;
      transform: translateY(-20px);
      transition: 0.5s;
      text-align: center; }
    footer .coco-logo a:hover img, footer .coco-logo afocus img {
      transform: scale(1.8) translateY(-20px);
      opacity: 0.5;
      filter: blur(3px); }
    footer .coco-logo a:hover span, footer .coco-logo afocus span {
      color: #85432e;
      transform: translateY(-30px); }

.location__content,
.form-1 .form,
.cover__form .form,
#ModalComment .modal__form,
#ModalWorkerQuest .modal__form,
#ModalPrimeForm .modal__form,
#ModalConsultationForm .modal__form {
  position: relative; }

/* .location__content::before,
.form-1 .form::before,
.cover__form .form::before,
#ModalComment .modal__form::before,
#ModalWorkerQuest .modal__form::before,
#ModalPrimeForm .modal__form::before,
#ModalConsultationForm .modal__form::before {
  content: 'Все путевки распроданы:( Следующий крутеший лагерь состоитя в период осенних школьных каникул';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(#929292eb, #00000099);
  z-index: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  color: #d8d8d8; } */

  .form-1 .form::before {
    font-size: 1em;
  }

  .about__list.new {
    padding-left: 100px;
  }

  .new {
    position: relative;
    padding-left: 100px;
  }

  .new::after {
    position: absolute;
    content: "";
    width: 102px;
    height: 49px;
    left: 0;
    bottom: 3px;
    background-image: url("../img/new1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media (max-width: 520px) {
    .about__list.new {
      padding-left: 50px;
    }

    .new::after {
      width: 50px;
      height: 24px;
      bottom: 13px;
    }
  }
  @media (max-width: 460px) {
    .about__list.new {
      padding-left: 5px;
    }

    .new::after {
      display: none;
    }
  }
  .events__list {
    list-style: none;
    padding-left: 0;
  }

  .events__item-list {
    list-style-type: "-";
  }

  .events__item,
  .events__item-element,
  .events__item-link {
    color: #000000;
  }

  @media (max-width: 720px) {
    .events__item-link {
      font-size: 14px;
      line-height: 20px;
    }
  }
  .events__item-link:hover {
    color: #000000;
  }

  .events__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;
  }

  @media (max-width: 575px) {
    .events__list {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .events__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    background-color: #FEEC9C;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
  }

  @media (max-width: 575px) {
    .events__item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 15px;
    }
  }
  .events__item-img {
    width: 100%;
    /* height: auto; */
    /* height: 150px; */
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 25%;
       object-position: 0 25%;
    margin-bottom: 20px;
    border-radius: 5px 5px 0 0;
  }

  .events__item-img.events__item-img--2 {
    margin-bottom: 0;
    margin-top: 20px;
    -o-object-position: top center;
       object-position: top center;
  }

  .events__item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  @media (max-width: 720px) {
    .events__item-list {
      padding-left: 15px;
      padding-right: 15px;
    }

    .events__item-img {
      height: 120px;
      margin-bottom: 15px;
    }
  }
  .events__item-title {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    text-align: center;
  }

  .events__item-title--noimg {
    padding-top: 20px;
  }

  main .bonuses__h2 {
    margin: 50px 0px 30px 0px;
  }

  @media (max-width: 1023px) {
    main .bonuses__h2 {
      margin: 50px 0px 30px 0px;
    }
  }
  .bonuses__list {
    list-style: none;
    padding-left: 0;
  }

  .bonuses__item-list {
    list-style-type: "-";
  }

  .bonuses__item,
  .bonuses__item-element,
  .bonuses__item-link {
    color: #000000;
  }

  @media (max-width: 720px) {
    .bonuses__item-element {
      font-size: 14px;
      line-height: 20px;
    }
  }
  .bonuses__item-link:hover {
    color: #000000;
  }

  .bonuses__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;
  }

  @media (max-width: 575px) {
    .bonuses__list {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .bonuses__item {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
    background-color: #FEEC9C;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
  }

  @media (max-width: 767px) {
    .bonuses__item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 15px;
    }
  }
  .bonuses__sticker {
    position: absolute;
    color: #fefefe;
    font-weight: bold;
    background-image: url("../img/location-sticker.png");
    background-size: auto 100%;
    width: 214px;
    height: 117px;
    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;
    line-height: 115%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: -75px;
    top: -26px;
  }

  .bonuses__sticker span {
    text-align: center;
  }

  .bonuses__sticker .info-price {
    line-height: 89%;
    font-size: 38px;
  }

  .bonuses__item-img {
    width: 100%;
    /* height: auto; */
    height: 215px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 20px;
    border-radius: 5px 5px 0 0;
  }

  .bonuses__item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  @media (max-width: 865px) {
    .bonuses__item-img {
      height: 160px;
    }
  }
  @media (max-width: 720px) {
    .bonuses__item-list {
      padding-left: 15px;
      padding-right: 15px;
    }

    .bonuses__item-img {
      height: 120px;
      margin-bottom: 15px;
    }

    .bonuses__item:nth-child(3) .bonuses__item-img {
      -o-object-position: top;
         object-position: top;
    }
  }
  .bonuses__item-title {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    text-align: center;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  @media (max-width: 768px) {
    .bonuses__item-title {
      min-height: auto;
    }
  }
  @media (max-width: 720px) {
    .bonuses__item-title {
      font-size: 18px;
    }
  }
  @media (max-width: 480px) {
    .bonuses__item-title {
      font-size: 16px;
    }
  }
  .bonuses__item-text {
    padding-left: 15px;
    padding-right: 15px;
    /* text-align: justify; */
    margin-bottom: 0.3rem;
  }

  @media (max-width: 480px) {
    .bonuses__item-text {
      font-size: 14px;
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  .modal__container {
    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;
    max-width: 650px;
    width: 100%;
    background: #fefefe;
    -webkit-box-shadow: 0 0 15px #333333;
            box-shadow: 0 0 15px #333333;
    border-radius: 10px;
    padding: 14px;
    margin-top: 5px;
  }

  .modal__container.modal__rel {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .worker .tutorial .worker__ico {
    width: 16px;
    height: 16px;
  }

  .item__info a {
    color: #FFFFFF;
  }

  .modal__item-img {
    width: 100%;
  }

  .widgets-small {
    position: fixed;
    z-index: 20;
    bottom: 10%;
    right: 5%;
    width: 160px;
    height: 160px;
    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: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 5px;
    padding-left: 5px;
    background: radial-gradient(#EE781C, #D42241);
    /* background: #FEEC9C; */
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    -webkit-animation: pulsar 4s infinite;
            animation: pulsar 4s infinite;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
  }

  .widgets-small:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  .widgets-small__text {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 5px;
  }

  .widgets-small__text--price {
    font-weight: bold;
    font-size: 27px;
    line-height: 29px;
  }

  @media (max-width: 767px) {
    .widgets-small {
      width: 120px;
      height: 120px;
    }

    .widgets-small__text {
      font-size: 12px;
      line-height: 14px;
    }

    .widgets-small__text--price {
      font-weight: bold;
      font-size: 17px;
      line-height: 21px;
    }
  }
  .modal__rel {
    background-image: url("../img/bg-form-1.jpg");
    background-position: 50%;
    background-size: cover;
  }

  .modal__rel .card-location__sticker {
    position: absolute;
    color: #fefefe;
    font-weight: bold;
    background-image: url("../img/location-sticker.png");
    background-size: auto 100%;
    width: 214px;
    height: 117px;
    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;
    line-height: 115%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: -75px;
    top: -26px;
  }

  .modal__rel .card-location__sticker span {
    text-align: center;
  }

  .modal__rel .card-location__sticker .info-price {
    line-height: 89%;
    font-size: 38px;
  }

  .modal__rel .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  @media (max-width: 767px) {
    .modal__rel noindex {
      width: 100%;
    }
  }
  .modal__rel .form {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.51);
            box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.51);
    margin-bottom: 50px;
    /* margin-top: 50px; */
    background: #fefefe;
    padding: 20px 5px;
    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;
    width: 370px;
    position: relative;
  }

  @media (max-width: 767px) {
    .modal__rel .form {
      width: 100%;
      font-size: 0.85em;
    }
  }
  .modal__rel .form__title {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 5px;
    line-height: 120%;
    position: relative;
  }

  .modal__rel .form__title::after {
    position: absolute;
    content: "";
    width: 226px;
    height: 2px;
    background-color: #FECE46;
    bottom: 0;
    left: calc(50% - 113px);
  }

  .modal__rel .form .label-radio {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .modal__rel .form .label-radio label {
    width: 32%;
    margin-left: 3px;
    margin-right: 3px;
  }

  .modal__rel .form .form__btn {
    font-size: 1.1em;
    font-weight: bold;
  }

  .modal__rel .form .form__btn img {
    margin-left: 5px;
  }
