@charset "UTF-8";
/* Breakpoints */
/* Colors */
body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: 1px 1px 10px rgba(78, 55, 55, 0.1);
          box-shadow: 1px 1px 10px rgba(78, 55, 55, 0.1);
  background-color: #f2f2f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #4dcdc4;
  border-radius: 8px;
  border: 3px solid #f2f2f5;
}

.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-align: center;
  padding: 1.1rem 3.4rem 1.1rem 3.4rem;
  border: none;
}

.btn:hover {
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.btn_defaultcolor {
  background: #4dcdc4;
}

.btn_defaultcolor:hover {
  background: #2baba0;
}

.btn_accentСolor {
  background: #fee474;
}

.btn_accentСolor:hover {
  background: #f5d536;
}

.btn_defaultcolor-accentСolor {
  background: #4dcdc4;
}

.btn_defaultcolor-accentСolor:hover {
  background: #f5d536;
  color: #292f36;
}

.btn_lightColor-darkСolor {
  background-color: #ffffff;
  color: #292f36;
}

.btn_lightColor-darkСolor:hover {
  background-color: #292f36;
  color: #ffffff;
}

.btn_small {
  font-size: 0.8rem;
  padding: 0.7rem 2rem 0.7rem;
}

.header__inner {
  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;
  gap: 10px;
}

.header__img {
  width: 240px;
  height: auto;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header__item {
  font-size: 14px;
  text-decoration: none;
}

.header__item:hover {
  cursor: pointer;
}

.header__page {
  margin-right: 12px;
  color: #292f36;
}

.header__page:hover {
  padding-bottom: 3px;
  border-bottom: 2px solid #4dcdc4;
}

.header__page_active {
  padding-bottom: 3px;
  border-bottom: 2px solid #4dcdc4;
}

.header__buttons {
  margin-right: 5px;
}

.header__check {
  display: none;
}

@media screen and (max-width: 1238px) {
  .header__img {
    width: 151px;
  }
  .mobile__hidden {
    display: none;
  }
  .header__menu {
    position: relative;
  }
  .header__img {
    z-index: 4;
    position: relative;
  }
  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 4;
  }
  .header__btn > span,
  .header__btn > span::before,
  .header__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #292f36;
  }
  .header__btn > span::before {
    content: '';
    top: -8px;
  }
  .header__btn > span::after {
    content: '';
    top: 8px;
  }
  .header__links {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 130px 0;
    list-style: none;
    text-align: center;
    background-color: #ebebeb;
    -webkit-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    z-index: 3;
    gap: 0;
  }
  .header__links:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 1238px) and (max-width: 375px) {
  .header__links {
    padding: 86px 0;
  }
}

@media screen and (max-width: 1238px) and (max-width: 1024px) and (max-height: 600px) {
  .header__links {
    padding: 75px 0;
  }
}

@media screen and (max-width: 1238px) and (max-width: 540px) and (max-height: 720px) {
  .header__links {
    padding: 75px 0;
  }
}

@media screen and (max-width: 1238px) {
  .header__item {
    display: block;
    color: #292f36;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
  }
  .header__item:hover {
    color: #4dcdc4;
  }
  .header__page {
    margin: 0;
    padding: 10px;
    border-bottom: none;
  }
  .header__page:hover {
    padding: 10px;
    border-bottom: none;
    text-decoration: none;
  }
  .header__buttons {
    margin: 0;
    padding: 7px;
    background-color: transparent;
  }
  .header__buttons:hover {
    color: #4dcdc4;
    background: transparent;
  }
  .header__check:checked ~ .header__btn > span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__check:checked ~ .header__btn > span::before {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header__check:checked ~ .header__btn > span::after {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header__check:checked ~ .header__links {
    z-index: 3;
    visibility: visible;
    left: 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: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -50px;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header__btn > span,
  .header__btn > span::before,
  .header__btn > span::after {
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
  }
  .header__item {
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
  }
  .header__item {
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
  }
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1239px) {
  .header__social {
    display: none;
  }
}

.header__social > a {
  text-decoration: none;
}

.header__icon {
  width: 30px;
  height: 30px;
  margin: 5px;
}

.block-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #f2f2f5;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

@media (max-width: 639px) {
  .block-footer {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

.block-footer__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
  justify-items: center;
  text-align: center;
  padding-bottom: 8rem;
  gap: 1.3rem;
  font-size: 0.9rem;
  line-height: 1.7rem;
}

@media (max-width: 639px) {
  .block-footer__items {
    padding-bottom: 5rem;
  }
}

.block-footer__item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  color: #292f36;
  -ms-grid-column-align: center;
      justify-self: center;
}

.block-footer__item2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  color: #292f36;
}

.block-footer__item3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  color: #292f36;
}

.block-footer__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  opacity: 0.65;
  font-size: 0.85rem;
}

@media (max-width: 959px) {
  .block-footer__bottom {
    font-size: 0.8rem;
  }
}

@media (max-width: 639px) {
  .block-footer__bottom {
    font-size: 0.8rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    gap: 1rem;
  }
}

.block-footer__privacy {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  color: #292f36;
}

