@font-face {
  font-display: swap;
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: italic;
  src: url("../fonts/Inter-Italic-VariableFont_opsz,wght.woff2");
}
@font-face {
  font-display: swap;
  font-family: "IBM Plex Serif";
  font-weight: 400;
  src: url("../fonts/IBMPlexSerif-Italic.woff2");
}
@font-face {
  font-display: swap;
  font-family: "IBM Plex Serif";
  font-weight: 600;
  src: url("../fonts/IBMPlexSerif-SemiBoldItalic.woff2");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  src: url("../fonts/Manrope-VariableFont_wght.woff2");
}
:root {
  --black: #111;
  --grey: #2b2b2b;
  --white: #fff;
  --red: #b70000;
  --green: #008500;
  --yellow: #ffd600;
  --grey-bg: #ebebeb;
  --violet: #8934AD;
  --font-family-1: "Inter", Arial, sans-serif;
  --font-family-2: "Manrope", Arial, sans-serif;
  --font-family-3: "IBM Plex Serif", Arial, sans-serif;
  --radius: 20px;
  --common-gap: 32px;
  --padding: 120px;
}
:root .logistics-business {
  --padding: 80px;
}

@media (max-width: 991px) {
  :root {
    --common-gap: 24px;
    --padding: 80px;
  }
  :root .logistics-business {
    --common-gap: 16px;
    --padding: 64px;
  }
}
@media (max-width: 767px) {
  :root {
    --common-gap: 16px;
    --padding: 64px;
  }
  :root .logistics-business {
    --padding: 48px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1240px;
  }
  .logistics-business .container,
  .logistics-business .container-lg,
  .logistics-business .container-md,
  .logistics-business .container-sm,
  .logistics-business .container-xl,
  .logistics-business .container-xxl {
    max-width: 1376px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .container .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .container .row .col-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
header, nav, menu, main, section, article, aside, address, footer, noscript {
  display: block;
}

p, ul, ol, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration: underline;
  /*color: var(--color-font-grey);*/
}
a:hover {
  /*text-decoration: none;		
  color: var(--color-font-grey);*/
}
a:active, a:hover, a:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
  font-style: normal;
  font-weight: 700;
  color: var(--black);
  font-family: var(--font-family-2);
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span {
  font-style: italic;
}

h1, .h1 {
  font-size: 60px;
  line-height: 105%;
  letter-spacing: -1.2px;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 24px;
  }
}

.logistics-business h2, .logistics-business .h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.225;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .logistics-business h2, .logistics-business .h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .logistics-business h2, .logistics-business .h2 {
    font-size: 24px;
  }
}

h2, .h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -1.2px;
}
h2 span, .h2 span {
  font-style: italic;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
    letter-spacing: -0.5px;
  }
}

h3, .h3 {
  font-size: 32px;
}

