/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
form input[type="text"], form input[type="date"], form input[type="password"], form input[type="email"], form input[type="number"], form input[type="tel"], form input[type="search"], form input[type="url"], form input[type="time"], form select, form .select2-container .select2-selection--single {
  box-shadow: unset;
  border-color: #dce2f5;
  border-radius: 1000px !important;
  font-size: 0.889rem;
  line-height: 2.6875; }

form.webform-submission-kalkulyator-stoimosti-dostavki-form .weight-field,
form.webform-submission-kalkulyator-stoimosti-dostavki-form .volume-element,
form.webform-submission-kalkulyator-stoimosti-dostavki-form .cargo-cost-element {
  position: relative; }
  form.webform-submission-kalkulyator-stoimosti-dostavki-form .weight-field .form-element-wrapper,
  form.webform-submission-kalkulyator-stoimosti-dostavki-form .volume-element .form-element-wrapper,
  form.webform-submission-kalkulyator-stoimosti-dostavki-form .cargo-cost-element .form-element-wrapper {
    position: relative; }
  form.webform-submission-kalkulyator-stoimosti-dostavki-form .weight-field .field-suffix,
  form.webform-submission-kalkulyator-stoimosti-dostavki-form .volume-element .field-suffix,
  form.webform-submission-kalkulyator-stoimosti-dostavki-form .cargo-cost-element .field-suffix {
    position: absolute;
    z-index: 100;
    right: 20px;
    color: #a2a5a7;
    top: 50%;
    transform: translateY(-50%); }
  form.webform-submission-kalkulyator-stoimosti-dostavki-form .weight-field input,
  form.webform-submission-kalkulyator-stoimosti-dostavki-form .volume-element input,
  form.webform-submission-kalkulyator-stoimosti-dostavki-form .cargo-cost-element input {
    padding-right: 37px;
    text-align: center; }

.field--name-field-fact-w-img__left, .field--name-field-fact-w-img__right {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 34px;
  position: relative;
  text-align: center; }
  .field--name-field-fact-w-img__left:before, .field--name-field-fact-w-img__right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../img/vector/vector-stripe-2019.svg?1576164026') no-repeat 0 -351px;
    display: block;
    width: 19px;
    height: 19px; }
  @media only screen and (max-width: 767px) {
    .field--name-field-fact-w-img__left, .field--name-field-fact-w-img__right {
      font-size: 17px;
      line-height: 21px;
      margin-top: 20px; } }

.field--name-field-two-cols__col1, .field--name-field-two-cols__col2 {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .field--name-field-two-cols__col1, .field--name-field-two-cols__col2 {
      padding: 0 !important;
      width: 100%; } }

/* Base */
footer.page-footer-container .block h2.block-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 24px; }
.node__content__top .block.block-menu {
  background: #f3f4ff;
  padding: 25px 30px;
  position: relative; }
  .node__content__top .block.block-menu:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #f9f9ff;
    display: block;
    width: 250px;
    height: 10px; }
.node__content__top .block h2.block-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px; }
.block.block-language-blocklanguage-interface ul.links a {
  color: #2b67b4;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px; }
  .block.block-language-blocklanguage-interface ul.links a::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('../img/rastr/rastr-stripe.png?1576164025');
    background-position: 1000px 0;
    margin-right: 8px;
    border-radius: 50%;
    display: block; }
  .block.block-language-blocklanguage-interface ul.links a[hreflang="ru"]::before {
    background-position: 0 0; }
  .block.block-language-blocklanguage-interface ul.links a[hreflang="en"]::before {
    background-position-x: -26px; }
  .block.block-language-blocklanguage-interface ul.links a[hreflang="tr"]::before {
    background-position-x: -52px; }
  .block.block-language-blocklanguage-interface ul.links a.is-active {
    font-weight: bold;
    color: #328eff;
    text-decoration: none; }
    .block.block-language-blocklanguage-interface ul.links a.is-active::before {
      border: solid 2px #328eff; }
@media only screen and (max-width: 600px) {
  .block.block-language-blocklanguage-interface ul.links {
    display: grid !important;
    grid-gap: 18px; }
    .block.block-language-blocklanguage-interface ul.links li:not(.is-active) {
      display: none; }
    .block.block-language-blocklanguage-interface ul.links li.is-active {
      order: -1; }
    .block.block-language-blocklanguage-interface ul.links li + li {
      margin: 0 !important; }
  .block.block-language-blocklanguage-interface .block-content {
    position: absolute;
    top: -16px;
    display: flex;
    align-items: start;
    padding: 5px 7px 10px;
    border: solid 1px transparent; }
    .block.block-language-blocklanguage-interface .block-content .menu-toggle-element {
      margin-top: 6px; }
    .block.block-language-blocklanguage-interface .block-content[menu-opened] {
      border-color: #dde1f4;
      background: #FFFFFF;
      box-shadow: 5px 8.66px 15px 0px rgba(36, 39, 96, 0.15);
      border-radius: 16px; }
      .block.block-language-blocklanguage-interface .block-content[menu-opened] ul.links li {
        display: block !important; } }

.menu--cargo-services-by-countries {
  display: flex;
  align-items: flex-start; }
  .menu--cargo-services-by-countries h2.block-title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: min-content;
    margin-top: -15px; }
    .menu--cargo-services-by-countries h2.block-title::before {
      content: '';
      width: 59px;
      height: 59px;
      background: #352da6 url('../img/vector/vector-stripe-2019.svg?1576164026') -45px -110px;
      border-radius: 50%;
      margin-right: 11px;
      flex-shrink: 0; }
  .menu--cargo-services-by-countries .menu-cotainer {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    padding-bottom: 5px;
    flex-grow: 1; }
    .menu--cargo-services-by-countries .menu-cotainer ul.menu {
      margin-top: 16px; }
  .menu--cargo-services-by-countries .notice-container {
    font-size: 17px;
    font-weight: 500; }
  .menu--cargo-services-by-countries .separator {
    width: 8px;
    height: 71px;
    background: url('../img/vector/vector-stripe-2019.svg?1576164026') -134px -110px;
    margin: 0 2.5%; }
  @media only screen and (max-width: 600px) {
    .menu--cargo-services-by-countries {
      flex-direction: column;
      align-items: center;
      text-align: center; }
      .menu--cargo-services-by-countries .separator {
        height: 8px;
        width: 100%;
        background: none;
        position: relative;
        overflow: hidden;
        margin: 20px 0; }
        .menu--cargo-services-by-countries .separator::before {
          content: '';
          display: block;
          width: 14px;
          height: 8px;
          background: url('../img/vector/vector-stripe-2019.svg?1576164026') -210px -200px;
          position: absolute;
          top: 0;
          right: 0; }
        .menu--cargo-services-by-countries .separator::after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background: #5788c7;
          position: absolute;
          top: 0;
          right: 14px; } }

#block-slaydervshapke {
  margin: 65px 0 -235px; }

#block-lang-switch-toolbar {
  margin-right: auto;
  position: relative; }

#block-site-developer-footer .block-content a {
  color: inherit;
  text-decoration: none; }

