

/* Start:/local/templates/1white/assets/global.css?176474271711453*/

@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/1white/assets/./fonts/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'),
  url('/local/templates/1white/assets/./fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/1white/assets/./fonts/Roboto-Bold.woff2') format('woff2'),
  url('/local/templates/1white/assets/./fonts/Roboto-Bold.woff') format('woff'),
  url('/local/templates/1white/assets/./fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/1white/assets/./fonts/Roboto-Regular.eot');
  src: local('Roboto'), local('Roboto-Regular'),
  url('/local/templates/1white/assets/./fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/1white/assets/./fonts/Roboto-Regular.woff2') format('woff2'),
  url('/local/templates/1white/assets/./fonts/Roboto-Regular.woff') format('woff'),
  url('/local/templates/1white/assets/./fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/1white/assets/./fonts/Roboto-Black.eot');
  src: local('Roboto Black'), local('Roboto-Black'),
  url('/local/templates/1white/assets/./fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/1white/assets/./fonts/Roboto-Black.woff2') format('woff2'),
  url('/local/templates/1white/assets/./fonts/Roboto-Black.woff') format('woff'),
  url('/local/templates/1white/assets/./fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/1white/assets/./fonts/Roboto-Thin.eot');
  src: local('Roboto Thin'), local('Roboto-Thin'),
  url('/local/templates/1white/assets/./fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/1white/assets/./fonts/Roboto-Thin.woff2') format('woff2'),
  url('/local/templates/1white/assets/./fonts/Roboto-Thin.woff') format('woff'),
  url('/local/templates/1white/assets/./fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/1white/assets/./fonts/Roboto-Light.eot');
  src: local('Roboto Light'), local('Roboto-Light'),
  url('/local/templates/1white/assets/./fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/1white/assets/./fonts/Roboto-Light.woff2') format('woff2'),
  url('/local/templates/1white/assets/./fonts/Roboto-Light.woff') format('woff'),
  url('/local/templates/1white/assets/./fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/1white/assets/./fonts/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'),
  url('/local/templates/1white/assets/./fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/1white/assets/./fonts/Roboto-Medium.woff2') format('woff2'),
  url('/local/templates/1white/assets/./fonts/Roboto-Medium.woff') format('woff'),
  url('/local/templates/1white/assets/./fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}



*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img, picture, video, canvas {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

input {
  padding: 14px 24px;
  border-radius: 5px;
}

button {
  cursor: pointer;
  height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 40px;
  transition: var(--transition);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

:root {
  --font-main: "Roboto", sans-serif;
  --font-size-base: 16px;

  --color-red: #D82D32;
  --color-red-hover: #bb2429;

  --color-blue: #17385E;
  --color-light-blue: #98B8DC;
  --color-light-blue-02: #49AAD1;
  --color-light-blue-03: #A7DCF8;
  --color-dark-blue: #76A4BA;
  --color-dark-blue-02: #003B64;
  --color-dark-blue-03: #367A9B;
  --color-main-gray: #F6F8FC;

  --color-text: #4C5764;
  --color-bg: #fff;
  --color-body: #F0F0F0;

  --color-dark-01: #3A5463;
  --color-dark-02: #CCCCCC;
  --color-dark-03: #808080;
  --color-dark-04: #7E838E;
  --color-dark-05: #9CA9B0;
  --color-dark-06: #E2E6E8;
  --color-dark-07: #D9D9D9;


  --container-width: 1526px;
  --blog-width: 1029px;
  --gutter: 40px;
  --transition: .3s ease-in-out;
}

html, body {
  font-family: var(--font-main);
  font-size: var(--font-size-base);
  line-height: 1.5;
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}

body {
}

/* Центрирование контейнера */
.container {
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.blog-container {
  max-width: var(--blog-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* Основные заголовки */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
}

/* Абзацы */
p {
}

/* Footer прижат к низу, если контента мало */
main {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}
button svg, button img {
  margin-left: 10px;
}


/* Components */
.button--basic {
  background-color: var(--color-red);
  text-transform: uppercase;
}

.button--basic-blue {
  background-color: var(--color-blue);
  text-transform: uppercase;
  color: #fff;
}

.button--basic:hover {
  background-color: var(--color-red-hover);
}

.button--basic-bordered {
  background-color: transparent;
  border: 2px solid var(--color-red);
  color: var(--color-red);
}

.button--basic-bordered:hover {
  border: 2px solid var(--color-red-hover);
}

.button--neutral {
  background-color: var(--color-bg);
  text-transform: uppercase;
  color: var(--color-text);
}

.button--neutral-bordered {
  background-color: transparent;
  border: 1px solid var(--color-dark-01);
  color: var(--color-dark-01);
}



.title--48 {
  font-size: 48px;
  color: var(--color-blue);
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.title--double-42, .title--double-36 {
  font-size: 42px;
  color: var(--color-blue);
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.title--double-42 span, .title--double-36 span {
  font-size: 42px;
  color: var(--color-text);
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
}

.title--double-36, .title--double-36 span  {
  font-size: 36px;
  line-height: 120%;
}

.title--40 {
  font-size: 40px;
  color: var(--color-blue);
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.title--36 {
  font-size: 36px;
  color: var(--color-blue);
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.title--32 {
  font-size: 32px;
  color: #fff;
  line-height: 100%;
  font-weight: 800;
}

.title--30 {
  font-size: 30px;
  color: var(--color-blue);
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.text--32 {
  font-size: 32px;
  color: var(--color-text);
  font-weight: 800;
  line-height: 100%;
}

.text--24 {
  font-size: 24px;
  color: var(--color-text);
  font-weight: 700;
  line-height: 46px;
}

.text--21 {
  font-size: 21px;
  color: var(--color-text);
  font-weight: 400;
  line-height: 120%;
}

.text--20 {
  font-size: 20px;
  color: var(--color-text);
  font-weight: 400;
  line-height: 140%;
}

.text--16 {
  font-size: 16px;
  color: var(--color-text);
  font-weight: 400;
  line-height: 120%;
}

.text--14 {
  font-size: 14px;
  color: var(--color-text);
  font-weight: 400;
  line-height: 120%;
}

.text--12 {
  font-size: 12px;
  color: var(--color-text);
  font-weight: 400;
  line-height: 120%;
}

.input--bordered {
  border: 1px solid var(--color-dark-02);
  height: 47px;
}

input::placeholder {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  color: var(--color-dark-03);
}

.input--solid {
  background-color: #fff;
  border-radius: 40px;
  height: 46px;
}

.input--solid::placeholder {
  font-size: 16px;
}



select {
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
  color: #333;
  border: 1px solid var(--color-dark-02);
  border-radius: 6px;
  background-color: transparent;
  appearance: none;          /* убираем стандартную стрелку */
  -webkit-appearance: none;  /* для Safari */
  -moz-appearance: none;     /* для Firefox */
  background-image: url("data:image/svg+xml,%3Csvg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

select:hover {
  border-color: #999;
}

select:focus {
  outline: none;
}

/* Для Firefox: стилизуем список */
select::-ms-expand {
  display: none;
}

.article__content p {
  font-size: 20px;
  color: var(--color-text);
  margin-bottom: 20px;
  line-height: 1.4;
}

.article__content ul {
  margin: 20px 0;
  list-style: disc;
  padding-left: 20px;
}

.article__content ul li {
  font-size: 20px;
  color: var(--color-text);
  line-height: 1.4;
  margin-bottom: 10px;
}

.article__content h1 {
  font-size: 42px;
  margin-bottom: 32px;
}

.article__content h2 {
  font-size: 40px;
  margin-bottom: 24px;
}

.article__content h3 {
  font-size: 36px;
  margin-bottom: 24px;
}

.article__content h4 {
  font-size: 32px;
  margin-bottom: 24px;
}



@media screen and (max-width: 1230px) {
  button {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .article__content h1 {
    font-size: 24px;
    line-height: 1.2;
  }

  .article__content h2 {
    font-size: 21px;
    margin-bottom: 24px;
  }

  .article__content h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .article__content h4 {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .article__content ul li {
    font-size: 16px;
  }

  .article__content p {
    font-size: 16px;
  }



  .container {
    padding: 0 20px;
  }

  .blog-container {
    padding: 0 20px;
  }

  button {
    font-size: 14px;
    min-height: 30px;
    height: auto;
  }

  .title--48 {
    font-size: 24px;
    line-height: 1.2;
  }

  .title--40 {
    font-size: 24px;
    line-height: 1.2;
  }

  .title--double-42, .title--double-36 {
    font-size: 24px;
    line-height: 1.2;
  }

  .title--double-42 span, .title--double-36 span {
    font-size: 24px;
    line-height: 1.2;
  }

  .text--21 {
    font-size: 14px;
  }

  .text--12 {
    font-size: 10px;
  }

  .text--24 {
    font-size: 20px;
  }

  .text--16 {
    font-size: 14px;
  }

  .text--32 {
    font-size: 20px;
    line-height: 1;
  }

  .title--36 {
    font-size: 24px;
    line-height: 1.2;
  }

  .title--32 {
    font-size: 24px;
    line-height: 1.2;
  }

  .title--30 {
    font-size: 20px;
    line-height: 1.2;
  }

  .text--20 {
    font-size: 16px;
  }

}



/* Модальное окно */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #17385EB2;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow-y: auto;
  padding: 20px;
}

.menu-overlay.modal {
  background: #fff;
  padding: 0;
}


.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-overlay.modal.active {
  align-items: flex-start;
  justify-content: flex-start;
}


.modal.show {
  opacity: 1;
}

.menu-overlay .modal-content {
  transform: scale(1);
  left: -100%;
  width: 80%;
  background: #F6F8FC;
  transition: .3s left;
}

.modal-content {
  border-radius: 12px;
  max-width: 90%;
  width: 100%;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.menu-overlay.modal.show .modal-content {
  min-height: 100vh;
  max-width: none;
  width: 90%;
}

.modal.show .modal-content {
  transform: scale(1);
}

.menu-overlay.modal.show .modal-content {
  left: 0;
}
/* End */


/* Start:/local/templates/1white/assets/default.css?1771586322135578*/
.hero {
    padding: 29px 42px;
}

.hero .background {
    overflow: hidden;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: var(--bg);
    height: calc(100vh - 58px);
    min-height: 762px;
}

@media screen and (max-width: 768px) {
    .hero .background {
        background-image: var(--bg-mobile);
        height: auto;
    }
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.header .container .header__menu {
    background-color: var(--color-body);
    padding: 28px 42px;
    border-radius: 0 0 40px 40px;
    display: flex;
    align-items: center;
    gap: 26px;
}

.header .container .header__menu .header__menu-social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header--light .header__menu-social img {
    width: 24px;
}

.header .container .header__menu .header__menu-actions {
    display: flex;
}

.header .container .header__menu .header__menu-actions .button--basic-bordered {
    margin-right: 24px;
}

.header--light .header__menu-actions button {
    border-radius: 5px;
}

.header--light .menu {
    background-color: var(--color-blue);
    height: 46px;
    width: 100%;
}

.header--light .menu > .container {
    height: 100%;
}

.header--light .menu ul.menu__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header--light .menu ul.menu__list a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    display: block;
}

.burger {
    position: relative;
    width: 40px;
    height: 30px;
}

.burger__checkbox {
    display: none;
}

.burger__button {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.burger__button.mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .burger__button.mobile {
        display: block;
    }
}

.burger__line {
    width: 100%;
    height: 4px;
    background-color: var(--color-blue);
    border-radius: 2px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
    .header--light .menu {
        display: none;
    }
}

/*.burger__checkbox:checked + .burger__button .burger__line:nth-child(1) {*/
/*    transform: translateY(13px) rotate(45deg);*/
/*}*/

/*.burger__checkbox:checked + .burger__button .burger__line:nth-child(2) {*/
/*    opacity: 0;*/
/*}*/

/*.burger__checkbox:checked + .burger__button .burger__line:nth-child(3) {*/
/*    transform: translateY(-13px) rotate(-45deg);*/
/*}*/

.hero .background .container:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero .background .container .title--48 {
    max-width: 680px;
    margin-bottom: 9px;
}

.hero .background .container .text--21 {
    margin-bottom: 20px;
    max-width: 506px;
}

.hero .background .container .hero__list {
    background-color: rgba(255,255,255, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 27px 31px;
    max-width: 467px;
}

.hero .background .container .hero__list .hero__list-wrapper {
    margin-bottom: 27px;
}

.hero .background .container .hero__list .hero__list-wrapper .hero__list-item {
    font-size: 16px;
    color: var(--color-text);
    margin-bottom: 16px;
    position: relative;
    padding-left: 20px;
}

.hero__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px; /* подгонка по вертикали */
    width: 12px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 6.49524L0 12.9904L0 0L11.25 6.49524Z' fill='%23104076'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.hero .background .container .hero__list .button--basic {
    margin-bottom: 15px;
    width: 70%;
}



@media screen and (max-width: 1230px) {
    .header__menu-social a {
        min-width: 20px;
    }
}

@media screen and (max-width: 940px) {
    .header .container .header__menu .header__menu-actions {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header .container .header__menu .header__menu-social {
        display: none;
    }

    .header .container .header__menu {
        background-color: transparent;
        padding: 0;
    }

    header.header {
        padding-top: 33px;
    }

    .hero {
        padding: 13px 10px;
    }

    .hero .background .container:nth-child(2) {
        justify-content: flex-start;
        margin-top: 62px;
    }

    .header .container {
        gap: 32px;
    }

    .hero .background .container .hero__list .hero__list-wrapper .hero__list-item {
        font-size: 12px;
    }

    .hero .background .container .hero__list .button--basic {
        width: 75%;
    }

    .hero .background .container .hero__list {
        padding: 22px 16px;
    }

    .hero__list-item::before {
        width: 10px;
        height: 10px;
    }
}


/* [BLOCK]: ADVANTAGES */
.advantages .container .advantages__menu {
    background-color: var(--color-blue);
    height: 54px;
    border-radius: 30px;
    padding: 19px 51px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 37px 0 77px;
}

.advantages .container .advantages__menu .advantages__menu-item a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.advantages .container:nth-child(2) {
    display: flex;
    align-items: flex-start;
    gap: 90px
}

.advantages .container .left {
    width: 60%;
}

.advantages .container .left .title--double-42 {
    margin-bottom: 33px;
}

.advantages .container .left .advantages__list .advantages__list-item {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
}

.advantages__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 19px;
    height: 19px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='19' height='19' rx='9.5' fill='%23104076'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.advantages .container .left .advantages__list .advantages__list-item .text--16 {
    max-width: 308px;
    display: block;
}

.advantages .container .left .advantages__actions {
    margin-top: 48px;
    display: flex;
    gap: 22px;
}

.advantages__actions .button--basic-bordered {
    width: 100%;
}

.advantages .container .right {
    width: 40%;
}

.advantages__items {
    margin-top: 127px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 120px;
}

.advantages__items .advantages__item {
    width: 25%;
    padding: 16px 0;
}

.advantages__items .advantages__item:not(:last-child) {
    border-right: 2px solid var(--color-blue);
    margin-right: 40px;
    padding-right: 40px;
}

.advantages__items .advantages__item .text--24 {
    color: var(--color-blue);
    margin-bottom: 16px;
    line-height: 100%;
}

.advantages__items .advantages__item .text--16 {
    line-height: 100%;
    font-weight: 400;
    color: var(--color-dark-04);
}

@media screen and ( max-width: 930px ) {
    .advantages .container:nth-child(2) {
        flex-direction: column;
    }

    .advantages__items {
        flex-direction: column;
    }

    .advantages__items .advantages__item {
        width: 100%;
    }

    .advantages .container .left, .advantages .container .right {
        width: 100%;
    }

    .advantages__items .advantages__item:not(:last-child) {
        border-bottom: 2px solid var(--color-blue);
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .advantages .container .advantages__menu {
        display: none;
    }
}

@media screen and ( max-width: 768px ) {
    .advantages .container:nth-child(2) {
        margin-top: 44px;
    }

    .advantages__list-item::before {
        top: 14px;
    }

    .advantages .container .left .advantages__actions {
        flex-direction: column;
    }

    .advantages .container .left .advantages__actions button {
        min-height: 48px;
    }

    .advantages__items {
        margin: 33px 0;
    }

    .advantages__items .advantages__item:not(:last-child) {
        margin-bottom: 23px;
        padding: 0;
        padding-bottom: 23px;
    }

    .advantages .container:nth-child(2) {
        gap: 35px;
    }
}



/* [BLOCK]: EXPORT */
.export {
    margin-bottom: 106px;
}

.export .container {
    display: flex;
    gap: 24px;
}

.export .container .left {
    width: 41%;
}

.export .container .left img {

}

.export .container .right {
    width: 59%;
}

.export .container .right .title--36 {
    margin-bottom: 26px;
}

.export .container .right .text--24 {
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 35px;
}

.export .container .right .text--24.subtitle {
    font-weight: 700;
    margin-bottom: 24px;
}

.export .container .right .export__list .export__list-item {
    font-size: 16px;
    color: var(--color-text);
    margin-bottom: 16px;
}

@media screen and (max-width: 920px) {
    .export .container {
        flex-direction: column;
    }

    .export .container .left, .export .container .right {
        width: 100%;
    }

    .export .container .right .text--24 {
        font-size: 16px;
        line-height: 1;
    }

    .export .container .right .text--24.subtitle {
        font-size: 20px;
    }

    .export .container .right .export__list .export__list-item {
        font-size: 14px;
    }

    .export {
        margin-bottom: 42px;
    }
}


/* [BLOCK]: CALC */
.calculator {
    margin-bottom: 136px;
}

.calculator .container .title--double-42 {
    text-align: center;
    margin-bottom: 75px;
}

.calculator .container form .calculator__top {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
    margin-bottom: 62px;
}

.calculator .container form .calculator__top .calculator__form-item {
    width: 33%;
}

.calculator .container form .calculator__bottom {
    display: flex;
    gap: 60px;
}

.calculator .container form .calculator__bottom .calculator__left {
    width: 50%;
}

.calculator__right label, .calculator__form-item label {
    color: var(--color-blue);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 17px;
    display: block;
}

.calculator .container form .calculator__bottom .calculator__left .calculator__form-item .calculator__left-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 31px 13px;
}

.calculator .container form .calculator__bottom .calculator__right {
    width: 50%;
}

.calculator .container form .calculator__bottom .calculator__right .calculator__right-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 31px
}

.calculator .container form .calculator__bottom .calculator__right .text--14 {
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 1320px){
    .calculator .container form .calculator__bottom {
        flex-direction: column;
    }

    .calculator .container form .calculator__bottom .calculator__left, .calculator .container form .calculator__bottom .calculator__right {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .calculator .container form .calculator__bottom .calculator__left .calculator__form-item .calculator__left-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .calculator .container form .calculator__bottom .calculator__right .calculator__right-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .calculator .container form .calculator__top {
        flex-direction: column;
    }

    .calculator .container form .calculator__top .calculator__form-item {
        width: 100%;
    }

    .calculator .container form .calculator__bottom .calculator__left .calculator__form-item .calculator__left-wrapper > div {
        display: none;
    }

    .calculator__left > .calculator__form-item {
        border: 1px solid #ccc;
        padding: 24px;
        border-radius: 6px;
    }

    .calculator__right label, .calculator__form-item label {
        font-size: 16px;
        line-height: 1;
    }

    .calculator .container form .calculator__bottom {
        gap: 43px;
    }

    .calculator__right-wrapper .button--basic {
        min-height: 43px;
    }

    .calculator .container .title--double-42 {
        margin-bottom: 12px;
    }
}

/* [BLOCK]: SERVICES */
.services {
    margin-bottom: 128px;
}

.services .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.services .container .services__item {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    position: relative;
}

.services .container .services__item .title--30 {
    margin-bottom: 33px;

}

.services .container .services__item .subtitle {
    font-weight: 700;
    margin-bottom: 20px;
}

.services .container .services__item ul {
    margin-bottom: 32px;
}

.services .container .services__item ul li {
    font-size: 16px;
    margin-bottom: 16px;
    color: var(--color-text);
    position: relative;
    padding-left: 24px;
}

.services .container .services__item ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px; /* подгонка по вертикали */
    width: 12px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 6.49524L0 12.9904L0 0L11.25 6.49524Z' fill='%23D82D32'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.services .container .services__item .button--basic {

}

.services .container .services__item .image {
    width: 248px;
    height: 248px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.services .container .services__item .image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1000px) {
    .services .container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .services .container .services__item .title--30 {
        margin-bottom: 10px;
    }

    .services .container .services__item .subtitle {
        font-size: 16px;
    }

    .services .container .services__item ul li:before {
        width: 7px;
        height: 7px;
        top: 6px;
    }

    .services .container .services__item ul li {
        font-size: 14px;
    }

    .services .container .services__item {
        padding: 26px 22px;
    }

    .services .container .services__item .image {
        width: 120px;
        height: 120px;
    }

    .calculator {
        margin-bottom: 54px;
    }
}

/* [BLOCK]: TYPES */
.delivery-types {
    margin-bottom: 128px;
}

.delivery-types .container {

}

.delivery-types .container .title--double-42 {
    text-align: center;
    margin-bottom: 28px;
}

.delivery-types .container .text--24 {
    margin-bottom: 60px;
    text-align: center;
    font-weight: 400;
    line-height: 36px;
}

.delivery-types .container .delivery-types__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.delivery-types .container .delivery-types__list .delivery-types__list-item {
    height: 100%;
    background-color: var(--color-blue);
    padding: 40px 40px 84px 40px;
    border-radius: 20px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.delivery-types__list-item .decor {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 128px;
}


.delivery-types__image {
    width: 100px;
    height: 110px;
    margin-bottom: 19px;
}

.delivery-types__image > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.delivery-types .container .delivery-types__list .delivery-types__list-item .title--32 {
    margin-bottom: 32px;
}



.delivery-types .container .delivery-types__list .delivery-types__list-item .delivery-types__list-item--prop {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 33px;
}

.delivery-types .container .delivery-types__list .delivery-types__list-item .delivery-types__list-item--prop img {
    width: 24px;
    height: 24px;
}

.delivery-types .container .delivery-types__list .delivery-types__list-item .delivery-types__list-item--prop .text--21 {
    color: #fff;
}

.delivery-types .container .delivery-types__list .delivery-types__list-item .button--neutral {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 80px);
}

.delivery-types .container .delivery-types__list .delivery-types__list-item .button--neutral img {
    width: 18px;
    height: 23px;
}

.delivery-types .container .delivery-types__way {
    background-color: var(--color-blue);
    border-radius: 20px;
    margin-top: 30px;
    padding: 27px 64px 45px 64px;
}

.delivery-types .container .delivery-types__way .title--32 {
    margin-bottom: 27px;
}

.delivery-types .container .delivery-types__way .delivery-types__way-form {
    display: flex;
    align-items: center;
    gap:31px;
    justify-content: space-between;
}

.delivery-types .container .delivery-types__way .delivery-types__way-form .input--solid {
    width: 100%;
}

.delivery-types .container .delivery-types__way .delivery-types__way-form .button--basic {
    width: 100%;
}

@media screen and (max-width: 1310px) {
    .delivery-types .container .delivery-types__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .delivery-types .container .delivery-types__way .delivery-types__way-form {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .delivery-types .container .delivery-types__list {
        display: flex;
        overflow: auto;
    }

    .delivery-types .container .delivery-types__list .delivery-types__list-item {
        min-width: 300px;
    }

    .delivery-types .container .delivery-types__list .delivery-types__list-item:first-child {
        margin-left: 20px;
    }

    .delivery-types .container .delivery-types__list .delivery-types__list-item:last-child {
        margin-right: 20px;
    }

    .delivery-types .container {
        padding: 0;
    }

    .delivery-types .container .delivery-types__way {
        margin: 20px 24px;
        padding: 29px 19px;
    }

    .delivery-types .container .delivery-types__list .delivery-types__list-item .button--neutral {
        height: 44px;
    }

    .delivery-types .container .delivery-types__way .delivery-types__way-form .button--basic {
        height: 44px;
    }

    .delivery-types .container .text--24 {
        font-size: 14px;
        line-height: 1;
        padding: 0 24px;
        margin-bottom: 39px;
    }

    .delivery-types .container .title--double-42 {
        margin-bottom: 12px;
    }

    .services {
        margin-bottom: 35px;
    }
}

/* [COOP] */
.cooperation {
    margin-bottom: 128px;
}

.cooperation .container {
    background: var(--color-main-gray);
    padding: 47px 37px 23px;
    border-radius: 20px;
}

.cooperation .container .title--double-42 {
    text-align: center;
    margin-bottom: 57px;
}

.cooperation .container .cooperation__steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cooperation .container .cooperation__steps .cooperation__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.cooperation .container .cooperation__steps .cooperation__step .text--16 {
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 1116px) {
    .cooperation .container .cooperation__steps {
        overflow: auto;
    }

    .cooperation .container .cooperation__steps .cooperation__step {
        min-width: 130px;
    }
}

@media screen and (max-width: 768px) {
    .delivery-types {
        margin-bottom: 55px;
    }

    .cooperation .container .title--double-42 {
        margin-bottom: 35px;
    }

    .cooperation .container {
        padding: 0;
    }

    .cooperation .container .cooperation__steps .cooperation__step:first-child {
        margin-left: 20px;
    }

    .cooperation .container .cooperation__steps .cooperation__step:last-child {
        margin-right: 20px;
    }
}

/* [ADVANTAGES] */

.advantages-list {
    margin-bottom: 128px;
}

.advantages-list .container {
    position: relative;
}

.advantages-list .container .title--40 {
    z-index: 2;
    background-color: #fff;
    position: relative;
    padding-right: 15px;
    display: inline;
}

span.line {
    display: block;
    width: calc(100% - 80px);
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg,rgba(216, 45, 50, 1) 0%, rgba(216, 45, 50, 1) 40%, rgba(0, 48, 135, 1) 40%, rgba(0, 48, 135, 1) 100%);
    left: 40px;
    top: 20px;
    z-index: 0;
}

.advantages-list .container .advantages-list__image {

}

.advantages-list .container .advantages-list__image img {
    position: absolute;
    left: -200px;
}

.advantages-list .container .advantages-list__wrapper {
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-left: 400px;
}

.advantages-list .container .advantages-list__wrapper .advantages-list__item {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.advantages-list .container .advantages-list__wrapper .advantages-list__item > h4 {
    font-size: 39px;
    color: var(--color-blue);
    line-height: 39px;
    font-weight: 900;
}

.advantages-list .container .advantages-list__wrapper .advantages-list__item .content .text--24 {
    line-height: 24px;
    margin-bottom: 10px;
}

@media screen and ( max-width: 1080px ) {
    .advantages-list .container .advantages-list__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and ( max-width: 768px ) {
    .advantages-list .container .advantages-list__wrapper {
        margin-left: 0;
        position: relative;
        z-index: 10;

        display: flex;
        gap: 10px;
        overflow: auto;
    }

    .advantages-list .container .advantages-list__wrapper .advantages-list__item {
        min-width: 320px;
    }

    .advantages-list .container .advantages-list__wrapper .advantages-list__item:first-child {
        margin-left: 20px;
    }

    .advantages-list .container .advantages-list__wrapper .advantages-list__item:last-child {
        margin-right: 20px;
    }

    .advantages-list .container {
        padding: 0;
    }

    .advantages-list .container .advantages-list__wrapper .advantages-list__item .content .text-16 {
        font-size: 14px;
    }

    .advantages-list .container .title--40 {
        font-size: 24px;
        margin: 0 24px;
    }

    .advantages-list .container .advantages-list__wrapper {
        margin-top: 29px;
    }

    span.line {
        display: none;
    }

    .advantages-list .container .advantages-list__image {
        width: 100%;
        height: 600px;
        left: -20px;
        top: auto;
        bottom: -100%;
        z-index: 2;
        position: absolute;
        border-radius: 30px;
        overflow: hidden;
    }

    .advantages-list .container .advantages-list__image img {
        position: relative;
        width: 100%;
        height: 100%;
        left: auto;
        object-fit: cover;
    }
}


/* SCHEME */

.scheme {
    margin-bottom: 128px;
    overflow: hidden;
}

.scheme .container {
    position: relative;
}

.scheme .scheme__wrapper {
    background-color: var(--color-blue);
    border-radius: 30px;
    padding: 96px 97px 60px 97px;
}

.scheme .container .title--48 {
    color: #fff;
    margin-bottom: 60px;
}

.scheme .container .scheme__steps {
    display: flex;
    gap: 60px;
}

.scheme .container .scheme__steps .left, .scheme .container .scheme__steps .right {
    position: relative;
}

.scheme .container .scheme__steps .scheme__steps-item {
    display: flex;
    gap: 35px;
    margin-bottom: 54px;
    position: relative;
}

.scheme .container .scheme__steps .scheme__steps-item .step-circle {
    background-color: #fff;
    border-radius: 50%;
    width: 63px;
    min-width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    line-height: 24px;
    color: var(--color-blue);
    position: relative;
    z-index: 3;

    border: 3px solid var(--color-blue);
}

.scheme .container .scheme__steps .left .scheme__steps-item:first-child .step-circle {
    background-color: var(--color-blue);
    border: 2px solid #fff;
    color: #fff;
}


.scheme .container .scheme__steps .scheme__steps-item:not(:last-child):after {
    content: "";
    width: 2px;
    height: calc(100% + 56px);
    position: absolute;
    left: 30px;
    top: 0;
    background-color: #fff;
    z-index: 0;
}

.scheme .container .scheme__steps .scheme__steps-item .scheme__steps-item--content {
    max-width: 300px;
}

.scheme__steps-item--content h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.scheme__steps-item--content p {
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
}

.scheme__image-wrapper {
    position: absolute;
    left: calc(100% - 400px);
    top: 35px;

    width: 642px;
    height: 682px;
}

.scheme__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1140px) {
    .scheme__image-wrapper {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .scheme .container {
        padding: 0;
    }

    .scheme .container .scheme__steps {
        flex-direction: column;
        gap: 0;
    }

    .scheme .scheme__wrapper {
        padding: 200px 24px 24px 24px;
        border-radius: 0;
    }

    .scheme .container .scheme__steps .scheme__steps-item:last-child:after {
        content: "";
        width: 2px;
        height: calc(100% + 56px);
        position: absolute;
        left: 30px;
        top: 0;
        background-color: #fff;
        z-index: 0;
    }

    .scheme .container .scheme__steps .right .scheme__steps-item:last-child:after {
        display: none;
    }
}


/* [TRUST] */
.trust {
    margin-bottom: 188px;
}

.trust > .container:first-child {
    display: flex;
    align-items: center;
    gap: 42px;
    margin-bottom: 50px;
}

.trust > .container:last-child {
    overflow: hidden;
}

.trust .container .left {

}

.trust .container .left .title--40 {
    margin-bottom: 32px;
}

.trust .container .left p:nth-child(1) {
    line-height: 34px;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 32px;
}

.trust .container .left p:nth-child(2) {
    line-height: 34px;
    font-size: 20px;
    font-weight: 400;
    color: var(--color-text);
    margin-bottom: 43px;
}

.trust .container .left p:nth-child(3) {
    line-height: 34px;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-blue);
    text-transform: uppercase;
}

.trust .container .right {
    min-width: 714px;
    height: 455px;
    overflow: hidden;
    border-radius: 20px;
}

.trust .container .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 1180px) {
    .trust > .container:first-child {
        flex-direction: column-reverse;
    }

    .trust .container .right {
        width: 100%;
        min-width: auto;
        height: 214px;
    }
}

@media screen and (max-width: 768px) {
    .trust .container .left p:nth-child(n) {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 13px;
    }

    .trust__navigation {
        display: none;
    }

    .trust > .container:first-child {
        margin-bottom: 32px;
    }

    .scheme {
        margin-bottom: 70px;
    }
}

/* [PARTNER] */

.partner {
    margin-bottom: 210px;
}

.partner .container {
    position: relative;
}

.partner .container img {
    position: absolute;
    top: -175px;
    left: -200px;
    z-index: 2;
}

.partner .container .partner__content {
    overflow: hidden;
    background: linear-gradient(90deg,rgba(216, 45, 50, 0) 0%, rgba(216, 45, 50, 0) 20%, rgba(16, 64, 118, 1) 20%, rgba(16, 64, 118, 1) 100%);
    min-height: 430px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    padding: 52px 32px;
}

.partner__content img.decor {
    position: absolute;
    left: 30%;
    top: 0;
    z-index: 1;
}

.partner .container .partner__content span {
    color: var(--color-light-blue);
    margin-bottom: 13px;
    display: block;
    text-align: right;
}

.partner .container .partner__content .text--32 {
    max-width: 420px;
    color: #fff;
    text-align: right;
    margin-bottom: 17px;
}

.partner .container .partner__content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    max-width: 391px;
    text-align: right;
    margin-bottom: 52px;
    color: #fff;
}

.partner .container .partner__content .button--neutral {

}


@media screen and (max-width: 1280px) {
    .partner .container > img {
        top: -240px;
        left: -500px;
    }
}

@media screen and (max-width: 1050px) {
    .partner {
        position: relative;
    }
    .partner .container > img {
        top: 0;
        max-width: 500px;

        left: 50%;
        transform: translate(-50%, -50%);
    }
    .partner .container {
        padding: 0;
    }

    .partner .container .partner__content {
        background: var(--color-blue);
        padding: 200px 11px 35px 11px;
    }
}

@media screen and (max-width: 500px) {
    .partner .container > img {
        max-width: 375px;
    }

    .partner .container .partner__content p {
        font-size: 16px;
        line-height: 1;
    }

    .partner .container .partner__content .button--neutral {
        width: 100%;
        height: 44px;
    }
}

/*  REVIEWS */

.reviews {
    margin-bottom: 124px;
}

.reviews .container {
}

.reviews .container .title--40 {
    margin-bottom: 77px;
}

.reviews__wrapper {
    display: flex;
    gap: 20px;
}

.reviews__ya {
    min-width: 467px;
    background-color: #fff;
    padding: 0 40px;
    height: 509px;
    border-radius: 20px;
}

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

.reviews__slider {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.reviews__control {
    position: absolute;
    bottom: 40px;
    right: 74px;
    z-index: 200;
    display: flex;
    align-items: center;
    gap: 24px;
}

.reviews__buttons {
    display: flex;
    align-items: center;
    gap: 32px;
    cursor: pointer;
    margin-top: 4px;
}

.reviews__slider .reviews__control .swiper-pagination-bullet {
    background: #D9D9D9;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.reviews__slider .reviews__control .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #5DB9E5;
}

.reviews__slider .reviews__slide {
    background-color: var(--color-blue);
    padding: 35px 52px;
    min-height: 609px;
    position: relative;
}

.reviews__slider .reviews__slide .decor {
    position: absolute;
    right: 0;
    top: 0;
}

.reviews__slider .reviews__slide .reviews__slide-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews__slider .reviews__slide .reviews__slide-header .reviews__author {
    align-items: center;
    display: flex;
    gap: 27px;
}

.reviews__slider .reviews__slide .reviews__slide-header .reviews__author .reviews__author-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    min-width: 100px;
}

.reviews__slider .reviews__slide .reviews__slide-header .reviews__author .reviews__author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews__slider .reviews__slide .reviews__slide-header .reviews__author .reviews__author-name {

}

.reviews__slider .reviews__slide .reviews__slide-header .reviews__author .reviews__author-name p {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.reviews__slider .reviews__slide .reviews__slide-header .reviews__author .reviews__author-name span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.reviews__slide-content {
    margin-top: 34px;
    margin-bottom: 34px;
}

.reviews__slide-content p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

.reviews__slider .reviews__slide .reviews__slide-header .reviews__slide-social {
    display: flex;
    gap: 15px;
    align-items: center;
}

.reviews__slider .reviews__slide .reviews__slide-header .reviews__slide-social a {

}

.reviews__slider .reviews__slide .reviews__slide-header .reviews__slide-social a img {

}

@media screen and (max-width: 990px) {
    .reviews__wrapper {
        flex-direction: column;
        gap: 42px;
    }
}

@media screen and (max-width: 768px) {
    .reviews .container .title--40 {
        width: 300px;
        margin: 0 auto 24px;
        text-align: center;
    }

    .reviews__ya {
        min-width: auto;
        width: 100% !important;
    }

    .reviews__slide-content p {
        font-size: 16px;
    }

    .reviews__slider .reviews__slide {
        padding: 35px 22px;
    }

    .reviews__slider .reviews__slide .reviews__slide-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .reviews__slider .reviews__slide .reviews__slide-header .reviews__author .reviews__author-name p {
        font-size: 20px;
    }

    .reviews__slider .reviews__slide .reviews__slide-header .reviews__author .reviews__author-name span {
        font-size: 14px;
    }

    .reviews__slider .reviews__slide .reviews__slide-header .reviews__author {
        gap: 17px;
    }

    .partner {
        margin-bottom: 32px;
    }
}


.footer {

}

.footer > .container:first-child {
    position: relative;
    padding-top: 81px;
}

.footer__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 90px;
}

.footer .container .footer__block .logo {
    margin-bottom: 38px;
}

.footer .container .footer__block .footer__block-item {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.footer .container .footer__block .footer__block-item img {
    margin-top: 4px;
}

.footer .container .footer__block .footer__block-item p {

}

.footer .container .footer__block .footer__block-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.footer .container .footer__block .footer__block-social a {

}

.footer .container .footer__block .footer__block-social a img {
    opacity: .4;
}

.footer__block ul li a {
    margin-bottom: 20px;
    display: block;
}

.footer__block-contacts {

}

.footer__block-contacts p, .footer__block-contacts .footer__block-mail {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-text);
    text-align: right;
    display: block;
}


.footer__block-contacts .footer__block-phone {
    text-align: right;
    font-weight: 700;
    color: var(--color-red);
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 100%;
    display: block;
}

.footer__block-contacts .footer__block-mail {
    margin-bottom: 30px;
    text-decoration: underline;
}

.footer__block-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 27px;
}

.footer__block-buttons button {
    width: 223px;
}

.footer__under {
    display: flex;
    justify-content: space-between;
    padding-bottom: 91px;
}

.footer__under p {
    color: var(--color-dark-05);
    font-size: 16px;
    font-weight: 400;
}

.footer__under a {
    text-decoration: underline;
}

.footer__under a:last-child {
    padding-left: 10px;
}

@media screen and (max-width: 1040px) {
    .footer__wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 38px;
    }

    .footer__block-contacts * {
        text-align: left !important;
    }

    .footer__block-buttons {
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .footer__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer__block-buttons {
        margin-bottom: 40px;
    }

    .footer__block-buttons button {
        height: 44px;
        width: 100%;
    }

    .footer__under {
        flex-direction: column;
        gap: 22px;
    }

    .footer span.line {
        display: block;
        width: calc(100% - 40px);
        left: 20px;
    }

    .footer > .container:first-child {
        padding-top: 60px;
    }

    .reviews {
        margin-bottom: 64px;
    }
}



.cases {
    margin-bottom: 128px;
    overflow: hidden;
}

.cases .title--double-42 {
    text-align: center;
    margin-bottom: 57px;
    color: #333;
}

.cases__slide {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
}

.cases__slide .cases__slide-photo {
    width: 52%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.cases__slide .cases__slide-photo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.cases__slide .cases__slide-content {
    padding: 58px 139px 57px 56px;
}

.cases__slide .cases__slide-content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.cases__slide .button--basic-blue {
    width: 260px;
}

.cases__slide .cases__slide-content p {

}

.cases__slide-content--subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
}

.cases__slide-content .text--16 {
    margin-bottom: 24px;
}

.cases__slide .cases__slide-content .cases__slide-props {
    margin-bottom: 28px;
}

.cases__slide .cases__slide-content .cases__slide-props ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.cases__slide .cases__slide-content .cases__slide-props ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cases__slide .cases__slide-content .cases__slide-props ul li img {

}

.cases__slide .cases__slide-content .cases__slide-props ul li span {

}

.cases__slide .cases__slide-content .cases__slide-props ul li span strong {
    font-weight: 700;
}

.cases__slide .cases__slide-content .cases__slide-list {

}

.cases__slide .cases__slide-content .cases__slide-list ul {
    margin-left: 20px;
    margin-bottom: 36px;
}

.cases__slide .cases__slide-content .cases__slide-list ul li {
    font-size: 16px;
    font-weight: 400;
    list-style: disc;
    margin-bottom: 6px;
}

.cases__slide .cases__slide-content .button--basic-blue {

}


@media screen and (max-width: 960px) {
    .cases__slide .cases__slide-content .cases__slide-props ul {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .cases__slide {
        display: block;
    }

    .cases__slide .cases__slide-photo {
        width: 100%;
        border-radius: 20px 20px 0 0;
        max-height: 265px;
    }

    .cases__slide .cases__slide-content {
        padding: 14px 18px;
    }

    .cases__slide .cases__slide-content h3 {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 4px;
    }

    .cases__slide-content--subtitle {
        font-size: 16px;
        line-height: 1;
    }

    .cases__slide .cases__slide-content .cases__slide-props ul li span {
        font-size: 14px;
    }

    .cases__slide .cases__slide-content .cases__slide-list ul li {
        font-size: 14px;
    }

    .cases__slide .cases__slide-content .button--basic-blue {
        height: 44px;
        width: 100%;
    }

    .cases .title--double-42 {
        margin-bottom: 19px;
    }

    .cooperation {
        margin-bottom: 50px;
    }

    .cases {
        margin-bottom: 58px;
    }
}

.trust__slider {
    position: relative;
}

.trust__slide {
    background-color: #F6F8FC;
    border-radius: 20px;
    padding: 40px 24px;
    height: 136px;

    display: flex;
    align-items: center;
    justify-content: center;
}

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

.trust-button-prev, .trust-button-next {
    position: absolute;
    z-index: 4444;
    top: 50px;
    cursor: pointer;
}

.trust-button-next {
    right: 0px;
}

.trust-button-prev {
    left: 0px;
}

.trust-button-prev svg {
    transform: rotate(180deg);
}

.trust-button-prev.swiper-button-disabled, .trust-button-next.swiper-button-disabled {
    opacity: 0;
}

.trust__navigation {
    position: relative;
}


@media screen and (max-width: 768px) {
    .trust {
        margin-bottom: 180px;
    }
}

/* CONSOLIDATE */

.hero-image {
    margin-bottom: 0px;
    overflow: hidden;
    padding-bottom: 114px;
}

.hero-image .container {
    position: relative;
}

.hero-image__content {
    background-color: var(--color-dark-06);
    padding: 60px 65px 88px 65px;
    max-width: 78%;
    margin-left: -65px;
    border-radius: 0 0 20px 20px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
    margin-bottom: 22px;
}

.breadcrumbs .breadcrumbs__item .breadcrumbs__link, .breadcrumbs .breadcrumbs__item span {
    color: var(--color-dark-03);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.breadcrumbs .breadcrumbs__item:not(:last-child) .breadcrumbs__link:after {
    content: "|";
    padding-left: 8px;
}

.breadcrumbs .breadcrumbs__item {
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .breadcrumbs .breadcrumbs__item .breadcrumbs__link {
        font-size: 10px;
    }

    .breadcrumbs {
        margin-bottom: 21px;
    }
}

.hero-image__content .title--double-42 {
    max-width: 820px;
    margin-bottom: 32px;
}

.hero-image__content .title--double-36 {
    max-width: 880px;
    margin-bottom: 32px;
}

.hero-image__content p {
    max-width: 851px;
    margin-bottom: 44px;
}

.hero-image__content p strong {
    display: block;
    margin-bottom: 18px;
}

.bg-styled-list__wrapper .left .text--20 strong {
    display: block;
}

.hero-image__content .button--basic {
    height: 54px;
    width: 270px;
}

.hero-image__img {
    width: 575px;
    height: 575px;
    border-radius: 20px;
    overflow: hidden;

    position: absolute;
    right: -100px;
    top: 53px;
}

.hero-image__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1380px) {
    .hero-image__img {
        right: -240px;
    }
}

@media screen and (max-width: 1040px) {
    .hero-image__content {
        position: relative;
        z-index: 10;
        border-radius: 20px;
    }
}

@media screen and (max-width: 768px) {
    .hero-image .container {
        display: flex;
        flex-direction: column-reverse;
    }

    .hero-image__img {
        position: relative;
        right: 0;
        width: 100%;
        aspect-ratio: 1 / 1;
        height: auto;
        top: 0;
        margin: 32px 0 20px;
    }

    .hero-image__content {
        margin-left: 0;
        max-width: none;
        padding: 0;
        background-color: #fff;
    }

    .hero-image__content .button--basic {
        margin: 0 auto;
    }

    .hero-image {
        padding-bottom: 54px;
    }
}

.left-image-list {
    margin-bottom: 112px;
}

.left-image-list > .container {
    display: flex;
    gap: 71px;
    align-items: center;
}

.left-image-list__img {
    width: 465px;
    height: 588px;
    border-radius: 20px;
    overflow: hidden;
}

.left-image-list__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-image-list__content .title--double-42 {
    margin-bottom: 53px;
}

.left-image-list__content .left-image-list__list {
    columns: 2;
    list-style: none;
    column-gap: 67px
}

.left-image-list__content .left-image-list__list.one-line {
    columns: 1;
}

.left-image-list__content.purchase .title--double-42 {
    max-width: 800px;
}

.avia .title--double-42, .avia .text--20 {
    max-width: 635px;
}

.avia .text--20 {
    margin-bottom: 30px;
}

.left-image-list__content .left-image-list__list .left-image-list__item {
    max-width: 414px;
    margin-bottom: 24px;
    line-height: 32px;
}

.left-image-list__item strong {
    font-weight: 700;
}

.left-image-list__content .left-image-list__list.one-line .left-image-list__item {
    max-width: 100%;
    margin-bottom: 18px;
}

.left-image-list__content button {
    margin-top: 40px;
    height: 53px;
}

.left-image-list {
    position: relative;
}

.left-image-list .decor {
    position: absolute;
    right: 20%;
}

@media screen and (max-width: 768px) {
    .left-image-list__content .left-image-list__list {
        columns: 1;
    }

    .left-image-list__content .left-image-list__list .left-image-list__item {
        max-width: none;
    }

    .left-image-list > .container {
        flex-direction: column;
        gap: 36px;
    }

    .left-image-list__img {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 4;
    }

    .left-image-list__content {
        width: 100%;
    }

    .left-image-list__content .title--double-42 {
        margin-bottom: 24px;
    }

    .left-image-list__content button {
        margin-top: 12px;
    }
}


.bg-styled-list {
    margin-bottom: 90px;
    position: relative;
}

.bg-styled-list .container > .title--double-42 {
    margin-bottom: 43px;
}

.bg-styled-list .bg-styled-list__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 104px;
    margin-bottom: 80px;
}

.bg-styled-list .decor {
    right: 0;
    top: -100%;
    position: absolute;
}

.bg-styled-list .container .left {
    width: 35%;
}

.bg-styled-list .container .left .title--double-42 {
    margin-bottom: 32px;
}

.bg-styled-list .container .right {
    width: 65%
}

.bg-styled-list > .container:last-child .left {
    width: 60%
}

.bg-styled-list > .container:last-child .right {
    width: 53%
}

.bg-styled-list.modules > .container:last-child .left {
    width: 40%;
}

.bg-styled-list.modules > .container:last-child .right {
    width: 60%;
}

@media screen and (max-width: 900px) {
    .bg-styled-list .decor {
        top: 0;
    }

    .bg-styled-list .bg-styled-list__wrapper {
        flex-direction: column;
    }

    .bg-styled-list > .container:last-child .left,
    .bg-styled-list > .container:last-child .right {
        width: 100%;
    }

    .bg-styled-list .container .left,
    .bg-styled-list .container .right {
        width: 100%;
    }
}


.consolidated-cargo__matrix {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 53px;
}

.consolidated-cargo__item {
    display: flex;
    gap: 26px;
    align-items: center;
}

.consolidated-cargo__item p {
    font-weight: 700;
    color: var(--color-blue);
    font-size: 24px;
    line-height: 32px;
}

.consolidated-cargo__right .text--24 {
    color: var(--color-blue);
    font-weight: 400;
    margin-bottom: 8px;
}

.double-text {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: var(--color-blue);
    margin-bottom: 32px;
}

.double-text span {
    color: var(--color-dark-blue);
}


.consolidated-cargo__right .text--16 {
    max-width: 522px;
}

@media screen and (max-width: 768px) {
    .consolidated-cargo__matrix {
        grid-template-columns: repeat(1, 1fr);
    }

    .bg-styled-list__wrapper .left .text--20 {
        line-height: 1;
    }

    .double-text, .double-text span {
        font-size: 30px;
    }
}

.blue-cards {
    margin-bottom: 115px;
}

.blue-cards .title--double-42 {
    color: var(--color-text);
    margin-bottom: 69px;
}

.blue-cards__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 19px;
}

.blue-cards__item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--color-blue);
    padding: 40px 43px;
}

.blue-cards__item img.decor {
    position: absolute;
    top: 0;
    right: 0;
}

.blue-cards__item-title {
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}

.blue-cards__item-desc {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 53px;
}

.blue-cards__item-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 111px;
}

.blue-cards__item-element {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.blue-cards__item-element img {
    width: 24px;
}

.blue-cards__item-element p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

.blue-cards__item .button--basic-bordered {
    height: 63px;
    width: calc(100% - 86px);
    color: #fff;
    position: absolute;
    bottom: 40px;
}

.blue-cards__item .button--basic-bordered svg path {
    fill: #fff;
}

.blue-cards__item .button--basic-bordered:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: var(--color-text);
}

.blue-cards__item .button--basic-bordered:hover svg path {
    fill: var(--color-text);
}


@media screen and (max-width: 1315px) {
    .blue-cards__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .blue-cards__list {
        display: flex;
        overflow: auto;
        margin: 0 -20px;
    }

    .blue-cards .title--double-42 {
        margin-bottom: 24px;
    }

    .blue-cards__item {
        min-width: 80%;
    }

    .blue-cards__item:first-child {
        margin-left: 20px;
    }

    .blue-cards__item:last-child {
        margin-right: 20px;
    }

    .blue-cards {
        margin-bottom: 58px;
    }
}

.gray-blocks {
    margin-bottom: 117px;
}

.gray-blocks .title--double-42 {
    margin-bottom: 33px;
}

.gray-blocks p {
    max-width: 936px;
    margin-bottom: 60px;
}

.gray-blocks .gray-blocks__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gray-blocks .gray-blocks__item {
    background-color: #D9D9D9;
    border-radius: 20px;
    height: 295px;
    background-size: cover;
}

@media screen and (max-width: 1000px) {
    .gray-blocks .gray-blocks__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 635px) {
    .gray-blocks .gray-blocks__list {
        display: flex;
        overflow: auto;
    }

    .gray-blocks .gray-blocks__item {
        min-width: 80%;
    }

    .gray-blocks .gray-blocks__item:first-child {
        margin-left: 20px;
    }

    .gray-blocks .gray-blocks__item:last-child {
        margin-right: 20px;
    }

    .gray-blocks .container {
        padding: 0;
    }

    .gray-blocks .container h2,
    .gray-blocks .container p {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .gray-blocks {
        margin-bottom: 60px;
    }

}

.additional-blocks {
    margin-bottom: 115px;
}

.additional-blocks .title--double-42 {
    margin-bottom: 69px;
}

.additional-blocks__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 345px;
    gap: 18px;
}

.additional-blocks__item {
    background: var(--color-dark-06);
    border-radius: 20px;
    padding: 35px 31px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    font-weight: 600;
    font-size: 18px;

    position: relative;
    overflow: hidden;
    transition: .3s ease;
}

.additional-blocks__item:hover {
    background: var(--color-blue);
}

.additional-blocks__item:hover p, .additional-blocks__item:hover svg path {
    fill: #fff;
    color: #fff;
}

.additional-blocks__item:hover .decor, .additional-blocks__item:hover img {
    filter: brightness(0) invert(1);
}

.additional-blocks__item p {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: var(--color-blue);
    min-height: 72px;
}

.additional-blocks__item > img:first-child {
    width: 64px;
    height: 64px;
}

.additional-blocks__item .decor {
    position: absolute;
    right: 0;
    top: 0;
}

.additional-blocks__item:nth-child(7) {
    grid-column: span 2;
}

.additional-blocks__item:nth-child(7) p {
    max-width: 50%;
}

@media screen and (max-width: 1200px) {
    .additional-blocks__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .additional-blocks__item:nth-child(7) {
        grid-column: span 3;
    }
}

@media screen and (max-width: 835px) {
    .additional-blocks__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .additional-blocks__item:nth-child(7) {
        grid-column: span 2;
    }
}

@media screen and (max-width: 650px) {
    .additional-blocks__list {
        display: flex;
        overflow: auto;
    }

    .additional-blocks__item {
        min-width: 80%;
        min-height: 300px;
    }

    .additional-blocks__item:first-child {
        margin-left: 20px;
    }

    .additional-blocks__item:last-child {
        margin-right: 20px;
    }

    .additional-blocks .container {
        padding: 0;
    }

    .additional-blocks .title--double-42 {
        padding: 0 20px;
        margin-bottom: 53px;
    }

    .additional-blocks {
        margin-bottom: 68px;
    }
}


.blue-form {
    margin-bottom: 110px;
}

.blue-form__wrapper {
    background-color: var(--color-blue);
    padding: 77px 82px;
    border-radius: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blue-form__inputs {
    display: flex;
    flex-direction: column;
    gap: 37px;
    width: 467px;
}

.blue-form__inputs input {
    border-radius: 60px;
    border: 1px solid #fff;
    height: 60px;
    color: #fff;
}

.blue-form__inputs input::placeholder {
    color: #fff;
    font-weight: 400;
}

.blue-form__inputs button {
    width: 50%;
    height: 54px;
}

.blue-form__title {
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

.blue-form__title span {
    font-weight: 300;
    font-size: 64px;
    line-height: 100%;
}

@media screen and (max-width: 1125px) {
    .blue-form__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .blue-form__title {
        margin-bottom: 40px;
    }

    .blue-form__title br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .blue-form__wrapper {
        padding: 60px 20px;
    }

    .blue-form__inputs {
        width: 100%;
    }

    .blue-form__inputs button {
        width: 100%;
    }

    .blue-form__title {
        font-size: 32px;
    }

    .blue-form__title span {
        font-size: 32px;
    }

    .blue-form {
        margin-bottom: 64px;
    }
}

.sea-cargo__styled-list .bg-styled-list__wrapper .left .bold {
    font-weight: 700;
    margin-bottom: 0;
}

.sea-cargo__styled-list .bg-styled-list__wrapper .left .text--20 {
    margin-bottom: 24px;
    line-height: 36px;
}

.sea-cargo__styled-list .left .title--double-42 {
    margin-bottom: 30px;
}

.sea-cargo__styled-list .container .left {
    width: 60%;
}

.sea-cargo__styled-list .container .right {
    width: 40%;
}

.sea-cargo__type {
    border: 1px solid var(--color-dark-blue-02);
    border-radius: 5px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    gap: 19px;
}

.sea-cargo__type p {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-transform: uppercase;
}

.sea-cargo__matrix {
    gap: 38px 54px;
}

.bg-styled-list__wrapper .right .text--20 {
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 32px;
}

.blue-filter-bg {
    background-repeat: no-repeat;
    padding: 100px 0 157px 0;
    background-size: cover;
    position: relative;
    margin-bottom: 120px;
}

.blue-filter-bg.containers h2.title--double-42 {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 632px;
    margin: 0 auto 64px;
}

.blue-filter-bg:after {
    position: absolute;
    content: "";
    background-color: #17385EE5;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.blue-filter-bg__header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 130px;
    margin-bottom: 56px;
}

.blue-filter-bg__header .left {
    width: 45%;
}

.blue-filter-bg__header .left .title--double-36 {
    color: #fff;
    text-transform: none;
    margin-bottom: 24px;
}

.blue-filter-bg__header .right {
    width: 55%;
}

.blue-filter-bg__list {
    position: relative;
    z-index: 2;
}

.blue-filter-bg__header p.text--20 {
    line-height: 36px;
    color: #fff;
}

.blue-filter-bg__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 73px 24px;
}

.blue-filter-bg__item {
    border: 1px solid var(--color-light-blue-02);
    border-radius: 5px;
    padding: 32px 23px;

    display: flex;
    align-items: center;
    gap: 32px;
}

.blue-filter-bg__item p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}

.right-image-block, .left-image-block  {
    overflow: hidden;
    margin-bottom: 112px;
}

@media screen and (max-width: 1200px) {
    .sea-cargo__matrix {
        gap: 16px;
    }

    .bg-styled-list .bg-styled-list__wrapper {
        flex-direction: column;
        gap: 32px
    }

    .bg-styled-list > .container:last-child .left,
    .bg-styled-list > .container:last-child .right {
        width: 100%;
    }

    .blue-filter-bg__header {
        flex-direction: column;
    }

    .blue-filter-bg__header .left,
    .blue-filter-bg__header .right {
        width: 100%;
    }

    .blue-filter-bg__header {
        gap: 32px;
    }
}

@media screen and (max-width: 960px) {
    .blue-filter-bg__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
}

@media screen and (max-width: 768px) {
    .right-image-block, .left-image-block  {
        margin-bottom: 60px;
    }

    .blue-filter-bg {
        margin-bottom: 64px;
    }

    .blue-filter-bg__header p.text--20 {
        line-height: 1;
    }

}

.right-image-block .container {
    position: relative;
}

.right-image-block .title--double-42 {
    margin-bottom: 75px;
}

.right-image-block__list {
    display: grid;
    gap: 75px 95px;
    grid-template-columns: repeat(2, 1fr);
}

.right-image-block__item {
    display: flex;
    align-items: flex-start;
    gap: 26px;
}

.right-image-block__image {
    width: 69px;
    min-width: 69px;
    height: 69px;
    border-radius: 50%;
    margin-top: 10px;
    background-color: var(--color-blue);
}

.right-image-block__content .text--24 {
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
}

.right-image-block__content .text--16 {

}

.right-image-block__img {
}

@media screen and (max-width: 768px) {
    .right-image-block__list {
        gap: 32px;
        margin-bottom: 32px;
    }
}

.route {
    padding: 46px 0 36px;
    border-bottom: 1px solid var(--color-blue);
}

.route__header {
    display: flex;
    align-items: flex-start;
    gap: 19px;
    margin-bottom: 27px;
}

.route__delivery-methods {
    display: flex;
    gap: 10px;
    align-items: center;
}

.route__delivery-method {
    background-color: var(--color-dark-06);
    width: 48px;
    height: 48px;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.route__title h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 13px;
}

.route__title p {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

.route__params .route__path {
    display: flex;
    align-items: center;
}

.route__path--title {
    display: flex;
    gap: 13px;
    margin-top: 6px;
    margin-right: 22px;
}

.route__wrapper {
    display: flex;
}

.route__path--title span {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--color-dark-03);
}

.route__path--self {
    color: var(--color-dark-blue-03);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-right: 43px;

    display: flex;
    align-items: center;
    gap: 24px;

}

.route__path--city {
    position: relative;
}

.route__path--city:after {
    content: "⟶";
    position: absolute;
    right: -20px;
    top: -3px;
}

.route__path--city:last-child:after {
    content: "";
}

.route__path .button--basic {
    background-color: var(--color-blue);
}
.map .title--double-42 {
    margin-bottom: 52px;
}

.map__wrapper {
    display: flex;
    gap: 68px;
}

.map .left {
    height: 430px;
    overflow: hidden;
    border-radius: 20px;
    width: 50%;
}

.map .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map .right {
    max-height: 430px;
    overflow: auto;
}

.map {
    margin-bottom: 115px;
}

@media screen and (max-width: 1180px) {
    .map__wrapper {
        flex-direction: column;
    }

    .map .left,
    .map .right {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .route__params .route__path {
        flex-direction: column;
        align-items: flex-start;
        gap: 27px;
    }

    .map .right {
        max-height: none;
    }

    .route__wrapper {
        align-items: flex-start;
        gap: 20px;
    }

    .route__path--self {
        flex-direction: column;
        align-items: flex-start;
    }

    .route__path--title {
        margin: 0;
    }

    .route__path--city:after {
        transform: rotate(90deg);
        right: auto;
        top: 20px;
        left: 0;
    }

    .route__path .button--basic {
        height: 43px;
        width: 50%;
    }
}

.hero__blue-list {
    margin-bottom: 60px;
    display: flex;
    width: calc(100% - 100px);
    gap: 35px;
}

.hero__blue-item {
    display: flex;
    gap: 11px;
    align-items: center;
}

.hero__blue-list.block-items .hero__blue-item {
    flex-direction: column;
}

.hero__blue-list.block-items .hero__blue-item p {
    text-align: center;
}

.hero__blue-img {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--color-blue);
}

.hero__blue-img, .right-image-block__image {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.hero__blue-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-blue);
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .hero__blue-list {
        flex-direction: column;
        margin: 0 auto 60px;
    }
}

.avia__styled-list ul, .container__styled-list ul {
    margin-left: 20px;
}

.avia__styled-list ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 6px;
    list-style: disc;
}

.container__styled-list ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 6px;
    list-style: disc;
}

.avia__styled-list .text--20 {
    margin-bottom: 20px;
}

.bg-styled-list.avia__styled-list > .container:last-child .left {
    width: 63%;
}

.bg-styled-list.avia__styled-list .decor {
    top: -50%;
}

.blue-text-block {
    background-color: var(--color-blue);
    border-radius: 20px;
    padding: 31px 30px 41px;
}

.blue-text-block.listed {
    padding: 56px 48px;
    margin-top: -20px;
}

.blue-text-block * {
    color: #fff;
}

.blue-text-block .text--24 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
}

.blue-text-block.listed .text--24 {
    border-bottom: none;
    margin-bottom: 50px;
}

.blue-text-block .blue-text-block__price {
    display: flex;
    align-items: center;
    padding: 22px 0 13px 0;
    gap: 24px;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
}

.blue-text-block .blue-text-block__price p:first-child {
    font-weight: 700;
    font-size: 48px;
    line-height: 36px;
    white-space: nowrap;
}

.blue-text-block .blue-text-block__price p:last-child {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.blue-text-block p.disclamer {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

@media screen and (max-width: 1180px) {
    .blue-text-block .blue-text-block__price {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .blue-text-block {
        padding: 16px;
    }

    .blue-text-block .blue-text-block__price p:first-child {
        font-size: 36px;
    }

    .blue-text-block p.disclamer {
        font-size: 14px;
        line-height: 1;
    }

    .left-image-list {
        margin-bottom: 40px;
    }

    .bg-styled-list.avia__styled-list > .container:last-child .left {
        width: 100%;
    }

    .blue-text-block .blue-text-block__price p:last-child {
        font-size: 16px;
        line-height: 1;
    }
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
    z-index: 2;
}

.step {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.step::before {
    content: attr(data-step);
    position: absolute;
    top: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-dark-07);
    color: var(--color-blue);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 2;
}

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 65px;
    left: -1px;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% - 25px);
    background: var(--color-dark-07);
    z-index: 0;
}

.step:nth-child(odd) {
    left: 0;
    padding: 20px 73px 20px 0;
}

.step:nth-child(odd)::after {
    right: -1px;
    left: auto;
}

.step:nth-child(even) {
    left: 50%;
    text-align: left;
    padding: 20px 0 20px 73px;
}

.step:nth-child(odd)::before {
    right: -20px;
}

.step:nth-child(even)::before {
    left: -20px;
}

.step h3::after {
    content: "";
    position: absolute;
    top: 8px;
    width: 40px;
    height: 2px;
    background: var(--color-dark-07);
    z-index: 1;
}

.step:nth-child(odd) h3::after {
    right: -60px;
}

.step:nth-child(even) h3::after {
    left: -60px;
}

.step h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: var(--color-light-blue-03);
    margin-top: 15px;
    position: relative;
    width: 100%;
}

.step p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

.blue-filter-bg.avia .container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.blue-filter-bg.avia .container .right {
    flex: 1;
    max-width: 800px;
}

.blue-filter-bg.avia .title--double-42 {
    max-width: 400px !important;
}

.blue-filter-bg.avia .container .left h2 {
    color: #fff;
    position: relative;
    z-index: 2;
    max-width: 400px;
}

@media screen and (max-width: 1200px) {
    .blue-filter-bg.avia .container {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .blue-filter-bg.avia .container {
        flex-direction: column;
    }

    .step {
        width: 100%;
    }

    .step:nth-child(even) {
        left: 0;
    }

    .step:nth-child(odd)::before {
        right: auto;
        left: -20px;
    }

    .step:nth-child(odd)::after {
        left: 1px;
    }

    .step:nth-child(odd) h3::after {
        left: -60px;
    }

    .step:nth-child(odd),
    .step:nth-child(even){
        padding: 20px 0 20px 50px;
    }

    .timeline {
        margin-left: 20px;
        padding: 0;
    }

    .blue-filter-bg {
        padding: 80px 0 89px 0;
    }

    .blue-filter-bg.avia .container .left h2 {
        font-size: 24px;
    }


    .blue-filter-bg {
        padding: 37px 0 ;
    }
}

.table {
    margin-bottom: 120px;
}

.table .title--double-42 {
    margin-bottom: 60px;
}

.table table {
    width: 100%;
    border-collapse: collapse;
}

.table th,
.table td {
    text-align: left;
    padding: 14px 18px;
}

.table thead th {
    font-weight: 600;
    border-bottom: 2px solid #183c6b;
    color: #222;
    background: #fff;

    font-size: 20px;
    line-height: 42px;
}

.table tbody td {
    border-bottom: 1px solid var(--color-dark-05);

    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.table thead th {
    background-color: var(--color-body);
}

.table tbody tr:last-child td {
    border-bottom: none;
}

.table td:first-child,
.table th:first-child {
    font-weight: 500;
}

@media screen and (max-width: 1040px){
    .scrollable {
        overflow: auto;
    }

    table {
        overflow: hidden;
        min-width: var(--container-width);
    }
}

@media screen and (max-width: 768px){
    .table .title--double-42 {
        margin-bottom: 45px;
    }

    .table thead th:first-child {
        width: 200px;
    }

    .table {
        margin-bottom: 60px;
    }
}

.hero__blue-description {
    display: flex;
    align-items: center;
    gap: 48px;
}

.hero__blue-description p {
    text-transform: uppercase;
    color: var(--color-blue);
    margin-bottom: 0;
    font-weight: 700;
}

.bg-styled-list__description {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
}

.bg-styled-list__description strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
}


.container__styled-list .text--20 {
    margin-bottom: 16px;
}


@media screen and (max-width: 1100px) {
    .bg-styled-list .bg-styled-list__wrapper {
        flex-direction: column;
    }

    .bg-styled-list.modules > .container:last-child .left,
    .bg-styled-list.modules > .container:last-child .right {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .bg-styled-list__description strong {
        font-size: 16px;
    }
    .bg-styled-list__description {
        font-size: 16px;
    }

    .container__styled-list ul li {
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .bg-styled-list .container .left .title--double-42 {
        margin-bottom: 24px;
    }

    .bg-styled-list .bg-styled-list__wrapper {
        gap: 32px;
        margin-bottom: 64px;
    }

    .bg-styled-list {
        margin-bottom: 64px;
    }
}

.blue-bg-block {
    min-height: 447px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.transport-types {
    display: grid;
    gap: 20px;
    padding: 30px;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 2;
}

.transport-types h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 28px;
    min-height: 72px;
}

.transport-card {
    padding: 20px 40px;
}

.transport-card:not(:last-child) {
    border-right: 1px solid #fff;
}

@media screen and (max-width: 1190px) {
    .transport-types {
        grid-template-columns: repeat(1, 1fr);
    }

    .transport-card:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #fff;
    }
}

.info-item .label {
    font-weight: 700;
    min-width: 80px;
    color: #fff;

    font-size: 20px;
    line-height: 36px;
}

.info-item .value {
    flex: 1;
    color: #fff;

    font-size: 20px;
    line-height: 36px;

    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .transport-types {
        padding: 0;
    }

    .transport-card {
        padding: 20px 0;
    }

    .transport-types h2 {
        min-height: auto;
        margin-bottom: 19px;
        font-size: 16px;
    }

    .blue-filter-bg.containers h2.title--double-42 {
        margin-bottom: 32px;
    }

    .info-item .label, .info-item .value {
        font-size: 14px;
        line-height: 1;
    }
}


.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    /*width: 100%;*/
    /*height: 100%;*/
    gap: 90px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 37px;
    }

    .quadrant {
        padding-bottom: 20px;
        border-bottom: 2px solid var(--color-blue);
    }

    .quadrant:last-child {
        border-bottom: none;
    }

    .cross-horizontal, .cross-vertical {
        display: none;
    }
}

.quadrant {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.quadrant h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    color: var(--color-blue);
    margin-bottom: 16px;
}

.quadrant p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--color-dark-04);
}

.cross-horizontal {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: var(--color-blue);
    transform: translateY(-50%);
    z-index: 10;
}

.cross-vertical {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: var(--color-blue);
    transform: translateX(-50%);
    z-index: 10;
}

.bg-styled-list__wrapper .right {
    position: relative;
}

.left-image-block {
}

.left-image-block .container,
.right-image-block .container {
    position: relative;
    padding: 0;
}

.special-container {
    margin-left: calc((100vw - 100%) / -2);
    gap: 80px;
    display: flex;
    align-items: center;
}

.special-container.right {
    margin-right: calc((100vw - 100%) / -2);
    margin-left: auto;
}

.header.header--light {
    position: sticky;
    background-color: #fff;
    z-index: 1000;
    top: -100px;
}

.left-image-block .image-section, .right-image-block .image-section {
    flex-shrink: 0;
    height: 580px;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    width: calc(50vw - 268px);
}

.right .image-section {
    border-radius: 20px 0 0 20px;
}


.left-image-block .image-section img,
.right-image-block .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-section {
    min-height: 390px;
    padding-right: 40px;
    flex: 1;
}

.right .content-section {
    padding-right: 0px;
    padding-left: 40px;
}

.content-section .subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    color: var(--color-text);
    margin-bottom: 32px;
}

.content-section .title--double-42 {
    margin-bottom: 29px;
}

.content-section .factors-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
    margin-bottom: 60px;
}