button,
.btn,
.pmc3w_header ul li.active {
  border: none;
  outline: none;
  display: inline-block;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  text-align: center;
  padding: 24px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 12px;
  /*border: 0.5px solid var(--yellow);
  background: linear-gradient(95deg, #960 -3.99%, #C80 7.18%, #FFD600 27.12%, #FFDE33 64.71%, #C80 95.13%, #960 115.67%);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.20), 0 0 10px 0 #FFE666 inset;*/
  background: var(--yellow);
  border: 0.5px solid var(--yellow);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
button:hover,
.btn:hover,
.pmc3w_header ul li.active:hover {
  /*color: var(--white);		
  border: 0.5px solid #8934AD;
  background: linear-gradient(98deg, #251B3A 6.85%, #AF62D0 40.38%, #8934AD 68.83%, #251B3A 95.28%, #251B3A 99.31%);
  box-shadow: 0 0 10px 0 #AF62D0 inset, 0 10px 20px 0 rgba(0, 0, 0, 0.20);*/
}
button:focus,
.btn:focus,
.pmc3w_header ul li.active:focus {
  outline: none;
}
@media (max-width: 991px) {
  button,
  .btn,
  .pmc3w_header ul li.active {
    font-size: 18px;
    padding: 16px 40px;
  }
}
@media (max-width: 767px) {
  button,
  .btn,
  .pmc3w_header ul li.active {
    padding: 16px;
    font-size: 16px;
  }
}

.logistics-business button,
.logistics-business .btn {
  border: none;
  outline: none;
  display: inline-block;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -1%;
  text-align: center;
  padding: 14.5px 22px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 4px;
  background: var(--yellow);
  border: 2px solid var(--yellow);
  text-transform: none;
  box-shadow: none;
}
.logistics-business button:hover,
.logistics-business .btn:hover {
  /*color: var(--white);		
  border: 0.5px solid #8934AD;
  background: linear-gradient(98deg, #251B3A 6.85%, #AF62D0 40.38%, #8934AD 68.83%, #251B3A 95.28%, #251B3A 99.31%);
  box-shadow: 0 0 10px 0 #AF62D0 inset, 0 10px 20px 0 rgba(0, 0, 0, 0.20);*/
}
.logistics-business button:focus,
.logistics-business .btn:focus {
  outline: none;
}
@media (max-width: 991px) {
  .logistics-business button,
  .logistics-business .btn {
    font-size: 15px;
    padding: 16px 24px;
  }
}
@media (max-width: 767px) {
  .logistics-business button,
  .logistics-business .btn {
    font-size: 14px;
    padding: 16px;
  }
}

button.type2,
.btn.type2 {
  background: var(--white);
}
button.type2:hover,
.btn.type2:hover {
  /*border: 0.5px solid var(--white);
  background: linear-gradient(95deg, #111 -3.99%, #2B2B2B 7.18%, #2B2B2B 27.12%, #999 64.71%, #2B2B2B 95.13%, #111 115.67%);
  box-shadow: 0 0 10px 0 #FFF inset, 0 10px 20px 0 rgba(0, 0, 0, 0.20);*/
}

button.type3,
.btn.type3 {
  color: var(--white);
  border: 0.5px solid #8934AD;
  background: linear-gradient(98deg, #251B3A 6.85%, #AF62D0 40.38%, #8934AD 68.83%, #251B3A 95.28%, #251B3A 99.31%);
  box-shadow: 0 0 10px 0 #AF62D0 inset, 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
button.type3:hover,
.btn.type3:hover {
  /*border: 0.5px solid var(--yellow);
  background: linear-gradient(95deg, #960 -3.99%, #C80 7.18%, #FFD600 27.12%, #FFDE33 64.71%, #C80 95.13%, #960 115.67%);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.20), 0 0 10px 0 #FFE666 inset;*/
}

.swiper-horizontal {
  position: relative;
  height: 100%;
}

html {
  height: 100%;
  width: 100%;
  /*scroll-behavior: auto !important;	*/
  scroll-behavior: smooth;
}

body {
  height: 100%;
  width: 100%;
  background: var(--grey-bg);
  font-family: var(--font-family-1);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.064px;
  font-weight: 400;
  color: var(--grey);
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-synthesis: none !important;
}

body.mm_active {
  overflow: hidden;
}

/*
body.active, 
body.search,
body.filter {
	overflow: hidden;
}

body.filter:after {

}
*/
main > div {
  margin-bottom: var(--padding);
}
.block_header {
  margin: 0 auto 64px;
  max-width: 1008px;
}
@media (max-width: 991px) {
  .block_header {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .block_header {
    margin-bottom: 32px;
  }
}

.logistics-business .block_header {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .logistics-business .block_header {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .logistics-business .block_header {
    margin-bottom: 24px;
  }
}
.logistics-business .block_header_text {
  line-height: 140%;
}
@media (max-width: 991px) {
  .logistics-business .block_header_text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .logistics-business .block_header_text {
    font-size: 14px;
  }
}

.block_header_text {
  color: var(--grey);
  margin: 24px auto 0;
  max-width: 1008px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.096px;
}
@media (max-width: 991px) {
  .block_header_text {
    font-size: 18px;
    line-height: 130%;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .block_header_text {
    margin-top: 16px;
    font-size: 18px;
    line-height: 130%;
  }
}

.block_footer {
  text-align: center;
  margin-top: 48px;
}

.logistics-business .block_footer {
  margin-top: 32px;
}
.logistics-business .bh_preheader {
  margin-bottom: var(--common-gap);
}
@media (max-width: 991px) {
  .logistics-business .bh_preheader {
    margin-bottom: 16px;
  }
}
.logistics-business .bh_preheader span {
  display: inline-block;
  padding: 8px 16px;
  background: var(--violet);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
  border-radius: var(--radius);
}
@media (max-width: 991px) {
  .logistics-business .bh_preheader span {
    padding: 6px 14px;
    font-size: 14px;
  }
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .form_wrapper {
    flex-direction: column;
  }
}
.form_wrapper label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .form_wrapper label {
    gap: 8px;
  }
}
.form_wrapper label input[type=checkbox] {
  width: 17px;
  height: 17px;
  border-color: var(--white);
  border-radius: 5px;
  margin-top: 2px;
}
.form_wrapper label span {
  color: var(--grey);
  font-size: 14px;
  line-height: 140%;
  text-align: left;
}
@media (max-width: 767px) {
  .form_wrapper label span {
    font-size: 12px;
    line-height: 130%;
  }
}
.form_wrapper label span a {
  color: var(--grey);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.form_wrapper label span a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .logistics-business .form_wrapper label span {
    font-size: 12px;
    line-height: 130%;
  }
}
.logistics-business .dark_type .form_wrapper label span {
  color: var(--white);
}
.logistics-business .dark_type .form_wrapper label span > * {
  color: var(--white);
}

.modal .form_wrapper label input[type=checkbox] {
  border-color: var(--grey);
}
.modal .form_wrapper label span {
  color: var(--grey);
}
.modal .form_wrapper label span a {
  color: var(--grey);
}

.form_row {
  width: 25%;
}
@media (max-width: 767px) {
  .form_row {
    width: 100%;
  }
}

textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

textarea,
input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 15px 30px 0 rgba(37, 27, 58, 0.2);
  padding: 24px;
  border: none;
  outline: none;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064px;
}
@media (max-width: 991px) {
  textarea,
  input[type=text],
  input[type=tel],
  input[type=email] {
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  textarea,
  input[type=text],
  input[type=tel],
  input[type=email] {
    padding: 12px 16px;
  }
}

.logistics-business textarea,
.logistics-business input[type=text],
.logistics-business input[type=tel],
.logistics-business input[type=email] {
  border-radius: 4px;
  background: var(--white);
  box-shadow: none;
  padding: 16.5px 24px;
  color: #000;
  line-height: 145%;
  letter-spacing: -1%;
}
@media (max-width: 991px) {
  .logistics-business textarea,
  .logistics-business input[type=text],
  .logistics-business input[type=tel],
  .logistics-business input[type=email] {
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .logistics-business textarea,
  .logistics-business input[type=text],
  .logistics-business input[type=tel],
  .logistics-business input[type=email] {
    padding: 12px 16px;
  }
}

.modal textarea,
.modal input[type=text],
.modal input[type=tel],
.modal input[type=email] {
  box-shadow: none;
  border: 0.5px solid rgba(94, 94, 94, 0.3);
}

input[type=submit].btn {
  padding: 24px;
  width: 100%;
}
@media (max-width: 991px) {
  input[type=submit].btn {
    padding: 16px 20px;
  }
}

.logistics-business input[type=submit].btn {
  padding: 14.5px 24px;
}
@media (max-width: 991px) {
  .logistics-business input[type=submit].btn {
    padding: 14px 20px;
  }
}

textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: rgba(43, 43, 43, 0.8);
  opacity: 1;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder {
  color: rgba(43, 43, 43, 0.8);
  opacity: 1;
}

label {
  display: flex;
  align-items: center;
  gap: 8px;
}
label span {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.064px;
}

/*
button[type='submit']:not(.btn) {	
	margin-top: 16px;
	padding: 13px;
	width: 100%;
	color: var(--white);	
	font-size: 16px;	
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.064px;
	border-radius: 200px;
	background: var(--black);	

	@include _991 {
		margin-top: 8px;
	}

	span {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;

		&:after {
			content: '';
			display: block;
			width: 20px;
			height: 20px;			
			background-size: contain;
		}
	}

}
*/
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  top: auto;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  padding: 0;
  width: 100%;
  gap: 16px;
  position: relative;
}
.swiper-pagination.swiper-pagination-bullets:not(:has(.swiper-pagination-bullet:only-child)) {
  height: 16px;
}
@media (max-width: 1199px) {
  .swiper-pagination {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination {
    gap: 8px;
    height: 12px;
  }
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #5E5E5E;
  opacity: 0.3;
  margin: 0;
}
@media (max-width: 767px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url("../img/bullet_active.svg") center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  /*opacity: 1;
  position: static;*/
  width: 100px;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 64px;
    height: 64px;
  }
}

.swiper-button-prev {
  left: calc(33.333333% - var(--common-gap) - 8px);
  background-image: url("../img/round_arrow_prev.svg");
}
@media (max-width: 991px) {
  .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: 0;
  }
}

.swiper-button-next {
  right: calc(33.333333% - var(--common-gap) - 8px);
  background-image: url("../img/round_arrow_next.svg");
}
@media (max-width: 991px) {
  .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: 0;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: flex;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 122px;
  z-index: 1;
}
header.shadow {
  /*border-bottom: 1px solid #A9A9A9;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, .25);*/
}
@media (max-width: 767px) {
  header {
    height: 81px;
  }
}

.logistics-business header {
  top: var(--common-gap);
  height: auto;
}

.header_wrapper {
  display: flex;
  justify-content: space-between;
  gap: var(--common-gap);
}
.logistics-business .header_wrapper {
  background: var(--white);
  padding: 16px 80px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .logistics-business .header_wrapper {
    padding: 16px;
    align-items: center;
  }
  .logistics-business .header_wrapper .mm_trigger {
    margin: 0;
  }
}
.logistics-business .header_wrapper .hw_left {
  margin-top: 0;
}
.logistics-business .header_wrapper .hw_left > * {
  display: block;
}
.logistics-business .header_wrapper .hw_left > * img {
  width: 200px;
}
@media (max-width: 767px) {
  .logistics-business .header_wrapper .hw_left > * img {
    width: 135px;
  }
}
.logistics-business .header_wrapper .hw_wrapper {
  pointer-events: all;
  position: static;
  opacity: 1;
  width: auto;
  height: auto;
  background: transparent;
  padding: 0;
  flex-direction: row;
  box-shadow: none;
}
.logistics-business .header_wrapper .hw_wrapper .mm_close {
  display: none;
}
@media (max-width: 1199px) {
  .logistics-business .header_wrapper .hw_wrapper {
    /*pointer-events: none;
    position: fixed;
    right: -50%;
    opacity: 0;
    top: 0;
    width: 50%;
    height: 100vh;
    background: var(--white);
    padding: var(--common-gap);
    flex-direction: column;
    box-shadow: 0 0 8px 4px rgba(255, 255, 255, 0.5);*/
  }
}
.logistics-business .header_wrapper .mm_trigger {
  display: none;
}
@media (max-width: 1199px) {
  .logistics-business .header_wrapper .mm_trigger {
    /*display: flex;
    flex-direction: column;
    width: 32px;
    height: 24px;
    justify-content: space-between;
    cursor: pointer;*/
  }
}
.logistics-business .header_wrapper .hw_center {
  margin-top: 0;
}
.logistics-business .header_wrapper .hw_center ul {
  align-items: center;
}
.logistics-business .header_wrapper .hw_center ul ul {
  border: 1px solid #f5f5f5;
  align-items: flex-start;
  border-radius: 8px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
}
.logistics-business .header_wrapper .hw_right {
  padding: 0;
  display: flex;
  align-items: center;
  gap: var(--common-gap);
}
.logistics-business .header_wrapper .hw_right .hwr_phone a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0;
  text-decoration: none;
  color: #000;
  padding-left: 30px;
  background: url("../img/log-business/phone_violet.svg") left center no-repeat;
  background-size: 18px auto;
}
@media (max-width: 767px) {
  .logistics-business .header_wrapper .hw_right .hwr_phone a {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .logistics-business .header_wrapper .hw_right .hwr_phone a span {
    display: none;
  }
}
.logistics-business .header_wrapper .hw_right .hwr_link a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
@media (max-width: 767px) {
  .logistics-business .header_wrapper .hw_right .hwr_link a {
    width: 32px;
    height: 32px;
    padding: 0;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .logistics-business .header_wrapper .hw_right .hwr_link a span {
    display: none;
  }
}
.logistics-business .header_wrapper .hw_right .hwr_link a:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url("../img/log-business/arrow-violet.svg") center no-repeat;
  background-size: contain;
}

.hw_left {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hw_left {
    margin-top: 16px;
  }
}
.hw_left a img {
  width: 262px;
}
@media (max-width: 991px) {
  .hw_left a img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .hw_left a img {
    width: 168px;
  }
}
.hw_wrapper {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  gap: var(--common-gap);
}
@media (max-width: 991px) {
  .hw_wrapper {
    pointer-events: none;
    position: fixed;
    right: -50%;
    opacity: 0;
    top: 0;
    width: 50%;
    height: 100vh;
    background: var(--white);
    padding: var(--common-gap);
    flex-direction: column;
    box-shadow: 0 0 8px 4px rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .hw_wrapper {
    right: -66%;
    width: 66%;
  }
}

.mm_active .hw_wrapper {
  right: 0;
  opacity: 1;
  pointer-events: all;
  transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.mm_close {
  display: none;
}
@media (max-width: 991px) {
  .mm_close {
    display: flex;
    justify-content: flex-end;
  }
}
.mm_close a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/close_sign.svg") center no-repeat;
  background-size: contain;
}

.hw_center {
  margin-top: 45px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .hw_center {
    margin: 0;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.hw_center ul {
  display: flex;
  /*align-items: center;*/
  gap: 24px;
}
@media (max-width: 991px) {
  .hw_center ul {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .hw_center ul {
    gap: 16px;
  }
}
.hw_center ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.16px;
  position: relative;
}
.hw_center ul li a {
  color: var(--black);
  text-decoration: none;
}
@media (max-width: 991px) {
  .hw_center ul li a {
    /*color: var(--black);*/
  }
}
.hw_center ul li a:hover {
  text-decoration: underline;
}
.hw_center ul li:has(ul) > a {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 700;
}
.hw_center ul li:has(ul) > a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/new/dd_arrow_sign_dark.svg") center no-repeat;
  background-size: contain;
}
.hw_center ul li:hover > ul {
  pointer-events: all;
  opacity: 1;
  top: 22px;
}
.hw_center ul li ul {
  transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: -16px;
  top: 0;
  min-width: 200px;
  padding: 16px;
  background: var(--white);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 991px) {
  .hw_center ul li ul {
    pointer-events: all;
    opacity: 1;
    top: 22px;
    position: static;
    min-width: 1px;
    padding: 16px 16px 0 16px;
    gap: 12px;
  }
}
.hw_center ul li ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.16px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .hw_center ul li ul li {
    white-space: normal;
  }
}
.hw_center ul li ul li a {
  color: var(--black);
}
.hw_right {
  padding: 24px 16px 20px 16px;
  background: var(--white);
  border-radius: 0 0 16px 16px;
  border-right: 0.5px solid var(--white);
  border-bottom: 0.5px solid var(--white);
  border-left: 0.5px solid var(--white);
  background: var(--white);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (max-width: 991px) {
  .hw_right {
    padding: 16px 12px 16px 12px;
  }
}
.hwt_top {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.048px;
}
.hwt_top a {
  padding-left: 18px;
  position: relative;
  color: var(--grey);
  text-decoration: none;
}
.hwt_top a:hover {
  text-decoration: underline;
}
.hwt_top a:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--yellow);
  background-size: contain;
}

.hwt_bottom {
  font-size: 20px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: -0.08px;
}
.hwt_bottom a {
  color: var(--black);
  text-decoration: none;
}
.hwt_bottom a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.mm_trigger {
  display: none;
}
@media (max-width: 991px) {
  .mm_trigger {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 32px;
    height: 24px;
    justify-content: space-between;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .mm_trigger {
    margin-top: 16px;
  }
}
.mm_trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--grey);
}

.thanks_page .page_wrapper {
  height: 100%;
}

main {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
.pmc_1 {
  padding-top: 146px;
  padding-bottom: 100px;
  background: url("../img/new/main_bg_3440_0.png") center top no-repeat;
  background-size: cover;
  position: relative;
}
.pmc_1.logistics {
  background-image: url("../img/logistics/log_bg_3440.jpg");
}
@media (max-width: 991px) {
  .pmc_1 {
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .pmc_1 {
    padding-top: 90px;
    padding-bottom: 48px;
  }
}
.pmc_1 .col-12 {
  position: relative;
}

.pmc1_wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--common-gap);
  margin-bottom: 64px;
}
.pmc1_wrapper > * {
  width: 50%;
}
@media (max-width: 991px) {
  .pmc1_wrapper > * {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .pmc1_wrapper {
    /*width: 100%;*/
    margin-bottom: 48px;
  }
}
.pmc1_wrapper h1 {
  /*text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  background: linear-gradient(to bottom, #8934AD, #000000);
  		color: transparent;
  -webkit-background-clip: text; 
    			background-clip: text;*/
  color: var(--black);
}
.pmc1_wrapper h1 span {
  color: var(--black);
  background: transparent;
  display: block;
  margin-top: 10px;
  font-size: 40px;
  line-height: 125%;
  text-shadow: none;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: unset;
}
@media (max-width: 991px) {
  .pmc1_wrapper h1 span {
    font-size: 32px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .pmc1_wrapper h1 span {
    font-size: 26px;
  }
}

.logistics .pmc1_wrapper > *.pmc1w_block_2 {
  width: 55%;
}
@media (max-width: 991px) {
  .logistics .pmc1_wrapper > *.pmc1w_block_2 {
    width: 100%;
  }
}

.pmc1w_block_1 {
  position: relative;
  z-index: 1;
  padding: 10px 27px;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to bottom, #111111, #787878);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media (max-width: 767px) {
  .pmc1w_block_1 {
    text-align: center;
  }
}
.pmc1w_block_1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 43px;
  background: url("../img/main_elem_1.svg");
}
.pmc1w_block_1:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 43px;
  background: url("../img/main_elem_2.svg");
}

.pmc1w_block_2 {
  color: var(--grey);
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.096px;
}
@media (max-width: 991px) {
  .pmc1w_block_2 {
    font-size: 20px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .pmc1w_block_2 {
    font-size: 18px;
  }
}

.pmc1w_buttons {
  display: flex;
  align-items: center;
  gap: var(--common-gap);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .pmc1w_buttons {
    flex-direction: column;
  }
  .pmc1w_buttons button {
    width: 100%;
    max-width: 400px;
  }
}

.pmc1w_element {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -100px;
}
@media (max-width: 991px) {
  .pmc1w_element {
    display: none;
  }
}

.pmc1we_man {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 380px;
  height: 617px;
}
.pmc1we_man:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 380px;
  height: 617px;
  /*background: url('../img/new/main_man_1_0.png') center bottom no-repeat;*/
  background: url("../img/new/main_man_1_1.png") center bottom no-repeat;
  background-size: contain;
}

.logistics .pmc1we_man {
  right: -60px;
  width: 472px;
  height: 536px;
}
.logistics .pmc1we_man:after {
  width: 472px;
  height: 536px;
  background-image: url("../img/logistics/log_bg_3.png");
}
.logistics .pmc1we_man .pmc1we_box {
  left: -230px;
  bottom: 375px;
}
.logistics .pmc1we_man .pmc1we_box:nth-child(2) {
  bottom: 500px;
  left: -150px;
}

.pmc1we_box:nth-child(1) {
  position: absolute;
  left: -280px;
  bottom: 430px;
  /*width: 369px;
  height: 95px;
  background: url('../img/main_info_elem.svg') center top no-repeat;
  background-size: cover;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-left: 64px;
  z-index: 0;*/
}

.pmc1we_box:nth-child(2) {
  position: absolute;
  left: -280px;
  bottom: 325px;
}

/*.pmc1web_number {						
	background: linear-gradient(to bottom, #111111, #787878);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;

	font-size: 60px;						
	font-weight: 600;
	line-height: 105%;
	letter-spacing: -1.2px;
	text-transform: uppercase;

	span {
		font-size: 40px;
	}
}

.pmc1web_text {
	color: var(--black);
	font-size: 16px;						
	font-weight: 400;
	line-height: 160%;
	letter-spacing: -0.064px;
}*/
.pmc2_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--common-gap);
}
@media (max-width: 991px) {
  .pmc2_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pmc2_wrapper {
    grid-template-columns: 1fr;
  }
}

.pmc2w_block {
  background: var(--white);
  padding: var(--common-gap);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.pmc2w_block:last-child {
  background: url("../img/new/block_2_bg_5_0.jpg") right -40px top no-repeat;
  background-size: cover;
  justify-content: flex-start;
  gap: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .pmc2w_block:last-child {
    min-height: 500px;
  }
}
.pmc2w_block:last-child:after {
  content: "";
  position: absolute;
  right: var(--common-gap);
  bottom: var(--common-gap);
  width: 320px;
  height: 320px;
  background: url("../img/block_2_img_5.png") center top no-repeat;
  background-size: cover;
}

.pmc2wbt_img {
  margin-bottom: 8px;
  height: 200px;
}
.pmc2wbt_img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.pmc2wbt_caption {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.24px;
  margin-bottom: 12px;
  max-width: 95%;
}
@media (max-width: 767px) {
  .pmc2wbt_caption {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 8px;
    max-width: none;
  }
}

.pmc2wbt_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064px;
}

.pmc2wb_bottom {
  padding: 12px 24px;
  color: var(--violet);
  text-align: center;
  font-family: var(--font-family-3);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.072px;
  border-radius: 8px;
  background: #f9f9f9;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-left: 1px solid var(--violet);
  border-right: 1px solid var(--violet);
}
.pmc2wb_bottom span {
  white-space: nowrap;
}

.pmc2wb_text_1 {
  color: var(--black);
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.32px;
}
@media (max-width: 991px) {
  .pmc2wb_text_1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .pmc2wb_text_1 {
    font-size: 30px;
  }
}

.pmc2wb_text_2 {
  color: var(--violet);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.096px;
  max-width: 50%;
}
@media (max-width: 767px) {
  .pmc2wb_text_2 {
    font-size: 20px;
  }
}
.pmc2wb_text_2 > * {
  font-weight: 700;
  line-height: 1;
}

.pmc2wbt2_1 {
  font-size: 40px;
  letter-spacing: -0.16px;
}
@media (max-width: 767px) {
  .pmc2wbt2_1 {
    font-size: 32px;
  }
}

.pmc2wbt2_2 {
  font-size: 24px;
  letter-spacing: -0.096px;
}
@media (max-width: 767px) {
  .pmc2wbt2_2 {
    font-size: 18px;
  }
}

.pmc3_wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  border-radius: var(--radius);
  background: var(--white);
  padding: 60px;
}
@media (max-width: 991px) {
  .pmc3_wrapper {
    padding: 40px;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .pmc3_wrapper {
    padding: 24px;
    gap: 24px;
  }
}

.pmc3w_header ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .pmc3w_header ul {
    gap: 8px;
  }
}
.pmc3w_header ul li {
  cursor: pointer;
  outline: none;
  display: inline-block;
  /*color: var(--white);*/
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 23px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 16px;
  box-shadow: none;
}
@media (max-width: 991px) {
  .pmc3w_header ul li {
    padding: 14px 22px;
    font-size: 16px;
    border-radius: 12px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .pmc3w_header ul li {
    padding: 8px;
    font-size: 12px;
    border-radius: 8px;
  }
}
.pmc3w_header ul li:hover {
  /*color: var(--white);
  box-shadow: none;*/
}
.pmc3w_header ul li.active {
  padding: 17px 23px;
  border-radius: 16px;
  font-size: 16px;
  box-shadow: none;
}
@media (max-width: 991px) {
  .pmc3w_header ul li.active {
    padding: 14px 22px;
    font-size: 16px;
    border-radius: 12px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .pmc3w_header ul li.active {
    padding: 8px;
    font-size: 12px;
    border-radius: 8px;
  }
}

.pmc3w_body {
  display: flex;
  flex-direction: column;
  gap: var(--common-gap);
}

.pmc3wb_row {
  display: flex;
  gap: var(--common-gap);
  border-radius: var(--radius);
  background: #EEE1F3;
  padding: var(--common-gap);
}
@media (max-width: 767px) {
  .pmc3wb_row {
    flex-direction: column;
  }
}

.pmc3wbr_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--common-gap);
}
@media (max-width: 767px) {
  .pmc3wbr_left {
    width: 100%;
  }
}