#block-contact-phone-footer {
  margin-left: auto; }
  .site-language--tr #block-contact-phone-footer {
    margin-left: 0; }
  #block-contact-phone-footer .block-content {
    height: 100%; }
    #block-contact-phone-footer .block-content .field--name-field-block-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between;
      align-items: flex-end;
      padding: 43px 0 12px; }
      .site-language--tr #block-contact-phone-footer .block-content .field--name-field-block-content {
        line-height: 36px;
        padding: 0;
        height: auto; }
    #block-contact-phone-footer .block-content a[href^="tel:"] {
      color: #FFFFFF;
      font-size: 1.33rem;
      font-weight: 500; }
  @media only screen and (max-width: 600px) {
    #block-contact-phone-footer {
      margin: 0 auto;
      width: 100%; }
      #block-contact-phone-footer .block-content .field--name-field-block-content {
        align-items: center;
        padding: 0; } }

#block-slogan-and-notice-header {
  padding: 0 20px; }
  #block-slogan-and-notice-header .block-content {
    line-height: 2; }
  #block-slogan-and-notice-header .field--name-field-block-content {
    color: #000000; }
  #block-slogan-and-notice-header .slogan {
    font-weight: 500;
    font-size: 1.33rem;
    line-height: 1.5; }

#block-maillink-toolbar {
  margin-left: 30px; }

#block-contact-phone-header .block-content {
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 2.118;
  text-align: right; }
  #block-contact-phone-header .block-content a[href^="tel:"] {
    color: inherit;
    font-weight: 500;
    font-size: 1.33rem;
    line-height: 1.5; }
    .region--narrow-screen-menu #block-contact-phone-header .block-content a[href^="tel:"] {
      font-size: 24px; }
#block-contact-phone-header .field--name-field-block-content {
  color: #000000; }
@media only screen and (max-width: 600px) {
  #block-contact-phone-header .block-content a[href^="tel:"] {
    font-size: 0;
    line-height: 0;
    width: 31px;
    height: 31px;
    background: #008aff url('../img/vector/vector-stripe-2019.svg?1576164026') -148px -198px;
    border-radius: 50%;
    display: block; }
  #block-contact-phone-header .block-content .callback-request-link-container {
    display: none; } }
@media only screen and (max-width: 1090px) {
  #block-contact-phone-header .block-content {
    text-align: center; } }

.region--narrow-screen-menu #block-contactphoneheader a[href^="tel:"] {
  font-size: 24px; }
#block-contactphoneheader .callback-request-link-container {
  display: none; }

.block-system-branding-block img.site-logo-img {
  max-width: 100%;
  height: auto; }
header .block-system-branding-block {
  max-width: 47.5%; }

#block-slogan-and-notice-narrow {
  margin-bottom: 35px; }
  #block-slogan-and-notice-narrow .block-content {
    text-align: center; }
  #block-slogan-and-notice-narrow .text-formatted {
    color: #FFFFFF;
    line-height: 1.4; }
  #block-slogan-and-notice-narrow .slogan {
    font-size: 20px;
    font-weight: 500; }
  #block-slogan-and-notice-narrow .slogan-notice {
    font-size: 16px;
    margin-top: 0.875em; }

#block-menu-toggle {
  margin-left: 30px; }

#block-back-to-top-element {
  position: absolute;
  right: 15px;
  top: 37px; }

@media only screen and (max-width: 600px) {
  #block-contact-phone-header {
    margin-left: auto; } }

@media only screen and (max-width: 600px) {
  #block-header-menu-2 {
    margin: 0 auto -71px; } }

#block-online-order-link-narrow a[href="#post-order"] {
  display: block;
  text-decoration: none;
  border: solid 1px #547fdd;
  border-radius: 1000px;
  padding: 0px 12px;
  font-size: 13px;
  font-weight: 400; }
  #block-online-order-link-narrow a[href="#post-order"]:hover, #block-online-order-link-narrow a[href="#post-order"]:active {
    background: #008aff;
    border-color: #008aff;
    color: #FFFFFF; }

@media only screen and (max-width: 600px) {
  #block-maillink-toolbar,
  #block-social-networks-links-toolbar,
  #block-slogan-and-notice-header,
  #block-header-menu,
  #block-ex1checklink {
    display: none; } }

@media only screen and (min-width: 601px) {
  #block-online-order-link-narrow,
  #block-slogan-and-notice-narrow,
  #block-menu-toggle {
    display: none; } }

@media only screen and (max-width: 600px) {
  #block-for-clents-footer .block-title,
  #block-services-footer .block-title {
    display: flex;
    align-items: baseline; }
  #block-for-clents-footer ul.menu,
  #block-services-footer ul.menu {
    display: none;
    column-count: 1 !important;
    position: absolute;
    background: #232b7d;
    width: 100%;
    left: 0;
    padding: 15px;
    box-shadow: 0px 19px 11px 0px rgba(0, 0, 0, 0.3);
    margin-top: -15px;
    border-top: solid 1px #283da1; }
  #block-for-clents-footer[menu-opened] ul.menu,
  #block-services-footer[menu-opened] ul.menu {
    display: block; } }

.block-block-content0d8a7968-4d31-493a-9e6d-370587caad9b .text-formatted img {
  margin-bottom: 0; }
  @media only screen and (max-width: 600px) {
    .block-block-content0d8a7968-4d31-493a-9e6d-370587caad9b .text-formatted img {
      max-width: 165px; } }
@media only screen and (max-width: 600px) {
  .block-block-content0d8a7968-4d31-493a-9e6d-370587caad9b {
    -webkit-order: 2;
    order: 2;
    margin-top: 40px;
    width: 100%;
    text-align: center; } }

.page-footer-container .block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 {
  margin-left: auto;
  margin-right: 70px; }
  @media only screen and (max-width: 600px) {
    .page-footer-container .block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 {
      margin: 10px 0 0;
      -webkit-order: 1;
      order: 1;
      width: 100%; } }
.region--narrow-screen-menu .block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 {
  margin-top: 10px; }
.page-footer-container .block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 .field--name-field-block-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 600px) {
    .page-footer-container .block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 .field--name-field-block-content {
      -webkit-align-items: center;
      align-items: center;
      line-height: 45px; } }
.region--narrow-screen-menu .block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 .field--name-field-block-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  line-height: 45px; }
.block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 .skype-link {
  display: inline-block;
  margin-right: 30px;
  padding-left: 30px;
  position: relative; }
  .block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 .skype-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    background: url('../img/rastr/rastr-stripe.png?1576164025') no-repeat 0 -134px;
    display: block;
    width: 18px;
    height: 16px; }
  .page-footer-container .block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 .skype-link, .region--narrow-screen-menu .block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 .skype-link {
    display: block;
    margin-right: 0;
    -webkit-order: 1;
    order: 1; }
.block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 .mail-link {
  display: inline-block;
  padding-left: 30px;
  position: relative; }
  .block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 .mail-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    background: url('../img/vector/vector-stripe-2019.svg?1576164026') no-repeat 0 -157px;
    display: block;
    width: 15px;
    height: 12px; }
  .page-footer-container .block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 .mail-link, .region--narrow-screen-menu .block-block-content14e6b653-3ad0-4a82-8be9-f1f29223c705 .mail-link {
    display: block;
    -webkit-order: 0;
    order: 0; }

#block-ex1checklink {
  margin-right: 15px; }

.field--type-image img {
  display: block; }

.field--name-field-fact-item__ico img[src$=".svg"] {
  height: 80px !important; }

.field--name-field-bannery .tns-slider {
  padding-bottom: 25px; }
.field--name-field-bannery .tns-ovh {
  padding: 0 20px;
  margin: 0 -20px; }
@media only screen and (max-width: 600px) {
  .field--name-field-bannery {
    margin: 0 -15px; } }

