@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*global*/

::-moz-focus-outer,
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html {
  height: 100%;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
}
:focus {
  outline: none !important;
}
::-moz-focus-outer,
::-moz-focus-inner {
  border: 0px !important;
  padding: 0;
}
@media (min-width: 1400px) {
}
@media (max-width: 480px) {
  .g-4,
  .gx-4 {
    --bs-gutter-x: 1rem;
  }

  .g-4,
  .gy-4 {
    --bs-gutter-y: 1rem;
  }
}
a:focus,
a:active,
button:focus,.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

.btn-check:focus+.btn, .btn:focus
input,
textarea,
select,
input:active,
textarea:active,
select:active {
  outline: none!important;
}
input:focus,
select:focus,
.form-control:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  visibility: hidden;
}
input,textarea {
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #4a4743;
}

a {
  cursor: pointer;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  color: #dbaf82;

  transition: all ease 0.3s;
}
a:hover {
  text-decoration: none;
  transition: all ease 0.3s;
  color: #dbaf82;
}
p {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  margin: 0 0 20px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.06em;
  margin: 0px;
}
@media (max-width: 1199px) {
  p {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    line-height: 1.7;
  }
  .team-slide .description p {
    line-height: 1.7 !important;
    letter-spacing: 0.06em !important;
  }
}
@media (max-width: 768px) {
  p {
    margin: 0 0 14px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}
.gb {
  background-color: #fbfbfb !important;
}
#preloaderСounter {
  position: absolute;
  font-size: 34px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  animation-name: counter-animate;
  animation-delay: 0;
  animation-duration: 2250ms;
  animation-iteration-count: infinite;
  background: #dbaf82;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#preloaderWrapper {
  background: linear-gradient(107.28deg, #2b1526 19.3%, #45193b 102.12%);
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}
#preloader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes counter-animate {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
  }
}
section {
  padding: 90px 0px;
  position: relative;
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}
/*@media (min-width: 1400px) and (max-width: 1600px) {
  .container {
    max-width: 1220px !important;
  }
}*/

.zag {
  max-width: 550px;
}
@media (max-width: 480px) {
  .zag {
    max-width: 100%;
    text-align: center;
  }
}
.wh h2,
.wh p {
  color: #fff !important;
}
.zag h2 {
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .zag h2 {
    font-size: 30px;
  }
}
.zag p {
  color: #4a4743;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-left: 45px;
  position: relative;
}
.team .zag p {
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .zag p {
    padding-left: 0px;
    margin-top: 20px;
  }
}
.zag p:after {
  display: block;
  width: 30px;
  content: "";
  position: absolute;
  border-bottom: 2px solid #dbaf82;
  top: 10px;
  left: 2px;
}
@media (max-width: 480px) {
  .zag p:after {
    width: 50px;
    left: 50%;
    top: -10px;
    margin-left: -25px;
  }
}

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