.pmc3wbrl_caption {
  color: var(--black);
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.32px;
}
@media (max-width: 991px) {
  .pmc3wbrl_caption {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .pmc3wbrl_caption {
    font-size: 22px;
  }
}

.pmc3wbrl_features ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .pmc3wbrl_features ul {
    gap: 8px;
  }
}
.pmc3wbrl_features ul li {
  padding-left: 40px;
  min-height: 32px;
  color: var(--grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064px;
  background: url("../img/new/violet_shield_sign.svg") top left no-repeat;
  background-size: 32px auto;
}
@media (max-width: 767px) {
  .pmc3wbrl_features ul li {
    min-height: 24px;
    background-size: 24px auto;
    font-size: 14px;
    padding-left: 32px;
  }
}

.pmc3wbr_right {
  width: 50%;
  border-radius: 12px;
  background: var(--white);
  padding: var(--common-gap);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .pmc3wbr_right {
    width: 100%;
  }
}

.pmc3wbrrt_info {
  color: var(--black);
  font-family: var(--font-family-3);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.072px;
  border-radius: 8px;
  background: #f9f9f9;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 12px 16px;
  border-left: 1px solid var(--yellow);
  border-right: 1px solid var(--yellow);
}
.pmc3wbrrt_info span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .pmc3wbrrt_info {
    font-size: 16px;
    padding: 12px;
    /*margin-bottom: 16px;*/
  }
}

.pmc3wbrr_process {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pmc3wbrrt_cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--black);
}

.pmc3wbrrtc_top {
  font-size: 14px;
  line-height: 150%;
  opacity: 0.3;
}

