@charset "UTF-8";

ymaps.ymaps-2-1-73-balloon__content {
  min-width: 145px;
}

.breadcrumbs {
  font-size: 0.875rem;
  font-weight: normal;
}

.breadcrumbs,
.breadcrumbs a {
  color: #fff;
}

.breadcrumbs--black,
.breadcrumbs--black a {
  color: #000;
}

.breadcrumbs.pt-4 {
  padding-top: 1rem;
}

.breadcrumbs.pt-6 {
  padding-top: 1.5rem;
}

.breadcrumbs.pt-8 {
  padding-top: 2rem;
}

.breadcrumbs.pt-10 {
  padding-top: 2.5rem;
}

.calculate .button-price {
  min-width: 154px;
  position: relative;
}

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

body {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
}

h1 {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #292d95;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
}

.check-wrap {
  width: 80px;
  height: 26px;
  background: #ececf0;
  position: relative;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-left: 27px;
}

.check-wrap:after {
  content: "EUR";
  color: #000;
  position: absolute;
  right: 8px;
  z-index: 1;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
  pointer-events: none;
}

.check-wrap:before {
  content: "RU";
  color: #2e3191;
  position: absolute;
  left: 10px;
  z-index: 1;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
  pointer-events: none;
}

.check-wrap .currency-status {
  display: block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 43px;
  z-index: 0;
  background: #fcfff4;
  background-color: #ffffff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.check-wrap input[type="checkbox"] {
  visibility: hidden;
}

.check-wrap input[type="checkbox"]:checked + label + .currency-status {
  left: 3px;
}

.check-wrap label {
  display: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer !important;
}

input#mass::-webkit-input-placeholder,
input#size::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e3e8ed;
}

input#mass::-moz-placeholder,
input#size::-moz-placeholder {
  /* Firefox 19+ */
  color: #e3e8ed;
}

input#mass:-ms-input-placeholder,
input#size:-ms-input-placeholder {
  /* IE 10+ */
  color: #e3e8ed;
}

input#mass:-moz-placeholder,
input#size:-moz-placeholder {
  /* Firefox 18- */
  color: #e3e8ed;
}

