@charset "UTF-8";
body,
html {
  overflow-x: hidden;
}

body {
  max-width: 1920px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  font-family: "actay", sans-serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style-type: none;
}

ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

button {
  outline: 0;
  outline-offset: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header,
main {
  margin: 0 auto;
  width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  blockquote {
    -webkit-margin-before: 0.5em;
            margin-block-start: 0.5em;
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.container {
  margin: 0 auto;
  max-width: 1426px;
  width: 100%;
  padding: 0px 30px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0px 10px;
  }
}

.static_btn {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.title_block {
  font-weight: 700;
  font-size: 54px;
  line-height: 110%;
  color: #17181C;
}
@media only screen and (max-width: 1200px) {
  .title_block {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .title_block {
    font-size: 28px;
  }
}
.title_block_subtitle {
  font-size: 21px;
}
@media only screen and (max-width: 600px) {
  .title_block_subtitle {
    font-size: 17px;
  }
}

.title2_block {
  font-weight: 700;
  font-size: 41px;
  line-height: 1.2;
  color: #272727;
}
@media only screen and (max-width: 600px) {
  .title2_block {
    font-size: 21px;
  }
}

.btn_block {
  display: inline-block;
  padding: 9px 15px;
  background: #ECBD2D;
  border-radius: 7px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  color: #272727;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .btn_block {
    font-size: 11px;
  }
}
@media only screen and (max-width: 600px) {
  .btn_block {
    font-size: 9px;
    padding: 7px 15px;
  }
}

.btn2_block {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  color: #272727;
  padding: 15px 25px;
  background-color: #ECBD2D;
  border-radius: 7px;
  border: none;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .btn2_block {
    font-size: 15px;
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .btn2_block {
    font-size: 11px;
  }
}

.btn3_block {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.25;
  color: #797979;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  border: 0.5px solid #DADADA;
  border-radius: 7px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .btn3_block {
    font-size: 15px;
  }
}

.title_color {
  color: #176BB2;
}

.title_color2 {
  color: #FB4829;
}

.title_btn {
  padding: 12px 26px;
  height: 45px;
  background: #ECBD2D;
  border-radius: 5px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  color: #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .title_btn {
    font-size: 15px;
    padding: 12px 22px;
  }
}

.btn_quiz1,
.btn_quiz2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 15px 30px;
  height: 51px;
  white-space: nowrap;
  background-color: #FB4829;
  border-radius: 40px;
  cursor: pointer;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .btn_quiz1,
  .btn_quiz2 {
    padding: 12px 20px;
    height: 47px;
  }
}

.btn_quiz2 {
  width: 100%;
}

.head_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#111114), color-stop(40%, #111114), color-stop(73%, #1b1b1d), color-stop(73%, #fff));
  background: linear-gradient(to bottom, #111114 0%, #111114 40%, #1b1b1d 73%, #fff 73%);
}
@media only screen and (max-width: 767px) {
  .head_bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#111114), to(#111114));
    background: linear-gradient(to bottom, #111114 0%, #111114 100%);
  }
}
.head_bg2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .head_bg2 {
    background-size: 130% auto;
    background-position: right 0 bottom 0;
  }
}
@media only screen and (min-width: 767px) {
  .head_bg2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 42%;
    z-index: 0;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.macro_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #8D8D8D;
}
.macro_text img {
  width: 23px;
  height: 9px;
  margin-right: 13px;
}

@media only screen and (max-width: 767px) {
  .color_red {
    color: #FB4829;
  }
}

.logo-dark {
  display: none;
}

.nohome .head_bg {
  background: none !important;
}
.nohome .head_bg2 {
  background-image: none !important;
}
@media only screen and (min-width: 767px) {
  .nohome .head_bg2::after {
    display: none;
  }
}
.nohome .header__top-geo {
  background-image: url("../img/geo-darck.svg");
}
.nohome .header__top-geo__item {
  color: #8D8D8D;
}
.nohome .header__top-email__link {
  color: #8D8D8D;
  background-image: url("../img/email-darck.svg");
}
.nohome .menu__nav > li a {
  color: #17181C;
}
.nohome .header__contacts-tel {
  color: #17181C;
}
.nohome .logo-light {
  display: none;
}
.nohome .logo-dark {
  display: block;
}
.nohome .menu__nav > li a {
  color: rgb(23, 24, 28);
}
.nohome .menu__nav > li.menu-item-has-children > a {
  background-image: url("../img/arrow_outlined2.svg");
}
.nohome .menu__nav > li .menu-item-has-children > a {
  background-image: url("../img/arrow_outlined2_right.svg");
  background-size: 5px 7px;
}
.nohome .menu__nav li li {
  background-color: #fff;
}
.nohome .menu__nav li li:hover {
  background-color: rgb(248, 248, 248);
}
.nohome .menu__nav ul {
  background-color: transparent;
}

.header__bg {
  position: relative;
  z-index: 2;
}
.header__top {
  padding: 12px 0;
  border-bottom: 1px solid #4A4A4A;
}
@media only screen and (max-width: 767px) {
  .header__top {
    padding: 6px 0 12px;
  }
}
.header__top-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header__top-cover {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__top-right {
  max-width: 160px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header__top-right {
    display: none;
  }
}
.header__top-geo {
  margin: 0;
  padding-left: 19px;
  background-image: url("../img/geo.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 9px 12px;
}
.header__top-geo__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #A6A6A6;
}
.header__top-email__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 23px;
  background-image: url("../img/email.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #A6A6A6;
  outline: none;
}
.header__bottom {
  padding: 13px 0;
  border-bottom: 1px solid #4A4A4A;
}
@media only screen and (max-width: 767px) {
  .header__bottom {
    padding: 13px 0 0;
    border-bottom: none;
  }
}
.header__bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  /* display: block;
  max-width: 134px;
  padding-right: 20px;
  position: relative; */
  /* position: absolute; */
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  max-width: 1px;
  max-height: 1px;
}
.header__logo::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% + 26px);
  width: 1px;
  background-color: #4A4A4A;
}
@media only screen and (max-width: 767px) {
  .header__logo::after {
    display: none;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1199.4px) {
  .header__right {
    width: 100%;
    justify-content: space-between;
  }
}
.header__contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 767px) {
  .header__contacts {
    display: none;
  }
}
.header__contacts-tel {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.header__contacts-tel::before {
  content: "";
  width: 7px;
  height: 7px;
  opacity: 0;
  border-radius: 50%;
  background-color: #FB4829;
  margin-right: 10px;
  -webkit-animation: sign ease-in-out 0.8s infinite;
          animation: sign ease-in-out 0.8s infinite;
}
.header__btn {
  margin-left: 40px;
  width: 100%;
  max-width: 185px;
}
@media only screen and (max-width: 1400px) {
  .header__btn {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header__btn {
    /* display: none; */
  }
}
.header__btn-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 20px 12px;
  background-color: #FB4829;
  min-height: 51px;
  border-radius: 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header__btn-link {
    padding: 10px 15px;
    font-size: 12px;
    min-height: auto;
    height: auto;
  }
}
.header__burger {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  cursor: pointer;
  margin-left: 20px;
}
@media only screen and (min-width: 1199.6px) {
  .header__burger {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header__burger {
    padding: 8px 15px;
  }
}
.header__burger-menu {
  display: none;
  font-weight: 500;
  line-height: 150%;
  color: #17181C;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .header__burger-menu {
    font-size: 12px;
  }
}
.header__burger-icon {
  width: 56px;
  height: 35px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .header__burger-icon {
    margin-left: 4px;
  }
}
@-webkit-keyframes sign {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sign {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.city_not_selected {
  height: 100vh;
}
body.city_not_selected .head_bg {
  background: transparent;
}
body.city_not_selected .head_bg2 {
  background-image: none;
}
body.city_not_selected div.popup-window-overlay {
  background: #000 !important;
  width: 100% !important;
  height: 100% !important;
}
body.city_not_selected .popup-window-close-icon {
  display: none;
}
body.city_not_selected .pop-up.city-confirm {
  top: 10% !important;
  opacity: 0 !important;
}
body.city_not_selected .header__top {
  border: none;
  display: block;
}
body.city_not_selected .pop-up.popup-window:before {
  display: none;
}

.pop-up.city-confirm {
  left: 0 !important;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.pop-up.city-confirm button:hover {
  background: #fb4829;
}

.pop-up.popup-window {
  margin-top: 0 !important;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.pop-up.popup-window:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  top: -800px;
  right: -1000px;
  bottom: -800px;
  left: -1000px;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .geolocation {
    position: static !important;
    right: 0 !important;
  }
}
.geolocation a {
  border-bottom: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: rgb(166, 166, 166);
}
.geolocation .geolocation__link > svg {
  display: none;
}

#cityChange.popup-window.city-change {
  padding: 30px 120px 50px 40px !important;
  background-color: #fff;
  border-radius: 15px;
  margin-left: 0 !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 686px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #cityChange.popup-window.city-change {
    padding: 30px 60px 30px 25px !important;
  }
}
#cityChange.popup-window.city-change::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/tk-tsk/img/geo_auto.png"), -webkit-gradient(linear, left top, right top, color-stop(84%, transparent), color-stop(84%, #FB4829), color-stop(85%, #FB4829), color-stop(85%, #17181C)), url("/wp-content/themes/tk-tsk/img/geo_popup_bg.svg");
  background-image: url("/wp-content/themes/tk-tsk/img/geo_auto.png"), linear-gradient(to right, transparent 84%, #FB4829 84%, #FB4829 85%, #17181C 85%), url("/wp-content/themes/tk-tsk/img/geo_popup_bg.svg");
  background-position: right bottom, 0 0, right top;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 34% auto, auto, 67% auto;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  #cityChange.popup-window.city-change::after {
    background-size: 23% auto, auto, 67% auto;
    background-position: right bottom, 0 0, right -20% top;
    background-image: url("/wp-content/themes/tk-tsk/img/geo_auto.png"), -webkit-gradient(linear, left top, right top, color-stop(89%, transparent), color-stop(89%, #FB4829), color-stop(90%, #FB4829), color-stop(90%, #17181C)), url("/wp-content/themes/tk-tsk/img/geo_popup_bg.svg");
    background-image: url("/wp-content/themes/tk-tsk/img/geo_auto.png"), linear-gradient(to right, transparent 89%, #FB4829 89%, #FB4829 90%, #17181C 90%), url("/wp-content/themes/tk-tsk/img/geo_popup_bg.svg");
  }
}

.popup-window-titlebar {
  background: transparent !important;
  color: #272727 !important;
  font-weight: 400 !important;
  font-size: 46px !important;
  line-height: 110%;
  padding: 100px 0 0 !important;
  position: relative;
  z-index: 1;
  font-family: "actaywide", sans-serif;
  font-weight: 900;
  background-image: url(/wp-content/uploads/2025/04/logo_darck.svg) !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
  background-size: 150px auto !important;
}
@media only screen and (max-width: 768px) {
  .popup-window-titlebar {
    font-size: 24px !important;
    padding: 60px 0 0 !important;
    background-size: 100px auto !important;
  }
}

.block-info__title {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 120%;
  color: #8d8d8d !important;
  font-family: "actay", sans-serif;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .block-info__title {
    font-size: 12px !important;
  }
}
.block-info__text {
  font-family: "actay", sans-serif;
  font-weight: 800;
  font-size: 20px !important;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .block-info__text {
    font-size: 12px !important;
  }
}

.popup-window-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup-window-content .quick-locations {
  overflow-x: auto;
  height: auto;
  margin-top: 0;
}

.city-change .block-info {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8d8d8d;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .city-change .block-info {
    margin-top: 10px;
  }
}
.city-change .quick-locations__val {
  border-radius: 12px;
  width: 70%;
  padding: 5px 12px;
  font-size: 18px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "actay", sans-serif;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .city-change .quick-locations__val {
    font-size: 14px !important;
  }
}
.city-change .quick-locations__val:hover {
  background: #EFEFEF;
  color: #575b71;
}
.city-change .quick-locations__val.thescity {
  background: #EFEFEF;
}
.city-change .quick-locations__val.thescity::before {
  background-image: url(/wp-content/themes/tk-tsk/img/point_red.svg);
}
.city-change .quick-locations__val::before {
  content: "";
  width: 17px;
  min-width: 17px;
  height: 23px;
  background-image: url(/wp-content/themes/tk-tsk/img/point_gray.svg);
  margin-right: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.quick-locations__title {
  font-size: 28px !important;
  line-height: 120%;
  color: #17181C !important;
  font-family: "actaywide", sans-serif;
  font-weight: 900 !important;
}
@media only screen and (max-width: 768px) {
  .quick-locations__title {
    font-size: 16px !important;
  }
}

.quick-locations__values {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
  margin-top: 20px !important;
}
@media only screen and (max-width: 768px) {
  .quick-locations__values {
    margin-top: 10px !important;
  }
}
.quick-locations__values__container svg {
  width: 30px;
  height: 30px;
}

.pop-up .popup-window-close-icon {
  right: 6% !important;
  top: 20px !important;
  background: transparent !important;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .pop-up .popup-window-close-icon {
    right: 13% !important;
  }
}
.pop-up .popup-window-close-icon:hover {
  background: #fff;
}
.pop-up .popup-window-close-icon svg {
  padding: 0;
  fill: #FB4829;
}

.popup-window-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup-window-content .bx-sls {
  padding: 0;
  margin-top: 30px;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .popup-window-content .bx-sls {
    margin-top: 15px;
  }
}
.popup-window-content .bx-sls .bx-ui-sls-quick-locations {
  overflow-x: auto !important;
  height: auto !important;
}

.menu-menu-1-container {
  position: relative;
}

.menu__box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 1199.4px) {
  .menu__box {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: #17181C;
    width: 100%;
    min-height: 100vh;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu__box.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(141, 141, 141, 0.2);
  background-color: #17181C;
}
@media only screen and (min-width: 1199.6px) {
  .menu__top {
    display: none;
  }
}
.menu__top-logo {
  width: 85px;
  display: none;
}
.menu__top-close {
  width: 30px;
  height: 30px;
  margin-left: auto;
}
@media only screen and (max-width: 1199.4px) {
  .menu__main {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199.4px) {
  .menu__main-slinky {
    overflow: hidden;
  }
}
.menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 1199.4px) {
  .menu__nav {
    display: block;
    margin: 6px 0 0;
  }
  .menu__nav .back {
    border-block: none;
  }
  .menu__nav .back::after {
    content: "< Назад";
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #FB4829;
  }
}
.menu__nav header {
  display: none;
}
.menu__nav > li {
  margin-left: 40px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .menu__nav > li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1199.4px) {
  .menu__nav > li {
    position: static;
    margin-left: 0;
  }
}
.menu__nav > li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
@media only screen and (max-width: 1199.4px) {
  .menu__nav > li a {
    display: block;
    padding: 14px 0 10px;
    color: rgb(23, 24, 28);
    border-bottom: 1px solid rgba(141, 141, 141, 0.2);
  }
}
.menu__nav > li.menu-item-has-children > a {
  background-image: url("../img/arrow_outlined.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px 9px;
  padding-right: 12px;
}
@media only screen and (max-width: 1199.4px) {
  .menu__nav > li.menu-item-has-children > a {
    background-image: url("../img/arrow_outlined_red.svg");
  }
}
.menu__nav > li .menu-item-has-children > a {
  background-image: url("../img/arrow_outlined_right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px 9px;
  padding-right: 12px;
}
@media only screen and (min-width: 1199.6px) {
  .menu__nav li:hover > ul {
    display: block;
    -webkit-animation: fadeIn 0.3s ease-in-out;
            animation: fadeIn 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 1199.4px) {
  .menu__nav li {
    padding: 0 10px 0;
  }
}
@media only screen and (max-width: 1199.4px) {
  .menu__nav li a.next {
    background-image: url("../img/arrow_outlined_red.svg");
  }
}
.menu__nav li li {
  padding: 5px;
  background-color: #111114;
}
@media only screen and (max-width: 1199.4px) {
  .menu__nav li li {
    padding: 0 10px;
    background-color: #fff;
  }
}
.menu__nav li li:hover {
  background-color: #464646;
}
@media only screen and (max-width: 1199.4px) {
  .menu__nav li li:hover {
    background-color: rgb(248, 248, 248);
  }
}
.menu__nav ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent;
  min-width: 200px;
  z-index: 3;
  list-style: none;
  padding: 15px 0;
  margin: 0;
}
@media only screen and (min-width: 1199.6px) {
  .menu__nav ul {
    display: none;
  }
}
@media only screen and (max-width: 1199.4px) {
  .menu__nav ul {
    left: auto;
    width: 100%;
    padding: 0;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background-color: transparent;
  }
}
.menu__nav ul ul {
  display: none;
  top: 0;
  left: 100%;
}
@media only screen and (max-width: 1199.4px) {
  .menu__nav ul ul {
    left: initial;
  }
}
.menu__bottom {
  padding: 0 10px;
}
@media only screen and (min-width: 1199.6px) {
  .menu__bottom {
    display: none;
  }
}
.menu__contacts-item {
  margin-top: 20px;
}
.menu__contacts-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #17181C;
}
.menu__contacts-small {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
}
.menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.menu__social-link {
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #17181C;
  margin-right: 10px;
}
.menu__social-icon {
  width: 16px;
}

.breadcrumb__bg {
  padding: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumb__bg {
    padding: 40px 0 0;
  }
}
.breadcrumb__box > span:not(:last-child)::after {
  content: "/";
  color: #8D8D8D;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 3px;
}
@media only screen and (max-width: 600px) {
  .breadcrumb__box > span:not(:last-child)::after {
    font-size: 10px;
  }
}
.breadcrumb__box > span a,
.breadcrumb__box > span span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
}
@media only screen and (max-width: 600px) {
  .breadcrumb__box > span a,
  .breadcrumb__box > span span {
    font-size: 10px;
  }
}
.breadcrumb__box > span span.archive,
.breadcrumb__box > span span.current-item {
  color: #17181C;
}

.services__bg {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .services__bg {
    padding: 25px 0;
  }
}
.services__title {
  margin-top: 45px;
}
.services__box {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .services__box {
    margin-top: 30px;
  }
}
.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
@media only screen and (max-width: 600px) {
  .services__list {
    margin: 0;
  }
}
.services__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 10px);
          flex: 0 0 calc(33.333% - 10px);
  margin: 10px 5px 0;
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 30px;
}
@media only screen and (max-width: 990.5px) {
  .services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media only screen and (max-width: 600px) {
  .services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 10px 0 0;
  }
}
.services__item-icon {
  max-height: 48px;
}
.services__item-img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 48px;
}
.services__item-title {
  margin-top: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #17181C;
}
@media only screen and (max-width: 990.5px) {
  .services__item-title {
    font-size: 20px;
  }
}
.services__item-subtitle {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
}
.services__item-more {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #17181C;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 990.5px) {
  .services__item-more {
    font-size: 12px;
  }
}
.services__item-more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.top__bg {
  min-height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0 10px;
  position: relative;
  z-index: 1;
}
.top__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top__container.top__oversized_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .top__box.top__oversized_flex .top__form {
    max-width: 720px;
  }
  .top__box.top__oversized_flex .top__form-dual {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 66%;
  }
  .top__box.top__oversized_flex .top__form-dual label:not(:first-child) {
    margin-right: 10%;
    margin-left: 0;
  }
  .top__box.top__oversized_flex .top__form-one > .top__form-label {
    display: inline-block;
    width: 33%;
  }
  .top__box.top__oversized_flex .top__form-button {
    max-width: 60%;
  }
  .top__box.top__oversized_flex .top__form-title {
    text-align: left;
  }
  .top__box.top__oversized_flex .top__form-two .top__form-label {
    display: inline-block;
    width: 44.5%;
  }
  .top__box.top__oversized_flex .top__form-two .top__form-label:nth-child(1) {
    margin-right: 5%;
  }
  .top__box.top__oversized_flex .top__form-two .top__form-label:nth-child(2) {
    margin-left: 5%;
  }
  .top__box.top__oversized_flex .top__right {
    margin-top: 70px;
  }
  .top__box.top__oversized_flex .top__left {
    max-width: 700px;
  }
}
.top__left {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .top__left {
    height: auto;
  }
}
.top__head-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #FFFFFF;
}
@media only screen and (max-width: 1199px) {
  .top__head-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .top__head-title {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }
}
.top__head-subtitle {
  font-weight: 400;
  font-size: 25px;
  line-height: 110%;
  color: #FFFFFF;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .top__head-subtitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .top__head-subtitle {
    font-size: 30px;
  }
}
.top__bottom {
  display: none;
  padding-top: 10px;
  max-width: 280px;
  border-top: 1px solid #4A4A4A;
}
@media only screen and (max-width: 767px) {
  .top__bottom {
    max-width: 100%;
    margin-top: 30px;
    padding-top: 10px;
  }
}
.top__bottom-sale {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .top__bottom-sale {
    font-size: 12px;
  }
}
.top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .top__right {
    margin-bottom: 55%;
    margin-top: 30px;
  }
}
.top__form {
  padding: 10px 30px 10px;
  margin-right: auto;
  background-color: #fff;
  border-radius: 20px;
  max-width: 450px;
  min-width: 380px;
  background-image: url("../img/top_form_bg.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 64% auto;
}
@media only screen and (max-width: 767px) {
  .top__form {
    background-position: right top 65%;
    margin: 0 auto;
    min-width: auto;
    padding: 16px 10px;
  }
}
.top__form-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #17181c;
  text-align: center;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .top__form-title {
    max-width: 200px;
    margin: 0 auto;
  }
}
.top__form-send {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .top__form-one .top__form-button {
    margin-top: 30px;
  }
}
.top__form-one, .top__form-two {
  display: none;
}
.top__form-one.is-active, .top__form-two.is-active {
  display: block;
}
.top__form-file_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.top__form-file_name:before {
  content: "";
  background-image: url("../img/clip.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.top__form-file_wrap {
  padding: 15px 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.top__form-send .wpcf7-response-output {
  border-color: transparent !important;
  margin: 15px 0 0 15px !important;
  padding: 0 !important;
  border: none !important;
  font-size: 12px;
}
.top__form-send #file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  max-width: 1px;
  max-height: 1px;
}
.top__form-label {
  margin-bottom: 15px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .top__form-label {
    margin-bottom: 7px;
  }
}
.top__form-label_file {
  cursor: pointer;
  width: 50%;
}
.top__form-label_file .wpcf7-form-control-wrap {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.top__form-input {
  width: 100%;
  padding: 20px 0 0;
  border-radius: 0;
  font-weight: 400;
  font-family: "actay", sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  border-bottom: 1px solid #565454;
  -webkit-appearance: none;
  background-color: transparent;
  border-right: none;
  border-left: none;
  border-top: none;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .top__form-input {
    font-size: 12px;
    padding: 15px 0 0;
  }
}
.top__form-dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__form-dual label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.top__form-dual label:not(:last-child) {
  margin-right: 10%;
}
.top__form-dual label:not(:first-child) {
  margin-left: 10%;
}
.top__form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .top__form-bottom {
    margin-top: 30px;
  }
}
.top__form-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  position: relative;
}
.top__form-button .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.top__form-btn {
  height: 51px;
  background-color: #FB4829;
  border-radius: 40px;
  border: none;
  outline: none;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  font-family: "actay", sans-serif;
  padding: 15px 30px 15px 20px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right calc(50% - 80px) center;
  background-image: url("../img/arrow_btn.svg");
}
@media only screen and (max-width: 767px) {
  .top__form-btn {
    padding: 12px 20px 12px 10px;
    height: 47px;
  }
}
.top__form .wpcf7-not-valid-tip {
  font-size: 12px;
  padding-left: 20px;
}
.top__form .wpcf7-not-valid-tip img {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 767px) {
  .top__form .wpcf7-not-valid-tip img {
    margin-left: 7px;
    width: 11px;
    height: 11px;
  }
}
.top__form-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__form-link {
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #17181C;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .top__form-link {
    width: 47px;
    height: 47px;
    margin-left: 2px;
  }
}
.top__form-icon {
  width: 16px;
}
@media only screen and (max-width: 767px) {
  .top__form-icon {
    width: 12px;
  }
}
.top__form-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #A6A6A6;
}
@media only screen and (max-width: 767px) {
  .top__form-small {
    margin-top: 10px;
    font-size: 8px;
  }
}
.top__form-small a {
  color: rgb(106, 106, 106);
}
.top__form-small input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.top__form-small input:checked + .wpcf7-list-item-label::after {
  border: 2px solid rgb(251, 72, 41);
}
.top__form-small input:checked + .wpcf7-list-item-label::before {
  border-left: 2px solid rgb(251, 72, 41);
  border-bottom: 2px solid rgb(251, 72, 41);
}
.top__form-small label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.top__form-small label .wpcf7-list-item-label {
  padding-left: 30px;
}
.top__form-small label .wpcf7-list-item-label::after {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid rgb(166, 166, 166);
  border-radius: 5px;
  cursor: pointer;
}
.top__form-small label .wpcf7-list-item-label::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 9px;
  height: 6px;
  -webkit-transform: rotate(310deg);
      -ms-transform: rotate(310deg);
          transform: rotate(310deg);
  top: 4px;
  left: 4px;
  cursor: pointer;
}
.top__form-small span.wpcf7-not-valid-tip {
  position: absolute;
  top: -17px;
  left: -7px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top__form-small span.wpcf7-list-item.first.last {
  display: block;
}
.top__form-small span.wpcf7-list-item.first.last {
  font-size: 1px;
}

.aboutblock__bg {
  padding: 120px 0 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .aboutblock__bg {
    padding: 30px 0 25px;
  }
}
.aboutblock__triangle {
  position: absolute;
  pointer-events: none;
  top: 195px;
  right: 0;
  width: 56%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .aboutblock__triangle {
    width: 78%;
    top: 52%;
  }
}
.aboutblock__cover {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .aboutblock__cover {
    display: block;
    margin: 0;
  }
}
.aboutblock__item {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 767px) {
  .aboutblock__item {
    margin: 20px 0 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.aboutblock__item-letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.aboutblock__item-icon {
  max-height: 36px;
}
@media only screen and (max-width: 767px) {
  .aboutblock__item-icon {
    max-height: 32px;
  }
}
.aboutblock__item-img {
  height: 100%;
  width: auto;
}
.aboutblock__item-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #17181C;
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
  .aboutblock__item-name {
    font-size: 14px;
  }
}
.aboutblock__item-text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #8D8D8D;
}
@media only screen and (max-width: 767px) {
  .aboutblock__item-text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.problems__bg {
  position: relative;
  padding: 60px 0;
  background-size: 37% auto;
  background-repeat: no-repeat;
  background-position: right top;
}
@media only screen and (max-width: 767px) {
  .problems__bg {
    padding: 25px 0;
  }
}
.problems__triangle {
  position: absolute;
}
.problems__top {
  position: relative;
}
.problems__title {
  margin-top: 45px;
}
.problems__box {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .problems__box {
    margin-top: 30px;
  }
}
.problems__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
}
@media only screen and (max-width: 1200px) {
  .problems__list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 1024px) {
  .problems__list {
    margin: 0;
  }
}
.problems__item {
  background-color: #EDEDED;
  border-radius: 20px;
  width: calc(50% - 36px);
  padding: 12px 20px 12px 14px;
  margin: 40px 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .problems__item {
    margin: 30px 10px 0;
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 1024px) {
  .problems__item {
    margin: 30px 0 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .problems__item {
    padding: 20px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .problems__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.problems__item-transfer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .problems__item-transfer {
    width: 100%;
  }
}
.problems__item-left {
  font-weight: 700;
  font-size: 54px;
  line-height: 110%;
  text-align: right;
  color: #C9C9C9;
}
@media only screen and (max-width: 1200px) {
  .problems__item-left {
    font-size: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .problems__item-left {
    display: none;
  }
}
.problems__item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.problems__item-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  color: #17181C;
}
@media only screen and (max-width: 500px) {
  .problems__item-title {
    margin-top: 30px;
  }
}
.problems__item-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #8D8D8D;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .problems__item-subtitle {
    margin-top: 10px;
    font-size: 14px;
  }
}
.problems__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 17px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.problems__item-more {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  background-color: #FB4829;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  height: 51px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .problems__item-more {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .problems__item-more {
    font-size: 12px;
  }
}
.problems__item-more::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url("../img/arrow_t.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.problems__item-more:nth-child(2) {
  background-color: #000;
  margin-left: 10px;
}
.problems__item-right {
  width: 44%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .problems__item-right {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .problems__item-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 500px) {
  .problems__item-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.problems__item-img {
  border-radius: 16px;
}
.problems__item-img_mobi {
  border-radius: 16px;
  padding-bottom: 113%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 500px) {
  .problems__item-img_mobi {
    width: 50%;
    padding-bottom: 38%;
  }
}
.problems__item-numb_mobi {
  width: 50%;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  text-align: right;
  color: #C9C9C9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 501px) {
  .problems__item-numb_mobi {
    display: none;
  }
}

.cost__bg {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .cost__bg {
    padding: 25px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cost__wrap {
    position: relative;
  }
}
.cost__top {
  position: relative;
}
.cost__title {
  margin-top: 45px;
}
.cost__box {
  margin-top: 30px;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .cost__box {
    margin-top: 10px;
    position: relative;
  }
}
.cost__table {
  min-width: 750px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(141, 141, 141, 0.2);
}
.cost__table-head > div {
  background-color: #fff !important;
}
.cost__table-head .cost__table-tr {
  color: #8D8D8D;
}
.cost__table-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px;
}
@media only screen and (max-width: 767px) {
  .cost__table-line {
    padding: 20px 30px;
  }
}
.cost__table-line:nth-child(odd) {
  background-color: #F8F8F8;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .cost__table-line:nth-child(odd) {
    border-radius: 16px;
  }
}
.cost__table-tr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #17181C;
  white-space: nowrap;
}
.cost__hand {
  position: absolute;
  top: 85%;
  right: 0;
  width: 20px;
  height: 24px;
}
@media only screen and (min-width: 766.5px) {
  .cost__hand {
    display: none;
  }
}
.cost__small {
  margin-top: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #8D8D8D;
}
.cost__color {
  color: #FB4829;
}

.whyrate__bg {
  padding: 60px 0;
  background-color: #17181C;
}
@media only screen and (max-width: 767px) {
  .whyrate__bg {
    padding: 25px 0;
  }
}
.whyrate__wrap {
  padding: 0 3%;
}
@media only screen and (max-width: 767px) {
  .whyrate__wrap {
    padding: 0;
  }
}
.whyrate__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  .whyrate__box {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .whyrate__box {
    border-radius: 10px;
  }
}
.whyrate__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding: 35px 6% 35px 35px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
@media only screen and (max-width: 1024px) {
  .whyrate__left {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .whyrate__left {
    padding: 20px;
  }
}
.whyrate__title {
  font-weight: 700;
  font-family: "actaywide", sans-serif;
  font-size: 28px;
  line-height: 110%;
  color: #17181C;
  max-width: 460px;
}
.whyrate__description {
  font-size: 22px;
  line-height: 110%;
  color: #17181C;
  font-style: italic;
  margin-top: 45px;
  padding: 30px 0 15px;
  border-bottom: 1px solid #FB4829;
  border-top: 1px solid #FB4829;
}
@media only screen and (max-width: 767px) {
  .whyrate__description {
    padding: 15px 0;
    font-size: 16px;
    margin-top: 25px;
  }
}
.whyrate__quotes {
  font-family: "actaywide", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  color: #FB4829;
}
.whyrate__quotes:last-child {
  text-align: right;
}
.whyrate__button {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .whyrate__button {
    margin-top: 20px;
  }
}
.whyrate__btn {
  font-family: "actaywide", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  background-color: #FB4829;
  padding: 9px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  height: 41px;
}
@media only screen and (max-width: 1200px) {
  .whyrate__btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .whyrate__btn {
    font-size: 12px;
  }
}
.whyrate__btn::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url("../img/arrow_t.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.whyrate__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  background-color: #FB4829;
  padding: 17px;
  border-radius: 20px;
  min-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .whyrate__right {
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .whyrate__right {
    padding: 10px;
    border-radius: 10px;
  }
}
.whyrate__foto {
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 1024px) {
  .whyrate__foto {
    padding-bottom: 100%;
  }
}
.whyrate__data {
  background-color: #17181C;
  padding: 14px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 34% auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.whyrate__name {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .whyrate__name {
    font-size: 20px;
  }
}
.whyrate__job {
  font-family: "actaywide", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  color: #FFFFFF;
  margin-top: 8px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .whyrate__job {
    font-size: 16px;
    margin-top: 5px;
  }
}

.case__bg {
  padding: 60px 0;
  background-color: #17181C;
  background-size: 980px auto;
  background-repeat: no-repeat;
  background-position: right 40px top 30px;
}
@media only screen and (max-width: 1200px) {
  .case__bg {
    background-size: 840px auto;
  }
}
@media only screen and (max-width: 900px) {
  .case__bg {
    background-size: 100% auto;
    background-position: right 0 top 30px;
  }
}
@media only screen and (max-width: 767px) {
  .case__bg {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .case__wrap {
    position: relative;
  }
  .case__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url("../img/logo-outline.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 70% auto;
  }
}
@media only screen and (min-width: 768px) {
  .case__top {
    position: relative;
    z-index: 1;
  }
}
.case__title {
  margin-top: 45px;
  max-width: 600px;
  line-height: 110%;
  color: #fff;
}
.case__button {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 766.5px) {
  .case__button {
    display: none;
  }
}
.case__btn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 12px 25px;
  height: 45px;
  white-space: nowrap;
  background-color: #FB4829;
  border-radius: 40px;
}
.case__btn2-icon {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}
.case__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 15px 30px;
  height: 51px;
  white-space: nowrap;
  background-color: #FB4829;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .case__btn {
    display: none;
  }
}
.case__btn-icon {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}
.case__box {
  margin-top: 7%;
}
@media only screen and (max-width: 767px) {
  .case__box {
    margin-top: 40px;
  }
}
.case__gallery {
  padding-right: 18%;
}
@media only screen and (max-width: 1280px) {
  .case__gallery {
    padding-right: 0;
  }
}
.case__gallery-item {
  min-height: 1px;
  height: auto;
}
.case__gallery-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 100%;
}
.case__gallery-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 767px) {
  .case__gallery-left {
    padding: 20px;
  }
}
.case__gallery-date {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  background-color: #FB4829;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .case__gallery-date {
    font-size: 9px;
  }
}
.case__gallery-info {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .case__gallery-info {
    margin-top: 10px;
  }
}
.case__gallery-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #17181C;
}
@media only screen and (max-width: 500px) {
  .case__gallery-title {
    font-size: 14px;
  }
}
.case__gallery-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .case__gallery-description {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .case__gallery-description {
    font-size: 13px;
  }
}
.case__gallery-right {
  width: 42%;
}
.case__gallery-img {
  position: relative;
  padding-bottom: 127%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
.case__gallery-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #FB4829;
}
@media only screen and (max-width: 767px) {
  .case__gallery-btn {
    width: 40px;
    height: 40px;
  }
}
.case__gallery-icon {
  width: 12px;
  height: 12px;
}
.case__gallery-pagination {
  position: relative;
  margin-top: 40px;
}
.case__gallery-scrollbar.swiper-scrollbar {
  background: #343434 !important;
  max-width: calc(100% - 30px);
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.case__gallery-scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
  bottom: auto;
}
.case__gallery-scrollbar .swiper-scrollbar-drag {
  background: #FB4829;
}
.case__gallery-scrollbar .swiper-scrollbar-drag:after {
  content: "";
  background: #FB4829;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  width: 100%;
  margin-top: -1.5px;
  cursor: pointer;
}
.case__hand {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reviews__bg {
  padding: 60px 0;
  background-color: #17181C;
}
@media only screen and (max-width: 767px) {
  .reviews__bg {
    padding: 25px 0;
  }
}
.reviews__bg.white_bg {
  background-color: #fff;
}
.reviews__bg.white_bg .reviews__title {
  color: #17181C;
}
.reviews__title {
  margin-top: 45px;
  color: #fff;
}
.reviews__box {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .reviews__box {
    margin-top: 40px;
  }
}

.calc_block2__bg {
  padding: 60px 0;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #17181C), color-stop(50%, #17181C), color-stop(50%, #fff));
  background: linear-gradient(to bottom, #17181C 0, #17181C 50%, #fff 50%); */
}
@media only screen and (max-width: 767px) {
  .calc_block2__bg {
    padding: 25px 0;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #17181C), color-stop(32%, #17181C), color-stop(32%, #fff));
    background: linear-gradient(to bottom, #17181C 0, #17181C 32%, #fff 32%); */
  }
}
.calc_block2__bg.oversized_grad {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #fff), color-stop(50%, #17181C));
  background: linear-gradient(to bottom, #fff 0, #fff 50%, #17181C 50%);
}
@media only screen and (max-width: 767px) {
  .calc_block2__bg.oversized_grad {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(32%, #fff), color-stop(32%, #17181C));
    background: linear-gradient(to bottom, #fff 0, #fff 32%, #17181C 32%);
  }
}
.calc_block2__bg.oversized_transp {
  background: #fff;
}
.calc_block2__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  background-color: #FB4829;
  height: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .calc_block2__box {
    display: block;
    background-size: 100% auto;
    background-position: right top;
  }
}
.calc_block2__left {
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding: 60px 60px 60px 70px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .calc_block2__left {
    padding: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .calc_block2__left {
    width: 100%;
    padding: 30px 20px;
  }
}
.calc_block2__top {
  max-width: 500px;
}
.calc_block2__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .calc_block2__title {
    font-size: 28px;
  }
}
.calc_block2__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .calc_block2__subtitle {
    font-size: 14px;
  }
}
.calc_block2__bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .calc_block2__bottom {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .calc_block2__bottom {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.calc_block2__btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #17181C;
  padding: 15px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 51px;
  background-color: #FFFFFF;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .calc_block2__btn {
    width: 100%;
  }
}
.calc_block2__btn-icon {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}
.calc_block2__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc_block2__social-link {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .calc_block2__social-link {
    width: 45px;
    height: 45px;
    margin-left: 2px;
  }
}
.calc_block2__social-icon {
  width: 14px;
  height: 14px;
}
.calc_block2__right {
  margin-right: 12%;
}
@media only screen and (max-width: 991px) {
  .calc_block2__right {
    width: 100%;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .calc_block2__right {
    margin-top: 0;
  }
}
.calc_block2__img {
  position: relative;
  height: 100%;
  max-width: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 0px 20px 20px 0px;
}
@media only screen and (max-width: 600px) {
  .calc_block2__img {
    width: 67%;
  }
}
.calc_block2__form {
  padding: 0 30px 10px 30px;
  margin-top: auto;
}
@media only screen and (max-width: 1200px) {
  .calc_block2__form {
    max-width: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .calc_block2__form {
    max-width: 700px;
  }
}
@media only screen and (max-width: 600px) {
  .calc_block2__form {
    display: none;
  }
}
.calc_block2__form-bg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .calc_block2__form-bg {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .calc_block2__form-bg2 {
    display: none;
  }
}
.calc_block2__form-send .wpcf7-response-output {
  border-color: transparent !important;
  margin: 15px 0 0 15px !important;
  padding: 0 !important;
  border: none !important;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(calc(100% + 18px));
      -ms-transform: translateY(calc(100% + 18px));
          transform: translateY(calc(100% + 18px));
}
.calc_block2__form-label {
  margin-bottom: 10px;
  display: block;
}
.calc_block2__form-label_file {
  cursor: pointer;
  width: 50%;
}
.calc_block2__form-label_file .wpcf7-form-control-wrap {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.calc_block2__form-input {
  width: 100%;
  padding: 15px 30px;
  height: 51px;
  font-family: "actay", sans-serif;
  background-color: #F8F8F8;
  border-radius: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
  border: none;
  outline: none;
}
.calc_block2__form-dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc_block2__form-dual label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.calc_block2__form-dual label:not(:last-child) {
  margin-right: 10px;
}
.calc_block2__form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc_block2__form-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  position: relative;
}
.calc_block2__form-button .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.calc_block2__form-btn {
  height: 51px;
  background-color: #FB4829;
  border-radius: 40px;
  border: none;
  outline: none;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  font-family: "actay", sans-serif;
  padding: 15px 30px 15px 20px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right calc(50% - 80px) center;
  background-image: url("../img/arrow_btn.svg");
  cursor: pointer;
}
.calc_block2__form-btn img {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}
.calc_block2__form .wpcf7-not-valid-tip {
  font-size: 12px;
  padding-left: 20px;
}
.calc_block2__form-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc_block2__form-link {
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #17181C;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .calc_block2__form-link {
    width: 45px;
    height: 45px;
    margin-left: 2px;
  }
}
.calc_block2__form-icon {
  width: 16px;
}
@media only screen and (max-width: 767px) {
  .calc_block2__form-icon {
    width: 12px;
  }
}
.calc_block2__form-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #A6A6A6;
}
.calc_block2__form-small a {
  color: rgb(106, 106, 106);
}
.calc_block2__form-small input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.calc_block2__form-small input:checked + .wpcf7-list-item-label::after {
  border: 2px solid rgb(251, 72, 41);
}
.calc_block2__form-small input:checked + .wpcf7-list-item-label::before {
  border-left: 2px solid rgb(251, 72, 41);
  border-bottom: 2px solid rgb(251, 72, 41);
}
.calc_block2__form-small label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.calc_block2__form-small label .wpcf7-list-item-label {
  padding-left: 30px;
}
.calc_block2__form-small label .wpcf7-list-item-label::after {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid rgb(166, 166, 166);
  border-radius: 5px;
  cursor: pointer;
}
.calc_block2__form-small label .wpcf7-list-item-label::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 9px;
  height: 6px;
  -webkit-transform: rotate(310deg);
      -ms-transform: rotate(310deg);
          transform: rotate(310deg);
  top: 4px;
  left: 4px;
  cursor: pointer;
}
.calc_block2__form-small span.wpcf7-not-valid-tip {
  position: absolute;
  top: -17px;
  left: -7px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.calc_block2__form-small span.wpcf7-list-item.first.last {
  display: block;
}
.calc_block2__form-small span.wpcf7-list-item.first.last {
  font-size: 1px;
}

.calc_block3__bg {
  padding: 60px 0;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #17181C), color-stop(50%, #17181C), color-stop(50%, #fff));
  background: linear-gradient(to bottom, #17181C 0, #17181C 50%, #fff 50%); */
}
@media only screen and (max-width: 767px) {
  .calc_block3__bg {
    padding: 25px 0;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #17181C), color-stop(32%, #17181C), color-stop(32%, #fff));
    background: linear-gradient(to bottom, #17181C 0, #17181C 32%, #fff 32%); */
  }
}
.calc_block3__bg.oversized_grad {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #fff), color-stop(50%, #17181C));
  background: linear-gradient(to bottom, #fff 0, #fff 50%, #17181C 50%);
}
@media only screen and (max-width: 767px) {
  .calc_block3__bg.oversized_grad {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(32%, #fff), color-stop(32%, #17181C));
    background: linear-gradient(to bottom, #fff 0, #fff 32%, #17181C 32%);
  }
}
.calc_block3__bg.oversized_transp {
  background: #fff;
}
.calc_block3__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  height: 100%;
  background-color: #FB4829;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .calc_block3__box {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .calc_block3__box .calc_block3_btn_desc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .calc_block3__box .calc_block3_btn_mobi {
    display: none;
  }
}
.calc_block3__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  border-radius: 20px;
  padding: 60px 35px 60px 70px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .calc_block3__left {
    padding: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .calc_block3__left {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .calc_block3__left {
    width: 100%;
    padding: 20px;
  }
}
.calc_block3__top {
  max-width: 480px;
}
.calc_block3__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .calc_block3__title {
    font-size: 28px;
  }
}
.calc_block3__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 30px;
}
.calc_block3__bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .calc_block3__bottom {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .calc_block3__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 20px 20px;
  }
}
.calc_block3__btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #17181C;
  padding: 15px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 51px;
  background-color: #FFFFFF;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .calc_block3__btn {
    padding: 12px 16px;
    height: 45px;
    width: 100%;
  }
}
.calc_block3__btn-icon {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}
.calc_block3__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc_block3__social-link {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .calc_block3__social-link {
    width: 45px;
    height: 45px;
    margin-left: 2px;
  }
}
.calc_block3__social-icon {
  width: 14px;
  height: 14px;
}
.calc_block3__right {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 50%;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .calc_block3__right {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: -14% 0 -10%;
  }
}
.calc_block3__img {
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
}
@media only screen and (max-width: 767px) {
  .calc_block3__img {
    margin-left: 0;
    width: 100%;
    padding-bottom: 79%;
    border-radius: 0px 0px 20px 20px;
    margin-top: -30px;
  }
}

.calc_block__bg {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #17181C), color-stop(50%, #17181C), color-stop(50%, #fff));
  background: linear-gradient(to bottom, #17181C 0, #17181C 50%, #fff 50%);
}
@media only screen and (max-width: 767px) {
  .calc_block__bg {
    padding: 25px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #17181C), color-stop(32%, #17181C), color-stop(32%, #fff));
    background: linear-gradient(to bottom, #17181C 0, #17181C 32%, #fff 32%);
  }
}
.calc_block__bg.oversized_grad {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #fff), color-stop(50%, #17181C));
  background: linear-gradient(to bottom, #fff 0, #fff 50%, #17181C 50%);
}
@media only screen and (max-width: 767px) {
  .calc_block__bg.oversized_grad {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(32%, #fff), color-stop(32%, #17181C));
    background: linear-gradient(to bottom, #fff 0, #fff 32%, #17181C 32%);
  }
}
.calc_block__bg.oversized_transp {
  background: #fff;
}
.calc_block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .calc_block__box {
    display: block;
  }
}
.calc_block__left {
  background-color: #FB4829;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  width: 67%;
  padding: 60px 60px 60px 70px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .calc_block__left {
    padding: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .calc_block__left {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .calc_block__left {
    width: 100%;
    padding: 20px;
  }
}
.calc_block__top {
  max-width: 440px;
}
.calc_block__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .calc_block__title {
    font-size: 28px;
  }
}
.calc_block__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .calc_block__subtitle {
    font-size: 14px;
  }
}
.calc_block__bottom {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .calc_block__bottom {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .calc_block__bottom {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.calc_block__btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #17181C;
  padding: 15px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 51px;
  background-color: #FFFFFF;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .calc_block__btn {
    padding: 12px 16px;
    height: 45px;
    width: 100%;
  }
}
.calc_block__btn-icon {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}
.calc_block__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc_block__social-link {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .calc_block__social-link {
    width: 45px;
    height: 45px;
    margin-left: 2px;
  }
}
.calc_block__social-icon {
  width: 14px;
  height: 14px;
}
.calc_block__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 767px) {
  .calc_block__right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.calc_block__img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100% + 50px);
  height: 100%;
  margin-left: -50px;
  border-radius: 0px 20px 20px 0px;
}
@media only screen and (max-width: 767px) {
  .calc_block__img {
    margin-left: 0;
    width: 100%;
    padding-bottom: 79%;
    border-radius: 0px 0px 20px 20px;
    margin-top: -30px;
  }
}

.park_block__bg {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .park_block__bg {
    padding: 25px 0;
  }
}
.park_block__top {
  position: relative;
}
.park_block__title {
  margin-top: 45px;
}
.park_block__box {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .park_block__box {
    margin-top: 30px;
  }
}
.park_block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
@media only screen and (max-width: 500px) {
  .park_block__list {
    margin: 0;
  }
}
.park_block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 55px 40px;
  background-color: #F8F8F8;
  border-radius: 20px;
  margin: 10px 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .park_block__item {
    display: block;
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .park_block__item {
    margin: 10px 5px 0;
    padding: 12px 10px;
    min-height: 52px;
    border-radius: 16px;
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 500px) {
  .park_block__item {
    margin: 7px 0 0;
    width: 50%;
    background-color: transparent;
    border-radius: 0;
  }
}
.park_block__item:hover {
  background-color: #FB4829;
  border-radius: 20px;
}
.park_block__item:hover .park_block__name {
  color: #fff;
}
.park_block__item:hover.left {
  background-color: #FB4829;
  border-radius: 20px;
}
.park_block__item:hover.right {
  background-color: #FB4829;
  border-radius: 20px;
}
.park_block__item:hover.left.right {
  background-color: #FB4829;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .park_block__item.two {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .park_block__item.three {
    width: calc(33.333% - 10px);
  }
}
@media only screen and (max-width: 500px) {
  .park_block__item.one {
    width: 100%;
  }
  .park_block__item.one .park_block__img {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .park_block__item.one .park_block__icon {
    width: 80%;
    height: auto;
    max-height: none;
    margin: -20% 0;
  }
  .park_block__item.one .park_block__name {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .park_block__item.left {
    background-color: #F8F8F8;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .park_block__item.right {
    background-color: #F8F8F8;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .park_block__item:not(.one) .park_block__img {
    margin: -8% 0;
  }
}
.park_block__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
}
@media only screen and (min-width: 501px) {
  .park_block__img {
    margin: -8% 0;
  }
}
@media only screen and (max-width: 1200px) {
  .park_block__img {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .park_block__img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.park_block__icon {
  width: auto;
  height: 130%;
  max-height: 130px;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  .park_block__icon {
    max-height: 100px;
  }
}
.park_block__name {
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: #17181C;
  margin-left: 40px;
}
@media only screen and (max-width: 1200px) {
  .park_block__name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .park_block__name {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .park_block__name {
    font-size: 12px;
  }
}

.freecars_block__bg {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .freecars_block__bg {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 990.5px) {
  .freecars_block__wrap {
    overflow: hidden;
    padding-bottom: 15px;
  }
}
.freecars_block__top {
  position: relative;
}
.freecars_block__title {
  margin-top: 45px;
}
.freecars_block__box {
  margin-top: 50px;
}
@media only screen and (min-width: 991px) {
  .freecars_block__list .swiper-wrapper {
    display: block;
  }
}
.freecars_block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100px;
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 20px 40px;
}
@media only screen and (min-width: 991px) {
  .freecars_block__item {
    margin-top: 10px;
  }
  .freecars_block__item:hover .freecars_block__hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 990.5px) {
  .freecars_block__item {
    padding: 20px 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 1px;
    height: auto;
  }
}
@media only screen and (min-width: 991px) {
  .freecars_block__left {
    width: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 990.5px) {
  .freecars_block__left {
    width: 100%;
  }
}
.freecars_block__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #17181C;
}
@media only screen and (max-width: 990.5px) {
  .freecars_block__name {
    font-size: 16px;
  }
}
.freecars_block__price {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  height: 28px;
  background-color: #FB4829;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 990.5px) {
  .freecars_block__price {
    margin-top: 20px;
  }
}
.freecars_block__img {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .freecars_block__img {
    max-width: 237px;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 990.5px) {
  .freecars_block__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }
}
.freecars_block__hover {
  pointer-events: none;
  border-radius: 10px;
  width: 100%;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
@media only screen and (min-width: 991px) {
  .freecars_block__hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 990.5px) {
  .freecars_block__hover {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.freecars_block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 991px) {
  .freecars_block__right {
    width: 47%;
  }
}
@media only screen and (max-width: 990.5px) {
  .freecars_block__right {
    margin-top: 20px;
  }
}
.freecars_block__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.freecars_block__btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #8D8D8D;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  height: 28px;
  border: 1px solid #DEDEDE;
  background-color: transparent;
  border-radius: 20px;
  margin: 1px 2px 1px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.freecars_block__btn:hover {
  border: 1px solid transparent;
  background-color: #FB4829;
  color: #FFFFFF;
}
.freecars_block__arrow {
  margin-left: 50px;
}
@media only screen and (max-width: 990.5px) {
  .freecars_block__arrow {
    display: none;
  }
}
.freecars_block__arrow-icon {
  display: block;
  width: 42px;
  height: 42px;
}
.freecars_block__pagination {
  position: relative;
  margin-top: 40px;
}
@media only screen and (min-width: 991px) {
  .freecars_block__pagination {
    display: none;
  }
}
.freecars_block__scrollbar.swiper-scrollbar {
  background: rgba(52, 52, 52, 0.2) !important;
  max-width: calc(100% - 30px);
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.freecars_block__scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 1px;
  bottom: auto;
}
.freecars_block__scrollbar .swiper-scrollbar-drag {
  background: #FB4829;
}
.freecars_block__scrollbar .swiper-scrollbar-drag:after {
  content: "";
  background: #FB4829;
  height: 1px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  width: 100%;
  margin-top: -1.5px;
  cursor: pointer;
}
.freecars_block__hand {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about_block__bg {
  padding: 60px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about_block__bg {
    padding: 25px 0 50px;
  }
}
.about_block__top {
  position: relative;
}
.about_block__title {
  margin-top: 45px;
}
.about_block__box {
  margin-top: 20px;
}
.about_block__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .about_block__center {
    display: block;
  }
}
.about_block__img {
  max-width: 500px;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .about_block__img {
    width: 100%;
  }
}
.about_block__triangle {
  position: absolute;
  pointer-events: none;
  top: 170px;
  right: 0;
  width: 56%;
  z-index: -1;
}
.about_block__subtitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #8D8D8D;
  margin-left: 60px;
}
@media only screen and (max-width: 1200px) {
  .about_block__subtitle {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .about_block__subtitle {
    margin-top: 30px;
    margin-left: 0;
  }
}
.about_block__item {
  height: auto;
  background-color: #EDEDED;
  border-radius: 20px;
  padding: 20px;
}
.about_block__item-numb {
  font-weight: 700;
  font-size: 54px;
  line-height: 110%;
  color: #17181C;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
}
@media only screen and (max-width: 500px) {
  .about_block__item-numb {
    font-size: 80px;
  }
}
.about_block__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  .about_block__item-text {
    font-size: 18px;
  }
}
.about_block__item-text img {
  width: 50px;
  height: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 500px) {
  .about_block__item-text img {
    width: 68px;
    height: 25px;
  }
}
.about_block__bottom {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .about_block__bottom {
    margin-top: 35px;
  }
}
.about_block__gallery {
  width: 100%;
}
.about_block__gallery .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.about_block__gallery-pagination {
  position: relative;
  margin-top: 40px;
}
.about_block__gallery-scrollbar.swiper-scrollbar {
  background: #343434 !important;
  max-width: calc(100% - 30px);
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.about_block__gallery-scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
  bottom: auto;
}
.about_block__gallery-scrollbar .swiper-scrollbar-drag {
  background: #FB4829;
}
.about_block__gallery-scrollbar .swiper-scrollbar-drag:after {
  content: "";
  background: #FB4829;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  width: 100%;
  margin-top: -1.5px;
  cursor: pointer;
}
.about_block__hand {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) {
  .about_block__hand {
    display: none;
  }
}

.decided_block__bg {
  padding: 60px 0;
  position: relative;
  background-color: #17181C;
}
@media only screen and (max-width: 767px) {
  .decided_block__bg {
    padding: 40px 0 25px;
  }
}
.decided_block__top {
  position: relative;
}
.decided_block__title {
  margin-top: 45px;
  color: #fff;
}
.decided_block__box {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .decided_block__box {
    margin-top: 40px;
  }
}
.decided_block__list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .decided_block__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .decided_block__list {
    margin: 0 -5px;
  }
}
@media only screen and (max-width: 600px) {
  .decided_block__list {
    margin: 0;
  }
}
.decided_block__elem {
  padding: 10px 25px 20px;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .decided_block__elem {
    padding: 20px;
  }
}
.decided_block__elem-wrap {
  border-radius: 20px;
  background-color: #EDEDED;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .decided_block__elem-wrap {
    border-radius: 16px;
  }
}
.decided_block__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  margin: 0 15px;
}
@media only screen and (max-width: 991px) {
  .decided_block__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    margin: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .decided_block__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 5px 0;
  }
}
.decided_block__item:nth-child(odd) .decided_block__item-bg {
  bottom: 0;
}
.decided_block__item:nth-child(even) .decided_block__item-bg {
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.decided_block__item-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 26px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 -10px;
}
.decided_block__item-top::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #FB4829;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.decided_block__item-bg {
  position: absolute;
  right: 26px;
  width: 137px;
  height: 48px;
}
.decided_block__item-icon {
  max-width: 84px;
  height: 65px;
}
.decided_block__item-title {
  margin-top: 15px;
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  color: #17181C;
}
@media only screen and (max-width: 1200px) {
  .decided_block__item-title {
    margin-top: 15px;
  }
}
.decided_block__item-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
  margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .decided_block__item-description {
    margin-top: 10px;
  }
}

.trial__bg {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .trial__bg {
    padding: 25px 0;
  }
}
.trial__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .trial__top {
    display: block;
  }
}
.trial__title {
  color: #17181C;
  margin-top: 45px;
}
.trial__button {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 766.5px) {
  .trial__button {
    display: none;
  }
}
.trial__btn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 12px 25px;
  height: 45px;
  white-space: nowrap;
  background-color: #FB4829;
  border-radius: 40px;
}
.trial__btn2-icon {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}
.trial__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 15px 30px;
  height: 51px;
  background-color: #FB4829;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .trial__btn {
    display: none;
  }
}
.trial__btn-icon {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}
.trial__box {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .trial__box {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .trial__box {
    margin: 40px -10px 0;
  }
}
.trial__gallery {
  padding-right: 18%;
}
@media only screen and (max-width: 1280px) {
  .trial__gallery {
    padding-right: 0;
  }
}
.trial__gallery-item {
  min-height: 1px;
  height: auto;
}
.trial__gallery-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #17181C;
  border-radius: 20px;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .trial__gallery-elem {
    border-radius: 0;
  }
}
.trial__gallery-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(../img/trial_item_bg.svg);
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 991px) {
  .trial__gallery-left {
    padding: 12px;
  }
}
.trial__gallery-head {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.trial__gallery-date {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  background-color: #FB4829;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .trial__gallery-date {
    padding: 5px;
    line-height: 90%;
    font-size: 9px;
  }
}
.trial__gallery-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  background: #FB4829;
  border-radius: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .trial__gallery-new {
    padding: 5px;
    line-height: 90%;
    margin-left: 7px;
    font-size: 9px;
  }
}
.trial__gallery-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .trial__gallery-title {
    font-size: 16px;
  }
}
.trial__gallery-description {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .trial__gallery-description {
    font-size: 16px;
  }
}
.trial__gallery-right {
  width: 42%;
}
.trial__gallery-img {
  position: relative;
  padding-bottom: 127%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .trial__gallery-img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.trial__gallery-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #FB4829;
}
@media only screen and (max-width: 767px) {
  .trial__gallery-btn {
    width: 24px;
    height: 24px;
  }
}
.trial__gallery-icon {
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 767px) {
  .trial__gallery-icon {
    width: 7px;
    height: 7px;
  }
}
.trial__gallery-pagination {
  position: relative;
  margin-top: 40px;
}
.trial__gallery-scrollbar.swiper-scrollbar {
  background: rgba(141, 141, 141, 0.2) !important;
  max-width: calc(100% - 30px);
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.trial__gallery-scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 1px;
  bottom: auto;
}
.trial__gallery-scrollbar .swiper-scrollbar-drag {
  background: #FB4829;
}
.trial__gallery-scrollbar .swiper-scrollbar-drag:after {
  content: "";
  background: #FB4829;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  width: 100%;
  margin-top: -1.5px;
  cursor: pointer;
}
.trial__hand {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.questions__bg {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .questions__bg {
    padding: 25px 0 50px;
  }
}
.questions__top {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .questions__title {
    margin-top: 10px;
  }
}
.questions__box {
  margin: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .questions__box {
    margin: 40px 0 0;
  }
}
.questions__ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .questions__ul {
    padding: 0;
  }
}
.questions__ul-li {
  background-color: #F8F8F8;
  border-radius: 20px;
  margin: 10px 0 0;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .questions__ul-li {
    border-radius: 16px;
    padding-bottom: 50px;
  }
}
.questions__ul-li .questions_close {
  display: none;
}
.questions__ul-li .questions_open {
  display: block;
}
.questions__ul-li.open {
  background-color: #E6E6E6;
}
.questions__ul-li.open .questions__btn {
  cursor: auto;
}
.questions__ul-li.open .questions_close {
  display: block;
}
.questions__ul-li.open .questions_open {
  display: none;
}
.questions__ul-li.default .questions__text {
  display: block;
}
.questions__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-weight: 700;
  font-size: 25px;
  padding: 20px 60px 20px 40px;
  min-height: 80px;
  line-height: 1.2;
  color: #272727;
}
@media only screen and (max-width: 767px) {
  .questions__btn {
    min-height: 58px;
    font-size: 20px;
    padding: 20px;
  }
}
.questions__btn.active {
  cursor: auto;
}
.questions__btn span {
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .questions__btn span {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .questions__btn span {
    margin-right: 0;
  }
}
.questions__btn-span {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .questions__btn-span {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.questions__text {
  display: none;
  padding-top: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #717171;
  padding: 0 60px 40px 40px;
}
@media only screen and (max-width: 767px) {
  .questions__text {
    font-size: 14px;
    padding: 0 20px 20px 20px;
  }
}

.precise__bg {
  margin-top: 60px;
  padding: 30px 0 60px;
  background-color: #17181C;
}
.precise__wrap {
  background-color: #FB4829;
  border-radius: 20px;
}
.precise__box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 70px 70px;
}
@media only screen and (max-width: 991px) {
  .precise__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.precise__box_oversized .precise__cover_bg {
  max-width: 54%;
}
@media only screen and (max-width: 991px) {
  .precise__box_oversized .precise__cover_bg {
    max-width: none;
    width: 100%;
    margin: -7% 0 -7%;
  }
}
.precise__cover_bg {
  position: absolute;
  max-width: 50%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .precise__cover_bg {
    max-width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .precise__cover_bg {
    position: static;
    max-width: none;
    width: 100%;
    margin: -4% 0 -7%;
  }
}
.precise__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .precise__left {
    padding: 30px 30px 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .precise__left {
    padding: 20px 20px 0;
  }
}
.precise__title {
  max-width: 403px;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .precise__title {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .precise__title {
    font-size: 28px;
  }
}
.precise__subtitle {
  margin-top: 30px;
  max-width: 436px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .precise__subtitle {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .precise__subtitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .precise__right {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .precise__right {
    padding: 0 20px 20px;
  }
}
.precise__form {
  padding: 30px;
  margin-top: auto;
  background-color: #fff;
  border-radius: 20px;
  max-width: 540px;
}
@media only screen and (max-width: 1200px) {
  .precise__form {
    max-width: 450px;
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .precise__form {
    max-width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .precise__form {
    padding: 16px 10px;
  }
}
.precise__form-send .wpcf7-response-output {
  border-color: transparent !important;
  margin: 15px 0 0 15px !important;
  padding: 0 !important;
  border: none !important;
  font-size: 12px;
}
.precise__form-label {
  margin-bottom: 10px;
  display: block;
}
.precise__form-label_file {
  cursor: pointer;
  width: 50%;
}
.precise__form-label_file .wpcf7-form-control-wrap {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.precise__form-input {
  width: 100%;
  padding: 15px 30px;
  height: 51px;
  background-color: #F8F8F8;
  border-radius: 40px;
  font-weight: 400;
  font-size: 14px;
  font-family: "actay", sans-serif;
  line-height: 150%;
  color: #8D8D8D;
  border: none;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .precise__form-input {
    font-size: 12px;
    border-radius: 30px;
  }
}
.precise__form-dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.precise__form-dual label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.precise__form-dual label:not(:last-child) {
  margin-right: 10px;
}
.precise__form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.precise__form-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  position: relative;
}
.precise__form-button .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.precise__form-btn {
  height: 51px;
  background-color: #17181C;
  border-radius: 40px;
  border: none;
  outline: none;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  font-family: "actay", sans-serif;
  padding: 15px 30px 15px 20px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right calc(50% - 80px) center;
  background-image: url("../img/arrow_btn.svg");
}
@media only screen and (max-width: 767px) {
  .precise__form-btn {
    height: 45px;
    padding: 12px 20px 12px 10px;
  }
}
.precise__form-btn img {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}
.precise__form .wpcf7-not-valid-tip {
  font-size: 12px;
  padding-left: 20px;
}
.precise__form-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.precise__form-link {
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #17181C;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .precise__form-link {
    width: 45px;
    height: 45px;
    margin-left: 2px;
  }
}
.precise__form-icon {
  width: 16px;
}
@media only screen and (max-width: 767px) {
  .precise__form-icon {
    width: 12px;
  }
}
.precise__form-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #A6A6A6;
}
@media only screen and (max-width: 767px) {
  .precise__form-small {
    font-size: 8px;
  }
}
.precise__form-small a {
  color: rgb(106, 106, 106);
}
.precise__form-small input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.precise__form-small input:checked + .wpcf7-list-item-label::after {
  border: 2px solid rgb(251, 72, 41);
}
.precise__form-small input:checked + .wpcf7-list-item-label::before {
  border-left: 2px solid rgb(251, 72, 41);
  border-bottom: 2px solid rgb(251, 72, 41);
}
.precise__form-small label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.precise__form-small label .wpcf7-list-item-label {
  padding-left: 30px;
}
.precise__form-small label .wpcf7-list-item-label::after {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid rgb(166, 166, 166);
  border-radius: 5px;
  cursor: pointer;
}
.precise__form-small label .wpcf7-list-item-label::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 9px;
  height: 6px;
  -webkit-transform: rotate(310deg);
      -ms-transform: rotate(310deg);
          transform: rotate(310deg);
  top: 4px;
  left: 4px;
  cursor: pointer;
}
.precise__form-small span.wpcf7-not-valid-tip {
  position: absolute;
  top: -17px;
  left: -7px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.precise__form-small span.wpcf7-list-item.first.last {
  display: block;
}
.precise__form-small span.wpcf7-list-item.first.last {
  font-size: 1px;
}

.footer__bg {
  background-color: #17181C;
  overflow: hidden;
}
.footer__top {
  padding: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__logo {
    display: block;
    max-width: 134px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__logo {
    max-width: 255px;
  }
}
.footer__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .footer__logo-wrap {
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__logo-title {
  display: none;
  margin-left: 20px;
  font-weight: 400;
  font-size: 8px;
  line-height: 150%;
  color: #8D8D8D;
  max-width: 200px;
}
@media only screen and (min-width: 1199px) {
  .footer__logo-title {
    display: none;
  }
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .footer__contacts {
    position: relative;
    padding-top: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .footer__contacts::before {
    content: "";
    position: absolute;
    background-color: #4A4A4A;
    height: 1px;
    width: 1920px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer__contacts-phone {
  margin-right: 100px;
  margin-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .footer__contacts-phone {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__contacts-phone {
    margin-right: 0;
    margin-left: 20px;
  }
}
.footer__contacts-phone a {
  position: relative;
}
.footer__contacts-phone a::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  opacity: 0;
  border-radius: 50%;
  background-color: #FB4829;
  margin-right: 10px;
  -webkit-animation: sign ease-in-out 0.8s infinite;
          animation: sign ease-in-out 0.8s infinite;
}
@media only screen and (max-width: 991px) {
  .footer__contacts-email {
    margin-left: 20px;
  }
}
.footer__contacts-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.footer__contacts-small {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1199px) {
  .footer__social {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .footer__social {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-top: 20px;
  }
  .footer__social::before {
    content: "";
    position: absolute;
    background-color: #4A4A4A;
    height: 1px;
    width: 1920px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer__social-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 1199px) {
  .footer__social-button {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.footer__social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  height: 51px;
  min-width: 300px;
  background-color: #FB4829;
  border-radius: 40px;
  border: none;
  outline: none;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .footer__social-btn {
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer__social-btn {
    padding: 12px 20px;
    height: 45px;
  }
}
.footer__social-btn img {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}
.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__social-link {
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .footer__social-link {
    width: 45px;
    height: 45px;
    margin-left: 10px;
  }
}
.footer__social-icon {
  width: 16px;
}
.footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer__center {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__center::before {
  content: "";
  position: absolute;
  background-color: #4A4A4A;
  height: 1px;
  width: 1920px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer__left {
  max-width: 230px;
}
@media only screen and (max-width: 991px) {
  .footer__left {
    max-width: 100%;
  }
}
.footer__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
}
@media only screen and (max-width: 991px) {
  .footer__description {
    position: relative;
    padding-bottom: 20px;
  }
  .footer__description::before {
    content: "";
    position: absolute;
    background-color: #4A4A4A;
    height: 1px;
    width: 1920px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer__present {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  background-color: #F8F8F8;
  border-radius: 20px;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .footer__present {
    margin-top: 20px;
    width: 100%;
    border-radius: 16px;
    position: relative;
    margin-bottom: 20px;
  }
  .footer__present::before {
    content: "";
    position: absolute;
    background-color: #4A4A4A;
    height: 1px;
    width: 1920px;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer__present-icon {
  width: 39px;
  height: 39px;
  margin-right: 20px;
}
.footer__present-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #17181C;
  display: block;
}
.footer__present-small {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
  display: block;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .footer__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .footer__menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__menu-col {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
.footer__menu-col:not(:last-child) {
  margin-right: 60px;
}
@media only screen and (max-width: 1199px) {
  .footer__menu-col:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__menu-col:first-child {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
  }
  .footer__menu-col:first-child::before {
    content: "";
    position: absolute;
    background-color: #4A4A4A;
    height: 1px;
    width: 1920px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer__menu-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.footer__menu-list {
  margin: 10px 0 0;
}
.footer__menu-list li {
  margin-bottom: 4px;
}
.footer__menu-list a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
}
.footer__address {
  padding: 20px 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .footer__address {
    margin-bottom: 10px;
    border-radius: 16px;
  }
}
.footer__address-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #17181C;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__address-name::before {
  content: "";
  width: 9px;
  height: 12px;
  margin-right: 10px;
  background-image: url("../img/geo_red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer__address-geo {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
}
.footer__bottom {
  position: relative;
}
.footer__bottom::before {
  content: "";
  position: absolute;
  background-color: #4A4A4A;
  height: 1px;
  width: 1920px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer__bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer__bottom-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 40px;
  }
}
.footer__bottom-item {
  padding: 40px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #8D8D8D;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 767px) {
  .footer__bottom-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0;
    margin-top: 20px;
  }
}
.footer__bottom-tck {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-bottom: 23.5%;
}

.oversized__bg {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .oversized__bg {
    padding: 25px 0;
  }
}
.oversized__top {
  position: relative;
}
.oversized__title {
  margin-top: 45px;
}
.oversized__box {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .oversized__box {
    margin-top: 30px;
  }
}
.oversized__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.oversized__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  margin: 10px 5px 0;
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 174px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1200px) {
  .oversized__item {
    min-height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .oversized__item {
    min-height: 90px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .oversized__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 600px) {
  .oversized__item {
    padding: 10px 12px;
  }
}
.oversized__item::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FB4829;
  height: 0;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .oversized__item::after {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .oversized__item:hover::after {
    height: 73px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .oversized__item:hover::after {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .oversized__item:hover::after {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .oversized__item:hover .oversized__item-more {
    opacity: 1;
    height: 63px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .oversized__item:hover .oversized__item-more {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .oversized__item:hover .oversized__item-more {
    height: 30px;
  }
}
.oversized__item-icon {
  height: 100%;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
.oversized__item-img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 160px;
}
@media only screen and (max-width: 1200px) {
  .oversized__item-img {
    max-height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .oversized__item-img {
    max-height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .oversized__item-img {
    max-height: 70px;
  }
}
.oversized__item-right {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.oversized__item-title {
  display: block;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: #1A1A1A;
  overflow-wrap: anywhere;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .oversized__item-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .oversized__item-title {
    font-size: 14px;
  }
}
.oversized__item-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  position: relative;
  text-align: center;
  padding-top: 10px;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1200px) {
  .oversized__item-more {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .oversized__item-more {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .oversized__item-more {
    opacity: 1;
    height: 30px;
    font-size: 10px;
  }
}
.oversized__item-more::after {
  content: "";
  width: 35px;
  height: 16px;
  margin-left: 10px;
  background-image: url("../img/oversized_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .oversized__item-more::after {
    width: 25px;
    height: 10px;
  }
}
.oversized__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.oversized__btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 15px 30px;
  background-color: #17181C;
  border-radius: 40px;
}
.oversized__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .oversized__navigation {
    margin-top: 30px;
  }
}
.oversized__navigation-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #17181C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  height: 51px;
  border: 1px solid transparent;
  border-radius: 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  .oversized__navigation-item {
    padding: 10px 20px;
    height: 41px;
    font-size: 12px;
  }
}
.oversized__navigation-item.active {
  border: 1px solid rgba(141, 141, 141, 0.5);
}
.oversized__navigation-item.none:hover {
  border: 1px solid transparent;
}
.oversized__navigation-item:hover {
  border: 1px solid rgba(141, 141, 141, 0.5);
}
.oversized__navigation-item.next {
  padding: 15px 30px;
  height: 51px;
  background-color: #17181C;
  border-radius: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .oversized__navigation-item.next {
    padding: 10px 20px;
    height: 41px;
    font-size: 12px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.wp-pagenavi span.current,
.wp-pagenavi a.page.larger,
.wp-pagenavi a.page.smaller,
.wp-pagenavi span.extend,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #17181C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  height: 51px;
  border: 1px solid transparent;
  border-radius: 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  .wp-pagenavi span.current,
  .wp-pagenavi a.page.larger,
  .wp-pagenavi a.page.smaller,
  .wp-pagenavi span.extend,
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink {
    padding: 10px 20px;
    height: 41px;
    font-size: 12px;
  }
}
.wp-pagenavi span.current {
  border: 1px solid rgba(141, 141, 141, 0.5);
}
.wp-pagenavi a.page.larger:hover,
.wp-pagenavi a.page.smaller:hover {
  border: 1px solid rgba(141, 141, 141, 0.5);
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  padding: 15px 30px;
  height: 51px;
  background-color: #17181C;
  border-radius: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    padding: 10px 20px;
    height: 41px;
    font-size: 12px;
  }
}

.typescargo__bg {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .typescargo__bg {
    padding: 25px 0;
  }
}
.typescargo__top {
  position: relative;
}
.typescargo__title {
  margin-top: 45px;
}
.typescargo__box {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .typescargo__box {
    margin-top: 30px;
  }
}
.typescargo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.typescargo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px;
  background-color: #F8F8F8;
  border-radius: 20px;
  margin-right: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .typescargo__item {
    margin-right: 7px;
    margin-top: 7px;
    padding: 12px 10px;
    min-height: 52px;
    border-radius: 16px;
  }
}
.typescargo__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
}
@media only screen and (max-width: 1200px) {
  .typescargo__item-img {
    max-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .typescargo__item-img {
    max-height: 20px;
  }
}
.typescargo__item-icon {
  width: auto;
  height: 100%;
  max-height: 40px;
}
@media only screen and (max-width: 1200px) {
  .typescargo__item-icon {
    max-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .typescargo__item-icon {
    max-height: 20px;
  }
}
.typescargo__item-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #17181C;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .typescargo__item-name {
    font-size: 12px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

.carpark__bg {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .carpark__bg {
    padding: 25px 0;
  }
}
.carpark__top {
  position: relative;
}
.carpark__title {
  margin-top: 45px;
}
.carpark__box {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .carpark__box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .carpark__list {
    padding-right: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .carpark__list {
    padding-right: 0;
  }
}
@media only screen and (min-width: 991px) {
  .carpark__list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
  }
}
.carpark__item {
  min-height: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F4F4F4;
  border-radius: 20px;
  min-height: 1px;
  height: auto;
}
@media only screen and (min-width: 991px) {
  .carpark__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    margin: 10px 5px 0;
  }
}
@media only screen and (max-width: 600px) {
  .carpark__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carpark__item-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding: 40px 30px;
}
@media only screen and (max-width: 600px) {
  .carpark__item-left {
    padding: 12px;
  }
}
.carpark__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #17181C;
}
.carpark__item-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .carpark__item-subtitle {
    font-size: 12px;
  }
}
.carpark__item-bottom {
  margin-top: 25px;
}
.carpark__item-buttom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.carpark__item-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #8D8D8D;
  padding: 7px 10px;
  border: 1px solid #DEDEDE;
  border-radius: 20px;
  margin-right: 2px;
}
.carpark__item-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #17181C;
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
}
.carpark__item-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.carpark__item-right {
  width: 34%;
}
@media only screen and (max-width: 600px) {
  .carpark__item-right {
    width: 100%;
    margin-top: auto;
  }
}
.carpark__item-img {
  height: 100%;
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 600px) {
  .carpark__item-img {
    padding-bottom: 54%;
  }
}
.carpark__item-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #FB4829;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.carpark__item-icon {
  width: 12px;
  height: 12px;
}
.carpark__pagination {
  position: relative;
  margin-top: 40px;
}
@media only screen and (min-width: 991px) {
  .carpark__pagination {
    display: none;
  }
}
.carpark__scrollbar.swiper-scrollbar {
  background: rgba(52, 52, 52, 0.2) !important;
  max-width: calc(100% - 30px);
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.carpark__scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 1px;
  bottom: auto;
}
.carpark__scrollbar .swiper-scrollbar-drag {
  background: #FB4829;
}
.carpark__scrollbar .swiper-scrollbar-drag:after {
  content: "";
  background: #FB4829;
  height: 1px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  width: 100%;
  margin-top: -1.5px;
  cursor: pointer;
}
.carpark__hand {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hovered {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  fill: #FB4829 !important;
}

.where__bg {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .where__bg {
    padding: 25px 0;
  }
}
.where__top {
  position: relative;
}
.where__title {
  margin-top: 45px;
}
.where__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
@media only screen and (max-width: 990.5px) {
  .where__box {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .where__box {
    margin-top: 30px;
  }
}
.where__left {
  width: 61%;
  margin-right: 20px;
}
@media only screen and (max-width: 1280px) {
  .where__left {
    width: 55%;
  }
}
@media only screen and (max-width: 990.5px) {
  .where__left {
    width: 100%;
    margin-top: -15%;
  }
}
.where__map svg {
  width: 100%;
  height: auto;
}
.where__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding: 30px;
  border-radius: 20px;
}
@media only screen and (min-width: 991px) {
  .where__right {
    height: 500px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 990.5px) {
  .where__right {
    background-color: transparent;
    padding: 0;
    margin-top: 15px;
  }
}
.where__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -10px 0;
}
@media only screen and (min-width: 991px) {
  .where__buttons {
    height: 100%;
    overflow: auto;
  }
}
@media only screen and (max-width: 990.5px) {
  .where__buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.where__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 4px 0;
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.where__item:hover {
  background-color: #fb4829;
}
.where__item:hover .where__region {
  color: #fff;
}
@media only screen and (max-width: 990.5px) {
  .where__item {
    padding: 10px;
    margin: 1px;
    border-radius: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-radius: 5px;
  }
}
.where__icon {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 20px;
}
@media only screen and (min-width: 991px) {
  .where__icon {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}
@media only screen and (max-width: 990.5px) {
  .where__icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}
.where__region {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #1A1A1A;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 1280px) {
  .where__region {
    font-size: 12px;
  }
}

.checkregion__bg {
  padding: 60px 0 10px;
}
@media only screen and (max-width: 767px) {
  .checkregion__bg {
    padding: 25px 0;
  }
}
.checkregion__top {
  position: relative;
}
.checkregion__title {
  margin-top: 45px;
}
.checkregion__box {
  margin-top: 30px;
}
.checkregion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkregion__head-left {
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .checkregion__head-left {
    margin-right: 0;
  }
}
.checkregion__head-logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.checkregion__head-abbreviation {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #17181C;
}
@media only screen and (max-width: 767px) {
  .checkregion__head-abbreviation {
    font-size: 14px;
  }
}
.checkregion__head-subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #8D8D8D;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .checkregion__head-subtitle {
    font-size: 10px;
  }
}
.checkregion__head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .checkregion__head-right {
    margin-top: 20px;
    width: 100%;
  }
}
.checkregion__head-right img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .checkregion__head-right img {
    width: 16px;
    height: 16px;
  }
}
.checkregion__head-date, .checkregion__head-min {
  margin-right: 40px;
}
.checkregion__head-date, .checkregion__head-min, .checkregion__head-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #17181C;
}
.checkregion__lining {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .checkregion__lining {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.checkregion__lining-block {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #17181C;
  padding: 30px;
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 991px) {
  .checkregion__lining-block {
    margin-top: 10px;
    font-size: 12px;
  }
}
.checkregion__lining-block.gray_bg {
  background-color: #F9F9F9;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .checkregion__lining-block {
    padding: 20px;
  }
}
.checkregion__lining-block ol {
  padding-left: 15px;
}
.checkregion__lining-block ol li {
  list-style-type: decimal;
}
.checkregion__lining-block a {
  color: #17181C;
}
.checkregion__img_big {
  padding-bottom: 50%;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.checkregion__img_wrap {
  max-width: 712px;
  width: 54%;
}
@media only screen and (max-width: 991px) {
  .checkregion__img_wrap {
    width: 100%;
  }
}
.checkregion__item {
  margin-top: 10px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .checkregion__item {
    display: block;
  }
}
.checkregion__item-left {
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 991px) {
  .checkregion__item-left {
    padding: 20px;
  }
}
.checkregion__item-left.gray_bg {
  background-color: #F9F9F9;
  border-radius: 20px;
}
.checkregion__item-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #17181C;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .checkregion__item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.checkregion__item-subtitle {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .checkregion__item-subtitle {
    font-size: 16px;
  }
}
.checkregion__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #17181C;
}
.checkregion__item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  width: 100%;
  max-width: 414px;
}
@media only screen and (max-width: 991px) {
  .checkregion__item-right {
    max-width: 600px;
    margin-left: 0;
  }
}
.checkregion__item-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 400px;
}
@media only screen and (max-width: 991px) {
  .checkregion__item-img {
    padding-bottom: 67%;
  }
}
.checkregion__item-img.big_height {
  padding-bottom: 104%;
}
.checkregion__item-img:not(:first-child) {
  margin-top: 14px;
}
@media only screen and (max-width: 991px) {
  .checkregion__item-img:not(:first-child) {
    display: none;
  }
}
.checkregion__item ul {
  padding-left: 18px;
}
.checkregion__item ul li {
  list-style-type: disc;
}
.checkregion__item ol {
  padding-left: 15px;
}
.checkregion__item ol li {
  list-style-type: decimal;
}
.checkregion__item a {
  color: #17181C;
}

.author__bg {
  padding: 60px 0 40px;
}
@media only screen and (max-width: 767px) {
  .author__bg {
    padding: 25px 0;
  }
}
.author__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #17181C;
}
@media only screen and (max-width: 767px) {
  .author__title {
    font-size: 16px;
  }
}
.author__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.author__item {
  max-width: 150px;
}
.author__item:not(:last-child) {
  margin-right: 15px;
}
.author__foto {
  max-width: 100px;
}
@media only screen and (max-width: 767px) {
  .author__foto {
    max-width: 70px;
  }
}
.author__foto-img {
  border-radius: 50%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.author__name, .author__job {
  font-weight: 400;
  line-height: 120%;
  color: #17181C;
}
.author__name {
  font-size: 16px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .author__name {
    font-size: 14px;
  }
}
.author__job {
  opacity: 0.7;
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .author__job {
    font-size: 12px;
  }
}

.map_way__bg {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .map_way__bg {
    padding-bottom: 25px;
  }
}
.map_way__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.map_way__road {
  height: 400px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .map_way__road {
    height: 300px;
  }
}
.map_way__stickers {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  bottom: 10px;
  left: 10px;
  z-index: 5;
}
.map_way__stickers-item {
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .map_way__stickers-item {
    padding: 15px;
    border-radius: 12px;
  }
}
.map_way__stickers-icon {
  width: 39px;
  height: 39px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .map_way__stickers-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}
.map_way__stickers-val {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #17181C;
}
@media only screen and (max-width: 767px) {
  .map_way__stickers-val {
    font-size: 12px;
  }
}
.map_way__stickers-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .map_way__stickers-text {
    font-size: 10px;
  }
}

.stages__bg {
  padding: 60px 0 10px;
}
@media only screen and (max-width: 767px) {
  .stages__bg {
    padding: 25px 0;
  }
}
.stages__top {
  position: relative;
}
.stages__title {
  margin-top: 45px;
}
.stages__box {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .stages__box {
    margin-top: 30px;
  }
}
.stages__list {
  margin: 0 -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .stages__list {
    display: block;
  }
}
.stages__item {
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 30px;
  margin: 10px 6px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 12px);
          flex: 0 0 calc(50% - 12px);
}
@media only screen and (max-width: 767px) {
  .stages__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.stages__item:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.stages__item:last-child .stages__item-numb {
  background-color: #FB4829;
  color: #fff;
}
.stages__item-numb {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-transform: lowercase;
  color: #FB4829;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  width: 32px;
  height: 28px;
  border: 1px solid #FB4829;
  border-radius: 20px;
}
.stages__item-title {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #17181C;
}
.stages__item-text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
}

.contacts_map__bg {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .contacts_map__bg {
    padding: 25px 0;
  }
}
.contacts_map__title {
  margin-top: 45px;
}
.contacts_map__box {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .contacts_map__box {
    margin-top: 30px;
  }
}
.contacts_map__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contacts_map__head {
    display: block;
  }
}
.contacts_map__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .contacts_map__left {
    display: block;
  }
}
.contacts_map__item:not(:last-child) {
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .contacts_map__item:not(:last-child) {
    margin-right: 0;
  }
}
.contacts_map__item:first-child .contacts_map__small {
  margin-left: 17px;
}
@media only screen and (max-width: 767px) {
  .contacts_map__item:not(:first-child) {
    margin-left: 17px;
    margin-top: 20px;
  }
}
.contacts_map__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #17181C;
}
.contacts_map__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts_map__phone::before {
  content: "";
  width: 7px;
  height: 7px;
  min-width: 7px;
  opacity: 0;
  border-radius: 50%;
  background-color: #FB4829;
  margin-right: 10px;
  -webkit-animation: sign ease-in-out 0.8s infinite;
          animation: sign ease-in-out 0.8s infinite;
}
.contacts_map__small {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
}
@media only screen and (max-width: 767px) {
  .contacts_map__right {
    margin-top: 20px;
  }
}
.contacts_map__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts_map__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px;
  width: 51px;
  height: 51px;
  background-color: #17181C;
  border-radius: 50%;
  margin-left: 10px;
}
.contacts_map__way {
  margin-top: 40px;
  position: relative;
}
@media only screen and (min-width: 767.5px) {
  .contacts_map__way {
    height: 400px;
  }
}
.contacts_map__way-back {
  height: 400px;
}
.contacts_map__way-stickers {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  z-index: 2;
}
@media only screen and (min-width: 767.5px) {
  .contacts_map__way-stickers {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .contacts_map__way-stickers {
    position: relative;
    margin: 0 10px -30px;
  }
}
.contacts_map__way-sticker {
  display: block;
  max-width: 270px;
  cursor: pointer;
}
.contacts_map__way-sticker:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(141, 141, 141, 0.2);
}
.contacts_map__way-sticker.active .contacts_map__way-name {
  color: #FB4829;
}
.contacts_map__way-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #17181C;
}
.contacts_map__way-address {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #17181C;
}
.contacts_map__way-operating {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
}

.contacts_details__bg {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .contacts_details__bg {
    padding: 25px 0;
  }
}
.contacts_details__box {
  margin-top: 30px;
}
.contacts_details__item:not(:first-child) {
  margin-top: 40px;
}
.contacts_details__city {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #17181C;
}
.contacts_details__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .contacts_details__info {
    display: block;
  }
}
.contacts_details__left {
  width: 70%;
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .contacts_details__left {
    width: 100%;
    margin-right: 0;
  }
}
.contacts_details__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(141, 141, 141, 0.2);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contacts_details__line {
    padding: 30px 0 10px;
  }
}
.contacts_details__key {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
}
@media only screen and (max-width: 767px) {
  .contacts_details__key {
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 0;
  }
}
.contacts_details__val {
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #17181C;
}
@media only screen and (max-width: 767px) {
  .contacts_details__val {
    margin-left: 0;
  }
}
.contacts_details__footer {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .contacts_details__footer tr {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contacts_details__footer tr:first-child {
    display: none;
  }
}
.contacts_details__footer td {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid rgba(141, 141, 141, 0.2);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #17181C;
}
@media only screen and (max-width: 767px) {
  .contacts_details__footer td {
    padding: 30px 0 10px;
  }
}
.contacts_details__footer td:first-child {
  padding: 10px 0;
  border-bottom: 1px solid rgba(141, 141, 141, 0.2);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
}
@media only screen and (max-width: 767px) {
  .contacts_details__footer td:first-child {
    font-size: 12px;
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .contacts_details__footer td[class$=-details] {
    display: none;
  }
}
.contacts_details__footer-select {
  position: relative;
}
.contacts_details__footer-select select {
  display: block;
  background-color: #F8F8F8;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  max-width: 400px;
  padding: 15px 30px;
  line-height: 150%;
  color: #17181C;
  border-radius: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-color: #F8F8F8;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M11.0193 0.423574L12 1.63615L6.65505 8.24072C6.56941 8.34718 6.46756 8.43167 6.35538 8.48932C6.2432 8.54698 6.12289 8.57666 6.00139 8.57666C5.87988 8.57666 5.75958 8.54698 5.6474 8.48932C5.53521 8.43167 5.43337 8.34718 5.34773 8.24072L3.0338e-07 1.63615L0.980725 0.424717L6 6.62357L11.0193 0.423574Z' fill='%2317181C'/%3E%3C/svg%3E"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M11.0193 0.423574L12 1.63615L6.65505 8.24072C6.56941 8.34718 6.46756 8.43167 6.35538 8.48932C6.2432 8.54698 6.12289 8.57666 6.00139 8.57666C5.87988 8.57666 5.75958 8.54698 5.6474 8.48932C5.53521 8.43167 5.43337 8.34718 5.34773 8.24072L3.0338e-07 1.63615L0.980725 0.424717L6 6.62357L11.0193 0.423574Z' fill='%2317181C'/%3E%3C/svg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 2em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.contacts_details__footer-select select::-ms-expand {
  display: none;
}
.contacts_details__footer-select select:hover {
  border-color: #F8F8F8;
  background-color: #F8F8F8;
}
.contacts_details__footer-select select:focus {
  border-color: #F8F8F8;
  background-color: #F8F8F8;
  -webkit-box-shadow: 0 0 1px 3px #F8F8F8;
          box-shadow: 0 0 1px 3px #F8F8F8;
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.contacts_details__footer-select select option {
  font-weight: normal;
}
@media only screen and (min-width: 767.5px) {
  .contacts_details__footer-select {
    display: none;
  }
}
.contacts_details__footer-bank {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #8D8D8D;
  position: absolute;
  top: -20px;
  left: 0;
}
@media only screen and (min-width: 767.5px) {
  .contacts_details__footer-bank {
    display: none;
  }
}
.contacts_details__footer-wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts_details__footer-string {
  padding: 10px 0;
  border-bottom: 1px solid rgba(141, 141, 141, 0.2);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
}
.contacts_details__footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contacts_details__footer-item {
    display: none;
  }
}
.contacts_details__footer-item.active {
  display: block;
}
.contacts_details__footer-line {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid rgba(141, 141, 141, 0.2);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #17181C;
}
@media only screen and (max-width: 767px) {
  .contacts_details__footer-line {
    padding: 30px 0 10px;
  }
}
.contacts_details__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 767px) {
  .contacts_details__right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 400px;
    margin-top: 20px;
  }
}
.contacts_details__dir, .contacts_details__file {
  width: 100%;
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contacts_details__dir, .contacts_details__file {
    padding: 20px;
  }
}
.contacts_details__name {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #17181C;
}
@media only screen and (max-width: 767px) {
  .contacts_details__name {
    font-size: 14px;
  }
}
.contacts_details__post {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
}
.contacts_details__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts_details__file-icon {
  margin-right: 30px;
}
.contacts_details__file-img {
  display: block;
  width: 39px;
  height: auto;
}
.contacts_details__file-title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #17181C;
}
@media only screen and (max-width: 767px) {
  .contacts_details__file-title {
    font-size: 14px;
  }
}
.contacts_details__file-info {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
}

.cases_block__bg {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .cases_block__bg {
    padding: 25px 0;
  }
}
.cases_block__title {
  margin-top: 45px;
}
.cases_block__box {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .cases_block__box {
    margin-top: 25px;
  }
}
.cases_block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
@media only screen and (max-width: 600px) {
  .cases_block__list {
    margin: 0;
  }
}
.cases_block__list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  margin: 5px;
  min-height: 1px;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .cases_block__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 5px 0;
  }
}
.cases_block__list-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8F8F8;
  border-radius: 20px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .cases_block__list-elem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cases_block__list-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 991px) {
  .cases_block__list-left {
    padding: 12px;
  }
}
.cases_block__list-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #8D8D8D;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(141, 141, 141, 0.5);
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .cases_block__list-date {
    font-size: 10px;
  }
}
.cases_block__list-info {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .cases_block__list-info {
    margin-top: 14px;
  }
}
.cases_block__list-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #17181C;
}
@media only screen and (max-width: 767px) {
  .cases_block__list-title {
    font-size: 20px;
  }
}
.cases_block__list-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .cases_block__list-description {
    margin-top: 10px;
  }
}
.cases_block__list-right {
  width: 34%;
}
@media only screen and (max-width: 991px) {
  .cases_block__list-right {
    width: 100%;
    margin-top: auto;
    margin-top: 10px;
  }
}
.cases_block__list-img {
  position: relative;
  padding-bottom: 110%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .cases_block__list-img {
    height: auto;
    padding-bottom: 54%;
    max-height: 200px;
  }
}
.cases_block__list-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #FB4829;
}
@media only screen and (max-width: 767px) {
  .cases_block__list-btn {
    width: 40px;
    height: 40px;
  }
}
.cases_block__list-icon {
  width: 12px;
  height: 12px;
}