.pmc3wbrrtc_caption {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
@media (max-width: 991px) {
  .pmc3wbrrtc_caption {
    font-size: 22px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .pmc3wbrrtc_caption {
    font-size: 20px;
  }
}

.pmc3wbrrtc_text {
  font-size: 14px;
  line-height: 150%;
  opacity: 0.9;
}

/*.pmc3wb_row:nth-child(even) .pmc3wbrrt_info {*/
.pmc3wbrrt_info.pink {
  color: var(--red);
  background: rgba(230, 157, 157, 0.3);
}

.pmc3wbrrt_caption {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.24px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .pmc3wbrrt_caption {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pmc3wbrrt_caption {
    font-size: 18px;
  }
}

.pmc3wbrrt_text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .pmc3wbrrt_text {
    gap: 8px;
  }
}
.pmc3wbrrt_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064px;
}
@media (max-width: 767px) {
  .pmc3wbrrt_text p {
    font-size: 14px;
    line-height: 140%;
  }
}

.pmc3wbrr_bottom span,
.pmc7wclt_tag span {
  display: inline-block;
  color: rgba(17, 17, 17, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.056px;
  border-radius: var(--radius);
  border: 1px solid rgba(94, 94, 94, 0.3);
  padding: 6px 12px;
}

.pmc3w_footer {
  text-align: center;
}

.pmc_4 .block_header,
.pmc_11 .block_header {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .pmc_4 .block_header,
  .pmc_11 .block_header {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .pmc_4 .block_header,
  .pmc_11 .block_header {
    margin-bottom: 24px;
  }
}
.pmc_4 .block_header *:not(input),
.pmc_11 .block_header *:not(input) {
  color: var(--black);
}
.pmc_4 .block_header .block_preheader_text span,
.pmc_11 .block_header .block_preheader_text span {
  background: transparent;
  text-transform: none;
  border: 1px solid var(--black);
  box-shadow: none;
}
.pmc_4 .block_header h2,
.pmc_11 .block_header h2 {
  /*max-width: 900px;*/
  margin: 0 auto;
}
.pmc_4 .block_header .block_header_text,
.pmc_11 .block_header .block_header_text {
  max-width: 800px;
  font-size: 18px;
  letter-spacing: -0.072px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pmc_4 .block_header .block_header_text p,
.pmc_11 .block_header .block_header_text p {
  font-size: 18px;
  letter-spacing: -0.072px;
  text-align: center;
}
@media (max-width: 767px) {
  .pmc_4 .block_header .block_header_text,
  .pmc_11 .block_header .block_header_text {
    font-size: 16px;
  }
}
.pmc_4 .block_header .block_header_text span,
.pmc_11 .block_header .block_header_text span {
  font-weight: 700;
}

.pmc_11 .block_header {
  max-width: none;
  margin-bottom: 0;
}
.pmc_11 .block_header h2 {
  max-width: none;
}
.pmc_11 .block_header h2 + .block_preheader_text {
  margin-top: 24px;
}
.pmc_11 .pmc3w_footer {
  margin-top: 48px;
}
@media (max-width: 991px) {
  .pmc_11 .pmc3w_footer {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .pmc_11 .pmc3w_footer {
    margin-top: 24px;
  }
}

.pmc4_wrapper {
  border-radius: var(--radius);
  padding: 60px;
  background: url("../img/new/block_4_bg_0.jpg") center top no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .pmc4_wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .pmc4_wrapper {
    padding: 24px;
  }
}

.pmc_11 .pmc4_wrapper {
  background-image: url("../img/new/block_2_bg_5_0.jpg");
}

/*.pmc4w_preheader {
	text-align: center;
	margin-bottom: var(--common-gap);

	span {
		color: rgba(255, 255, 255, 0.90);									
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.064px;
		display: inline-block;
		padding: 12px 24px;
		border-radius: 40px;
		border: 1px solid var(--white);
	}
}

.pmc4w_header {
	color: var(--white);
	text-align: center;
	font-family: var(--font-family-2);
	font-size: 60px;				
	font-weight: 700;
	line-height: 105%;
	letter-spacing: -1.2px;
	margin: 0 auto 24px;
	max-width: 900px;
}

.pmc4w_text {
	color: var(--white);
	text-align: center;				
	font-size: 18px;				
	font-weight: 400;
	line-height: 160%;
	letter-spacing: -0.072px;
	margin: 0 auto 48px;
	max-width: 800px;

	span {
		font-weight: 700;
	}
}

.pmc4w_btn {
	text-align: center;	
}*/
.pmc_5 {
  padding-top: 157px;
  padding-bottom: 157px;
  background: var(--white);
  position: relative;
}
.pmc_5 .block_header {
  max-width: 1100px;
}
@media (max-width: 991px) {
  .pmc_5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .pmc_5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.pmc_5:after, .pmc_5:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 37px;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
}
.pmc_5:before {
  background-image: url("../img/top_rounded_bg.png");
  top: 0;
}
.pmc_5:after {
  background-image: url("../img/bottom_rounded_bg.png");
  bottom: 0;
}
.pmc_5 .block_footer {
  margin-top: 64px;
}
@media (max-width: 991px) {
  .pmc_5 .block_footer {
    margin-top: 48px;
  }
}
.pmc_5 .block_footer > * {
  min-width: 320px;
}

.block_preheader_text {
  margin-bottom: 24px;
  text-align: center;
}
.block_preheader_text span {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.064px;
  text-transform: uppercase;
  padding: 12px 54px;
  border-radius: 40px;
  /*border: 1px solid #8934AD;
  background: linear-gradient(98deg, #251B3A 6.85%, #AF62D0 40.38%, #8934AD 68.83%, #251B3A 95.28%, #251B3A 99.31%);*/
  background: var(--violet);
  /*box-shadow: 0 0 10px 0 #AF62D0 inset;*/
  display: inline-block;
}
@media (max-width: 767px) {
  .block_preheader_text span {
    font-size: 14px;
    padding: 12px;
    border-radius: 16px;
  }
}

.pmc5_wrapper {
  /*display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--common-gap);*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*gap: var(--common-gap);*/
  margin: 0 calc(var(--common-gap) / 2) calc(var(--common-gap) * -2);
}
@media (max-width: 991px) {
  .pmc5_wrapper {
    /*grid-template-columns: 1fr 1fr;*/
  }
}
@media (max-width: 767px) {
  .pmc5_wrapper {
    /*grid-template-columns: 1fr;*/
  }
}

.pmc5w_block {
  width: 25%;
  padding: 0 calc(var(--common-gap) / 2);
  margin-bottom: calc(var(--common-gap) * 2);
}
@media (max-width: 991px) {
  .pmc5w_block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .pmc5w_block {
    width: 100%;
  }
}
.pmc5w_block:nth-child(even) {
  margin-top: 104px;
}
@media (max-width: 991px) {
  .pmc5w_block:nth-child(even) {
    margin-top: 0;
  }
}

.logistics .pmc5w_block {
  width: 33.333333%;
}
.logistics .pmc5w_block:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .logistics .pmc5w_block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .logistics .pmc5w_block {
    width: 100%;
  }
}

.pmc5wb_img {
  height: 175px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .pmc5wb_img {
    height: 145px;
  }
}
.pmc5wb_img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.pmc5wb_header {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.24px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .pmc5wb_header {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 8px;
  }
}

.pmc5wb_text {
  color: var(--grey);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064px;
}
@media (max-width: 767px) {
  .pmc5wb_text {
    font-size: 14px;
    line-height: 130%;
  }
}

.pmc6_wrapper {
  border-radius: var(--radius);
  /*background: radial-gradient(59.21% 15.45% at 50% 100%, #8934AD 0%, rgba(137, 52, 173, 0.00) 100%), radial-gradient(59.21% 15.45% at 50% 0%, #8934AD 0%, rgba(137, 52, 173, 0.00) 100%), #251B3A;*/
  background: var(--white);
  padding: 60px;
  display: flex;
  gap: var(--common-gap);
}
@media (max-width: 991px) {
  .pmc6_wrapper {
    padding: 40px;
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .pmc6_wrapper {
    padding: 24px;
    gap: 32px;
  }
}

.pmc6w_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pmc6w_left {
    width: 100%;
  }
}

.pmc6wl_header {
  color: var(--black);
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.38px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .pmc6wl_header {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .pmc6wl_header {
    font-size: 26px;
    margin-bottom: 16px;
  }
}

.pmc6wl_issues {
  margin-bottom: var(--common-gap);
  flex-grow: 1;
}
@media (max-width: 767px) {
  .pmc6wl_issues {
    margin-bottom: 32px;
  }
}

.pmc6wli_header {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.072px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .pmc6wli_header {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px;
  }
}

.pmc6wli_list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .pmc6wli_list ul {
    gap: 8px;
  }
}
.pmc6wli_list ul li {
  display: flex;
  gap: 8px;
  min-height: 32px;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064px;
}
@media (max-width: 767px) {
  .pmc6wli_list ul li {
    line-height: 140%;
    min-height: 24px;
    gap: 6px;
  }
}
.pmc6wli_list ul li:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/new/violet_cross.svg") center top no-repeat;
  background-size: contain;
  flex-shrink: 0;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .pmc6wli_list ul li:before {
    width: 24px;
    height: 24px;
    top: -1px;
  }
}

.pmc6wli_text {
  margin-top: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.pmc6wls_header {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .pmc6wls_header {
    font-size: 20px;
  }
}

.pmc6wls_list {
  position: relative;
}
.pmc6wls_list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.pmc6wls_list ol {
  display: flex;
  flex-direction: column;
  counter-reset: num;
  list-style: none;
}
.pmc6wls_list ol > li {
  padding: 12px 0;
  display: flex;
  gap: 16px;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064px;
  counter-increment: num;
  position: relative;
}
@media (max-width: 767px) {
  .pmc6wls_list ol > li {
    font-size: 14px;
    line-height: 140%;
  }
}
.pmc6wls_list ol > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.pmc6wls_list ol > li:before {
  content: counter(num);
  /*background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	*/
  color: var(--violet);
  font-size: 60px;
  font-weight: 600;
  line-height: 105%;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  min-width: 80px;
}
@media (max-width: 767px) {
  .pmc6wls_list ol > li:before {
    font-size: 40px;
    min-width: 48px;
  }
}
.pmc6wls_list ol > li:nth-child(-n+9):before {
  content: "0" counter(num);
}

.pmc_7 .pmc6wls_list ol {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pmc_7 .pmc6wls_list ol li .pmc6wlsl_data {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pmc_7 .pmc6wls_list ol li .pmc6wlsl_data p {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .pmc_7 .pmc6wls_list ol li .pmc6wlsl_data p {
    font-size: 14px;
    line-height: 140%;
  }
}
.pmc_7 .pmc6wls_list ol li .pmc6wlsl_data ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pmc_7 .pmc6wls_list ol li .pmc6wlsl_data ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  padding-left: 26px;
  position: relative;
}
@media (max-width: 767px) {
  .pmc_7 .pmc6wls_list ol li .pmc6wlsl_data ul li {
    font-size: 14px;
    line-height: 140%;
  }
}
.pmc_7 .pmc6wls_list ol li .pmc6wlsl_data ul li:before {
  content: "";
  width: 16px;
  height: 2px;
  top: 12px;
  left: 0;
  background: var(--yellow);
  position: absolute;
}

.pmc6w_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .pmc6w_right {
    width: 100%;
  }
}

.pmc6wr_img {
  flex-grow: 1;
}
.pmc6wr_img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.pmc6wr_text {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.24px;
}
.pmc6wr_text span {
  display: block;
  color: var(--yellow);
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.072px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .pmc6wr_text {
    font-size: 20px;
  }
}

.pmc6wr_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pmc6wrl_box {
  border-radius: 12px;
  background: #f9f9f9;
  display: flex;
  gap: 8px;
  color: var(--grey);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.072px;
  min-height: 80px;
  padding: 16px 32px 16px 24px;
}
@media (max-width: 767px) {
  .pmc6wrl_box {
    gap: 6px;
    font-size: 16px;
    line-height: 130%;
    min-height: 40px;
    padding: 16px;
  }
}
.pmc6wrl_box:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../img/new/yellow_shield.svg") center top no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pmc6wrl_box:before {
    width: 40px;
    height: 40px;
  }
}

.pmc_7 .block_footer {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .pmc_7 .block_footer {
    margin-top: 48px;
  }
}

.pmc7_wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 991px) {
  .pmc7_wrapper {
    gap: 48px;
  }
}

.pmc7w_bonuses {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 64px;
}
@media (max-width: 991px) {
  .pmc7w_bonuses {
    grid-gap: var(--common-gap);
  }
}
@media (max-width: 767px) {
  .pmc7w_bonuses {
    grid-template-columns: 1fr 1fr;
  }
}

.pmc7wb_box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .pmc7wb_box {
    gap: 2px;
  }
}

.pmc7wbb_header {
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 105%;
  letter-spacing: -1.2px;
  /*background: linear-gradient(180deg, #8934AD 0%, #251B3A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: var(--violet);
}
@media (max-width: 991px) {
  .pmc7wbb_header {
    font-size: 40px;
  }
}
.pmc7wbb_header span {
  font-size: 40px;
  letter-spacing: -0.8px;
}
@media (max-width: 991px) {
  .pmc7wbb_header span {
    font-size: 32px;
  }
}

.pmc7wbb_text {
  color: var(--grey);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064px;
}
@media (max-width: 991px) {
  .pmc7wbb_text {
    font-size: 15px;
    line-height: 140%;
  }
}

.pmc7w_features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--common-gap);
}
@media (max-width: 767px) {
  .pmc7w_features {
    grid-template-columns: 1fr;
  }
}

.pmc7wf_box {
  border-radius: var(--radius);
  padding: 136px var(--common-gap) var(--common-gap);
  background: var(--white) url("../img/new/yellow_shield.svg") var(--common-gap) var(--common-gap) no-repeat;
  background-size: 80px auto;
}
@media (max-width: 991px) {
  .pmc7wf_box {
    background-size: 60px auto;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .pmc7wf_box {
    background-size: 48px auto;
    padding-top: 80px;
  }
}

.pmc7wfb_header {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.24px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .pmc7wfb_header {
    font-size: 22px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .pmc7wfb_header {
    margin-bottom: 8px;
  }
}

.pmc7wfb_text {
  color: var(--grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064px;
}
@media (max-width: 991px) {
  .pmc7wfb_text {
    line-height: 140%;
  }
}

.pmc7w_case {
  display: flex;
  gap: var(--common-gap);
  background: var(--white);
  border-radius: var(--radius);
  padding: var(--common-gap);
}
@media (max-width: 991px) {
  .pmc7w_case {
    flex-direction: column;
  }
}

.pmc7wc_left {
  width: 50%;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: var(--common-gap);
}
@media (max-width: 991px) {
  .pmc7wc_left {
    width: 100%;
  }
}

.pmc7wcl_top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pmc7wclt_tag span {
  padding: 7px 24px;
}

.pmc7wclt_caption {
  color: var(--black);
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .pmc7wclt_caption {
    font-size: 26px;
  }
}

.pmc7wclt_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pmc7wclt_text p {
  color: var(--grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064px;
}

.pmc7wclb_header {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.24px;
  margin-bottom: 16px;
}

.pmc7wclb_list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .pmc7wclb_list ul {
    gap: 8px;
  }
}
.pmc7wclb_list ul li {
  color: var(--grey);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.072px;
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .pmc7wclb_list ul li {
    font-size: 16px;
    line-height: 140%;
  }
}
.pmc7wclb_list ul li:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/new/yellow_shield.svg") center top no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.pmc7wc_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  /*img {
  	@include adaptive-image-cover;
  	border-radius: 12px;
  }*/
}
@media (max-width: 991px) {
  .pmc7wc_right {
    width: 100%;
  }
}
.pmc7wc_right .pmc7wcl_block_1 {
  background: #F9F9F9;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pmc7wc_right .pmc7wclb1_text {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: var(--black);
}
@media (max-width: 767px) {
  .pmc7wc_right .pmc7wclb1_text {
    font-size: 20px;
  }
}
.pmc7wc_right .pmc7wclb1_list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pmc7wc_right .pmc7wclb1_list ul li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--black);
  padding-left: 26px;
}
@media (max-width: 767px) {
  .pmc7wc_right .pmc7wclb1_list ul li {
    font-size: 14px;
    line-height: 140%;
  }
}
.pmc7wc_right .pmc7wclb1_list ul li:before {
  content: "";
  width: 16px;
  height: 2px;
  top: 12px;
  left: 0;
  background: var(--yellow);
  position: absolute;
}
.pmc7wc_right .pmc7wcl_block_2 {
  display: flex;
  flex-direction: column;
  gap: var(--common-gap);
}
.pmc7wc_right .pmc7wcl_results {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: var(--common-gap) var(--common-gap) 243px;
  background: #f9f9f9 url("../img/new/income.png") center bottom var(--common-gap) no-repeat;
  background-size: calc(100% - var(--common-gap) * 2) auto;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .pmc7wc_right .pmc7wcl_results {
    padding-bottom: 280px;
  }
}
@media (max-width: 767px) {
  .pmc7wc_right .pmc7wcl_results {
    padding-bottom: 120px;
  }
}
.pmc7wc_right .pmc7wclr_preheader {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--black);
  opacity: 0.3;
}
.pmc7wc_right .pmc7wclr_header {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: var(--black);
}
@media (max-width: 767px) {
  .pmc7wc_right .pmc7wclr_header {
    font-size: 20px;
  }
}
.pmc7wc_right .pmc7wclr_text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pmc7wc_right .pmc7wclr_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.pmc_8 {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  background: var(--white);
  margin: 0;
}
.pmc_8 .pmc7w_bonuses {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .pmc_8 .pmc7w_bonuses {
    grid-template-columns: 1fr;
  }
}