.field--name-field-title-w-ico__img {
  width: 85px; }
  @media only screen and (max-width: 767px) {
    .field--name-field-title-w-ico__img {
      margin-bottom: 30px; } }

.field--name-field-title-w-ico__name {
  font-size: 32px;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .field--name-field-title-w-ico__name {
      font-size: 20px; } }

.field--name-field-title-w-ico__body {
  color: #8a8a8b;
  font-size: 18px;
  margin-top: 25px; }
  @media only screen and (max-width: 767px) {
    .field--name-field-title-w-ico__body {
      font-size: 14px;
      line-height: 24px;
      margin-top: 20px; } }

.field--name-field-fact-w-img__img {
  max-width: 330px;
  -webkit-order: 1;
  order: 1; }
  @media only screen and (max-width: 767px) {
    .field--name-field-fact-w-img__img {
      -webkit-order: 0;
      order: 0;
      min-width: 100%; }
      .field--name-field-fact-w-img__img img {
        margin: 0 auto; } }

.field--name-field-fact-w-img__left {
  -webkit-order: 0;
  order: 0; }
  @media only screen and (max-width: 767px) {
    .field--name-field-fact-w-img__left {
      -webkit-order: 1;
      order: 1; } }

.field--name-field-fact-w-img__right {
  -webkit-order: 2;
  order: 2; }

.field--name-field-subtitle {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 35px; }
  @media only screen and (max-width: 767px) {
    .field--name-field-subtitle {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 25px; } }