.blog_block__bg {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .blog_block__bg {
    padding: 25px 0;
  }
}
.blog_block__title {
  margin-top: 45px;
}
.blog_block__box {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .blog_block__box {
    margin-top: 25px;
  }
}
.blog_block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
@media only screen and (max-width: 600px) {
  .blog_block__list {
    margin: 0;
  }
}
.blog_block__list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  margin: 5px;
  min-height: 1px;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .blog_block__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 5px 0;
  }
}
.blog_block__list-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F4F4F4;
  border-radius: 20px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .blog_block__list-elem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog_block__list-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 991px) {
  .blog_block__list-left {
    padding: 12px;
  }
}
.blog_block__list-head {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog_block__list-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #8D8D8D;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(141, 141, 141, 0.5);
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .blog_block__list-date {
    font-size: 10px;
  }
}
.blog_block__list-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  height: 28px;
  background: #FB4829;
  border-radius: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .blog_block__list-new {
    margin-left: 7px;
  }
}
.blog_block__list-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #17181C;
}
@media only screen and (max-width: 767px) {
  .blog_block__list-title {
    font-size: 20px;
  }
}
.blog_block__list-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #17181C;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .blog_block__list-description {
    margin-top: 20px;
    font-size: 14px;
  }
}
.blog_block__list-right {
  width: 34%;
}
@media only screen and (max-width: 991px) {
  .blog_block__list-right {
    width: 100%;
    margin-top: auto;
    margin-top: 10px;
  }
}
.blog_block__list-img {
  position: relative;
  padding-bottom: 110%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .blog_block__list-img {
    height: auto;
    padding-bottom: 54%;
    max-height: 200px;
  }
}
.blog_block__list-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #FB4829;
}
@media only screen and (max-width: 767px) {
  .blog_block__list-btn {
    width: 40px;
    height: 40px;
  }
}
.blog_block__list-icon {
  width: 12px;
  height: 12px;
}