.pmc8_wrapper .swiper-container {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .pmc8_wrapper .swiper-container {
    margin-bottom: 48px;
  }
}
.pmc8_wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  margin-right: var(--common-gap);
}
.pmc8_wrapper .swiper-container .swiper-wrapper .swiper-slide:nth-child(1) .pmc8cr_bottom {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .pmc8_wrapper .swiper-container .swiper-wrapper .swiper-slide:nth-child(1) .pmc8cr_bottom {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pmc8_wrapper .swiper-container .swiper-wrapper .swiper-slide:nth-child(1) .pmc8cr_bottom {
    grid-template-columns: 1fr;
  }
}
.pmc8_wrapper .swiper-pagination:has(span) {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .pmc8_wrapper .swiper-pagination:has(span) {
    margin-bottom: 48px;
  }
}

.pmc8_cell {
  display: flex;
  gap: var(--common-gap);
}
@media (max-width: 767px) {
  .pmc8_cell {
    flex-direction: column;
  }
}

.pmc8c_left {
  height: 541px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .pmc8c_left {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .pmc8c_left {
    width: 100%;
    height: 240px;
  }
}
.pmc8c_left img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 991px) {
  .pmc8c_right {
    width: 66.666666%;
  }
}
@media (max-width: 767px) {
  .pmc8c_right {
    width: 100%;
  }
}

.pmc8cr_top {
  margin-bottom: var(--common-gap);
}

.pmc8crt_name {
  color: var(--black);
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.38px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .pmc8crt_name {
    font-size: 26px;
    margin-bottom: 8px;
  }
}

.pmc8crt_position {
  color: var(--grey);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.072px;
}
@media (max-width: 767px) {
  .pmc8crt_position {
    font-size: 16px;
    line-height: 140%;
  }
}

.pmc8cr_bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .pmc8cr_bottom {
    grid-gap: 12px;
  }
}
@media (max-width: 767px) {
  .pmc8cr_bottom {
    grid-template-columns: 1fr;
  }
}

.pmc8crb_box {
  padding: 88px 32px 24px;
  border-radius: 12px;
  background: #f9f9f9 url("../img/new/crown_yellow.svg") 32px 24px no-repeat;
  background-size: 48px auto;
  color: var(--grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064px;
}
@media (max-width: 991px) {
  .pmc8crb_box {
    background-position: 24px 24px;
    padding: 64px 24px 24px;
    background-size: 32px auto;
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .pmc8crb_box {
    background-position: 16px 16px;
    padding: 48px 16px 16px;
    background-size: 24px auto;
    font-size: 12px;
    line-height: 130%;
  }
}

.pmc_9,
.pmc_10,
.pmc_11 {
  padding-bottom: var(--padding);
  background: var(--white);
  margin: 0;
}

.pmc_9 {
  padding-top: var(--padding);
  background: var(--grey-bg);
}

.pmc_11 {
  /*padding-top: var(--padding);*/
  background: var(--grey-bg);
}

.pmc10_wrapper {
  overflow: hidden;
}
.pmc10_wrapper .swiper-container .swiper-wrapper {
  height: 546px;
}
@media (max-width: 991px) {
  .pmc10_wrapper .swiper-container .swiper-wrapper {
    height: 485px;
  }
}
.pmc10_wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: 384px;
  height: auto;
  margin-right: var(--common-gap);
}
@media (max-width: 991px) {
  .pmc10_wrapper .swiper-container .swiper-wrapper .swiper-slide {
    width: 336px;
  }
}

.pmc10_cell {
  height: 100%;
  position: relative;
}
.pmc10_cell img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.pmc10c_data {
  position: absolute;
  left: 112px;
  bottom: 38px;
  width: calc(100% - 112px - 24px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pmc10cd_name {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.18px;
}

.pmc10cd_position {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.056px;
}

.fixed_menu {
  position: fixed;
  top: 0;
  right: -451px;
  opacity: 0;
  pointer-events: none;
  width: 450px;
  height: 100%;
  background: rgba(58, 58, 77, 0.9);
  padding: var(--common-gap);
  display: flex;
  flex-direction: column;
  gap: var(--common-gap);
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.5);
  z-index: 2;
  transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .fixed_menu {
    right: -301px;
    width: 300px;
  }
}
.fixed_menu.fm_active {
  opacity: 1;
  pointer-events: all;
  right: 0;
}

.fixed_menu_header {
  position: relative;
  height: 48px;
}
@media (max-width: 991px) {
  .fixed_menu_header {
    height: 32px;
  }
}

.fixed_menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url("../img/popup_close.svg") center no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 991px) {
  .fixed_menu_close {
    width: 32px;
    height: 32px;
  }
}

.fixed_menu_body ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 991px) {
  .fixed_menu_body ul {
    gap: 8px;
  }
}
.fixed_menu_body ul li {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.24px;
}
@media (max-width: 991px) {
  .fixed_menu_body ul li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fixed_menu_body ul li {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
  }
}
.fixed_menu_body ul li a {
  color: var(--white);
  text-decoration: none;
}
.fixed_menu_body ul li a:hover {
  text-decoration: underline;
}
.fixed_menu_body form {
  display: flex;
  flex-direction: column;
  gap: var(--common-gap);
}

.pmc_lb_1 {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .pmc_lb_1 {
    margin-top: 104px;
  }
}

.pmclb1_wrapper {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .pmclb1_wrapper {
    flex-direction: column;
  }
}

.pmclb1w_left {
  width: 58.3333333%;
  background: var(--white);
  padding: 68px 16px 94px 80px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .pmclb1w_left {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .pmclb1w_left {
    width: 100%;
  }
}

.pmclb1wl_tags {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pmclb1wl_tags span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: var(--black);
  padding: 4px 16px;
  border-radius: 100px;
  background: #f6f6f6;
}
@media (max-width: 991px) {
  .pmclb1wl_tags span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pmclb1wl_tags span {
    font-size: 12px;
  }
}

.pmclb1wl_header {
  margin-bottom: 47px;
}
@media (max-width: 991px) {
  .pmclb1wl_header {
    margin-bottom: 24px;
  }
}
.pmclb1wl_header h1 {
  font-weight: 800;
  font-size: 48px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .pmclb1wl_header h1 {
    font-size: 32px;
  }
}
.pmclb1wl_header h1 span {
  font-size: inherit;
  line-height: inherit;
  position: relative;
  z-index: 0;
}
.pmclb1wl_header h1 span > * {
  color: var(--white);
  position: relative;
  z-index: 1;
}
.pmclb1wl_header h1 span > *:before {
  display: none;
}
.pmclb1wl_header h1 span:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 15px;
  width: calc(100% + 10px);
  height: 70%;
  background: var(--violet);
  z-index: 0;
}
@media (max-width: 991px) {
  .pmclb1wl_header h1 span:before {
    top: 10px;
  }
}

.pmclb1wlh_text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: var(--grey);
}
@media (max-width: 991px) {
  .pmclb1wlh_text {
    font-size: 18px;
    margin-top: 16px;
  }
}

.pmclb1wl_buttons {
  display: flex;
  gap: 8px;
}
@media (max-width: 991px) {
  .pmclb1wl_buttons {
    flex-direction: column;
  }
  .pmclb1wl_buttons > * {
    width: 100%;
  }
}

.pmclb1w_right {
  width: 41.666666%;
  /*height: 612px;*/
  position: relative;
}
@media (max-width: 767px) {
  .pmclb1w_right {
    width: 100%;
  }
}
.pmclb1w_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}
.pmclb1w_right img:last-child {
  position: absolute;
  top: 49px;
  left: -75px;
  width: 358px;
  height: 191px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pmclb2_frame {
  padding: 80px 80px 112px;
  background: #F5F5F5;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .pmclb2_frame {
    padding: 16px;
  }
}

.pmclb2_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--common-gap);
}
@media (max-width: 1199px) {
  .pmclb2_wrapper {
    grid-gap: 16px;
  }
}
@media (max-width: 991px) {
  .pmclb2_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pmclb2_wrapper {
    grid-template-columns: 1fr;
  }
}

.pmclb2w_block {
  padding: 24px;
  border-radius: 4px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  min-height: 358px;
}
@media (max-width: 991px) {
  .pmclb2w_block {
    min-height: 320px;
    padding: 16px;
  }
}
.pmclb2w_block:nth-child(2), .pmclb2w_block:nth-child(4) {
  background: var(--grey-bg);
}
.pmclb2w_block:nth-child(6) {
  background: #1A142D;
}
.pmclb2w_block:nth-child(6) * {
  color: var(--white);
}
.pmclb2w_block:nth-child(6) .pmclb2wbt_caption {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
}
.pmclb2w_block:nth-child(6) .pmclb2wbt_caption span {
  font-weight: 700;
}
.pmclb2w_block:nth-child(6) .pmclb2wbt_caption span.big {
  font-size: 48px;
}
.pmclb2w_block:nth-child(6) .pmclb2wbt_text {
  max-width: 250px;
}

.pmclb2wb_top {
  position: relative;
}

.pmclb2wbt_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}
.pmclb2wbt_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.pmclb2wbt_caption {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
  color: var(--black);
  padding-right: 56px;
}

.pmclb2wbt_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}

.pmclb2wb_bottom {
  padding: 8px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--grey);
  background: #F5F5F5;
  border-radius: 4px;
}
.pmclb2wb_bottom:has(img) {
  padding: 0;
  background: transparent;
}
.pmclb2wb_bottom img {
  max-width: 100%;
}

.pmc_lb_3 .block_header,
.pmc_lb_4 .block_header,
.pmc_lb_5 .block_header,
.pmc_lb_7 .block_header,
.pmc_lb_8 .block_header,
.pmc_lb_9 .block_header {
  margin-left: 0;
  margin-bottom: var(--common-gap);
}
.pmc_lb_3 .block_header h2, .pmc_lb_3 .block_header .block_header_text,
.pmc_lb_4 .block_header h2,
.pmc_lb_4 .block_header .block_header_text,
.pmc_lb_5 .block_header h2,
.pmc_lb_5 .block_header .block_header_text,
.pmc_lb_7 .block_header h2,
.pmc_lb_7 .block_header .block_header_text,
.pmc_lb_8 .block_header h2,
.pmc_lb_8 .block_header .block_header_text,
.pmc_lb_9 .block_header h2,
.pmc_lb_9 .block_header .block_header_text {
  text-align: left;
}
.pmc_lb_5,
.pmc_lb_8 {
  margin-bottom: 32px;
}
.pmc_lb_5 .bh_preheader,
.pmc_lb_8 .bh_preheader {
  margin-bottom: 16px;
}

.pmclb3_frame,
.pmclb7_frame {
  padding: 0 80px;
}
@media (max-width: 1199px) {
  .pmclb3_frame,
  .pmclb7_frame {
    padding: 0;
  }
}

.pmclb7f_hidden .block_header,
.pmclb7f_hidden .block_header,
.pmclb9f_hidden .block_header {
  padding-right: 140px;
}
@media (max-width: 767px) {
  .pmclb7f_hidden .block_header,
  .pmclb7f_hidden .block_header,
  .pmclb9f_hidden .block_header {
    padding: 0;
  }
}

.pmclb3w_header {
  margin-bottom: 32px;
  display: flex;
  align-items: flex-end;
  gap: var(--common-gap);
}
@media (max-width: 767px) {
  .pmclb3w_header {
    flex-direction: column;
    margin-bottom: 24px;
    align-items: flex-start;
  }
}

.pmclb3wh_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pmclb3wh_tags span {
  display: block;
  padding: 8px 16px;
  border-radius: var(--radius);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
  background: var(--white);
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .pmclb3wh_tags span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pmclb3wh_tags span {
    font-size: 12px;
  }
}
.pmclb3wh_tags span.active {
  color: var(--white);
  background: var(--violet);
}
.pmclb3wh_tags.new_tags_list span {
  cursor: pointer;
}
.pmclb3wh_tags.new_tags_list span.active {
  cursor: default;
}

@media (max-width: 767px) {
  .pmclb3wh_btn {
    width: 100%;
  }
}
.pmclb3wh_btn > * {
  padding: 18.5px 41.5px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .pmclb3wh_btn > * {
    font-size: 15px;
    padding: 16px 24px;
  }
}
@media (max-width: 767px) {
  .pmclb3wh_btn > * {
    width: 100%;
    font-size: 14px;
    padding: 16px;
  }
}

.pmclb3w_body.body_column,
.pmclb9w_body.body_column {
  display: flex;
  flex-direction: column;
  gap: var(--common-gap);
}
.pmclb3w_body .swiper-container,
.pmclb9w_body .swiper-container {
  position: relative;
}
.pmclb3w_body .swiper-container .swiper-wrapper .swiper-slide,
.pmclb9w_body .swiper-container .swiper-wrapper .swiper-slide {
  margin-right: var(--common-gap);
  height: auto;
}