.factor-item {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
}

.factor-item::before {
    content: "•";
    color: #004a7c;
    font-size: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}

.content-section .button--basic {
    height: 53px;
}

.content-section .right-image-block__list {
    margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
    .right-image-block__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .left-image-block .image-section,
    .right-image-block .image-section
    {
        width: calc(50vw - 100px);
    }
}

@media screen and (max-width: 900px) {
    .special-container {
        display: block;
        margin-left: 0;
    }

    .left-image-block .image-section,
    .right-image-block .image-section {
        width: 100%;
        border-radius: 20px;
        margin-bottom: 32px;
    }

    .left-image-block .container,
    .right-image-block .container {
        padding: 0 var(--gutter);
    }


    .right .content-section {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .left-image-block .image-section ,
    .right-image-block .image-section {
        height: auto;
        aspect-ratio: 3.5 / 2;
    }

    .content-section .factors-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .special-container.right {
        margin-right: 0;
    }

    .left-image-block .container,
    .right-image-block .container {
        padding: 0 20px;
    }

    .content-section {
        padding-right: 0;
    }

    .right-image-block__content .text--24 {
        font-size: 16px;
    }

    .right-image-block__content .text--16 {
        font-size: 14px;
    }

    .content-section .right-image-block__list {
        gap: 40px;
    }

    .content-section .button--basic {
        width: 100%;
    }

}

.two-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


@media screen and (max-width: 768px) {
    .two-cols {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
}


.train__styled-list ul {
}

.train__styled-list ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
}

@media screen and (max-width: 768px) {
    .avia__styled-list ul li, .train__styled-list ul li {
        font-size: 16px;
    }
}

.cargo-services {
    margin-bottom: 200px;
}

.cargo-services .text--20 {
    margin-bottom: 32px;
}

.cargo-services .services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.cargo-services .service-card {
    background: var(--color-blue);
    border-radius: 20px;
    padding: 20px 24px;
    color: white;
    height: 198px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cargo-services .service-card h3 {
    font-size: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.cargo-services .service-card p {
    font-size: 16px;
    color: var(--color-dark-06);
}

.cargo-services .delivery-section {
    display: flex;
    align-items: center;
    gap: 100px;
}

.cargo-services .delivery-title {
    color: var(--color-blue);
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 200px;
}

.cargo-services .delivery-info {
    display: flex;
    gap: 40px;
    align-items: center;
    flex: 1;
}

.cargo-services .delivery-item {
    display: flex;
    flex-direction: column;
}

.cargo-services .delivery-label {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    white-space: nowrap;
}

.cargo-services .delivery-value {
    font-size: 42px;
    font-weight: 700;
    color: var(--color-blue);
    white-space: nowrap;
}

.cargo-services .delivery-description {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    max-width: 600px;
}

.cargo-services .divider {
    width: 2px;
    min-width: 2px;
    height: 100px;
    background-color: var(--color-blue);
}

@media (max-width: 1200px) {
    .cargo-services .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cargo-services .delivery-section {
        flex-direction: column;
        gap: 32px;
        align-items: flex-start;

    }
}

@media (max-width: 1035px) {
    .cargo-services .delivery-info {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .cargo-services .divider {
        margin: 0 auto;
    }

    .cargo-services .delivery-description {
        width: 100%;
        max-width: none;
        grid-column: span 3;
    }
}

@media (max-width: 768px) {
    .cargo-services .delivery-description {
        font-size: 16px;
        line-height: 1;
    }
    .cargo-services .services-grid {
        display: flex;
        overflow: auto;
        margin: 0 -20px 50px;
    }

    .cargo-services .service-card {
        min-width: 80%;
    }

    .cargo-services .service-card:first-child {
        margin-left: 20px;
    }

    .cargo-services .service-card:last-child {
        margin-right: 20px;
    }

    .cargo-services .delivery-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .cargo-services .delivery-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .cargo-services .delivery-value {
        font-size: 24px;
    }

    .cargo-services .title--double-42 {
        margin-bottom: 12px;
    }

    .cargo-services .delivery-label {
        white-space: wrap;
        font-size: 16px;
        line-height: 1;
    }

    .cargo-services .delivery-title {
        font-size: 24px;
    }

    .cargo-services {
        margin-bottom: 60px;
    }
}

.cargo-sections {
    margin-bottom: 117px;
}

.cargo-sections__wrapper {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cargo-sections .breadcrumbs {
    margin-top: 60px;
}

.cargo-sections h1 {
    margin-bottom: 60px;
}


.cargo-sections .card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 40px 30px;
    min-height: 462px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.cargo-sections .card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: var(--color-blue);
    opacity: .8;
    height: 100%;
    pointer-events: none;
    transition: .3s ease;
}

.cargo-sections .card:hover::before {
    opacity: .6;
}

.cargo-sections .card .button--basic-bordered {
    color: #fff;
    position: relative;
    z-index: 2;
    height: 50px;
}

.cargo-sections .card .button--basic-bordered:hover {
    background-color: var(--color-red);
}

.cargo-sections .card.real-image {
    background-size: cover;
    background-position: center;
}

.cargo-sections .card.real-image::before {
    background: transparent;
}

.cargo-sections .card-content {
    position: relative;
    z-index: 2;
}

.cargo-sections .card-title {
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;

    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
}

.cargo-sections .card-time {
    display: flex;
    align-items: center;
    color: white;
    margin-bottom: 25px;

    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    vertical-align: middle;
}

.cargo-sections .card-time::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_216_3744)"><path d="M24 11.1941V12.7875L23.8446 13.9683C23.0171 18.9782 18.9907 23.0151 13.9735 23.8354L12.7928 23.9908C12.2656 23.9683 11.7239 24.0212 11.1987 23.9908C1.00479 23.3942 -3.77761 10.7548 3.51307 3.48798C10.7925 -3.76765 23.4047 1.01938 24 11.1941ZM11.2827 1.87995C3.57658 2.37142 -0.769262 11.2218 3.59179 17.6493C7.62475 23.5939 16.327 23.6078 20.3811 17.6771C25.1622 10.6834 19.6754 1.34482 11.2827 1.87995Z" fill="%23A7DCF8"/><path d="M11.7483 5.57937C12.2987 5.46692 12.7914 5.76194 12.9224 6.30632L12.9409 11.5842L16.4031 14.2168C17.1016 15.002 16.2251 16.2468 15.1311 15.5821C13.8207 14.785 12.5083 13.5183 11.2449 12.6227C11.1318 12.4685 11.0723 12.3005 11.0551 12.1094C10.8924 10.291 11.1808 8.23252 11.0571 6.38901C11.0829 6.04174 11.4103 5.64816 11.7477 5.57937H11.7483Z" fill="%23A7DCF8"/></g><defs><clipPath id="clip0_216_3744"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

@media (max-width: 968px) {
    .cargo-sections__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .cargo-sections__wrapper {
        grid-template-columns: 1fr;
    }
}


.customs-clearance {
    margin-bottom: 117px;
}

.customs-clearance .title--double-42 {
    margin-bottom: 50px;
}

.customs-clearance .cards-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.customs-clearance .card {
    flex: 1;
    min-width: 250px;
    background: var(--color-blue);
    border-radius: 20px;
    padding: 20px 24px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    cursor: pointer;
    transition: .3s ease;
}

.customs-clearance .card:hover {
    background-color: var(--color-red);
}

.customs-clearance .card-content {
    flex: 1;
}

.customs-clearance .card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
    letter-spacing: 0.3px;
}

.customs-clearance .card-subtitle {
    font-size: 15px;
    font-weight: 400;
    opacity: 0.95;
    line-height: 1.5;
}

.customs-clearance .card-arrow {
    display: flex;
    align-items: center;
    margin-top: 24px;
    transition: .3s ease;
}

.customs-clearance .card-arrow svg {
    width: 56px;
    height: 20px;
}

.customs-clearance .card:hover .card-arrow {
    transform: translateX(10px);
}
.customs-clearance .arrow-line {
    stroke: white;
    stroke-width: 2;
    fill: none;
}

@media (max-width: 1200px) {
    .customs-clearance .cards-container {
        flex-wrap: wrap;
    }

    .customs-clearance .card {
        min-width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .customs-clearance .main-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .customs-clearance .card {
        min-width: 100%;
        padding: 32px 24px;
    }
}

.customs-procedures-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.customs-procedures-section .column {
}

.customs-procedures-section .column-title {
    font-size: 24px;
    font-weight: 400;
    color: var(--color-blue);
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-blue);
}

@media screen and (max-width: 940px) {
    .customs-procedures-section .column-title {
        min-height: 80px;
    }
}

.customs-procedures-section .procedure-item {
    padding-bottom: 20px;
    margin-bottom: 16px;

    min-height: 100px;
}

.procedure-item:not(:last-child) {
    border-bottom: 1px solid var(--color-blue);
}

.customs-procedures-section .procedure-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-blue);
    margin-bottom: 10px;
}