.field--name-field-buttons__items {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px -60px; }
  .flex-justify--left .field--name-field-buttons__items {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .flex-justify--right .field--name-field-buttons__items {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .flex-justify--center .field--name-field-buttons__items {
    -webkit-justify-content: flex-center;
    justify-content: flex-center; }
  .field--name-field-buttons__items > .field__item {
    margin-bottom: 60px;
    padding: 0 30px; }
    @media only screen and (max-width: 767px) {
      .field--name-field-buttons__items > .field__item {
        margin-bottom: 20px;
        padding: 0; }
        .field--name-field-buttons__items > .field__item:last-child {
          margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .field--name-field-buttons__items {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin: 0; }
      .flex-justify--left .field--name-field-buttons__items {
        -webkit-align-items: flex-start;
        align-items: flex-start; }
      .flex-justify--right .field--name-field-buttons__items {
        -webkit-align-items: flex-end;
        align-items: flex-end; }
      .flex-justify--center .field--name-field-buttons__items {
        -webkit-align-items: flex-center;
        align-items: flex-center; } }

.field--name-field-two-cols__col1 {
  padding-right: 15px; }

.field--name-field-two-cols__col2 {
  padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    .field--name-field-two-cols__col2 {
      margin-top: 30px; } }

.field--name-field-promo-phone__img {
  position: relative;
  width: 280px;
  height: inherit; }
  .field--name-field-promo-phone__img img {
    position: absolute;
    bottom: -30px;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .field--name-field-promo-phone__img img {
        position: relative; } }
  @media only screen and (max-width: 767px) {
    .field--name-field-promo-phone__img {
      -webkit-order: 1;
      order: 1;
      width: 160px; } }

.field--name-field-promo-phone__body {
  color: #000000;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px; }
  .field--name-field-promo-phone__body .calltracking {
    color: #1f1788;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .field--name-field-promo-phone__body .calltracking {
        font-size: 30px; } }
  .field--name-field-promo-phone__img + .field--name-field-promo-phone__body {
    padding-left: 45px;
    max-width: 650px; }
    @media only screen and (max-width: 767px) {
      .field--name-field-promo-phone__img + .field--name-field-promo-phone__body {
        padding-left: 0;
        width: auto; } }
  @media only screen and (max-width: 767px) {
    .field--name-field-promo-phone__body {
      -webkit-order: 0;
      order: 0;
      font-size: 25px;
      line-height: 36px;
      text-align: center; }
      .field--name-field-promo-phone__body br {
        display: none; } }

.field--name-field-facts__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 40px 30px; }
  @media only screen and (max-width: 767px) {
    .field--name-field-facts__wrapper > .field__item {
      padding: 0;
      width: 100%; }
      .field--name-field-facts__wrapper > .field__item:last-child {
        margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .field--name-field-facts__wrapper {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin: 0; } }

.field--name-field-fact-item__ico {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  max-width: 100px; }
  .field--name-field-fact-item__ico:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -15px;
    background: #f3f6ff;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    display: block;
    width: 57px;
    height: 57px;
    z-index: -1; }

.field--name-field-fact-item__title {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 28px; }

.field--name-field-fact-item__body {
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px; }

.menu-and-slider {
  background: #1c157c url("../img/rastr/blue-textured-bg.png");
  color: #FFFFFF;
  line-height: normal;
  margin-bottom: 235px;
  padding: 40px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }
  .menu-and-slider a {
    color: #FFFFFF; }
  .menu-and-slider .block {
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    width: 1200px;
    max-width: 100%; }
  .menu-and-slider #block-slaydervshapke {
    margin-right: auto;
    margin-left: auto; }
  .menu-and-slider #block-menyuvshapke3 {
    margin-top: 50px; }

.node--type-news .field--name-field-promo-image {
  width: 370px;
  max-width: 100%; }
.node__teaser_content .field--name-field-promo-image {
  width: 270px; }
  @media only screen and (max-width: 600px) {
    .node__teaser_content .field--name-field-promo-image {
      width: 280px; }
      .node__teaser_content .field--name-field-promo-image img {
        width: 100%; } }

.node--type-news .field--name-field-promo-image + .field--name-body {
  margin-top: -10px;
  padding-left: 30px;
  width: calc(100% - 370px); }
  @media only screen and (max-width: 767px) {
    .node--type-news .field--name-field-promo-image + .field--name-body {
      margin-top: 25px;
      padding: 0;
      width: auto; } }

.field--name-field-country-services__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 55px; }
  .field--name-field-country-services__wrapper .column {
    padding: 0 15px;
    width: 50%; }
    .field--name-field-country-services__wrapper .column > .field__item {
      margin-bottom: 30px; }
      .field--name-field-country-services__wrapper .column > .field__item:last-child {
        margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .field--name-field-country-services__wrapper .column > .field__item {
          margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .field--name-field-country-services__wrapper .column {
        margin-bottom: 20px;
        padding: 0;
        width: 100%; } }
  .field--name-field-country-services__wrapper > .field__item {
    margin-bottom: 30px; }
    .field--name-field-country-services__wrapper > .field__item:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .field--name-field-country-services__wrapper > .field__item {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .field--name-field-country-services__wrapper {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      padding: 0; } }

.field--name-field-country-services__title {
  padding-left: 25px;
  width: calc(100% - 87px); }
  .field--name-field-country-services__title,
  .field--name-field-country-services__title a {
    color: #2b67b4;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline; }
    .open .field--name-field-country-services__title, .open
    .field--name-field-country-services__title a {
      color: #FFFFFF;
      text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .field--name-field-country-services__title,
      .field--name-field-country-services__title a {
        font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    .field--name-field-country-services__title {
      padding-left: 10px;
      width: calc(100% - 30px); } }

.field--name-field-flag {
  width: 30px; }

.field--name-field-country-services__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .field--name-field-country-services__link a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px; }

.field--name-field-country-services__sublink {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px; }
  .field--name-field-country-services__sublink a:hover {
    text-decoration: none; }

.form-offerta-notice {
  font-size: 0.7778rem;
  color: #646a6e;
  text-align: center;
  margin-top: 26px;
  padding: 0 15px; }

@media only screen and (max-width: 1199px) {
  .webform-element--title-inline {
    flex-direction: column; }
    .webform-element--title-inline label {
      margin-bottom: 10px; } }

form {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 100%; }
  form .webform-section .webform-section-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 18px; }
  form .webform-section .webform-section-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 100%; }
  form input[type="checkbox"].switch-style {
    display: none; }
    form input[type="checkbox"].switch-style + label {
      box-shadow: unset;
      display: block;
      border: solid 1px #dce2f5;
      border-radius: 1000px !important;
      font-size: 0.889rem;
      line-height: 2.6875;
      background: #FFFFFF;
      position: relative;
      min-width: 128px;
      padding: 7px 8px; }
      form input[type="checkbox"].switch-style + label .label-content {
        width: 29px;
        height: 29px;
        border-radius: 50%;
        background: #232b7d url('../img/vector/vector-stripe-2019.svg?1576164026') -290px -195px;
        display: block;
        font-size: 0;
        transition: margin-left 0.5s ease;
        margin-left: 0; }
      form input[type="checkbox"].switch-style + label::before, form input[type="checkbox"].switch-style + label::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.5s ease; }
      form input[type="checkbox"].switch-style + label::before {
        content: attr(data-on-label);
        opacity: 0;
        left: 16px; }
      form input[type="checkbox"].switch-style + label::after {
        content: attr(data-off-label);
        right: 16px; }
    form input[type="checkbox"].switch-style:checked + label .label-content {
      margin-left: calc(100% - 29px); }
    form input[type="checkbox"].switch-style:checked + label::before {
      opacity: 1; }
    form input[type="checkbox"].switch-style:checked + label::after {
      opacity: 0; }
  form input[type="submit"] {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 300;
    background: #328eff;
    border-radius: 1000px;
    padding: 12px 25px;
    border: none;
    transition: background 0.2s ease; }
    form input[type="submit"]:hover, form input[type="submit"]:active {
      background: #32c3ff; }
  form .select2-container {
    max-width: 100%; }
    form .select2-container .select2-selection--single {
      height: auto; }
      form .select2-container .select2-selection--single .select2-selection__rendered {
        color: inherit;
        line-height: inherit;
        padding: 0 2.5em 0 1.25em; }
      form .select2-container .select2-selection--single .select2-selection__arrow {
        height: 100%;
        right: 16px;
        width: 18px; }
        form .select2-container .select2-selection--single .select2-selection__arrow b {
          all: initial;
          width: 14px;
          height: 8px;
          background: url('../img/vector/vector-stripe-2019.svg?1576164026') -104px -199px;
          display: block;
          top: 50%;
          position: absolute;
          transform: translateY(-50%);
          transition: transform 0.2s ease;
          cursor: pointer; }
    form .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
      transform: translateY(-50%) rotate(180deg); }
  form select {
    min-height: calc(2.6875em + 2px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  form.webform-submission-online-order-form, form.webform-submission-onlayn-zayavka-tr--form {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
    form.webform-submission-online-order-form input,
    form.webform-submission-online-order-form .input-wrapper, form.webform-submission-onlayn-zayavka-tr--form input,
    form.webform-submission-onlayn-zayavka-tr--form .input-wrapper {
      width: 100%; }
    form.webform-submission-online-order-form .form-actions, form.webform-submission-onlayn-zayavka-tr--form .form-actions {
      align-self: end; }
    form.webform-submission-online-order-form section[id^="edit-client-contacts"], form.webform-submission-onlayn-zayavka-tr--form section[id^="edit-client-contacts"] {
      margin-top: -53px; }
    @media only screen and (max-width: 639px) {
      form.webform-submission-online-order-form section[id^="edit-client-contacts"], form.webform-submission-onlayn-zayavka-tr--form section[id^="edit-client-contacts"] {
        margin-top: unset; } }
  form.webform-submission-kalkulyator-stoimosti-dostavki-form {
    overflow: hidden;
    grid-gap: 0px; }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form input[type="text"], form.webform-submission-kalkulyator-stoimosti-dostavki-form input[type="date"], form.webform-submission-kalkulyator-stoimosti-dostavki-form input[type="password"], form.webform-submission-kalkulyator-stoimosti-dostavki-form input[type="email"], form.webform-submission-kalkulyator-stoimosti-dostavki-form input[type="number"], form.webform-submission-kalkulyator-stoimosti-dostavki-form input[type="tel"], form.webform-submission-kalkulyator-stoimosti-dostavki-form input[type="search"], form.webform-submission-kalkulyator-stoimosti-dostavki-form input[type="url"], form.webform-submission-kalkulyator-stoimosti-dostavki-form input[type="time"], form.webform-submission-kalkulyator-stoimosti-dostavki-form select {
      color: #a2a5a7; }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .select2 {
      color: #a2a5a7; }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .group--bottom,
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .group--top {
      padding: 50px 60px 40px; }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .group--top {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(170px, min-content));
      align-items: end;
      justify-content: center;
      grid-gap: 28px;
      background: #1c157c;
      color: #FFFFFF;
      box-shadow: 4px 6.928px 6px 0px rgba(28, 21, 124, 0.05);
      position: relative;
      z-index: 10; }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .add-order-params-input-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, min-content));
      align-items: center;
      grid-gap: 28px;
      color: #000000;
      justify-content: center; }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .group--bottom {
      background: #f3f6ff; }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .add-param-notice {
      text-align: center;
      color: #000000;
      line-height: 1.667;
      font-weight: 400;
      margin-bottom: 35px; }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .webform-element--title-inline .form-element-wrapper {
      flex-grow: 1;
      max-width: 100%; }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .weight-field input,
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .cargo-cost-element input {
      max-width: 125px; }
    @media only screen and (max-width: 1199px) {
      form.webform-submission-kalkulyator-stoimosti-dostavki-form .weight-field input,
      form.webform-submission-kalkulyator-stoimosti-dostavki-form .cargo-cost-element input {
        max-width: 100%;
        width: 100%; } }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .cargo-cost-element label {
      white-space: nowrap; }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .form-item-valyuta .select2 {
      min-width: 90px; }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .volume-element input {
      max-width: 120px; }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form input[type="submit"] {
      width: 100%; }
    form.webform-submission-kalkulyator-stoimosti-dostavki-form .form-item-cargo-insurance .form-element-wrapper {
      display: flex;
      align-items: center; }
      form.webform-submission-kalkulyator-stoimosti-dostavki-form .form-item-cargo-insurance .form-element-wrapper .description {
        white-space: nowrap;
        padding-right: 0.5em; }
    @media only screen and (max-width: 600px) {
      form.webform-submission-kalkulyator-stoimosti-dostavki-form .group--bottom,
      form.webform-submission-kalkulyator-stoimosti-dostavki-form .group--top {
        padding: 20px;
        grid-gap: 20px; }
      form.webform-submission-kalkulyator-stoimosti-dostavki-form .form-element-wrapper {
        width: 100%; }
        form.webform-submission-kalkulyator-stoimosti-dostavki-form .form-element-wrapper .input-wrapper {
          width: 100%; }
      form.webform-submission-kalkulyator-stoimosti-dostavki-form .form-item-cargo-insurance .form-element-wrapper {
        flex-wrap: wrap; }
        form.webform-submission-kalkulyator-stoimosti-dostavki-form .form-item-cargo-insurance .form-element-wrapper .description {
          margin-bottom: 10px;
          padding: 0 !important; }
      form.webform-submission-kalkulyator-stoimosti-dostavki-form .group--top .select2 {
        width: 100% !important; }
      form.webform-submission-kalkulyator-stoimosti-dostavki-form input {
        max-width: 100% !important; } }
    @media only screen and (max-width: 410px) {
      form.webform-submission-kalkulyator-stoimosti-dostavki-form .group--top {
        grid-template-columns: 1fr; } }