.zag-center h2 {
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top:0px!important;
  margin-bottom:20px!important;
}
@media (max-width: 480px) {
  .zag-center h2 {
    font-size: 30px;
  }
}
.zag-center p {
  color: #4a4743;
  margin-top: 10px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 480px) {
  .zag-center p {
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .zag-center p:after {
    display: block;

    content: "";
    position: absolute;
    border-bottom: 2px solid #dbaf82;

    width: 50px;
    left: 50%;
    top: -10px;
    margin-left: -25px;
  }
}
/*buttons*/
.wh-btn {
  padding: 30px 65px;
  border-radius: 9px;
  text-align: center;
  background: #fff;
  color: #4a4743;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.wh-btn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all ease 0.3s;
}
.g-btn {
  padding: 30px 65px;
  border-radius: 9px;
  text-align: center;
  background: #dbaf82;
  color: #fff;
  border: 1px solid #dbaf82;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.g-btn:hover {
  background: transparent;
  color: #dbaf82;
  border: 1px solid #dbaf82;
  transition: all ease 0.3s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.gl-btn {
  padding: 30px 65px;
  border-radius: 9px;
  text-align: center;
  background: transparent;
  color: #dbaf82;
  border: 1px solid #dbaf82;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.gl-btn:hover {
  background: #dbaf82;
  color: #fff;
  border: 1px solid #dbaf82;
  transition: all ease 0.3s;
}
.gl-btn-w {
  padding: 30px 65px;
  border-radius: 9px;
  text-align: center;
  background: transparent;
    color: #fff;
  border: 1px solid #dbaf82;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.gl-btn-w:hover {
  background: #dbaf82;
  color: #fff;
  border: 1px solid #dbaf82;
  transition: all ease 0.3s;
}
@media (max-width: 480px) {
  .wh-btn,
  .g-btn,
  .gl-btn {
    padding: 20px 65px;
    width: 100%;
  }
}
/*scroll*/
.scroll {
  width: 2rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #8f9090;
  position: absolute;
  left: 4rem;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 1200px) {
  .scroll {
    left: 1rem;
  }
}

@media (min-width: 1600px) {
  .scroll {
    left: 7rem;
  }
}
@media (max-width: 1280px) {
  .scroll {
    display: none;
  }
}
.scroll .scroll__text {
  white-space: nowrap;
  -webkit-transform: translateY(-4rem) rotate(270deg);
  transform: translateY(-4rem) rotate(270deg);
  letter-spacing: 0.15rem;
  color: #fff;
  opacity: 1;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}
.scroll.wh .scroll__text {
  color: #dbaf82;
}
.scroll .scroll__line {
  height: 15rem;
  width: 1px;
  background-color: #dbaf82;
  position: relative;
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
  position: relative;
}
.scroll.wh .scroll__line {
  background-color: #bdbdbd;
}
.scroll.ts .scroll__cir {
  width: 1.6rem;
  height: 1.6rem;
}
.scroll .scroll__cir svg {
  fill: #fff;
}
.why-usluga .scroll .scroll__cir svg {
    right: auto !important;
    position: static !important;
    top: auto;
    transform: translateY(0);
    width: 100%;
}

/*nav*/
.navbar {
  z-index: 100;
  padding: 20px 10px;
  height: 125px;
  position: absolute;
  width: 100%;
}
@media (max-width: 480px) {
  .navbar {
    padding: 20px 0px;
    height: 80px;
  }
}
.nav-panel {
}
.menu-top-inline ul {
  margin-bottom: 0px;
}
.menu-top-inline ul li {
  display: inline;
  list-style-type: none;
  margin: 0px 18px; /*расстояние между пунктами по высоте*/
}
.menu-top-inline .has-sub {
  position: relative;
}
.menu-top-inline .has-sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-top-inline .has-sub:hover svg {
  fill: #dbaf82;
}
.menu-top-inline .has-sub svg {
  fill: #fff;
  margin-left: 4px;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
.menu-top-inline .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  background: #fff;
  color: #4a4743 !important;
  padding: 5px 0;
  top: calc(100% + 10px);
  left: 0;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  transition: all 0.2s ease;
  max-width: 500px;
}
.menu-top-inline .sub-menu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  top: -10px;
}
.menu-top-inline .sub-menu:after {
  content: "";
  position: absolute;
  left: 20px;
  width: 10px;
  height: 10px;
  top: -5px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-top-inline .sub-menu li {
  display: block;
  white-space: nowrap;
}
.menu-top-inline .sub-menu a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #4a4743 !important;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: color 0.3s ease;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-top-inline .sub-menu a:hover {
  color: #dbaf82 !important;
}
.menu-top-inline a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.menu-top-inline a:hover {
  color: #dbaf82;
  transition: all ease 0.1s;
}
@media (max-width: 1199px) {
  .menu-top-inline {
    display: none;
  }
}
.navbar-brand img {
  max-width: 190px;
}
@media (max-width: 768px) {
  .navbar-brand img {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  .navbar-brand img {
    max-width: 120px;
  }
}
.top-tel {
  color: #fff;
  text-align: right;
  position: relative;
  /*min-width: 200px;*/
}
@media (max-width: 1199px) {
  .top-tel {
    margin-left: 40%;
  }
}
@media (max-width: 991px) {
  .top-tel {
    margin-left: 20%;
  }
}
@media (max-width: 480px) {
  .top-tel {
    margin-left: 0%;
  }
}
.top-tel .phone-line {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.top-tel .phone-line svg {
  fill: #dbaf82;
  width: 25px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .top-tel .phone-line svg {
    width: 16px;
    height: 16px;
  }
}
.top-tel .phone-line a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .top-tel .phone-line a {
    font-size: 13px;
    margin-left: 5px;
  }
}
.top-tel .phone-line a span {
  font-weight: 400;
}
.top-tel .mailto-top {
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #dbaf82;
  text-decoration: underline;
  font-size: 14px;
}
@media (max-width: 480px) {
  .top-tel .mailto-top {
    bottom: -15px;
    font-size: 10px;
    display: none;
  }
}

.hamburger svg {
  min-width: 40px;
  fill: #dbaf82;
  transition: all ease 0.2s;
}
.hamburger:hover {
  cursor: pointer;
  transition: all ease 0.2s;
  fill: #fff;
}
.hamburger:hover svg {
  transition: all ease 0.2s;
  fill: #fff;
}
@media (max-width: 480px) {
  .hamburger {
    padding: 5px;
  }
}
.header-out {
  background-color: rgba(43, 21, 38, 0.8);
  -webkit-backdrop-filter: blur(8px) brightness(115%);
  backdrop-filter: blur(8px) brightness(115%);
  height: auto;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  transform: translateY(-100%);
}
.header-out.out {
  transition: all 0.3s ease;
  transform: translateY(0%);
}
.header-out .navbar-brand img {
  padding: 5px 0px;
}
/*top-section*/
.top-section {
  position: relative;
  min-height: -webkit-fill-available;
  height: 100vh;
  background: linear-gradient(107.28deg, #2b1526 19.3%, #45193b 102.12%);
}

.top-section .container {
  position: relative;
}
.top-section h1 {
  color: #fff;
  margin-top: 50px;
  font-size: 45px;

  line-height: 120%;

  letter-spacing: 0.1em;
}
@media (max-width: 1250px) {
  .top-section h1 {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .top-section h1 {
    font-size: 30px;
    text-align: center;
    margin-top: 80px;
  }
  .oae-page .top-section h1 {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
 .top-section.main {
    height: auto;
}
.top-section.main .col-xl-6 {
    padding-bottom: 117vw;
    padding-top: 23vh;
}
.top-section.main h1 {
    padding-top: 0;
    margin-top: 0 !important;
}
.top-section.main .boss-img {
    display: block !important;
    bottom: 0px;
    right: 13vw !important;
    max-height: 100vw !important;
}
  /*.oae-page .top-section h1 span {
    display: block;
  }*/
  
}
.top-section h1 span {
  color: #dbaf82;
  font-style: italic;
}
.top-section .subheading {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 90px;
  padding-left: 45px;
  position: relative;
}
@media (max-width: 1280px) {
  .top-section .subheading {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .top-section .subheading {
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 0;
  }
}
.top-section .subheading:after {
  display: block;
  width: 30px;
  content: "";
  position: absolute;
  border-bottom: 2px solid #dbaf82;
  top: 10px;
  left: 2px;
}
@media (max-width: 480px) {
  .top-section .subheading:after {
    display: none;
  }
}
.top-section .align-items-center {
  min-height: 100vh;
}

@media (max-width: 1199px) {
  .top-section .align-items-center {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .top-section .align-items-center {
    padding-bottom: 0px;
  }
}
@media (max-width: 480px) {
  /*.top-section .align-items-center {
    min-height: calc(100vh - 80px);
  }*/
}
.top-section .top-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 1199px) {
  .top-section .top-controls {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
  }
  .video-cnt {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .top-section .top-controls {
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .top-section .top-controls .wh-btn {
    order: 2;
    margin-top: 20px;
    padding: 20px 65px;
  }
  .video-cnt {
    margin: 30px 0px;
    order: 1;
    margin-right: 100px;
  }
}
.boss-img {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 0px;
  max-height: calc(100vh - 140px);
  /* transform: matrix(-1, 0, 0, 1, 0, 0);*/
}
@media (min-width: 1680px) {
  .boss-img {
    right: -100px;
  }
}
@media (max-width: 1024px) {
  .boss-img {
    right: 0px;
    max-height: calc(100vh - 120px);
  }
}
@media (max-width: 767px) {
  .boss-img {
    display: none;
  }
}
.boss-name {
  position: absolute;
  right: -140px;
  bottom: 100px;
  z-index: 2;
}

@media (max-width: 1440px) {
  .boss-name {
    right: -80px;
    bottom: 60px;
  }
}

@media (max-width: 1200px) {
  .boss-name {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 2;
  }
}
.boss-name .name {
  color: #dbaf82;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.boss-name .rank {
  color: #fff;
  font-size: 12px;
  font-weight: 200;
}
@media (max-width: 767px) {
  .boss-name {
    display: none;
  }
}
.pulse2 {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #dbaf82;
  border: 1px solid #dbaf82;
  font-size: 18px;
  color: #fff;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}
.pulse2:hover {
  background: transparent;
  transition: all 0.3s;
}
.pulse2 svg {
  margin: auto;
  padding-left: 3px;
  width: 30px;
  height: 30px;
  fill: #fff;
}
.pulse2::after,
.pulse2::before {
  content: "";
  position: absolute;
  border: 1px solid #dbaf82;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}

.pulse2::after {
  animation-delay: 1s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.pulse {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #dbaf82;
  border: 1px solid #dbaf82;
  font-size: 18px;
  color: #fff;
  animation: 1.6s playShadow ease-out infinite;
  display: flex;
  cursor: pointer;
  text-decoration: none;
}
.pulse svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.pulse:hover {
  color: #dbaf82;
}
.pulse span {
  margin: auto;
  padding-left: 3px;
}
.pulse:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  transition: 0.35s;
}
.pulse:hover:after {
  box-shadow: 0 0 0 4px rgba(219, 175, 130, 0.3),
    0 0 0 8px rgba(219, 175, 130, 0.2);
}

@keyframes playShadow {
  0% {
    box-shadow: 0 0 0 0px rgba(219, 175, 130, 0.3),
      0 0 0 0px rgba(219, 175, 130, 0.2);
  }
  18% {
    box-shadow: 0 0 0 0px rgba(219, 175, 130, 0.3),
      0 0 0 0px rgba(219, 175, 130, 0.2);
  }
  35% {
  }
  76% {
  }
  100% {
    box-shadow: 0 0 0 16px rgba(219, 175, 130, 0),
      0 0 0 27px rgba(219, 175, 130, 0);
  }
}

.video-cnt {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.video-cnt p {
  text-align: right;
  margin-right: 30px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

/*практики*/
.pr-card {
  background: #ffffff;
  box-shadow: 0px 1px 23px rgba(0, 0, 0, 0.07);
  border-radius: 9px;
  padding: 20px;
  position: relative;
  transition: all ease 0.3s;
}
.pr-card:hover {
  background: #2b1526;
  transition: all ease 0.3s;
}
.pr-card:hover p {
  color: #fff;
  transition: all ease 0.3s;
}
.pr-card:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all ease 0.3s;
}

.pr-card p {
  color: #4a4743;
  font-size: 16px;
  font-weight: 300;
  line-height: 147%;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
  transition: all ease 0.3s;
}
@media (max-width: 480px) {
  .pr-card p {
    font-size: 13px;
    line-height: 100%;
    min-height: 70px;
    margin-bottom: 20px;
  }
}
.pr-card span {
  font-weight: 400;
  font-size: 12px;
  line-height: 147%;

  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all ease 0.3s;
  color: #dbaf82;
}
@media (max-width: 480px) {
  .pr-card span {
    font-size: 10px;
  }
}
.pr-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.pr-card img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  transition: all ease 0.3s;
}
@media (max-width: 480px) {
  .pr-card img {
    width: 55px;
    height: 55px;
  }
}
/*о бюро*/
.about {
  background-color: #2b1526;
  /*background-image: url("../images/sec-bg-logo.png");*/

  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.about .bg-img {
  position: absolute;
  opacity: 0.4;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media (max-width: 480px) {
  .about .bg-img {
    display: none;
  }
}
.about .text-block p {
  color: #fff;
  margin-bottom: 20px;
}
.about .digits .col-6 {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .about .digits .col-6 {
    text-align: center;
  }
}
.about .digits span {
  font-size: 40px;
  font-weight: 600;

  color: #dbaf82;
}
@media (max-width: 480px) {
  .about .digits span {
    font-size: 30px;
  }
}
.about .digits p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .about .digits p {
    font-size: 12px;
  }
}

/*команда*/
.team {
  background-color: #fff;
}

.team .team-slide {
  background: #2b1526;
  background: linear-gradient(107.28deg, #2b1526 19.3%, #45193b 102.12%);
  border-radius: 9px 250px 9px 9px;
  padding: 45px;
  position: relative;
  color: #fff;
  font-family: "Jost", sans-serif;
}
@media (max-width: 768px) {
  .team .team-slide {
    border-radius: 9px 9px 9px 9px;
    padding: 20px;
  }
}

.team-slide .name {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .team-slide .name {
    padding-right: 200px;
  }
}

@media (max-width: 480px) {
  .team-slide .name {
    padding-right: 150px;
  }
}
.team-slide .name h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 121.5%;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom:10px;
}
.team-slide .name p {
  font-size: 14px;
  line-height: 17px;
  color: #dbaf82;
  letter-spacing: 0.1em;
}
.team-slide .description {
  margin-bottom: 50px;
}
.team-slide .description h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
}
.team-slide .description p {
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.team-slide .phone-line {
  display: flex;
  width: 100%;
  align-items: center;
}
.team-slide .phone-line svg {
  fill: #dbaf82;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.team-slide .phone-line a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  margin-left: 15px;
}
.team-slide .phone-line a span {
  font-weight: 400;
}

.team-slide .img-lg {
  position: absolute;
  bottom: 0px;
  right: 63px;
  max-width: 455px;
}
.team-slide .img-sm {
  display: none;
}
@media (max-width: 768px) {
  .team-slide .img-lg {
    display: none;
  }
  .team-slide .img-sm {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 100px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #dbaf82;
  }
}

.team .team-faces {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .team .team-faces {
    justify-content: space-between;
  }
}

.team-faces .ctrl {
  cursor: pointer;
  width: 80px;
  height: 80px;
}

.team-faces .team-unit {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #dbaf82;
  overflow: hidden;
  margin: 0px 10px;
  position: relative;
}

@media (max-width: 768px) {
  .team-faces .team-unit {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .team-faces .team-unit {
    display: none;
  }
}
.team-faces .team-unit img {
  overflow: hidden;
}
.toggle-slick {
  background: transparent;
  border: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.slick-list {
  overflow-y: inherit;
}

.team .slick-slide {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .team .slick-slide {
    padding-top: 0px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .team .zag p {
    margin: 20px;
  }
}
@media (max-width: 480px) {
  .team .slick-slide {
    padding-top: 0px;
  }
  .team .team-faces {
    order: 1;
    margin-top: 0px;
  }
  .team .single-item {
    order: 2;
  }
  .team .zag p {
    margin-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .team-wrapper {
    display: flex;
    flex-direction: column;
  }
}

/*новости*/
.news {
  background-color: #fbfbfb;
}

.news .news-card {
  background: #ffffff;
  box-shadow: 0px 1px 23px rgba(0, 0, 0, 0.07);
  border-radius: 9px;
  position: relative;
}

.news .news-card .top-news-img {
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 9px 9px 0px 0px;
  transition: all 0.5s ease;
}
@media (max-width: 480px) {
  .news .news-card .top-news-img {
    height: 100px;
  }
}
@media (max-width: 480px) {
  .news-zag {
    margin-top: 30px;
  }
}
.news .news-card:hover .top-news-img {
  background-size: 110%;
  transition: all 0.5s ease;
}
.news .news-card .content {
  padding: 20px;
}
.news .news-card .content a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.news .news-card .content p {
  font-size: 16px;
  font-weight: 400;
  height: 100px;
  line-height: 20px;
}
@media (max-width: 480px) {
  .news .news-card .content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
  }
}

.news .news-card .content span {
  font-size: 16px;
  font-weight: 300;
  color: #dbaf82;
}
@media (max-width: 480px) {
  .news .news-card .content span {
    font-size: 10px;
    font-weight: 500;
  }
}
.news .more-news {
  margin-top: 50px;
  text-align: center;
}
.more-news .zag h2 {
  color: #fff;
}
.more-news .zag p {
  color: #fff;
}

.news-list {
  padding-top: 180px;
  background: #2b1526;
}
@media (max-width: 480px) {
  .news-list {
    padding-top: 85px;
  }
}
.news-list .zag h2 {
  color: #fff;
}
.news-list .zag p {
  color: #fff;
}
/*форма связи*/

.form-sec {
  background: #fff;
}
.form-sec input {
  width: 100%;
}
.form-sec .vopros {
  width: 100%;
}
.ffl-wrapper {
  position: relative;
  display: block;
  padding-top: 1rem;
}
.ffl-wrapper .ffl-label {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  position: absolute;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  top: 1.25rem;
}
.ffl-wrapper.ffl-floated .ffl-label {
  top: 0;
}

.ffl-label {
  color: #909090;
  line-height: 1.2;
}
.ffl-floated .ffl-label {
  color: #dbaf82;
  font-size: 0.85rem;
}
/*
.form-sec textarea {
  height: 300px;
}*/

.form-sec .frm-input,
.form-sec textarea,
.form-sec select {
  transition: border-bottom 100ms ease;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
  box-shadow: none;
  appearance: none;
  outline: none;
  font-size: 18px;
  /* line-height: 140%; */
  font-weight: 300;
  letter-spacing: 1px;
  color: #909090;
  background-color: transparent;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #909090;
  padding: 2px 1px;
  /* height: 1.875rem;*/
}
.form-sec .frm-input:hover,
.form-sec textarea:hover,
.form-sec select:hover {
  border-bottom-width: 1px;
  border-bottom-color: #909090;
}
.form-sec .frm-input:focus,
.form-sec textarea:focus,
.form-sec select:focus {
  border-bottom-width: 1px;
  border-bottom-color: #dbaf82;
}

.form-sec textarea {
  resize: none;
  min-height: 0px;
}

.form-sec label > span {
  color: #cccccc;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="checkbox"] {
    --active: #fff;
    --active-inner: #dbaf82;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #909090;
    --border-hover: #dbaf82;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 25px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type="checkbox"]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
      opacity var(--d-o, 0.2s);
  }
  input[type="checkbox"]:checked{
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type="checkbox"]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type="checkbox"]:disabled:checked{
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type="checkbox"]:disabled + label{
    cursor: not-allowed;
  }
  input[type="checkbox"]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type="checkbox"]:focus{
    box-shadow: 0 0 0 var(--focus);
  }
  input[type="checkbox"]:not(.switch) {
    width: 25px;
  }
  input[type="checkbox"]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type="checkbox"]:not(.switch):checked {
    --o: 1;
  }
  input[type="checkbox"] + label + a{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 10px;
  }

  input[type="checkbox"]:not(.switch) {
    border: 1px solid var(--border);
    border-radius: 4px;
  }
  input[type="checkbox"]:not(.switch):after {
    width: 7px;
    height: 10px;
    border: 2px solid var(--active-inner);

    border-top: 0;
    border-left: 0;
    left: 8px;
    top: 5px;
    transform: rotate(var(--r, 20deg));
  }
  input[type="checkbox"]:not(.switch):checked {
    --r: 43deg;
  }
  input[type="checkbox"].switch {
    width: 38px;
    border-radius: 9px;
  }
  input[type="checkbox"].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type="checkbox"].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type="checkbox"].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
}
#c1 {
  background: transparent;
}
#c1 label {
  margin-left: 10px;
}
#c2 {
  background: transparent;
}
#c2 label {
  margin-left: 10px;
}
.c1-lab {
  display: inline;
}
@media (max-width: 480px) {
  .c1-lab {
    font-size: 14px;
  }
}
.form-sec label a {
  color: #dbaf82;
}
@media (max-width: 480px) {
  .form-sec label a {
    font-size: 14px;
  }
}
.form-sec .btn-box {
  margin-top: 50px;
  text-align: center;
}

/*секция контакты*/
.contact-sec {
  padding: 0;
}
@media (max-width: 480px) {
  .contact-sec {
    display: flex;
    flex-direction: column;
  }
}
[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="grayscale"><feColorMatrix type="matrix" values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"/></filter></svg>#grayscale');
  -webkit-filter: grayscale(100%);
}
.ymaps-2-1-78-map ymaps,
.ymaps-2-1-78-map ymaps:after,
.ymaps-2-1-78-map ymaps:before {
  border-radius: 0px 15px 15px 0px;
}
@media (max-width: 425px) {
  #map {
    height: 50vh;
  }
}

.contact-map {
  width: 100%;
  height: 650px;
  z-index: 1;
}
@media (max-width: 480px) {
  .contact-map {
    order: 2;
  }
}

.contact-sec .contacts {
  z-index: 2;
  padding: 50px;
  background-color: #fff;
  border-radius: 9px;
  min-width: 500px;
  box-shadow: 0px 1px 23px rgba(0, 0, 0, 0.13);
}
@media (max-width: 480px) {
  .contact-sec .contacts {
    padding: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    min-width: 0px;
    background-color: #fbfbfb;
  }
}
.cont-place {
  height: 650px;
  position: relative;
  margin-top: -650px;
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .cont-place {
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fbfbfb;
    margin-top: 0px;
    height: auto;
    padding: 30px 0px;
    order: 1;
  }
}
.cont-place .col-lg-12 {
  height: 100%;
}

.cont-place .cont-item {
  display: flex;
  position: relative;
  align-items: flex-start;
  margin-bottom: 20px;
}
.cont-place .cont-item img {
  width: 40px;
  height: 40px;
}

.cont-place .cont-item .c-content {
  display: flex;
  padding-left: 8px;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
}

.cont-place .cont-item .c-content p {
  font-size: 18px;
  line-height: 18px;
}
.cont-place .cont-item .c-content span {
  margin-top: 5px;
  font-size: 14px;
  line-height: 100%;
  color: #dbaf82;
}
.cont-place .cont-item a {
  font-size: 18px;
  line-height: 24px;
  color: #2b1526;
}

/*футер*/

footer {
  padding-top: 90px;
  background-color: #2b1526;
  color: #fff;
}
@media (max-width: 480px) {
  footer {
    padding-top: 40px;
  }
}

footer .footer-logo {
  max-width: 190px;
}
footer h4 {
  font-size: 18px;
  font-family: "Jost";
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  footer h4 {
    margin-top: 40px;
  }
}
footer h4::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0px;
  width: 30px;
  height: 2px;
  background-color: #dbaf82;
}
footer ul {
  margin-left: 0;
  padding-left: 0;
}
footer ul li {
  list-style-type: none;
  margin-bottom: 7px;
}

footer ul li a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.06em;
}
@media (max-width: 480px) {
  footer ul li a {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}
footer ul li a:hover {
  color: #dbaf82;
}
footer .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  footer .footer-contact {
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  footer .footer-contact {
    margin-top: 40px;
    align-items: flex-start;
  }
}
footer .footer-contact .footer-phone {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
footer .footer-contact .footer-phone span {
  font-weight: 300;
}

footer .footer-contact .callback {
  color: #dbaf82;
  font-weight: 300;
  text-decoration: underline;
}
@media (max-width: 480px) {
  footer .footer-contact .callback {
    font-size: 12px;
  }
}
footer .copyright {
  margin-top: 30px;
  padding: 20px 0px;
  font-size: 14px;
  border-top: 1px solid #dbaf82;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 480px) {
  footer .copyright {
    padding: 10px 10px;
    font-size: 10px;
  }
}
footer .copyright .right-copy {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

footer .copyright .right-copy a {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 480px) {
  footer .copyright .right-copy a {
    font-size: 10px;
  }
}
footer .copyright .right-copy a:hover {
  color: #dbaf82;
}

/*modals*/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  right: 0px;
  position: fixed;
  margin: auto;
  width: 450px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

@media (max-width: 480px) {
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    width: 100%;
  }
}
.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 0px 25px 80px;
}

/* Left */
.modal .modal-dialog {
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}

/*Right*/

.modal .modal-dialog.side-menu {
  -webkit-transform: translate(100%, 0) scale(1);
  transform: translate(100%, 0) scale(1);
}
/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}
/*боковое меню*/
.side-menu .modal-header {
  border-bottom: 0px;
  background-color: #ffff;
}

.modal.fade.right .modal-dialog {
  transform: translate(125%, 0px);
}

.modal.show.right .modal-dialog {
  transform: none;
  box-shadow: 0px 0px 30px #00000020;
}
.side-menu .menu {
  margin-top: 50px;
}
.side-menu .side-logo {
  max-width: 250px;
  height: auto;
  margin-bottom: 50px;
}

.side-menu ul {
  padding-left: 0px;
}
.side-menu ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.side-menu li a {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #4a4743;
}

.side-menu li a:hover {
  color: #dbaf82;
  fill: #dbaf82;
}
.side-menu li a:hover {
  /*padding-left: 10px;*/
  position: relative;
}
.side-menu li:hover {
  color: #dbaf82;
}
.side-menu li:hover {
  /*padding-left: 10px;*/
  position: relative;
}
.side-has-sub .side-sub-menu {
  display: none;

  transition: all 0.5s ease-in-out;
}

.side-has-sub {
  cursor: pointer;
}

.side-has-sub svg {
  fill: #4a4743;
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  transition: all 0.2s ease-in-out;
}
.side-has-sub.menu-active svg {
  fill: #dbaf82;
  transform-box: fill-box;
  transform-origin: center;
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
}
.side-has-sub.menu-active .side-sub-menu {
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.side-sub-menu {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
}
.side-sub-menu li a {
  font-size: 15px;
  font-weight: 300;
  text-transform: inherit;
  letter-spacing: 0px;
  color: #4a4743;
}

.side-menu .modal-footer {
  border-top: 0px;
  display: flex;
  flex-shrink: 0;
  padding: 25px;
  border-top: 1px solid #f6f8ff;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0px;
  padding-left: 15px;
}

.side-menu .cont-item {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 20px;
}
.side-menu .cont-item img {
  width: 40px;
  height: 40px;
}

.side-menu .cont-item .c-content {
  display: flex;
  padding-left: 8px;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
}

.side-menu .cont-item .c-content p {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0px;
}
.side-menu .cont-item .c-content span {
  margin-top: 5px;
  font-size: 14px;
  line-height: 100%;
  color: #dbaf82;
}
.side-menu .cont-item a {
  font-size: 18px;
  line-height: 18px;
  color: #2b1526;
}

/*single news*/
.single-news {
  padding-top: 125px;
  min-height: 20vh;
  background: #2b1526;
  background-color: #2b1526;
}
@media (max-width: 480px) {
  .single-news {
    padding-top: 85px;
  }
}
.single-news .top-nav .menu-top-inline a {
  color: #4a4743;
}

.single-news .top-nav .menu-top-inline a:hover {
  color: #dbaf82;
  transition: all ease 0.1s;
}
.top-section.single-news .top-nav .menu-top-inline .has-sub svg {
  fill: #4a4743;
}

.single-news .top-nav .top-tel .phone-line a {
  color: #4a4743;
}

.single-news .top-nav .top-tel .phone-line svg {
  fill: #4a4743;
}

.single-news .news-box {
  padding: 30px 50px;
  background: #ffffff;
  box-shadow: 0px 1px 23px rgba(0, 0, 0, 0.07);
  border-radius: 9px;
  margin: 30px 0px;
}

@media (max-width: 480px) {
  .single-news .news-box {
    padding: 20px 10px;
  }
}
.single-news .news-box .zag-news {
  margin: 40px 0px;
}
@media (max-width: 480px) {
  .single-news .news-box .zag-news {
    margin: 0px 0px 40px 0px;
  }
}
.single-news .news-box .zag-news h1 {
  margin-top: 0px;

  font-size: 30px;
  color: #4a4743;
}
@media (max-width: 480px) {
  .single-news .news-box .zag-news h1 {
    font-size: 24px;
    text-align: left;
    font-weight: 600;
  }
}
.single-news .news-box .zag-news p {
  margin-top: 20px;
  font-size: 14px;
  color: #dbaf82;
}
.single-news .img-news {
  margin-bottom: 20px;
}
.single-news .news-box .news-text p {
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .single-news .news-box .news-text p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .single-news .news-box .breadcrumbs {
    display: none;
  }
}
.single-news .news-box .breadcrumbs ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.single-news .news-box .breadcrumbs ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 14px;
}
@media (max-width: 480px) {
  .single-news .news-box .breadcrumbs ul > li {
    font-size: 10px;
  }
}
.single-news .news-box .breadcrumbs ul > li:first-child:before {
  display: none;
}
.single-news .news-box .breadcrumbs ul > li:before {
  content: "—";
  margin: -2px 9px 0 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 100;
  line-height: 1;
  color: #4a4743;
}
.single-news .news-box .breadcrumbs ul > li > a {
  text-decoration: none;
  font-size: 14px;
  color: #dbaf82;
}
@media (max-width: 480px) {
  .single-news .news-box .breadcrumbs ul > li > a {
    font-size: 10px;
  }
}
.news.more-news {
  padding-top: 90px;
  background-color: #2b1526;
}
@media (max-width: 480px) {
  .news.more-news {
    padding-top: 30px;
  }
}
.news-box .social {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 480px) {
  .news-box .social {
    margin-top: 30px;
    justify-content: center;
  }
}
.news-box .social p {
  margin-right: 15px;
  font-size: 14px;
  color: #dbaf82;
}
@media (max-width: 480px) {
  .news-box .social p {
    display: none;
  }
}
.ya-share2__container,
.ya-share2__container .ya-share2__item {
  text-align: right;
}

/*single service*/
.top-section .service-img {
}

.top-section .service-img {
  position: absolute;
  z-index: 1;
  right: 0px;

  max-height: 550px;
  margin-top: 60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .top-section .service-img {
    right: 0px;

    max-height: calc(100vh - 120px);
  }
}
@media (max-width: 1024px) {
  .top-section .service-img {
    max-height: 450px;
  }
}
@media (max-width: 768px) {
  .top-section .service-img {
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .top-section .service-img {
    display: none;
  }
}
.service-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 480px) {
  .service-controls {
    margin-top: 70px;
    justify-content: center;
  }
}
.audit-card {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 1px 23px rgba(0, 0, 0, 0.07);
  border-radius: 9px;
  padding: 30px;

  height: 100%;
  transition: all ease 0.9s;
  -webkit-transition-property: top, bottom;
  -webkit-transition-duration: 0.5s;
}
@media (max-width: 768px) {
  .audit-card {
    padding: 30px;
    height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .audit-card {
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
  }
}

.audit-card h3 {
  font-family: "Jost", sans-serif;
  color: #dbaf82;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .audit-card h3 {
    font-size: 16px;
  }
}
.audit-card p {
  font-size: 13px;
  margin-bottom: 60px;
  height: 100px;
}
@media (max-width: 768px) {
  .audit-card p {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .audit-card p {
    font-size: 13px;
    margin-bottom: 80px;
  }
}
.audit-card img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 90px;
  height: 90px;
}

.audit .btn-box {
  margin-top: 60px;
  text-align: center;
}

.why-usluga {
  background-color: #2b1526;
  /*background-image: url("../images/logo-znak.svg");*/
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 48%;
}
.why-usluga .bg-img {
  position: absolute;
  opacity: 1;

  bottom: 0;
  height: 100%;
}
.why-usluga svg {
  position: absolute;
  opacity: 1;

  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  height: auto;
}
@media (max-width: 1440px) {
  .why-usluga svg {
    width: 50%;
  }
}
.why-usluga.right svg {
  right: 0;
}
.why-usluga.left svg {
  left: 0;
}
@media (max-width: 480px) {
  .why-usluga .bg-img {
    display: none;
  }
}
.why-usluga .text-block {
  margin-bottom: 60px;
}
.about .text-block {
  margin-bottom: 20px;
}
.why-usluga .text-block p {
  color: #fff;
  margin-bottom: 20px;
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 8744.9990234375px;
    stroke-dasharray: 8744.9990234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8744.9990234375px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 8744.9990234375px;
    stroke-dasharray: 8744.9990234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8744.9990234375px;
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 20s ease-in 0s both;
  animation: animate-svg-stroke-1 20s ease-in 0s both;
}

.why-usluga .svg-animate {
  display: none;
}
.svg-animate.launch {
  display: block;
}
@media (max-width: 768px) {
  .svg-animate.launch {
    display: none;
  }
}
/*Результат услуги*/
.usluga-result {
}
.usluga-result .result-card {
  display: flex;
  flex-direction: row;
  margin: 40px 0px;
  
}
@media (max-width: 480px) {
  .usluga-result .result-card {
    margin: 10px 0px;
        align-items: center;
            

  }
}
.usluga-result .result-card .icon-box img {
  height: 100px;
  width: 100px;
}
@media (max-width: 480px) {
  .usluga-result .result-card .icon-box img {
    height: 80px;
    width: 80px;
  }
}
.usluga-result .result-card .result-box {
  padding-left: 10px;
}
.usluga-result .result-card .result-box h3 {
  font-family: "Jost", sans-serif;

  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .usluga-result .result-card .result-box h3 {

    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;

  }
}
.usluga-result .result-card .result-box p {
  font-size: 16px;
  letter-spacing: 6%;
  color: #dbaf82;
}
@media (max-width: 768px) {
  .usluga-result .result-card .result-box p {
    font-size: 14px;
    margin-bottom:0px;
    font-weight: 400;
  }
}

/*quiz-sec*/
.quiz-sec {
  background-color: #fbfbfb;
}

.quiz-sec .quiz-container {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 1px 23px rgba(0, 0, 0, 0.07);
  border-radius: 9px;
  padding: 30px;
  transition: all ease 0.3s;
}

.quiz-container .top-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.quiz-container .top-line p {
  text-transform: uppercase;
  color: #dbaf82;
}
.quiz-container .top-line p span {
  letter-spacing: 6px;
  color: #4a4743;
}
.quiz-container .quiz-line {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quiz-line .question {
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;

}

@media (max-width: 480px) {
  .quiz-line .question {
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
}
.quiz-line .question select {
  font-size: 14px;
  font-weight: 300;
}
.quiz-line .question.checkboxes {
  display: block;
}

.quiz-line .question h3 {
  font-family: "Jost", sans-serif;
  color: #dbaf82;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  width: 250px;
}
@media (max-width: 480px) {
  .quiz-line .question h3 {
    width: 100%;
    margin-bottom:10px;
  }
}
.quiz-line .question.checkboxes h3 {
  margin-bottom: 20px;
}
.quiz-line .question.checkboxes .c1-lab {
  font-size: 14px;
  margin-left: 6px;
}
.quiz-line .question select {
  width: 400px;
  padding: 15px 10px;
}
@media (max-width: 480px) {
  .quiz-line .question select {
    width: 100%;
  }
}
.quiz-container .bottom-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
}
.quiz-container .bottom-line .g-btn,
.quiz-container .bottom-line .gl-btn {
  padding: 15px 65px;
}

@media (max-width: 480px) {
  .quiz-container .bottom-line .g-btn,
  .quiz-container .bottom-line .gl-btn {
    padding: 10px 25px;
  }
}
.quiz-line .tab {
  display: block;
  transition: all ease 0.3s;
}
@media (max-width: 480px) {
  .quiz-line .tab {
    width:100%;
  }
}
.quiz-line .tab {
  display: none;
  transition: all ease 0.3s;
}

.quiz-container .progress {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 0.6rem;

  background-color: #fff;
  border-radius: 9px 9px 0px 0px;
}
.quiz-container .bg-warning {
  background-color: #dbaf82 !important;
}
.main-text p {
  margin: 0 0 20px;
}
.main-text ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.06em;
  margin: 0px;
  margin-bottom: 10px;
}
.main-text ol li {
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.06em;
  margin-bottom: 15px;

}
.why-oae-sec {
  color: #fff;
  background-color: #2b1526;
}

.why-oae-sec .zag-center {
  color: #fff;
}
.why-oae-sec .zag-center p {
  color: #fff;
}
.why-oae-sec .why-oae {
  color: #fff;
}
.why-oae-sec p{
  color: #fff; 
}
.why-oae-sec h4{
  color: #fff; 
}

.why-oae {
  display: grid;
  grid-gap: 25px;
  padding: 0 !important;
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .why-oae {
    grid-template-columns: repeat(2, 1fr);
  }
}
.why-oae-item {
  position: relative;
}

.main-text ul li::marker {
  list-style-type: circle;
  color: #dbaf82;
}
.main-text ol li::marker {
  font-size: 20px;
  color: #dbaf82;
}
@media (max-width: 1199px) {
  .main-text ul li {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .main-text ol li {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .why-oae {
    grid-gap: 15px;
  }
  .why-oae-item {
    margin-left: 30px;
  }
  .main-text ol li {
    padding: 10px;
  }
}
.why-usluga .text-block ul li {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.06em;
  margin: 0px;
}

.why-usluga .text-block ul li::marker {
  list-style-type: circle;
  color: #dbaf82;
}
@media (max-width: 1199px) {
  .why-usluga .text-block ul li {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    line-height: 20px;
  }
}

.pagination {
  margin-top: 50px;
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.page-link {
  position: relative;
  display: block;
  color: #dbaf82;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-link:hover {
  position: relative;
  display: block;
  color: #dbaf82;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #dbaf82;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-page {
  padding: 0px !important;
}

.contact-page .ymaps-2-1-79-inner-panes {
  border-radius: 25px;
}

.contact-page .ymaps-2-1-79-map-bg {
  background-image: none;
}
@media (max-width: 480px) {
  .contact-page .cont-place {
    padding: 30px 10px;
    border-radius: 9px;
  }
}

.modal-open {
  padding: 0 !important;
  overflow-y: auto;
}
.modal-open {
  overflow-y: scroll !important;
}

.modal-open .header-out {
  padding: 0 !important;
}

.order-modal .modal-header {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  border: 0px;
}
.order-modal .modal-content {
  border-radius: 9px;
  padding: 50px 30px;
}
@media (max-width: 480px) {

  .order-modal .modal-content {
    border-radius: 9px;
    padding: 30px 0px;
  }
}
.done-send img {
  max-width: 100px;
}
.done-send .main-form {
  text-align: center;
}

.done-send .zag-center p {
  margin-bottom: 20px;
}

.page404 {
  padding: 0px 20px;
  display: flex;
  min-height: 80vh;
  background-color: #2b1526;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page404 h1 {
  color: #dbaf82;
  font-size: 85px;
}
.page404 p {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}
.bg-uae {
  background-image: url("../images/bg-uae.jpg");
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
}
@media (max-width: 480px) {
  .bg-uae {
    background-image: url("../images/bg-uae-mob.jpg");
  }
}
.bg-nasled {
  background-image: url("../images/bg-nasled.jpg");
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
}
@media (max-width: 480px) {
  .bg-nasled {
    background-image: url("../images/bg-nasled-mob.jpg");
  }
}
.bg-spor {
  background-image: url("../images/bg-spor.jpg");
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
}
@media (max-width: 480px) {
  .bg-spor {
    background-image: url("../images/bg-spor-mob.jpg");
  }
}
.bg-sem {
  background-image: url("../images/bg-sem.jpg");
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
}
@media (max-width: 480px) {
  .bg-sem {
    background-image: url("../images/bg-sem-mob.jpg");
  }
}
.bg-obsl {
  background-image: url("../images/bg-obsl.jpg");
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
}
@media (max-width: 480px) {
  .bg-obsl {
    background-image: url("../images/bg-obsl-mob.jpg");
  }
}
.bg-estate {
  background-image: url("../images/bg-estate.jpg");
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
}
@media (max-width: 480px) {
  .bg-estate {
    background-image: url("../images/bg-estate-mob.jpg");
  }
}
.bg-sost {
  background-image: url("../images/bg-sost.jpg");
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
}
@media (max-width: 480px) {
  .bg-sost {
    background-image: url("../images/bg-sost-mob.jpg");
  }
}
.bg-expert {
  background-image: url("../images/bg-expert.jpg");
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
}
@media (max-width: 480px) {
  .bg-expert {
    background-image: url("../images/bg-expert-mob.jpg");
  }
}
.bg-pred {
  background-image: url("../images/bg-pred.jpg");
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
}
@media (max-width: 480px) {
  .bg-pred {
    background-image: url("../images/bg-pred-mob.jpg");
  }
}

.bg-uae-cover {
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: -webkit-fill-available;
  height: 100vh;
  width: 100%;
  background: linear-gradient(107.28deg, #2b1526 19.3%, #45193b 102.12%);
  opacity: 0.8;
}

.radio-boxes {
  display:flex;
}
.radio-box{
  margin-right:20px;
}
input[type="radio"]:checked, 
input[type="radio"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}


input[type="radio"]:checked + label, 
input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 37px;
    line-height: 28px;
    cursor: pointer;
}


input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
  content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}



input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}


input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
  left: 5px;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #dbaf82;
}


input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}