.pmclb3w_body.new_design .pmclb3wb_cell {
  background: var(--white);
  flex-direction: column;
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_left,
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right {
  width: 100%;
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbcl_bottom.new_bottom ul li {
  font-size: 14px;
  line-height: 140%;
  padding-left: 26px;
  background-position: left 3px;
  background-size: 13px auto;
  min-height: 18px;
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right {
  padding: 0;
  gap: 8px;
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcr_tags span {
  color: #b4b4b4;
  border: 1px solid var(--grey-bg);
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcr_tags span:first-child {
  color: var(--black);
  border: 1px solid var(--yellow);
  background: var(--yellow);
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcr_solution .pmclb3wbcrs_header:after {
  background-image: url("../img/t_up.svg");
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcr_result .pmclb3wbcrs_header {
  color: var(--violet);
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcr_result .pmclb3wbcrs_header:after {
  background-image: url("../img/t_up_violet.svg");
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcrs_header {
  opacity: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 700;
  border-radius: 16px;
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcrs_header:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/t_down.svg") center no-repeat;
  background-size: contain;
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcrs_body {
  font-style: normal;
}
@media (max-width: 767px) {
  .pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcrs_body {
    font-size: 14px;
    line-height: 140%;
  }
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcr_row {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcr_row {
    flex-direction: column;
  }
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcr_row > * {
  width: 50%;
  padding: 16px 20px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcr_row > * {
    width: 100%;
  }
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcr_row > *.pmclb3wbcr_solution {
  background: #EEE1F3;
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcr_row > *.pmclb3wbcr_result {
  background: #f5f5f5;
  font-weight: 400;
}
.pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcr_row > *.pmclb3wbcr_result p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .pmclb3w_body.new_design .pmclb3wb_cell .pmclb3wbc_right .pmclb3wbcr_row > *.pmclb3wbcr_result p {
    font-size: 14px;
  }
}

.pmclb3wb_cell {
  background: #EEE1F3;
  border-radius: 8px;
  padding: var(--common-gap);
  display: flex;
  gap: 24px;
  height: 100%;
}
@media (max-width: 991px) {
  .pmclb3wb_cell {
    padding: 16px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .pmclb3wb_cell {
    flex-direction: column;
  }
}

.pmclb3wbc_left {
  width: 33.333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pmclb3wbc_left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .pmclb3wbc_left {
    width: 100%;
    gap: 16px;
  }
}

.pmc_lb_5 .pmclb3wbc_left {
  justify-content: space-between;
}

.pmclb3wbcl_header {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 16px;
  color: var(--black);
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .pmclb3wbcl_header {
    font-size: 22px;
  }
}
.pmclb3wbcl_header img {
  width: 48px;
}

.pmclb3wbcl_tags {
  margin-top: -8px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pmclb3wbcl_tags span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  padding: 4px 12px;
  color: #000;
  background: var(--white);
  border-radius: 100px;
}

.pmclb3wbcl_body,
.pmclb6bfb_data,
.pmclb8wltb2_list,
.pmclb8wlb_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .pmclb3wbcl_body p,
  .pmclb6bfb_data p,
  .pmclb8wltb2_list p,
  .pmclb8wlb_list p {
    font-size: 14px;
    line-height: 140%;
  }
}
.pmclb3wbcl_body ul,
.pmclb6bfb_data ul,
.pmclb8wltb2_list ul,
.pmclb8wlb_list ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.pmclb3wbcl_body ul li,
.pmclb6bfb_data ul li,
.pmclb8wltb2_list ul li,
.pmclb8wlb_list ul li {
  position: relative;
  padding-left: 26px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}
.pmclb3wbcl_body ul li:after,
.pmclb6bfb_data ul li:after,
.pmclb8wltb2_list ul li:after,
.pmclb8wlb_list ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 1px;
  background: var(--black);
}

.pmclb3wbcl_bottom {
  padding: 16px 60px 16px 20px;
  border-radius: 4px;
  background: var(--white) url("../img/log-business/double_check.svg") right 20px top 16px no-repeat;
  background-size: 32px auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pmclb3wbcl_bottom span.italic_text {
  font-style: italic;
  font-weight: 500;
}
.pmclb3wbcl_bottom.new_bottom {
  background: transparent;
  padding: 0;
}
.pmclb3wbcl_bottom.new_bottom .pmclb3wbcl_body.no_gap {
  gap: 0;
}
.pmclb3wbcl_bottom.new_bottom .pmclb3wbcl_body.no_gap p {
  font-size: 20px;
}
.pmclb3wbcl_bottom.new_bottom ul {
  gap: 7px;
}
.pmclb3wbcl_bottom.new_bottom ul li {
  padding-left: 30px;
  background: url("../img/log-business/shield_violet.svg") left 3px no-repeat;
  background-size: 20px auto;
  font-size: 20px;
  line-height: 140%;
}
.pmclb3wbcl_bottom.new_bottom ul li:after {
  display: none;
}
@media (max-width: 991px) {
  .pmclb3wbcl_bottom.new_bottom ul li {
    font-size: 18px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .pmclb3wbcl_bottom.new_bottom ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .pmclb3wbcl_bottom {
    padding: 16px 48px 16px 16px;
  }
}

.pmclb3wbclb_header {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--grey);
}

.pmclb3wbclb_body {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 991px) {
  .pmclb3wbclb_body {
    font-size: 14px;
  }
}
.pmclb3wbclb_body b {
  font-weight: 700;
}

.pmclb3wbc_right {
  width: 66.6666666%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 4px;
  background: var(--white);
}
@media (max-width: 991px) {
  .pmclb3wbc_right {
    width: 50%;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .pmclb3wbc_right {
    width: 100%;
  }
}

.pmclb3wbcr_tags {
  display: flex;
  gap: 4px;
}
.pmclb3wbcr_tags span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--violet);
  padding: 4px 14px;
  border: 1px solid var(--violet);
  border-radius: var(--radius);
  /*
  &:first-child {
  	color: var(--black);
  	background: var(--yellow);
  	border-color: var(--yellow);
  }
  	*/
}

.pmclb3wbcr_desc {
  padding: 16px 20px;
  background: #F5F5F5;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
  font-style: italic;
}
@media (max-width: 991px) {
  .pmclb3wbcr_desc {
    font-size: 14px;
    padding: 16px;
  }
}

.pmclb3wbcrs_header {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
  opacity: 0.3;
  margin-bottom: 8px;
}

.pmclb3wbcrs_body ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pmclb3wbcrs_body ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  padding-left: 26px;
  color: var(--black);
  background: url("../img/log-business/check_violet.svg") left top no-repeat;
  background-size: 18px auto;
}
@media (max-width: 991px) {
  .pmclb3wbcrs_body ul li {
    font-size: 14px;
  }
}

.pmc_lb_5 .pmclb3wbcrs_body ul li {
  font-size: 14px;
}

.pmclb3wbcrr_result {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: var(--black);
}
@media (max-width: 991px) {
  .pmclb3wbcrr_result {
    font-size: 22px;
  }
}

.pmclb3wbcrr_list,
.pmclb6bhcr_list {
  margin-top: 8px;
}
.pmclb3wbcrr_list ul,
.pmclb6bhcr_list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pmclb3wbcrr_list ul li,
.pmclb6bhcr_list ul li {
  padding-left: 26px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}
.pmclb3wbcrr_list ul li:before,
.pmclb6bhcr_list ul li:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 6px;
  height: 6px;
  background: var(--violet);
  border-radius: 50%;
}

.swiper_controls {
  position: absolute;
  left: 32px;
  bottom: 32px;
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .swiper_controls {
    left: 16px;
    bottom: 16px;
  }
}
.swiper_controls > * {
  position: static;
  transform: none;
  margin: 0;
  width: 56px;
  height: 56px;
  background: url("../img/log-business/square_prev.svg") center no-repeat;
  background-size: contain;
}
.swiper_controls > *:last-child {
  transform: rotate(180deg);
}

.pmc_lb_5 .swiper_controls,
.pmc_lb_7 .swiper_controls,
.pmc_lb_9 .swiper_controls {
  left: auto;
  bottom: auto;
  top: -88px;
  right: 0;
}
@media (max-width: 767px) {
  .pmc_lb_5 .swiper_controls,
  .pmc_lb_7 .swiper_controls,
  .pmc_lb_9 .swiper_controls {
    top: auto;
    right: auto;
    left: 16px;
    bottom: 16px;
  }
}

.pmc_lb_4 {
  margin-bottom: var(--common-gap);
}
.pmc_lb_4 .block_footer > * {
  width: 100%;
}

.pmclb4_frame,
.pmclb5_frame,
.pmclb9_frame {
  padding: 64px 80px 80px;
  background: #F5F5F5;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .pmclb4_frame,
  .pmclb5_frame,
  .pmclb9_frame {
    padding: 16px;
  }
}

.pmclb4_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--common-gap);
}
@media (max-width: 1199px) {
  .pmclb4_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pmclb4_wrapper {
    grid-template-columns: 1fr;
  }
}

.pmclb4w_block {
  background: var(--white);
  border-radius: 4px;
  padding: 24px;
}

.pmclb4wb_img {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .pmclb4wb_img {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .pmclb4wb_img {
    margin-bottom: 16px;
  }
}
.pmclb4wb_img img {
  max-width: 103px;
}
@media (max-width: 991px) {
  .pmclb4wb_img img {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .pmclb4wb_img img {
    max-width: 64px;
  }
}

.pmclb4wb_header {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--black);
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .pmclb4wb_header {
    font-size: 22px;
  }
}

.pmclb4wb_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--grey);
}

.pmclb5_frame,
.pmclb9_frame {
  background: var(--white);
}

.pmclb5f_hidden,
.pmclb9f_hidden {
  overflow: hidden;
}

.pmclb6_frame {
  padding: 80px 80px 112px;
  background: #F5F5F5;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .pmclb6_frame {
    padding: 16px;
  }
}

.pmclb6_top {
  display: flex;
  flex-direction: column;
  gap: var(--common-gap);
  margin-bottom: var(--common-gap);
}

.pmclb6t_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--common-gap);
}
@media (max-width: 1199px) {
  .pmclb6t_row {
    grid-template-columns: 1fr;
  }
}
.pmclb6t_row:first-child {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .pmclb6t_row:first-child {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pmclb6t_row:first-child {
    grid-template-columns: 1fr;
  }
}
.pmclb6t_row:first-child .pmclb6trb_header span {
  font-family: var(--font-family-2);
  font-weight: 800;
  font-size: 40px;
  line-height: 1.225;
}
@media (max-width: 991px) {
  .pmclb6t_row:first-child .pmclb6trb_header span {
    font-size: 32px;
  }
}

.pmclb6tr_box {
  padding: 24px;
  border-radius: 4px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .pmclb6tr_box {
    padding: 16px;
  }
}
.pmclb6tr_box:nth-child(even) {
  background: var(--grey-bg);
}

.pmclb6trb_header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.pmclb6trb_header span {
  font-family: var(--font-family-1);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}
.pmclb6trb_header img {
  flex-shrink: 0;
  width: 48px;
}

.pmclb6trb_body {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--grey);
}
@media (max-width: 991px) {
  .pmclb6trb_body {
    font-size: 14px;
  }
}

.pmclb6_bottom {
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .pmclb6_bottom {
    padding: 16px;
  }
}

.pmclb6bh_tag {
  margin-bottom: 16px;
}
.pmclb6bh_tag span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
  background: var(--yellow);
  padding: 8px 16px;
  border-radius: var(--radius);
}
@media (max-width: 767px) {
  .pmclb6bh_tag span {
    font-size: 14px;
    padding: 6px 14px;
  }
}

.pmclb6bh_content {
  display: flex;
  gap: var(--common-gap);
}
@media (max-width: 767px) {
  .pmclb6bh_content {
    flex-direction: column;
  }
}

.pmclb6bhc_left {
  width: 100%;
}
@media (max-width: 767px) {
  .pmclb6bhc_left {
    /*width: 100%;*/
  }
}

.pmclb6bhcl_caption {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: var(--black);
  margin-bottom: 16px;
  max-width: 50%;
}
@media (max-width: 991px) {
  .pmclb6bhcl_caption {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .pmclb6bhcl_caption {
    font-size: 22px;
    margin-bottom: 8px;
  }
}

.pmclb6bhcl_content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pmclb6bhcl_content p, .pmclb6bhcl_content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}
@media (max-width: 767px) {
  .pmclb6bhcl_content p, .pmclb6bhcl_content ul li {
    font-size: 14px;
    line-height: 130%;
  }
}
.pmclb6bhcl_content ul {
  margin: 0 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pmclb6bhcl_content ul li {
  list-style-type: disc;
}
@media (max-width: 767px) {
  .pmclb6bhcl_content {
    font-size: 14px;
  }
}

.pmclb6bhc_right {
  width: 50%;
}
@media (max-width: 767px) {
  .pmclb6bhc_right {
    width: 100%;
  }
}

.pmclb6bhcr_caption {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}

.pmclb6b_body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
}
@media (max-width: 991px) {
  .pmclb6b_body {
    grid-template-columns: 1fr;
  }
}

.pmclb6bb_cell {
  min-height: 335px;
  padding: 16px 20px 20px;
  background: #F5F5F5;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .pmclb6bb_cell {
    min-height: 1px;
  }
}

.pmclb6bbc_img {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .pmclb6bbc_img {
    margin-bottom: 12px;
  }
}
.pmclb6bbc_img img {
  width: 103px;
}
@media (max-width: 991px) {
  .pmclb6bbc_img img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .pmclb6bbc_img img {
    width: 64px;
  }
}

.pmclb6bbc_header {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 8px;
}

.pmclb6bbc_list ul,
.pmclb8wtt_list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pmclb6bbc_list ul li,
.pmclb8wtt_list ul li {
  padding-left: 26px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  background: url("../img/log-business/check_grey.svg") left 1px no-repeat;
  background-size: 18px auto;
  min-height: 20px;
  color: var(--black);
}

.pmclb6b_footer {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .pmclb6b_footer {
    flex-direction: column;
  }
}

.pmclb6bf_box {
  width: 50%;
  padding: 16px 20px;
  border-radius: 4px;
  background: #EEE1F3;
}
@media (max-width: 767px) {
  .pmclb6bf_box {
    width: 100%;
  }
}
.pmclb6bf_box:last-child {
  background: #F5F5F5;
}
.pmclb6bf_box:last-child .pmclb6bfb_caption {
  color: var(--violet);
}
.pmclb6bf_box:last-child .pmclb6bfb_data ul li {
  background: url("../img/log-business/check_violet.svg") left top no-repeat;
  background-size: 18px auto;
}
@media (max-width: 767px) {
  .pmclb6bf_box:last-child .pmclb6bfb_data ul li {
    background-position: left 3px;
  }
}
.pmclb6bf_box:last-child .pmclb6bfb_data ul li:after {
  display: none;
}

.pmclb6bfb_caption {
  display: flex;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 8px;
}
.pmclb6bfb_caption:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/log-business/thumb_up.svg") center no-repeat;
  background-size: 20px auto;
}

.block_btn > * {
  width: 100%;
}

.pmclb7w_body .swiper-container {
  position: relative;
}
.pmclb7w_body .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  max-width: 800px;
  margin-right: var(--common-gap);
}
.pmclb7w_body .swiper-container .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: calc(800px + var(--common-gap) + 24px);
  bottom: 24px;
  height: 8px;
}
.pmclb7w_body .swiper-container .swiper-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5E5E5E;
}
.pmclb7w_body .swiper-container .swiper-pagination span.active {
  background: var(--violet);
}

