.tr {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #333333;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.noscroll {
  overflow: hidden;
}
a,
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
input,
button {
  outline: none !important;
  border: none;
  font-family: 'Manrope', sans-serif;
}
#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: none;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
}
#overlay.active {
  display: block;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .container {
    padding: 0px 25px;
  }
}
@media (min-width: 1230px) {
  .container {
    padding: 0px;
  }
}
.pt-30 {
  padding-top: 30px;
}
.p-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.p-150 .title-30 {
  margin-bottom: 60px;
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-14 {
  font-size: 14px;
  line-height: 19px;
}
.title-1 {
  font-family: 'Playfair Display', serif;
  font-size: 70px;
  line-height: 1.21;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .title-1 {
    font-size: 60px;
  }
}
@media (max-width: 1439px) {
  .title-1 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .title-1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .title-1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .title-1 {
    font-size: 34px;
  }
}
@media (max-width: 579px) {
  .title-1 {
    font-size: 26px;
  }
}
.title-2 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  line-height: 1.16;
}
@media (max-width: 1199px) {
  .title-2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .title-2 {
    font-size: 30px;
  }
}
.head-2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.52;
}
.title-3 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 1439px) {
  .title-3 {
    font-size: 38px;
  }
}
@media (max-width: 1360px) {
  .title-3 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .title-3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .title-3 {
    font-size: 24px;
  }
}
.title-30 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .title-30 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .title-30 {
    font-size: 24px;
  }
}
@media (max-width: 374px) {
  .title-30 {
    font-size: 22px;
  }
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-0 {
  margin-top: 0;
}
.title-decore {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-right: 1px solid #F3C54E;
  padding-right: 20px;
  padding-bottom: 15px;
}
@media (max-width: 737px) {
  .title-decore {
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.title-decore:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 55%;
  max-width: 266px;
  height: 1px;
  background-color: #F3C54E;
}
.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-block a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  color: #F3C54E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3B3B3B;
  font-size: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.icon-block a + a {
  margin-left: 10px;
}
.icon-block a:hover {
  color: #000;
}
.brcrumg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .brcrumg {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .brcrumg {
    margin-bottom: 40px;
  }
}
.brcrumg .drop-block {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 3;
  background-color: #F7F7F7;
  max-height: 218px;
  width: 225px;
  overflow-y: auto;
  padding: 10px;
  display: none;
  margin-top: -1px;
}
@media (max-width: 424px) {
  .brcrumg .drop-block {
    left: -20px;
  }
}
.brcrumg .drop-block a {
  font-size: 10px;
  line-height: 18px;
  color: #808080;
  display: block;
}
.brcrumg .drop-block a:hover {
  color: #F3C54E;
}
.brcrumg .drop-block::-webkit-scrollbar {
  /* 1 - скроллбар */
  width: 3px;
  height: 6px;
  background-color: #FFFFFF;
}
.brcrumg .drop-block::-webkit-scrollbar-button {
  /* 2 - кнопка */
}
.brcrumg .drop-block::-webkit-scrollbar-track {
  /* 3 - трек */
  background-color: #dedede;
}
.brcrumg .drop-block::-webkit-scrollbar-track-piece {
  /* 4 - видимая часть трека */
}
.brcrumg .drop-block::-webkit-scrollbar-thumb {
  /* 5 - ползунок */
  border-radius: 2px;
  background-color: #808080;
}
.brcrumg-item {
  position: relative;
  font-size: 12px;
  line-height: 22px;
}
.brcrumg-item + .brcrumg-item {
  margin-left: 15px;
}
.brcrumg-item:after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: rgba(128, 128, 128, 0.7);
  position: absolute;
  right: -9px;
  top: 4px;
}
.brcrumg-item:hover {
  color: #F3C54E;
}
.brcrumg-item:hover .drop-block {
  display: block;
}
.brcrumg-item:hover a {
  color: #808080;
  opacity: .7;
}
.brcrumg-item:hover:after {
  color: #808080;
}
.brcrumg-item a {
  color: #808080;
}
.brcrumg-item:last-child a {
  color: #333333;
  cursor: default;
}
.brcrumg-item:last-child:after {
  display: none;
}
.brcrumg-item:last-child:hover {
  color: #333333;
}
.brcrumg-item:last-child:hover a {
  opacity: 1;
}
.brcrumg-item--drop {
  position: relative;
  min-width: 50px;
}
.brcrumg-item--drop:before {
  content: '';
  width: 5px;
  height: 5px;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 0px;
}
.button {
  height: 52px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  line-height: 52px;
  border: 1px solid #F3C54E;
  background: #F3C54E;
  border-radius: 3px;
  color: #333333;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.button:hover {
  color: #333333;
  background-color: #f1bd36;
}
.button.button-light {
  background-color: transparent;
  color: #F3C54E;
}
.button.button-light:hover {
  background: #F8C950;
  color: #333333;
}
/*****ФОРМА****/
.form-group {
  position: relative;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
.form-group input {
  width: 100%;
  display: block;
  outline: none;
  height: 30px;
  font-size: 13px;
  line-height: 23px;
  color: #1F1C20;
  background-color: white;
  border-bottom: 1px solid #ACACAC;
  font-weight: 400;
}
.form-group input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #ACACAC;
  font-weight: 400;
}
.form-group input::-moz-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #ACACAC;
  font-weight: 400;
}
.form-group input::-ms-input-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #ACACAC;
  font-weight: 400;
}
.form-group input::placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #ACACAC;
  font-weight: 400;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}