.media.media--bundle-banner.media--view-mode-default {
  position: relative;
  display: flex;
  align-items: center;
  background: url("../img/rastr/banner-bg.jpg");
  background-size: cover;
  box-shadow: 0px 8px 13px 0px rgba(21, 17, 71, 0.25);
  padding: 30px 40px;
  height: 100%; }
  .media.media--bundle-banner.media--view-mode-default .field--name-field-link-url {
    font-size: 0;
    position: absolute;
    z-index: 100;
    top: 0;
    height: 100%;
    width: 100%; }
    .media.media--bundle-banner.media--view-mode-default .field--name-field-link-url a {
      display: block;
      height: 100%; }
  .media.media--bundle-banner.media--view-mode-default .group--texts {
    font-size: 17px; }
    @media screen and (min-width: 320px) {
      .media.media--bundle-banner.media--view-mode-default .group--texts {
        font-size: calc(17px + 13 * (100vw - 320px) / 280); } }
    @media screen and (min-width: 600px) {
      .media.media--bundle-banner.media--view-mode-default .group--texts {
        font-size: 30px; } }
    .media.media--bundle-banner.media--view-mode-default .group--texts .text-formatted {
      color: #FFFFFF;
      line-height: 1.24; }
    .media.media--bundle-banner.media--view-mode-default .group--texts .field--name-field-text {
      font-weight: bold; }
    .media.media--bundle-banner.media--view-mode-default .group--texts .field--name-field-text-2 {
      font-weight: 400; }
  @media only screen and (max-width: 600px) {
    .media.media--bundle-banner.media--view-mode-default {
      padding: 22px; } }

.media--bundle-review.media--view-mode-teaser {
  max-width: 198px;
  margin: 0 auto; }
  .media--bundle-review.media--view-mode-teaser .field--name-field-media-image-1 {
    position: relative; }
    .media--bundle-review.media--view-mode-teaser .field--name-field-media-image-1 img {
      box-shadow: 7.5px 12.99px 20px 0px rgba(35, 48, 107, 0.1);
      position: relative;
      z-index: 100; }
    .media--bundle-review.media--view-mode-teaser .field--name-field-media-image-1::before, .media--bundle-review.media--view-mode-teaser .field--name-field-media-image-1::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      background: #fffffe; }
    .media--bundle-review.media--view-mode-teaser .field--name-field-media-image-1::before {
      opacity: 0.8;
      width: 90%;
      height: 90%;
      top: -10px; }
    .media--bundle-review.media--view-mode-teaser .field--name-field-media-image-1::after {
      opacity: 0.5;
      width: 80%;
      height: 80%;
      top: -20px; }

#page-footer nav:not(.menu--social-networks-links) ul.menu {
  font-size: 0.88rem; }
  #page-footer nav:not(.menu--social-networks-links) ul.menu li a {
    text-decoration: none; }
  #page-footer nav:not(.menu--social-networks-links) ul.menu li + li {
    margin-top: 25px; }