.pmclb7wb_cell {
  background: var(--white);
  border-radius: 8px;
  padding: 24px;
  height: 100%;
}
@media (max-width: 991px) {
  .pmclb7wb_cell {
    padding: 16px;
  }
}

.pmclb7wbc_top {
  margin-bottom: 24px;
}

.pmclb7wbct_name {
  color: var(--black);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}

.pmclb7wbct_position {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.pmclb7wbc_bottom {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .pmclb7wbc_bottom {
    flex-direction: column;
    gap: 16px;
  }
}

.pmclb7wbcbf_frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
@media (max-width: 767px) {
  .pmclb7wbcbf_frame {
    grid-template-columns: 1fr;
  }
}

.pmclb7wbcbf_one {
  padding: 56px 12px 12px;
  background: #F5F5F5 url("../img/log-business/double_check_yellow.svg") 12px 12px no-repeat;
  background-size: 32px auto;
  color: var(--black);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.pmclb7wbcb_img {
  width: 242px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .pmclb7wbcb_img {
    width: 100%;
    justify-content: flex-end;
  }
}
.pmclb7wbcb_img img {
  width: 100%;
}
@media (max-width: 767px) {
  .pmclb7wbcb_img img {
    width: auto;
    max-width: 242px;
  }
}

.pmclb7w_footer {
  margin-top: 68px;
}
@media (max-width: 991px) {
  .pmclb7w_footer {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .pmclb7w_footer {
    margin-top: 24px;
  }
}
.pmclb7w_footer .pmclb6t_row {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .pmclb7w_footer .pmclb6t_row {
    grid-template-columns: 1fr;
  }
}
.pmclb7w_footer .pmclb6t_row .pmclb6tr_box {
  background: #F5F5F5;
}

.pmc_lb_8,
.pmc_lb_9,
.pmc_lb_10 {
  margin-bottom: 32px;
}

.pmclb8_frame,
.pmclb10_frame {
  padding: 64px 80px 80px;
  background: #F5F5F5;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .pmclb8_frame,
  .pmclb10_frame {
    padding: 16px;
  }
}

.pmclb8_wrapper {
  display: flex;
  gap: var(--common-gap);
}
@media (max-width: 767px) {
  .pmclb8_wrapper {
    flex-direction: column;
    gap: 8px;
  }
}
.pmclb8_wrapper > * {
  width: 50%;
}
@media (max-width: 767px) {
  .pmclb8_wrapper > * {
    width: 100%;
  }
}

.pmclb8w_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 41px;
}
@media (max-width: 991px) {
  .pmclb8w_left {
    gap: 8px;
  }
}

.pmclb8wlt_block_1,
.pmclb8wl_bottom,
.pmclb8wt_top {
  padding: 16px 20px;
  background: var(--white);
  border-radius: 4px;
}

.pmclb8wlt_block_1 {
  margin-bottom: 8px;
}

.pmclb8wltb1_tag {
  padding: 4px 12px;
  color: var(--black);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  background: #F6F6F6;
  border-radius: 100px;
  margin-bottom: 8px;
  display: inline-block;
}

.pmclb8wltb1_header,
.pmclb8wltb2_header,
.pmclb8wlb_header,
.pmclb8wtt_header {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 8px;
  color: var(--black);
  max-width: 405px;
}

.pmclb8wltb1_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}

.pmclb8wlt_block_2 {
  padding: 16px 20px;
  background: #EEE1F3;
  border-radius: 4px;
}

.pmclb8wltb2_header,
.pmclb8wlb_header,
.pmclb8wtt_header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pmclb8wltb2_header:after,
.pmclb8wlb_header:after,
.pmclb8wtt_header:after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pmclb8wltb2_header:after {
  width: 24px;
  height: 24px;
  background-image: url("../img/log-business/double_check_black.svg");
}

.pmclb8wlb_header:after {
  width: 20px;
  height: 20px;
  background-image: url("../img/log-business/thumb_up.svg");
}

.pmclb8wlb_list ul li {
  background: url("../img/log-business/check_violet.svg") left top no-repeat;
  background-size: 18px auto;
}
.pmclb8wlb_list ul li:after {
  display: none;
}

.pmclb8w_right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pmclb8wtt_header:after {
  width: 24px;
  height: 24px;
  background-image: url("../img/log-business/check_black.svg");
}

.pmclb8wt_bottom {
  flex-grow: 1;
}
.pmclb8wt_bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .pmc_lb_9 .swiper_controls {
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .pmclb9w_body .swiper-container {
    padding-bottom: 72px;
  }
}
.pmclb9w_body .swiper-container .swiper-wrapper .swiper-slide {
  width: calc((100% - 96px) / 4);
}
@media (max-width: 991px) {
  .pmclb9w_body .swiper-container .swiper-wrapper .swiper-slide {
    width: calc((100% - 32px) / 3);
  }
}
@media (max-width: 767px) {
  .pmclb9w_body .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}

.pmclb9wb_cell a {
  display: block;
  height: 367px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pmclb9wb_cell a {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .pmclb9wb_cell a {
    height: 380px;
  }
}
.pmclb9wb_cell a:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: 14px;
  right: 14px;
  background: url("../img/log-business/video_sign.svg") center no-repeat;
  background-size: contain;
  z-index: 1;
}
.pmclb9wb_cell a:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 167px;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.pmclb9wb_cell a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.pmclb9wbc_data {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  left: 24px;
  bottom: 24px;
  width: calc(100% - 48px);
}
.pmclb9wbc_data > * {
  display: block;
}

.pmclb9wbcd_name {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--white);
}

.pmclb9wbcd_position {
  color: var(--grey-bg);
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
}

