*::after,
*::before,
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  box-shadow: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font: 16px 'Montserrat', sans-serif;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #ffffff;
  background-color: #181717;
}
@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }
}
a,
a:hover,
input,
input:focus,
button,
button:focus,
select:focus {
  outline: none;
  background-color: transparent;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  flex: 1 0 auto;
}
html {
  display: flex;
  min-height: 100%;
}
.container {
  max-width: 1245px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.footer {
  width: 100%;
}
a {
  transition: all .3s;
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #eed91b;
}
.gold-gradient {
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-eclipse {
  position: relative;
}
.bg-eclipse::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 23, 23, 0.5);
}
.bg-eclipse > * {
  position: relative;
  z-index: 2;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  position: relative;
  transition: all .3s;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .btn {
    padding: 11px 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 10px 16px;
  }
}
@media screen and (max-width: 479px) {
  .btn {
    padding: 9px 14px;
  }
}
.btn::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  transform: perspective(220px) rotateX(12deg);
  border-radius: 5px;
  transition: all .3s;
}
.btn i svg {
  max-width: 51px;
  width: auto;
  transition: all .3s;
}
@media screen and (max-width: 1400px) {
  .btn i svg {
    max-height: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .btn i svg {
    max-height: 30px;
  }
}
@media screen and (max-width: 479px) {
  .btn i svg {
    max-height: 27px;
  }
}
.btn i svg path {
  fill: #3c362d;
}
.btn span {
  font-weight: 300;
  font-size: 26px;
  color: rgba(48, 42, 42, 0.93);
  padding-left: 15px;
  transition: color .3s;
}
@media screen and (max-width: 767px) {
  .btn span {
    padding-left: 10px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .btn span {
    padding-left: 10px;
    font-size: 21px;
  }
}
@media screen and (max-width: 479px) {
  .btn span {
    font-size: 19px;
    padding-left: 8px;
  }
}
.btn:hover::before {
  transform: perspective(220px) rotateX(0deg);
  background: transparent;
  border: 2px solid #eed91b;
}
.btn:hover i svg path {
  fill: #ffffff;
}
.btn:hover span {
  color: #fff;
}
.btn > * {
  position: relative;
  z-index: 2;
}
.btn--transparent::before {
  border: 2px solid #eed91b;
  background: none;
}
.btn--transparent i svg path {
  fill: #ffffff;
}
.btn--transparent span {
  color: #fff;
}
.btn--transparent:hover::before {
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
}
.btn--transparent:hover i svg path {
  fill: rgba(48, 42, 42, 0.93);
}
.btn--transparent:hover span {
  color: rgba(48, 42, 42, 0.93);
}
.btn-play {
  display: flex;
  align-items: center;
}
.btn-play__icon {
  border-radius: 50%;
  border: 3px solid #ffffff;
  flex: 0 0 53px;
  max-width: 53px;
  height: 53px;
}
@media screen and (max-width: 767px) {
  .btn-play__icon {
    flex: 0 0 43px;
    max-width: 43px;
    height: 43px;
  }
}
.btn-play span {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .btn-play span {
    font-size: 20px;
    padding-left: 11px;
  }
}
.btn img {
  max-width: 30px;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 479px) {
  .btn img {
    max-width: 25px;
  }
}
i {
  display: flex;
  justify-content: center;
}
i svg {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
  max-width: 100%;
}
.title-with-logo {
  display: flex;
}
@media screen and (max-width: 479px) {
  .title-with-logo {
    justify-content: center;
  }
}
.title-with-logo__img {
  max-width: 65px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 479px) {
  .title-with-logo__img {
    max-width: 55px;
  }
}
.title-with-logo__text {
  font-size: 32px;
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .title-with-logo__text {
    font-size: 27px;
  }
}
@media screen and (max-width: 479px) {
  .title-with-logo__text {
    font-size: 22px;
  }
}
.title-with-logo__text::before {
  content: '';
  display: block;
  width: 3px;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  margin: 0 20px;
}
@media screen and (max-width: 479px) {
  .title-with-logo__text::before {
    margin: 0 12px;
  }
}
.tab__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 479px) {
  .tab__list {
    flex-direction: column;
    align-items: center;
  }
}
.tab__list li {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  padding: 10px 60px;
  margin-right: 36px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .tab__list li {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 991px) {
  .tab__list li {
    padding: 10px 30px;
    margin-right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .tab__list li {
    padding: 8px 20px;
    margin-right: 19px;
  }
}
@media screen and (max-width: 479px) {
  .tab__list li {
    padding: 6px 15px;
    margin: 0 0 10px;
    min-width: 180px;
  }
}
.tab__list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: perspective(220px) rotateX(17deg);
  transition: all .3s;
  border: 1px solid #fff;
  border-radius: 5px;
}
.tab__list li.active span,
.tab__list li:hover span {
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: inherit;
  color: #453d3d;
}
.tab__list li.active::before,
.tab__list li:hover::before {
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  border: 1px solid transparent;
}
.tab__list li:last-child {
  margin-right: 0;
}
.tab__list li span {
  position: relative;
  z-index: 2;
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slick-slider .slick-dots {
  line-height: 1;
  bottom: -37px;
}
@media screen and (max-width: 991px) {
  .slick-slider .slick-dots {
    bottom: -27px;
  }
}
@media screen and (max-width: 479px) {
  .slick-slider .slick-dots {
    bottom: -24px;
  }
}
.slick-slider .slick-dots li {
  background: linear-gradient(65deg, rgba(238, 217, 27, 0.4) 0%, rgba(217, 207, 117, 0.4) 100%);
  border-radius: 50%;
  margin: 0 7px;
  transition: all .3s;
}
@media screen and (max-width: 991px) {
  .slick-slider .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 4px;
  }
}
@media screen and (max-width: 479px) {
  .slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
}
.slick-slider .slick-dots li:hover {
  background-color: #eed91b;
}
.slick-slider .slick-dots li.slick-active {
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
}
.slick-slider .slick-dots li button {
  display: none;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 20px;
  height: 20px;
  top: -23px;
  border-bottom: 3px solid #d9cf75;
  border-left: 3px solid #d9cf75;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 16px;
    height: 16px;
    top: -15px;
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  display: none;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  border-color: #fff;
}
.slick-slider .slick-prev {
  left: 50%;
  transform: translate(-100%, -100%) translate(-35px, -5px) rotate(45deg);
}
.slick-slider .slick-next {
  right: 50%;
  transform: translate(100%, -100%) translate(35px, -5px) rotate(-135deg);
}
.custom-slick-counter {
  text-align: center;
  font-size: 25px;
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .custom-slick-counter {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .custom-slick-counter {
    font-size: 22px;
  }
}
.custom-slick-counter .active {
  color: #909090;
}
.form-field {
  margin-bottom: 18px;
  position: relative;
  display: block;
}
@media screen and (max-width: 479px) {
  .form-field {
    margin-bottom: 14px;
  }
}
.form-field input {
  padding: 15px 20px 15px 65px;
  background-color: #212629;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .form-field input {
    padding: 13px 20px 13px 49px;
  }
}
@media screen and (max-width: 767px) {
  .form-field input {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .form-field input {
    padding: 12px 15px 12px 38px;
    font-size: 15px;
  }
}
.form-field i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .form-field i {
    left: 12px;
  }
}
.form-field i svg {
  max-width: 38px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .form-field i svg {
    max-width: 19px;
  }
}
@media screen and (max-width: 479px) {
  .form-field i svg {
    max-width: 15px;
  }
}
.form-checkbox-group .form-checkbox {
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .form-checkbox-group .form-checkbox {
    margin-bottom: 12px;
  }
}
.form-checkbox-group .form-checkbox:last-child {
  margin-bottom: 0;
}
.form-checkbox {
  display: flex;
  align-items: center;
  font-size: 19px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form-checkbox {
    font-size: 17px;
  }
}
@media screen and (max-width: 479px) {
  .form-checkbox {
    font-size: 14px;
  }
}
.form-checkbox__box {
  background-color: #2e363b;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  position: relative;
  margin-right: 12px;
}
@media screen and (max-width: 479px) {
  .form-checkbox__box {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}
.form-checkbox__box::before {
  content: '';
  display: block;
  width: 14px;
  height: 7px;
  border-bottom: 3px solid #eed91b;
  border-left: 3px solid #eed91b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all .3s;
  opacity: 0;
}
@media screen and (max-width: 479px) {
  .form-checkbox__box::before {
    width: 11px;
    height: 6px;
    border-bottom: 2px solid #eed91b;
    border-left: 2px solid #eed91b;
  }
}
.form-checkbox i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 8px;
  margin-right: 10px;
  border: 1px solid #eed91b;
}
@media screen and (max-width: 479px) {
  .form-checkbox i {
    width: 30px;
    height: 30px;
    padding: 6px;
    margin-right: 7px;
  }
}
.form-checkbox input {
  display: none;
}
.form-checkbox input:checked ~ .form-checkbox__box::before {
  opacity: 1;
}
.form-checkbox input:checked ~ i {
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  border-color: transparent;
}
.form-checkbox input:checked ~ i svg path {
  fill: #262323;
}
.form-checkbox--radio .form-checkbox__box {
  border-radius: 50%;
}
.form-checkbox--radio .form-checkbox__box::before {
  border: none;
  width: 55%;
  height: 55%;
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  border-radius: 50%;
}
.form-btn .btn {
  margin: 18px auto 0;
}
.burger,
.mobile-sidebar {
  display: none;
}
@media screen and (max-width: 991px) {
  .burger {
    display: block;
    width: 35px;
    height: 18px;
    position: relative;
  }
  .burger::before,
  .burger::after {
    content: '';
    width: 50%;
    height: 2px;
    display: block;
    border-radius: 5px;
    background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
    position: absolute;
    transition: all .3s;
  }
  .burger::before {
    top: 0;
    left: 0;
    width: 100%;
  }
  .burger::after {
    bottom: 0;
    right: 0;
  }
  .burger__line {
    height: 2px;
    width: 75%;
    border-radius: 5px;
    background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .3s;
  }
  .burger:hover::before,
  .burger:hover::after {
    background: #fff;
  }
  .burger:hover .burger__line {
    background: #fff;
  }
}
@media screen and (max-width: 991px) {
  .mobile-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    background: rgba(24, 23, 23, 0.9);
    box-shadow: 0 4px 20px 16px rgba(0, 0, 0, 0.3);
    border-radius: 14px 0 0 14px;
    z-index: 2;
    padding: 24px 20px;
    overflow-y: scroll;
    transition: all .3s;
  }
  .mobile-sidebar-top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .mobile-sidebar-top__logo img {
    max-width: 75px;
    height: auto;
  }
  .mobile-sidebar-top__close {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
  }
  .mobile-sidebar-top__close::before,
  .mobile-sidebar-top__close::after {
    content: '';
    display: block;
    width: 100%;
    height: 1.5px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
  }
  .mobile-sidebar-top__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .mobile-sidebar-top__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mobile-sidebar-top__close:hover::before,
  .mobile-sidebar-top__close:hover::after {
    background-color: #222020;
  }
  .mobile-sidebar--open {
    right: 0;
  }
}
.header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  transition: all .3s;
}
@media screen and (max-width: 1199px) {
  .header {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: -100%;
    top: 0;
    background-color: rgba(35, 35, 35, 0.8);
    transition: all .3s;
    z-index: 1;
  }
  .header-open-nav::before {
    left: 0;
  }
}
@media screen and (max-width: 479px) {
  .header {
    padding-top: 10px;
  }
}
.header__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header__wrap {
    justify-content: space-between;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrap {
    padding: 0;
  }
}
.header__logo {
  flex: 0 0 253px;
  max-width: 253px;
}
@media screen and (max-width: 1199px) {
  .header__logo {
    flex: 0 0 125px;
    max-width: 125px;
  }
}
@media screen and (max-width: 991px) {
  .header__logo {
    flex: 0 auto;
    max-width: unset;
  }
}
.header__logo img {
  max-width: 105px;
  height: auto;
  transition: max-width 0.3s;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    max-width: 85px;
  }
}
@media screen and (max-width: 479px) {
  .header__logo img {
    max-width: 75px;
  }
}
.header-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  flex: 1 0;
  padding: 0 25px;
}
@media screen and (max-width: 991px) {
  .header-menu {
    display: none;
    flex-flow: column nowrap;
    padding: 0 20px;
    text-align: center;
    align-items: center;
  }
}
.header-menu > li {
  text-transform: uppercase;
  margin-right: 50px;
}
@media screen and (max-width: 1199px) {
  .header-menu > li {
    margin-right: 35px;
  }
}
@media screen and (max-width: 991px) {
  .header-menu > li {
    margin: 0 0 20px;
  }
  .header-menu > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .header-menu > li {
    font-size: 16px;
  }
}
.header-menu > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .header-menu {
    display: none;
  }
}
.header-menu-with-children {
  position: relative;
}
.header-menu-with-children span {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header-menu-with-children span {
    padding-right: 17px;
  }
}
@media screen and (max-width: 479px) {
  .header-menu-with-children span {
    padding-right: 14px;
  }
}
.header-menu-with-children span::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateY(2px) rotate(135deg);
  transition: transform .3s;
}
@media screen and (max-width: 767px) {
  .header-menu-with-children span::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 479px) {
  .header-menu-with-children span::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (min-width: 991px) {
  .header-menu-with-children:hover span::before {
    transform: translateY(-50%) translateY(-3px) rotate(-45deg);
  }
  .header-menu-with-children:hover .header-menu-with-children__list {
    opacity: 1;
    max-height: 1000px;
  }
}
.header-menu-with-children__list {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 10px;
  transform: translateX(-50%);
  min-width: 100%;
  border-radius: 8px;
  background: #181717;
  box-shadow: 0 4px 20px 16px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: all .3s;
}
@media screen and (max-width: 991px) {
  .header-menu-with-children__list {
    position: static;
    margin-top: 0;
    box-shadow: none;
    background: none;
    transform: none;
    border-radius: 0;
  }
}
.header-menu-with-children__list li {
  border-bottom: 1px solid #eed91b3d;
}
.header-menu-with-children__list li:last-child {
  border-bottom: 0;
}
.header-menu-with-children__list li a {
  padding: 6px 15px;
  transition: all .3s;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 767px) {
  .header-menu-with-children__list li a {
    padding: 6px 12px;
  }
}
.header-menu-with-children__list li a:hover {
  background-color: #eed91b3d;
}
.header-menu-with-children--open span::before {
  transform: translateY(-50%) translateY(-3px) rotate(-45deg);
}
.header-menu-with-children--open .header-menu-with-children__list {
  margin-top: 15px;
  opacity: 1;
  max-height: 1000px;
}
.header-languages {
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .header-languages {
    margin-right: 30px;
  }
}
.header-languages__active {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header-languages__active {
    padding-right: 17px;
  }
}
@media screen and (max-width: 479px) {
  .header-languages__active {
    padding-right: 14px;
  }
}
.header-languages__active::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateY(2px) rotate(135deg);
  transition: transform .3s;
}
@media screen and (max-width: 767px) {
  .header-languages__active::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 479px) {
  .header-languages__active::before {
    width: 7px;
    height: 7px;
  }
}
.header-languages__icon {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .header-languages__icon {
    margin-right: 5px;
  }
}
@media screen and (max-width: 479px) {
  .header-languages__icon {
    margin-right: 3px;
  }
}
.header-languages__icon svg {
  width: 30px;
  height: auto;
  fill: #e6d556;
}
@media screen and (max-width: 767px) {
  .header-languages__icon svg {
    width: 26px;
  }
}
@media screen and (max-width: 479px) {
  .header-languages__icon svg {
    width: 24px;
  }
}
.header-languages__list {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 10px;
  transform: translateX(-50%);
  min-width: 100%;
  border-radius: 8px;
  background: rgba(24, 23, 23, 0.9);
  box-shadow: 0 4px 20px 16px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: all .3s;
}
.header-languages__list li {
  border-bottom: 1px solid #eed91b3d;
}
.header-languages__list li:last-child {
  border-bottom: 0;
}
.header-languages__list li a {
  padding: 6px 15px;
  transition: all .3s;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 767px) {
  .header-languages__list li a {
    padding: 6px 12px;
  }
}
.header-languages__list li a:hover {
  background-color: #eed91b3d;
}
.header-languages__list li.active {
  pointer-events: none;
}
.header-languages__list li.active a {
  color: rgba(255, 255, 255, 0.25);
}
.header-languages--open .header-languages__active::before {
  transform: translateY(-50%) translateY(-3px) rotate(-45deg);
}
.header-languages--open .header-languages__list {
  opacity: 1;
  max-height: 1000px;
}
.header-contacts {
  flex: 0 0 253px;
  max-width: 253px;
}
@media screen and (max-width: 991px) {
  .header-contacts:not(.header-contacts--thanks) {
    display: none;
    max-width: unset;
    flex: 0 0 auto;
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #eed91b;
  }
}
.header-contacts-social {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 12px;
  transition: padding-bottom 0.3s;
}
@media screen and (max-width: 991px) {
  .header-contacts-social:not(.header-contacts-social--thanks) {
    justify-content: center;
  }
}
.header-contacts-social li {
  margin-right: 14px;
}
.header-contacts-social li:last-child {
  margin-right: 0;
}
.header-contacts-social li i svg {
  max-width: 28px;
  height: auto;
  transition: max-width 0.3s;
}
@media screen and (max-width: 991px) {
  .header-contacts-social li i svg {
    max-width: 24px;
  }
}
.header-contacts-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
  transition: margin-bottom 0.3s;
}
@media screen and (max-width: 991px) {
  .header-contacts-item:not(.header-contacts-item--thanks) {
    justify-content: center;
  }
}
.header-contacts-item:last-child {
  margin-bottom: 0;
}
.header-contacts-item i svg {
  max-width: 20px;
  height: auto;
  transition: max-width 0.3s;
}
.header-contacts-item span {
  padding-left: 8px;
  font-size: 18px;
  transition: all .3s;
}
@media screen and (max-width: 991px) {
  .header-contacts-item span {
    font-size: 16px;
  }
}
.header-fixed-contacts {
  position: fixed;
  right: 20px;
  bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .header-fixed-contacts {
    right: 15px;
    bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header-fixed-contacts {
    right: 12px;
    bottom: 12px;
  }
}
@media screen and (max-width: 479px) {
  .header-fixed-contacts {
    right: 10px;
    bottom: 10px;
  }
}
.header-fixed-contacts li {
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .header-fixed-contacts li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .header-fixed-contacts li {
    margin-bottom: 8px;
  }
}
.header-fixed-contacts li:last-child {
  margin-bottom: 0;
}
.header-fixed-contacts li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  box-shadow: 0 4px 20px 14px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  animation: contacts-pulse 2s ease-in-out infinite;
}
@media screen and (max-width: 991px) {
  .header-fixed-contacts li a {
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 10px;
  }
}
.header-fixed-contacts li a i svg {
  max-width: 100%;
  height: auto;
}
.header-fixed-contacts li a i svg path {
  fill: #262323;
}
.header--fixed {
  background: linear-gradient(to right, rgba(24, 23, 23, 0.95), rgba(24, 23, 23, 0.9), rgba(24, 23, 23, 0.8));
  box-shadow: 0 4px 20px 16px rgba(0, 0, 0, 0.3);
  padding: 9px 0;
}
@media (min-width: 992px) {
  .header--fixed .header__logo img {
    max-width: 85px;
  }
  .header--fixed .header-contacts-social {
    padding-bottom: 7px;
  }
  .header--fixed .header-contacts-social li i svg {
    max-width: 22px;
  }
  .header--fixed .header-contacts-item {
    margin-bottom: 5px;
  }
  .header--fixed .header-contacts-item span {
    padding-left: 6px;
    font-size: 16px;
  }
  .header--fixed .header-contacts-item i svg {
    max-width: 16px;
  }
}
@media screen and (max-width: 991px) {
  .header--fixed .header__logo img {
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header--fixed .header__logo img {
    max-width: 65px;
  }
}
@media screen and (max-width: 479px) {
  .header--fixed .header__logo img {
    max-width: 60px;
  }
}
@keyframes contacts-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  @keyframes contacts-pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.94);
    }
    100% {
      transform: scale(1);
    }
  }
}
.hero {
  background-image: url('../images/hero/bg.jpg');
  background-position: top center;
  text-align: center;
  padding: 173px 0 170px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .hero {
    padding-bottom: 115px;
  }
}
@media screen and (max-width: 1199px) {
  .hero {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .hero {
    padding: 120px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 105px 0 20px;
  }
}
@media screen and (max-width: 479px) {
  .hero {
    padding-top: 90px;
  }
}
.hero::before {
  background-color: rgba(26, 23, 23, 0.8);
}
.hero::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 4px 65px 83px #181717;
  background-color: #181717;
}
@media screen and (max-width: 767px) {
  .hero::after {
    box-shadow: 0 4px 35px 40px #181717;
  }
}
.hero__title {
  font-size: 90px;
  line-height: 1.22;
  max-width: 1085px;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .hero__title {
    font-size: 80px;
    max-width: 965px;
  }
}
@media screen and (max-width: 991px) {
  .hero__title {
    font-size: 59px;
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 37px;
    max-width: 450px;
  }
}
@media screen and (max-width: 479px) {
  .hero__title {
    font-size: 25px;
    max-width: 310px;
  }
}
.hero__title .with-logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero__title .with-logo i {
  flex: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .hero__title .with-logo i {
    flex: 0 0 35px;
  }
}
@media screen and (max-width: 479px) {
  .hero__title .with-logo i {
    flex: 0 0 25px;
  }
}
.hero__title .with-logo span {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .hero__title .with-logo span {
    padding: 0 10px;
  }
}
.hero__title .gold-gradient {
  display: block;
}
.hero__description {
  padding: 15px 0 40px;
  font-weight: 300;
  font-size: 26px;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .hero__description {
    padding-bottom: 30px;
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .hero__description {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hero__description {
    font-size: 20px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 479px) {
  .hero__description {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.hero__btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 479px) {
  .hero__btns {
    flex-flow: column nowrap;
  }
}
@media screen and (max-width: 479px) {
  .hero__btns .btn {
    margin: 0 auto;
    max-width: 390px;
    width: 100%;
  }
}
.hero__btns .btn:first-child {
  margin-right: 60px;
}
@media screen and (max-width: 1199px) {
  .hero__btns .btn:first-child {
    margin-right: 38px;
  }
}
@media screen and (max-width: 767px) {
  .hero__btns .btn:first-child {
    margin-right: 19px;
  }
}
@media screen and (max-width: 479px) {
  .hero__btns .btn:first-child {
    margin: 0 auto 15px;
  }
}
.hero-triggers {
  padding-top: 84px;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -22px;
}
@media screen and (max-width: 1199px) {
  .hero-triggers {
    padding-top: 65px;
    margin: 0 -12px;
  }
}
@media screen and (max-width: 991px) {
  .hero-triggers {
    padding-top: 45px;
    margin: 0 -8px;
  }
}
@media screen and (max-width: 767px) {
  .hero-triggers {
    padding-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  .hero-triggers {
    padding-top: 30px;
    margin: 0 -4.5px;
  }
}
@media screen and (max-width: 374px) {
  .hero-triggers {
    display: block;
    margin: 0;
  }
}
.hero-trigger {
  flex: 0 0 calc(25% - 44px);
  max-width: calc(25% - 44px);
  margin: 0 22px;
  padding: 17px 15px 23px;
  box-shadow: 0 4px 20px 14px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  background: rgba(72, 73, 73, 0.4);
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .hero-trigger {
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
    margin: 0 12px;
    padding-bottom: 20px;
    box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.59);
  }
}
@media screen and (max-width: 991px) {
  .hero-trigger {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin: 0 8px 16px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .hero-trigger {
    border-radius: 12px;
  }
}
@media screen and (max-width: 479px) {
  .hero-trigger {
    flex: 0 0 calc(50% - 9px);
    max-width: calc(50% - 9px);
    padding: 12px 10px;
    margin: 0 4.5px 9px;
  }
}
@media screen and (max-width: 374px) {
  .hero-trigger {
    max-width: 220px;
    margin: 0 auto 15px;
  }
}
.hero-trigger i svg {
  max-height: 55px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .hero-trigger i svg {
    max-height: 40px;
  }
}
@media screen and (max-width: 479px) {
  .hero-trigger i svg {
    max-height: 30px;
  }
}
.hero-trigger__title {
  padding-top: 15px;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .hero-trigger__title {
    padding-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .hero-trigger__title {
    font-size: 15px;
  }
}
.hero-trigger__description {
  font-size: 16px;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .hero-trigger__description {
    font-size: 14px;
  }
}
.about-company {
  padding: 25px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about-company {
    background: url("../images/about-company/bg.jpg") no-repeat top center / cover;
    position: relative;
    text-align: center;
    padding-top: 65px;
  }
  .about-company::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(26, 23, 23, 0.8);
  }
  .about-company:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #181717;
    box-shadow: 0 4px 35px 40px #181717;
  }
}
.about-company__mobile-shadow {
  display: none;
}
@media screen and (max-width: 767px) {
  .about-company__mobile-shadow {
    display: block;
  }
  .about-company__mobile-shadow::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    box-shadow: 0 4px 35px 40px #181717;
  }
}
@media screen and (max-width: 479px) {
  .about-company__title span {
    text-align: left;
  }
}
.about-company__wrap {
  display: flex;
  position: relative;
}
.about-company__content {
  max-width: 60%;
  padding-right: 55px;
}
@media screen and (max-width: 1399px) {
  .about-company__content {
    max-width: 55%;
  }
}
@media screen and (max-width: 1199px) {
  .about-company__content {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-company__content {
    max-width: 70%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-company__content {
    max-width: unset;
    padding-right: 0;
  }
}
.about-company-article {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .about-company-article {
    padding: 30px 0 25px;
  }
}
@media screen and (max-width: 479px) {
  .about-company-article {
    padding: 25px 0 30px;
  }
}
.about-company-article__hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity .3s;
}
.about-company-article__hidden--open {
  max-height: 4000px;
  opacity: 1;
}
.about-company-article__read-more {
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .about-company-article__read-more {
    text-align: center;
  }
}
.about-company-article__read-more span:last-child {
  display: none;
}
.about-company-article p {
  padding-bottom: 10px;
}
.about-company-article p:last-child {
  padding-bottom: 0;
}
.about-company-triggers {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -24px;
}
@media screen and (max-width: 1399px) {
  .about-company-triggers {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-triggers {
    margin: 0 -11px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-triggers {
    margin: 0;
    text-align: center;
  }
}
.about-company-triggers__title {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about-company-triggers__title {
    justify-content: center;
    flex-flow: row wrap;
    text-align: center;
  }
}
.about-company-triggers__title i svg {
  max-width: 45px;
}
@media screen and (max-width: 767px) {
  .about-company-triggers__title i svg {
    max-width: 36px;
  }
}
.about-company-triggers__title span {
  padding-left: 15px;
  font-weight: 500;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .about-company-triggers__title span {
    font-size: 24px;
    flex: 0 0 100%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .about-company-triggers__title span {
    font-size: 20px;
    padding: 3px 0 0;
  }
}
.about-company-trigger {
  flex: 0 0 calc(50% - 48px);
  max-width: calc(50% - 48px);
  margin: 0 24px 45px;
}
@media screen and (max-width: 1399px) {
  .about-company-trigger {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-trigger {
    flex: 0 0 calc(50% - 22px);
    max-width: calc(50% - 22px);
    margin: 0 11px 22px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-trigger {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 35px;
  }
  .about-company-trigger:last-child {
    margin-bottom: 0;
  }
}
.about-company-trigger-img {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about-company-trigger-img {
    box-shadow: none;
  }
}
.about-company-trigger-img::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(181deg, rgba(103, 103, 103, 0) 0%, #000000 100%);
}
@media screen and (max-width: 767px) {
  .about-company-trigger-img::before {
    display: none;
  }
}
.about-company-trigger-img img {
  width: 100%;
  height: auto;
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  .about-company-trigger-img img {
    box-shadow: 0 4px 4px 0 rgba(75, 66, 66, 0.25);
    max-width: 310px;
    margin: 0 auto;
  }
}
.about-company-trigger__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  padding: 0 12px 12px;
}
@media screen and (max-width: 767px) {
  .about-company-trigger__title {
    position: static;
    padding: 9px 0;
    justify-content: center;
  }
}
.about-company-trigger__title i {
  flex: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .about-company-trigger__title i {
    flex: 0 0 28px;
  }
}
.about-company-trigger__title i svg {
  width: 100%;
}
.about-company-trigger__title > span {
  padding-left: 10px;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  flex: 1 0;
}
@media screen and (max-width: 767px) {
  .about-company-trigger__title > span {
    font-size: 18px;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .about-company-trigger__title > span {
    font-size: 17px;
    flex: 0 0 100%;
    padding: 3px 0 0;
  }
}
.about-company-trigger__description {
  padding-top: 11px;
}
@media screen and (max-width: 767px) {
  .about-company-trigger__description {
    padding-top: 0;
  }
}
.about-company__btns {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 7px;
}
@media screen and (max-width: 1399px) {
  .about-company__btns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-company__btns {
    margin-top: 35px;
    justify-content: center;
    flex-direction: column;
  }
}
.about-company-btn:first-child {
  margin-right: 39px;
}
@media screen and (max-width: 767px) {
  .about-company-btn:first-child {
    margin-right: 0;
  }
}
.about-company-btn:last-child {
  min-width: 190px;
}
@media screen and (max-width: 767px) {
  .about-company-btn:last-child {
    order: -1;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-btn:last-child {
    min-width: 165px;
  }
}
.about-company__img {
  position: absolute;
  left: 60%;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .about-company__img {
    left: 55%;
  }
}
@media screen and (max-width: 991px) {
  .about-company__img {
    left: 70%;
  }
}
@media screen and (max-width: 767px) {
  .about-company__img {
    display: none;
  }
}
.about-company__img::before {
  content: '';
  display: block;
  position: absolute;
  inset: -10px;
  box-shadow: inset 0 4px 24px 44px #181717;
}
.about-company__img img {
  height: 100%;
  max-width: unset;
}
@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(238, 217, 27, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(238, 217, 27, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(238, 217, 27, 0);
  }
}
.how-we-work {
  background-image: url("../images/how-we-work/bg.jpg");
  padding: 75px 0 85px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .how-we-work {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .how-we-work {
    text-align: center;
    padding: 60px 0;
  }
}
@media screen and (max-width: 479px) {
  .how-we-work {
    padding: 50px 0;
  }
}
.how-we-work::before {
  background-color: rgba(26, 23, 23, 0.8);
}
.how-we-work::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 4px 55px 70px #181717;
}
@media screen and (max-width: 767px) {
  .how-we-work::after {
    box-shadow: 0 4px 35px 40px #181717;
  }
}
.how-we-work__shadow {
  position: static;
}
.how-we-work__shadow::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  box-shadow: 0 4px 55px 70px #181717;
}
@media screen and (max-width: 767px) {
  .how-we-work__shadow::before {
    box-shadow: 0 4px 35px 40px #181717;
  }
}
.how-we-work__list {
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .how-we-work__list {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 479px) {
  .how-we-work__list {
    padding: 40px 0 35px;
  }
}
.how-we-work-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 58px 0;
  position: relative;
}
.how-we-work-item::before,
.how-we-work-item::after {
  content: '';
  display: block;
  position: absolute;
}
.how-we-work-item::before {
  height: calc(100% + 2px);
  border-right: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  border-radius: 0 24px 24px 0;
  right: 24px;
  top: -2px;
  width: calc(45% - 24px);
}
.how-we-work-item::after {
  left: 24px;
  top: calc(100% - 2px);
  border-top: 2px dashed #fff;
  border-top-left-radius: 24px;
  height: 24px;
  width: calc(55% - 24px);
}
@media screen and (max-width: 1199px) {
  .how-we-work-item {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .how-we-work-item {
    padding: 0;
    justify-content: center;
  }
  .how-we-work-item::before,
  .how-we-work-item::after {
    display: none;
  }
}
.how-we-work-item:first-child::before {
  height: 50%;
  border-top: 2px dashed #fff;
  border-radius: 0 24px 24px 0;
  top: 50%;
}
.how-we-work-item:last-child {
  padding-bottom: 0;
}
.how-we-work-item:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .how-we-work-item:last-child > .how-we-work-item-img__number {
    display: none;
  }
}
.how-we-work-item:last-of-type:nth-of-type(odd)::before {
  height: 50%;
  border-bottom: none;
  border-radius: 0 24px 0 0;
}
.how-we-work-item:last-of-type:nth-of-type(even)::before {
  height: 50%;
  border-bottom: none;
  border-radius: 24px 0 0 0;
}
.how-we-work-item-content {
  padding-right: 35px;
  flex: 0 0 55%;
  max-width: 55%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .how-we-work-item-content {
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .how-we-work-item-content {
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.how-we-work-item__title {
  display: flex;
  align-items: center;
  padding-bottom: 7px;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .how-we-work-item__title {
    font-size: 17px;
    justify-content: center;
    padding-top: 8px;
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 479px) {
  .how-we-work-item__title {
    font-size: 16px;
  }
}
.how-we-work-item__title i svg {
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .how-we-work-item__title i svg {
    max-width: 32px;
  }
}
@media screen and (max-width: 479px) {
  .how-we-work-item__title i svg {
    max-width: 28px;
  }
}
.how-we-work-item__title > span {
  padding-left: 17px;
}
@media screen and (max-width: 767px) {
  .how-we-work-item__title > span {
    padding-left: 0;
    flex: 0 0 100%;
  }
}
.how-we-work-item__description {
  padding-right: 31px;
}
@media screen and (max-width: 1199px) {
  .how-we-work-item__description {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .how-we-work-item__description {
    padding-right: 0;
  }
}
.how-we-work-item-img {
  flex: 1 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .how-we-work-item-img {
    flex: 0 0 100%;
    max-width: 100%;
    order: -1;
    justify-content: center;
  }
}
.how-we-work-item-img img {
  width: 255px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.how-we-work-item-img__number {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 29px;
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  animation: pulse-shadow 2s infinite;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .how-we-work-item-img__number {
    z-index: auto;
    display: none;
  }
}
.how-we-work-item:nth-child(even)::before {
  right: unset;
  left: 24px;
  border-left: 2px dashed #fff;
  border-right: unset;
  border-top: unset;
  height: 100%;
  border-radius: 24px 0 0 24px;
  top: 0;
}
.how-we-work-item:nth-child(even)::after {
  right: 24px;
  left: unset;
  border-radius: 0 24px 0 0;
  border-right: 2px dashed #fff;
  border-left: unset;
}
.how-we-work-item:nth-child(even) .how-we-work-item-img {
  order: -1;
}
.how-we-work-item:nth-child(even) .how-we-work-item-content {
  padding: 0 0 0 35px;
}
@media screen and (max-width: 1199px) {
  .how-we-work-item:nth-child(even) .how-we-work-item-content {
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .how-we-work-item:nth-child(even) .how-we-work-item-content {
    padding: 0;
  }
}
.how-we-work-item:nth-child(even) .how-we-work-item-img__number {
  order: -1;
}
.how-we-work-item:nth-child(even) > .how-we-work-item-img__number {
  order: 3;
}
.how-we-work-item > .how-we-work-item-img__number {
  display: none;
}
@media screen and (max-width: 767px) {
  .how-we-work-item > .how-we-work-item-img__number {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    font-size: 25px;
    display: flex;
    margin: 20px 0;
    position: relative;
  }
  .how-we-work-item > .how-we-work-item-img__number::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: calc(100% + 40px);
    border-left: 2px dashed #fff;
    z-index: -1;
  }
}
@media screen and (max-width: 479px) {
  .how-we-work-item > .how-we-work-item-img__number {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
}
.how-we-work__btn {
  text-align: center;
}
.how-we-work__btn-wrap {
  display: inline-block;
}
@keyframes pulse-show-more {
  0% {
    box-shadow: 0 0 0 0 rgba(238, 217, 27, 0.7);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(238, 217, 27, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(238, 217, 27, 0);
  }
}
@keyframes pulse-show-more-mobile {
  0% {
    box-shadow: 0 0 0 0 rgba(238, 217, 27, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(238, 217, 27, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(238, 217, 27, 0);
  }
}
.catalog {
  padding: 120px 0 110px;
}
@media screen and (max-width: 1399px) {
  .catalog {
    padding: 90px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .catalog {
    padding: 60px 0 50px;
  }
}
@media screen and (max-width: 479px) {
  .catalog {
    padding: 50px 0 35px;
  }
}
.catalog__description {
  padding-top: 15px;
  max-width: 540px;
}
@media screen and (max-width: 991px) {
  .catalog__description {
    padding-bottom: 20px;
  }
}
.catalog__description span:not(.gold-gradient) {
  display: block;
  padding-top: 7px;
}
.catalog__description a {
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  color: rgba(48, 42, 42, 0.93);
  font-weight: 600;
  border-radius: 4px;
  padding: 4px;
  display: inline-block;
  border: 1px solid transparent;
}
.catalog__description a:hover {
  background: transparent;
  border-color: #eed91b;
  color: #fff;
}
.catalog-categories {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -17px;
}
@media screen and (max-width: 1199px) {
  .catalog-categories {
    margin: 0 -12px;
  }
}
@media screen and (max-width: 1199px) {
  .catalog-categories {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-categories {
    margin: 0 -7px;
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .catalog-categories {
    margin: 0;
  }
}
.catalog-category {
  flex: 0 0 calc(33.333% - 34px);
  max-width: calc(33.333% - 34px);
  margin: 0 17px 34px;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .catalog-category {
    flex: 0 0 calc(33.333% - 24px);
    max-width: calc(33.333% - 24px);
    margin: 0 12px 24px;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 991px) {
  .catalog-category {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    margin: 0 10px 20px;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category {
    flex: 0 0 calc(50% - 14px);
    max-width: calc(50% - 14px);
    margin: 0 7px 14px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-category {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.catalog-category::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.catalog-category__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-category__title i svg {
  max-width: 30px;
  max-height: 30px;
}
@media screen and (max-width: 991px) {
  .catalog-category__title i svg {
    max-width: 22px;
    max-height: 25px;
  }
}
.catalog-category__title span {
  font-weight: 600;
  font-size: 24px;
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 14px;
}
@media screen and (max-width: 991px) {
  .catalog-category__title span {
    font-size: 20px;
    padding-left: 10px;
  }
}
.catalog-category-list {
  padding: 20px 0;
}
.catalog-category-list__title {
  font-size: 21px;
  padding-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .catalog-category-list__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-category-list__title {
    text-align: center;
    font-size: 16px;
  }
}
.catalog-category-list li {
  padding-bottom: 12px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .catalog-category-list li {
    padding-bottom: 8px;
  }
}
.catalog-category-list li:last-child {
  padding-bottom: 0;
}
.catalog-category-list li i svg {
  max-width: 20px;
  height: auto;
}
@media screen and (max-width: 479px) {
  .catalog-category-list li i svg {
    max-width: 16px;
  }
}
.catalog-category-list li span {
  font-size: 18px;
  flex: 1 0;
  padding-left: 8px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .catalog-category-list li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-category-list li span {
    font-size: 14px;
  }
}
.catalog-category-btn:first-child {
  margin-bottom: 12px;
}
@media screen and (max-width: 479px) {
  .catalog-category-btn:first-child {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 991px) {
  .catalog-category-btn .btn {
    padding: 8px 18px;
  }
}
@media screen and (max-width: 991px) {
  .catalog-category-btn .btn span {
    font-size: 22px;
  }
}
.catalog-products {
  border-bottom: 1px solid #ebd845;
  padding-top: 50px;
}
.catalog-products:last-child {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .catalog-products {
    padding-top: 30px;
  }
}
.catalog-products__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .catalog-products__title {
    flex-flow: row wrap;
  }
}
.catalog-products__title i svg {
  max-width: 30px;
  height: auto;
}
@media screen and (max-width: 479px) {
  .catalog-products__title i svg {
    max-width: 20px;
  }
}
.catalog-products__title > span {
  font-weight: 400;
  font-size: 34px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .catalog-products__title > span {
    font-size: 29px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 479px) {
  .catalog-products__title > span {
    font-size: 24px;
    padding: 5px 0 0;
  }
}
.catalog-products__title > span span {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .catalog-products__title > span span {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-products__title > span span {
    font-size: 18px;
  }
}
.catalog-products__description {
  padding: 25px 0;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .catalog-products__description {
    padding: 15px 0 20px;
  }
}
.catalog-products__description span:not(.gold-gradient) {
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .catalog-products__description span:not(.gold-gradient) {
    padding-top: 7px;
  }
}
.catalog-products__description a {
  border-bottom: 1px solid #fff;
}
.catalog-products__description a:hover {
  border-bottom-color: #eed91b;
}
.catalog-products-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .catalog-products-list {
    margin: 0 -9px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-products-list {
    margin: 0 -8px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-products-list {
    margin: 0;
  }
}
.catalog-products__show-more {
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 40px 0 30px;
}
@media screen and (max-width: 479px) {
  .catalog-products__show-more {
    margin: 30px 0;
  }
}
.catalog-products__show-more .btn {
  padding: 16px 45px;
}
@media screen and (max-width: 384px) {
  .catalog-products__show-more .btn {
    padding: 16px 18px;
  }
}
.catalog-products__show-more .btn::before {
  animation: pulse-show-more 2s infinite;
}
@media screen and (max-width: 479px) {
  .catalog-products__show-more .btn::before {
    animation: pulse-show-more-mobile 2s infinite;
  }
}
.catalog-products__show-more .btn i svg {
  max-width: 40px;
}
.catalog-products--presale .catalog-product__title {
  justify-content: center;
  text-align: center;
}
.catalog-products--presale .catalog-product__title span {
  flex: 0 0 auto;
}
@media screen and (max-width: 1199px) {
  .catalog-products--presale .catalog-product__title span {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.catalog-products--presale .catalog-product__description {
  text-align: center;
  padding-bottom: 25px;
}
@media screen and (max-width: 479px) {
  .catalog-products--presale .catalog-product__description {
    padding-bottom: 20px;
  }
}
.catalog-product {
  flex: 0 0 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  border-radius: 13px;
  backdrop-filter: blur(24px);
  box-shadow: 0 4px 20px 16px rgba(0, 0, 0, 0.59);
  background: rgba(24, 23, 23, 0.8);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .catalog-product {
    flex: 0 0 calc(33.333% - 18px);
    max-width: calc(33.333% - 18px);
    margin: 0 9px 18px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin: 0 8px 16px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-product {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.catalog-product__img {
  display: block;
  padding-top: 70%;
  position: relative;
}
.catalog-product__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.catalog-product-content {
  padding: 23px 15px 35px;
}
@media screen and (max-width: 1199px) {
  .catalog-product-content {
    padding-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .catalog-product-content {
    padding-bottom: 25px;
  }
}
.catalog-product__title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-bottom: 15px;
}
.catalog-product__title i svg {
  max-width: 32px;
  max-height: 32px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .catalog-product__title i svg {
    max-width: 20px;
    max-height: 22px;
  }
}
.catalog-product__title span {
  padding-left: 15px;
  font-size: 24px;
  font-weight: bold;
  flex: 1 0;
}
@media screen and (max-width: 1199px) {
  .catalog-product__title span {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 22px;
    padding: 8px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .catalog-product__title span {
    font-size: 19px;
    padding: 4px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product__title span {
    font-size: 17px;
  }
}
.catalog-product__description {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .catalog-product__description {
    font-size: 14px;
  }
}
.catalog-product-list {
  padding-top: 20px;
}
.catalog-product-list__title {
  font-size: 19px;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .catalog-product-list__title {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-list__title {
    font-size: 17px;
  }
}
.catalog-product-list > ul > li {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 991px) {
  .catalog-product-list > ul > li {
    padding-bottom: 11px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-list > ul > li {
    padding-bottom: 9px;
    font-size: 14px;
  }
}
.catalog-product-list > ul > li:last-child {
  padding-bottom: 0;
}
.catalog-product-list > ul > li i {
  flex: 0 0 30px;
  height: 30px;
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  border-radius: 5px;
  padding: 5px;
}
@media screen and (max-width: 991px) {
  .catalog-product-list > ul > li i {
    flex: 0 0 25px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-list > ul > li i {
    flex: 0 0 22px;
    height: 22px;
  }
}
.catalog-product-list > ul > li i svg {
  max-width: 19px;
  max-height: 18px;
  height: auto;
  width: auto;
}
@media screen and (max-width: 991px) {
  .catalog-product-list > ul > li i svg {
    max-width: 17px;
    max-height: 16px;
  }
}
.catalog-product-list > ul > li span {
  flex: 1 0;
  font-weight: 400;
  padding-left: 8px;
}
.catalog-product-list > ul ul {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 7px 0 0 38px;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .catalog-product-list > ul ul {
    padding-left: 33px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-list > ul ul {
    padding-left: 30px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-product-list > ul ul {
    font-size: 13px;
  }
}
.catalog-product-list > ul ul li {
  margin-bottom: 8px;
  position: relative;
}
.catalog-product-list > ul ul li:last-child {
  margin-bottom: 0;
}
.catalog-product-list > ul ul li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translate(-100%, -50%);
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  border-radius: 50%;
}
.catalog-product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .catalog-product-price {
    padding: 22px 0;
  }
}
.catalog-product-price i svg {
  max-width: 24px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .catalog-product-price i svg {
    max-width: 21px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-product-price i svg {
    max-width: 18px;
  }
}
.catalog-product-price p {
  font-weight: 400;
  font-size: 25px;
  padding-left: 12px;
}
@media screen and (max-width: 991px) {
  .catalog-product-price p {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-price p {
    font-size: 21px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-product-price p {
    font-size: 18px;
    padding-left: 10px;
  }
}
.catalog-product-hidden-info-modal {
  display: none;
}
.catalog-product__do-action-text {
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .catalog-product__do-action-text {
    font-size: 13px;
  }
}
.catalog-product-btns {
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .catalog-product-btns {
    padding: 0 8px;
  }
}
.catalog-product-btns .btn {
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .catalog-product-btns .btn {
    padding: 8px 22px;
  }
}
@media screen and (max-width: 991px) {
  .catalog-product-btns .btn {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-btns .btn {
    padding: 8px 11px;
  }
}
@media screen and (max-width: 1199px) {
  .catalog-product-btns .btn span {
    font-size: 23px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .catalog-product-btns .btn span {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-btns .btn span {
    font-size: 18px;
    padding-left: 8px;
  }
}
.catalog-product-btns .btn:last-child {
  margin-bottom: 0;
}
.catalog-product-btns .btn i svg {
  max-width: 22px;
}
@media screen and (max-width: 1199px) {
  .catalog-product-btns .btn i svg {
    max-width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-btns .btn i svg {
    max-width: 18px;
  }
}
.catalog__btns-compass {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .catalog__btns-compass {
    padding-top: 30px;
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 767px) {
  .catalog__btns-compass {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }
}
.catalog__btns-compass .btn {
  min-width: 350px;
}
@media screen and (max-width: 991px) {
  .catalog__btns-compass .btn {
    min-width: 340px;
    font-size: 23px;
  }
}
@media screen and (max-width: 479px) {
  .catalog__btns-compass .btn {
    min-width: 315px;
  }
}
.catalog__btns-compass .btn:first-child {
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .catalog__btns-compass .btn:first-child {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .catalog__btns-compass .btn i svg {
    max-height: 22px;
  }
}
.catalog-alert {
  max-width: 1050px;
  margin: 10px auto 0;
  line-height: 1.3;
  backdrop-filter: blur(24px);
  box-shadow: 0 4px 20px 16px rgba(0, 0, 0, 0.59);
  background-color: #181616;
  padding: 30px 50px 40px;
  border-radius: 34px;
}
@media screen and (max-width: 767px) {
  .catalog-alert {
    padding: 30px 20px 40px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-alert {
    padding: 25px 15px 35px;
    border-radius: 16px;
  }
}
.catalog-alert__title {
  padding-bottom: 20px;
  font-size: 26px;
  color: red;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .catalog-alert__title {
    font-size: 23px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-alert__title {
    font-size: 19px;
  }
}
.catalog-alert__text p {
  padding-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .catalog-alert__text p {
    padding-bottom: 12px;
  }
}
.catalog-alert__text p:last-of-type {
  padding-bottom: 0;
}
.catalog-alert__text a {
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.catalog-alert__text a:hover {
  color: #fff;
  border-bottom-color: #eed91b;
}
.catalog-alert__text ul {
  padding: 0 0 20px 20px;
}
@media screen and (max-width: 479px) {
  .catalog-alert__text ul {
    padding-left: 15px;
  }
}
.catalog-alert__text ul li {
  padding-bottom: 15px;
  color: #f77700;
}
@media screen and (max-width: 479px) {
  .catalog-alert__text ul li {
    padding-bottom: 10px;
  }
}
.catalog-alert__text ul li:last-child {
  padding-bottom: 0;
}
.catalog-alert-btn {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 479px) {
  .catalog-alert-btn {
    padding-top: 20px;
  }
}
.catalog-alert-btn span {
  font-size: 24px;
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  .catalog-alert-btn span {
    font-size: 21px;
  }
}
@media screen and (max-width: 479px) {
  .catalog-alert-btn span {
    font-size: 19px;
  }
}
.consultation {
  padding: 45px 0 85px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .consultation {
    background: url("../images/consultation/bg.jpg"), no-repeat top center / cover;
    position: relative;
  }
  .consultation::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(26, 23, 23, 0.6);
  }
  .consultation:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #181717;
    box-shadow: 0 4px 15px 25px #181717;
  }
}
@media screen and (max-width: 767px) {
  .consultation {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 479px) {
  .consultation {
    padding-bottom: 60px;
  }
}
.consultation .container {
  max-width: 1130px;
}
.consultation__wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .consultation__wrap {
    justify-content: center;
  }
}
.consultation__content {
  flex: 0 0 540px;
  max-width: 540px;
}
@media screen and (max-width: 991px) {
  .consultation__content {
    flex: 0 0 450px;
    max-width: 450px;
  }
}
@media screen and (max-width: 479px) {
  .consultation__content {
    flex: 0 0 100%;
    max-width: 380px;
  }
}
.consultation__img {
  position: absolute;
  right: 643px;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .consultation__img {
    right: 585px;
  }
}
@media screen and (max-width: 991px) {
  .consultation__img {
    right: 475px;
  }
}
@media screen and (max-width: 767px) {
  .consultation__img {
    display: none;
  }
}
.consultation__img::before {
  content: '';
  display: block;
  position: absolute;
  inset: -10px;
  box-shadow: inset 0 4px 20px 40px #181717;
}
.consultation__img img {
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
  max-width: unset;
}
.consultation__title {
  padding-bottom: 55px;
}
@media screen and (max-width: 991px) {
  .consultation__title {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .consultation__title {
    justify-content: center;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .consultation__title {
    padding-bottom: 25px;
  }
}
.consultation-form {
  backdrop-filter: blur(24px);
  box-shadow: 0 4px 20px 16px rgba(0, 0, 0, 0.59);
  background-color: #181616;
  padding: 30px 50px 40px;
  border-radius: 34px;
}
@media screen and (max-width: 991px) {
  .consultation-form {
    padding: 30px 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  .consultation-form {
    box-shadow: 0 4px 11px 6px rgba(0, 0, 0, 0.59);
  }
}
@media screen and (max-width: 479px) {
  .consultation-form {
    border-radius: 14px;
    padding: 20px 15px 25px;
  }
}
.consultation-form-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.consultation-form-title i svg {
  max-width: 45px;
}
.consultation-form-title span {
  padding-left: 12px;
}
.consultation-form__description {
  padding: 10px 0 30px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .consultation-form__description {
    padding-bottom: 20px;
  }
}
.consultation-form .btn i svg path {
  fill: #000;
}
.consultation-form .btn:hover i svg path {
  fill: #fff;
}
.gallery {
  padding-bottom: 112px;
}
@media screen and (max-width: 1199px) {
  .gallery {
    padding-bottom: 92px;
  }
}
@media screen and (max-width: 991px) {
  .gallery {
    padding: 40px 0 72px;
  }
}
@media screen and (max-width: 479px) {
  .gallery {
    padding: 30px 0 45px;
  }
}
.gallery__title {
  padding-bottom: 54px;
}
@media screen and (max-width: 991px) {
  .gallery__title {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .gallery__title {
    padding-bottom: 30px;
  }
}
.gallery-tabs {
  padding-top: 80px;
}
@media screen and (max-width: 1399px) {
  .gallery-tabs {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .gallery-tabs {
    padding-top: 35px;
  }
}
@media screen and (max-width: 479px) {
  .gallery-tabs {
    padding-top: 15px;
  }
}
.gallery-tabs .custom-slick-counter {
  max-width: 1000px;
  margin: 0 auto;
}
.gallery-slider {
  max-width: 1000px;
  margin: 0 auto;
}
.gallery-slider img {
  border-radius: 12px;
}
.gallery-video {
  padding: 0 0 95px;
}
@media screen and (max-width: 991px) {
  .gallery-video {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-video {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 479px) {
  .gallery-video {
    padding-bottom: 50px;
  }
}
.gallery-video-video {
  position: relative;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .gallery-video-video {
    border-radius: 12px;
  }
}
.gallery-video-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.gallery-video-video__play i svg {
  max-width: 82px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .gallery-video-video__play i svg {
    max-width: 60px;
  }
}
@media screen and (max-width: 479px) {
  .gallery-video-video__play i svg {
    max-width: 50px;
  }
}
.gallery-video-video__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.gallery-video-video video {
  max-width: 100%;
  height: auto;
  border-radius: 22px;
}
.gallery-video-video__description {
  font-size: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 75px 22px;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .gallery-video-video__description {
    padding: 0 50px 22px;
  }
}
@media screen and (max-width: 991px) {
  .gallery-video-video__description {
    padding: 0 20px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-video-video__description {
    padding: 0 15px 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .gallery-video-video__description {
    padding: 10px 0 0;
    font-size: 14px;
    position: static;
    justify-content: center;
    flex-flow: row wrap;
    text-align: center;
  }
}
.gallery-video-video__description i svg {
  max-width: 40px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .gallery-video-video__description i svg {
    max-width: 29px;
  }
}
@media screen and (max-width: 479px) {
  .gallery-video-video__description i svg {
    max-width: 22px;
  }
}
.gallery-video-video__description span {
  padding-left: 16px;
  flex: 1 0;
}
@media screen and (max-width: 991px) {
  .gallery-video-video__description span {
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-video-video__description span {
    padding-left: 8px;
  }
}
@media screen and (max-width: 479px) {
  .gallery-video-video__description span {
    padding-left: 0;
    flex: 0 0 100%;
  }
}
.faq {
  padding-bottom: 43px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .faq::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    box-shadow: 0 4px 15px 25px #181717;
  }
}
.faq__title {
  padding-bottom: 65px;
}
@media screen and (max-width: 1399px) {
  .faq__title {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .faq__title {
    padding-bottom: 35px;
  }
}
.faq-tabs {
  padding: 40px 0 50px;
}
@media screen and (max-width: 1399px) {
  .faq-tabs {
    padding: 30px 0 45px;
  }
}
@media screen and (max-width: 991px) {
  .faq-tabs {
    padding: 20px 0 35px;
  }
}
@media screen and (max-width: 479px) {
  .faq-tabs {
    padding: 8px 0 25px;
  }
}
.faq-item {
  padding: 25px 40px 25px 35px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .faq-item {
    padding: 15px 35px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item {
    padding: 15px 13px 15px 20px;
  }
}
@media screen and (max-width: 479px) {
  .faq-item {
    padding: 10px 11px 10px 15px;
  }
}
.faq-item::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
}
.faq-item-question {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  cursor: pointer;
  transition: color .3s;
}
.faq-item-question:hover {
  color: #eed91b;
}
.faq-item-question:hover .faq-item-question__arrow {
  border-color: #fff;
}
.faq-item-question:hover .faq-item-question__arrow::before {
  border-color: #fff;
}
.faq-item-question__num {
  font-size: 55px;
  font-weight: 600;
}
@media screen and (max-width: 1399px) {
  .faq-item-question__num {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .faq-item-question__num {
    font-size: 37px;
  }
}
@media screen and (max-width: 479px) {
  .faq-item-question__num {
    font-size: 30px;
  }
}
.faq-item-question__text {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.6;
  padding: 0 30px;
  flex: 1 0;
}
@media screen and (max-width: 1399px) {
  .faq-item-question__text {
    font-size: 24px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item-question__text {
    font-size: 19px;
    padding: 0 15px 0 20px;
  }
}
@media screen and (max-width: 479px) {
  .faq-item-question__text {
    font-size: 14px;
    padding: 0 12px 0 15px;
  }
}
.faq-item-question__arrow {
  flex: 0 0 22px;
  height: 22px;
  border-bottom: 2px solid #eed91b;
  border-left: 2px solid #eed91b;
  transform: rotate(-45deg);
  position: relative;
  transition: all .3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq-item-question__arrow {
    flex: 0 0 18px;
    height: 18px;
  }
}
@media screen and (max-width: 479px) {
  .faq-item-question__arrow {
    flex: 0 0 13px;
    height: 13px;
  }
}
.faq-item-question__arrow::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-bottom: 1px solid #eed91b;
  border-left: 1px solid #eed91b;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(4px, -1px);
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .faq-item-question__arrow::before {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 479px) {
  .faq-item-question__arrow::before {
    width: 10px;
    height: 10px;
    transform: translate(2px, -1px);
  }
}
.faq-item:last-child::before {
  display: none;
}
.faq-item__answer {
  transition: all .3s;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  padding-right: 75px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .faq-item__answer {
    padding-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__answer {
    padding-right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .faq-item__answer {
    padding-right: 0;
  }
}
.faq-item--open .faq-item-question__arrow {
  transform: rotate(135deg) translate(4px, -2px);
}
.faq-item--open .faq-item__answer {
  padding-top: 15px;
  opacity: 1;
  max-height: 3000px;
}
@media screen and (max-width: 991px) {
  .faq-item--open .faq-item__answer {
    padding-top: 10px;
  }
}
.faq-have-question {
  box-shadow: 0 4px 20px 16px rgba(0, 0, 0, 0.39);
  background: rgba(24, 23, 23, 0.6);
  border-radius: 12px;
  padding: 25px 68px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .faq-have-question {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 479px) {
  .faq-have-question {
    padding: 25px;
  }
}
.faq-have-question__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-have-question__title i svg {
  max-width: 24px;
  height: auto;
}
.faq-have-question__title span {
  font-weight: 600;
  font-size: 19px;
}
@media screen and (max-width: 479px) {
  .faq-have-question__title span {
    font-size: 16px;
  }
}
.faq-have-question__description {
  font-size: 18px;
  padding: 15px 0 30px;
}
@media screen and (max-width: 991px) {
  .faq-have-question__description {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .faq-have-question__description {
    font-size: 14px;
    padding-bottom: 15px;
  }
}
.faq-have-question__btn {
  display: inline-block;
}
.contacts {
  position: relative;
}
.contacts::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 4px 55px 70px #181717;
}
@media screen and (max-width: 767px) {
  .contacts::after {
    box-shadow: 0 4px 35px 40px #181717;
  }
}
.contacts #js-contacts__map {
  width: 100%;
  height: 808px;
}
@media screen and (max-width: 1400px) {
  .contacts #js-contacts__map {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .contacts #js-contacts__map {
    height: 520px;
  }
}
.contacts #js-contacts__map .gm-style-cc {
  display: none;
}
.contacts__wrap {
  position: absolute;
  top: 50%;
  left: calc((100% - 1245px) / 2);
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1260px) {
  .contacts__wrap {
    left: 15px;
  }
}
.contacts-block {
  backdrop-filter: blur(24px);
  box-shadow: 0 4px 20px 0 rgba(255, 255, 255, 0.11);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 32px;
  padding: 40px 45px 45px;
  display: inline-block;
  max-width: 450px;
  margin-top: 42px;
}
@media screen and (max-width: 991px) {
  .contacts-block {
    padding: 30px 35px 35px;
    margin-top: 32px;
    max-width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-block {
    padding: 25px 30px 30px;
    margin-top: 25px;
    max-width: 290px;
  }
}
@media screen and (max-width: 479px) {
  .contacts-block {
    padding: 20px 20px 25px;
    margin-top: 155px;
    border-radius: 18px;
  }
}
.contacts-block > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.contacts-block__item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contacts-block__item {
    margin-bottom: 12px;
  }
}
.contacts-block__item i svg {
  max-width: 24px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contacts-block__item i svg {
    max-width: 18px;
  }
}
@media screen and (max-width: 479px) {
  .contacts-block__item i svg {
    max-width: 16px;
  }
}
.contacts-block__item span {
  padding-left: 8px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .contacts-block__item span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-block__item span {
    font-size: 15px;
  }
}
.contacts-block__subtitle {
  padding: 15px 0 20px;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .contacts-block__subtitle {
    padding: 12px 0 10px;
    font-size: 21px;
  }
}
@media screen and (max-width: 479px) {
  .contacts-block__subtitle {
    padding: 10px 0 8px;
    font-size: 19px;
  }
}
.contacts-block-social {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contacts-block-social li {
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .contacts-block-social li {
    margin-right: 22px;
  }
}
@media screen and (max-width: 479px) {
  .contacts-block-social li {
    margin-right: 16px;
  }
}
.contacts-block-social li:last-child {
  margin-right: 0;
}
.contacts-block-social li i svg {
  max-width: 40px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contacts-block-social li i svg {
    max-width: 30px;
  }
}
@media screen and (max-width: 479px) {
  .contacts-block-social li i svg {
    max-width: 24px;
  }
}
.footer {
  padding-top: 25px;
  border-top: 1px solid #eed91b;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 15px;
  }
}
.footer__logo {
  margin-bottom: 15px;
}
.footer__logo img {
  max-width: 142px;
  height: auto;
  margin: 0 auto;
}
.footer__links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 20px 0;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .footer__links {
    padding: 15px 0 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__links {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .footer__links {
    flex-direction: column;
    align-items: center;
  }
}
.footer__links a {
  margin-right: 50px;
  text-decoration: underline;
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .footer__links a {
    margin-right: 30px;
  }
}
@media screen and (max-width: 479px) {
  .footer__links a {
    margin: 0 0 10px;
  }
}
.footer__links a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .footer__links a:last-child {
    margin-bottom: 0;
  }
}
.footer__links a:hover {
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: inherit;
  color: #fff;
  border-color: #fff;
}
.footer__copyright {
  padding: 20px 0;
  font-size: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 991px) {
  .footer__copyright {
    padding: 15px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    padding: 12px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .footer__copyright {
    padding: 10px 0;
    font-size: 13px;
  }
}
.modal {
  max-width: 1100px;
  width: 100%;
  border-radius: 13px;
  backdrop-filter: blur(24px);
  box-shadow: 0 4px 20px 16px rgba(0, 0, 0, 0.59);
  background: rgba(24, 23, 23, 0.8);
  padding: 45px 30px;
  /*modal-about-build*/
}
@media screen and (max-width: 991px) {
  .modal {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .modal {
    padding-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  .modal {
    padding: 40px 15px 35px;
  }
}
.modal__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 18px;
}
.modal__title span {
  padding-top: 10px;
}
.modal__title i svg {
  max-width: 32px;
  max-height: 32px;
}
@media screen and (max-width: 767px) {
  .modal__title i svg {
    max-width: 27px;
    max-height: 27px;
  }
}
@media screen and (max-width: 479px) {
  .modal__title i svg {
    max-width: 24px;
    max-height: 24px;
  }
}
.modal__description {
  text-align: center;
  padding: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .modal__description {
    padding: 20px 0;
  }
}
.modal__description .gold-gradient {
  font-weight: 600;
}
.modal .fancybox-close-small svg {
  background: rgba(238, 217, 27, 0.24);
  border: 1px solid #eed91b;
  border-radius: 6px;
  transition: all .3s;
}
.modal .fancybox-close-small svg path {
  transition: all .3s;
}
.modal .fancybox-close-small:hover svg {
  background: #eed91b;
}
.modal .fancybox-close-small:hover svg path {
  fill: rgba(48, 42, 42, 0.93);
}
@media screen and (max-width: 991px) {
  .modal-about-build {
    max-width: 670px;
  }
}
.modal-about-build__wrap {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 991px) {
  .modal-about-build__wrap {
    display: block;
  }
}
.modal-about-build-left {
  flex: 0 0 530px;
  max-width: 530px;
}
@media screen and (max-width: 1199px) {
  .modal-about-build-left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .modal-about-build-left {
    justify-content: center;
    margin: 0 auto;
    max-width: 460px;
  }
}
.modal-about-build-slider {
  margin-bottom: 15px;
}
.modal-about-build-slider__item img {
  width: 100%;
  border-radius: 12px;
}
.modal-about-build-slider-nav {
  margin: 0 -5px;
}
.modal-about-build-slider-nav__item {
  margin: 0 5px;
}
.modal-about-build-slider-nav__item img {
  width: 100%;
  border-radius: 12px;
}
.modal-about-build-content {
  flex: 1 0;
  padding: 20px 0 0 30px;
}
@media screen and (max-width: 991px) {
  .modal-about-build-content {
    padding: 0;
  }
}
.modal-about-build-content__title {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .modal-about-build-content__title {
    justify-content: center;
    flex-flow: row wrap;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .modal-about-build-content__title {
    font-size: 19px;
  }
}
.modal-about-build-content__title i svg {
  max-width: 32px;
  max-height: 32px;
}
@media screen and (max-width: 991px) {
  .modal-about-build-content__title i svg {
    max-width: 27px;
    max-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .modal-about-build-content__title i svg {
    max-width: 25px;
    max-height: 25px;
  }
}
@media screen and (max-width: 479px) {
  .modal-about-build-content__title i svg {
    max-width: 19px;
    max-height: 19px;
  }
}
.modal-about-build-content__title span {
  padding-left: 12px;
}
@media screen and (max-width: 991px) {
  .modal-about-build-content__title span {
    padding: 7px 0 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.modal-about-build-content__description {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .modal-about-build-content__description {
    padding-top: 25px;
  }
}
.modal-about-build-content__title-list {
  font-size: 19px;
  padding: 30px 0 15px;
}
@media screen and (max-width: 991px) {
  .modal-about-build-content__title-list {
    font-size: 18px;
    padding: 25px 0 15px;
  }
}
.modal-about-build-content__list {
  padding-bottom: 30px;
}
.modal-about-build-content__list li {
  font-size: 17px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .modal-about-build-content__list li {
    font-size: 15px;
  }
}
.modal-about-build-content__list li:last-child {
  padding-bottom: 0;
}
.modal-about-build-content__list li i {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: linear-gradient(65deg, #eed91b 0%, #d9cf75 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modal-about-build-content__list li i {
    height: 25px;
    width: 25px;
  }
}
@media screen and (max-width: 479px) {
  .modal-about-build-content__list li i {
    height: 22px;
    width: 22px;
  }
}
.modal-about-build-content__list li i svg {
  max-width: 20px;
  max-height: 20px;
}
@media screen and (max-width: 767px) {
  .modal-about-build-content__list li i svg {
    max-width: 18px;
    max-height: 18px;
  }
}
@media screen and (max-width: 479px) {
  .modal-about-build-content__list li i svg {
    max-width: 17px;
    max-height: 17px;
  }
}
.modal-about-build-content__list li span {
  flex: 1 0;
  padding-left: 8px;
}
.modal-about-build-content__price {
  justify-content: normal;
  padding-top: 0;
}
.modal-presentation {
  max-width: 450px;
}
.modal-presentation .modal__title i svg path {
  fill: #eed91b;
}
.modal-presentation .modal__title span {
  color: #fff;
}
@media screen and (max-width: 479px) {
  .modal-presentation .modal__description {
    padding: 10px 0 15px;
  }
}
.modal-order {
  max-width: 450px;
}
@media screen and (max-width: 991px) {
  .modal-order {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .modal-order {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 479px) {
  .modal-order {
    padding-top: 40px;
  }
}
.modal-welcome {
  max-width: 500px;
}
.modal-welcome__title {
  text-align: center;
  font-size: 19px;
}
@media screen and (max-width: 479px) {
  .modal-welcome__title {
    font-size: 18px;
  }
}
.modal-welcome__description {
  text-align: center;
  padding: 20px 0;
}
.modal-welcome__promo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 479px) {
  .modal-welcome__promo {
    display: block;
  }
}
.modal-welcome__promo i svg {
  margin-right: 10px;
}
@media screen and (max-width: 479px) {
  .modal-welcome__promo i svg {
    margin-right: 0;
  }
}
.modal-welcome__promo i svg path {
  fill: #e6d556;
}
.modal-welcome__promo p {
  font-weight: bold;
  font-size: 21px;
}
@media screen and (max-width: 479px) {
  .modal-welcome__promo p {
    font-size: 19px;
    text-align: center;
    padding-top: 5px;
  }
}
.thanks-page .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/catalog/apartments/14/1.jpg');
}
.thanks-page .wrapper::before {
  background-color: rgba(26, 23, 23, 0.8);
}
@media screen and (max-width: 479px) {
  .thanks-page .header-contacts-item--thanks span {
    font-size: 14px;
  }
}
.thanks-page .header-contacts--thanks {
  flex: 0 auto;
  max-width: unset;
}
.thanks {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding: 70px 0;
  }
}
.thanks .container {
  max-width: 800px;
}
@media screen and (max-width: 991px) {
  .thanks .container {
    max-width: 640px;
  }
}
.thanks__title {
  font-size: 60px;
}
@media screen and (max-width: 991px) {
  .thanks__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .thanks__title {
    font-size: 44px;
  }
}
@media screen and (max-width: 479px) {
  .thanks__title {
    font-size: 34px;
  }
}
.thanks__description {
  font-size: 26px;
  padding: 20px 0 45px;
}
@media screen and (max-width: 991px) {
  .thanks__description {
    font-size: 24px;
    padding: 15px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .thanks__description {
    font-size: 22px;
    padding: 12px 0 30px;
  }
}
@media screen and (max-width: 479px) {
  .thanks__description {
    font-size: 18px;
    padding: 10px 0 26px;
  }
}
.thanks__btn {
  display: inline-block;
}
/*Poland page*/
.languages-pl .hero__title {
  max-width: 1195px;
}
@media screen and (max-width: 1400px) {
  .languages-pl .hero__title {
    max-width: 1070px;
  }
}
@media screen and (max-width: 991px) {
  .languages-pl .hero__title {
    max-width: 735px;
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .languages-pl .hero__title {
    max-width: 460px;
    font-size: 34px;
  }
}
@media screen and (max-width: 479px) {
  .languages-pl .hero__title {
    max-width: 335px;
    font-size: 25px;
  }
}
@media screen and (max-width: 364px) {
  .languages-pl .hero__title {
    max-width: 295px;
    font-size: 22px;
  }
}
@media screen and (max-width: 364px) {
  .languages-pl .hero__description {
    font-size: 15px;
  }
}
.page-catalog .hero {
  padding: 160px 0 110px;
}
@media screen and (max-width: 1399px) {
  .page-catalog .hero {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .page-catalog .hero {
    padding-top: 120px;
  }
}
@media screen and (max-width: 479px) {
  .page-catalog .hero {
    padding: 95px 0 35px;
  }
}
.page-catalog .hero__title {
  padding-bottom: 30px;
  font-size: 71px;
}
@media screen and (max-width: 1399px) {
  .page-catalog .hero__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .page-catalog .hero__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-catalog .hero__title {
    font-size: 35px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .page-catalog .hero__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1399px) {
  .page-catalog .hero__title .with-logo span {
    padding: 0 15px;
  }
}
@media screen and (max-width: 479px) {
  .page-catalog .hero__title .with-logo span {
    padding: 0 8px;
  }
}
@media screen and (max-width: 1399px) {
  .page-catalog .hero__title .with-logo i {
    flex: 0 0 38px;
  }
}
@media screen and (max-width: 991px) {
  .page-catalog .hero__title .with-logo i {
    flex: 0 0 33px;
  }
}
@media screen and (max-width: 479px) {
  .page-catalog .hero__title .with-logo i {
    flex: 0 0 27px;
  }
}
.page-catalog .hero__btns .btn:first-child {
  margin-right: 0;
}
.page-catalog .catalog {
  position: relative;
  z-index: 1;
  padding: 20px 0 40px;
}
.page-catalog--south-cyprus .hero {
  background-image: url(../images/catalog/south-cyprus/apartments/limassol-del-mar/2.jpg);
  background-position: bottom center;
}
.page-catalog--northern-cyprus .hero {
  background-image: url(../images/catalog/villas/11/1.jpg);
  background-position: bottom center;
}
.page-home .catalog {
  padding: 15px 0 90px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .page-home .catalog {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-home .catalog {
    padding-top: 35px;
  }
}
.page-home .catalog__title {
  justify-content: center;
}
@media screen and (max-width: 374px) {
  .page-home .catalog__title .title-with-logo__text {
    flex: 0 0;
  }
}
.page-home .catalog__description {
  margin: 0 auto;
  text-align: center;
}
.page-home .catalog--double {
  padding-bottom: 50px;
}