@media (max-width: 639px) {
  .block-footer__privacy {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.block-footer__year {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

@media (max-width: 639px) {
  .block-footer__year {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}

.block-footer__dev {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

@media (max-width: 639px) {
  .block-footer__dev {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}

.block-footer__design {
  color: #292f36;
}

.block-howwework {
  margin-top: 200px;
}

.block-howwework__container-grid {
  padding: 3% 0 6% 0;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 10%;
}

@media (max-width: 959px) {
  .block-howwework__container-grid {
    display: block;
  }
}

.block-howwework__h2 {
  margin: 0;
  padding: 0 0 4% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  color: #292f36;
  line-height: 1.23;
  text-align: left;
}

@media (min-width: 639px) {
  .block-howwework__h2 {
    font-size: 3.1rem;
  }
}

@media (min-width: 479px) and (max-width: 639px) {
  .block-howwework__h2 {
    font-size: 2.1rem;
  }
}

@media (max-width: 479px) {
  .block-howwework__h2 {
    font-size: 1.7rem;
  }
}

.block-howwework__p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  color: #292f36;
  text-align: left;
  display: inline;
}

@media (max-width: 639px) {
  .block-howwework__p {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (min-width: 639px) and (max-width: 1199px) {
  .block-howwework__p {
    font-size: 1.37rem;
    line-height: 1.5;
  }
}

@media (min-width: 1199px) {
  .block-howwework__p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.block-howwework__link {
  display: inline-block;
  color: #4dcdc4;
  text-decoration: none;
  border-bottom: 1px solid;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 639px) {
  .block-howwework__link {
    font-size: 1.25rem;
  }
}

@media (max-width: 1199px) {
  .block-howwework__link {
    font-size: 1.37rem;
  }
}

@media (min-width: 1199px) {
  .block-howwework__link {
    font-size: 1.5rem;
  }
}

.block-howwework__text {
  display: inline-block;
  color: #292f36;
  font-size: 1.06rem;
  font-weight: 400;
  line-height: 1.55;
}

.block-howwework__img {
  display: block;
  max-width: 100%;
}

.block-howwework__link_smallsize {
  font-size: 1.07rem;
}

.block-howwework__element_animation1 {
  -webkit-animation: reveal 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
          animation: reveal 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.block-howwework__element_animation2 {
  -webkit-animation: reveal 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
          animation: reveal 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.block-howwework__element_animation3 {
  -webkit-animation: reveal 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
          animation: reveal 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.block-howwework__element_animation4 {
  -webkit-animation: reveal 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
          animation: reveal 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.block-howwework__element_animation5 {
  -webkit-animation: reveal 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
          animation: reveal 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}

.block-howwework__element_animation6 {
  -webkit-animation: reveal 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
          animation: reveal 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.container {
  color: #292f36;
}

.container__row {
  width: 100%;
  margin: auto;
}

.block-whatwedo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: 12% 10% 80%;
      grid-template-rows: 12% 10% 80%;
  grid-gap: 3%;
}

@media (max-width: 959px) {
  .block-whatwedo {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    -ms-grid-rows: 20% 5% 80%;
        grid-template-rows: 20% 5% 80%;
  }
}

@media screen and (max-width: 639px) {
  .block-whatwedo {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1% 1% 40% 45%;
        grid-template-rows: 1% 1% 40% 45%;
    grid-gap: 8%;
  }
}

@media (max-width: 479px) {
  .block-whatwedo {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1% 1% 40% 45%;
        grid-template-rows: 1% 1% 40% 45%;
    grid-gap: 7%;
  }
}

.block-whatwedo__h1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
  font-size: 2.5rem;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .block-whatwedo__h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 959px) {
  .block-whatwedo__h1 {
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  .block-whatwedo__h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 479px) {
  .block-whatwedo__h1 {
    font-size: 1.3rem;
  }
}

.block-whatwedo__h2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
  font-size: 1.5rem;
}

@media (max-width: 1199px) {
  .block-whatwedo__h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 959px) {
  .block-whatwedo__h2 {
    font-size: 1.3rem;
  }
}

@media (max-width: 639px) {
  .block-whatwedo__h2 {
    font-size: 1.1rem;
  }
}

@media (max-width: 479px) {
  .block-whatwedo__h2 {
    font-size: 0.9rem;
  }
}

.single-visits {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
  background-color: #f2f2f5;
}

.regular-visits {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
  background-color: #f2f2f5;
}

@media screen and (max-width: 639px) {
  .regular-visits {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
    margin-top: 7%;
  }
}

.single-visits,
.regular-visits {
  display: -ms-grid;
  display: grid;
  grid-gap: 10%;
  padding: 10%;
  height: 100%;
  -ms-grid-column: 1;
  grid-column: 1fr;
  -ms-grid-rows: 20% 10% 60%;
      grid-template-rows: 20% 10% 60%;
}

@media (max-width: 959px) {
  .single-visits,
  .regular-visits {
    -ms-grid-rows: 12% 10% 75%;
        grid-template-rows: 12% 10% 75%;
  }
}

@media screen and (max-width: 639px) {
  .single-visits,
  .regular-visits {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 10% 10% 75%;
        grid-template-rows: 10% 10% 75%;
    grid-gap: 10%;
  }
}

@media (max-width: 479px) {
  .single-visits,
  .regular-visits {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 9% 8% 80%;
        grid-template-rows: 9% 8% 80%;
    grid-gap: 10%;
  }
}

@media (max-width: 1199px) {
  .img-heart {
    width: 4rem;
  }
}

@media (max-width: 959px) {
  .img-heart {
    width: 3.5rem;
  }
}

@media (max-width: 639px) {
  .img-heart {
    width: 3rem;
  }
}

@media (max-width: 479px) {
  .img-heart {
    width: 2.5rem;
  }
}

.single-visis__header,
.regular-visits__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}

@media (max-width: 1199px) {
  .single-visis__header,
  .regular-visits__header {
    font-size: 2rem;
  }
}

@media (max-width: 959px) {
  .single-visis__header,
  .regular-visits__header {
    font-size: 1.7rem;
  }
}

@media (max-width: 639px) {
  .single-visis__header,
  .regular-visits__header {
    font-size: 1.6rem;
  }
}

@media (max-width: 479px) {
  .single-visis__header,
  .regular-visits__header {
    font-size: 1.5rem;
  }
}

.single-visits__h3,
.regular-visits__h3 {
  margin-left: 1rem;
  font-size: 2rem;
}

@media (max-width: 1199px) {
  .single-visits__h3,
  .regular-visits__h3 {
    font-size: 2rem;
  }
}

@media (max-width: 959px) {
  .single-visits__h3,
  .regular-visits__h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 639px) {
  .single-visits__h3,
  .regular-visits__h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 479px) {
  .single-visits__h3,
  .regular-visits__h3 {
    font-size: 1.3rem;
  }
}

.single-visits__p,
.regular-visits__p {
  font-size: 1.3rem;
  font-weight: 450;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

@media (max-width: 1199px) {
  .single-visits__p,
  .regular-visits__p {
    font-size: 1.2rem;
  }
}

@media (max-width: 959px) {
  .single-visits__p,
  .regular-visits__p {
    font-size: 1.1rem;
  }
}

@media (max-width: 639px) {
  .single-visits__p,
  .regular-visits__p {
    font-size: 1rem;
  }
}

@media (max-width: 479px) {
  .single-visits__p,
  .regular-visits__p {
    font-size: 0.9rem;
  }
}

.regular-visits__list,
.single-visits__list {
  font-weight: 450;
}

.regular-visits__list_h3,
.single-visits__list_h3 {
  font-size: 1.2rem;
}

@media (max-width: 1199px) {
  .regular-visits__list_h3,
  .single-visits__list_h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 959px) {
  .regular-visits__list_h3,
  .single-visits__list_h3 {
    font-size: 1rem;
  }
}

@media (max-width: 639px) {
  .regular-visits__list_h3,
  .single-visits__list_h3 {
    font-size: 0.9rem;
  }
}

@media (max-width: 479px) {
  .regular-visits__list_h3,
  .single-visits__list_h3 {
    font-size: 0.8rem;
  }
}

.regular-visits__list_point,
.single-visits__list_point {
  font-size: 1rem;
}

@media (max-width: 1199px) {
  .regular-visits__list_point,
  .single-visits__list_point {
    font-size: 1rem;
  }
}

@media (max-width: 959px) {
  .regular-visits__list_point,
  .single-visits__list_point {
    font-size: 0.9rem;
  }
}

@media (max-width: 639px) {
  .regular-visits__list_point,
  .single-visits__list_point {
    font-size: 0.85rem;
  }
}

@media (max-width: 479px) {
  .regular-visits__list_point,
  .single-visits__list_point {
    font-size: 0.7rem;
  }
}

ul {
  list-style: none;
}

.single-visits__list_point li::before {
  content: "\2022";
  color: #f693bc;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.single-visits__list_h3 {
  color: #f693bc;
}

.regular-visits__list_point li::before {
  content: "\2022";
  color: #4dcdc4;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

li {
  margin-bottom: 3%;
}

.regular-visits__list_h3 {
  color: #4dcdc4;
}

/* html {
    overflow-x: hidden;
} */
.container {
  min-width: 100%;
}

.block-whowe {
  display: -ms-grid;
  display: grid;
  min-height: 90vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1199px) {
  .block-whowe {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8, 1fr);
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10%;
  }
}

@media (min-width: 1199px) {
  .block-whowe__slogan {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

@media (min-width: 1199px) {
  .block-whowe__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}

.block-whowe_p {
  color: #292f36;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1em;
  margin: 0;
}

@media (min-width: 1199px) {
  .block-whowe_p {
    font-size: 2.5rem;
  }
}

@media (min-width: 959px) {
  .block-whowe_p {
    font-size: 1.8rem;
  }
}

@media (min-width: 639px) {
  .block-whowe_p {
    font-size: 1.5rem;
  }
}

@media (min-width: 479px) {
  .block-whowe_p {
    font-size: 1.25rem;
  }
}

@media (max-width: 479px) {
  .block-whowe_p {
    font-size: 1.06rem;
  }
}

.block-whowe_h1 {
  color: #292f36;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.67em;
  margin: 0;
}

@media (min-width: 1199px) {
  .block-whowe_h1 {
    font-size: 4.37rem;
  }
}

@media (min-width: 959px) and (max-width: 1199px) {
  .block-whowe_h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 639px) and (max-width: 959px) {
  .block-whowe_h1 {
    font-size: 1.8rem;
  }
}

@media (min-width: 479px) and (max-width: 639px) {
  .block-whowe_h1 {
    font-size: 2.1rem;
  }
}

@media (max-width: 479px) {
  .block-whowe_h1 {
    font-size: 1.5rem;
  }
}

.block-whowe__slogan_slider {
  height: 205px;
  overflow: hidden;
}

.block-whowe__slogan_slider > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 205px;
  text-align: start;
}

.block-whowe__slogan_background {
  -webkit-animation: back 12s infinite;
          animation: back 12s infinite;
}

@media (min-width: 1199px) {
  .block-whowe__slogan_background {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #fee474), color-stop(60%, #ffffff)) no-repeat;
    background: linear-gradient(to bottom, #ffffff 50%, #fee474 50% 60%, #ffffff 60% 100%) no-repeat;
  }
  @-webkit-keyframes back {
    0% {
      background-size: 550px auto;
    }
    5% {
      background-size: 550px auto;
    }
    33% {
      background-size: 550px auto;
    }
    38% {
      background-size: 550px auto;
    }
    66% {
      background-size: 550px auto;
    }
    68% {
      background-size: 350px auto;
    }
    100% {
      background-size: 350px auto;
    }
  }
  @keyframes back {
    0% {
      background-size: 550px auto;
    }
    5% {
      background-size: 550px auto;
    }
    33% {
      background-size: 550px auto;
    }
    38% {
      background-size: 550px auto;
    }
    66% {
      background-size: 550px auto;
    }
    68% {
      background-size: 350px auto;
    }
    100% {
      background-size: 350px auto;
    }
  }
}

@media (min-width: 959px) and (max-width: 1199px) {
  .block-whowe__slogan_background {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28%, #ffffff), color-stop(28%, #fee474), color-stop(40%, #ffffff)) no-repeat;
    background: linear-gradient(to bottom, #ffffff 28%, #fee474 28% 38%, #ffffff 40% 100%) no-repeat;
  }
  @-webkit-keyframes back {
    0% {
      background-size: 350px auto;
    }
    5% {
      background-size: 350px auto;
    }
    33% {
      background-size: 350px auto;
    }
    38% {
      background-size: 350px auto;
    }
    66% {
      background-size: 350px auto;
    }
    68% {
      background-size: 250px auto;
    }
    100% {
      background-size: 250px auto;
    }
  }
  @keyframes back {
    0% {
      background-size: 350px auto;
    }
    5% {
      background-size: 350px auto;
    }
    33% {
      background-size: 350px auto;
    }
    38% {
      background-size: 350px auto;
    }
    66% {
      background-size: 350px auto;
    }
    68% {
      background-size: 250px auto;
    }
    100% {
      background-size: 250px auto;
    }
  }
}

@media (min-width: 639px) and (max-width: 959px) {
  .block-whowe__slogan_background {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #ffffff), color-stop(18%, #fee474), color-stop(28%, #ffffff)) no-repeat;
    background: linear-gradient(to bottom, #ffffff 18%, #fee474 18% 28%, #ffffff 28% 100%) no-repeat;
  }
  @-webkit-keyframes back {
    0% {
      background-size: 250px auto;
    }
    5% {
      background-size: 250px auto;
    }
    33% {
      background-size: 250px auto;
    }
    38% {
      background-size: 250px auto;
    }
    66% {
      background-size: 250px auto;
    }
    68% {
      background-size: 180px auto;
    }
    100% {
      background-size: 180px auto;
    }
  }
  @keyframes back {
    0% {
      background-size: 250px auto;
    }
    5% {
      background-size: 250px auto;
    }
    33% {
      background-size: 250px auto;
    }
    38% {
      background-size: 250px auto;
    }
    66% {
      background-size: 250px auto;
    }
    68% {
      background-size: 180px auto;
    }
    100% {
      background-size: 180px auto;
    }
  }
}

@media (min-width: 479px) and (max-width: 639px) {
  .block-whowe__slogan_background {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #ffffff), color-stop(22%, #fee474), color-stop(32%, #ffffff)) no-repeat;
    background: linear-gradient(to bottom, #ffffff 22%, #fee474 22% 32%, #ffffff 32% 100%) no-repeat;
  }
  @-webkit-keyframes back {
    0% {
      background-size: 350px auto;
    }
    5% {
      background-size: 350px auto;
    }
    33% {
      background-size: 350px auto;
    }
    38% {
      background-size: 350px auto;
    }
    66% {
      background-size: 350px auto;
    }
    68% {
      background-size: 200px auto;
    }
    100% {
      background-size: 200px auto;
    }
  }
  @keyframes back {
    0% {
      background-size: 350px auto;
    }
    5% {
      background-size: 350px auto;
    }
    33% {
      background-size: 350px auto;
    }
    38% {
      background-size: 350px auto;
    }
    66% {
      background-size: 350px auto;
    }
    68% {
      background-size: 200px auto;
    }
    100% {
      background-size: 200px auto;
    }
  }
}

@media (max-width: 479px) {
  .block-whowe__slogan_background {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #ffffff), color-stop(15%, #fee474), color-stop(20%, #ffffff)) no-repeat;
    background: linear-gradient(to bottom, #ffffff 15%, #fee474 15% 20%, #ffffff 20% 100%) no-repeat;
  }
  @-webkit-keyframes back {
    0% {
      background-size: 300px auto;
    }
    5% {
      background-size: 300px auto;
    }
    33% {
      background-size: 300px auto;
    }
    38% {
      background-size: 300px auto;
    }
    66% {
      background-size: 300px auto;
    }
    68% {
      background-size: 150px auto;
    }
    100% {
      background-size: 150px auto;
    }
  }
  @keyframes back {
    0% {
      background-size: 300px auto;
    }
    5% {
      background-size: 300px auto;
    }
    33% {
      background-size: 300px auto;
    }
    38% {
      background-size: 300px auto;
    }
    66% {
      background-size: 300px auto;
    }
    68% {
      background-size: 150px auto;
    }
    100% {
      background-size: 150px auto;
    }
  }
}

.block-whowe__slogan1 {
  -webkit-animation: slide 12s linear infinite;
          animation: slide 12s linear infinite;
}

@-webkit-keyframes slide {
  0% {
    margin-top: -820px;
  }
  5% {
    margin-top: -410px;
  }
  33% {
    margin-top: -410px;
  }
  38% {
    margin-top: -205px;
  }
  66% {
    margin-top: -205px;
  }
  72% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes slide {
  0% {
    margin-top: -820px;
  }
  5% {
    margin-top: -410px;
  }
  33% {
    margin-top: -410px;
  }
  38% {
    margin-top: -205px;
  }
  66% {
    margin-top: -205px;
  }
  72% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
}

.block-whowe__image {
  width: 30vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 639px) and (max-width: 1199px) {
  .block-whowe__image {
    width: 40vw;
    height: 440px;
    position: relative;
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

@media (min-width: 479px) and (max-width: 639px) {
  .block-whowe__image {
    width: 50vw;
    height: 330px;
    position: relative;
    margin-top: 5%;
    margin-bottom: 20%;
  }
}

@media (max-width: 479px) {
  .block-whowe__image {
    width: 50vw;
    height: 200px;
    position: relative;
    margin-top: 5%;
    margin-bottom: 20%;
  }
}

.block-whowe__img-dots {
  max-width: 40%;
  position: absolute;
  top: 0;
  right: 15%;
}

.block-whowe__img1 {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 10%;
  right: 40%;
}

@media (max-width: 1199px) {
  .block-whowe__img1 {
    max-width: 100%;
    height: 440px;
    position: relative;
    top: 5%;
    right: 10%;
  }
}

@media (max-width: 639px) {
  .block-whowe__img1 {
    max-width: 100%;
    height: 330px;
    position: relative;
    top: 5%;
    right: 10%;
  }
}

@media (max-width: 639px) {
  .block-whowe__img1 {
    max-width: 100%;
    height: 200px;
    position: relative;
    top: 5%;
    right: 10%;
  }
}

.block-whowe__h4 {
  color: #292f36;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 0;
}

@media (max-width: 1199px) {
  .block-whowe__h4 {
    font-size: 1.25rem;
  }
}

.block-whowe__p-text {
  display: inline-block;
  color: #292f36;
  line-height: 1.55;
  font-weight: 400;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  padding: 1% 0;
}

@media (min-width: 1199px) {
  .block-whowe__p-text {
    font-size: 1.06rem;
  }
}

@media (min-width: 479px) and (max-width: 1199px) {
  .block-whowe__p-text {
    font-size: 1rem;
  }
}

@media (max-width: 479px) {
  .block-whowe__p-text {
    font-size: 0.87rem;
  }
}

.block-whowe__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*анимация блока с картинками можно будет удалить*/
.block-whowe__image_background {
  -webkit-animation: ground 25s linear infinite;
          animation: ground 25s linear infinite;
}

@-webkit-keyframes ground {
  0% {
    background-color: #fee474;
    opacity: 0;
  }
  1% {
    background-color: #fee474;
    opacity: 0;
  }
  3% {
    background-color: #fee474;
    opacity: 1;
  }
  30% {
    background-color: #fee474;
    opacity: 1;
  }
  32% {
    background-color: #fee474;
    opacity: 0;
  }
  34% {
    background-color: #f693bc;
    opacity: 0;
  }
  36% {
    background-color: #f693bc;
    opacity: 1;
  }
  64% {
    background-color: #f693bc;
    opacity: 1;
  }
  66% {
    background-color: #f693bc;
    opacity: 0;
  }
  68% {
    background-color: #4dcdc4;
    opacity: 0;
  }
  70% {
    background-color: #4dcdc4;
    opacity: 1;
  }
  97% {
    background-color: #4dcdc4;
    opacity: 1;
  }
  99% {
    background-color: #4dcdc4;
    opacity: 0;
  }
  100% {
    background-color: #fee474;
    opacity: 0;
  }
}

@keyframes ground {
  0% {
    background-color: #fee474;
    opacity: 0;
  }
  1% {
    background-color: #fee474;
    opacity: 0;
  }
  3% {
    background-color: #fee474;
    opacity: 1;
  }
  30% {
    background-color: #fee474;
    opacity: 1;
  }
  32% {
    background-color: #fee474;
    opacity: 0;
  }
  34% {
    background-color: #f693bc;
    opacity: 0;
  }
  36% {
    background-color: #f693bc;
    opacity: 1;
  }
  64% {
    background-color: #f693bc;
    opacity: 1;
  }
  66% {
    background-color: #f693bc;
    opacity: 0;
  }
  68% {
    background-color: #4dcdc4;
    opacity: 0;
  }
  70% {
    background-color: #4dcdc4;
    opacity: 1;
  }
  97% {
    background-color: #4dcdc4;
    opacity: 1;
  }
  99% {
    background-color: #4dcdc4;
    opacity: 0;
  }
  100% {
    background-color: #fee474;
    opacity: 0;
  }
}

.block-whowe_wrapper {
  position: relative;
  margin-bottom: 7rem;
}

.block-conditions__background_color {
  background-color: #f2f2f5;
  padding-bottom: 4.68rem;
  padding-top: 4.68rem;
}

.block-conditions__background_defcolor {
  background-color: #4dcdc4;
  padding-bottom: 4.68rem;
  padding-top: 4.68rem;
}

.block-conditions {
  text-align: left;
}

.block-conditions__h2 {
  font-weight: 600;
  color: #292f36;
  padding-bottom: 0.18rem;
  margin: 0;
}

@media (min-width: 1199px) {
  .block-conditions__h2 {
    font-size: 3.1rem;
  }
}

@media (min-width: 959px) and (max-width: 1199px) {
  .block-conditions__h2 {
    font-size: 3rem;
  }
}

@media (min-width: 639px) and (max-width: 959px) {
  .block-conditions__h2 {
    font-size: 1.87rem;
  }
}

@media (max-width: 639px) {
  .block-conditions__h2 {
    font-size: 1.75rem;
  }
}

.block-conditions__h4 {
  font-size: 1.12rem;
  font-weight: 600;
  padding-top: 4.68rem;
  padding-bottom: 1.87rem;
  line-height: 1.55;
  margin: 0;
}

.block-conditions__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.block-conditions__list li::marker {
  content: '\2022';
  font-size: 1.5rem;
  font-weight: bold;
}

.block-conditions__list-item {
  padding-left: 1%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.block-conditions_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.block-conditions__indent-large {
  margin-bottom: 4%;
}

.block-conditions__indent-small {
  margin-bottom: 0;
}

.block-conditions__text_darkColor {
  color: #292f36;
}

.block-conditions__text_lightColor {
  color: #ffffff;
}

.block-conditions__table-border {
  border: 2px solid #ffffff;
  margin: 0 -30px;
}

.block-conditions__table-indent {
  padding: 3rem 2.5rem;
}

.block-conditions__wapper {
  background-color: #ff6c70;
  padding: 3% 3%;
  display: -ms-grid;
  display: grid;
  gap: 2%;
  -ms-grid-columns: 5% 95%;
      grid-template-columns: 5% 95%;
  margin-bottom: 6rem;
}

.block-conditions__list_indent-large {
  margin-bottom: 4.38rem;
}

.block-conditions__wrapper-icon {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.block-conditions__wrapper-icon svg {
  max-width: 100%;
}

.block-conditions__wrapper-text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.block-conditions__link {
  color: #4dcdc4;
  cursor: pointer;
}

.block-conditions_text a {
  cursor: pointer;
  text-decoration: none;
}

.block-conditions__link_decoration {
  padding-bottom: 1%;
  border-bottom: 2px solid #ffffff;
}

.blockdif {
  background-color: #4dcdc4;
}

.container__row {
  width: 100%;
  margin: auto;
}

.block-tariffs__header, .block-tariffs__p {
  color: white;
  text-align: center;
  margin-bottom: 5%;
}

.block-tariffs__header {
  font-weight: 600;
  font-size: 2.5rem;
  padding-top: 6%;
}

.block-tariffs__p {
  font-weight: 400;
  font-size: 1.5rem;
}

.table-hours__header,
.table-hours__columns {
  background-color: #f2f2f5;
  font-weight: 600;
}

.table-hours {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 2rem;
}

.table-hours__header {
  text-align: left;
}

.table-hours__header_p {
  margin-top: -2.5rem;
  margin-left: 3rem;
  font-size: 1.5rem;
}

.table-hours__columns, .table-hours__rows {
  text-align: left;
}

.table-hours__rows {
  background-color: white;
}

@media screen and (max-width: 959px) {
  .table-hours {
    display: none;
  }
}

.table-hours__columns_item,
.new-hours__columns_item {
  padding: 1%;
}

.table-hours__rows_item {
  padding: 1%;
}

/*таблица планшет*/
.table-hours-tablet__header,
.table-hours-tablet__columns {
  background-color: #f2f2f5;
  font-weight: 600;
}

.table-hours-tablet {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 2rem;
}

.table-hours-tablet__header {
  text-align: left;
}

.table-hours-tablet__header_p {
  margin-top: -2.5rem;
  margin-left: 3rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 959px) {
  .table-hours-tablet__header_p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 639px) {
  .table-hours-tablet__header_p {
    font-size: 1rem;
  }
}

.table-hours-tablet__columns, .table-hours-tablet__rows {
  text-align: left;
}

.table-hours-tablet__rows {
  background-color: white;
}

@media screen and (min-width: 1199px) {
  .table-hours-tablet {
    display: none;
  }
}

@media screen and (min-width: 959px) {
  .table-hours-tablet {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .table-hours-tablet {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 639px) {
  .table-hours-tablet {
    font-size: 0.8rem;
  }
}

.table-hours-tablet__columns_item,
.new-hours-tablet__columns_item {
  padding: 2%;
}

.table-hours-tablet__rows_item {
  padding: 1%;
}

/*таблица десктоп*/
.new-hours {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  padding-bottom: 20px;
}

.new-hours__header {
  text-align: left;
  padding-left: 1rem;
  padding-top: 1rem;
}

.new-hours__header_p {
  margin-top: -2.5rem;
  margin-left: 3.5rem;
  font-size: 1.5rem;
}

.new-hours__columns, .new-hours__rows {
  text-align: left;
}

@media screen and (max-width: 639px), (max-width: 959px) {
  .new-hours {
    display: none;
  }
}

.new-hours__header,
.new-hours__columns {
  background-color: #f693bc;
  color: white;
  font-weight: 600;
}

.cross-image {
  width: 2.5rem;
}

.new-hours__data {
  font-weight: 400;
  border-bottom: 0.1px solid #ece9e9;
  padding: 1%;
  background-color: white;
}

.new-hours-tables {
  padding-bottom: 5%;
}

/*таблица для планшетов*/
.new-hours-tablet {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  padding-bottom: 2%;
}

.new-hours-tablet__header {
  text-align: left;
  padding-left: 1rem;
  padding-top: 1rem;
  font-size: 1rem;
}

.new-hours-tablet__header_p {
  margin-top: -2.5rem;
  margin-left: 3.5rem;
  font-size: 1.5rem;
}

.new-hours-tablet__columns, .new-hours-tablet__rows {
  text-align: left;
}

@media screen and (min-width: 1199px) {
  .new-hours-tablet {
    display: none;
  }
}

@media screen and (min-width: 959px), (max-width: 639px) {
  .new-hours-tablet {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .new-hours-tablet {
    font-size: 0.8rem;
  }
}

.new-hours-tablet__header {
  background-color: #f693bc;
  color: white;
  font-weight: 600;
}

.cross-image {
  width: 2.5rem;
}

@media screen and (max-width: 959px) {
  .cross-image {
    width: 2rem;
  }
}

.new-hours-tablet__data,
.new-hours-tablet__columns {
  font-weight: 400;
  padding: 2%;
  background-color: white;
  color: black;
}

.new-hours-tablet__columns {
  font-weight: 600;
  color: #f693bc;
  padding-right: 3%;
}

/*таблица для мобильной*/
.new-hours-mobile {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  padding-bottom: 2%;
}

.new-hours-mobile__header {
  text-align: left;
  padding-left: 1rem;
  padding-top: 1rem;
  font-size: 1rem;
}

.new-hours-mobile__header_p {
  margin-top: -2.5rem;
  margin-left: 3.5rem;
  font-size: 1.5rem;
}

.new-hours-mobile__columns, .new-hours-mobile__rows {
  text-align: left;
}

@media screen and (min-width: 639px) {
  .new-hours-mobile {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .new-hours-mobile {
    font-size: 0.8rem;
  }
}

.new-hours-mobile__header {
  background-color: #f693bc;
  color: white;
  font-weight: 600;
}

.cross-image {
  width: 2.5rem;
}

@media screen and (max-width: 959px) {
  .cross-image {
    width: 2rem;
  }
}

.cross-image {
  width: 2.5rem;
}

@media screen and (max-width: 639px) {
  .cross-image {
    width: 2rem;
  }
}

.new-hours-mobile__data,
.new-hours-mobile__columns {
  font-weight: 450;
  padding: 2%;
  background-color: white;
  color: black;
  border-bottom: 0.1px solid #ece9e9;
}

.new-hours-mobile__columns {
  font-weight: 600;
  color: #f693bc;
  padding-right: 3%;
}

/*вкладки*/
.cities {
  max-width: 100%;
  text-align: center;
}

.cities > input[type="radio"] {
  display: none;
}

.cities > input[type="radio"]:checked + label {
  background-color: #f5d536;
}

.cities > div {
  /* скрыть контент по умолчанию */
  display: none;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3,
#tab-btn-4:checked ~ #content-4 {
  display: block;
}

.cities > label {
  display: inline-block;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #f2f2f5;
  padding: 0.9rem 1.9rem;
  font-size: 1.12rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 3rem;
}

@media screen and (max-width: 959px) {
  .cities > label {
    font-size: 1rem;
    margin-bottom: 2rem;
    padding: 0.7rem 0.4rem;
  }
}

@media screen and (max-width: 639px) {
  .cities > label {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    padding: 0.7rem 0.1rem;
  }
}

.moscow,
.piter {
  margin-bottom: 0;
}

.cities > label:first-of-type {
  margin-left: 0;
}

/*блок Санкт Петербург*/
.full,
.part,
.onetime,
.byhours,
.night {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: 50% 20% 30%;
      grid-template-rows: 50% 20% 30%;
  background-color: white;
  margin: 1%;
  padding: 1% 0;
}

.full-header,
.part-header,
.onetime-header,
.byhours-header,
.night-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.full-header__img,
.part-header__img,
.onetime-header__img,
.byhours-header__img,
.night-header__img {
  width: 4rem;
}

@media screen and (max-width: 959px) {
  .full-header__img,
  .part-header__img,
  .onetime-header__img,
  .byhours-header__img,
  .night-header__img {
    width: 3rem;
  }
}

@media screen and (max-width: 639px) {
  .full-header__img,
  .part-header__img,
  .onetime-header__img,
  .byhours-header__img,
  .night-header__img {
    width: 2.5rem;
  }
}

.full-header__h,
.part-header__h,
.onetime-header__h,
.byhours-header__h,
.night-header__h {
  margin-top: 2.2rem;
  font-weight: 600;
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .full-header__h,
  .part-header__h,
  .onetime-header__h,
  .byhours-header__h,
  .night-header__h {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 639px) {
  .full-header__h,
  .part-header__h,
  .onetime-header__h,
  .byhours-header__h,
  .night-header__h {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .full-header__h,
  .part-header__h,
  .onetime-header__h,
  .byhours-header__h,
  .night-header__h {
    margin-top: 0.9rem;
    font-weight: 600;
    font-size: 0.9rem;
  }
}

.full-p1,
.part-p1,
.onetime-p1,
.byhours-p1,
.night-p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.25rem;
  margin: 0 1.5rem;
}

.full-p1__price,
.part-p1__price,
.onetime-p1__price,
.byhours-p1__price,
.night-p1__price {
  font-weight: 600;
  font-size: 1.45rem;
}

@media screen and (max-width: 959px) {
  .full-p1__price,
  .part-p1__price,
  .onetime-p1__price,
  .byhours-p1__price,
  .night-p1__price {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 639px) {
  .full-p1__price,
  .part-p1__price,
  .onetime-p1__price,
  .byhours-p1__price,
  .night-p1__price {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .full-p1__price,
  .part-p1__price,
  .onetime-p1__price,
  .byhours-p1__price,
  .night-p1__price {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 959px) {
  .full-p1,
  .part-p1,
  .onetime-p1,
  .byhours-p1,
  .night-p1 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 639px) {
  .full-p1,
  .part-p1,
  .onetime-p1,
  .byhours-p1,
  .night-p1 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .full-p1,
  .part-p1,
  .onetime-p1,
  .byhours-p1,
  .night-p1 {
    font-size: 0.9rem;
  }
}

.full-p2,
.part-p2,
.onetime-p2,
.byhours-p2,
.night-p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 1.5rem;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/4/3;
  font-size: 1.25rem;
}

@media screen and (max-width: 959px) {
  .full-p2,
  .part-p2,
  .onetime-p2,
  .byhours-p2,
  .night-p2 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 639px) {
  .full-p2,
  .part-p2,
  .onetime-p2,
  .byhours-p2,
  .night-p2 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .full-p2,
  .part-p2,
  .onetime-p2,
  .byhours-p2,
  .night-p2 {
    font-size: 0.9rem;
  }
}

.cards-tariffs {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: (50%)[3];
      grid-template-rows: repeat(3, 50%);
  grid-gap: 3%;
  background-color: #4dcdc4;
  height: auto;
  padding-bottom: 30%;
}

@media screen and (max-width: 959px) {
  .cards-tariffs {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: (16%)[6];
        grid-template-rows: repeat(6, 16%);
  }
}

.full {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}

.part {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}

@media screen and (max-width: 959px) {
  .part {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}

.onetime {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

@media screen and (max-width: 959px) {
  .onetime {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}

.byhours {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}

@media screen and (max-width: 959px) {
  .byhours {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
}

.night {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
  background-color: #292f36;
}

.night-header {
  color: #fee474;
}

@media screen and (max-width: 959px) {
  .night {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5/1/6/2;
  }
}

.child {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}

@media screen and (max-width: 959px) {
  .child {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 6/1/7/2;
  }
}

.night-p1,
.night-p2 {
  color: white;
}

.child {
  border: 2px solid #ffe66d;
  width: 100%;
  margin: 1%;
  padding: 1% 0;
  text-align: left;
}

.child-header {
  margin-left: 1.5rem;
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 450;
}

@media screen and (max-width: 959px) {
  .child-header {
    margin-top: 0.5rem;
    font-size: 0.95rem;
  }
}

@media screen and (max-width: 639px) {
  .child-header {
    margin-top: 0.5rem;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 479px) {
  .child-header {
    margin-top: 0.4rem;
    font-size: 0.75rem;
  }
}

.child-p1 {
  font-size: 1rem;
  font-weight: 450;
  margin: 1.5rem 1.5rem;
  line-height: 1.7;
}

@media screen and (max-width: 959px) {
  .child-p1 {
    margin: 0.5rem 1rem;
    font-size: 0.95rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 639px) {
  .child-p1 {
    margin: 0.5rem 0.7rem;
    font-size: 0.8rem;
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 479px) {
  .child-p1 {
    margin: 0.4rem 0.7rem;
    font-size: 0.75rem;
    padding-bottom: 15rem;
  }
}

.buton {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #292f36;
  font-size: 1.1rem;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-align: center;
  padding: 1.1rem 3.4rem;
  border: none;
  margin-top: 2%;
  margin-bottom: 1%;
}

.buton_defaultcolor {
  background: #fee474;
}

.buton_defaultcolor:hover {
  background: #fee474;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.buton_accentСolor {
  background: #fee474;
}

.buton_accentСolor:hover {
  background: #f5d536;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.buton_defaultcolor-accentСolor {
  background: #fee474;
}

.buton_defaultcolor-accentСolor:hover {
  background: #f5d536;
  color: #292f36;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.container__row_wide {
  width: 95%;
  margin: auto;
  max-width: 1600px;
  min-height: 80px;
}

.header__inner {
  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;
  gap: 10px;
}

​ .header__img {
  width: 240px;
  height: auto;
}

​ .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

​ .header__item {
  font-size: 14px;
  text-decoration: none;
}

​ ​ .header__item:hover {
  cursor: pointer;
}

​ .header__page {
  margin-right: 20px;
  color: #292f36;
}

​ ​ .header__page:hover {
  padding-bottom: 3px;
  border-bottom: 2px solid #4dcdc4;
}

.block-diff {
  color: #292f36;
  background-color: #f2f2f5;
  height: 82vw;
}

@media (max-width: 1199px) {
  .block-diff {
    height: 120vw;
  }
}

@media (max-width: 959px) {
  .block-diff {
    height: 150vw;
  }
}

@media (max-width: 639px) {
  .block-diff {
    height: 190vw;
  }
}

@media (max-width: 479px) {
  .block-diff {
    height: 195vw;
  }
}

.block-difference {
  padding-top: 6%;
}

.block-difference__h1 {
  font-size: 2.5rem;
  font-weight: 600;
  padding-bottom: 4%;
}

@media (max-width: 959px) {
  .block-difference__h1 {
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  .block-difference__h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 479px) {
  .block-difference__h1 {
    font-size: 1rem;
  }
}

.block-difference__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 17% 17% 17%;
      grid-template-columns: 30% 17% 17% 17%;
  grid-gap: 5%;
  background-color: #f693bc;
}

.block-difference__item1,
.block-difference__item2,
.block-difference__item3 {
  font-size: 1.2em;
  font-weight: 600;
  background-color: #f693bc;
  color: #ffffff;
  padding-top: 10%;
  padding-bottom: 10%;
}

@media (max-width: 1199px) {
  .block-difference__item1,
  .block-difference__item2,
  .block-difference__item3 {
    font-size: 1.1em;
  }
}

@media (max-width: 959px) {
  .block-difference__item1,
  .block-difference__item2,
  .block-difference__item3 {
    font-size: 0.8em;
  }
}

@media (max-width: 639px) {
  .block-difference__item1,
  .block-difference__item2,
  .block-difference__item3 {
    font-size: 0.55em;
  }
}

@media (max-width: 479px) {
  .block-difference__item1,
  .block-difference__item2,
  .block-difference__item3 {
    font-size: 0.3em;
  }
}

.block-difference__item1 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.block-difference__item2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.block-difference__item3 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.block-difference__table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 17% 17% 17%;
      grid-template-columns: 30% 17% 17% 17%;
  -ms-grid-rows: (1fr)[10];
      grid-template-rows: repeat(10 1fr);
  grid-gap: 5%;
  padding-top: 3%;
  font-size: 0.91em;
}

@media (max-width: 959px) {
  .block-difference__table {
    font-size: 0.8em;
  }
}

@media (max-width: 639px) {
  .block-difference__table {
    font-size: 0.55em;
  }
}

@media (max-width: 479px) {
  .block-difference__table {
    font-size: 0.3em;
  }
}

.block-difference__element1,
.block-difference__element2,
.block-difference__element3,
.block-difference__element4,
.block-difference__element5,
.block-difference__element6,
.block-difference__element7,
.block-difference__element8,
.block-difference__element9,
.block-difference__element10,
.block-difference__element11,
.block-difference__element12,
.block-difference__element13,
.block-difference__element14,
.block-difference__element15,
.block-difference__element16,
.block-difference__element17,
.block-difference__element18,
.block-difference__element19,
.block-difference__element20,
.block-difference__element21,
.block-difference__element22,
.block-difference__element23,
.block-difference__element24,
.block-difference__element25,
.block-difference__element26,
.block-difference__element27,
.block-difference__element28,
.block-difference__element29,
.block-difference__element30 {
  width: 2.5rem;
  height: 2.5rem;
}

@media (max-width: 959px) {
  .block-difference__element1,
  .block-difference__element2,
  .block-difference__element3,
  .block-difference__element4,
  .block-difference__element5,
  .block-difference__element6,
  .block-difference__element7,
  .block-difference__element8,
  .block-difference__element9,
  .block-difference__element10,
  .block-difference__element11,
  .block-difference__element12,
  .block-difference__element13,
  .block-difference__element14,
  .block-difference__element15,
  .block-difference__element16,
  .block-difference__element17,
  .block-difference__element18,
  .block-difference__element19,
  .block-difference__element20,
  .block-difference__element21,
  .block-difference__element22,
  .block-difference__element23,
  .block-difference__element24,
  .block-difference__element25,
  .block-difference__element26,
  .block-difference__element27,
  .block-difference__element28,
  .block-difference__element29,
  .block-difference__element30 {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 639px) {
  .block-difference__element1,
  .block-difference__element2,
  .block-difference__element3,
  .block-difference__element4,
  .block-difference__element5,
  .block-difference__element6,
  .block-difference__element7,
  .block-difference__element8,
  .block-difference__element9,
  .block-difference__element10,
  .block-difference__element11,
  .block-difference__element12,
  .block-difference__element13,
  .block-difference__element14,
  .block-difference__element15,
  .block-difference__element16,
  .block-difference__element17,
  .block-difference__element18,
  .block-difference__element19,
  .block-difference__element20,
  .block-difference__element21,
  .block-difference__element22,
  .block-difference__element23,
  .block-difference__element24,
  .block-difference__element25,
  .block-difference__element26,
  .block-difference__element27,
  .block-difference__element28,
  .block-difference__element29,
  .block-difference__element30 {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 479px) {
  .block-difference__element1,
  .block-difference__element2,
  .block-difference__element3,
  .block-difference__element4,
  .block-difference__element5,
  .block-difference__element6,
  .block-difference__element7,
  .block-difference__element8,
  .block-difference__element9,
  .block-difference__element10,
  .block-difference__element11,
  .block-difference__element12,
  .block-difference__element13,
  .block-difference__element14,
  .block-difference__element15,
  .block-difference__element16,
  .block-difference__element17,
  .block-difference__element18,
  .block-difference__element19,
  .block-difference__element20,
  .block-difference__element21,
  .block-difference__element22,
  .block-difference__element23,
  .block-difference__element24,
  .block-difference__element25,
  .block-difference__element26,
  .block-difference__element27,
  .block-difference__element28,
  .block-difference__element29,
  .block-difference__element30 {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.block-difference__text1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.block-difference__element1 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.block-difference__element2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.block-difference__element3 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.block-difference__text2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.block-difference__element4 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.block-difference__element5 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.block-difference__element6 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.block-difference__text3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.block-difference__element7 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.block-difference__element8 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.block-difference__element9 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.block-difference__text4 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}

.block-difference__element10 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}

.block-difference__element11 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}

.block-difference__element12 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}

.block-difference__text5 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}

.block-difference__element13 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}

.block-difference__element14 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}

.block-difference__element15 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}

.block-difference__text6 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/7;
}

.block-difference__element16 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/7;
}

.block-difference__element17 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/7;
}

.block-difference__element18 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/7;
}

.block-difference__text7 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/8;
}

.block-difference__element19 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/8;
}

.block-difference__element20 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/8;
}

.block-difference__element21 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/8;
}

.block-difference__text8 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/9;
}

.block-difference__element22 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/9;
}

.block-difference__element23 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/9;
}

.block-difference__element24 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/9;
}

.block-difference__text9 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  grid-row: 9/10;
}

.block-difference__element25 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  grid-row: 9/10;
}

.block-difference__element26 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  grid-row: 9/10;
}

.block-difference__element27 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  grid-row: 9/10;
}

.block-difference__text10 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 10;
  -ms-grid-row-span: 1;
  grid-row: 10/11;
}

.block-difference__element28 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 10;
  -ms-grid-row-span: 1;
  grid-row: 10/11;
}

.block-difference__element29 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 10;
  -ms-grid-row-span: 1;
  grid-row: 10/11;
}

.block-difference__element30 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 10;
  -ms-grid-row-span: 1;
  grid-row: 10/11;
}

.blockteam {
  background-color: #ffffff;
}

.block-nashakomanda__header, .block-nashakomanda__p {
  color: #292f36;
}

.block-nashakomanda__header {
  font-weight: 600;
  font-size: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 959px) {
  .block-nashakomanda__header {
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  .block-nashakomanda__header {
    font-size: 1.5rem;
  }
}

@media (max-width: 479px) {
  .block-nashakomanda__header {
    font-size: 1.3rem;
  }
}

.block-nashakomanda__p {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.5;
  padding-bottom: 2rem;
}

@media (max-width: 639px) {
  .block-nashakomanda__p {
    font-size: 0.8rem;
  }
}

@media (max-width: 479px) {
  .block-nashakomanda__p {
    font-size: 0.7rem;
  }
}

.block-nashakomanda__blocks {
  max-width: 100%;
  text-align: center;
}

.block-nashakomanda__blocks > input[type="radio"] {
  display: none;
}

.block-nashakomanda__blocks > input[type="radio"]:checked + label {
  background-color: #292f36;
  color: #ffffff;
}

.block-nashakomanda__blocks > div {
  /* скрыть контент по умолчанию */
  display: none;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3,
#tab-btn-4:checked ~ #content-4,
#tab-btn-5:checked ~ #content-5 {
  display: block;
}

.block-nashakomanda__blocks > label {
  display: inline-block;
  text-align: center;
  padding: 0.9rem 3.7rem;
  font-size: 1.12rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 3rem;
}

.block-nashakomanda__blocks > label:first-of-type {
  margin-left: 0;
}

.zagruska-proizvod-container,
.zagruska-proizvod-container2 {
  position: relative;
}

.zagruska-proizvod-container ul,
.zagruska-proizvod-container2 ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
}

.zagruska-proizvod-container ul:after,
.zagruska-proizvod-container2 ul:after {
  content: "";
  display: table;
  clear: both;
}

.zagruska-proizvod-container ul li,
.zagruska-proizvod-container2 ul li {
  width: 17vw;
  height: 40vw;
  margin: 2rem 0.5rem 2rem;
  color: #292f36;
  float: left;
}

@media (min-width: 959px) {
  .zagruska-proizvod-container ul li,
  .zagruska-proizvod-container2 ul li {
    margin-bottom: 1rem;
  }
}

@media (max-width: 959px) {
  .zagruska-proizvod-container ul li,
  .zagruska-proizvod-container2 ul li {
    margin-bottom: 3rem;
  }
}

@media (max-width: 639px) {
  .zagruska-proizvod-container ul li,
  .zagruska-proizvod-container2 ul li {
    width: 33vw;
    height: 50vw;
    margin-bottom: 8rem;
  }
}

@media (max-width: 479px) {
  .zagruska-proizvod-container ul li,
  .zagruska-proizvod-container2 ul li {
    width: 60vw;
    height: 65vw;
    margin: 3rem 0 2rem;
  }
}

.zagruska-proizvod-container ul li:nth-child(1n + 9),
.zagruska-proizvod-container2 ul li:nth-child(1n + 9) {
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  margin: 0;
}

.zagruska-proizvod-container .zagruska-proizvod-btn,
.zagruska-proizvod-container2 .zagruska-proizvod-btn2 {
  width: 11rem;
  margin: 0 auto;
  display: block;
  border: 0.1rem solid #292f36;
  font-size: 1.12rem;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  padding: 1.1rem 4rem;
  margin-bottom: 3rem;
}

@media (max-width: 479px) {
  .zagruska-proizvod-container .zagruska-proizvod-btn,
  .zagruska-proizvod-container2 .zagruska-proizvod-btn2 {
    padding: 1.1rem 0.5rem;
  }
}

.zagruska-proizvod-container .zagruska-proizvod-btn:hover,
.zagruska-proizvod-container2 .zagruska-proizvod-btn2:hover {
  background-color: #292f36;
  color: #ffffff;
}

.zagruska-proizvod-container .zagruska-proizvod-btn .loaded,
.zagruska-proizvod-container2 .zagruska-proizvod-btn2 .loaded2 {
  display: none;
}

.zagruska-proizvod-container #zagruska-proizvod,
.zagruska-proizvod-container2 #zagruska-proizvod2 {
  display: none;
}

.zagruska-proizvod-container #zagruska-proizvod:checked ~ ul li:nth-child(1n + 9),
.zagruska-proizvod-container2 #zagruska-proizvod2:checked ~ ul li:nth-child(1n + 9) {
  max-height: 999rem;
  opacity: 1;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  width: 17vw;
  height: 40vw;
  margin: 2rem 0.5rem 2rem;
}

@media (min-width: 959px) {
  .zagruska-proizvod-container #zagruska-proizvod:checked ~ ul li:nth-child(1n + 9),
  .zagruska-proizvod-container2 #zagruska-proizvod2:checked ~ ul li:nth-child(1n + 9) {
    margin-bottom: 1rem;
  }
}

@media (max-width: 959px) {
  .zagruska-proizvod-container #zagruska-proizvod:checked ~ ul li:nth-child(1n + 9),
  .zagruska-proizvod-container2 #zagruska-proizvod2:checked ~ ul li:nth-child(1n + 9) {
    margin-bottom: 3rem;
  }
}

@media (max-width: 639px) {
  .zagruska-proizvod-container #zagruska-proizvod:checked ~ ul li:nth-child(1n + 9),
  .zagruska-proizvod-container2 #zagruska-proizvod2:checked ~ ul li:nth-child(1n + 9) {
    width: 33vw;
    height: 50vw;
    margin-bottom: 8rem;
  }
}

@media (max-width: 479px) {
  .zagruska-proizvod-container #zagruska-proizvod:checked ~ ul li:nth-child(1n + 9),
  .zagruska-proizvod-container2 #zagruska-proizvod2:checked ~ ul li:nth-child(1n + 9) {
    width: 60vw;
    height: 65vw;
    margin: 3rem 0 2rem;
  }
}

.zagruska-proizvod-container #zagruska-proizvod:checked ~ .zagruska-proizvod-btn .loaded,
.zagruska-proizvod-container2 #zagruska-proizvod2:checked ~ .zagruska-proizvod-btn2 .loaded2 {
  display: block;
}

.zagruska-proizvod-container #zagruska-proizvod:checked ~ .zagruska-proizvod-btn .unloaded,
.zagruska-proizvod-container2 #zagruska-proizvod2:checked ~ .zagruska-proizvod-btn2 .unloaded2 {
  display: none;
}

.team-member__name {
  font-size: 0.9rem;
  font-weight: 600;
}

.team-member__text {
  font-weight: 500;
  font-size: 0.9rem;
  height: 3rem;
}

@media (max-width: 639px) {
  .team-member__text {
    height: 4rem;
  }
}

@media (max-width: 479px) {
  .team-member__text {
    height: 3rem;
  }
}

.team-member {
  overflow: hidden;
}

.team-member__image img {
  height: 26vw;
  width: auto;
  margin-left: -10vw;
}

@media (max-width: 639px) {
  .team-member__image img {
    height: 40vw;
    margin-left: -12vw;
  }
}

.team-member__image img#chelny_4,
.team-member__image img#chelny_5,
.team-member__image img#moscow_2,
.team-member__image img#moscow_5,
.team-member__image img#moscow_6,
.team-member__image img#moscow_9,
.team-member__image img#moscow_10,
.team-member__image img#moscow_11,
.team-member__image img#moscow_13,
.team-member__image img#moscow_14,
.team-member__image img#moscow_15,
.team-member__image img#moscow_16,
.team-member__image img#moscow_18,
.team-member__image img#moscow_19,
.team-member__image img#moscow_20,
.team-member__image img#moscow_21,
.team-member__image img#moscow_23,
.team-member__image img#moscow_24,
.team-member__image img#moscow_25,
.team-member__image img#moscow_26,
.team-member__image img#moscow_27 {
  margin-left: -2vw;
}

.team-member__button {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  background-color: #f693bc;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  padding: 1rem 2.1rem;
  border: none;
  cursor: pointer;
  margin-bottom: 1rem;
  margin-top: auto;
}

@media (max-width: 959px) {
  .team-member__button {
    padding: 1rem;
  }
}

@media (max-width: 479px) {
  .team-member__button {
    padding: 0.3rem 0.5rem;
    margin-bottom: 0.3rem;
  }
}

.soon-content__img {
  width: 20rem;
  height: auto;
  margin-left: 27vw;
}

@media (max-width: 959px) {
  .soon-content__img {
    margin-left: 17vw;
  }
}

@media (max-width: 639px) {
  .soon-content__img {
    width: 15rem;
  }
}

@media (max-width: 479px) {
  .soon-content__img {
    margin-left: 2vw;
  }
}

.soon-content__p {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5;
  padding-bottom: 2rem;
}

.faq__hidden {
  display: none;
}

.faq {
  background-color: #ffffff;
}

.faq__inner {
  color: #292f36;
}

.faq__list {
  border-bottom: 1px solid #292f36;
}

.faq__header {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.23;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 70px;
}

@media screen and (max-width: 639px) {
  .faq__header {
    font-size: 35px;
  }
}

.faq__header_padding {
  padding-top: 120px;
}

.faq__item {
  border-top: 1px solid #292f36;
}

.faq__question {
  position: relative;
  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;
  cursor: pointer;
  margin: 0;
  padding: 5px 0 5px 0;
}

.faq__question:hover .faq__close {
  background-color: #292f36;
}

.faq__question:hover .faq__cross {
  stroke: #4dcdc4;
}

.faq__caption {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  width: 85%;
  margin: 0;
  padding: 27px 0 27px;
}

@media screen and (max-width: 1199px) {
  .faq__caption {
    font-size: 22px;
  }
}

@media screen and (max-width: 639px) {
  .faq__caption {
    font-size: 20px;
    padding: 15px 0 14px;
    font-size: 18px;
    width: 80%;
  }
}

.faq__answer {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
}

@media screen and (max-width: 639px) {
  .faq__answer {
    font-size: 15px;
  }
}

.faq__text {
  margin-bottom: 30px;
  margin-top: 0;
}

.faq__links {
  color: #4dcdc4;
}

.faq__links:hover {
  cursor: pointer;
}

.faq__close {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #4dcdc4;
  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: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.faq__cross {
  stroke: #292f36;
  width: 24px;
  height: 24px;
  -webkit-transition: stroke 300ms ease, -webkit-transform 300ms ease;
  transition: stroke 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, stroke 300ms ease;
  transition: transform 300ms ease, stroke 300ms ease, -webkit-transform 300ms ease;
}

.faq__item > input {
  display: none;
}

.faq__check:checked ~ .faq__answer {
  max-height: 620px;
}

@media screen and (max-width: 1199px) {
  .faq__check:checked ~ .faq__answer {
    max-height: 800px;
  }
}

@media screen and (max-width: 639px) {
  .faq__check:checked ~ .faq__answer {
    max-height: 1350px;
  }
}

@media screen and (max-width: 479px) {
  .faq__check:checked ~ .faq__answer {
    max-height: 1900px;
  }
}

.faq__check:checked ~ .faq__question .faq__cross {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.faq__checkReset {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.faq__check:checked ~ .faq__question .faq__checkReset {
  display: block;
}

.faq__form {
  padding: 60px 0 90px 0;
  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;
  gap: 10px;
}

.faq__any {
  font-size: 24px;
}

@media screen and (max-width: 479px) {
  .faq__any {
    font-size: 20px;
  }
}

.trainingSection__inner {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #4dcdc4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.trainingSection__textBlock {
  padding-bottom: 30px;
}

.trainingSection__title {
  margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
  .trainingSection__title {
    font-size: 40px;
  }
}

.trainingSection__text {
  font-size: 24px;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .trainingSection__text {
    font-size: 22px;
  }
}

@media screen and (max-width: 639px) {
  .trainingSection__text {
    font-size: 20px;
    line-height: 1.4;
  }
}

.trainingSection__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  padding: 40px 40px 60px 40px;
}

@media screen and (max-width: 959px) {
  .trainingSection__content {
    padding-bottom: 290px;
  }
}

@media screen and (max-width: 639px) {
  .trainingSection__content {
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 479px) {
  .trainingSection__content {
    padding-bottom: 550px;
  }
}

.introBlock {
  max-width: 750px;
}

.introBlock__titleBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .introBlock__title {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .introBlock__title {
    font-size: 30px;
  }
}

.introBlock__icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

@media screen and (max-width: 479px) {
  .introBlock__icon {
    margin-right: 15px;
    margin-left: -15px;
  }
}

.textBlock__title {
  font-size: 23px;
  line-height: 1.55;
  font-weight: 600;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 479px) {
  .textBlock__title {
    font-size: 21px;
  }
}

.textBlock__text {
  line-height: 1.55;
}

.curve {
  position: relative;
  width: 650px;
  margin-left: 4%;
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  .curve {
    width: 500px;
  }
}

@media screen and (max-width: 959px) {
  .curve {
    margin-left: 0;
  }
}

@media screen and (max-width: 639px) {
  .curve {
    width: 380px;
  }
}

@media screen and (max-width: 479px) {
  .curve {
    width: 170px;
    margin-top: 60px;
  }
}

.curve__border {
  position: relative;
  border-top: 2px solid #f693bc;
  border-bottom: 2px solid #f693bc;
  margin: 0;
}

.curve__border:nth-child(even) {
  height: 270px;
  border-right: 2px solid #f693bc;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-left: 19%;
  margin-top: -2px;
}

@media screen and (max-width: 959px) {
  .curve__border:nth-child(even) {
    height: 220px;
  }
}

@media screen and (max-width: 639px) {
  .curve__border:nth-child(even) {
    height: 250px;
    margin-left: 25%;
  }
}

@media screen and (max-width: 479px) {
  .curve__border:nth-child(even) {
    height: 380px;
    border-right: 2px solid transparent;
    border-top: 2px solid #f693bc;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 2px solid #f693bc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-left: -10%;
  }
}

.curve__border:nth-child(even):last-child {
  border: 2px solid transparent;
}

@media screen and (max-width: 959px) {
  .curve__border:nth-child(even):last-child {
    border: 2px solid #f693bc;
    border-left: 2px solid transparent;
  }
}

@media screen and (max-width: 479px) {
  .curve__border:nth-child(even):last-child {
    height: 470px;
    border-right: 2px solid transparent;
    border-top: 2px solid #f693bc;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 2px solid #f693bc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom: 2px solid transparent;
    margin-left: -10%;
  }
}

@media screen and (max-width: 1199px) {
  .curve__border:nth-child(even):nth-child(2) {
    height: 290px;
  }
}

@media screen and (max-width: 959px) {
  .curve__border:nth-child(even):nth-child(2) {
    height: 300px;
  }
}

@media screen and (max-width: 639px) {
  .curve__border:nth-child(even):nth-child(2) {
    height: 370px;
  }
}

@media screen and (max-width: 479px) {
  .curve__border:nth-child(even):nth-child(2) {
    border-top: 2px solid transparent;
    height: 550px;
  }
}

.curve__border:nth-child(odd) {
  height: 180px;
  border-left: 2px solid #f693bc;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 70%;
  margin-top: -2px;
}

@media screen and (max-width: 479px) {
  .curve__border:nth-child(odd) {
    border-right: 2px solid #f693bc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left: 2px solid transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 37%;
    width: 150px;
  }
}

@media screen and (max-width: 1199px) {
  .curve__border:nth-child(odd):nth-child(3) {
    height: 200px;
  }
}

@media screen and (max-width: 959px) {
  .curve__border:nth-child(odd):nth-child(3) {
    height: 220px;
  }
}

@media screen and (max-width: 639px) {
  .curve__border:nth-child(odd):nth-child(3) {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .curve__border:nth-child(odd):nth-child(3) {
    height: 390px;
  }
}

.curve__border:nth-child(odd):nth-child(5) {
  border-bottom: transparent;
}

.curve__border:nth-child(odd):nth-child(5)::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 180px;
  border-bottom: 2px solid #f693bc;
  border-left: 2px solid #f693bc;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  top: -2px;
  right: 70%;
}

@media screen and (max-width: 959px) {
  .curve__border:nth-child(odd):nth-child(5)::after {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .curve__border:nth-child(odd):nth-child(5) {
    height: 300px;
    border-bottom: 2px solid #f693bc;
  }
}

@media screen and (max-width: 639px) {
  .curve__border:nth-child(odd):nth-child(5) {
    height: 430px;
  }
}

@media screen and (max-width: 479px) {
  .curve__border:nth-child(odd):nth-child(5) {
    height: 610px;
  }
}

.curve__border:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 25%;
  border-top: 2px solid #f693bc;
  top: -2px;
  right: 95%;
}

@media screen and (max-width: 479px) {
  .curve__border:nth-child(2)::before {
    display: none;
  }
}

.curve__number {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #4dcdc4;
  color: #292f36;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

@media screen and (max-width: 479px) {
  .curve__number {
    width: 40px;
    height: 40px;
    font-size: 35px;
    padding: 1px;
  }
}

.curve__number_one {
  top: -30px;
  left: -120px;
}

@media screen and (max-width: 479px) {
  .curve__number_one {
    top: 0;
    left: -11%;
  }
}

.curve__number_two {
  left: 495px;
  top: 40%;
}

@media screen and (max-width: 1199px) {
  .curve__number_two {
    left: 370px;
  }
}

@media screen and (max-width: 959px) {
  .curve__number_two {
    left: -100px;
    top: 300px;
    z-index: 2;
  }
}

@media screen and (max-width: 639px) {
  .curve__number_two {
    top: 390px;
    left: -120px;
  }
}

@media screen and (max-width: 479px) {
  .curve__number_two {
    top: 510px;
    left: -10%;
  }
}

.curve__number_three {
  top: -30px;
  left: -5%;
}

@media screen and (max-width: 959px) {
  .curve__number_three {
    left: -100px;
    top: -60px;
  }
}

@media screen and (max-width: 639px) {
  .curve__number_three {
    top: -80px;
    left: -120px;
  }
}

@media screen and (max-width: 479px) {
  .curve__number_three {
    top: -10px;
    left: -10%;
  }
}

.curve__number_four {
  left: 495px;
  top: 40%;
}

@media screen and (max-width: 1199px) {
  .curve__number_four {
    left: 370px;
  }
}

@media screen and (max-width: 959px) {
  .curve__number_four {
    left: -100px;
    top: 220px;
    z-index: 2;
  }
}

@media screen and (max-width: 639px) {
  .curve__number_four {
    top: 270px;
    left: -120px;
  }
}

@media screen and (max-width: 479px) {
  .curve__number_four {
    left: 110%;
    top: 370px;
  }
}

.curve__number_five {
  bottom: -30px;
  left: -5%;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .curve__number_five {
    left: -100px;
    bottom: -280px;
  }
}

@media screen and (max-width: 639px) {
  .curve__number_five {
    bottom: -380px;
    left: -120px;
  }
}

@media screen and (max-width: 479px) {
  .curve__number_five {
    left: -10%;
    bottom: -650px;
  }
}

.curve__number_six {
  top: -30px;
  left: -5%;
}

@media screen and (max-width: 959px) {
  .curve__number_six {
    top: 190px;
    left: -2%;
  }
}

@media screen and (max-width: 639px) {
  .curve__number_six {
    left: -20px;
    top: 210px;
  }
}

@media screen and (max-width: 479px) {
  .curve__number_six {
    left: -5%;
    top: 440px;
  }
}

.curve__icon {
  position: absolute;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px #292f36;
          box-shadow: 0px 0px 20px 0px #292f36;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .curve__icon:nth-of-type(4) {
    top: 210px;
  }
}

@media screen and (max-width: 639px) {
  .curve__icon:nth-of-type(4) {
    left: 96%;
    top: 120px;
  }
}

@media screen and (max-width: 479px) {
  .curve__icon:nth-of-type(4) {
    top: 91%;
    left: -2%;
  }
}

.curve__icon_top {
  left: 40%;
  top: -13px;
}

@media screen and (max-width: 959px) {
  .curve__icon_top {
    left: 70%;
  }
}

@media screen and (max-width: 639px) {
  .curve__icon_top {
    left: 96%;
    top: 170px;
  }
}

@media screen and (max-width: 479px) {
  .curve__icon_top {
    left: -7%;
    top: 50%;
  }
}

.curve__icon_left {
  top: 45%;
  left: -13px;
}

@media screen and (max-width: 479px) {
  .curve__icon_left {
    top: 94%;
    left: 85%;
  }
}

.curve__icon_bottom {
  left: 40%;
  bottom: -13px;
}

@media screen and (max-width: 959px) {
  .curve__icon_bottom {
    left: 70%;
    bottom: -320px;
  }
}

@media screen and (max-width: 639px) {
  .curve__icon_bottom {
    left: 96%;
    bottom: -580px;
  }
}

@media screen and (max-width: 479px) {
  .curve__icon_bottom {
    left: -7%;
    top: 320%;
  }
}

.curve__icon:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 0px #292f36;
          box-shadow: 0px 0px 20px 0px #292f36;
  text-align: center;
  border-radius: 6px;
  padding: 15px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 639px) {
  .tooltiptext {
    margin-left: -140px;
  }
}

@media screen and (max-width: 479px) {
  .tooltiptext {
    margin-left: -10px;
  }
}

@media screen and (max-width: 639px) {
  .tooltiptext_even {
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .tooltiptext_even {
    margin-left: -140px;
  }
}

.curve__text {
  position: absolute;
  top: 4%;
  width: 150%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 55% 35%;
      grid-template-columns: 10% 55% 35%;
}

@media screen and (max-width: 1199px) {
  .curve__text {
    top: 3%;
  }
}

@media screen and (max-width: 959px) {
  .curve__text {
    top: 3%;
    width: 100%;
    -ms-grid-columns: 13% 87%;
        grid-template-columns: 13% 87%;
  }
}

@media screen and (max-width: 639px) {
  .curve__text {
    top: 2%;
    width: 95%;
    -ms-grid-columns: 17% 83%;
        grid-template-columns: 17% 83%;
  }
}

@media screen and (max-width: 479px) {
  .curve__text {
    top: 0;
    left: -6%;
    width: 130%;
    -ms-grid-columns: 12% 88%;
        grid-template-columns: 12% 88%;
  }
}

.textBlock_one {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

@media screen and (max-width: 1199px) {
  .textBlock_one {
    width: 95%;
  }
}

@media screen and (max-width: 479px) {
  .textBlock_one {
    width: 100%;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

.textBlock_two {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  position: relative;
  top: 60px;
  left: 60px;
}

@media screen and (max-width: 1199px) {
  .textBlock_two {
    top: 85px;
  }
}

@media screen and (max-width: 959px) {
  .textBlock_two {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    top: 45px;
    left: 0;
  }
}

@media screen and (max-width: 639px) {
  .textBlock_two {
    top: 35px;
  }
}

@media screen and (max-width: 479px) {
  .textBlock_two {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    top: 35px;
  }
}

.textBlock_three {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  position: relative;
  top: 38px;
  width: 110%;
}

@media screen and (max-width: 1199px) {
  .textBlock_three {
    top: -25px;
  }
}

@media screen and (max-width: 959px) {
  .textBlock_three {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    width: 100%;
    top: 100px;
  }
}

@media screen and (max-width: 639px) {
  .textBlock_three {
    top: 80px;
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .textBlock_three {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    top: 60px;
  }
}

.textBlock_four {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  position: relative;
  top: 310px;
  left: 60px;
}

@media screen and (max-width: 1199px) {
  .textBlock_four {
    top: 275px;
  }
}

@media screen and (max-width: 959px) {
  .textBlock_four {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    top: 160px;
    left: 0;
  }
}

@media screen and (max-width: 639px) {
  .textBlock_four {
    top: 120px;
  }
}

@media screen and (max-width: 479px) {
  .textBlock_four {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    top: 85px;
  }
}

.textBlock_five {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  position: relative;
  bottom: 90px;
  width: 90%;
}

@media screen and (max-width: 1199px) {
  .textBlock_five {
    bottom: 240px;
  }
}

@media screen and (max-width: 959px) {
  .textBlock_five {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    top: 210px;
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .textBlock_five {
    top: 160px;
  }
}

@media screen and (max-width: 479px) {
  .textBlock_five {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    top: 135px;
  }
}

.textBlock_six {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  position: relative;
  top: 220px;
}

@media screen and (max-width: 1199px) {
  .textBlock_six {
    top: 30px;
  }
}

@media screen and (max-width: 959px) {
  .textBlock_six {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    top: 290px;
  }
}

@media screen and (max-width: 639px) {
  .textBlock_six {
    top: 230px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 479px) {
  .textBlock_six {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    top: 210px;
  }
}

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

@media screen and (max-width: 959px) {
  .trainingSection__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.colorBlock {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  -ms-grid-columns: 70px 1fr;
      grid-template-columns: 70px 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  gap: 5px;
}

@media screen and (max-width: 479px) {
  .colorBlock {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
  .colorBlock__title {
    font-size: 35px;
  }
}

@media screen and (max-width: 639px) {
  .colorBlock__title {
    font-size: 30px;
  }
}

.colorBlock__text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  line-height: 1.55;
  font-weight: 400;
  padding-bottom: 5px;
}

.colorBlock__left {
  width: 42%;
  background-color: #fee474;
}

@media screen and (max-width: 959px) {
  .colorBlock__left {
    width: 100%;
  }
}

.colorBlock__right {
  width: 55%;
  background-color: #f693bc;
}

@media screen and (max-width: 959px) {
  .colorBlock__right {
    width: 100%;
  }
}

.colorBlock__icon {
  width: 60px;
  height: 60px;
}

.colorBlock__icon_accent {
  background-color: #fee474;
  border-radius: 100%;
}

.documentSection__description {
  margin-top: 120px;
}

.documentSection__title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 40px;
}

.documentSection__text {
  font-size: 24px;
  font-weight: 400;
}

.documentSection__text_font {
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 12px;
}

.documentSection__text_size {
  font-size: 17px;
}

.documentSection__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 120px;
  margin-top: 30px;
}

.documentSection__box {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.documentSection__box_img {
  max-width: 100%;
  max-height: 100%;
}

.documentSection__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
}

.becomeSection__title {
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 52px;
}

.becomeSection__title_small {
  font-size: 45px;
}

.becomeSection__text {
  font-size: 17px;
  font-weight: 400;
}

.becomeSection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.becomeSection__btn {
  margin-right: 50px;
}

.videoSection {
  background-color: #f2f2f5;
}

.videoSection__YouTube {
  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-top: 90px;
  padding-bottom: 90px;
}

.videoSection__YouTube iframe {
  border: 0;
}

@media screen and (max-width: 1199px) {
  .br__none {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .documentSection__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .documentSection__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    margin-bottom: 45px;
  }
  .becomeSection__inner {
    display: block;
  }
  .becomeSection__btn {
    margin-right: 0;
  }
  .becomeSection__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 639px) {
  .documentSection__text_adaptive {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .documentSection__text_adaptive {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .documentSection__title {
    font-size: 40px;
  }
  .documentSection__inner {
    margin-bottom: 60px;
  }
  .becomeSection__title {
    font-size: 40px;
  }
}

.faq_light {
  background-color: #ffffff;
}

.faq_padding {
  padding-bottom: 120px;
}

.feedbackSection {
  background-color: #f2f2f5;
}

.feedbackSection__title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-top: 120px;
  padding-bottom: 0px;
}

.feedbackSection__inner {
  padding-bottom: 120px;
  padding-top: 0px;
}

.feedbackSection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedbackSection__img {
  border-radius: 50%;
}

.feedbackSection__box {
  padding-left: 10px;
  margin-bottom: 70px;
}

.feedbackSection__content {
  background: #ffffff;
  padding: 25px 28px;
}

.feedbackSection__bubble {
  position: relative;
  width: 0;
  height: 0;
  border: 9px solid;
  border-color: #ffffff #ffffff transparent transparent;
  right: -20px;
  top: 50%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 40px;
}

.feedbackSection__header {
  font-size: 18px;
  font-weight: 600;
  padding-top: 0px;
  margin-bottom: 0px;
}

.feedbackSection__text {
  font-size: 17px;
  font-weight: 400;
  padding-top: 40px;
}

.feedbackSection__text_margin {
  margin-top: 7px;
}

.feedbackSection__text_padding {
  padding-top: 10px;
}

.feedbackSection__moreBtn {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 0px solid;
  background-color: #f2f2f5;
  font-size: 15px;
  font-weight: 600;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  margin-top: 20px;
}

.feedbackSection__more {
  max-height: 10px;
  overflow: hidden;
  position: relative;
}

.feedbackSection__more .feedbackSection__bottom {
  position: absolute;
  bottom: 0;
}

.feedbackSection__checker {
  opacity: 0;
  position: absolute;
}

.feedbackSection__checker:checked ~ .feedbackSection__more {
  max-height: none;
}

.feedbackSection__checker:checked ~ .feedbackSection__more .feedbackSection__bottom {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feedbackSection__checker ~ .feedbackSection__moreBtn:before {
  content: "Подробнее ▼";
}

.feedbackSection__checker:checked ~ .feedbackSection__moreBtn:before {
  content: "Скрыть ▲";
}

.feedbackSection__item_center {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
      grid-template-columns: 120px 1fr;
}

.feedbackSection__box_center {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.feedbackSection__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feedbackSection__container {
  margin: auto;
  max-width: 1200px;
}

@media screen and (min-width: 481px) and (max-width: 959px) {
  .feedbackSection__container {
    max-width: 640px;
  }
}

@media screen and (min-width: 961px) and (max-width: 1199px) {
  .feedbackSection__container {
    max-width: 960px;
  }
}

@media screen and (max-width: 639px) {
  .feedbackSection__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .feedbackSection__img {
    width: 80px;
    height: 80px;
  }
  .feedbackSection__box {
    padding-left: 5px;
  }
  .feedbackSection__bubble {
    right: -15px;
    margin-top: 30px;
  }
  .feedbackSection__item_center {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr;
        grid-template-columns: 100px 1fr;
  }
  .feedbackSection__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 350px) {
  .feedbackSection__img {
    width: 50px;
    height: 50px;
  }
  .feedbackSection__box {
    width: 72%;
  }
  .feedbackSection__text {
    font-size: 15px;
  }
  .feedbackSection__item_center {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 68px 100%;
        grid-template-columns: 68px 100%;
  }
  .feedbackSection__box {
    padding-left: 0px;
  }
  .feedbackSection__bubble {
    right: -10px;
    margin-top: 20px;
  }
}

.workingSection__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 959px) {
  .workingSection__wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 639px) {
  .workingSection__wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.workingSection__title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 40px;
}

.workingSection__description {
  margin-top: 120px;
  margin-bottom: 80px;
}

.workingSection__inner {
  display: inline-block;
  margin: 10px;
  margin-left: 25px;
  margin-bottom: 80px;
}

.workingSection__number {
  width: 70px;
  height: 70px;
  margin-bottom: 25px;
}

.workingSection__number_img {
  width: 60px;
  height: 60px;
}

.workingSection__text {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
}

.hiringSection {
  background-color: #4dcdc4;
  padding-top: 120px;
  padding-bottom: 80px;
}

.hiringSection_blockmain {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
}

@media (max-width: 639px) {
  .hiringSection_blockmain {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.hiringSection__title {
  font-size: 24px;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
}

.hiringSection__inner {
  display: inline-block;
  margin: 40px;
  text-align: center;
}

.hiringSection__number {
  width: 100px;
  height: 100px;
  margin: auto;
}

.hiringSection__number_img {
  width: 80px;
  height: 80px;
}

.hiringSection__text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

.mediaSection {
  padding-top: 120px;
  padding-bottom: 70px;
  background-color: #f2f2f5;
}

@media (max-width: 639px) {
  .mediaSection {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}

.mediaSection__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media (max-width: 639px) {
  .mediaSection__content {
    gap: 40px;
  }
}

@media (max-width: 959px) {
  .mediaSection__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mediaSection__header {
  font-size: 50px;
  margin-bottom: 70px;
}

.mediaSection__more {
  color: #292f36;
  text-decoration: none;
  font-weight: 600;
}

.mediaSection__more:hover {
  color: #4dcdc4;
  text-decoration: underline;
}

.mediaSection__date {
  margin-bottom: 15px;
}

.mediaSection__img {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mediaSection__img:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.partners__wrapper {
  min-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;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.partTxt {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.23;
  text-align: center;
}

.pmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 60px;
  padding-bottom: 120px;
}

.pmain__firstLine {
  width: 100%;
  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;
}

.pmain__secondLine {
  width: 100%;
  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;
}

a .partners__img {
  width: 260px;
}

#img1,
#img2,
#img3,
#img4,
#img5,
#img6 {
  width: 300px;
  padding: 20px;
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
  a .partners__img {
    max-width: 200px;
  }
  #img1,
  #img2,
  #img3,
  #img4,
  #img5,
  #img6 {
    width: 220px;
    padding: 20px;
  }
}

@media screen and (min-width: 701px) and (max-width: 900px) {
  a .partners__img {
    max-width: 150px;
  }
  #img1,
  #img2,
  #img3,
  #img4,
  #img5,
  #img6 {
    width: 170px;
    padding: 20px;
  }
}

@media screen and (max-width: 700px) {
  .partTxt {
    font-size: 40px;
  }
  .pmain__firstLine {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    -ms-grid-rows: 50% 50%;
        grid-template-rows: 50% 50%;
  }
  .pmain__secondLine {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  .pmain {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a .partners__img {
    max-width: 100%;
  }
  #img1,
  #img2,
  #img3,
  #img4,
  #img5,
  #img6 {
    width: 160px;
    padding: 10px;
  }
}

@media screen and (max-width: 320px) {
  .partTxt {
    font-size: 40px;
  }
  .pmain__firstLine {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    -ms-grid-rows: 50% 50%;
        grid-template-rows: 50% 50%;
  }
  .pmain__secondLine {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  .pmain {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a .partners__img {
    max-width: 100%;
  }
  #img1,
  #img2,
  #img3,
  #img4,
  #img5,
  #img6 {
    width: 120px;
    padding: 10px;
  }
}

.contacts__wrapper {
  min-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;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#mskSp,
#number1,
#nabChel,
#number2,
#Kazan,
#number3,
#time,
#mail {
  color: #292f36;
  font-size: 21px;
  font-weight: 410;
  text-decoration: none;
}

.mainTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.city {
  margin-bottom: 30px;
}

#topText {
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 600;
}

#mail {
  margin-bottom: 35px;
}

#service {
  font-size: 15px;
  font-weight: 420;
  text-align: center;
}

.icons {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48px 48px 48px;
      grid-template-columns: 48px 48px 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  margin-bottom: 80px;
}

.findform {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: #4dcdc4;
  overflow: auto;
}

.mainForm {
  margin: 3% 20%;
  padding: 3rem;
  background-color: white;
}

@media screen and (max-width: 959px) {
  .mainForm {
    padding: 2rem;
    margin: 3% 15%;
  }
}

@media screen and (max-width: 959px) and (max-width: 639px) {
  .mainForm {
    padding: 1rem;
    margin: 3% 12%;
  }
}

@media screen and (max-width: 959px) and (max-width: 479px) {
  .mainForm {
    padding: 0.5rem;
    margin: 3% 10%;
  }
}

#myschedule {
  display: none;
}

.signinforms {
  padding: 3rem;
}

@media screen and (max-width: 959px) {
  .signinforms {
    padding: 2rem;
  }
}

@media screen and (max-width: 959px) and (max-width: 639px) {
  .signinforms {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 959px) and (max-width: 479px) {
  .signinforms {
    padding: 1rem;
  }
}

input,
.labelDate,
label {
  font-size: 1.1rem;
}

@media screen and (max-width: 959px) {
  input,
  .labelDate,
  label {
    font-size: 1rem;
  }
}

@media screen and (max-width: 639px) {
  input,
  .labelDate,
  label {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 479px) {
  input,
  .labelDate,
  label {
    font-size: 0.7rem;
  }
}

.h1Text {
  -webkit-animation-name: forms;
          animation-name: forms;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible;
}

.h1Text {
  font-size: 2.5rem;
}

@media screen and (max-width: 959px) {
  .h1Text {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 639px) {
  .h1Text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 479px) {
  .h1Text {
    font-size: 1.3rem;
  }
}

.pText {
  margin-top: 2rem;
  font-size: 1.1rem;
}

@media screen and (max-width: 959px) {
  .pText {
    font-size: 1rem;
  }
}

@media screen and (max-width: 639px) {
  .pText {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 479px) {
  .pText {
    font-size: 0.8rem;
  }
}

.pText {
  -webkit-animation-name: forms;
          animation-name: forms;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible;
}

@-webkit-keyframes forms {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes forms {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

input {
  -webkit-animation-name: forms;
          animation-name: forms;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible;
}

input,
fieldset {
  border: 0;
  outline: 0;
}

.borderErr {
  border: 1px solid red;
}

input:valid {
  border: none;
  border-bottom: 1px solid black;
}

.inputClass {
  border-bottom: 1px solid black;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=date] {
  width: 100%;
  padding: 0.8rem;
  margin: 5px 0 22px 0;
  display: inline-block;
}

.schedule {
  margin-bottom: 1.2rem;
}

.inputsForm {
  margin-bottom: 2rem;
  border: none;
}

.registerbtn {
  background-color: #4dcdc4;
  color: white;
  font-weight: bold;
  padding: 1rem 1.2rem;
  margin: 3rem 0rem -3rem 0rem;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.registerbtn:hover {
  background-color: #F693BC;
  opacity: 1;
}

.linksreg {
  color: #4dcdc4;
  text-decoration: none;
}

.radioVars {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.schedule,
.othersVar {
  font-size: 0.7rem;
  color: #9e9797;
}

#other {
  visibility: hidden;
}

.tab {
  overflow: hidden;
  background-color: #ebebeb;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab button:hover {
  background-color: #ff6c70;
}

.tab button.active {
  background-color: white;
  color: #ff6c70;
}

.dataError {
  color: #ff0008;
  margin-top: -1rem;
  font-size: 0.8rem;
}

.cityForm {
  display: none;
}

.btnBack {
  margin-left: 3%;
  margin-top: 3%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  border: none;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 959px) {
  .btnBack {
    display: none;
  }
}

.findNanny-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 4rem;
}

.formOff {
  display: none;
}

.applicationSentOff {
  display: none;
}

.applicationSent {
  background-color: #4dcdc4;
  padding: 3rem;
  margin-top: 2rem;
}

.applicationSentText {
  color: white;
  text-align: center;
}

.applicationSentHref {
  color: white;
}

.errorSentOff {
  display: none;
}

.errorSent {
  background-color: #4dcdc4;
  padding: 3rem;
}

.errorSentText {
  color: white;
  text-align: center;
}

.errorSentHref {
  color: white;
}

.floating-label-group {
  position: relative;
  margin-top: 1.5rem;
}

.floating-label-group .floating-label {
  font-size: 1rem;
  color: gray;
  position: absolute;
  pointer-events: none;
  top: 0.8rem;
  left: 0.8rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media screen and (max-width: 959px) {
  .floating-label-group .floating-label {
    font-size: 1rem;
  }
}

@media screen and (max-width: 639px) {
  .floating-label-group .floating-label {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 479px) {
  .floating-label-group .floating-label {
    font-size: 0.7rem;
  }
}

.floating-label-group input:focus ~ .floating-label,
.floating-label-group input:not(:focus):valid ~ .floating-label {
  top: -0.5rem;
  bottom: 0px;
  left: 0px;
  font-size: 0.8rem;
  opacity: 1;
  color: gray;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-orient: vertical;
}

.container {
  width: 100%;
}

.container__row_wide {
  width: 95%;
  margin: auto;
  max-width: 1600px;
  min-height: 80px;
}

.container__row {
  margin: auto;
}

@media screen and (max-width: 479px) {
  .container__row {
    width: 280px;
  }
}

@media screen and (min-width: 479px) {
  .container__row {
    width: 460px;
  }
}

@media screen and (min-width: 639px) {
  .container__row {
    width: 620px;
  }
}

@media screen and (min-width: 959px) {
  .container__row {
    width: 940px;
  }
}

@media screen and (min-width: 1199px) {
  .container__row {
    width: 1160px;
  }
}

body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  color: #292f36;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: 1px 1px 10px rgba(78, 55, 55, 0.1);
          box-shadow: 1px 1px 10px rgba(78, 55, 55, 0.1);
  background-color: #f2f2f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #4dcdc4;
  border-radius: 8px;
  border: 3px solid #f2f2f5;
}

html {
  height: 100%;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

h1,
h2,
p {
  margin: 0;
}

h2 {
  font-weight: 600;
  font-size: 45px;
}

p {
  font-weight: 400;
  font-size: 17px;
}
/*# sourceMappingURL=main.css.map */