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; }

ol, 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 18px/1.8 'Inter', sans-serif;
  color: #20222B; }
  @media screen and (max-width: 1599px) {
    html, body {
      font-size: 17px; } }
  @media screen and (max-width: 1399px) {
    html, body {
      font-size: 16px; } }
  @media screen and (max-width: 1399px) {
    html, body {
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    html, body {
      font-size: 14px; } }

body {
  overflow-x: hidden; }

a {
  color: #20222B;
  text-decoration: none; }

.font {
  font-family: 'Roboto', sans-serif; }
  .font_inter {
    font-family: 'Inter', sans-serif; }
  .font_condensed {
    font-family: 'Roboto Condensed', sans-serif; }

* {
  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: 12px; }

::-webkit-scrollbar-track {
  background-color: transparent; }

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

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

.container,
.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2; }

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

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

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

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

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

@media (min-width: 1400px) {
  .container {
    max-width: 1160px; }
  .wrapper {
    max-width: 1330px; } }

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

.pointer {
  cursor: pointer; }

.section {
  position: relative; }

.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: 100px; }
  @media screen and (max-width: 1399px) {
    .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; }

@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; }
  .wpcf7-not-valid-tip::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    background: url("../../img/icons/info-circle.svg") no-repeat center;
    background-size: contain; }

.header__menu-wrap .mega-menu > li.mega-menu-megamenu:not(:last-of-type)::after {
  display: none !important; }

.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; } }

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

.consultation__form .wpcf7 form .wpcf7-response-output,
.contacts-map__form .wpcf7 form .wpcf7-response-output,
.testimonials-list__right .main-service__form .wpcf7 form .wpcf7-response-output {
  background-color: #F2F4F6 !important;
  color: #20222B; }

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

.consultation__form .wpcf7 form .wpcf7-response-output,
.contacts-map__form .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; }

#mega-menu-item-13399::after,
#mega-menu-item-12800::after {
  display: none !important; }

#mega-menu-wrap-primary_menu {
  background: transparent !important; }

#mega-menu-wrap-primary_menu #mega-menu-primary_menu {
  padding: 0 !important;
  position: relative; }

@media screen and (min-width: 1599px) {
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu {
    min-width: 760px; } }

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0 !important;
  font-size: unset; }

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link:hover {
  background: transparent !important;
  border: transparent !important;
  color: #FF5A5E !important; }

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link {
  background: transparent !important;
  color: #20222B;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s; }

#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item {
  font-size: 16px; }
  @media screen and (max-width: 1199px) {
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item {
      font-size: 15px; } }
  @media screen and (max-width: 1059px) {
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item {
      font-size: 13px; } }

#menu-location-column-1-chinese-simplified > li:not(:last-of-type),
#menu-location-column-2-chinese-simplified > li:not(:last-of-type),
#menu-location-column-3-chinese-simplified > li:not(:last-of-type),
#menu-location-column-1 > li:not(:last-of-type),
#menu-location-column-2 > li:not(:last-of-type),
#menu-location-column-3 > li:not(:last-of-type) {
  margin-bottom: 26px; }
  @media screen and (max-width: 991px) {
    #menu-location-column-1-chinese-simplified > li:not(:last-of-type),
    #menu-location-column-2-chinese-simplified > li:not(:last-of-type),
    #menu-location-column-3-chinese-simplified > li:not(:last-of-type),
    #menu-location-column-1 > li:not(:last-of-type),
    #menu-location-column-2 > li:not(:last-of-type),
    #menu-location-column-3 > li:not(:last-of-type) {
      margin-bottom: 22px; } }

#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
  position: relative;
  padding: 0 35px; }
  @media screen and (max-width: 1399px) {
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
      padding: 0 30px; } }
  @media screen and (max-width: 1199px) {
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
      padding: 0 28px; } }
  @media screen and (max-width: 1059px) {
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
      padding: 0 25px; } }
  @media screen and (max-width: 991px) {
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
      padding: 0 30px 0 0; } }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% + 75px);
    opacity: 0.05;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:last-of-type::after {
    display: none; }

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  width: 864px;
  padding: 25px 0 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  z-index: 99 !important;
  margin-top: 19px;
  overflow: hidden; }
  @media screen and (max-width: 1599px) {
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
      width: 852px; } }
  @media screen and (max-width: 1399px) {
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
      width: 840px; } }
  @media screen and (max-width: 1199px) {
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
      width: 800px;
      padding: 25px 0 0; } }
  @media screen and (max-width: 1059px) {
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
      padding: 20px 20px 0;
      width: 710px; } }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-sub-menu > li:not(:last-of-type) {
    margin-bottom: 30px; }
    @media screen and (max-width: 1059px) {
      #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-sub-menu > li:not(:last-of-type) {
        margin-bottom: 25px; } }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu > li > a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s; }
    @media screen and (max-width: 1199px) {
      #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu > li > a {
        font-size: 15px; } }
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu > li > a svg {
      fill: #20222B;
      margin-right: 15px;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s; }
      @media screen and (max-width: 1199px) {
        #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu > li > a svg {
          margin-right: 12px; } }
      @media screen and (max-width: 1059px) {
        #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu > li > a svg {
          margin-right: 10px;
          width: 35px;
          height: 35px; } }
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu > li > a:hover {
      color: #FF5A5E; }
      #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu > li > a:hover svg {
        fill: #FF5A5E; }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu > li.current-menu-item > a {
    color: #FF5A5E; }
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu > li.current-menu-item > a svg {
      fill: #FF5A5E; }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu .sub-menu {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    margin-top: 20px; }
    @media screen and (max-width: 1059px) {
      #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu .sub-menu {
        font-size: 13px;
        margin-top: 15px; } }
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu .sub-menu > li {
      position: relative;
      padding-left: 15px; }
      #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu .sub-menu > li::before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background: #20222B;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s; }
      #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu .sub-menu > li:hover::before, #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu .sub-menu > li.current-menu-item::before {
        background: #FF5A5E; }
      #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu .sub-menu > li:hover a, #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu .sub-menu > li.current-menu-item a {
        color: #FF5A5E;
        font-weight: 600; }
      #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu .sub-menu > li a {
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        text-transform: capitalize; }
      #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu .sub-menu > li:not(:last-of-type) {
        margin-bottom: 15px; }
        @media screen and (max-width: 1059px) {
          #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu .sub-menu > li:not(:last-of-type) {
            margin-bottom: 12px; } }

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: #FF5A5E; }

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu.mega-menu-item,
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0 !important;
  position: static !important; }

@media only screen and (min-width: 992px) {
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    opacity: 0;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px); }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px); } }

#mega-menu-wrap-primary_menu .mega-menu-toggle {
  background: transparent; }

#mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after,
#mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner, #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after,
#mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #20222B; }

.mega-menu-toggle #mega-toggle-block-2 {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 40px !important;
  z-index: 1050;
  transition: visibility 0s, opacity 0.3s linear;
  -moz-transition: visibility 0s, opacity 0.3s linear;
  -webkit-transition: visibility 0s, opacity 0.3s linear; }

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
  margin-left: 10px; }