input[type="radio"]:checked + label:after {
    opacity: 1;
}


.form-item-slide{
  opacity:1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    animation-name: fadeIn;
}
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.summ-nds{
  margin-top:60px;
  text-align: center;
}
.summ-nds span {
  font-weight: 700;
  font-size: 20px
}

.next-button{
  opacity:0;
  transform: translateX(-2000px);
}

.lets-go{
  
    opacity:1;
    transform: translateX(0px);

}

.usluga-result.oae .col-lg-4{ 

}
@media  (max-width:525px){
.usluga-result.oae .audit-card{
margin-bottom:0;
height: 100%;

}}
.usluga-result.oae .audit-card p {
    font-size: 15px;
    /* font-weight: 300; */
    margin-bottom: 60px;
    height: 50px;
}

@media  (max-width:525px){
 .usluga-result.oae .col-lg-4{ 
    margin-bottom: 0px;
}   
 
.usluga-result.oae .audit-card p {
    font-size: 13px;
    /* font-weight: 300; */
    margin-bottom: 60px;
    height: 50px;
}
   
.usluga-result.oae .col-12 .audit-card p {
  
    /* font-weight: 300; */
    margin-bottom: 10px;

}   
   
   
   
}


.why-usluga.oae .text-block ul li{
    margin-bottom:15px;
}