.work_us__bg {
  position: relative;
  padding: 120px 0 60px;
}
@media only screen and (max-width: 767px) {
  .work_us__bg {
    padding: 50px 0 25px;
  }
}
.work_us__triangle {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 44%;
}
.work_us__container {
  position: relative;
}
.work_us__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .work_us__wrap {
    display: block;
  }
}
.work_us__left {
  margin-right: 12px;
  width: calc(50% - 12px);
}
@media only screen and (max-width: 767px) {
  .work_us__left {
    width: 100%;
    margin-right: 0;
  }
}
.work_us__right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .work_us__right {
    width: 100%;
    margin-top: 40px;
  }
}
.work_us__item {
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .work_us__item {
    padding: 20px;
  }
}
.work_us__item:not(:first-child) {
  margin-top: 10px;
}
.work_us__item-numb {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-transform: lowercase;
  color: #FB4829;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  width: 32px;
  height: 28px;
  border: 1px solid #FB4829;
  border-radius: 20px;
}
.work_us__item-title {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #17181C;
}
.work_us__item-text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
}

.needed__bg {
  background-color: #17181C;
  padding: 60px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .needed__bg {
    padding: 25px 0;
  }
}
.needed__top {
  position: relative;
}
.needed__title {
  color: #FFFFFF;
  margin-top: 45px;
}
.needed__box {
  margin-top: 40px;
}
.needed__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  margin-left: 220px;
}
@media only screen and (max-width: 1200px) {
  .needed__text {
    margin-left: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .needed__text {
    margin-left: 0;
  }
}
.needed__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px -5px 0;
}
@media only screen and (max-width: 1024px) {
  .needed__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 550px) {
  .needed__list {
    display: block;
  }
}
.needed__list-item {
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  margin: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 10px);
          flex: 0 0 calc(25% - 10px);
}
@media only screen and (max-width: 1024px) {
  .needed__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media only screen and (max-width: 550px) {
  .needed__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 20px;
  }
}
.needed__list-item.color_bg {
  background-color: #FB4829;
}
.needed__list-item.color_bg .needed__list-title,
.needed__list-item.color_bg .needed__list-description {
  color: #fff;
}
.needed__list-icon {
  width: 42px;
}
.needed__list-title {
  margin-top: 20px;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  color: #17181C;
}
@media only screen and (max-width: 1280px) {
  .needed__list-title {
    font-size: 20px;
  }
}
.needed__list-description {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
}
@media only screen and (max-width: 550px) {
  .needed__list-description {
    margin-top: 10px;
  }
}

