@font-face {
  font-family: "FiraCode";
  font-weight: 400;
  src: url("../fonts/FiraCode-Regular.woff2");
}

@font-face {
  font-family: "FiraCode";
  font-weight: 500;
  src: url("../fonts/FiraCode-Medium.woff2");
}

@font-face {
  font-family: "FiraCode";
  font-weight: 600;
  src: url("../fonts/FiraCode-SemiBold.woff2");
}

@font-face {
  font-family: "FiraCode";
  font-weight: 700;
  src: url("../fonts/FiraCode-Bold.woff2");
}

@font-face {
  font-family: "TemporaLGCUni";
  font-weight: 400;
  src: url("../fonts/TemporaLGCUni-Regular.otf");
}

@font-face {
  font-family: "TemporaLGCUni";
  font-weight: 700;
  src: url("../fonts/TemporaLGCUni-Bold.otf");
}

input,
button,
textarea,
select {
  font-family: "FiraCode", sans-serif;
}

a {
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

body {
  font-family: "FiraCode", sans-serif;
  background: #f4f4f4;
  color: #000;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100vh;
  height: var(--doc-height);
}

.page-wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  padding-top: 106px;
}

.container {
  width: 1376px;
}

.modal {
  height: 100%;
  opacity: 1;
}

.modal-overlay {
  height: 100%;
}

.modal-list {
  height: 100%;
}

.top-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
}

.green-slider {
  background: #00ff64;
}

.green-slider .swiper-slide {
  width: auto !important;
}

.green-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.green-slider__text {
  white-space: nowrap;
  color: #969;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
}

.header {
  background: #000;
}

.header-list {
  height: 72px;
  padding-top: 7px;
}

.header-search {
  width: 550px;
  max-width: 100%;
}

.header-search__clear {
  top: 2px;
  right: 271px;
  width: 20px;
  height: 20px;
  background-image: url("../img/clear.svg");
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-search__btn {
  width: 261px;
  height: 24px;
  background: #fff;
  border: 1px solid #000;
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-search__btn:hover {
  color: #000;
}

.header-search__icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-search__icon svg {
  fill: #969696;
  width: 20px;
  height: 20px;
}

.header-search__icon:hover svg {
  fill: #fff;
}

.header-search__input {
  border: 1px solid #969696;
  background: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-left: 9px;
  width: 100%;
  height: 24px;
  color: rgba(150, 150, 150, 0.5);
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.header-search__input::-webkit-input-placeholder {
  color: #fff;
}

.header-search__input::-moz-placeholder {
  color: #fff;
}

.header-search__input:-ms-input-placeholder {
  color: #fff;
}

.header-search__input::-ms-input-placeholder {
  color: #fff;
}

.header-search__input::placeholder {
  color: #fff;
}

.header-search__input:hover,
.header-search__input:focus {
  border-color: #fff;
  color: #fff;
}

.header-search.active {
  width: 100%;
}

.header-search.active .header-search__btn {
  opacity: 1;
}

.header-search.active .header-search__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-search.active .header-search__input,
.header-search.active .header-search__input:hover,
.header-search.active .header-search__input:focus {
  background: #fff;
  border-color: #000;
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.header-search.active .header-search__input::-webkit-input-placeholder {
  color: #464646;
}

.header-search.active .header-search__input::-moz-placeholder {
  color: #464646;
}

.header-search.active .header-search__input:-ms-input-placeholder {
  color: #464646;
}

.header-search.active .header-search__input::-ms-input-placeholder {
  color: #464646;
}

.header-search.active .header-search__input::placeholder {
  color: #464646;
}

.header-search.active .header-search__clear,
.header-search.active .header-search__btn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-burger svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}

.header-burger:hover svg {
  stroke: #969696;
}

.header-logo {
  margin-left: 6px;
  margin-right: 49px;
}

.header-nav {
  padding: 0 0 0 30px;
  margin: 12px 0 0 0;
}

.header-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 96px;
  position: relative;
}

.header-nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  font-weight: 500;
  line-height: normal;
}

.header-nav ul li:hover>a {
  color: #969696;
}

.header-nav ul li ul {
  position: absolute;
  left: -6px;
  top: 100%;
  padding: 24px 10px 16px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
}

.header-nav ul li ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3000px;
  height: 100%;
  background: #000;
}

.header-nav ul li ul li {
  display: block;
  margin: 10px 0 0 0;
}

.header-nav ul li ul li:first-child {
  margin: 0;
}

.header-nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-container {
  padding: 24px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 30px;
  width: 540px;
}

.modal-list {
  padding: 16px;
}