.customs-procedures-section .procedure-description {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.customs-procedures-section .divider {
    height: 100%;
    width: 1px;
    background-color: var(--color-blue);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.customs-procedures-section {
    position: relative;
}

.customs-procedures {
    padding-top: 35px;
    margin-bottom: 86px;
}

@media screen and (max-width: 876px) {
    .customs-procedures-section {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .customs-procedures-section .divider {
        display: none;
    }
}

.customs-procedures-elements-wrapper {
    margin-bottom: 135px;
}

.customs-procedures-elements-wrapper .title--double-42 {
    margin-bottom: 64px;
}

.customs-procedures-elements .cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.customs-procedures-elements .card {
    background-color: #F6F8FC;
    border-radius: 20px;
    padding: 31px 22px;
    min-height: 240px;
}

.customs-procedures-elements .card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-blue);
    margin-bottom: 28px;
}

.customs-procedures-elements .card-description {
    /*font-size: 14px;*/
    /*line-height: 1.6;*/
    /*color: #4a4a4a;*/

    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

@media (max-width: 1200px) {
    .customs-procedures-elements .cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .customs-procedures-elements .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .customs-procedures-elements .cards-grid {
        grid-template-columns: 1fr;
    }

    .customs-procedures-elements .main-title {
        font-size: 28px;
    }
}

.customs-image-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 131px;
}

.customs-image-list__card {
    background: #F6F8FC;
    border-radius: 20px;
    padding: 46px 0 46px 46px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    position: relative;
}

.customs-image-list__content {
    flex: 1;
}

.customs-image-list__title {
    color: #000;
    margin-bottom: 35px;

    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}

.customs-image-list__list {
    list-style: none;
}

.customs-image-list__item {
    color: #000;
    margin-bottom: 16px;
    padding-left: 20px;
    position: relative;

    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}

.customs-image-list__item:last-child {
    margin-bottom: 0;
}

.customs-image-list__item::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #2a2a2a;
    font-weight: bold;
    font-size: 20px;
}