.state__bg {
  background-color: #17181C;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .state__bg {
    padding: 25px 0;
  }
}
.state__top {
  position: relative;
}
.state__title {
  color: #FFFFFF;
  margin-top: 45px;
}
.state__box {
  margin-top: 55px;
}
.state__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
@media only screen and (max-width: 550px) {
  .state__list {
    display: block;
  }
}
.state__list-item {
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  margin: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 10px);
          flex: 0 0 calc(20% - 10px);
}
@media only screen and (max-width: 1200px) {
  .state__list-item {
    padding: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 10px);
            flex: 0 0 calc(33.333% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .state__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media only screen and (max-width: 550px) {
  .state__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.state__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.state__list-icon {
  width: 16px;
  margin-right: 14px;
}
.state__list-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #17181C;
}
.state__list-bottom {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
}

.logistics__bg {
  background-color: #17181C;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .logistics__bg {
    padding: 25px 0;
  }
}
.logistics__top {
  position: relative;
}
.logistics__title {
  color: #FFFFFF;
  margin-top: 45px;
}
.logistics__box {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .logistics__box {
    margin-top: 20px;
  }
}
.logistics__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  margin-left: 220px;
}
@media only screen and (max-width: 1200px) {
  .logistics__text {
    margin-left: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .logistics__text {
    margin-left: 0;
  }
}
.logistics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px -5px 0;
}
@media only screen and (max-width: 550px) {
  .logistics__list {
    display: block;
  }
}
.logistics__list-item {
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  margin: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .logistics__list-item {
    padding: 20px;
  }
}
.logistics__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logistics__list-icon {
  width: 16px;
  margin-right: 14px;
}
.logistics__list-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #17181C;
}
.logistics__list-bottom {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
}