nav.menu--main-navigation--narrow ul.menu {
  font-size: 1rem;
  font-weight: 400; }
  nav.menu--main-navigation--narrow ul.menu li a {
    display: inline-block;
    text-decoration: none;
    border-radius: 1000px;
    padding: 9px 19px 10px; }
    nav.menu--main-navigation--narrow ul.menu li a.is-active, nav.menu--main-navigation--narrow ul.menu li a:active {
      background: #e5effe;
      color: #008aff; }
  nav.menu--main-navigation--narrow ul.menu li[data-item-id="menu-link-content-6595838b-bca3-43a1-9dc2-9914de5fdb9b"] a {
    border: solid 1px #201c79; }
    nav.menu--main-navigation--narrow ul.menu li[data-item-id="menu-link-content-6595838b-bca3-43a1-9dc2-9914de5fdb9b"] a:hover {
      border-color: #4d89fb;
      background-color: #4d89fb;
      color: #FFFFFF; }
.narrow-screen-menu-regioins-container nav.menu--services {
  border-top: 1px solid #dfe4f2;
  margin-top: 30px;
  padding: 20px 0 0; }
  .narrow-screen-menu-regioins-container nav.menu--services ul.menu {
    font-size: 1rem;
    font-weight: 400; }
    .narrow-screen-menu-regioins-container nav.menu--services ul.menu li a {
      display: inline-block;
      text-decoration: none;
      border-radius: 1000px;
      padding: 9px 19px 10px; }
      .narrow-screen-menu-regioins-container nav.menu--services ul.menu li a.is-active, .narrow-screen-menu-regioins-container nav.menu--services ul.menu li a:active {
        background: #e5effe;
        color: #008aff; }
nav.menu--cargo-services-by-countries ul.menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, max-content));
  grid-gap: 35px;
  justify-content: center; }
  nav.menu--cargo-services-by-countries ul.menu li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center; }
    nav.menu--cargo-services-by-countries ul.menu li a::before {
      content: '';
      width: 30px;
      height: 30px;
      margin-right: 15px;
      background: url('../img/rastr/rastr-stripe.png?1576164025') 0px -26px;
      flex-shrink: 0; }
    nav.menu--cargo-services-by-countries ul.menu li a:hover {
      color: #2badff; }
  nav.menu--cargo-services-by-countries ul.menu li[data-item-id="menu-link-content-fe173483-8b4a-4867-bf31-dd6505ecdd34"] a::before {
    background-position-x: 0px; }
  nav.menu--cargo-services-by-countries ul.menu li[data-item-id="menu-link-content-3546aca6-87a1-4d39-9706-e58804323912"] a::before {
    background-position-x: -40px; }
  nav.menu--cargo-services-by-countries ul.menu li[data-item-id="menu-link-content-72f3cfad-031a-414b-9d00-6ef435dfd2d7"] a::before {
    background-position-x: -80px; }
  nav.menu--cargo-services-by-countries ul.menu li[data-item-id="menu-link-content-4fd4b4d9-c70f-47db-b5a4-c8c797344dbb"] a::before {
    background-position-x: -120px; }
  nav.menu--cargo-services-by-countries ul.menu li[data-item-id="menu-link-content-8896e84b-caa6-4132-bc89-181fa6504740"] a::before {
    background-position-x: -160px; }
  nav.menu--cargo-services-by-countries ul.menu li[data-item-id="menu-link-content-d3c9edc6-4fde-4fbd-b030-e51b95aac76e"] a::before {
    background-position-x: -200px; }
  nav.menu--cargo-services-by-countries ul.menu li[data-item-id="menu-link-content-76672df3-2c3f-4fba-be95-3d13dd159963"] a::before {
    background-position-x: -240px; }
nav.menu--header-menu ul.menu li a, nav.menu--header-menu-2 ul.menu li a {
  color: #008aff;
  font-weight: 400;
  font-size: 0.889rem; }
nav.menu--header-menu ul.menu li + li {
  margin-left: 30px; }
nav.menu--header-menu-2 ul.menu li + li {
  margin-left: 30px; }
nav.menu--header-menu-2 ul.menu li a {
  display: block;
  border: solid 1px #008aff;
  padding: 10px 25px 9px;
  text-decoration: none;
  border-radius: 1000px;
  transition: background 0.5s ease; }
  nav.menu--header-menu-2 ul.menu li a:hover {
    color: #FFFFFF;
    background: #008aff; }
nav.menu--header-menu-2 ul.menu li[data-item-id="menu-link-content-871b75db-e37c-477c-be49-0c14951784ca"] a {
  background: #1f1788;
  border-color: #1f1788;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 8px 25px 8px 19px; }
  nav.menu--header-menu-2 ul.menu li[data-item-id="menu-link-content-871b75db-e37c-477c-be49-0c14951784ca"] a::before {
    content: '';
    width: 15px;
    height: 22px;
    background: url('../img/vector/vector-stripe-2019.svg?1576164026') 0 -110px;
    margin-right: 22px; }
  nav.menu--header-menu-2 ul.menu li[data-item-id="menu-link-content-871b75db-e37c-477c-be49-0c14951784ca"] a:hover {
    background: #008aff;
    border-color: #008aff; }
  @media only screen and (max-width: 600px) {
    nav.menu--header-menu-2 ul.menu li[data-item-id="menu-link-content-871b75db-e37c-477c-be49-0c14951784ca"] a {
      background-color: #008aff;
      border: solid 4px #FFFFFF; } }
@media only screen and (max-width: 600px) {
  nav.menu--header-menu-2 ul.menu li:not([data-item-id="menu-link-content-871b75db-e37c-477c-be49-0c14951784ca"]) {
    display: none; } }
nav.menu--social-networks-links ul.menu {
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: column;
  width: min-content; }
  nav.menu--social-networks-links ul.menu li a {
    width: 20px;
    height: 20px;
    font-size: 0;
    background-image: url('../img/vector/vector-stripe-2019.svg?1576164026');
    background-position: 1000px 1000px;
    display: block; }
    nav.menu--social-networks-links ul.menu li a[href*="facebook.com"] {
      background-position: 0px 0; }
    nav.menu--social-networks-links ul.menu li a[href*="vk.com"] {
      background-position: -30px 0; }
    nav.menu--social-networks-links ul.menu li a:hover {
      background-position-y: -30px; }
    footer.page-footer-container nav.menu--social-networks-links ul.menu li a {
      background-position-y: -60px; }
    .paragraph nav.menu--social-networks-links ul.menu li a {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      box-shadow: 2.5px 4.33px 10px 0px rgba(105, 150, 199, 0.12); }
      .paragraph nav.menu--social-networks-links ul.menu li a[href*="vk.com"] {
        background-position: -22px -52px;
        background-color: #6996c7; }
      .paragraph nav.menu--social-networks-links ul.menu li a[href*="facebook.com"] {
        background-position: 9px -52px;
        background-color: #496194; }
nav#block-services-footer {
  margin-left: 5%; }
  nav#block-services-footer ul.menu {
    column-count: 2; }
nav.menu--for-clients ul.menu li a.is-active, nav#block-services-footer ul.menu li a.is-active {
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: underline !important; }
nav.menu--header-menu-3 ul.menu {
  font-size: 17px;
  font-weight: 500;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(min-content, 170px));
  justify-content: space-between; }
  nav.menu--header-menu-3 ul.menu li a {
    text-decoration: none;
    display: flex;
    align-items: center; }
    nav.menu--header-menu-3 ul.menu li a::before {
      content: '';
      width: 59px;
      height: 59px;
      background: #3533ac url('../img/vector/vector-stripe-2019.svg?1576164026') 1000px 1000px;
      display: block;
      flex-shrink: 0;
      margin-right: 10px;
      border-radius: 50%;
      transition: background 0.5s ease; }
    nav.menu--header-menu-3 ul.menu li a:hover {
      color: #2badff; }
      nav.menu--header-menu-3 ul.menu li a:hover::before {
        background-color: #328eff; }
    @media only screen and (max-width: 400px) {
      nav.menu--header-menu-3 ul.menu li a {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center; } }
  nav.menu--header-menu-3 ul.menu li[data-item-id="menu-link-content-af926a5f-5dab-4938-a227-47bf33757c78"] a::before {
    background-position: -172px -110px; }
  nav.menu--header-menu-3 ul.menu li[data-item-id="menu-link-content-7f5efbfe-db88-4f48-b44b-8bd60bd0a71e"] a::before {
    background-position: -261px -110px; }
  nav.menu--header-menu-3 ul.menu li[data-item-id="menu-link-content-cf40caae-fbdf-42fa-9f2a-6a9ed398e602"] a::before {
    background-position: -350px -110px; }
  nav.menu--header-menu-3 ul.menu li[data-item-id="menu-link-content-cc302e69-9d37-49c5-8bce-414e21ea830a"] a::before {
    background-position: -439px -110px; }
  nav.menu--header-menu-3 ul.menu li[data-item-id="menu-link-content-cbdee304-7d4c-4648-a57c-a878771adea2"] a:before {
    background-image: url('../img/rastr/rastr-stripe.png?1576164025');
    background-position: 13px -74px; }
  nav.menu--header-menu-3 ul.menu li[data-item-id="menu-link-content-e42d2fba-437b-4cea-891c-ab9b6c0434cf"] {
    min-width: 160px; }
    nav.menu--header-menu-3 ul.menu li[data-item-id="menu-link-content-e42d2fba-437b-4cea-891c-ab9b6c0434cf"] a::before {
      background-position: -528px -110px; }
    @media only screen and (max-width: 600px) {
      nav.menu--header-menu-3 ul.menu li[data-item-id="menu-link-content-e42d2fba-437b-4cea-891c-ab9b6c0434cf"] {
        min-width: unset; } }
#under-header nav.menu--header-menu-3 {
  margin-top: 50px; }
@media only screen and (max-width: 399px) {
  nav.menu--header-menu-3 ul.menu {
    grid-template-columns: repeat(auto-fit, minmax(min-content, 100px)); } }
@media only screen and (max-width: 767px) {
  nav.breadcrumb ul {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; } }
nav.breadcrumb li {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px; }
  nav.breadcrumb li a {
    color: inherit; }
    nav.breadcrumb li a:hover {
      text-decoration: none; }
  nav.breadcrumb li span {
    margin-left: 5px; }
  @media only screen and (max-width: 767px) {
    nav.breadcrumb li {
      font-size: 13px; } }
@media only screen and (max-width: 767px) {
  nav.breadcrumb {
    padding-top: 15px; } }
nav.pager {
  margin-top: 55px; }
  nav.pager .pager__item .pager-item-label {
    background: #FFFFFF;
    border: 1px solid #d9deec;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    margin-right: 15px;
    width: 40px;
    text-align: center; }
    nav.pager .pager__item .pager-item-label:hover {
      border: 1px solid #4d89fb;
      background: #4d89fb;
      color: #FFFFFF; }
  nav.pager .pager__item.current .pager-item-label {
    border: 1px solid #4d89fb;
    background: #4d89fb;
    color: #FFFFFF; }
  nav.pager .pager__item:last-child .pager-item-label {
    margin-right: 0; }
  nav.pager .pager__item--previous,
  nav.pager .pager__item--next {
    display: none; }
  nav.pager .pager__item--ellipsis {
    color: #cacaca;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px; }
.node__content__top nav li {
  margin-bottom: 25px; }
  .node__content__top nav li:last-child {
    margin-bottom: 0; }
.node__content__top nav a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; }
  .node__content__top nav a:hover {
    color: #008aff;
    position: relative;
    text-decoration: none; }
    .node__content__top nav a:hover:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -37px;
      margin-top: -2.5px;
      background: #008aff;
      display: block;
      width: 15px;
      height: 5px;
      -moz-transform: skew(-40deg);
      -ms-transform: skew(-40deg);
      -webkit-transform: skew(-40deg);
      transform: skew(-40deg);
      z-index: 1; }

.menu-burger > div {
  height: 2px;
  background: #231f86; }
  .menu-burger > div + div {
    margin-top: 6px; }

.node > .node__content > .field--name-field-pragraphs > .field__item + .field__item {
  margin-top: 50px; }
.node > .node__teaser_content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .node > .node__teaser_content .node--title h2 {
    font-size: 24px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 600px) {
      .node > .node__teaser_content .node--title h2 {
        font-size: 15px;
        line-height: 26px; } }
  .node > .node__teaser_content .node--title a:hover {
    text-decoration: none; }
  .node > .node__teaser_content .node__teaser_content_wrapper {
    padding-left: 30px;
    width: calc(100% - 270px); }
    @media only screen and (max-width: 600px) {
      .node > .node__teaser_content .node__teaser_content_wrapper {
        margin-top: 25px;
        padding-left: 0;
        width: auto; } }
  .node > .node__teaser_content .node-created {
    font-size: 14px;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .node > .node__teaser_content .node-created {
        font-size: 13px;
        margin-bottom: 8px;
        text-align: left; } }
  @media only screen and (max-width: 600px) {
    .node > .node__teaser_content {
      -webkit-flex-direction: column;
      flex-direction: column; } }
.node .node-created {
  color: #bababa;
  font-size: 16px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .node .node-created {
      text-align: center; } }
.node .node__content__top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .node .node__content__top .top-col--1 {
    width: 270px; }
    @media only screen and (max-width: 767px) {
      .node .node__content__top .top-col--1 {
        display: none; } }
  .node .node__content__top .top-col--2 {
    padding-left: 30px;
    width: calc(100% - 270px); }
    @media only screen and (max-width: 767px) {
      .node .node__content__top .top-col--2 {
        padding-left: 0;
        width: auto;
        text-align: center; } }
  @media only screen and (max-width: 767px) {
    .node .node__content__top {
      -webkit-flex-direction: column;
      flex-direction: column; } }
.node.node--type-branch.node--view-mode-teaser {
  position: relative;
  border: solid 1px #dce2f5; }
  .node.node--type-branch.node--view-mode-teaser .node__content {
    position: relative; }
    .node.node--type-branch.node--view-mode-teaser .node__content .texts-container {
      position: absolute;
      z-index: 100;
      top: 0;
      height: 100%;
      background: linear-gradient(to right, #ffffff 24%, rgba(255, 255, 255, 0.86) 40%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
      width: 100%;
      padding: 10px 29px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 16px;
      color: #8f929e; }
      .node.node--type-branch.node--view-mode-teaser .node__content .texts-container h2 {
        color: #2b67b4;
        font-size: 1.5em;
        font-weight: 500;
        margin-bottom: 10px; }
  .node.node--type-branch.node--view-mode-teaser a[rel="bookmark"] {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 200; }
  .node.node--type-branch.node--view-mode-teaser:hover .node__content .texts-container {
    background: linear-gradient(to right, #328eff 24%, rgba(50, 142, 255, 0.86) 40%, rgba(50, 142, 255, 0) 76%, rgba(50, 142, 255, 0) 100%); }
    .node.node--type-branch.node--view-mode-teaser:hover .node__content .texts-container, .node.node--type-branch.node--view-mode-teaser:hover .node__content .texts-container * {
      color: #FFFFFF !important; }
.node .node__bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #f3f6ff;
  margin-top: 60px;
  padding-top: 60px; }
  @media only screen and (max-width: 767px) {
    .node .node__bottom {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 30px;
      padding-top: 30px; } }
.node .yashare-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto; }
  .node .yashare-container .share-container--label {
    font-size: 16px;
    line-height: 18px; }
    @media only screen and (max-width: 767px) {
      .node .yashare-container .share-container--label {
        width: 110px; } }
  .node .yashare-container .ya-share2__list {
    margin-left: 10px; }
    .node .yashare-container .ya-share2__list li {
      padding-left: 0 !important; }
      .node .yashare-container .ya-share2__list li:before {
        display: none; }
  @media only screen and (max-width: 767px) {
    .node .yashare-container {
      margin-bottom: 30px;
      width: 100%; } }
.node .prevnext-element a {
  border: 1px solid #3480e1;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #3480e1;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 10.5px 20px;
  min-width: 170px;
  text-align: center;
  text-decoration: none;
  transition: background 0.5s ease; }
  .node .prevnext-element a:hover {
    border: 1px solid #008aff;
    background: #008aff;
    color: #FFFFFF;
    text-decoration: none; }
  .node .prevnext-element a:before, .node .prevnext-element a:after {
    background-image: url('../img/vector/vector-stripe-2019.svg?1576164026');
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 7px;
    height: 11px; }
  @media only screen and (max-width: 767px) {
    .node .prevnext-element a {
      font-size: 14px;
      min-width: auto; } }
.node .prevnext-element.previous a:before {
  content: '';
  background-position: 0 -397px;
  margin-right: 10px; }
.node .prevnext-element.previous a:hover:before {
  content: '';
  background-position: 0 -423px; }
.node .prevnext-element.next a:after {
  content: '';
  background-position: -19px -397px;
  margin-left: 10px; }
.node .prevnext-element.next a:hover:after {
  content: '';
  background-position: -21px -423px; }
@media only screen and (max-width: 767px) {
  .node .prevnext-element.previous {
    -webkit-order: 1;
    order: 1;
    margin-right: auto; }
  .node .prevnext-element.next {
    -webkit-order: 2;
    order: 2;
    margin-left: auto; }
  .node .prevnext-element span {
    display: none; } }
.node .action-mark {
  background: #ff7c08;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
  padding: 2px 15px 3px; }
  .node .action-mark:empty {
    display: none; }
.node .map-wrapper {
  overflow: hidden; }
  .node .map-wrapper iframe {
    margin-top: -48px; }

.paragraph .field--name-field-header h2 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.778em;
  font-size: 24px; }
  @media screen and (min-width: 320px) {
    .paragraph .field--name-field-header h2 {
      font-size: calc(24px + 12 * (100vw - 320px) / 280); } }
  @media screen and (min-width: 600px) {
    .paragraph .field--name-field-header h2 {
      font-size: 36px; } }
.paragraph[data-paragraph-id="2"] .field--name-field-nodes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 292px));
  justify-content: center; }
.paragraph.paragraph--type--reviews {
  margin-left: -100vw;
  margin-right: -100vw;
  padding-left: 100vw;
  padding-right: 100vw;
  background: #f3f4ff;
  padding-top: 75px;
  padding-bottom: 85px; }
  .paragraph.paragraph--type--reviews .field--name-field-full-html-p-content {
    text-align: center;
    margin-bottom: 70px; }
  .paragraph.paragraph--type--reviews .tns-ovh {
    padding: 20px 33px 36px 19px;
    margin: 0 -33px 0 -19px; }
@media only screen and (max-width: 600px) {
  .paragraph.paragraph--type--form {
    margin: 0 -15px; } }
.paragraph.paragraph--type--title-w-ico > .paragraph--content {
  border: 1px solid #dce2f5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 24px 35px; }
  @media only screen and (max-width: 767px) {
    .paragraph.paragraph--type--title-w-ico > .paragraph--content {
      -webkit-flex-direction: column;
      flex-direction: column;
      padding: 30px 20px;
      text-align: center; } }
.paragraph.paragraph--type--title-w-ico .title-w-ico--content {
  padding-left: 30px;
  width: calc(100% - 85px); }
  @media only screen and (max-width: 767px) {
    .paragraph.paragraph--type--title-w-ico .title-w-ico--content {
      padding-left: 0;
      width: auto; } }
.paragraph.paragraph--type--fact-w-img {
  background: url(../img/rastr/bg_1.jpg);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 50px 0 40px; }
  .paragraph.paragraph--type--fact-w-img > .paragraph--content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 140px;
    width: 1200px;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .paragraph.paragraph--type--fact-w-img > .paragraph--content {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 30px; } }
.paragraph.paragraph--type--button .button--link {
  border: 1px solid #276ee5;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 17px 20px 23px;
  min-width: 200px;
  max-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: background 0.5s ease; }
  .paragraph.paragraph--type--button .button--link.button--size--medium {
    font-size: 16px;
    padding: 10px 20px 12px;
    min-width: 160px;
    max-height: 40px; }
  .paragraph.paragraph--type--button .button--link:hover {
    background: #008aff;
    border: 1px solid #008aff;
    color: #FFFFFF; }
  .paragraph.paragraph--type--button .button--link.button--link--blue {
    background: #1f1788;
    border: 1px solid #1f1788;
    color: #FFFFFF; }
    .paragraph.paragraph--type--button .button--link.button--link--blue:hover {
      background: #008aff;
      border: 1px solid #008aff; }
  .paragraph.paragraph--type--button .button--link img {
    margin-right: 15px;
    vertical-align: middle; }
  .paragraph.paragraph--type--button .button--link span {
    vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .paragraph.paragraph--type--button .button--link {
      padding: 10px 20px 14px;
      max-height: 45px;
      min-width: 280px; } }
.two-cols--bg--blue {
  background: #f3f6ff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 65px 0; }
  .two-cols--bg--blue > .paragraph--content {
    margin: 0 auto;
    padding: 0 15px;
    width: 1200px;
    max-width: 100%; }
    @media only screen and (max-width: 600px) {
      .two-cols--bg--blue > .paragraph--content {
        padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .two-cols--bg--blue {
      padding: 45px 0; } }
.paragraph.paragraph--type--two-cols > .paragraph--content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .paragraph.paragraph--type--two-cols > .paragraph--content {
      -webkit-flex-direction: column;
      flex-direction: column; } }
.paragraph.paragraph--type--fulwidth-block {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }
.paragraph.paragraph--type--promo-phone > .paragraph--content {
  background: #f3f6ff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0; }
  @media only screen and (max-width: 767px) {
    .paragraph.paragraph--type--promo-phone > .paragraph--content {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      margin: 0 -15px;
      padding: 30px 20px; } }
.paragraph.paragraph--type--fact-item {
  text-align: center; }
.paragraph.paragraph--type--photo-slider .paragraph--content {
  margin: 0 auto;
  max-width: 770px; }
@media only screen and (max-width: 767px) {
  .paragraph.paragraph--type--carousel .paragraph--content {
    margin: 0 auto;
    max-width: 280px; } }
.paragraph.paragraph--type--country-services {
  max-width: 500px;
  width: 100%; }
  .country-services--top {
    background: #FFFFFF;
    border: 1px solid #3480e1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 15px 50px 15px 20px;
    position: relative;
    z-index: 1; }
    .country-services--top .bottom-toggle {
      position: absolute;
      top: 0;
      right: 17px;
      cursor: pointer;
      display: block;
      width: 30px;
      height: 100%;
      z-index: 2; }
      .country-services--top .bottom-toggle:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 10px;
        margin: -4px auto 0;
        background: url('../img/vector/vector-stripe-2019.svg?1576164026') no-repeat -104px -199px;
        display: block;
        width: 14px;
        height: 8px; }
        @media only screen and (max-width: 767px) {
          .country-services--top .bottom-toggle:after {
            right: 0;
            zoom: 0.8; } }
      @media only screen and (max-width: 767px) {
        .country-services--top .bottom-toggle {
          right: 4px; } }
    .country-services--top.open {
      background: #1f1788; }
      .country-services--top.open .bottom-toggle:after {
        background-position: -264px -202px; }
    .country-services--top:hover {
      background: #1f1788; }
    @media only screen and (max-width: 767px) {
      .country-services--top {
        padding: 15px 30px 15px 20px; } }
  .country-services--flags {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    max-width: 87px; }
    .country-services--flags > .field {
      padding-right: 25px; }
      .country-services--flags > .field:first-child {
        position: relative; }
        .country-services--flags > .field:first-child:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 9px;
          margin-top: -7px;
          background: url('../img/vector/vector-stripe-2019.svg?1576164026') no-repeat -94px -396px;
          display: block;
          width: 8px;
          height: 14px; }
          @media only screen and (max-width: 767px) {
            .country-services--flags > .field:first-child:after {
              display: none; } }
        @media only screen and (max-width: 767px) {
          .country-services--flags > .field:first-child {
            display: block; } }
      .country-services--flags > .field:last-child {
        padding-right: 0; }
      @media only screen and (max-width: 767px) {
        .country-services--flags > .field {
          display: none;
          padding-right: 0; } }
  .country-services--bottom {
    background: #f3f4ff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: none;
    margin-bottom: -45px;
    padding: 50px 30px 15px;
    position: relative;
    top: -45px; }

.tns-carousel {
  display: flex; }

.tns-nav button {
  border: none;
  background: #FFFFFF;
  border: solid 1px #979ac3;
  border-radius: 50%;
  width: 9px;
  height: 9px; }
  .tns-nav button + button {
    margin-left: 10px; }
  .tns-nav button.tns-nav-active {
    border-color: #328eff;
    background-color: #328eff; }

.tns-controls {
  margin-top: 45px; }
  .tns-controls > button {
    width: 32px;
    height: 32px;
    border: none;
    font-size: 0;
    background: url('../img/vector/vector-stripe-2019.svg?1576164026') 0 -199px; }
    .tns-controls > button[data-controls="next"] {
      background-position-x: -42px; }
    .tns-controls > button:hover {
      background-position-y: -241px; }
    .tns-controls > button[disabled] {
      background-position-y: -283px !important; }
  .tns-controls.with-dots {
    display: flex;
    align-items: center;
    justify-content: center; }
    .tns-controls.with-dots .tns-nav {
      margin: 0 30px; }
  .field--name-field-bannery .tns-controls {
    margin-top: 25px; }
  @media only screen and (max-width: 767px) {
    .tns-controls {
      margin-top: 20px; } }

.view-news.view-display-id-page_1 .views-row {
  margin-bottom: 60px; }
  .view-news.view-display-id-page_1 .views-row:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 600px) {
    .view-news.view-display-id-page_1 .views-row {
      margin-bottom: 45px; } }

/* End of Base */

/*# sourceMappingURL=component.css.map */