.customs-image-list__icon-wrapper {
    flex-shrink: 0;
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    right: 0;
}

.customs-image-list__icon {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .customs-image-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .customs-image-list__card {
        flex-direction: column-reverse;
        padding: 28px
    }

    .customs-image-list__icon-wrapper {
        width: 200px;
        height: 200px;
        position: relative;
    }

    .customs-image-list__icon--clipboard {
        width: 120px;
        height: 140px;
    }

    .customs-image-list__icon--clock {
        width: 140px;
        height: 140px;
    }

    .customs-image-list__title {
        font-size: 24px;
    }

    .customs-image-list {
        margin-bottom: 58px;
    }
}

.features {
    margin-bottom: 77px;
}

.features__title {
    font-size: 24px;
    font-weight: 400;
    color: var(--color-blue);
    margin-bottom: 40px;
}

.features__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 80px;
}

.features__item {
    display: flex;
    flex-direction: column;
}

.features__item-title {
    color: var(--color-blue);
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}

.features__item-description {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--color-text);
}

@media (max-width: 768px) {

    .features__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .features__title {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .features__item-title {
        font-size: 16px;
    }

    .features__item-description {
        font-size: 14px;
    }
}

.logistics {
    /*padding: 60px 20px;*/
    margin-bottom: 220px;
}

.logistics__row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
}