.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: #1C3352; }
  .bg_grey {
    background-color: #F2F4F6; }

.w-100 {
  width: 100%; }

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

.relative {
  position: relative; }

.button {
  cursor: pointer;
  border-radius: 5px;
  transition: .35s;
  -webkit-transition: .35s;
  -moz-transition: .35s; }
  .button_large {
    height: 51px; }
    @media screen and (max-width: 767px) {
      .button_large {
        height: 48px; } }
  .button_red {
    background-color: #FF5A5E; }
    .button_red:hover {
      background-color: #20222B; }
  .button_orange {
    background-color: #FFC20E;
    color: #303030; }
    .button_orange:hover {
      background-color: #20222B;
      color: #fff; }

.divider {
  height: 70px; }
  @media screen and (max-width: 1599px) {
    .divider {
      height: 65px; } }
  @media screen and (max-width: 1399px) {
    .divider {
      height: 62px; } }
  @media screen and (max-width: 1199px) {
    .divider {
      height: 60px; } }
  @media screen and (max-width: 991px) {
    .divider {
      height: 55px; } }
  @media screen and (max-width: 767px) {
    .divider {
      height: 45px; } }
  @media screen and (max-width: 351px) {
    .divider {
      height: 40px; } }

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

.popup {
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  overflow-y: auto;
  padding: 50px 0; }
  .popup__thank {
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    overflow-y: auto;
    padding: 50px 0; }
    .popup__thank .popup__wrapper {
      padding: 0; }
      .popup__thank .popup__wrapper::after {
        width: 374px !important;
        background-image: url("../../img/backgrounds/thankyou.jpg"); }
        @media screen and (max-width: 991px) {
          .popup__thank .popup__wrapper::after {
            display: none !important; } }
    .popup__thank .popup__close {
      background-image: url("../../img/icons/close-white.svg"); }
    .popup__thank_block {
      align-items: stretch;
      height: 631px; }
      @media screen and (max-width: 1599px) {
        .popup__thank_block {
          height: 608px; } }
      @media screen and (max-width: 1399px) {
        .popup__thank_block {
          height: 600px; } }
      @media screen and (max-width: 1199px) {
        .popup__thank_block {
          height: 576px; } }
      @media screen and (max-width: 991px) {
        .popup__thank_block {
          height: auto;
          padding: 40px 0; } }
    .popup__thank_right {
      width: 374px;
      flex-shrink: 0; }
      @media screen and (max-width: 991px) {
        .popup__thank_right {
          display: none; } }
    .popup__thank_left {
      width: 100%;
      flex-shrink: 1;
      padding: 0 15px; }
    .popup__thank_row {
      align-items: stretch; }
    .popup__thank_title {
      margin-bottom: 20px; }
      @media screen and (max-width: 991px) {
        .popup__thank_title {
          margin-bottom: 15px; } }
      @media screen and (max-width: 767px) {
        .popup__thank_title {
          margin-bottom: 10px; } }
    .popup__thank_letter {
      display: block;
      width: 93px;
      margin: 0 auto 30px; }
      @media screen and (max-width: 991px) {
        .popup__thank_letter {
          width: 75px;
          margin-bottom: 22px; } }
      @media screen and (max-width: 767px) {
        .popup__thank_letter {
          width: 62px;
          margin-bottom: 14px; } }
      .popup__thank_letter svg {
        display: block;
        width: 100%;
        height: 100%; }
    .popup__thank_description {
      max-width: 405px;
      width: 100%;
      margin: 0 auto;
      line-height: 1.45; }
  .popup__wrapper {
    max-width: 909px;
    width: calc(100% - 20px);
    position: relative;
    z-index: 1051;
    background-color: #fff;
    margin: auto;
    padding: 27px 0; }
    .popup__wrapper::after {
      content: '';
      display: block;
      width: 374px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0;
      background: url("../../img/backgrounds/popup.jpg") no-repeat center;
      background-size: cover; }
      @media screen and (max-width: 1199px) {
        .popup__wrapper::after {
          width: 345px; } }
      @media screen and (max-width: 1199px) {
        .popup__wrapper::after {
          width: 305px; } }
      @media screen and (max-width: 767px) {
        .popup__wrapper::after {
          display: none; } }
    @media screen and (max-width: 1599px) {
      .popup__wrapper {
        max-width: 870px;
        padding-bottom: 16px; } }
    @media screen and (max-width: 1199px) {
      .popup__wrapper {
        max-width: 840px; } }
    @media screen and (max-width: 991px) {
      .popup__wrapper {
        max-width: 700px; } }
    @media screen and (max-width: 767px) {
      .popup__wrapper {
        max-width: 480px;
        padding: 25px 0 15px; } }
  .popup__close {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 23px;
    top: 21px;
    cursor: pointer;
    background: url("../../img/icons/close.svg") no-repeat center;
    background-size: contain;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .popup__close {
        width: 13px;
        height: 13px;
        top: 16px;
        right: 16px; } }
  .popup__row {
    align-items: stretch;
    z-index: 1;
    position: relative;
    margin-bottom: 32px; }
    @media screen and (max-width: 1599px) {
      .popup__row {
        margin-bottom: 26px; } }
    @media screen and (max-width: 1199px) {
      .popup__row {
        margin-bottom: 11px; } }
    @media screen and (max-width: 767px) {
      .popup__row {
        flex-direction: column;
        margin-bottom: 3px; } }
  .popup__left {
    position: relative;
    width: 100%;
    flex-shrink: 1;
    padding: 0 40px; }
    @media screen and (max-width: 1599px) {
      .popup__left {
        padding: 0 36px; } }
    @media screen and (max-width: 1199px) {
      .popup__left {
        padding: 0 30px; } }
    @media screen and (max-width: 767px) {
      .popup__left {
        padding: 0 15px;
        margin-bottom: 15px;
        overflow: hidden; } }
    .popup__left .main-service__form-col {
      width: 100%; }
    .popup__left .main-service__form-row {
      margin-bottom: 14px; }
    .popup__left .main-service__form {
      position: relative; }
    @media screen and (max-width: 767px) {
      .popup__left .main-service__form-colx2 .consultation__submit {
        margin-bottom: 0; } }
  .popup__right {
    width: 374px;
    flex-shrink: 0;
    padding: 20px 30px 20px 37px; }
    @media screen and (max-width: 1199px) {
      .popup__right {
        padding-right: 30px;
        width: 345px; } }
    @media screen and (max-width: 1199px) {
      .popup__right {
        width: 305px;
        padding-right: 15px;
        padding-left: 20px; } }
    @media screen and (max-width: 767px) {
      .popup__right {
        padding: 0 15px;
        width: 100%; } }
  .popup__list {
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-top: 50px; }
    @media screen and (max-width: 1199px) {
      .popup__list {
        margin-top: 25px; } }
    @media screen and (max-width: 767px) {
      .popup__list {
        font-size: 16px;
        background: url("../../img/backgrounds/popup.jpg") no-repeat center;
        background-size: cover;
        width: calc(100% + 30px);
        margin: 0 -15px 0 -15px;
        padding: 23px 15px; } }
    .popup__list li {
      position: relative;
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        .popup__list li {
          padding-left: 23px; }
          .popup__list li i {
            width: 15px;
            height: 15px;
            background-size: contain; } }
      .popup__list li:not(:last-of-type) {
        margin-bottom: 30px; }
        @media screen and (max-width: 1599px) {
          .popup__list li:not(:last-of-type) {
            margin-bottom: 26px; } }
        @media screen and (max-width: 1199px) {
          .popup__list li:not(:last-of-type) {
            margin-bottom: 22px; } }
        @media screen and (max-width: 767px) {
          .popup__list li:not(:last-of-type) {
            margin-bottom: 16px; } }
      .popup__list li i {
        position: absolute;
        left: 0;
        top: 2px; }
  .popup__subtitle {
    line-height: 143%;
    margin-bottom: 17px; }
    @media screen and (max-width: 1199px) {
      .popup__subtitle {
        font-size: 16px;
        margin-bottom: 11px; } }
    @media screen and (max-width: 767px) {
      .popup__subtitle {
        font-size: 15px; } }
  .popup__title {
    line-height: 1.4;
    margin-bottom: 22px; }
    @media screen and (max-width: 1199px) {
      .popup__title {
        margin-bottom: 17px; } }
  .popup__attachments {
    position: relative;
    z-index: 2;
    margin-bottom: 2px;
    padding: 0 30px; }
    @media screen and (max-width: 1199px) {
      .popup__attachments {
        padding: 0 25px; } }
    @media screen and (max-width: 1199px) {
      .popup__attachments {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .popup__attachments {
        padding: 0;
        max-width: 300px;
        margin: 0 auto; } }
    .popup__attachments > li {
      margin: 10px; }
      .popup__attachments > li img {
        max-width: 155px;
        width: 100%;
        max-height: 64px; }
      @media screen and (max-width: 1199px) {
        .popup__attachments > li img {
          max-width: 115px; } }
      @media screen and (max-width: 767px) {
        .popup__attachments > li:nth-of-type(1), .popup__attachments > li:nth-of-type(2) {
          width: calc(50% - 20px); }
        .popup__attachments > li:nth-of-type(3) {
          width: calc(20% - 20px); }
        .popup__attachments > li:nth-of-type(4), .popup__attachments > li:nth-of-type(5) {
          width: calc(40% - 20px); }
        .popup__attachments > li img {
          max-width: 100%; } }

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

.title {
  line-height: 180%; }
  .title_middle {
    font-size: 32px; }
    @media screen and (max-width: 1599px) {
      .title_middle {
        font-size: 30px; } }
    @media screen and (max-width: 1399px) {
      .title_middle {
        font-size: 28px; } }
    @media screen and (max-width: 1059px) {
      .title_middle {
        font-size: 26px; } }
    @media screen and (max-width: 991px) {
      .title_middle {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .title_middle {
        font-size: 22px; } }
  .title_large {
    font-size: 43px;
    line-height: 130%; }
    @media screen and (max-width: 1599px) {
      .title_large {
        font-size: 40px; } }
    @media screen and (max-width: 1399px) {
      .title_large {
        font-size: 38px; } }
    @media screen and (max-width: 1199px) {
      .title_large {
        font-size: 36px; } }
    @media screen and (max-width: 991px) {
      .title_large {
        font-size: 32px; } }
    @media screen and (max-width: 767px) {
      .title_large {
        font-size: 31px; } }
    @media screen and (max-width: 576px) {
      .title_large {
        font-size: 30px; } }
    @media screen and (max-width: 351px) {
      .title_large {
        font-size: 28px; } }
  .title_big {
    font-size: 50px;
    line-height: 130%; }
    @media screen and (max-width: 1599px) {
      .title_big {
        font-size: 46px; } }
    @media screen and (max-width: 1399px) {
      .title_big {
        font-size: 44px; } }
    @media screen and (max-width: 1199px) {
      .title_big {
        font-size: 40px; } }
    @media screen and (max-width: 1059px) {
      .title_big {
        font-size: 38px; } }
    @media screen and (max-width: 991px) {
      .title_big {
        font-size: 34px; } }
    @media screen and (max-width: 767px) {
      .title_big {
        font-size: 30px; } }
  .title-before {
    letter-spacing: 0.3em;
    margin-bottom: 8px;
    color: #FF5A5E; }
    .title-before::before {
      content: '';
      width: 40px;
      height: 2px;
      background-color: #FF5A5E;
      margin-right: 20px; }

.subtitle {
  font-size: 24px;
  line-height: 170%;
  position: relative; }
  @media screen and (max-width: 1599px) {
    .subtitle {
      font-size: 23px; } }
  @media screen and (max-width: 1399px) {
    .subtitle {
      font-size: 22px; } }
  @media screen and (max-width: 1199px) {
    .subtitle {
      font-size: 21px; } }
  @media screen and (max-width: 1199px) {
    .subtitle {
      font-size: 18px; } }
  .subtitle_small {
    font-size: 22px;
    line-height: 1.6; }
    @media screen and (max-width: 1599px) {
      .subtitle_small {
        font-size: 21px; } }
    @media screen and (max-width: 1399px) {
      .subtitle_small {
        font-size: 19px; } }
    @media screen and (max-width: 1199px) {
      .subtitle_small {
        font-size: 18px; } }
    @media screen and (max-width: 991px) {
      .subtitle_small {
        font-size: 17px; } }
    @media screen and (max-width: 767px) {
      .subtitle_small {
        font-size: 16px; } }
  .subtitle_big {
    font-size: 36px;
    line-height: 1.4; }
    @media screen and (max-width: 1599px) {
      .subtitle_big {
        font-size: 34px; } }
    @media screen and (max-width: 1399px) {
      .subtitle_big {
        font-size: 32px; } }
    @media screen and (max-width: 1199px) {
      .subtitle_big {
        font-size: 30px; } }
    @media screen and (max-width: 1059px) {
      .subtitle_big {
        font-size: 28px; } }
  .subtitle_decor-bottom::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #FF5A5E;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%); }

.text {
  font-size: 14px;
  line-height: calc(17 / 14); }
  @media screen and (max-width: 1599px) {
    .text {
      font-size: 13px; } }
  .text_15 {
    font-size: 15px;
    line-height: calc(18 / 15); }
    @media screen and (max-width: 1599px) {
      .text_15 {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .text_15 {
        font-size: 13px; } }
  .text_17 {
    font-size: 17px; }
    @media screen and (max-width: 1599px) {
      .text_17 {
        font-size: 16px; } }
  .text_20 {
    font-size: 20px; }
    @media screen and (max-width: 1599px) {
      .text_20 {
        font-size: 19px; } }
    @media screen and (max-width: 1399px) {
      .text_20 {
        font-size: 18px; } }
    @media screen and (max-width: 1199px) {
      .text_20 {
        font-size: 17px; } }
  .text_big {
    font-size: 16px;
    line-height: calc(19 / 16); }
    @media screen and (max-width: 1599px) {
      .text_big {
        font-size: 15px; } }
    @media screen and (max-width: 1399px) {
      .text_big {
        font-size: 14px; } }
  .text_23 {
    font-size: 23px;
    line-height: calc(27 / 23); }
    @media screen and (max-width: 1599px) {
      .text_23 {
        font-size: 22px; } }
    @media screen and (max-width: 1399px) {
      .text_23 {
        font-size: 21px; } }
    @media screen and (max-width: 991px) {
      .text_23 {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .text_23 {
        font-size: 19px; } }
    @media screen and (max-width: 576px) {
      .text_23 {
        font-size: 18px; } }
  .text_27 {
    font-size: 27px;
    line-height: 1; }
    @media screen and (max-width: 1599px) {
      .text_27 {
        font-size: 25px; } }
    @media screen and (max-width: 1399px) {
      .text_27 {
        font-size: 24px; } }
    @media screen and (max-width: 1199px) {
      .text_27 {
        font-size: 23px; } }
    @media screen and (max-width: 991px) {
      .text_27 {
        font-size: 22px; } }
    @media screen and (max-width: 767px) {
      .text_27 {
        font-size: 20px; } }
    @media screen and (max-width: 351px) {
      .text_27 {
        font-size: 18px; } }
  .text_29 {
    font-size: 29px; }
    @media screen and (max-width: 1599px) {
      .text_29 {
        font-size: 27px; } }
    @media screen and (max-width: 1399px) {
      .text_29 {
        font-size: 26px; } }
    @media screen and (max-width: 1199px) {
      .text_29 {
        font-size: 25px; } }
    @media screen and (max-width: 767px) {
      .text_29 {
        font-size: 21px; } }
  .text_30 {
    font-size: 30px; }
    @media screen and (max-width: 1599px) {
      .text_30 {
        font-size: 28px; } }
    @media screen and (max-width: 1399px) {
      .text_30 {
        font-size: 27px; } }
    @media screen and (max-width: 1199px) {
      .text_30 {
        font-size: 25px; } }
    @media screen and (max-width: 767px) {
      .text_30 {
        font-size: 23px; } }

.text_white {
  color: #fff; }

.text_blue {
  color: #1C3352; }

.text_red {
  color: #FF5A5E; }

.text_normal {
  font-weight: 400; }

.text_medium {
  font-weight: 500; }

.text_semibold {
  font-weight: 600; }

.text_bold {
  font-weight: 700; }

.text_center {
  text-align: center; }

.text_uppercase {
  text-transform: uppercase; }

.text_capitalize {
  text-transform: capitalize; }

.text_none {
  text-decoration: none; }

.text_unset {
  text-transform: unset !important; }

.icon {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  .icon_phone {
    width: 13px;
    height: 13px;
    background-image: url("../../img/icons/phone.svg"); }
    .icon_phone_big {
      width: 18px;
      height: 18px;
      background-image: url("../../img/icons/phone.svg"); }
    .icon_phone_white {
      width: 23px;
      height: 20px;
      background-image: url("../../img/icons/phone_white.svg"); }
  .icon_email {
    width: 18px;
    height: 18px;
    background-image: url("../../img/icons/email.svg"); }
    .icon_email_white {
      width: 23px;
      height: 20px;
      background-image: url("../../img/icons/email_white.svg"); }
  .icon_check {
    width: 20px;
    height: 20px;
    background-image: url("../../img/icons/check.svg"); }
    .icon_check_red {
      background-image: url("../../img/icons/check-red.svg"); }
  .icon_play {
    width: 85px;
    height: 85px;
    background-image: url("../../img/icons/video-review.svg"); }
  .icon_arrow-down {
    width: 24px;
    height: 25.5px;
    background-image: url("../../img/icons/form-arrow.png"); }
    .icon_arrow-down_white {
      width: 24px;
      height: 25px;
      background-image: url("../../img/icons/form-arrow_white.png"); }
  .icon_arrow-right {
    width: 8px;
    height: 13px;
    background-image: url("../../img/icons/arrow-right.svg"); }
  .icon_arrow-form {
    width: 10px;
    height: 10px;
    background-image: url("../../img/icons/form-arrow-down.svg"); }

.top {
  min-height: 39px; }
  @media screen and (max-width: 1399px) {
    .top {
      min-height: 37px; } }
  @media screen and (max-width: 991px) {
    .top {
      display: none; } }
  @media screen and (max-width: 767px) {
    .top__left {
      font-size: 12px; } }
  .top__stars {
    margin-right: 16px; }
    @media screen and (max-width: 1399px) {
      .top__stars {
        margin-right: 14px; } }
    @media screen and (max-width: 1059px) {
      .top__stars {
        margin-right: 10px; } }
    @media screen and (max-width: 767px) {
      .top__stars {
        display: none; } }
    .top__stars svg {
      display: block;
      width: 15px;
      height: 15px; }
      @media screen and (max-width: 1059px) {
        .top__stars svg {
          width: 12px;
          height: 12px; } }
      .top__stars svg:not(:last-of-type) {
        margin-right: 5px; }
  .top__phones {
    margin-right: 49px; }
    @media screen and (max-width: 1059px) {
      .top__phones {
        margin-right: 40px; } }
    @media screen and (max-width: 991px) {
      .top__phones {
        margin-right: 32px; } }
    @media screen and (max-width: 767px) {
      .top__phones {
        display: none; } }
    .top__phones > li:not(:last-of-type) {
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .top__phones > li:not(:last-of-type) {
          margin-right: 20px; } }
  .top__link i {
    margin-right: 5px; }
  .top__languages-wrap {
    padding-right: 4px; }
    @media screen and (max-width: 991px) {
      .top__languages-wrap {
        padding-right: 0; } }
    .top__languages-wrap .wpml-ls-statics-shortcode_actions {
      border: none !important;
      background: none !important; }
    .top__languages-wrap ul {
      display: flex;
      align-items: center; }
      .top__languages-wrap ul > li:not(:last-of-type) {
        margin-right: 29px;
        position: relative; }
        .top__languages-wrap ul > li:not(:last-of-type)::after {
          content: '|';
          display: block;
          position: absolute;
          top: 50%;
          transform: translate(50%, -50%);
          -webkit-transform: translate(50%, -50%);
          right: -15px;
          font-weight: normal; }
      .top__languages-wrap ul > li a {
        opacity: .5;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        color: #20222B;
        padding: 0 !important;
        background: transparent !important;
        border-bottom: none !important; }
      .top__languages-wrap ul > li.active a, .top__languages-wrap ul > li:hover a {
        opacity: 1;
        color: #20222B !important; }
      .top__languages-wrap ul > li.wpml-ls-current-language a {
        opacity: 1;
        color: #20222B !important; }
  .top__languages-link {
    opacity: .5; }

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }
  .header__block {
    padding: 20px 0;
    background-color: #fff; }
    @media screen and (max-width: 1399px) {
      .header__block {
        padding: 19px 0; } }
    @media screen and (max-width: 767px) {
      .header__block {
        padding: 12px 0; } }
  .header__logo {
    max-width: 185px;
    width: 100%; }
    @media screen and (max-width: 1399px) {
      .header__logo {
        max-width: 182px; } }
    @media screen and (max-width: 1199px) {
      .header__logo {
        max-width: 160px; } }
    @media screen and (max-width: 1059px) {
      .header__logo {
        max-width: 150px; } }
    @media screen and (max-width: 767px) {
      .header__logo {
        max-width: 172px; } }
    .header__logo img {
      width: 100%; }
  .header__menu-wrap {
    margin-right: 28px; }
    .header__menu-wrap .menu-item-language {
      display: none !important; }
    @media screen and (max-width: 1199px) {
      .header__menu-wrap {
        font-size: 14px; } }
    @media screen and (max-width: 1059px) {
      .header__menu-wrap {
        font-size: 13px; } }
    @media screen and (max-width: 1059px) {
      .header__menu-wrap {
        margin-right: 22px; } }
    @media screen and (max-width: 991px) {
      .header__menu-wrap {
        margin-right: 14px; } }
    @media screen and (max-width: 767px) {
      .header__menu-wrap {
        margin-right: 0; } }
    .header__menu-wrap .mega-menu > li.mega-menu-megamenu::after {
      display: none !important; }
    .header__menu-wrap .mega-menu > li.mega-menu-megamenu > a {
      position: relative; }
      .header__menu-wrap .mega-menu > li.mega-menu-megamenu > a::after {
        content: '|' !important;
        display: block !important;
        position: absolute;
        top: 50%;
        transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        right: -23px;
        opacity: 0.2;
        font-weight: normal; }
        @media screen and (max-width: 1399px) {
          .header__menu-wrap .mega-menu > li.mega-menu-megamenu > a::after {
            right: -20px; } }
        @media screen and (max-width: 1199px) {
          .header__menu-wrap .mega-menu > li.mega-menu-megamenu > a::after {
            right: -15px; } }
        @media screen and (max-width: 1059px) {
          .header__menu-wrap .mega-menu > li.mega-menu-megamenu > a::after {
            right: -14px; } }
      @media screen and (max-width: 991px) {
        .header__menu-wrap .mega-menu > li.mega-menu-megamenu > a::after {
          display: none !important; } }
    .header__menu-wrap .mega-menu > li:not(:last-of-type) {
      margin-right: 46px !important; }
      @media screen and (max-width: 1399px) {
        .header__menu-wrap .mega-menu > li:not(:last-of-type) {
          margin-right: 40px !important; } }
      @media screen and (max-width: 1199px) {
        .header__menu-wrap .mega-menu > li:not(:last-of-type) {
          margin-right: 30px !important; } }
      @media screen and (max-width: 1059px) {
        .header__menu-wrap .mega-menu > li:not(:last-of-type) {
          margin-right: 28px !important; } }
      .header__menu-wrap .mega-menu > li:not(:last-of-type)::after {
        content: '|' !important;
        display: block !important;
        position: absolute;
        top: 50%;
        transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        right: -23px;
        opacity: 0.2;
        font-weight: normal; }
        @media screen and (max-width: 1399px) {
          .header__menu-wrap .mega-menu > li:not(:last-of-type)::after {
            right: -20px; } }
        @media screen and (max-width: 1199px) {
          .header__menu-wrap .mega-menu > li:not(:last-of-type)::after {
            right: -15px; } }
        @media screen and (max-width: 1059px) {
          .header__menu-wrap .mega-menu > li:not(:last-of-type)::after {
            right: -14px; } }
  .header__link {
    text-transform: uppercase; }
  .header__consultation {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    border: none;
    letter-spacing: 0.05em;
    padding: 5px 21px; }
    @media screen and (max-width: 1059px) {
      .header__consultation {
        font-size: 11px;
        padding: 3px 14px; } }
    @media screen and (max-width: 991px) {
      .header__consultation {
        font-size: 14px;
        padding: 5px 21px; } }
    @media screen and (max-width: 767px) {
      .header__consultation {
        display: none; } }

.consultation__block {
  position: relative;
  transform-style: preserve-3d;
  padding: 33px 0 21px; }
  @media screen and (max-width: 576px) {
    .consultation__block {
      padding-bottom: 30px; } }
  .consultation__block::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: calc(100% + 60px);
    height: calc(100% - 6px);
    background: #fff;
    border-top: 6px solid #FF5A5E;
    box-shadow: 0px -4px 25px rgba(0, 0, 0, 0.15);
    transform: translateX(-50%) translateZ(-1px);
    -webkit-transform: translateX(-50%) translateZ(-1px); }
    @media screen and (max-width: 1599px) {
      .consultation__block::after {
        border-top-width: 5px; } }
    @media screen and (max-width: 1199px) {
      .consultation__block::after {
        border-top-width: 4px; } }
    @media screen and (max-width: 576px) {
      .consultation__block::after {
        border-top-width: 3px;
        width: calc(100% + 30px); } }

.consultation__form {
  display: block;
  width: 100%; }
  .consultation__form form {
    display: block;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 576px) {
      .consultation__form form {
        max-width: 327px;
        width: 100%;
        margin: 0 auto; } }

.consultation__top {
  margin-bottom: 22px; }
  @media screen and (max-width: 576px) {
    .consultation__top {
      justify-content: center;
      margin-bottom: 16px; } }
  .consultation__top i {
    position: relative;
    left: -2px;
    margin-right: 10px; }

.consultation__row {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: -6px; }
  @media screen and (max-width: 1059px) {
    .consultation__row {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 991px) {
    .consultation__row {
      margin-left: -7px;
      margin-right: -7px; } }

.consultation__col {
  width: 25%;
  padding: 0 7px;
  margin-bottom: 14px; }
  @media screen and (max-width: 1059px) {
    .consultation__col {
      width: 50%;
      padding: 0 10px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 991px) {
    .consultation__col {
      padding: 0 7px;
      margin-bottom: 19px; } }
  @media screen and (max-width: 576px) {
    .consultation__col {
      width: 100%; } }

.consultation__select {
  position: relative;
  transform-style: preserve-3d; }
  .consultation__select::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) translateZ(-1px);
    -webkit-transform: translateY(-50%) translateZ(-1px);
    background: url("../../img/icons/form-arrow-down.svg") no-repeat center;
    background-size: contain; }
  .consultation__select_white option {
    color: #20222B; }

.consultation__input {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: 'Inter';
  color: #535353;
  height: 51px;
  border: 1px solid rgba(19, 19, 19, 0.5);
  border-radius: 5px;
  padding: 5px 17px;
  transition: border-color .3s;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  position: relative;
  z-index: 2;
  background: transparent; }
  .consultation__input ::-webkit-input-placeholder {
    color: #535353; }
  .consultation__input ::-moz-placeholder {
    color: #535353; }
  .consultation__input :-ms-input-placeholder {
    color: #535353; }
  .consultation__input :-moz-placeholder {
    color: #535353; }
  .consultation__input:focus {
    border-color: #131313; }
  .consultation__input_white {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5); }
    .consultation__input_white::-webkit-input-placeholder {
      color: #fff; }
    .consultation__input_white::-moz-placeholder {
      color: #fff; }
    .consultation__input_white:-ms-input-placeholder {
      color: #fff; }
    .consultation__input_white:-moz-placeholder {
      color: #fff; }
    .consultation__input_white:focus {
      border-color: white; }
  @media screen and (max-width: 991px) {
    .consultation__input {
      height: 49px; } }

.consultation__text {
  margin-right: 30px; }
  @media screen and (max-width: 991px) {
    .consultation__text {
      margin-right: 10px;
      font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .consultation__text {
      margin-right: 0; } }

.consultation__submit {
  border: none;
  max-width: 290px;
  width: 100%;
  letter-spacing: 0.05em;
  font-family: 'Inter', sans-serif; }
  @media screen and (max-width: 1599px) {
    .consultation__submit {
      max-width: 272px; } }
  @media screen and (max-width: 1399px) {
    .consultation__submit {
      max-width: 265px; } }
  @media screen and (max-width: 1199px) {
    .consultation__submit {
      max-width: 227px; } }
  @media screen and (max-width: 1059px) {
    .consultation__submit {
      max-width: 390px; } }
  @media screen and (max-width: 1059px) {
    .consultation__submit {
      max-width: 350px; } }
  @media screen and (max-width: 991px) {
    .consultation__submit {
      max-width: 241px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 576px) {
    .consultation__submit {
      max-width: 327px; } }

@media screen and (max-width: 991px) {
  .consultation__bottom {
    display: flex;
    flex-direction: column-reverse; } }

.video-reviews {
  overflow: hidden; }
  @media screen and (max-width: 1599px) {
    .video-reviews_main + .blog-recent_main {
      padding-top: 65px; } }
  .video-reviews__block {
    position: relative;
    padding: 68px 0 70px; }
    @media screen and (max-width: 1599px) {
      .video-reviews__block {
        padding: 65px 0 68px; } }
    @media screen and (max-width: 1399px) {
      .video-reviews__block {
        padding: 63px 0 64px; } }
    @media screen and (max-width: 767px) {
      .video-reviews__block {
        padding: 60px 0 87px; } }
    @media screen and (max-width: 991px) {
      .video-reviews__block {
        position: relative;
        left: 50%;
        top: 0;
        width: calc(100vw + 2px);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); } }
    .video-reviews__block_padding {
      padding: 59px 0 63px; }
      @media screen and (max-width: 1599px) {
        .video-reviews__block_padding {
          padding: 57px 0 61px; } }
      @media screen and (max-width: 1399px) {
        .video-reviews__block_padding {
          padding: 54px 0 59px; } }
      @media screen and (max-width: 767px) {
        .video-reviews__block_padding {
          padding: 50px 0 90px; } }
  .video-reviews__arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0.3;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    right: -18px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%); }
    .video-reviews__arrow svg {
      display: block;
      width: 17px;
      height: 10px; }
    .video-reviews__arrow:hover {
      opacity: 1; }
    .video-reviews__arrow_next {
      bottom: -34px;
      transform: translateX(100%) rotate(180deg);
      -webkit-transform: translateX(100%) rotate(180deg); }
    .video-reviews__arrow_prev {
      bottom: 17px; }
  .video-reviews__content {
    position: relative;
    z-index: 2; }
  .video-reviews__photo {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%; }
    .video-reviews__photo img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover;
      object-position: center; }
    .video-reviews__photo::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.27%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); }
  .video-reviews__label {
    margin-bottom: 13px; }
    @media screen and (max-width: 1599px) {
      .video-reviews__label {
        margin-bottom: 12px; } }
    @media screen and (max-width: 1059px) {
      .video-reviews__label {
        margin-bottom: 11px; } }
    @media screen and (max-width: 767px) {
      .video-reviews__label {
        margin-bottom: 9px;
        justify-content: center; } }
    .video-reviews__label::before {
      background-color: #fff; }
      @media screen and (max-width: 767px) {
        .video-reviews__label::before {
          width: 30px; } }
  .video-reviews__button {
    letter-spacing: 0.05em; }
    .video-reviews__button i {
      margin-left: 9px; }
    @media screen and (max-width: 1059px) {
      .video-reviews__button {
        margin-left: 8px; } }
    @media screen and (max-width: 767px) {
      .video-reviews__button {
        text-align: center;
        margin-left: auto;
        margin-top: 22px;
        font-weight: 400; } }
  .video-reviews__title {
    margin-bottom: 22px; }
    @media screen and (max-width: 1599px) {
      .video-reviews__title {
        margin-bottom: 21px; } }
    @media screen and (max-width: 1399px) {
      .video-reviews__title {
        margin-bottom: 20px; } }
    @media screen and (max-width: 1199px) {
      .video-reviews__title {
        margin-bottom: 19px; } }
    @media screen and (max-width: 991px) {
      .video-reviews__title {
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      .video-reviews__title {
        margin-bottom: 17px;
        flex-direction: column;
        justify-content: center !important;
        text-align: center;
        align-items: center !important; } }
  .video-reviews__row {
    margin-left: -14px;
    margin-right: -14px; }
    @media screen and (max-width: 1059px) {
      .video-reviews__row {
        flex-direction: column;
        align-items: center !important; } }
  .video-reviews__col {
    padding: 0 14px; }
    .video-reviews__col_1 {
      width: 52.4%; }
    .video-reviews__col_2 {
      width: 47.6%; }
    @media screen and (max-width: 1059px) {
      .video-reviews__col_1, .video-reviews__col_2 {
        width: 100%; }
      .video-reviews__col_1 {
        max-width: 650px;
        margin-bottom: 35px; } }
    @media screen and (max-width: 767px) {
      .video-reviews__col_1 {
        margin-bottom: 0; } }
  .video-reviews__list, .video-reviews__body {
    display: block;
    width: 100%; }
  .video-reviews__item {
    display: none;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s; }
    .video-reviews__item.active {
      display: block;
      opacity: 1; }
  .video-reviews__body .slick-active .video-reviews__item {
    display: block;
    opacity: 1; }
  .video-reviews__video {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 63.25%; }
    .video-reviews__video-photo {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .video-reviews__video-photo img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        object-position: center; }
  .video-reviews__play {
    display: block;
    width: 85px;
    height: 85px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    @media screen and (max-width: 1599px) {
      .video-reviews__play {
        width: 83px;
        height: 83px; } }
    @media screen and (max-width: 1399px) {
      .video-reviews__play {
        width: 81px;
        height: 81px; } }
    @media screen and (max-width: 1199px) {
      .video-reviews__play {
        width: 77px;
        height: 77px; } }
    @media screen and (max-width: 991px) {
      .video-reviews__play {
        width: 70px;
        height: 70px; } }
    @media screen and (max-width: 767px) {
      .video-reviews__play {
        width: 60px;
        height: 60px; } }
    @media screen and (max-width: 576px) {
      .video-reviews__play {
        width: 55px;
        height: 55px; } }
    .video-reviews__play i {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 50%;
      animation: pulse-white 4s infinite; }
  @media screen and (max-width: 1059px) {
    .video-reviews__list .slick-track {
      display: flex;
      align-items: stretch; }
      .video-reviews__list .slick-track > li {
        height: auto; }
        .video-reviews__list .slick-track > li > div {
          height: 100%; } }
  @media screen and (max-width: 767px) {
    .video-reviews__list .slick-track {
      display: none; } }
  .video-reviews__list > li:not(:last-of-type) {
    margin-bottom: 3px; }
  .video-reviews__list > li:hover .video-reviews__list-item {
    border-color: rgba(255, 255, 255, 0.5); }
  .video-reviews__list .slick-current .video-reviews__list-item {
    border-color: rgba(255, 255, 255, 0.5); }
  .video-reviews__list-item {
    padding: 13px 20px 15px 31px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s; }
    @media screen and (max-width: 1599px) {
      .video-reviews__list-item {
        padding: 12px 18px 14px 26px; } }
    @media screen and (max-width: 1399px) {
      .video-reviews__list-item {
        padding: 11px 15px 12px 24px; } }
    .video-reviews__list-item.active {
      border-color: rgba(255, 255, 255, 0.5); }
  .video-reviews__list-content {
    max-width: 500px;
    width: 100%; }
  .video-reviews__list-name {
    margin-bottom: 6px; }
  .video-reviews__list-text {
    line-height: 180%;
    opacity: 0.8; }
    @media screen and (max-width: 1199px) {
      .video-reviews__list-text {
        line-height: 1.5;
        font-size: 14px; } }
  .video-reviews__list .slick-arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0.3;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    right: -33px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    font-size: 0; }
    @media screen and (max-width: 1599px) {
      .video-reviews__list .slick-arrow {
        right: -24px; } }
    @media screen and (max-width: 1399px) {
      .video-reviews__list .slick-arrow {
        width: 35px;
        height: 35px;
        right: 0; } }
    @media screen and (max-width: 1199px) {
      .video-reviews__list .slick-arrow {
        width: 33px;
        height: 33px;
        right: 7px; }
        .video-reviews__list .slick-arrow::after {
          width: 15px;
          height: 9px; } }
    @media screen and (max-width: 1199px) {
      .video-reviews__list .slick-arrow {
        bottom: -44px !important;
        right: unset !important; }
        .video-reviews__list .slick-arrow.slick-prev {
          left: 50%;
          transform: translateX(calc(-100% - 10px)) rotate(-90deg);
          -webkit-transform: translateX(calc(-100% - 10px)) rotate(-90deg); }
        .video-reviews__list .slick-arrow.slick-next {
          left: 50%;
          transform: translateX(10px) rotate(90deg) !important;
          -webkit-transform: translateX(10px) rotate(90deg) !important; } }
    @media screen and (max-width: 767px) {
      .video-reviews__list .slick-arrow {
        bottom: -57px !important; } }
    .video-reviews__list .slick-arrow::after {
      content: '';
      display: block;
      width: 17px;
      height: 10px;
      background: url("../../img/icons/arrow-top.svg") no-repeat center;
      background-size: contain; }
    .video-reviews__list .slick-arrow:hover {
      opacity: 1; }
    .video-reviews__list .slick-arrow.slick-next {
      bottom: -34px;
      transform: translateX(100%) rotate(180deg);
      -webkit-transform: translateX(100%) rotate(180deg); }
    .video-reviews__list .slick-arrow.slick-prev {
      bottom: 17px; }

.contacts {
  padding-bottom: 78px; }
  @media screen and (max-width: 991px) {
    .contacts {
      padding-bottom: 0; } }
  .contacts__block {
    position: relative; }
    @media screen and (max-width: 991px) {
      .contacts__block {
        flex-direction: column;
        align-items: center; } }
  .contacts__left {
    position: relative;
    flex-shrink: 0;
    width: 453px;
    min-height: 574px; }
    @media screen and (max-width: 1599px) {
      .contacts__left {
        width: 420px;
        min-height: 525px; } }
    @media screen and (max-width: 1399px) {
      .contacts__left {
        width: 410px;
        min-height: 515px; } }
    @media screen and (max-width: 1199px) {
      .contacts__left {
        width: 405px;
        min-height: 500px; } }
    @media screen and (max-width: 991px) {
      .contacts__left {
        width: 100vw;
        min-height: 400px; } }
    @media screen and (max-width: 767px) {
      .contacts__left {
        min-height: 430px; } }
  .contacts__item {
    padding: 27px 42px;
    display: none;
    opacity: 0;
    align-items: flex-end;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    @media screen and (max-width: 1599px) {
      .contacts__item {
        padding: 25px 33px; } }
    @media screen and (max-width: 1399px) {
      .contacts__item {
        padding: 23px 30px; } }
    @media screen and (max-width: 991px) {
      .contacts__item {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .contacts__item {
        padding: 20px 15px; } }
    .contacts__item::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0.57) 47.81%, rgba(0, 0, 0, 0.61) 68.53%, rgba(0, 0, 0, 0.77) 100%); }
    .contacts__item.active {
      opacity: 1;
      display: flex; }
  .contacts__photo {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .contacts__photo img {
      display: block;
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover; }
  .contacts__content {
    position: relative;
    z-index: 3;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .contacts__content {
        max-width: 360px;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .contacts__content {
        max-width: 400px; } }
  .contacts__text {
    line-height: 1.9; }
    .contacts__text .address {
      display: block;
      max-width: 270px; }
      @media screen and (max-width: 1399px) {
        .contacts__text .address {
          max-width: 230px; } }
      .contacts__text .address br {
        display: none; }
  .contacts__title {
    max-width: 310px;
    line-height: 1.4;
    margin-bottom: 15px; }
    @media screen and (max-width: 1599px) {
      .contacts__title {
        margin-bottom: 14px; } }
    @media screen and (max-width: 1399px) {
      .contacts__title {
        margin-bottom: 11px; } }
    @media screen and (max-width: 767px) {
      .contacts__title {
        max-width: 100%;
        margin-bottom: 9px; } }
  .contacts__subtitle {
    margin-bottom: 20px; }
    @media screen and (max-width: 1599px) {
      .contacts__subtitle {
        margin-bottom: 18px; } }
    @media screen and (max-width: 1399px) {
      .contacts__subtitle {
        margin-bottom: 16px; } }
    @media screen and (max-width: 767px) {
      .contacts__subtitle {
        margin-bottom: 13px; } }
  .contacts__line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-bottom: 18px; }
    @media screen and (max-width: 1599px) {
      .contacts__line {
        margin-bottom: 17px; } }
    @media screen and (max-width: 1399px) {
      .contacts__line {
        margin-bottom: 16px; } }
    @media screen and (max-width: 767px) {
      .contacts__line {
        margin-bottom: 13px; } }
  .contacts__map {
    height: auto;
    min-height: 400px;
    width: 100%;
    flex-shrink: 1; }
    @media screen and (max-width: 991px) {
      .contacts__map {
        min-height: 470px;
        position: relative;
        width: 100vw; } }
    .contacts__map .footer__content {
      opacity: 1 !important;
      font-family: 'Inter'; }
      .contacts__map .footer__content a {
        color: unset !important; }

.footer {
  padding: 72px 0 38px; }
  @media screen and (max-width: 1599px) {
    .footer {
      padding: 70px 0 36px; } }
  @media screen and (max-width: 991px) {
    .footer {
      padding-top: 55px; } }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 45px 0 40px; } }
  .footer__top {
    margin-bottom: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 1599px) {
      .footer__top {
        margin-bottom: 42px; } }
  .footer__info {
    padding-top: 24px; }
    @media screen and (max-width: 1599px) {
      .footer__info {
        padding-top: 21px; } }
    @media screen and (max-width: 1059px) {
      .footer__info {
        padding-top: 0; } }
  .footer__col {
    padding: 0 10px;
    margin-bottom: 51px;
    width: 25%; }
    @media screen and (max-width: 1199px) {
      .footer__col {
        max-width: 100%; } }
    .footer__col_1 {
      max-width: 265px; }
    .footer__col_2 {
      max-width: 279px; }
    .footer__col_3 {
      max-width: 248px; }
    .footer__col_4 {
      max-width: 204px; }
    .footer__col_5 {
      max-width: 203px; }
    .footer__col_6 {
      max-width: 216px; }
      @media screen and (max-width: 1599px) {
        .footer__col_6 {
          max-width: 241px; } }
    .footer__col_7 {
      position: relative;
      left: -3px;
      max-width: 248px; }
    .footer__col_8 {
      max-width: 218px; }
    .footer__col_9 {
      max-width: 190px; }
    .footer__col_10 {
      max-width: 203px; }
    .footer__col_11 {
      max-width: 216px; }
    .footer__col_12 {
      max-width: calc(100% - 491px);
      width: 100%; }
      @media screen and (max-width: 1399px) {
        .footer__col_12 {
          max-width: calc(100% - 476px); } }
    @media screen and (max-width: 1199px) {
      .footer__col.footer__col_5, .footer__col.footer__col_6, .footer__col.footer__col_7, .footer__col.footer__col_8, .footer__col.footer__col_9, .footer__col.footer__col_10, .footer__col.footer__col_11 {
        width: 20%; }
      .footer__col.footer__col_12 {
        max-width: 100%;
        width: 60%; } }
    @media screen and (max-width: 1059px) {
      .footer__col.footer__col_1 {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; } }
  @media screen and (max-width: 1059px) and (max-width: 1059px) {
    .footer__col.footer__col_1 nav {
      width: 100%; }
    .footer__col.footer__col_1 .footer__menu {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 40px; }
      .footer__col.footer__col_1 .footer__menu > li {
        width: 25%; } }
    @media screen and (max-width: 1059px) {
      .footer__col.footer__col_2, .footer__col.footer__col_3, .footer__col.footer__col_4 {
        width: 33.333%;
        max-width: 100%; }
      .footer__col.footer__col_5, .footer__col.footer__col_6, .footer__col.footer__col_7, .footer__col.footer__col_8, .footer__col.footer__col_9, .footer__col.footer__col_10, .footer__col.footer__col_11 {
        width: 33.333%;
        max-width: 100%; }
      .footer__col.footer__col_12 {
        max-width: 100%;
        width: 66.666%; } }
    @media screen and (max-width: 767px) {
      .footer__col.footer__col_1 {
        flex-direction: column;
        align-items: flex-start; } }
  @media screen and (max-width: 767px) and (max-width: 1059px) {
    .footer__col.footer__col_1 .footer__menu {
      margin-top: 30px;
      align-items: flex-start; }
      .footer__col.footer__col_1 .footer__menu > li {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .footer__col.footer__col_2, .footer__col.footer__col_3, .footer__col.footer__col_4 {
        width: 100%; }
      .footer__col.footer__col_3 ul {
        min-height: 185px; }
      .footer__col.footer__col_3, .footer__col.footer__col_4 {
        -webkit-column-count: 2;
        column-count: 2; }
      .footer__col.footer__col_5, .footer__col.footer__col_6, .footer__col.footer__col_7, .footer__col.footer__col_8, .footer__col.footer__col_9, .footer__col.footer__col_10, .footer__col.footer__col_11 {
        width: 50%; }
      .footer__col.footer__col_12 {
        width: 100%;
        margin-bottom: 0 !important; } }
    @media screen and (max-width: 351px) {
      .footer__col.footer__col_1 .footer__menu > li {
        width: 100%; }
      .footer__col.footer__col_5, .footer__col.footer__col_6, .footer__col.footer__col_7, .footer__col.footer__col_8, .footer__col.footer__col_9, .footer__col.footer__col_10, .footer__col.footer__col_11 {
        width: 100%; } }
  .footer__row {
    margin-left: -10px;
    margin-right: -10px; }
    .footer__row_bottom .footer__col {
      margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .footer__row_bottom {
        flex-direction: row !important; } }
  .footer__logo {
    display: block;
    max-width: 185px;
    width: 100%;
    margin-bottom: 34px; }
    @media screen and (max-width: 1599px) {
      .footer__logo {
        max-width: 182px;
        margin-bottom: 32px; } }
    @media screen and (max-width: 1059px) {
      .footer__logo {
        margin-bottom: 0;
        margin-right: 30px; } }
    @media screen and (max-width: 1059px) {
      .footer__logo {
        max-width: 185px; } }
    @media screen and (max-width: 767px) {
      .footer__logo {
        margin-right: 0;
        max-width: 160px;
        margin-bottom: 18px; } }
    .footer__logo img {
      display: block;
      width: 100%; }
  .footer__text {
    max-width: 210px;
    line-height: 1.5;
    margin-bottom: 51px; }
    @media screen and (max-width: 1599px) {
      .footer__text {
        margin-bottom: 46px; } }
    @media screen and (max-width: 1059px) {
      .footer__text {
        margin-bottom: 0;
        max-width: 400px; } }
  .footer__subtitle {
    margin-bottom: 16px; }
    .footer__subtitle_lh {
      line-height: 1.5; }
    .footer__subtitle_mb {
      margin-bottom: 22px; }
  .footer__menu a {
    position: relative;
    color: #fff; }
    .footer__menu a::after {
      content: '';
      display: block;
      width: 0;
      height: 1px;
      background-color: #fff;
      position: absolute;
      left: 0;
      bottom: -2px;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s; }
    .footer__menu a:hover::after {
      width: 100%; }
  .footer__menu > li:not(:last-of-type) {
    margin-bottom: 11px; }
  .footer__menu_mb {
    margin-bottom: 45px; }
  .footer__menu_small a {
    opacity: 0.6;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s; }
    @media screen and (max-width: 767px) {
      .footer__menu_small a {
        opacity: .72; } }
    .footer__menu_small a:hover {
      opacity: 1; }
      .footer__menu_small a:hover::after {
        display: none; }
  .footer__menu_small > li:not(:last-of-type) {
    margin-bottom: 8px; }
  .footer__content {
    opacity: .6;
    line-height: 180%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s; }
    .footer__content:hover {
      opacity: 1; }
    @media screen and (max-width: 1199px) {
      .footer__content {
        font-size: 12px; } }
    @media screen and (max-width: 767px) {
      .footer__content {
        opacity: .85; } }
    .footer__content a {
      color: #fff;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      display: inline-block; }
      .footer__content a:hover {
        opacity: 1; }
  .footer__city {
    display: block; }
  .footer__social {
    margin-bottom: 21px; }
    @media screen and (max-width: 1059px) {
      .footer__social {
        margin-bottom: 17px; } }
    @media screen and (max-width: 767px) {
      .footer__social {
        justify-content: center; } }
  .footer__design {
    margin-bottom: 26px;
    margin-left: -1px; }
    @media screen and (max-width: 1599px) {
      .footer__design {
        margin-bottom: 24px; } }
    @media screen and (max-width: 1059px) {
      .footer__design {
        margin-bottom: 22px; } }
    @media screen and (max-width: 767px) {
      .footer__design {
        opacity: 1;
        font-size: 12px;
        text-align: center;
        margin-bottom: 12px; }
        .footer__design span {
          opacity: 1; } }
    .footer__design a {
      margin-left: 3px;
      position: relative;
      top: -4px; }
  @media screen and (max-width: 767px) {
    .footer__copyright {
      opacity: 1;
      font-size: 12px;
      text-align: center;
      max-width: 256px;
      margin: 0 auto; } }

.social > li:not(:last-of-type) {
  margin-right: 21px; }

.social__link {
  font-size: 16px;
  opacity: .5;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s; }
  .social__link:hover {
    opacity: 1; }

.not-found {
  padding: 86px 0 80px;
  transform-style: preserve-3d;
  overflow-x: hidden;
  min-height: 500px; }
  @media screen and (max-width: 1599px) {
    .not-found {
      padding: 81px 0 75px; } }
  @media screen and (max-width: 1199px) {
    .not-found {
      padding: 76px 0 72px; } }
  @media screen and (max-width: 991px) {
    .not-found {
      padding: 72px 0 68px; } }
  @media screen and (max-width: 767px) {
    .not-found {
      padding: 62px 0 65px; } }
  .not-found::after {
    content: '';
    display: block;
    max-width: 845px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -237px;
    top: 50%;
    transform: translate(0, -50%) translateZ(-1px);
    -webkit-transform: translate(0, -50%) translateZ(-1px);
    background: url("../../img/not-found.jpg") no-repeat center;
    background-size: contain; }
    @media screen and (max-width: 1599px) {
      .not-found::after {
        right: -185px;
        width: 805px; } }
    @media screen and (max-width: 991px) {
      .not-found::after {
        right: -165px;
        width: 785px; } }
  .not-found__title {
    font-size: 260px;
    line-height: 1;
    margin-bottom: 10px; }
    @media screen and (max-width: 1599px) {
      .not-found__title {
        font-size: 256px; } }
    @media screen and (max-width: 1199px) {
      .not-found__title {
        font-size: 244px; } }
    @media screen and (max-width: 1399px) {
      .not-found__title {
        font-size: 236px; } }
    @media screen and (max-width: 1059px) {
      .not-found__title {
        font-size: 212px; } }
    @media screen and (max-width: 991px) {
      .not-found__title {
        font-size: 200px; } }
    @media screen and (max-width: 767px) {
      .not-found__title {
        font-size: 190px;
        margin-bottom: -8px; } }
  .not-found__subtitle {
    margin-bottom: 20px; }
  .not-found__description {
    max-width: 430px;
    line-height: 143%;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .not-found__description {
        max-width: 295px;
        margin: 0 auto 25px; } }
  .not-found__button {
    letter-spacing: 0.05em;
    max-width: 400px;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .not-found__button {
        max-width: 320px; } }
    @media screen and (max-width: 767px) {
      .not-found__button {
        max-width: 295px; } }

.promotion_single {
  margin-top: -11px; }
  @media screen and (max-width: 1399px) {
    .promotion_single {
      margin-top: 0; } }

.promotion_lawyer {
  padding: 13px 0 30px; }

.promotion_team {
  padding: 62px 0 74px; }
  @media screen and (max-width: 1199px) {
    .promotion_team {
      padding-top: 25px; } }
  @media screen and (max-width: 767px) {
    .promotion_team {
      padding-bottom: 0;
      border-bottom: 2px solid #fff; } }

.promotion__photo {
  max-width: 610px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }
  .promotion__photo img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-position: center;
    object-fit: cover; }
  @media screen and (max-width: 767px) {
    .promotion__photo {
      display: none; } }

.promotion__block {
  position: relative;
  padding: 65px 0 68px; }
  @media screen and (max-width: 1599px) {
    .promotion__block {
      padding: 60px 0 64px;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 1059px) {
    .promotion__block {
      padding: 59px 0 62px; } }
  @media screen and (max-width: 767px) {
    .promotion__block {
      margin-left: -15px;
      margin-right: -15px; } }
  .promotion__block::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #1C3352 56.39%, rgba(28, 51, 82, 0.87) 65.16%, rgba(28, 51, 82, 0) 79.68%); }

.promotion__left {
  max-width: 728px;
  width: 100%; }
  @media screen and (max-width: 1399px) {
    .promotion__left {
      max-width: 650px; } }
  @media screen and (max-width: 1199px) {
    .promotion__left {
      max-width: 630px; } }
  @media screen and (max-width: 991px) {
    .promotion__left {
      max-width: 630px; } }

.promotion__right {
  max-width: 442px;
  width: 100%;
  margin-right: -60px; }
  @media screen and (max-width: 1399px) {
    .promotion__right {
      margin-right: -20px; } }
  @media screen and (max-width: 1199px) {
    .promotion__right {
      max-width: 100%;
      margin-top: 20px;
      margin-bottom: -30px; } }

@media screen and (max-width: 1199px) {
  .promotion__attachments {
    justify-content: center; } }

.promotion__attachments > li img {
  max-width: 246px;
  max-height: 155px; }

@media screen and (max-width: 1059px) {
  .promotion__attachments > li img {
    max-width: 240px;
    max-height: 120px; } }

@media screen and (max-width: 767px) {
  .promotion__attachments > li img {
    max-width: 180px;
    max-height: 100px; } }

.promotion__attachments > li:not(:last-of-type) {
  margin-right: 35px; }
  @media screen and (max-width: 1059px) {
    .promotion__attachments > li:not(:last-of-type) {
      margin-right: 24px; } }
  @media screen and (max-width: 767px) {
    .promotion__attachments > li:not(:last-of-type) {
      margin-right: 15px; } }

.promotion__title {
  max-width: 800px;
  line-height: 1.5;
  margin-bottom: 21px; }
  @media screen and (max-width: 1199px) {
    .promotion__title {
      max-width: 650px; } }
  @media screen and (max-width: 991px) {
    .promotion__title {
      max-width: 630px;
      text-align: center;
      margin: 0 auto 19px; } }
  @media screen and (max-width: 767px) {
    .promotion__title {
      margin-bottom: 25px; } }
  .promotion__title a {
    color: #fff;
    text-decoration: underline; }
  .promotion__title span {
    color: #FF5A5E; }

@media screen and (max-width: 991px) {
  .promotion__subtitle {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .promotion__subtitle {
    line-height: 1.5;
    opacity: 1; } }

.promotion__button {
  min-width: 220px;
  max-width: 280px !important;
  width: auto !important;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
  margin-bottom: -15px; }
  @media screen and (max-width: 991px) {
    .promotion__button {
      margin: 30px auto -20px; } }

.content-section {
  padding: 40px 0; }
  .content-section__border {
    border: 1px solid rgba(139, 141, 147, 0.3);
    padding: 45px 0 50px; }
    @media screen and (max-width: 1599px) {
      .content-section__border {
        padding: 43px 0 48px; } }
    @media screen and (max-width: 1199px) {
      .content-section__border {
        padding: 42px 0 45px; } }
    @media screen and (max-width: 1059px) {
      .content-section__border {
        padding: 40px 0 42px; } }
    @media screen and (max-width: 767px) {
      .content-section__border {
        padding: 37px 0; } }
  .content-section__subtitle {
    line-height: 1.6;
    margin-right: -30px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1599px) {
      .content-section__subtitle {
        margin-bottom: 25px; } }
    @media screen and (max-width: 1059px) {
      .content-section__subtitle {
        margin-bottom: 22px; } }
    @media screen and (max-width: 991px) {
      .content-section__subtitle {
        margin-right: 0; }
        .content-section__subtitle br {
          display: none; } }
    @media screen and (max-width: 767px) {
      .content-section__subtitle {
        margin-bottom: 18px; } }
    .content-section__subtitle a {
      color: #FF5A5E; }
  .content-section_warning {
    padding: 40px 0; }
    @media screen and (max-width: 1599px) {
      .content-section_warning {
        padding: 38px 0; } }
    .content-section_warning__block {
      position: relative;
      padding: 35px 0 40px; }
      @media screen and (max-width: 1599px) {
        .content-section_warning__block {
          padding: 34px 0 38px; } }
      .content-section_warning__block::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url("../../img/backgrounds/testimonials-text.jpg") no-repeat center;
        background-size: cover;
        opacity: 1; }
    .content-section_warning__content {
      max-width: 560px;
      width: 100%;
      margin: 0 auto; }
      @media screen and (max-width: 1199px) {
        .content-section_warning__content {
          max-width: 500px; } }
    .content-section_warning__title {
      line-height: 1.32;
      letter-spacing: -0.5px;
      margin-bottom: 9px; }
      @media screen and (max-width: 1599px) {
        .content-section_warning__title {
          margin-bottom: 8px; } }
    .content-section_warning__text {
      line-height: 1.6; }

.fullwidth-content {
  padding: 64px 0; }
  .fullwidth-content + .blog-consultation {
    margin-top: 0 !important; }
  .fullwidth-content__content {
    padding: 0 !important; }
  @media screen and (max-width: 1599px) {
    .fullwidth-content {
      padding: 62px 0; } }
  @media screen and (max-width: 1399px) {
    .fullwidth-content {
      padding: 60px 0; } }
  @media screen and (max-width: 991px) {
    .fullwidth-content {
      padding: 58px 0; } }
  @media screen and (max-width: 767px) {
    .fullwidth-content {
      padding: 50px 0; } }
  .fullwidth-content .lawyer__content {
    padding-top: 0 !important; }
    .fullwidth-content .lawyer__content h1,
    .fullwidth-content .lawyer__content h2,
    .fullwidth-content .lawyer__content h3,
    .fullwidth-content .lawyer__content h4 {
      text-transform: unset; }
    .fullwidth-content .lawyer__content a {
      text-decoration: underline; }
    .fullwidth-content .lawyer__content p:last-of-type {
      margin-bottom: 0 !important; }

.alert__content {
  max-width: 1000px; }

.fixed-block {
  display: none;
  position: fixed;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: translateY(calc(100% + 111px));
  -webkit-transform: translateY(calc(100% + 111px));
  background: #1C3352;
  border-bottom: 0;
  z-index: 50;
  transition: transform ease-in-out .5s;
  -webkit-transition: -webkit-transform ease-in-out .5s;
  -moz-transition: transform ease-in-out .5s; }
  .fixed-block.active {
    display: block !important; }
  .fixed-block.show {
    transform: translateY(0%);
    -webkit-transform: translateY(0%); }
  .fixed-block.hide {
    display: none !important; }
  .fixed-block__block {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1059px) {
      .fixed-block__block {
        margin-right: -20px; } }
    @media screen and (max-width: 767px) {
      .fixed-block__block {
        margin-right: 0; } }
    @media screen and (max-width: 576px) {
      .fixed-block__block {
        position: relative; } }
  .fixed-block__left {
    height: 100px;
    margin-right: 50px; }
    @media screen and (max-width: 1599px) {
      .fixed-block__left {
        margin-right: 40px;
        height: 94px; } }
    @media screen and (max-width: 1399px) {
      .fixed-block__left {
        height: 86px; } }
    @media screen and (max-width: 1199px) {
      .fixed-block__left {
        height: 83px; } }
    @media screen and (max-width: 1059px) {
      .fixed-block__left {
        margin-right: 30px; } }
    @media screen and (max-width: 576px) {
      .fixed-block__left {
        margin-right: 0;
        height: 60px; } }
  .fixed-block__wrap {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -111px;
    left: -2px; }
    @media screen and (max-width: 1599px) {
      .fixed-block__wrap {
        margin-top: -96px; } }
    @media screen and (max-width: 1399px) {
      .fixed-block__wrap {
        margin-top: -87px; } }
    @media screen and (max-width: 1059px) {
      .fixed-block__wrap {
        margin-left: -25px; } }
    @media screen and (max-width: 767px) {
      .fixed-block__wrap {
        margin-left: 20px; } }
    @media screen and (max-width: 576px) {
      .fixed-block__wrap {
        margin-left: -6%;
        margin-top: -64px; } }
    @media screen and (max-width: 374px) {
      .fixed-block__wrap {
        margin-left: -9%; } }
    @media screen and (max-width: 351px) {
      .fixed-block__wrap {
        margin-left: -12%; } }
  .fixed-block__photo {
    width: 184px;
    height: 211px;
    flex-shrink: 0; }
    @media screen and (max-width: 1599px) {
      .fixed-block__photo {
        width: 171px;
        height: 196px; } }
    @media screen and (max-width: 1399px) {
      .fixed-block__photo {
        width: 158px;
        height: 182px; } }
    @media screen and (max-width: 576px) {
      .fixed-block__photo {
        width: 118px;
        height: 135px; } }
    .fixed-block__photo img {
      display: block;
      width: 100%; }
  .fixed-block__content {
    max-width: 336px;
    width: 100%;
    min-height: 96px;
    padding: 15px 30px 15px 38px;
    border-radius: 10px;
    background-color: #ffff;
    border: 1px solid #D9D9D9;
    margin-left: -1px;
    margin-top: 48px;
    position: relative; }
    .fixed-block__content::before {
      content: '';
      display: block;
      width: 35px;
      height: 35px;
      background: url("../../img/fixed-block-before.png") no-repeat center;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 25%;
      transform: translateX(-100%);
      -webkit-transform: translateX(-100%); }
    @media screen and (max-width: 1199px) {
      .fixed-block__content {
        max-width: 314px;
        padding-left: 32px;
        padding-right: 25px; } }
    @media screen and (max-width: 1059px) {
      .fixed-block__content {
        max-width: 280px;
        padding-left: 20px;
        padding-right: 17px; } }
    @media screen and (max-width: 576px) {
      .fixed-block__content {
        max-width: 234px;
        margin-left: -30px;
        padding: 6px 4px 2px 7px;
        min-height: auto;
        margin-top: 15px; }
        .fixed-block__content::before {
          width: 20px;
          height: 20px;
          top: 66%; } }
    @media screen and (max-width: 351px) {
      .fixed-block__content {
        margin-left: -38px;
        max-width: 235px;
        padding-left: 4px; } }
  .fixed-block__title {
    margin-bottom: 8px;
    line-height: 1;
    font-size: 16px; }
    @media screen and (max-width: 1199px) {
      .fixed-block__title {
        font-size: 15px; } }
    @media screen and (max-width: 576px) {
      .fixed-block__title {
        font-size: 13px;
        margin-bottom: 4px; } }
  .fixed-block__text {
    font-size: 14px;
    line-height: 150%; }
    @media screen and (max-width: 1199px) {
      .fixed-block__text {
        font-size: 13px; } }
    @media screen and (max-width: 576px) {
      .fixed-block__text {
        font-size: 12px;
        margin-bottom: -6px; } }
  .fixed-block__phone {
    display: none; }
    @media screen and (max-width: 767px) {
      .fixed-block__phone {
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        color: #FF5A5E;
        line-height: 1;
        text-decoration: underline; } }
  .fixed-block__button {
    padding: 0 18px;
    max-width: 258px;
    margin-right: 40px; }
    @media screen and (max-width: 1059px) {
      .fixed-block__button {
        margin-right: 22px; } }
    @media screen and (max-width: 767px) {
      .fixed-block__button {
        display: none; } }
  .fixed-block__close {
    width: 40px;
    height: 35px;
    margin: 0;
    padding: 0;
    border: none;
    background: url("../../img/icons/close-fixed-block.svg") no-repeat center;
    background-size: contain;
    opacity: .3;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s; }
    @media screen and (max-width: 1399px) {
      .fixed-block__close {
        width: 35px;
        height: 31px; } }
    @media screen and (max-width: 576px) {
      .fixed-block__close {
        width: 32px;
        height: 28px;
        position: absolute;
        right: 12px;
        top: 20px;
        opacity: 1; } }
    @media screen and (max-width: 400px) {
      .fixed-block__close {
        right: 0; } }
    @media screen and (max-width: 374px) {
      .fixed-block__close {
        width: 30px;
        height: 26px;
        right: -5px; } }
    @media screen and (max-width: 351px) {
      .fixed-block__close {
        width: 29px;
        height: 25px; } }
    .fixed-block__close:hover {
      opacity: 1; }

.career {
  background: #FF5A5E;
  padding: 5px 0; }
  @media screen and (max-width: 767px) {
    .career {
      padding: 4px 0; }
      .career .container {
        padding: 0 5px; } }
  .career__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
    .career__link i {
      display: block;
      width: 15px;
      height: 15px;
      margin-left: 10px;
      background: url("../../img/icons/arrow-career.png") no-repeat center;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .career__link i {
          display: none; } }

.blog-recent {
  padding: 75px 0 75px; }
  @media screen and (max-width: 1059px) {
    .blog-recent_main {
      padding-top: 30px; } }
  .blog-recent_single {
    padding: 65px 0; }
    @media screen and (max-width: 1599px) {
      .blog-recent_single {
        padding: 62px 0 63px; } }
  .blog-recent__top {
    padding-left: 20px; }
    @media screen and (max-width: 991px) {
      .blog-recent__top {
        padding-left: 0; } }
  .blog-recent__title {
    margin-bottom: 65px; }
    @media screen and (max-width: 1599px) {
      .blog-recent__title {
        margin-bottom: 60px; } }
    @media screen and (max-width: 1399px) {
      .blog-recent__title {
        margin-bottom: 57px; } }
    @media screen and (max-width: 1199px) {
      .blog-recent__title {
        margin-bottom: 55px; } }
    @media screen and (max-width: 1059px) {
      .blog-recent__title {
        margin-bottom: 53px; } }
    @media screen and (max-width: 767px) {
      .blog-recent__title {
        max-width: 345px;
        margin: 0 auto 45px; } }
  .blog-recent__row {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 32px; }
    @media screen and (max-width: 1399px) {
      .blog-recent__row {
        margin-bottom: 24px; } }
    @media screen and (max-width: 1199px) {
      .blog-recent__row {
        margin-bottom: 22px;
        margin-left: -15px;
        margin-right: -15px; } }
  .blog-recent__col {
    width: 33.333%;
    padding: 0 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1199px) {
      .blog-recent__col {
        padding: 0 15px; } }
    @media screen and (max-width: 1059px) {
      .blog-recent__col {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .blog-recent__col {
        width: 100%;
        margin-bottom: 30px; } }
  .blog-recent__item {
    max-width: 376px; }
    @media screen and (max-width: 767px) {
      .blog-recent__item {
        margin: 0 auto; } }
  .blog-recent__time {
    opacity: 0.4; }
  .blog-recent__name {
    position: relative;
    margin-bottom: 41px;
    line-height: 1.6; }
    .blog-recent__name::after {
      content: '';
      display: block;
      width: 40px;
      height: 2px;
      background-color: #FF5A5E;
      position: absolute;
      left: 0;
      bottom: -19px;
      transform: translateY(100%);
      -webkit-transform: translateY(100%); }
    @media screen and (max-width: 1599px) {
      .blog-recent__name {
        margin-bottom: 35px; }
        .blog-recent__name::after {
          bottom: -17px; } }
    @media screen and (max-width: 1399px) {
      .blog-recent__name {
        margin-bottom: 32px; }
        .blog-recent__name::after {
          bottom: -16px; } }
  .blog-recent__description {
    line-height: 160%;
    max-width: 350px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1599px) {
      .blog-recent__description {
        margin-bottom: 26px; } }
    @media screen and (max-width: 1399px) {
      .blog-recent__description {
        margin-bottom: 24px; } }
    @media screen and (max-width: 1199px) {
      .blog-recent__description {
        margin-bottom: 22px; } }
  .blog-recent__author a,
  .blog-recent__author span {
    position: relative; }
    .blog-recent__author a::after,
    .blog-recent__author span::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background-color: #FF5A5E;
      position: absolute;
      left: 0;
      bottom: -2px;
      transition: .3s ease-out;
      -webkit-transition: .3s ease-out;
      -moz-transition: .3s ease-out; }
    .blog-recent__author a:hover::after,
    .blog-recent__author span:hover::after {
      width: calc(100% - 20px); }
  .blog-recent__button {
    max-width: 241px;
    letter-spacing: 0.05em;
    margin: 0 auto; }
    @media screen and (max-width: 1199px) {
      .blog-recent__button {
        max-width: 230px; } }
    @media screen and (max-width: 767px) {
      .blog-recent__button {
        max-width: 216px; } }

.blog-consultation {
  margin-top: -34px; }

@media screen and (max-width: 1315px) {
  .blog-header {
    background-color: #F2F4F6; } }

.blog-header__block {
  padding: 43px 0 78px; }

.blog-header__content {
  max-width: 1075px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .blog-header__content {
      display: flex;
      flex-direction: column;
      align-items: center !important; } }

@media screen and (max-width: 991px) {
  .blog-header__title {
    text-align: center;
    margin-bottom: 25px; } }

.blog-header__button {
  max-width: 422px;
  width: 100%;
  position: relative;
  margin-bottom: -4px; }
  @media screen and (max-width: 1599px) {
    .blog-header__button {
      max-width: 395px; } }
  @media screen and (max-width: 1399px) {
    .blog-header__button {
      max-width: 370px; } }
  @media screen and (max-width: 1199px) {
    .blog-header__button {
      max-width: 340px; } }
  @media screen and (max-width: 991px) {
    .blog-header__button {
      max-width: 300px;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .blog-header__button {
      max-width: 290px; } }
  @media screen and (max-width: 576px) {
    .blog-header__button {
      max-width: 224px; } }

.blog-list {
  padding: 80px 0 75px; }
  @media screen and (max-width: 1599px) {
    .blog-list {
      padding: 70px 0 65px; } }
  @media screen and (max-width: 1399px) {
    .blog-list {
      padding: 68px 0 62px; } }
  @media screen and (max-width: 991px) {
    .blog-list {
      padding: 57px 0; } }
  .blog-list__block {
    margin-left: -30px; }
    @media screen and (max-width: 1599px) {
      .blog-list__block {
        margin-left: 0; } }
  .blog-list__row {
    margin-left: -20px;
    margin-right: -20px; }
    @media screen and (max-width: 1199px) {
      .blog-list__row {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (max-width: 767px) {
      .blog-list__row {
        margin: 0; } }
  .blog-list__left, .blog-list__right {
    width: 100%;
    margin: 0 20px; }
    @media screen and (max-width: 1199px) {
      .blog-list__left, .blog-list__right {
        margin: 0 10px; } }
    @media screen and (max-width: 767px) {
      .blog-list__left, .blog-list__right {
        margin: 0; } }
  .blog-list__left {
    max-width: 740px; }
    @media screen and (max-width: 1599px) {
      .blog-list__left {
        max-width: 730px; } }
    @media screen and (max-width: 1399px) {
      .blog-list__left {
        max-width: 700px; } }
    @media screen and (max-width: 1199px) {
      .blog-list__left {
        max-width: 570px; } }
    @media screen and (max-width: 1059px) {
      .blog-list__left {
        max-width: 100%;
        margin-bottom: 40px; } }
  .blog-list__right {
    width: 369px;
    flex-shrink: 0; }
    @media screen and (max-width: 1599px) {
      .blog-list__right {
        width: 360px; } }
    @media screen and (max-width: 1399px) {
      .blog-list__right {
        width: 355px; } }
    @media screen and (max-width: 1199px) {
      .blog-list__right {
        width: 340px; } }
    @media screen and (max-width: 1059px) {
      .blog-list__right {
        width: 100%;
        flex-shrink: 1; } }
  .blog-list__item {
    padding: 42px 30px 34px;
    background: #F2F4F7;
    border-bottom: 6px solid #2B3849; }
    .blog-list__item .widgettitle {
      display: none !important; }
    @media screen and (max-width: 1599px) {
      .blog-list__item {
        padding: 37px 28px 30px;
        border-bottom-width: 5px; } }
    @media screen and (max-width: 1199px) {
      .blog-list__item {
        padding: 34px 25px 28px;
        border-bottom-width: 4px; } }
    @media screen and (max-width: 1199px) {
      .blog-list__item {
        padding: 29px 22px 26px;
        border-bottom-width: 3px; } }
  .blog-list__link {
    position: relative;
    padding-left: 30px;
    display: block; }
    @media screen and (max-width: 1199px) {
      .blog-list__link {
        padding-left: 25px; } }
    .blog-list__link span {
      font-weight: 400; }
  .blog-list__checkbox {
    background: #fff;
    border: 1px solid #20222B;
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    border-radius: 50%; }
    @media screen and (max-width: 1199px) {
      .blog-list__checkbox {
        width: 18px;
        height: 18px; } }
    .blog-list__checkbox::after {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      background-color: #FF5A5E;
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      opacity: 0;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s; }
      @media screen and (max-width: 1199px) {
        .blog-list__checkbox::after {
          width: 10px;
          height: 10px; } }
  .blog-list__category > li {
    line-height: 1; }
    .blog-list__category > li:not(:last-of-type) {
      margin-bottom: 32px; }
      @media screen and (max-width: 1599px) {
        .blog-list__category > li:not(:last-of-type) {
          margin-bottom: 28px; } }
      @media screen and (max-width: 1399px) {
        .blog-list__category > li:not(:last-of-type) {
          margin-bottom: 27px; } }
      @media screen and (max-width: 1199px) {
        .blog-list__category > li:not(:last-of-type) {
          margin-bottom: 25px; } }
    .blog-list__category > li.active a {
      color: #FF5A5E; }
    .blog-list__category > li.active .blog-list__checkbox {
      border-color: #FF5A5E; }
      .blog-list__category > li.active .blog-list__checkbox::after {
        opacity: 1; }
  .blog-list__list {
    padding-top: 13px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 27px; }
    @media screen and (max-width: 1599px) {
      .blog-list__list {
        margin-left: -17px;
        margin-right: -17px; } }
    @media screen and (max-width: 1399px) {
      .blog-list__list {
        padding-top: 0;
        margin-bottom: 23px; } }
    @media screen and (max-width: 1199px) {
      .blog-list__list {
        margin-left: -13px;
        margin-right: -13px; } }
    @media screen and (max-width: 1059px) {
      .blog-list__list {
        margin-bottom: 10px; } }
    .blog-list__list > li {
      margin-bottom: 42px;
      width: 50%;
      padding: 0 20px; }
      @media screen and (max-width: 1599px) {
        .blog-list__list > li {
          padding: 0 17px; } }
      @media screen and (max-width: 1199px) {
        .blog-list__list > li {
          padding: 0 13px; } }
      @media screen and (max-width: 576px) {
        .blog-list__list > li {
          width: 100%;
          margin-bottom: 36px; } }
  .blog-list__photo {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 57.14%;
    background: #F2F4F7;
    position: relative;
    margin-bottom: 20px; }
    .blog-list__photo img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover;
      object-position: center; }
  .blog-list__time {
    display: block;
    margin-bottom: 10px; }
  .blog-list__name {
    position: relative;
    line-height: 1.6;
    margin-bottom: 20px; }
    .blog-list__name::after {
      content: '';
      display: block;
      width: 40px;
      height: 2px;
      background-color: #FF5A5E;
      position: absolute;
      left: 0;
      bottom: -8px;
      transform: translateY(100%);
      -webkit-transform: translateY(100%); }
  .blog-list__description {
    line-height: 1.6;
    margin-bottom: 10px; }
  @media screen and (max-width: 1059px) {
    .blog-list__pagination {
      justify-content: center; } }
  .blog-list__pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    cursor: pointer;
    color: #FF5A5E; }
    .blog-list__pagination .page-numbers:not(:last-of-type) {
      margin-right: 15px; }
    .blog-list__pagination .page-numbers.current {
      border-color: #FF5A5E; }
      .blog-list__pagination .page-numbers.current:hover {
        background-color: #FF5A5E;
        color: #fff; }
    .blog-list__pagination .page-numbers.prev, .blog-list__pagination .page-numbers.next {
      display: block;
      width: 15px;
      height: 15px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
    .blog-list__pagination .page-numbers.prev {
      background-image: url("../../img/icons/arrow-left-red.svg"); }
    .blog-list__pagination .page-numbers.next {
      background-image: url("../../img/icons/arrow-right-red.svg"); }

.blog-single {
  padding: 39px 0;
  background: url("../../img/backgrounds/single-blog.jpg") no-repeat center;
  background-size: cover;
  min-height: 200px; }
  @media screen and (max-width: 1399px) {
    .blog-single {
      padding: 38px 0; } }
  @media screen and (max-width: 991px) {
    .blog-single {
      padding: 40px 0;
      min-height: auto; } }
  .blog-single__time {
    display: block;
    letter-spacing: 0.05em;
    margin-bottom: 10px; }
    @media screen and (max-width: 1199px) {
      .blog-single__time {
        margin-bottom: 9px; } }
  .blog-single__title {
    max-width: 800px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin-bottom: 10px; }
    @media screen and (max-width: 1059px) {
      .blog-single__title {
        max-width: 620px; } }
    @media screen and (max-width: 767px) {
      .blog-single__title {
        margin-bottom: 22px; } }
  .blog-single__author {
    letter-spacing: 0.05em; }
    .blog-single__author address {
      margin-right: 6px; }
    @media screen and (max-width: 767px) {
      .blog-single__author {
        flex-direction: column;
        align-items: flex-start !important; }
        .blog-single__author address {
          margin-bottom: 8px; } }
  .blog-single__content {
    line-height: 1.6; }
    @media screen and (min-width: 1600px) {
      .blog-single__content {
        font-size: 17px; } }
    .blog-single__content h2 {
      font-weight: 600;
      font-size: 26px;
      line-height: 150%;
      margin-right: -7px;
      margin-bottom: 27px; }
      @media screen and (max-width: 1599px) {
        .blog-single__content h2 {
          font-size: 25px;
          margin-bottom: 25px;
          margin-right: 0; } }
      @media screen and (max-width: 1399px) {
        .blog-single__content h2 {
          font-size: 24px;
          margin-bottom: 24px; } }
      @media screen and (max-width: 1199px) {
        .blog-single__content h2 {
          font-size: 23px;
          margin-bottom: 23px; } }
      @media screen and (max-width: 1059px) {
        .blog-single__content h2 {
          font-size: 22px;
          margin-bottom: 24px; } }
      @media screen and (max-width: 991px) {
        .blog-single__content h2 {
          margin-bottom: 23px; } }
      @media screen and (max-width: 767px) {
        .blog-single__content h2 {
          font-size: 22px;
          margin-bottom: 22px; } }
      @media screen and (max-width: 351px) {
        .blog-single__content h2 {
          font-size: 21px;
          margin-bottom: 21px; } }
      .blog-single__content h2.mt-60 {
        margin-top: 60px; }
        @media screen and (max-width: 1599px) {
          .blog-single__content h2.mt-60 {
            margin-top: 50px; } }
        @media screen and (max-width: 1399px) {
          .blog-single__content h2.mt-60 {
            margin-top: 43px; } }
        @media screen and (max-width: 1199px) {
          .blog-single__content h2.mt-60 {
            margin-top: 40px; } }
        @media screen and (max-width: 1059px) {
          .blog-single__content h2.mt-60 {
            margin-top: 34px; } }
        @media screen and (max-width: 767px) {
          .blog-single__content h2.mt-60 {
            margin-top: 30px; } }
        @media screen and (max-width: 351px) {
          .blog-single__content h2.mt-60 {
            margin-top: 28px; } }
    .blog-single__content h3 {
      font-weight: 600;
      font-size: 21px;
      margin-bottom: 22px; }
      @media screen and (max-width: 1599px) {
        .blog-single__content h3 {
          font-size: 20px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 1399px) {
        .blog-single__content h3 {
          font-size: 19px;
          margin-bottom: 19px; } }
      @media screen and (max-width: 1199px) {
        .blog-single__content h3 {
          font-size: 18px;
          margin-bottom: 17px; } }
      @media screen and (max-width: 1059px) {
        .blog-single__content h3 {
          font-size: 16px;
          margin-bottom: 16px; } }
    .blog-single__content h4 {
      font-weight: 600;
      margin-bottom: 20px; }
      @media screen and (max-width: 1399px) {
        .blog-single__content h4 {
          margin-bottom: 19px; } }
      @media screen and (max-width: 1199px) {
        .blog-single__content h4 {
          margin-bottom: 17px; } }
      @media screen and (max-width: 1059px) {
        .blog-single__content h4 {
          margin-bottom: 16px; } }
    .blog-single__content ul {
      padding: 0 0 0 23px;
      list-style-type: disc;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .blog-single__content ul {
          padding-left: 16px; } }
      .blog-single__content ul li:not(:last-of-type) {
        margin-bottom: 5px; }
    .blog-single__content ol {
      list-style: decimal;
      padding: 0 0 0 23px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .blog-single__content ol {
          padding-left: 16px; } }
      .blog-single__content ol li:not(:last-of-type) {
        margin-bottom: 12px; }
    .blog-single__content img {
      display: block;
      width: 100%;
      height: auto !important;
      margin-top: -10px; }
      @media screen and (max-width: 767px) {
        .blog-single__content img {
          margin-left: -15px;
          margin-right: -15px;
          max-width: calc(100% + 30px);
          width: calc(100% + 30px);
          margin-top: 0; } }
    .blog-single__content table {
      border-collapse: collapse;
      margin-bottom: 20px; }
      .blog-single__content table th,
      .blog-single__content table td {
        padding: 10px; }
        .blog-single__content table th:not(:last-of-type),
        .blog-single__content table td:not(:last-of-type) {
          border-right: 1px solid #000; }
      .blog-single__content table tr {
        border-bottom: 1px solid #000; }
      .blog-single__content table th {
        font-weight: bold; }
    .blog-single__content p a {
      text-decoration: underline; }
    .blog-single__content p + ol,
    .blog-single__content p + ul {
      margin-top: -18px; }
      @media screen and (max-width: 767px) {
        .blog-single__content p + ol,
        .blog-single__content p + ul {
          margin-top: -12px; } }
    .blog-single__content p:not(:last-of-type) {
      margin-bottom: 32px; }
      @media screen and (max-width: 1599px) {
        .blog-single__content p:not(:last-of-type) {
          margin-bottom: 30px; } }
      @media screen and (max-width: 1399px) {
        .blog-single__content p:not(:last-of-type) {
          margin-bottom: 29px; } }
      @media screen and (max-width: 1199px) {
        .blog-single__content p:not(:last-of-type) {
          margin-bottom: 28px; } }
      @media screen and (max-width: 1059px) {
        .blog-single__content p:not(:last-of-type) {
          margin-bottom: 26px; } }
      @media screen and (max-width: 991px) {
        .blog-single__content p:not(:last-of-type) {
          margin-bottom: 24px; } }
      @media screen and (max-width: 767px) {
        .blog-single__content p:not(:last-of-type) {
          margin-bottom: 22px; } }
    .blog-single__content p.teaser {
      font-size: 20px; }
      @media screen and (max-width: 1599px) {
        .blog-single__content p.teaser {
          font-size: 19px; } }
      @media screen and (max-width: 1399px) {
        .blog-single__content p.teaser {
          font-size: 18px; } }
      @media screen and (max-width: 1199px) {
        .blog-single__content p.teaser {
          font-size: 18px; } }
      @media screen and (max-width: 1059px) {
        .blog-single__content p.teaser {
          font-size: 17px; } }
      @media screen and (max-width: 767px) {
        .blog-single__content p.teaser {
          font-size: 16px; } }
    .blog-single__content p:last-of-type {
      margin-top: -40px; }
    .blog-single__content b {
      font-weight: 600; }

@media screen and (max-width: 1399px) {
  .main-welcome {
    background: url("../../img/backgrounds/main-map.jpg") no-repeat center;
    background-size: cover; }
    .main-welcome::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(53, 72, 92, 0) 50%, rgba(53, 71, 92, 0.8) 100%), linear-gradient(180deg, rgba(53, 72, 92, 0.8) 4.5%, rgba(53, 71, 92, 0) 100%), linear-gradient(270deg, rgba(53, 71, 92, 0.6) 7.18%, rgba(217, 217, 217, 0.18) 100%), linear-gradient(239.19deg, rgba(53, 71, 92, 0.7) 0%, rgba(53, 71, 92, 0) 20.81%), linear-gradient(111.8deg, rgba(53, 71, 92, 0.7) 0.47%, rgba(53, 71, 92, 0) 25.15%), linear-gradient(90deg, rgba(53, 71, 92, 0.6) 7.14%, rgba(217, 217, 217, 0.18) 100%);
      position: absolute;
      left: 0;
      top: 0; } }

@media screen and (max-width: 767px) {
  .main-welcome {
    overflow: hidden;
    margin-bottom: 34px; } }

.main-welcome__block {
  background: url("../../img/backgrounds/main-map.jpg") no-repeat center;
  background-size: cover; }
  .main-welcome__block::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(53, 72, 92, 0) 50%, rgba(53, 71, 92, 0.8) 100%), linear-gradient(180deg, rgba(53, 72, 92, 0.8) 4.5%, rgba(53, 71, 92, 0) 100%), linear-gradient(270deg, rgba(53, 71, 92, 0.6) 7.18%, rgba(217, 217, 217, 0.18) 100%), linear-gradient(239.19deg, rgba(53, 71, 92, 0.7) 0%, rgba(53, 71, 92, 0) 20.81%), linear-gradient(111.8deg, rgba(53, 71, 92, 0.7) 0.47%, rgba(53, 71, 92, 0) 25.15%), linear-gradient(90deg, rgba(53, 71, 92, 0.6) 7.14%, rgba(217, 217, 217, 0.18) 100%);
    position: absolute;
    left: 0;
    top: 0; }
  @media screen and (max-width: 1399px) {
    .main-welcome__block {
      background: transparent; }
      .main-welcome__block::after {
        display: none; } }

.main-welcome__content {
  position: relative;
  z-index: 2;
  padding: 78px 0 0; }
  @media screen and (max-width: 1599px) {
    .main-welcome__content {
      padding-top: 76px; } }
  @media screen and (max-width: 1399px) {
    .main-welcome__content {
      padding-top: 72px; } }
  @media screen and (max-width: 1059px) {
    .main-welcome__content {
      padding-top: 70px; } }
  @media screen and (max-width: 991px) {
    .main-welcome__content {
      padding-top: 68px; } }
  @media screen and (max-width: 767px) {
    .main-welcome__content {
      padding-top: 65px; } }

.main-welcome__title {
  font-size: 52px;
  line-height: 130%;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1599px) {
    .main-welcome__title {
      font-size: 50px;
      margin-bottom: 34px; } }
  @media screen and (max-width: 1399px) {
    .main-welcome__title {
      font-size: 48px;
      margin-bottom: 31px; } }
  @media screen and (max-width: 1199px) {
    .main-welcome__title {
      font-size: 45px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 1059px) {
    .main-welcome__title {
      font-size: 41px;
      margin-bottom: 28px; } }
  @media screen and (max-width: 991px) {
    .main-welcome__title {
      font-size: 40px;
      margin-bottom: 27px; } }
  @media screen and (max-width: 767px) {
    .main-welcome__title {
      font-size: 32px;
      margin-bottom: 25px; } }
  @media screen and (max-width: 351px) {
    .main-welcome__title {
      font-size: 28px; } }

.main-welcome__description {
  margin-bottom: 37px;
  margin-left: auto;
  margin-right: auto;
  max-width: 910px;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 1599px) {
    .main-welcome__description {
      margin-bottom: 34px; } }
  @media screen and (max-width: 1399px) {
    .main-welcome__description {
      margin-bottom: 31px; } }
  @media screen and (max-width: 1199px) {
    .main-welcome__description {
      margin-bottom: 30px; } }
  @media screen and (max-width: 1059px) {
    .main-welcome__description {
      margin-bottom: 28px; } }
  @media screen and (max-width: 991px) {
    .main-welcome__description {
      margin-bottom: 27px; } }
  @media screen and (max-width: 767px) {
    .main-welcome__description {
      margin-bottom: 25px; } }
  .main-welcome__description p:not(:last-of-type):not(:last-of-type) {
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .main-welcome__description p:not(:last-of-type):not(:last-of-type) {
        margin-bottom: 18px; } }

.main-welcome__list {
  margin-bottom: 46px; }
  @media screen and (max-width: 1599px) {
    .main-welcome__list {
      margin-bottom: 45px; } }
  @media screen and (max-width: 1199px) {
    .main-welcome__list {
      margin-bottom: 41px; } }
  @media screen and (max-width: 1059px) {
    .main-welcome__list {
      margin-bottom: 38px; } }
  @media screen and (max-width: 991px) {
    .main-welcome__list {
      margin-bottom: 37px; } }
  @media screen and (max-width: 767px) {
    .main-welcome__list {
      flex-direction: column;
      align-items: flex-start; } }
  @media screen and (max-width: 767px) {
    .main-welcome__list > li {
      max-width: 210px;
      width: 100%;
      font-size: 14px;
      font-weight: 400; } }
  .main-welcome__list > li:not(:last-of-type) {
    margin-right: 33px; }
    @media screen and (max-width: 1599px) {
      .main-welcome__list > li:not(:last-of-type) {
        margin-right: 32px; } }
    @media screen and (max-width: 1199px) {
      .main-welcome__list > li:not(:last-of-type) {
        margin-right: 31px; } }
    @media screen and (max-width: 1059px) {
      .main-welcome__list > li:not(:last-of-type) {
        margin-right: 30px; } }
    @media screen and (max-width: 991px) {
      .main-welcome__list > li:not(:last-of-type) {
        margin-right: 29px; } }
    @media screen and (max-width: 767px) {
      .main-welcome__list > li:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 10px; } }

.main-welcome__item {
  letter-spacing: 0.05em; }
  .main-welcome__item i {
    margin-right: 13px; }

.main-welcome__bottom {
  padding-right: 7px;
  margin-bottom: 33px; }
  @media screen and (max-width: 1599px) {
    .main-welcome__bottom {
      margin-bottom: 32px; } }
  @media screen and (max-width: 1199px) {
    .main-welcome__bottom {
      margin-bottom: 31px; } }
  @media screen and (max-width: 1059px) {
    .main-welcome__bottom {
      margin-bottom: 30px; } }
  @media screen and (max-width: 991px) {
    .main-welcome__bottom {
      margin-bottom: 29px; } }
  @media screen and (max-width: 767px) {
    .main-welcome__bottom {
      flex-direction: column-reverse;
      align-items: center; } }

.main-welcome__button {
  padding: 11px 18px 10px;
  margin-right: 40px; }
  @media screen and (max-width: 1599px) {
    .main-welcome__button {
      margin-right: 39px; } }
  @media screen and (max-width: 1199px) {
    .main-welcome__button {
      margin-right: 38px; } }
  @media screen and (max-width: 1059px) {
    .main-welcome__button {
      margin-right: 37px; } }
  @media screen and (max-width: 991px) {
    .main-welcome__button {
      margin-right: 36px; } }
  @media screen and (max-width: 767px) {
    .main-welcome__button {
      margin-right: 0;
      margin-top: 25px; } }

.main-welcome__video {
  letter-spacing: 0.05em; }
  .main-welcome__video span {
    position: relative;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s; }
    .main-welcome__video span:hover {
      background-color: #fff; }
      .main-welcome__video span:hover::after {
        filter: invert(1) hue-rotate(180deg) saturate(10); }
    @media screen and (max-width: 1199px) {
      .main-welcome__video span {
        width: 47px;
        height: 47px; } }
    @media screen and (max-width: 1059px) {
      .main-welcome__video span {
        width: 45px;
        height: 45px; } }
    @media screen and (max-width: 991px) {
      .main-welcome__video span {
        width: 44px;
        height: 44px; } }
    @media screen and (max-width: 767px) {
      .main-welcome__video span {
        width: 48px;
        height: 48px; } }
    .main-welcome__video span::after {
      content: '';
      display: block;
      width: 13px;
      height: 18px;
      position: absolute;
      left: 52%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      background: url("../../img/icons/video.svg") no-repeat center;
      background-size: contain;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s; }
      @media screen and (max-width: 1199px) {
        .main-welcome__video span::after {
          width: 11px; } }
      @media screen and (max-width: 991px) {
        .main-welcome__video span::after {
          width: 10px; } }
      @media screen and (max-width: 767px) {
        .main-welcome__video span::after {
          width: 12px; } }

.main-welcome__photo {
  display: block;
  width: 100%; }
  @media screen and (max-width: 1059px) {
    .main-welcome__photo {
      position: relative;
      width: 100vw;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); } }
  @media screen and (max-width: 767px) {
    .main-welcome__photo {
      width: 104vw; } }
  .main-welcome__photo img {
    display: block;
    width: 100%; }

.main-consultation {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  padding-bottom: 37px; }
  @media screen and (max-width: 991px) {
    .main-consultation {
      margin-top: -15px; } }
  @media screen and (max-width: 767px) {
    .main-consultation {
      margin-top: 0; } }

.main-about {
  padding: 60px 0 76px; }
  @media screen and (max-width: 1599px) {
    .main-about {
      padding: 57px 0 73px; } }
  @media screen and (max-width: 1399px) {
    .main-about {
      padding: 55px 0 71px; } }
  @media screen and (max-width: 1199px) {
    .main-about {
      padding: 54px 0 68px; } }
  @media screen and (max-width: 991px) {
    .main-about {
      padding: 50px 0 63px; } }
  @media screen and (max-width: 767px) {
    .main-about {
      padding-top: 46px; } }
  .main-about__title {
    margin-bottom: 46px; }
    @media screen and (max-width: 1599px) {
      .main-about__title {
        margin-bottom: 45px; } }
    @media screen and (max-width: 1199px) {
      .main-about__title {
        margin-bottom: 42px; } }
    @media screen and (max-width: 1059px) {
      .main-about__title {
        margin-bottom: 38px; } }
    @media screen and (max-width: 991px) {
      .main-about__title {
        margin-bottom: 35px; } }
    @media screen and (max-width: 767px) {
      .main-about__title {
        max-width: 342px;
        margin: 0 auto 32px; } }
  .main-about__row {
    margin-left: -20px;
    margin-right: -20px; }
    @media screen and (max-width: 1199px) {
      .main-about__row {
        margin-right: -15px;
        margin-left: -15px; } }
    @media screen and (max-width: 1059px) {
      .main-about__row {
        align-items: center;
        flex-direction: column; } }
  .main-about__col {
    max-width: 588px;
    width: 50%;
    padding: 0 20px; }
    @media screen and (max-width: 1599px) {
      .main-about__col {
        max-width: 572px; } }
    @media screen and (max-width: 1399px) {
      .main-about__col {
        max-width: 565px; } }
    @media screen and (max-width: 1199px) {
      .main-about__col {
        padding: 0 15px; } }
    @media screen and (max-width: 1059px) {
      .main-about__col {
        max-width: 800px;
        width: 100%; }
        .main-about__col:not(:last-of-type) {
          margin-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      .main-about__col:not(:last-of-type) {
        margin-bottom: 20px; } }
  .main-about__subtitle {
    margin-bottom: 21px; }
    @media screen and (max-width: 1599px) {
      .main-about__subtitle {
        margin-bottom: 20px; } }
    @media screen and (max-width: 1399px) {
      .main-about__subtitle {
        margin-bottom: 19px; } }
    @media screen and (max-width: 1199px) {
      .main-about__subtitle {
        margin-bottom: 18px; } }
    .main-about__subtitle span {
      color: #FF5A5E; }
  .main-about__text {
    position: relative;
    top: 2px; }
    .main-about__text a {
      color: inherit; }
    .main-about__text p + ol,
    .main-about__text p + ul {
      margin-top: -18px; }
      @media screen and (max-width: 767px) {
        .main-about__text p + ol,
        .main-about__text p + ul {
          margin-top: -12px; } }
    .main-about__text p:not(:last-of-type) {
      margin-bottom: 31px; }
      @media screen and (max-width: 1599px) {
        .main-about__text p:not(:last-of-type) {
          margin-bottom: 30px; } }
      @media screen and (max-width: 1399px) {
        .main-about__text p:not(:last-of-type) {
          margin-bottom: 29px; } }
      @media screen and (max-width: 1199px) {
        .main-about__text p:not(:last-of-type) {
          margin-bottom: 27px; } }
      @media screen and (max-width: 1059px) {
        .main-about__text p:not(:last-of-type) {
          margin-bottom: 25px; } }
      @media screen and (max-width: 991px) {
        .main-about__text p:not(:last-of-type) {
          margin-bottom: 23px; } }
      @media screen and (max-width: 767px) {
        .main-about__text p:not(:last-of-type) {
          margin-bottom: 20px; } }
    .main-about__text p.teaser {
      font-size: 23px; }
      @media screen and (max-width: 1599px) {
        .main-about__text p.teaser {
          font-size: 22px; } }
      @media screen and (max-width: 1399px) {
        .main-about__text p.teaser {
          font-size: 21px; } }
      @media screen and (max-width: 1199px) {
        .main-about__text p.teaser {
          font-size: 19px; } }
      @media screen and (max-width: 1059px) {
        .main-about__text p.teaser {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .main-about__text p.teaser {
          font-size: 16px; } }
    .main-about__text p em,
    .main-about__text p span {
      color: #FF5A5E; }
    .main-about__text ul {
      padding: 0 0 0 23px;
      list-style-type: disc;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .main-about__text ul {
          padding-left: 16px; } }
      .main-about__text ul li:not(:last-of-type) {
        margin-bottom: 5px; }
    .main-about__text ol {
      list-style: decimal;
      padding: 0 0 0 23px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .main-about__text ol {
          padding-left: 16px; } }
      .main-about__text ol li:not(:last-of-type) {
        margin-bottom: 12px; }
    .main-about__text a {
      text-decoration: underline; }
    .main-about__text h2 {
      font-weight: bold;
      margin-bottom: 21px;
      font-size: 24px;
      line-height: 170%;
      position: relative; }
      @media screen and (max-width: 1599px) {
        .main-about__text h2 {
          margin-bottom: 20px; } }
      @media screen and (max-width: 1399px) {
        .main-about__text h2 {
          margin-bottom: 19px; } }
      @media screen and (max-width: 1199px) {
        .main-about__text h2 {
          margin-bottom: 18px; } }
      @media screen and (max-width: 1599px) {
        .main-about__text h2 {
          font-size: 23px; } }
      @media screen and (max-width: 1399px) {
        .main-about__text h2 {
          font-size: 22px; } }
      @media screen and (max-width: 1199px) {
        .main-about__text h2 {
          font-size: 21px; } }
      @media screen and (max-width: 1199px) {
        .main-about__text h2 {
          font-size: 18px; } }

.main-result {
  overflow: hidden; }
  @media screen and (max-width: 1399px) {
    .main-result {
      background-color: #1C3352; } }
  .main-result__block {
    padding: 36px 0 53px;
    overflow-x: hidden; }
    @media screen and (max-width: 1599px) {
      .main-result__block {
        padding: 35px 0 52px; } }
    @media screen and (max-width: 1399px) {
      .main-result__block {
        padding: 34px 0 50px;
        overflow: unset; } }
    @media screen and (max-width: 991px) {
      .main-result__block {
        padding: 33px 0 48px; } }
    @media screen and (max-width: 767px) {
      .main-result__block {
        padding: 34px 0 40px; } }
  .main-result__subtitle {
    margin-bottom: 46px; }
    @media screen and (max-width: 1599px) {
      .main-result__subtitle {
        margin-bottom: 45px; } }
    @media screen and (max-width: 1399px) {
      .main-result__subtitle {
        margin-bottom: 44px; } }
    @media screen and (max-width: 1199px) {
      .main-result__subtitle {
        margin-bottom: 43px; } }
    @media screen and (max-width: 1059px) {
      .main-result__subtitle {
        margin-bottom: 42px; } }
    @media screen and (max-width: 767px) {
      .main-result__subtitle {
        max-width: 340px;
        margin: 0 auto 44px; } }
  .main-result__list {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto 49px; }
    .main-result__list .slick-track {
      display: flex;
      align-items: stretch; }
    @media screen and (max-width: 1599px) {
      .main-result__list {
        margin-bottom: 48px; } }
    @media screen and (max-width: 1199px) {
      .main-result__list {
        max-width: 800px; } }
    @media screen and (max-width: 991px) {
      .main-result__list {
        max-width: 480px; } }
    @media screen and (max-width: 576px) {
      .main-result__list {
        max-width: 240px; } }
  .main-result__slider {
    margin-left: -30px;
    margin-right: -30px; }
    @media screen and (max-width: 1599px) {
      .main-result__slider {
        margin-left: -25px;
        margin-right: -25px; } }
    @media screen and (max-width: 1399px) {
      .main-result__slider {
        margin-left: -18px;
        margin-right: -18px; } }
    @media screen and (max-width: 991px) {
      .main-result__slider {
        margin-left: -15px;
        margin-right: -15px; } }
    @media screen and (max-width: 576px) {
      .main-result__slider {
        margin-left: -12px;
        margin-right: -12px; } }
    .main-result__slider .slick-list {
      overflow: unset; }
    .main-result__slider .slick-dots {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      left: 50%;
      bottom: -25px;
      height: 5px;
      overflow: hidden;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 5px;
      width: calc(100% - 60px);
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
      .main-result__slider .slick-dots > li {
        width: 100%;
        height: 5px;
        position: relative;
        opacity: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s; }
        .main-result__slider .slick-dots > li.slick-active {
          opacity: .3; }
        .main-result__slider .slick-dots > li button {
          background-color: #fff;
          border: none;
          padding: 0;
          margin: 0;
          border-radius: 3px;
          position: absolute;
          left: 0;
          top: 0;
          font-size: 0;
          width: 100%;
          height: 100%; }
  .main-result__col {
    width: 25%;
    padding: 0 30px;
    height: auto;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    opacity: .3; }
    @media screen and (max-width: 1599px) {
      .main-result__col {
        padding: 0 25px; } }
    @media screen and (max-width: 1399px) {
      .main-result__col {
        padding: 0 18px; } }
    @media screen and (max-width: 991px) {
      .main-result__col {
        padding: 0 15px;
        width: 50%; } }
    @media screen and (max-width: 576px) {
      .main-result__col {
        width: 100%;
        padding: 0 12px; } }
    .main-result__col.slick-active {
      opacity: 1; }
  .main-result__item {
    padding: 16px 8px 36px;
    background: #fff;
    border-radius: 5px;
    height: 100%; }
    @media screen and (max-width: 1399px) {
      .main-result__item {
        padding: 15px 8px 34px; } }
    @media screen and (max-width: 767px) {
      .main-result__item {
        padding: 15px 8px 34px; } }
  .main-result__icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: -1px; }
    @media screen and (max-width: 1399px) {
      .main-result__icon {
        width: 48px;
        height: 48px; } }
    @media screen and (max-width: 991px) {
      .main-result__icon {
        width: 46px;
        height: 46px; } }
    @media screen and (max-width: 767px) {
      .main-result__icon {
        width: 44px;
        height: 44px; } }
    .main-result__icon img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: contain;
      object-position: center; }
  .main-result__name {
    position: relative;
    margin-bottom: 18px; }
    @media screen and (max-width: 1399px) {
      .main-result__name {
        margin-bottom: 17px; } }
    @media screen and (max-width: 767px) {
      .main-result__name {
        margin-bottom: 15px; } }
    .main-result__name::after {
      content: '';
      display: block;
      width: 104px;
      height: 2px;
      opacity: 0.8;
      background-color: #FF5A5E;
      position: absolute;
      left: 50%;
      bottom: -6px;
      transform: translate(-50%, 50%);
      -webkit-transform: translate(-50%, 50%); }
  .main-result__text {
    line-height: 1.6; }
  .main-result__description {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    opacity: .5; }
    .main-result__description span {
      font-size: 12px; }
    @media screen and (max-width: 767px) {
      .main-result__description {
        font-size: 12px; } }

.main-why {
  padding: 77px 0 61px;
  transform-style: preserve-3d; }
  @media screen and (max-width: 1599px) {
    .main-why {
      padding: 76px 0 60px; } }
  @media screen and (max-width: 1399px) {
    .main-why {
      padding: 72px 0 58px; } }
  @media screen and (max-width: 1199px) {
    .main-why {
      padding: 70px 0 56px; } }
  @media screen and (max-width: 1059px) {
    .main-why {
      padding: 68px 0 55px; } }
  @media screen and (max-width: 991px) {
    .main-why {
      padding: 67px 0 54px; } }
  @media screen and (max-width: 767px) {
    .main-why {
      padding: 68px 0 45px; } }
  .main-why::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc(50% - 3px);
    top: 50%;
    transform: translate(-50%, -50%) translateZ(-1px);
    -webkit-transform: translate(-50%, -50%) translateZ(-1px);
    background: url("../../img/decor/why-choose.svg") no-repeat center;
    background-size: contain; }
    @media screen and (max-width: 991px) {
      .main-why::after {
        background-size: cover; } }
  .main-why__title {
    margin-bottom: 44px; }
    @media screen and (max-width: 1599px) {
      .main-why__title {
        margin-bottom: 43px; } }
    @media screen and (max-width: 1399px) {
      .main-why__title {
        margin-bottom: 41px; } }
    @media screen and (max-width: 1199px) {
      .main-why__title {
        margin-bottom: 39px; } }
    @media screen and (max-width: 1059px) {
      .main-why__title {
        margin-bottom: 38px; } }
    @media screen and (max-width: 991px) {
      .main-why__title {
        margin-bottom: 32px; } }
    @media screen and (max-width: 767px) {
      .main-why__title {
        margin-bottom: 20px; } }
  .main-why__description {
    max-width: 813px;
    width: 100%;
    margin: 0 auto 81px; }
    @media screen and (max-width: 1599px) {
      .main-why__description {
        margin-bottom: 80px; } }
    @media screen and (max-width: 1399px) {
      .main-why__description {
        max-width: 700px;
        margin-bottom: 78px; } }
    @media screen and (max-width: 1199px) {
      .main-why__description {
        margin-bottom: 75px; } }
    @media screen and (max-width: 1059px) {
      .main-why__description {
        margin-bottom: 72px; } }
    @media screen and (max-width: 991px) {
      .main-why__description {
        margin-bottom: 68px; } }
    @media screen and (max-width: 767px) {
      .main-why__description {
        margin-bottom: 45px; } }
  .main-why__list {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 65px;
    padding-right: 42px; }
    @media screen and (max-width: 1599px) {
      .main-why__list {
        padding-right: 0;
        margin-top: 62px; } }
    @media screen and (max-width: 1059px) {
      .main-why__list {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 55px; } }
    @media screen and (max-width: 991px) {
      .main-why__list {
        flex-direction: column;
        align-items: center;
        margin-top: 32px; } }
  .main-why__col {
    width: 50%;
    max-width: 583px;
    padding: 0 20px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1399px) {
      .main-why__col {
        max-width: 560px;
        margin-bottom: 29px; } }
    @media screen and (max-width: 1059px) {
      .main-why__col {
        padding: 0 15px; } }
    @media screen and (max-width: 991px) {
      .main-why__col {
        max-width: 700px;
        width: 100%; } }
  .main-why__item {
    position: relative;
    padding-left: 113px; }
    @media screen and (max-width: 1599px) {
      .main-why__item {
        padding-left: 112px; } }
    @media screen and (max-width: 1399px) {
      .main-why__item {
        padding-left: 104px; } }
    @media screen and (max-width: 1199px) {
      .main-why__item {
        padding-left: 80px; } }
    @media screen and (max-width: 1059px) {
      .main-why__item {
        padding-left: 77px; } }
    @media screen and (max-width: 767px) {
      .main-why__item {
        padding-left: 50px; } }
  .main-why__name {
    line-height: 160%;
    margin-bottom: 13px; }
    @media screen and (max-width: 1199px) {
      .main-why__name {
        margin-bottom: 12px; } }
    @media screen and (max-width: 767px) {
      .main-why__name {
        margin-bottom: 6px; } }
  .main-why__text {
    opacity: .8;
    line-height: 1.6; }
    .main-why__text p:not(:last-of-type) {
      margin-bottom: 22px; }
      @media screen and (max-width: 1599px) {
        .main-why__text p:not(:last-of-type) {
          margin-bottom: 21px; } }
      @media screen and (max-width: 1399px) {
        .main-why__text p:not(:last-of-type) {
          margin-bottom: 20px; } }
      @media screen and (max-width: 1199px) {
        .main-why__text p:not(:last-of-type) {
          margin-bottom: 19px; } }
      @media screen and (max-width: 1059px) {
        .main-why__text p:not(:last-of-type) {
          margin-bottom: 18px; } }
      @media screen and (max-width: 767px) {
        .main-why__text p:not(:last-of-type) {
          margin-bottom: 16px; } }
  .main-why__icon {
    width: 84px;
    height: 84px;
    position: absolute;
    left: -6px;
    top: 0; }
    @media screen and (max-width: 1599px) {
      .main-why__icon {
        width: 83px;
        height: 83px; } }
    @media screen and (max-width: 1399px) {
      .main-why__icon {
        width: 78px;
        height: 78px; } }
    @media screen and (max-width: 1199px) {
      .main-why__icon {
        width: 65px;
        height: 65px; } }
    @media screen and (max-width: 1059px) {
      .main-why__icon {
        width: 60px;
        height: 60px; } }
    @media screen and (max-width: 991px) {
      .main-why__icon {
        width: 58px;
        height: 58px; } }
    @media screen and (max-width: 767px) {
      .main-why__icon {
        width: 44px;
        height: 44px;
        left: -10px;
        top: 4px; } }
    .main-why__icon img {
      position: absolute;
      left: 50%;
      top: 50%;
      max-width: 78px;
      width: 100%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }

.main-company {
  overflow: unset !important; }
  .main-company__block {
    border: 1px solid #D7DCE1;
    padding: 39px 81px 37px;
    background-color: #fff; }
    @media screen and (max-width: 1599px) {
      .main-company__block {
        padding: 38px 75px 35px; } }
    @media screen and (max-width: 1399px) {
      .main-company__block {
        padding: 36px 51px 35px; } }
    @media screen and (max-width: 1199px) {
      .main-company__block {
        padding: 35px 40px 34px; } }
    @media screen and (max-width: 1059px) {
      .main-company__block {
        padding: 35px 30px 34px;
        margin-top: -20px; } }
    @media screen and (max-width: 767px) {
      .main-company__block {
        margin-top: -28px;
        padding: 8px 0; } }
  .main-company__photo {
    display: block;
    width: 100%; }
  @media screen and (max-width: 991px) {
    .main-company__list {
      flex-wrap: wrap;
      justify-content: center !important; } }
  .main-company__list > li {
    margin: 15px; }
    @media screen and (max-width: 1399px) {
      .main-company__list > li {
        margin: 13px; } }
    @media screen and (max-width: 991px) {
      .main-company__list > li {
        width: calc(33.333% - 26px);
        display: flex;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .main-company__list > li {
        width: calc(50% - 20px);
        margin: 7px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .main-company__list > li:nth-of-type(3), .main-company__list > li:nth-of-type(4), .main-company__list > li:nth-of-type(5) {
      width: calc(33.333% - 20px); } }
    .main-company__list > li img {
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        .main-company__list > li img {
          max-height: 40px; } }

.main-reviews {
  padding: 45px 0 63px; }
  @media screen and (max-width: 1599px) {
    .main-reviews {
      padding: 44px 0 62px; } }
  @media screen and (max-width: 1399px) {
    .main-reviews {
      padding: 0;
      margin: 42px 0 59px;
      background-color: #F2F4F6;
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    .main-reviews {
      margin: 40px 0 50px; } }
  .main-reviews__block {
    padding: 60px 30px 33px; }
    @media screen and (max-width: 1599px) {
      .main-reviews__block {
        padding: 58px 27px 32px; } }
    @media screen and (max-width: 767px) {
      .main-reviews__block {
        padding: 50px 0 30px; } }
  .main-reviews__wrapper {
    overflow: hidden;
    padding-bottom: 10px; }
    @media screen and (max-width: 1399px) {
      .main-reviews__wrapper {
        overflow: unset; } }
  .main-reviews__title {
    margin-bottom: 17px; }
    @media screen and (max-width: 1599px) {
      .main-reviews__title {
        margin-bottom: 16px; } }
    @media screen and (max-width: 767px) {
      .main-reviews__title {
        margin-bottom: 15px; } }
  .main-reviews__wrap {
    max-width: 433px;
    width: 100%;
    margin: 0 auto 25px; }
    @media screen and (max-width: 1599px) {
      .main-reviews__wrap {
        max-width: 401px; } }
    @media screen and (max-width: 767px) {
      .main-reviews__wrap {
        width: calc(100% - 30px);
        margin: 0 auto 20px; } }
  .main-reviews__slider {
    margin-left: -9.5px;
    margin-right: -9.5px; }
    @media screen and (max-width: 767px) {
      .main-reviews__slider {
        margin-left: -7px;
        margin-right: -7px; } }
    .main-reviews__slider .slick-list {
      overflow: unset; }
  .main-reviews__col {
    padding: 15px 9px; }
    @media screen and (max-width: 1599px) {
      .main-reviews__col {
        padding: 15px 8px; } }
    @media screen and (max-width: 767px) {
      .main-reviews__col {
        padding: 15px 7px; } }
  .main-reviews__item {
    background: #FFFFFF;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    padding: 26px 16px 26px 26px; }
    @media screen and (max-width: 1599px) {
      .main-reviews__item {
        padding: 23px 13px 23px 13px; } }
    @media screen and (max-width: 767px) {
      .main-reviews__item {
        padding: 20px 5px 20px 15px; } }
  .main-reviews__top {
    margin-bottom: 20px; }
    @media screen and (max-width: 1599px) {
      .main-reviews__top {
        margin-bottom: 19px; } }
    @media screen and (max-width: 767px) {
      .main-reviews__top {
        margin-bottom: 17px; } }
  .main-reviews__photo {
    position: relative;
    background-color: #D9D9D9;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0; }
    @media screen and (max-width: 1599px) {
      .main-reviews__photo {
        width: 58px;
        height: 58px;
        margin-right: 19px; } }
    @media screen and (max-width: 767px) {
      .main-reviews__photo {
        margin-right: 17px; } }
    .main-reviews__photo img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-position: center;
      object-fit: cover; }
  .main-reviews__right {
    width: 100%;
    flex-shrink: 1;
    padding-right: 13px;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .main-reviews__right {
        padding-right: 0; } }
  .main-reviews__rating svg {
    display: block;
    width: 15px;
    height: 15px; }
    @media screen and (max-width: 767px) {
      .main-reviews__rating svg {
        width: 12px;
        height: 12px; } }
    .main-reviews__rating svg:not(:last-of-type) {
      margin-right: 5px; }
      @media screen and (max-width: 767px) {
        .main-reviews__rating svg:not(:last-of-type) {
          margin-right: 4px; } }
  .main-reviews__company {
    max-width: 75px;
    position: relative;
    top: 5px; }
    @media screen and (max-width: 1599px) {
      .main-reviews__company {
        max-width: 73px; } }
    @media screen and (max-width: 767px) {
      .main-reviews__company {
        max-width: 65px; } }
    .main-reviews__company img {
      max-width: 100%; }
  .main-reviews__content {
    line-height: 170%;
    max-height: 265px;
    overflow-y: auto;
    padding-right: 10px; }
  .main-reviews__text {
    margin-right: 16px; }
    @media screen and (max-width: 991px) {
      .main-reviews__text {
        margin-right: 0;
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .main-reviews__text {
        margin-bottom: 8px; } }
  @media screen and (max-width: 991px) {
    .main-reviews__bottom {
      flex-direction: column;
      align-items: center; } }
  .main-reviews__google {
    background: linear-gradient(0deg, #fff, #fff), #DBE2E9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.09);
    border-radius: 40px;
    padding: 5px 30px 7px 27px; }
    .main-reviews__google-text {
      opacity: 0.6; }
      @media screen and (max-width: 767px) {
        .main-reviews__google-text {
          opacity: 1; } }
    @media screen and (max-width: 1599px) {
      .main-reviews__google {
        padding: 5px 27px 7px 25px; } }
    @media screen and (max-width: 767px) {
      .main-reviews__google {
        flex-direction: column;
        padding-bottom: 11px; } }
    .main-reviews__google-rating {
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .main-reviews__google-rating {
          margin-right: 0;
          margin-bottom: 8px; } }
      .main-reviews__google-rating svg {
        display: block;
        width: 15px;
        height: 15px; }
        .main-reviews__google-rating svg:not(:last-of-type) {
          margin-right: 5px; }
        .main-reviews__google-rating svg:last-of-type {
          margin-right: 8px !important; }

.main-services {
  margin-bottom: -11px; }
  @media screen and (max-width: 1199px) {
    .main-services {
      background-color: #1C3352; } }
  .main-services__block {
    padding: 62px 0 44px; }
    @media screen and (max-width: 1399px) {
      .main-services__block {
        padding-bottom: 39px; } }
    @media screen and (max-width: 1199px) {
      .main-services__block {
        padding: 60px 0 38px; } }
    @media screen and (max-width: 991px) {
      .main-services__block .container {
        padding: 0; } }
  .main-services__row {
    margin-left: -12.5px;
    margin-right: -12.5px;
    align-items: stretch; }
    @media screen and (max-width: 1599px) {
      .main-services__row {
        margin-left: -11px;
        margin-right: -11px; } }
    @media screen and (max-width: 1059px) {
      .main-services__row {
        justify-content: center; } }
    @media screen and (max-width: 576px) {
      .main-services__row {
        margin-left: -6px;
        margin-right: -6px; } }
  .main-services__col {
    width: 33.333%;
    padding: 0 12.5px;
    margin-bottom: 20px; }
    .main-services__colx3 {
      width: 66.666%; }
    @media screen and (max-width: 1599px) {
      .main-services__col {
        padding: 0 11px; } }
    @media screen and (max-width: 1059px) {
      .main-services__col {
        width: 50%; }
        .main-services__colx3 {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .main-services__col {
        width: 100%; }
        .main-services__colx3 {
          width: 100%;
          margin-bottom: 40px; } }
    @media screen and (max-width: 576px) {
      .main-services__col {
        padding: 0 6px;
        margin-bottom: 12px; }
        .main-services__colx3 {
          margin-bottom: 30px; } }
    @media screen and (max-width: 365px) {
      .main-services__col {
        width: 100%;
        max-width: 230px; }
        .main-services__colx3 {
          max-width: 100%; } }
  .main-services__title {
    position: relative;
    margin-top: 7px;
    line-height: 1.5;
    max-width: 670px;
    margin-bottom: 16px; }
    @media screen and (max-width: 1599px) {
      .main-services__title {
        max-width: 600px; } }
    @media screen and (max-width: 767px) {
      .main-services__title {
        margin-bottom: 13px; } }
    .main-services__title span {
      color: #FF5A5E; }
  .main-services__description {
    opacity: .8;
    line-height: 1.7;
    max-width: 640px; }
    @media screen and (max-width: 1599px) {
      .main-services__description {
        max-width: 623px; } }
    @media screen and (max-width: 767px) {
      .main-services__description {
        opacity: 1; } }
  .main-services__item {
    display: block;
    width: 100%;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    padding: 15px 14px 30px 20px;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    height: 100%; }
    @media screen and (max-width: 1059px) {
      .main-services__item {
        padding: 8px 10px 20px 12px; } }
    @media screen and (max-width: 767px) {
      .main-services__item {
        padding: 7px 8px 14px 10px; } }
    .main-services__item:hover {
      background-color: #FF5A5E; }
      .main-services__item:hover .main-services__icon svg path {
        fill: #fff; }
      .main-services__item:hover .main-services__name, .main-services__item:hover .main-services__text {
        color: #fff; }
  .main-services__icon {
    margin-bottom: 3px; }
    .main-services__icon svg {
      width: 55px;
      height: 55px;
      object-fit: contain;
      object-position: center; }
      .main-services__icon svg path {
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        fill: #FF5A5E; }
  .main-services__name {
    line-height: 1.4;
    margin-bottom: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s; }
  .main-services__text {
    line-height: 1.6;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s; }

.main-service {
  padding: 75.3px 0; }
  @media screen and (max-width: 1599px) {
    .main-service {
      padding: 73px 0; } }
  @media screen and (max-width: 1399px) {
    .main-service {
      padding: 70px 0; } }
  @media screen and (max-width: 1199px) {
    .main-service {
      padding: 60px 0; } }
  @media screen and (max-width: 991px) {
    .main-service {
      padding: 59px 0; } }
  @media screen and (max-width: 767px) {
    .main-service {
      padding: 38px 0; }
      .main-service#car-accident {
        padding-top: 80px; } }
  .main-service__tablet {
    display: none;
    position: relative; }
    @media screen and (max-width: 1059px) {
      .main-service__tablet {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 30px;
        height: 500px; } }
    @media screen and (max-width: 767px) {
      .main-service__tablet {
        height: 0;
        padding-top: 70%; } }
    .main-service__tablet img {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .main-service__reorder {
    padding: 75.3px 0; }
    @media screen and (max-width: 1599px) {
      .main-service__reorder {
        padding: 73px 0; } }
    @media screen and (max-width: 1399px) {
      .main-service__reorder {
        padding: 70px 0; } }
    @media screen and (max-width: 1199px) {
      .main-service__reorder {
        padding: 60px 0; } }
    @media screen and (max-width: 991px) {
      .main-service__reorder {
        padding: 59px 0; } }
    @media screen and (max-width: 767px) {
      .main-service__reorder {
        padding: 38px 0; }
        .main-service__reorder #car-accident {
          padding-top: 80px; } }
    .main-service__reorder .main-service {
      padding: 0 !important; }
      .main-service__reorder .main-service:not(:last-of-type) {
        margin-bottom: 90px; }
        @media screen and (max-width: 1599px) {
          .main-service__reorder .main-service:not(:last-of-type) {
            margin-bottom: 80px; } }
        @media screen and (max-width: 1399px) {
          .main-service__reorder .main-service:not(:last-of-type) {
            margin-bottom: 75px; } }
        @media screen and (max-width: 1199px) {
          .main-service__reorder .main-service:not(:last-of-type) {
            margin-bottom: 73px; } }
        @media screen and (max-width: 991px) {
          .main-service__reorder .main-service:not(:last-of-type) {
            margin-bottom: 70px;
            overflow: unset; } }
        @media screen and (max-width: 767px) {
          .main-service__reorder .main-service:not(:last-of-type) {
            margin-bottom: 50px; }
            .main-service__reorder .main-service:not(:last-of-type)#car-accident {
              padding-top: 25px !important; } }
      .main-service__reorder .main-service.mb {
        margin-bottom: 35px; }
        @media screen and (max-width: 1599px) {
          .main-service__reorder .main-service.mb {
            margin-bottom: 32px; } }
        @media screen and (max-width: 1399px) {
          .main-service__reorder .main-service.mb {
            margin-bottom: 26px; } }
        @media screen and (max-width: 1199px) {
          .main-service__reorder .main-service.mb {
            margin-bottom: 24px; } }
        @media screen and (max-width: 1059px) {
          .main-service__reorder .main-service.mb {
            margin-bottom: 21px; } }
        @media screen and (max-width: 991px) {
          .main-service__reorder .main-service.mb {
            margin-bottom: 22px; } }
        @media screen and (max-width: 767px) {
          .main-service__reorder .main-service.mb {
            margin-bottom: 20px; } }
      .main-service__reorder .main-service:last-of-type .main-service__tablet {
        display: none !important; }
    .main-service__reorder .main-service__item {
      margin-top: -20px;
      min-height: calc(100vh - 80px);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      transition: padding-bottom .3s; }
      @media screen and (max-width: 1199px) {
        .main-service__reorder .main-service__item {
          min-height: calc(100vh - 75px); } }
      @media screen and (max-width: 1059px) {
        .main-service__reorder .main-service__item {
          margin-top: 0;
          min-height: auto; }
          .main-service__reorder .main-service__item .main-service__photo {
            opacity: 0 !important; }
            .main-service__reorder .main-service__item .main-service__photo:first-of-type {
              opacity: 1 !important; } }
    .main-service__reorder .main-service__photo {
      opacity: 0;
      transition: .5s ease-in-out;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out; }
      .main-service__reorder .main-service__photo.active {
        opacity: 1; }
    .main-service__reorder .main-service__photo-block {
      padding-top: 0; }
      @media screen and (max-width: 1059px) {
        .main-service__reorder .main-service__photo-block {
          height: 360px; } }
      @media screen and (max-width: 991px) {
        .main-service__reorder .main-service__photo-block {
          padding-top: 50%;
          height: 0; } }
      @media screen and (max-width: 767px) {
        .main-service__reorder .main-service__photo-block {
          padding-top: 70%; } }
  .main-service__block {
    margin-right: -100px; }
    @media screen and (max-width: 1599px) {
      .main-service__block {
        margin-right: -85px; } }
    @media screen and (max-width: 1399px) {
      .main-service__block {
        margin-right: -50px; } }
    @media screen and (max-width: 1219px) {
      .main-service__block {
        margin-right: 0; } }
    @media screen and (max-width: 1199px) {
      .main-service__block {
        margin-right: -50px; } }
    @media screen and (max-width: 1059px) {
      .main-service__block {
        margin-right: 0; } }
  .main-service__content {
    max-width: 592px;
    padding-top: 50px; }
    @media screen and (max-width: 1599px) {
      .main-service__content {
        max-width: 562px;
        padding-top: 45px; } }
    @media screen and (max-width: 1399px) {
      .main-service__content {
        max-width: 520px;
        padding-top: 40px; } }
    @media screen and (max-width: 1199px) {
      .main-service__content {
        max-width: 480px;
        padding-top: 35px; } }
    @media screen and (max-width: 1059px) {
      .main-service__content {
        max-width: 100%;
        padding-top: 0;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .main-service__content {
        margin-bottom: 35px; } }
  .main-service__right {
    max-width: 569px;
    width: 100%; }
    @media screen and (max-width: 1599px) {
      .main-service__right {
        max-width: 555px; } }
    @media screen and (max-width: 1399px) {
      .main-service__right {
        max-width: 530px; } }
    @media screen and (max-width: 1199px) {
      .main-service__right {
        max-width: 490px; } }
    @media screen and (max-width: 1059px) {
      .main-service__right {
        max-width: 100%; } }
  .main-service__title {
    line-height: 150%;
    margin-bottom: 48px; }
    @media screen and (max-width: 1599px) {
      .main-service__title {
        margin-bottom: 44px; } }
    @media screen and (max-width: 1399px) {
      .main-service__title {
        margin-bottom: 37px; } }
    @media screen and (max-width: 1199px) {
      .main-service__title {
        margin-bottom: 32px; } }
    @media screen and (max-width: 1059px) {
      .main-service__title {
        margin-bottom: 28px; } }
    @media screen and (max-width: 991px) {
      .main-service__title {
        margin-bottom: 24px; } }
    @media screen and (max-width: 767px) {
      .main-service__title {
        margin-bottom: 22px; } }
  .main-service__label {
    margin-bottom: 13px; }
    @media screen and (max-width: 1599px) {
      .main-service__label {
        margin-bottom: 12px; } }
    @media screen and (max-width: 1199px) {
      .main-service__label {
        margin-bottom: 11px; } }
    @media screen and (max-width: 991px) {
      .main-service__label {
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .main-service__label {
        margin-bottom: 9px; } }
  .main-service__subtitle {
    max-width: 565px;
    margin-bottom: 48px; }
    @media screen and (max-width: 1599px) {
      .main-service__subtitle {
        margin-bottom: 44px; } }
    @media screen and (max-width: 1399px) {
      .main-service__subtitle {
        margin-bottom: 37px; } }
    @media screen and (max-width: 1199px) {
      .main-service__subtitle {
        margin-bottom: 32px; } }
    @media screen and (max-width: 1059px) {
      .main-service__subtitle {
        max-width: 100%;
        margin-bottom: 28px; } }
    @media screen and (max-width: 991px) {
      .main-service__subtitle {
        margin-bottom: 24px; } }
    @media screen and (max-width: 767px) {
      .main-service__subtitle {
        margin-bottom: 22px; } }
    .main-service__subtitle span {
      color: #FF5A5E; }
      .main-service__subtitle span a {
        color: #FF5A5E; }
    .main-service__subtitle p:not(:last-of-type) {
      margin-bottom: 35px; }
      @media screen and (max-width: 1599px) {
        .main-service__subtitle p:not(:last-of-type) {
          margin-bottom: 32px; } }
      @media screen and (max-width: 1399px) {
        .main-service__subtitle p:not(:last-of-type) {
          margin-bottom: 26px; } }
      @media screen and (max-width: 1199px) {
        .main-service__subtitle p:not(:last-of-type) {
          margin-bottom: 24px; } }
      @media screen and (max-width: 1059px) {
        .main-service__subtitle p:not(:last-of-type) {
          margin-bottom: 21px; } }
      @media screen and (max-width: 991px) {
        .main-service__subtitle p:not(:last-of-type) {
          margin-bottom: 22px; } }
      @media screen and (max-width: 767px) {
        .main-service__subtitle p:not(:last-of-type) {
          margin-bottom: 20px; } }
  .main-service__text {
    line-height: 160%; }
    @media screen and (min-width: 1400px) {
      .main-service__text {
        font-size: 17px; } }
    .main-service__text p {
      margin-bottom: 42px; }
      @media screen and (max-width: 1599px) {
        .main-service__text p {
          margin-bottom: 40px; } }
      @media screen and (max-width: 1399px) {
        .main-service__text p {
          margin-bottom: 37px; } }
      @media screen and (max-width: 1199px) {
        .main-service__text p {
          margin-bottom: 32px; } }
      @media screen and (max-width: 1059px) {
        .main-service__text p {
          margin-bottom: 28px; } }
      @media screen and (max-width: 991px) {
        .main-service__text p {
          margin-bottom: 24px; } }
      @media screen and (max-width: 767px) {
        .main-service__text p {
          margin-bottom: 22px; } }
    .main-service__text h2 {
      font-weight: 600;
      font-size: 26px;
      line-height: 150%;
      margin-right: -7px;
      margin-bottom: 27px; }
      @media screen and (max-width: 1599px) {
        .main-service__text h2 {
          font-size: 25px;
          margin-bottom: 25px;
          margin-right: 0; } }
      @media screen and (max-width: 1399px) {
        .main-service__text h2 {
          font-size: 24px;
          margin-bottom: 24px; } }
      @media screen and (max-width: 1199px) {
        .main-service__text h2 {
          font-size: 23px;
          margin-bottom: 23px; } }
      @media screen and (max-width: 1059px) {
        .main-service__text h2 {
          font-size: 22px;
          margin-bottom: 24px; } }
      @media screen and (max-width: 991px) {
        .main-service__text h2 {
          margin-bottom: 23px; } }
      @media screen and (max-width: 767px) {
        .main-service__text h2 {
          font-size: 22px;
          margin-bottom: 22px; } }
      @media screen and (max-width: 351px) {
        .main-service__text h2 {
          font-size: 21px;
          margin-bottom: 21px; } }
      .main-service__text h2.mt-60 {
        margin-top: 60px; }
        @media screen and (max-width: 1599px) {
          .main-service__text h2.mt-60 {
            margin-top: 50px; } }
        @media screen and (max-width: 1399px) {
          .main-service__text h2.mt-60 {
            margin-top: 43px; } }
        @media screen and (max-width: 1199px) {
          .main-service__text h2.mt-60 {
            margin-top: 40px; } }
        @media screen and (max-width: 1059px) {
          .main-service__text h2.mt-60 {
            margin-top: 34px; } }
        @media screen and (max-width: 767px) {
          .main-service__text h2.mt-60 {
            margin-top: 30px; } }
        @media screen and (max-width: 351px) {
          .main-service__text h2.mt-60 {
            margin-top: 28px; } }
    .main-service__text h3,
    .main-service__text h4 {
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 22px; }
      @media screen and (max-width: 1599px) {
        .main-service__text h3,
        .main-service__text h4 {
          font-size: 21px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 1399px) {
        .main-service__text h3,
        .main-service__text h4 {
          font-size: 20px;
          margin-bottom: 19px; } }
      @media screen and (max-width: 1199px) {
        .main-service__text h3,
        .main-service__text h4 {
          font-size: 18px;
          margin-bottom: 17px; } }
      @media screen and (max-width: 1059px) {
        .main-service__text h3,
        .main-service__text h4 {
          font-size: 16px;
          margin-bottom: 16px; } }
    .main-service__text h4 {
      font-weight: 600;
      margin-bottom: 20px; }
      .main-service__text h4 i {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 16px;
        line-height: 40px;
        background: rgba(255, 90, 94, 0.1);
        border-radius: 50%;
        font-size: 16px;
        text-transform: uppercase;
        color: #FF5A5E;
        opacity: 0.8;
        text-align: center; }
      @media screen and (max-width: 1399px) {
        .main-service__text h4 {
          margin-bottom: 19px; } }
      @media screen and (max-width: 1199px) {
        .main-service__text h4 {
          margin-bottom: 17px; } }
      @media screen and (max-width: 1059px) {
        .main-service__text h4 {
          margin-bottom: 16px; } }
    .main-service__text ul {
      padding: 0 0 0 23px;
      list-style-type: disc;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .main-service__text ul {
          padding-left: 16px; } }
      .main-service__text ul li:not(:last-of-type) {
        margin-bottom: 5px; }
    .main-service__text ol {
      list-style: decimal;
      padding: 0 0 0 23px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .main-service__text ol {
          padding-left: 16px; } }
      .main-service__text ol li:not(:last-of-type) {
        margin-bottom: 12px; }
    .main-service__text img {
      display: block;
      width: 100%;
      height: auto !important;
      margin-top: -10px; }
    .main-service__text table {
      border-collapse: collapse;
      margin-bottom: 20px; }
      .main-service__text table th,
      .main-service__text table td {
        padding: 10px; }
        .main-service__text table th:not(:last-of-type),
        .main-service__text table td:not(:last-of-type) {
          border-right: 1px solid #000; }
      .main-service__text table tr {
        border-bottom: 1px solid #000; }
      .main-service__text table th {
        font-weight: bold; }
    .main-service__text p a {
      text-decoration: underline; }
    .main-service__text p + ol,
    .main-service__text p + ul {
      margin-top: -18px; }
      @media screen and (max-width: 767px) {
        .main-service__text p + ol,
        .main-service__text p + ul {
          margin-top: -12px; } }
    .main-service__text p.teaser {
      font-size: 20px; }
      @media screen and (max-width: 1599px) {
        .main-service__text p.teaser {
          font-size: 18px; } }
      @media screen and (max-width: 1399px) {
        .main-service__text p.teaser {
          font-size: 17px; } }
      @media screen and (max-width: 1059px) {
        .main-service__text p.teaser {
          font-size: 16px; } }
    .main-service__text b {
      font-weight: 600; }
    .main-service__text a {
      position: relative;
      text-decoration: underline; }
  .main-service__item {
    position: relative;
    padding: 0 30px 45px; }
    @media screen and (max-width: 1199px) {
      .main-service__item {
        padding: 0 22px 35px; } }
    @media screen and (max-width: 767px) {
      .main-service__item {
        padding: 0 16px 25px;
        margin-left: -15px;
        margin-right: -15px; } }
  .main-service__photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .main-service__photo::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.19%, rgba(63, 68, 86, 0.95) 61.21%, #3F4456 100%); }
    @media screen and (max-width: 767px) {
      .main-service__photo::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.57%, rgba(63, 68, 86, 0.95) 40.06%, #3F4456 60.05%); } }
    .main-service__photo img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover;
      object-position: center; }
      @media screen and (max-width: 1059px) {
        .main-service__photo img {
          object-position: top center; } }
    .main-service__photo-block {
      display: block;
      width: 100%;
      height: 0;
      padding-top: 148%; }
      @media screen and (max-width: 1059px) {
        .main-service__photo-block {
          padding-top: 0;
          height: 360px; } }
      @media screen and (max-width: 991px) {
        .main-service__photo-block {
          padding-top: 50%;
          height: 0; } }
      @media screen and (max-width: 767px) {
        .main-service__photo-block {
          padding-top: 70%; } }
  .main-service__bottom {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1059px) {
      .main-service__bottom {
        max-width: 600px;
        margin: 0 auto; } }
  .main-service__top {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .main-service__top {
        margin-bottom: 18px;
        justify-content: center; } }
    .main-service__top i {
      position: relative;
      margin-right: 13px;
      top: 3px; }
      @media screen and (max-width: 767px) {
        .main-service__top i {
          width: 17px; } }
  .main-service__form {
    display: block;
    width: 100%; }
    .main-service__form-row {
      margin-left: -7.5px;
      margin-right: -7.5px;
      margin-bottom: 19px; }
      @media screen and (max-width: 767px) {
        .main-service__form-row {
          margin-bottom: 9px; } }
    .main-service__form-col {
      width: 50%;
      padding: 0 7.5px;
      margin-bottom: 15px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .main-service__form-col {
          width: 100%;
          margin-bottom: 19px; } }
      .main-service__form-colx2 {
        width: 100%; }
        .main-service__form-colx2 .consultation__submit {
          max-width: 100%; }
      .main-service__form-col:last-of-type {
        margin-bottom: 0; }
    .main-service__form form {
      display: block;
      width: 100%; }
  .main-service__attachments {
    margin-top: 20px;
    margin-left: 5px; }
    @media screen and (max-width: 1059px) {
      .main-service__attachments {
        margin-top: 14px; } }
    @media screen and (max-width: 767px) {
      .main-service__attachments {
        margin-top: 12px; } }
    .main-service__attachments > li {
      margin-top: 10px; }
      .main-service__attachments > li img {
        max-width: 257px;
        max-height: 150px; }
      @media screen and (max-width: 1059px) {
        .main-service__attachments > li img {
          max-width: 240px;
          max-height: 120px; } }
      @media screen and (max-width: 767px) {
        .main-service__attachments > li img {
          max-width: 180px;
          max-height: 100px; } }
      .main-service__attachments > li:not(:last-of-type) {
        margin-right: 35px; }
        @media screen and (max-width: 1059px) {
          .main-service__attachments > li:not(:last-of-type) {
            margin-right: 24px; } }
        @media screen and (max-width: 767px) {
          .main-service__attachments > li:not(:last-of-type) {
            margin-right: 15px; } }
  .main-service.adaptive-height .main-service__title {
    text-transform: unset; }
  .main-service.adaptive-height .main-service__photo-block {
    padding-top: 45px !important; }
    @media screen and (max-width: 1059px) {
      .main-service.adaptive-height .main-service__photo-block {
        padding-top: 35px !important;
        height: 0; } }
  .main-service.adaptive-height .main-service__photo::after {
    display: none; }

.main-education {
  padding: 73px 0 56px; }
  @media screen and (max-width: 1599px) {
    .main-education {
      padding: 62px 0 50px; } }
  @media screen and (max-width: 1199px) {
    .main-education {
      padding: 58px 0 45px; } }
  @media screen and (max-width: 767px) {
    .main-education {
      padding: 40px 0 50px; } }
  .main-education__title {
    margin-bottom: 44px; }
    @media screen and (max-width: 1599px) {
      .main-education__title {
        margin-bottom: 42px; } }
    @media screen and (max-width: 1399px) {
      .main-education__title {
        margin-bottom: 40px; } }
    @media screen and (max-width: 1059px) {
      .main-education__title {
        margin-bottom: 36px; } }
    @media screen and (max-width: 767px) {
      .main-education__title {
        margin-bottom: 30px; } }
  .main-education__block {
    padding-left: 19px; }
    @media screen and (max-width: 1599px) {
      .main-education__block {
        padding-left: 0; } }
  .main-education__description {
    max-width: 965px;
    width: 100%;
    margin: 0 auto 53px; }
    @media screen and (max-width: 1599px) {
      .main-education__description {
        margin-bottom: 50px; } }
    @media screen and (max-width: 1399px) {
      .main-education__description {
        max-width: 850px;
        margin-bottom: 47px; } }
    @media screen and (max-width: 1059px) {
      .main-education__description {
        max-width: 750px;
        margin-bottom: 45px; } }
    @media screen and (max-width: 767px) {
      .main-education__description {
        text-align: left;
        margin-bottom: 38px; } }
  .main-education__list {
    position: relative;
    padding: 0 20px;
    margin-left: -10px;
    margin-right: -10px; }
    @media screen and (max-width: 1199px) {
      .main-education__list {
        margin-left: -7px;
        margin-right: -7px; } }
    @media screen and (max-width: 1059px) {
      .main-education__list {
        padding: 10px 0 10px 24px;
        flex-direction: column;
        align-items: flex-start;
        margin: 0; } }
    @media screen and (max-width: 767px) {
      .main-education__list {
        padding: 5px 0 5px 15px;
        margin-left: -10px; } }
    .main-education__list::before {
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      background: #FF5A5E;
      opacity: 0.1;
      border-radius: 5px;
      position: absolute;
      left: 0;
      top: 0; }
      @media screen and (max-width: 1059px) {
        .main-education__list::before {
          width: 4px;
          height: 100%;
          left: 5px; } }
      @media screen and (max-width: 767px) {
        .main-education__list::before {
          width: 2px;
          left: 5px; } }
    .main-education__list > li {
      margin: 0 10px 30px; }
      .main-education__list > li:nth-of-type(1) {
        max-width: 406px; }
      .main-education__list > li:nth-of-type(2) {
        max-width: 450px; }
      .main-education__list > li:nth-of-type(3) {
        max-width: 418px; }
      @media screen and (max-width: 1199px) {
        .main-education__list > li {
          max-width: 100% !important;
          width: calc(33.333% - 14px);
          margin-left: 7px;
          margin-right: 7px; } }
      @media screen and (max-width: 1059px) {
        .main-education__list > li {
          width: 100%;
          position: relative; }
          .main-education__list > li::after {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #FF5A5E;
            position: absolute;
            left: -29px;
            top: 16px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%); } }
      @media screen and (max-width: 767px) {
        .main-education__list > li {
          margin-bottom: 20px; }
          .main-education__list > li::after {
            width: 6px;
            height: 6px;
            left: -19px;
            top: 13px; } }
  .main-education__item {
    padding-top: 35px; }
    @media screen and (max-width: 1399px) {
      .main-education__item {
        padding-top: 31px; } }
    @media screen and (max-width: 1199px) {
      .main-education__item {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 15px; } }
    @media screen and (max-width: 1059px) {
      .main-education__item {
        flex-direction: row;
        padding-top: 0; } }
  .main-education__icon {
    width: 74px;
    height: 74px;
    margin-right: 16px;
    flex-shrink: 0; }
    @media screen and (max-width: 1599px) {
      .main-education__icon {
        width: 68px;
        height: 68px;
        margin-right: 14px; } }
    @media screen and (max-width: 1399px) {
      .main-education__icon {
        width: 64px;
        height: 64px;
        margin-right: 12px; } }
    @media screen and (max-width: 1199px) {
      .main-education__icon {
        margin-right: 12px;
        margin-bottom: 5px; } }
    @media screen and (max-width: 1059px) {
      .main-education__icon {
        margin-right: 12px; } }
    @media screen and (max-width: 767px) {
      .main-education__icon {
        margin-right: 7px;
        width: 55px;
        height: 55px;
        margin-left: -5px; } }
    @media screen and (max-width: 359px) {
      .main-education__icon {
        width: 50px;
        height: 50px;
        margin-left: -6px; } }
    .main-education__icon img {
      display: block;
      max-width: 100%; }
  .main-education__content {
    position: relative;
    width: 100%;
    flex-shrink: 1; }
    .main-education__content::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #FF5A5E;
      position: absolute;
      left: 0;
      top: -32.5px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
      @media screen and (max-width: 1399px) {
        .main-education__content::before {
          top: -28.5px; } }
      @media screen and (max-width: 1199px) {
        .main-education__content::before {
          top: -81.5px; } }
      @media screen and (max-width: 1059px) {
        .main-education__content::before {
          display: none; } }

.main-trust {
  padding: 143px 0 84px; }
  @media screen and (max-width: 1599px) {
    .main-trust {
      padding-top: 123px; } }
  @media screen and (max-width: 1199px) {
    .main-trust_index {
      padding-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .main-trust_index {
      padding-top: 80px; } }
  .main-trust_team {
    padding-bottom: 70px; }
    @media screen and (max-width: 1199px) {
      .main-trust_team .main-trust__row {
        align-items: center; } }
    @media screen and (max-width: 991px) {
      .main-trust_team {
        padding-top: 100px; } }
    @media screen and (max-width: 767px) {
      .main-trust_team {
        padding-bottom: 35px; } }
  .main-trust__block {
    margin-right: -40px; }
    @media screen and (max-width: 991px) {
      .main-trust__block {
        margin-right: 0; } }
  .main-trust__row {
    margin-left: -20px;
    margin-right: -20px; }
    @media screen and (max-width: 991px) {
      .main-trust__row {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (max-width: 767px) {
      .main-trust__row {
        flex-direction: column;
        align-items: center;
        margin: 0; } }
  .main-trust__col {
    margin: 0 20px;
    width: 50%; }
    @media screen and (max-width: 991px) {
      .main-trust__col {
        margin: 0 10px; } }
    .main-trust__col_1 {
      max-width: 512px; }
    .main-trust__col_2 {
      max-width: 555px; }
    @media screen and (max-width: 767px) {
      .main-trust__col_1, .main-trust__col_2 {
        max-width: 100%;
        width: 100%; }
      .main-trust__col_1 {
        margin-bottom: 50px; } }
  .main-trust__title {
    line-height: 160%;
    margin-bottom: 30px; }
  .main-trust__text p:not(:last-of-type) {
    margin-bottom: 30px; }
    @media screen and (max-width: 1599px) {
      .main-trust__text p:not(:last-of-type) {
        margin-bottom: 27px; } }
  .main-trust__text span {
    color: #FF5A5E; }
  .main-trust__left {
    position: relative; }
    .main-trust__left::after {
      content: '';
      display: block;
      width: calc(100% + 203px);
      height: calc(100% + 151px);
      border: 1px solid rgba(139, 141, 147, 0.3);
      position: absolute;
      left: calc(50% + 2px);
      top: calc(50% + 1px);
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
      @media screen and (max-width: 1599px) {
        .main-trust__left::after {
          width: calc(100% + 108px);
          height: calc(100% + 108px); } }
      @media screen and (max-width: 1399px) {
        .main-trust__left::after {
          width: calc(100% + 80px);
          height: calc(100% + 99px); } }
      @media screen and (max-width: 1199px) {
        .main-trust__left::after {
          width: calc(100% + 36px);
          height: calc(100% + 102px); } }
      @media screen and (max-width: 991px) {
        .main-trust__left::after {
          width: calc(100% + 10px);
          left: calc(50% - 10px); } }
      @media screen and (max-width: 767px) {
        .main-trust__left::after {
          width: calc(100% + 17px);
          height: calc(100% + 35px);
          left: 50%;
          top: 50%; } }
  .main-trust__right {
    margin-top: -11px; }
  .main-trust__icon {
    display: block;
    width: 76px;
    height: 76px;
    position: relative;
    margin-bottom: 18px; }
    @media screen and (max-width: 1599px) {
      .main-trust__icon {
        width: 72px;
        height: 72px;
        margin-bottom: 16px; } }
    @media screen and (max-width: 991px) {
      .main-trust__icon {
        width: 65px;
        height: 65px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .main-trust__icon {
        width: 59px;
        height: 59px;
        margin-bottom: 13px; } }
    .main-trust__icon img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-position: center;
      object-fit: contain; }
  .main-trust__subtitle {
    line-height: 160%;
    margin-bottom: 28px; }
    @media screen and (max-width: 1399px) {
      .main-trust__subtitle {
        margin-bottom: 26px; } }
    @media screen and (max-width: 1199px) {
      .main-trust__subtitle {
        margin-bottom: 24px; } }
    @media screen and (max-width: 991px) {
      .main-trust__subtitle {
        margin-bottom: 22px; } }

.testimonials-header {
  padding-bottom: 43px; }
  @media screen and (max-width: 1399px) {
    .testimonials-header {
      background-color: #F2F4F6;
      padding-bottom: 0;
      margin-bottom: 41px; } }
  .testimonials-header_reorder {
    padding-bottom: 0; }
    @media screen and (max-width: 1399px) {
      .testimonials-header_reorder {
        margin-bottom: 0; } }
  .testimonials-header__block {
    padding: 38px 0 44px; }
  .testimonials-header__row {
    max-width: 1158px;
    width: 100%; }
    .testimonials-header__row.reorder {
      padding-bottom: 34px; }
  .testimonials-header__title {
    max-width: 490px;
    width: 100%; }
    @media screen and (max-width: 1599px) {
      .testimonials-header__title {
        max-width: 450px; } }
    @media screen and (max-width: 1059px) {
      .testimonials-header__title {
        max-width: 413px; } }
    @media screen and (max-width: 991px) {
      .testimonials-header__title {
        text-align: center;
        margin-bottom: 25px; } }
  .testimonials-header__right {
    max-width: 470px;
    width: 100%; }
    @media screen and (max-width: 1599px) {
      .testimonials-header__right {
        max-width: 460px; } }
    @media screen and (max-width: 1399px) {
      .testimonials-header__right {
        max-width: 440px; } }
    @media screen and (max-width: 1399px) {
      .testimonials-header__right {
        max-width: 380px; } }
    @media screen and (max-width: 991px) {
      .testimonials-header__right {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 360px; } }
  .testimonials-header__text {
    line-height: 1.6;
    margin-bottom: 12px; }
    @media screen and (max-width: 1399px) {
      .testimonials-header__text {
        margin-bottom: 10px; } }
    @media screen and (max-width: 1059px) {
      .testimonials-header__text {
        font-size: 14px; } }
    @media screen and (max-width: 991px) {
      .testimonials-header__text {
        text-align: center;
        margin-bottom: 12px;
        text-transform: unset; } }

.testimonials-list {
  padding-top: 40px; }
  @media screen and (max-width: 1599px) {
    .testimonials-list {
      padding: 0;
      margin-top: 40px;
      background-color: #F2F4F6; } }
  .testimonials-list__block {
    padding: 48px 0 40px; }
    @media screen and (max-width: 1599px) {
      .testimonials-list__block {
        padding: 46px 0 38px; } }
    @media screen and (max-width: 767px) {
      .testimonials-list__block .container {
        padding: 0; } }
    .testimonials-list__block .consultation__input {
      background-color: #F2F4F6; }
  .testimonials-list__list > li:not(:last-of-type) {
    margin-bottom: 25px; }
    @media screen and (max-width: 1599px) {
      .testimonials-list__list > li:not(:last-of-type) {
        margin-bottom: 24px; } }
    @media screen and (max-width: 1399px) {
      .testimonials-list__list > li:not(:last-of-type) {
        margin-bottom: 23px; } }
  .testimonials-list__row {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    align-items: stretch; }
    @media screen and (max-width: 1199px) {
      .testimonials-list__row {
        margin-left: -12px;
        margin-right: -12px; } }
    @media screen and (max-width: 1059px) {
      .testimonials-list__row {
        flex-direction: column;
        align-items: center;
        margin: 0; } }
  .testimonials-list__col {
    margin: 0 20px;
    width: 100%; }
    @media screen and (max-width: 1199px) {
      .testimonials-list__col {
        margin: 0 12px; } }
    .testimonials-list__col_1 {
      max-width: 615px; }
      @media screen and (max-width: 1599px) {
        .testimonials-list__col_1 {
          max-width: 600px; } }
      @media screen and (max-width: 1399px) {
        .testimonials-list__col_1 {
          max-width: 580px; } }
      @media screen and (max-width: 1199px) {
        .testimonials-list__col_1 {
          max-width: 520px; } }
    .testimonials-list__col_2 {
      max-width: 509px; }
      @media screen and (max-width: 1599px) {
        .testimonials-list__col_2 {
          max-width: 480px; } }
      @media screen and (max-width: 1399px) {
        .testimonials-list__col_2 {
          max-width: 470px; } }
      @media screen and (max-width: 1199px) {
        .testimonials-list__col_2 {
          max-width: 400px; } }
    @media screen and (max-width: 1059px) {
      .testimonials-list__col_1, .testimonials-list__col_2 {
        max-width: 100%;
        width: 100%;
        margin: 0; }
      .testimonials-list__col_2 {
        max-width: 600px; }
      .testimonials-list__col_1 {
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .testimonials-list__col_2 .main-service__top {
        justify-content: center;
        margin-bottom: 16px; }
      .testimonials-list__col_2 .main-service__form-row {
        margin-bottom: 0; }
      .testimonials-list__col_2 .main-service__form form {
        max-width: 370px;
        width: 100%;
        margin: 0 auto; }
      .testimonials-list__col_2 .main-service__form-text {
        font-size: 12px; }
      .testimonials-list__col_2 .main-service__form-col {
        width: 100%; } }
  .testimonials-list__item {
    padding: 26px 26px 41px;
    background-color: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
    border-radius: 5px; }
    @media screen and (max-width: 1599px) {
      .testimonials-list__item {
        padding: 24px 24px 37px; } }
    @media screen and (max-width: 1399px) {
      .testimonials-list__item {
        padding: 23px 26px 36px; } }
    @media screen and (max-width: 1199px) {
      .testimonials-list__item {
        padding: 20px 23px 32px; } }
    @media screen and (max-width: 767px) {
      .testimonials-list__item {
        padding: 20px 15px 25px; } }
  .testimonials-list__name {
    margin-bottom: 27px; }
    @media screen and (max-width: 1599px) {
      .testimonials-list__name {
        margin-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      .testimonials-list__name {
        margin-bottom: 14px; } }
  .testimonials-list__icon {
    display: block;
    width: 60px;
    height: 44px;
    background: url("../../img/icons/blockqoute.svg") no-repeat center;
    background-size: contain;
    margin-bottom: 13px;
    margin-left: -3px; }
    @media screen and (max-width: 1599px) {
      .testimonials-list__icon {
        width: 58px;
        height: 42px;
        margin-bottom: 11px; } }
    @media screen and (max-width: 767px) {
      .testimonials-list__icon {
        width: 46px;
        height: 36px;
        margin-left: 0;
        margin-bottom: 10px; } }
  .testimonials-list__subtitle {
    margin-bottom: 19px; }
  .testimonials-list__stars {
    margin-bottom: 42px; }
    @media screen and (max-width: 1599px) {
      .testimonials-list__stars {
        margin-bottom: 37px; } }
    @media screen and (max-width: 1399px) {
      .testimonials-list__stars {
        margin-bottom: 35px; } }
    @media screen and (max-width: 767px) {
      .testimonials-list__stars {
        margin-bottom: 21px; } }
    .testimonials-list__stars svg {
      display: block;
      width: 15px;
      height: 15px; }
      .testimonials-list__stars svg:not(:last-of-type) {
        margin-right: 10px; }
  .testimonials-list__content {
    line-height: 160%; }
    .testimonials-list__content p:not(:last-of-type) {
      margin-bottom: 30px; }
      @media screen and (max-width: 1599px) {
        .testimonials-list__content p:not(:last-of-type) {
          margin-bottom: 27px; } }
  .testimonials-list__right {
    margin-top: 10px; }
    @media screen and (max-width: 1199px) {
      .testimonials-list__right {
        margin-top: 0; } }
  .testimonials-list__photo {
    display: block;
    max-width: 857px;
    width: 100%;
    position: absolute;
    right: 15px;
    top: 169px; }
    @media screen and (max-width: 1199px) {
      .testimonials-list__photo {
        max-width: 610px; } }
    @media screen and (max-width: 1059px) {
      .testimonials-list__photo {
        display: none; } }
    .testimonials-list__photo img {
      display: block;
      width: 100%; }

.team {
  padding: 55px 0 0;
  overflow-x: unset !important; }
  .team_lawyer {
    padding-bottom: 69px; }
  .team_repater {
    padding-bottom: 65px; }
    @media screen and (max-width: 991px) {
      .team_repater {
        padding-bottom: 55px; } }
    @media screen and (max-width: 767px) {
      .team_repater {
        padding-bottom: 50px; } }
  .team__navigation {
    margin-bottom: 48px; }
    @media screen and (max-width: 1599px) {
      .team__navigation {
        margin-bottom: 45px; } }
    @media screen and (max-width: 1059px) {
      .team__navigation {
        margin-bottom: 42px; } }
    @media screen and (max-width: 991px) {
      .team__navigation {
        margin-bottom: 40px; } }
    @media screen and (max-width: 576px) {
      .team__navigation {
        margin-bottom: 28px; } }
    .team__navigation-link {
      position: relative; }
      .team__navigation-link::before {
        content: '';
        display: block;
        width: 35px;
        height: 2px;
        background-color: #FF5A5E;
        opacity: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translate(-100%, -50%);
        -webkit-transform: translate(-100%, -50%); }
        @media screen and (max-width: 1599px) {
          .team__navigation-link::before {
            width: 33px; } }
        @media screen and (max-width: 1059px) {
          .team__navigation-link::before {
            width: 31px; } }
        @media screen and (max-width: 991px) {
          .team__navigation-link::before {
            width: 30px; } }
        @media screen and (max-width: 576px) {
          .team__navigation-link::before {
            width: 0;
            left: 50%;
            top: 100%;
            height: 1px;
            transform: translate(-50%, 50%);
            -webkit-transform: translate(-50%, 50%); } }
      .team__navigation-link.active {
        color: #FF5A5E; }
        .team__navigation-link.active::before {
          opacity: 1; }
          @media screen and (max-width: 576px) {
            .team__navigation-link.active::before {
              width: 100%; } }
    @media screen and (max-width: 576px) {
      .team__navigation > li {
        margin-bottom: 12px;
        width: 50%;
        text-align: center; } }
    .team__navigation > li:not(:last-of-type) {
      margin-right: 75px; }
      @media screen and (max-width: 1599px) {
        .team__navigation > li:not(:last-of-type) {
          margin-right: 69px; } }
      @media screen and (max-width: 1059px) {
        .team__navigation > li:not(:last-of-type) {
          margin-right: 62px; } }
      @media screen and (max-width: 991px) {
        .team__navigation > li:not(:last-of-type) {
          margin-right: 58px; } }
      @media screen and (max-width: 576px) {
        .team__navigation > li:not(:last-of-type) {
          margin-right: 0; } }
  .team__list {
    margin-left: -13.5px;
    margin-right: -13.5px;
    margin-bottom: -50px; }
    @media screen and (max-width: 1599px) {
      .team__list {
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: -46px; } }
    @media screen and (max-width: 576px) {
      .team__list {
        flex-direction: column;
        align-items: center !important; } }
    .team__list > li {
      padding: 0 13.5px;
      width: calc(100% / 4);
      margin-bottom: 50px; }
      @media screen and (max-width: 1599px) {
        .team__list > li {
          margin-bottom: 46px;
          padding: 0 12px; } }
      @media screen and (max-width: 1199px) {
        .team__list > li {
          width: 33.333%; } }
      @media screen and (max-width: 991px) {
        .team__list > li {
          width: 50%;
          margin-bottom: 41px; } }
      @media screen and (max-width: 576px) {
        .team__list > li {
          width: 100%;
          max-width: 300px;
          margin-bottom: 34px; } }
      .team__list > li.show {
        animation: fadeIn 0.5s ease; }
      .team__list > li.hide {
        display: none; }
  .team__photo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 27px;
    padding-right: 17px;
    width: 100%;
    height: 0;
    padding-top: 121.5%;
    background: url("../../img/backgrounds/team.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative; }
    .team__photo img {
      display: block;
      max-width: 216px;
      height: auto !important;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .team__photo img {
          max-width: 251px; } }
      @media screen and (max-width: 576px) {
        .team__photo img {
          max-width: 216px; } }
  .team__name {
    margin-bottom: 5px; }
  .team__position {
    line-height: 1.8;
    color: #959595;
    margin-bottom: 10px; }
  .team__description {
    padding: 9px 0;
    border-top: 1px solid rgba(32, 34, 43, 0.1);
    border-bottom: 1px solid rgba(32, 34, 43, 0.1);
    line-height: 160%;
    margin-bottom: 19px;
    min-height: 133px; }
    @media screen and (max-width: 576px) {
      .team__description {
        min-height: auto; } }
  .team__link {
    letter-spacing: 0.05em;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s; }
    .team__link svg {
      display: block;
      width: 12px;
      height: 12px;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      margin-left: 10px; }
    .team__link:hover {
      color: #FF5A5E; }
      .team__link:hover svg {
        fill: #FF5A5E; }
  @media screen and (max-width: 576px) {
    .team-header {
      overflow: hidden; } }
  .team-header__block {
    padding-top: 19px;
    margin-right: -104px; }
    @media screen and (max-width: 1599px) {
      .team-header__block {
        min-height: 200px; } }
    @media screen and (max-width: 1199px) {
      .team-header__block {
        margin-right: -70px; } }
    @media screen and (max-width: 1059px) {
      .team-header__block {
        margin-right: -100px; } }
    @media screen and (max-width: 991px) {
      .team-header__block {
        margin-right: 0;
        padding-top: 43px; } }
  .team-header__left {
    max-width: 422px;
    width: 100%;
    margin-top: 17px;
    padding-bottom: 35px; }
    @media screen and (max-width: 1599px) {
      .team-header__left {
        max-width: 412px; } }
    @media screen and (max-width: 1199px) {
      .team-header__left {
        max-width: 378px; } }
    @media screen and (max-width: 1059px) {
      .team-header__left {
        max-width: 300px; } }
    @media screen and (max-width: 991px) {
      .team-header__left {
        max-width: 365px;
        margin-bottom: 21px;
        margin-top: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center; } }
  .team-header__title {
    margin-bottom: 20px; }
    @media screen and (max-width: 1599px) {
      .team-header__title {
        margin-bottom: 19px; } }
    @media screen and (max-width: 991px) {
      .team-header__title {
        text-align: center;
        margin-bottom: 25px; } }
  @media screen and (max-width: 1199px) {
    .team-header__row {
      align-items: stretch !important;
      min-height: 185px; } }
  @media screen and (max-width: 991px) {
    .team-header__row {
      flex-direction: column;
      align-items: center !important; } }
  .team-header__button {
    margin-bottom: 0; }
  .team-header__photo {
    max-width: 721px;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 1199px) {
      .team-header__photo {
        align-self: flex-end; } }
    @media screen and (max-width: 1059px) {
      .team-header__photo {
        max-width: 600px; } }
    @media screen and (max-width: 991px) {
      .team-header__photo {
        align-self: center;
        max-width: 720px; } }
    @media screen and (max-width: 576px) {
      .team-header__photo {
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px); } }
    .team-header__photo img {
      display: block;
      width: 100%;
      margin-bottom: -4px; }

.lawyer {
  padding: 70px 0 40px; }
  @media screen and (max-width: 1599px) {
    .lawyer {
      padding: 68px 0 38px; } }
  @media screen and (max-width: 1399px) {
    .lawyer {
      padding: 67px 0 38px; } }
  @media screen and (max-width: 1199px) {
    .lawyer {
      padding: 66px 0 37px; } }
  @media screen and (max-width: 1059px) {
    .lawyer {
      padding: 65px 0 35px; } }
  @media screen and (max-width: 767px) {
    .lawyer {
      padding: 60px 0 30px; } }
  @media screen and (max-width: 1315px) {
    .lawyer-top {
      background: url("../../img/backgrounds/team-single.jpg") no-repeat center;
      background-size: cover; } }
  .lawyer-top__block {
    min-height: 440px;
    overflow: hidden;
    background: url("../../img/backgrounds/team-single.jpg") no-repeat center;
    background-size: cover; }
    .lawyer-top__block.no-preview {
      display: flex;
      align-items: center; }
    @media screen and (max-width: 1599px) {
      .lawyer-top__block {
        min-height: 420px; } }
    @media screen and (max-width: 1315px) {
      .lawyer-top__block {
        background: transparent; } }
    @media screen and (max-height: 991px) {
      .lawyer-top__block {
        min-height: auto; } }
    @media screen and (max-width: 767px) {
      .lawyer-top__block {
        padding-top: 52px; }
        .lawyer-top__block .container {
          padding: 0; } }
  @media screen and (max-width: 767px) {
    .lawyer-top__row {
      flex-direction: column;
      align-items: center; } }
  .lawyer-top__content {
    max-width: 653px;
    width: 100%;
    margin-right: 52px; }
    @media screen and (max-width: 1599px) {
      .lawyer-top__content {
        max-width: 630px;
        margin-right: 45px; } }
    @media screen and (max-width: 1199px) {
      .lawyer-top__content {
        max-width: 550px; } }
    @media screen and (max-width: 991px) {
      .lawyer-top__content {
        margin-right: 25px; } }
    @media screen and (max-width: 767px) {
      .lawyer-top__content {
        margin-right: 0;
        margin-bottom: 15px; } }
  .lawyer-top__photo {
    display: block;
    max-width: 388px;
    width: 100%;
    margin-top: 9px;
    overflow: hidden; }
    .lawyer-top__photo_long {
      max-width: 500px; }
      .lawyer-top__photo_long img {
        margin-bottom: -10px !important; }
    @media screen and (max-width: 1599px) {
      .lawyer-top__photo {
        max-width: 380px; } }
    @media screen and (max-width: 1399px) {
      .lawyer-top__photo {
        max-width: 363px; } }
    @media screen and (max-width: 1199px) {
      .lawyer-top__photo {
        max-width: 350px; } }
    @media screen and (max-width: 1059px) {
      .lawyer-top__photo {
        max-width: 330px; } }
    @media screen and (max-width: 991px) {
      .lawyer-top__photo {
        max-width: 280px; } }
    @media screen and (max-width: 767px) {
      .lawyer-top__photo {
        max-width: 250px; } }
    .lawyer-top__photo img {
      display: block;
      width: 100%;
      margin-bottom: -73px; }
      @media screen and (max-width: 1599px) {
        .lawyer-top__photo img {
          margin-bottom: -65px; } }
      @media screen and (max-width: 1399px) {
        .lawyer-top__photo img {
          margin-bottom: -60px; } }
      @media screen and (max-width: 1199px) {
        .lawyer-top__photo img {
          margin-bottom: -55px; } }
      @media screen and (max-width: 991px) {
        .lawyer-top__photo img {
          margin-bottom: -20px; } }
      @media screen and (max-width: 767px) {
        .lawyer-top__photo img {
          margin-bottom: -65px; } }
  .lawyer-top__title {
    letter-spacing: 0.02em;
    margin-bottom: 30px; }
    @media screen and (max-width: 1599px) {
      .lawyer-top__title {
        margin-bottom: 28px; } }
    @media screen and (max-width: 1399px) {
      .lawyer-top__title {
        margin-bottom: 27px; } }
    @media screen and (max-width: 1199px) {
      .lawyer-top__title {
        margin-bottom: 25px; } }
    @media screen and (max-width: 1059px) {
      .lawyer-top__title {
        margin-bottom: 24px; } }
    @media screen and (max-width: 767px) {
      .lawyer-top__title {
        margin-bottom: 21px; } }
  .lawyer-top__position {
    letter-spacing: 0.05em;
    margin-bottom: 29px;
    line-height: calc(22 / 18); }
    @media screen and (max-width: 1599px) {
      .lawyer-top__position {
        margin-bottom: 27px; } }
    @media screen and (max-width: 1399px) {
      .lawyer-top__position {
        margin-bottom: 26px; } }
    @media screen and (max-width: 1199px) {
      .lawyer-top__position {
        margin-bottom: 24px; } }
    @media screen and (max-width: 1059px) {
      .lawyer-top__position {
        margin-bottom: 23px; } }
    @media screen and (max-width: 767px) {
      .lawyer-top__position {
        margin-bottom: 21px; } }
  .lawyer-top__line {
    display: block;
    width: 101px;
    height: 2px;
    background-color: #FF5A5E;
    margin-bottom: 29px; }
    @media screen and (max-width: 1599px) {
      .lawyer-top__line {
        margin-bottom: 27px; } }
    @media screen and (max-width: 1399px) {
      .lawyer-top__line {
        margin-bottom: 26px; } }
    @media screen and (max-width: 1199px) {
      .lawyer-top__line {
        margin-bottom: 24px;
        width: 90px; } }
    @media screen and (max-width: 991px) {
      .lawyer-top__line {
        width: 84px;
        margin-bottom: 23px; } }
    @media screen and (max-width: 767px) {
      .lawyer-top__line {
        width: 71px;
        margin-bottom: 21px; } }
  .lawyer-top__contacts > li:not(:last-of-type) {
    margin-bottom: 23px; }
    @media screen and (max-width: 1599px) {
      .lawyer-top__contacts > li:not(:last-of-type) {
        margin-bottom: 21px; } }
    @media screen and (max-width: 1399px) {
      .lawyer-top__contacts > li:not(:last-of-type) {
        margin-bottom: 20px; } }
    @media screen and (max-width: 1199px) {
      .lawyer-top__contacts > li:not(:last-of-type) {
        margin-bottom: 19px; } }
    @media screen and (max-width: 991px) {
      .lawyer-top__contacts > li:not(:last-of-type) {
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      .lawyer-top__contacts > li:not(:last-of-type) {
        margin-bottom: 17px; } }
  .lawyer-top__contacts-link {
    display: block;
    position: relative;
    letter-spacing: 0.06em;
    padding-left: 31px; }
    @media screen and (max-width: 1399px) {
      .lawyer-top__contacts-link {
        padding-left: 30px; }
        .lawyer-top__contacts-link i {
          width: 21px; } }
    @media screen and (max-width: 1199px) {
      .lawyer-top__contacts-link i {
        width: 20px;
        height: 20px; } }
    @media screen and (max-width: 991px) {
      .lawyer-top__contacts-link i {
        width: 18px;
        height: 18px; } }
    @media screen and (max-width: 767px) {
      .lawyer-top__contacts-link {
        padding-left: 28px; }
        .lawyer-top__contacts-link i {
          width: 16px;
          height: 16px; } }
    .lawyer-top__contacts-link i {
      position: absolute;
      left: 0;
      top: 0; }
  .lawyer__row {
    margin-left: -20px;
    margin-right: -20px; }
    @media screen and (max-width: 1199px) {
      .lawyer__row {
        margin-left: -10px;
        margin-right: -10px; } }
    @media screen and (max-width: 1059px) {
      .lawyer__row {
        flex-direction: column;
        align-items: center;
        margin: 0; } }
  .lawyer__col {
    width: 100%;
    margin: 0 20px; }
    @media screen and (max-width: 1199px) {
      .lawyer__col {
        margin: 0 10px; } }
    .lawyer__col_1 {
      max-width: 756px; }
      @media screen and (max-width: 1599px) {
        .lawyer__col_1 {
          max-width: 710px; } }
      @media screen and (max-width: 1399px) {
        .lawyer__col_1 {
          max-width: 680px; } }
      @media screen and (max-width: 1199px) {
        .lawyer__col_1 {
          max-width: 520px; } }
      @media screen and (max-width: 1059px) {
        .lawyer__col_1 {
          max-width: 100%;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 40px; } }
      @media screen and (max-width: 767px) {
        .lawyer__col_1 {
          margin-bottom: 30px; } }
    .lawyer__col_2 {
      max-width: 569px; }
      @media screen and (max-width: 1599px) {
        .lawyer__col_2 {
          max-width: 530px; } }
      @media screen and (max-width: 1399px) {
        .lawyer__col_2 {
          max-width: 510px; } }
      @media screen and (max-width: 1199px) {
        .lawyer__col_2 {
          max-width: 460px; } }
      @media screen and (max-width: 1059px) {
        .lawyer__col_2 {
          max-width: 100%;
          margin-left: 0;
          margin-right: 0; } }
  .lawyer__member {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -11px -10px -22px; }
    .lawyer__member-name {
      line-height: 1.5 !important;
      margin-bottom: 8px !important; }
    .lawyer__member .lawyer-top__contacts > li:not(:last-of-type) {
      margin-bottom: 7px !important; }
    .lawyer__member .lawyer-top__contacts-link i {
      top: 8px;
      width: 18px; }
      @media screen and (max-width: 767px) {
        .lawyer__member .lawyer-top__contacts-link i {
          top: 6px;
          width: 15px; } }
    .lawyer__member > li {
      width: 50%;
      padding: 0 10px;
      margin-bottom: 22px; }
      @media screen and (max-width: 767px) {
        .lawyer__member > li {
          width: 100%; } }
  .lawyer__content {
    padding-top: 31px;
    padding-left: 100px; }
    @media screen and (max-width: 1599px) {
      .lawyer__content {
        padding-top: 29px;
        padding-left: 85px; } }
    @media screen and (max-width: 1399px) {
      .lawyer__content {
        padding-top: 27px;
        padding-left: 75px; } }
    @media screen and (max-width: 1199px) {
      .lawyer__content {
        padding-top: 22px;
        padding-left: 60px; } }
    @media screen and (max-width: 1059px) {
      .lawyer__content {
        padding-top: 0;
        padding-left: 0; } }
    .lawyer__content h1,
    .lawyer__content h2 {
      max-width: 800px; }
    .lawyer__content h1,
    .lawyer__content h2,
    .lawyer__content h4 {
      font-size: 32px;
      line-height: 150%;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 35px; }
      @media screen and (max-width: 1599px) {
        .lawyer__content h1,
        .lawyer__content h2,
        .lawyer__content h4 {
          font-size: 30px;
          margin-bottom: 32px; } }
      @media screen and (max-width: 1399px) {
        .lawyer__content h1,
        .lawyer__content h2,
        .lawyer__content h4 {
          font-size: 28px;
          margin-bottom: 33px; } }
      @media screen and (max-width: 1199px) {
        .lawyer__content h1,
        .lawyer__content h2,
        .lawyer__content h4 {
          font-size: 25px;
          margin-bottom: 28px; } }
      @media screen and (max-width: 991px) {
        .lawyer__content h1,
        .lawyer__content h2,
        .lawyer__content h4 {
          font-size: 23px;
          margin-bottom: 25px; } }
      @media screen and (max-width: 767px) {
        .lawyer__content h1,
        .lawyer__content h2,
        .lawyer__content h4 {
          font-size: 21px;
          margin-bottom: 23px; } }
    .lawyer__content h5 {
      font-size: 26px;
      line-height: 150%;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 30px; }
      @media screen and (max-width: 1599px) {
        .lawyer__content h5 {
          font-size: 24px;
          margin-bottom: 28px; } }
      @media screen and (max-width: 1399px) {
        .lawyer__content h5 {
          font-size: 22px;
          margin-bottom: 26px; } }
      @media screen and (max-width: 1199px) {
        .lawyer__content h5 {
          font-size: 21px;
          margin-bottom: 24px; } }
      @media screen and (max-width: 991px) {
        .lawyer__content h5 {
          font-size: 20px;
          margin-bottom: 22px; } }
      @media screen and (max-width: 767px) {
        .lawyer__content h5 {
          font-size: 18px;
          margin-bottom: 20px; } }
    .lawyer__content p {
      margin-bottom: 30px; }
      @media screen and (max-width: 1599px) {
        .lawyer__content p {
          margin-bottom: 28px; } }
      @media screen and (max-width: 1399px) {
        .lawyer__content p {
          margin-bottom: 27px; } }
      @media screen and (max-width: 1199px) {
        .lawyer__content p {
          margin-bottom: 25px; } }
      @media screen and (max-width: 991px) {
        .lawyer__content p {
          margin-bottom: 24px; } }
      @media screen and (max-width: 767px) {
        .lawyer__content p {
          margin-bottom: 22px; } }
      .lawyer__content p.subtitle {
        font-weight: 700;
        font-size: 22px;
        line-height: 160%;
        margin-bottom: 40px; }
        @media screen and (max-width: 1599px) {
          .lawyer__content p.subtitle {
            font-size: 21px;
            margin-bottom: 37px; } }
        @media screen and (max-width: 1399px) {
          .lawyer__content p.subtitle {
            font-size: 20px;
            margin-bottom: 35px; } }
        @media screen and (max-width: 1199px) {
          .lawyer__content p.subtitle {
            font-size: 19px;
            margin-bottom: 30px; } }
        @media screen and (max-width: 991px) {
          .lawyer__content p.subtitle {
            font-size: 18px;
            margin-bottom: 27px; } }
        @media screen and (max-width: 767px) {
          .lawyer__content p.subtitle {
            font-size: 16px;
            margin-bottom: 24px; } }
    .lawyer__content blockquote {
      position: relative;
      margin-left: -100px;
      padding: 57px 0 27px 100px;
      border: 1px solid rgba(139, 141, 147, 0.3);
      margin-bottom: 30px;
      margin-top: -2px; }
      @media screen and (max-width: 1599px) {
        .lawyer__content blockquote {
          margin-left: -85px;
          margin-bottom: 28px;
          padding: 42px 0 25px 85px; } }
      @media screen and (max-width: 1399px) {
        .lawyer__content blockquote {
          margin-left: -75px;
          padding-left: 75px; } }
      @media screen and (max-width: 1199px) {
        .lawyer__content blockquote {
          margin-left: -60px;
          padding: 35px 20px 16px 60px; } }
      @media screen and (max-width: 1059px) {
        .lawyer__content blockquote {
          margin-left: 0;
          padding: 60px 20px 22px; } }
      @media screen and (max-width: 991px) {
        .lawyer__content blockquote {
          margin-bottom: 27px; } }
      @media screen and (max-width: 767px) {
        .lawyer__content blockquote {
          margin-bottom: 24px;
          padding: 55px 10px 22px;
          margin-left: -10px;
          margin-right: -10px; } }
      .lawyer__content blockquote::before {
        content: '';
        display: block;
        width: 60px;
        height: 60px;
        background: url("../../img/icons/double-quotes.svg") no-repeat center;
        background-size: contain;
        position: absolute;
        left: 19px;
        top: 29px; }
        @media screen and (max-width: 1599px) {
          .lawyer__content blockquote::before {
            width: 57px;
            height: 57px;
            left: 15px;
            top: 27px; } }
        @media screen and (max-width: 1399px) {
          .lawyer__content blockquote::before {
            width: 54px;
            height: 54px;
            left: 12px;
            top: 25px; } }
        @media screen and (max-width: 1199px) {
          .lawyer__content blockquote::before {
            width: 45px;
            height: 45px;
            left: 8px;
            top: 23px; } }
        @media screen and (max-width: 1059px) {
          .lawyer__content blockquote::before {
            left: 15px;
            top: 10px; } }
        @media screen and (max-width: 767px) {
          .lawyer__content blockquote::before {
            width: 40px;
            height: 40px;
            top: 7px;
            left: 10px; } }
      .lawyer__content blockquote p {
        max-width: 504px;
        margin-bottom: 0 !important; }
        @media screen and (max-width: 1199px) {
          .lawyer__content blockquote p {
            max-width: 420px; } }
        @media screen and (max-width: 1059px) {
          .lawyer__content blockquote p {
            max-width: 100%; } }
      .lawyer__content blockquote cite {
        display: block;
        font-weight: 600;
        font-size: 18px;
        line-height: 180%;
        text-align: right;
        margin-top: 10px;
        padding-right: 6px; }
        @media screen and (max-width: 1599px) {
          .lawyer__content blockquote cite {
            font-size: 17px; } }
        @media screen and (max-width: 1399px) {
          .lawyer__content blockquote cite {
            font-size: 16px;
            padding-right: 0; } }
        @media screen and (max-width: 991px) {
          .lawyer__content blockquote cite {
            font-size: 15px; } }
        @media screen and (max-width: 767px) {
          .lawyer__content blockquote cite {
            font-size: 14px; } }
  .lawyer__single.main-service__item {
    margin-top: -20px;
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    @media screen and (max-width: 1199px) {
      .lawyer__single.main-service__item {
        min-height: calc(100vh - 75px); } }
    @media screen and (max-width: 1059px) {
      .lawyer__single.main-service__item {
        margin-top: 0;
        min-height: auto; }
        .lawyer__single.main-service__item .main-service__photo {
          opacity: 0 !important; }
          .lawyer__single.main-service__item .main-service__photo:first-of-type {
            opacity: 1 !important; } }
  .lawyer__single .main-service__photo-block {
    padding-top: 0; }
    @media screen and (max-width: 1059px) {
      .lawyer__single .main-service__photo-block {
        height: 360px; } }
    @media screen and (max-width: 991px) {
      .lawyer__single .main-service__photo-block {
        padding-top: 50%;
        height: 0; } }
    @media screen and (max-width: 767px) {
      .lawyer__single .main-service__photo-block {
        padding-top: 70%; } }

.contacts-header__block {
  position: relative;
  padding: 45px 0 43px;
  min-height: 200px; }
  .contacts-header__block::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #F2F4F6 44.79%, rgba(242, 244, 246, 0) 93.11%); }
  @media screen and (max-width: 1315px) {
    .contacts-header__block {
      width: 100vw;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); } }

.contacts-header__photo {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 795px;
  width: 100%;
  height: 100%; }
  .contacts-header__photo img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.contacts-header__title {
  max-width: 450px; }
  @media screen and (max-width: 991px) {
    .contacts-header__title {
      text-align: center;
      margin-bottom: 25px; } }

.contacts-header__row {
  max-width: 1050px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .contacts-header__row {
      flex-direction: column;
      align-items: center; } }

.contacts-header__button {
  margin-bottom: 0; }
  @media screen and (max-width: 1599px) {
    .contacts-header__button {
      max-width: 395px; } }
  @media screen and (max-width: 1399px) {
    .contacts-header__button {
      max-width: 370px; } }
  @media screen and (max-width: 1199px) {
    .contacts-header__button {
      max-width: 340px; } }
  @media screen and (max-width: 991px) {
    .contacts-header__button {
      max-width: 300px;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .contacts-header__button {
      max-width: 290px; } }
  @media screen and (max-width: 576px) {
    .contacts-header__button {
      max-width: 224px; } }

.contacts-body {
  padding: 85px 0 90px; }
  @media screen and (max-width: 1599px) {
    .contacts-body {
      padding: 75px 0; } }
  @media screen and (max-width: 1399px) {
    .contacts-body {
      padding: 75px 0; } }
  @media screen and (max-width: 1199px) {
    .contacts-body {
      padding: 70px 0; } }
  @media screen and (max-width: 991px) {
    .contacts-body {
      padding: 65px 0; } }
  @media screen and (max-width: 767px) {
    .contacts-body {
      padding: 60px 0; } }
  .contacts-body__title {
    max-width: 630px;
    width: 100%;
    line-height: 150%;
    margin: 0 auto 66px; }
    @media screen and (max-width: 1599px) {
      .contacts-body__title {
        margin-bottom: 64px; } }
    @media screen and (max-width: 1399px) {
      .contacts-body__title {
        margin-bottom: 62px; } }
    @media screen and (max-width: 1199px) {
      .contacts-body__title {
        margin-bottom: 60px;
        max-width: 581px; } }
    @media screen and (max-width: 1059px) {
      .contacts-body__title {
        max-width: 570px;
        margin-bottom: 50px; } }
    @media screen and (max-width: 991px) {
      .contacts-body__title {
        max-width: 426px;
        margin-bottom: 49px; } }
    @media screen and (max-width: 767px) {
      .contacts-body__title {
        margin-bottom: 45px; } }
  .contacts-body__label {
    margin-bottom: 14px; }
  .contacts-body__row {
    align-items: stretch;
    margin-bottom: 87px; }
    @media screen and (max-width: 1599px) {
      .contacts-body__row {
        margin-bottom: 85px; } }
    @media screen and (max-width: 1399px) {
      .contacts-body__row {
        margin-bottom: 82px; } }
    @media screen and (max-width: 1199px) {
      .contacts-body__row {
        margin-bottom: 78px; } }
    @media screen and (max-width: 1059px) {
      .contacts-body__row {
        margin-bottom: 72px;
        flex-direction: column;
        align-items: center;
        background-color: transparent; } }
    @media screen and (max-width: 767px) {
      .contacts-body__row {
        margin-bottom: 50px; } }
  .contacts-body__map {
    height: 600px;
    width: 717px;
    flex-shrink: 0; }
    .contacts-body__map .footer__content {
      opacity: 1 !important;
      font-family: 'Inter'; }
      .contacts-body__map .footer__content a {
        color: unset !important; }
    @media screen and (max-width: 1599px) {
      .contacts-body__map {
        width: 690px;
        height: auto;
        min-height: 600px; } }
    @media screen and (max-width: 1399px) {
      .contacts-body__map {
        width: 630px;
        min-height: 580px; } }
    @media screen and (max-width: 1199px) {
      .contacts-body__map {
        width: 530px;
        min-height: 560px; } }
    @media screen and (max-width: 1059px) {
      .contacts-body__map {
        position: relative;
        width: 100vw;
        min-height: 500px;
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .contacts-body__map {
        min-height: 410px;
        margin-bottom: 0; } }
  .contacts-body__right {
    width: 100%;
    flex-shrink: 1;
    padding: 63px 61px 64px 64px; }
    @media screen and (max-width: 1599px) {
      .contacts-body__right {
        padding: 61px 57px 53px 57px; } }
    @media screen and (max-width: 1399px) {
      .contacts-body__right {
        padding: 60px 53px 51px 46px; } }
    @media screen and (max-width: 1199px) {
      .contacts-body__right {
        padding: 53px 34px 52px 34px; } }
    @media screen and (max-width: 1059px) {
      .contacts-body__right {
        max-width: 500px;
        width: 100%;
        background-color: #F2F4F6; } }
    @media screen and (max-width: 767px) {
      .contacts-body__right {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        padding: 44px 15px 34px; }
        .contacts-body__right .main-service__form-col {
          width: 100%; } }

.contacts-map__title {
  margin-bottom: 43px; }
  @media screen and (max-width: 1599px) {
    .contacts-map__title {
      margin-bottom: 42px; } }
  @media screen and (max-width: 1399px) {
    .contacts-map__title {
      margin-bottom: 41px; } }
  @media screen and (max-width: 1199px) {
    .contacts-map__title {
      margin-bottom: 39px; } }
  @media screen and (max-width: 991px) {
    .contacts-map__title {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .contacts-map__title {
      font-size: 20px;
      margin-bottom: 24px; } }

.contacts-map__form {
  position: relative; }
  .contacts-map__form .main-service__form-col:not(:last-of-type) {
    margin-bottom: 30.5px; }
    @media screen and (max-width: 1599px) {
      .contacts-map__form .main-service__form-col:not(:last-of-type) {
        margin-bottom: 30px; } }
    @media screen and (max-width: 1399px) {
      .contacts-map__form .main-service__form-col:not(:last-of-type) {
        margin-bottom: 28px; } }
    @media screen and (max-width: 1199px) {
      .contacts-map__form .main-service__form-col:not(:last-of-type) {
        margin-bottom: 26px; } }
    @media screen and (max-width: 767px) {
      .contacts-map__form .main-service__form-col:not(:last-of-type) {
        margin-bottom: 21px; } }
  .contacts-map__form .main-service__form-row {
    margin-bottom: 0; }

.contacts-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -39px;
  padding: 0 4px; }
  @media screen and (max-width: 1199px) {
    .contacts-list {
      margin-bottom: -35px; } }
  @media screen and (max-width: 991px) {
    .contacts-list {
      margin-bottom: -34px; } }
  .contacts-list > li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 39px; }
    @media screen and (max-width: 1599px) {
      .contacts-list > li {
        margin-bottom: 38px; } }
    @media screen and (max-width: 1199px) {
      .contacts-list > li {
        width: 33.333%;
        margin-bottom: 35px; } }
    @media screen and (max-width: 991px) {
      .contacts-list > li {
        width: 50%;
        margin-bottom: 34px; } }
    @media screen and (max-width: 767px) {
      .contacts-list > li {
        width: 100%;
        margin-bottom: 33px; } }
    .contacts-list > li.divider {
      display: none;
      width: 100% !important;
      margin-bottom: 63px;
      height: 1px !important; }
      @media screen and (max-width: 1199px) {
        .contacts-list > li.divider {
          margin-bottom: 56px; } }
      @media screen and (max-width: 767px) {
        .contacts-list > li.divider {
          margin-bottom: 35px; }
          .contacts-list > li.divider:last-of-type {
            display: none !important; } }
    .contacts-list > li:nth-of-type(7n) + .divider {
      display: block; }
    @media screen and (max-width: 1199px) {
      .contacts-list > li:nth-of-type(7n) + .divider {
        display: none; }
      .contacts-list > li:nth-of-type(5n) + .divider, .contacts-list > li:nth-of-type(11n) + .divider {
        display: block; } }
    @media screen and (max-width: 991px) {
      .contacts-list > li:nth-of-type(5n) + .divider, .contacts-list > li:nth-of-type(11n) + .divider {
        display: none; }
      .contacts-list > li:nth-of-type(3) + .divider, .contacts-list > li:nth-of-type(7) + .divider, .contacts-list > li:nth-of-type(11) + .divider, .contacts-list > li:nth-of-type(15) + .divider {
        display: block; } }
    @media screen and (max-width: 767px) {
      .contacts-list > li + .divider {
        display: block !important; } }
  .contacts-list__divider {
    display: block;
    height: 1px;
    background: rgba(139, 141, 147, 0.3); }
  .contacts-list__name {
    margin-bottom: 10px; }
  .contacts-list__title {
    margin-bottom: 17px; }
    @media screen and (max-width: 1199px) {
      .contacts-list__title {
        margin-bottom: 16px; } }
    @media screen and (max-width: 767px) {
      .contacts-list__title {
        margin-bottom: 14px; } }
    .contacts-list__title::after {
      content: '';
      display: block;
      width: 40px;
      height: 2px;
      background-color: #FF5A5E;
      position: absolute;
      left: 0;
      bottom: -6px;
      transform: translateY(50%);
      -webkit-transform: translateY(50%); }
      @media screen and (max-width: 767px) {
        .contacts-list__title::after {
          bottom: -5px; } }
  .contacts-list__text {
    line-height: 160%;
    margin-bottom: 15px; }
    .contacts-list__text br {
      display: none; }
    @media screen and (max-width: 1199px) {
      .contacts-list__text {
        max-width: 256px; } }
  .contacts-list__list > li:not(:last-of-type) {
    margin-bottom: 11px; }

@media screen and (max-width: 991px) {
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    padding-right: 20px; }
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column::after {
      display: none; }
  #mega-menu-wrap-primary_menu .mega-menu-toggle + #mega-menu-primary_menu {
    position: fixed;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    overflow-y: auto;
    left: 0;
    top: 78px;
    padding: 20px 22px 20px !important;
    display: block;
    -ms-transform: translateY(calc(-100% - 78px)) translateZ(-1px);
    -webkit-transform: translateY(calc(-100% - 78px)) translateZ(-1px);
    -moz-transform: translateY(calc(-100% - 78px)) translateZ(-1px);
    -o-transform: translateY(calc(-100% - 78px)) translateZ(-1px);
    transform: translateY(calc(-100% - 78px)) translateZ(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease-in-out !important;
    -webkit-transition: 0.3s ease-in-out !important; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    #mega-menu-wrap-primary_menu .mega-menu-toggle + #mega-menu-primary_menu {
      top: 64px; } }

@media screen and (max-width: 991px) {
  #mega-menu-wrap-primary_menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary_menu {
    -ms-transform: translateY(0) translateZ(-1px);
    -webkit-transform: translateY(0) translateZ(-1px);
    -moz-transform: translateY(0) translateZ(-1px);
    -o-transform: translateY(0) translateZ(-1px);
    transform: translateY(0) translateZ(-1px); }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item {
    font-size: 16px; }
  .header__menu-wrap .mega-menu > li:not(:last-of-type)::after {
    display: none !important; }
  #mega-menu-wrap-primary_menu .mega-menu-toggle + #mega-menu-primary_menu {
    z-index: -1; }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    box-shadow: none;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 7px;
    position: relative;
    padding-left: 15px; }
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      opacity: 0.05;
      background: #000000;
      position: absolute;
      left: 0;
      bottom: -10px; } }
    @media screen and (max-width: 991px) and (max-width: 600px) {
      #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu::after {
        bottom: -19px; } }

@media screen and (max-width: 991px) {
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item {
    margin-right: 0 !important; }
  #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after,
  #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner, #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after {
    width: 32px;
    height: 3px; }
  #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    display: flex;
    justify-content: center; }
  #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin: 0; }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item {
    margin-bottom: 15px; }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: block !important; }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu > li > a svg {
    width: 40px;
    height: 40px;
    margin-right: 15px; }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu > li > a {
    font-size: 16px; }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu .sub-menu {
    font-size: 14px; }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    display: flex;
    flex-wrap: wrap; }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 33.333%; }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-sub-menu > li:not(:last-of-type) {
    margin-bottom: 30px; }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mega-menu-item.mobile-consultation a:hover {
    background: #20222B !important;
    color: #fff !important; }
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mobile-consultation a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    letter-spacing: 0.05em !important;
    font-family: "Inter", sans-serif !important;
    max-width: 450px !important;
    color: #fff;
    background: #FF5A5E !important;
    height: 48px !important;
    cursor: pointer !important;
    border-radius: 5px !important;
    transition: .35s;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 auto !important; } }

@media screen and (max-width: 600px) {
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100%; } }
@media screen and (max-width: 767px) {
	  .fixed-block,
	  .fixed-block.active,
	  .fixed-block.show {display:none!important}
 }