html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  border-radius: 0; }

input[type="search"] {
  -webkit-appearance: none; }

select,
input {
  -webkit-appearance: none; }
  select:focus,
  input:focus {
    outline: none; }

strong {
  font-weight: 600; }

html, body {
  font: 400 16px/1.4 'Nunito', sans-serif;
  color: #252525; }
  @media screen and (max-width: 1449px) {
    html, body {
      font-size: 15px; } }
  @media screen and (max-width: 1059px) {
    html, body {
      font-size: 14px; } }
  @media screen and (max-width: 991px) {
    html, body {
      font-size: 13px; } }
  @media screen and (max-width: 767px) {
    html, body {
      font-size: 14px; } }

body {
  overflow-x: hidden;
  background-color: #f9f9f9; }

a {
  color: #5B3A29;
  text-decoration: none; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: none; }

img {
  vertical-align: middle;
  max-width: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

button {
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s; }

.compensate-for-scrollbar {
  margin-right: 0 !important; }

@-moz-keyframes pulsate {
  from {
    -moz-transform: scale(0.25);
    opacity: 1.0; }
  95% {
    -moz-transform: scale(1.3);
    opacity: 0; }
  to {
    -moz-transform: scale(0.3);
    opacity: 0; } }

@-webkit-keyframes pulsate {
  from {
    -webkit-transform: scale(0.25);
    opacity: 1.0; }
  95% {
    -webkit-transform: scale(1.3);
    opacity: 0; }
  to {
    -webkit-transform: scale(0.3);
    opacity: 0; } }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background-color: #3B2F2F; }

::-webkit-scrollbar-thumb {
  background-color: #AD8A56;
  border-radius: 12px;
  border: 3px solid transparent;
  background-clip: content-box; }

::-webkit-scrollbar-thumb:hover {
  background-color: #AD8A56; }

.container,
.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .container,
    .wrapper {
      padding: 0 20px; } }

@media (min-width: 576px) {
  .container {
    max-width: 100%; } }

@media (min-width: 768px) {
  .container {
    max-width: 750px; } }

@media (min-width: 992px) {
  .container {
    max-width: 840px; } }

@media (min-width: 1060px) {
  .container {
    max-width: 980px; } }

@media (min-width: 1230px) {
  .container {
    max-width: 1130px; } }

@media (min-width: 1450px) {
  .container {
    max-width: 1310px; } }

.pointer {
  cursor: pointer; }

.section {
  position: relative; }
  .section_pd {
    padding: 7.5rem 0; }
    @media screen and (max-width: 1229px) {
      .section_pd {
        padding: 6.25rem 0; } }
    @media screen and (max-width: 1059px) {
      .section_pd {
        padding: 6rem 0; } }
    @media screen and (max-width: 767px) {
      .section_pd {
        padding: 5.4rem 0; } }

.content.fixed-block-show .main-service__reorder .main-service__item {
  padding-bottom: 110px; }
  @media screen and (max-width: 1059px) {
    .content.fixed-block-show .main-service__reorder .main-service__item {
      padding-bottom: 45px; } }
  @media screen and (max-width: 767px) {
    .content.fixed-block-show .main-service__reorder .main-service__item {
      padding-bottom: 25px; } }

.content.fixed-block-show .main-service__item.adaptive-height {
  padding-bottom: 45px; }
  @media screen and (max-width: 1059px) {
    .content.fixed-block-show .main-service__item.adaptive-height {
      padding-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .content.fixed-block-show .main-service__item.adaptive-height {
      padding-bottom: 25px; } }

.opacity-60 {
  opacity: .6; }

.opacity-80 {
  opacity: .8; }

.opacity-40 {
  opacity: .4; }

.sticky {
  position: sticky;
  top: 95px; }

.d-flex {
  display: flex; }
  .d-flex.flex-wrap {
    flex-wrap: wrap; }
  .d-flex.flex-column {
    flex-direction: column; }
  .d-flex.row-reverse {
    flex-direction: row-reverse; }
  .d-flex.align-center {
    align-items: center; }
  .d-flex.align-start {
    align-items: flex-start; }
  .d-flex.align-end {
    align-items: flex-end; }
  .d-flex.justify-space {
    justify-content: space-between; }
  .d-flex.justify-center {
    justify-content: center; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  70% {
    transform: scale(1);
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  bottom: 2px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  left: 3px;
  padding-left: 17px;
  width: 200px;
  color: #fff; }

.wpcf7 form.sent .wpcf7-response-output {
  display: none; }

input.wpcf7-not-valid {
  background: rgba(255, 0, 0, 0.09);
  border: 1px solid #FF0000; }

.wpcf7-spinner {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  margin: 0; }

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  font-size: 12px !important;
  position: absolute;
  width: 100%;
  border-width: 0 !important;
  border-top-width: 3px !important;
  padding: 5px 10px;
  box-shadow: 0px -4px 25px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 991px) {
    .wpcf7 form .wpcf7-response-output {
      border-top-width: 2px !important; } }

.wpcf7 form .wpcf7-response-output {
  color: #fff;
  background-color: #3f4457; }

.wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  background-color: #F2F4F6 !important;
  color: #20222B; }

.wpcf7 form .wpcf7-response-output {
  background-color: #fff !important; }

.wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  margin-top: 5px !important; }

.sp-easy-accordion .sp-ea-single .ea-body {
  padding: 15px 0 !important; }

.sp-easy-accordion .sp-ea-single {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important; }

.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: unset;
  line-height: unset; }
  .sp-easy-accordion .sp-ea-single .ea-header a h2,
  .sp-easy-accordion .sp-ea-single .ea-header a h3,
  .sp-easy-accordion .sp-ea-single .ea-header a h4 {
    margin-bottom: 0 !important;
    font-size: 18px; }
    @media screen and (max-width: 991px) {
      .sp-easy-accordion .sp-ea-single .ea-header a h2,
      .sp-easy-accordion .sp-ea-single .ea-header a h3,
      .sp-easy-accordion .sp-ea-single .ea-header a h4 {
        font-size: 17px; } }
    @media screen and (max-width: 767px) {
      .sp-easy-accordion .sp-ea-single .ea-header a h2,
      .sp-easy-accordion .sp-ea-single .ea-header a h3,
      .sp-easy-accordion .sp-ea-single .ea-header a h4 {
        font-size: 15px; } }

.ea-body p:not(:last-of-type) {
  margin-bottom: 20px !important; }

.ea-body p + ol,
.ea-body p + ul {
  margin-top: 10px !important; }

.mobile-consultation {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .mobile-consultation {
      display: block !important;
      margin-top: 35px !important; } }

.bg {
  position: relative; }
  .bg_blue {
    background-color: #3B2F2F; }
  .bg_grey {
    background-color: #f9f9f9; }

.m-b_0 {
  margin-bottom: 0 !important; }

.m-b_42 {
  margin-bottom: 2.625rem; }
  @media screen and (max-width: 767px) {
    .m-b_42 {
      margin-bottom: 26px; } }

.m-b_38 {
  margin-bottom: 2.375rem; }
  @media screen and (max-width: 767px) {
    .m-b_38 {
      margin-bottom: 22px; } }

.w-100 {
  width: 100%; }

.animation {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s; }

.relative {
  position: relative; }

.button {
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-family: inherit;
  transition: .35s;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 183px;
  height: 52px;
  padding: 5px 30px;
  text-transform: capitalize; }
  @media screen and (max-width: 1229px) {
    .button {
      min-width: 163px;
      height: 50px; } }
  @media screen and (max-width: 991px) {
    .button {
      min-width: 142px;
      height: 46px; } }
  .button_big {
    height: 60px; }
    @media screen and (max-width: 1229px) {
      .button_big {
        height: 56px; } }
  .button_white {
    background-color: #fff;
    color: #000; }
    .button_white:hover {
      background-color: #AD8A56;
      color: #fff; }
  .button_blue {
    background-color: #5B3A29;
    color: #fff; }
    .button_blue:hover {
      background-color: #fff;
      color: #000; }

.divider {
  display: block;
  height: 16px; }

.rt-reading-time {
  display: block;
  margin-bottom: 25px; }

#overlay {
  z-index: 200;
  position: fixed;
  background-color: #20222B;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none; }

@media only screen and (min-width: 991px) {
  .hide-on-desktop {
    display: none !important; } }

strong, b {
  font-weight: 600; }

.title {
  line-height: 1.3;
  font-size: 2.5rem; }
  @media screen and (max-width: 1449px) {
    .title {
      font-size: 2.4rem; } }
  @media screen and (max-width: 1229px) {
    .title {
      font-size: 2.25rem; } }
  @media screen and (max-width: 1059px) {
    .title {
      font-size: 2.1rem; } }
  @media screen and (max-width: 767px) {
    .title {
      font-size: 2rem; } }
  .title_large {
    font-size: 2.8rem;
    letter-spacing: 1.1px; }
    @media screen and (max-width: 1449px) {
      .title_large {
        font-size: 2.6rem; } }
    @media screen and (max-width: 1229px) {
      .title_large {
        font-size: 2.3rem; } }
    @media screen and (max-width: 1059px) {
      .title_large {
        font-size: 2.15rem; } }
    @media screen and (max-width: 767px) {
      .title_large {
        font-size: 2.08rem; } }
  .title_small {
    font-size: 1.875rem; }
  .title_number {
    font-size: 5.5rem;
    line-height: 1.1; }
    @media screen and (max-width: 1229px) {
      .title_number {
        font-size: 5.25rem; } }
    @media screen and (max-width: 767px) {
      .title_number {
        font-size: 4.5rem; } }

.line-height_1 {
  line-height: 1; }

.description {
  font-size: 1.2rem; }
  @media screen and (max-width: 1449px) {
    .description {
      font-size: 1.15rem; } }
  @media screen and (max-width: 767px) {
    .description {
      font-size: 1.05rem; } }
  .description_large {
    font-size: 1.5rem; }
    @media screen and (max-width: 1449px) {
      .description_large {
        font-size: 1.35rem; } }
    @media screen and (max-width: 1229px) {
      .description_large {
        font-size: 1.2rem; } }

.text {
  font-size: 0.875rem; }
  .text_small {
    font-size: .75rem; }
  .text_s {
    font-size: 0.625rem; }
  .text_normal {
    font-size: 1.125rem; }
    @media screen and (max-width: 1229px) {
      .text_normal {
        font-size: 1.05rem; } }
  .text_center {
    text-align: center; }
  .text_white {
    color: #fff; }
  .text_grey {
    color: #fff; }
  .text_blue {
    color: #3B2F2F; }
    .text_blue-light {
      color: #AD8A56; }
  .text_uppercase {
    text-transform: uppercase; }
  .text_capitalize {
    text-transform: capitalize; }
  .text_semibold {
    font-weight: 600; }

.icon {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  .icon_star {
    width: 14px;
    height: 14px;
    background-image: url("../../img/icons/star.svg"); }
  .icon_envelope {
    width: 18px;
    height: 18px;
    background-image: url("../../img/icons/envelope.svg"); }
  .icon_phone {
    width: 18px;
    height: 18px;
    background-image: url("../../img/icons/phone.svg"); }
  .icon_marker {
    width: 32px;
    height: 32px;
    background-image: url("../../img/icons/marker.svg"); }

.heading {
  color: #AD8A56;
  line-height: 1;
  letter-spacing: 1.4px; }
  .heading_mb {
    margin-bottom: 1rem; }
  .heading__line {
    display: block;
    width: 100%;
    opacity: 0.2;
    height: 1px;
    background: #AD8A56;
    margin-top: 10px; }

.footer-main {
  padding: 3.75rem 0 2.5rem; }
  .footer-main__block, .footer-main__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer-main__block, .footer-main__content {
        flex-wrap: wrap; } }
  .footer-main__content {
    padding-top: 18px; }
  .footer-main__logo {
    display: block;
    max-width: 200px;
    width: 100%; }
    @media screen and (max-width: 1449px) {
      .footer-main__logo {
        max-width: 180px; } }
    @media screen and (max-width: 1229px) {
      .footer-main__logo {
        max-width: 160px; } }
    @media screen and (max-width: 1059px) {
      .footer-main__logo {
        max-width: 150px; } }
    @media screen and (max-width: 991px) {
      .footer-main__logo {
        max-width: 140px; } }
    @media screen and (max-width: 767px) {
      .footer-main__logo {
        margin-right: 0;
        margin-bottom: 30px; } }
    .footer-main__logo img {
      display: block;
      width: 100%; }
  @media screen and (max-width: 767px) {
    .footer-main__col {
      width: 100%; }
      .footer-main__col:first-of-type {
        margin-bottom: 30px; } }
  .footer-main__right {
    max-width: 57.42%;
    width: 100%;
    flex-shrink: 0;
    margin-left: 28px; }
    @media screen and (max-width: 1059px) {
      .footer-main__right {
        max-width: 68%; } }
    @media screen and (max-width: 767px) {
      .footer-main__right {
        max-width: 100%;
        margin-left: 0; } }
  .footer-main__label {
    margin-bottom: 1.5rem; }
  .footer-main__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .footer-main__menu > li:not(:last-of-type) {
      margin-bottom: 6px; }
    .footer-main__menu > li a {
      position: relative;
      text-decoration: none;
      color: #DCDCDC;
      line-height: 1.2;
      text-transform: capitalize; }
      .footer-main__menu > li a::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background-color: #fff;
        transition: .3s;
        position: absolute;
        bottom: -2px;
        left: 0; }
      .footer-main__menu > li a:hover::after {
        width: 100%; }
    @media screen and (max-width: 767px) {
      .footer-main__menu {
        flex-direction: row;
        flex-wrap: wrap; }
        .footer-main__menu > li {
          width: 33.333%; }
          .footer-main__menu > li:not(:last-of-type) {
            margin-bottom: 15px; } }
  .footer-main__locations {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 346px; }
    @media screen and (max-width: 767px) {
      .footer-main__locations {
        width: 100%;
        margin-left: -7px;
        margin-right: -7px;
        margin-bottom: -30px; } }
  .footer-main__item {
    max-width: 100%;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .footer-main__item {
        padding: 0 7px;
        margin-bottom: 30px; } }
    .footer-main__item ul {
      line-height: 1.2; }
      .footer-main__item ul li:not(:last-of-type) {
        margin-bottom: 8px; }
      .footer-main__item ul a {
        transition: .3s;
        word-wrap: break-word;
        overflow-wrap: break-word; }
        .footer-main__item ul a:hover {
          color: #fff; }

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0; }
  .copyright__block {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .copyright__block {
        flex-direction: column-reverse; } }
  .copyright__links {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .copyright__links {
        margin-bottom: 20px; } }
    .copyright__links > li:not(:last-of-type) {
      margin-right: 2.25rem; }
    .copyright__links > li a {
      color: #fff; }

.trusted {
  display: flex;
  align-items: center; }
  .trusted_reverse {
    flex-direction: row-reverse;
    justify-content: flex-end; }
  .trusted__content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 20px;
    width: 170px;
    flex-shrink: 0; }
    @media screen and (max-width: 991px) {
      .trusted__content {
        width: 140px; } }
    .trusted__content_reverse {
      align-items: flex-start;
      margin-right: 0;
      margin-left: 20px; }
  .trusted__rating {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
    .trusted__rating > i:not(:last-of-type) {
      margin-right: 6px; }
  .trusted__photo {
    display: block;
    max-width: 120px;
    width: 100%;
    flex-shrink: 0; }
    .trusted__photo img {
      display: block; }
  .trusted__text {
    font-size: .85rem;
    line-height: 1;
    flex-shrink: 0; }

.tabs__item {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(37, 37, 37, 0.1); }
  .tabs__item:not(:last-of-type) {
    margin-bottom: 1.5rem; }
  .tabs__item.active .tabs__name {
    color: #AD8A56; }
  .tabs__item.active .tabs__icon {
    background-color: #AD8A56; }
    .tabs__item.active .tabs__icon::after {
      transform: translate(-50%, -50%); }
  .tabs__item.active .tabs__description {
    max-height: 1000px;
    transition: .7s; }

.tabs__header {
  position: relative;
  cursor: pointer;
  padding-right: 40px; }

.tabs__name {
  transition: .3s; }

.tabs__icon {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #252525;
  transition: .3s;
  position: absolute;
  top: 4px;
  right: 0; }
  @media screen and (max-width: 767px) {
    .tabs__icon {
      top: -3px; } }
  .tabs__icon::before, .tabs__icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    transition: .3s; }
  .tabs__icon::before {
    transform: translate(-50%, -50%); }
  .tabs__icon::after {
    transform: translate(-50%, -50%) rotate(90deg); }

.tabs__description {
  line-height: 1.4;
  padding-right: 40px;
  max-height: 0;
  overflow: hidden;
  transition: .7s; }
  @media screen and (max-width: 767px) {
    .tabs__description {
      padding-right: 0; } }
  .tabs__description p br {
    font-weight: 600; }
  .tabs__description p:not(:last-of-type) {
    margin-bottom: 9px; }

.tabs_faqs .tabs {
  list-style: none;
  counter-reset: my-awesome-counter; }
  .tabs_faqs .tabs__icon {
    width: 30px;
    height: 30px;
    background-color: #fff; }
    @media screen and (max-width: 1059px) {
      .tabs_faqs .tabs__icon {
        width: 26px;
        height: 26px; } }
    .tabs_faqs .tabs__icon::before, .tabs_faqs .tabs__icon::after {
      background-color: #3B2F2F; }
  .tabs_faqs .tabs__item {
    counter-increment: my-awesome-counter;
    position: relative;
    z-index: 1;
    border-bottom-color: rgba(255, 255, 255, 0.1); }
    .tabs_faqs .tabs__item::before {
      content: "0" counter(my-awesome-counter);
      position: absolute;
      left: 0;
      top: 0;
      font-size: 2.625rem;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.1);
      transform: translateY(-50%);
      z-index: -1; }
    .tabs_faqs .tabs__item:not(:last-of-type) {
      margin-bottom: 3.875rem; }
    .tabs_faqs .tabs__item.active .tabs__name {
      color: #fff; }
    .tabs_faqs .tabs__item.active .tabs__icon::before, .tabs_faqs .tabs__item.active .tabs__icon::after {
      background-color: #fff; }

.tabs_page .tabs__icon {
  width: 30px;
  height: 30px;
  background-color: #252525; }
  @media screen and (max-width: 1059px) {
    .tabs_page .tabs__icon {
      width: 26px;
      height: 26px; } }
  .tabs_page .tabs__icon::before, .tabs_page .tabs__icon::after {
    background-color: #fff; }

.tabs_page .tabs__item {
  border-bottom-color: rgba(37, 37, 37, 0.1); }
  .tabs_page .tabs__item::before {
    color: rgba(37, 37, 37, 0.1); }
  .tabs_page .tabs__item.active .tabs__name {
    color: #252525; }

.tabs_service .tabs__item {
  padding-bottom: 1.4rem; }

.tabs_service .tabs__name {
  max-width: 520px;
  line-height: 1.3; }

.form {
  display: block;
  width: 100%;
  padding: 0 14px; }
  .form form {
    display: block;
    width: 100%;
    position: relative; }
  .form__block {
    padding: 3.375rem 2.5rem;
    background-color: #5B3A29; }
    @media screen and (max-width: 1449px) {
      .form__block {
        padding: 3rem 1.5rem; } }
    @media screen and (max-width: 1059px) {
      .form__block {
        padding: 2.2rem 0.75rem; } }
    @media screen and (max-width: 767px) {
      .form__block {
        margin-left: -20px;
        margin-right: -20px; } }
  .form__label {
    letter-spacing: unset;
    margin-bottom: 0.75rem; }
  .form__title {
    margin-bottom: .75rem; }
  .form__description {
    max-width: 410px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .form__item {
    display: block;
    width: 100%;
    margin-bottom: 1.125rem;
    overflow: hidden;
    background: #FFF;
    border-radius: 4px; }
    @media screen and (max-width: 1059px) {
      .form__item {
        margin-bottom: 14px; } }
    .form__item_select {
      position: relative; }
      .form__item_select::after {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) translateZ(-1px);
        -webkit-transform: translateY(-50%) translateZ(-1px);
        background-size: contain;
        background: url("../../img/icons/arrow-down.svg") no-repeat center; }
    .form__item_submit {
      background: transparent; }
  .form__input {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    border: 1px solid #D9D9D9;
    background: transparent;
    border-radius: 4px;
    font-family: inherit;
    padding: 5px 19px 6px;
    letter-spacing: .3px; }
    @media screen and (max-width: 1059px) {
      .form__input {
        height: 46px; } }
    .form__input_textarea {
      padding: 14px 19px;
      height: 148px; }
      @media screen and (max-width: 1449px) {
        .form__input_textarea {
          height: 110px; } }
      @media screen and (max-width: 1059px) {
        .form__input_textarea {
          height: 90px; } }
    .form__input::-webkit-input-placeholder {
      color: #252525; }
    .form__input::-moz-placeholder {
      color: #252525; }
    .form__input:-ms-input-placeholder {
      color: #252525; }
    .form__input:-moz-placeholder {
      color: #252525; }
  .form__button {
    width: 100%; }

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: .3s; }
  .header__after {
    display: none;
    height: 70px; }
    @media screen and (max-width: 991px) {
      .header__after {
        display: none; } }
    @media screen and (max-width: 767px) {
      .header__after {
        height: 65px; } }
  @media screen and (max-width: 991px) {
    .header {
      position: fixed;
      top: 0 !important;
      background-color: transparent; } }
  .header__toggle {
    display: none;
    position: relative;
    width: 26px;
    height: 20px;
    border: none;
    margin-right: 25px;
    background: transparent; }
    @media screen and (max-width: 991px) {
      .header__toggle {
        display: block; } }
    .header__toggle span {
      width: 26px;
      height: 3px;
      background: #fff;
      border-radius: 2px;
      position: absolute;
      z-index: 2;
      left: 50%;
      transition: .3s ease-in-out; }
      .header__toggle span:nth-of-type(1) {
        top: calc(50% - 6px);
        transform: translateX(-50%); }
      .header__toggle span:nth-of-type(2) {
        top: 50%;
        transform: translateX(-50%); }
      .header__toggle span:nth-of-type(3) {
        width: 20px;
        top: calc(50% + 6px);
        left: 6px; }
    .header__toggle.active span:nth-of-type(1) {
      top: 50%;
      transform: translateX(-50%) rotate(45deg); }
    .header__toggle.active span:nth-of-type(2) {
      opacity: 0; }
    .header__toggle.active span:nth-of-type(3) {
      top: 50%;
      left: 50%;
      width: 26px;
      transform: translateX(-50%) rotate(-45deg); }
  .header.fixed {
    position: fixed;
    background-color: #3B2F2F;
    transition: .3s; }
    @media screen and (max-width: 991px) {
      .header.fixed {
        top: 0 !important; } }
    .header.fixed .header__logo {
      max-width: 150px; }
      @media screen and (max-width: 1229px) {
        .header.fixed .header__logo {
          max-width: 140px; } }
      @media screen and (max-width: 767px) {
        .header.fixed .header__logo {
          max-width: 120px; } }
  .header__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    transition: .3s;
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 1229px) {
      .header__block {
        padding: 15px 0; } }
    @media screen and (max-width: 1059px) {
      .header__block {
        padding: 12px 0; } }
  .header__left {
    display: flex;
    align-items: center; }
  .header__logo {
    margin-right: 6.4375rem;
    transition: .3s;
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 1449px) {
      .header__logo {
        max-width: 180px; } }
    @media screen and (max-width: 1229px) {
      .header__logo {
        margin-right: 4.8rem;
        max-width: 160px; } }
    @media screen and (max-width: 1059px) {
      .header__logo {
        margin-right: 4.2rem;
        max-width: 150px; } }
    @media screen and (max-width: 991px) {
      .header__logo {
        margin-right: 0;
        max-width: 140px; } }
    @media screen and (max-width: 767px) {
      .header__logo {
        max-width: 120px; } }
    .header__logo img {
      display: block;
      width: 100%; }
  @media screen and (max-width: 991px) {
    .header__menu {
      position: fixed;
      left: 50%;
      top: 0;
      max-width: 100%;
      width: 100vw;
      z-index: -1;
      padding: 85px 25px 40px;
      margin: 0;
      max-height: 100vh;
      overflow-y: scroll;
      transform: translateX(-50%) translateY(-200%);
      background-color: #3B2F2F;
      transition: .4s ease-in-out; }
      .header__menu.active {
        transform: translateX(-50%) translateY(0); } }
  @media screen and (max-width: 767px) {
    .header__menu {
      padding-left: 20px;
      padding-right: 20px; } }
  .header__menu ul {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .header__menu ul {
        font-size: 1.1rem;
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px; } }
    @media screen and (max-width: 767px) {
      .header__menu ul {
        flex-direction: column;
        align-items: flex-start;
        padding: 0; }
        .header__menu ul > li:not(:last-of-type) {
          margin-right: 0;
          margin-bottom: 10px; } }
    .header__menu ul > li:not(:last-of-type) {
      margin-right: 1.75rem; }
  .header__link {
    position: relative;
    color: #fff; }
    .header__link::after {
      content: '';
      display: block;
      width: 0;
      height: 1px;
      background-color: #fff;
      transition: .3s;
      position: absolute;
      bottom: -2px;
      left: 0; }
    .header__link:hover::after {
      width: 100%; }
  .header__left, .header__right {
    position: relative;
    z-index: 998; }
  .header__button {
    font-size: 13px;
    min-width: auto;
    height: 42px;
    padding: 5px 20px; }

.slider .slick-list {
  margin-left: -14px;
  margin-right: -14px; }
  @media screen and (max-width: 1229px) {
    .slider .slick-list {
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 40px; } }

.slider .slick-arrow {
  position: absolute;
  border: none;
  font-size: 0;
  width: 44px;
  height: 44px;
  background: url("../../img/icons/slider-arrow.svg") no-repeat center;
  background-size: contain;
  transition: .3s;
  top: 50%; }
  @media screen and (max-width: 1449px) {
    .slider .slick-arrow {
      width: 40px;
      height: 40px; } }
  .slider .slick-arrow.slick-disabled {
    opacity: 0; }
  @media screen and (max-width: 767px) {
    .slider .slick-arrow {
      top: unset;
      bottom: 15px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #AD8A56 url("../../img/icons/slider-arrow-white.svg") no-repeat center;
      background-size: 28px;
      transition: .3s; }
      .slider .slick-arrow.slick-disabled {
        opacity: .45;
        background-color: #3B2F2F; } }
  .slider .slick-arrow.slick-prev {
    left: -28px;
    transform: translate(-100%, -50%) scale(-1, 1); }
    @media screen and (max-width: 1449px) {
      .slider .slick-arrow.slick-prev {
        left: -14px; } }
    @media screen and (max-width: 767px) {
      .slider .slick-arrow.slick-prev {
        left: calc(50% - 15px);
        transform: translate(-100%, 100%) scale(-1, 1); } }
  .slider .slick-arrow.slick-next {
    right: -28px;
    transform: translate(100%, -50%); }
    @media screen and (max-width: 1449px) {
      .slider .slick-arrow.slick-next {
        right: -14px; } }
    @media screen and (max-width: 767px) {
      .slider .slick-arrow.slick-next {
        left: calc(50% + 15px);
        transform: translate(0, 100%); } }

.related-posts__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
  .related-posts__list_grid {
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -3.625rem; }
    @media screen and (max-width: 1449px) {
      .related-posts__list_grid {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -42px; } }
    @media screen and (max-width: 1229px) {
      .related-posts__list_grid {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -40px; } }
    @media screen and (max-width: 767px) {
      .related-posts__list_grid {
        justify-content: center; } }
    .related-posts__list_grid .related-posts__col {
      width: 33.333%;
      margin-bottom: 3.4375rem; }
      @media screen and (max-width: 1229px) {
        .related-posts__list_grid .related-posts__col {
          margin-bottom: 40px; } }
      @media screen and (max-width: 1059px) {
        .related-posts__list_grid .related-posts__col {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .related-posts__list_grid .related-posts__col {
          width: 100%;
          max-width: 410px; } }

.related-posts__col {
  padding: 0 14px; }
  @media screen and (max-width: 1449px) {
    .related-posts__col {
      padding: 0 10px; } }
  @media screen and (max-width: 1229px) {
    .related-posts__col {
      padding: 0 10px; } }

.related-posts__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.related-posts__category {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  min-width: 73px;
  padding: 0 20px;
  z-index: 1; }

.related-posts__preview {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 68.62%;
  margin-bottom: 1.25rem; }
  .related-posts__preview img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-position: center;
    object-fit: cover; }

.related-posts__time {
  display: block;
  color: #979797;
  margin-bottom: .75rem; }

.related-posts__name {
  color: #252525;
  transition: .3s;
  line-height: 1.3;
  min-height: 75px; }
  .related-posts__name:hover {
    color: #3B2F2F; }

.related-posts__link {
  line-height: 1; }
  .related-posts__link span {
    position: relative; }
    .related-posts__link span::after {
      content: '';
      display: block;
      width: 0;
      height: 1px;
      background-color: #3B2F2F;
      transition: .3s;
      bottom: -2px;
      left: 0; }
  .related-posts__link:hover span::after {
    width: 100%; }
  .related-posts__link:hover svg {
    transform: translateX(-5px); }
  .related-posts__link svg {
    display: flex;
    transition: .3s;
    margin-left: 10px; }
    .related-posts__link svg path {
      fill: #3B2F2F; }

.blog {
  padding: 212px 0 0; }
  @media screen and (max-width: 1059px) {
    .blog {
      padding-top: 160px; } }
  @media screen and (max-width: 767px) {
    .blog {
      padding-top: 150px; } }
  .blog .welcome_bg {
    height: 640px;
    z-index: 1; }
    @media screen and (max-width: 1059px) {
      .blog .welcome_bg {
        height: 580px; } }
    @media screen and (max-width: 767px) {
      .blog .welcome_bg {
        height: 470px; } }
  .blog__title {
    margin-bottom: 6.25rem; }
    @media screen and (max-width: 1059px) {
      .blog__title {
        margin-bottom: 5.5rem; } }
    @media screen and (max-width: 767px) {
      .blog__title {
        margin-bottom: 3rem; } }
  .blog .photo, .blog__preview {
    display: block;
    width: 100%;
    height: 460px;
    position: relative;
    margin-bottom: 3.75rem; }
    @media screen and (max-width: 1229px) {
      .blog .photo, .blog__preview {
        height: 420px; } }
    @media screen and (max-width: 1059px) {
      .blog .photo, .blog__preview {
        height: 390px;
        margin-bottom: 3rem; } }
    @media screen and (max-width: 767px) {
      .blog .photo, .blog__preview {
        height: 0;
        padding-top: 67%; } }
    .blog .photo img, .blog__preview img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover;
      object-position: center; }
  .blog__content {
    max-width: 83%;
    width: 100%;
    margin: 0 auto -39px; }
    @media screen and (max-width: 1229px) {
      .blog__content {
        max-width: 90%; } }
    @media screen and (max-width: 991px) {
      .blog__content {
        max-width: 95%; } }
    @media screen and (max-width: 767px) {
      .blog__content {
        max-width: 100%; } }
    .blog__content strong,
    .blog__content b {
      font-weight: 600; }
    .blog__content p,
    .blog__content h4,
    .blog__content h3,
    .blog__content ul,
    .blog__content ol,
    .blog__content .photo {
      margin-bottom: 39px; }
      @media screen and (max-width: 1229px) {
        .blog__content p,
        .blog__content h4,
        .blog__content h3,
        .blog__content ul,
        .blog__content ol,
        .blog__content .photo {
          margin-bottom: 30px; } }
      @media screen and (max-width: 991px) {
        .blog__content p,
        .blog__content h4,
        .blog__content h3,
        .blog__content ul,
        .blog__content ol,
        .blog__content .photo {
          margin-bottom: 26px; } }
    .blog__content h4,
    .blog__content h3 {
      font-size: 1.5rem;
      font-weight: 600;
      text-transform: capitalize;
      margin-bottom: 14px; }
      @media screen and (max-width: 767px) {
        .blog__content h4,
        .blog__content h3 {
          font-size: 1.3rem; } }
    .blog__content ul,
    .blog__content ol {
      margin-top: -32px;
      line-height: 1.4; }
      @media screen and (max-width: 1229px) {
        .blog__content ul,
        .blog__content ol {
          margin-top: -18px; } }
      @media screen and (max-width: 991px) {
        .blog__content ul,
        .blog__content ol {
          margin-top: -14px; } }
      .blog__content ul > li:not(:last-of-type),
      .blog__content ol > li:not(:last-of-type) {
        margin-bottom: -1; }
    .blog__content ol {
      padding-left: 24px; }
      @media screen and (max-width: 767px) {
        .blog__content ol {
          padding-left: 16px; } }

.team {
  padding: 7.125rem 0 6.25rem; }
  @media screen and (max-width: 991px) {
    .team {
      padding: 6rem 0; } }
  @media screen and (max-width: 767px) {
    .team {
      padding: 5.5rem 0; } }
  .team__col {
    padding: 0 14px; }
  .team__list.grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -48px; }
    @media screen and (max-width: 1229px) {
      .team__list.grid {
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: -40px; } }
    @media screen and (max-width: 991px) {
      .team__list.grid {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -35px; } }
    @media screen and (max-width: 767px) {
      .team__list.grid {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -24px; } }
  .team__list > li {
    width: 33.333%;
    padding: 0 14px;
    margin-bottom: 48px; }
    @media screen and (max-width: 1229px) {
      .team__list > li {
        margin-bottom: 40px;
        padding: 0 12px; } }
    @media screen and (max-width: 991px) {
      .team__list > li {
        margin-bottom: 35px;
        padding: 0 10px; } }
    @media screen and (max-width: 767px) {
      .team__list > li {
        width: 50%;
        padding: 0 5px; } }
    @media screen and (max-width: 576px) {
      .team__list > li {
        width: 100%; } }
    .team__list > li.show {
      animation: fadeIn 0.5s ease; }
    .team__list > li.hide {
      display: none; }
  .team__navigation {
    padding-left: 10px;
    margin-bottom: 2.375rem; }
    .team__navigation > li:not(:last-of-type) {
      margin-right: 4.25rem; }
      @media screen and (max-width: 1449px) {
        .team__navigation > li:not(:last-of-type) {
          margin-right: 3.75rem; } }
      @media screen and (max-width: 1229px) {
        .team__navigation > li:not(:last-of-type) {
          margin-right: 3.3rem; } }
      @media screen and (max-width: 991px) {
        .team__navigation > li:not(:last-of-type) {
          margin-right: 3rem; } }
      @media screen and (max-width: 767px) {
        .team__navigation > li:not(:last-of-type) {
          margin-right: 2rem; } }
    .team__navigation-link {
      color: #545454;
      letter-spacing: 1.6px;
      transition: .3s; }
      @media screen and (max-width: 767px) {
        .team__navigation-link {
          font-size: 12px; } }
      .team__navigation-link:hover, .team__navigation-link.active {
        color: #AD8A56; }
  .team__item {
    display: block;
    width: 100%;
    position: relative; }
  .team__photo {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 140%;
    position: relative; }
    .team__photo img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover;
      object-position: center; }
  .team__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 21px 14px 16px; }
    @media screen and (max-width: 1229px) {
      .team__bottom {
        padding: 16px 12px 13px; } }
    @media screen and (max-width: 767px) {
      .team__bottom {
        padding: 12px 5px 10px; } }
  .team__name {
    margin-bottom: 10px;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      .team__name {
        margin-bottom: 5px; } }
  .team-single {
    padding: 210px 0 0; }
    @media screen and (max-width: 1059px) {
      .team-single {
        padding-top: 160px; } }
    @media screen and (max-width: 767px) {
      .team-single {
        padding-top: 150px; } }
    .team-single .welcome_bg {
      height: 430px;
      z-index: 1; }
      @media screen and (max-width: 1449px) {
        .team-single .welcome_bg {
          height: 420px; } }
      @media screen and (max-width: 1059px) {
        .team-single .welcome_bg {
          height: 370px; } }
      @media screen and (max-width: 991px) {
        .team-single .welcome_bg {
          height: 320px; } }
      @media screen and (max-width: 520px) {
        .team-single .welcome_bg {
          height: 590px; } }
    .team-single__block {
      display: flex;
      align-items: stretch;
      justify-content: space-between; }
    .team-single__left {
      max-width: 408px;
      width: 100%;
      margin-right: 28px;
      flex-shrink: 0; }
      @media screen and (max-width: 1449px) {
        .team-single__left {
          max-width: 380px; } }
      @media screen and (max-width: 1229px) {
        .team-single__left {
          max-width: 370px; } }
      @media screen and (max-width: 1059px) {
        .team-single__left {
          max-width: 350px; } }
      @media screen and (max-width: 991px) {
        .team-single__left {
          display: none; } }
    .team-single__right {
      max-width: 735px;
      width: 100%;
      flex-shrink: 1; }
      @media screen and (max-width: 1449px) {
        .team-single__right {
          max-width: 600px; } }
      @media screen and (max-width: 1229px) {
        .team-single__right {
          max-width: 570px; } }
      @media screen and (max-width: 1059px) {
        .team-single__right {
          max-width: 520px; } }
    .team-single__photo {
      display: block;
      width: 100%;
      height: 0;
      padding-top: 150.8%;
      position: relative; }
      .team-single__photo_hide {
        display: none; }
        @media screen and (max-width: 520px) {
          .team-single__photo_hide {
            display: block;
            margin-bottom: 40px; } }
      .team-single__photo img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        object-position: center; }
    .team-single__content {
      padding-top: 7px; }
      @media screen and (max-width: 991px) {
        .team-single__content {
          padding-top: 0; } }
    .team-single__position {
      letter-spacing: 1.4px;
      margin-bottom: .625rem; }
    .team-single__name {
      letter-spacing: unset;
      margin-bottom: 2.1rem;
      font-size: 2.2rem; }
      @media screen and (max-width: 1059px) {
        .team-single__name {
          font-size: 1.9rem; } }
    .team-single__contacts.d-flex {
      display: flex;
      flex-wrap: wrap;
      min-height: 36px;
      margin-bottom: 9.1875rem; }
      @media screen and (max-width: 1449px) {
        .team-single__contacts.d-flex {
          margin-bottom: 90px; } }
      @media screen and (max-width: 1059px) {
        .team-single__contacts.d-flex {
          margin-bottom: 75px; } }
      @media screen and (max-width: 520px) {
        .team-single__contacts.d-flex {
          margin-bottom: 30px; } }
    .team-single__contacts > li {
      position: relative;
      padding-left: 28px; }
      .team-single__contacts > li:not(:last-of-type) {
        margin-right: 2.5rem; }
      .team-single__contacts > li i {
        position: absolute;
        left: 0;
        top: 0; }
    .team-single__item {
      color: #545454; }
      .team-single__item:not(:last-of-type) {
        margin-bottom: 40px; }
        @media screen and (max-width: 1059px) {
          .team-single__item:not(:last-of-type) {
            margin-bottom: 32px; } }
      .team-single__item > *:not(:last-child) {
        margin-bottom: 1.5rem; }
      .team-single__item ol {
        padding-left: 24px;
        line-height: 1.3; }
        @media screen and (max-width: 767px) {
          .team-single__item ol {
            padding-left: 14px; } }
        .team-single__item ol > li:not(:last-of-type) {
          margin-bottom: 1.3125rem; }
      .team-single__item ul {
        margin-top: -3px;
        padding-left: 0 !important; }
        .team-single__item ul > li {
          position: relative;
          padding-left: 27px;
          margin-bottom: 10px;
          list-style: none; }
          .team-single__item ul > li::before {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            position: absolute;
            left: 0;
            top: 3px;
            background: url("../../img/icons/checkbox.svg") no-repeat center;
            background-size: contain; }
        .team-single__item ul.d-flex {
          flex-wrap: wrap; }
          .team-single__item ul.d-flex li {
            margin-bottom: 20px; }
            .team-single__item ul.d-flex li:not(:last-of-type) {
              margin-right: 1.75rem; }
      .team-single__item ul.last,
      .team-single__item ol.last {
        margin-bottom: -1.5rem; }
    .team-single__label {
      margin-bottom: 26px; }
  .team-carousel {
    margin-top: -13px; }
    .team-carousel .slick-slider {
      padding-bottom: 1px; }
    .team-carousel .slick-list {
      padding-bottom: 0; }

.contacts {
  padding: 5.125rem 0 7.5rem; }
  .contacts-header {
    background-color: #3B2F2F;
    padding: 212px 0 94px; }
    @media screen and (max-width: 1059px) {
      .contacts-header {
        padding-top: 160px; } }
    @media screen and (max-width: 767px) {
      .contacts-header {
        padding-top: 150px; } }
    .contacts-header__subtitle {
      margin-bottom: 0.8125rem; }
    .contacts-header__title {
      letter-spacing: unset;
      margin-bottom: 1.625rem; }
    .contacts-header__list > li:not(:last-of-type) {
      margin-bottom: 1.25rem; }
  @media screen and (max-width: 767px) {
    .contacts {
      padding-top: 4rem;
      padding-bottom: 0; } }
  .contacts__block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .contacts__block {
        flex-direction: column; } }
  .contacts__col {
    width: 100%; }
    .contacts__col_1 {
      flex-shrink: 0;
      max-width: 450px;
      margin-right: 28px; }
      @media screen and (max-width: 1229px) {
        .contacts__col_1 {
          margin-right: 0;
          max-width: 400px; } }
      @media screen and (max-width: 1059px) {
        .contacts__col_1 {
          max-width: 330px; } }
      @media screen and (max-width: 767px) {
        .contacts__col_1 {
          max-width: 100%;
          margin-bottom: 50px; } }
    .contacts__col_2 {
      flex-shrink: 1;
      width: 57.42%; }
      @media screen and (max-width: 1229px) {
        .contacts__col_2 {
          width: 62%; } }
      @media screen and (max-width: 767px) {
        .contacts__col_2 {
          width: 100%; } }
  .contacts__description {
    margin-bottom: 2rem; }
  .contacts__form {
    margin-top: -242px;
    background-color: #5B3A29;
    padding: 2.5rem 2.6rem; }
    @media screen and (max-width: 1229px) {
      .contacts__form {
        padding: 2rem;
        margin-top: -210px; } }
    @media screen and (max-width: 1059px) {
      .contacts__form {
        padding: 2rem 1rem; } }
    @media screen and (max-width: 767px) {
      .contacts__form {
        margin-top: 0;
        margin-left: -20px;
        margin-right: -20px;
        padding: 2rem 5px; } }
    .contacts__form-block {
      display: flex;
      flex-wrap: wrap;
      margin-left: -8.5px;
      margin-right: -8.5px; }
      @media screen and (max-width: 767px) {
        .contacts__form-block {
          margin-left: -5px;
          margin-right: -5px; } }
    .contacts__form-col {
      padding: 0 8.5px;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .contacts__form-col {
          padding: 0 5px; } }
      @media screen and (max-width: 420px) {
        .contacts__form-col {
          width: 100%; } }
      .contacts__form-colx2 {
        width: 100%; }
      .contacts__form-col:last-of-type {
        margin-bottom: -1.125rem; }

.location > li {
  display: flex;
  align-items: flex-start;
  cursor: pointer; }
  .location > li:hover .location__icon {
    background-color: #AD8A56; }
  .location > li:not(:last-of-type) {
    margin-bottom: 2.75rem; }

.location__left {
  width: 62px;
  flex-shrink: 0;
  margin-right: 28px; }
  @media screen and (max-width: 1229px) {
    .location__left {
      width: 55px;
      margin-right: 20px; } }

.location__content {
  width: 100%;
  flex-shrink: 1; }

.location__icon {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #021441;
  transition: .3s; }
  .location__icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1229px) {
      .location__icon i {
        width: 25px;
        height: 25px; } }

.location__name {
  margin-bottom: .5rem; }

.location__list a {
  position: relative;
  color: inherit; }
  .location__list a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #252525;
    transition: .3s;
    position: absolute;
    bottom: -2px;
    left: 0; }
  .location__list a:hover::after {
    width: 100%; }

.location__list > li:not(:last-of-type) {
  margin-bottom: -1px; }

.welcome {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  max-height: 800px;
  height: 100vh;
  padding: 213px 0 112px;
  background: linear-gradient(90deg, rgba(3, 22, 69, 0) 16.81%, #3B2F2F 76.28%);
  transform-style: preserve-3d; }
  @media screen and (max-width: 1229px) {
    .welcome {
      max-height: 750px;
      padding: 183px 0 90px; } }
  @media screen and (max-width: 1059px) {
    .welcome {
      max-height: 700px; } }
  @media screen and (max-width: 991px) {
    .welcome {
      padding: 160px 0 75px;
      max-height: 600px; } }
  @media screen and (max-width: 767px) {
    .welcome {
      max-height: 100%;
      height: auto;
      min-height: auto;
      padding: 150px 0 160px; } }
  .welcome_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    z-index: -1;
    transform: translateZ(-1px);
    background-size: cover;
    opacity: 1; }
  .welcome__block {
    max-width: 640px;
    width: 50%; }
    @media screen and (max-width: 1229px) {
      .welcome__block {
        width: 60%; } }
    @media screen and (max-width: 1059px) {
      .welcome__block {
        width: 57%; } }
    @media screen and (max-width: 767px) {
      .welcome__block {
        width: 100%; } }
  .welcome__title {
    margin-bottom: 1.625rem; }
  .welcome__description {
    max-width: 605px;
    width: 100%;
    margin-bottom: 2.75rem; }
  .welcome__actions > *:not(:last-of-type) {
    margin-right: 26px; }
    @media screen and (max-width: 1229px) {
      .welcome__actions > *:not(:last-of-type) {
        margin-right: 22px; } }
  .welcome__right {
    position: absolute;
    right: 0;
    top: 0;
    width: 42.3%;
    height: 100%;
    z-index: 1;
    background-color: #3B2F2F;
    background-position: 89.939% 100%;
    background-size: cover; }
    @media screen and (max-width: 1449px) {
      .welcome__right {
        width: 41%; } }
    @media screen and (max-width: 991px) {
      .welcome__right {
        width: 42%; } }
    @media screen and (max-width: 767px) {
      .welcome__right {
        width: 100%;
        background-image: none !important;
        background-color: transparent; } }
    .welcome__right::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); }
  .welcome__decor {
    position: absolute;
    bottom: 100px;
    left: calc(50% + 19px);
    transform: translateX(-50%);
    z-index: 2; }
    @media screen and (max-width: 1229px) {
      .welcome__decor {
        left: 50%; } }
    @media screen and (max-width: 1059px) {
      .welcome__decor {
        left: 0;
        transform: unset;
        justify-content: center;
        width: 100%; } }
    @media screen and (max-width: 991px) {
      .welcome__decor {
        bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .welcome__decor {
        bottom: 50px;
        justify-content: flex-end;
        flex-direction: row-reverse;
        padding: 0 15px; }
        .welcome__decor .trusted__content {
          align-items: flex-start;
          margin-right: 0;
          margin-left: 15px; } }

.main-about__content {
  max-width: 900px;
  margin-left: auto;
  padding-right: 2.5rem; }
  @media screen and (max-width: 1449px) {
    .main-about__content {
      padding-right: 0; } }
  @media screen and (max-width: 1229px) {
    .main-about__content {
      max-width: 760px; } }
  @media screen and (max-width: 1059px) {
    .main-about__content {
      max-width: 720px; } }

.main-about__description {
  margin-bottom: 2.75rem; }
  @media screen and (max-width: 767px) {
    .main-about__description {
      margin-bottom: 2rem; } }

.main-about__count {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .main-about__count {
      padding-right: 0;
      margin-bottom: -30px;
      justify-content: center;
      flex-wrap: wrap; } }

.main-about__col {
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .main-about__col {
      width: 50%;
      margin-bottom: 30px; } }

.main-about__number {
  margin-bottom: 0.5rem; }

.main-about__text {
  line-height: 1; }

.services__left, .services__right {
  padding: 0 15px;
  width: 100%; }

.services__left {
  max-width: 41.66666%; }
  @media screen and (max-width: 1449px) {
    .services__left {
      max-width: 40%; } }
  @media screen and (max-width: 1229px) {
    .services__left {
      max-width: 38%; } }
  @media screen and (max-width: 1059px) {
    .services__left {
      max-width: 100%;
      margin-bottom: 4rem; } }

.services__right {
  max-width: 58.3333%; }
  @media screen and (max-width: 1449px) {
    .services__right {
      max-width: 60%; } }
  @media screen and (max-width: 1229px) {
    .services__right {
      max-width: 62%; } }
  @media screen and (max-width: 1059px) {
    .services__right {
      max-width: 100%; } }

.services__title {
  margin-bottom: 1.625rem; }

.services__description {
  max-width: 450px;
  margin-bottom: 2.875rem; }
  @media screen and (max-width: 1059px) {
    .services__description {
      max-width: 700px; } }

.services__link {
  max-width: 193px; }

.services__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -17.5px;
  margin-right: -17.5px;
  margin-bottom: -35px; }
  @media screen and (max-width: 1449px) {
    .services__list {
      margin-left: -13px;
      margin-right: -13px;
      margin-bottom: -26px; } }
  @media screen and (max-width: 1229px) {
    .services__list {
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: -20px; } }

.services__col {
  width: 50%;
  padding: 0 17.5px;
  margin-bottom: 35px; }
  @media screen and (max-width: 1449px) {
    .services__col {
      padding: 0 13px;
      margin-bottom: 26px; } }
  @media screen and (max-width: 1229px) {
    .services__col {
      padding: 0 10px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .services__col {
      width: 100%; } }

.services__item {
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px;
  background-color: #5B3A29;
  transition: .3s; }
  @media screen and (max-width: 1449px) {
    .services__item {
      padding: 25px 20px; } }
  @media screen and (max-width: 1229px) {
    .services__item {
      padding: 23px 20px; } }
  .services__item:hover {
    background-color: #5B3A29; }

.services__icon {
  display: block;
  width: 62px;
  height: 62px;
  position: relative;
  margin-bottom: 1.25rem; }
  @media screen and (max-width: 1229px) {
    .services__icon {
      width: 56px;
      height: 56px; } }
  @media screen and (max-width: 767px) {
    .services__icon {
      width: 45px;
      height: 45px;
      margin-bottom: 10px; } }
  .services__icon svg,
  .services__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain; }
  .services__icon svg,
  .services__icon path {
    fill: #AD8A56;
    transition: .3s; }

.services__name {
  margin-bottom: 17px; }
  @media screen and (max-width: 1229px) {
    .services__name {
      margin-bottom: 14px; } }

.services__text {
  line-height: 1.4; }
  @media screen and (max-width: 1229px) {
    .services__text {
      min-height: auto; } }

.services-list__block {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto; }
  .services-list__block .services__col {
    width: 33.333%; }
    @media screen and (max-width: 1059px) {
      .services-list__block .services__col {
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .services-list__block .services__col {
        width: 100%; } }

.features__block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  top: 6px; }
  @media screen and (max-width: 1059px) {
    .features__block {
      flex-wrap: wrap;
      justify-content: center; } }

.features__left {
  max-width: 477px;
  width: 100%;
  flex-shrink: 0;
  margin-right: 28px; }
  @media screen and (max-width: 1449px) {
    .features__left {
      max-width: 420px;
      margin-right: 20px; } }
  @media screen and (max-width: 1059px) {
    .features__left {
      max-width: 100%;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 6rem; } }
  @media screen and (max-width: 991px) {
    .features__left {
      margin-bottom: 50px; } }

.features__right {
  max-width: 735px;
  width: 100%;
  flex-shrink: 1; }
  @media screen and (max-width: 1449px) {
    .features__right {
      max-width: 630px; } }
  @media screen and (max-width: 1059px) {
    .features__right {
      max-width: 580px; } }
  @media screen and (max-width: 991px) {
    .features__right {
      max-width: 520px; } }

.features__photos {
  display: flex;
  align-items: stretch;
  margin-left: -17.5px;
  margin-right: -17.5px;
  margin-top: -3px;
  margin-bottom: 5px; }
  @media screen and (max-width: 1449px) {
    .features__photos {
      margin-right: -13px;
      margin-left: -13px; } }

.features__col {
  padding: 0 17.5px;
  width: 50%; }
  @media screen and (max-width: 1449px) {
    .features__col {
      padding: 0 13px; } }
  @media screen and (max-width: 767px) {
    .features__col {
      padding: 0 6px; } }

.features__photo {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 151.6%;
  position: relative; }
  @media screen and (max-width: 1059px) {
    .features__photo {
      transform: unset !important; } }
  .features__photo img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center; }
  .features__photo_1 {
    margin-top: 80px; }

.process {
  max-height: 800px;
  overflow: hidden; }
  @media screen and (max-width: 1449px) {
    .process {
      max-height: 700px; } }
  @media screen and (max-width: 1059px) {
    .process {
      max-height: 650px; } }
  @media screen and (max-width: 991px) {
    .process {
      max-height: 100%; } }
  .process__photo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 43.9%;
    height: 100%;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1059px) {
      .process__photo {
        width: 43%; } }
    @media screen and (max-width: 991px) {
      .process__photo {
        width: 100%;
        height: 300px; } }
    @media screen and (max-width: 767px) {
      .process__photo {
        height: 380px; } }
    .process__photo::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
      position: absolute;
      left: 0;
      top: 0; }
  .process__title {
    margin-bottom: 1.625rem; }
  .process__text {
    margin-bottom: 6.5rem; }
    @media screen and (max-width: 1449px) {
      .process__text {
        margin-bottom: 5rem; } }
    @media screen and (max-width: 1059px) {
      .process__text {
        margin-bottom: 4.6rem; } }
    @media screen and (max-width: 991px) {
      .process__text {
        margin-bottom: 4rem; } }
  .process__block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .process__block {
        flex-direction: column;
        padding-top: 360px; } }
    @media screen and (max-width: 767px) {
      .process__block {
        padding-top: 326px; } }
  .process__left {
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: 99;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .process__left {
        bottom: unset;
        top: 50px; } }
    @media screen and (max-width: 767px) {
      .process__left {
        top: 68px; } }
    .process__left-block {
      max-width: 400px;
      width: 100%; }
      @media screen and (max-width: 1229px) {
        .process__left-block {
          max-width: 350px; } }
      @media screen and (max-width: 1059px) {
        .process__left-block {
          max-width: 330px; } }
      @media screen and (max-width: 991px) {
        .process__left-block {
          max-width: 550px; } }
  .process__right {
    max-width: 626px;
    width: 100%;
    margin-left: 28px;
    flex-shrink: 0; }
    @media screen and (max-width: 1449px) {
      .process__right {
        max-width: 570px; } }
    @media screen and (max-width: 1229px) {
      .process__right {
        max-width: 505px; } }
    @media screen and (max-width: 1059px) {
      .process__right {
        max-width: 445px; } }
    @media screen and (max-width: 991px) {
      .process__right {
        max-width: 100%; } }
  .process__list {
    overflow: hidden;
    padding: 6.25rem 0; }
    @media screen and (max-width: 1229px) {
      .process__list {
        padding: 5.5rem 0; } }
    @media screen and (max-width: 1059px) {
      .process__list {
        padding: 4.8rem 0; } }
    @media screen and (max-width: 991px) {
      .process__list {
        padding: 0 0 55px;
        margin-left: -14px;
        margin-right: -14px;
        margin-bottom: -24px;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch; } }
    @media screen and (max-width: 991px) {
      .process__list > li {
        width: 50%;
        padding: 0 14px;
        margin-bottom: 24px !important; } }
    @media screen and (max-width: 767px) {
      .process__list > li {
        width: 100%; } }
    .process__list > li:not(:last-of-type) {
      margin-bottom: 24px; }
  .process__item {
    display: block;
    width: 100%;
    padding: 28px;
    background-color: #5B3A29;
    transition: .3s; }
    @media screen and (max-width: 1229px) {
      .process__item {
        padding: 24px 20px; } }
    @media screen and (max-width: 991px) {
      .process__item {
        height: 100%; } }
    .process__item:hover {
      background-color: #AD8A56; }
      .process__item:hover .process__step {
        color: #fff; }
  .process__step {
    display: block;
    line-height: 1;
    letter-spacing: 1.4px;
    margin-bottom: .75rem;
    transition: .3s; }
  .process__line {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(38, 96, 238, 0.2); }
  .process__name {
    margin: 1.25rem 0; }
  .process__description {
    margin-top: -4px; }

.faqs {
  background: linear-gradient(90deg, rgba(3, 22, 69, 0) 16.81%, #3B2F2F 76.28%);
  transform-style: preserve-3d;
  margin-top: -2px;
  overflow: hidden; }
  .faqs_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    z-index: -1;
    transform: translateZ(-1px);
    background-size: cover;
    opacity: 1; }
  .faqs__block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 2px; }
    @media screen and (max-width: 767px) {
      .faqs__block {
        flex-wrap: wrap; } }
  .faqs__left {
    width: 30%;
    flex-shrink: 1; }
    @media screen and (max-width: 1059px) {
      .faqs__left {
        width: 30%; } }
    @media screen and (max-width: 767px) {
      .faqs__left {
        width: 100%;
        margin-bottom: 40px; } }
  .faqs__right {
    max-width: 57.42%;
    width: 100%;
    flex-shrink: 0;
    margin-left: 28px; }
    @media screen and (max-width: 1059px) {
      .faqs__right {
        max-width: 63%; } }
    @media screen and (max-width: 767px) {
      .faqs__right {
        max-width: 100%;
        margin: 0; } }
  .faqs__faqs {
    padding-top: 1.5rem; }
    @media screen and (max-width: 1229px) {
      .faqs__faqs {
        padding-top: 0; } }
  .faqs-page__block {
    max-width: 844px;
    width: 100%;
    margin: 0 auto; }

.banner {
  display: flex;
  align-items: center;
  padding: 185px 0 100px;
  background: linear-gradient(90deg, rgba(3, 22, 69, 0) 16.81%, #3B2F2F 76.28%);
  transform-style: preserve-3d; }
  @media screen and (max-width: 767px) {
    .banner {
      padding-top: 150px; } }
  .banner_full {
    height: 600px; }
    @media screen and (max-width: 1059px) {
      .banner_full {
        height: auto; } }
  .banner_blog {
    padding: 212px 0 126px; }
    @media screen and (max-width: 1059px) {
      .banner_blog {
        padding: 160px 0 105px; } }
    @media screen and (max-width: 767px) {
      .banner_blog {
        padding: 150px 0 85px; } }
  .banner_fullpage {
    padding: 212px 0 91px; }
    @media screen and (max-width: 1059px) {
      .banner_fullpage {
        padding: 160px 0 105px; } }
    @media screen and (max-width: 767px) {
      .banner_fullpage {
        padding: 150px 0 85px; } }
  .banner_reviews {
    padding: 212px 0 143px; }
    @media screen and (max-width: 1059px) {
      .banner_reviews {
        padding: 160px 0 105px; } }
    @media screen and (max-width: 767px) {
      .banner_reviews {
        padding: 150px 0 85px; } }
  .banner_services {
    padding: 235px 0 103px; }
    @media screen and (max-width: 1059px) {
      .banner_services {
        padding: 160px 0 105px; } }
    @media screen and (max-width: 767px) {
      .banner_services {
        padding: 150px 0 85px; } }
  .banner__block {
    max-width: 920px;
    width: 100%;
    margin: 0 auto; }
    .banner__block_service {
      max-width: 990px; }
    @media screen and (max-width: 1229px) {
      .banner__block {
        max-width: 800px; } }
  .banner__description {
    max-width: 850px;
    margin: 0 auto; }
    @media screen and (max-width: 1229px) {
      .banner__description {
        max-width: 700px; } }
    @media screen and (max-width: 767px) {
      .banner__description br {
        display: none; } }
  .banner__title {
    letter-spacing: unset; }
    @media screen and (max-width: 1059px) {
      .banner__title br {
        display: none; } }

@media screen and (max-width: 767px) {
  .service {
    padding-top: 0; } }

.service__block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-left: -14px;
  margin-right: -14px; }
  @media screen and (max-width: 991px) {
    .service__block {
      flex-direction: column-reverse; } }

.service__col {
  padding: 0 14px; }
  .service__col_1 {
    width: 52%;
    margin-right: 28px; }
    @media screen and (max-width: 1449px) {
      .service__col_1 {
        width: 56%; } }
    @media screen and (max-width: 1229px) {
      .service__col_1 {
        width: 54%;
        margin-right: 0; } }
    @media screen and (max-width: 991px) {
      .service__col_1 {
        width: 100%; } }
  .service__col_2 {
    width: 41.65%; }
    @media screen and (max-width: 1229px) {
      .service__col_2 {
        width: 44%; } }
    @media screen and (max-width: 1059px) {
      .service__col_2 {
        width: 47%; } }
    @media screen and (max-width: 991px) {
      .service__col_2 {
        width: 100%;
        margin-bottom: 30px; } }

.service__content h3 {
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 1449px) {
    .service__content h3 {
      margin-bottom: 1.35rem; } }

.service__content p {
  margin-bottom: 15px; }

.service__form {
  top: 80px; }

.service__item:not(:last-of-type) {
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    .service__item:not(:last-of-type) {
      margin-bottom: 2.2rem; } }

.content__block {
  max-width: 1062px;
  width: 100%;
  margin: 0 auto; }
  .content__block > *:not(:last-child) {
    margin-bottom: 1.625rem; }

.content h3,
.content h4 {
  font-weight: 600;
  letter-spacing: unset;
  font-size: 1.5rem; }
  @media screen and (max-width: 1449px) {
    .content h3,
    .content h4 {
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .content h3,
    .content h4 {
      font-size: 1.3rem; } }
  .content h3 + p,
  .content h4 + p {
    margin-top: -0.75rem; }

.content ol,
.content ul {
  padding-left: 20px; }
  .content ol > li:not(:last-of-type),
  .content ul > li:not(:last-of-type) {
    margin-bottom: 7px; }
  .content ol::marker,
  .content ul::marker {
    font-weight: 600; }

.content ul {
  list-style: url("../../img/icons/checkbox.svg"); }

.content blockquote {
  position: relative;
  padding-top: 65px;
  font-weight: 600;
  font-size: 1.5rem;
  margin-right: -1px; }
  @media screen and (max-width: 1059px) {
    .content blockquote {
      font-size: 1.4rem; } }
  @media screen and (max-width: 991px) {
    .content blockquote {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    .content blockquote {
      font-size: 1.3rem; } }
  .content blockquote footer {
    margin-top: 4px; }
  .content blockquote::before {
    content: '';
    display: block;
    width: 51px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../../img/icons/blockquote.svg") no-repeat center;
    background-size: contain; }
    @media screen and (max-width: 991px) {
      .content blockquote::before {
        width: 45px;
        height: 39px; } }
  .content blockquote img {
    display: flex;
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      .content blockquote img {
        max-width: 90px; } }

.about-us__block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-right: -14px;
  margin-left: -14px; }
  @media screen and (max-width: 991px) {
    .about-us__block {
      flex-direction: column;
      align-items: center; } }

.about-us__content {
  padding-top: 12px;
  line-height: 1.37; }
  .about-us__content > * {
    margin-bottom: 1.6rem; }
  .about-us__content ul,
  .about-us__content ol {
    font-weight: 600; }
    .about-us__content ul > li,
    .about-us__content ol > li {
      padding-left: 9px; }
      .about-us__content ul > li:not(:last-of-type),
      .about-us__content ol > li:not(:last-of-type) {
        margin-bottom: 11px; }
  .about-us__content blockquote {
    position: relative;
    top: 21px; }

.about-us__title {
  margin-bottom: 1.625rem; }

.about-us__col {
  width: 100%;
  padding: 0 14px; }
  .about-us__col_1 {
    max-width: 589px;
    flex-shrink: 1;
    margin-right: 28px; }
    @media screen and (max-width: 1229px) {
      .about-us__col_1 {
        max-width: 500px; } }
    @media screen and (max-width: 1059px) {
      .about-us__col_1 {
        margin-right: 16px;
        max-width: 450px; } }
    @media screen and (max-width: 991px) {
      .about-us__col_1 {
        margin-right: 0;
        margin-bottom: 30px;
        max-width: 100%; } }
  .about-us__col_2 {
    max-width: 545px;
    flex-shrink: 0; }
    @media screen and (max-width: 1229px) {
      .about-us__col_2 {
        max-width: 485px; } }
    @media screen and (max-width: 1059px) {
      .about-us__col_2 {
        max-width: 420px; } }
    @media screen and (max-width: 991px) {
      .about-us__col_2 {
        max-width: 450px; } }

.about-us__photo {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 123.79%;
  position: relative; }
  .about-us__photo img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-position: center;
    object-fit: cover; }

.about-main {
  background-color: #fff; }
  .about-main__block {
    flex-direction: row-reverse; }
    .about-main__block .features__left {
      margin-right: 0;
      margin-left: 28px; }
      @media screen and (max-width: 1059px) {
        .about-main__block .features__left {
          margin-left: 0; } }

.reviews {
  padding: 6.25rem 0 7.5rem; }
  .reviews__navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.875rem; }
    .reviews__navigation > li:not(:last-of-type) {
      margin-right: 4.25rem; }
      @media screen and (max-width: 1449px) {
        .reviews__navigation > li:not(:last-of-type) {
          margin-right: 3.75rem; } }
      @media screen and (max-width: 1229px) {
        .reviews__navigation > li:not(:last-of-type) {
          margin-right: 3rem; } }
      @media screen and (max-width: 767px) {
        .reviews__navigation > li:not(:last-of-type) {
          margin-right: 1.5rem; } }
    .reviews__navigation > li span {
      display: flex;
      align-items: center;
      height: 22px;
      border-radius: 4px;
      transition: .3s;
      padding: 2px 12px;
      background: #545454;
      color: #fff;
      letter-spacing: 0;
      margin-left: 15px; }
      @media screen and (max-width: 1229px) {
        .reviews__navigation > li span {
          height: 20px;
          margin-left: 12px; } }
      @media screen and (max-width: 767px) {
        .reviews__navigation > li span {
          height: 16px;
          margin-left: 7px;
          font-size: 8px; } }
    .reviews__navigation-link {
      display: flex;
      align-items: center;
      color: #545454;
      font-weight: 600;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      transition: .3s; }
      @media screen and (max-width: 767px) {
        .reviews__navigation-link {
          letter-spacing: unset;
          font-size: 12px; } }
      .reviews__navigation-link.active, .reviews__navigation-link:hover {
        color: #AD8A56; }
        .reviews__navigation-link.active span, .reviews__navigation-link:hover span {
          background-color: #AD8A56; }
  .reviews__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -28px; }
    @media screen and (max-width: 1229px) {
      .reviews__list {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px; } }
  .reviews__col {
    width: 50%;
    padding: 0 14px;
    margin-bottom: 28px; }
    @media screen and (max-width: 1229px) {
      .reviews__col {
        padding: 0 10px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .reviews__col {
        width: 100%; } }
    .reviews__col.show {
      animation: fadeIn 0.5s ease; }
    .reviews__col.hide {
      display: none; }
  .reviews__item {
    height: 100%;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 1.75rem; }
    @media screen and (max-width: 1229px) {
      .reviews__item {
        padding: 22px; } }
    @media screen and (max-width: 767px) {
      .reviews__item {
        padding: 18px 15px; } }
  .reviews__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.75rem; }
    @media screen and (max-width: 767px) {
      .reviews__header {
        margin-bottom: 20px; } }
  .reviews__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 4px;
    background: #EEE;
    padding: 2px 12px; }
    .reviews__rating span {
      letter-spacing: 1.6px;
      margin-left: 4px; }
  .reviews__date {
    letter-spacing: 1.4px; }
  .reviews__content {
    margin-bottom: 1.75rem; }
    .reviews__content p:not(:last-of-type) {
      margin-bottom: 8px; }
  .reviews__files {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 14px; }
    @media screen and (max-width: 991px) {
      .reviews__files {
        margin-left: -5px;
        margin-right: -5px; } }
    .reviews__files > li {
      padding: 0 7px;
      margin-bottom: 14px; }
      @media screen and (max-width: 991px) {
        .reviews__files > li {
          padding: 0 5px;
          margin-bottom: 10px; } }
  .reviews__photo {
    display: block;
    width: 68px;
    height: 0;
    padding-top: 100%;
    position: relative;
    background: #D9D9D9; }
    @media screen and (max-width: 991px) {
      .reviews__photo {
        width: 58px; } }
    @media screen and (max-width: 767px) {
      .reviews__photo {
        width: 52px; } }
    .reviews__photo img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover;
      object-position: center; }
  .reviews__bottom {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.75rem; }
    .reviews__bottom-content {
      width: 100%;
      flex-shrink: 1; }
  .reviews__user {
    display: block;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    margin-right: 1.625rem;
    position: relative; }
    @media screen and (max-width: 991px) {
      .reviews__user {
        width: 42px;
        height: 42px; } }
    @media screen and (max-width: 767px) {
      .reviews__user {
        margin-right: 15px; } }
    .reviews__user img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-position: center;
      object-fit: contain; }
  .reviews__name {
    margin-bottom: 2px; }
  .reviews__city {
    color: #979797;
    letter-spacing: 1.4px; }

.animation {
  position: relative; }

.animation__wrapper {
  overflow: hidden; }

.animation__wrapper video,
.animation__wrapper iframe,
.animation__wrapper img {
  opacity: 0;
  transition: .2s; }

.animation__wrapper.animated video,
.animation__wrapper.animated iframe,
.animation__wrapper.animated img {
  opacity: 1; }

.animation__slideInLeft::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  transition: 1s; }

.animation__slideInLeft.animated::after {
  width: 0; }

.animation__slideInRight::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  transition: 1s; }

.animation__slideInRight.animated::after {
  width: 0; }

.animation__slideInDown::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  transition: 1s; }

.animation__slideInDown.animated::after {
  height: 0; }
