/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.fx-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex Class End */

/* Reserved Class */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.no-scroll {position: fixed;top: 0;left: 0;right: 0;}
.symbol-rub {font-family: -apple-system,system-ui,Arial,Helvetica,sans-serif;}
.text-crop {white-space: nowrap;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
/* Reserved Class End*/

/* Style Default*/
a, button, .speed {-webkit-transition: all .2s;-o-transition: all .2s;transition: all .2s;}
button {border: 0;padding: 0;cursor: pointer;background: none;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
* {outline: none;}
/* Style Default End */

/*

font-family: big-caslon-fb, Arial, Helvetica, sans-serif;

font-family: gravesend-sans, Arial, Helvetica, sans-serif;

*/

body {
  color: #202127;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: .9px;
  font-family: big-caslon-fb, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* Btn */

.form__btn input[type="submit"],
.btn {
  height: 70px;
  padding: 0 20px;
  font-size: 26px;
  font-weight: 500;
  min-width: 440px;
  text-align: center;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.btn--orange {
  color: #202127 !important;
  background: #FFA840 !important;
}

.btn--orange:hover {
  background: #ee972e!important;
}

.btn--border {
  color: #202127!important;
  border: 2px solid #202127;
}

.btn--border:hover {
  color: #fff!important;
  background: #202127!important;
}

.btn--dark {
  color: #fff !important;
  background: #202127 !important;
}

.btn--dark:hover {
  background: #363840 !important;
}

/* Title */

.title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.title--h1 {
  line-height: 1.25;
}

.title--h2 {
  line-height: 1.33;
}

.title--mb {
  margin-bottom: 60px;
}

.title--mt {
  margin-top: 60px;
}

.title--arrow {
  position: relative;
  margin-bottom: 60px;
}

.title__arrow {
  position: absolute;
  margin: 25px auto 0;
  width: 20px;height: 16px;
  top: 100%;left: 0;right: 0;
  background: url(../img/svg/i-title-arrow.svg) center/contain no-repeat;
  -webkit-animation: down 1s infinite ease-in-out;
          animation: down 1s infinite ease-in-out;
}

@-webkit-keyframes down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Paragraph */

.paragraph {
  width: 100%;
}

.paragraph p+p {
  margin-top: 30px;
}

/* List */

.list {
  width: 100%;
}

.list li {
  position: relative;
}

.list li:before {
  left: 0;
}

.list li:not(:last-child) {
  margin-bottom: 11px;
}

.list--arrow li {
  padding-left: 20px;
}

.list--arrow li:before {
  top: 6px;
  width: 7px;height: 12px;
  background: url(../img/svg/i-arrow-list.svg) center/contain no-repeat;
}

/* Main bg */

.main-bg {
  background:#ebedeb url(../img/bg/main-bg.jpg) center 100% repeat;
}

.main-bg-dark {
  color: #fff;
  background:#24252b url(../img/bg/main-bg-dark.jpg) center 100% repeat;
}

.bg-line {
  background:#f6f5f0 url(../img/bg/bg-line.jpg) center/cover no-repeat;
}

.bg-line-dark {
  color: #fff;
  background:#24252b url(../img/bg/bg-line-dark.jpg) center/cover no-repeat;
}

/* Form */

.form__field,
.form__field input,
.form__field textarea {
  width: 100%;
  display: block;
}

.form__field {
  margin-bottom: 5px;
}

.form__field--textarea {
  margin-top: 35px;
}

.form__field input,
.form__field textarea {
  border: 0;
  color: #202127;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #A69C93;
  _font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.form__field input {
  height: 50px;
  line-height: 50px;
}

.form__field textarea {
  resize: none;
  height: 100px;
  padding: 10px;
  border: 1px solid #A69C93;
}

.form__field *::-webkit-input-placeholder {color: #202127;}
.form__field *::-moz-placeholder          {color: #202127;}/* Firefox 19+ */
.form__field *:-moz-placeholder           {color: #202127;}/* Firefox 18- */
.form__field *:-ms-input-placeholder      {color: #202127;}

.forn__name {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

/* MailTo */

.mailto-link {
  padding: 8px 0;
  position: relative;
}

.mailto-message {
  width: auto;
  color: #000;
  display: none;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 120%;
  position: absolute;
  border-radius: 2px;
  top: 10px;left: 50%;
  margin-bottom: -5px;
  background:#FFA840;
  white-space: nowrap;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.mailto-message:after {
  content: " ";
  position: absolute;
  pointer-events: none;
}

.mailto-message:after {
  margin-top: -1px;
  border-width: 6px;
  border-style: solid;
  top: 100%;left: 50%;
  border-color: #FFA840 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mailto-link:hover .mailto-message,
.mailto-link:focus .mailto-message,
.mailto-link:focus-within .mailto-message {
  display: block;
}

/* Close */

.close {
  opacity: .4;
  width: 25px;height: 25px;
}

.close svg {
  display: block;
  width: 100%;height: 100%;
}

.close svg path {
  stroke: #202127;
}

.close:hover {
  opacity: .7;
}

/* ------------ *Header ------------- */

.header {
  z-index: 29;
  padding: 30px 0;
  position: fixed;
  background: #fff;
  top: auto;
  left: 0;right: 0;
  border-bottom: 2px solid #A69C93;
}

/* logo */

.logo {
  max-width: 220px;
}

.logo img {
  display: block;
}

/* Nav */

.nav li {
  margin-left: 40px;
  line-height: normal;
}

.nav li a {
  color: #202127;
  font-weight: 300;
  position: relative;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.nav li a:after {
  opacity: 0;
  height: 3px;
  background: #FFA840;
  pointer-events: none;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  top: 100%;left: -3px;right: -3px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.nav li.active a:after {
  opacity: 1;
}

.nav li a:hover {
  color: #bcbcbc;
}

li.nav__btn {
  margin-left: 60px;
}

li.nav__btn a {
  display: block;
  padding: 3px 18px;
  background: #FFA840;
}

li.nav__btn a:after {
  display: none;
}

li.nav__btn a:hover {
  color: #202127;
  background: #ee972e;
}

/* Toggle */

.navbar-toggle:hover {
  opacity: .6;
}

.navbar-toggle span {
  display: block;
  position: relative;
  background: #A69C93;
  width: 32px;height: 3px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

.navbar-toggle.active span:first-child {
  top: 9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:last-child {
  top: -9px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Header scroll */

.header--scroll {
  padding: 15px 0 !important;
  -webkit-box-shadow: 0 0 8px rgb(0, 0, 0, .15);
          box-shadow: 0 0 8px rgb(0, 0, 0, .15);
}

/* ------------- *Intro -------------- */

.intro {
  color: #fff;
  padding: 120px 0;
  position: relative;
  min-height: calc(100vh - 99px);
}

.intro .container {
  z-index: 1;
  position: relative;
}

.intro__box {
  max-width: 660px;width: 100%;
}

.intro__top {
  color: #DFDBD6;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.intro .title {
  margin: 32px 0 0;
  max-width: 599px;
  letter-spacing: .4px;
  font-family: big-caslon-fb, Arial, Helvetica, sans-serif;
}

.intro__btn {
  margin-top: 45px;
}

.intro__img {
  display: block;
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
}

/* ----------- *Potential ------------ */

.potential {
  padding: 100px 0;
}

.potential .title {
  max-width: 700px;
}

.potential .title p {
  font-size: 20px;
  margin-top: 20px;
}

.potential .paragraph {
  font-size: 24px;
  line-height: 1.26;
}

.potential .paragraph p+p {
  margin-top: 0;
}

/* ------------ *Partner ------------- */

.partner {
  z-index: 1;
  position: relative;
  padding: 120px 0 90px;
}

.partner__head {
  z-index: 1;
  color: #F1F1EF;
  position: relative;
  margin-left: -80px;
  padding: 30px 30px 30px 80px;
  max-width: 950px;width: 100%;
  background: rgb(32 33 39 / 90%);
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.partner__head span {
  display: block;
  font-size: 24px;
  line-height: 1.07;
  font-weight: bold;
}

.partner__head p {
  margin-top: 3px;
}

.partner .paragraph {
  margin-top: 60px;
  max-width: 540px;
}

.partner__img {
  width: 49%;
  display: block;
  position: absolute;
  top: 0;right: 0;bottom: 0;
}

.partner__img:after {
  z-index: -1;
  background: #A69C93;
  left: -28px;right: 0;
  top: 58px;bottom: 58px;
}

/* ------------ *Journey ------------- */

.journey {
  padding: 130px 0 140px;
}

.journey .row [class*='col-']:last-child .journey__point:after {
  display: none;
}

.journey__point {
  display: block;
  position: relative;
  margin: 0 auto 26px;
  background: #A69C93;
  width: 4px;height: 34px;
}

.journey__point:after {
  top: 50%;
  background: inherit;
  width: 400px;height: 3px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ------------ *Mission ------------- */

.mission {
  z-index: 1;
  color: #F1F1EF;
  position: relative;
  padding: 115px 0 120px;
}

.mission__box {
  max-width: 522px;width: 100%;
}

.mission .paragraph {
  margin-top: 60px;
}

.mission .paragraph b {
  color: #FFA840;
  border-bottom: 2px solid;
}

.mission__img {
  display: block;
  position: relative;
  padding-bottom: 45.8%;
  max-width: 594px;width: 100%;
}

.mission__img:after {
  z-index: -1;
  background: #F1F1EF;
  top: -20px;left: -20px;
  width: 320px;height: 320px;
}

/* ----------- *Business ------------- */

.business {
  padding: 120px 0;
}

.business__box {
  margin: 0 auto;
  background: #fff;
  padding: 95px 120px 105px;
  max-width: 725px;width: 100%;
}

.business .paragraph,
.business .list {
  max-width: 565px;
  margin-left: auto;
  margin-right: auto;
}

.business .paragraph {
  margin-top: 30px;
}

.business .list {
  margin-top: 20px;
}

/* ----------- *Solutions ------------ */

.solutions {
  padding: 90px 0;
  position: relative;
}

.solutions__box {
  padding-left: 550px;
}

.solutions .paragraph {
  margin-top: 50px;
}

.solutions .list {
  margin-top: 40px;
}

.solutions .list li:not(:last-child) {
  margin-bottom: 25px;
}

.solutions .list li span {
  top: -3px;
  font-size: 12px;
  position: relative;
}

.solutions__btn {
  margin-top: 50px;
}

.solutions__img {
  width: 44.228%;
  position: absolute;
  top: 0;left: 0;bottom: 0;
}

.solutions__img:before,
.solutions__img:after {
  right: 0;
  width: 12px;
}

.solutions__img:before {
  top: 0;
  height: 30%;
  background: #A69C93;
}

.solutions__img:after {
  bottom: 0;
  height: 70%;
  background: #DFDBD6;
}

/* ------------ *Company ------------- */

.company {
  padding: 100px 0 110px;
}

.company .row [class*='col-'] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 32%;
}

.company__item {
  line-height: 1.36;
  position: relative;
}

.company__item:before {
  content: "“";
  color: #FFA840;
  font-size: 90px;
  position: absolute;
  pointer-events: none;
  top: -40px;left: -30px;
}

.company__name {
  margin-top: 25px;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.company__title {
  font-style: italic;
}

/* ------------- *Order -------------- */

.order {
  padding: 90px 0 85px;
}

.order__box {
  background: #fff;
  margin-left: auto;
  position: relative;
  margin-right: auto;
  padding: 60px 20px;
  max-width: 920px;width: 100%;
}

.order__box:after {
  pointer-events: none;
  right: 0;bottom: 87px;
  width: 37px;height: 306px;
  background: url(../img/other/i-lines.png) center/contain no-repeat;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.order .paragraph {
  max-width: 670px;
  margin: 23px auto 0;
}

.order .paragraph a {
  color: inherit;
}

.order .paragraph a:hover {
  text-decoration: underline;
}

.order__form {
  margin: 0 auto;
  max-width: 614px;width: 100%;
}

.form__btn {
  margin-top: 45px;
}

/* ------------- *Footer ------------- */

.footer {
  color: #fff;
  padding: 40px 0;
  background: #202127;
}

.footer__info {
  font-size: 14px;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.footer__info a {
  color: inherit;
}

.footer__info a:hover {
  text-decoration: underline;
}

.footer__info span {
  margin: 0 7px;
}

/* ------------- *Modal -------------- */

.modal {
  z-index: 99;
  display: none;
  position: fixed;
  overflow-y: auto;
  background: rgb(0 0 0 / 51%);
  top: 0;left: 0;right: 0;bottom: 0;
}

.fullScreen {
  padding: 50px 0;
  min-height: 100%;
}

.modal__box {
  padding: 50px;
  background: #fff;
  position: relative;
  max-width: 800px;width: 97%;
}

.close--modal {
  position: absolute;
  top: 10px;right: 10px;
}

.modal__box .title {
  margin-bottom: 25px;
}

.modal__order .paragraph a {
  color: inherit;
}

.modal__order .paragraph a:hover {
  text-decoration: underline;
}

/* =================================== */
/*             Page: About             */
/* =================================== */

.intro--about {
  overflow: hidden;
  background-position: 0 0 !important;
  background-size: cover !important;
}

.intro--about .intro__box {
  max-width: 505px;
  margin-left: auto;
  padding: 50px 0 50px 50px;
  background: linear-gradient(to left, #21232e, transparent);
}

.intro--about .intro__box span {
  display: block;
  font-size: 45px;
  position: relative;
  padding-bottom: 45px;
  letter-spacing: 4.5px;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.intro--about .intro__box span:after {
  content: " ";
  position: absolute;
  bottom: 0;right: 0;
  background: #FFA840;
  width: 90px;height: 6px;
}

.intro--about .intro__box p {
  font-size: 30px;
  margin-top: 22px;
  line-height: 1.24;
}

.intro--about__img {
  top: 50%;left: 0;
  position: absolute;
  width: 56%;height: 100%;
  transform: translateY(-50%);
}

.intro--about__img-top {
  height: 29%;
}

.intro--about__img-mid {
  height: 37%;
}

.intro--about__img-bot {
  height: 31%;
}

.intro--about__img div+div {
  margin-top: 17px;
}

.intro--about__img i {
  height: 100%;
}

.intro--about__img i:not(:last-child) {
  margin-right: 20px;
}

/* ---------- *About text ----------- */

.about-text {
  z-index: 1;
  padding: 120px 0;
  position: relative;
  background: #F1F1EF;
}

.about-text:after {
  margin: 0 auto;
  width: 250px;height: 31px;
  left: 0;right: 0;bottom: 0;
  background: url(../img/other/about-text-line.png) center/contain no-repeat;
  transform: translateY(50%);
}

.about-text .title {
  line-height: 1.1;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.about-text .title strong,
.about-text .title span {
  margin-top: 5px;
  background: #A69C93;
  display: inline-block;
  max-width: 496px;width: 100%;
}

/* ----------- *About us ------------- */

.about-us {
  position: relative;
  padding: 170px 0 210px;
}

.about-us__box {
  max-width: 593px;width: 100%;
}

.about-us .title {
  color: #A69C93;
  margin-bottom: 40px;
}

.about-us .paragraph {
  line-height: 1.5;
}

.about-us__img {
  width: 45%;
  display: block;
  position: absolute;
  top: 0;right: 0;bottom: 0;
}

.about-us__list {
  font-size: 24px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;right: 0;bottom: 0;
  max-width: 1200px;width: 100%;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.about-us__list li {
  z-index: 1;
  width: 100%;
  padding: 15px 50px;
  text-align: center;
  position: relative;
}

.about-us__list li:nth-child(1) {
  background: #F1F1EF;
}

.about-us__list li:nth-child(2) {
  background: #DFDBD6;
}

.about-us__list li:nth-child(3) {
  background: #A69C93;
}

.about-us__list li:nth-child(4) {
  background: #887F77;
}

.about-us__list li:nth-child(1):after,
.about-us__list li:nth-child(4):after {
  z-index: -1;
  width: 999em;
  top: 0;bottom: 0;
  background: inherit;
  pointer-events: none;
}

.about-us__list li:nth-child(1):after {
  right: 100%;
}

.about-us__list li:nth-child(4):after {
  left: 100%;
}

/* ---------- *About info ------------ */

.about-info {
  padding-top: 90px;
}

.about-info__head {
  z-index: 1;
  padding-top: 80px;
  position: relative;
  background: #F1F1EF;
  padding-bottom: 70px;
}

.about-info__head,
.about-info__body {
  padding-left: 140px;
  padding-right: 140px;
}

.about-info__img {
  display: block;
  margin-right: 20px;
  position: relative;
  width: 390px;height: 390px;
  flex-shrink: 0;
}

.about-info__img:after {
  z-index: -1;
  background: #A69C93;
  top: -20px;left: -20px;
  width: 290px;height: 290px;
}

.about-info__text {
  max-width: 100%;width: 100%;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.about-info__text span {
  font-size: 40px;
}

.about-info__text p {
  font-size: 30px;
}

.about-info__body {
  color: #fff;
  font-size: 20px;
  padding-top: 30px;
  background: #A69C93;
  padding-bottom: 30px;
}

.about-info__body p {
  margin-bottom: 25px;
}

.about-info__hidden {
  display: none;
  margin-bottom: 25px;
}

.about-info__more button {
  line-height: 1;
  color: #F1F1EF;
  font-size: 30px;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.about-info__more button span {
  margin-right: 20px;
  transition: inherit;
  display: inline-block;
}

.about-info__more--active button span {
  transform: rotate(45deg);
}

/* --------- *About review ----------- */

.about-review {
  color: #fff;
  padding: 170px 0;
  margin-top: 100px;
  min-height: 530px;
}

.about-review__box {
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 763px;width: 100%;
}

.about-review__box:before {
  content: "“";
  color: #FFA840;
  font-size: 200px;
  position: absolute;
  pointer-events: none;
  top: -120px;left: 50%;
  font-family: big-caslon-fb, Arial, Helvetica, sans-serif;
  transform: translateX(-50%);
}

.about-review__text {
  line-height: 1.5;
}

.about-review__name {
  font-size: 22px;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.about-review__type {
  font-size: 22px;
  font-family: big-caslon-fb, Arial, Helvetica, sans-serif;
}



.about-review__name {
  margin-top: 30px;
}

/* Bg */

.about-review--img {
  z-index: 1;
  position: relative;
  background: #202127;
  margin-top: 0 !important;
}

.about-review--img:after {
  opacity: .28;
  pointer-events: none;
  top: 0;left: 0;right: 0;bottom: 0;
  background: url(../img/bg/patern.png) center/cover no-repeat;
}

.about-review__img {
  z-index: -1;
  opacity: .24;
  position: absolute;
  pointer-events: none;
  top: 0;left: 0;right: 0;bottom: 0;
}

/* -------- *About approach ---------- */

.about-approach {
  padding: 80px 0;
  min-height: 580px;
}

.about-approach__left,
.about-approach__right {
  width: 50%;
  padding-top: 33px;
}

.about-approach__left span,
.about-approach__right span {
  color: #fff;
  display: block;
  line-height: 82px;
  background: #A69C93;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.about-approach__left span,
.about-approach__left p,
.about-approach__right span,
.about-approach__right p {
  padding-left: 44px;
  padding-right: 44px;
}

.about-approach__left span {
  font-size: 30px;
}

.about-approach__left b {
  font-weight: 800;
}

.about-approach__left p,
.about-approach__right p {
  padding-top: 20px;
}

.about-approach__right {
  background: #fff;
  padding-bottom: 40px;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.about-approach__right span {
  font-size: 60px;
}

.about-approach__right p {
  color: #202127;
  font-size: 22px;
}

/* =================================== */
/*            Page: Services           */
/* =================================== */

.intro--services {
  color: #202127;
}

.intro--services .intro__box {
  max-width: 640px;
}

.intro--services .title {
  margin-bottom: 35px;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.intro--services .title h1 {
  font-weight: 700;
}

.intro--services .paragraph {
  line-height: 1.25;
}

.intro--services .paragraph p {
  font-size: 40px;
}

.intro--services__img {
  width: 41%;
  display: block;
  position: absolute;
  top: 0;right: 0;bottom: 0;
}

.intro--services__img:before,
.intro--services__img:after {
  left: 0;
  width: 12px;
}

.intro--services__img:before {
  top: 0;
  height: 38%;
  background: #202127;
}

.intro--services__img:after {
  bottom: 0;
  height: 62%;
  background: #A69C93;
}

/* --------- *Services step ---------- */

.services-step {
  padding: 180px 0 160px;
}

.services-step .row {
  position: relative;
}

.services-step .row:before {
  margin: 0 auto;
  border-radius: 3px;
  pointer-events: none;
  width: 840px;height: 58px;
  border: 1px dashed #F1F1EF;
  top: -54px;left: 0;right: 0;
  border-bottom: 0;
}

.services-step__item {
  height: 100%;
  color: #202127;
  background: #fff;
  text-align: center;
  position: relative;
}

.services-step__item:before {
  opacity: 0;
  top: 0;left: 50%;
  pointer-events: none;
  width: 1px;height: 54px;
  border-left: 1px dashed #F1F1EF;
  transform: translate(-50%, -100%);
}

.services-step__item span {
  display: block;
  font-size: 34px;
  line-height: 80px;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.services-step__item p {
  line-height: 1.5;
  padding: 30px 30px 30px;
}

.services-step__item--1 span {
  background: #F1F1EF;
}

.services-step__item--2 span {
  background: #DFDBD6;
}

.services-step__item--3 span {
  background: #A69C93;
}

.services-step__item--2:before {
  opacity: 1;
}

/* -------- *Services stage ---------- */

.services-stage {
  padding: 95px 0 50px;
}

.services-stage__item {
  text-align: center;
  margin-bottom: 40px;
}

.services-stage__icon {
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  width: 65px;height: 65px;
}

.services-stage__item p {
  font-size: 18px;
  margin-top: 18px;
  line-height: 1.5;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

/* -------------- *Faq --------------- */

.faq {
  padding-top: 90px;
}

.faq .title span {
  color: #202127;
  padding: 0 30px;
  background: #A69C93;
  display: inline-block;
  max-width: 660px;width: 100%;
}

/* Accordion */

.accordion {
  margin-left: auto;
  margin-right: auto;
  max-width: 956px;width: 100%;
}

.accordion li {
  color: #fff;
  background: #202127;
}

.accordion li:not(:last-child) {
  margin-bottom: 10px;
}

.accordion__header {
  cursor: pointer;
  font-size: 26px;
  min-height: 80px;
  position: relative;
  padding: 15px 30px 15px 70px;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
}

.accordion__header span {
  color: #DFDBD6;
  font-size: 30px;
  position: absolute;
  top: 50%;left: 35px;
  transform: translateY(-50%);
  transition: inherit;
}

.accordion__body {
  display: none;
  font-size: 20px;
  line-height: 1.35;
  padding: 0 70px 30px;
}

.accordion li.active .accordion__header span  {
  transform: translateY(-50%) rotate(45deg);
}

/* Dark */

.faq--dark {
  padding-bottom: 100px;
}

.faq--dark .accordion li {
  color: #202127;
  background: #F1F1EF;
}

.faq--dark .accordion .accordion__header span {
  color: #A69C93;
}

/* ------- *Services business -------- */

.services-business {
  margin-top: 0px !important;
  padding: 80px 0 70px;
}

.faq-pb{
  padding-bottom: 110px;
}

.services-business__item {
  color: #202127;
  background: #DFDBD6;
}

.services-business__box {
  width: 58%;
  padding: 50px 35px 50px 85px;
}

.services-business__box span {
  display: block;
  font-size: 22px;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.services-business__box p {
  font-size: 30px;
  margin-top: 45px;
  line-height: 1.23;
}

.services-business__btn {
  margin-top: 50px;
}

.services-business__btn .btn {
  min-width: auto;
  padding: 0 50px;
}

.services-business__img {
  width: 42%;
  display: block;
  position: absolute;
  top: 0;right: 0;bottom: 0;
}

.services-business__sl .swiper-nav-wrapper {
  margin-top: 35px;
}

.services-business__sl-arrow {
  margin-top: 0;
  position: static;
  transition: all .2s;
}

.services-business__sl-arrow:hover {
  opacity: .6;
}

.services-business__sl-arrow:after {
  display: none;
}

.services-business__sl-arrow svg {
  display: block;
}

.services-business__sl .swiper-pagination {
  margin: 0 10px;
}

.services-business__sl .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 15px;height: 15px;
  margin: 0 10px !important;
  border: 2px solid #F1F1EF;
  background: transparent !important;
}

.services-business__sl .swiper-pagination-bullet-active {
  border-color: transparent;
  background: #FFA840 !important;
}

/* --------- *Services text ---------- */

.services-text {
  z-index: 1;
  padding: 100px 0;
  position: relative;
  background: #F1F1EF;
}

.services-text .paragraph {
  font-size: 25px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.services-text__img {
  z-index: -1;
  opacity: .1;
  position: absolute;
  pointer-events: none;
  top: 0;left: 0;right: 0;bottom: 0;
}

/* --------- *Services info ---------- */

.services-info {
  padding: 90px 0;
}

.services-info__left {
  z-index: 1;
  width: 48%;
  position: relative;
  padding: 60px 80px 70px 120px;
}

.services-info__right {
  z-index: 2;
  width: 49%;
  background: #fff;
  position: relative;
  padding: 60px 50px 45px;
}

.services-info__left:after {
  z-index: -1;
  width: 1200px;
  background: #DFDBD6;
  pointer-events: none;
  top: 0;left: 0;bottom: 0;
}

.services-info .paragraph {
  font-size: 25px;
  line-height: 1.2;
}

.services-info__btn {
  margin-top: 20px;
}

.services-info__btn .btn {
  min-width: auto;
  max-width: 375px;width: 100%;
}

.services-info__title {
  font-size: 25px;
  line-height: 1.2;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.services-info .list {
  margin-top: 35px;
}

.services-info .list li:not(:last-child) {
  margin-bottom: 25px;
}

/* =================================== */
/*              Page: Whom             */
/* =================================== */

.intro--whom {
  color: #202127;
}

.intro--whom .intro__box {
  max-width: 634px;
  margin-left: auto;
  margin-right: auto;
}

.intro--whom .intro__box span {
  font-size: 35px;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.intro--whom .intro__box p {
  font-size: 60px;
  margin-top: 20px;
  line-height: 1.25;
}

.intro--whom__img {
  opacity: .1;
  display: block;
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
}

/* ---------- *Whom compan ----------- */

.whom-company {
  padding: 90px 0 100px;
}

.whom-company .row {
  margin-top: 45px;
}

.whom-company__text {
  font-size: 22px;
  max-width: 563px;
  margin-left: auto;
}

.whom-company__text .paragraph {
  z-index: 1;
  position: relative;
}

.whom-company__text .paragraph:before {
  z-index: -1;
  content: "“";
  line-height: 1;
  color: #FFA840;
  font-size: 120px;
  position: absolute;
  pointer-events: none;
  top: -25px;left: -37px;
}

.whom-company__info {
  margin-top: 50px;
}

.whom-company__info span {
  display: block;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.whom-company__info p {
  font-style: italic;
}

.whom-company__img {
  display: block;
  max-width: 545px;width: 100%;
  min-height: 370px;height: 100%;
}

/* ----------- *Whom text ------------ */

.whom-text {
  position: relative;
  padding: 120px 0 100px;
}

.whom-text__box {
  max-width: 500px;width: 100%;
}

.whom-text .title {
  z-index: 1;
  color: #fff;
  padding: 20px 0;
  position: relative;
}

.whom-text .title:after {
  z-index: -1;
  background: rgb(166 156 147 / 90%);
  top: 0;left: -120px;right: -300px;bottom: 0;
}

.whom-text .paragraph {
  margin-top: 70px;
}

.whom-text__btn {
  margin-top: 55px;
}

.whom-text__btn .btn {
  min-width: auto;
  max-width: 460px;width: 100%;
}

.whom-text__img {
  width: 49%;
  display: block;
  position: absolute;
  top: 0;right: 0;bottom: 0;
}

.whom-text__img:after {
  z-index: -1;
  background: #F1F1EF;
  top: 0;left: -20px;right: 0;bottom: 220px;
}

/* ----------- *Whom join ------------ */

.whom-join {
  padding: 90px 0;
}

.whom-join__left {
  z-index: 2;
  width: 45%;
  padding: 40px;
  background: #fff;
  position: relative;
}

.whom-join__right {
  width: 48%;
  position: relative;
  padding-left: 90px;
}

.whom-join__right:before {
  top: 11px;bottom: 11px;left: 0;
  border-left: 2px dashed #A69C93;
}

.whom-join__right:after {
  width: 77px;
  top: 50%;left: -80px;
  border-top: 2px dashed #A69C93;
  transform: translateY(-50%);
}

.whom-join__right li:not(:last-child) {
  margin-bottom: 16px;
}

.whom-join__right li {
  position: relative;
}

.whom-join__right li:before {
  top: 50%;left: -30px;
  width: 9px;height: 16px;
  background: url(../img/svg/i-arrow-right.svg) center/contain no-repeat;
  transform: translateY(-50%);
}

.whom-join__right li:after {
  width: 60px;
  top: 50%;left: -86px;
  border-top: 2px dashed #A69C93;
  transform: translateY(-50%);
}

/* ----------- *Whom serve ----------- */

.whom-serve {
  padding: 80px 0;
}

.whom-serve__item {
  color: #202127;
  display: flex;
}

.whom-serve__left,
.whom-serve__right {
  width: 50%;
  padding: 50px;
}

.whom-serve__left {
  background: #DFDBD6;
}

.whom-serve__right {
  background: #F1F1EF;
}

.whom-serve__left .paragraph {
  margin-top: 25px;
}

.whom-serve__title {
  font-size: 25px;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.whom-serve__right .list {
  margin-top: 42px;
}

/* =================================== */
/*               Page: 404             */
/* =================================== */

.error404 .footer{
  display: none;
}
.page-404 {
  width: 100%;
  flex: 1 0 auto;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.page-404__head,
.page-404__body {
  padding: 50px 0;
}

.page-404__head {
  height: 40%;
}

.page-404__body {
  height: 60%;
  color: #fff;
  background: #202127;
}

.page-404__num {
  color: #FFA840;
  line-height: 1;
  font-size: 150px;
  padding-right: 45px;
  border-right: 4px solid #FFA840;
  flex-shrink: 0;
}

.error404 main p.page-404__text {
  font-size: 24px;
  margin-left: 35px;
  max-width: 100%;width: 100%;
}

.page-404__body .paragraph p{
  margin-bottom: 0;
}

.page-404__body .paragraph {
  font-size: 22px;
  margin-top: 35px;
  position: relative;
  padding-bottom: 40px;
}

.page-404__btn {
  margin-top: 90px;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.list li:before,
.nav li a:after,
.partner__img:after,
.journey__point:after,
.mission__img:after,
.solutions__img:before,
.solutions__img:after,
.order__box:after,
.about-text:after,
.about-us__list li:after,
.about-info__img:after,
.about-review--img:after,
.services-step .row:before,
.services-step__item:before,
.intro--services__img:before,
.intro--services__img:after,
.services-info__left:after,
.whom-text .title:after,
.whom-text__img:after,
.whom-join__right:before,
.whom-join__right:after,
.whom-join__right li:before,
.whom-join__right li:after {
  content: " ";
  position: absolute;
}

.modal#popup--modal {
  opacity: 1;
  background:rgba(241, 241, 239, .4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow-x: hidden;
}

#popup--modal .fullScreen{
    justify-content: flex-end;
}


#popup--modal .modal__box{
    height: auto;
    min-height: 100vh;
    border-radius: 0;
    border: none;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 3px 15px #00000076;
    padding-right: 0px;
    padding-left: 0 !important;
    max-width: 80%;
    margin-right: 0;
    cursor: text;
    background:#202127 url(../img/bg/main-bg-dark.jpg) top center no-repeat ;
    background-size: cover;
    padding: 0;
    animation-timing-function: ease-out;
    animation-duration: 0.8s;
    animation-name: fx-fadeInRight;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.8s ease-out;
    -moz-transition: -moz-transform 0.8s ease-out;
    -ms-transition: -ms-transform 0.8s ease-out;
    -o-transition: -o-transform 0.8s ease-out;
    transition: transform 0.8s ease-out;

}

.fx-fadeInRight {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fx-fadeInRight;
  animation-name: fx-fadeInRight;
}
@-webkit-keyframes fx-fadeInRight {
  from {
    opacity: .7;
    -webkit-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fx-fadeInRight {
  from {
    opacity: .7;
    -webkit-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.modal-show{
  overflow: hidden;
}
.popup-header{
  max-width: 834px;
  margin: 0 auto 20px;
  position: relative;
}

#popup--modal .fullScreen{
  padding: 0;
}

#popup--modal .popup-header .title h2{
  text-transform: uppercase;
  color: #fff;
}

#popup--modal .close--modal{
  opacity: 1;
  right: -20px;
  top: 78px;
  width: 35px;
  height: 35px;
      transition: all .3s;
}

.asterisk{
  color: red;
  font-size: 16px;
}
#popup--modal .close svg path {
    stroke: #fff;
}
#popup--modal .close--modal:hover {
    transform: translateX(5px) translateY(0px);
}
.popup-header .paragraph {
  color: #fff;
  max-width: 802px;
  margin-left: auto;
  margin-right: auto;
}

#popup--modal .form__field input,
#popup--modal .form__field textarea{
  color: #ffff;
  border: 0;
  border-bottom:1px solid rgba(166, 156, 147, 1);
    background-color: transparent;
}

#popup--modal form{
  color: #fff;
  max-width: 714px;
}

.form__field textarea{
  height: auto;
  height: 50px;
  border: 0;
  border-bottom:1px solid rgba(166, 156, 147, 1);
  padding: 0;
}

.form__field input {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#mc_embed_signup .mc-field-group{
  position: relative;
  letter-spacing: 0;
}

#mc_embed_signup .mc-field-group label{
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}
#mc_embed_signup {
    background: transparent;
    clear: left;
}

#mc_embed_signup .mc-field-group,
#mc_embed_signup{
  width: 100%!important;
  max-width: 100% !important;
  margin-right: 0;
}

#mc_embed_signup .size1of2{

  width: 100%;
  max-width: 100% !important;
}

.form__btn input[type="submit"] {
  border: 0;
  cursor: pointer;
}

.popup__form {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    min-height:100vh;
    padding: 50px 0px;
    position: relative;
}

#popup--modal .modal__order{
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}



.subscribe-result{
    text-align: center;
    padding-top: 15px;
    color: var(---fire-opal);
}

.successfull-meaasge{
    margin-bottom: 20px;
}
.successfull-meaasge h2{
font-size: 40px;
line-height: 120%;
margin-bottom: 40px;
letter-spacing: 3.5px;
text-transform: uppercase;
color: #fff;
font-family: gravesend-sans, Arial, Helvetica, sans-serif;
}

.successfull-meaasge .paragraph{
    font-weight: 300;
    line-height: 25px;
    color: #fff;
    max-width: 700px;
    margin: 0 auto 40px;
}

.successfull-meaasge .btn{
    font-size: 26px;
    font-weight: 500;
}
#ty-content-box.successfull-meaasge h2,
#ty-content-box .paragraph{
  color: #000;
}

#ty-content-box .back-to-form{
  margin-bottom: 60px;
}

#ty-content-box,
#ty-content-box2{
  text-align: center;
}


.company{
  position: relative;
}

.company .container{
  overflow: hidden;
}

.testimonials-container{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 0;
}

.testimonials__slider .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ".";
  width: 100%;
  justify-items: center;
  align-items: center;
}
.testimonials__slider .content-wrapper .content {
  padding: 1.5em;
  opacity: 0;
  width: 100%;
  max-width: 780px;
  transition-duration: 1.5s, 0.6s;
  transition-property: opacity, transform;
  color: #fff;
}

}
.testimonials__slider .content-wrapper .content :first-child {
  margin: 0;
}
.testimonials__slider .swiper-slide {
  margin: 0;
  height: auto;
  width: 100%;
  padding: 0em 0 30px;
}
.testimonials__slider .swiper-slide.swiper-slide-active .swiper-image {
  transform: scale3d(1.02, 1.02, 1);
  will-change: transform;
}
.testimonials__slider .swiper-slide.swiper-slide-active .content {
  opacity: 1;
  text-align: left;
  display: grid;
  justify-items: center;
  align-items: center;
}
.testimonials__slider .swiper-nav-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: auto;
}
.testimonials__slider .swiper-nav-wrapper .swiper-button-next,
.testimonials__slider .swiper-nav-wrapper .swiper-button-prev {
  top: 0;
  top: auto;
  left: auto;
  right: auto;
  position: relative !important;
}
.testimonials__slider .swiper-nav-wrapper .swiper-button-next:after,
.testimonials__slider .swiper-nav-wrapper .swiper-button-prev:after {
  display: none;
}
.testimonials__slider .swiper-nav-wrapper .swiper-button-next,
.testimonials__slider .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
.testimonials__slider .swiper-nav-wrapper .swiper-button-prev,
.testimonials__slider .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' transform='translate(4.508789, 7.870605) rotate(-180.000000) translate(-4.508789, -7.870605) translate(-0.000000, -0.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

.swiper-pagination {
  margin: 0;
  padding: 0;
  width: auto;
  position: relative !important;
  display: block;
  width: auto;
}
.swiper-pagination .swiper-pagination-bullets {
  margin: 0;
}
.swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  background: #fff !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 0;
  top: 0;
  bottom: 0;
  width: auto;
  padding: 0 1.5em;
}


.testimonials__slider .company__item{
  line-height: 1.5;
}

.testimonials__slider .company__txt{
  font-weight: 400;
}

.testimonials__slider .company__txt strong{
    font-weight: 800;/*
    letter-spacing: 1.5px;
    text-shadow: 0px 0px 2px #fff;*/
}

.page__title{
  padding: 40px 15px;
}

.wp-block-heading{
  font-size: 30px;
    font-family: gravesend-sans, Arial, Helvetica, sans-serif;
    margin-top: 15px;
    margin-bottom: 10px;
}

.page__content{
  padding-bottom: 100px;
}