.plans__bg {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .plans__bg {
    padding: 25px 0;
  }
}
.strengths__bg {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .strengths__bg {
    padding: 25px 0;
  }
}
.strengths__top {
  position: relative;
}
.strengths__title {
  margin-top: 45px;
}
.strengths__box {
  margin-top: 60px;
}
@media only screen and (max-width: 550px) {
  .strengths__box {
    margin-top: 35px;
  }
}
.strengths__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
@media only screen and (max-width: 550px) {
  .strengths__list {
    display: block;
  }
}
.strengths__item {
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 20px;
  margin: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 10px);
          flex: 0 0 calc(25% - 10px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .strengths__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media only screen and (max-width: 550px) {
  .strengths__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 20px;
  }
}
.strengths__item:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
@media only screen and (max-width: 1199px) {
  .strengths__item:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 550px) {
  .strengths__item:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media only screen and (max-width: 550px) {
  .strengths__item:first-child {
    display: none;
  }
}
.strengths__item-img {
  border-radius: 20px;
  height: 100%;
  min-height: 150px;
}
.strengths__item-top {
  width: 171px;
}
.strengths__item-name {
  margin-top: 40px;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  color: #17181C;
}
@media only screen and (max-width: 1200px) {
  .strengths__item-name {
    font-size: 26px;
  }
}
@media only screen and (max-width: 550px) {
  .strengths__item-name {
    margin-top: 20px;
  }
}
.strengths__item-subtitle {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
}
@media only screen and (max-width: 550px) {
  .strengths__item-subtitle {
    margin-top: 10px;
  }
}

.traffic__bg {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .traffic__bg {
    padding: 25px 0;
  }
}
.traffic__gallery {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .traffic__gallery {
    margin-top: 25px;
  }
}
.traffic__gallery.swiper {
  overflow: visible;
}
.traffic__gallery .swiper-wrapper {
  position: relative;
  z-index: 6;
}
.traffic__gallery .swiper-slide {
  width: auto;
  overflow: visible;
}
.traffic__gallery .case__gallery-pagination {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .traffic__gallery .case__gallery-pagination {
    margin-top: 80px;
  }
}
.traffic__gallery-item {
  cursor: pointer;
  background-color: #EDEDED;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 1;
}
.traffic__gallery-item:hover {
  background-color: #FB4829;
  z-index: 10;
}
.traffic__gallery-item:hover .traffic__gallery-cover {
  max-width: 1000px;
}
.traffic__gallery-item:hover .traffic__gallery-size {
  color: #fff;
}
.traffic__gallery-item:hover .traffic__gallery-bottom {
  background-color: #FB4829;
}
.traffic__gallery-item:hover .traffic__gallery-title {
  height: auto;
  -webkit-line-clamp: unset;
  overflow: visible;
  text-overflow: clip;
  color: #fff;
}
.traffic__gallery-size {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  padding: 11px 0 7px;
  text-align: center;
  color: #17181C;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.traffic__gallery-date {
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  padding: 15px 14px 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #17181C;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 16px;
}
.traffic__gallery-cover {
  height: 300px;
  min-width: 264px;
  max-width: 264px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: max-width 0.8s ease;
  transition: max-width 0.8s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.traffic__gallery-img {
  height: 100%;
  border-radius: 20px;
}
.traffic__gallery-img.narrow-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.traffic__gallery-img.wide-image {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.traffic__gallery-bottom {
  position: absolute;
  background-color: #EDEDED;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px 15px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.traffic__gallery-title {
  display: -webkit-box;
  height: 35px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1.1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .traffic__gallery-title {
    font-size: 14px;
    height: 28px;
  }
}

.wpcf7 {
  position: relative;
}

.wpcf7-response-output.active {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fb4829;
  color: #fff;
  padding: 20px !important;
  border-radius: 20px;
  font-size: 14px;
  width: 90%;
  height: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-form__social,
.calc_block__social-link,
.calc_block2__social-link,
.calc_block3__social-link,
.precise__form-social,
.top__form-social {
  display: none !important;
}

.closeBtn {
  cursor: pointer;
  float: right;
  line-height: 0.8;
  font-size: 40px;
  margin-top: 20px;
  margin-right: 20px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .closeBtn {
    font-size: 30px;
    margin-top: 10px;
    margin-right: 10px;
  }
}

.modal {
  background: rgba(228, 219, 204, 0.5);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  right: 0;
  z-index: 5;
}
.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-wrapper {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 500px;
  position: absolute;
  text-align: left;
}
.modal-header, .modal-footer {
  text-align: center;
  color: white;
}
.modal-body {
  background: #fff;
  padding: 65px 50px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .modal-body {
    padding: 30px 15px 20px;
  }
}
.modal-title {
  font-weight: 400;
  font-size: 26px;
  line-height: 110%;
  color: #17181C;
}
@media only screen and (max-width: 767px) {
  .modal-title {
    font-size: 20px;
  }
}
.modal-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8D8D8D;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .modal-subtitle {
    font-size: 12px;
    margin-top: 10px;
  }
}
.modal-form {
  margin-top: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .modal-form {
    margin: 0 auto;
    min-width: auto;
    margin-top: 20px;
  }
}
.modal-form-file_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.modal-form-file_name:before {
  content: "";
  background-image: url("../img/clip.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.modal-form-file_wrap {
  padding: 15px 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-form__send .wpcf7-response-output {
  border-color: transparent !important;
  margin: 15px 0 0 15px !important;
  padding: 0 !important;
  border: none !important;
  font-size: 12px;
}
.modal-form__send #file-input2 {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  max-width: 1px;
  max-height: 1px;
}
.modal-form__label {
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .modal-form__label {
    margin-bottom: 7px;
  }
}
.modal-form__input {
  width: 100%;
  padding: 15px 30px;
  height: 51px;
  background-color: #F8F8F8;
  font-family: "actay", sans-serif;
  border-radius: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
  border: none;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .modal-form__input {
    font-size: 12px;
    padding: 10px 20px;
    height: auto;
  }
}
.modal-form__dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-form__dual label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.modal-form__dual label:not(:last-child) {
  margin-right: 10px;
}
.modal-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-form__button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  position: relative;
}
.modal-form__button .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.modal-form__btn {
  padding: 15px 20px;
  height: 51px;
  background-color: #FB4829;
  border-radius: 40px;
  border: none;
  outline: none;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "actay", sans-serif;
  padding: 15px 30px 15px 20px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right calc(50% - 80px) center;
  background-image: url("../img/arrow_btn.svg");
}
@media only screen and (max-width: 767px) {
  .modal-form__btn {
    padding: 12px 20px 12px 10px;
    height: 47px;
  }
}
.modal-form__btn img {
  margin-left: 10px;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 767px) {
  .modal-form__btn img {
    margin-left: 7px;
    width: 11px;
    height: 11px;
  }
}
.modal-form .wpcf7-not-valid-tip {
  font-size: 12px;
  padding-left: 20px;
}
.modal-form__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-form__link {
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #17181C;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .modal-form__link {
    width: 47px;
    height: 47px;
    margin-left: 2px;
  }
}
.modal-form__icon {
  width: 16px;
}
@media only screen and (max-width: 767px) {
  .modal-form__icon {
    width: 12px;
  }
}
.modal-form__small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #A6A6A6;
}
@media only screen and (max-width: 767px) {
  .modal-form__small {
    margin-top: 10px;
    font-size: 8px;
  }
}
.modal-form__small a {
  color: rgb(106, 106, 106);
}
.modal-form__small input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.modal-form__small input:checked + .wpcf7-list-item-label::after {
  border: 2px solid rgb(251, 72, 41);
}
.modal-form__small input:checked + .wpcf7-list-item-label::before {
  border-left: 2px solid rgb(251, 72, 41);
  border-bottom: 2px solid rgb(251, 72, 41);
}
.modal-form__small label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.modal-form__small label .wpcf7-list-item-label {
  padding-left: 30px;
}
.modal-form__small label .wpcf7-list-item-label::after {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid rgb(166, 166, 166);
  border-radius: 5px;
  cursor: pointer;
}
.modal-form__small label .wpcf7-list-item-label::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 9px;
  height: 6px;
  -webkit-transform: rotate(310deg);
      -ms-transform: rotate(310deg);
          transform: rotate(310deg);
  top: 4px;
  left: 4px;
  cursor: pointer;
}
.modal-form__small span.wpcf7-not-valid-tip {
  position: absolute;
  top: -17px;
  left: -7px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.modal-form__small span.wpcf7-list-item.first.last {
  display: block;
}
.modal-form__small span.wpcf7-list-item.first.last {
  font-size: 1px;
}

.circle {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}
.circle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  z-index: 2;
}
.circle:hover span {
  opacity: 0;
}
.circle:hover img {
  opacity: 1;
}
.circle:hover .wave:after {
  -webkit-animation: animate2 10s linear infinite;
          animation: animate2 10s linear infinite;
}
.circle:hover .wave:before {
  -webkit-animation: animate2 5s linear infinite;
          animation: animate2 5s linear infinite;
}
.circle:hover .wave:before,
.circle:hover .wave:after {
  -webkit-transform: translate(-50%, 85%);
      -ms-transform: translate(-50%, 85%);
          transform: translate(-50%, 85%);
}
.circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 13px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.circle img {
  opacity: 0;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.wave {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FB4829;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  pointer-events: none;
}
.wave:before, .wave:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200%;
  height: 200%;
  background: black;
  -webkit-transform: translate(-50%, 75%);
      -ms-transform: translate(-50%, 75%);
          transform: translate(-50%, 75%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.wave:before {
  border-radius: 45%;
  background: #17181c;
  -webkit-animation: animate 5s linear infinite;
          animation: animate 5s linear infinite;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wave:after {
  border-radius: 40%;
  background: rgba(23, 24, 28, 0.5);
  -webkit-animation: animate 10s linear infinite;
          animation: animate 10s linear infinite;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translate(-50%, 75%) rotate(0deg);
            transform: translate(-50%, 75%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 75%) rotate(360deg);
            transform: translate(-50%, 75%) rotate(360deg);
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translate(-50%, 75%) rotate(0deg);
            transform: translate(-50%, 75%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 75%) rotate(360deg);
            transform: translate(-50%, 75%) rotate(360deg);
  }
}
@-webkit-keyframes animate2 {
  0% {
    -webkit-transform: translate(-50%, 85%) rotate(0deg);
            transform: translate(-50%, 85%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 85%) rotate(360deg);
            transform: translate(-50%, 85%) rotate(360deg);
  }
}
@keyframes animate2 {
  0% {
    -webkit-transform: translate(-50%, 85%) rotate(0deg);
            transform: translate(-50%, 85%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 85%) rotate(360deg);
            transform: translate(-50%, 85%) rotate(360deg);
  }
}
.modal-wrapper_width {
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .modal-wrapper_width {
    max-width: 500px;
  }
}
@media only screen and (max-width: 450px) {
  .modal-wrapper_width {
    position: relative;
  }
}

.modal-form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 86px;
}
@media only screen and (max-width: 767px) {
  .modal-form_flex {
    padding-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .modal-form_flex {
    display: block;
  }
}
.modal-form_flex > .wpcf7 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (max-width: 450px) {
  .modal-form_flex > .wpcf7 {
    z-index: 1;
  }
}

.modal-form__right {
  margin-right: -180px;
  width: 60%;
  margin-top: -97px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .modal-form__right {
    margin-right: 0;
    width: 48%;
    margin-top: -45px;
  }
}
@media only screen and (max-width: 450px) {
  .modal-form__right {
    opacity: 0.3;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    width: 100%;
    max-width: 235px;
    margin-top: 0;
  }
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 5;
}







































.btn-color,
.navbar__btn,
.header__form-btn,
.b-consultant__btn,
.valuation__form-btn,
.b-stage__btn,
.b-trust__btn,
.b-other__btn,
.contacts__btn,
.director__btn,
.modal__btn,
.calculation-modal__btn,
.btn-color:active,
.navbar__btn:active,
.header__form-btn:active,
.b-consultant__btn:active,
.valuation__form-btn:active,
.b-stage__btn:active,
.b-trust__btn:active,
.b-other__btn:active,
.contacts__btn:active,
.director__btn:active,
.modal__btn:active,
.calculation-modal__btn:active,
.btn-color:focus,
.navbar__btn:focus,
.header__form-btn:focus,
.b-consultant__btn:focus,
.valuation__form-btn:focus,
.b-stage__btn:focus,
.b-trust__btn:focus,
.b-other__btn:focus,
.contacts__btn:focus,
.director__btn:focus,
.modal__btn:focus,
.calculation-modal__btn:focus {
	color: #fff !important;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	opacity: 1 !important;
	border: 1px solid #FB4829 !important;
	border-radius: 0;
	width: 180px;
	max-width: 100%;
	height: 44px;
	background-color: #FB4829;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: opacity 0.3s;
	overflow: hidden;
}

.btn-color:hover,
.navbar__btn:hover,
.header__form-btn:hover,
.b-consultant__btn:hover,
.valuation__form-btn:hover,
.b-stage__btn:hover,
.b-trust__btn:hover,
.b-other__btn:hover,
.contacts__btn:hover,
.director__btn:hover,
.modal__btn:hover,
.calculation-modal__btn:hover,
.btn-color:active:hover,
.navbar__btn:active:hover,
.header__form-btn:active:hover,
.b-consultant__btn:active:hover,
.valuation__form-btn:active:hover,
.b-stage__btn:active:hover,
.b-trust__btn:active:hover,
.b-other__btn:active:hover,
.contacts__btn:active:hover,
.director__btn:active:hover,
.modal__btn:active:hover,
.calculation-modal__btn:active:hover,
.btn-color:focus:hover,
.navbar__btn:focus:hover,
.header__form-btn:focus:hover,
.b-consultant__btn:focus:hover,
.valuation__form-btn:focus:hover,
.b-stage__btn:focus:hover,
.b-trust__btn:focus:hover,
.b-other__btn:focus:hover,
.contacts__btn:focus:hover,
.director__btn:focus:hover,
.modal__btn:focus:hover,
.calculation-modal__btn:focus:hover {
	opacity: 0.8 !important;
}

.grey-bg,
.b-service,
.b-view,
.b-stage,
.b-org,
.b-result,
.b-project,
.b-faq,
.b-traffic {
	background: #F8F8F8;
}

.custom-list,
.b-consultant__item ul,
.b-trust__list,
.calculation-modal__list {
	list-style: none;
	padding: 0;
	margin: 25px 0;
	color: #494848;
	font-size: 16px;
}

.custom-list li,
.b-consultant__item ul li,
.b-trust__list li,
.calculation-modal__list li {
	padding-left: 40px;
	position: relative;
	min-height: 30px;
	margin-bottom: 10px;
}

.custom-list li:before,
.b-consultant__item ul li:before,
.b-trust__list li:before,
.calculation-modal__list li:before {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 3px solid #e5e5e5;
	top: 0;
	left: 0;
	/* background: url('../img/ico-check.png') center center no-repeat; */
}



.btn-color:hover,
.navbar__btn:hover,
.header__form-btn:hover,
.b-consultant__btn:hover,
.valuation__form-btn:hover,
.b-stage__btn:hover,
.b-trust__btn:hover,
.b-other__btn:hover,
.contacts__btn:hover,
.director__btn:hover,
.modal__btn:hover,
.calculation-modal__btn:hover,
.btn-color:active:hover,
.navbar__btn:active:hover,
.header__form-btn:active:hover,
.b-consultant__btn:active:hover,
.valuation__form-btn:active:hover,
.b-stage__btn:active:hover,
.b-trust__btn:active:hover,
.b-other__btn:active:hover,
.contacts__btn:active:hover,
.director__btn:active:hover,
.modal__btn:active:hover,
.calculation-modal__btn:active:hover,
.btn-color:focus:hover,
.navbar__btn:focus:hover,
.header__form-btn:focus:hover,
.b-consultant__btn:focus:hover,
.valuation__form-btn:focus:hover,
.b-stage__btn:focus:hover,
.b-trust__btn:focus:hover,
.b-other__btn:focus:hover,
.contacts__btn:focus:hover,
.director__btn:focus:hover,
.modal__btn:focus:hover,
.calculation-modal__btn:focus:hover {
	opacity: 0.8 !important;
}


.before,
.title-text:before,
.title-text:after,
.custom-list li:before,
.b-consultant__item ul li:before,
.b-trust__list li:before,
.calculation-modal__list li:before,
.header__form:before,
.header__form:after,
.header__form-btn:before,
.header__form-nav .point:before,
.header__form-nav .point:after,
.b-lider__col:before,
.b-view__text h3:before,
.b-view__slider-pager-wrap .slide a[data-slide-index]:before,
.valuation__form:before,
.valuation__form-btn:before,
.valuation__form-nav .point:before,
.valuation__form-nav .point:after,
.b-trust__item:before,
.b-trust__list-title:before,
.b-total__col-left:before,
.b-command__item-text:before,
.director__text:before,
.left-scroll-menu.nav:before,
.left-scroll-menu.nav li a:before,
.calculation-modal__item:before {
	content: "";
	display: block;
	position: absolute;
}

.btn-color,
.navbar__btn,
.header__form-btn,
.b-consultant__btn,
.valuation__form-btn,
.b-stage__btn,
.b-trust__btn,
.b-other__btn,
.contacts__btn,
.director__btn,
.modal__btn,
.calculation-modal__btn,
.btn-color:active,
.navbar__btn:active,
.header__form-btn:active,
.b-consultant__btn:active,
.valuation__form-btn:active,
.b-stage__btn:active,
.b-trust__btn:active,
.b-other__btn:active,
.contacts__btn:active,
.director__btn:active,
.modal__btn:active,
.calculation-modal__btn:active,
.btn-color:focus,
.navbar__btn:focus,
.header__form-btn:focus,
.b-consultant__btn:focus,
.valuation__form-btn:focus,
.b-stage__btn:focus,
.b-trust__btn:focus,
.b-other__btn:focus,
.contacts__btn:focus,
.director__btn:focus,
.modal__btn:focus,
.calculation-modal__btn:focus {
	color: #fff !important;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	opacity: 1 !important;
	border: 1px solid #FB4829 !important;
	border-radius: 0;
	width: 180px;
	max-width: 100%;
	height: 44px;
	background-color: #FB4829;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: opacity 0.3s;
	overflow: hidden;
}


.block_container {
	    position: relative;
    max-width: 1920px;
	  padding: 60px 0;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .block_container {
    padding: 25px 0;
  }
}

@media (min-width: 1208px) {
    .col-lg-6 {
        width: 50%;
    }
	.b-stage__row {
	 display: flex;
	}
}
@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333%;
		  position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 33.33333%;
    }
	.b-stage__row2 {
	 display: flex;
	}
}
.b-stage__title {
	margin-top: 45px;
}