.logistics__row:first-child {
    margin-bottom: 84px;
}

.logistics__row--reverse {
    flex-direction: row-reverse;
}

.logistics__row--reverse .logistics__image-wrapper {
    flex: 0 0 calc(60% - 40px);
    height: 288px;
}

.logistics__image-wrapper {
    flex: 0 0 40%;
    border-radius: 20px;
    overflow: hidden;
    height: 321px;
}

.logistics__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.logistics__content {
    flex: 1;
}

.logistics__title {
    color: var(--color-blue);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.logistics__text {
    color: #333;

    font-weight: 400;
    font-size: 20px;
    line-height: 36px;

    color: var(--color-text);
}

.logistics__list {
    list-style: none;
    padding-left: 0;
}

.logistics__list-item {
    color: #333;
    padding-left: 25px;
    margin-bottom: 10px;
    margin-left: 10px;
    position: relative;

    color: #333;
    margin-bottom: 10px;

    font-weight: 400;
    font-size: 20px;
    line-height: 36px;

    color: var(--color-text);
}

.logistics__list-item:last-child {
    margin-bottom: 0;
}

.logistics__list-item::before {
    content: "•";
    color: #1a4d8f;
    font-size: 20px;
    position: absolute;
    left: 5px;
}

.logistics__services {
    margin-top: 40px;
}

.logistics__services-title {
    color: var(--color-blue);
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
}

.logistics__services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.logistics__service-card {
    background-color: var(--color-blue);
    border-radius: 20px;
    padding: 22px 2px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logistics__services-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.logistics__services-line {
    display: flex;
    flex: 1;
    height: 2px;
}

.logistics__services-line-red {
    width: 280px;
    background-color: var(--color-red);
}

.logistics__services-line-gray {
    flex: 1;
    background-color: var(--color-blue);
}

.logistics__service-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;

}

@media (max-width: 1024px) {
    .logistics__services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .logistics__row,
    .logistics__row--reverse {
        flex-direction: column;
        gap: 30px;
    }

    .logistics__image-wrapper {
        flex: 0 0 auto;
        width: 100%;
    }

    .logistics__services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .logistics__title {
        font-size: 20px;
    }

    .logistics__text, .logistics__list-item {
        font-size: 16px;
        line-height: 1.4;
    }

    .logistics__services-line {
        display: none;
    }
    .logistics {
        margin-bottom: 60px;
    }
}

@media (max-width: 480px) {

    .logistics__services-grid {
        grid-template-columns: 1fr;
    }

    .logistics__title {
        font-size: 18px;
    }

    .logistics__text,
    .logistics__list-item {
        font-size: 14px;
    }
}


.fts-classification {
    margin-bottom: 115px;
    margin-top: 64px;
}

.fts-classification__wrapper {
    display: flex;
}

.fts-classification__left {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 60px;
}

.fts-classification__title {
    color: var(--color-blue);
    max-width: 600px;

    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    text-transform: uppercase;
}

.fts-classification__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
}