.modal-close {
  width: 20px;
  height: 20px;
  background-image: url("../img/modal-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 24px;
  top: 24px;
  z-index: 3;
}

.modal-close:hover {
  opacity: 0.7;
}

.modal-title {
  margin: 24px 0 16px;
  color: #fff;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.modal-subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.modal-logo {
  width: 113px;
  margin: 40px auto 0;
}

.modal-icon {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.footer {
  background: #000;
  padding: 50px 0 20px;
  margin-top: auto;
}

.footer-block {
  width: 20%;
}

.footer-nav {
  padding: 0;
  margin: 0;
}

.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-nav ul li {
  display: block;
  margin-top: 24px;
}

.footer-nav ul li:first-child {
  margin-top: 0;
}

.footer-nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-nav ul li a:hover {
  color: #969696;
  text-decoration: none;
}

.footer-bottom__text {
  margin-top: 36px;
  color: #969696;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.footer-bottom__text a {
  color: #969696;
}

.footer-bottom__text a:hover {
  color: #fff;
}

.footer-line {
  margin: 48px 0 20px;
  height: 1px;
  background: #969696;
  width: 100%;
}

.footer-item__title {
  padding-bottom: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.footer-item__text {
  color: #969696;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-right: -16px;
  margin-top: 20px;
}

.footer-item__text a {
  color: #969696;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
}

.footer-item__text a:hover {
  color: #fff;
}

.banner {
  border-radius: 30px;
  margin-bottom: 64px;
  margin-top: 48px;
  position: relative;
}

.banner-box {
  border-top: 1px solid #000;
  margin-top: 24px;
}

.banner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 214px;
}

.btn {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  height: 40px;
  text-align: center;
  background: transparent;
}

.city-navs .pagination {
  margin-left: auto;
}

.btn:hover {
  background: #000;
  color: #fff;
}

.contact {
  padding-bottom: 32px;
  margin-top: 20px;
}

.contact-wrapper {
  padding: 15px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
}

.contact-bottom__wrapper {
  width: 596px;
  max-width: 100%;
  margin-left: auto;
}

.contact-bottom__title {
  padding-left: 56px;
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}

.contact-form__list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-form__left {
  width: 317px;
}

.contact-form__right {
  width: 261px;
}

.contact-form__input {
  margin-bottom: 16px;
}

.contact-form__input:last-child {
  margin-bottom: 0;
}

.contact-form__input input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid #000;
  padding-left: 9px;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  border-radius: 0 !important;
}

.contact-form__input input::-webkit-input-placeholder {
  color: rgba(150, 150, 150, 0.5);
}

.contact-form__input input::-moz-placeholder {
  color: rgba(150, 150, 150, 0.5);
}

.contact-form__input input:-ms-input-placeholder {
  color: rgba(150, 150, 150, 0.5);
}

.contact-form__input input::-ms-input-placeholder {
  color: rgba(150, 150, 150, 0.5);
}

.contact-form__input input::placeholder {
  color: rgba(150, 150, 150, 0.5);
}

.contact-form__input b {
  width: 56px;
  min-width: 56px;
  white-space: nowrap;
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.contact-form__policy {
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  color: rgba(150, 150, 150, 0.5);
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.contact-form__policy a {
  color: #000;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}

.contact-right {
  width: 540px;
}

.contact-left {
  width: calc(100% - 561px - 18px);
}

.contact-img {
  width: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
}

.contact-mobile {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.contact-links {
  padding-top: 3px;
  width: 261px;
  max-width: 100%;
}

.contact-link {
  margin-top: 24px;
}

.contact-link::after {
  content: "";
  display: block;
  width: 7px;
  min-width: 7px;
  height: 12px;
  margin-left: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url("../img/arrow-2.svg");
}

.contact-link:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.contact-title {
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.contact-subtitle {
  margin-top: 24px;
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.contact-bottomText {
  padding-top: 24px;
  margin-top: auto;
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.select {
  position: relative;
  height: 40px;
  width: 100%;
}

.select select {
  display: none;
}

.select .nice-select {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  background: transparent;
  border: 1px solid #000;
  padding-left: 9px;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  color: rgba(150, 150, 150, 0.5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.active-select.select .nice-select {
  color: #000;
}

.select .nice-select::after {
  display: none;
}

.select .nice-select::before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/arrow.svg");
}

.nice-select .nice-select-dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
  width: 100%;
  border-radius: 0;
}

.nice-select .list {
  border-radius: 0;
}

.nice-select .option.selected {
  background: #000 !important;
  color: #fff;
  font-weight: normal;
}

.nice-select .option {
  font-size: 11px;
  font-weight: 500;
  color: #000;
  font-weight: normal;
}

.header-mobile__search {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-mobile__search svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.main {
  margin-bottom: 16px;
  padding-top: 18px;
}

.main-slider {
  border-bottom: 1px solid #000;
  padding-bottom: 9px;
  position: static;
}

.main-slider::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f4f4f4;
}

.main .swiper-slide {
  width: 279px;
  min-width: 279px;
  height: auto !important;
}

.main .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-item {
  padding: 0 10px 6px;
  border-right: 1px solid #000;
  min-height: 100%;
}

.main-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.main-item__title {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  width: 230px;
  max-width: 100%;
}

.main-item__subtitle {
  margin-top: 10px;
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.main-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 10px);
  width: 10px;
  height: 16px;
  background-image: url("../img/next-arrow.svg");
  background-repeat: no-repeat;
}

.main-next.swiper-button-disabled {
  display: none;
}

.page-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 40;
  width: 294px;
  background: rgba(0, 0, 0, 0.85);
  height: calc(100% - 106px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  left: -300px;
  overflow-y: auto;
  scrollbar-color: white black;
  scrollbar-width: thin;
}

.page-menu.open {
  left: 0;
}

.page-menu__container {
  padding: 35px 32px;
}

.page-menu__nav {
  padding: 0;
  margin: 0;
}

.page-menu__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.page-menu__nav ul li {
  display: block;
  margin-top: 24px;
}

.page-menu__nav ul li:first-child {
  margin-top: 0;
}

.page-menu__nav ul li a {
  text-decoration: none;
  outline: none;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.page-menu__nav ul ul {
  padding-top: 16px;
}

.page-menu__nav ul ul li {
  margin-top: 8px;
}

.page-menu__nav ul ul li a {
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.header-burger svg:last-child {
  display: none;
}

.header-burger.active svg:first-child {
  display: none;
}

.header-burger.active svg:last-child {
  display: block;
}

.home-slider__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.home-slider__img {
  width: 100%;
  height: 505px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.home-slider__title {
  width: 280px;
  max-width: 100%;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.home-slider__subtitle {
  margin-top: 10px;
  width: 201px;
  max-width: 100%;
  color: #4d4d4d;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.home-slider .swiper-slide {
  width: 818px;
  min-width: 818px;
}

.home-slider__item:hover .home-slider__title {
  color: #000;
}

.home-slider__inner {
  position: static;
}

.home-slider .main-next {
  top: 244px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.home-blog {
  padding-top: 64px;
}

.home-blog__title {
  padding: 7px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 18px;
}

.home-blog__cat {
  top: 16px;
  left: 16px;
  z-index: 5;
  border: 1px solid rgba(70, 70, 70, 0.1);
  background: #fff;
  padding: 4px 10px;
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.home-blog__item-img {
  height: 505px;
  border-radius: 30px;
}

.home-blog__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-blog__item-left {
  width: calc(100% - 558px);
}

.home-blog__item-right {
  width: 540px;
}

.home-blog__item-title {
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.home-blog__item-subtitle {
  margin: 24px 0 32px;
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.home-blog__item-btn.btn {
  width: 261px;
}

.home-blog__item-btn.btn::before {
  content: "";
  display: block;
  width: 7px;
  min-width: 7px;
  height: 12px;
  margin-right: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url("../img/arrow-2.svg");
}

.home-blog__item-btn.btn:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.home-blog__slider {
  margin-top: 18px;
}

.home-blog .swiper-slide {
  height: auto !important;
  width: 260px;
  min-width: 260px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.home-blog .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-blog__box {
  padding-bottom: 80px;
  min-height: 100%;
}

.home-blog__box-img {
  height: 360px;
}

.home-blog__box-img img {
  width: 100%;
  height: 360px !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.home-blog__box-title {
  margin-top: 12px;
  width: 261px;
  max-width: 100%;
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.home-blog__box:hover .home-blog__box-title {
  color: #000;
}

.home-blog__box-subtitle {
  margin-top: 8px;
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  width: 260px;
  max-width: 100%;
}

.home-blog__box .home-blog__item-btn.btn {
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
}

.home-blog .swiper-slide-active {
  width: 542px;
  min-width: 542px;
}

.home-blog .swiper-slide-active .home-blog__item-btn.btn {
  opacity: 1 !important;
}

.home-blog__arrows {
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 40px;
}

.home-blog__arrow {
  position: relative;
  width: 37px;
  height: 34px;
  margin-left: 8px;
}

.home-blog__arrow:hover {
  opacity: 0.7;
}

.home-blog__arrow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/home-arrow.svg");
  background-repeat: no-repeat;
}

.home-blog__prev::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-search {
  z-index: 10;
}

.header-search__results {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding: 32px 24px 45px;
  background: rgba(0, 0, 0, 0.85);
}

.header-search__results-item {
  margin-top: 24px;
}

.header-search__results-item:first-child {
  margin-top: 0;
}

.header-search__results-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration-line: underline;
}

.header-search__results-subtitle {
  margin-top: 4px;
  color: #969696;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.header-search__results-btn.btn {
  color: #fff;
  border-color: #fff;
  margin-top: 32px;
  width: 213px;
}

.header-search__results-btn.btn::before {
  content: "";
  display: block;
  width: 7px;
  min-width: 7px;
  height: 12px;
  margin-right: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url("../img/arrow-2.svg");
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header-search__results-btn.btn:hover {
  color: #fff;
  border-color: #fff;
  opacity: 0.7;
}

.header-search.active .header-search__results {
  opacity: 1;
  pointer-events: auto;
}

.mobile-search {
  position: fixed;
  bottom: 0;
  height: calc(100% - 74px);
  background: #000;
  z-index: 29;
  overflow-y: auto;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mobile-search.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-search__container {
  padding: 24px 0 32px;
  margin: 0 auto;
  min-height: 100%;
}

.mobile-search__input {
  background: #000;
  border: 1px solid #969696;
  padding: 0 0 0 9px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 32px;
}

.mobile-search__input::-webkit-input-placeholder {
  color: rgba(150, 150, 150, 0.5);
}

.mobile-search__input::-moz-placeholder {
  color: rgba(150, 150, 150, 0.5);
}

.mobile-search__input:-ms-input-placeholder {
  color: rgba(150, 150, 150, 0.5);
}

.mobile-search__input::-ms-input-placeholder {
  color: rgba(150, 150, 150, 0.5);
}

.mobile-search__input::placeholder {
  color: rgba(150, 150, 150, 0.5);
}

.mobile-search__results-item {
  margin-bottom: 24px;
  display: none;
}

.mobile-search__results-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration-line: underline;
}

.mobile-search__results-subtitle {
  margin-top: 4px;
  color: #969696;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  outline: none;
}

.mobile-search .header-search__results-btn.btn {
  margin-top: auto;
  width: 100%;
  display: none;
}

.mobile-search.active .header-search__results-btn.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-search.active .mobile-search__results-item {
  display: block;
}

.header-mobile__search svg:last-child {
  display: none;
}

.header-mobile__search.active svg:first-child {
  display: none;
}

.header-mobile__search.active svg:last-child {
  display: block;
}

.main-blue .main-item__title {
  color: #0066ff;
}

.left-line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 14;
  background: #fff;
  width: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  overflow: hidden;
  height: 100%;
}

.left-line span {
  margin-top: 112px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.left-line span:first-child {
  margin-top: 42px;
}

.color-wrapper.blue-block .bg-color {
  background-color: #0066ff !important;
}

.color-wrapper.blue-block .accent-color {
  color: #0066ff !important;
}

.color-wrapper.violet-block .bg-color {
  background-color: #a200e0 !important;
}

.color-wrapper.violet-block .accent-color {
  color: #a200e0 !important;
}

.color-wrapper.red-block .bg-color {
  background-color: #ff1400 !important;
}

.color-wrapper.red-block .accent-color {
  color: #ff1400 !important;
}

.color-wrapper.gray-block .bg-color {
  background-color: #969696 !important;
}

.color-wrapper.gray-block .accent-color {
  color: #969696 !important;
}

.color-wrapper.turquoise-block .bg-color {
  background-color: #05b7a8 !important;
}

.color-wrapper.turquoise-block .accent-color {
  color: #05b7a8 !important;
}

.color-wrapper.gray-block .bg-color {
  background-color: #464646 !important;
}

.color-wrapper.gray-block .page-top__title {
  color: #464646;
}

.gray-block .single-content p {
  color: #464646;
}

.turquoise-block .single-content p {
  color: #05b7a8;
}

.red-block .single-content p {
  color: #4d4d4d;
}

.gray-block .single-content p {
  color: #969696;
}

.violet-block .single-content p {
  color: #a200e0;
}

.blue-block .single-content p {
  color: #0066ff;
}

.breadcrumbs-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs-list li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.breadcrumbs-list li::after {
  content: "/";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 8px;
}

.breadcrumbs-list li a {
  color: #969696;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs-list li a:hover {
  text-decoration: underline;
}

.breadcrumbs-list li:last-child::after {
  display: none;
}

.page-top__list {
  padding: 42px 0 72px;
  border-bottom: 1px solid #000;
}

.page-top__title {
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 100%;
}

.page-top__subtitle {
  width: 800px;
  max-width: 100%;
  color: #4d4d4d;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}

.ranked-wrapper {
  margin: 40px 0 -24px;
  border-top: 1px solid #000;
  padding: 15px 0;
}

.ranked-title {
  color: #464646;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  font-family: "TemporaLGCUni", sans-serif;
  margin-bottom: 24px;
}

.ranked-item {
  margin-top: 14px;
  color: #464646;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}

.ranked-item a {
  color: #464646;
  text-decoration: none;
}

.ranked-item a:hover {
  text-decoration: underline;
}

.ranked-item:first-child {
  margin-top: 0;
}

.ranked-item span {
  width: 86px;
  min-width: 86px;
}

.pagination a,
.pagination span,
.pagination a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  border: 1px solid #464646;
  color: #464646;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
  line-height: 16px;
  position: relative;
}

.pagination a.prev,
.pagination a.next {
  font-size: 0;
}

.pagination a.prev::after,
.pagination a.next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pagination-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pagination a.prev::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination a:hover,
.pagination a.active,
.pagination .current {
  background: #000;
  border-color: #000;
  color: #fff;
}

.pagination a:hover.prev::after,
.pagination a:hover.next::after,
.pagination a.active.prev::after,
.pagination a.active.next::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.city-navs {
  margin-top: 40px;
}

.city-btn.btn {
  width: 213px;
  color: #464646;
}

.city-btn.btn::after {
  content: "";
  display: block;
  background-image: url("../img/nav-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
  width: 10px;
  min-width: 10px;
  height: 5px;
}

.city-btn.btn:hover {
  color: #fff;
}

.city-btn.btn:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.city-top {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}

.city-items {
  margin-top: -16px;
}

.city-items .home-blog__box {
  padding-bottom: 0;
}

.city-items .home-blog__item-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.cats {
  margin-right: -18px;
  padding-top: 46px;
}

.cats-block {
  margin-top: 18px;
  padding-right: 18px;
  width: 20%;
}

.cats-item.btn {
  width: 100%;
  border-color: #464646;
  color: #464646;
}

.cats-item.btn.active,
.cats-item.btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.cats-block:nth-child(n + 8) {
  display: none;
}

.cats-block.cats-block__last {
  display: block !important;
}

.cats-link {
  text-decoration: underline;
}

.cats-link:hover {
  text-decoration: none;
}

.cats-wrapper.open .cats-block:nth-child(n + 8) {
  display: block;
}

.cats-wrapper.open .cats-block.cats-block__last {
  display: none !important;
}

.page-top__subtitle {
  width: 100%;
  margin-left: 54px;
}

.page-top__list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.page-top__list.no-line {
  border: 0;
}

.page-top__subtitle.maxw {
  max-width: 515px;
}

.color-wrapper.black-block {
  background: #000;
}

.color-wrapper.black-block .accent-color,
.color-wrapper.black-block .home-blog__box-title,
.color-wrapper.black-block .home-blog__box-subtitle {
  color: #fff !important;
}

.color-wrapper.black-block .page-top__subtitle,
.color-wrapper.black-block .main-item__subtitle,
.color-wrapper.black-block .home-blog__item-title,
.color-wrapper.black-block .home-blog__item-subtitle {
  color: #fff !important;
}

.color-wrapper.black-block .main-item,
.color-wrapper.black-block .main-slider,
.color-wrapper.black-block .city-top {
  border-color: #fff;
}

.color-wrapper.black-block .main-slider::before {
  background: #000;
}

.color-wrapper.black-block .breadcrumbs-list li {
  color: #969696;
}

.color-wrapper.black-block .breadcrumbs-list li a a {
  color: #fff;
}

.color-wrapper.black-block .home-blog__item-btn.btn,
.color-wrapper.black-block .city-btn.btn {
  border-color: #fff;
  color: #fff;
}

.color-wrapper.black-block .home-blog__item-btn.btn::before,
.color-wrapper.black-block .home-blog__item-btn.btn::after,
.color-wrapper.black-block .city-btn.btn::before,
.color-wrapper.black-block .city-btn.btn::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.color-wrapper.black-block .home-blog__item-btn.btn:hover,
.color-wrapper.black-block .city-btn.btn:hover {
  background: #fff;
  color: #000;
}

.color-wrapper.black-block .home-blog__item-btn.btn:hover::before,
.color-wrapper.black-block .home-blog__item-btn.btn:hover::after,
.color-wrapper.black-block .city-btn.btn:hover::before,
.color-wrapper.black-block .city-btn.btn:hover::after {
  -webkit-filter: none;
  filter: none;
}

.color-wrapper.black-block .pagination a {
  border-color: #fff;
  color: #fff;
}

.color-wrapper.black-block .pagination a::before,
.color-wrapper.black-block .pagination a::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.color-wrapper.black-block .pagination a:hover:hover,
.color-wrapper.black-block .pagination a.active:hover {
  background: #fff;
  color: #000;
}

.color-wrapper.black-block .pagination a:hover:hover::before,
.color-wrapper.black-block .pagination a:hover:hover::after,
.color-wrapper.black-block .pagination a.active:hover::before,
.color-wrapper.black-block .pagination a.active:hover::after {
  -webkit-filter: none;
  filter: none;
}

.color-wrapper.black-block .city-items__block:nth-child(9) .home-blog__box {
  border-color: #fff;
}

.color-wrapper.black-block .left-line span {
  color: #000 !important;
}

.color-wrapper.black-block .ranked-item,
.color-wrapper.black-block .ranked-title {
  color: #fff;
}

.color-wrapper.black-block .ranked-wrapper {
  border-color: #fff;
}

.color-wrapper.black-block .banner-box {
  border-color: #fff;
}

.color-wrapper.black-block .contact-subtitle,
.color-wrapper.black-block .contact-title,
.color-wrapper.black-block .contact-bottomText {
  color: #fff;
}

.color-wrapper.black-block .contact-link {
  border-color: #fff;
  color: #fff;
}

.color-wrapper.black-block .contact-link::before,
.color-wrapper.black-block .contact-link::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.color-wrapper.black-block .contact-link:hover:hover {
  background: #fff;
  color: #000;
}

.color-wrapper.black-block .contact-link:hover:hover::before,
.color-wrapper.black-block .contact-link:hover:hover::after {
  -webkit-filter: none;
  filter: none;
}

.color-wrapper.black-block .contact-bottom__title,
.color-wrapper.black-block .contact-form__input b,
.color-wrapper.black-block .contact-form__policy a {
  color: #fff;
}

.color-wrapper.black-block .contact-form__policy {
  color: #969696;
}

.color-wrapper.black-block .contact-wrapper {
  border-color: #fff;
}

.color-wrapper.black-block .contact-form__btn.btn {
  border-color: #fff;
  color: #fff;
}

.color-wrapper.black-block .contact-form__btn.btn::before,
.color-wrapper.black-block .contact-form__btn.btn::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.color-wrapper.black-block .contact-form__btn.btn:hover:hover {
  background: #fff;
  color: #000;
}

.color-wrapper.black-block .contact-form__btn.btn:hover:hover::before,
.color-wrapper.black-block .contact-form__btn.btn:hover:hover::after {
  -webkit-filter: none;
  filter: none;
}

.color-wrapper.black-block .contact-form__input input {
  color: #fff;
  border-color: #fff;
}

.color-wrapper.black-block .contact-form__input input::-webkit-input-placeholder {
  color: #fff;
}

.color-wrapper.black-block .contact-form__input input::-moz-placeholder {
  color: #fff;
}

.color-wrapper.black-block .contact-form__input input:-ms-input-placeholder {
  color: #fff;
}

.color-wrapper.black-block .contact-form__input input::-ms-input-placeholder {
  color: #fff;
}

.color-wrapper.black-block .contact-form__input input::placeholder {
  color: #fff;
}

.color-wrapper.black-block .select .nice-select {
  color: #fff;
  border-color: #fff;
}

.color-wrapper.black-block .select .nice-select::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.color-wrapper.black-block .nice-select .nice-select-dropdown {
  border: 1px solid #fff;
}

.page-top__team .page-top__title {
  position: absolute;
  left: 0;
  top: 0;
  color: #464646;
}

.page-top__team .page-top__subtitle {
  width: 885px;
  margin-top: 184px;
  margin-left: auto;
}

.page-top__team .page-top__list {
  position: relative;
}

.team {
  padding-bottom: 64px;
}

.team-block {
  margin-top: 40px;
  width: 33.333%;
}

.team-list {
  margin-top: -40px;
}

.team-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}

.team-item__img {
  padding-top: 81%;
}

.team-item__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 3;
  border-radius: 30px;
}

.team-item__img img {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-item__title {
  margin: 12px 0 8px;
  width: 261px;
  max-width: 100%;
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.team-item__text {
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  width: 261px;
  max-width: 100%;
}

.team-item:hover .team-item__title {
  color: #000;
}

.policy {
  padding-bottom: 40px;
}

.policy-wrapper {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

.policy-title {
  color: #06f;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 53px;
  margin-top: 42px;
}

.policy-content {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.policy-content a {
  text-decoration: none;
  color: #06f;
}

.policy-content p {
  margin-bottom: 32px;
}

.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
  margin-bottom: 32px;
  color: #06f;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.policy-content img {
  max-width: 100%;
  display: block;
  margin-bottom: 32px;
}

.policy-content ul {
  margin: 0 0 32px;
  list-style-type: disc !important;
}

.policy-content ul li {
  margin-top: 12px;
}

.policy-content ul li:first-child {
  margin-top: 0;
}

.contact-small {
  padding-top: 24px;
  border-top: 1px solid #000;
}

.blog {
  padding-bottom: 96px;
}

.blog-wrapper {
  width: 754px;
  max-width: 100%;
}

.blog-block {
  margin-top: 48px;
}

.blog-block:first-child {
  margin-top: 0;
}

.blog-bold {
  margin-bottom: 32px;
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.blog-item {
  border-bottom: 1px solid #969696;
  padding: 12px 0;
  min-height: 105px;
}

.blog-item__date {
  color: #06f;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  width: 120px;
  min-width: 120px;
}

.blog-item__name {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  margin: 0 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.blog-item__img {
  width: 143px;
  min-width: 143px;
}

.blog-item__img img {
  width: 100%;
}

.blog-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.blog-item:hover .blog-item__name {
  color: #000;
}

.article {
  padding-bottom: 96px;
}

.article-center {
  width: 719px;
}

.article-margin {
  margin: 0 auto;
}

.article-title {
  text-align: center;
  color: #000;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  margin: 40px 0;
}

.article-content {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: grid;
  grid-gap: 24px;
  margin-bottom: 56px;
}

.article-content iframe {
  width: 100% !important;
  border-radius: 30px;
}

@media (max-width: 992px) {
  .article-content iframe {
    border-radius: 16px;
  }
}

.article-content small {
  display: block;
  line-height: 16px;
  font-size: 14px;
  font-weight: 500;
}

.article-content img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.article-content .full-width {
  width: 100%;
  height: 100%;
  min-width: 100%;
}

.article-content ul,
.article-content ol {
  margin-bottom: 32px;
  list-style-type: none;
  padding: 0;
}

.article-content ol {

  counter-reset: my-counter;

}

.article-content ul li,
.article-content ol li {
  padding-left: 18px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  line-height: 16px;
  margin-top: 12px;

}

.article-content ol li {
  counter-increment: my-counter;
}


.article-content ul li::before {
  content: "";
  left: 7px;
  width: 4px;
  height: 4px;
  top: 5px;
  border-radius: 100%;
  background: #464646;
  position: absolute;
}

.article-content ol li::before {
  content: counter(my-counter) ". ";
  left: 0px;
  position: absolute;
}

.article-content b,
.article-content strong {
  color: #000;
  font-weight: 500;
}

.article-img {
  margin-bottom: 56px;
}

.article-img__item {
  width: 100%;
  border-radius: 30px;
}

.article-img__text {
  margin-top: 8px;
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.article-soc__title {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.article-soc .contact-link {
  width: 148px;
  margin: 0 0 0 16px;
}

.article-bottom {
  margin-top: 16px;
}

.article-bottom__text {
  color: #464646;
  text-align: right;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
}

.article-back {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 28px;
  background-image: url("../img/back.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.article-back:hover {
  color: #000;
}

.article-other {
  right: 0;
  top: 0;
  width: 260px;
  z-index: 3;
}

.article-other__title {
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.article-other__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
}

.article-other__item:first-child {
  padding-top: 0;
  border: none;
}

.article-other__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  font-family: "TemporaLGCUni", sans-serif;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.article-other__item-date {
  margin-top: 10px;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.article-other__item-link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.article-other__item:hover .article-other__item-title {
  text-decoration: none;
}

.article-share {
  top: 0;
  left: 144px;
  width: 100px;
}

.article-share__title {
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.article-share__link {
  margin-top: 4px;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}

.article-share__link:hover {
  text-decoration: none;
}

.article-share__link.active {
  color: green;
}

.article-top {
  margin-bottom: 57px;
}

.article-top__wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.article-top__category {
  height: 22px;
  border: 1px solid rgba(70, 70, 70, 0.1);
  background: #fff;
  padding: 0 9px;
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.article-top__date {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.article-top__lang {
  padding-left: 32px;
  background-image: url("../img/lang.svg");
  background-repeat: no-repeat;
  background-position: left center;
  color: rgba(70, 70, 70, 0.5);
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.article-top__lang span {
  margin: 0 8px;
  height: 16px;
  width: 1px;
  background: rgba(70, 70, 70, 0.5);
}

.article-top__lang a {
  color: rgba(70, 70, 70, 0.5);
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.article-top__lang a:hover {
  text-decoration: underline;
}

.article-top__lang a.active {
  color: #000;
}

.vacancies {
  padding-bottom: 96px;
}

.vacancies-wrapper {
  padding-top: 32px;
  margin-top: 72px;
  border-top: 1px solid #000;
}

.vacancies-item {
  width: calc(50% - 16px);
  margin-top: 40px;
}

.vacancies-item__title {
  color: #06f;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.vacancies-item__text {
  margin-top: 16px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.vacancies-title {
  padding-bottom: 16px;
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.vacancies-left {
  width: 540px;
  padding-right: 16px;
  border-right: 1px solid #000;
  margin-right: 18px;
  min-width: 540px;
}

.vacancies-top__content {
  bottom: -40px;
  left: 2px;
  right: -3px;
}

.vacancies-top__text {
  width: 409px;
  color: #06f;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.vacancies-top__email {
  color: #06f;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  margin-top: 14px;
}

.vacancies-top__email:hover {
  text-decoration: underline;
}

.vacancies-img {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.vacancies-img img {
  width: 100%;
}

.vacancies-accordion {
  margin-top: 136px;
}

.vacancies-accordion__items {
  border-bottom: 1px solid #464646;
}

.vacancies-accordion__item {
  padding: 0 32px;
  border-top: 1px solid #464646;
}

.vacancies-accordion__item-title {
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 24px 0;
}

.vacancies-accordion__item-title::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("../img/accordion.svg");
  background-repeat: no-repeat;
  background-position: center;
  min-width: 17px;
  margin-left: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vacancies-accordion__item-content {
  display: none;
  padding-bottom: 24px;
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.vacancies-accordion__item.active .vacancies-accordion__item-title::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vacancies-accordion__item:first-child .vacancies-accordion__item-content {
  display: block;
}

.vacancies-accordion__item.active .vacancies-accordion__item-title {
  font-size: 18px;
  line-height: 20px;
  color: #06f;
}

.vacancies-bold {
  padding: 0;
  margin: 0 0 56px 0;
}

.about-list {
  margin-top: 37px;
}

.about-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.about-text {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.about-item {
  margin-top: 32px;
}

.about-item:first-child {
  margin-top: 0;
}

.about-left {
  width: 231px;
  margin-right: 48px;
}

.about-right {
  width: 539px;
}

.about-authors {
  padding-top: 120px;
}

.about-authors__item {
  margin-top: 40px;
}

.about-authors__item-title {
  width: 280px;
  min-width: 280px;
  color: #06f;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.about-authors__item-text {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
}

.about-authors__item-text:first-child {
  margin-top: 0;
}

.about-bottom {
  padding-top: 15px;
  margin-top: 160px;
  padding-left: 160px;
  padding-bottom: 40px;
  border-top: 1px solid #000;
}

.about-bottom__text {
  margin-bottom: auto;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}

.about-bottom__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 531px;
  height: 410px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.about-bottom__left {
  width: 535px;
}

.about-bottom__email {
  padding-bottom: 3px;
  border-bottom: 2px solid #06f;
  color: #06f;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.about-bottom__email:hover {
  border-color: transparent;
}

.page-clients .page-top__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-clients .page-top__title {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  margin: 0;
  font-size: 196px;
  line-height: 100%;
  color: #464646;
}

.page-clients .page-top__subtitle {
  margin: 0 0 24px 0;
  width: 648px;
  margin-left: auto;
}

.other-blog {
  padding-bottom: 24px;
}

.other-blog .home-blog__title {
  margin: 0;
}

.other-blog .city-items__block:nth-child(1) {
  width: 20%;
}

.other-blog .city-items__block:nth-child(2) {
  width: 40%;
}

.clients-bottom {
  margin: 112px 0;
}

.clients-bottom__left {
  width: 535px;
}

.clients-bottom__img {
  width: 648px;
  height: 410px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.clients-bottom__text {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: auto;
}

.clients-bottom__email {
  margin-top: 24px;
  color: #06f;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  padding-bottom: 4px;
  border-bottom: 2px solid #06f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.clients-bottom__email:hover {
  border-color: transparent;
}

.clients-center {
  padding-bottom: 40px;
  margin: 96px 0;
  border-bottom: 1px solid #000;
}

.clients-center__title {
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 24px;
}

.clients-center__text {
  margin-top: auto;
  color: #464646;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.clients-center__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 648px;
  padding: 19px;
}

.page-clients .page-top__list {
  margin-bottom: 0 !important;
}

.clients-top {
  border-bottom: 1px solid #000;
  color: #464646;
  margin-top: 72px;
}

.clients-top__list {
  padding: 32px 24px;
  border-top: 1px solid #000;
}

.clients-top__item {
  padding-right: 40px;
  border-right: 1px solid #000;
  min-height: 216px;
  width: 50%;
}

.clients-top__item:last-child {
  border: none;
  padding-right: 0;
  padding-left: 40px;
}

.clients-top__title {
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.clients-top__text {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.clients-top__text.dark-color {
  color: #000;
}

.clients-top__mt {
  margin-top: 8px;
}

.clients-top__bold {
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.clients-top__number {
  margin-right: 72px;
}

.clients-top__number:last-child {
  margin-right: 0;
}

.clients-price {
  color: #464646;
}

.clients-price__title {
  padding: 0 0 32px 24px;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.clients-price__list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 32px 24px;
}

.clients-price__item {
  padding-right: 40px;
  border-right: 1px solid #000;
  width: 50%;
}

.clients-price__item:last-child {
  border: none;
  padding-right: 0;
  padding-left: 40px;
}

.clients-price__item-title {
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.clients-price__item-subtitle {
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  padding: 32px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 48px;
}

.clients-price__item-list {
  padding: 0;
  margin: 0;
}

.clients-price__item-list li {
  display: block;
  position: relative;
  margin-top: 12px;
  padding-left: 20px;
  position: relative;
}

.clients-price__item-list li:first-child {
  margin-top: 0;
}

.clients-price__item-list li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  background: #464646;
}

.author {
  padding-top: 40px;
}

.author-top {
  padding-left: 280px;
}

.author-img {
  width: 261px;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
}

.author-title {
  margin: 26px 0 24px;
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.author .breadcrumbs-list {
  margin: 0;
  padding: 0;
}

.author-subtitle {
  margin: 0 0 36px;
  width: 729px;
  max-width: 100%;
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.author .contact-link:first-child {
  margin-top: 0;
}

.author .contact-links {
  margin-top: 0;
  padding-top: 0;
}

.result {
  padding-bottom: 96px;
}

.result .breadcrumbs {
  margin: 16px 0 42px;
}

.result-title {
  margin-bottom: 48px;
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.result-items {
  border-bottom: 1px solid #969696;
  margin-top: 24px;
}

.result-item {
  border-top: 1px solid #969696;
  padding: 16px 0 48px;
}

.result-item__cat {
  height: 30px;
  padding: 0 9px;
  border: 1px solid rgba(70, 70, 70, 0.1);
  background: #fff;
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.result-item__title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 32px 0 24px;
}

.result-item__text {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.result-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.result-item:hover .result-item__title {
  text-decoration: none;
}

.result .cats-block {
  width: auto;
}

.result .cats-item {
  padding-left: 23px;
  padding-right: 23px;
}

.result-wrapper {
  width: 1097px;
  max-width: 100%;
}

.result .cats {
  padding-top: 24px;
}

.result-search__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.result-search__input input {
  padding-left: 39px;
  border: 1px solid #000;
  color: #464646;
  font-size: 14px;
  width: 100%;
  border-right: none;
  font-weight: 500;
  background: transparent;
  height: 40px;
  line-height: 16px;
}

.result-search__input input::-webkit-input-placeholder {
  color: #464646;
}

.result-search__input input::-moz-placeholder {
  color: #464646;
}

.result-search__input input:-ms-input-placeholder {
  color: #464646;
}

.result-search__input input::-ms-input-placeholder {
  color: #464646;
}

.result-search__input input::placeholder {
  color: #464646;
}

.result-search__input-clear {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/clear.svg");
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.result-search__input::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/input-icon.svg");
  z-index: 3;
  pointer-events: none;
}

.result-search__btn {
  width: 261px;
  min-width: 261px;
  height: 40px;
  background: transparent;
  border: 1px solid #000;
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.result-search__btn:hover {
  background: #000;
  color: #fff;
}

.ambassadorOther {
  padding: 64px 0 18px;
}

.ambassadorOther-title {
  padding: 3px 0;
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 18px;
}

.ambassadorOther-slider {
  position: static;
}

.ambassadorOther-wrapper {
  padding-bottom: 36px;
}

.ambassador {
  padding-top: 40px;
}

.ambassador .breadcrumbs-list {
  margin: 0;
}

.ambassador-next {
  margin-top: 32px;
}

.ambassador-next__img {
  width: 100%;
  border-radius: 30px;
  min-height: 242px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ambassador-next__title {
  margin: 20px 0 24px;
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.ambassador-next__text {
  width: 514px;
  max-width: 100%;
  margin-bottom: 32px;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.ambassador-next__btn.btn {
  margin: 0;
}

.ambassador-facts {
  padding-top: 32px;
  margin-left: 280px;
  max-width: calc(100% - 280px);
  width: 800px;
}

.ambassador-fact {
  margin-top: 32px;
}

.ambassador-fact__title {
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.ambassador-fact__text {
  margin-top: 16px;
  font-family: "TemporaLGCUni", sans-serif;
  color: #464646;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.ambassador-img {
  width: 260px;
  margin-right: 20px;
  min-width: 260px;
}

.ambassador-img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ambassador-img span {
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 0;
  top: calc(100% + 16px);
}

.ambassador-title {
  margin: 26px 0 24px;
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.ambassador-text {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
}

.ambassador-subtitle {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.ambassador-link {
  color: #969696;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  margin-top: 24px;
}

.ambassador-link:hover {
  color: #000;
}

.ambassador-wrapper {
  width: 729px;
  max-width: 100%;
}

.ambassador-top {
  margin-bottom: 16px;
}

.ambassador-content {
  margin-bottom: 32px;
  margin-left: 280px;
}

.ambassador-content__title {
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 22px;
}

.ambassador-content__text {
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  width: 677px;
}

.ambassador-content__right {
  margin-left: 20px;
  width: 227px;
  color: #464646;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}

.ambassador-slider {
  overflow: visible;
  width: 936px;
  max-width: 100%;
  margin: 0;
}

.ambassador-slider .swiper-slide {
  -webkit-transform: opacity 0.4s;
  -ms-transform: opacity 0.4s;
  transform: opacity 0.4s;
  opacity: 0;
}

.ambassador-slider .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.ambassador-slider__wrapper {
  padding-left: 158px;
}

.ambassador-slider__item {
  justify-content: flex-end;
}

.ambassador-slider__item-text {
  width: 117px;
  color: #969696;
  font-size: 9px;
  font-weight: 500;
  line-height: normal;
}

.ambassador-slider__item-img {
  width: calc(100% - 117px);
  height: auto;
  border-radius: 30px;
}

.ambassador-arrow {
  top: 50%;
  z-index: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 48px);
  width: 40px;
  height: 40px;
}

.ambassador-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/ambassador-arrow.svg");
  background-repeat: no-repeat;
}

.ambassador-arrow__prev {
  left: 31px;
}

.ambassador-arrow__prev::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ambassador-info {
  margin-top: 40px;
  padding-left: 158px;
}

.ambassador-info__left {
  width: 241px;
}

.ambassador-info__title {
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.ambassador-info__subtitle {
  margin-top: 40px;
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.ambassador-info__text {
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-left: 37px;
  width: 536px;
}

.single {
  padding-bottom: 64px;
}

.single-top__list {
  margin: -4px -9px 12px;
}

.single-top__text {
  width: 33.333%;
  padding: 0 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 4px;
}

.single-top__image-wrap {
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-ordinal-group: 2;
  border-radius: 30px;
  overflow: hidden;
  height: 600px;
  margin-top: 30px;
}

.single-top_image-wrap.grayscale img {
  filter: grayscale(100%);
}

.single-top__image-wrap.gradient {
  position: relative;
}

.single-top__image-wrap.gradient::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      transparent 100%);
  pointer-events: none;
}

.color-wrapper.black-block .single-top__image-wrap.gradient::after {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.4) 50%,
      transparent 100%);
}

@media (max-width: 991.98px) {
  .single-top__image-wrap.gradient::after {
    display: none;
  }
}

.single-top__img {
  height: 600px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.single-box {
  width: 1088px;
  max-width: 100%;
  margin: -174px auto 0;
}

.single-box.no-thumb {
  margin: 30px auto;
}

.single-box.no-thumb .article-top__share {
  top: -50px;
}

.single-breadcrumbs {
  width: 1088px;
  max-width: 100%;
  margin: 51px auto 56px;
}

.single-cats {
  padding-bottom: 24px;
}

.single-cats__item {
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 0 9px;
  height: 22px;
  border: 1px solid rgba(70, 70, 70, 0.1);
  background: #fff;
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.single-title {
  /* font-family: "TemporaLGCUni", sans-serif; */
  font-size: 72px;
  font-weight: 700;
  margin: 0;
  line-height: 72px;
  margin-bottom: 30px;
}

.single .article-top__share {
  margin: 0;
  display: none;
}

.single .article-top__lang {
  width: 223px;
}

.single .article-top__lang,
.single .breadcrumbs-list {
  margin: 0;
}

.single-bottomText {
  margin-top: 72px;
  margin-bottom: 0;
  color: #464646;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
}

.article-center .article-soc {
  margin-top: 40px;
}

.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  transition: all 2s;
}

.single-content h2.start-anim,
.single-content h3.start-anim,
.single-content h4.start-anim,
.single-content h5.start-anim,
.single-content h6.start-anim {
  transform: none;
  opacity: 1;
}

.single-content img {
  display: block;
  border-radius: 30px;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.blog-item__name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-content .hover-img,
.article-content .hover-img {
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.4s;
}

.single-content .hover-img img,
.article-content .hover-img img {
  border-radius: 0 !important;
  transition: all 0.4s;
}

.single-content .hover-img:hover img,
.article-content .hover-img:hover img {
  transform: scale(1.02);
}

.single-content .hover-img.t-transform img {
  width: 110%;
}

/*.single-content .hover-img.t-transform:hover {
  box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.48);
}*/
.single-content .hover-img.t-transform:hover img,
.article-content .hover-img.t-transform:hover img {
  transform: translateX(-8%);
}

.single-content .hover-img.t-shadow:hover,
.article-content .hover-img.t-shadow:hover {
  box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.48);
}

.single-content .hover-img.t-shadow:hover img,
.article-content .hover-img.t-shadow:hover {
  transform: none;
}

/*.single-content .hover-img.t-rotate:hover {
  box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.48);
}*/
.single-content .hover-img.t-rotate:hover img,
.article-content .hover-img.t-rotate:hover img {
  transform: rotate(3deg) scale(1.08);
}

.single-content figure {
  margin-bottom: 56px;
  display: block;
}

.single-content figcaption {
  display: block;
  margin-top: 8px;
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.single-content p,
.text-anim {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.single-content__block {
  width: 259px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: grid;
  gap: 15px;
  height: fit-content;
}

.single-content__block h2,
.single-content__block h3,
.single-content__block h4,
.single-content__block h5 {
  margin: 0;
}

.single-content__block img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: auto;
}

.single-content__block:first-child {
  width: calc(100% - 259px - 18px);
}

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

.single-content__list.reverse .single-content__block:last-child {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.single-content__blockqoute {
  margin-bottom: 56px;
  position: relative;
}

.single-content__blockqoute.box .single-content__blockqoute-left img {
  border-radius: 20px;
  height: 90px;
  min-height: auto !important;
}

.single-content__blockqoute.box .single-content__blockqoute-name {
  margin-top: 0;
}

.single-content__blockqoute.vertical .single-content__blockqoute-left {
  position: static;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.single-content__blockqoute-left {
  width: 124px;
  position: absolute;
  top: 0;
  right: calc(100% + 18px);
}

.single-content__blockqoute-name {
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.single-content__blockqoute-name.subname {
  opacity: 0.4;
  margin-top: 6px;
}

.single-content__blockqoute-text {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  display: grid;
  grid-gap: 20px;
}

.single-content__blockqoute-text p {
  margin-bottom: 0;
}

.single-content__photos {
  margin-bottom: 56px;
}

.single-content__photos-text {
  width: 121px;
  position: absolute;
  right: calc(100% + 18px);
  color: #969696;
  font-size: 9px;
  font-weight: 500;
  line-height: normal;
}

.single-content__photos-slider {
  position: static;
  overflow: hidden;
}

.single-content__photos-slider .swiper-slide {
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

.single-content__photos-slider .swiper-slide.swiper-slide-active {
  width: 340px;
  min-width: 340px;
}

.single-content__photos-slider img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -o-object-fit: cover;
  object-fit: cover;
  height: 430px;
}

.single-content__photos-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 48px);
}

.single-content__photos-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/ambassador-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}

.single-content__photos-arrow.prev {
  left: -88px;
}

.single-content__photos-arrow.prev::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.single-content__photos-slider .swiper-slide.swiper-slide-next {
  width: 230px;
  min-width: 230px;
}

.single-content__photos-slider .swiper-slide.swiper-slide-next+.swiper-slide {
  width: 110px;
  min-width: 110px;
}

.single-content img.single-content__blockqoute-img {
  width: 124px;
  height: 124px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 124px !important;
  flex-shrink: 0;
}

h2.single-content__title,
h3.single-content__title,
.single-content__title {
  margin: 0 0 56px;
  padding: 0 50px 24px;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #000;
}

.single-content__thumb {
  height: 502px;
  overflow: hidden;
  z-index: 3;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 112px;
  position: absolute;
}

.single-content__thumb img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 !important;
}

.single-content__thumb .swiper-slide {
  height: 112px;
  cursor: pointer;
}

.single-content__slider-wrapper {
  margin-bottom: 56px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1376px;
  min-width: 1376px;
  left: 50%;
}

.single-content__slider-wrapper .single-content__slider-wrapper {
  margin-bottom: 0;
}

.single-content__slider img {
  width: 100%;
  height: 602px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}

.single-content__slider-text {
  margin-top: 8px;
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.single-content__slider-arrows {
  z-index: 4;
  right: 32px;
  bottom: 32px;
}

.single-content__slider-top {
  margin-bottom: 24px;
  color: #969696;
  font-size: 9px;
  font-weight: 500;
  line-height: normal;
}

.single-content__slider-arrow {
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 16px;
}

.single-content__slider-arrow:hover {
  opacity: 0.8;
}

.single-content__slider-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/slider-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}

.single-content__slider-arrow.prev::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

figure.full-width {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1376px;
  min-width: 1376px;
  left: 50%;
  position: relative;
}

.single-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
}

.single-fixed__btn {
  padding: 0 16px;
  height: 65px;
  color: #fff;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.single-fixed__btn::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("../img/dots.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.single-fixed__buttons {
  overflow: hidden;
  max-width: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.single-fixed__buttons.active {
  max-width: 1000px;
}

.single-fixed__buttons-item {
  padding: 0 16px;
  height: 65px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 16px;
  text-decoration-line: underline;
  background: #000;
}

.single-fixed__buttons-item:hover {
  background: #464646;
}

[id] {
  scroll-margin-top: 120px;
}

.color-wrapper.turquoise-block .single-content p,
.color-wrapper.blue-block .single-content p {
  color: #464646;
}

.single .ambassador-slider__wrapper {
  padding: 0;
  margin-left: -120px;
  margin-bottom: 64px;
}

.single figure a {
  position: relative;
  display: block;
}

.single figure a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-image: url("../img/play.svg");
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.single figure a:hover::before {
  opacity: 0.7;
}

.single .ambassador-info {
  padding: 0 !important;
  margin: 0 0 64px 0 !important;
}

img.ambassador-slider__item-img {
  width: calc(100% - 117px);
}

.single-content img {
  -o-object-fit: cover;
  object-fit: cover;
}

.single-heroes {
  margin-bottom: 64px;
  width: 818px;
  min-width: 818px;
}

.single-heroes__item {
  width: 261px;
  color: #464646;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.single-heroes__item:last-child {
  width: 539px;
}

.single-heroes__item-text {
  margin-top: 12px;
  width: 261px;
  max-width: 100%;
}

img.single-heroes__item-img {
  height: 360px;
}

.single-city__item {
  margin-bottom: 64px;
}

.single-city__title {
  margin-left: -135px;
  margin-bottom: 32px;
  color: #464646;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.single-city__price-item {
  margin-top: 16px;
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.single-city__price-item:first-child {
  margin-top: 0;
}

.single-city__price-line {
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 24px;
  background: #ebebeb;
}

.single-city__price-right {
  white-space: nowrap;
}

.single-city__contact-item {
  margin-top: 32px;
  margin-left: -135px;
}

.single-city__contact-item:first-child {
  margin-top: 0;
}

.single-city__contact-title {
  width: 135px;
  min-width: 135px;
  color: #06f;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.single-city__contact-text {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  width: 719px;
  max-width: 100%;
}

.single-city__contact-text a {
  color: #464646;
  text-decoration: none;
}

.single-city__contact-text a:hover {
  text-decoration: underline;
}

.single-content blockquote {
  margin-left: -135px;
  display: block;
  width: 953px;
  margin-bottom: 64px;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}

.single-city__button {
  margin-left: -135px;
  margin-right: -135px;
  margin-bottom: 64px;
}

.single-city__button-title {
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.single-city__button-right.btn {
  width: 261px;
  min-width: 261px;
  margin: 0;
}

.single-city__info {
  margin-top: -32px;
  margin-left: -135px;
}

.single-city__info-item {
  margin-bottom: 32px;
}

.single-city__info-title {
  width: 117px;
  min-width: 117px;
  margin-right: 18px;
  color: #06f;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.single-city__info-text {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.single-city__info-blue {
  width: 252px;
  top: 0;
  left: calc(100% + 70px);
  color: #06f;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  position: absolute;
}

.single-content ul {
  margin: 0 0 64px;
  padding: 0 0 0 20px;
  /* list-style: disc; */
}

.single-content ul li {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.single-content ul li:first-child {
  margin-top: 0;
}

.color-wrapper.black-block .article-top__lang a {
  color: #464646;
}

.color-wrapper.black-block .article-top__lang span {
  background: #464646;
}

.color-wrapper.black-block .article-top__lang a.active {
  color: #fff !important;
}

.color-wrapper.black-block .article-top__lang {
  background-image: url("../img/lang-white.svg");
}

.color-wrapper.black-block .article-share__title,
.color-wrapper.black-block .article-share__link {
  color: #fff;
}

.color-wrapper.black-block .single .breadcrumbs-list li {
  color: #fff;
}

.color-wrapper.black-block .single .breadcrumbs-list li a,
.color-wrapper.black-block .single .breadcrumbs-list li::after {
  color: #969696;
}

.color-wrapper.black-block .single-content h2,
.color-wrapper.black-block .single-content h3,
.color-wrapper.black-block .single-content h4,
.color-wrapper.black-block .single-content h5,
.color-wrapper.black-block .single-content h6 {
  color: #fff;
}

.color-wrapper.black-block .single-content p {
  color: #fff;
}

.color-wrapper.black-block .single-content {
  color: #fff;
}

.color-wrapper.black-block .other-blog .home-blog__title {
  color: #fff;
  border-color: #fff;
}

.color-wrapper.black-block .city-items {
  padding-bottom: 24px;
}

.color-wrapper.black-block .article-soc__title,
.color-wrapper.black-block .single-bottomText,
.color-wrapper.black-block .article-bottom__text,
.color-wrapper.black-block .article-back {
  color: #fff;
}

.color-wrapper.black-block .article-back {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.color-wrapper.black-block .single-content figcaption {
  color: #fff;
}

.color-wrapper.black-block .single-content__title.accent-color {
  color: #fff;
  border-color: #fff;
}

.color-wrapper.black-block .single-content p.text-big {
  margin-top: -32px;
  margin-bottom: 64px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.color-wrapper.black-block .single .ambassador-slider__item-text {
  color: #fff;
}

.color-wrapper.black-block .ambassador-arrow {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.color-wrapper.black-block .single-fixed__buttons-item {
  background: #fff;
  color: #000;
}

.color-wrapper.black-block .single-fixed__buttons-item:hover {
  background: #fff;
  color: #000;
  opacity: 0.8;
}

.color-wrapper.black-block .single-fixed__btn {
  background: #000;
}

.blockquote {
  margin-left: -135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}

.blockquote-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  width: 135px;
  min-width: 135px;
}

.blockquote-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.single-fixed {
  left: 23px;
}

.past-items {
  margin-top: -24px;
  margin-bottom: 64px;
}

.past-item {
  margin-left: -135px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.past-item:first-child {
  margin-top: 0;
}

.past-item__date {
  width: 135px;
  min-width: 135px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.past-item__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  max-width: 719px;
  width: 100%;
}

.single-content h2.small-title,
.single-content h3.small-title,
.single-content h4.small-title,
.single-content h5.small-title,
.single-content h6.small-title {
  margin: 0 0 32px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.single-content p a {
  color: #0066ff;
  text-decoration: none;
}

.single-content p a:hover {
  text-decoration: underline;
}

.single-food {
  border-bottom: 1px solid #000;
}

.single-food__item {
  margin-bottom: 64px;
}

.single-food__item-title {
  color: #464646;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}

.single-food__item-subtitle {
  margin: 24px 0 16px;
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.single-food__item-top {
  margin-bottom: 40px;
}

.single-food__item-contact {
  margin-bottom: 48px;
}

.single-food__item-contact .single-city__contact {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: calc(100% - 148px);
}

.single-food__item-soc {
  width: 148px;
  min-width: 148px;
}

.single-food__item-soc .contact-link {
  margin: 16px 0 0 0;
  width: 100%;
}

.single-food__item-soc .contact-link:first-child {
  margin-top: 0;
}

.single-food__btn.btn {
  width: 261px;
  margin: 0 auto 24px;
}

.single-food__item-btn.btn {
  width: 261px;
  margin: 0 0;
}

.single-food__item-btn.btn b,
.single-food__item-btn.btn span {
  font-weight: 500;
}

.single-food__item-btn.btn b {
  display: none;
}

.single-food__item-btn.btn.active span {
  display: none;
}

.single-food__item-btn.btn.active b {
  display: block;
}

.single-food__btn.btn::after,
.single-food__item-btn.btn::after {
  content: "";
  width: 10px;
  height: 5px;
  background-image: url("../img/arrow-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.single-food__btn.btn:hover::after,
.single-food__item-btn.btn:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.single-food .single-content__slider-wrapper {
  margin: 0;
}

.single-content ul.single-food__item-list {
  padding: 0 0 0 16px;
  margin: 16px 0 0 0;
  list-style: disc;
  display: none;
}

.single-content ul.single-food__item-list li {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.single-content ul.single-food__item-list.active {
  display: block;
}

.single-food__item-btn.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.single-content h2.big-title,
.single-content h3.big-title,
.single-content h4.big-title,
.single-content h5.big-title,
.single-content h6.big-title {
  margin-bottom: 32px;
  margin-left: -135px;
  color: #464646;
  font-family: "TemporaLGCUni", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.trips-item {
  margin-bottom: 32px;
}

.trips-item__title {
  color: #464646;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}

.trips-item__subtitle {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 24px;
}

.trips-item__text {
  display: none;
  color: #ff1400;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 16px;
}

.trips-item__text.active {
  display: block;
}

.trips-item .single-food__item-btn.btn {
  margin: 16px 0 0 0 !important;
}

.trips-item figure {
  margin: 40px 0 0 0 !important;
}

.trips-line {
  margin-bottom: 64px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
  width: 1376px;
  min-width: 1376px;
  height: 1px;
}

.trips-block {
  width: 33.333%;
  margin-bottom: 32px;
}

.trips-block.big-block {
  width: 66.666%;
}

.trips-block__item-title {
  margin-top: 12px;
  color: #464646;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.trips-block__item-text {
  margin-top: 12px;
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.trips-block__item-bottom {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.single-content img.trips-block__item-img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 320px !important;
}

.trips-texts {
  margin-bottom: 64px;
}

.trips-texts .trips-block__item-title {
  margin-top: 0 !important;
}

.trips-texts__item {
  margin-top: 32px;
}

.trips-texts__item:first-child {
  margin-top: -32px;
}

.trips-contact {
  padding-bottom: 20px;
}

.trips-contact .single-city__contact-item {
  margin-top: 32px;
}

.trips-contact .single-city__contact-title {
  color: #ff1400;
}

.anim-block {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  display: block;
}

.anim-block img {
  border-radius: 0;
  transition: transform 0.6s ease-in-out;
  width: 100%;
  height: 100%;
}

.anim-block {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  display: block;
}

.anim-block img {
  transition: all 0.4s;
  border-radius: 0;
}

.anim-block img:nth-child(2) {
  left: 100%;
  position: absolute;
  top: 0;
}

.anim-block:hover img {
  transform: translateX(-100%);
}

.home-blog__box:hover .anim-block img {
  transform: translateX(-100%);
}

.anim-wrapper {
  position: relative;
}

.anim-content {
  transform: translateY(60px);
  transition: all 2s;
  opacity: 0;
}

.anim-wrapper.start-anim .anim-content {
  transform: none;
  opacity: 1;
}

/*.anim-wrapper::before {
  content: "";
  position: absolute;
  background: #000;
  border-radius: 30px 30px 0 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: opacity 0.4s;
  z-index: -1;
}*/
.text-anim {
  position: relative;
}

.text-anim__start {
  opacity: 0;
}

.text-anim__end {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.black-block .voice-range span {
  filter: brightness(0) invert(1);
}

.black-block .voice-play {
  background-image: url("../img/voice-play-2.svg");
}

.black-block .voice.active .voice-play {
  background-image: url("../img/voice-stop-2.svg");
}

.black-block .voice {
  color: #fff;
}

.blue-block .page-top__subtitle.maxw {
  max-width: 800px;
}

.voice-timecode {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.64);
}

.voice-timecode b {
  font-weight: 500;
  cursor: pointer;
  color: #000;
  user-select: none;
}

.black-block .voice-timecode {
  color: rgba(255, 255, 255, 0.64);
}

.black-block .voice-timecode b {
  color: #fff;
}

.tooltip {
  position: relative;
  display: inline-flex;
  top: 7px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-image: url("../img/question.svg");
}

.tooltip::before {
  content: attr(data-text);
  border-radius: 16px;
  background: #0f0f0f;
  padding: 24px;
  width: 280px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  position: absolute;
  top: calc(100% + 10px);
  font-family: "FiraCode";
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
}

.black-block .tooltip {
  background-image: url("../img/question-2.svg");
}

.tooltip::after {
  content: "";
  background-image: url("../img/tooltip-arrow.svg");
  background-repeat: no-repeat;
  top: calc(50% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
}

.tooltip:hover::before,
.tooltip:hover::after {
  opacity: 1;
}

@media (min-width: 1201px) {
  .article-wrapper {
    min-height: 400px;
  }
}

@media (min-width: 993px) {
  .city-items__block {
    width: 20%;
    margin-top: 40px;
  }

  .city-items__block:nth-child(1) {
    width: 40%;
  }

  .city-items__block:nth-child(8) {
    width: 40%;
  }

  .city-items__block:nth-child(10) {
    width: 40%;
  }

  .city-items__block:nth-child(17) {
    width: 40%;
  }

  .city-items__block:nth-child(9) {
    width: 100% !important;
  }

  .city-items__block:nth-child(9) .home-blog__box-img {
    width: calc(100% - 558px);
    height: 505px;
    position: absolute;
    right: 0;
    top: 15px;
  }

  .city-items__block:nth-child(9) .home-blog__box-img img {
    height: 505px !important;
  }

  .city-items__block:nth-child(9) .home-blog__cat {
    left: 574px;
    top: 31px;
  }

  .city-items__block:nth-child(9) .home-blog__box-title {
    width: 540px;
    color: #464646;
    font-family: "TemporaLGCUni", sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
  }

  .city-items__block:nth-child(9) .home-blog__box-subtitle {
    margin: 24px 0 32px;
    color: #464646;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    width: 540px;
  }

  .city-items__block:nth-child(9) .home-blog__item-btn.btn {
    position: static;
    opacity: 1;
    height: 40px;
    width: 213px;
  }

  .city-items__block:nth-child(9) .home-blog__box {
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    min-height: 537px;
  }

  .city-items__block:last-child .home-blog__box {
    border: none !important;
  }

  .author {
    padding-bottom: 64px;
  }

  .author-items .home-blog__box {
    padding-bottom: 0;
  }

  .author-items__block {
    width: 20%;
    margin-top: 40px;
  }

  .author-items__block:nth-child(1) {
    width: 40%;
  }

  .author-items__block:nth-child(8) {
    width: 40%;
  }

  .author-items__block:nth-child(9) {
    width: 40%;
  }

  .author-items__block:nth-child(17) {
    width: 40%;
  }

  .single-city .single-top__image-wrap {
    width: 818px;
    margin: 30px auto 16px;
    height: 432px;
    max-width: 100%;
  }

  .single-city .single-top__thumb {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }

  .single-city .single-title {
    width: 818px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-top: -22px;
    text-align: center;
  }

  .single-city .single-cats {
    padding-bottom: 0;
  }

  .single-city .single-cats__item {
    margin-bottom: 0;
  }

  .single-city .single-box {
    margin-top: 0;
  }

  .single-city .single-top__list {
    width: 818px;
    min-width: 818px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 40px;
  }

  .one-button__animate .home-blog__box .home-blog__item-btn {
    display: none;
  }

  .one-button__animate {
    position: relative;
  }

  .one-button__animate-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
  }

  .one-button__animate-btn>.home-blog__item-btn {
    display: flex !important;
  }
}

.voice {
  color: #000;
}

.voice-bottom {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.5;
  margin-top: 12px;
}

.voice {
  margin-bottom: 50px;
}

.voice-range {
  width: 278px;
  overflow: hidden;
  height: 16px;
  position: relative;
}

.voice-range span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url("../img/voice-range-1.svg");
  opacity: 0.5;
}

.voice-range span:last-child {
  z-index: 2;
  width: 0%;
  opacity: 1;
  pointer-events: none;
}

.voice-play {
  user-select: none;
  width: 64px;
  min-width: 64px;
  height: 64px;
  margin-right: 16px;
  background-image: url("../img/voice-play.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.voice.active .voice-play {
  background-image: url("../img/voice-stop.svg");
}

.voice-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.voice audio {
  display: none;
}

@media (max-width: 1400px) {
  .container {
    width: 1160px;
  }

  .header-nav ul li {
    margin-right: 60px;
  }

  .main-next {
    right: 0;
  }

  .home-blog__item-right,
  .home-blog__item-left {
    width: calc(50% - 9px);
  }

  .home-blog__item-img {
    height: 460px;
  }

  .home-blog .swiper-slide-active {
    width: 604px;
    min-width: 604px;
  }

  .page-top__title {
    font-size: 100px;
    line-height: 100%;
  }

  .page-top__subtitle {
    font-size: 22px;
    line-height: 26px;
  }

  .page-top__team .page-top__subtitle {
    width: 750px;
    margin-top: 140px;
  }

  .article-share {
    left: 0;
  }

  .article-margin {
    margin-left: 130px;
  }

  .vacancies-top__text {
    font-size: 18px;
    line-height: 22px;
    width: 300px;
  }

  .vacancies-top__email {
    font-size: 28px;
    line-height: 26px;
    margin-top: 8px;
  }

  .vacancies-top__content {
    bottom: -20px;
  }

  .vacancies-accordion {
    margin-top: 48px;
  }

  .about-bottom {
    padding-left: 0;
  }

  .page-clients .page-top__title {
    font-size: 160px;
  }

  .clients-bottom__left,
  .clients-bottom__img {
    width: calc(50% - 16px);
  }

  .clients-bottom__img {
    height: 360px;
  }

  .clients-center__content {
    padding: 0;
    width: calc(50% - 16px);
  }

  .ambassador-content__text {
    width: calc(100% - 247px);
  }

  .single-top__image-wrap {
    /* height: 500px; */
    max-height: 500px;
    height: fit-content;
  }

  .single-top__img {
    height: 500px;
  }

  .single-box {
    margin-top: -100px;
    width: 900px;
  }

  .single-breadcrumbs {
    width: 900px;
  }

  .single-content h2,
  .single-content h3,
  .single-content h4,
  .single-content h5,
  .single-content h6 {
    margin-left: 0;
  }

  .single-title {
    font-size: 56px;
    line-height: 60px;
  }

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

  .single-content__blockqoute-left {
    position: static;
    margin-right: 18px;
    min-width: 124px;
    gap: 10px;
  }

  .single-content__slider-wrapper,
  figure.full-width,
  .trips-line {
    margin-left: -130px;
    margin-right: 0;
    width: 1160px;
    min-width: 1160px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
  }

  .single-city .single-title {
    margin-top: 0;
  }

  .single-city .single-top__list {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
  }

  .single-city .single-top__list {
    min-width: 100%;
  }

  .single-city__title,
  .single-city__contact-item {
    margin-left: 0;
  }

  .single-content blockquote {
    margin-left: 0;
    width: 100%;
  }

  .single-city__button {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .single-city__button-title {
    margin-bottom: 24px;
  }

  .single-city__info {
    margin-top: -16px;
    margin-left: 0;
    padding-bottom: 24px;
  }

  .single-city__info-item {
    margin-bottom: 24px;
  }

  .single-city__info-title {
    font-weight: 600;
  }

  .single-city__info-text {
    color: #464646;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.32px;
  }

  .single-city__info-blue {
    position: static;
    margin-top: 24px;
    font-size: 20px;
    line-height: 22px;
    width: 100%;
  }

  .blockquote {
    margin-left: 0;
  }

  .blockquote-title {
    min-width: 135px;
  }

  .past-item {
    margin-left: 0;
  }

  .single-content h2.big-title,
  .single-content h3.big-title,
  .single-content h4.big-title,
  .single-content h5.big-title,
  .single-content h6.big-title {
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 960px;
  }

  .single-content__slider-wrapper,
  figure.full-width,
  .trips-line {
    margin-left: 0;
    width: 960px;
    min-width: 960px;
  }

  .page-top__team .page-top__subtitle {
    width: 600px;
  }

  .page-clients .page-top__title {
    font-size: 130px;
  }

  .header-nav ul li ul {
    left: auto;
    right: -6px;
  }

  .home-blog .swiper-slide-active {
    width: 404px;
    min-width: 404px;
  }

  .page-top__title {
    font-size: 90px;
    line-height: 100%;
  }

  .page-top__subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .left-line {
    display: none;
  }

  .city-items__block {
    width: 25% !important;
    margin-top: 40px;
  }

  .city-items__block:nth-child(9) .home-blog__box-subtitle {
    width: calc(50% - 9px);
  }

  .city-items__block:nth-child(9) .home-blog__box-title {
    width: calc(50% - 9px);
  }

  .city-items__block:nth-child(9) .home-blog__box-img {
    width: calc(50% - 9px);
  }

  .city-items__block:nth-child(9) .home-blog__cat {
    left: calc(50% + 9px + 16px);
  }

  .article-center {
    width: 100%;
  }

  .article-share {
    display: none;
  }

  .article {
    padding-bottom: 94px;
  }

  .article-other {
    position: static;
    width: 100%;
    margin-top: 48px;
  }

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

  .article-other__title {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin-bottom: 16px;
  }

  .article-other__item {
    margin: 0;
    padding: 0 8px;
    border: none;
    border-right: 1px solid #000 !important;
    width: 33.333%;
  }

  .article-other__item:last-child {
    border: none !important;
  }

  .article-other__item-title {
    font-size: 18px;
    line-height: 22px;
  }

  .article-other__item-date {
    display: none;
  }

  .article-margin {
    margin: 0;
  }

  .article-top__share {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 20px;
    right: 0;
    top: -20px;
    z-index: 3;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    padding-right: 24px;
    background-image: url("../img/share.svg");
    background-repeat: no-repeat;
    background-position: right center;
  }

  .article-top__share-wrapper {
    min-width: 100%;
    padding: 0 12px 12px 12px;
    background: #000;
    top: 100%;
    right: 0;
    position: absolute;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s;
  }

  .article-top__share-wrapper a {
    color: #fff;
    margin-top: 12px;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 500;
    line-height: 16px;
    text-decoration-line: underline;
  }

  .article-top__share:hover .article-top__share-wrapper {
    opacity: 1;
    pointer-events: auto;
  }

  .about-bottom__left,
  .about-bottom__img {
    width: calc(50% - 16px);
  }

  .about-bottom__img {
    height: 360px;
  }

  .clients-top__number {
    margin-right: 32px;
  }

  .author-items__block {
    width: 25% !important;
  }

  .ambassador-arrow {
    width: 24px;
    height: 24px;
    right: 8px;
    left: auto;
  }

  .ambassador-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/ambassador-mobile.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .ambassador-arrow::after {
    display: none;
  }

  .ambassador-arrow__prev {
    left: 125px;
    right: auto;
  }

  .ambassador-arrow__prev::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .single-box {
    margin-top: 40px;
    width: 100%;
  }

  .single-breadcrumbs {
    width: 100%;
  }

  .single .article-top__lang {
    width: auto;
  }

  .single-title {
    font-size: 50px;
    line-height: 50px;
  }

  .single-content__photos-slider .swiper-slide.swiper-slide {
    width: 285px !important;
    min-width: 285px !important;
  }

  .single-content__photos-arrow {
    display: none;
  }

  .single .ambassador-slider {
    width: 100%;
  }

  .single .ambassador-slider__wrapper {
    margin-left: 0;
  }

  .single .ambassador-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single .ambassador-slider__item-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 8px 0 0 0;
    font-size: 11px;
    line-height: 11px;
    color: #464646;
    width: 100%;
  }

  .single .ambassador-arrow__prev {
    left: 8px;
  }

  img.ambassador-slider__item-img {
    width: 100%;
  }

  .single-fixed {
    left: 0;
  }
}

@media (max-width: 992px) {

  .container,
  .mobile-search__container {
    width: 730px;
  }

  .one-button__animate-btn {
    display: none;
  }

  .footer {
    padding: 40px 0 16px;
  }

  .footer-logo {
    width: 138px;
  }

  .footer-block {
    width: 100%;
  }

  .footer-nav ul {
    padding-top: 8px;
  }

  .footer-nav ul li {
    margin-top: 16px;
  }

  .footer-nav ul li:first-child {
    margin-top: 16px;
  }

  .footer-nav ul li a {
    font-size: 14px;
    line-height: 16px;
  }

  .footer-line {
    margin: 24px 0 4px;
  }

  .footer-item {
    margin-top: 20px;
  }

  .footer-item__title {
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .footer-item__text {
    font-size: 14px;
    line-height: 16px;
    margin-right: -25px;
    margin-top: 0;
  }

  .footer-item__text a {
    margin-top: 4px;
    margin-right: 25px;
  }

  .footer-bottom {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 0 0;
  }

  .footer-bottom .footer-block {
    width: auto;
    padding: 0;
    margin: 0;
  }

  .footer-bottom__text {
    font-size: 11px;
    line-height: normal;
    margin: 0;
  }

  .banner {
    margin-bottom: 48px;
    margin-top: 32px;
  }

  .contact-bottom__wrapper {
    width: 100%;
  }

  .contact-form__right,
  .contact-form__left {
    width: calc(50% - 8px);
  }

  .contact-left {
    display: none;
  }

  .contact-right {
    width: 100%;
  }

  .contact-mobile {
    display: block;
    margin-top: 24px;
    min-height: 214px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .contact-title {
    font-size: 36px;
    line-height: 36px;
  }

  .contact-subtitle {
    font-size: 14px;
    line-height: 16px;
  }

  .contact-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
  }

  .contact-link {
    width: calc(33.333% - 16px);
    margin-right: 16px;
  }

  .contact-bottomText {
    font-size: 11px;
  }

  .contact-link {
    font-size: 12px;
  }

  .header-nav {
    display: none;
  }

  .header-right {
    display: none;
  }

  .header-mobile__search {
    display: block;
  }

  .header-logo {
    margin: 0 auto;
  }

  .header-logo img {
    height: 20px;
  }

  .header-list {
    padding: 0;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .green-slider__text {
    font-size: 11px;
    line-height: normal;
    height: 34px;
  }

  .page-wrapper {
    padding-top: 74px;
  }

  .main-next {
    display: none;
  }

  .page-menu {
    height: 100%;
    z-index: 28;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #000;
    overflow-y: auto;
  }

  .page-menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .page-menu__container {
    padding: 110px 0 40px;
    width: 730px;
    margin: 0 auto;
  }

  .page-menu__mobile {
    display: block;
    padding-top: 16px;
    margin-top: 80px;
    border-top: 1px solid #fff;
  }

  .page-menu__nav ul li {
    margin-top: 24px;
  }

  .page-menu__nav ul li a {
    font-size: 24px;
    line-height: 24px;
  }

  .page-menu__nav ul li ul li {
    margin-top: 8px;
  }

  .page-menu__nav ul li ul li a {
    font-size: 18px;
    line-height: 20px;
  }

  .page-menu .footer-item {
    margin-top: 20px;
  }

  .page-menu .footer-item:first-child {
    margin-top: 0;
  }

  .home-slider .swiper-slide {
    width: 274px;
    min-width: 274px;
  }

  .home-slider__title {
    margin-top: 12px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    width: 100%;
  }

  .home-slider__img {
    height: 242px;
    width: 100%;
    border-radius: 16px;
  }

  .home-slider__subtitle {
    margin-top: 8px;
    font-size: 11px;
    line-height: normal;
    width: 100%;
  }

  .home-blog__cat {
    padding: 4px 6px;
    font-size: 11px;
    line-height: normal;
    left: 12px;
    top: 12px;
  }

  .home-blog__item {
    display: block;
  }

  .home-blog__item-img {
    border-radius: 16px;
    height: 242px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .home-blog__item-img img {
    border-radius: 0;
  }

  .home-blog__item-left,
  .home-blog__item-right {
    width: 100%;
  }

  .home-blog__item-left {
    margin-bottom: 12px;
  }

  .home-blog__item-title {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    font-weight: 500;
  }

  .home-blog__item-subtitle {
    margin: 8px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    font-weight: normal;
  }

  .home-blog__item-btn.btn {
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 6;
  }

  .home-blog__title {
    margin-bottom: 16px;
    padding: 3px 0;
    font-size: 24px;
    line-height: 26px;
  }

  .home-blog .swiper-slide-active,
  .home-blog .swiper-slide {
    width: 274px;
    min-width: 274px;
  }

  .home-blog__arrows {
    display: none;
  }

  .home-blog__box {
    padding-bottom: 0;
  }

  .home-blog__box-img {
    height: 242px;
  }

  .home-blog__box-img img {
    border-radius: 16px;
    height: 242px !important;
  }

  .home-blog__box-title {
    font-size: 14px;
    line-height: 16px;
  }

  .home-blog__box-subtitle {
    margin-top: 8px;
    font-size: 11px;
    line-height: normal;
  }

  .home-blog__slider {
    margin-top: 24px;
  }

  .breadcrumbs {
    display: none;
  }

  .page-top__list {
    display: block;
    margin: 24px 0;
  }

  .page-top__title {
    font-size: 36px;
    line-height: 100%;
  }

  .page-top__subtitle {
    width: 100%;
    font-size: 18px;
    margin-left: 0;
    line-height: 20px;
    margin-top: 16px;
    color: #4d4d4d;
    font-weight: 600;
  }

  .color-wrapper.blue-block .page-top__title.accent-color {
    color: #464646 !important;
  }

  .ranked-wrapper {
    margin-bottom: 0;
    margin-top: 40px;
    padding: 11px 0;
  }

  .ranked-title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 26px;
  }

  .ranked-item {
    font-size: 14px;
    line-height: 16px;
  }

  .ranked-item span {
    width: 36px;
    min-width: 36px;
  }

  .city-items__block {
    width: 25% !important;
    margin-top: 40px;
  }

  .city-items__block:nth-child(9) .home-blog__box-subtitle {
    width: 100%;
  }

  .city-items__block:nth-child(9) .home-blog__box-title {
    width: 100%;
  }

  .city-items__block:nth-child(9) .home-blog__box-img {
    width: 100%;
  }

  .city-items__block:nth-child(9) .home-blog__cat {
    left: 16px;
    top: 16px;
  }

  .city-items {
    margin-left: -4px;
    margin-right: -4px;
    padding-top: 0;
    margin-top: 0;
  }

  .city-items__block {
    width: 50% !important;
    margin-top: 24px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .city-items__block:nth-child(3n-2) {
    width: 100% !important;
  }

  .cats-block {
    padding-right: 0;
    margin-right: 16px;
    width: auto;
    margin-top: 0;
  }

  .cats {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 0;
    margin-top: 32px;
    padding-top: 0;
  }

  .cats-wrapper {
    overflow-x: auto;
  }

  .cats-wrapper::-webkit-scrollbar {
    display: none;
  }

  .cats-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 23px;
    white-space: nowrap;
  }

  .cats-wrapper .cats-block:nth-child(n + 8) {
    display: block;
  }

  .cats-wrapper .cats-block.cats-block__last {
    display: none !important;
  }

  .page-top__subtitle.maxw {
    max-width: 100%;
  }

  .color-wrapper:not(.page-single).blue-block .accent-color {
    color: #464646 !important;
  }

  .color-wrapper:not(.page-single).violet-block .accent-color {
    color: #464646 !important;
  }

  .color-wrapper:not(.page-single).red-block .accent-color {
    color: #464646 !important;
  }

  .color-wrapper:not(.page-single).gray-block .accent-color {
    color: #464646 !important;
  }

  .color-wrapper:not(.page-single).turquoise-block .accent-color {
    color: #464646 !important;
  }

  .page-top__team .page-top__title {
    position: static;
  }

  .page-top__team .page-top__title br {
    display: none;
  }

  .page-top__team .page-top__subtitle {
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }

  .team-block {
    width: 50%;
  }

  .policy {
    padding-bottom: 0;
  }

  .policy-wrapper {
    width: 100%;
  }

  .policy-title {
    margin: 0 0 40px;
    font-size: 36px;
    line-height: 36px;
  }

  .policy-content p {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 16px;
  }

  .policy-content h1,
  .policy-content h2,
  .policy-content h3,
  .policy-content h4,
  .policy-content h5,
  .policy-content h6 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 24px;
  }

  .policy-content ul {
    margin-bottom: 24px;
  }

  .contact-small {
    padding-top: 0;
    border: none;
  }

  .blog-wrapper {
    width: 100%;
  }

  .blog {
    padding-bottom: 48px;
  }

  .article-back {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
  }

  .article-bottom {
    margin-top: 16px;
  }

  .article-bottom__text {
    font-size: 11px;
    line-height: 11px;
  }

  .article-title {
    font-size: 36px;
    line-height: 36px;
  }

  .article-content {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }


  .article-content ul li,
  .article-content ol li {
    font-size: 14px;
    line-height: 16px;
    margin-right: 8px;
  }

  .article-content small {
    font-size: 14px;
    line-height: 16px;
  }

  .article-soc {
    display: block;
  }

  .article-soc__title {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .article-soc__links {
    width: calc(100% + 16px);
  }

  .article-soc .contact-link {
    margin: 0 16px 0 0;
    width: calc(33.333% - 16px);
  }

  .article-img {
    margin-bottom: 48px;
  }

  .article-img__text {
    margin-top: 8px;
    font-size: 11px;
  }

  .article-img__item {
    border-radius: 16px;
    min-height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .article-title {
    margin: 0;
  }

  .article-top {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 40px;
  }

  .article-top__wrapper {
    margin: 0;
    padding: 0;
  }

  .article-top__lang {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
  }

  .article-top__wrapper {
    display: block;
  }

  .article-top__category {
    padding: 0 5px;
    font-size: 11px;
    margin-top: 16px;
    margin-bottom: 14px;
  }

  .article-top__date {
    font-size: 11px;
  }

  .vacancies-wrapper {
    margin-top: 48px;
  }

  .vacancies-title {
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 26px;
  }

  .vacancies-bold {
    padding: 0 0 12px;
    margin-bottom: 0;
  }

  .vacancies-list {
    display: block;
  }

  .vacancies-left {
    width: 100%;
    padding: 0;
    margin: 0;
    min-width: 100%;
    border: none;
  }

  .vacancies-right {
    width: 100%;
    margin-top: 48px;
  }

  .vacancies-img {
    border-radius: 16px;
  }

  .vacancies-accordion__item {
    margin: 0;
    padding: 0 24px;
  }

  .vacancies-accordion__item-title {
    padding: 16px 0;
    font-size: 11px;
    font-weight: 500;
  }

  .vacancies-accordion__item-content {
    padding: 0 0 28px 0;
    font-size: 14px;
    line-height: 16px;
  }

  .vacancies-top {
    padding: 0;
    margin: 0;
  }

  .vacancies-top__content {
    position: static;
  }

  .vacancies-top__text {
    margin: 8px 0;
    width: 100%;
  }

  .vacancies-top__email {
    text-align: right;
    display: block;
  }

  .vacancies-item {
    border: none;
    padding: 0 10px;
    width: 100%;
    margin-top: 16px;
  }

  .vacancies-item__title {
    font-size: 18px;
    line-height: 22px;
  }

  .vacancies-item__text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .vacancies-top__content {
    display: block;
  }

  .vacancies {
    padding-bottom: 48px;
  }

  .vacancies-accordion__item.active .vacancies-accordion__item-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.32px;
  }

  .about-list {
    margin-top: 26px;
    display: block;
  }

  .about-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }

  .about-text {
    margin-top: 16px;
    padding: 0 10px;
  }

  .about-item {
    margin-top: 32px;
  }

  .about-left {
    margin: 0;
    width: 100%;
  }

  .about-right {
    width: 100%;
    margin-top: 32px;
  }

  .about-authors {
    padding-top: 16px;
  }

  .about-authors__item {
    margin-top: 32px;
  }

  .about-authors__item-title {
    width: 146px;
    min-width: 146px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }

  .about-authors__item-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    display: block;
  }

  .about-authors__item-text span {
    display: block;
  }

  .about-bottom__left,
  .about-bottom__img {
    width: 100%;
  }

  .about-bottom {
    margin-top: 48px;
    padding: 8px 0 24px;
    display: block;
  }

  .about-bottom__text {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
    color: #464646;
  }

  .about-bottom__email {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 2px;
  }

  .about-bottom__img {
    margin-top: 24px;
    border-radius: 16px;
    width: 100%;
    height: auto;
    height: 240px;
  }

  .page-clients .page-top__list {
    margin-top: 0;
  }

  .page-clients .page-top__subtitle {
    font-size: 16px;
    margin: 0;
    width: 100%;
  }

  .page-clients .page-top__title {
    font-size: 130px;
    margin: 0 0 16px;
    font-size: 36px;
    line-height: 36px;
  }

  .other-blog .city-items__block {
    width: 50% !important;
  }

  .clients-bottom {
    display: block;
    margin: 56px 0;
  }

  .clients-bottom__left,
  .clients-bottom__img {
    width: 100%;
  }

  .clients-bottom__img {
    height: 240px;
    width: 100%;
    margin-top: 24px;
    border-radius: 16px;
  }

  .clients-bottom__email {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 2px;
  }

  .clients-bottom__mobile {
    display: block;
    margin-bottom: 24px;
    color: #464646;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
  }

  .clients-bottom__text {
    font-size: 18px;
    line-height: 20px;
    color: #464646;
  }

  .clients-center {
    display: block;
    padding-bottom: 24px;
    margin: 48px 0;
  }

  .clients-center__content {
    width: 100%;
  }

  .clients-center__title {
    font-size: 24px;
    line-height: 26px;
    color: #464646;
    font-weight: 500;
    font-family: "FiraCode", sans-serif;
  }

  .clients-center__text {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
  }

  .clients-top {
    margin-top: 24px;
    border: none;
  }

  .clients-top__bold {
    font-size: 24px;
    line-height: 26px;
  }

  .clients-top__list {
    padding: 0;
    border: none;
  }

  .clients-top__list:last-child .clients-top__item:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .clients-top__title {
    font-size: 36px;
    line-height: 36px;
  }

  .clients-top__mt {
    margin-top: 4px;
  }

  .clients-top__number {
    margin-right: 48px;
  }

  .clients-top__item {
    width: 100%;
    padding: 16px 0 !important;
    border-bottom: 1px solid #000 !important;
    border-right: none !important;
    min-height: 10px;
  }

  .clients-top__item>* {
    margin-top: 56px;
  }

  .clients-top__item>*:first-child {
    margin-top: 0;
  }

  .clients-top__text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }

  .clients-top__text.dark-color {
    color: #464646;
  }

  .clients-top__mobile {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
  }

  .clients-price__title {
    margin-bottom: 24px;
    padding: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .clients-price__list {
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .clients-price__item {
    padding: 24px 0 24px 0 !important;
    border: none;
    border-bottom: 1px solid #000 !important;
    width: 100%;
  }

  .clients-price__item-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }

  .clients-price__item-subtitle {
    padding: 24px 0 16px;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 16px;
  }

  .clients-price__item-list li {
    margin-top: 8px;
    font-size: 11px;
    line-height: normal;
  }

  .clients-price__item-list li::before {
    width: 3px;
    height: 3px;
    top: 4px;
  }

  .author {
    padding-bottom: 48px;
  }

  .author-items__block {
    width: 50% !important;
    margin-top: 24px;
  }

  .author {
    padding-top: 26px;
  }

  .author .contact-link {
    margin-top: 0;
  }

  .author-img {
    position: static;
    width: 138px;
    height: auto;
    border-radius: 16px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .author-title {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 26px;
  }

  .author-subtitle {
    color: #464646;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.32px;
    margin: 0 0 24px;
  }

  .author-top {
    padding: 0;
  }

  .author-top .breadcrumbs-list {
    display: none;
  }

  .result {
    padding-bottom: 48px;
    padding-top: 24px;
  }

  .result .breadcrumbs {
    display: none;
  }

  .result-title {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 36px;
  }

  .result-item {
    padding: 16px 0 24px;
  }

  .result-item__cat {
    height: 22px;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
  }

  .result-item__title {
    margin: 24px 0 16px;
    font-size: 18px;
    line-height: 20px;
  }

  .result-item__text {
    font-size: 14px;
    line-height: 16px;
  }

  .result .cats {
    margin-top: 0;
  }

  .ambassadorOther {
    padding-bottom: 20px;
  }

  .ambassadorOther-title {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
  }

  .ambassadorOther-wrapper {
    padding-bottom: 18px;
    border-bottom: 1px solid #000;
  }

  .ambassadorOther .home-blog__arrows {
    display: none;
  }

  .ambassador-next {
    margin-top: 48px;
  }

  .ambassador-next__img {
    border-radius: 16px;
  }

  .ambassador-next__title {
    margin: 12px 0 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    font-family: "FiraCode", sans-serif;
  }

  .ambassador-next__text {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }

  .ambassador-next__btn.btn {
    opacity: 1;
    position: static;
    visibility: visible;
    pointer-events: auto;
    width: 260px;
    height: 40px;
  }

  .ambassador-facts {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    max-width: 100%;
  }

  .ambassador-fact__title {
    font-size: 24px;
    line-height: 26px;
  }

  .ambassador-fact__text {
    font-size: 16px;
    line-height: 20px;
  }

  .ambassador-top {
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
    margin-bottom: 48px;
  }

  .ambassador-img {
    min-width: 138px;
    width: 138px;
    margin-bottom: 16px;
  }

  .ambassador-img span {
    margin-top: 4px;
    font-size: 11px;
    position: static;
  }

  .ambassador-wrapper {
    width: 100%;
  }

  .ambassador .breadcrumbs-list {
    display: none;
  }

  .ambassador-title {
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    width: 100px;
  }

  .ambassador-subtitle {
    margin: 8px 0 16px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
  }

  .ambassador-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
    margin: 0;
  }

  .ambassador-link {
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }

  .ambassador-content {
    margin: 0;
  }

  .ambassador-content__title {
    font-size: 24px;
    line-height: 26px;
    margin: 0;
  }

  .ambassador-content__list {
    display: block;
  }

  .ambassador-content__text {
    margin: 24px 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    width: 100%;
  }

  .ambassador-content__right {
    font-size: 20px;
    line-height: 22px;
    width: 100%;
    margin: 0;
  }

  .ambassador-slider .swiper-slide {
    opacity: 1;
  }

  .ambassador-slider .swiper-slide.swiper-slide-visible .ambassador-slider__item-text {
    opacity: 1 !important;
  }

  .ambassador-slider__wrapper {
    padding: 0;
    margin-top: 32px;
  }

  .ambassador-slider__item {
    display: block;
  }

  .ambassador-slider__item-img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .ambassador-slider__item-text {
    width: 100%;
    margin-bottom: 12px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .ambassador-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    bottom: 103px;
  }

  .ambassador-arrow__prev {
    left: 8px;
  }

  .ambassador-info {
    margin-top: 12px;
    width: 100%;
    padding: 0;
  }

  .ambassador-info__list {
    display: block;
  }

  .ambassador-info__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .ambassador-info__text {
    margin: 0;
    width: 100%;
    margin: 24px 0 0 0;
    font-family: "FiraCode", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }

  .ambassador-info__title,
  .ambassador-info__subtitle {
    width: calc(50% - 8px);
  }

  .ambassador-info__title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
  }

  .ambassador-info__subtitle {
    font-size: 11px;
    margin: 0;
    font-weight: 500;
    line-height: normal;
  }

  .single-top__list {
    margin: 0;
  }

  .single-top__text {
    font-size: 11px;
    line-height: normal;
    width: auto;
    padding: 0;
  }

  .single-top {
    display: block;
  }

  .single-top__img {
    height: auto;
    min-height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 14px;
  }

  .single-top__date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .single .article-top__share {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .single-cats {
    padding-bottom: 8px;
  }

  .single-cats__item {
    padding: 0 5px;
    font-size: 11px;
  }

  .single-box {
    margin-top: 14px;
  }

  .single-box___list {
    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;
  }

  .single-title {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }

  .single .article-top__lang {
    position: static;
    width: auto;
  }

  .single-bottomText {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .article-center .article-soc {
    margin-top: 48px;
  }

  .single-breadcrumbs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 24px 0;
  }

  .single-breadcrumbs .breadcrumbs-list {
    display: none;
  }

  .single-content__list {
    margin-bottom: 48px;
  }

  h2.single-content__title,
  h3.single-content__title,
  .single-content__title {
    padding: 0 0 24px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
  }

  .single-content p,
  .text-anim {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.32px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .single-content figure {
    margin-bottom: 48px;
    font-size: 11px;
    line-height: normal;
  }

  .single-content img {
    border-radius: 16px;
  }

  .single-content .hover-img {
    border-radius: 16px;
  }

  .single-content__block {
    color: #464646;
  }

  .single-content__block img {
    border-radius: 16px;
  }

  .single-content h2,
  .single-content h3,
  .single-content h4,
  .single-content h5,
  .single-content h6 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 26px;
  }

  .single-content__blockqoute {
    margin-bottom: 48px;
  }

  .single-content__blockqoute-name {
    font-size: 11px;
    line-height: normal;
  }

  .single-content__blockqoute-text {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
  }

  .single-content__photos-slider img {
    height: 205px;
  }

  .single-content__photos {
    margin-bottom: 48px;
  }

  .single-content__slider-text {
    display: none;
  }

  .single-content__slider-top {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .single-content__slider-wrapper {
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    margin-bottom: 48px;
  }

  figure.full-width,
  .trips-line {
    margin-left: 0;
    width: 100%;
    min-width: 100%;
  }

  .single-content__thumb {
    display: none;
  }

  .single-content__slider img {
    height: 400px;
  }

  .single-content__slider-arrows {
    position: static;
  }

  .single-content__slider-arrow {
    right: 8px;
    position: absolute;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    top: 50%;
    width: 24px;
    height: 24px;
  }

  .single-content__slider-arrow::before {
    background-size: 24px;
  }

  .single-content__slider-arrow.prev {
    right: auto;
    left: 8px;
    margin: 0;
  }

  [id] {
    scroll-margin-top: 90px;
  }

  .single .ambassador-arrow {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
  }

  .single figure a::before {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }

  .single .ambassador-slider__wrapper {
    margin-bottom: 48px;
  }

  .single-heroes {
    width: 100%;
    min-width: 100%;
  }

  .single-heroes__item {
    width: calc(50% - 4px) !important;
  }

  .single-heroes__item-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
  }

  img.single-heroes__item-img {
    height: 242px;
  }

  .single-heroes {
    margin-bottom: 48px;
  }

  .single .ambassador-info {
    margin: 0 0 48px 0 !important;
  }

  .single-city__title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
  }

  .single-city__contact-item {
    margin-top: 16px;
  }

  .single-city__contact-title {
    width: 118px;
    min-width: 118px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .single-city__contact-text {
    font-size: 16px;
    line-height: 22px;
  }

  .single-city__price-item {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.32px;
  }

  .single-city__price-right {
    color: #000;
  }

  .single-city__item {
    margin-bottom: 48px;
  }

  .single-content blockquote {
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 22px;
  }

  .single-city__button {
    margin-bottom: 24px;
  }

  .single-city__button-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
  }

  .single-city__button-right.btn {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    height: 40px;
    pointer-events: auto;
    width: 261px;
  }

  .single-city__info {
    margin-top: 0;
  }

  .single-city__info-title {
    min-width: 100%;
    width: 100%;
    margin: 0 0 24px 0;
  }

  .single-city__info-item {
    display: block;
  }

  .color-wrapper.black-block .single-content p.text-big {
    margin-top: -24px;
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 20px;
  }

  .blockquote {
    margin-bottom: 32px;
    display: block;
  }

  .blockquote-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px;
  }

  .blockquote-text {
    padding: 0 10px;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }

  .past-items {
    margin-top: -12px;
    margin-bottom: 48px;
  }

  .past-item {
    display: block;
    margin-top: 16px;
  }

  .past-item__date {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 12px 0;
    font-weight: 500;
  }

  .past-item__text {
    padding: 0 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.32px;
  }

  .single-content h2.small-title,
  .single-content h3.small-title,
  .single-content h4.small-title,
  .single-content h5.small-title,
  .single-content h6.small-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }

  .single-food__item-contact {
    display: block;
    margin-bottom: 24px;
  }

  .single-food__item-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -16px;
    width: calc(100% + 16px);
    margin-top: 24px;
  }

  .single-food__item-soc .contact-link {
    margin-top: 0;
    margin: 0 16px 0 0;
    width: calc(33.333% - 16px);
  }

  .single-food__item-contact .single-city__contact {
    width: 100%;
  }

  .single-food__item {
    margin-bottom: 40px;
  }

  .single-food__item-title {
    font-size: 24px;
    line-height: 26px;
  }

  .single-food__item-subtitle {
    margin: 16px 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }

  .single-food__item-top {
    margin-bottom: 24px;
  }

  .single-content__slider-text {
    margin-top: 8px;
    font-size: 11px;
  }

  .single-food .single-content__slider-text {
    display: block;
  }

  .single-content h2.big-title,
  .single-content h3.big-title,
  .single-content h4.big-title,
  .single-content h5.big-title,
  .single-content h6.big-title {
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 40px;
  }

  .trips-items .single-food__btn.btn,
  .trips-blocks .single-food__btn.btn {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .trips-blocks .single-food__btn.btn {
    margin-top: 16px;
  }

  .trips-item {
    margin-bottom: 24px;
  }

  .trips-item__title {
    font-size: 24px;
    line-height: 26px;
  }

  .trips-item__subtitle {
    margin-top: 16px;
    color: #464646;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.32px;
  }

  .trips-item__text {
    font-size: 16px;
    line-height: 22px;
  }

  .trips-item figure {
    margin-right: 24px !important;
  }

  .trips-line {
    margin-bottom: 56px;
  }

  .single-content img.trips-block__item-img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 242px !important;
  }

  .trips-block {
    margin-bottom: 24px;
  }

  .trips-block__item-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.32px;
  }

  .trips-block__item-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .trips-block__item-bottom {
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .trips-texts {
    margin-bottom: 56px;
  }

  .trips-texts .trips-block__item-title {
    margin-top: 0 !important;
  }

  .trips-texts__item {
    margin-top: 24px;
  }

  .trips-texts__item:first-child {
    margin-top: -24px;
  }

  .trips-contact {
    padding-bottom: 32px;
  }

  .trips-contact .single-city__contact-item {
    margin-top: 16px;
  }

  .tooltip::before {
    width: 140px;
    font-size: 10px;
    line-height: 16px;
    padding: 16px;
  }

  .tooltip {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }

  img.ambassador-slider__item-img {
    height: 300px;
  }
}

@media (max-width: 767px) {

  .container,
  .page-menu__container,
  .mobile-search__container {
    width: 540px;
  }

  .author-items__block:nth-child(3n-2) {
    width: 100% !important;
  }

  .team-item__title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
  }

  .team-item__img::before {
    border-radius: 16px;
  }

  .team-item__img img {
    border-radius: 16px;
  }

  .team-item__text {
    font-size: 11px;
  }

  .city-navs {
    margin-top: 32px;
    display: block;
  }

  .city-btn.btn {
    margin-bottom: 15px;
    width: 100%;
  }

  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pagination a {
    margin: 0 4px;
  }

  .team-list {
    margin-top: -24px;
  }

  .team {
    padding-bottom: 48px;
  }

  .team-block {
    margin-top: 24px;
  }

  .blog-bold {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 26px;
  }

  .blog-item {
    padding: 20px 0;
    min-height: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-item:first-child {
    padding-top: 0;
  }

  .blog-item__img {
    width: 95px;
    min-width: 95px;
  }

  .blog-item__img img {
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .blog-item__name {
    margin: 0 8px 0 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: calc(100% - 95px - 8px);
  }

  .blog-item__date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-top: 8px;
    font-size: 11px;
  }

  .blog-block:first-child {
    margin-top: 40px;
  }

  .result-search {
    display: block;
  }

  .result-search__btn {
    width: 100%;
    min-width: 100%;
    margin-top: 12px;
  }

  .result-search__input input {
    border-right: 1px solid #000;
  }

  .single-content__list {
    display: block;
  }

  .single-content__block {
    width: 100% !important;
  }

  .single-content__block:first-child {
    margin-bottom: 12px;
  }

  .single-fixed {
    display: block;
    width: 144px;
  }

  .single-fixed__btn {
    height: 54px;
    width: 100%;
  }

  .single-fixed__buttons {
    display: block;
    max-width: 100%;
    max-height: 0;
  }

  .single-fixed__buttons.active {
    max-height: 1000px;
  }

  .single-fixed__buttons-item {
    padding: 16px;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .trips-block.big-block,
  .trips-block {
    width: 50%;
  }

  .start-anim {
    transform: none;
    opacity: 1;
  }

  .single-content img {
    min-height: 200px;
  }
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }

  img.ambassador-slider__item-img {
    height: 200px;
  }

  .voice {
    transform: scale(0.8);
    transform-origin: top left;
    margin-bottom: 30px;
  }

  .trips-block.big-block,
  .trips-block {
    width: 100%;
  }

  .single-food__btn.btn,
  .single-food__item-btn.btn {
    width: 100%;
  }

  .single-city__button-right.btn {
    width: 100%;
    min-width: 100%;
  }

  .single-heroes {
    overflow-x: auto;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-left: 16px;
  }

  .single-heroes__item {
    width: 274px;
    min-width: 274px;
    margin-right: 8px;
  }

  .single-heroes::-webkit-scrollbar {
    display: none;
  }

  .single-content__slider {
    overflow: visible;
  }

  .single-content__slider img {
    height: 230px;
  }

  .single-content__photos-wrapper {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-left: 16px;
  }

  .ambassador-next__btn.btn {
    width: 100%;
  }

  .ambassadorOther-slider {
    width: 586px;
    min-width: 586px;
  }

  .other-blog .city-items__block {
    width: 100% !important;
  }

  .other-blog .home-blog__box {
    min-height: 116px;
  }

  .other-blog .home-blog__box-content {
    width: calc(100% - 180px);
  }

  .other-blog .home-blog__box-img {
    width: 172px;
    height: 116px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .other-blog .home-blog__box-img img {
    border-radius: 12px;
    height: 116px !important;
  }

  .other-blog .home-blog__cat {
    left: calc(100% - 160px);
  }

  .other-blog .home-blog__box-title {
    margin-top: 0;
    width: 45%;
  }

  .other-blog .home-blog__box-subtitle {
    width: 45%;

  }

  .about-bottom__img {
    height: 180px;
  }

  .team-block {
    width: 100%;
  }

  .cats-wrapper {
    padding-left: 16px;
    margin-left: -16px;
    width: calc(100% + 32px);
  }

  .mobile-search__container {
    padding-left: 36px;
    width: 100%;
    padding-right: 36px;
  }

  .home-blog__slider {
    width: calc(100% + 16px);
  }

  .home-slider__wrapper {
    margin-left: -16px;
    width: calc(100% + 32px);
    padding-left: 16px;
  }

  .page-menu__container {
    width: 100%;
    padding: 110px 16px 40px;
  }

  .modal-container {
    padding: 16px;
    border-radius: 16px;
  }

  .modal-logo {
    width: 66px;
    margin-top: 32px;
  }

  .modal-title {
    font-size: 24px;
    line-height: 26px;
    margin: 16px 0 12px;
  }

  .modal-subtitle {
    font-size: 14px;
    line-height: 16px;
  }

  .modal-close {
    right: 16px;
    top: 16px;
  }

  .contact-form__right,
  .contact-form__left {
    width: 100%;
  }

  .contact-form__left {
    margin-bottom: 24px;
  }

  .contact-bottom__title {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
  }

  .contact-form__policy {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 4px 0 0 0;
    font-size: 11px;
  }

  .contact-form__input {
    margin-bottom: 12px;
  }

  .contact-form__input b {
    width: 65px;
    min-width: 65px;
    margin-right: 8px;
    font-size: 11px;
  }

  .contact-wrapper {
    padding: 7px;
  }

  .main .swiper-slide {
    width: 320px;
    min-width: 320px;
  }

  .main-slider {
    border: none;
    margin: 0;
    width: calc(100% + 24px);
  }

  .main-wrapper {
    margin-left: -8px;
  }

  .main {
    padding: 8px 0 4px;
    border-bottom: 1px solid #000;
    margin-bottom: 24px;
  }

  .main-item {
    padding-right: 8px;
    padding-left: 8px;
  }

  .main-item__title {
    width: 100%;
  }

  .article-other__list {
    padding-left: 16px;
    margin-left: -16px;
    width: calc(100% + 32px);
    overflow-x: auto;
  }

  .article-other__list::-webkit-scrollbar {
    display: none;
  }

  .article-other__item {
    width: 280px;
    min-width: 280px;
  }

  .clients-bottom__img {
    height: 180px;
  }

  .single-content__blockqoute {
    display: block;
  }

  .single-content__blockqoute-left {
    width: 100%;
    margin: 0 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .single-content__blockqoute.vertical .single-content__blockqoute-left {
    gap: 0px;

  }

  .single-content__blockqoute-name {
    margin: 0 0 0 16px;
  }

  .single-content img.single-content__blockqoute-img {
    width: 73px;
    min-width: 73px;
    height: 73px;
    max-height: 73px;
    min-height: 73px !important;
  }

  .single-content__blockqoute {
    margin-bottom: 48px;
    padding-bottom: 20px;
  }
}

img.ambassador-slider__item-img {
  height: 450px;
  object-fit: cover;
}

@media (max-width: 360px) {
  .contact-link {
    font-size: 11px;
  }

  .contact-link::after {
    margin-left: 4px;
  }

  .main .swiper-slide {
    width: 300px;
    min-width: 300px;
  }

  .mobile-search__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .city-items__block {
    width: 100% !important;
  }

  .blog-item__name {
    font-size: 14px;
    line-height: 16px;
  }

  .article-back {
    background-size: 16px;
    padding-left: 22px;
    font-size: 12px;
  }

  .article-bottom__text {
    font-size: 10px;
    line-height: 10px;
  }

  .vacancies-accordion__item,
  .vacancies-item {
    padding: 0;
  }

  .about-authors__item-title {
    width: 140px;
    min-width: 140px;
  }

  .clients-top__number {
    margin-right: auto;
  }

  .author-items__block {
    width: 100% !important;
  }
}



.interview-items {
  margin-top: -24px;
  margin-bottom: 64px;
}

.interview-item {
  margin-left: -135px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.interview-item:last-child {
  margin-bottom: 0;
}

.interview-item:first-child {
  margin-top: 0;
}

.interview__question {
  margin-left: -135px;
  font-family: "Tempora LGC Uni";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media (max-width: 1200px) {}

.interview-item__answer {
  width: 135px;
  min-width: 135px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.interview-item__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  max-width: 719px;
  width: 100%;
  color: #464646;
}

@media (max-width: 1200px) {
  .interview__question {
    margin-left: 0;
  }

  .interview-item {
    margin-left: 0;
  }

  .interview-item__answer {
    width: 60px;
    min-width: 60px;
  }

}

@media (max-width: 991.98px) {
  .interview__question {
    font-size: 22px;
  }

  .interview-item {
    margin-left: 0;
  }

  .interview-item__text {
    font-size: 16px;
  }

}