.pmc_lb_10 .block_header {
  max-width: none;
  margin-bottom: var(--common-gap);
}
.pmc_lb_10.dark_type .pmclb10_frame {
  background: #1A142D;
}
.pmc_lb_10.dark_type .block_header > * {
  color: var(--white);
}
.pmc_lb_10.dark_type .block_header .block_header_text_2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  text-align: center;
  margin: 16px auto 0;
  max-width: 905px;
}
@media (max-width: 991px) {
  .pmc_lb_10.dark_type .block_header .block_header_text_2 {
    font-size: 14px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .pmc_lb_10.dark_type .block_header .block_header_text_2 {
    font-size: 12px;
    margin-top: 8px;
  }
}

.pmclb10_wrapper form .form_wrapper:first-child > * {
  width: 33.333333%;
}
@media (max-width: 767px) {
  .pmclb10_wrapper form .form_wrapper:first-child > * {
    width: 100%;
  }
}

footer {
  padding: 48px 0 32px;
  background: #1A142D;
}
@media (max-width: 991px) {
  footer {
    padding: 36px 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 32px 0;
  }
}

.f_wrapper {
  /*display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--common-gap);*/
}
.fw_top {
  padding-bottom: 48px;
}

.fw_middle {
  padding-bottom: 40px;
}

.fw_top,
.fw_middle {
  position: relative;
}
@media (max-width: 991px) {
  .fw_top,
  .fw_middle {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .fw_top,
  .fw_middle {
    padding-bottom: 32px;
  }
}
.fw_top:after,
.fw_middle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

.fwt_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fwt_wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

.fwtw_logo a {
  text-decoration: none;
}
.fwtw_logo a img {
  max-width: 262px;
}
@media (max-width: 767px) {
  .fwtw_logo a img {
    max-width: 240px;
  }
}

.fwtw_phone {
  font-size: 32px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: -0.128px;
}
@media (max-width: 767px) {
  .fwtw_phone {
    font-size: 24px;
    line-height: 130%;
  }
}
.fwtw_phone a {
  color: var(--white);
  text-decoration: none;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}
.fwtw_phone a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/phone_sign_yellow.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .fwtw_phone a:before {
    width: 28px;
    height: 28px;
  }
}
.fwtw_phone a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.fwtw_phone a span {
  font-weight: 400;
}

.fw_middle {
  padding: 40px 0;
}

.fwmw_data {
  display: flex;
  gap: var(--common-gap);
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .fwmw_data {
    flex-direction: column;
    gap: 48px;
    margin: 0;
  }
}
.fwmwd_menu {
  width: 66.666666%;
  display: flex;
  gap: var(--common-gap);
}
@media (max-width: 991px) {
  .fwmwd_menu {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fwmwd_menu {
    flex-direction: column;
    gap: 32px;
  }
}

.fwmwdm_block {
  width: 33.333333%;
}
@media (max-width: 991px) {
  .fwmwdm_block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fwmwdm_block:first-child {
    width: 100%;
  }
}

.fwmwdmb_header {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.24px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .fwmwdmb_header {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .fwmwdmb_header {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
  }
}

.fwmwdmb_body ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .fwmwdmb_body ul {
    gap: 8px;
  }
}
.fwmwdmb_body ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064px;
}
@media (max-width: 991px) {
  .fwmwdmb_body ul li {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .fwmwdmb_body ul li {
    font-size: 14px;
  }
}
.fwmwdmb_body ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.fwmwdmb_body ul li a:hover, .fwmwdmb_body ul li a.active {
  color: var(--yellow);
  font-weight: 700;
}

.fwmwd_social {
  width: 33.333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--common-gap);
}
@media (max-width: 991px) {
  .fwmwd_social {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fwmwd_social {
    gap: 32px;
  }
}
.fwmwd_social .fwmwds_address {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fwmwd_social .fwmwds_address p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064px;
}
@media (max-width: 767px) {
  .fwmwd_social .fwmwds_address p {
    font-size: 14px;
    line-height: 140%;
  }
}
.fwmwd_social .fwmwds_links {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .fwmwd_social .fwmwds_links a {
    width: auto;
  }
}
.fwmwd_social .fwmwds_links a img {
  width: 40px;
  border-radius: 50%;
}

.fw_bottom {
  padding-top: var(--common-gap);
}

.fwb_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fwb_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.fwb_wrapper * {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.056px;
  opacity: 0.6;
}
.fwb_wrapper * a:hover {
  color: var(--white);
  text-decoration: none;
}

.logistics-business footer {
  background: transparent;
  padding: 0;
  padding-bottom: var(--common-gap);
}
.logistics-business .f_wrapper {
  background: #1A142D;
  border-radius: 8px;
}
.logistics-business .fw_top {
  padding: 40px 80px;
}
@media (max-width: 1199px) {
  .logistics-business .fw_top {
    padding: 16px;
  }
}
.logistics-business .fwt_wrapper {
  gap: 16px;
}
.logistics-business .fwt_wrapper > * {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 767px) {
  .logistics-business .fwt_wrapper > * {
    width: 100%;
  }
}
.logistics-business .fwtw_logo a {
  text-decoration: none;
  font-family: var(--font-family-2);
  font-weight: 800;
  font-size: 40px;
  line-height: 1.225;
  color: var(--white);
}
@media (max-width: 1199px) {
  .logistics-business .fwtw_logo a {
    font-size: 22px;
  }
}
.logistics-business .fwtw_phone a {
  width: 100%;
}
.logistics-business .fwtw_phone a:before {
  display: none;
}
.logistics-business .fwtw_phone a:hover {
  text-decoration: none;
}
.logistics-business .fw_top:after, .logistics-business .fw_middle:after {
  height: 0.5px;
  background: var(--grey-bg);
  opacity: 0.4;
}
.logistics-business .fw_middle {
  padding: 32px 80px;
}
@media (max-width: 1199px) {
  .logistics-business .fw_middle {
    padding: 16px;
  }
}
.logistics-business .fwmw_data {
  margin: 0;
}
@media (max-width: 991px) {
  .logistics-business .fwmw_data {
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .logistics-business .fwmwd_social .fwmwds_address {
    gap: 4px;
  }
  .logistics-business .fwmwd_social .fwmwds_address p {
    font-size: 14px;
  }
}
.logistics-business .fwmwd_social .fwmwds_links a img {
  width: 48px;
}
@media (max-width: 991px) {
  .logistics-business .fwmwd_social .fwmwds_links a img {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .logistics-business .fwmwdmb_header {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .logistics-business .fwmwdmb_body ul {
    gap: 10px;
  }
  .logistics-business .fwmwdmb_body ul li {
    font-size: 14px;
  }
}
.logistics-business .fw_bottom {
  padding: 32px 80px 40px;
}
@media (max-width: 1199px) {
  .logistics-business .fw_bottom {
    padding: 16px;
  }
}
.logistics-business .fwb_wrapper {
  gap: 16px;
}
.logistics-business .fwb_wrapper * {
  opacity: 1;
  width: 33.333333%;
}
@media (max-width: 991px) {
  .logistics-business .fwb_wrapper * {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .logistics-business .fwb_wrapper * {
    width: 100%;
  }
}
.logistics-business .fwbw_left a img {
  width: 168px;
}
.logistics-business .fwbw_center,
.logistics-business .fwbw_right {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .logistics-business .fwbw_center,
  .logistics-business .fwbw_right {
    font-size: 12px;
  }
}
.logistics-business .fwbw_right {
  text-align: left;
}

.modal-fullscreen .modal-body {
  overflow: unset;
}

.modal-content {
  background: var(--grey-bg);
  /*padding-right: 17px;*/
}
@media (max-width: 767px) {
  .modal-content {
    padding: 0;
  }
}

.modal-body {
  padding: 120px 0;
  flex: none;
}
@media (min-width: 1400px) {
  .modal-body .container {
    max-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .modal-body {
    padding: 64px 0;
  }
}
@media (max-width: 1199px) {
  .modal-body {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .modal-body {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .modal-body .container {
    padding: 0 16px;
  }
}
.modal_content {
  position: relative;
  z-index: 1;
  padding: 60px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1216px;
  background: var(--white);
  border-radius: var(--radius);
}
@media (max-width: 1199px) {
  .modal_content {
    padding: 64px 52px;
  }
}
@media (max-width: 991px) {
  .modal_content {
    padding: 48px 32px 32px;
  }
}
@media (max-width: 767px) {
  .modal_content {
    width: 100%;
    padding: 48px 16px 32px;
  }
}

.logistics-business .modal_content {
  border-radius: 8px;
}

#thanks .modal_content {
  padding: 144px var(--padding);
}

.mb_close {
  position: absolute;
  top: -80px;
  right: -72px;
  width: 48px;
  height: 48px;
  background: url("../img/close_sign.svg") center no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 1199px) {
  .mb_close {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 991px) {
  .mb_close {
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .mb_close {
    width: 24px;
    height: 24px;
  }
}

.mc_title {
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-2);
  font-size: 60px;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -1.2px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .mc_title {
    font-size: 36px;
    margin-bottom: 16px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  .mc_title {
    font-size: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }
}

.mc_text {
  color: var(--grey);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.072px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .mc_text {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .mc_text {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.mc_social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.mc_social a {
  width: 48px;
  display: block;
}
.mc_social a img {
  width: 100%;
}

#thanks .mc_text {
  margin: 0 auto var(--common-gap);
  max-width: 540px;
}

.mc_form_wrapper {
  position: relative;
  padding-right: calc(25% + var(--common-gap));
}
@media (max-width: 991px) {
  .mc_form_wrapper {
    padding: 0;
  }
}
.mc_form_wrapper:after {
  content: "";
  position: absolute;
  left: calc(75% + var(--common-gap));
  bottom: -60px;
  width: 386px;
  max-width: 32%;
  height: 496px;
  background: url("../img/popup_form_girl.png") center bottom no-repeat;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 991px) {
  .mc_form_wrapper:after {
    display: none;
  }
}

.mcfw_form {
  border-radius: 20px;
  border: 0.5px solid #FFF;
  background: rgba(0, 86, 100, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(0, 173, 202, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: var(--common-gap);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .mcfw_form {
    width: 100%;
  }
}
.mcfw_form .mcfw_form_text {
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-2);
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .mcfw_form .mcfw_form_text {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .mcfw_form .mcfw_form_text {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.mcfw_form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 16px;
}
.mcfw_form form .mcfwf_row {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .mcfw_form form .mcfwf_row {
    flex-direction: column;
  }
}
.mcfw_form form .mcfwf_row button {
  width: 100%;
}
.mcfw_form form .mcfwfr_cell {
  width: 33.333333%;
}
@media (max-width: 767px) {
  .mcfw_form form .mcfwfr_cell {
    width: 100%;
  }
}
.mcfw_form .mcfwf_notice {
  color: var(--white);
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.048px;
}
.mcfw_form .mcfwf_notice a {
  color: var(--white);
  text-decoration: underline;
}
.mcfw_form .mcfwf_notice a:hover {
  text-decoration: none;
}

.mcfwfc_select_time {
  width: 100%;
  position: relative;
}
.mcfwfc_select_time ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 48px;
  border-top: 1px solid #f3f3f3;
  padding: 12px 0;
  background: var(--white);
  border-radius: 0 0 12px 12px;
  display: flex;
  flex-direction: column;
  display: none;
}
.mcfwfc_select_time ul li {
  padding: 4px 16px;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.064px;
  cursor: pointer;
}
.mcfwfc_select_time ul li.selected, .mcfwfc_select_time ul li:hover {
  background: #f5f5f5;
  color: #000;
}
.mcfwfc_select_time ul li.selected {
  font-weight: 700;
}

.mcfwfcst_selected {
  position: relative;
  padding: 12px 40px 12px 12px;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.064px;
  background: var(--white);
  border-radius: 12px;
  cursor: pointer;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mcfwfcst_selected:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 16px;
  width: 12px;
  height: 6px;
  background: url("../img/select_arrow_down.svg") center no-repeat;
  background-size: contain;
  transition: transform 0.2s ease-in-out, border-radius 0.2s ease-in-out;
}

.active .mcfwfcst_selected {
  border-radius: 12px 12px 0 0;
}

.active .mcfwfcst_selected:after {
  transform: rotate(180deg);
}

.sp_wrapper {
  display: flex;
  gap: var(--common-gap);
  height: auto;
}
@media (max-width: 767px) {
  .sp_wrapper {
    flex-direction: column;
  }
}

.spw_img {
  width: 50%;
  height: 368px;
}
@media (max-width: 767px) {
  .spw_img {
    height: 200px;
    width: 100%;
  }
}
.spw_img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.spw_list {
  width: 50%;
  position: relative;
  height: 368px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .spw_list {
    width: 100%;
    height: 250px;
    gap: 8px;
  }
}

.procedure_popup .spw_list {
  width: 100%;
  height: 481px;
  position: relative;
}
@media (max-width: 767px) {
  .procedure_popup .spw_list {
    height: 420px;
  }
}
.procedure_popup .spw_list:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(-1 * var(--common-gap));
  width: calc(100% - 4px);
  height: 70px;
  background: linear-gradient(0deg, #FFF 28.07%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  .procedure_popup .spw_list:after {
    height: 40px;
  }
}
.procedure_popup .spw_list ul {
  gap: 0;
}
.procedure_popup .spw_list ul li {
  padding: 12px 0;
  border-top: 1px solid rgba(151, 163, 179, 0.4);
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  gap: 24px;
}
.procedure_popup .spw_list ul li:last-child {
  border-bottom: 1px solid rgba(151, 163, 179, 0.4);
}
@media (max-width: 991px) {
  .procedure_popup .spw_list ul li {
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .procedure_popup .spw_list ul li {
    /*padding: 4px 0;*/
  }
}
.procedure_popup .spw_list ul li .pp_list_left {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.064px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .procedure_popup .spw_list ul li .pp_list_left {
    font-size: 14px;
    line-height: 130%;
  }
}
.procedure_popup .spw_list ul li .pp_list_right {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: -0.072px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .procedure_popup .spw_list ul li .pp_list_right {
    font-size: 16px;
    line-height: 130%;
  }
}

.spwl_header {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.24px;
  padding-right: 48px;
}
@media (max-width: 767px) {
  .spwl_header {
    font-size: 22px;
  }
}

.procedure_popup .spwl_header {
  margin-bottom: 12px;
}

.procedure_popup .spwl_sub_header {
  margin-top: -16px;
  margin-bottom: 12px;
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.056px;
}
@media (max-width: 991px) {
  .procedure_popup .spwl_sub_header {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .procedure_popup .spwl_sub_header {
    margin-bottom: 4px;
  }
}

.spwl_body {
  flex-grow: 1;
  overflow: hidden;
}
.spwl_body .swiper {
  height: 100%;
  overflow: hidden;
}
.spwl_body .swiper .swiper-wrapper {
  height: 100%;
}
.spwl_body .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.spwl_body .swiper .swiper-scrollbar.swiper-scrollbar-vertical,
.spwl_body .swiper .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  border-radius: 10px;
  background: rgba(0, 173, 202, 0.2);
}
.spwl_body .swiper .swiper-scrollbar.swiper-scrollbar-vertical .swiper-scrollbar-drag,
.spwl_body .swiper .swiper-vertical > .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--blue);
  border-radius: 10px;
}
.spwl_body ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-right: 48px;
}
@media (max-width: 767px) {
  .spwl_body ul {
    gap: 6px;
    margin-right: 24px;
  }
}
.spwl_body ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.064px;
}
@media (max-width: 767px) {
  .spwl_body ul li {
    font-size: 14px;
    line-height: 120%;
  }
}
.spwl_body ul li a {
  color: var(--black);
  text-decoration: underline;
}
.spwl_body ul li a:hover {
  color: var(--blue);
  text-decoration: none;
}/*# sourceMappingURL=styles.css.map */