.fts-classification__description {
    margin-bottom: 40px;
}

.fts-classification__text {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: var(--color-text);
}

.fts-classification__benefits-title {
    color: var(--color-blue);
    margin-bottom: 30px;

    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}

.fts-classification__benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 60px;
}

.fts-classification__benefit-item {
    display: flex;
    gap: 12px;
}

.fts-classification__benefit-bullet {
    flex-shrink: 0;
    width: 3px;
    height: 3px;
    background-color: var(--color-text);
    border-radius: 50%;
    margin-top: 10px;
}

.fts-classification__benefit-text {
    color: var(--color-text);

    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}



@media (max-width: 1160px) {
    .fts-classification__wrapper {
        flex-direction: column;
    }

    .fts-classification__left {
        flex: 1;
        padding-right: 0;
        justify-content: flex-start;
    }

    .fts-classification__title {
        max-width: none;
        margin-bottom: 32px;
    }

    .fts-classification__right {
        padding-left: 0;
    }

    .fts-classification {
        margin-top: 0;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .fts-classification__title {
        font-size: 24px;
    }

    .fts-classification__text {
        font-size: 16px;
    }

    .fts-classification__description {
        margin-bottom: 0;
    }

    .fts-classification__benefits {
        grid-template-columns: 1fr;
    }
}

.txt-block {
    padding: 97px 0 68px 73px;
}

.txt-block .text--24 {
    font-weight: 400;
    padding-bottom: 0;
    border-bottom: none;
}

.txt-block .text--36 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
    .txt-block {
        padding: 24px;
    }
}

.bg-styled-list__description {

}

.bg-styled-list__description .warn {
    color: var(--color-red);
    font-weight: 700;
}

.documents-info {
    margin-bottom: 115px;
}

.documents-info__container {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 60px;
    align-items: start;

    border: 1px solid var(--color-blue);
    border-radius: 20px;
    padding: 45px 57px;
}