button,
input[type="submit"] {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

button:hover,
input[type="submit"]:hover {
  cursor: pointer;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.roundedOne,
.roundedTwo,
.roundedThree {
  width: 16px;
  height: 16px;
  position: relative;
  background: #fcfff4;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #2e3191;
}

.roundedOne label,
.roundedTwo label,
.roundedThree label {
  width: 8px;
  height: 8px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.roundedOne label:after,
.roundedTwo label:after,
.roundedThree label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #2e3191;
  opacity: 0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.roundedOne label:hover::after,
.roundedTwo label:hover::after,
.roundedThree label:hover::after {
  opacity: 0.3;
}

.roundedOne input,
.roundedTwo input,
.roundedThree input {
  visibility: hidden;
}

.roundedOne input:checked + label:after,
.roundedTwo input:checked + label:after,
.roundedThree input:checked + label:after {
  opacity: 1;
}

.squaredFour,
.squaredFive,
.squaredSix {
  position: relative;
  width: 20px;
  height: 20px;
}

.squaredFour label,
.squaredFive label,
.squaredSix label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  background: #fcfff4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #d8d9dc;
}

.squaredFour label:after,
.squaredFive label:after,
.squaredSix label:after {
  content: "";
  width: 12px;
  height: 8px;
  top: 2px;
  left: 2px;
  position: absolute;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredFour label:before,
.squaredFive label:before,
.squaredSix label:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: transparent;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
}

.squaredFour label:hover::after,
.squaredFive label:hover::after,
.squaredSix label:hover::after {
  opacity: 0.5;
}

.squaredFour input[type="checkbox"],
.squaredFive input[type="checkbox"],
.squaredSix input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

.squaredFour input[type="checkbox"]:checked + label:after,
.squaredFive input[type="checkbox"]:checked + label:after,
.squaredSix input[type="checkbox"]:checked + label:after {
  opacity: 1;
  border-color: #fff;
}

.squaredFour input[type="checkbox"]:checked + label,
.squaredFive input[type="checkbox"]:checked + label,
.squaredSix input[type="checkbox"]:checked + label {
  border: 2px solid #2e3191;
  -webkit-box-shadow: 0 4px 16px rgba(46, 49, 145, 0.42);
  box-shadow: 0 4px 16px rgba(46, 49, 145, 0.42);
  background-color: #2e3191;
}

.squaredFour input[type="checkbox"],
.squaredFive input[type="checkbox"],
.squaredSix input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

.squaredFour input[type="checkbox"]:checked + label:before,
.squaredFive input[type="checkbox"]:checked + label:before,
.squaredSix input[type="checkbox"]:checked + label:before {
  background-color: #2e3191;
}

.btn-big {
  padding: 15px 70px 15px 15px;
  position: relative;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background-color: #292d95;
  border: none;
  z-index: 25;
}

.btn-big:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(46, 49, 145, 0.3);
  box-shadow: 0px 0px 5px 4px rgba(46, 49, 145, 0.3);
}

.btn-big:after {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 57px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #292d95 url(assets/img/info/info-head.png) center no-repeat;
  -webkit-background-size: fill fill;
  background-size: fill;
  -webkit-box-shadow: 0px 0px 0px 7px #cccde6;
  box-shadow: 0px 0px 0px 7px #cccde6;
}

.btn-big--telegram {
  font-family: sans-serif;
  line-height: 1.15;
  padding: 15px 80px 15px 15px;
}

.btn-big--telegram::after {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 57px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #292d95 url(assets/img/telegram.svg) 45% 45% no-repeat;
  -webkit-background-size: fill fill;
  background-size: fill;
  -webkit-box-shadow: 0px 0px 0px 7px #cccde6;
  box-shadow: 0px 0px 0px 7px #cccde6;
}

.btn-big--whatsapp {
  font-family: sans-serif;
  line-height: 1.15;
  padding: 15px 80px 15px 15px;
}

.btn-big--whatsapp::after {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 57px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #292d95 url(assets/img/whatsapp.svg) 50% 45% no-repeat;
  -webkit-background-size: fill fill;
  background-size: fill;
  -webkit-box-shadow: 0px 0px 0px 7px #cccde6;
  box-shadow: 0px 0px 0px 7px #cccde6;
}

.header {
  width: 100%;
}

.header-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.header-nav-list li:not(:last-child) {
  margin-right: 40px;
}

.header-nav-list li:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.header-nav-list li:nth-child(1):after {
  margin-top: 3px;
  margin-left: 4px;
  content: "";
  width: 7px;
  height: 5px;
  background: url(assets/img/header/arrow.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.header-nav-list a {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}

.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header-phone:before {
  margin-right: 15px;
  content: "";
  width: 15px;
  height: 18px;
  background: url(assets/img/header/phone.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/* ADD */
/*
.header-phone:after { margin-left: 5px; content: ''; width: 7px; height: 5px; background: url(assets/img/header/arrow.png) center no-repeat; -webkit-background-size: cover; background-size: cover; }

.header-phone a:nth-child(2) { }

.header-phone:hover a:nth-child(2) { opacity: 1; visibility: visible; } */

/* END - ADD */
.header-phone__link {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.header-phone__link:first-child {
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.header-calc {
  cursor: pointer;
  margin-left: 0;
}

.header-calc__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #2e3191;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(49, 49, 145, 0.24);
  box-shadow: 0px 0px 0px 5px rgba(49, 49, 145, 0.24);
  cursor: pointer;
}

.header-calc__img img,
.footer-calc__img img {
  width: 16px;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .header .under-header { width: 100%; background: url(assets/img/header/header-bg.jpg) center no-repeat; -webkit-background-size: cover; background-size: cover; } */

.header .under-header {
  width: 100%;
  height: 77px;
  position: relative;
  background: #ecebf0;
}

.under-header--left {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.333%;
  height: 100%;
  z-index: 3;
  background: #d6d8e4;
}

.under-header--left:before {
  content: "";
  position: absolute;
  right: -77px;
  top: 0;
  border: 38.5px solid transparent;
  border-left: 38.5px solid #d6d8e4;
}

.under-header--center {
  position: absolute;
  top: 0;
  left: 33.333%;
  width: 30.333%;
  height: 100%;
  z-index: 2;
  background: #ecebf0;
}

.under-header--center:before {
  content: "";
  position: absolute;
  right: -77px;
  top: 0;
  border: 38.5px solid transparent;
  border-left: 38.5px solid #ecebf0;
}

.under-header--right {
  position: absolute;
  top: 0;
  left: 63.666%;
  width: 36.333%;
  height: 100%;
  z-index: 1;
  background: #f4f4f4;
}

/* .under-header--right:before { content:''; position: absolute; right:-77px; top:0; border: 38.5px solid transparent;	border-left: 38.5px solid #F4F4F4; } */

.header .under-header-wrap {
  position: relative;
  z-index: 100;
}

.header .under-header-nav {
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header .under-header-nav li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header .under-header-nav li:nth-child(2)::after,
.header .under-header-nav li:nth-child(3)::after,
.header .under-header-nav li:nth-child(4)::after {
  margin-left: 20px;
  content: "";
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #d6d8e4 url(assets/img/header/arrow-2.png) center no-repeat;
  -webkit-background-size: fill fill;
  background-size: fill;
}

.header .under-header-nav .menu-item-40 .sub-menu {
  display: none;
}

.header .under-header-nav li:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.header .under-header-nav li:nth-child(1):after {
  margin-left: 15px;
  content: "";
  width: 23px;
  height: 17px;
  background: url(assets/img/header/bus.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.header .under-header-nav li:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
}

.header .under-header-nav li:nth-child(5):after {
  margin-left: 20px;
  content: "";
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #d6d8e4 url(assets/img/header/arrow-2.png) center no-repeat;
  -webkit-background-size: fill fill;
  background-size: fill;
}

.header .under-header-nav li:nth-child(5):before {
  margin-right: 45px;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #2e3191;
  opacity: 0.36;
}

.header .under-header-nav a {
  color: #2e3191;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.header .under-header_bottom {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 50px 140px 60px 60px;
  -webkit-box-shadow: 0 8px 42px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 42px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 200;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  visibility: visible;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  display: none;
}

.header .under-header-other-nav li {
  padding-bottom: 20px;
}

.header .under-header-other-nav a {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}

.header-logo__desktop-icon {
  max-width: 150px;
  width: 100%;
}

.header-logo__mobile-icon {
  display: none;
  width: 100%;
  height: 100%;
}

.header__link-wrap {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}

.header__telegram-link {
  margin-right: 16px;
  width: 35px;
  height: 35px;
  background-color: #08c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-shadow: 0px 0px 0px 5px rgb(0 136 204 / 24%);
}

.header__telegram-link svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 1.41421;
  width: 20px;
  height: 20px;
  color: white;
}

.header__whatsapp-link {
  margin-right: 16px;
  width: 35px;
  height: 35px;
  background-color: #25D366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-shadow: 0px 0px 0px 5px rgb(37 211 102 / 24%);
}

.header__whatsapp-link svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 1.41421;
  width: 24px;
  height: 24px;
  color: white;
  transform: translateX(1px);
}

.header-phones {
  flex-shrink: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 100;
}

.header-top {
  position: relative;
  background-color: white;
  z-index: 2;
}

.header + * {
  margin-top: 168px;
}

.under-header {
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  z-index: 1;
}

.under-header.fixed {
transform: translateY(-77px);
z-index: -1;
}

.main {
  background-color: #2e3191;
  position: relative;
  z-index: 30;
}

.main-slider {
  position: relative;
}

.main-slider__item {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.main-slider__item_one {
  background: url(assets/img/main/item-1.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.main-slider__item_two {
  background: url(assets/img/main/item-2.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.main-slider__item_three {
  background: url(assets/img/main/item-3.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.main-slider__title {
  padding-top: 60px;
  padding-bottom: 35px;
  max-width: 510px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
}

.main-slider__arrows {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: none;
}

.main-slider__arrows_prev {
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.main-slider__arrows_prev:hover {
  -webkit-box-shadow: 0px 0px 5px 4px rgba(243, 243, 243, 0.3);
  box-shadow: 0px 0px 5px 4px rgba(243, 243, 243, 0.3);
}

.main-slider__arrows_next {
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.main-slider__arrows_next:hover {
  -webkit-box-shadow: 0px 0px 5px 4px rgba(243, 243, 243, 0.3);
  box-shadow: 0px 0px 5px 4px rgba(243, 243, 243, 0.3);
}

.main-slider__time {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main-slider__time span {
  margin-left: 10px;
  font-weight: 700;
}

.main-slider__time:before {
  margin-right: 15px;
  content: "";
  display: block;
  width: 23px;
  height: 24px;
  background: url(assets/img/main/calendar.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.main-slider__cost {
  padding-bottom: 200px;
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main-slider__cost span {
  margin-left: 10px;
  font-weight: 700;
}

.main-slider__cost:before {
  margin-right: 15px;
  content: "";
  display: block;
  width: 23px;
  height: 24px;
  background: url(assets/img/main/percent.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.calculate {
  position: relative;
  z-index: 35;
}

.calculate-bg {
  width: 100%;
  height: 615px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.calculate-wrap {
  -webkit-transform: translateY(-11%);
  -ms-transform: translateY(-11%);
  transform: translateY(-11%);
}

.calculate-wrap-form {
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
  background-color: #ffffff;
  position: relative;
}

.calculate__title {
  padding-bottom: 45px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.calculate__title_two {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 500px;
  margin: auto;
  text-align: center;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  -webkit-border-radius: 17px 17px 0 0;
  border-radius: 17px 17px 0 0;
  background-color: #292d95;
}

.calculate__title_two::before {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -120px;
  background: url(assets/img/ring.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.calculate-map {
  position: relative;
  width: 100%;
  height: 420px;
}

.calculate-map__loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}

.calculate-from {
  width: 100%;
  margin-bottom: 30px; /* -webkit-transform: translateY(-35px); */ /* transform: translateY(-35px); */
}

.calculate-from_top {
  padding-bottom: 40px;
  width: 100%;
  padding-left: 98px;
  padding-right: 98px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  transform: translateY(-35px);
}

.calculate-from-position {
  padding: 8px 8px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ffae00;
  -webkit-border-radius: 36px;
  border-radius: 36px;
}

.calculate-from-position__from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 10px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-color: #ffffff;
}

.calculate-from-position__from:before {
  margin-right: 20px;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(assets/img/calculate/calculate-icon-1.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.calculate-from-position__from input {
  padding-right: 120px;
  font-size: 16px;
  font-weight: 300;
  border: none;
}

.calculate-from-position__to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 10px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-color: #ffffff;
}

.calculate-from-position__to:before {
  margin-right: 20px;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(assets/img/calculate/calculate-icon-1.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.calculate-from-position__to input {
  padding-right: 120px;
  font-size: 16px;
  font-weight: 300;
  border: none;
}

.calculate-from-position__dist {
  color: #2e3191;
  font-size: 20px;
  font-weight: 700;
}

.calculate-from-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.calculate-from-data-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.calculate-from-data-one__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.calculate-from-data-one__size input {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.calculate-from-data-one__mass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.calculate-from-data-one__mass input {
  -webkit-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.calculate-from-data-one label {
  padding-bottom: 20px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.calculate-from-data-one input {
  height: 72px;
  padding-left: 24px;
  color: #2e3191;
  width: 156px;
  font-size: 42px;
  font-weight: 300;
  border: 1px solid #d8d9dc;
}

.calculate-from-data-two__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}

.calculate-from-data-two__check span {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.calculate-from-data-two-button {
  margin-bottom: 20px;
}

.calculate-from-data-two-button .big-button {
  padding-right: 70px;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  background-color: #2e3191;
  border: none;
}

.calculate-from-data-two-button .big-button:hover {
  -webkit-box-shadow: 0 8px 30px rgba(46, 49, 145, 0.42);
  box-shadow: 0 8px 30px rgba(46, 49, 145, 0.42);
}

.calculate-from-data-two-button .big-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 100%;
  background: url(assets/img/calculate/icon-ru.png) center no-repeat;
  -webkit-background-size: fill fill;
  background-size: fill;
}

.calculate-from-data-two-button .big-button:after {
  content: "";
  display: block;
  margin-left: 12px;
  width: 20px;
  height: 17px;
  background: url(assets/img/calculate/calculate-arrow.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.calculate-from-data-two-button .big-button .button-price {
  padding: 25px 50px 25px 25px;
  margin-right: 68px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.calculate-from-data-two-button .big-button .button-price span {
  text-decoration: line-through;
}

.calculate-from-data-two__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  opacity: 0.56;
  color: #000000;
  font-size: 13px;
  font-weight: 300;
}

.calculate-from-data-two__text:after {
  margin-left: 5px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(assets/img/calculate/calc-info.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.calculate-from_bottom {
  width: 100%;
  background-color: #fff;
}

.calculate-from_bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.19);
}

.calculate-from-detailed__title {
  background-color: #fff;
  padding-bottom: 30px;
  text-align: center;
  color: #292d95;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: -1px;
  z-index: 1;
}

.calculate-from-detailed__title:hover {
  cursor: pointer;
}

.calculate-from-detailed__title:after {
  content: "";
  display: block;
  margin-left: 11px;
  width: 8px;
  height: 4px;
  background: url(assets/img/arrow.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.calculate-from-detailed-block {
  padding-bottom: 40px;
  -ms-flex-preferred-size: 33%;
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.calculate-from-detailed-block__price {
  height: 17px;
  margin-bottom: 38px;
  color: #2e3191;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.calculate-from-detailed-block__price span {
  text-decoration: line-through;
}

.calculate-from-detailed-block__check {
  padding-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.calculate-from-detailed-block__check p {
  margin-left: 18px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.calculate-from-detailed-block-total {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
}

.calculate-from-detailed-block-total__porter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-right: 13px;
}

.calculate-from-detailed-block-total__floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.calculate-from-detailed-block-total select {
  margin-top: 12px;
  padding-left: 24px;
  width: 80px;
  height: 56px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d8d9dc;
  background-color: #ffffff;
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.calculate-from-detailed-block-list {
  width: 190px;
}

.calculate-from-detailed-block-list-item {
  margin-bottom: 10px;
  position: relative;
}

.calculate-from-detailed-block-list-item label {
  display: block;
  padding: 8px 24px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  /* border: 1px solid #2e3191; */
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  /* background-color: #ffffff; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.calculate-from-detailed-block-list-item label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fcfff4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #2e3191;
}

.calculate-from-detailed-block-list-item label::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  background-color: #2e3191;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 11px;
  opacity: 0;
}

.calculate-from-detailed-block-list-item label:hover::after {
  opacity: 0.3;
}

.calculate-from-detailed-block-list-item label:hover {
  cursor: pointer;
}

.calculate-from-detailed-block-list-item input {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.calculate-from-detailed-block__checktwo {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.calculate-from-detailed-block__checktwo span {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
}

.calculate-from-detailed-block__checktwo p {
  margin-left: 22px;
  color: #2e3191;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  width: 163px;
}

.calculate-from-detailed-block__checkthree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 23px;
}

.calculate-from-detailed-block__checkthree p {
  margin-left: 22px;
  color: #2e3191;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.calculate-from-detailed-block__checkfour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.calculate-from-detailed-block__checkfour p {
  margin-left: 22px;
  color: #2e3191;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.calculate-from-detailed-block-list-item input:checked + label {
  /* background-color: #2e3191;
  color: #ffffff; */
}

.calculate-from-detailed-block-list-item input:checked + label:before {
  /* background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px #ffffff;
  box-shadow: 0 0 8px #ffffff; */
}

.calculate-from-detailed-block-list-item input:checked + label::after {
  opacity: 1;
}

.services {
  margin-top: -80px;
  padding-bottom: 64px;
  position: relative;
  z-index: 20;
}

.services-preview {
  padding-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.services-preview_left {
  margin-right: 30px;
  position: relative;
  padding-left: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 360px;
  height: 240px;
  background-color: #2e3191;
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
}

.services-preview_left:after {
  content: "";
  display: block;
  position: absolute;
  top: 93px;
  right: 34px;
  width: 120px;
  height: 97px;
  background: url(assets/img/services/big-bus.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.services-preview_left span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}

.services-preview_right {
  position: relative;
  text-align: right;
  padding: 60px 82px 60px 240px;
  width: 750px;
  height: 240px;
  background-color: #f3f3f3;
  color: #2e3191;
  font-size: 36px;
  font-weight: 400;
}

.services-preview_right:after {
  content: "";
  display: block;
  position: absolute;
  top: 77px;
  left: 0;
  width: 104px;
  height: 95px;
  background: url(assets/img/services/balance.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.services__title {
  padding-bottom: 50px;
  text-align: center;
  color: #292d95;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.services-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.services-block__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 224px;
  height: 255px;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
  background-color: #ffffff;
  color: #ececf0;
  font-size: 96px;
  font-weight: 700;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.services-block__item:hover {
  background-color: #292d95;
  color: rgba(236, 236, 240, 0.24);
  cursor: pointer;
}

.services-block__item:hover span {
  color: #fff;
}

.services-block__item_active {
  background-color: #292d95;
  color: rgba(236, 236, 240, 0.24);
  cursor: pointer;
}

.services-block__item:not(:last-child) {
  margin-right: 6px;
}

.services-block__item span {
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  pointer-events: none;
}

.services-block__img {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-block__img svg {
  display: block;
  width: 60px;
  height: 60px;
  color: #292d95;
  margin-top: -1rem;
  transition: color 0.5s ease;
}

.services-block__item.tabAct .services-block__img svg,
.services-block__item:hover .services-block__img svg {
  color: #fff;
}

.services-registration {
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 62px;
  padding-bottom: 23px;
  position: relative;
}

.services-registration:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 210px;
  width: 359px;
  height: 328px;
  background: url(assets/img/services/services-big-bg.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: -1;
}

.services-registration_left {
  padding-left: 60px;
}

.services-registration_left__title {
  padding-bottom: 24px;
  color: #292d95;
  font-size: 36px;
  font-weight: 700;
}

.services-registration_left__subtitle {
  max-width: 320px;
  padding-bottom: 75px;
  color: #333333;
  font-size: 18px;
  font-weight: 300;
}

.services-registration_left .button {
  padding: 20px 55px;
  color: #292d95;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #292d95;
  background-color: transparent;
}

.services-registration_right {
  max-width: 500px;
  padding-right: 90px;
}

.services-registration_right__title {
  padding-bottom: 45px;
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
}

.services-registration_right p {
  margin-left: 40px;
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.services-registration_right p:before {
  top: 20%;
  left: -45px;
  position: absolute;
  content: "";
  display: block;
  width: 29px;
  height: 1px;
  background: url(assets/img/services/services-line.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.country {
  padding-top: 50px;
  padding-bottom: 65px;
  width: 100%;
  background-color: #f3f3f3;
}

.country__title {
  padding-bottom: 36px;
  text-align: center;
  color: #292d95;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.country-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.country-block__link {
  padding: 24px 82px 24px 24px;
  margin-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #2e3191;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.country-block__link:hover {
  background-color: #fff;
}

.country-block__img {
  margin-right: 23px;
  width: 30px;
  height: 30px;
}

.country-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.country__line {
  width: 95%;
  margin: auto;
  height: 1px;
  background-color: #000000;
  opacity: 0.16;
}

.country-list {
  height: 580px;
  margin-top: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  -webkit-align-items: space-between;
  align-items: space-between;
}

.country-list__link {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0;
  padding-left: 10px;
}

.country-list__link:hover,
.country-list__link.active {
  background-color: #fff;
}

.country-list__name {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
}

.country-list__img {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.country-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.product__title {
  color: #fff;
  padding-bottom: 57px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.product-cards__item {
  width: 210px;
  margin-bottom: 53px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.product-cards__img {
  width: 210px;
  height: 223px;
  margin-bottom: 17px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.product-cards__img:hover {
  -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.24);
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.24);
}

.product-cards__img img {
  width: 146px;
  height: 124px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-cards__name {
  margin: auto;
  max-width: 129px;
}

.info {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.info:after {
  content: "";
  position: absolute;
  width: 541px;
  height: 575px;
  bottom: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(assets/img/info/info-bg.png) center no-repeat;
  -webkit-background-size: fill fill;
  background-size: fill;
}

.info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 4px solid #d8e0e4;
}

.info-header__title {
  padding-bottom: 10px;
  color: #292d95;
  font-size: 30px;
  font-weight: 700;
}

.info-header__subtitle {
  padding-bottom: 49px;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
}

.info-header__button {
  padding: 15px 70px 15px 15px;
  position: relative;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background-color: #292d95;
  border: none;
}

.info-header__button:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(46, 49, 145, 0.3);
  box-shadow: 0px 0px 5px 4px rgba(46, 49, 145, 0.3);
}

.info-header__button:after {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 57px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #292d95 url(assets/img/info/info-head.png) center no-repeat;
  -webkit-box-shadow: 0px 0px 0px 7px #cccde6,
    0px 8px 10px 5px rgba(41, 45, 149, 0.33);
  box-shadow: 0px 0px 0px 7px #cccde6, 0px 8px 10px 5px rgba(41, 45, 149, 0.33);
}

.info-content {
  padding-top: 50px;
  color: #515a6b;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.info-content_top {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.info-content_top p {
  max-width: 523px;
  margin-right: 62px;
  color: #515a6b;
  font-size: 14px;
  font-weight: 300;
}

.info-content_top__img {
  width: 50%; /* height: 223px; */ /* background-color: #eaeaea; */
  z-index: 1;
}

.info-content_top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews {
  background-color: #f3f3f3;
  padding-top: 85px;
  padding-bottom: 90px;
  position: relative;
}

.reviews__title {
  padding-bottom: 80px;
  text-align: center;
  color: #353899;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.reviews-slider {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.reviews-slider-wrap {
  position: relative;
}

.reviews-slider__prev {
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reviews-slider__prev:hover {
  cursor: pointer;
}

.reviews-slider__next {
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reviews-slider__next:hover {
  cursor: pointer;
  z-index: 2000;
}

.reviews-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 920px;
  margin: auto;
}

.reviews-slider__logo {
  width: 68px;
  height: 60px;
  margin-top: 5%;
}

.reviews-slider__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-slider-block {
  margin-right: 150px;
  margin-left: 35px;
  position: relative;
}

.reviews-slider-block:after {
  content: "";
  position: absolute;
  display: block;
  width: 161px;
  height: 167px;
  top: 20px;
  left: 0;
  background: url(assets/img/reviews/border-rev.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.reviews-slider-block__date {
  padding-bottom: 30px;
  color: #2e3191;
  font-size: 12px;
  font-weight: 300;
  line-height: 26px;
}

.reviews-slider-block__name {
  color: #2e3191;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.reviews-slider__text {
  max-width: 500px;
  opacity: 0.56;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.reviews-slider__text-button {
  display: none;
  margin-top: 8px;
  background: transparent;
  border: none;
  font-size: 16px;
  color: #2e3191;
}

.reviews .owl-dots {
  text-align: center;
}

.reviews .owl-dots button:not(:last-child) {
  margin-right: 20px;
}

.reviews .owl-dot {
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.reviews .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: rgba(0, 0, 0, 0.16);
  display: block;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.reviews .active span {
  width: 12px;
  height: 12px;
  background-color: #292d95;
}

.reviews .owl-item {
  opacity: 0;
}

.reviews .owl-item.active {
  opacity: 1;
}

.question {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.question:after {
  content: "";
  position: absolute;
  width: 85px;
  height: 109px;
  top: -70px;
  left: 80%;
  background: url(assets/img/question/question-icon.png) center no-repeat;
}

.question__title {
  padding-bottom: 47px;
  text-align: center;
  color: #292d95;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.question-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.question-block__item {
  margin-bottom: 30px;
  padding-top: 36px;
  padding-bottom: 43px;
  padding-left: 35px;
  width: 360px;
  height: 236px;
  border: 1px solid #d8d9dc;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background-color: #fff;
}

.question-block__item:hover {
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #2e3191;
}

.question-block__item:hover .question-block__title {
  color: #ffffff;
}

.question-block__item:hover .question-block__img {
  background-color: #272b3d;
  color: #fff;
}

.question-block__item:hover .question-block__link {
  opacity: 0.56;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
}

.question-block__img {
  margin-bottom: 24px;
  width: 30px;
  height: 30px;
  background-color: #d6d8e4;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #66749d;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.question-block__title {
  max-width: 280px;
  height: 90px;
  color: #2e3191;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.question-block__link {
  opacity: 0.56;
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.56);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.question__more {
  color: #2e3191;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.question__more:after {
  margin-left: 7px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(assets/img/question/more.png) center no-repeat;
}

.feedback {
  padding-top: 165px;
  padding-bottom: 90px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.feedback__title {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}

.feedback__title span {
  margin-left: 50px;
  font-size: 24px;
  font-weight: 300;
}

.feedback-inputs {
  padding-bottom: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feedback-inputs input {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 26px;
  width: 360px;
  border: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.56);
  font-size: 16px;
  font-weight: 300;
}

.feedback-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feedback-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

.feedback-check label {
  padding-left: 18px;
  max-width: 630px;
}

.feedback-check input {
  width: 17px;
  height: 17px;
  background-color: #ffffff;
}

.feedback__check {
  display: flex;
}

.feedback__check > span {
  margin-left: 1rem;
}

.feedback__check a {
  color: white;
  text-decoration: underline !important;
}

.feedback__button input,
.feedback__button button[type="submit"] {
  padding: 20px 37px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  background-color: #2e3191;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  text-transform: uppercase;
}

/* .feedback__button button[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.feedback__button button[type="submit"]:hover:disabled {
  transform: none;
} */

.c-form--feedback .form-group {
  position: relative;
}

.c-form--feedback .invalid-feedback {
  position: absolute;
  left: 0;
  bottom: -15px;
  color: #fff;
}

.c-form--feedback .form-group--result .alert {
  margin-top: 1rem;
  padding: 0.75rem;
  border-radius: 5px;
  background-color: #fff;
}

.c-form--feedback .form-group--result .close {
  display: none;
}

.c-form--modal .form-group {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.c-form--modal .invalid-feedback {
  position: absolute;
  left: 0;
  bottom: -5px;
  color: #fff;
}

/* .c-form--modal button[type="submit"]:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.c-form--modal button[type="submit"]:disabled:hover {
  transform: none;
} */

.c-form--modal .form-group--result .alert {
  margin-top: 1rem;
  padding: 0.75rem;
  border-radius: 5px;
  background-color: #fff;
}

.c-form--modal .form-group--result .close {
  display: none;
}


.c-form--product .form-group,
.c-form--contacts .form-group {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.c-form--product .invalid-feedback,
.c-form--contacts .invalid-feedback {
  position: absolute;
  left: 0;
  bottom: -5px;
  color: #fff;
}

.c-form--product .form-group--result .alert,
.c-form--contacts .form-group--result .alert {
  margin-top: 1rem;
  padding: 0.75rem;
  border-radius: 5px;
  background-color: #fff;
}

.c-form--product .form-group--result .close,
.c-form--contacts .form-group--result .close {
  display: none;
}


.footer {
  width: 100%;
  background-color: #2e3191;
}

.footer-wrap-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-block {
  padding-top: 22px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.footer-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.footer-block__link a:not(:last-of-type) {
  margin-right: 30px;
}

.footer-block__email,
.footer-block__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
}

.footer-block__tel {
  font-weight: 700;
}

.footer-block__email {
  font-weight: 400;
}

/* .footer-block__email:before { content: ''; display: block; margin-right: 15px; width: 16px; height: 13px; background: url(assets/img/footer/footer-mail.png) center no-repeat; -webkit-background-size: cover; background-size: cover; } */

/* .footer-block__tel:before { content: ''; display: block; margin-right: 5px; width: 15px; height: 18px; background: url(assets/img/footer/footer-phone.png) center no-repeat; -webkit-background-size: cover; background-size: cover; } */

.footer-nav {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.footer-nav__column {
  width: 200px;
  margin-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.footer-nav__title {
  height: 13px;
  margin-bottom: 45px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

.footer-nav__list,
.footer-nav__list_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.footer-nav__list_ul a {
  width: 100%;
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer-nav__list_ul a:hover {
  color: white;
}

.footer-nav__list_ul li {
  padding-bottom: 20px;
}

.footer-under {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}

.footer-under__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.footer-under__text p {
  margin-right: 35px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 12px;
  font-weight: 300;
  line-height: 36px;
}

.footer-under__text a {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 174, 0, 0.72);
  border-bottom: 1px solid rgba(255, 174, 0, 0.72);
}

.footer__link-wrap {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}

.footer-calc {
  cursor: pointer;
  margin-left: 0;
}

.footer-calc__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: white;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.24);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.24);
  cursor: pointer;
}

.footer__telegram-link {
  margin-right: 16px;
  width: 35px;
  height: 35px;
  background-color: #08c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-shadow: 0px 0px 0px 5px rgb(0 136 204 / 24%);
}

.footer__telegram-link svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 1.41421;
  width: 20px;
  height: 20px;
  color: white;
}

.footer__whatsapp-link {
  margin-right: 16px;
  width: 35px;
  height: 35px;
  background-color: #25D366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-shadow: 0px 0px 0px 5px rgb(37 211 102 / 24%);
}

.footer__whatsapp-link svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 1.41421;
  width: 24px;
  height: 24px;
  color: white;
}

.footer-logo__desktop-icon {
  max-width: 150px;
  width: 100%;
}

.footer-logo__mobile-icon {
  display: none;
  width: 100%;
  height: 100%;
}

.site--creater {
  color: rgba(255, 255, 255, 0.36);
  font-size: 13px;
  font-weight: 300;
  line-height: 44px;
}

.site--creater span {
  color: rgba(255, 174, 0, 0.72);
}

.menu {
  top: 0px;
  opacity: 0.95;
  background-color: #0d0e2a;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: -100vw;
}

.menu-link {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 800;
}

.menu-link span {
  display: block;
  height: 4px;
  width: 23px;
  background-color: #333;
  position: absolute;
  left: 50%;
  margin-left: -11.5px;
  top: 50%;
  margin-top: -3px;
}

.menu-link span::before {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  content: "";
  display: block;
  height: 4px;
  width: 23px;
  background-color: #333;
  position: absolute;
  left: 50%;
  margin-left: -11.5px;
  top: 50%;
  margin-top: -9px;
}

.menu-link span::after {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  content: "";
  display: block;
  height: 4px;
  width: 23px;
  background-color: #333;
  position: absolute;
  left: 50%;
  margin-left: -11.5px;
  top: 50%;
  margin-top: 5px;
}

.menu-link_active span {
  background-color: transparent;
}

.menu-link_active span::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 0;
}

.menu-link_active span::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 0;
}

.menu_active {
  left: 0;
}

.country-main {
  width: 100%;
  height: 487px;
  background-color: rgba(0, 50, 151, 0.57);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 15;
}

/* .country-main:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(42, 46, 149, 0.87)),
    to(rgba(41, 45, 149, 0.15))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(42, 46, 149, 0.87) 0%,
    rgba(41, 45, 149, 0.15) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(42, 46, 149, 0.87) 0%,
    rgba(41, 45, 149, 0.15) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(42, 46, 149, 0.87) 0%,
    rgba(41, 45, 149, 0.15) 100%
  );
  opacity: 0.9;
} */

.country-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, #3544A7 0%, rgba(32, 41, 101, 0.58) 82.15%, rgba(0, 0, 0, 0.00) 100%);
}

.country-main-wrap {
  position: relative;
}

.country-main-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 104px;
  height: 487px;
  background-color: rgba(255, 255, 255, 0.14);
}

.country-main-block {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.country-main__title {
  padding-bottom: 32px;
  max-width: 580px;
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  text-transform: none;
}

.country-main-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.country-main-icons_left {
  margin-right: 100px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.country-main-icons_left span {
  font-weight: 600;
  margin-left: 10px;
}

.country-main-icons_left:before {
  margin-right: 15px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(assets/img/country-calendar.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.country-main-icons_right {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.country-main-icons_right span {
  font-weight: 600;
  margin-left: 10px;
}

.country-main-icons_right:before {
  margin-right: 15px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(assets/img/country-percent.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.going {
  padding-top: 0px;
}

.going__title {
  padding-bottom: 70px;
  text-align: center;
  color: #292d95;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.going-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #d8e0e4;
  margin-bottom: 150px;
}

.going-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 40px 180px 40px 40px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-color: #cddde5;
}

.going-block_before-one:before {
  content: "1";
  display: block;
  position: absolute;
  width: 85px;
  height: 211px;
  opacity: 0.15;
  top: -70px;
  left: 0;
  color: #48b0d2;
  font-size: 301px;
  font-weight: 600;
  text-transform: uppercase;
}

.going-block_before-two:before {
  content: "2";
  display: block;
  position: absolute;
  width: 85px;
  height: 211px;
  opacity: 0.15;
  top: -70px;
  left: 0;
  color: #48b0d2;
  font-size: 301px;
  font-weight: 600;
  text-transform: uppercase;
}

.going-block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #47555c;
  font-size: 22px;
  max-width: 250px;
  font-weight: 300;
}

.going-block__img {
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 202px;
  height: 201px;
  -webkit-box-shadow: -6px 0 24px rgba(0, 0, 0, 0.16);
  box-shadow: -6px 0 24px rgba(0, 0, 0, 0.16);
  border: 15px solid #cddde5;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.going-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.going-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.going-elements__item {
  position: relative;
  margin-bottom: 130px;
}

.going-elements__item:hover .going-elements__content {
  background-color: #e3e8ed;
}

.going-elements__img {
  width: 180px;
  height: 140px;
  position: absolute;
  top: -110px;
  left: 10px;
  z-index: -1;
}

.going-elements__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.going-elements__wrap {
  padding-top: 5px;
  background-color: #fff;
  -webkit-box-shadow: -6px 0 24px rgba(0, 0, 0, 0.19);
  box-shadow: -6px 0 24px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 15px solid #ffffff;
  background-color: #ffffff;
  width: 219px;
  height: 223px;
}

.going-elements__content {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  height: 185px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.going-elements__title {
  height: 38px;
  margin-bottom: 10px;
  color: #47555c;
  font-size: 17px;
  font-weight: 700;
}

.going-elements__text {
  opacity: 0.9;
  color: #47555c;
  font-size: 16px;
  font-weight: 300;
}

.country-content {
  padding-top: 90px;
  padding-bottom: 70px;
}

.country-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
}

.country-content-block h2,
h3,
h4 {
  padding-bottom: 20px;
  color: #515a6b;
  font-size: 24px;
  font-weight: 400;
  max-width: 500px;
}

.country-content-block p {
  max-width: 500px;
  color: #515a6b;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.country-content-block-wrap--full h2,
.country-content-block-wrap--full p {
  max-width: 100%;
}

.country-content__text h2,
h3,
h4 {
  padding-bottom: 20px;
  color: #111827;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.3333333;
}

.country-content__text p {
  color: #515a6b;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.country-content__text ul,
.country-content-block ul {
  padding-bottom: 10px;
  padding-left: 20px;
  list-style: square;
}

.country-content-block__img {
  width: 50%;
  background-color: #eaeaea;
}

.country-content-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.country-content__text {
  color: #515a6b;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.calculate-disabled {
  background-color: #ececf0;
}

.calculate-disabled label {
  color: rgba(0, 0, 0, 0.36);
  /* background-color: rgba(0, 0, 0, 0.08); */
  /* border: 1px solid rgba(0, 0, 0, 0.08); */
}

.calculate-disabled select {
  color: rgba(0, 0, 0, 0.36);
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.calculate-disabled .squaredFive label {
  background-color: transparent;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.custom-services {
  width: 100%;
  margin-bottom: 150px;
  background-color: #f3f3f3;
  height: 400px;
  position: relative;
  z-index: 17;
}

.custom-services_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 3px solid #292d93;
  position: relative;
}

.custom-services_top__img {
  width: 913px;
  height: 255px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.custom-services_top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-services_top .services-block__item {
  -webkit-box-shadow: -6px 0 24px rgba(0, 0, 0, 0.19);
  box-shadow: -6px 0 24px rgba(0, 0, 0, 0.19);
  background-color: #292d95;
  width: 223px;
  height: 255px;
  color: rgba(236, 236, 240, 0.24);
}

.custom-services_top .services-block__item span {
  color: #ffffff;
}

.custom-services_top .services-block__item #services-11 {
  opacity: 1;
}

.custom-services_top .services-block__item #services-1 {
  opacity: 0;
}

.custom-services-wrap {
  position: relative;
}

.custom-services-block {
  position: absolute;
  top: -150px;
}

.custom-services .services-registration {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 50px;
  position: relative;
}

.custom-services .services-registration::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 210px;
  width: 359px;
  height: 328px;
  background: url(assets/img/services/services-big-bg.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.customs-features {
  padding-top: 150px;
  padding-bottom: 100px;
}

.customs-features-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.customs-features__text {
  padding-top: 50px;
  max-width: 626px;
  color: #47555c;
  font-size: 20px;
  font-weight: 300;
}

.customs-board {
  width: 100%;
  height: 606px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.customs-board h2 {
  padding-top: 130px;
  padding-bottom: 40px;
  max-width: 660px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
}

.customs-board p {
  max-width: 491px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
}

.customs-features {
  padding-bottom: 0;
}

.custom-services .services-registration_left__title {
  max-width: 250px;
}

#customs__subtitle {
  max-width: 320px;
}

.custom-services .services-block__item span {
  max-width: 90%;
}

.under-header-nav .sub-menu {
  height: 447px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  top: 100px;
  left: 0;
  padding: 50px 50px 50px 50px;
  -webkit-box-shadow: 0 8px 42px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 42px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 20;
}

.header .under-header-nav .sub-menu li:nth-child(5) {
  height: auto;
}

.under-header-nav .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  z-index: 40;
  visibility: visible;
  top: 66px;
}

.sub-menu li::after {
  display: none;
}

.sub-menu li::before {
  display: none;
}

.under-header-nav .sub-menu li {
  width: 24%;
  height: 35px;
  padding-bottom: 10px;
}

.under-header-nav .sub-menu li a {
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
}

.header-nav-list .sub-menu {
  position: absolute;
  top: 70px;
  background-color: #fff;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  visibility: hidden;
  -webkit-box-shadow: -6px 0 24px rgba(0, 0, 0, 0.19);
  box-shadow: -6px 0 24px rgba(0, 0, 0, 0.19);
}

.header-nav-list .sub-menu li {
  padding-top: 15px;
}

.header-nav-list .sub-menu a {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
}

.header-nav-list li:nth-child(1):hover .sub-menu {
  opacity: 1;
  z-index: 200;
  visibility: visible;
}

.header-nav-list .sub-menu a:hover {
  color: #2e3191;
}

.under-header-nav .sub-menu a:hover {
  color: #2e3191;
}

.header-nav-list .sub-menu li:not(:last-child) {
  margin-right: 0;
}

#map {
  width: 100%;
  height: 100%;
}

.calculate-map [class*="ymaps-2"][class*="-ground-pane"] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.menu-tabs {
  width: 300px;
  padding-top: 80px;
  margin: auto;
}

.menu-tabs-header {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-tabs-content ul {
  width: 100%;
}

.menu-tabs-content li a {
  color: #ffffff;
  font-family: Montserrat;
}

.burger-menu-list__main li a {
  font-size: 16px;
}

.burger-menu-list__main li {
  padding-bottom: 25px;
}

.burger-menu-list__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.burger-menu-list__country li {
  padding-bottom: 10px;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

.burger-menu-list__country li a {
  font-size: 14px;
}

.menu-tabs-header-item {
  cursor: pointer;
}

option {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

select {
  cursor: pointer;
}

.footer-under__text p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.moving-before:before {
  background-image: -webkit-linear-gradient(
    294deg,
    rgba(0, 50, 151, 0.47) 0%,
    rgba(255, 255, 255, 0.47) 100%
  );
  background-image: -o-linear-gradient(
    294deg,
    rgba(0, 50, 151, 0.47) 0%,
    rgba(255, 255, 255, 0.47) 100%
  );
  background-image: linear-gradient(
    -204deg,
    rgba(0, 50, 151, 0.47) 0%,
    rgba(255, 255, 255, 0.47) 100%
  );
}

.info-content_bottom h2,
h3,
h4 {
  padding-bottom: 20px;
  color: #515a6b;
  font-size: 24px;
  font-weight: 400;
}

.info-content_bottom ul {
  padding-bottom: 10px;
  padding-left: 20px;
  list-style: square;
}

.info-content_bottom p {
  color: #515a6b;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.country-content-block h2,
h3,
h4 {
  max-width: 500px;
  color: #111827;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3333333;
}

.my-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.my-content h2,
h3,
h4 {
  padding-bottom: 20px;
  color: #515a6b;
  font-size: 24px;
  font-weight: 400;
}

.my-content p,
li {
  color: #515a6b;
  font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.my-content ul {
  padding-bottom: 10px;
  padding-left: 20px;
  list-style: square;
}

.entry-title {
  display: none;
}

.accardion-block h1,
.accardion-block h2,
h3,
h4 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #292d95;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.accordion {
  color: #515a6b;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  cursor: pointer;
  padding: 30px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.accordion:hover {
  color: #353899;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.accordion:after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #d6d8e4 url(assets/img/header/arrow-2.png) center no-repeat;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.active-faq:after {
  background-color: #ededf1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.panel p {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #333333;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.accardion__item {
  -webkit-box-shadow: -6px 0 24px rgba(0, 0, 0, 0.19);
  box-shadow: -6px 0 24px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.accardion-block {
  padding-bottom: 100px;
}

.calculate p {
  margin-bottom: 0;
}

.panel ul {
  margin-top: -20px;
  padding-bottom: 10px;
  padding-left: 20px;
  list-style: square;
}

.feedback-block p {
  position: absolute;
}

.feedback-block .feedback__button span {
  position: absolute;
}

.answers-overlay {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(2, 3, 34, 0.78);
}

.answers-popup {
  background-color: #ecebf1;
  position: fixed;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.answers-popup-close {
  position: absolute;
  right: -20px;
  top: -40px;
  font-size: 35px;
  color: #edf7f9a1;
  font-weight: 600;
  cursor: pointer;
}

.answers-popup-block {
  background-color: #edf7f9a1;
  padding: 50px 40px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.answers-popup-block p {
  margin-bottom: 0;
}

/* модальное окно формы */
.overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(2, 3, 34, 0.78);
  display: none;
}

.popup {
  position: fixed;
  left: 50%;
  top: 110px;
  width: 35%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup-close {
  position: absolute;
  right: -20px;
  top: -30px;
  font-size: 45px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #2e3191;
  position: relative;
}

.popup-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 263px;
  height: 318px;
  background: url(assets/img/modal-phone.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}

.popup__logo {
  width: 220px;
  height: 70px;
}

.popup__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup__from {
  width: 90%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 10;
}

.popup__control {
  width: 100%;
}

.popup__from input,
.popup__from button[type="submit"] {
  padding-left: 20px;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  font-size: 18px;
  z-index: 3;
  position: relative;
}

.popup__from input[type="submit"],
.popup__from button[type="submit"] {
  background-color: #ffaf00;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.popup__from input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0;
  margin-right: 10px;
}

.popup-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
}

/* .popup__from .popup-check span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
} */

.popup__from a {
  color: white;
  text-decoration:underline !important;
}

.popup .ajax-loader {
  position: absolute;
  top: 68%;
  right: 20%;
}

.c-form--calculator .form-group {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.c-form--calculator .form-group--result {
  padding: 0;
  margin: 0;
}

.c-form--calculator .form-group--result .alert {
  margin-top: 1rem;
  padding: 0.75rem;
  border-radius: 5px;
  background-color: #fff;
}

.c-form--calculator .form-group--result .close {
  display: none;
}

.c-form--calculator .invalid-feedback {
  position: absolute;
  left: 0;
  bottom: -5px;
  color: #fff;
}

.c-form--calculator .invalid-feedback button {
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  margin-right: 0.5rem;
}

/* .c-form--calculator button[type="submit"]:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.c-form--calculator button[type="submit"]:disabled:hover {
  transform: none;
} */

.btn-hide,
.calculate__title_two_hide {
  display: none;
}

.calculate-wrap-form-shadow-show {
  -webkit-box-shadow: 0 380px 24px rgba(0, 0, 0, 0.19);
  box-shadow: 0 380px 24px rgba(0, 0, 0, 0.19);
}

.calculate-wrap-form-shadow-empty {
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
}

.tabAct {
  background-color: #292d95;
  color: rgba(236, 236, 240, 0.24);
}

.spanAct {
  color: #fff !important;
}

.imgAct {
  opacity: 1 !important;
}

.contacts-main {
  width: 100%;
  background-color: #373737;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.contacts-main__title {
  padding-top: 60px;
  padding-bottom: 110px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 700;
  text-transform: none;
}

/* Стилизация страницы контакты */
.contacts-map {
  width: 100%;
  /* height: 550px; */
  position: relative;
  background: #373737 url(assets/img/map-bg.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.contacts-wrap {
  width: 100%;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
  -webkit-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  transform: translateY(-12%);
}

.contacts-map-block {
  width: 100%;
  /* height: 420px; */
  background-color: #fff;
}

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contacts-block-one {
  width: 75%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px; /* padding: 60px 100px 60px 65px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}

.contacts-block-one:after {
  content: "";
  display: block;
  position: absolute;
  width: 380px;
  height: 100%;
  top: 0;
  right: 0;
  background: url(assets/img/letter.png) 10px no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.contacts-block-one__block {
  width: 100%;
}

.contacts-block-one button {
  padding: 15px 90px 15px 30px;
}

.contacts-block-one p:nth-child(1),
.contacts-block-one p:nth-child(2) {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.contacts-block-one p:nth-child(1) a {
  margin-right: 77px;
  color: #2e3191;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.contacts-block-one p:nth-child(2) a {
  margin-right: 62px;
  color: #2e3191;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.contacts-block-one p:nth-child(1) a::before,
.contacts-block-one p:nth-child(2) a::before {
  margin-right: 30px;
  content: "";
  display: block;
  width: 29px;
  height: 41px;
  background: url(assets/img/contacts-icon-1.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.contacts-block-one p:nth-child(3) {
  margin-bottom: 40px;
}

.contacts-block-one p:nth-child(3) a:first-of-type {
  margin-right: 62px;
  color: #2e3191;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.contacts-block-one p:nth-child(3) a:first-of-type:before {
  margin-right: 30px;
  content: "";
  display: block;
  width: 29px;
  height: 41px;
  background: url(assets/img/contacts-icon-1.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.contacts-block-one p:nth-child(4) {
  margin-bottom: 30px;
  color: #2e3191;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.contacts-block-one p:nth-child(4) span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 62px;
  width: 410px;
  max-width: 100%;
}

.contacts-block-one p:nth-child(4) span::before {
  margin-right: 30px;
  content: "";
  display: block;
  width: 27px;
  height: 41px;
  background: url(assets/img/contacts-icon-2.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  flex-shrink: 0;
}


.contacts-block-one p:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.contacts-block-one p:nth-child(5):before {
  margin-right: 30px;
  content: "";
  display: block;
  width: 32px;
  height: 21px;
  background: url(assets/img/contacts-icon-3.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.contacts-block-one p:nth-child(5) a {
  color: #2e3191;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
}

.contacts-block-two {
  width: 25%;
  background-color: #2e3191;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.contacts-block-two img {
  margin-bottom: 40px;
  width: 84px;
  height: 84px;
  -webkit-background-size: cover;
  background-size: cover;
}

.contacts-block-two p:nth-child(2) {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
}

/* .contacts-block-two p:nth-child(3) {
  margin-top: -10px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 300;
} */

.contacts-block-two p {
  margin-top: -10px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 300;
}

section.error-404.not-found {
  width: 100%;
  height: 700px;
  background: url(assets/img/404.png) center no-repeat;
  background-size: contain;
}

span.wpcf7-not-valid-tip {
  color: #fff !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background: #fff !important;
  border: 0 !important;
  text-align: center;
  font-size: 1rem;
  padding: 10px;
}

div.wpcf7-mail-sent-ok {
  background: #398f14 !important;
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  padding: 10px;
}

.widgets {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  z-index: 50;
  margin-bottom: 4px;
  margin-right: 4px;
}

.widgets__item {
  margin-bottom: 8px;
}

.widgets__item:last-of-type {
  margin-bottom: 0;
}

.widgets__item-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  transition-property: all;
  transition-duration: 0.3s;
  border-radius: 9999px;
}

.widgets__item-link:hover {
  transform: scale(1.15);
}

.widgets__item-link--phone {
  background-color: #ffae00 !important;
  border: none;
}

.widgets__item-link--telegram {
  background-color: #08c;
  cursor: pointer;
}

.widgets__item-link--whatsapp {
  background-color: #25D366;
  cursor: pointer;
}

.widgets__item-link--whatsapp svg {
  width: 20px;
  height: 20px;
}

.widgets__item-link--up {
  border: none;
  padding: 0;
  background-color: #2e3191 !important;
  opacity: 0;
  visibility: hidden;
}

.widgets__item-link--up.visible {
  opacity: 1;
  visibility: visible;
}

.widgets__item-link--up svg {
  width: 100%;
  height: auto;
}

.country-from-to {
  display: inline-flex;
  align-items: center;
}

.country-from-to span {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}

.country-from-to__switcher {
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  height: 36px;
  width: 59px;
  border-radius: 18px;
  background: #fff;
  position: relative;
  opacity: 1;
  cursor: pointer;
}

.country-from-to a {
  color: rgba(238, 238, 238, 0.70);
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}

.country-from-to__switcher span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  display: block;
  background: no-repeat center center #0468bf;
  background-size: cover;
  transition: 0.3s all;
  position: absolute;
}

.country-from-to--to .country-from-to__switcher span {
  left: 26px;
}

@media (max-width: 1199px) {
  .under-header--left {
    width: 30%;
  }

  .under-header--center {
    left: 30%;
    width: 35%;
  }

  .calculate-from-position input {
    padding-right: 20px;
  }

  .calculate-from-data-two {
    margin-left: 20px;
  }

  .calculate-from-data-two-button .big-button {
    padding-right: 10px;
    font-size: 14px;
  }

  .calculate-from-data-two-button .big-button .button-price {
    margin-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .country-block__link {
    padding: 24px 20px 24px 24px;
  }

  .feedback__title {
    font-size: 32px;
  }

  .feedback__title span {
    margin-left: 20px;
    font-size: 22px;
  }

  .feedback-inputs input {
    width: 300px;
  }

  .feedback-check {
    font-size: 12px;
  }

  .feedback-check label {
    padding-left: 10px;
    max-width: 500px;
  }

  .footer-nav__list_ul a {
    line-height: 16px;
  }

  .going-block {
    padding: 40px 160px 40px 40px;
  }

  .country-content-block p {
    max-width: 400px;
  }

  .country-content-block__img {
    width: 500px;
  }

  .header-calc {
    margin-left: 0;
  }

  .header-phone__link:first-child {
    letter-spacing: 0;
  }

  .header-phone a {
    font-size: 15px;
  }

  .header-nav-list li:not(:last-child) {
    margin-right: 30px;
  }

  .header .under-header {
    background: url(assets/img/header/header-bg.jpg) 39% no-repeat;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }

  .custom-services_top__img {
    width: 700px;
    height: 255px;
  }

  .customs-features__text {
    padding-top: 30px;
    max-width: 440px;
  }

  .under-header-nav .sub-menu li {
    line-height: normal;
  }

  .answers-popup {
    width: 80%;
  }

  .popup {
    width: 50%;
  }

  .accordion span {
    width: 90%;
  }

  .info:after {
    z-index: -1;
  }

  .contacts-block-one {
    padding-left: 20px;
  }

  .contacts-block-one p:nth-child(1) a,
  .contacts-block-one p:nth-child(2) a {
    font-size: 26px;
  }

  .contacts-block-one p:nth-child(3) a:first-of-type {
    font-size: 26px;
  }

  .contacts-block-one p:nth-child(4) span {
    width: 312px;
  }
}

@media (max-width: 991px) {
  .main-slider::before,
  .main-slider::after {
    display: none;
  }

  .header .under-header {
    background: url(assets/img/header/header-bg.jpg) 33% no-repeat;
  }

  .header-logo {
    width: 120px;
    height: 39px;
  }

  .header-logo img {
    width: 100%;
    height: 100%;
  }

  .header-nav-list li:not(:last-child) {
    margin-right: 10px;
  }

  .header-nav-list a {
    font-size: 12px;
  }

  .header-phone__link {
    font-size: 14px;
  }

  .header-calc__img,
  .footer-calc__img {
    width: 35px;
    height: 35px;
  }

  .header .under-header-nav {
    height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .header .under-header-nav li:nth-child(1):after {
    margin-left: 5px;
  }

  .header .under-header-nav li:nth-child(5):after {
    margin-left: 10px;
  }

  .header .under-header-nav li:nth-child(5):before {
    margin-right: 20px;
  }

  .header .under-header-nav a {
    font-size: 12px;
  }

  .header .under-header_bottom {
    padding: 20px 50px 10px 50px;
  }

  .header .under-header-other-nav li {
    padding-bottom: 0px;
  }

  .header .under-header-other-nav a {
    font-size: 12px;
  }

  .header + * {
    margin-top: 156px;
  }

  .calculate-map {
    height: 300px;
  }

  .calculate-from-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .calculate-from-position__from {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 0px 7px #ffae00;
    box-shadow: 0px 0px 0px 7px #ffae00;
  }

  .calculate-from-position__from input {
    padding-right: 90px;
  }

  .calculate-from-position__to {
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 0px 7px #ffae00;
    box-shadow: 0px 0px 0px 7px #ffae00;
  }

  .calculate-from-position__to input {
    padding-right: 90px;
  }

  .calculate-from-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .calculate-from-data-two {
    margin-left: 0;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .services-preview_left {
    margin-right: 10px;
    padding-left: 30px;
    width: 300px;
    height: 240px;
    font-size: 40px;
  }

  .services-preview_left span {
    font-size: 16px;
  }

  .services-preview_right {
    padding: 60px 20px 60px 20px;
    width: 400px;
    height: 240px;
    font-size: 30px;
  }

  .services-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-block__item {
    margin-bottom: 10px;
  }

  .services-block__item:not(:last-child) {
    margin-right: 0px;
  }

  .services-registration_left {
    padding-left: 20px;
    margin-right: 20px;
  }

  .services-registration_left__title {
    padding-bottom: 24px;
    font-size: 30px;
  }

  .services-registration_left__subtitle {
    padding-bottom: 75px;
    font-size: 16px;
  }

  .services-registration_left .button {
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 700;
  }

  .services-registration_right {
    padding-right: 10px;
  }

  .services-registration_right__title {
    font-size: 18px;
  }

  .services-registration_right p {
    margin-left: 40px;
    font-size: 14px;
  }

  .country__title {
    font-size: 30px;
  }

  .country-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .country-block__link {
    padding: 24px 5px 24px 5px;
    font-size: 16px;
  }

  .country-block__img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }

  .country-list {
    margin-top: 51px;
  }

  /* .country-list__link { padding: 10px 6px 10px 6px; } */
  .country-list__name {
    font-size: 14px;
  }

  .country-list__img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }

  .country-list__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .reviews-slider__item {
    width: 100%;
  }

  .reviews-slider__logo {
    width: 50px;
    height: 50px;
  }

  .reviews-slider__logo img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .reviews-slider-block {
    margin-right: 50px;
    margin-left: 20px;
  }

  .reviews-slider-block:after {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 15px;
  }

  .reviews-slider-block__date {
    padding-bottom: 10px;
  }

  .reviews-slider__text {
    font-size: 14px;
  }

  .question-block__item {
    width: 300px;
  }

  .feedback {
    padding-top: 50px;
  }

  .feedback__title {
    font-size: 32px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feedback__title span {
    margin-top: 10px;
    margin-left: 0px;
  }

  .feedback-inputs {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
  }

  .feedback-inputs input {
    margin-bottom: 20px;
    width: 320px;
  }

  .feedback-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .feedback__button {
    margin-top: 20px;
  }

  .footer-nav__list_ul a {
    line-height: 16px;
  }

  .country-main-block {
    padding-top: 70px;
  }

  .country-main__title {
    font-size: 30px;
  }

  .country-main .btn-big {
    padding: 15px 70px 15px 10px;
  }

  .going-block {
    padding: 20px 100px 20px 20px;
  }

  .going-block_before-one:before {
    width: 85px;
    height: 211px;
    top: -30px;
    left: 0;
    font-size: 150px;
  }

  .going-block_before-two:before {
    width: 85px;
    height: 211px;
    top: -30px;
    left: 0;
    font-size: 150px;
  }

  .going-block__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
    max-width: 200px;
    font-weight: 300;
  }

  .going-block__img {
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
  }

  .country-content-block {
    padding-bottom: 10px;
  }

  .country-content-block h2,
  h3,
  h4 {
    padding-bottom: 0px;
  }

  .country-content-block p {
    max-width: 350px;
    font-size: 12px;
  }

  .country-content-block__img {
    width: 300px;
    height: 150px;
  }

  .country-content__text {
    font-size: 12px;
  }

  .header-calc {
    margin-left: 0;
  }

  .header-phone a {
    font-size: 16px;
  }

  .custom-services_top__img {
    width: 440px;
    height: 200px;
  }

  .custom-services_top .services-block__item {
    width: 240px;
    height: 200px;
  }

  .customs-features-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .customs-features {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .customs-features .going-elements__item {
    margin-bottom: 0;
  }

  .customs-board {
    height: 500px;
  }

  .customs-board h2,
  h3,
  h4 {
    padding-top: 100px;
    padding-bottom: 40px;
    max-width: 660px;
    font-size: 50px;
  }

  .customs-board p {
    max-width: 491px;
    font-size: 30px;
  }

  .under-header-nav .sub-menu li a {
    font-size: 12px;
  }

  .answers-popup {
    width: 90%;
  }

  .answers-popup-block {
    font-size: 14px;
  }

  .popup {
    width: 70%;
    top: 100px;
  }

  .accordion span {
    width: 95%;
  }

  .contacts-block-one p:nth-child(1) a,
  .contacts-block-one p:nth-child(2) a {
    font-size: 20px;
    margin-right: 10px;
  }

  .contacts-block-one p:nth-child(3) a:first-of-type {
    font-size: 20px;
    margin-right: 10px;
  }

  .contacts-block-one {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contacts-block-two p:nth-child(3) {
    font-size: 16px;
  }

  .footer-block__email,
  .footer-block__tel {
    font-size: 12px;
  }

  .contacts-block-one p:nth-child(4) span {
    width: 245px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .header-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }

  .header-logo {
    width: 150px;
    height: 49px;
  }

  .header-nav {
    display: none;
  }

  .header-phone__link {
    font-size: 14px;
  }

  .header-calc__img,
  .footer-calc__img {
    width: 35px;
    height: 35px;
  }

  .header .under-header {
    display: none;
  }

  .header__calculate-link {
    display: none;
  }

  .header {
    position: static;
  }

  .header + * {
    margin-top: 0;
  }

  .main-slider__cost {
    padding-bottom: 100px;
  }

  .calculate-wrap {
    -webkit-transform: translateY(-3%);
    -ms-transform: translateY(-3%);
    transform: translateY(-3%);
  }

  .calculate-from_top {
    padding-top: 20px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .big-button {
    width: 65vw;
    margin: auto;
  }

  .calculate-from_bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .calculate-from-detailed-block__price {
    text-align: center;
  }

  .calculate-from-detailed-block__check {
    text-align: center;
  }

  .calculate-from {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .services {
    margin-top: -30px;
  }

  .services-registration:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 300px;
    height: 274px;
    background: url(assets/img/services/services-big-bg.png) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .country-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .info {
    padding-bottom: 30px;
  }

  .info-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .info-header__title {
    text-align: center;
    padding-bottom: 10px;
  }

  .info-header__subtitle {
    text-align: center;
  }

  .info-content {
    padding-top: 50px;
    color: #515a6b;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }

  .info-content_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .info-content_top p {
    text-align: center;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .info-content_top__img {
    width: 100%;
    height: 223px;
  }

  .info-content_bottom {
    text-align: center;
  }

  .reviews {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .reviews__title {
    padding-bottom: 30px;
  }

  .reviews-slider__prev {
    display: none;
  }

  .reviews-slider__next {
    display: none;
  }

  .reviews-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .reviews-slider__logo {
    margin-top: 0;
    width: 80px;
    height: 80px;
  }

  .reviews-slider-block {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 40px;
  }

  .reviews-slider-block:after {
    width: 161px;
    height: 167px;
    top: -30px;
    left: -30px;
    background: url(assets/img/reviews/border-rev.png) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .reviews-slider-block__date {
    padding-bottom: 0;
  }

  .reviews-slider__text {
    font-size: 12px;
    max-width: 90%;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
  }

  .reviews-slider__text.active {
    display: block;
  }

  .reviews-slider__text-button {
    display: inline-block;
  }

  .question-block__item {
    width: 250px;
    padding-left: 20px;
  }

  .question-block__title {
    font-size: 12px;
  }

  .footer-nav {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-nav__column {
    max-width: 150px;
    margin-right: 10px;
  }

  .footer-nav__title {
    font-size: 14px;
    line-height: 14px;
  }

  .footer-nav__list_ul a {
    font-size: 10px;
    line-height: inherit;
  }

  .footer-logo__desktop-icon {
    display: none;
  }

  .footer-logo__mobile-icon {
    display: block;
    max-width: 44px;
  }

  .footer-block__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .footer-block__link a:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer__link-wrap {
    flex-direction: column;
  }

  .footer__telegram-link {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .footer__whatsapp-link {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .menu-link {
    display: block;
    top: 25px;
    left: 10px;
  }

  .country-main__title {
    max-width: 400px;
    font-size: 25px;
  }

  .country-main-icons_left {
    margin-right: 40px;
    font-size: 14px;
  }

  .country-main-icons_left:before {
    width: 30px;
    height: 30px;
  }

  .country-main-icons_right {
    font-size: 14px;
  }

  .country-main-icons_right:before {
    width: 30px;
    height: 30px;
  }

  .going {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .going__title {
    padding-bottom: 70px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
  }

  .going-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px;
    margin-bottom: 150px;
  }

  .going-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding: 40px 180px 40px 40px;
    margin-bottom: 80px;
  }

  .going-block_before-one:before {
    content: "1";
    display: block;
    position: absolute;
    width: 85px;
    height: 211px;
    opacity: 0.15;
    top: -70px;
    left: 0;
    font-size: 301px;
    font-weight: 600;
  }

  .going-block_before-two:before {
    content: "2";
    display: block;
    position: absolute;
    width: 85px;
    height: 211px;
    opacity: 0.15;
    top: -70px;
    left: 0;
    font-size: 301px;
    font-weight: 600;
  }

  .going-block__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #47555c;
    font-size: 22px;
    max-width: 250px;
    font-weight: 300;
  }

  .going-block__img {
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 202px;
    height: 201px;
    overflow: hidden;
  }

  .going-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .going-elements__item {
    position: relative;
    margin-bottom: 130px;
    margin-right: 10px;
  }

  .going-elements__img {
    width: 180px;
    height: 140px;
    top: -110px;
    left: 10px;
  }

  .going-elements__wrap {
    padding-top: 5px;
    width: 219px;
    height: 223px;
  }

  .going-elements__content {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 185px;
  }

  .going-elements__title {
    height: 38px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
  }

  .going-elements__text {
    font-size: 16px;
    font-weight: 300;
  }

  .country-content {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .country-content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 70px;
  }

  .country-content-block h2,
  h3,
  h4 {
    text-align: center;
    padding-bottom: 0px;
  }

  .country-content-block p {
    max-width: 500px;
    font-size: 14px;
  }

  .country-content-block__img {
    width: 500px;
    height: 223px;
  }

  .country-content__text {
    font-size: 14px;
  }

  .header-calc {
    margin-left: 0;
  }

  .header-phone a {
    font-size: 16px;
  }

  .custom-services_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-services_top__img {
    width: 100%;
    margin-bottom: 20px;
  }

  .custom-services .services-registration::before {
    display: none;
  }

  .custom-services .services-registration_left__title {
    font-size: 20px;
  }

  .custom-services .services-registration_left__subtitle {
    font-size: 14px;
  }

  .custom-services .services-registration_right__title {
    font-size: 16px;
  }

  .custom-services p {
    font-size: 14px;
  }

  .custom-services .button {
    font-size: 12px;
    padding: 15px 25px;
  }

  .custom-services .calculate__title_two {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .custom-services .services-registration {
    padding-top: 20px;
  }

  .customs-features .going-elements {
    margin-top: 120px;
  }

  .customs-board {
    height: 400px;
  }

  .customs-board h2,
  h3,
  h4 {
    padding-top: 80px;
    padding-bottom: 40px;
    max-width: 660px;
    font-size: 40px;
  }

  .customs-board p {
    max-width: 491px;
    font-size: 25px;
  }

  .info-content_bottom p,
  .info-content_bottom ul,
  .info-content_top p,
  .customs-features__text,
  .country-content-block-wrap p,
  .country-content-block-wrap p,
  .country-content__text p,
  .country-content__text ul,
  .services-registration_right__text p {
    text-align: left;
  }

  .entry-content h1 {
    font-size: 16px;
  }

  .country-list__name {
    font-size: 12px;
  }

  .country-list__img {
    width: 18px;
    height: 18px;
  }

  .country-list__link {
    width: 33%;
    padding: 0;
    margin-right: 5px;
  }

  .answers-popup-block {
    padding: 30px 20px;
  }

  .popup {
    width: 80%;
    top: 50px;
  }

  .country-content-block-wrap h2 {
    margin-top: 20px;
  }

  .accordion span {
    width: 90%;
  }

  .feedback-inputs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .question-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .question-block__img {
    margin-bottom: 0;
  }

  .question-block__item {
    height: auto;
  }

  .calculate-from-detailed__title {
    padding-top: 20px;
  }

  .contacts-block-one p:nth-child(1) a:before,
  .contacts-block-one p:nth-child(2) a:before {
    margin-right: 10px;
  }

  .contacts-block-one p:nth-child(1) a,
  .contacts-block-one p:nth-child(2) a {
    font-size: 14px;
  }

  .contacts-block-one p:nth-child(3) a:first-of-type::before {
    margin-right: 10px;
  }

  .contacts-block-one p:nth-child(3) a:first-of-type {
    font-size: 14px;
  }

  .contacts-block-one p:nth-child(1),
  .contacts-block-one p:nth-child(2),
  .contacts-block-one p:nth-child(3),
  .contacts-block-one p:nth-child(4) {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-block-one button {
    margin-top: 10px;
  }

  .contacts-block-one .btn-big--telegram {
    margin-top: 10px;
  }

  .contacts-block-one .btn-big--whatsapp {
    margin-top: 10px;
  }

  .contacts-block-two p:nth-child(3) {
    font-size: 12px;
  }

  .contacts-map {
    /* height: 600px; */
  }

  .contacts-block-one p:nth-child(3) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}

@media (max-width: 575px) {
  .footer-block__link a:nth-child(2) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* .header-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } */
  .header-wrap {
    padding-right: 0;
  }

  .header-logo {
    max-width: 44px;
  }

  .header-logo__desktop-icon {
    display: none;
  }

  .header-logo__mobile-icon {
    display: block;
  }

  .header-phone {
    margin-bottom: 20px;
  }

  .main-slider__title {
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
  }

  .main-slider__arrows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .main-slider__time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .main-slider__cost {
    padding-bottom: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .calculate-wrap-form {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .calculate-wrap {
    -webkit-transform: translateY(1%);
    -ms-transform: translateY(1%);
    transform: translateY(1%);
  }

  .calculate__title {
    color: #292d95;
    font-size: 18px;
    line-height: 1.4;
  }

  .calculate-from_top {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .calculate-from-position__from {
    width: 100%;
  }

  .calculate-from-position__from input {
    padding-right: 0;
  }

  .calculate-from-position__from:before {
    margin-right: 1px;
  }

  .calculate-from-position__to {
    width: 100%;
  }

  .calculate-from-position__to input {
    padding-right: 0;
  }

  .calculate-from-position__to:before {
    margin-right: 10px;
  }

  .calculate-from-position__dist {
    font-size: 18px;
  }

  .calculate-from-data-one input {
    font-size: 20px;
    width: 130px;
  }

  .calculate-from-data-one__size {
    text-align: center;
    margin-bottom: 10px;
  }

  .calculate-from-data-one__mass {
    text-align: center;
  }

  .calculate-from-data-two-button .big-button:after {
    display: none;
  }

  .calculate-from-data-two-button .big-button:before {
    display: none;
  }

  .calculate-from-data-two-button .big-button .button-price {
    min-width: 50px;
  }

  .calculate-from-data-two-button .big-button .button-price,
  .calculate-from-data-two-button .big-button {
    padding: 5px;
  }

  .calculate-from-data-two__check,
  .calculate-from-data-two-button {
    width: 100%;
  }

  .calculate-from-data-two__check {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .calculate-from-data-two-button .big-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .calculate-from {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .services {
    margin-top: 0;
  }

  .services__title {
    line-height: 1.4;
  }

  .services-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .services-preview_left {
    margin-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 270px;
    margin-bottom: 20px;
  }

  .services-preview_right {
    text-align: center;
    padding: 0 0;
    width: 270px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .services__title {
    padding-bottom: 30px;
    font-size: 24px;
  }

  .services-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .services-registration {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .services-registration:after {
    display: none;
  }

  .services-registration_left {
    padding-left: 0px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .services-registration_left__title {
    text-align: center;
    font-size: 24px;
  }

  .services-registration_left__subtitle {
    text-align: center;
    font-size: 16px;
    padding-bottom: 30px;
  }

  .services-registration_left .button {
    margin-bottom: 40px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .services-registration_right {
    max-width: 500px;
    padding-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .services-registration_right__title {
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }

  .services-registration_right p {
    text-align: center;
    margin-left: 0px;
    font-size: 16px;
  }

  .services-registration_right p:before {
    display: none;
  }

  .country__title {
    font-size: 20px;
    line-height: 1.4;
  }

  .country-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .country-block__link {
    width: 49%;
    padding: 24px 0px 24px 0px;
    font-size: 16px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .country-block__name {
    font-size: 14px;
  }

  .country-list {
    height: 550px;
  }

  .country-list__column {
    width: 49%;
  }

  .country-list__link {
    width: 49%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .country-list__img {
    margin-right: 0px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }

  .country-list__img img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .country-list__name {
    margin-left: 15px;
    font-size: 10px;
    line-height: 12px;
  }

  .product__title {
    line-height: 1.4;
  }

  .product-cards {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .product-cards__item {
    width: 140px;
  }

  .product-cards__img {
    margin: auto;
    width: 140px;
    height: 170px;
  }

  .product-cards__img img {
    width: 140px;
    height: 100px;
  }

  .product-cards__name {
    margin-top: 10px;
  }

  .info-header__title {
    line-height: 1.4;
    font-size: 24px;
  }

  .reviews__title {
    line-height: 1.4;
  }

  .reviews-slider-block:after {
    top: -45px;
  }

  .question:after {
    display: none;
  }

  .question__title {
    font-size: 20px;
    line-height: 1.4;
  }

  .question-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .question-block__item {
    width: 280px;
  }

  .feedback__title {
    line-height: 1.4;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 24px;
  }

  .feedback__title span {
    font-size: 18px;
  }

  .feedback-inputs input {
    margin-bottom: 20px;
    width: 290px;
  }

  .feedback-check {
    font-size: 12px;
  }

  .feedback-check label {
    padding-left: 10px;
    max-width: 300px;
  }

  .feedback__button input {
    padding: 15px 10px;
    font-size: 14px;
  }

  .footer-block__email {
    margin-bottom: 10px;
    margin-right: 0px;
  }

  .footer-nav {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; /* -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; */
  }

  .footer-nav__column {
    width: 33%;
    margin-right: 0;
  }

  .footer-nav__list_ul a {
    padding-bottom: 0px;
  }

  .footer-under__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .footer-under__text p {
    margin-right: 0px;
  }

  .country-main {
    width: 100%;
    height: 487px;
  }

  .country-main-wrap:after {
    display: none;
  }

  .country-main-block {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .country-main__title {
    text-align: center;
  }

  .country-main-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .country-main-icons_left {
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .country-main-icons_left:before {
    width: 30px;
    height: 30px;
  }

  .country-main-icons_right {
    font-size: 16px;
  }

  .country-main-icons_right:before {
    width: 30px;
    height: 30px;
  }

  .going {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .going__title {
    padding-bottom: 70px;
    font-size: 24px;
    font-weight: 700;
  }

  .going-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0px;
    margin-bottom: 150px;
  }

  .going-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding: 20px 90px 20px 40px;
    margin-bottom: 80px;
  }

  .going-block_before-one:before {
    content: "1";
    display: block;
    position: absolute;
    width: 85px;
    height: 150px;
    opacity: 0.15;
    top: -24px;
    left: 0;
    font-size: 140px;
    font-weight: 600;
  }

  .going-block_before-two:before {
    content: "2";
    display: block;
    position: absolute;
    width: 85px;
    height: 150px;
    opacity: 0.15;
    top: -24px;
    left: 0;
    font-size: 140px;
    font-weight: 600;
  }

  .going-block__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #47555c;
    font-size: 12px;
    max-width: 80%;
    font-weight: 300;
  }

  .going-block__img {
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    overflow: hidden;
  }

  .going-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .going-elements__item {
    position: relative;
    margin-bottom: 130px;
    margin-right: 10px;
  }

  .going-elements__img {
    width: 180px;
    height: 140px;
    top: -110px;
    left: 10px;
  }

  .going-elements__wrap {
    padding-top: 5px;
    width: 219px;
    height: 223px;
  }

  .going-elements__content {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 185px;
  }

  .going-elements__title {
    height: 38px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
  }

  .going-elements__text {
    font-size: 16px;
    font-weight: 300;
  }

  .country-content {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .country-content-block {
    padding-bottom: 30px;
  }

  .country-content-block h2,
  h3,
  h4 {
    padding-bottom: 0px;
  }

  .country-content-block p {
    text-align: center;
    max-width: 500px;
    font-size: 12px;
  }

  .country-content-block__img {
    width: 300px;
    height: 150px; /* margin-bottom: 20px; */
  }

  .country-content__text {
    text-align: center;
    font-size: 12px;
  }

  .calculate__title_two {
    width: 100%;
    font-size: 18px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .calculate__title_two::before {
    display: none;
  }

  .footer-nav__column-services {
    min-width: 100%; /* align-items: center  */
  }

  .footer-nav__column-services .footer-nav__title {
    margin-bottom: 10px;
  }

  .custom-services .calculate__title_two {
    font-size: 16px;
  }

  .customs-features .going-elements__item {
    margin-top: 190px;
  }

  .customs-features__text {
    text-align: center;
    font-size: 16px;
  }

  .customs-board {
    height: 250px;
  }

  .customs-board h2,
  h3,
  h4 {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 660px;
    font-size: 20px;
    text-align: center;
  }

  .customs-board p {
    text-align: center;
    max-width: 491px;
    font-size: 16px;
  }

  .info-content_bottom p,
  .info-content_bottom ul,
  .info-content_top p,
  .customs-features__text,
  .country-content-block-wrap p,
  .country-content-block-wrap p,
  .country-content__text p,
  .country-content__text ul,
  .services-registration_right__text p {
    text-align: left;
  }

  .answers-popup-close {
    right: 0;
  }

  .popup {
    width: 90%;
    top: 80px;
  }

  .popup__from input {
    height: 40px;
    font-size: 14px;
  }

  .popup-check {
    font-size: 10px;
  }

  .popup-close {
    right: -10px;
    top: -40px;
  }

  .accordion {
    font-size: 12px;
  }

  .accordion span {
    width: 85%;
  }

  .footer-nav__list_ul li {
    line-height: inherit;
    padding-bottom: 10px;
  }

  .footer-nav__title {
    margin-bottom: 10px;
  }

  .menu-footer-1-menu-container {
    margin-bottom: 10px;
  }

  .info-header__subtitle {
    padding-bottom: 35px;
  }

  .contacts-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-block-one {
    width: 100%;
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contacts-block-one p {
    width: 270px;
  }

  .contacts-block-one:after {
    width: 100%;
  }

  .contacts-block-one p:nth-child(4) span::before {
    margin-right: 10px;
  }

  .contacts-block-one p:nth-child(5):before {
    margin-right: 10px;
  }

  .contacts-block-one p:nth-child(1) a,
  .contacts-block-one p:nth-child(2) a {
    font-size: 22px;
  }

  .contacts-block-one p:nth-child(3) a:first-of-type {
    font-size: 22px;
  }

  .contacts-block-one button {
    margin-top: 30px;
  }

  .contacts-block-one .btn-big--telegram {
    margin-top: 30px;
  }

  .contacts-block-one .btn-big--whatsapp {
    margin-top: 30px;
  }

  .contacts-block-two {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }

  .contacts-map-block {
    height: 280px;
  }

  .contacts-map {
    /* height: 800px; */
  }

  .contacts-block-two p:nth-child(2) {
    font-size: 22px;
  }

  .contacts-wrap {
    -webkit-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    transform: translateY(-8%);
  }

  .widgets {
    right: 0.5rem;
  }

  .site--creater__wrap {
    text-align: center;
  }
}

.preloader-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
  -ms-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #4273cb;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.calculate-from-detailed-block.calculate-disabled {
  pointer-events: none !important;
}

.calculate-from-detailed-block__price {
  padding-top: 20px;
}

.calculate-disabled .calculate-from-detailed-block__price {
  color: #9fa0a2;
}

.calculate-from-detailed-block:not(.active) .calculate-from-detailed-block-list,
.calculate-from-detailed-block:not(.active)
  .calculate-from-detailed-block-total {
  pointer-events: none;
}

input[name="packing-value"] {
  -webkit-appearance: none;
}

.b-modal.__b-popup1__ {
  background-color: rgba(2, 3, 34, 0.78) !important;
}

div#calcResult {
  max-width: 540px !important;
  width: 90% !important;
}

div#calcResult .popup-wrap {
  overflow: hidden;
}

div#product-popup,
div#contacts-popup {
  max-width: 540px !important;
  width: 90% !important;
}

div#product-popup .popup-wrap,
div#contacts-popup .popup-wrap {
  overflow: hidden;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #2e3191;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

button.tooltip-btn {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border: none;
  background: #ececf0;
  color: #2e3191;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  padding: 0;
  font-size: 11px;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2e3191;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* .header-phone__link__phone:before {
    margin-right: .5rem;
    content: '';
    width: 15px;
    padding: .6rem;
    height: 18px;
    background: url(/wp-content/themes/kangor/assets/img/header/phone.png) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
} */

.header-phone__link__telegram:before {
  margin-right: 15px;
  content: "";
  width: 15px;
  padding: 0.4rem;
  height: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OTYgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBmaWxsPSIjMDA4OGNjIiBkPSJNMjQ4LDhDMTExLjAzMyw4LDAsMTE5LjAzMywwLDI1NlMxMTEuMDMzLDUwNCwyNDgsNTA0LDQ5NiwzOTIuOTY3LDQ5NiwyNTYsMzg0Ljk2Nyw4LDI0OCw4Wk0zNjIuOTUyLDE3Ni42NmMtMy43MzIsMzkuMjE1LTE5Ljg4MSwxMzQuMzc4LTI4LjEsMTc4LjMtMy40NzYsMTguNTg0LTEwLjMyMiwyNC44MTYtMTYuOTQ4LDI1LjQyNS0xNC40LDEuMzI2LTI1LjMzOC05LjUxNy0zOS4yODctMTguNjYxLTIxLjgyNy0xNC4zMDgtMzQuMTU4LTIzLjIxNS01NS4zNDYtMzcuMTc3LTI0LjQ4NS0xNi4xMzUtOC42MTItMjUsNS4zNDItMzkuNSwzLjY1Mi0zLjc5Myw2Ny4xMDctNjEuNTEsNjguMzM1LTY2Ljc0Ni4xNTMtLjY1NS4zLTMuMS0xLjE1NC00LjM4NHMtMy41OS0uODQ5LTUuMTM1LS41cS0zLjI4My43NDYtMTA0LjYwOCw2OS4xNDItMTQuODQ1LDEwLjE5NC0yNi44OTQsOS45MzRjLTguODU1LS4xOTEtMjUuODg4LTUuMDA2LTM4LjU1MS05LjEyMy0xNS41MzEtNS4wNDgtMjcuODc1LTcuNzE3LTI2LjgtMTYuMjkxcS44NC02LjcsMTguNDUtMTMuNywxMDguNDQ2LTQ3LjI0OCwxNDQuNjI4LTYyLjNjNjguODcyLTI4LjY0Nyw4My4xODMtMzMuNjIzLDkyLjUxMS0zMy43ODksMi4wNTItLjAzNCw2LjYzOS40NzQsOS42MSwyLjg4NWExMC40NTIsMTAuNDUyLDAsMCwxLDMuNTMsNi43MTZBNDMuNzY1LDQzLjc2NSwwLDAsMSwzNjIuOTUyLDE3Ni42NloiLz48L3N2Zz4=")
    center no-repeat;
  -webkit-background-size: cover;
  background-size: contain;
}

.footer-block__tel__telegram:before {
  margin-right: 5px;
  content: "";
  width: 15px;
  padding: 0.4rem;
  height: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OTYgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBmaWxsPSIjMDA4OGNjIiBkPSJNMjQ4LDhDMTExLjAzMyw4LDAsMTE5LjAzMywwLDI1NlMxMTEuMDMzLDUwNCwyNDgsNTA0LDQ5NiwzOTIuOTY3LDQ5NiwyNTYsMzg0Ljk2Nyw4LDI0OCw4Wk0zNjIuOTUyLDE3Ni42NmMtMy43MzIsMzkuMjE1LTE5Ljg4MSwxMzQuMzc4LTI4LjEsMTc4LjMtMy40NzYsMTguNTg0LTEwLjMyMiwyNC44MTYtMTYuOTQ4LDI1LjQyNS0xNC40LDEuMzI2LTI1LjMzOC05LjUxNy0zOS4yODctMTguNjYxLTIxLjgyNy0xNC4zMDgtMzQuMTU4LTIzLjIxNS01NS4zNDYtMzcuMTc3LTI0LjQ4NS0xNi4xMzUtOC42MTItMjUsNS4zNDItMzkuNSwzLjY1Mi0zLjc5Myw2Ny4xMDctNjEuNTEsNjguMzM1LTY2Ljc0Ni4xNTMtLjY1NS4zLTMuMS0xLjE1NC00LjM4NHMtMy41OS0uODQ5LTUuMTM1LS41cS0zLjI4My43NDYtMTA0LjYwOCw2OS4xNDItMTQuODQ1LDEwLjE5NC0yNi44OTQsOS45MzRjLTguODU1LS4xOTEtMjUuODg4LTUuMDA2LTM4LjU1MS05LjEyMy0xNS41MzEtNS4wNDgtMjcuODc1LTcuNzE3LTI2LjgtMTYuMjkxcS44NC02LjcsMTguNDUtMTMuNywxMDguNDQ2LTQ3LjI0OCwxNDQuNjI4LTYyLjNjNjguODcyLTI4LjY0Nyw4My4xODMtMzMuNjIzLDkyLjUxMS0zMy43ODksMi4wNTItLjAzNCw2LjYzOS40NzQsOS42MSwyLjg4NWExMC40NTIsMTAuNDUyLDAsMCwxLDMuNTMsNi43MTZBNDMuNzY1LDQzLjc2NSwwLDAsMSwzNjIuOTUyLDE3Ni42NloiLz48L3N2Zz4=")
    center no-repeat;
  -webkit-background-size: cover;
  background-size: contain;
}

.footer-block__tel__no-icon-before:before {
  content: none;
}

.list-none {
  list-style: none;
}

.sitemap h2 {
  display: block;
  font-size: 1.75rem;
  color: #292d95;
  font-weight: 600;
}

.sitemap h3 {
  all: unset;
  display: block;
  font-size: 1.25rem;

  font-weight: 400;
}
.sitemap h3 a {
  color: #292d95;
}
.sitemap li a {
  color: #292d95;
}