.b-stage__subtitle {
	line-height: 1.25;
	font-size: 30px;
	text-align: center;
	margin: 50px 0 10px;
}

@media only screen and (max-width: 1207px) {
	.b-stage__subtitle {
		font-size: 28px;
	}
}

@media only screen and (max-width: 991px) {
	.b-stage__subtitle {
		font-size: 27px;
	}
}

@media only screen and (max-width: 767px) {
	.b-stage__subtitle {
		font-size: 26px;
	}
}

@media only screen and (max-width: 480px) {
	.b-stage__subtitle {
		font-size: 24px;
	}
}

.b-stage__col {
	padding-right: 10px;
}

.b-stage__item {
	width: 350px;
	max-width: 100%;
	margin: 40px auto 0;
}

.b-stage__item .badge {
	width: 24px;
	height: 24px;
	font-size: 17px;
	line-height: 19px !important;
	background: #373736;
	border-radius: 12px;
	text-align: center;
	cursor: default;
}

.b-stage__item-title {
	font-size: 19px;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 10px 0;
  font-family: "actaywide", sans-serif;
  font-weight: 700;
}

.b-stage__item-text {
	line-height: 1.35;
	margin-bottom: 5px;
}



.b-stage__more {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  background-color: #FB4829;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  height: 51px;
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  .b-stage__more {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .b-stage__more {
    font-size: 12px;
  }
}
.b-stage__more::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url("../img/arrow_t.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
	.b-stage__col {
		padding-right: 15px;
	}
}


@media only screen and (min-width: 768px) {
	.b-trust__row {
	 display: flex;
	}
}


.b-trust__more {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  background-color: #FB4829;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  height: 51px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .b-trust__more {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .b-trust__more {
    font-size: 12px;
  }
}
.b-trust__more::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url("../img/arrow_t.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.b-trust {
	background: url('../img/typescargo-page_bg.jpg') center center no-repeat #373736;
	background-size: cover;
	color: #fff;
	padding-bottom: 65px;
}