.documents-info__divider {
    width: 1px;
    height: 100%;
    background-color: var(--color-blue);
}

.documents-info__column {
    padding: 0;
}

.documents-info__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-blue);
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 100%;
    text-transform: uppercase;
}

.documents-info__subtitle {
    margin-bottom: 20px;

    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--color-text);
}

.documents-info__list {
    list-style: none;
    padding-left: 0;
    margin-left: 12px;
}

.documents-info__list-item {
    position: relative;
    padding-left: 25px;

    margin-bottom: 12px;

    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: var(--color-text);
}

.documents-info__list-item::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--color-text);;
    font-size: 20px;
}

.documents-info__description {
    margin-bottom: 20px;

    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--color-text);
}

.documents-info__description-title {
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 968px) {
    .documents-info__container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 32px 24px;
    }

    .documents-info__divider {
        display: none;
    }

}

@media (max-width: 480px) {

    .documents-info__title {
        font-size: 20px;
    }

    .documents-info__subtitle,
    .documents-info__list-item,
    .documents-info__description {
        font-size: 14px;
    }
}


.customs-services__description {
    font-size: 20px;
    color: var(--color-text);
    margin-bottom: 40px;
    line-height: 1.6;
}

.customs-services__section-title {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-text);
    margin-bottom: 15px;
}

.customs-services__list {
    list-style: none;
    margin-bottom: 35px;
    margin-left: 12px;
}

.customs-services__list-item {
    font-size: 20px;
    color: var(--color-text);
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.customs-services__list-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--color-text);
    font-weight: bold;
}


@media screen and (max-width: 768px) {
    .customs-services__list-item {
        font-size: 16px;
    }
}

.customs-dispute {
    margin-bottom: 106px;
}

.customs-dispute__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 112px;
    align-items: start;
}

.customs-dispute__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.customs-dispute__title {
    color: var(--color-blue);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.customs-dispute__text {
    color: var(--color-text);
    font-size: 20px;
    line-height: 36px;
}

.customs-dispute__help {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.customs-dispute__help-title {
    color: var(--color-text);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.customs-dispute__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.customs-dispute__list-item {
    color: var(--color-text);
    font-size: 20px;
    padding-left: 20px;
    position: relative;
    margin-left: 12px;
}

.customs-dispute__list-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a4d8f;
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 968px) {
    .customs-dispute__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 640px) {

    .customs-dispute__title {
        font-size: 18px;
    }

    .customs-dispute__text,
    .customs-dispute__help-title,
    .customs-dispute__list-item {
        font-size: 15px;
    }
}

.content-section .text--20 {
    margin-bottom: 44px;
}

.customs-process {
    max-width: var(--container-width);
    padding: 0 var(--gutter);
    margin: 0 auto;
    position: relative;
}
.customs-process .title--double-42 {
    text-align: center;
    margin-bottom: 140px;
}

.customs-process__timeline {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #ddd 0%, #ddd 50%, transparent 50%, transparent 100%);
    background-size: 2px 20px;
    transform: translateX(-50%);
}

.customs-process__step {
    display: flex;
    align-items: center;
    /*margin-bottom: 80px;*/
    position: relative;
    padding-bottom: 80px;
}

.customs-process__step:before {
    content: "";
    width: 1px;
    height: calc(100% + 32px);
    background-color: var(--color-blue);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.customs-process__step:last-child:before {
    content: "";
    width: 1px;
    height: 50%;
    background-color: var(--color-blue);
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translate(-50%, -50%);
}


.customs-process__step:after {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--color-blue);
    position: absolute;
    top: calc(50% - 32px);
    left: 50%;
    transform: translate(-50%, -50%);

    outline: 10px solid #fff;
}

.customs-process__step:last-child {
    margin-bottom: 0;
}

.customs-process__step--left {
    flex-direction: row;
}

.customs-process__step--right {
    flex-direction: row-reverse;
}

.customs-process__content {
    width: 45%;
    background: white;
    padding: 45px 0;
    border-radius: 20px;
}

.customs-process__image {
    width: 45%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.customs-process__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.customs-process__number {
    width: 60px;
    height: 60px;
    background: var(--color-blue);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    top: -65px;
}

.customs-process__title {
    color: var(--color-blue);
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.customs-process__list {
    list-style: none;
    margin-left: 10px;
}

.customs-process__item {
    color: var(--color-text);
    font-size: 20px;
    line-height: 36px;
    /*margin-bottom: 10px;*/
    padding-left: 15px;
    position: relative;
}

.customs-process__item:last-child {
    margin-bottom: 0;
}

.customs-process__item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1e5a8e;
    font-weight: bold;
}

.customs-process__spacer {
    width: 10%;
    position: relative;
}

.customs-process__spacer:before {
    content: "";

    width: calc(100% - 40px);
    left: 20px;

    height: 1px;
    background-color: var(--color-blue);
    position: absolute;
    top: calc(50% + 8px);
}

@media (max-width: 900px) {
    .customs-process__step {
        flex-direction: column-reverse !important;
        padding-bottom: 110px;
    }

    .customs-process__content,
    .customs-process__image {
        width: 100%;
        background: var(--color-main-gray);
        position: relative;
        z-index: 333;
        padding: 40px 25px;
    }

    .customs-process__image {
        margin-bottom: 20px;
        order: -1;
        display: none;
    }

    .customs-process__spacer {
        display: none;
    }

    .customs-process__timeline {
        display: none;
    }

    .customs-process__number {
        position: static;
        transform: translateY(-20px);
        margin-bottom: 60px;
    }

    .customs-process .title--double-42 {
        text-align: left;
        margin-bottom: 40px;
    }

    .customs-process {
        padding: 0 20px;
    }

    .customs-process__title {
        font-size: 21px;
        margin-bottom: 33px;
    }

    .customs-process__item {
        font-size: 16px;
        line-height: 1;
    }
}

.customs-documents {
}

.customs-documents .title--double-42 {
    margin-bottom: 46px;
}

.customs-documents__main {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 80px;
}

.customs-documents__subtitle {
    color: var(--color-text);
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
}
.customs-documents__card {
    flex: 1;
    border: 2px solid var(--color-blue);
    border-radius: 20px;
    padding: 25px 28px;
}

.customs-documents__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
    list-style: none;
}

.customs-documents__list-item {
    color: var(--color-text);
    position: relative;
    padding-left: 15px;

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.customs-documents__list-item:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a4d8f;
    font-weight: bold;
}

.customs-documents__image-wrapper {
    width: 200px;
    height: 250px;
    flex-shrink: 0;
}

.customs-documents__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.customs-documents__notice {
    margin-top: 20px;
    font-size: 16px;
}

.customs-documents__notice-label {
    color: #D82D32;
    font-size: 20px;
    font-weight: bold;
}

.customs-documents__notice-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: var(--color-text);
}

.customs-documents__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-top: 60px;
}

.customs-documents__info-block {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.customs-documents__info-image-wrapper {
    width: 180px;
    height: 180px;
    flex-shrink: 0;
}

.customs-documents__info-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.customs-documents__info-content {
    flex: 1;
}

.customs-documents__info-title {
    color: var(--color-blue);
    margin-bottom: 30px;

    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;

}

.customs-documents__info-list {
    list-style: none;
}

.customs-documents__info-item {
    color: var(--color-text);
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;

    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
}

.customs-documents__info-item:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a4d8f;
    font-weight: bold;
}

.customs-documents__info-item:last-child {
    margin-bottom: 0;
}

.customs-documents {
    margin-bottom: 112px;
}


@media screen and (max-width: 1100px) {
    .customs-documents__info {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 850px) {
    .customs-documents__main {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 20px;
    }

    .customs-documents__image-wrapper,
    .customs-documents__info-image-wrapper {
        width: 82px;
        height: 80px;
    }

    .customs-documents .title--double-42 {
        margin-bottom: -60px;
        max-width: calc(100% - 90px);
    }

    .customs-documents__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .customs-documents__info-content {
        margin-top: -40px;
    }

    .customs-documents__info-title {
        margin-left: -90px;
        font-size: 24px;
    }

    .customs-documents__info-block {
        gap: 8px;
    }

    .customs-documents__info-item {
        font-size: 16px;
        line-height: 1;
    }
}



.contacts-section {
    padding-top: 60px;
    margin-bottom: 60px;
}

.contacts-section .breadcrumbs {
    margin-bottom: 40px;
}

.contacts-section__content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 64px;
}

.contacts-section__map {
    width: 100%;
    height: 553px;
    border: none;
    border-radius: 20px;
}

.contacts-section__info {
    padding: 40px 0;
}

.office-card {
    padding-bottom: 12px;
}

.office-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

.office-card__title {
    color: var(--color-blue);

    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}

.office-card__toggle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #003d7a;
    transition: transform 0.3s;
}

.office-card--expanded .office-card__toggle {
    transform: rotate(45deg);
}

.office-card--expanded .office-card__header {
    border-bottom: none;
}

.office-card__content {
    display: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.office-card--expanded .office-card__content {
    display: block;
}

.office-card__detail {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 15px;
}

.office-card__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.office-card__icon svg {
    width: 100%;
    height: 100%;
    fill: #666;
}

.office-card__text {
    color: var(--color-text);

    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.office-card__link {
    color: var(--color-text);
    text-decoration: none;
}

.office-card__link:hover {
    text-decoration: underline;
}

@media (max-width: 968px) {
    .contacts-section__content {
        grid-template-columns: 1fr;
    }

    .contacts-section__map {
        height: 400px;
    }

    .contacts-section__info {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .contacts-section__content {
    }

    .contacts-section__map {
        grid-row: 2;
    }

    .contacts-section__info {
        padding: 0;
    }

    .office-card__toggle {
        display: none;
    }
}

.marketplaces-section {
    margin-bottom: 105px;
}

.marketplaces-section h2 {
    margin-bottom: 37px;
    color: var(--color-text);
}

.marketplaces-section__info p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-text);
    margin-bottom: 12px;
}

.marketplaces-section__info h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: var(--color-dark-blue);
}

.marketplaces-section__info h3 span {
    color: var(--color-blue);
}

@media screen and (max-width: 768px) {
    .marketplaces-section__info p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .marketplaces-section__info h3 {
        font-size: 24px;
        line-height: 2;
    }

    .marketplaces-section h2 {
        margin-bottom: 2px;
    }

    .delivery-page {
        margin-bottom: 50px;
    }

    .marketplaces-section {
        margin-bottom: 50px;
    }
}

.delivery-page {
    margin-top: 60px;
    margin-bottom: 88px;
}

.delivery-page h2 {
    color: var(--color-text);
    margin-top: 40px;
}


.documents-section {
    margin: 60px 0;
}


.documents-section h1 {
    margin-bottom: 40px;
    margin-top: 40px;
    color: var(--color-text);
}

.documents-section__list {
    list-style: none;
}

.documents-section__item {
    border-bottom: 1px solid #9CA9B0;
}

.documents-section__item:hover {
}

.documents-section__link {
    display: flex;
    align-items: center;
    padding: 14px 19px;
    text-decoration: none;
    color: inherit;
    gap: 24px;
}

.documents-section__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}

.documents-section__icon-svg {
    width: 100%;
    height: 100%;
}

.documents-section__text {
    flex: 1;
    color: var(--color-text);
    line-height: 1.5;

    font-weight: 400;
    font-size: 20px;
}

.documents-section__download {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.documents-section__download:hover {
    transform: translateY(2px);
}

.documents-section__download-svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .documents-section__link {
        padding: 40px 0;
        align-items: flex-start;
        position: relative;
    }

    .documents-section__download {
        position: absolute;
        bottom: 16px;
        right: 0;
    }

    .documents-section h1 {
        margin-bottom: 20px;
    }
}

.blog .breadcrumbs {
    margin-top: 60px;
    margin-bottom: 40px;
}

.article-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}

.article-card {
    display: flex;
    gap: 82px;
    align-items: stretch;
}

.article-card__image {
    flex: 0 0 705px;
    background-color: #d8d8d8;
    border-radius: 16px;
    position: relative;
    height: 480px;
    overflow: hidden;
}

.article-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-card__tag {
    position: absolute;
    top: 24px;
    left: 24px;
    background-color: var(--color-blue);
    color: white;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.article-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}

.article-card__title {
    color: var(--color-blue);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
}

.article-card__date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-dark-05);
    margin-bottom: 20px;

    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.article-card__date::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
    background-size: contain;
}

.article-card__content .button--basic {
    height: 53px;
    padding: 0 40px;
}

.article-card__description {
    font-size: 20px;
    line-height: 1.4;
    color: var(--color-text);
    margin-bottom: 32px;
}


.pagination {
    position: relative;
    padding: 10px 0 60px 0;
    border-top: 2px solid #CDDDE6;
    margin-bottom: 60px;
}

.pagination__container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.pagination__arrow {
    position: absolute;
    top: 40px;
    width: 31px;
    min-width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    cursor: pointer;
    color: #999;
    font-size: 20px;
    border: 1px solid #CDDDE6;
    border-radius: 1px;
    padding: 0;
}

.pagination__arrow:hover {
    border: 1px solid var(--color-blue);
}

.pagination__arrow svg {
    margin-left: 0;
}

.pagination__arrow--prev {
    left: 0;
}

.pagination__arrow--next {
    right: 0;
}


.pagination__item {
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #8B8B8B;
    font-size: 20px;
    position: relative;
    padding: 0 8px;
}

.pagination__item::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: transparent;
}

.pagination__item--active {
    color: var(--color-blue);
    font-weight: 700;
}

.pagination__item--active::before {
    background-color: var(--color-blue);
}



@media (max-width: 1200px) {
    .article-card__image {
        flex: 0 0 400px;
    }
}

@media (max-width: 910px) {
    .page {
        padding: 12px;
    }

    .article-card__title {
        font-size: 20px;
    }

    .article-card__image {
        min-height: 180px;
    }

    .pagination__container {
        gap: 8px;
    }

    .pagination__arrow {
        width: 32px;
        height: 32px;
    }

    .pagination__item {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
    }
}

@media (max-width: 910px) {
    .article-card {
        flex-direction: column;
        gap: 20px;
    }

    .article-card__content {
        padding: 0;
    }

    .article-card__image {
        height: auto;
        aspect-ratio: 3 / 2;
        min-height: auto;
        flex: 1;
    }

    .article-card__tag {
        font-size: 16px;
    }

    .article-card__date {
        font-size: 14px;
        line-height: 1.4;
    }

    .article-card__description {
        font-size: 16px;
        line-height: 1.4;
    }
}



.about-section__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-blue);
    margin-bottom: 53px;
    text-transform: uppercase;
}