.usluga-result.oae ul li::marker {
    list-style-type: circle;
    color: #dbaf82;
}

.usluga-result.oae .preim-inner h3{
font-family: "Jost", serif;
    font-size: 25px;
    margin-bottom:30px;

}
@media (max-width:525px){
 .usluga-result.oae .preim-inner h3{
text-align:center;

}   
    
}
.usluga-result.oae .preim-inner ul li{
    margin-bottom:15px;
}

.usluga-result.oae ul {
   
}


.usluga-result.oae .preim-inner{
    width:100%;
    height:100%;
       background-color: #f6f6f6;
    padding: 30px;
    margin-bottom: 20px;
       border-radius: 10px 40px;
}

@media (max-width:525px){
 .usluga-result.oae .preim-inner{

       border-radius: 10px;
}   
    
}
.why-usluga.oae .right-col{

      display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.why-usluga.oae .right-col .zag h2{
         font-size: 30px;
    letter-spacing: 2px;
    font-weight: 300;
    
    
}
.why-usluga.oae .col-lg-6 button{
    margin-top: auto;
}

.preim-box .result-card{
    display:flex;
margin-bottom: 50px;
align-items: center;
}
.preim-box .result-card:not(:last-child){

    margin-bottom:30px;
}


.preim-box .result-card img{
   width:80px;
    height:80px;
}
@media (max-width:525px){
 .preim-box .result-card {
margin-bottom: 30px;
}   
    
}
.preim-box .result-card .result-box{
  padding-left: 30px;
}
@media (max-width:525px){
 .preim-box .result-card .result-box{
  padding-left: 20px;
}   
.why-usluga.oae .gl-btn-w{
    margin-top:40px;
}    
}


.preim-box .result-card h3{
    font-family: "Jost", sans-serif;
    font-size: 20px;
    color:#ffffff;
}
.preim-box .result-card p{
    font-family: "Jost", sans-serif;
    font-size: 17px;
    color:#ffffff;
}
@media (max-width:525px){
 .preim-box .result-card p{

    font-size: 14px;
 margin-bottom: 0px;
}
  .usluga-result.oae .audit-card img {

    width: 60px;
    height: 60px;

       
  }
}
.single-step {
    width: 100%;
    height: 100%;
    padding:20px;
    background-color: #f6f6f6;
        border-radius: 10px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width:525px){
.single-step {
flex-direction: row;
    align-items: center;
        border-radius: 10px;
}    
    
}
.single-step .step-num{
    background-color: #2b1526;
    color: #fff;
    font-size:25px;
    font-weight:600;
    display: flex;
    margin-bottom:20px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}
@media (max-width:525px){
    .single-step .step-num{
  min-width: 50px;
    min-height: 50px; 
    margin-right:20px;
    margin-bottom:0px;
    }
}
.single-step .descr{
    
    font-weight:300;
}

@media (max-width:525px){
 .single-step .descr{
    
   margin-bottom:0;
}   
}
.usluga-result.oae .btn-box{
    text-align:center;
    margin-top:50px;
}

.info-sec{
    padding-top:30px;
    padding-bottom:30px;
}
@media (max-width:525px){
 .info-sec{
    padding-top:20px;
    padding-bottom:20px;
}   
    
}
.info-sec .info-box{
    background: #2b1526;
    background: linear-gradient(107.28deg, #2b1526 19.3%, #45193b 102.12%);
    border-radius: 10px 40px;
    padding:40px;
}
.info-sec .btn-box{
    text-align:center;
    
}

.info-sec .info-box .zag-center h2{
  font-family: "Jost", sans-serif;      
}
@media (max-width:525px){
 .info-sec .info-box .zag-center h2{
      font-family: "Jost", sans-serif;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.5px;
}   
    
}
.info-sec .info-box .zag-center h2 span{
    color:#dbaf82;
}
.info-sec .info-box .zag-center p span{
    color:#dbaf82;
}
.single-step strong{
    
}

.accordion-button:not(.collapsed) {
    color: #4a4743;
    background-color: #f6f6f6;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
    border-radius: 10px 10px 0px 0px!important;
}


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dbaf82'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}


.faq-sec .accordion-header .accordion-button{
        font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 400;  
}


@media (max-width:525px){
  .faq-sec .accordion-header .accordion-button{
    padding: 15px 10px;
    font-size: 17px;
}  
  .accordion-button::after{
 
  }  
    
}
.accordion-body {
    border-radius: 0px 0px 10px 10px;
    background-color: #f6f6f6;
    padding: 1.5rem 1.25rem;
}

.accordion-item {
 
     border:none;
}

.form-sec .form-bubble {
    padding: 40px;
    border-radius: 10px 40px;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
}

@media (max-width:525px){
  .form-sec .form-bubble {
 padding: 15px;
    border-radius: 10px;
}  

.form-sec  .zag-center p{
    margin-bottom:0;
}
}


.why-usluga.oae.preim-box button{
 margin-top:30px;   
}


.top-digits{
    display:flex;
  margin-top:50px;
  margin-bottom: 70px;
}

@media (max-width:525px){
    .top-digits{
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: row;
    justify-content: space-around;
    }
}
.top-digits .digit-box {
     margin-right:50px;
    
}

@media (max-width:525px){
.top-digits .digit-box {
     margin-right:0px;
    text-align: center;
}
}

.top-digits .digit-box h2{
         font-family: "Jost", sans-serif;
    font-size: 40px;
    font-weight: 400;  
     color:#ffffff;
     margin-bottom:5px;
     
}
@media (max-width:525px){
  .top-digits .digit-box h2{
  
    font-size: 35px;  
  }  
}
.top-digits .digit-box p{
       
    font-size: 20px;
    font-weight: 400;  
     color:#dbaf82;
}
@media (max-width:525px){
.top-digits .digit-box p {
    font-size: 14px;
}}
.oae.top-section .subheading {

    padding-left: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
    max-width: 700px;
}


.oae.top-section .subheading:after {
   width:0;
   
}

.oae-page h1,
.oae-page h2,
.oae-page h3,
.oae-page h4,
.oae-page h5,
.oae-page h6 {
  font-family: "jost", serif;
 
}
.oae-page .top-section h1 {

    letter-spacing: 0.05em;
}
.usluga-result.preim.oae{
  /* padding-bottom:0; */
}

@media (max-width: 480px) {
 .oae-page .service-controls {
    margin-top: 40px;
    justify-content: center;
  }
}


.accordion-body p {
    
    margin-bottom:10px;
}

.gb2{
    
    background-color:#f6f6f6!important;
}

.oae-page.promo .audit-card{
    border-radius: 20px;
    box-shadow: 0px 0px 0px ;
}

.oae-page.promo .audit-card h3{
    
    color:#4a4743;
}

@media (max-width: 480px){
  .oae-page.promo .audit-card h3{
    
   font-size: 18px;
    font-weight: 500;
}
  
    
}

.btn-uae-land a{
    color: #4a4743;
    letter-spacing: .5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}


.btn-uae-land svg{
    margin-left:10px;
    width:50px;
   transition: all 0.5s ease-out;

}

.btn-uae-land:hover svg{
  transform: translatex(10px);
     transition: all 0.5s ease-out;

}

.usluga-result.oae.gb2 .preim-inner{
        border-radius: 20px;
 background-color:#ffffff;   
}
.usluga-result.oae.gb2 .preim-inner h2{
  font-size:28px;
  margin-bottom: 30px;
}

.top-digits .digit-box h2 span{
        font-weight: 200;
    color:#dbaf82;
}

.form-sec .info-bubble{
    text-align: center;
    margin-top:40px;
    padding:30px;
   border-radius: 10px;
    background-color:#f6f6f6;
}
.form-sec .info-bubble p{
    margin-bottom:0;
}

.form-sec .info-bubble p span{
    color:#dbaf82; 
    
}
.usluga-result.oae.gb2 .usl-inner {
    border-radius: 20px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
  
    padding: 15px;
}
.usluga-result.oae.gb2 .preim-inner.promo-info{
    
    display: flex;
    flex-direction: column;
}
.usluga-result.oae.gb2 .preim-inner.promo-info .g-btn{
    
    margin-top:auto;
}
.usluga-result.oae.gb2 .usl-inner .usl-item {
    

display: flex;
    align-items: center;
    flex-direction: row;
}


.usluga-result.oae.gb2 .usl-inner .usl-item .svg-box{
   width:60px; 
   height:60px; 
}
.usluga-result.oae.gb2 .usl-inner .usl-item .text-box{
width: fit-content;
}
.usluga-result.oae.gb2 .usl-inner .usl-item .text-box p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom:0px;
    margin-left:20px;
}


.oae-page.promo .gb2 .single-step {
    background-color:#ffffff;
    border-radius:20px;
}

.form-sec.gb2 .form-bubble{
    background-color:#ffffff;  
    border-radius:20px;
}

.usluga-result.preim.oae.gb2{
    padding-bottom:90px;
}
@media (max-width: 480px) {
 .usluga-result.preim.oae.gb2{
    padding-bottom:30px;
}}
.bg-oae-biz {
  background-image: url("../images/bg-oae-biz.jpg");
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
}
@media (max-width: 480px) {
  .bg-oae-biz {
    background-image: url("../images/bg-oae-biz-mob.jpg");
  }
}

.info-sec.gb2 .info-box {
    border-radius: 20px;
}

.usluga-result.oae.gb2 .preim-inner p{
    margin-bottom:10px;
}

.info-sec .info-box.bg-promobox-1 {
  background-image: url("../images/infobox1.jpg");
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
}
@media (max-width: 480px) {
  .info-sec .info-box.bg-promobox-1 {
    background-image: url("../images/infobox1-mob.jpg");
  }
}


.optimal-politics__info {
  font-size: .75rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #989898;
  padding-top: 16px;
}

.download {
  font-family: "Jost", sans-serif;
  overflow: hidden;
  position: relative;
  background: url("../images/download-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding:0;
}
.download::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.31);
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
}
.download .section__title {
  font-weight: 300;
 
  line-height: 1.3;

  letter-spacing: 0.03em;
}
.download h2{
  font-family: "Jost", sans-serif;
  margin-bottom: 0;
}