.form-group textarea {
  width: 100%;
  resize: none;
  border: none;
  border-bottom: 1px solid #999;
  padding-top: 15px;
  outline: none;
  height: 130px;
  color: #1F1C20;
  background-color: white;
}
.form-group textarea::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #797979;
  font-weight: 400;
}
.form-group textarea::-moz-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #797979;
  font-weight: 400;
}
.form-group textarea::-ms-input-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #797979;
  font-weight: 400;
}
.form-group textarea::placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #797979;
  font-weight: 400;
}
.form-group.error input {
  border-color: #D7002E;
}
.form-group .error-text {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: none;
}
.form-group.error .error-text, .form-group .error + span + span + .error-text {
  display: block;
  color: #D7002E;
  font-size: 10px;
  padding-top: 3px;
}
.error + .form-label {color: #d7002e;}
.error + .form-label .custom-checkbox {border-color: #d7002e;}
.form-group .error-notify {
  position: absolute;
  right: 17px;
  top: 0px;
  width: 20px;
  height: 20px;
  background: url(../img/icons/warning.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.form-group.error .error-notify, .form-group .error + span + .error-notify {
  display: block;
}
.form-group input[type='checkbox'] {
  width: 0.01px;
  height: 0.1px;
  border: 0px;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-group .fake-placeholder {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 13px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  pointer-events: none;
  color: #A3A7B4;
}
.fake-placeholder.pl-20 {
  padding-left: 22px;
}
.form-group .fake-placeholder.active {
  top: -20px;
  color: #F3C54E;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.form-checkbox {
  width: 0.01px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #F3C54E;
  margin-right: 10px;
  position: relative;
  background-color: transparent;
}
.custom-checkbox:after {
  content: '';
  width: 6px;
  height: 16px;
  border-bottom: 1.5px solid #F3C54E;
  border-right: 1.5px solid #F3C54E;
  position: absolute;
  top: -90%;
  left: 45%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  opacity: 0;
}
.form-checkbox:checked + .custom-checkbox:after {
  z-index: 2;
  opacity: 1;
  top: -70%;
}
.feedback-form .custom-checkbox {
  position: relative;
  top: 1px;
  background-color: transparent;
}
.feedback-form {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.feedback-form h3 {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  font-weight: 700;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
form .agree-text {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
form .agree-text a {
  color: #F3C54E;
  border-bottom: 1px solid #F3C54E;
  margin-left: 5px;
  margin-right: 5px;
}
form .agree-text a:hover {
  opacity: .5;
}
.dark-form .form-group input {
  background-color: transparent;
  color: #fff;
}
.dark-form .form-group input::-webkit-input-placeholder {
  color: #fff;
}
.dark-form .form-group input::-moz-placeholder {
  color: #fff;
}
.dark-form .form-group input::-ms-input-placeholder {
  color: #fff;
}
.dark-form .form-group input::placeholder {
  color: #fff;
}
.dark-form .form-group.agree-text {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}
.dark-form .form-group button {
  display: block;
  width: 100%;
}
.dark-form textarea {
  background-color: transparent;
  color: #fff;
}
#menu-toggle--fix,
.menu-toggle {
  display: none;
  border: 1px solid #F3C54E;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 100;
  width: 52px;
  height: 52px;
  position: relative;
}
@media (max-width: 1199px) {
  #menu-toggle--fix,
  .menu-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu-toggle--fix,
  .menu-toggle {
    width: 43px;
    height: 43px;
  }
}
#menu-toggle--fix span,
.menu-toggle span {
  position: relative;
  display: block;
  width: 33px;
  height: 2px;
  background-color: #F3C54E;
  top: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: 23px;
}
@media (max-width: 767px) {
  #menu-toggle--fix span,
  .menu-toggle span {
    width: 25px;
    top: 20px;
  }
}
#menu-toggle--fix span:after,
.menu-toggle span:after,
#menu-toggle--fix span:before,
.menu-toggle span:before {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #F3C54E;
  right: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#menu-toggle--fix span:after,
.menu-toggle span:after {
  top: -8px;
}
#menu-toggle--fix span:before,
.menu-toggle span:before {
  bottom: -8px;
}
#menu-toggle--fix.active span,
.menu-toggle.active span {
  background-color: transparent;
}
#menu-toggle--fix.active span:after,
.menu-toggle.active span:after {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #F3C54E;
}
#menu-toggle--fix.active span:before,
.menu-toggle.active span:before {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #F3C54E;
}
#menu-toggle--fix.active span:after {
  background-color: #fff;
}
#menu-toggle--fix.active span:before {
  background-color: #fff;
}
#menu-toggle--fix {
  display: block;
  margin-left: 30px;
  border: 1px solid #ffffff;
}
#menu-toggle--fix span,
#menu-toggle--fix span:after,
#menu-toggle--fix span:before {
  background-color: #fff;
}
.attention {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #F3C54E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 152px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 30px;
}
.attention p {
  max-width: 840px;
}
.attention p span {
  font-weight: 700;
  padding-right: 8px;
}
.attention .attention-icon {
  position: absolute;
  left: 40px;
  top: 40px;
  height: 37px;
  width: 37px;
  -webkit-animation-name: rotateElement;
  animation-name: rotateElement;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes rotateElement {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes rotateElement {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@media (max-width: 767px) {
  .attention {
    padding-left: 90px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .attention .attention-icon {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 479px) {
  .attention {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 75px;
  }
}
.header {
  position: relative;
  background-color: #333333;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  height: 860px;
  padding-top: 15px;
}
@media (max-width: 1599px) {
  .header {
    height: 700px;
  }
}
@media (max-width: 1439px) {
  .header {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 5px;
    height: 450px;
   background-position: 90%;
  }
}
@media (max-width: 579px) {
  .header {
    height: 430px;
  }
}
.header .icon-block {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 200px;
}
@media (max-width: 1599px) {
  .header .icon-block {
    bottom: 10%;
  }
}
@media (max-width: 767px) {
  .header .icon-block {
    display: none;
  }
}
.header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}
.header-button .menu-toggle {
  margin-left: 30px;
}
.header-center {
  padding-top: 40px;
  width: 75%;
  max-width: 710px;
}
.header-center .head-2.title-decore {
  color: #F3C54E;
  letter-spacing: 1px;
}
@media (max-width: 1249px) {
  .header-center .head-2.title-decore {
    letter-spacing: unset;
  }
}
@media (max-width: 767px) {
  .header-center .head-2.title-decore {
    font-size: 14px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.header-center .title-1 {
  margin-top: 1em;
  max-width: 25ch;
}
.header-center .subtitle {
  font-size: 17px;
  line-height: 1.59;
  color: #ffffff;
  letter-spacing: .8px;
  margin-top: 1em;
}
@media (max-width: 1249px) {
  .header-center .subtitle {
    letter-spacing: unset;
  }
}
.header-center .button {
  margin-top: 70px;
  width: 280px;
}
@media (max-width: 1439px) {
  .header-center .button {
    margin-top: 40px;
  }
}
@media (max-width: 1249px) {
  .header-center .button {
    width: auto;
  }
}
@media (max-width: 767px) {
  .header-center {
    width: 100%;
    max-width: 370px;
    padding-top: 20px;
  }
}
.header-center__btn {
  text-align: left;
}
@media (max-width: 424px) {
  .header-center__btn {
    text-align: center;
  }
}
.header-top {
  height: 130px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1439px) {
  .header-top {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .header-top {
    height: 60px;
  }
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo:hover .logo-text p:first-child,
.logo:hover .logo-text p:last-child {
  color: #FFDD9A;
}
@media (max-width: 767px) {
  .logo {
    width: 50px;
    display: block;
  }
}
@media (min-width: 768px) {
  .logo .logo-img {
    width: 65px;
  }
}
@media (min-width: 1200px) {
  .logo .logo-img {
    width: 73px;
  }
}
@media (min-width: 1200px) {
  .logo .logo-big {
    width: 73px;
  }
}
@media (min-width: 768px) {
  .logo .logo-big {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .logo .logo-big {
    width: 160px;
  }
}
@media (min-width: 1600px) {
  .logo .logo-big {
    width: 180px;
  }
}
.logo .logo-text {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.logo .logo-text p:first-child {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: #fff;
}
.logo .logo-text p:last-child {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  .logo .logo-text {
    display: none;
  }
}
.header-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 130px;
}
@media (max-width: 1439px) {
  .header-top__content {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .header-top__content {
    height: 60px;
  }
}
.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: -20px;
  letter-spacing: 0.3px;
}
.nav-menu .nav-menu__item {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.nav-menu .nav-menu__item + .nav-menu__item {
  margin-left: 17px;
}
.nav-menu .nav-menu__item.active,
.nav-menu .nav-menu__item:hover {
  color: #F3C54E;
}
.nav-menu .button {
  display: none;
}
@media (max-width: 1199px) {
  .nav-menu {
    display: none;
  }
}
.nav-menu .icon-block {
  display: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .nav-menu .button {
    display: inline-block;
    margin-top: 30px;
  }
  .nav-menu .icon-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    position: relative;
    left: unset;
    bottom: unset;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-button .button {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .header-button button {
    display: none;
  }
}
.header-fix {
  height: 139px;
  background-color: #222222;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.header-fix.active {
  display: block;
  z-index: 8;
}
.header-fix__content {
  height: 139px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1599px) {
  .header-fix,
  .header-fix__content {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .header-fix,
  .header-fix__content {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .header-fix,
  .header-fix__content {
    height: 65px;
  }
}
.header-fix__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-fix__button a {
  white-space: nowrap;
  display: block;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
}
@media (max-width: 767px) {
  .header-fix__button a {
    font-size: 16px;
  }
}
.header-fix__button a:hover {
  color: #F3C54E;
}
.fix-navigation {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222222;
  color: #fff;
  font-size: 24px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  z-index: 6;
}
.fix-navigation a {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1199px) {
  .fix-navigation a {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .fix-navigation a {
    font-size: 24px;
  }
}
@media (max-width: 374px) {
  .fix-navigation a {
    font-size: 22px;
  }
}
.fix-navigation a + a {
  margin-top: 30px;
}
.fix-navigation a:hover,
.fix-navigation a.active {
  color: #F3C54E;
}
#menu-toggle--fix {
  cursor: pointer;
}
#menu-toggle--fix span {
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
#menu-toggle--fix span:after,
#menu-toggle--fix span:before {
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
#menu-toggle--fix.active span {
  background-color: transparent;
}
.fix-navigation.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: showSlow;
  animation-name: showSlow;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}
@-webkit-keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.direction {
  margin-top: -100px;
  position: relative;
  padding-bottom: 150px;
  z-index: 3;
}
@media (max-width: 1599px) {
  .direction {
    margin-top: -30px;
   
  }
}

.direction .direction-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .direction .direction-cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.direction .card-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  height: 360px;
  background: #F7F7F7;
  border: 2px solid transparent;
  -webkit-transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.65s;
  transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.65s;
  -o-transition: transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.65s;
  transition: transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.65s;
  transition: transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.65s, -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.65s;
}
.direction .card-item p {
  font-weight: 600;
  font-size: 16px;
  max-width: 200px;
}
@media (max-width: 1199px) {
  .direction .card-item p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .direction .card-item p {
    font-size: 16px;
    max-width: 300px;
  }
}
.direction .card-item:hover {
  outline: 1px solid #F3C54E;
  outline-offset: -10px;
  padding: 10px;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .direction .card-item:hover {
    -webkit-transform: translateY(-17px);
    -ms-transform: translateY(-17px);
    transform: translateY(-17px);
  }
}
@media (max-width: 767px) {
  .direction .card-item:hover {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (max-width: 767px) {
  .direction .card-item {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .direction .card-item {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
  }
}
.direction .card-item:nth-child(2n) {
  background-color: #f0f0f0;
}
.card-item:first-child {
  border-radius: 3px 0 0 3px;
}
.card-item:last-child {
  border-radius: 0 3px 3px 0;
}
.direction-types {
  margin-top: 150px;
}
.direction-types--mb {
  margin-bottom: 100px;
}
.direction-types h2 {
  margin-bottom: 40px;
}
.direction-types .col-xl-4:nth-child(4) .type-item,
.direction-types .col-xl-4:nth-child(5) .type-item,
.direction-types .col-xl-4:nth-child(6) .type-item{
margin-bottom: 0}

.type-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  max-width: 300px;
}
.type-item .type-icon {
  margin-right: 6px;
  min-width: 44px;
  min-height: 44px;
}
.type-icon img {
    max-height: 44px;
}
.type-item .type-text {
  padding-left: 9px;
  border-left: 1px solid #F3C54E;
}
.type-item .type-text p {
  line-height: 20px;
}
@media (max-width: 1599px) {
  .type-item {
    margin-top: 80px;
    margin-bottom: 0;
  }
}
@media (max-width: 1439px) {
  .type-item {
    margin-top: 60px;
  }
  .type-item h2 {
    margin-bottom: 80px;
  }
  .type-item .type-item {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .type-item {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .type-item h2 {
    margin-bottom: 60px;
  }
  .type-item .type-item {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .type-item .type-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.success {
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: #F7F7F7;
}
@media (max-width: 1199px) {
  .success {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .success {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.success h2 {
  text-align: center;
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 2;
  min-width: 425px;
}
@media (max-width: 1199px) {
  .success h2 {
    min-width: auto;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 579px) {
  .success h2 {
    text-align: left;
  }
}
#success-works.success {
  padding-top: 110px;
 min-height:710px;
  position: relative;
}
@media(max-width: 1199px){
    #success-works.success{
        min-height:670px;
    }
}

@media(max-width: 991px){
    #success-works.success{
        min-height:380px;
    }
}
@media(max-width: 767px){
    #success-works.success{
        min-height:340px;
    }
}
.success-content {
  position: relative;
}
.success-work__img {
  position: relative;
}
.success-work__img img {
 max-width: unset;
 height: 100%;
 max-height:500px;
 width: auto;
}
.success-work__img .work-img-item {
  display: none;
}
.success-work__img .work-img-item.active {
  display: block;
}
.success-work__text {
  padding-left: 30px;
  max-width: 515px;
  padding-top: 95px;
}
@media (max-width: 1199px) {
  .success-work__text {
    padding-top: 0;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .success-work__text {
    max-width: 100%;
    padding-left: 0;
  }
}
.success-work__text h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.success-work__text p + p {
  margin-top: 10px;
}
.success-work__text .work-document {
  display: none;
}
@media (max-width: 991px) {
  .success-work__text .work-document {
    display: block;
  }
}
.work-document {
  margin-top: 20px;
  position: relative;
}
.work-document a {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
}
.work-document a span:first-child {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.work-document a:hover {
  color: #F3C54E;
}
.work-document a:hover svg path {
  fill: #F3C54E;
}
.slider-wrapper {
  position: relative;
}
.slider-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  width: 120px;
  padding-right: 15px;
}
.slider-arrow .arrow-icon:first-child {
  margin-right: 35px;
}
.arrow-icon {
  cursor: pointer;
}
.arrow-icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.arrow-icon svg path {
  fill: #333333;
}
.arrow-icon:hover svg path {
  fill: #F3C54E;
}
.success .slider-arrow-block {
  position: absolute;
  bottom: -30px;
  left: 0;
  background-color: #F7F7F7;
  z-index: 3;
}
@media (max-width: 991px) {
  .success .slider-arrow-block {
    left: auto;
    right: 0px;
    bottom: 0px;
  }
}
@media (max-width: 579px) {
  .success .slider-arrow-block {
    bottom: -20px;
  }
}
.success .success-arrow {
  top: 25px;
  padding-left: 30px;
}
@media (max-width: 1360px) {
  .success .success-arrow {
    top: 15px;
  }
}
@media (max-width: 1199px) {
  .success .success-arrow {
    top: 0px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .success .success-arrow {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.success-works-pic {
  position: relative;
}
.success-work__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s ease-in;
  -o-transition: 1s ease-in;
  transition: 1s ease-in;
  display: block;
  max-width: 560px;
}
.success-work__img.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.team {
  padding-top: 150px;
  margin-bottom: 150px;
}
.team h2 {
  position: absolute;
  z-index: 3;
}
@media (max-width: 1439px) {
  .team {
    padding-top: 120px;
  }
}
@media (max-width: 1199px) {
  .team {
    position: relative;
    padding-top: 100px;
  }
  .team h2 {
    position: relative;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .team {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .team {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.team-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.team-slider {
  height: 100%;
}
.team-slider .owl-stage-outer {
  height: 100%;
}
.team-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.team-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
@media (max-width: 991px) {
  .team-slider .owl-stage-outer {
    height: auto;
  }
  .team-slider .owl-stage-outer .owl-stage {
    height: auto;
  }
}
.team-slide__footer {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 2;
}
.team-slide__footer .work-document {
  position: relative;
  background-color: #fff;
}
.team-slide__footer .work-document a {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  white-space: nowrap;
  background-color: #fff;
}
.team-slide__footer .work-document a.active {
  opacity: 1;
}
.team-slide__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 25px;
}
.team-slide__buttons button {
  margin-right: 30px;
  padding-left: 60px;
  padding-right: 60px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .team-slide__buttons {
    margin-top: 20px;
  }
  .team-slide__buttons button {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .team-slide__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team-slide__buttons button {
    margin-right: 0px;
    max-width: 280px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 584px) {
  .team-slide__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team-slide__buttons button {
    margin-right: 0px;
    max-width: 280px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.team-slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .team-slider .owl-nav {
    bottom: -45px;
  }
}
.team-slide__img {
  display: block;
}
@media (max-width: 767px) {
  .team-slide__img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.team-slide__text {
  padding-right: 40px;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1199px) {
  .team-slide__text {
    padding-top: 0px;
    position: relative;
    z-index: 2;
  }
  .team-slide__text p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .team-slide__text {
    padding-top: 0;
    padding-right: 0;
    font-size: 15px;
    margin-top: 0;
  }
}
.photo-title {
  margin-top: 8px;
}
.photo-title p:first-child {
  font-size: 16px;
  line-height: 21px;
  font-family: 'Playfair Display', serif;
  color: #333333;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.photo-title p:last-child {
  font-size: 12px;
  line-height: 16px;
  font-family: 'Manrope', sans-serif;
  margin-top: 5px;
  color: #333333;
}
.interaction-scheme {
  padding-top: 110px;
  /* margin-top: 130px; */
  background-color: #FDFDFE;
  background-image: url(../img/sections-img/schemeBg.jpg);
  background-size: cover;
  background-position: 80% -45px;
  background-repeat: no-repeat;
}
.interaction-scheme h2 {
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .interaction-scheme h2 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .interaction-scheme h2 {
    margin-bottom: 30px;
  }
}

.scheme-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .scheme-block {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .scheme-block {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 579px) {
  .scheme-block {
    width: 240px;
  }
}
.scheme-card {
  max-width: 240px;
  padding: 10px 20px;
  border-radius: 2px;
  width: 20%;
}
.scheme-card .scheme-card-num {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  line-height: 1.16;
  color: #808080;
  margin-bottom: 0.5em;
}
.scheme-card .scheme-card-title {
  font-size: 16px;
  font-weight: 22px;
  color: #F3C54E;
  font-weight: 500;
  margin-bottom: 25px;
}
.scheme-card .scheme-card-text {
  font-size: 13px;
  line-height: 23px;
}
.scheme-card:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .scheme-card {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .scheme-card {
    width: 50%;
  }
}
@media (max-width: 579px) {
  .scheme-card {
    width: 100%;
  }
}
.consultant-form {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #333333;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/sections-img/formbg.jpg);
  background-size: cover;
  background-position: 100% 0;
}
.consultant-form:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.consultant-form-wrapper{position: relative;}
.consultant-form-wrapper:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F7F7F7;
    height: 220px;
}
.consultant-form .section-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.consultant-form .section-content .title-3 {
  margin-bottom: 1.25em;
}
.consultant-form .feedback-form {
  max-width: 515px;
  position: relative;
  left: -40px;
}
.consultant-form .feedback-form .button {
  margin-top: 40px;
}
@media (max-width: 1919px) {
  .consultant-form .feedback-form {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .consultant-form .feedback-form {
    margin-top: 45px;
  }
}
@media (max-width: 1439px) {
  .consultant-form {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .consultant-form {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .consultant-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.service-cost {
  background-color: #F7F7F7;
  padding-bottom: 150px;
  /* padding-top: 450px;
  margin-top: -220px; */
}
@media (max-width: 1199px) {
  /* .service-cost {
    padding-top: 165px;
  } */
}
.service-cost .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 57px;
}
.service-cost .subtitle p:first-child {
  font-size: 18px;
  line-height: 1.56;
  width: 48%;
  font-weight: 600;
}
.service-cost .subtitle p:last-child {
  font-size: 13px;
  line-height: 2;
  max-width: 420px;
  padding-left: 20px;
  border-left: 1px solid #F3C54E;
}
@media (max-width: 991px) {
  .service-cost .subtitle p:first-child {
    width: 56%;
  }
  .service-cost .subtitle p:last-child {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .service-cost .subtitle {
    display: block;
  }
  .service-cost .subtitle p:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-cost .subtitle p:last-child {
    max-width: 420px;
  }
}

.service-cost-content h2 {
  margin-bottom: 105px;
}
@media (max-width: 1199px) {
  .service-cost-content h2 {
    margin-bottom: 60px;
   
  }
}
@media (max-width: 1199px) {
  .service-cost-content {
    margin-top: 0;
  }
}
.marker-list li {
  position: relative;
  padding-left: 36px;
}
.marker-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 20px;
  background-image: url(../img/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.marker-list--circle li {
  margin-bottom: 20px;
}
.marker-list--circle li:after {
  background-image: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #F3C54E;
  top: 6px;
}
.marker-list.marker-list--number {
  padding: 30px;
  padding-right: 30px;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .marker-list.marker-list--number {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.marker-list.marker-list--number ol {
  margin: 0;
  padding: 0;
}
.marker-list.marker-list--number li + li {
  margin-top: 30px;
}
.marker-list.marker-list--number li:after {
  display: none;
}
.marker-list.marker-list--number li {
  list-style-type: decimal-leading-zero;
  margin-left: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.marker-list.marker-list--number li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  top: -2px;
}
.service-cost-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.service-cost-list li:before {
  content: '';
  position: absolute;
  left: 56px;
  bottom: 0px;
  right: 0;
  height: 1px;
  background-color: #E0E0E0;
}
.faq {
  padding-bottom: 150px;
  padding-top: 150px;
}
.home-page .faq{padding-bottom: 105px;}
.faq h2 {
  margin-bottom: 100px;
}

#answers .card {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #EDEDED;
}
#answers .card:first-child {
  border-top: 1px solid #EDEDED;
}
#answers .card-header {
  min-height: 90px;
  padding: 0;
  border-radius: 0;
  background-color: #fff;
  border: 0px;
  position: relative;
  padding-left: 0;
}
#answers .card-header .arrow {
  position: absolute;
  right: 20px;
  top: 35px;
}
@media (max-width: 767px) {
  #answers .card-header .arrow {
    right: 10px;
  }
}
#answers .btn-link {
  font-size: 18px;
  line-height: 1.56;
  font-weight: 500;
  color: #333333;
  width: 100%;
  text-align: left;
  padding-top: 30px;
  padding-left: 0;
  padding-bottom: 15px;
  outline: none !important;
  padding-right: 40px;
  text-decoration: none !important;
}
#answers .arrow {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#answers .arrow.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#answers .arrow.rotate svg path {
  fill: #F3C54E;
}
#answers .card-body {
  padding-left: 0;
  padding-bottom: 30px;
  padding-right: 40px;
  padding-top: 0;
}
@media (max-width: 767px) {
  #answers .card-body {
    padding-right: 40px;
  }
}
.reviews {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding-top: 110px;
  padding-bottom: 105px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .reviews {
    padding-top: 140px;
    padding-bottom: 60px;
    padding-bottom: 0px;
  }
}
.reviews .title-30 {
  margin-left: auto;
  color: #333333;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .reviews .title-30 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .reviews .title-30 {
    position: relative;
    top: -120px;
  }
}
.reviews .slider-wrapper {
  z-index: 3;
  padding-top: 12px;
}
@media (max-width: 1199px) {
  .reviews .slider-wrapper {
    padding-top: 110px;
  }
}
@media (max-width: 991px) {
  .reviews .slider-wrapper {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #222222;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 112px;
  }
}
@media (max-width: 767px) {
  .reviews .slider-wrapper {
    padding-top: 30px;
  }
}
.reviews:after {
  content: '';
  position: absolute;
  top: 110px;
  bottom: 0;
  left: 0;
  width: 50.7%;
  background-color: #222222;
  z-index: 2;
}
@media (max-width: 1199px) {
  .reviews:after {
    width: 65%;
    height: 660px;
  }
}
@media (max-width: 991px) {
  .reviews:after {
    width: 100%;
    top: 180px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .reviews:after {
    top: 240px;
  }
}
.reviews-content {
  position: relative;
  z-index: 5;
}
.review-author {
  margin-top: -65px;
  position: relative;
  min-height: 375px;
}
.review-author__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.review-author__img .img-wrapper {
  width: 303px;
  height: 310px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .review-author__img .img-wrapper {
    width: 290px;
    height: 300px;
  }
}
.review-author__img.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
}
.review-author .photo-title {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .review-author .photo-title {
    margin-top: 15px;
  }
}
.review-author .photo-title p {
  color: #fff;
}
.slider-back {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-right: 40px;
  padding-left: 45px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .slider-back {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.reviews-slider .reviews-text {
  padding: 5px;
}
.quot-left,
.quot-right {
  font-size: 94px;
  font-family: 'Playfair Display', serif;
  color: #F3C54E;
  position: absolute;
  z-index: 5;
}
.quot-left {
  top: 10px;
  left: 45px;
}
@media (max-width: 767px) {
  .quot-left {
    left: 30px;
  }
}
.quot-right {
  bottom: -28px;
  right: 58px;
}
@media (max-width: 767px) {
  .quot-right {
    right: 30px;
  }
}
.reviews .slider-arrow-block {
  /* position: relative; */
  position: absolute;
  z-index: 5;
  /* top: -20px; */
  bottom:20px;
}
@media (max-width: 991px) {
  .reviews .slider-arrow-block {
    /* top: -50px; */
    bottom:50px;
  }
}
.review-slider-arrow .arrow-icon svg path {
  fill: #fff;
}
.review-slider-arrow .arrow-icon:hover svg path {
  fill: #F3C54E;
}
.reviews + .interaction-scheme{
    margin-top:0;
}
.news {
  padding-top: 110px;
  padding-bottom: 145px;
  background: #F7F7F7;
  background-image: url(../img/sections-img/newsbg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
      .news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .news {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.news h2 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .news h2 {
    margin-left: auto;
    margin-right: auto;
  }
}
.news-card {
  display: block;
  position: relative;
  height: 300px;
  background-color: #fff;
  border: 1px solid #F0F0F0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 30px;
  padding-right: 50px;
  margin-bottom: 30px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.news-card .card-link--news {
  position: absolute;
  left: 30px;
  bottom: 25px;
}
.news-card:hover {
  background: #F7F7F7;
  border: 1px solid #F3C54E;
}
.news-card:hover .card-link--news {
  border-bottom-color: #333333;
}
.news-card h4 {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: 600;
  position: absolute;
  left: 30px;
  top: 37%;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .news-card h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .news-card h4 {
    font-size: 18px;
  }
}
.card-link {
  position: relative;
  border-bottom: 1px solid #F0F0F0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
.card-link:before {
  content: '';
  position: absolute;
  right: -19px;
  top: 4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.card-link:hover {
  color: #333333;
}

.news-card-wrapper {
  position: relative;
}
.news-card-head {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #F3C54E;
  z-index: 2;
}
.news-card-head a {
  color: #F3C54E;
}
.news-card-head a:hover {
  opacity: .6;
}
.news-card-head span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
}
.news-card-head span + a {
  margin-left: 2px;
}
.news-card-head span:after {
  content: "/";
  margin-left: 6px;
}
.feedback {
  background-color: #3B3B3B;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  height: 735px;
}
@media (max-width: 991px) {
  .feedback {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .feedback {
    min-height: 735px;
    height: auto;
  }
}
.feedback:after {
  content: '';
  width: 50%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  background-image: url(../img/sections-img/footerbg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .feedback:after {
    width: 100%;
    bottom: 52%;
  }
}
.feedback:before {
  content: '';
  width: 50%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 991px) {
  .feedback:before {
    width: 100%;
    bottom: 52%;
  }
}
.feedback-content {
  position: relative;
  z-index: 4;
}
.feedback-column {
  color: #fff;
}
.feedback-column h3 {
  margin-bottom: 30px;
}
.feedback-column h3 + p {
  max-width: 360px;
}
.feedback-column .service-list {
  margin-top: 40px;
}
.feedback-column .service-list li {
  position: relative;
  padding-left: 35px;
}
.feedback-column .service-list li + li {
  margin-top: 30px;
}
.feedback-column .service-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 20px;
  background: url(../img/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.feedback-column .service-list + .button {
  margin-top: 60px;
  display: inline-block;
  width: 280px;
  text-align: center;
}
@media (max-width: 991px) {
  .feedback-text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
.feedback-column .feedback-form {
  padding-left: 75px;
  max-width: 100%;
}
.feedback-column .feedback-form h2 {
  margin-bottom: 20px;
}
.feedback-column .feedback-form form {
  margin-top: 50px;
}
.feedback-column .feedback-form form .button {
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .feedback-column .feedback-form {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .feedback-column .feedback-form {
    padding-left: 0;
    padding-top: 60px;
    max-width: 490px;
  }
}
.partners {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f7f7f7;
}
@media (max-width: 1199px) {
  .partners {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .partners {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
    
  .partners {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.partners-static-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.partners-logo__img {
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.partners-logo .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.partners-logo .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #808080;
}
.partners-logo .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}
.partners-logo .owl-dots .owl-dot.active {
  background-color: #F3C54E;
}
.partners.partners--service {
  padding-top: 350px;
  margin-top: -220px;
}
@media (max-width: 1199px) {
  .partners.partners--service {
    padding-top: 270px;
  }
}
.footer {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #222222;
  text-align: center;
  color: #fff;
}
.footer-social {
  margin-bottom: 25px;
}
.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  margin-top: 5px;
}
@media (max-width: 579px) {
  .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer-contacts a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.56;
  white-space: nowrap;
}
.footer-contacts a span {
  display: inline-block;
}
.footer-contacts a span + span {
  margin-left: 10px;
}
.footer-contacts a + a {
  margin-left: 15px;
}
@media (max-width: 579px) {
  .footer-contacts a + a {
    margin-left: 0;
  }
}
.footer-contacts .footer-contacts-tel:hover,
.footer-contacts .footer-contacts-email:hover {
  color: #F3C54E;
}
.footer-contacts .footer-contacts-tel:hover svg path,
.footer-contacts .footer-contacts-email:hover svg path {
  fill: #F3C54E;
}
.footer-contacts-tel,
.footer-contacts-email {
  position: relative;
}
.footer-copyright {
  margin-top: 40px;
  margin-bottom: 12px;
}
@media (max-width: 579px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright span {
    display: block;
  }
}
.footer-links a {
  color: #F3C54E;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 579px) {
  .footer-links a {
    display: block;
  }
}
.footer-links a:hover {
  opacity: .5;
}
.footer-links a:first-child {
  position: relative;
}
.footer-links a:first-child:after {
  content: '|';
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 579px) {
  .footer-links a:first-child:after {
    display: none;
  }
}
.modal-backdrop {
  opacity: .6 !important;
  background-color: rgba(0, 0, 0, 0.85);
}
.modal .modal-body {
  color: #fff;
}
.modal .modal-body .modal-form-head {
  margin-bottom: 60px;
  text-align: center;
}
.modal .modal-body .modal-form-head h3 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  line-height: 1.25;
  max-width: 100%;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1439px) {
  .modal .modal-body .modal-form-head h3 {
    font-size: 38px;
  }
}
@media (max-width: 1360px) {
  .modal .modal-body .modal-form-head h3 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .modal .modal-body .modal-form-head h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .modal .modal-body .modal-form-head h3 {
    font-size: 24px;
  }
}
.modal .modal-body .modal-form-head p {
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}
#application .modal-body h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.52;
  max-width: 100%;
  margin-bottom: 20px;
}
.modal .modal-dialog {
  position: relative;
}
.modal .modal-dialog button.close {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}
@media (max-width: 992px) {
  .modal .modal-dialog button.close {
    top: 0px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog button.close {
    top: -10px;
    right: 0px;
  }
}
.modal .modal-dialog button.close span {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 50px;
  color: #F3C54E;
  font-weight: 400;
  text-shadow: none;
}
.formModal .modal-dialog {
  max-width: 790px;
  width: 70%;
}
@media (max-width: 767px) {
  .formModal .modal-dialog {
    width: 95%;
  }
}
.formModal .modal-content {
  background-color: #3B3B3B;
}
.formModal .modal-content {
  padding: 80px 120px;
  border-radius: 0;
  border: 0px;
}
@media (max-width: 991px) {
  .formModal .modal-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .formModal .modal-content {
    padding: 15px;
  }
}
#politicText .modal-content {
  padding: 30px;
  padding-right: 10px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  #politicText .modal-content {
    padding-left: 6px;
  }
}
#politicText .modal-content .modal-body {
  max-height: 500px;
  overflow: auto;
}
@media (max-width: 575px) {
  #politicText .modal-content .modal-body {
    max-height: 350px;
  }
}
@media (max-width: 359px) {
  #politicText .modal-content .modal-body {
    max-height: 270px;
  }
}
#politicText .modal-content .modal-body::-webkit-scrollbar {
  /* 1 - скроллбар */
  width: 6px;
  height: 6px;
  background-color: #cecece;
}
#politicText .modal-content .modal-body::-webkit-scrollbar-button {
  /* 2 - кнопка */
}
#politicText .modal-content .modal-body::-webkit-scrollbar-track {
  /* 3 - трек */
  background-color: #777;
}
#politicText .modal-content .modal-body::-webkit-scrollbar-track-piece {
  /* 4 - видимая часть трека */
}
#politicText .modal-content .modal-body::-webkit-scrollbar-thumb {
  /* 5 - ползунок */
  border-radius: 2px;
  background-color: #F3C54E;
}
#politicText .modal-content .modal-form-title h3 {
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  #politicText .modal-content .modal-form-title h3 {
    font-size: 15px;
  }
}
#politicText .modal-content button.close {
  position: absolute;
  top: 0px;
  right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}
@media (max-width: 767px) {
  #politicText .modal-content button.close {
    top: -10px;
    right: 0px;
  }
}
.politicText-title {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 8px;
}
#politicText ol {
  padding-top: 20px;
  padding-left: 10px;
}
#politicText ol li {
  line-height: 18px;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #politicText ol li {
    font-size: 13px;
  }
}
#politicText ul li {
  line-height: 27px;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #politicText ul li {
    font-size: 13px;
  }
}
#politicText ul.rules-list {
  padding-bottom: 20px;
}
#politicText ul.rules-list li {
  line-height: 22px;
}
#politicText .text-part {
  padding-bottom: 10px;
  font-size: 14px;
}
#consultantModal .modal-content {
  background-image: url(../img/sections-img/modalBg1.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.header-inner {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 440px;
  position: relative;
}
.header-inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1199px) {
  .header-inner {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .header-inner {
    height: 300px;
  }
}
.header-inner .title-2 {
  color: #fff;
}
.header-inner .header-center {
  padding-top: 60px;
  height: 176px;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.header-inner .icon-block {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-inner .nav-menu .icon-block {
  display: none;
}
.header-inner .icon-block {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .header-inner .icon-block {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .header-inner {
    height: 300px;
  }
  .header-inner .icon-block {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
  .header-center {
    padding-top: 50px;
  }
}
.inner-section {
  padding-top: 25px;
}
@media (max-width: 991px) {
  .inner-section {
    padding-top: 10px;
  }
}
@media (max-width: 1199px) {
  .service-cards {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .service-cards {
    padding-bottom: 70px;
  }
}
.service-cards__wrapper {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .service-cards__wrapper {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-card {
  position: relative;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  height: 408px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-card {
    height: auto;
  }
}
.service-card .service-card__head {
  border-bottom: 1px solid #F3C54E;
  padding-bottom: 20px;
}
.service-card .service-card__head p {
  color: #333333;
}
.service-card .service-card__head .type-item {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
}
.service-card .service-card__head .type-text {
  border-left: 0px;
  color: #333333;
}
.service-card .service-card__body {
  padding-top: 35px;
}
.service-card .service-card__body p {
  font-size: 13px;
  line-height: 1.77;
  color: #333333;
}
.service-card .service-card__body .card-link--service {
  margin-top: 35px;
  display: inline-block;
}
.service-card_top {
  display: block;
  height: 356px;
  padding: 30px;
  padding-bottom: 10px;
  border: 1px solid #F0F0F0;
  border-bottom: 0px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
@media (max-width: 767px) {
  .service-card_top {
    height: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 424px) {
  .service-card_top {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.service-card_top:hover {
  border: 1px solid #F3C54E;
  border-bottom: 0px;
}
.service-card_top:hover .card-link--service {
  border-bottom-color: #333333;
}
.service-card__footer {
  margin-top: -3px;
}
.service-card__footer .button {
  display: block;
  width: 100%;
}
.one-service .title-30 {
  margin-bottom: 60px;
}
.one-service-team {
  position: relative;
  z-index: 1;
}
.teammate-card {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  .teammate-card {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
.teammate-card .teammate-photo {
  margin-bottom: 20px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  -webkit-filter: grayscale(3);
  filter: grayscale(3);
}
.teammate-card .photo-title h4 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #333333;
}
.teammate-card .photo-title p {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
.teammate-card:hover .teammate-photo {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.teammate-card:hover h4 {
  color: #F3C54E;
}
.one-service-team .teammate-card {
  margin-bottom: 40px;
}
.one-service-cost .title-30 {
  margin-bottom: 90px;
}
.service-cost-card {
  background: #FFFFFF;
  border: 1px solid #F3C54E;
  max-width: 380px;
  min-height: 350px;
  padding: 11px 20px;
}
.service-cost-card .service-cost-head {
  border-bottom: 1px solid #F3C54E;
  padding-bottom: 25px;
  text-align: center;
}
.service-cost-card .service-cost-head span:first-child {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  line-height: 1.16;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .service-cost-card .service-cost-head span:first-child {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .service-cost-card .service-cost-head span:first-child {
    font-size: 30px;
  }
}
.service-cost-card .service-cost-head span:last-child {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 1.2;
  position: relative;
  top: -3px;
}
@media (max-width: 1199px) {
  .service-cost-card .service-cost-head span:last-child {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .service-cost-card .service-cost-head span:last-child {
    font-size: 24px;
  }
}
@media (max-width: 374px) {
  .service-cost-card .service-cost-head span:last-child {
    font-size: 22px;
  }
}
.service-cost-card .service-cost-body {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #F3C54E;
}
.service-cost-card .service-cost-body span {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.52;
  font-weight: 600;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.service-cost-card .service-cost-footer {
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-cost-card .service-cost-footer p {
  color: #808080;
  text-align: center;
  padding-top: 15px;    
  padding-bottom: 4px;
}
.service-cost-card:hover .service-cost-body span {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  color: #F3C54E;
}
.one-service-description {
  background-color: #F7F7F7;
  padding-top: 110px;
  padding-bottom: 150px;
  
}

.one-service-description .title-30 {
  margin-bottom: 60px;
}
.one-service-description p {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
.one-service-description .marker-list li {
  padding-left: 36px;
  margin-bottom: 32px;
  font-size: 13px;
  line-height: 23px;
}
.info-block__text p + p {
  margin-top: 10px;
}
.info-block__text .attention {
  margin-top: 40px;
}
.info-text-warning {
  margin-top: 60px;
}
.info-text-warning h5 {
  font-size: 18px;
  font-weight: 28px;
  font-weight: 700;
  margin-bottom: 28px;
}
.blog {
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .blog {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .blog {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .blog {
    padding-bottom: 50px;
  }
}
.blog-tabs {
  min-height: 300px;
}
.blog-tabs__controls {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog-tabs__controls button {
  background-color: #fff;
  position: relative;
  color: #808080;
  cursor: pointer;
}
.blog-tabs__controls button:hover {
  color: #333333;
}
.blog-tabs__controls button:after {
  content: '';
  position: absolute;
  right: -43px;
  width: 1px;
  height: 32px;
  bottom: -2px;
  background-color: #F0F0F0;
}
@media (max-width: 991px) {
  .blog-tabs__controls button:after {
    right: -20px;
  }
}
.blog-tabs__controls button:last-child:after {
  display: none;
}
.blog-tabs__controls .control-active {
  color: #333333;
  font-weight: 600;
}
@media (max-width: 767px) {
  .blog-tabs__controls {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .blog-tabs__controls button {
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 12px;
  }
  .blog-tabs__controls button:after {
    right: -8px;
  }
}
.blog-tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .blog-tabs__content {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .blog-tabs__content {
    max-width: 380px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.blog-tabs__content .news-card-wrapper,
.blog-tabs__content .news-card {
  max-width: 380px;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .blog-tabs__content .news-card-wrapper,
  .blog-tabs__content .news-card {
    width: 49.5%;
    margin-right: unset;
  }
}
@media (max-width: 767px) {
  .blog-tabs__content .news-card-wrapper,
  .blog-tabs__content .news-card {
    width: 100%;
  }
}
.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 12px;
}
.pagination-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .pagination-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pagination-block button {
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #f0f0f0;
  color: #BFBFBF;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.pagination-block button:first-child {
  border-radius: 2px 0 0 2px;
}
.pagination-block button:last-child {
  border-radius: 0 2px 2px 0;
}
.pagination-block button span path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.pagination-block button.active {
  font-weight: 700;
  color: #F3C54E;
  border: 1px solid #F3C54E;
}
.pagination-block button.active span path {
  stroke: #F3C54E;
  stroke-width: 2px;
}
.pagination-block button:hover {
  color: #F3C54E;
}
.pagination-block button:hover span path {
  stroke: #F3C54E;
}
.team-page .title-30 {
  margin-bottom: 50px;
}
/* start 28.10.2020 */
.text-section article p + p{
    margin-top: 10px;
}
.text-section {
    margin-top: 150px;
}
.text-section .title-30 {
    margin-bottom: 30px;
}
.text-video-section {
    margin-top: 10px;
}
.text-video-section .video {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* end 28.10.2020 */
.aboutus-desk__text {
  padding-right: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aboutus-desk__text .head-2 {
  margin-bottom: 25px;
}
.aboutus-desk__text .button {
  margin-top: auto;
  width: 278px;
}
@media (max-width: 991px) {
  .aboutus-desk__text .button {
    margin-top: 40px;
  }
}
.aboutus-desk__rules {
  padding: 40px;
  border: 1px solid #F3C54E;
}
.aboutus-desk__rules .head-2 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .aboutus-desk__rules {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .aboutus-desk__rules {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.team-persones {
  margin-top: 150px;
  padding-bottom: 90px;
}
.team-persones .title-30 {
  margin-bottom: 65px;
}
.blog-post {
  padding-bottom: 120px;
}
.post-content .attention {
  margin-bottom: 40px;
}
.post-content article {
  margin-bottom: 40px;
}
.post-content article .title-30 {
  margin-bottom: 30px;
}
.post-content article .marker-list {
  margin-top: 25px;
  margin-bottom: 30px;
}
.post-content article .marker-list.marker-list--circle li {
  margin-bottom: 15px;
}
.post-content article p + p {
  margin-top: 10px;
}
.post-content .post-img {
  margin-right: 30px;
  margin-bottom: 15px;
  float: left;
  max-width: 60%;
}
@media (max-width: 1199px) {
  .post-content .post-img {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .post-content .post-img {
    max-width: 60%;
  }
}
@media (max-width: 529px) {
  .post-content .post-img {
    max-width: 100%;
  }
}
.post-content .prev-info {
  margin-bottom: 40px;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .post-content .prev-info {
    padding-right: 0px;
  }
}
.post-content .video {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.post-content .docs {
  margin-bottom: 30px;
}
.post-content .docs .type-item {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .post-content .docs .type-item {
    margin-bottom: 25px;
  }
}
.persone-page {
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .persone-page {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .persone-page {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .persone-page {
    padding-bottom: 75px;
  }
}
.persone-data .text-block {
  position: relative;
  min-height: 350px;
}


@media (max-width: 991px) {
  .persone-data .text-block {
    height: auto;
  }
}
.persone-data__photo {
  float: right;
  width: 482px;
  margin-left: 30px;
}
@media (max-width: 1249px) {
  .persone-data__photo {
    width: 425px;
  }
}
@media (max-width: 1199px) {
  .persone-data__photo {
    width: 375px;
  }
}
@media (max-width: 991px) {
  .persone-data__photo {
    width: 40%;
    margin-bottom: 15px;
  }
  .persone-data__photo .photo-title {
    display: none;
  }
}
@media (max-width: 579px) {
  .persone-data__photo {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    float: unset;
  }
}
.persone-data {
  position: relative;
}
.persone-data:after {
  display: table;
  content: '';
  clear: both;
}
.persone-data .title-30 {
  margin-bottom: 65px;
}
.persone-data .title-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .persone-data .title-mobile {
    display: block;
  }
}
.persone-data .title-desktope {
  display: block;
}
@media (max-width: 1199px) {
  .persone-data .title-desktope {
    display: none;
  }
}
.persone-data p + p {
  margin-top: 15px;
}
.persone-data p {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .persone-data p {
    padding-right: 0;
  }
}
.persone-data__footer {
  /* position: absolute; */
  margin-top: 20px;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.persone-data__footer button {
  margin-right: 20px;
  width: 270px;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.persone-data__footer .work-document {
  margin-top: 0;
}
.persone-data__footer .work-document a span:first-child {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .persone-data__footer {
    position: relative;
    margin-top: 30px;
    -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;
  }
  .persone-data__footer .work-document {
    margin-top: 20px;
  }
  .persone-data__footer button {
    margin-right: 00px;
  }
}
.map {
  height: 510px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 /* margin-bottom: 120px;*/
}
/*
@media (max-width: 1199px) {
  .map {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .map {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .map {
    margin-bottom: 50px;
  }
}
*/
@media (max-width: 579px) {
  .map {
    display: block;
    height: auto;
   /* margin-bottom: 30px;*/
  }
}
.map-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: grayscale();
  filter: grayscale();
}
@media (max-width: 579px) {
  .map-wrapper {
    position: relative;
    height: 250px;
  }
}
.contacts-card {
  position: relative;
  z-index: 1;
  max-width: 310px;
  width: 100%;
  min-height: 362px;
  background: #F7F7F7;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 579px) {
  .contacts-card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.faq.faq--contacts {
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .faq.faq--contacts {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .faq.faq--contacts {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .faq.faq--contacts {
    padding-bottom: 75px;
  }
}
.contacts-card__content {
  padding: 30px;
  font-size: 13px;
  line-height: 23px;
}
.contacts-card__content .address-item {
  margin-bottom: 16px;
}
.contacts-card__content .address-item svg {
  position: relative;
  top: 2px;
}
.contacts-card__content a.address-item {
  color: #333333;
}
.contacts-card__content a.address-item:hover {
  color: #F3C54E;
}
.contacts-card__content a.address-item:hover svg path {
  fill: #F3C54E;
}
.contacts-card__content span {
  min-width: 40px;
  margin-right: 0px;
  display: inline-block;
}
.contacts-card__content a {
  display: inline-block;
}
.contacts-card__content .address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certificate.text-14 {display: none}
.certificate.text-14.active {display: flex}
#social {
	left: 35px;
	bottom: 35px;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	z-index: 99;
}
#icons a {
	height: 0;
	opacity: 0;
	color: white;
	display: flex;
	align-items: center;
	margin: 0 0 10px 5px;
	pointer-events: none;
	text-decoration: none;
	transition: all 0.2s linear 0s;
}
#icons.active a {
	opacity: 1;
	height: 60px;
	pointer-events: auto;
}
#tl, #wa, #vb, #fb, #vk, #ml, #ms {
	width: 60px;
	height: 60px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
#tl, #tl + .title {background: #44B4F4;}
#wa, #wa + .title {background: #00D1B5;}
#vb, #vb + .title {background: #AB74D4;}
#fb, #fb + .title {background: linear-gradient(203.03deg, #FC5C73 6.71%, #963AFD 53.43%, #178AFF 89.56%);}
#vk, #vk + .title {background: #2787F5;}
#ml, #ml + .title {background: #4075FF;}
#ms {
	width: 70px;
	height: 70px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	background: #07BB07;
	align-items: flex-start;
	justify-content: flex-start;
	transition: all 0.2s linear 0s;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
#ms.active {
	transform: rotate(180deg);
	background-color: #FFFFFF !important;
	box-shadow: 0px 0px 12px rgba(7, 187, 7, 0.5);
	background-image: url(../img/icons/cl.svg) !important;
}
#ms #wrap {
	left: 0;
	display: flex;
	position: absolute;
	transition: all 0.15s linear 0s;
}
#ms.active #wrap {
	opacity: 0;
}
#ms #wrap div,
#ms span {
	width: 70px;
	height: 70px;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
#ms span {
	z-index: 1;
	cursor: pointer;
	position: absolute;
	border-radius: 50%;
}
#icons .title {
	width: 0;
	opacity: 0;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	border-radius: 11px;
	font: 11px/21px Tahoma;
	transition: all 0.1s linear 0s;
}
#icons .title.active {
	opacity: 1;
	width: 85px;
	margin-left: 15px;
}
@media(max-width: 991px){
    .review-author{
        display: none;
    }
    .reviews .slider-arrow-block{
        bottom: 20px;
    }
}
@media (max-width: 767px){
    .reviews {
    padding-top: 0;
}
.reviews .title-30 {

   top: -0px;
   margin-bottom: 70px;
}
}
@media (max-width: 767px) {
  .reviews .slider-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .direction-types {
  margin-top: 100px;
}
  .direction {
 padding-bottom: 100px;
}
#success-works.success {
    padding-top: 100px;

}
.success{
 padding-bottom: 100px;
  }
  .faq,.news,
  .interaction-scheme{
  padding-top: 100px;
}
.service-cost{
 padding-bottom: 100px;
}


}
.inner-types{
    margin-bottom: 43px;

}
.success + .inner-types{
    margin-top: 100px;
    margin-bottom: -45px;
}
@media(max-width: 1199px){
    .success + .inner-types{margin-bottom: 0;}
}
.direction--inner-page.inner-types{
    margin-bottom: 85px;
    margin-top: 150px;
}
.info-block__text ul {margin-left: 20px; list-style-type: disc;}
/* ADDITIONAL-TEXT BLOCK */
/*======ЮРИСТ  сео текст =======*/
.additional-info__button {
  font-size: 14px;

  text-align: right;
  margin-top: 80px;
}
.additional-info__button p {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.additional-info__button p:hover {
  color: #F3C54E;
}

.additional-info-text p + p {
  margin-top: 8px;
}
.additional-info-text h2,
.additional-info-text h3,
.additional-info-text h4,
.additional-info-text h5,.additional-info-text h6  {
  margin-bottom: 30px;
    font-weight: 500;
  font-size: 25px;
  line-height: 21px;

  margin-top: 50px;
}
.additional-info-text p + h2,
.additional-info-text p + h3,
.additional-info-text p + h4 {
  margin-top: 50px;
}
.additional-info-text h2 + ol,
.additional-info-text h2 + ul,
.additional-info-text h3 + ul,
.additional-info-text h3 + ol {
  margin-top: 30px;
  margin-bottom: 30px;
}
.additional-info-text ol,
.additional-info-text ul {
  padding-left: 0;
  margin-bottom: 30px!important;
}
.additional-info-text ol li,
.additional-info-text ul li {
  padding-left: 35px;
  padding-top: 0!important;
  padding-bottom: 0!important;

}
.additional-info-text ul li{
    position: relative;
}
.additional-info-text ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius:50%;
    background-color: #E0E0E0;
    position: absolute;
    left: 0;
    top: 8px;
}
.additional-info-text p +ol, .additional-info-text p +ul{margin-top: 30px;}
.additional-info-text ol li + li,
.additional-info-text ul li + li {
  margin-top: 8px!important;

}

.additional-info-text ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 18px;


}
.additional-info-text ol li {
  position: relative;
  padding: 0 0 0px 15px;
}
.additional-info-text ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -26px;
  width: 20px;
  font-weight: 700;
  text-align: right;
}
.additional-info-text a{
  text-decoration: underline;
}
.additional-info-text a:hover{
  color:#F3C54E;
  text-decoration: none;
}
.additional-info-text a{
  text-decoration: underline;
  color: #333333;
}


.additional-info-text a:hover{
  color:rgb(243, 197, 78);
  text-decoration: none;
}
/*END SEO TEXT*/
.success-response {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #3B3B3B;
    height: 260px;
    max-width: 615px;
    width: 100%;
}
.success-response_close{
    margin: 10px 15px 20px auto;
}
.success-response p {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.success-response_ok{
    border: 1px solid #F3C54E;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #F3C54E;
    padding: 17px 40.5px 16px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 767px) {
  .success-response{
      height: auto;
      padding: 15px;
  }
}
/*CALL BUTTON*/
.mobile-call-btn{
    position: fixed;
    right: 35px;
    bottom: 35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgb(243, 197, 78);
     background-color: #fff;
     border: 2px solid rgb(243, 197, 78);
	  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    color:rgb(243, 197, 78);
    font-size: 20px;
   text-align: center;
   z-index: 10;
   box-sizing: border-box;

}
.mobile-call-btn:hover{
    color: #000;
}

.mobile-call-btn i{
    display: inline-block;
	z-index: 2;
	position: relative;
	top: 2px;
}
.mobile-call-btn svg{
	width: 26px;

}
.mobile-call-btn:before,
.mobile-call-btn:after{
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
   border-radius: 50%;
   border: 1px solid rgb(243, 197, 78);
   top: 50%;
   left: 50%;
   z-index: -1;
   -webkit-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
           transform: translate(-50%, -50%);
    -webkit-animation-name: pulse;
            animation-name: pulse;
  -webkit-animation-duration:  1.8s;
          animation-duration:  1.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function:  linear;
          animation-timing-function:  linear;
}
.mobile-call-btn:before{
    width: 90px;
    height: 90px;
}
@media(max-width: 1023px) {
    .mobile-call-btn{
       width: 70px;
       height: 70px;
       right: 35px;
    bottom: 35px;
    }
    .mobile-call-btn:before,
    .mobile-call-btn:after{
        width: 70px;
        height: 70px;
    }
    .mobile-call-btn:before{
        width: 90px;
        height: 90px;
    }
    .mobile-call-btn svg{
	width: 26px;

}
}
@-webkit-keyframes pulse{
  0%{
   -webkit-transform: translate(-50%, -50%) scale(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
           transform: translate(-50%, -50%) scale(.5);
  }



    100%{
      -webkit-transform: translate(-50%, -50%) scale(1.1);
       -ms-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1);
    }

  }

@keyframes pulse{
  0%{
   -webkit-transform: translate(-50%, -50%) scale(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
           transform: translate(-50%, -50%) scale(.5);
  }


    100%{
      -webkit-transform: translate(-50%, -50%) scale(1.1);
       -ms-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1);
              opacity: 0;
    }

  }
.service-cost{
     margin-top: 0;
     padding-top: 130px;
 }
 .service-page .service-cost-content{
     margin-top: 0;
 }
 .one-service-top{
     position: relative;
 }
  .one-service-top:after{
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     background-color: #F7F7F7;
     height:290px;
 }
  .one-service-top .one-service-team .teammate-card{padding-bottom: 0;}
 .one-service-top .one-service-team .col-lg-4:nth-last-child(-n+4)  .teammate-card{
     margin-bottom: 0;
 }
 .col-lg-4 .service-cost-card {margin-bottom: 30px;}
   .col-lg-4:nth-last-child(-n+4) .service-cost-card {margin-bottom: 0;}
    
 @media(max-width: 991px){
      .col-lg-4:nth-last-child(-n+4) .service-cost-card,
    .one-service-top  .one-service-team .col-lg-4:nth-last-child(-n+4)  .teammate-card{
     margin-bottom: 30px;
     }
     .col-lg-4:nth-last-child(-n+2) .service-cost-card,
    .one-service-top   .one-service-team .col-lg-4:nth-last-child(-n+2)  .teammate-card{
     margin-bottom: 0px;
       }
 }
  @media(max-width: 767px){
      .col-lg-4:nth-last-child(-n+2) .service-cost-card,
    .one-service-top  .one-service-team .col-lg-4:nth-last-child(-n+2) .teammate-card{
     margin-bottom: 30px;
      }
    .col-lg-4:nth-last-child(1) .service-cost-card,
    .one-service-top   .one-service-team .col-lg-4:nth-last-child(1)  .teammate-card{
     margin-bottom: 0px;
       }
       
 }
 .service-detail .brcrumg + div, .service-detail .brcrumg + section{padding-top: 0;}
 .ourteam #success-works{margin-top: 0!important;}
 
 /*=======Сmраница подкатегории=====*/
.one-service .service-cards__wrapper .row{
    row-gap:30px;
}
.one-service .service-cards__wrapper .row.nogap{
    row-gap:0px;
}
.one-service .service-cards__wrapper .row.nogap .service-card{
    margin-bottom: 30px;
}
.one-service .service-card{
    max-width: 100%;
}
.one-service .service-card .service-card__head{
    padding-bottom: 30px;
}
.one-service .service-card, .one-service .service-card_top{
    height: auto;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
}
 .one-service .service-card_top:hover{
    
    border-bottom: 1px solid #49B8B8;
}
.one-service .service-card .service-card__body{
    padding-top: 15px;
    padding-bottom: 5px;
}
.one-service .service-card .service-card__body p,
.one-service .service-card .service-card__footer{display: none;}
.one-service .service-card .service-card__body .card-link--service{margin-top: 0;}
.one-service .service-cards__wrapper {padding-top: 0;}
.one-service .service-cards__wrapper .service-card{
    margin-bottom: 0;
}
.one-service .serv-subservice + script + .one-service-top{
    padding-top: 110px;
     padding-top: 0px;
}
/* классы для скрипта количества подкатегорий*/
#mainCategories.category-wrapper-1 .catItem.col-xl-4:last-child {
  max-width: 100%!important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#mainCategories.category-wrapper-2 .catItem.col-xl-4:last-child,
#mainCategories.category-wrapper-2 .catItem.col-xl-4:nth-last-child(2) {
  max-width: 50%!important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.category-wrapper .catItem:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media (max-width: 579px) {
  .category-wrapper .catItem:nth-last-child(-n+3) {
    margin-bottom: 30px;
  }
  .category-wrapper .catItem:nth-last-child(1) {
    margin-bottom: 0;
  }
  #mainCategories.category-wrapper-2 .catItem.col-xl-4:last-child,
  #mainCategories.category-wrapper-2 .catItem.col-xl-4:nth-last-child(2) {
    max-width: 100%!important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
/* для адаптивности хлебных крошек*/
.brcrumg{
    overflow: auto;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
     
}
.brcrumg::-webkit-scrollbar {
  display: none;
  height: 0;
  background-color: transparent;
}
.brcrumg-item{
    white-space: nowrap;
}
.header-center a{
    color: #fff;
    margin-left: 3px;
    white-space: nowrap;
}

.header-center a:hover{
   opacity: .7;
}
/*ограничить фото команды в слайдере и картинки, добавляеые через админку*/
.owl-carousel .owl-item p>span>img,
.owl-carousel .owl-item p>img{
    max-width: 250px;
}
.team-slide__img-photo {
    max-height: 500px;
    overflow: hidden;
}
@media(max-width: 1199px){
    .team-slide__img-photo {
    max-height: 430px;
    
    }
}
.phone-box {
    min-height:50px;
      display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.phone-box a {
    display: block;
    color: #ffffff;
    line-height: 1.4;
}
.phone-box a:hover{
    color: rgb(243, 197, 78);;
}
.phone-box a + a{margin-top: 6px;}
/*only-img-logo*/
.only-img{
    width: 240px;
}
@media(max-width: 1199px){
    .only-img { width: 200px;}
}
@media(max-width: 768px){
    
    #menu-toggle--fix{
        margin-left: 15px;
    }
    .only-img { width: 190px;}
    .header-fix .only-img {
    width: 120px;
    margin-right: 15px;}
}
#success-works .d-none{overflow: hidden;}