.b-trust p {
	margin-bottom: 15px;
}

.b-trust__top .macro_text {
	/* color: #fff; */
}

.b-trust__title {
	color: #fff;
	margin-top: 45px;
	margin-bottom: 62px;
}

.b-trust__text,
.b-trust__text-left,
.b-trust__text-right {
	margin-bottom: 55px;
}

.b-trust__text-left {
	padding-right: 30px;
}

.b-trust__text-right {
	padding-left: 30px;
}

.b-trust__item {
	position: relative;
	padding-right: 20px;
}

.b-trust__item:before {
	width: 2px;
	top: 5px;
	right: 0;
	bottom: 3px;
	background: #FB4829;
}

.b-trust__list-title {
	font-size: 20px;
	position: relative;
	padding-left: 50px;
	margin: 28px 0 20px;
	min-height: 30px;
}

.b-trust__list-title:before {
	width: 40px;
	height: 40px;
	/* background: url('../img/ico-dispatcher.png') center center no-repeat #FB4829; */
	top: -10px;
	border-radius: 20px;
	left: 0;
}

.b-trust__list {
	color: #fff;
	margin: 20px 0 35px;
}

.b-trust__btn {
	position: relative;
	top: -15px;
}

@media only screen and (max-width: 1207px) {
	.b-trust__text-left,
	.b-trust__text-right {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (max-width: 991px) {
	.b-trust__text,
	.b-trust__text-left,
	.b-trust__text-right {
		margin-bottom: 0;
	}

	.b-trust__item {
		padding-right: 0;
		margin: 30px 0 45px;
	}

	.b-trust__item:before {
		display: none;
	}
}