.about-section__features {
    display: flex;
    gap: 70px;
    margin-bottom: 68px;
    justify-content: space-between;
}

.feature {
    display: flex;
    align-items: center;
    gap: 31px;
    flex: 1;
}

.feature__icon {
    width: 69px;
    height: 69px;
    background-color: var(--color-blue);
    border-radius: 50%;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.feature__content {
    padding-top: 5px;
}

.feature__heading {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-blue);
    margin-bottom: 8px;
}

.feature__text {
    font-size: 16px;
    color: var(--color-text);
    line-height: 1;
}

.about-section__cta {
    background: var(--color-blue);
    border-radius: 200px;
    padding: 24px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

.about-section__cta-text {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}

.about-section__cta .button--neutral-bordered {
    border: 1px solid #fff;
    color: #fff;
}

.about-section__team {
    margin-bottom: 100px;
}

.about-section__team-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-blue);
    margin-bottom: 33px;
    text-transform: uppercase;
    line-height: 1.2;
}

.about-section__team-description {
    font-size: 20px;
    color: var(--color-text);
    line-height: 1.4;
    margin-bottom: 43px;
    max-width: 90%;
}

.about-section__team-image {
    width: 100%;
    height: 550px;
    border-radius: 15px;
    overflow: hidden;
}

.about-section__team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-section__mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 112px;
    align-items: start;
}

.mission__content h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-blue);
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.2;
}

.mission__content p {
    font-size: 20px;
    color: var(--color-text);
    line-height: 1.4;
    margin-bottom: 20px;
}

.mission__statement {
    padding-left: 40px;
}

.mission__statement p {
    color: var(--color-text);
    font-weight: 300;
    font-size: 36px;
    line-height: 140%;
}

.about-section__values {
    margin-bottom: 116px;
}

.about-section__values-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-blue);
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .about-section__team-title,
    .mission__content h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .about-section__team-description,
    .mission__content p {
        font-size: 16px;
    }

    .about-section__team-image {
        height: auto;
        aspect-ratio: 3 / 1;
    }

    .about-section__team {
        margin-bottom: 47px;
    }
}

.values__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.value-item {
    display: flex;
    flex-direction: column;
}

.value-item__title {
    font-weight: 700;
    color: var(--color-blue);
    margin-bottom: 18px;

    font-size: 24px;
    line-height: 100%;
}

.value-item__description {
    color: var(--color-text);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

@media (max-width: 1180px) {
    .about-section__features {
        flex-wrap: wrap;
    }

    .about-section__cta {
        border-radius: 70px;
    }
}

@media (max-width: 968px) {
    .about-section__features {
        flex-wrap: wrap;
    }

    .about-section__cta {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .about-section__mission {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mission__statement {
        padding-left: 0;
    }

    .values__grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .about-section__cta {
        border-radius: 39px;
        padding: 45px 25px;
    }

    .about-section__title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .about-section__features {
        gap: 40px;
        flex-direction: column;
    }

    .feature__heading {
        font-size: 21px;
    }

    .feature__content {
        padding-top: 0;
    }

    .about-section__cta-text {
        font-size: 24px;
        text-align: left;
    }

    .about-section__cta .button--neutral-bordered {
        width: 100%;
        height: 44px;
    }
}

/* About Company Section */
.about-company {
    padding: 60px 0;
    overflow: hidden;
}

.about-company__header {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.about-company__content {
    display: grid;
    grid-template-columns: 2.1fr 1fr;
    gap: 35px;
    align-items: center;
}

.about-company__info {
    padding-right: 20px;
}

.about-company__title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-blue);
    margin-bottom: 25px;
    line-height: 1.2;
}

.about-company__subtitle {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 32px;
    text-transform: uppercase;
    line-height: 1.4;
}

.about-company__text {
    font-size: 20px;
    color: var(--color-text);
    margin-bottom: 20px;
    line-height: 1.4;
}

.about-company__content .button--basic {
    height: 53px;
    margin-top: 40px;
    padding: 0 38px;
}

.about-company__image-placeholder {
    width: 200%;
    height: 494px;
    position: relative;
}

.about-company__image-placeholder .image {
    border-radius: 20px;
    background-color: #d8d8d8;
    overflow: hidden;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
}

.about-company__image-placeholder .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 968px) {
    .about-company__image-placeholder {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .about-company__image-placeholder {
        grid-row: 1;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .about-company__content .button--basic {
        margin: 0 auto;
    }
}


/* Key Directions Section */
.key-directions {
    padding: 80px 0;
    margin-bottom: 60px;
    position: relative;
}

.key-directions__layout {
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    gap: 150px;
    align-items: center;
}

.key-directions__image-placeholder {
    height: 494px;
    width: 100%;

    position: relative;
}

.key-directions__image-placeholder .image {
    border-radius: 20px;
    background-color: #d8d8d8;
    overflow: hidden;
    position: absolute;
    height: 100%;
    right: 0;
    width: 200%;
}

.key-directions__image-placeholder .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.key-directions__content {
    padding-left: 20px;
}

.key-directions__title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-blue);
    margin-bottom: 30px;
    line-height: 1.2;
}

.key-directions__description {
    font-size: 20px;
    color: var(--color-text);
    line-height: 1.4;
    margin-bottom: 44px;
}

.key-directions__subtitle {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.4;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.key-directions__services {
    display: grid;
    gap: 106px;
    grid-template-columns: 1fr 1fr;
}

.service-card {
    background: transparent;
}

.service-card__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 12px;
    line-height: 36px;
}

.service-card__description {
    font-size: 16px;
    color: var(--color-text);
    line-height: 1;
}

@media (max-width: 968px) {
    .about-company__content,
    .key-directions__layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-company__title,
    .key-directions__title {
        font-size: 28px;
    }

    .key-directions__image-placeholder {
        order: -1;
    }
}

@media screen and (max-width: 768px) {
    .key-directions__image-placeholder {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .key-directions__image-placeholder .image {
        width: 100%;
    }

    .key-directions {
        padding: 0;
        margin-bottom: 40px;
    }

    .key-directions__services {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .key-directions__content {
        padding-left: 0;
    }

    .about-company__title, .key-directions__title {
        font-size: 24px;
    }

    .key-directions__description {
        font-size: 16px;
    }

    .key-directions__subtitle {
        font-size: 16px;
    }

    .service-card__title {
        font-size: 21px;
    }

    .service-card__description {
        font-size: 14px;
    }
}

.article-section {
    padding: 40px 0 60px;
}

.article-section__header {
    margin-bottom: 30px;
}

.article-section__image-container {
    width: 100%;
    height: 480px;
    background-color: #d0d0d0;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 35px;
}

.article-section__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-section__title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-blue);
    margin-bottom: 20px;
    line-height: 1.2;
}

.article-section__meta {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.article-section__date,
.article-section__category {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #999;
}

.article-section__content {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 50px;
}

.article-section__footer {
    display: grid;
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #CDDDE6;
    border-bottom: 1px solid #CDDDE6;
}

.article-section__footer a:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-section__footer a:nth-child(1) {
    justify-content: flex-start;
}

.article-section__footer a:nth-child(3) {
    justify-content: flex-end;
}

.article-section__grid-btn {
    width: 44px;
    height: 44px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    padding: 0;
}

.article-section__next-link {
    display: flex;
    align-items: center;
    gap: 35px;
    color: var(--color-text);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.article-section__next-link .pagination__arrow {
    position: relative;
    top: 0;
}

.article-section__next-link:hover {
    color: #004a8f;
}

@media (max-width: 768px) {

    .article-section__next-link span {
        display: none;
    }

    .article-section__title {
        font-size: 32px;
    }

    .article-section__image-container {
        height: 280px;
    }

    .article-section__footer {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .about-section__mission {
        gap: 10px
    }

    .mission__statement p {
        font-size: 21px;
    }

    .about-section__mission {
        margin-bottom: 57px;
    }

    .about-section__values {
        margin-bottom: 58px;
    }

    .values__grid {
        gap: 32px;
    }

    .about-section__values-title {
        font-size: 24px;
        line-height: 1.2;
    }
}


.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #F6F8FC;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.4s ease;
    padding: 32px 0;
    width: 1400px;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
}

.mega-menu.index-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    border-radius: 20px;
    overflow: auto;
    width: 100%;
    max-height: 65vh;
}



.modal-content .modal-close {
    position: absolute;
    right: 0;
    top: -113px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: relative;
}

.menu .menu__list li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 200px 0 42px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
}

.services-title {
    color: var(--color-blue);
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
}

/* Секции услуг */
.services-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
}

.service-section {
    padding: 20px 30px;
    border-radius: 8px;
    border-right: 1px solid #CDDDE6;
}

.service-section h2 {
    color: #17385E;
    font-size: 16px;
    margin-bottom: 29px;
    font-weight: 700;
    text-transform: uppercase;
}

.service-section ul {
    list-style: none;
}

.service-section li {
    margin-bottom: 16px;
}

.mega-menu .service-section ul li a {
    color: #17385E !important;
    font-size: 16px !important;
    text-transform: none !important;
    text-decoration: none;
    font-weight: 400 !important;
    line-height: 1.4;
}

.service-section a:hover {
}

/* Контент страницы */
.page-content {
    max-width: 1400px;
    margin: 60px auto;
    padding: 20px;
    text-align: center;
    color: #666;
}


@media screen and (max-width: 1400px) {
    .mega-menu {
        width: 100%;
    }
}

.burger-btn {
    display: none;
}

@media screen and (max-width: 768px) {
    .burger-btn {
        display: block;
    }
}

.burger-btn {
    width: auto;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1001;
}

.burger-btn span {
    display: block;
    width: 39px;
    height: 3px;
    background-color: #0D47A1;
    margin: 6px 0;
    transition: 0.3s;
}

.burger-btn.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.burger-btn.active span:nth-child(2) {
    opacity: 0;
}

.burger-btn.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    /*width: 85%;*/
    /*height: 100vh;*/
    /*background-color: #F6F8FC;*/
    transition: left 0.3s ease;
    z-index: 100000;
    overflow-y: auto;
}

.menu-overlay .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 20px;
}

.menu-overlay.active {
    left: 0;
}

.menu-content {
    padding: 30px 20px;
}

.menu-section {
    margin-bottom: 10px;
}

.menu-section-title {
    color: var(--color-blue);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    border-radius: 6px;
    max-height: 42px;
}

.menu-section-title.has-dropdown::after {
    content: '+';
    font-size: 24px;
    font-weight: normal;
    color: #999;
    transition: transform 0.3s;
}

.menu-section-title.has-dropdown.active::after {
    transform: rotate(45deg);
}

.menu-section-title.active {
    background-color: #fff;
}

.menu-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.menu-dropdown.active {
    max-height: 800px;
}

.menu-item {
    padding: 18px 30px 5px;
    color: #17385E;
    font-size: 15px;
    line-height: 1.5;
    cursor: pointer;
    transition: color 0.2s;
    display: block;
}

.menu-item:hover {
    color: #0D47A1;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.backdrop.active {
    opacity: 1;
    visibility: visible;
}

.header .container .header__menu.transparent {
    background: transparent;
}

/* End */


/* Start:/local/templates/1white/template_styles.css?17726495573482*/
@media (width >= 768px) {    .b24-form .b24-window-panel {        margin-top: 7%;        height: 570px;        /*height: 455px;*/    }}.b24-form button {    padding: 0;}.button-for-forms-b24 {    display: none;}.SmartCaptcha-Shield.SmartCaptcha-Shield_position_right {    /*right: -69px !important;*/}.SmartCaptcha-Shield.SmartCaptcha-Shield_position_bottom {    bottom: 3% !important;}.blue-form__inputs input {    height: auto;}.blue-form__inputs {    border-radius: 20px;    overflow: hidden;}.blue-form__inputs .b24-form-content {    padding: 14px 31px 10px 31px;}.blue-form__inputs .b24-form-control-list .b24-form-control-label, .b24-form-control-string .b24-form-control-label, .b24-form-control-text .b24-form-control-label,.blue-form__inputs .b24-form-control-list .b24-form-control, .b24-form-control-select .field-item, .b24-form-control-string .b24-form-control, .b24-form-control-text .b24-form-control {    padding-left: 20px !important;}.blue-form__inputs .b24-form-header {    border-bottom: transparent;}.blue-form__inputs input.b24-form-control {    border-radius: 50px;}.blue-form__inputs .b24-form-btn {    border-radius: 50px;}.right-image-block, .left-image-block {    margin-bottom: 88px !important;}.blue-cards__item-title {    font-size: 36px;    margin-bottom: 20px;}.footer__under {    margin-top: 20px;}.footer__under a {    text-decoration: none;}.policy-description {    width: 100%;    overflow: hidden;}.policy-link {    margin-bottom: 30px;}.delivery-types__way {    overflow: hidden;}.delivery-types__way form div {    display: flex;    gap: 30px;}.delivery-types__way form div div div div {    /*width: 415px;*/    width: 385px;}.delivery-types__way form input {    border-radius: 40px !important;}.delivery-types__way form input[type="string"],.delivery-types__way form input[type="tel"],.delivery-types__way form input[type="email"] {    background: #fff !important;    border-radius: 40px !important;}.delivery-types__way form button[type="submit"] {    border-radius: 40px !important;    margin-bottom: 30px;}.delivery-types__way form .b24-form-control-desc {    color: #fff;}.delivery-types__way .b24-form-wrapper {    max-width: 1400px;    background: transparent;}.delivery-types__way form .b24-form-control-label {    display: block;}.delivery-types__way .b24-form-padding-side {    padding: 0;}@media screen and (max-width: 768px) {    .delivery-types__way form div {        display: block;    }    .delivery-types__way .b24-form-wrapper {        max-width: 420px;    }    .delivery-types__way form div div div div {        width: 100%;    }}.header__menu .header__menu-phone a {    font-weight: bold;    font-size: 36px;    color: #D82D32;}@media screen and (max-width: 768px) {    .header__menu .header__menu-phone {        display: none;    }}.customs-image-list__list {    width: 400px;}@media screen and (max-width: 768px) {    .customs-image-list__list {        width: 100%;    }}.delivery-types__image {    width: 128px;    height: 128px;}.b24-form-state-container .b24-form-success {    background-color: #17385E !important;    border-radius: 0 !important;}.b24-form-success .b24-form-state-text {    color: #fff !important;}.reviews__slider .reviews__slide .reviews__slide-header .reviews__author .reviews__author-photo img {    border-radius: 50px;}
/* End */
/* /local/templates/1white/assets/global.css?176474271711453 */
/* /local/templates/1white/assets/default.css?1771586322135578 */
/* /local/templates/1white/template_styles.css?17726495573482 */