.download ul[class] {
  list-style: none;
  padding:0px;
  margin:0px;
}
.section__title--bold {
  font-weight: 700;
}
.download__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  .download__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.download__block-inner {
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .download__block-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
.title__block-text{
text-align: center;
}
}
.download__form-block {
  letter-spacing: 0.03em;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 85px 0px 90px 0px;
  width: 50%;
}
@media (max-width: 1336px) {
  .download__form-block {
    padding-top: calc(30px + 55 * ((100vw - 320px) / 1120));
    padding-bottom: calc(15px + 75 * ((100vw - 320px) / 1120));
  }
}
@media (max-width: 767px) {
  .download__form-block {
    width: 100%;
  }
}
.download__title-box {
  margin-bottom: 20px;
}
@media (max-width: 1336px) {
  .download__title-box {
    margin-bottom: calc(20px + 0 * ((100vw - 320px) / 1120));
  }
}
.download-section__title {
  text-transform: inherit;
}
@media (max-width: 767px) {
  .download__title--bold {
    display: block;
    text-align: center;
  }
}
.download__description {
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .download__description {
    text-align: center;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.download__num {
        color: #dbaf82;
  font-size: 0.8125rem;
  line-height: 1.10462;
}
@media (max-width: 767px) {
  .download__num {
    text-align: center;
  }
}
.download__social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1336px) {
  .download__social-box {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1120));
    gap: 0px;
  }
}
@media (max-width: 767px) {
  .download__social-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.download__social-text {
  font-family: "Jost", sans-serif;
  max-width: 175px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.45;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .download__social-text {
    text-align: center;
    margin-bottom: 15px;
  }
}
.download__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.download__social-list {
  margin-right: 8px;
  margin-left: 8px;
}
.download__social-message {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.46154;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: center;
}
.download__block-item {
  display: inline-block;
}
.download-select__input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 0;
  width: 0;
  margin: 0;
}
.download-out__select-input {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid transparent;
  border-radius: 50%;
}
.download-out__select-input:hover {
  border-radius: 50%;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.download-select__input:checked + .download-out__select-input {
  border: 3px solid #fff;
  border-radius: 50%;

}
.download__block-item-inner {
  width: 63px;
  height: 53px;
  border-radius: 50%;
}
.download__social-img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.download__buttons-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1336px) {
  .download__buttons-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.download__price-btn,
.download__phone-btn {
  border: none;
  font-weight: 400;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.03em;
  border-radius: 4px;
  padding: 20px 20px 20px 20px;
  width: 315px;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 1336px) {
  .download__price-btn,
  .download__phone-btn {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .download__price-btn,
  .download__phone-btn {
    width: 100%;
  }
}
.download__phone-btn {
  outline: none;
  background: #ffffff;
  color: #282828;
}
.download__price-btn {
  background: #dbaf82;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.download__price-btn:hover {
  background: #ffffff;
  color: #282828;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.download__price-img {
  display: block;
  margin-left: 10px;
}
.download__price-img path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.download__price-btn:hover .download__price-img path {
  fill: #282828;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.download-politics__info {
  color: rgba(255, 255, 255, 0.72);
}
.download-politics__link {
  color: rgba(255, 255, 255, 0.72);
  padding-top: 20px;
}
.download-politics__link:hover {
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.download__pictures-block {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .download__pictures-block {
    width: 100%;
  }
}
.pictures-pdf {
  position: absolute;
  top: 45%;
  left: 10%;
  z-index: 3;
}
@media (max-width: 1024px) {
  .pictures-pdf {
    top: 40%;
    left: 5%;
  }
}
@media (max-width: 767px) {
  .pictures-pdf {
    top: 25%;
    left: 15%;
  }
}
@media (max-width: 425px) {
  .pictures-pdf {
    top: 25%;
    left: 5%;
  }
}
.download-bg-price {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: -40px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  transform: rotate(33deg);
}
@media (max-width: 767px) {
  .download-bg-price {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    right: -115px;
    width: 70%;
  }
}
@media (max-width: 525px) {
  .download-bg-price {
    right: -80px;
  }
}

.optimal-politics__link {
  font-size: .75rem;
  text-decoration-line: underline;
  color: rgba(255, 255, 255, 0.72);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.optimal-politics__link:hover {
  color: #fff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-contact span {
    color: #dbaf82;
    padding-bottom: 15px;
    margin-top: -3px;
}
.rus-phone {
    display: block; /* По умолчанию отображаем русский номер телефона */
}
.oae-phone {
    display: none; /* По умолчанию скрываем номер телефона для ОАЭ */
}
.modal-backdrop.show {
    opacity: 1;
}
.modal-backdrop {
    background-color: #00000082;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.var_language p {
    display: block;
    color: #fff;
    gap: 10px;
    line-height: 13px;
    font-size: 13px;
    font-weight: 400;
    transition: all ease 0.3s;
}
.var_language a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    transition: all ease 0.3s;
}
.var_language:hover p, .var_language:hover a {
    color: #dbaf82;
}
.var_language img {
    width: 16px;
    height: auto;
    float: right;
}
.wrapper_switch_english{
    position: relative;
}
.swith_lang{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: -40px;
    margin-right: -20px;
}
.swith_lang .drop_arrow {
    display: none;
}
.drop_arrow img{
    width: 40px;
    height: 37px;
}
.swith_lang .var_language{
    padding: 8px;
    width: 57px;
    border: none !important;
    /*background-color: rgba(43, 21, 38, 0.8);
    -webkit-backdrop-filter: blur(8px) brightness(115%);
    backdrop-filter: blur(8px) brightness(115%);*/
}
.swith_lang.active .var_language{
    display: block !important;
    border: none !important;
}
.swith_lang.active .var_language:nth-child(2){
    position: absolute;
    top: 30px;
}

@media (max-width: 767px) {
.swith_lang {
    margin: 0;
    right: 10px;
    top: 0px;
    position: absolute;
}
.swith_lang .var_language {
    height: 30px;
}
.swith_lang.active .var_language {
    background: #33162c;
}
.header-out.out .swith_lang {
    display: none;
}
}