@charset "UTF-8";
.sender-connect {
  z-index: 1 !important; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*! jQuery UI - v1.11.4 - 2016-05-19
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222; }

.ui-widget-content a {
  color: #222; }

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc 50% 50% repeat-x;
  color: #222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 50% 50% repeat-x;
  font-weight: normal;
  color: #555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

.ui-timepicker-wrapper {
  overflow-y: auto;
  max-height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: 0;
  z-index: 10052;
  margin: 0; }

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em; }

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30, .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em; }

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888; }

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888; }

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0; }

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000; }

li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff; }

li.ui-timepicker-selected .ui-timepicker-duration, .ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc; }

.ui-timepicker-list li.ui-timepicker-disabled, .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default; }

.ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

html,
body {
  width: 100%;
  height: 100%; }

body {
  padding: 0 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #172c3e;
  position: relative;
  overflow-x: hidden; }
  body.body_overflow {
    overflow: hidden; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px; }
  .container-right {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 40px; }

img {
  width: auto;
  max-width: 100%; }

ul li {
  list-style: none; }

a {
  text-decoration: none; }

a:focus,
button:focus,
button:active,
input:focus,
textarea:focus {
  outline: none; }

.slick-initialized .slick-slide:focus {
  outline: none; }

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: inherit;
  text-align: inherit; }

.hidden {
  display: none; }

.section {
  position: relative; }

.site-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.site-main-content {
  padding-left: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .site-main-content {
      padding-left: 0; } }

.loaded .preloader {
  height: 0;
  transition-delay: 40ms; }

.loaded .loader {
  opacity: 0;
  transition-delay: 550ms; }

.finished .preloader {
  display: none; }

.preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: opacity 500ms ease-in-out, height 500ms ease-in-out; }

.loader {
  display: flex;
  align-items: center;
  justify-content: center; }
  .loader > span {
    background: #0061af;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-left: 0.5em;
    transform: translateY(0);
    animation: bounce 400ms infinite alternate;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.2), inset 0 -5px 10px rgba(0, 0, 0, 0.2); }
    .loader > span:first-child {
      margin-left: 0; }
  .loader > span:nth-of-type(2) {
    background: #e40137;
    animation-delay: 250ms; }
  .loader > span:nth-of-type(3) {
    animation-delay: 350ms; }

@keyframes bounce {
  to {
    transform: translateY(-1em);
    box-shadow: 0 1em 3px rgba(0, 0, 0, 0.03), inset 0 -5px 10px rgba(0, 0, 0, 0.2); } }

h1,
h2,
h3,
.h3,
h4,
.h4,
h5,
h6 {
  color: #0061af;
  font-weight: 700;
  line-height: 1.2; }

.s-ttl,
.banner-title,
.block-ttl,
.content-ttl,
.ttl,
.context-ttl {
  color: #0061af; }

.s-ttl,
.banner-title,
.block-ttl,
.content-ttl,
.ttl,
.contacts-item-ttl {
  line-height: 1.2;
  font-weight: 700; }

.s-ttl,
.banner-title,
h2,
h1 {
  font-size: 32px;
  margin: 0 0 22px; }

.share-btn {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer; }
  .share-btn svg {
    width: 16px;
    height: 18px;
    display: block;
    fill: #cad4e0 !important; }

h3,
.h3 {
  font-size: 20px;
  letter-spacing: .5px;
  margin: 0 0 30px; }

h4,
.h4,
.block-ttl,
.contacts-item-ttl,
.context-ttl {
  font-size: 16px;
  letter-spacing: .4px; }

h4,
.h4,
.block-ttl {
  margin: 0 0 22px; }

.context-ttl {
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 10px;
  transition: color .5s; }
  .context-ttl:hover {
    color: #169ce1; }

.news-item:hover h1,
.news-item:hover h2,
.news-item:hover h3,
.news-item:hover h4,
.news-item:hover h5,
.news-item:hover h6,
.news-item:hover .h4,
.news-item:hover .context-ttl,
.news-item:hover .link,
.services-item:hover h1,
.services-item:hover h2,
.services-item:hover h3,
.services-item:hover h4,
.services-item:hover h5,
.services-item:hover h6,
.services-item:hover .h4,
.services-item:hover .context-ttl,
.services-item:hover .link,
.news-slider-item:hover h1,
.news-slider-item:hover h2,
.news-slider-item:hover h3,
.news-slider-item:hover h4,
.news-slider-item:hover h5,
.news-slider-item:hover h6,
.news-slider-item:hover .h4,
.news-slider-item:hover .context-ttl,
.news-slider-item:hover .link {
  color: #169ce1; }

.news-item:hover .link:after,
.services-item:hover .link:after,
.news-slider-item:hover .link:after {
  background: #169ce1; }

.banner-dscr,
.s-dscr,
.context-dscr,
.dscr,
.post-offices-detail-dscr {
  line-height: 1.7; }

.dscr {
  margin: 0 0 22px; }
  .dscr p {
    margin: 0 0 20px; }
    .dscr p:last-child {
      margin: 0; }

.s-dscr {
  margin: 0 0 30px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 40px;
  background: #0061af;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  position: relative;
  transition: all .5s; }
  .btn.accent-btn {
    background: #8493a8; }
  .btn.light-btn {
    background: #fff;
    color: #0061af;
    border: 1px solid #fff; }
    .btn.light-btn:hover {
      background: transparent;
      color: #fff; }
  .btn:hover {
    background: #169ce1; }

.btns-wrapper {
  display: flex; }
  .btns-wrapper .btn {
    margin: 0 40px 0 0; }
    .btns-wrapper .btn:last-child {
      margin: 0; }

.order-form .btns-wrapper {
  width: 50%;
  padding-right: 20px; }

.address-delivery-form .declaration-btn {
  padding-left: 15px;
  padding-right: 15px; }

.address-delivery-form .btns-wrapper {
  justify-content: space-between;
  width: 100%;
  padding: 0; }
  .address-delivery-form .btns-wrapper .btn {
    width: 49%; }
    .address-delivery-form .btns-wrapper .btn:last-child {
      margin: 0; }

.worldwide-btn,
.subscribe-btn,
.post-offices-search-btn,
.career-search-btn,
.payment-pay-btn {
  width: 100%; }

.return-btn {
  width: 232px; }

.post-offices-form {
  position: relative; }
  .post-offices-form .return-btn {
    width: 100%; }

.banner-btn {
  width: 180px; }

.searching-btn,
.tracking-btn,
.payment-next-btn,
.main-page-btn {
  width: 200px; }

.context-btn {
  width: 210px; }

.offices-btn {
  width: 360px;
  flex: none; }

.contact-send-btn,
.partners-feedback-btn,
.main-link-btn,
.intro-btn,
.btn-cookies-accept {
  width: 196px; }

.calculator-send-btn,
.calc-delivery-btn,
.change-data-btn,
.order-send-btn,
.add-declaration-btn,
.courier-btn,
.declaration-btn {
  width: 232px; }

.feedback-btn {
  width: 336px; }

.login-btn,
.apply-btn {
  width: 310px; }

.btn-define {
  min-width: 248px;
  padding-left: 25px;
  padding-right: 25px; }
  .btn-define .ico {
    width: 16px;
    display: block;
    margin: 0 10px 0 0; }
    .btn-define .ico svg {
      width: 100%;
      display: block; }

.payment-places-btn {
  padding-left: 25px;
  padding-right: 25px; }
  .payment-places-btn .ico {
    width: 15px;
    display: block;
    margin: 0 10px 0 0; }
    .payment-places-btn .ico svg {
      width: 100%;
      display: block; }

.cancel-btn {
  display: flex;
  flex: none; }
  .cancel-btn span {
    position: relative;
    margin: auto; }
    .cancel-btn span:before, .cancel-btn span:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      transition: background .5s; }
    .cancel-btn span:before {
      transform: rotate(45deg); }
    .cancel-btn span:after {
      transform: rotate(-45deg); }

.cookies-banner .cancel-btn,
.news-modal .cancel-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  transition: opacity .5s;
  will-change: opacity; }
  .cookies-banner .cancel-btn span,
  .news-modal .cancel-btn span {
    width: 18px;
    height: 18px; }
    .cookies-banner .cancel-btn span:before, .cookies-banner .cancel-btn span:after,
    .news-modal .cancel-btn span:before,
    .news-modal .cancel-btn span:after {
      height: 19px;
      width: 2px; }

.cookies-banner .cancel-btn:hover {
  opacity: .75; }

.cookies-banner .cancel-btn span:before, .cookies-banner .cancel-btn span:after {
  background: #fff; }

.news-modal .cancel-btn:hover span:before, .news-modal .cancel-btn:hover span:after {
  background: #172c3e; }

.news-modal .cancel-btn span:before, .news-modal .cancel-btn span:after {
  background: #8493a8; }

.modal,
.remodal {
  margin: 0;
  padding: 0; }
  .modal .cancel-btn,
  .remodal .cancel-btn {
    width: 30px;
    height: 30px; }
    .modal .cancel-btn:before,
    .remodal .cancel-btn:before {
      content: none; }
    .modal .cancel-btn:hover span:before, .modal .cancel-btn:hover span:after,
    .remodal .cancel-btn:hover span:before,
    .remodal .cancel-btn:hover span:after {
      background: #8493a8; }
    .modal .cancel-btn span,
    .remodal .cancel-btn span {
      width: 18px;
      height: 18px; }
      .modal .cancel-btn span:before, .modal .cancel-btn span:after,
      .remodal .cancel-btn span:before,
      .remodal .cancel-btn span:after {
        height: 19px;
        width: 2px;
        background: #172c3e; }
  .modal form,
  .remodal form {
    max-width: 100%;
    margin: 0 auto;
    text-align: left; }
  .modal .subscribe-form,
  .remodal .subscribe-form {
    width: 300px; }
  .modal .apply-form,
  .remodal .apply-form {
    width: 300px; }
    .modal .apply-form .input-file-trigger,
    .remodal .apply-form .input-file-trigger {
      font-size: 14px; }
  .modal .form .form-group,
  .remodal .form .form-group {
    margin: 0 0 20px; }
    .modal .form .form-group:last-child,
    .remodal .form .form-group:last-child {
      margin: 0; }

.remodal-close {
  left: initial;
  right: 15px;
  top: 15px; }

.remodal-overlay {
  background: rgba(0, 0, 0, 0.5); }

.remodal-wrapper {
  padding: 10px; }

.modal-error .modal-inner {
  min-height: 285px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.modal-context {
  text-align: center;
  padding: 60px 30px; }
  .modal-context h3, .modal-context h4, .modal-context h5 {
    margin: 0 0 20px; }
    .modal-context h3:last-child, .modal-context h4:last-child, .modal-context h5:last-child {
      margin: 0; }

.modal-choose {
  border-radius: 20px; }
  .modal-choose .modal-context {
    padding: 70px 40px 40px; }

/*form styles*/
input,
textarea {
  background-color: transparent;
  outline: 0;
  border: none;
  color: #172c3e; }

input,
textarea,
.select-styled {
  padding: 12px 20px;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  display: block;
  transition: all .5s; }

textarea {
  resize: none;
  padding: 12px 20px;
  line-height: 1.7; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(23, 44, 62, 0.5);
  transition: color .5s; }

.textarea {
  min-height: 100px; }

.textarea,
input.form-control,
.input,
.select-styled {
  border-radius: 20px;
  background: #eceff4;
  position: relative; }

input.form-control,
.input,
.select-styled {
  height: 40px; }

input.form-control,
.input,
.textarea {
  border: 1px solid transparent; }

.input-btn,
.input-ico {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  display: flex;
  align-items: center; }

.input-has-icon {
  padding-right: 40px; }

.tracking-input {
  font-size: 11px; }

.search-btn,
.departure-input-ico {
  width: 40px;
  padding: 0 0 0 6px;
  cursor: pointer; }

.sidebar-tracking .tracking-btn {
  width: 30px;
  padding: 0 0 0 10px; }

.form-row {
  display: flex; }

.searching-form .form-row,
.tracking-form .form-row,
.partners-feedback-form .form-row,
.post-offices-form .form-row,
.intro-form .form-row {
  margin: 0 -10px 30px;
  align-items: flex-end; }
  .searching-form .form-row:last-of-type,
  .tracking-form .form-row:last-of-type,
  .partners-feedback-form .form-row:last-of-type,
  .post-offices-form .form-row:last-of-type,
  .intro-form .form-row:last-of-type {
    margin: 0 -10px; }

.searching-form .form-col,
.tracking-form .form-col,
.partners-feedback-form .form-col,
.post-offices-form .form-col,
.intro-form .form-col {
  padding: 0 10px; }

.feedback-form .iti {
  display: block; }

#contact-form .iti {
  display: block; }

#contact-form-europe .iti {
  display: block; }

#partners-feedback-form .iti {
  display: block; }

.contact-form .form-row {
  margin: 0 -10px 30px; }
  .contact-form .form-row:last-of-type {
    margin: 0 -10px; }

.contact-form .form-col {
  padding: 0 10px; }

.contact-form .form-group .help-block,
.contact-form .form-group .focused-block {
  position: relative; }

.payment-form .form-row {
  margin: 0 -10px; }

.payment-form .form-col {
  padding: 0 10px; }

.partners-feedback-form .form-col,
.contact-form .form-col,
.post-offices-form .form-col {
  flex: 1 1 auto; }

.intro-form .form-col {
  width: 50%; }

.partners-feedback-form .send-btn,
.contact-form .send-btn,
.post-offices-form .send-btn {
  margin: 30px 0 0; }

.searching-col.left-col,
.tracking-col.left-col,
.payment-col.left-col {
  width: calc(100% - 220px); }

.partners-feedback-form .form-col.eight-col,
.career-form .form-col.eight-col {
  max-width: 66.66%;
  flex-basis: 66.66%; }

.partners-feedback-form .form-col.fourth-col,
.career-form .form-col.fourth-col {
  max-width: 33.33%;
  flex-basis: 33.33%; }

.post-offices-form .form-col {
  max-width: 33.33%;
  flex-basis: 33.33%; }
  .post-offices-form .form-col.eight-col {
    max-width: 66.66%;
    flex-basis: 66.66%; }

.post-offices-form .btn-clear {
  margin: 35px 0 0; }

.courier-form .form-row,
.feedback-form .form-row {
  margin-bottom: 35px;
  flex-wrap: wrap;
  align-items: flex-end; }

.feedback-form .form-col {
  padding: 0 20px; }
  .feedback-form .form-col.half-col {
    width: 50%; }
  .feedback-form .form-col.third-col {
    width: 33.33%; }

.feedback-form .full-col {
  width: 100%; }

.feedback-form .file-wrapper {
  margin-top: 10px;
  margin-bottom: 10px; }

.courier-form .equilateral-row .form-col {
  padding: 0 20px; }
  .courier-form .equilateral-row .form-col.third-col {
    width: 25%; }
  .courier-form .equilateral-row .form-col.half-col {
    width: 50%; }

.courier-form .form-col.full-col {
  width: 100%; }

.courier-form .form-col.third-col {
  width: calc(25% - 30px); }

.courier-form .form-col.date-arrival-col {
  width: calc(50% - 20px); }

.form-label,
.tab-context-label,
.control-label {
  font-size: 12px;
  display: block;
  margin: 0 0 18px; }

.form-group {
  position: relative; }
  .form-group.focused .focused-block {
    display: block;
    text-align: left; }
  .form-group.has-error input.form-control,
  .form-group.has-error .input,
  .form-group.has-error .textarea {
    color: #e40137;
    background: #fff;
    border: 1px solid #e40137 !important; }
  .form-group.has-error .upload-file-name {
    color: #e40137; }
  .form-group.has-error .upload-files .cancel-btn span:before,
  .form-group.has-error .upload-files .cancel-btn span:after {
    background: #e40137; }
  .form-group.has-error .help-block {
    display: block;
    text-align: left; }
  .form-group.has-error .calendar-wrapper {
    background: transparent;
    border: 1px solid #e40137; }
  .form-group.has-error .select-styled {
    background: transparent;
    border: 1px solid #e40137; }
  .form-group .error,
  .form-group .help-block {
    color: #e40137 !important; }
  .form-group .error,
  .form-group .help-block,
  .form-group .focused-block {
    padding-left: 20px;
    display: none;
    font-size: 10px;
    line-height: 1;
    margin-top: 5px;
    position: absolute;
    z-index: 1; }
  .form-group .focused-block {
    margin-top: 15px;
    color: #172c3e !important; }

.radiobuttons .form-group .error,
.radiobuttons .form-group .help-block {
  margin-top: 15px; }

.delivery-terms-block .help-block,
.delivery-terms-block .error,
.quantity-block .help-block,
.quantity-block .error {
  padding-left: 0;
  display: none;
  color: #e40137 !important;
  font-size: 10px;
  line-height: 1;
  margin-top: 5px;
  position: absolute;
  z-index: 1; }

.delivery-terms-block.has-error .help-block,
.delivery-terms-block.has-error .error,
.quantity-block.has-error .help-block,
.quantity-block.has-error .error {
  display: block; }

.order-context-col .help-block,
.payment-form .help-block,
.file-wrapper.has-error .help-block,
.news-modal-form .help-block,
.confirm-checkbox .help-block {
  position: relative; }

.file-wrapper.has-error .help-block {
  width: 100%;
  margin-bottom: 10px; }

.quantity-val {
  padding-left: 45px;
  padding-right: 45px; }

.calendar-wrapper input {
  height: 100%;
  border-radius: 20px; }

.subscribe-form .error,
.subscribe-form .help-block,
.footer-worldwide-form .error,
.footer-worldwide-form .help-block,
.search-form .error,
.search-form .help-block,
.tracking-form .error,
.tracking-form .help-block {
  position: relative; }

.form {
  position: relative; }

/*end form styles*/
#newsletter-form .form-group,
.input-wr {
  margin: 0 0 10px; }

.select-wrapper {
  height: 40px;
  position: relative;
  font-size: 14px; }
  .select-wrapper .select,
  .select-wrapper select {
    width: 100%;
    height: 100%; }
  .select-wrapper .arrow-ico {
    right: 20px; }
  .select-wrapper:hover .arrow-ico svg {
    fill: #169ce1 !important; }

.worldwide-select img,
.worldwide-select svg {
  width: 24px;
  height: 16px;
  display: block; }

.worldwide-select .select-styled {
  padding-right: 30px; }

.worldwide-select .select-styled,
.worldwide-select .select-options li {
  padding-left: 55px; }

/*custom select*/
.select-hidden {
  display: none;
  visibility: hidden; }

.select {
  cursor: pointer;
  position: relative;
  text-align: left; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: rgba(23, 44, 62, 0.5);
  overflow: hidden; }

/* select2 custom styles*/
.select2-selection:focus {
  outline: none; }

.select2-container .select2-selection--single {
  height: 40px;
  border: none;
  background: transparent;
  border-radius: 20px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding: 12px 40px 12px 20px;
  color: rgba(23, 44, 62, 0.5);
  height: 40px;
  overflow: hidden; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.select2-selection__arrow {
  display: none; }

.select2-dropdown {
  overflow: auto;
  box-shadow: 0 5px 15px rgba(68, 80, 103, 0.1);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #eaeff4;
  font-size: 14px;
  color: #172c3e; }

.select2-container--open .select2-dropdown--below {
  margin-top: -40px; }

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-radius: 20px; }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent;
  color: #172c3e; }

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #8493a8; }

.select2-results__option {
  padding: 9px 20px;
  min-height: 40px;
  line-height: 1.5; }

.select2-search--dropdown {
  padding: 10px 20px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none; }

.feedback-form .arrow-ico,
.intro-form .arrow-ico,
.post-offices-form .arrow-ico,
.courier-form .arrow-ico,
.contact-form .arrow-ico,
.country-profile-form .arrow-ico,
.order-form .arrow-ico,
.calculator-form .arrow-ico {
  z-index: 0; }

.feedback-form .select-wrapper,
.intro-form .select-wrapper,
.post-offices-form .select-wrapper,
.courier-form .select-wrapper,
.contact-form .select-wrapper,
.country-profile-form .select-wrapper,
.order-form .select-wrapper,
.calculator-form .select-wrapper {
  background: #eceff4;
  border-radius: 20px; }

.interested-select-wrapper {
  background: #eceff4;
  border-radius: 20px; }
  .interested-select-wrapper .arrow-ico {
    z-index: 0; }

.select2-wrapper {
  background: #eceff4;
  border-radius: 20px; }
  .select2-wrapper .arrow-ico {
    z-index: 0; }

.inactive {
  pointer-events: none !important; }

.order-form .select2-container--disabled.select-wrapper {
  background-color: #eee; }

.multiselect-wrapper {
  min-height: 40px;
  height: auto; }
  .multiselect-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none; }
  .multiselect-wrapper .select2-container--default .select2-selection--multiple {
    background-color: transparent; }
  .multiselect-wrapper .select2-container--default .select2-selection--multiple {
    border: none; }
  .multiselect-wrapper .select2-container .select2-selection--multiple {
    min-height: 40px; }
  .multiselect-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    min-height: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .multiselect-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0;
    padding-right: 23px;
    position: relative;
    border: none;
    background-color: transparent;
    margin: 4px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25; }
  .multiselect-wrapper .select2-container .select2-search--inline .select2-search__field {
    display: none; }
  .multiselect-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    width: 15px;
    height: 15px;
    background: #0061af;
    border-radius: 50%;
    color: #fff;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 15px;
    font-size: 12px; }

/* end select2 custom styles*/
.select-options {
  display: none;
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(68, 80, 103, 0.1);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #eaeff4;
  max-height: 230px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .select-options ::-webkit-scrollbar {
    display: none; }
  .select-options li {
    margin: 0;
    padding: 9px 20px;
    min-height: 40px;
    line-height: 1.5;
    transition: all 0.5s ease-in; }
    .select-options li[rel="hide"] {
      display: none; }

/*custom select*/
.svg-fill {
  fill: #0061af !important; }

.svg-fill,
path {
  transition: fill .5s; }

.svg-stroke {
  fill: #0061af !important;
  transition: fill .5s; }

.arrow-ico,
.arrow-ico-right {
  cursor: pointer; }
  .arrow-ico svg,
  .arrow-ico-right svg {
    width: 9px;
    height: 7px; }

.arrow-ico-right {
  display: inline-block;
  transform-origin: 50% 50%; }

.arrow-ico {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  transition: all .5s ease-in; }
  .arrow-ico svg {
    width: 9px;
    height: 7px;
    transition: all .5s ease-in; }

.bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }
  @media screen and (max-width: 1024px) {
    .bg-overlay {
      display: block !important; } }
  @media screen and (max-width: 1024px) {
    .bg-overlay {
      position: initial;
      height: 220px;
      width: 100%; } }
  .bg-overlay img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0; }

@media screen and (max-width: 500px) {
  .banner .bg-overlay {
    display: none !important; } }

.banner .bg-overlay img {
  object-position: 33% 0; }
  @media screen and (max-width: 1024px) {
    .banner .bg-overlay img {
      object-position: 100% 0; } }
  @media screen and (max-width: 768px) {
    .banner .bg-overlay img {
      object-position: center; } }

.bg-overlay.bg-overlay--mobile {
  display: none !important; }
  @media screen and (max-width: 500px) {
    .bg-overlay.bg-overlay--mobile {
      display: block !important; } }

/* breadcrumb */
.breadcrumb {
  display: inline-block;
  padding: 20px 0; }
  .breadcrumb li {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle; }
    .breadcrumb li + li:before {
      content: '';
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 7px;
      height: 11px;
      background: url("../img/icon/arrow.svg") no-repeat center center/7px 11px; }
  .breadcrumb-item {
    font-size: 12px;
    line-height: 1.5;
    color: #172c3e;
    padding: 10px 5px;
    display: inline-block;
    vertical-align: middle; }
    .breadcrumb-item.active, .breadcrumb-item:hover {
      color: #0061af;
      transition: color .5s; }

/* banner */
.top-hero-wrapper {
  display: flex; }
  @media screen and (max-width: 1240px) {
    .top-hero-wrapper {
      flex-direction: column; } }
  .top-hero-wrapper .banner-container {
    width: calc(100% - 400px); }
    @media screen and (max-width: 1240px) {
      .top-hero-wrapper .banner-container {
        width: 100%; } }
  .top-hero-wrapper .calc-container {
    width: 400px; }
    @media screen and (max-width: 500px) {
      .top-hero-wrapper .calc-container {
        width: 100%; } }

.banner {
  position: relative;
  min-height: 500px; }
  @media screen and (max-width: 1024px) {
    .banner {
      min-height: auto; } }
  .banner-inner {
    height: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .banner-inner {
        flex-direction: column;
        padding-top: 0 !important;
        min-height: auto !important;
        padding-bottom: 0; } }
  .banner-block {
    padding: 40px;
    width: 555px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .banner-block {
        padding: 20px 0 0 0; } }
    .banner-block:before {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      top: 0;
      height: 100%;
      background: #fff; }
    .banner-block-inner {
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 1024px) {
        .banner-block-inner {
          padding-bottom: 0 !important; } }
    .banner-block .slick-slider .slick-track {
      display: flex; }
    .banner-block .slide-item {
      float: none;
      height: fit-content;
      position: relative;
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 1024px) {
        .banner-block .slide-item {
          padding-bottom: 0; } }
      .banner-block .slide-item .banner-title {
        font-size: 30px;
        line-height: 41px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #2361A9;
        margin-bottom: 14px; }
        @media screen and (max-width: 1024px) {
          .banner-block .slide-item .banner-title {
            font-size: 22px;
            margin-bottom: 10px;
            margin-top: 20px; } }
        @media screen and (max-width: 425px) {
          .banner-block .slide-item .banner-title {
            line-height: 30px;
            margin-top: 20px; } }
      .banner-block .slide-item .banner-dscr {
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.02em;
        color: rgba(27, 43, 60, 0.7); }
        @media screen and (max-width: 1024px) {
          .banner-block .slide-item .banner-dscr {
            margin-bottom: 15px; } }
      .banner-block .slide-item .banner-title,
      .banner-block .slide-item .banner-dscr,
      .banner-block .slide-item .banner-date {
        width: 100%; }
      .banner-block .slide-item .banner-btn {
        width: 169px;
        height: 54px;
        border-radius: 100px; }
        @media screen and (max-width: 1024px) {
          .banner-block .slide-item .banner-btn {
            position: initial; } }
  .banner-dscr, .banner-date, .banner-btn, .banner-title {
    position: relative; }
  .banner-dscr {
    margin: 0 0 20px; }
  .banner-date {
    margin: 0 0 30px; }

.service-banner-block {
  padding-top: 50px;
  padding-bottom: 50px; }
  .service-banner-block .banner-title {
    margin: 0 0 32px; }

.contacts-banner-block,
.career-banner-block {
  min-height: 245px;
  display: flex;
  align-items: center; }
  .contacts-banner-block .banner-title,
  .career-banner-block .banner-title {
    margin: 0; }

/* main sections content */
.s-full-content-wr,
.s-nav-content-wr {
  padding: 0 0 0 40px;
  border-bottom: 1px solid #e6e6e6; }

.s-full-container.border,
.s-nav-container {
  border-top: 1px solid #e6e6e6;
  padding: 40px 0; }

.s-full-container {
  padding: 0 0 40px; }

/* navigation content */
.s-nav-container {
  display: flex; }

.partners-page .s-nav-content {
  width: 100%; }

.s-nav {
  width: 310px;
  padding-right: 40px; }
  .s-nav .active ul {
    display: block; }
  .s-nav-ttl {
    line-height: 1.5;
    margin: 0 0 22px; }
  .s-nav .active-link > a {
    color: #0061af; }
  .s-nav-item {
    line-height: 1.2;
    margin: 0 0 5px; }
    .s-nav-item:last-child {
      margin: 0; }
    .s-nav-item > ul {
      margin-top: 5px; }
    .s-nav-item > a:before {
      content: '';
      width: 6px;
      height: 6px;
      background: #0061af;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 7px; }
    .s-nav-item a {
      color: #172c3e;
      padding: 3px 0 3px 15px;
      display: inline-block;
      position: relative; }
      .s-nav-item a:hover {
        color: #0061af;
        transition: color .5s; }
    .s-nav-item ul {
      padding-left: 10px;
      display: none; }
      .s-nav-item ul ul {
        padding-left: 20px; }
  .s-nav-content {
    width: calc(100% - 310px); }
    .s-nav-content-header {
      margin: 0 0 70px; }
  .s-nav-link {
    color: #172c3e; }

/* pagination*/
.pagination {
  display: flex;
  align-items: center; }
  .pagination li a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #172c3e;
    transition: color .5s, background-color .5s; }
  .pagination li.prev a, .pagination li.next a {
    width: auto;
    height: auto;
    border-radius: 0; }
  .pagination li.active a {
    background-color: #0061af;
    color: #fff;
    display: flex;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: auto; }
  .pagination li:hover:not(.active) a {
    color: #0061af; }
  .pagination li.disable.prev:hover a, .pagination li.disable.next:hover a {
    cursor: auto; }
  .pagination li.disable.prev:hover svg, .pagination li.disable.next:hover svg {
    fill: #cad3df !important; }

/* slider */
.pagination .prev,
.pagination .next,
.btn-arrow {
  height: 16px; }
  .pagination .prev:hover svg,
  .pagination .next:hover svg,
  .btn-arrow:hover svg {
    fill: #0061af !important; }
  .pagination .prev svg,
  .pagination .next svg,
  .btn-arrow svg {
    width: 10px;
    height: 16px;
    fill: #cad3df !important;
    transition: all .5s; }

.pagination .prev svg,
.btn-arrow-prev svg {
  transform-origin: 50% 50%;
  transform: rotate(180deg); }

.pagination .prev {
  margin: 0 20px 0 0; }

.pagination .next {
  margin: 0 0 0 20px; }

.btn-arrow {
  text-align: center;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 0;
  background: #fff;
  height: 60px;
  width: 64px;
  border-radius: 100px 0 0 100px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1024px) {
    .btn-arrow {
      display: none !important; } }
  .btn-arrow svg {
    width: 14px;
    height: 21px; }
  .btn-arrow.btn-arrow-next {
    top: 160px; }
  .btn-arrow.btn-arrow-prev {
    top: 230px; }

.slider-controls {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 9px;
  z-index: 2;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .slider-controls {
      top: 195px;
      bottom: unset !important; } }
  .slider-controls .btn-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    .slider-controls .btn-arrow-prev {
      left: 0; }
    .slider-controls .btn-arrow-next {
      right: 0; }

.slick-dots {
  display: flex;
  position: relative;
  bottom: 0;
  justify-content: center; }
  .slick-dots li {
    padding: 5px;
    margin: 0;
    width: auto;
    height: auto; }
    .slick-dots li button {
      padding: 0;
      margin: 0;
      width: 8px;
      height: 8px;
      display: block;
      background: #cad3df;
      border-radius: 50%;
      transition: background .5s; }
      @media screen and (max-width: 1024px) {
        .slick-dots li button {
          background: rgba(255, 255, 255, 0.2); } }
      .slick-dots li button:before {
        content: none; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background-color: #0061af; }
      @media screen and (max-width: 1024px) {
        .slick-dots li.slick-active button, .slick-dots li:hover button {
          background-color: #fff; } }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.footer-top-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
  .footer-top-block-item {
    flex: 1 1 0;
    padding: 0 20px; }

.cols {
  flex: 1 1 0;
  margin: 0 0 30px;
  padding: 0 20px;
  max-width: 33.33%; }
  .cols:nth-child(4) {
    display: none; }
  .cols-block {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 -20px 30px; }

.block-item .img-wr {
  position: relative;
  height: 0;
  padding-bottom: 58%; }
  .block-item .img-wr img {
    position: absolute;
    left: 0;
    top: 0; }

.s-padding {
  padding: 30px 0 40px; }

.img-wr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0; }

.services-block .img-wr,
.news-block .img-wr {
  margin: 0 0 30px; }

.btn-wr {
  text-align: center; }

.context-dscr {
  color: #172c3e;
  margin: 0 0 8px; }
  .context-dscr:last-child {
    margin: 0; }

.section-with-bg {
  min-height: 400px;
  display: flex;
  align-items: center; }
  .section-with-bg .container {
    flex: 1; }

.s-context {
  max-width: 500px;
  width: 100%; }

.link {
  display: inline-block;
  color: #0061af;
  position: relative;
  transition: color .5s; }
  .link:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: #0061af;
    bottom: 0;
    height: 1px;
    transition: background .5s; }
  .link:hover {
    color: #169ce1; }
    .link:hover:after {
      background: #169ce1; }

.category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #172c3e;
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .3px; }
  .category-name {
    display: flex;
    align-items: center;
    min-height: 18px; }
  .category-ico {
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px; }
    .category-ico img {
      display: block; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@-webkit-keyframes fadeLeft {
  from {
    transform: translate(100%, 0); }
  to {
    transform: translate(0); } }

@keyframes fadeInLeft {
  from {
    transform: translate(100%, 0); }
  to {
    transform: translate(0, 0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeOutLeft {
  from {
    transform: translate(0, 0); }
  to {
    transform: translate(100%, 0); } }

@keyframes fadeOutLeft {
  from {
    transform: translate(0, 0); }
  to {
    transform: translate(100%, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

.content-links {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px; }

.back-link {
  display: inline-flex;
  align-items: center;
  color: #172c3e; }
  .back-link .ico-wr {
    margin: 0 10px 0 0; }
  .back-link svg {
    transform-origin: 50% 50%;
    transform: rotate(180deg);
    width: 7px;
    height: 11px;
    fill: #0061af !important;
    transition: fill .5s; }
  .back-link span {
    display: block; }
  .back-link:hover svg {
    fill: #169ce1 !important; }

.social-block {
  display: flex;
  align-items: center; }

.social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 10px 0 0;
  transition: background-color .5s; }
  .social-item:last-child {
    margin: 0; }
  .social-item svg,
  .social-item path {
    fill: #fff !important; }
  .social-item svg {
    height: 18px; }

.content-social-block .txt {
  margin: 0 20px 0 0; }

.content-social-item {
  background: #000;
  width: 30px;
  height: 30px; }

a.content-social-item svg,
a.content-social-item path {
  fill: #fff !important; }

.facebook-link {
  background-color: #3b5998; }
  .facebook-link:hover {
    background-color: #4c70ba; }

.twitter-link {
  background-color: #55adee; }
  .twitter-link:hover {
    background-color: #83c3f3; }

/* common tabs styles*/
.order-steps,
.payment-steps,
.common-tabs,
.calc-delivery-items {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #a7abb0; }

.common-tab,
.order-step,
.payment-step,
.calc-delivery-item {
  min-height: 35px;
  position: relative; }
  .common-tab:after,
  .order-step:after,
  .payment-step:after,
  .calc-delivery-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 4px;
    background-color: transparent;
    width: 100%;
    transform: scaleX(0);
    transition: width .5s, background-color .5s, transform .5s; }
  .common-tab.active:after,
  .order-step.active:after,
  .payment-step.active:after,
  .calc-delivery-item.active:after {
    width: 100%;
    transform: scaleX(1);
    background-color: #0061af; }

.order-step,
.payment-step,
.calc-delivery-item {
  text-align: center;
  justify-content: center; }

.order-step,
.calc-delivery-item {
  min-width: 120px; }

.payment-step {
  min-width: 200px; }

.common-tab a,
.order-step,
.payment-step,
.calc-delivery-item {
  display: flex;
  align-items: center;
  color: #4d5864;
  padding: 5px 12px;
  font-size: 16px; }

.order-step a {
  color: #4d5864;
  display: flex;
  align-items: center; }

.order-step span {
  display: block; }

.calc-delivery-item a {
  color: #4d5864; }

.calc-delivery-item.active a {
  color: #0061af; }

.common-tab.active a,
.order-step.active a,
.payment-step.active,
.calc-delivery-item.active {
  font-weight: 700;
  color: #0061af; }

.common-tab a {
  transition: all .5s; }
  .common-tab a span {
    display: block; }

.common-tab svg,
.common-tab img {
  height: 20px;
  margin: 0 10px 0 0; }

.common-tab svg {
  fill: #8493a8 !important;
  transition: fill .5s; }

.common-tab:hover svg, .common-tab.active svg {
  fill: #0061af !important; }

.common-tab:hover {
  color: #0061af !important; }

.tab-context,
.payment-context,
.calc-delivery-context {
  padding: 50px 0 0; }

.calc-delivery-context .attention-text {
  font-size: 14px;
  font-weight: 700; }

.calc-delivery-context .description-text {
  font-size: 14px; }

.tab-context {
  display: none; }
  .tab-context.active {
    display: block;
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-timing-function: linear; }

.slider-bg-overlay {
  display: none;
  padding-bottom: 36px; }
  @media screen and (max-width: 1024px) {
    .slider-bg-overlay {
      padding-bottom: 0; } }
  .slider-bg-overlay.fade-in {
    display: block;
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-timing-function: linear; }

.equilateral-row {
  margin-left: -20px;
  margin-right: -20px; }
  .equilateral-row .tab-context-col,
  .equilateral-row .order-context-col,
  .equilateral-row .career-col {
    padding: 0 20px; }
  .equilateral-row .tab-context-col.fourth-col,
  .equilateral-row .order-context-col.fourth-col {
    width: 25%; }
  .equilateral-row .tab-context-col.eighth-col,
  .equilateral-row .order-context-col.eighth-col {
    width: 12.5%; }

.tab-context-col.fourth-col {
  width: calc(25% - 20px); }

.tab-context-col.half-col,
.order-context-col.half-col {
  width: 50%; }

.calculator-form .equilateral-row .tab-context-col.fourth-col {
  width: 25%; }

.calculator-form .tab-context-col.fourth-col {
  width: calc(25% - 30px); }

.pallets-calculator-form .volume-content .tab-context-col.fourth-col {
  width: calc(25% - 40px); }

.tab-context-row,
.order-context-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .tab-context-row:last-child,
  .order-context-row:last-child {
    margin-bottom: 0; }

.tab-context-row {
  align-items: flex-end; }

.tab-context-col,
.order-context-col {
  width: 100%; }

.file-wrapper {
  position: relative;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.file-input {
  opacity: 0;
  z-index: -1;
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
  width: 0;
  height: 0; }

.input-file-trigger {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #172c3e; }
  .input-file-trigger .file-ico {
    margin: 0 10px 0 0;
    width: 17px;
    height: 18px; }
    .input-file-trigger .file-ico svg {
      fill: #0061af !important;
      transition: fill .5s; }
    .input-file-trigger .file-ico svg,
    .input-file-trigger .file-ico img {
      height: 100%;
      width: 100%;
      display: block; }
  .input-file-trigger .file-txt {
    text-decoration: underline;
    white-space: nowrap; }
  .input-file-trigger strong {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .input-file-trigger strong span {
      display: block; }
    .input-file-trigger strong:hover .file-ico svg {
      fill: #169ce1 !important; }

.upload-files {
  display: flex;
  align-items: center; }
  .upload-files.uploaded {
    margin: 0 0 20px; }
  .upload-files .cancel-btn {
    width: 30px;
    height: 30px; }
    .upload-files .cancel-btn:hover span:before, .upload-files .cancel-btn:hover span:after {
      background: #172c3e; }
    .upload-files .cancel-btn span {
      width: 9px;
      height: 9px; }
      .upload-files .cancel-btn span:before, .upload-files .cancel-btn span:after {
        height: 10px;
        width: 1px;
        background: #8493a8; }
  .upload-files .ico-wr {
    width: 14px;
    height: 18px;
    margin: 0 10px 0 0;
    flex: none; }
    .upload-files .ico-wr svg,
    .upload-files .ico-wr img {
      width: 100%;
      height: 100%; }

.upload-file {
  display: flex;
  align-items: center; }
  .upload-file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    line-height: 1.7; }

.input-wrapper {
  position: relative; }

.ui-datepicker.ui-widget {
  display: none;
  font-family: 'Montserrat', sans-serif;
  width: 232px;
  min-width: 232px;
  border-radius: 20px;
  border: 1px solid #cad3df;
  font-size: 12px; }

.ui-datepicker .ui-datepicker-header {
  display: flex;
  position: relative;
  margin: 20px 30px;
  border-radius: 10px;
  background: none;
  border: none; }

.ui-datepicker .ui-datepicker-title {
  text-align: center;
  width: 100%;
  line-height: 20px;
  text-transform: uppercase;
  color: #808080; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: #0061af;
  transition: all .5s; }
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    background: #169ce1; }

.ui-datepicker .ui-datepicker-prev {
  left: 0;
  border-radius: 10px 0 0 10px; }

.ui-datepicker .ui-datepicker-next {
  right: 0;
  border-radius: 0 10px 10px 0; }

.ui-datepicker .ui-icon-circle-triangle-e,
.ui-datepicker .ui-icon-circle-triangle-w {
  background: none; }

.ui-datepicker .ui-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: none;
  width: 7px;
  height: 12px; }

.ui-datepicker .ui-icon-circle-triangle-w {
  background: url("../img/icon/calendar-prev.png") no-repeat center center/7px 12px; }

.ui-datepicker .ui-icon-circle-triangle-e {
  background: url("../img/icon/calendar-next.png") no-repeat center center/7px 12px; }

.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-focus {
  border: none; }

.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  padding: 20px 30px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-top: 1px solid #cad3df; }
  .ui-datepicker .ui-datepicker-calendar th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    width: 33px;
    color: #0061af; }
  .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end {
    color: #e40137; }
  .ui-datepicker .ui-datepicker-calendar td {
    border: 0;
    padding: 1px;
    width: 33px; }
  .ui-datepicker .ui-datepicker-calendar td span,
  .ui-datepicker .ui-datepicker-calendar td a {
    display: block;
    padding: .2em;
    text-decoration: none; }

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button {
  border: none;
  background: none;
  font-weight: normal;
  color: #172c3e;
  text-align: center;
  transition: all .5s; }

.ui-datepicker .ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.calendar-wrapper {
  border-radius: 20px;
  background: #eceff4; }

.app-item {
  display: block;
  height: 42px; }
  .app-item img {
    display: block;
    height: 100%; }

.ui-timepicker-wrapper {
  width: 230px;
  border-radius: 20px;
  border: 1px solid #cad3df;
  font-size: 12px;
  z-index: 1; }

.ui-timepicker-list li {
  padding: 8px 0 8px 20px; }

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #0061af;
  transition: all .5s; }

/* check and radio buttons */
.checkbox label,
.radio label {
  padding-left: 30px;
  display: block;
  cursor: pointer; }

.checkbox:hover span,
.radio:hover span {
  border: 1px solid #0061af; }

.checkbox input,
.radio input {
  margin: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: -3px;
  padding: 0;
  width: 20px;
  height: 20px; }

.checkbox span,
.radio span {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -3px;
  border-radius: 3px;
  border: 1px solid #a7abb0;
  background-color: #fff;
  top: -2px;
  transition: border .5s; }
  .checkbox span:after,
  .radio span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background .3s; }

.checkboxes .checkbox {
  margin: 0 0 25px; }
  .checkboxes .checkbox:last-child {
    margin: 0; }

.checkbox span:after {
  width: 12px;
  height: 9px;
  margin-left: 1px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto; }

.radio {
  position: relative; }
  .radio span {
    border-radius: 50%; }
    .radio span:after {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: transparent; }

.checkbox input:checked + span,
.checkbox input:checked + label + span,
.radio-checked span,
.radio input:checked + span,
.radio input:checked + label + span {
  border: 1px solid #0061af; }

.checkbox input:checked + span:after,
.checkbox input:checked + label + span:after {
  background-image: url("../img/icon/check.svg"); }

.radio-checked span:after,
.radio input:checked + span:after,
.radio input:checked + label + span:after {
  background: #0061af; }

.subject-matter-block .radiobuttons-container,
.radiobuttons .radiobuttons-container {
  display: flex;
  flex-wrap: wrap; }

.radiobuttons .radio {
  margin: 0 65px 0 0;
  position: relative; }
  .radiobuttons .radio:last-child {
    margin: 0; }

.info-block {
  display: flex;
  align-items: center;
  margin: 0 0 25px; }
  .info-block .ico-wr {
    width: 19px;
    height: 19px;
    margin: 0 10px 0 0;
    flex: none; }
    .info-block .ico-wr img {
      width: 100%;
      height: 100%;
      display: block; }

.download-link,
.output-link {
  display: inline-flex;
  align-items: center;
  color: #172c3e;
  transition: color .5s;
  font-size: 12px;
  white-space: nowrap; }
  .download-link span,
  .output-link span {
    display: block; }
  .download-link .file-ico,
  .output-link .file-ico {
    width: 15px;
    height: 20px;
    margin: 0 10px 0 0; }
    .download-link .file-ico img,
    .download-link .file-ico svg,
    .output-link .file-ico img,
    .output-link .file-ico svg {
      width: 100%;
      height: 100%;
      display: block; }
  .download-link .file-txt,
  .output-link .file-txt {
    position: relative; }
    .download-link .file-txt:after,
    .output-link .file-txt:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      background: #172c3e;
      bottom: 0;
      height: 1px;
      transition: background .5s; }

.counter-cont {
  counter-reset: counter-cont; }

.count-it:before {
  counter-increment: counter-cont;
  content: counter(counter-cont) ". ";
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0; }

.department-info-block,
.tracking-info-block {
  background: #eceff4; }
  .department-info-block .info-block-titles,
  .tracking-info-block .info-block-titles {
    background: #8493a8;
    color: #fff;
    min-width: 196px;
    width: 22.2%;
    display: flex;
    align-items: center; }
  .department-info-block .info-block-dscr,
  .tracking-info-block .info-block-dscr {
    width: 77.8%;
    display: flex;
    align-items: center; }

.department-info-row,
.tracking-info-row {
  display: flex; }
  .department-info-row:first-child .info-block-col,
  .tracking-info-row:first-child .info-block-col {
    padding-top: 30px; }
  .department-info-row:last-child .info-block-col,
  .tracking-info-row:last-child .info-block-col {
    padding-bottom: 30px; }

.calculator-tabs,
.payment-steps,
.order-steps {
  overflow-x: auto;
  white-space: nowrap;
  padding: 0 0 2px; }

.footer-worldwide-select .select-styled,
.footer-worldwide-select .select-options li,
.country-profile-form .select-styled,
.country-profile-form .select-options li {
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: auto 16px; }

.calendar-wrapper {
  position: relative;
  height: 40px;
  width: 100%; }

.calendar-ico {
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 16px; }
  .calendar-ico svg {
    fill: #8493a8 !important; }

.calendar {
  z-index: 1;
  position: relative; }

.common-content *:first-child {
  margin-top: 0; }

.common-content *:last-child {
  margin-bottom: 0; }

.common-content .post-data {
  font-size: 14px;
  display: block;
  margin: 0 0 20px;
  color: #8493a8; }

.common-content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto; }

.common-content .short-dscr {
  margin: 0 0 30px; }

.common-content .post-img {
  margin: 30px 0; }

.common-content .short-dscr img,
.common-content .common-editor-context img {
  margin: 30px 0; }

.common-content h1,
.common-content h2,
.common-content h3,
.common-content h4,
.common-content h5,
.common-content h6 {
  margin: 20px 0; }

.common-content p,
.common-content strong,
.common-content b {
  line-height: 1.7;
  margin: 20px 0; }

.short-dscr a:not(.btn) {
  display: inline-block;
  color: #0061af;
  position: relative;
  transition: color .5s; }
  .short-dscr a:not(.btn):after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: #0061af;
    bottom: 0;
    height: 1px;
    transition: background .5s; }
  .short-dscr a:not(.btn):hover {
    color: #169ce1; }
    .short-dscr a:not(.btn):hover:after {
      background: #169ce1; }

.faq-context,
.vacation-dscr-content,
.common-editor-context,
.partners-item .context-dscr,
.history-dscr,
.common-accordion-context {
  line-height: 1.7; }
  .faq-context *:first-child,
  .vacation-dscr-content *:first-child,
  .common-editor-context *:first-child,
  .partners-item .context-dscr *:first-child,
  .history-dscr *:first-child,
  .common-accordion-context *:first-child {
    margin-top: 0; }
  .faq-context *:last-child,
  .vacation-dscr-content *:last-child,
  .common-editor-context *:last-child,
  .partners-item .context-dscr *:last-child,
  .history-dscr *:last-child,
  .common-accordion-context *:last-child {
    margin-bottom: 0; }
  .faq-context h1,
  .vacation-dscr-content h1,
  .common-editor-context h1,
  .partners-item .context-dscr h1,
  .history-dscr h1,
  .common-accordion-context h1 {
    font-size: 32px; }
  .faq-context h2,
  .vacation-dscr-content h2,
  .common-editor-context h2,
  .partners-item .context-dscr h2,
  .history-dscr h2,
  .common-accordion-context h2 {
    font-size: 20px; }
  .faq-context h3,
  .faq-context h4,
  .faq-context h5,
  .faq-context h6,
  .vacation-dscr-content h3,
  .vacation-dscr-content h4,
  .vacation-dscr-content h5,
  .vacation-dscr-content h6,
  .common-editor-context h3,
  .common-editor-context h4,
  .common-editor-context h5,
  .common-editor-context h6,
  .partners-item .context-dscr h3,
  .partners-item .context-dscr h4,
  .partners-item .context-dscr h5,
  .partners-item .context-dscr h6,
  .history-dscr h3,
  .history-dscr h4,
  .history-dscr h5,
  .history-dscr h6,
  .common-accordion-context h3,
  .common-accordion-context h4,
  .common-accordion-context h5,
  .common-accordion-context h6 {
    font-size: 16px; }
  .faq-context h1,
  .faq-context h2,
  .faq-context h3,
  .faq-context h5,
  .faq-context h6,
  .faq-context h4,
  .vacation-dscr-content h1,
  .vacation-dscr-content h2,
  .vacation-dscr-content h3,
  .vacation-dscr-content h5,
  .vacation-dscr-content h6,
  .vacation-dscr-content h4,
  .common-editor-context h1,
  .common-editor-context h2,
  .common-editor-context h3,
  .common-editor-context h5,
  .common-editor-context h6,
  .common-editor-context h4,
  .partners-item .context-dscr h1,
  .partners-item .context-dscr h2,
  .partners-item .context-dscr h3,
  .partners-item .context-dscr h5,
  .partners-item .context-dscr h6,
  .partners-item .context-dscr h4,
  .history-dscr h1,
  .history-dscr h2,
  .history-dscr h3,
  .history-dscr h5,
  .history-dscr h6,
  .history-dscr h4,
  .common-accordion-context h1,
  .common-accordion-context h2,
  .common-accordion-context h3,
  .common-accordion-context h5,
  .common-accordion-context h6,
  .common-accordion-context h4 {
    margin: 10px 0; }
  .faq-context b,
  .faq-context strong,
  .vacation-dscr-content b,
  .vacation-dscr-content strong,
  .common-editor-context b,
  .common-editor-context strong,
  .partners-item .context-dscr b,
  .partners-item .context-dscr strong,
  .history-dscr b,
  .history-dscr strong,
  .common-accordion-context b,
  .common-accordion-context strong {
    font-weight: 700;
    color: #0061af; }
  .faq-context p,
  .faq-context ul,
  .faq-context ol,
  .faq-context blockquote,
  .faq-context q,
  .faq-context iframe,
  .vacation-dscr-content p,
  .vacation-dscr-content ul,
  .vacation-dscr-content ol,
  .vacation-dscr-content blockquote,
  .vacation-dscr-content q,
  .vacation-dscr-content iframe,
  .common-editor-context p,
  .common-editor-context ul,
  .common-editor-context ol,
  .common-editor-context blockquote,
  .common-editor-context q,
  .common-editor-context iframe,
  .partners-item .context-dscr p,
  .partners-item .context-dscr ul,
  .partners-item .context-dscr ol,
  .partners-item .context-dscr blockquote,
  .partners-item .context-dscr q,
  .partners-item .context-dscr iframe,
  .history-dscr p,
  .history-dscr ul,
  .history-dscr ol,
  .history-dscr blockquote,
  .history-dscr q,
  .history-dscr iframe,
  .common-accordion-context p,
  .common-accordion-context ul,
  .common-accordion-context ol,
  .common-accordion-context blockquote,
  .common-accordion-context q,
  .common-accordion-context iframe {
    margin: 20px 0; }
  .faq-context table,
  .vacation-dscr-content table,
  .common-editor-context table,
  .partners-item .context-dscr table,
  .history-dscr table,
  .common-accordion-context table {
    overflow: auto;
    height: auto !important;
    display: block; }
  .faq-context tbody,
  .vacation-dscr-content tbody,
  .common-editor-context tbody,
  .partners-item .context-dscr tbody,
  .history-dscr tbody,
  .common-accordion-context tbody {
    min-width: 600px; }
  .faq-context td,
  .vacation-dscr-content td,
  .common-editor-context td,
  .partners-item .context-dscr td,
  .history-dscr td,
  .common-accordion-context td {
    border: 1px double #d0d0d0; }
  .faq-context td,
  .vacation-dscr-content td,
  .common-editor-context td,
  .partners-item .context-dscr td,
  .history-dscr td,
  .common-accordion-context td {
    padding: 5px; }
  .faq-context ul,
  .vacation-dscr-content ul,
  .common-editor-context ul,
  .partners-item .context-dscr ul,
  .history-dscr ul,
  .common-accordion-context ul {
    list-style-type: none; }
    .faq-context ul li:not(.select2-results__option),
    .vacation-dscr-content ul li:not(.select2-results__option),
    .common-editor-context ul li:not(.select2-results__option),
    .partners-item .context-dscr ul li:not(.select2-results__option),
    .history-dscr ul li:not(.select2-results__option),
    .common-accordion-context ul li:not(.select2-results__option) {
      position: relative;
      padding: 0 0 0 15px; }
      .faq-context ul li:not(.select2-results__option):before,
      .vacation-dscr-content ul li:not(.select2-results__option):before,
      .common-editor-context ul li:not(.select2-results__option):before,
      .partners-item .context-dscr ul li:not(.select2-results__option):before,
      .history-dscr ul li:not(.select2-results__option):before,
      .common-accordion-context ul li:not(.select2-results__option):before {
        content: '';
        left: 0;
        top: 8px;
        background: #0061af;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute; }
  .faq-context a:not(.btn),
  .vacation-dscr-content a:not(.btn),
  .common-editor-context a:not(.btn),
  .partners-item .context-dscr a:not(.btn),
  .history-dscr a:not(.btn),
  .common-accordion-context a:not(.btn) {
    color: #0061af;
    position: relative;
    transition: color .5s; }
    .faq-context a:not(.btn):after,
    .vacation-dscr-content a:not(.btn):after,
    .common-editor-context a:not(.btn):after,
    .partners-item .context-dscr a:not(.btn):after,
    .history-dscr a:not(.btn):after,
    .common-accordion-context a:not(.btn):after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      background: #0061af;
      bottom: 0;
      height: 1px;
      transition: background .5s; }
    .faq-context a:not(.btn):hover,
    .vacation-dscr-content a:not(.btn):hover,
    .common-editor-context a:not(.btn):hover,
    .partners-item .context-dscr a:not(.btn):hover,
    .history-dscr a:not(.btn):hover,
    .common-accordion-context a:not(.btn):hover {
      color: #169ce1; }
      .faq-context a:not(.btn):hover:after,
      .vacation-dscr-content a:not(.btn):hover:after,
      .common-editor-context a:not(.btn):hover:after,
      .partners-item .context-dscr a:not(.btn):hover:after,
      .history-dscr a:not(.btn):hover:after,
      .common-accordion-context a:not(.btn):hover:after {
        background: #169ce1; }
  .faq-context em,
  .vacation-dscr-content em,
  .common-editor-context em,
  .partners-item .context-dscr em,
  .history-dscr em,
  .common-accordion-context em {
    font-style: italic; }
  .faq-context iframe,
  .vacation-dscr-content iframe,
  .common-editor-context iframe,
  .partners-item .context-dscr iframe,
  .history-dscr iframe,
  .common-accordion-context iframe {
    max-width: 100%;
    max-height: 100%;
    display: block; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

blockquote,
q {
  line-height: 1.7;
  display: block;
  font-style: italic;
  quotes: "“" "”" "‘" "’";
  padding-left: 10px;
  padding-right: 10px; }
  blockquote p,
  q p {
    display: inline; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    color: #0061af;
    font-size: 18px; }
  blockquote:before,
  q:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 0; }
  blockquote:after,
  q:after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 0; }

ol {
  counter-reset: item; }
  ol li {
    position: relative;
    padding: 0 0 0 15px; }
    ol li:before {
      content: counter(item) ". ";
      counter-increment: item;
      top: 0;
      color: #0061af;
      font-family: 'Montserrat', sans-serif;
      line-height: inherit;
      position: absolute;
      left: 0; }

.logo-wrapper a:after {
  content: none !important; }

/* 14.05.19 temporary styles */
.section-country-profile-services .cols-block {
  border-bottom: none;
  margin-bottom: 0; }

.section-contacts-content {
  margin: 0 0 30px; }

.grid-view {
  display: flex;
  flex-wrap: wrap; }
  .grid-view a {
    padding: 5px 5px 15px;
    display: block;
    border: 1px solid #8493a8;
    border-radius: 20px;
    margin: 20px !important;
    font-size: 12px;
    font-weight: 400;
    color: #0061af;
    text-align: center;
    transition: all .5s; }
    .grid-view a span {
      display: block; }
    .grid-view a:after {
      content: none !important; }
    .grid-view a:hover {
      border-color: #0061af; }
    .grid-view a .img-wr {
      width: 200px;
      height: 150px;
      margin: 0 0 5px;
      border-radius: 20px 20px 0 0;
      overflow: hidden; }
      .grid-view a .img-wr img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

/* cargo form, auto delivery form */
.cargo-form .form-row,
.auto-delivery-form .form-row {
  margin: 0 -10px 30px;
  flex-wrap: wrap;
  align-items: flex-end; }

.cargo-form .fourth-col,
.auto-delivery-form .fourth-col {
  width: 25%; }

.cargo-form .third-col,
.auto-delivery-form .third-col {
  width: 33.33%; }

.cargo-form .half-col,
.auto-delivery-form .half-col {
  width: 50%; }

.cargo-form .full-col,
.auto-delivery-form .full-col {
  width: 100%; }

.cargo-form .radiobuttons-container,
.auto-delivery-form .radiobuttons-container {
  flex-direction: column; }

.cargo-form .radiobuttons,
.auto-delivery-form .radiobuttons {
  margin: 0 0 30px; }

.cargo-form .form-col .radiobuttons,
.auto-delivery-form .form-col .radiobuttons {
  margin: 0; }

.cargo-form .radio,
.auto-delivery-form .radio {
  margin: 0 0 30px; }

.cargo-form .row-title,
.auto-delivery-form .row-title {
  margin: 5px 0 20px;
  font-weight: 700; }

.cargo-form-btn {
  width: 300px;
  margin-top: 30px; }

.contact-form .radiobuttons label {
  line-height: 1.33; }

.contact-form .radiobuttons .radio {
  margin: 0 0 25px;
  padding-right: 65px;
  width: 50%; }

.services-calculator-form .form-row,
.calc-delivery-form .form-row {
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 30px; }

.services-calculator-form .equilateral-row .form-col,
.calc-delivery-form .equilateral-row .form-col {
  padding: 0 20px; }

.services-calculator-form .equilateral-row .two-col,
.calc-delivery-form .equilateral-row .two-col {
  width: 16.66%; }

.services-calculator-form .equilateral-row .forth-col,
.calc-delivery-form .equilateral-row .forth-col {
  width: 25%; }

.services-calculator-form .equilateral-row .third-col,
.calc-delivery-form .equilateral-row .third-col {
  width: 33.33%; }

.services-calculator-form .equilateral-row .half-col,
.calc-delivery-form .equilateral-row .half-col {
  width: 50%; }

.services-calculator-form .equilateral-row .full-col,
.calc-delivery-form .equilateral-row .full-col {
  width: 100%; }

.services-calculator-form .third-col {
  width: calc(33.33% - 26.7px); }

.services-calculator-form .payment-amount-block,
.services-calculator-form .billing-weight-block {
  min-height: 40px; }

.services-calculator-form .calculator-send-btn {
  margin: 0 40px 0 0; }

.services-calculator-form .checkbox {
  min-height: 40px;
  display: flex;
  align-items: center; }

.services-calculator-form .map-offices-row {
  display: none; }

.services-calculator-offices-content {
  min-height: 300px;
  width: 100%;
  position: relative; }

.services-calculator-offices-description {
  padding: 60px 0 10px;
  line-height: 1.7; }

.services-calculator-accordion {
  margin: 0 0 20px; }
  .services-calculator-accordion .common-accordion-header {
    color: #172c3e; }

.checkbox-container {
  display: flex; }
  .checkbox-container .checkbox {
    margin: 0 30px 0 0; }

.calc-delivery-form {
  margin: 0 0 30px; }

.cost-delivery-block {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 -20px 20px; }

.cost-delivery-item {
  padding: 0 20px;
  width: 50%; }

.cost-delivery-total-row {
  font-weight: 700;
  font-size: 16px;
  color: #0061af; }

.cost-delivery-table-header, .cost-delivery-table-row {
  display: flex; }

.cost-delivery-table-header {
  background: #8493a8;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0;
  min-height: 50px; }

.cost-delivery-table-row {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6; }
  .cost-delivery-table-row:last-child {
    border: none; }

.cost-delivery-table .col1 {
  padding: 0 15px 0 30px;
  width: 39%; }

.cost-delivery-table .col2 {
  width: 36%;
  padding: 0 15px;
  text-align: center; }

.cost-delivery-table .col3 {
  width: 25%;
  padding: 0 30px 0 15px;
  text-align: center; }

.cost-delivery-content.mobile {
  display: none;
  font-size: 14px; }
  .cost-delivery-content.mobile .cost-delivery-table {
    margin: 0 0 15px; }
    .cost-delivery-content.mobile .cost-delivery-table:last-child {
      margin: 0; }
  .cost-delivery-content.mobile .cost-delivery-table-header {
    padding: 15px; }
  .cost-delivery-content.mobile .cost-delivery-table-row {
    padding: 10px 0; }
  .cost-delivery-content.mobile .cost-delivery-table-col {
    padding: 0 15px;
    width: 50%; }
  .cost-delivery-content.mobile .col2 {
    text-align: right; }

.delivery-weight-type {
  text-decoration: underline;
  cursor: pointer;
  color: #0061af; }

.description-text,
.attention-text {
  font-size: 12px;
  margin: 0 0 15px;
  line-height: 1.3; }

.attention-text {
  color: #e40137; }

.common-form .form-col {
  padding: 0 10px; }

.common-form .form-row {
  margin: 0 -10px 30px;
  flex-wrap: wrap;
  align-items: flex-end; }

.common-form .forth-col {
  width: 25%; }

.common-form .third-col {
  width: 33.33%; }

.common-form .half-col {
  width: 50%; }

.common-form .full-col {
  width: 100%; }

.common-form .radiobuttons-container {
  flex-direction: column; }

.common-form .radiobuttons {
  margin: 0 0 30px; }

.common-form .radio {
  margin: 0 0 30px; }

.common-form .row-title {
  margin: 0 0 20px; }

.common-form-btn {
  width: 300px; }

.select-type-wrapper .select2-results__option[aria-disabled="true"] {
  display: none; }

/*cookies banner*/
.cookies-banner {
  min-height: 110px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 71, 128, 0.9);
  padding: 20px 0;
  z-index: 99999;
  color: #fff;
  line-height: 1.7;
  transform: translate(0, 100%);
  transition: all .5s; }
  .cookies-banner.active {
    transform: translate(0, 0); }
  .cookies-banner a:not(.btn) {
    color: #fff;
    text-decoration: underline; }
  .cookies-banner .privacy-policy-link {
    font-weight: 600; }
  .cookies-banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .cookies-banner-content {
    max-width: 1045px;
    width: 100%;
    padding-right: 30px; }
  .cookies-banner-title {
    margin: 0 0 3px;
    font-size: 16px;
    font-weight: 600; }
  .cookies-banner .btn {
    color: #0061af;
    background-color: #fff;
    border: 1px solid #fff; }
    .cookies-banner .btn:hover {
      background-color: transparent;
      color: #fff; }

.news-modal {
  max-width: 370px;
  width: 100%;
  background: #fff;
  text-align: center;
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 10;
  padding-top: 7px;
  box-shadow: 0 11px 15px rgba(0, 0, 0, 0.18);
  line-height: 1.7;
  transform: translate(180%, 0);
  transition: all .5s; }
  .news-modal.active {
    transform: translate(0, 0); }
  .news-modal:before {
    content: '';
    background-image: url("../img/icon/zebra-icon.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 7px;
    width: 100%;
    height: 7px;
    left: 0;
    top: 0;
    position: absolute; }
  .news-modal-inner {
    padding: 30px; }
  .news-modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #0061af; }
  .news-modal-language {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0 0 5px; }
    .news-modal-language .select2-dropdown {
      min-width: 130px !important; }
  .news-modal .arrow-ico {
    right: 0; }
  .news-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0 0;
    margin: 0 0 0 5px;
    color: #0061af;
    text-decoration: underline;
    height: auto; }
  .news-modal .select2-container .select2-selection--single {
    height: auto;
    border-radius: 0; }
  .news-modal .select2-container--open .select2-dropdown--below {
    margin-top: 0; }
  .news-modal .select2-container--open .select2-dropdown--above,
  .news-modal .select2-container--open .select2-dropdown--below {
    border-radius: 0; }
  .news-modal-btn {
    width: 100%;
    margin-top: 10px;
    display: inline-block; }
  .news-modal-social-block {
    margin-top: 10px;
    justify-content: center; }
  .news-modal-social-item {
    width: 35px;
    height: 35px;
    background: #0061af; }
    .news-modal-social-item:hover {
      background: #169ce1; }
      .news-modal-social-item:hover svg,
      .news-modal-social-item:hover path {
        fill: #fff !important; }
  .news-modal .field-subscribepopupcaform-country .control-label {
    margin-bottom: 5px !important;
    margin-top: 10px !important; }
  .news-modal .field-subscribepopupcaform-country .select2-selection__rendered {
    background: #eceff4;
    color: #172c3e !important;
    text-decoration: none !important;
    height: 40px !important;
    border: none !important;
    margin: 0 !important;
    padding-left: 20px !important; }

.select-language-wrapper {
  position: relative; }
  .select-language-wrapper .arrow-ico {
    z-index: inherit; }

.modal-shipping-cost .modal-context,
.modal-declaration-number .modal-context {
  line-height: 1.5; }

.modal-shipping-cost .modal-context h3,
.modal-shipping-cost .modal-context h4,
.modal-shipping-cost .modal-context h5,
.modal-declaration-number .modal-context h3,
.modal-declaration-number .modal-context h4,
.modal-declaration-number .modal-context h5 {
  margin: 0 0 30px; }

.modal-shipping-cost .modal-subtitle,
.modal-declaration-number .modal-subtitle {
  font-size: 16px; }

.modal-shipping-cost p,
.modal-declaration-number p {
  margin: 0 0 15px; }

.modal-shipping-cost .btn,
.modal-declaration-number .btn {
  margin: 0 0 15px;
  padding: 0 20px;
  margin: 0 0 15px; }

.modal-shipping-cost .buttons-wrapper,
.modal-declaration-number .buttons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }

.modal-declaration-number .btn {
  width: 300px;
  max-width: 100%; }

.modal-shipping-cost-block,
.modal-declaration-number-block {
  font-size: 20px;
  color: #e40137;
  font-weight: 700;
  margin: 0 0 15px; }

@media screen and (max-width: 1199px) {
  .calculation-delivery-form {
    width: calc(100% - 255px); } }

@media screen and (max-width: 767px) {
  .calculation-delivery-form {
    width: 100%; } }

.calculation-delivery-form .form-row {
  margin-bottom: 30px; }
  .calculation-delivery-form .form-row:last-child {
    margin-bottom: 0; }

.calculation-delivery-form .form-col {
  padding: 0 20px; }

.calculation-delivery-form .half-col {
  width: 50%; }

.calculation-delivery-form .full-col {
  width: 100%; }

.calculation-delivery-block {
  margin: 0 0 30px; }
  .calculation-delivery-block:last-child {
    margin: 0; }

.cost-delivery-form-btn,
.courier-btn {
  padding-left: 30px;
  padding-right: 30px; }

.calculation-delivery-block-cargo {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px; }
  .calculation-delivery-block-cargo .col {
    width: 50%;
    border-right: 1px solid #e6e6e6;
    padding: 0 30px; }
    .calculation-delivery-block-cargo .col:last-child {
      border: none; }

.packages-col sup,
.packages-col sub {
  font-size: 8px; }

.calculation-delivery-form .iti {
  display: block; }

.packages-block {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px; }

.packages-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #e6e6e6;
  transition: all .5s; }
  .packages-row:first-child {
    padding-top: 0;
    margin-top: 0;
    border: none; }
  .packages-row.packages-row-hidden {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .packages-row .help-block.help-block-error {
    padding-left: 20px;
    font-size: 10px;
    line-height: 1;
    margin-top: 5px;
    z-index: 1;
    position: relative; }

.packages-col {
  flex: auto;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 20px; }
  .packages-col-last {
    display: flex;
    justify-content: flex-end;
    order: -1;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .packages-col-last {
        width: 100%; }
        .packages-col-last .packages-button {
          width: 50px;
          margin-left: 0;
          margin-right: 0; } }

.cargo-form .iti {
  display: block; }

.packages-button {
  display: block;
  width: 50px;
  height: 40px;
  border-width: 1px;
  border-color: #0061af;
  border-style: solid;
  border-radius: 20px;
  text-align: center;
  background-image: url("../img/icon/plus-ico.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  transition: all .5s; }
  .packages-button.remove {
    border-color: #8493a8;
    background-size: 16px 18px;
    background-image: url("../img/icon/remove-ico.svg"); }

.post-offices-form .checkboxes {
  display: flex;
  flex-wrap: wrap;
  width: 66.66%; }

.post-offices-form .checkbox {
  width: 50%;
  padding-right: 20px; }

#courier-type {
  flex-wrap: wrap; }

#courier-type .checkbox {
  width: 100%;
  margin: 0 0 30px; }
  #courier-type .checkbox:last-child {
    margin: 0; }
  #courier-type .checkbox input:checked + span:after {
    background: #0061af; }
  #courier-type .checkbox span {
    border-radius: 50%; }
    #courier-type .checkbox span:after {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: transparent;
      margin: 0; }

.select-state {
  display: none; }

.pdf-file-calculator-download {
  padding: 0 0 7px; }

@-moz-document url-prefix() {
  table {
    border-collapse: unset !important; } }

.cargo-form-wrapper {
  margin-top: 45px; }

.cargo-form-wrapper {
  margin-top: 45px; }

.geomodal-btn-wrapper,
.geomodal-btn-wrapper .btn,
.geomodal-btn-wrapper .link {
  margin-top: 20px; }

.geomodal-btn-wrapper .btn {
  padding: 20px; }

.delivery-terms-calculator {
  display: none; }

.show-terminals-btn .ico {
  margin-right: 10px; }

.show-terminals-btn {
  padding: 0 25px;
  margin-left: 20px; }

.service-page .common-editor-context .common-accordion-item .common-accordion-context {
  padding-top: 0px;
  margin: 10px 0px; }

.common-accordion-context table {
  display: table; }

.footer-news-sub-form {
  font-size: 11px; }

.news-name-popup {
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .s-ttl, .banner-title, h2, h1 {
    font-size: 20px;
    margin: 12px 0px 12px; } }

.gm-style-iw-d {
  max-height: max-content !important; }

.gm-style-iw.gm-style-iw-c {
  max-height: max-content !important; }

@media screen and (max-width: 1199px) {
  .sidebar-app-block {
    margin-bottom: 40px !important; } }

.common-accordion-header, .news-dscr-block .context-ttl {
  text-transform: uppercase; }

.lcl-air-insurance {
  margin-top: 30px;
  margin-bottom: -30px; }

.h1-title-style {
  font-size: 14px; }

.h1-link-style {
  font-size: inherit;
  margin: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit; }

.field-contitions-1 {
  display: none; }

.btn.btn-disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: grey; }

.confirm-checkbox {
  position: relative;
  padding-right: 20px;
  margin-top: 30px;
  font-size: 12px; }
  .confirm-checkbox label {
    height: 23px;
    line-height: 1.7;
    overflow: hidden; }
  .confirm-checkbox .arrow-ico {
    top: 5px;
    right: 0;
    width: 20px;
    transform: translate(0, 0);
    transform-origin: 50% 50%;
    text-align: center; }
  .confirm-checkbox.active .arrow-ico {
    transform: translate(0, 0) rotate(-180deg); }
  .confirm-checkbox.active label {
    height: auto; }

.section-partners,
.section-store {
  background: #eceff4;
  padding: 35px 0 45px; }
  .section-partners .btn-arrow,
  .section-store .btn-arrow {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .section-partners .btn-arrow:hover svg,
    .section-store .btn-arrow:hover svg {
      fill: #169ce1 !important;
      stroke: #169ce1 !important; }
    .section-partners .btn-arrow svg,
    .section-store .btn-arrow svg {
      fill: #0061af !important;
      stroke: #0061af !important; }
    .section-partners .btn-arrow-prev,
    .section-store .btn-arrow-prev {
      left: 0; }
    .section-partners .btn-arrow-next,
    .section-store .btn-arrow-next {
      right: 0; }

.section-partners .btn-arrow-next {
  border-radius: 0 100px 100px 0; }

.section-sponsors {
  padding-top: 40px; }
  .section-sponsors .sponsors-block {
    margin: 0 -15px 40px; }
    .section-sponsors .sponsors-block.not-slider {
      display: flex;
      align-items: center;
      justify-content: space-between;
      overflow: -moz-scrollbars-none;
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .section-sponsors .sponsors-block.not-slider::-webkit-scrollbar {
        width: 0; }
    .section-sponsors .sponsors-block .slick-track {
      display: flex;
      align-items: center; }
  .section-sponsors .sponsors-item {
    padding: 0 15px;
    margin-right: 30px; }
    .section-sponsors .sponsors-item img {
      max-width: none; }
  .section-sponsors .sponsors-description {
    font-size: 12px;
    line-height: 1.7; }

.partners-slider-wrapper,
.store-slider-wrapper {
  position: relative; }

.partners-slider-container,
.store-slider-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px; }
  .partners-slider-container .slick-track,
  .store-slider-container .slick-track {
    display: flex;
    align-items: center; }

.partners-slider-item,
.store-slider-item {
  padding: 0 20px; }
  .partners-slider-item img,
  .store-slider-item img {
    margin: 0 auto;
    max-height: 70px; }

.section-store {
  margin-top: 35px;
  margin-bottom: 35px; }
  .section-store:last-child {
    margin-bottom: 0; }

.common-content .carousel-img {
  margin: 0 auto; }

.header-nav .language .lang-disabled:hover {
  color: #4d5864; }

.lang-disabled span {
  color: #89949f;
  cursor: default; }

.header-nav .language .lang-disabled {
  position: relative;
  padding-top: 0px; }

/* content without footer */
.post-offices-form {
  height: 100%; }

.section-post-offices-local {
  height: calc(100% - 78px); }

.post-offices-page .s-full-container {
  height: 100%; }

.post-offices-page .s-full-content-wr {
  height: 100%; }

.post-offices-page .site-wrap {
  height: 100%; }

.post-offices-page .post-offices-dscr-block.animate {
  opacity: 1; }
  .post-offices-page .post-offices-dscr-block.animate .post-offices-dscr-item {
    opacity: 1;
    transform: none; }

.field-deliverycostrequestform-phone .iti__flag-container {
  width: 100%; }
  .field-deliverycostrequestform-phone .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent !important; }

.field-deliverycostrequestform-phone .iti__selected-flag {
  outline: none; }

.field-deliverycostrequestform-phone .iti__country-list {
  top: 0;
  left: 0;
  box-shadow: 0 5px 15px rgba(68, 80, 103, 0.1);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #eaeff4;
  width: 100%; }

.field-deliverycostrequestform-phone .iti__country {
  padding: 12px 8px 12px 8px; }

.field-deliverycostrequestform-phone .iti__divider {
  display: none; }

.field-deliverycostrequestform-phone .iti__arrow {
  position: relative;
  border: none; }
  .field-deliverycostrequestform-phone .iti__arrow::after {
    position: absolute;
    content: "";
    top: -3px;
    left: 0;
    width: 9px;
    height: 6px;
    background-image: url("../img/icon/arrow_dropdown.svg");
    background-repeat: no-repeat; }

.field-crossborderecommerceform-phone .iti__flag-container {
  width: 100%; }
  .field-crossborderecommerceform-phone .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent !important; }

.field-crossborderecommerceform-phone .iti__selected-flag {
  outline: none; }

.field-crossborderecommerceform-phone .iti__country-list {
  top: 0;
  left: 0;
  box-shadow: 0 5px 15px rgba(68, 80, 103, 0.1);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #eaeff4;
  width: 100%; }

.field-crossborderecommerceform-phone .iti__country {
  padding: 12px 8px 12px 8px; }

.field-crossborderecommerceform-phone .iti__divider {
  display: none; }

.field-crossborderecommerceform-phone .iti__arrow {
  position: relative;
  border: none; }
  .field-crossborderecommerceform-phone .iti__arrow::after {
    position: absolute;
    content: "";
    top: -3px;
    left: 0;
    width: 9px;
    height: 6px;
    background-image: url("../img/icon/arrow_dropdown.svg");
    background-repeat: no-repeat; }

.feedback-form .field-feedbackform-phone .iti__flag-container {
  width: 100%; }
  .feedback-form .field-feedbackform-phone .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent !important; }

.feedback-form .field-feedbackform-phone .iti__selected-flag {
  outline: none; }

.feedback-form .field-feedbackform-phone .iti__country-list {
  top: 0;
  left: 0;
  box-shadow: 0 5px 15px rgba(68, 80, 103, 0.1);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #eaeff4;
  width: 100%; }

.feedback-form .field-feedbackform-phone .iti__country {
  padding: 12px 8px 12px 8px; }

.feedback-form .field-feedbackform-phone .iti__divider {
  display: none; }

.feedback-form .field-feedbackform-phone .iti__arrow {
  position: relative;
  border: none; }
  .feedback-form .field-feedbackform-phone .iti__arrow::after {
    position: absolute;
    content: "";
    top: -3px;
    left: 0;
    width: 9px;
    height: 6px;
    background-image: url("../img/icon/arrow_dropdown.svg");
    background-repeat: no-repeat; }

.iti-mobile .iti--container {
  top: 45px !important;
  right: 15px !important;
  bottom: 45px !important;
  left: 15px !important;
  box-shadow: 0 5px 15px rgba(68, 80, 103, 0.1);
  border-radius: 20px 20px 20px 20px; }
  .iti-mobile .iti--container .iti__country-list {
    border-radius: 20px 20px 20px 20px; }
  .iti-mobile .iti--container .iti__country {
    padding: 12px 8px 12px 8px; }
  .iti-mobile .iti--container .iti__divider {
    display: none; }

.iti__selected-flag {
  width: 53px; }

#chat24 {
  height: auto !important; }

@media screen and (min-width: 1025px) {
  .hide-desktop {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .hide-mobile {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .banner-inner > .container {
    padding: 0; }
    .banner-inner > .container .main-banner-block {
      padding: 0; } }

@media screen and (max-width: 1024px) {
  .banner-title, .banner-dscr {
    padding: 0 15px; } }

@media screen and (max-width: 1024px) {
  .banner-btn {
    height: 40px;
    margin-left: 15px; } }

@media screen and (max-width: 1024px) {
  .main-banner-block {
    width: 100%; } }

.iti.iti--allow-dropdown input[type=tel] {
  padding-left: 60px; }

.iti .iti__selected-flag {
  padding: 0 6px 0 14px; }

.banner-uptitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 7px 15px;
  color: #0056A4;
  background: #FFD72F;
  border-radius: 8px;
  margin-bottom: 20px;
  width: fit-content; }
  .banner-uptitle.banner-uptitle--no-bg {
    background: none;
    padding: 0; }
  @media screen and (max-width: 1024px) {
    .banner-uptitle {
      display: none; } }
  .banner-uptitle.banner-uptitle--mobile {
    display: none; }
    @media screen and (max-width: 1024px) {
      .banner-uptitle.banner-uptitle--mobile {
        display: block;
        margin-bottom: 0;
        margin-top: 20px;
        margin-left: 15px; } }

.df__site-main-content {
  margin-top: 150px; }
  @media screen and (max-width: 1024px) {
    .df__site-main-content {
      margin-top: 120px; } }

.top-legend {
  position: relative;
  display: none;
  height: 72px;
  overflow: hidden; }
  .top-legend--active {
    display: block; }
    .top-legend--active.show-only-mobile {
      display: none; }
      @media screen and (max-width: 767px) {
        .top-legend--active.show-only-mobile {
          display: block; } }
  @media screen and (max-width: 800px) {
    .top-legend {
      height: auto; } }
  .top-legend__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(269.79deg, #0061AE -0.71%, #0E78CC 95.51%); }
  .top-legend__close {
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer; }
    @media screen and (max-width: 800px) {
      .top-legend__close {
        top: 0;
        right: 0; } }
    .top-legend__close .close-icon {
      position: relative;
      width: 18px;
      height: 18px;
      background-image: url("../img/icon/modal-wide_close.png");
      background-repeat: no-repeat;
      background-size: contain; }
  .top-legend__container {
    display: flex;
    align-items: center;
    max-width: 1150px;
    padding: 16px 35px; }
    @media screen and (max-width: 800px) {
      .top-legend__container {
        flex-direction: column;
        padding: 10px 35px; } }
  .top-legend__text {
    margin-right: 27px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF; }
    @media screen and (max-width: 800px) {
      .top-legend__text {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
        text-align: center; } }
  .top-legend__more {
    padding: 12px 25px 11px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #0061AE;
    background-color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 20px; }

.logo {
  max-width: 197px;
  width: 12vw;
  min-width: 100px;
  display: block;
  margin: 30px 0; }
  .logo img,
  .logo svg {
    width: 100%;
    height: 100%;
    display: block; }

.header {
  position: fixed;
  width: calc(100% - 100px);
  background: #fff;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .header {
      width: 100%; } }
  .header-container {
    padding-left: 40px;
    justify-content: space-between;
    display: flex; }

.promo-header {
  width: 100%; }

.promo-page-content {
  padding-top: 105px; }

.header-nav {
  display: flex; }
  .header-nav-wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: column; }
    .header-nav-wrapper a {
      transition: color .5s; }
  .header-nav-top {
    margin: 12px 0 30px; }
    .header-nav-top a {
      color: #4d5864; }
  .header-nav-btm {
    flex-wrap: wrap;
    justify-content: flex-end; }
    .header-nav-btm a {
      color: #0061af; }

.language {
  position: relative;
  text-align: left;
  color: #4d5864;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.3px; }
  .language a:hover, .language a.active {
    color: #0061af; }
  .language .arrow-ico {
    right: 0;
    transform-origin: 50% 50%;
    transition: transform .5s; }
  .language > span {
    position: relative;
    padding: 5px 20px 5px 5px;
    cursor: pointer;
    z-index: 2; }
  .language > div {
    z-index: 1; }
  .language.active .arrow-ico {
    transform: translate(0, -50%) rotate(-180deg); }
  .language.active div {
    opacity: 1;
    visibility: visible; }

.nav-top-block {
  display: flex;
  align-items: center; }

.nav-top-link {
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  border-left: 1px solid #f1f1f1; }

.worldwide-link.mobile {
  display: none; }

.country-profile-link,
.phone-link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #172c3e; }
  .country-profile-link .ico-wr,
  .phone-link .ico-wr {
    margin: 0 10px 0 0; }
    .country-profile-link .ico-wr svg,
    .phone-link .ico-wr svg {
      fill: #0061af;
      transition: fill .5s; }
    .country-profile-link .ico-wr img,
    .country-profile-link .ico-wr svg,
    .phone-link .ico-wr img,
    .phone-link .ico-wr svg {
      width: 100%;
      height: 100%;
      display: block; }
  .country-profile-link:hover .ico-wr svg,
  .phone-link:hover .ico-wr svg {
    fill: #169ce1; }

.country-profile-link .ico-wr {
  width: 11px;
  height: 15px; }

.change-locale {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  color: #172c3e; }
  .change-locale .ico-wr {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0; }
    .change-locale .ico-wr svg path {
      fill: #0061af;
      transition: fill .4s; }
    .change-locale .ico-wr img,
    .change-locale .ico-wr svg {
      width: 100%;
      height: 100%;
      display: block; }
  .change-locale__dropdown {
    position: absolute;
    top: 20px;
    right: -20px;
    z-index: 2;
    display: none;
    width: 220px;
    min-height: 50px;
    max-height: 300px;
    background-color: #fff;
    border: 1px solid #eaeff4;
    border-radius: 12px;
    overflow-y: auto; }
  .change-locale__list {
    width: 200px;
    font-size: 14px;
    line-height: 18px; }
    .change-locale__list .locale {
      width: 100%;
      height: auto;
      padding: 12px 16px;
      cursor: pointer;
      white-space: normal;
      word-wrap: break-word; }
  .change-locale:hover .ico-wr svg path {
    fill: #169ce1; }
  .change-locale:hover .change-locale__dropdown {
    display: block; }

.phone-link {
  margin-right: 24px; }
  .phone-link .ico-wr {
    width: 13px;
    height: 15px; }

a.login-btn {
  width: auto;
  padding: 11px 24px 12px;
  color: #FFFFFF; }

.nav-btm-link {
  margin: 0 0 0 40px; }
  .nav-btm-link > span,
  .nav-btm-link > a {
    display: flex;
    align-items: center;
    padding: 5px 0;
    height: 46px;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    color: #0061af;
    transition: color .5s; }
    .nav-btm-link > span svg,
    .nav-btm-link > a svg {
      margin-right: 8px; }
      .nav-btm-link > span svg.icon-flag path,
      .nav-btm-link > a svg.icon-flag path {
        fill: none; }
  .nav-btm-link:hover > span,
  .nav-btm-link:hover > a {
    color: #169ce1; }

.nav-parent-with-children ul {
  line-height: 1.7; }

.nav-parent-with-children > ul {
  display: none; }

.nav-parent-with-children li:last-child {
  margin: 0; }

.header-nav-mobile-links {
  line-height: 1.7; }
  .header-nav-mobile-links li:last-child {
    margin: 0; }
  .header-nav-mobile-links ul > li {
    margin: 0 0 15px; }
  .header-nav-mobile-links ul ul {
    margin-top: 20px; }
    .header-nav-mobile-links ul ul li {
      padding-left: 15px; }

.nav-children-inner,
.header-nav-mobile-links > ul {
  background-color: #eceff4; }

.nav-children-inner ul > li,
.header-nav-mobile-links ul > li {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase; }

.nav-children-inner ul ul li,
.header-nav-mobile-links ul ul li {
  margin: 0 0 8px;
  font-weight: 400;
  text-transform: none; }
  .nav-children-inner ul ul li ul,
  .header-nav-mobile-links ul ul li ul {
    display: none; }

.nav-children-inner a,
.nav-children-inner span,
.header-nav-mobile-links a,
.header-nav-mobile-links span {
  color: #172c3e;
  cursor: pointer;
  transition: color .5s; }

.nav-children-inner a:hover,
.header-nav-mobile-links a:hover {
  color: #0061af; }

.nav-children {
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  will-change: opacity, visibility;
  transition: opacity .3s, visibility .3s; }
  .nav-children-inner {
    display: flex;
    padding: 15px 0; }
    .nav-children-inner > ul {
      width: 310px;
      padding: 0 20px;
      border-right: 1px solid rgba(132, 147, 168, 0.2); }
      .nav-children-inner > ul:last-child {
        border: none; }
      .nav-children-inner > ul > li {
        margin: 0 0 12px; }
    .nav-children-inner ul ul {
      margin-top: 10px; }
    .nav-children-inner ul ul li {
      padding-left: 10px; }

.nav-parent-with-children.nav-btm-link {
  position: relative; }
  .nav-parent-with-children.nav-btm-link:hover:before {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s, visibility .5s; }
  .nav-parent-with-children.nav-btm-link:hover .nav-children {
    visibility: visible;
    opacity: 1; }
  .nav-parent-with-children.nav-btm-link:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -8px;
    border: 10px solid transparent;
    border-bottom: 10px solid #eceff4;
    visibility: hidden;
    opacity: 0;
    will-change: opacity, visibility;
    transition: opacity .1s, visibility .1s; }

.header-nav-mobile {
  display: none; }

.burger {
  display: none; }

.header-main {
  padding: 23px 0 0 0;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .header-main {
      padding-top: 10px; } }

@media screen and (max-width: 1024px) {
  .header {
    min-height: auto !important; } }

.header-top {
  display: flex;
  padding: 0 40px 23px 40px; }
  @media screen and (max-width: 1024px) {
    .header-top {
      padding: 10px 15px 15px 15px;
      align-items: center; } }
  @media screen and (max-width: 425px) {
    .header-top {
      padding: 0 15px 15px 15px; } }

.header-top__logo {
  margin-right: auto; }

.header-top__search {
  position: relative;
  width: 360px;
  margin-right: 20px;
  margin-left: 20px; }
  @media screen and (max-width: 1024px) {
    .header-top__search {
      width: auto; } }
  @media screen and (max-width: 1024px) {
    .header-top__search .search-form {
      opacity: 0;
      visibility: hidden;
      position: absolute; } }
  @media screen and (max-width: 425px) {
    .header-top__search {
      margin-left: 10px;
      margin-right: 10px; } }
  .header-top__search.active .search-mobile {
    border: none; }
  .header-top__search .search-mobile {
    display: none;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 2px solid #2361A9;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1024px) {
      .header-top__search .search-mobile {
        display: flex; } }
  .header-top__search input {
    height: 54px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #848D97;
    letter-spacing: 0.02em;
    padding-left: 25px;
    border-radius: 100px; }
  .header-top__search button {
    height: 100%;
    right: 18px; }

.header-top__order a {
  display: flex;
  align-items: center;
  padding: 17px 28px;
  background: #2361A9;
  border-radius: 100px;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  height: 100%; }
  @media screen and (max-width: 1024px) {
    .header-top__order a {
      padding: 12px 13px 13px 12px; } }
  .header-top__order a img {
    width: 20px;
    margin-right: 10px; }
    @media screen and (max-width: 1024px) {
      .header-top__order a img {
        margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .header-top__order a span {
      display: none; } }

@media screen and (max-width: 1024px) {
  .header-top__logo {
    height: 100%; } }

@media screen and (max-width: 1024px) {
  .header-top__logo svg {
    width: 118px;
    height: 30px; } }

@media screen and (max-width: 1024px) {
  .header-top__social {
    display: none !important; } }

.header-top__social .social-links {
  display: flex; }

.header-top__social .social-link {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border: 2px solid #2361A9;
  border-radius: 100%; }
  .header-top__social .social-link.active {
    background: #2361A9; }
  .header-top__social .social-link a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .header-top__social .social-link:last-child {
    margin-right: 0; }

.header-top__burger {
  display: none; }
  @media screen and (max-width: 1024px) {
    .header-top__burger {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 45px;
      height: 45px;
      border: 2px solid #2361A9;
      border-radius: 100%; } }

.header-bottom {
  padding: 17px 40px;
  border-top: 1px solid #E6E6E6;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .header-bottom {
      padding: 5px 30px;
      border-bottom: 1px solid #E6E6E6; }
      .header-bottom.export-page {
        display: none; } }
  @media screen and (max-width: 425px) {
    .header-bottom {
      padding: 0 15px; } }
  .header-bottom .header-nav {
    justify-content: flex-start;
    align-items: center;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .header-bottom .header-nav {
        background: #fff;
        width: 100%;
        align-items: center; } }
  @media screen and (max-width: 1024px) {
    .header-bottom .header-nav-btm {
      padding: 7px 15px;
      min-height: auto; } }
  .header-bottom .nav-btm-link {
    margin-left: 20px; }
    .header-bottom .nav-btm-link span, .header-bottom .nav-btm-link a {
      height: auto;
      line-height: 14px;
      font-size: 14px;
      font-weight: bold;
      padding: 0; }
      @media screen and (max-width: 1024px) {
        .header-bottom .nav-btm-link span, .header-bottom .nav-btm-link a {
          line-height: 12px;
          font-size: 12px; } }
  .header-bottom .nav-btm-link:first-child {
    margin-left: 0; }
  .header-bottom .social-block {
    margin-left: auto; }
    .header-bottom .social-block a {
      border-left: none;
      width: auto;
      height: auto; }
      @media screen and (max-width: 425px) {
        .header-bottom .social-block a:first-child svg {
          margin-left: 27px; } }
    .header-bottom .social-block svg {
      margin-left: 20px;
      margin-right: 0;
      width: auto; }
      @media screen and (max-width: 425px) {
        .header-bottom .social-block svg {
          width: 20px;
          margin-left: 15px; } }
  @media screen and (max-width: 1024px) {
    .header-bottom .header-nav-btm {
      position: unset !important;
      padding: unset !important;
      min-height: unset !important;
      height: 48px; } }

.search-form {
  transition: all .3s; }
  @media screen and (max-width: 1024px) {
    .search-form {
      width: 0; } }

@media screen and (max-width: 1024px) {
  .search-form.active {
    opacity: 1;
    visibility: visible;
    position: absolute;
    right: 0;
    height: 45px;
    width: 350px; }
    .search-form.active .search-input {
      height: 45px; } }

@media screen and (max-width: 425px) {
  .search-form.active {
    width: 345px; } }

@media screen and (max-width: 375px) {
  .search-form.active {
    width: 295px; } }

.header-top__group {
  display: flex;
  margin-left: auto; }

.df__header-languages {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .df__header-languages:hover .df__header-languages-selected {
    color: #169CE1; }
  .df__header-languages:hover .df__header-languages-list {
    display: block; }
  .df__header-languages-selected {
    font-weight: 600;
    font-size: 20px;
    line-height: 109%;
    display: flex;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0056A4; }
  .df__header-languages-list {
    position: absolute;
    left: -155px;
    width: 190px;
    background: #FFFFFF;
    padding: 10px 0;
    box-shadow: 0px 2px 5px rgba(0, 37, 67, 0.3);
    top: 55px;
    z-index: 10;
    display: none; }
    .df__header-languages-list:hover {
      display: block; }
    .df__header-languages-list .df__header-language {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 45px;
      padding: 0 20px;
      position: relative; }
      .df__header-languages-list .df__header-language:hover {
        background: #F1F4F9; }
      .df__header-languages-list .df__header-language a, .df__header-languages-list .df__header-language span {
        font-weight: 700;
        font-size: 15px;
        line-height: 150%;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #2361A9; }
    .df__header-languages-list .df__header-language-icon {
      position: absolute;
      right: 20px;
      margin-left: 10px; }

.header-top__social {
  display: flex;
  align-items: center; }
  .header-top__social.header-top__social--mr-left {
    margin-left: 15px; }
  .header-top__social .df__header-btn {
    background: #e40137;
    color: #fff;
    height: 54px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0 24px;
    margin-right: 20px; }
    .header-top__social .df__header-btn a {
      color: #fff; }

.site-sidebar {
  width: 275px;
  position: fixed;
  height: 100vh;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 9; }
  .site-sidebar-inner {
    padding: 0 40px; }
    .site-sidebar-inner .language {
      position: relative;
      text-align: left;
      color: #4d5864;
      font-size: 12px;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.3px; }
      .site-sidebar-inner .language a:hover, .site-sidebar-inner .language a.active {
        color: #0061af; }
      .site-sidebar-inner .language span {
        display: block;
        padding: 5px; }
      .site-sidebar-inner .language .arrow-ico {
        right: 0;
        transform-origin: 50% 50%;
        transition: transform .5s; }
      .site-sidebar-inner .language > span {
        position: relative;
        padding: 5px 20px 5px 5px;
        cursor: pointer;
        z-index: 2; }
      .site-sidebar-inner .language > div {
        z-index: 1; }
      .site-sidebar-inner .language div {
        opacity: 0;
        visibility: hidden;
        background: #fff;
        position: absolute;
        padding-top: 30px;
        top: 0;
        left: 0;
        min-width: 100%;
        transition: opacity .5s; }
      .site-sidebar-inner .language.active .arrow-ico {
        transform: translate(0, -50%) rotate(-180deg); }
      .site-sidebar-inner .language.active div {
        opacity: 1;
        visibility: visible; }

.sidebar-mobile-menu {
  display: none; }

.sidebar-social-block {
  display: flex;
  justify-content: center;
  margin: 0 0 25px; }

.sidebar-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid #f1f1f1;
  color: #0061af;
  width: 56px;
  height: 20px; }
  .sidebar-social-item:first-child {
    border: 0; }
  .sidebar-social-item img,
  .sidebar-social-item svg {
    display: block;
    width: 20px;
    margin: 0 auto; }

.sidebar-worldwide-select .select-styled,
.sidebar-worldwide-select .select-options li {
  padding: 12px 20px; }

.sidebar-nav-top {
  padding: 12px 0; }

.sidebar-nav-item {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative; }
  .sidebar-nav-item:last-child {
    border: 0; }

.sidebar-nav-link {
  display: flex;
  align-items: center;
  color: #172c3e; }
  .sidebar-nav-link-ico {
    height: 20px;
    display: block;
    width: 33px; }
    .sidebar-nav-link-ico svg,
    .sidebar-nav-link-ico img {
      width: auto;
      max-width: 20px;
      height: 100%; }

.sidebar-declaration {
  border: none; }

.sidebar-app-item {
  max-width: 145px;
  width: 100%;
  margin: 0 auto 10px; }
  .sidebar-app-item:last-child {
    margin: 0 auto; }
  .sidebar-app-item img {
    width: 100%;
    height: auto; }

.sidebar-links-block {
  display: none; }

/* search */
.search-btn svg {
  fill: none !important;
  stroke: #0061af !important;
  stroke-width: 2;
  stroke-miterlimit: 10;
  transition: stroke .5s; }

.search-btn svg,
.search-btn img {
  width: 14px;
  height: 14px;
  display: block; }

.search-btn:hover svg {
  stroke: #169ce1 !important; }

/* end search */
.worldwide-header {
  display: flex;
  align-items: center;
  margin: 0 0 15px; }

.worldwide-ico {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0; }
  .worldwide-ico svg,
  .worldwide-ico img {
    width: 100%;
    height: 100%; }

.parcel-track__header {
  display: flex;
  align-items: center;
  margin: 0 0 15px; }

.parcel-track__ico {
  width: 24px;
  height: 22px;
  margin: 0 10px 0 0; }
  .parcel-track__ico svg,
  .parcel-track__ico img {
    width: 100%;
    height: 100%; }

.parcel-track__form-group {
  margin-bottom: 10px; }

.sidebar-tracking .tracking-form {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  transform: translate3d(-25%, 0, 0);
  transition: transform .5s, opacity .5s, position 1s; }

.sidebar-tracking .tracking-link {
  transition: opacity .5s; }

.sidebar-tracking.active .tracking-form {
  visibility: visible;
  opacity: 1;
  position: relative;
  top: initial;
  margin-top: 0;
  transform: translate3d(0, 0, 0); }

.sidebar-tracking.active .tracking-link {
  visibility: hidden;
  opacity: 0;
  position: absolute; }

.sidebar-contacts-block {
  padding: 30px 0 12px 0;
  text-align: center; }
  .sidebar-contacts-block a {
    color: #172c3e;
    display: block; }

.contacts-block-phone {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px; }

.contacts-block-mail {
  font-size: 12px; }

.sidebar-nav-btm {
  overflow-y: auto;
  height: calc(100vh - 110px); }

.sidebar-nav-items {
  margin-right: 16px;
  width: 100%; }

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100px;
  height: 100vh;
  background-color: #0056A4;
  transition: all .3s;
  z-index: 99991; }
  .sidebar .burger-close {
    display: none; }
    @media screen and (max-width: 1024px) {
      .sidebar .burger-close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        border: 2px solid #fff;
        z-index: 999999; } }
  @media screen and (max-width: 1024px) {
    .sidebar {
      transform: translate(-100%, 0) !important;
      width: 100%; }
      .sidebar.active {
        transform: translate(0, 0) !important; }
        .sidebar.active span {
          display: block; }
        .sidebar.active a {
          justify-content: flex-start;
          padding: 0 38px;
          text-align: left; } }
  .sidebar:hover {
    width: 330px; }
    @media screen and (max-width: 1024px) {
      .sidebar:hover {
        width: 100%; } }
    .sidebar:hover span, .sidebar:hover .link-title {
      display: block; }
  .sidebar .contacts {
    display: none;
    width: 100%;
    height: 53px;
    justify-content: space-between;
    border-top: 1px solid #4581B8;
    margin-top: auto; }
    @media screen and (max-width: 425px) {
      .sidebar .contacts {
        margin-top: 0; } }
    .sidebar .contacts a {
      width: 33.33%;
      display: flex;
      align-items: center;
      justify-content: center;
      border-right: 1px solid #4581B8; }
      .sidebar .contacts a.solo {
        width: 100%;
        justify-content: flex-start; }
        .sidebar .contacts a.solo svg {
          margin-right: 19px; }
      .sidebar .contacts a:last-child {
        border-right: none;
        border-left: 1px solid #4581B8; }
    @media screen and (max-width: 1024px) {
      .sidebar .contacts {
        display: flex; } }
  .sidebar-links {
    height: 100%;
    padding-top: 25px;
    display: flex;
    flex-direction: column; }
    .sidebar-links li {
      position: relative;
      height: 50px; }
      @media screen and (max-width: 425px) {
        .sidebar-links li.mb-auto {
          margin-bottom: 0; } }
      .sidebar-links li.border {
        border-top: 1px solid rgba(230, 230, 230, 0.3); }
        .sidebar-links li.border a span {
          text-transform: initial; }
      .sidebar-links li .sidebar-languages-panel-link {
        padding: 0 38px;
        width: 100%; }
      .sidebar-links li a {
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 16px;
        color: #99BBDB;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 38px; }
        .sidebar-links li a .sidebar-link-icon {
          width: 25px;
          flex: 0 0 auto; }
        .sidebar-links li a span {
          position: absolute;
          left: 60px;
          display: none;
          text-transform: uppercase;
          margin-left: 19px;
          font-weight: bold;
          font-size: 14px;
          line-height: 16px;
          color: rgba(255, 255, 255, 0.9);
          width: 210px;
          text-align: left; }
        .sidebar-links li a:hover {
          background: rgba(255, 255, 255, 0.2); }
          .sidebar-links li a:hover span {
            color: white; }
          .sidebar-links li a:hover path {
            fill: #fff; }
      .sidebar-links li:hover .sidebar-arrow {
        display: block; }
    .sidebar-links .sidebar-languages {
      position: unset; }
      @media screen and (max-width: 1024px) {
        .sidebar-links .sidebar-languages a span {
          color: rgba(255, 255, 255, 0.8); } }
      @media screen and (max-width: 1024px) {
        .sidebar-links .sidebar-languages:hover.sidebar-languages-mobile {
          position: relative; } }
      .sidebar-links .sidebar-languages:hover .sidebar-languages-panel {
        display: block;
        z-index: 9; }
        @media screen and (max-width: 1024px) {
          .sidebar-links .sidebar-languages:hover .sidebar-languages-panel {
            transform: translate(0, 0);
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            overflow: scroll; }
            .sidebar-links .sidebar-languages:hover .sidebar-languages-panel.countries {
              transform: translate(0, 60px); }
            .sidebar-links .sidebar-languages:hover .sidebar-languages-panel.languages {
              transform: unset;
              bottom: 50px;
              width: 80%;
              left: unset;
              right: 0; } }
  .sidebar-arrow {
    display: none;
    position: absolute;
    right: 17px; }
  .sidebar-languages-panel {
    display: none;
    position: absolute;
    left: 330px;
    bottom: 0;
    width: 295px;
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all .3s; }
    .sidebar-languages-panel.countries {
      height: 100%;
      overflow-y: scroll; }
    @media screen and (max-width: 1024px) {
      .sidebar-languages-panel {
        display: block;
        left: 0;
        width: 100%;
        bottom: 0; }
        .sidebar-languages-panel.languages {
          transform: translate(0, 100%); }
        .sidebar-languages-panel.countries {
          transform: translate(0, calc(100% + 50px));
          height: 100vh;
          z-index: 9; } }
    .sidebar-languages-panel li {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #EBEFF3;
      height: auto;
      padding: 24px 22px 14px 7px; }
      .sidebar-languages-panel li a, .sidebar-languages-panel li span {
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        color: #1B2B3C;
        text-align: left; }
  .sidebar .qr-download {
    margin-top: auto;
    position: unset; }
    @media screen and (max-width: 1024px) {
      .sidebar .qr-download {
        display: none; } }
    .sidebar .qr-download--mobile {
      display: none; }
      @media screen and (max-width: 1024px) {
        .sidebar .qr-download--mobile {
          display: block; } }
    @media screen and (max-width: 1024px) {
      .sidebar .qr-download {
        margin-top: unset; }
        .sidebar .qr-download a span {
          color: rgba(255, 255, 255, 0.8); } }
    .sidebar .qr-download:hover .qr-block {
      display: block; }
      @media screen and (max-width: 1024px) {
        .sidebar .qr-download:hover .qr-block {
          display: none; } }
    @media screen and (max-width: 1024px) {
      .sidebar .qr-download .link-title {
        display: none; }
      .sidebar .qr-download .link-icon {
        display: none; } }
    .sidebar .qr-download .link-icon--mobile {
      display: none; }
      @media screen and (max-width: 1024px) {
        .sidebar .qr-download .link-icon--mobile {
          display: block; } }
    .sidebar .qr-download .link-title--mobile {
      display: none; }
      @media screen and (max-width: 1024px) {
        .sidebar .qr-download .link-title--mobile {
          display: block; } }
  .sidebar .qr-block {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 330px;
    background-color: #fff;
    padding: 57px 68px;
    width: 340px;
    display: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }
    .sidebar .qr-block-title {
      font-weight: bold;
      font-size: 24px;
      line-height: 30px;
      color: #1B2B3C;
      letter-spacing: 0.02em;
      text-align: center;
      margin-bottom: 50px; }
    .sidebar .qr-block-img {
      margin-bottom: 50px;
      text-align: center; }
      .sidebar .qr-block-img svg path {
        fill: #0056A4 !important; }
    .sidebar .qr-block-steps li {
      text-align: left;
      color: #1B2B3C;
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.02em;
      padding-left: 32px;
      margin-bottom: 22px;
      height: auto; }
      .sidebar .qr-block-steps li:before {
        content: counter(item);
        background: #0156A3;
        border-radius: 100%;
        width: 22px;
        height: 22px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }

.link-container {
  display: flex;
  align-items: center;
  padding: 0 38px;
  height: 100%;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    .link-container:hover:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      backdrop-filter: blur(2px);
      z-index: 8;
      top: 0;
      left: 0; } }
  .link-container .link-title {
    display: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-left: 20px;
    width: 210px;
    position: absolute;
    left: 60px; }
    @media screen and (max-width: 1024px) {
      .link-container .link-title {
        display: block;
        color: rgba(255, 255, 255, 0.8); } }
  .link-container:hover .app-block {
    transform: translate(0, 0); }
  .link-container .app-block {
    display: none;
    flex-direction: column;
    align-items: center;
    transform: translate(0, 100%);
    transition: all .3s; }
    @media screen and (max-width: 1024px) {
      .link-container .app-block {
        display: flex;
        position: absolute;
        width: 100%;
        background: #fff;
        left: 0;
        height: 407px;
        z-index: 10; } }
    .link-container .app-block-title {
      font-weight: bold;
      font-size: 24px;
      line-height: 30px;
      color: #1B2B3C;
      letter-spacing: 0.02em;
      margin-top: 46px;
      margin-bottom: 30px; }
    .link-container .app-block-apps {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .link-container .app-block-apps a {
        height: 60px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center; }

@media screen and (max-width: 1024px) {
  .blur-background:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(2px);
    z-index: 8;
    top: 0; } }

.mr-top-auto {
  margin-top: auto; }
  @media screen and (max-width: 1024px) {
    .mr-top-auto {
      margin-top: unset; } }

.mb-auto {
  margin-bottom: auto; }

.sidebar-line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px !important;
  padding: 0 19px;
  transition: padding .5s; }
  .sidebar-line hr {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 1024px) {
    .sidebar-line {
      display: flex; } }

.sidebar:hover .sidebar-line {
  display: flex;
  padding: 0 38px; }

.sidebar-login-icon {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sidebar-login-icon {
      display: block; } }

@media screen and (max-width: 1024px) {
  .sidebar-languages-panel.countries {
    padding-bottom: 130px; } }

.services-block .services-item {
  display: block; }

.news-col .news-item {
  display: block; }

.confirm-checkbox.active .form-group span {
  top: 3px; }

.confirm-checkbox.active .form-group label {
  font-size: 12px; }

.remodal-wrapper {
  z-index: 999999; }

.select2-selection__rendered {
  display: flex !important;
  align-items: center; }

.df__lp-export-intro .partner-services__item {
  position: relative;
  display: flex;
  flex-direction: column; }
  .df__lp-export-intro .partner-services__item .context-dscr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }

.df__tooltip {
  position: relative;
  cursor: pointer; }
  .df__tooltip .df__tooltip-text {
    display: none;
    position: absolute;
    background: #F8F9FA;
    min-width: 350px;
    padding: 10px 13px;
    border: 1px solid #E6E6E6;
    z-index: 10;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #1B2B3C99;
    left: -30px; }
    @media screen and (max-width: 500px) {
      .df__tooltip .df__tooltip-text {
        min-width: 300px;
        left: -150px; } }
  .df__tooltip:hover .df__tooltip-text {
    display: block; }

.service-header {
  display: flex;
  align-items: center; }
  .service-header .logo-wrapper {
    margin: 0 50px 0 0; }
  .service-header-dscr {
    line-height: 1.5; }

.service-logo {
  max-width: 237px;
  width: 25vw;
  min-width: 140px;
  display: block; }
  .service-logo img,
  .service-logo svg {
    display: block;
    width: 100%;
    height: 100%; }

.service-block {
  position: relative; }

.service-kinds {
  margin: 0 0 75px; }
  .service-kinds-block {
    display: flex;
    justify-content: space-between; }
  .service-kinds-item {
    text-align: center;
    width: 100px; }
  .service-kinds-ico {
    width: 100%;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #22b24c;
    padding: 20px;
    margin: 0 auto 20px; }
  .service-kinds-ttl {
    text-transform: uppercase;
    letter-spacing: .35px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 -25px; }

.service-moving-control {
  padding: 35px 0 45px;
  margin: 0 0 30px;
  min-height: 300px; }

.block-container {
  padding: 0 40px; }

.block-dscr {
  line-height: 1.57; }

.moving-control-context {
  width: 50%; }

.service-items {
  display: flex; }

.service-item {
  flex: 1 1 0;
  margin: 0 40px 0 0; }
  .service-item:last-child {
    margin: 0; }

.service-page .common-editor-context b {
  font-size: 16px; }

.service-page .common-editor-context .common-accordion-item .common-accordion-context {
  padding-top: 0px;
  margin: -10px 0px; }

.service-page .common-editor-context .common-accordion-item .common-accordion-header {
  padding: 0px; }

.carousel-widget {
  margin-top: 40px; }

.news-kinds-block {
  display: none;
  margin: 0 0 20px; }

.news-kinds-item {
  display: inline-block;
  min-width: 100px;
  height: 40px;
  padding: 3px 15px;
  margin: 0 20px 0 0;
  border: 1px solid #a7abb0;
  border-radius: 20px;
  color: #4d5864;
  text-align: center;
  font-size: 12px;
  transition: border .5s, color .5s; }
  .news-kinds-item:last-child {
    margin: 0; }
  .news-kinds-item.active, .news-kinds-item:hover {
    color: #0061af;
    border: 1px solid #0061af; }

.news-dscr-block {
  width: 100%;
  position: relative;
  padding-bottom: 18px; }
  .news-dscr-block .btn-more {
    position: absolute;
    bottom: 0; }

.news-content .news-block {
  margin: 0 0 30px; }

.news-content .news-item {
  display: flex;
  margin: 0 0 40px; }
  .news-content .news-item:last-child {
    margin: 0; }

.news-content .img-wr {
  margin: 0 40px 0 0;
  max-width: 310px;
  width: 25vw;
  min-width: 200px;
  flex: none; }
  .news-content .img-wr img {
    height: auto; }

.news-content .context-ttl {
  max-height: 52px;
  overflow: hidden; }

.news-content .context-dscr {
  max-height: 69px;
  overflow: hidden;
  display: block; }

.news-content .context-dscr h1,
.news-content .context-dscr h2,
.news-content .context-dscr h3,
.news-content .context-dscr h4,
.news-content .context-dscr h5,
.news-content .context-dscr h6,
.news-content .context-dscr strong,
.news-content .context-dscr b,
.news-content .context-dscr span,
.news-dscr-block .context-dscr h1,
.news-dscr-block .context-dscr h2,
.news-dscr-block .context-dscr h3,
.news-dscr-block .context-dscr h4,
.news-dscr-block .context-dscr h5,
.news-dscr-block .context-dscr h6,
.news-dscr-block .context-dscr strong,
.news-dscr-block .context-dscr b,
.news-dscr-block .context-dscr span {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit; }

.article-content {
  padding: 0 0 40px;
  margin: 0 0 35px;
  border-bottom: 1px solid #e6e6e6; }

.news-slider-container-wr {
  position: relative; }
  .news-slider-container-wr .btn-arrow {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .news-slider-container-wr .btn-arrow-prev {
      left: 0; }
    .news-slider-container-wr .btn-arrow-next {
      right: 0; }

.news-slider-container {
  margin: 0 -15px; }

.news-slider-item {
  width: 33.33%;
  padding: 0 15px; }
  .news-slider-item h1,
  .news-slider-item h2,
  .news-slider-item h3,
  .news-slider-item h4,
  .news-slider-item h5,
  .news-slider-item h6,
  .news-slider-item .h4 {
    transition: color .5s; }
  .news-slider-item span {
    display: block; }

.related-news-date {
  color: #172c3e;
  font-size: 12px;
  margin: 0 0 15px; }

.related-news h1,
.related-news h2 {
  margin: 0 0 30px; }

.related-news .h4 {
  margin-bottom: 0; }

.related-news .img-wr {
  margin: 0 0 15px;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 58%; }
  .related-news .img-wr img {
    position: absolute;
    left: 0;
    top: 0; }

.df__article-projects {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px; }
  .df__article-projects-item {
    color: #0160AE;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
    margin-right: 10px;
    margin-bottom: 10px; }

.services-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
  .services-content .services-col {
    padding: 0 20px;
    margin: 0 0 30px; }
  .services-content .services-item {
    display: inline-block;
    max-width: 350px;
    width: 100%; }
    .services-content .services-item span {
      display: block; }
    .services-content .services-item .img-wr {
      margin: 0 0 22px;
      max-width: 350px;
      min-width: 350px;
      height: 202px;
      width: 100%;
      position: relative; }
      .services-content .services-item .img-wr img {
        object-position: 0 0; }
    .services-content .services-item .h4 {
      margin: 0;
      transition: color .5s;
      padding: 5px 0; }
    .services-content .services-item:hover .h4 {
      color: #169ce1; }

.contacts-page .section-contacts-offices {
  padding: 40px 0; }

.section-current-location .contacts-item .contacts-ico {
  display: none; }

.section-contacts-content {
  padding: 0 0 40px;
  border-bottom: 1px solid #e6e6e6; }
  .section-contacts-content .contacts-block {
    display: none; }
  .section-contacts-content .contacts-header h3 {
    cursor: pointer; }

.contacts-block {
  padding: 25px 40px;
  background: #eceff4; }
  .contacts-block-wr {
    margin: 0 0 45px; }
    .contacts-block-wr:last-child {
      margin: 0; }
    .contacts-block-wr.active .contacts-header .arrow-ico svg {
      transform: rotate(180deg);
      fill: #0061af !important; }
    .contacts-block-wr.active .contacts-block {
      display: block; }

.contacts-header {
  position: relative; }
  .contacts-header .arrow-ico {
    right: 0; }
    .contacts-header .arrow-ico svg {
      width: 13px;
      height: 8px;
      fill: #8493a8 !important; }
    .contacts-header .arrow-ico:hover svg {
      fill: #169ce1 !important; }

.contacts-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #cad3df;
  line-height: 1.5;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .contacts-item:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .contacts-item-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px; }
    .contacts-item-row:last-child {
      margin: 0; }
    .contacts-item-row-wrapper {
      width: 68.4%; }
  .contacts-item-ttl {
    display: flex;
    align-items: center; }
  .contacts-item a {
    color: #0061af;
    font-weight: 700;
    display: block; }
  .contacts-item .contacts-ico {
    display: block;
    margin: 0 0 0 20px; }
    .contacts-item .contacts-ico img,
    .contacts-item .contacts-ico svg {
      width: 15px;
      height: 15px;
      display: block; }
  .contacts-item .col1,
  .contacts-item .col2,
  .contacts-item .col3 {
    padding-right: 10px; }
  .contacts-item .col1 {
    width: 31.6%; }
  .contacts-item .col2 {
    width: 40.03%; }
  .contacts-item .col3 {
    width: 34.09%; }
  .contacts-item .col4 {
    width: 25.88%; }
  .contacts-item-col {
    margin: 0 0 20px; }
    .contacts-item-col:last-child {
      margin: 0; }
    .contacts-item-col .first-line {
      font-weight: 700;
      margin: 0 0 3px; }
    .contacts-item-col .second-line {
      font-size: 12px; }

.offices-block {
  min-height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative; }
  .offices-block .block-container {
    width: 100%;
    text-align: center; }

#map,
#map-mobile {
  height: 100%;
  width: 100%;
  position: absolute; }

.feedback-form .field-feedbackusaform-privateinfo {
  padding: 0px;
  margin-bottom: 20px; }

.feedback-form .field-feedbackusaform-imagefiles {
  margin-bottom: -10px; }

.contact-us-page .state-content {
  display: none; }
  .contact-us-page .state-content--active {
    display: block; }

.contact-us-page .contact-us-section__tabs {
  padding-top: 40px;
  margin-bottom: 24px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  .contact-us-page .contact-us-section__tabs .state-tabs {
    position: relative;
    width: 100%;
    min-height: 32px;
    background-color: #eceff4; }
    .contact-us-page .contact-us-section__tabs .state-tabs::before {
      position: absolute;
      top: 32px;
      left: 0;
      content: "";
      width: 100%;
      height: 1px;
      background-color: #e6e6e6; }
    .contact-us-page .contact-us-section__tabs .state-tabs__list {
      display: flex;
      padding: 0 0 0 24px; }
    .contact-us-page .contact-us-section__tabs .state-tabs__item {
      padding: 16px;
      cursor: pointer; }
      .contact-us-page .contact-us-section__tabs .state-tabs__item .item-text {
        position: relative;
        font-weight: 600;
        color: rgba(23, 44, 62, 0.4); }
        .contact-us-page .contact-us-section__tabs .state-tabs__item .item-text::after {
          position: absolute;
          top: 17px;
          left: 0;
          content: "";
          width: 100%;
          height: 1px;
          background-color: transparent;
          transition: background-color 0.25s ease, color 0.25s ease; }
      .contact-us-page .contact-us-section__tabs .state-tabs__item--active .item-text {
        color: #0061af; }
        .contact-us-page .contact-us-section__tabs .state-tabs__item--active .item-text::after {
          background-color: #0061af; }

.contact-us-page .contact-us-section__states {
  margin-bottom: 40px; }
  .contact-us-page .contact-us-section__states .states-lineup {
    font-size: 13px;
    color: #0061af;
    text-transform: uppercase; }

.contact-us-page .contact-us-section__info {
  margin-bottom: 40px; }
  .contact-us-page .contact-us-section__info .row {
    margin: 0 -40px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1199px) {
      .contact-us-page .contact-us-section__info .row {
        margin: 0 -20px; } }
    @media screen and (max-width: 767px) {
      .contact-us-page .contact-us-section__info .row {
        margin: 0; } }
  .contact-us-page .contact-us-section__info .col {
    padding: 0 40px; }
    @media screen and (max-width: 1199px) {
      .contact-us-page .contact-us-section__info .col {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .contact-us-page .contact-us-section__info .col {
        padding: 0;
        width: 100%;
        margin: 0 0 20px; }
        .contact-us-page .contact-us-section__info .col:last-child {
          margin: 0; } }
  .contact-us-page .contact-us-section__info .half-col {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .contact-us-page .contact-us-section__info .half-col {
        width: 100%; } }
  .contact-us-page .contact-us-section__info p {
    margin: 0 0 18px; }
    .contact-us-page .contact-us-section__info p:last-child {
      margin: 0; }

.contact-us-page .section-feedback-form {
  padding: 40px 0; }

.state-list {
  columns: 3;
  max-width: 570px; }
  @media screen and (max-width: 425px) {
    .state-list {
      columns: 2; } }

.state-list li {
  position: relative;
  text-indent: 21px;
  margin-bottom: 5px; }

.state-list li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 3px;
  background: #E60033;
  border-radius: 2px; }

.field-feedbackform-middle_name {
  display: none;
  margin-top: 20px; }

.section-calculator .s-ttl {
  margin: 0 0 40px; }

.tab-context-top,
.order-context-top {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #f1f1f1; }

.quantity {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  height: 40px;
  position: relative; }
  .quantity-val {
    width: 100%;
    text-align: center; }
  .quantity-control {
    width: 40px;
    height: 40px;
    background: #0061af;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: background-color .5s; }
    .quantity-control .horizontal-line {
      height: 2px;
      width: 14px; }
    .quantity-control .vertical-line {
      height: 14px;
      width: 2px; }
    .quantity-control .line {
      background: #fff;
      display: block;
      margin: auto;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0; }
    .quantity-control:hover {
      background: #169ce1; }
  .quantity-plus {
    right: 0; }
  .quantity-minus {
    left: 0; }

.calculator-input,
.order-input {
  font-size: 14px; }

.arth-sing {
  width: 40px;
  height: 40px;
  display: flex;
  flex: none;
  font-size: 12px; }
  .arth-sing span {
    position: relative;
    margin: auto; }
    .arth-sing span:after, .arth-sing span:before {
      content: '';
      background: #0061af; }

.arth-sing-multiply span {
  width: 14px;
  height: 14px; }
  .arth-sing-multiply span:before, .arth-sing-multiply span:after {
    content: '';
    height: 15px;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
  .arth-sing-multiply span:before {
    transform: rotate(45deg); }
  .arth-sing-multiply span:after {
    transform: rotate(-45deg); }

.arth-sing-equally span {
  width: 14px;
  height: 9px; }
  .arth-sing-equally span:before, .arth-sing-equally span:after {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0; }
  .arth-sing-equally span:before {
    top: 0; }
  .arth-sing-equally span:after {
    bottom: 0; }

.delivery-terms-block {
  background: #eceff4; }
  .delivery-terms-block .block-inner {
    padding: 30px 40px;
    width: 100%;
    position: relative; }

.delivery-terms {
  display: flex;
  flex-wrap: wrap; }

.delivery-terms .checkbox {
  margin: 10px 30px 10px 0; }
  .delivery-terms .checkbox:last-child {
    margin-right: 0; }

.choice-tab-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-end; }

.choice-tab-block {
  width: 50%; }
  .choice-tab-block:first-child .choice-tab-item {
    border-radius: 20px 0 0 20px; }
  .choice-tab-block:last-child .choice-tab-item {
    border-radius: 0 20px 20px 0; }

.choice-tab-item {
  height: 40px;
  background: #eceff4;
  cursor: pointer;
  transition: background .5s, color .5s;
  line-height: 40px;
  text-align: center; }
  .choice-tab-item.active {
    background: #0061af;
    color: #fff; }

.quantity-simple {
  display: flex;
  align-items: center;
  margin-right: 25px; }
  .quantity-simple--mt-35 {
    margin-top: 35px; }
  .quantity-simple label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #1B2B3C;
    margin-right: 15px; }
  .quantity-simple .quantity {
    height: 38px; }
  .quantity-simple .quantity-control-s {
    background: #fff; }
  .quantity-simple .quantity-val {
    height: 38px;
    background: #fff;
    border-radius: 0; }
  .quantity-simple .quantity-floor {
    width: 90px; }
    .quantity-simple .quantity-floor .quantity-control-s {
      width: auto; }
    .quantity-simple .quantity-floor .quantity-minus {
      padding-left: 14px; }
    .quantity-simple .quantity-floor .quantity-plus {
      padding-right: 13px; }
    .quantity-simple .quantity-floor .quantity-val {
      pointer-events: none;
      padding-left: 0;
      padding-right: 0; }

.calculator-floors {
  display: flex;
  margin-top: 25px; }
  .calculator-floors--hide {
    display: none; }

.form-dropdown-count {
  position: relative; }
  .form-dropdown-count-selected {
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #eceff4;
    height: 40px;
    padding: 0 20px;
    cursor: pointer;
    position: relative; }
    .form-dropdown-count-selected-count {
      position: absolute;
      right: 20px; }
  .form-dropdown-count .form-dropdown-count-results {
    max-width: 400px;
    width: 400px;
    height: 270px;
    overflow: auto;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 10; }
    .form-dropdown-count .form-dropdown-count-results-item {
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 20px; }
      .form-dropdown-count .form-dropdown-count-results-item:hover {
        background: #ECEFF3; }
      .form-dropdown-count .form-dropdown-count-results-item .quantity-simple {
        width: 80px; }
      .form-dropdown-count .form-dropdown-count-results-item .quantity-control-s, .form-dropdown-count .form-dropdown-count-results-item .quantity-val {
        background-color: transparent; }

.checkbox--blue label {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #1B2B3C;
  padding-left: 34px; }

.checkbox--blue .input {
  width: 24px;
  height: 24px; }

.checkbox--blue .span {
  width: 24px;
  height: 24px; }

.checkbox--blue input:checked + span {
  background-color: #2361A9; }

.checkbox--blue input:checked + span:after,
.checkbox--blue input:checked + label + span:after {
  background-image: url("../img/icon/check_new.svg"); }

/* Chrome, Safari, Edge, Opera */
.quantity-val::-webkit-outer-spin-button,
.quantity-val::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
.quantity-val[type=number] {
  -moz-appearance: textfield; }

.df__lp-export__calculator-price-novaposhta {
  font-weight: bold; }

.df__lp-export__calculator-right-price-subtitle {
  display: flex;
  align-content: center; }
  @media screen and (max-width: 500px) {
    .df__lp-export__calculator-right-price-subtitle {
      justify-content: center; } }
  .df__lp-export__calculator-right-price-subtitle svg {
    margin-right: 5px;
    width: 15px;
    height: 15px; }
  .df__lp-export__calculator-right-price-subtitle .df__tooltip {
    display: flex;
    align-items: center; }
    .df__lp-export__calculator-right-price-subtitle .df__tooltip:hover .df__tooltip-text {
      top: 25px; }
      @media screen and (max-width: 500px) {
        .df__lp-export__calculator-right-price-subtitle .df__tooltip:hover .df__tooltip-text {
          left: -50px; } }

.calculator-slider-wr {
  min-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.calculator-slider.ui-widget {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #eceff4;
  margin: 6px 0;
  border: none; }

.calculator-slider .ui-slider-range {
  border-radius: 3px;
  background-color: #8493a8; }

.calculator-slider .ui-slider-handle {
  width: 31px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid #ffffff;
  background-color: #0061af;
  cursor: pointer;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  margin: 0; }
  .calculator-slider .ui-slider-handle:focus {
    outline: none; }
  .calculator-slider .ui-slider-handle:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 9px;
    background: url("../img/icon/slide_line.svg") no-repeat center center/8px 9px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.slider-sum-block {
  display: flex;
  justify-content: space-between; }

.slider-sum-wr {
  position: relative;
  color: #4d5864;
  font-size: 12px;
  letter-spacing: .35px;
  display: block; }

/* slider with segments */
.calculator-segments-slider {
  border: none; }

.segments {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #8493a8; }
  .segments li {
    position: relative; }
    .segments li:last-child:before, .segments li:first-child:before {
      background: transparent; }
    .segments li:before {
      content: '';
      display: block;
      position: relative;
      margin: 0 auto 15px;
      width: 2px;
      height: 6px;
      background: #8493a8; }

.calculator-total-block-wrapper {
  display: none; }
  .calculator-total-block-wrapper.show {
    display: block;
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-timing-function: linear; }

.calculator-block-wrapper.hide {
  display: none;
  animation-name: fadeOut;
  animation-duration: .5s;
  animation-timing-function: linear; }

.calculator-total-block {
  display: flex;
  margin: 0 0 22px; }
  .calculator-total-block .change-data-btn {
    display: none; }

.calculator-total-content {
  padding: 0 40px 0 0; }

.calculator-total-dscr {
  padding: 0 0 0 40px;
  border-left: 1px solid #e6e6e6;
  font-size: 12px;
  width: 100%;
  line-height: 1.7; }
  .calculator-total-dscr p {
    margin: 0 0 8px; }
    .calculator-total-dscr p:last-child {
      margin: 0; }

.total-dscr-inner {
  background-color: #eceff4;
  padding: 22px 20px; }

.calculator-total-item {
  display: flex;
  margin: 0 0 12px;
  white-space: nowrap; }
  .calculator-total-item:last-child {
    margin: 0; }
  .calculator-total-item span {
    vertical-align: middle;
    display: inline-block; }
  .calculator-total-item i {
    margin: 0 0 0 3px; }

.calculator-total-name {
  margin: 0 10px 0 0; }

.calculator-total-value {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #0061af; }
  .calculator-total-value span {
    margin: 0 6px 0 0; }

.total-term {
  text-transform: lowercase; }

.footnote {
  font-size: 16px;
  font-weight: 700;
  color: #0061af; }

.partners-content {
  margin: 0 0 35px; }

.partners-item {
  margin: 0 0 30px; }
  .partners-item:last-child {
    margin: 0; }

.partners-contacts {
  padding: 20px 0;
  display: flex;
  align-items: center;
  background: #0061af;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 40px; }
  .partners-contacts a {
    color: #fff; }

.partners-contacts-item {
  width: 50%;
  border-right: 1px solid #fff;
  min-height: 60px;
  text-align: center;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .partners-contacts-item:last-child {
    border: none; }

.section-feedback-detail {
  margin: 0 0 40px; }

.feedback-block-wrapper .h3 {
  margin: 0 0 10px; }

.feedback-block-item {
  margin: 0 0 30px; }
  .feedback-block-item:last-child {
    margin: 0; }

.feedback-block-detail {
  padding: 40px 0;
  background: #eceff4;
  min-height: 145px;
  display: flex; }
  .feedback-block-detail-item {
    border-right: 1px solid #fff;
    width: 100%;
    padding: 0 40px;
    color: #172c3e; }
    .feedback-block-detail-item a {
      color: inherit; }
    .feedback-block-detail-item:last-child {
      border: none; }
  .feedback-block-detail-header {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 10px;
    letter-spacing: .4px; }
    .feedback-block-detail-header .ico-wr {
      margin: 0 10px 0 0; }
      .feedback-block-detail-header .ico-wr svg,
      .feedback-block-detail-header .ico-wr img {
        display: block;
        width: 100%;
        height: 100%; }
  .feedback-block-detail-context {
    line-height: 1.4;
    letter-spacing: .35px;
    display: flex; }
    .feedback-block-detail-context .col {
      flex: 1 1 auto;
      padding: 0 40px 0 0; }
      .feedback-block-detail-context .col:last-child {
        padding: 0; }

.phone-block .ico-wr {
  width: 14px;
  height: 18px; }

.address-block .ico-wr {
  width: 12px;
  height: 15px; }

.works-block .ico-wr {
  width: 15px;
  height: 15px; }

.feedback-form .radiobuttons {
  padding: 5px 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #e6e6e6; }

.subject-matter-block .radio {
  width: 33.33%;
  margin: 10px 0 10px; }

.feedback-message-row {
  margin-bottom: -20px !important; }

.field-feedbackcanform-privateinfo {
  margin-bottom: 20px; }

.feedback-btn:disabled {
  opacity: 0.3; }

.file-catcher {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }
  .file-catcher .file-input {
    display: none; }
  .file-catcher .upload-label {
    margin-bottom: 12px;
    color: #172c3e;
    cursor: pointer; }
  .file-catcher .upload-label__inner {
    display: flex;
    align-items: center; }
  .file-catcher .upload-label__ico {
    margin-right: 10px; }
  .file-catcher .upload-label__ico svg {
    fill: #0061af;
    transition: fill .3s; }
  .file-catcher .upload-label:hover .upload-label__ico svg {
    fill: #169ce1; }
  .file-catcher .upload-label__title {
    font-size: 12px;
    text-decoration: underline;
    white-space: nowrap; }
  .file-catcher .file-list-display {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 12px;
    color: #172c3e; }
  .file-catcher .filelist-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 210px;
    margin: 0; }
  .file-catcher .filelist-item__descr {
    display: flex; }
  .file-catcher .filelist-item__remove {
    width: 30px;
    height: 30px;
    padding: 4px;
    margin-left: 14px;
    border: none;
    background-color: #ffffff;
    cursor: pointer; }
  .file-catcher .filelist-item__remove-ico {
    position: relative;
    width: 9px;
    height: 9px; }
  .file-catcher .filelist-item__remove-ico::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    width: 1px;
    background-color: #8493a8;
    margin: auto;
    transform: rotate(45deg); }
  .file-catcher .filelist-item__remove-ico::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    width: 1px;
    background-color: #8493a8;
    margin: auto;
    transform: rotate(-45deg); }
  .file-catcher .filelist-item__remove:hover .filelist-item__remove-ico::before {
    background-color: #172c3e; }
  .file-catcher .filelist-item__remove:hover .filelist-item__remove-ico::after {
    background-color: #172c3e; }
  .file-catcher .filelist-item__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px; }
  .file-catcher .filelist-item__weight {
    margin-left: 14px;
    white-space: nowrap; }
  .file-catcher .upload-validate-msg {
    font-size: 10px;
    color: #e40137; }

@media screen and (max-width: 767px) {
  .file-catcher {
    margin-bottom: 20px; } }

.refund-fields--hidden {
  display: none; }

.field-feedbackform-refund_card label, .field-feedbackform-ipn label {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 6px; }
  .field-feedbackform-refund_card label .card-number__tooltip, .field-feedbackform-ipn label .card-number__tooltip {
    position: relative;
    display: flex;
    align-items: center; }
    .field-feedbackform-refund_card label .card-number__tooltip svg, .field-feedbackform-ipn label .card-number__tooltip svg {
      cursor: pointer;
      width: 16px;
      height: 16px; }
    .field-feedbackform-refund_card label .card-number__tooltip .card-number__tooltip__text, .field-feedbackform-ipn label .card-number__tooltip .card-number__tooltip__text {
      display: none;
      position: absolute;
      left: calc(100% + 8px);
      top: -50%;
      box-shadow: 1px 1px 10px 0 #aaa;
      border-radius: 16px;
      padding: 8px 16px 10px;
      white-space: nowrap;
      color: #333;
      z-index: 5;
      background-color: #fff; }
      @media screen and (max-width: 500px) {
        .field-feedbackform-refund_card label .card-number__tooltip .card-number__tooltip__text, .field-feedbackform-ipn label .card-number__tooltip .card-number__tooltip__text {
          width: 160px;
          white-space: normal; } }
    .field-feedbackform-refund_card label .card-number__tooltip:hover .card-number__tooltip__text,
    .field-feedbackform-refund_card label .card-number__tooltip:focus .card-number__tooltip__text, .field-feedbackform-ipn label .card-number__tooltip:hover .card-number__tooltip__text,
    .field-feedbackform-ipn label .card-number__tooltip:focus .card-number__tooltip__text {
      display: block; }

#refund-fields-2 input {
  margin-bottom: 20px; }

.page-404 {
  padding: 60px 0; }
  .page-404 .logo {
    margin: 0 auto 155px; }
  .page-404-wrapper {
    max-width: 880px;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh; }
    .page-404-wrapper .container {
      padding: 0; }
    .page-404-wrapper .footer {
      border-top: 1px solid #e6e6e6; }
    .page-404-wrapper .footer-copyright-wrapper {
      padding: 15px 0; }

.img-404 {
  width: 269px;
  height: 106px;
  margin: 0 auto 20px; }
  .img-404 img,
  .img-404 svg {
    height: 100%;
    width: 100%; }

.dscr-404 {
  text-align: center;
  line-height: 1.7;
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: 1px solid #e6e6e6; }

.page-500 {
  width: 100%;
  max-width: 800px;
  height: 100vh;
  margin: 0 auto;
  color: #172c3e;
  background-color: #ffffff; }
  @media screen and (max-width: 1024px) {
    .page-500 {
      padding: 0 15px; } }
  .page-500__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    padding-top: 55px; }
    @media screen and (max-width: 769px) {
      .page-500__container {
        padding-top: 30px; } }
  .page-500__logo-wrapper {
    display: flex;
    justify-content: center; }
  .page-500__logo {
    width: 148px;
    height: 38px; }
    @media screen and (max-width: 769px) {
      .page-500__logo {
        width: 117px;
        height: 30px; } }
  .page-500__content {
    margin-bottom: 100px; }
    @media screen and (max-width: 769px) {
      .page-500__content {
        margin-bottom: 30px; } }
  .page-500__message-image {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6; }
    .page-500__message-image img {
      width: 190px;
      height: 129px; }
      @media screen and (max-width: 769px) {
        .page-500__message-image img {
          width: 148px;
          height: 100px; } }
  .page-500__message-text {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    font-size: 14px;
    line-height: 24px;
    text-align: center; }
  .page-500__copyrights {
    display: flex;
    justify-content: space-between;
    padding: 18px 0 20px;
    font-size: 10px;
    line-height: 28px;
    border-top: 1px solid #e6e6e6; }
    @media screen and (max-width: 500px) {
      .page-500__copyrights {
        line-height: 12px; }
        .page-500__copyrights span {
          display: block; } }

.country-profile-form {
  width: 310px;
  max-width: 100%; }

.country-profile-info-block {
  letter-spacing: .52px;
  line-height: 1.7; }
  .country-profile-info-block .row {
    margin: 0  -40px;
    display: flex;
    flex-wrap: wrap; }
  .country-profile-info-block .col {
    padding: 0 40px; }
  .country-profile-info-block .half-col {
    width: 50%; }
  .country-profile-info-block p {
    margin: 0 0 18px; }
    .country-profile-info-block p:last-child {
      margin: 0; }

.country-profile-info-title {
  font-size: 24px;
  margin: 0 0 30px; }

.country-profile-info-header {
  margin: 0 0 30px; }

.country-profile-info-visual {
  position: relative;
  width: 100%;
  padding: 50px 50px 35px;
  background-image: radial-gradient(circle 731px at center, #ffffff 0%, #f5f7f9 100%); }

.country-profile-info-map {
  height: 0;
  padding-bottom: 67%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center; }

.country-profile-info-flag {
  width: 37px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 25px; }

.section-country-profile-choice {
  padding: 0 0 30px; }

.section-country-profile-info {
  padding: 0 0 40px; }

.section-country-profile-services .btn-wr {
  border-top: 1px solid #eceff4;
  padding-top: 30px; }

.order-date-creation {
  font-size: 12px;
  margin: 0 0 50px; }
  .order-date-creation span {
    font-size: 14px;
    color: #0061af;
    font-weight: 700;
    margin: 0 0 0 10px; }

.order-container .tab-context-btm {
  margin: 0 0 30px; }
  .order-container .tab-context-btm:last-child {
    margin: 0; }

.message-content {
  margin: 0 0 15px; }

.order-dscr-block {
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 20px; }

.order-step .ico-wr {
  width: 19px;
  height: 19px;
  margin: 0 10px 0 0;
  border-radius: 50%; }

.finished-order-step .ico-wr {
  background: #0061af url("../img/icon/check_white.svg") center center no-repeat/10px 8px; }

.order-tabs {
  display: flex; }

.order-tab {
  margin: 0 20px 0 0; }
  .order-tab:last-child {
    margin: 0; }
  .order-tab a {
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #a7abb0;
    text-align: center;
    min-height: 40px;
    color: #172c3e;
    padding: 14px 20px 12px;
    display: block;
    transition: color .5s, border .5s; }
  .order-tab.active a {
    color: #0061af;
    border-color: #0061af; }

.order-step-2 .order-context {
  padding: 30px 0 0; }

.departure-input-ico svg,
.departure-input-ico img {
  width: 12px;
  height: 15px; }

.service-select-wrapper {
  margin: 0 0 30px; }

.login-form .login-col {
  padding: 0 20px; }
  .login-form .login-col.half-col {
    max-width: 50%;
    flex-basis: 50%; }

.department-info-block {
  letter-spacing: .18px;
  line-height: 1.7;
  margin: 0 0 20px; }
  .department-info-block .working-item {
    margin: 0 30px 0 0;
    display: block; }
    .department-info-block .working-item:last-child {
      margin: 0; }
  .department-info-block .info-block-col {
    padding: 5px 30px; }
  .department-info-block .info-block-titles {
    min-width: 260px; }
    .department-info-block .info-block-titles .ico-wr {
      width: 35px;
      height: 35px;
      flex: none;
      margin: 0 10px 0 0; }
      .department-info-block .info-block-titles .ico-wr img {
        width: 100%;
        height: 100%; }

.section-department {
  margin: 0 0 20px; }

.department-map {
  min-height: 500px;
  width: 100%;
  position: relative; }

.career-header-dscr {
  line-height: 1.7; }

.career-content-header {
  margin: 0 0 50px; }

.career-form {
  margin: 0 0 30px; }

.career-block {
  margin: 0 0 30px; }
  .career-block:last-child {
    margin-bottom: 0; }

.career-city-header {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #fff;
  background: #8493a8;
  padding: 18px 30px; }
  .career-city-header .ico-wr {
    margin: 0 10px 0 0;
    width: 12px;
    height: 15px; }
    .career-city-header .ico-wr img {
      width: 100%;
      height: 100%;
      display: block; }

.vacation-item {
  border-bottom: 1px solid #cad3df; }
  .vacation-item:last-child {
    border: none; }
  .vacation-item.active .vacation-dscr {
    display: block; }

.vacation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 0; }
  .vacation-header .col1 {
    width: 44.7%;
    padding: 0 15px 0 30px; }
  .vacation-header .col2 {
    padding: 0 15px;
    width: 34.35%; }
  .vacation-header .col3 {
    width: 20.9%;
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
    padding: 0 30px 0 15px; }

.vacation-block .detail-btn {
  display: flex;
  cursor: pointer;
  position: relative;
  padding: 5px 18px 5px 0; }
  .vacation-block .detail-btn:hover .svg-fill {
    fill: #169ce1 !important; }
  .vacation-block .detail-btn .arrow-ico {
    right: 0; }

.vacation-ttl {
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: #0061af; }

.vacation-date {
  color: #8493a8;
  font-size: 11px;
  display: flex;
  align-items: center; }
  .vacation-date .date {
    background: #cad4e0;
    border-radius: 12px;
    padding: 8px;
    margin: 0 0 0 10px;
    color: #172c3e; }

.vacation-dscr {
  padding: 10px 30px 30px;
  display: none; }
  .vacation-dscr-header {
    background: #eceff4;
    min-height: 55px;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    margin: 0 0 30px; }
    .vacation-dscr-header-item {
      display: flex;
      align-items: center;
      padding: 0 20px 0 0;
      margin: 0 20px 0 0;
      border-right: 1px solid #cad4e0;
      min-height: 20px; }
      .vacation-dscr-header-item:last-child {
        padding-right: 0;
        margin: 0;
        border: none; }
      .vacation-dscr-header-item .ico-wr {
        height: 15px;
        width: 15px;
        margin: 0 10px 0 0; }
        .vacation-dscr-header-item .ico-wr img {
          width: 100%;
          height: 100%;
          display: block; }

.field-vacancyform-privateinfo {
  margin-bottom: 25px !important; }

.date-arrival-col {
  margin: 0 40px 0 0; }

.tariffs-block {
  background: #eceff4; }
  .tariffs-block-wr {
    margin: 0 0 50px; }
    .tariffs-block-wr:last-child {
      margin: 0; }

.tariffs-item {
  border-bottom: 1px solid #cad3df;
  position: relative;
  padding: 0 40px; }
  .tariffs-item:last-child {
    border: none; }
    .tariffs-item:last-child:after {
      content: '';
      position: relative;
      background: transparent;
      height: 0;
      width: 0;
      left: 0;
      bottom: 0;
      display: block;
      transition: all .5s; }
  .tariffs-item.active {
    border: none; }
    .tariffs-item.active:last-child:after {
      height: 40px;
      width: 100%; }
    .tariffs-item.active .tariffs-context {
      display: block; }
    .tariffs-item.active .tariffs-header-btn .svg-fill {
      fill: #0061af !important; }
    .tariffs-item.active .arrow-ico svg,
    .tariffs-item.active .arrow-ico img {
      transform: rotate(180deg); }

.tariffs-context {
  display: none;
  background: #fff;
  padding: 20px 0; }
  .tariffs-context-ttl {
    line-height: 1.5; }
  .tariffs-context-item {
    display: flex;
    align-items: center;
    margin: 0 0 20px; }
    .tariffs-context-item:last-child {
      margin: 0; }
    .tariffs-context-item .col1 {
      width: 32%;
      padding: 0 20px 0 40px; }
    .tariffs-context-item .col2 {
      width: 68%;
      padding: 0 40px 0 0; }

.tariffs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.7;
  padding: 20px 0; }
  .tariffs-header .col1 {
    width: 31.9%;
    padding: 0 20px 0 0; }
  .tariffs-header .col2 {
    width: 39.48%;
    padding: 0 20px 0 0; }
  .tariffs-header .col3 {
    width: 22.41%; }
  .tariffs-header .col4 {
    width: 6.2%; }
  .tariffs-header-ttl {
    font-size: 16px;
    font-weight: 700; }
  .tariffs-header-dscr .txt {
    max-width: 309px;
    width: 100%; }
  .tariffs-header-link .download-link .file-txt {
    max-width: 150px;
    overflow-x: hidden;
    text-overflow: ellipsis; }
  .tariffs-header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: calc(30px + 26px);
    height: 30px; }
    .tariffs-header-btn .doc-txt {
      display: none; }
    .tariffs-header-btn .svg-fill {
      fill: #8493a8 !important; }
    .tariffs-header-btn .arrow-ico {
      width: 30px;
      height: 30px; }
      .tariffs-header-btn .arrow-ico svg {
        transform-origin: 50% 50%;
        width: 16px;
        height: 11px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto; }

.tariff-accordion-btn {
  cursor: pointer; }

.tariffs-item:hover {
  background: #d7dade !important;
  transition: 0.5s; }

.section-search-content {
  margin: 0 0 35px; }

.searching-results-header {
  display: flex;
  align-items: center;
  min-height: 56px;
  background: #8493a8;
  padding: 12px 40px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .5px; }
  .searching-results-header .results-count {
    margin: 0 8px 0 0; }

.searching-results-item {
  display: block;
  padding: 20px 40px;
  border-bottom: 1px solid #cad3df; }
  .searching-results-item:last-child {
    border: none;
    padding-bottom: 0; }
  .searching-results-item span {
    display: block; }
  .searching-results-item .btn-more {
    display: inline-block; }
  .searching-results-item .context-ttl {
    display: inline-block; }

.history-context {
  position: relative; }
  .history-context:before {
    width: 1px;
    background: #e6e6e6;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0; }

.history-item {
  margin: 0 0 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  line-height: 1.7;
  position: relative;
  display: flex;
  align-items: center; }
  .history-item:last-child {
    margin: 0; }
  .history-item.active .img-wr:before {
    transform: scale(1.7);
    background: #0061af; }
  .history-item .img-wr {
    margin: 0 40px 0 0;
    max-width: 268px;
    width: 20vw;
    min-width: 200px;
    flex: none;
    position: relative; }
    .history-item .img-wr:before {
      content: '';
      position: absolute;
      left: -45px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #8493a8;
      transform-origin: 50% 50%;
      z-index: 1;
      top: 0;
      bottom: 0;
      margin: auto 0;
      transition: all .5s; }
    .history-item .img-wr img {
      height: auto; }
  .history-item-context .history-dscr {
    max-width: 300px;
    width: 100%; }

.history-date {
  min-width: 150px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #0061af;
  color: #0061af;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin: 0 0 20px;
  line-height: 1.33;
  padding: 0 10px; }

.history-dscr {
  letter-spacing: .3px; }

.section-form-tracking {
  margin: 0 0 40px; }

.section-tracking-results {
  padding: 0 0 30px;
  border-bottom: 1px solid #f2f2f2;
  position: relative; }

.tracking-results-dscr {
  line-height: 1.7; }

.traking-results-output-block {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0; }
  .traking-results-output-block .output-link {
    margin: 0 30px 0 0; }
    .traking-results-output-block .output-link:last-child {
      margin: 0; }

.tracking-widgets-block {
  display: flex;
  flex-wrap: wrap; }

.tracking-widgets-col {
  margin: 40px 40px 0 0;
  min-width: 310px; }

.tracking-widgets-item {
  display: block;
  max-width: 310px;
  width: 100%; }
  .tracking-widgets-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0; }

.tracking-info-block {
  margin: 0 0 40px;
  line-height: 1.7; }
  .tracking-info-block .info-block-col {
    padding: 10px 30px; }
  .tracking-info-block .info-block-titles {
    min-width: 310px; }

.tracking-steps-block {
  margin: 0 0 40px; }
  .tracking-steps-block-inner {
    display: flex;
    justify-content: space-between;
    position: relative; }

.tracking-steps-item {
  font-size: 12px;
  line-height: 1.7;
  width: 100px;
  letter-spacing: .3px;
  position: relative;
  flex-shrink: 0;
  text-align: center; }
  .tracking-steps-item .ico-wr {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #0061af;
    background: #fff;
    padding: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    position: relative; }
    .tracking-steps-item .ico-wr svg {
      flex: none;
      width: 100%;
      height: 100%; }
  .tracking-steps-item.past-step svg {
    fill: #0061af !important; }
  .tracking-steps-item.past-step span {
    color: #0061af; }
  .tracking-steps-item.active-step .ico-wr {
    border: 1px solid #e40137; }
  .tracking-steps-item.active-step span {
    color: #e40137; }
  .tracking-steps-item.active-step svg {
    fill: #e40137 !important; }
  .tracking-steps-item.future-step .ico-wr {
    border: 1px solid #8493a8; }
  .tracking-steps-item.future-step span {
    color: #8493a8; }
  .tracking-steps-item.future-step svg {
    fill: #8493a8 !important; }

.tracking-steps-dscr {
  width: calc(100% + 30px);
  margin-left: -15px; }
  .tracking-steps-dscr span {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    font-weight: 700; }

.tracking-steps-line {
  width: 100%;
  height: 1px;
  background-color: #0061af;
  display: block;
  margin: 50px 0 0; }

.active-step + .tracking-steps-line,
.future-step + .tracking-steps-line {
  background-color: #8493a8; }

.tracking-table .col1 {
  width: 15.46%; }

.tracking-table .col2 {
  width: 13.1%; }

.tracking-table .col3 {
  width: 18.35%; }

.tracking-table .col4 {
  width: 17.11%; }

.tracking-table .col5 {
  width: 12.16%; }

.tracking-table .col6 {
  width: 23.81%; }

.tracking-table-header {
  display: flex;
  background: #0061af;
  color: #fff;
  font-weight: 700;
  letter-spacing: .52px;
  align-items: center;
  padding: 12px 40px; }

.tracking-table-row {
  padding: 3px 40px;
  min-height: 50px;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6; }
  .tracking-table-row:last-child {
    border: none; }

.intro {
  padding: 90px 0; }
  .intro-wrapper {
    max-width: 880px;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh; }
  .intro .container {
    padding: 0; }
  .intro .logo {
    margin: 0 auto 20px; }
  .intro-dscr {
    text-align: center;
    padding-bottom: 24px;
    margin: 0 0 40px;
    line-height: 1.7;
    border-bottom: 1px solid #e6e6e6; }
  .intro .intro-languages {
    display: flex;
    margin: 0 0 20px; }
    .intro .intro-languages-item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      height: 40px;
      margin: 0 10px 0 0;
      font-size: 14px;
      text-transform: uppercase;
      color: #172c3e;
      letter-spacing: 0.35px;
      background: #eceff4;
      border-radius: 20px;
      transition: 0.3s; }
      .intro .intro-languages-item.active {
        color: #fff;
        background: #0061af; }
      .intro .intro-languages-item:last-child {
        margin: 0; }
      .intro .intro-languages-item:hover:not(.active) {
        color: #0061af; }

.intro-region-content {
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #e6e6e6; }

.intro-region-col {
  width: calc(33.33% - 20px); }

.intro-region-title {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5; }

.intro-region-item {
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.35px; }
  .intro-region-item:last-child {
    margin: 0; }
  .intro-region-item:hover .item-header-text {
    color: #0061af; }
  .intro-region-item .item-header {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .intro-region-item .item-header-text {
      transition: 0.3s; }
  .intro-region-item .item-description {
    display: none;
    padding-top: 30px;
    line-height: 1.7; }
    .intro-region-item .item-description .title {
      font-size: 12px;
      margin: 0 0 16px; }
  .intro-region-item .ico-wr {
    width: 37px;
    height: 24px;
    margin: 0 15px 0 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover; }

.section-payment .s-ttl {
  margin: 0 0 40px; }

.payment-tab {
  margin-right: 20px; }
  .payment-tab:last-child {
    margin: 0; }
  .payment-tab a {
    padding-left: 30px;
    padding-right: 30px; }

.card {
  width: 440px;
  height: 275px;
  max-width: 100%;
  border-radius: 15px;
  padding-left: 30px;
  padding-right: 30px; }
  .card input {
    background: #fff; }
  .card input::-webkit-input-placeholder {
    color: #172c3e; }
  .card .form-label {
    margin: 0 0 9px; }

.card-front {
  background-color: #8493a8;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 50px;
  z-index: 1; }
  .card-front .form-label {
    color: #fff; }

.payment-card-block {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6; }
  .payment-card-block-inner {
    position: relative;
    padding-top: 80px;
    padding-left: 195px;
    display: inline-block; }
  .payment-card-block .form-row {
    align-items: flex-end;
    margin: 0 -10px; }
  .payment-card-block .form-col {
    width: 50%;
    padding: 0 10px; }

.card-number {
  margin: 0 0 25px; }

.card-back {
  background-color: #cad3df;
  display: flex;
  justify-content: flex-end;
  padding-top: 56px; }

.card-cvv {
  width: 135px; }

.receipt-block-inner {
  padding: 30px 40px 0 0; }

.receipt-block .form-row {
  margin: 0 -20px;
  align-items: center;
  flex-wrap: wrap; }

.receipt-block .form-col {
  flex: 1 1 0;
  padding: 0 20px; }

.receipt-block .item-inner {
  max-width: 310px;
  width: 100%;
  padding-top: 30px;
  position: relative;
  padding-bottom: 45px; }

.receipt-block .form-label {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0; }

.payment-amount-block,
.billing-weight-block {
  display: flex;
  align-items: center; }

.payment-amount-block {
  margin: 0 40px 0 0; }

.payment-amount-ttl,
.billing-weight-ttl {
  margin: 0 20px 0 0; }

.payment-amount {
  color: #e40137;
  font-size: 32px;
  font-weight: 700; }

.billing-weight {
  color: #0061af;
  font-size: 32px;
  font-weight: 700; }

.money-logos {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 9px auto 0; }

.money-logo {
  margin: 0 15px 0 0;
  height: 36px; }
  .money-logo img {
    max-height: 100%; }
  .money-logo:last-child {
    margin: 0; }

.success-payment-block-wrapper {
  display: none; }
  .success-payment-block-wrapper.show {
    display: block;
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-timing-function: linear; }

.payment-block.hide {
  display: none;
  animation-name: fadeOut;
  animation-duration: .5s;
  animation-timing-function: linear; }

.success-payment-block {
  background: #eceff4;
  padding: 30px; }
  .success-payment-block p {
    margin: 0 0 20px;
    line-height: 1.77; }

.payment-systems {
  display: flex;
  margin: 0 -20px;
  justify-content: center;
  flex-wrap: wrap; }

.payment-systems-col {
  padding: 20px 20px; }

.payment-systems-item {
  width: 166px;
  height: 80px;
  background: #eceff4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; }
  .payment-systems-item img {
    max-height: 100%; }

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  min-height: 80px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4; }
  .faq-header .detail-btn {
    width: 30px;
    height: 30px;
    position: relative;
    flex: none; }
    .faq-header .detail-btn .arrow-ico {
      width: 30px;
      height: 30px; }
      .faq-header .detail-btn .arrow-ico svg {
        transform-origin: 50% 50%;
        width: 16px;
        height: 11px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
    .faq-header .detail-btn .svg-fill {
      fill: #8493a8 !important; }

.faq-context {
  display: none;
  padding: 30px;
  background: #eceff4; }

.faq-item {
  border-bottom: 1px solid #cad3df;
  position: relative; }
  .faq-item:last-child {
    border: none; }
  .faq-item.active {
    border-bottom: 1px solid transparent; }
    .faq-item.active .faq-context {
      display: block; }
    .faq-item.active .detail-btn .svg-fill {
      fill: #0061af !important; }
    .faq-item.active .arrow-ico svg,
    .faq-item.active .arrow-ico img {
      transform: rotate(180deg); }

.common-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  min-height: 50px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0061af; }
  .common-accordion-header .detail-btn {
    width: 30px;
    height: 30px;
    position: relative;
    flex: none; }
    .common-accordion-header .detail-btn .arrow-ico {
      width: 30px;
      height: 30px; }
      .common-accordion-header .detail-btn .arrow-ico svg {
        transform-origin: 50% 50%;
        width: 16px;
        height: 11px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
    .common-accordion-header .detail-btn .svg-fill {
      fill: #8493a8 !important; }

.common-accordion-context {
  display: none;
  padding-top: 15px; }

.common-accordion-item {
  border-bottom: 1px solid #cad3df;
  position: relative; }
  .common-accordion-item:last-child {
    border: none; }
  .common-accordion-item.active .common-accordion-context {
    display: block; }
  .common-accordion-item.active .detail-btn .svg-fill {
    fill: #0061af !important; }
  .common-accordion-item.active .arrow-ico svg,
  .common-accordion-item.active .arrow-ico img {
    transform: rotate(180deg); }

/* lp styles */
.lp-content {
  margin: 0 0 50px; }

.lp-form {
  /* styles for selects */ }
  .lp-form .form-row {
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .lp-form .form-row:last-child {
      margin-bottom: 0; }
  .lp-form .form-label {
    line-height: 1.5; }
  .lp-form .checkbox {
    line-height: 1.5; }
  .lp-form .form-col {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .lp-form .form-col.half-col {
      width: 50%; }
  .lp-form .arrow-ico {
    z-index: 0; }
  .lp-form .select-wrapper {
    background: #eceff4;
    border-radius: 20px; }

.lp-btn {
  max-width: 336px;
  width: 100%; }

/*end lp styles*/
.header .promo-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.promo-page-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .promo-page-site .site-sidebar {
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    display: none; }
  .promo-page-site .sidebar-nav-top {
    display: none; }
  .promo-page-site .sidebar-nav-items {
    display: none; }

.promo-container {
  max-width: calc(1290px + 80px);
  margin: 0 auto;
  padding: 0 40px; }

.promo-header .header-nav-wrapper {
  flex-direction: row;
  align-items: center; }

.promo-header .header-nav-top {
  margin: 0; }

.promo-footer .footer-top-block {
  justify-content: space-between; }

.promo-footer .footer-top-block-item {
  max-width: 310px; }

.promo-page-content {
  line-height: 1.7; }
  .promo-page-content img {
    display: block; }

.promo-top-btn, .promo-new-look-btn, .promo-win-apple-btn {
  padding-left: 60px;
  padding-right: 60px; }

.promo-top {
  color: #172c3a; }
  .promo-top-container {
    display: flex;
    justify-content: space-between; }
  .promo-top-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding: 70px 20px 60px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
    .promo-top-content__inner {
      padding: 25px;
      background-color: rgba(255, 255, 255, 0.8); }
  .promo-top-title {
    max-width: 400px;
    color: #0061af; }
  .promo-top-subtitle {
    font-size: 24px;
    margin: 0 0 32px;
    max-width: 400px;
    width: 100%;
    color: #0061af; }
  .promo-top-description {
    max-width: 400px;
    margin: 0 0 40px; }
    .promo-top-description p {
      margin: 0 0 20px; }
      .promo-top-description p:last-child {
        margin: 0; }
  .promo-top .promo-win-apple-form {
    color: #172c3a; }
    .promo-top .promo-win-apple-form-wrapper {
      width: 50%;
      padding: 70px 40px 60px 40px;
      background-color: #e8edf1; }
    .promo-top .promo-win-apple-form-title span {
      color: #e40137; }
    .promo-top .promo-win-apple-form .form-row {
      margin: 0 -10px 20px;
      flex-wrap: wrap; }
      .promo-top .promo-win-apple-form .form-row:last-child {
        margin-bottom: 0; }
    .promo-top .promo-win-apple-form .form-col {
      padding: 0 10px; }
    .promo-top .promo-win-apple-form .full-col {
      width: 100%; }
    .promo-top .promo-win-apple-form .half-col {
      width: 50%; }
    .promo-top .promo-win-apple-form .input,
    .promo-top .promo-win-apple-form .select2-wrapper,
    .promo-top .promo-win-apple-form .textarea {
      background: #fff;
      color: #172c3a; }
    .promo-top .promo-win-apple-form input::-webkit-input-placeholder,
    .promo-top .promo-win-apple-form textarea::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .promo-top .promo-win-apple-form .form-label {
      font-size: 14px;
      margin: 0 0 5px; }
    .promo-top .promo-win-apple-form .checkbox span {
      top: 0;
      background-color: #fff;
      border-color: #172c3a; }
    .promo-top .promo-win-apple-form .checkbox a {
      color: #172c3a;
      text-decoration: underline; }
    .promo-top .promo-win-apple-form .checkbox input:checked + span:after,
    .promo-top .promo-win-apple-form .checkbox input:checked + label + span:after {
      background-image: url(../img/icon/check.svg); }
    .promo-top .promo-win-apple-form .checkbox input:checked + span,
    .promo-top .promo-win-apple-form .checkbox input:checked + label + span,
    .promo-top .promo-win-apple-form .radio-checked span,
    .promo-top .promo-win-apple-form .radio input:checked + span,
    .promo-top .promo-win-apple-form .radio input:checked + label + span {
      border-color: #172c3a; }
    .promo-top .promo-win-apple-form .arrow-ico .svg-fill {
      fill: #fff !important; }

.promo-new-look {
  overflow: hidden; }
  .promo-new-look-block {
    display: flex;
    flex-wrap: wrap; }
  .promo-new-look-col {
    width: 50%; }
  .promo-new-look-image {
    position: relative;
    top: 100px;
    margin-left: 60px;
    margin-right: 60px; }
    .promo-new-look-image img {
      max-width: 486px;
      width: 100%;
      margin: 0 auto; }
  .promo-new-look-content {
    padding-top: 130px;
    padding-bottom: 60px;
    max-width: 545px; }
  .promo-new-look-title {
    padding-right: 30px; }
    .promo-new-look-title span {
      color: #e40137; }
  .promo-new-look-description {
    margin: 0 0 40px; }

.promo-media-wrapper iframe,
.promo-media-wrapper video {
  max-width: 100%;
  width: 100%;
  height: 46vw;
  max-height: 580px;
  min-height: 235px;
  display: block; }

.promo-celebrate {
  padding-top: 120px;
  padding-bottom: 15px; }
  .promo-celebrate-block {
    text-align: center; }
  .promo-celebrate-content {
    max-width: 645px;
    width: 100%;
    margin: 0 auto 60px; }
  .promo-celebrate-title span {
    color: #e40137; }
  .promo-celebrate-description {
    margin: 0 0 22px; }
  .promo-celebrate-btn {
    color: #fff;
    background: #e40137;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline-block; }
  .promo-celebrate-image img {
    max-width: none;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative; }

@media screen and (max-width: 1199px) {
  .promo-page-site .sidebar-block-wr,
  .promo-page-site .sidebar-app-block {
    margin: 0; }
  .promo-container {
    padding: 0 20px; }
  .promo-header.header {
    min-height: auto; }
    .promo-header.header .worldwide-link.mobile {
      display: none; } }

@media screen and (max-width: 1023px) {
  .promo-top-container {
    flex-direction: column; }
  .promo-top-content {
    width: 100%; }
  .promo-top .promo-win-apple-form-wrapper {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .promo-container {
    padding: 0 15px; }
  .promo-footer .footer-top-block-item {
    max-width: none; }
  .promo-top-subtitle {
    font-size: 18px;
    max-width: 215px;
    margin: 0 0 22px; }
  .promo-top-description {
    font-size: 13px;
    min-width: 230px;
    margin: 0 0 32px; }
    .promo-top-description p {
      margin: 0 0 10px; }
  .promo-top-content {
    padding: 50px 15px 50px 15px; }
  .promo-top .promo-win-apple-form-wrapper {
    padding: 62px 15px 50px 15px; }
  .promo-top .promo-win-apple-form .form-row {
    margin-bottom: 0; }
  .promo-top .promo-win-apple-form .form-col {
    width: 100%;
    margin-bottom: 20px; }
  .promo-new-look-content {
    max-width: none; }
  .promo-new-look-col {
    width: 100%; }
  .promo-new-look-image {
    top: 50px;
    margin-left: 20px;
    margin-right: 20px; }
    .promo-new-look-image img {
      max-width: 320px; }
  .promo-new-look-content {
    padding-top: 0; }
  .promo-new-look-description {
    margin: 0 0 20px; }
  .promo-celebrate {
    padding-top: 60px;
    padding-bottom: 40px; }
    .promo-celebrate-content {
      margin-bottom: 30px; }
  .promo-top-btn, .promo-new-look-btn, .promo-win-apple-btn {
    width: 100%; } }

.promo-centennial {
  display: flex;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .promo-centennial {
      flex-direction: column; } }
  .promo-centennial-image {
    position: fixed;
    width: 50%;
    height: 100vh;
    background: #0056A4; }
    @media screen and (max-width: 1024px) {
      .promo-centennial-image {
        display: none; } }
    @media screen and (max-width: 425px) {
      .promo-centennial-image {
        position: relative;
        width: 100%;
        height: 270px; } }
    .promo-centennial-image img {
      width: 100%;
      height: 100%; }
    .promo-centennial-image-text {
      width: 530px;
      position: absolute;
      bottom: 40px;
      left: 40px;
      font-weight: 700;
      font-size: 42px;
      line-height: 135%;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #F8F9FA; }
      @media screen and (max-width: 1024px) {
        .promo-centennial-image-text {
          bottom: 15px;
          left: 15px;
          width: 340px;
          font-weight: 700;
          font-size: 24px;
          line-height: 135%;
          letter-spacing: 0.02em;
          text-transform: uppercase;
          color: #F8F9FA; } }
  .promo-centennial-form {
    width: 50%;
    margin-left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 98px; }
    @media screen and (max-width: 1024px) {
      .promo-centennial-form {
        width: 100%;
        margin: 50px 0 0 0;
        padding-top: 30px; } }
    .promo-centennial-form-title {
      font-weight: 700;
      font-size: 22px;
      line-height: 135%;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #0056A4;
      margin-bottom: 20px;
      margin-top: 0; }
    .promo-centennial-form .form {
      width: 460px; }
      @media screen and (max-width: 1024px) {
        .promo-centennial-form .form {
          width: 100%;
          background: #F8F9FA;
          padding: 108px 77px; } }
      @media screen and (max-width: 425px) {
        .promo-centennial-form .form {
          width: 100%;
          background: #F8F9FA;
          padding: 20px 15px; } }
    .promo-centennial-form .form-label {
      font-weight: 500;
      font-size: 12px;
      line-height: 109%;
      letter-spacing: 0.01em;
      color: #2361A9;
      margin-bottom: 5px; }
    .promo-centennial-form .form-group {
      margin-bottom: 20px; }
      .promo-centennial-form .form-group .input {
        background: #FFFFFF;
        border: 1px solid #D7D8D9;
        border-radius: 100px; }
    .promo-centennial-form .lp-btn {
      max-width: 100%;
      margin-top: 10px; }
    .promo-centennial-form-info {
      width: 460px; }
      @media screen and (max-width: 1024px) {
        .promo-centennial-form-info {
          width: 100%;
          padding: 108px 77px; } }
      @media screen and (max-width: 425px) {
        .promo-centennial-form-info {
          width: 100%;
          padding: 20px 15px; } }
    .promo-centennial-form-info-title {
      font-weight: 700;
      font-size: 26px;
      line-height: 135%;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #0056A4;
      margin-bottom: 20px; }
      @media screen and (max-width: 1024px) {
        .promo-centennial-form-info-title {
          font-weight: 700;
          font-size: 26px;
          line-height: 135%;
          letter-spacing: 0.02em;
          text-transform: uppercase;
          color: #0056A4;
          margin-bottom: 14px;
          width: 408px; } }
      @media screen and (max-width: 425px) {
        .promo-centennial-form-info-title {
          width: 100%;
          font-weight: 700;
          font-size: 22px;
          line-height: 135%;
          letter-spacing: 0.02em;
          text-transform: uppercase;
          color: #0056A4;
          margin-bottom: 14px; } }
    .promo-centennial-form-info-text {
      font-weight: 500;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0.01em;
      color: #606B77;
      margin-bottom: 20px; }
      @media screen and (max-width: 1024px) {
        .promo-centennial-form-info-text {
          font-weight: 500;
          font-size: 15px;
          line-height: 25px;
          letter-spacing: 0.01em;
          color: #606B77; } }
    .promo-centennial-form-arrow {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 87px;
      margin-bottom: 100px; }
      @media screen and (max-width: 1024px) {
        .promo-centennial-form-arrow {
          display: none; } }

.giveaway-form .df__form-group {
  margin-right: 0 !important; }

.giveaway-form select {
  appearance: none;
  margin-right: 0 !important; }

.portal-page-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px; }

.portal-container {
  max-width: calc(1290px + 80px);
  min-height: 68px;
  margin: 0 auto;
  padding: 0 40px; }

.portal-header .portal-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .portal-header .portal-container a.logo {
    max-width: 140px;
    margin: 0; }
  .portal-header .portal-container .header-nav-wrapper {
    flex-direction: row;
    align-items: center; }
  .portal-header .portal-container .header-nav-top {
    align-items: center;
    margin: 0;
    line-height: 32px; }
    .portal-header .portal-container .header-nav-top .header-language {
      margin-right: 24px;
      font-size: 14px; }
    .portal-header .portal-container .header-nav-top .nav-top-block .nav-top-link {
      margin: 0;
      padding: 0 24px;
      border-left: 1px solid #cad3df;
      cursor: pointer; }
    .portal-header .portal-container .header-nav-top .nav-top-block .nav-top-dscr {
      margin-left: 10px; }
    .portal-header .portal-container .header-nav-top .nav-top-block .country-profile-link {
      margin: 0;
      padding: 0px 24px; }
      .portal-header .portal-container .header-nav-top .nav-top-block .country-profile-link-wrapper {
        display: flex;
        flex-direction: column;
        padding: 0; }
      .portal-header .portal-container .header-nav-top .nav-top-block .country-profile-link .ico-wr {
        width: 15px;
        height: 32px;
        margin: 0; }
      .portal-header .portal-container .header-nav-top .nav-top-block .country-profile-link:hover svg path {
        fill: #169ce1; }
    .portal-header .portal-container .header-nav-top .nav-top-block .phone-link .ico-wr {
      width: 17px;
      height: 32px;
      margin: 0; }
    .portal-header .portal-container .header-nav-top .login-btn {
      margin-right: 12px;
      padding: 12px 24px;
      transition: all 0.3s; }
    .portal-header .portal-container .header-nav-top .register-btn {
      padding: 12px 24px;
      color: #0061af;
      border: 2px solid #0061af;
      background-color: #ffffff;
      transition: all 0.3s; }
      .portal-header .portal-container .header-nav-top .register-btn:hover {
        color: #169ce1;
        border: 2px solid #169ce1; }

.portal-social {
  display: flex;
  align-items: center;
  margin-left: 12px; }
  .portal-social__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #0061af;
    transition: border-color 0.2s; }
    .portal-social__item:first-of-type {
      margin-right: 12px; }
    .portal-social__item path {
      transition: fill 0.2s; }
    .portal-social__item:hover {
      border-color: #169ce1;
      transition: border-color 0.2s; }
      .portal-social__item:hover path {
        fill: #169ce1; }

.portal-btn-wrapper {
  display: flex;
  justify-content: center; }

.portal-select-wrapper .select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  margin: 0 15px 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px; }
  .portal-select-wrapper .select-dropdown:last-child {
    margin-right: 0; }
  .portal-select-wrapper .select-dropdown__button {
    padding: 21px 58px 19px 58px;
    background-color: #ECEFF3;
    color: #616161;
    border: 1px solid transparent;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    text-align: left; }
    .portal-select-wrapper .select-dropdown__button.active {
      background-color: #FFFFFF;
      border: 1px solid #CAD3DF; }
    .portal-select-wrapper .select-dropdown__button:focus {
      outline: none; }
    .portal-select-wrapper .select-dropdown__button .zmdi-chevron-down {
      position: absolute;
      right: 26px;
      top: calc(50% - 4px);
      width: 14px;
      height: 8px;
      background-image: url("../img/portal/chevron-down.svg");
      transition: transform 0.3s; }
      .portal-select-wrapper .select-dropdown__button .zmdi-chevron-down.active {
        transform: rotate(180deg); }
  .portal-select-wrapper .select-dropdown__list {
    position: absolute;
    display: block;
    top: 68px;
    left: 0;
    right: 0;
    max-height: 335px;
    overflow: auto;
    margin: 0;
    padding: 12px 0;
    border: 1px solid #CAD3DF;
    border-radius: 8px;
    background-color: #FFFFFF;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out .3s;
    z-index: 2; }
    .portal-select-wrapper .select-dropdown__list.active {
      opacity: 1;
      pointer-events: auto;
      transform: scale(1, 1); }
  .portal-select-wrapper .select-dropdown__list-item {
    position: relative;
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 12px 24px;
    background: #fff;
    cursor: pointer;
    color: #4D5864;
    text-align: left;
    transition: all ease-in-out .3s; }
    .portal-select-wrapper .select-dropdown__list-item:hover {
      background-color: #ECEFF3;
      color: #4D5864;
      transition: all ease-in-out .3s; }
    .portal-select-wrapper .select-dropdown__list-item-icon {
      display: block;
      width: 30px;
      height: 20px;
      margin-right: 16px; }

.portal-page-content {
  position: relative;
  line-height: 1.7; }
  .portal-page-content img {
    display: block; }

.portal-top-btn, .portal-works-btn {
  padding-left: 24px;
  padding-right: 24px;
  min-width: 200px; }

.portal-overlay {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  opacity: 0.62;
  background-color: #000000;
  display: none;
  transition: all 0.5s; }
  .portal-overlay.overlay-active {
    display: block; }

.portal-location-modal {
  position: absolute;
  top: 75px;
  margin-left: 31px;
  z-index: 10;
  width: 248px;
  background-color: #ffffff;
  filter: drop-shadow(0 1px 8px rgba(22, 58, 87, 0.4));
  transform: translateX(-50%);
  display: none; }
  .portal-location-modal.modal-active {
    display: block; }
  .portal-location-modal::before {
    position: absolute;
    content: "";
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 0;
    border-bottom: 8px solid #ffffff;
    transform: translateX(-50%); }
  .portal-location-modal a.portal-location-modal-btn {
    color: #ffffff;
    width: 200px; }
  .portal-location-modal-link {
    justify-content: center; }
  .portal-location-modal-content {
    padding: 24px 21px; }
    .portal-location-modal-content .location-action {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 24px;
      border-bottom: 1px solid #cad3df; }
    .portal-location-modal-content .location-current {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 24px;
      padding-bottom: 24px;
      border-bottom: 1px solid #cad3df; }
      .portal-location-modal-content .location-current-title {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #0061af; }
    .portal-location-modal-content .location-choose {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 24px; }
      .portal-location-modal-content .location-choose-title {
        margin-bottom: 24px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #0061af; }
      .portal-location-modal-content .location-choose-list {
        margin: 0 0 8px;
        text-align: center;
        list-style: none;
        font-size: 14px;
        line-height: 1.71;
        color: #162b3e; }
      .portal-location-modal-content .location-choose-item {
        margin-bottom: 16px; }
      .portal-location-modal-content .location-choose-link {
        font-size: 14px;
        line-height: 1.71;
        text-align: center;
        color: #162b3e;
        text-decoration: underline;
        text-decoration-color: transparent;
        transition: all 0.3s; }
        .portal-location-modal-content .location-choose-link:hover {
          color: #169ce1;
          text-decoration-color: #169ce1; }

.portal-top {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #EDEFF4; }
  .portal-top-slider {
    position: absolute;
    width: 100%;
    min-height: 600px;
    background-color: #0a6aa1; }
    .portal-top-slider .swiper-container {
      width: 100%;
      height: 600px; }
      .portal-top-slider .swiper-container .swiper-slide {
        display: flex;
        background-position: center;
        background-size: cover; }
        .portal-top-slider .swiper-container .swiper-slide .slide-inner-wrapper {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
          width: 100%; }
        .portal-top-slider .swiper-container .swiper-slide .slide-inner {
          max-width: 478px;
          padding: 25px;
          background: rgba(255, 255, 255, 0.9); }
        .portal-top-slider .swiper-container .swiper-slide .slide-title {
          margin-bottom: 28px;
          font-size: 28px;
          color: #0061af; }
        .portal-top-slider .swiper-container .swiper-slide .slide-description {
          margin-bottom: 32px;
          font-size: 14px;
          line-height: 1.5;
          color: #162b3e; }
        .portal-top-slider .swiper-container .swiper-slide .slide-btn {
          display: flex;
          min-width: 200px;
          max-width: fit-content;
          padding: 0 24px; }
          .portal-top-slider .swiper-container .swiper-slide .slide-btn-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: flex-end; }
      .portal-top-slider .swiper-container .pagination-wrapper {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .portal-top-slider .swiper-container .pagination-wrapper .swiper-arr {
          width: 10px;
          height: 16px;
          margin-left: 10px;
          margin-right: 10px;
          cursor: pointer; }
          .portal-top-slider .swiper-container .pagination-wrapper .swiper-arr-prev svg {
            transform: rotate(180deg); }
          .portal-top-slider .swiper-container .pagination-wrapper .swiper-arr svg {
            fill: #cad3df;
            transition: fill 0.3s; }
          .portal-top-slider .swiper-container .pagination-wrapper .swiper-arr:hover > svg {
            fill: #0061af; }
        .portal-top-slider .swiper-container .pagination-wrapper .swiper-pagination {
          position: relative;
          text-align: left; }
          .portal-top-slider .swiper-container .pagination-wrapper .swiper-pagination-bullet {
            margin: 0 4px;
            background-color: #cad3df;
            transition: background-color 0.3s; }
            .portal-top-slider .swiper-container .pagination-wrapper .swiper-pagination-bullet-active {
              background-color: #0061af; }
  .portal-top-context {
    position: relative;
    width: 100%; }
  .portal-top-content {
    max-width: 474px;
    width: 100%;
    margin-left: auto;
    padding-top: 0; }
    .portal-top-content-inner {
      position: relative;
      z-index: 3;
      min-height: 600px;
      height: 700px;
      overflow-y: scroll;
      background: #ffffff;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .portal-top-content-inner::-webkit-scrollbar {
        width: 0;
        background: transparent; }

.portal-works {
  padding: 48px 0 48px;
  color: #0061af;
  font-weight: 600;
  background-color: #EDEFF4; }
  .portal-works-title {
    margin: 0 0 30px; }
    .portal-works-title span {
      display: block;
      font-size: 40px;
      color: #e40137;
      margin: 0 0 8px; }
  .portal-works-item {
    position: relative;
    flex-grow: 1;
    flex-basis: 20%;
    min-width: 140px;
    margin-right: 20px; }
    .portal-works-item:last-child {
      margin: 0; }
      .portal-works-item:last-child .portal-works-ico::after {
        display: none; }
  .portal-works-list {
    display: flex;
    justify-content: space-between;
    counter-reset: item-count;
    margin: 0; }
  .portal-works-ico {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 0 32px; }
    .portal-works-ico img {
      width: 80px;
      height: 80px;
      margin-right: 20px; }
    .portal-works-ico svg {
      display: block;
      height: auto; }
    .portal-works-ico::after {
      content: "";
      flex-grow: 1;
      height: 37px;
      width: auto;
      min-width: 20px;
      border-bottom: 1px dashed #0061af; }
  .portal-works-description {
    max-width: 220px; }
  .portal-works-btn {
    display: flex;
    max-width: fit-content;
    padding: 0 24px;
    margin: 0 auto; }

.portal-benefits {
  padding: 48px 0 48px;
  color: #0061af;
  font-weight: 600;
  background-color: #EDEFF4; }
  .portal-benefits-title {
    margin: 0 0 56px; }
  .portal-benefits-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
  .portal-benefits-item {
    max-width: 373px;
    padding: 40px 32px 32px;
    background-color: #ffffff; }
    .portal-benefits-item .benefits-icon {
      display: flex;
      align-items: center;
      width: 80px;
      height: 72px;
      margin-bottom: 31px; }
    .portal-benefits-item .benefits-title {
      margin-bottom: 24px;
      font-size: 16px;
      font-weight: bold;
      color: #0061af; }
    .portal-benefits-item .benefits-description {
      font-size: 14px;
      font-weight: normal;
      line-height: 1.71;
      color: #162b3e; }
  .portal-benefits-btn {
    display: flex;
    max-width: fit-content;
    padding: 0 24px;
    margin: 0 auto; }

.portal-delivery {
  padding: 48px 0 48px;
  color: #0061af;
  font-weight: 600;
  background-color: #FFFFFF; }
  .portal-delivery-title {
    margin: 0 0 24px; }
  .portal-delivery-note {
    margin: 0 0 32px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #162B3E; }
  .portal-delivery-wrapper {
    display: flex;
    justify-content: space-between; }
  .portal-delivery-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 475px; }
  .portal-delivery-group {
    margin-bottom: 32px; }
    .portal-delivery-group-title {
      margin-bottom: 24px;
      font-weight: bold;
      font-size: 16px;
      line-height: 20px;
      color: #E40137; }
  .portal-delivery-separator {
    width: 1px;
    height: 282px;
    background-color: #cad3df; }
  .portal-delivery-media-wrapper {
    width: 575px;
    height: 285px; }
    .portal-delivery-media-wrapper iframe,
    .portal-delivery-media-wrapper video {
      max-width: 100%;
      width: 100%;
      height: 285px;
      display: block; }

.portal-faq {
  padding: 1px 0 16px;
  color: #0061af;
  font-weight: 600;
  background-color: #FFFFFF; }
  .portal-faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 32px;
    padding: 32px;
    background-color: #ECEFF4;
    cursor: pointer; }
    .portal-faq-title::after {
      content: "";
      display: block;
      width: 14px;
      height: 8px;
      background-image: url("../img/portal/chevron-down.svg");
      transition: transform 0.3s;
      transform-origin: 50% 50%; }
    .portal-faq-title.active::after {
      transform: rotate(180deg); }
  .portal-faq-content {
    display: none; }
    .portal-faq-content .portal-accordeon-container .portal-accordeon-item {
      padding: 24px 16px 23px 48px;
      border-bottom: 1px solid #CAD3DF;
      transition: border 0.3s; }
      .portal-faq-content .portal-accordeon-container .portal-accordeon-item:last-of-type {
        border-bottom: none; }
      .portal-faq-content .portal-accordeon-container .portal-accordeon-item-header {
        position: relative;
        padding-right: 16px;
        cursor: pointer; }
      .portal-faq-content .portal-accordeon-container .portal-accordeon-item-icon {
        position: absolute;
        top: calc(50% - 4px);
        right: 0; }
        .portal-faq-content .portal-accordeon-container .portal-accordeon-item-icon svg {
          position: relative;
          display: block;
          width: 14px;
          height: 8px;
          transition: transform 0.3s;
          transform-origin: 50% 50%; }
      .portal-faq-content .portal-accordeon-container .portal-accordeon-item-description {
        padding-top: 0;
        margin-right: 30px;
        box-sizing: border-box;
        overflow: auto;
        transition: max-height .3s, padding-top .3s;
        max-height: 0;
        font-size: 14px;
        line-height: 24px;
        font-weight: normal;
        color: #162B3E; }
      .portal-faq-content .portal-accordeon-container .portal-accordeon-item-title {
        position: relative;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        color: #0061AF;
        transition: color 0.3s; }
        .portal-faq-content .portal-accordeon-container .portal-accordeon-item-title::before {
          position: absolute;
          content: "";
          top: calc(50% - 4px);
          left: -16px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #E40137; }
      .portal-faq-content .portal-accordeon-container .portal-accordeon-item.portal-accordeon-item_active .portal-accordeon-item-icon svg {
        transform: rotate(180deg); }
      .portal-faq-content .portal-accordeon-container .portal-accordeon-item.portal-accordeon-item_active .portal-accordeon-item-description {
        max-height: 700px;
        padding-top: 15px;
        transition: max-height .3s, padding-top .3s; }
  .portal-faq-title.active + .portal-faq-content {
    display: block; }

.portal-footer {
  padding: 32px 0 16px;
  color: #162b3e;
  border-top: 1px solid #cad3df;
  font-size: 14px;
  line-height: 1.7; }
  .portal-footer__btn {
    width: 100%;
    font-size: 14px; }
  .portal-footer__textfield {
    width: 100%;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 20px;
    background-color: #eceff3;
    font-size: 12px; }
  .portal-footer__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 23px; }
  .portal-footer__subtitle {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #0061af; }
  .portal-footer__links {
    flex-grow: 1; }
  .portal-footer__nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px; }
    .portal-footer__nav-link {
      display: block;
      color: #162b3e;
      padding: 6px 0 6px;
      text-decoration: underline;
      text-decoration-color: transparent;
      transition: all 0.2s; }
      .portal-footer__nav-link:hover {
        color: #169ce1;
        text-decoration-color: #169ce1; }
      .portal-footer__nav-link:active {
        color: #e60033;
        text-decoration-color: #e60033; }
  .portal-footer__social {
    margin: 0; }
  .portal-footer__subscribe {
    flex-grow: 1; }
    .portal-footer__subscribe-wrapper {
      display: flex;
      justify-content: space-between; }
    .portal-footer__subscribe-text {
      max-width: 373px;
      margin-bottom: 16px; }
    .portal-footer__subscribe-language {
      display: flex;
      flex-direction: row; }
      .portal-footer__subscribe-language .footer-language-description {
        margin-right: 8px; }
      .portal-footer__subscribe-language .footer-language-wrapper {
        position: relative; }
    .portal-footer__subscribe-form {
      width: 271px; }
  .portal-footer .subscribe-form .arrow-ico {
    right: 0; }
  .portal-footer .subscribe-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0 0;
    margin: 0 0 0 5px;
    color: #0061af;
    text-decoration: underline;
    height: auto; }
  .portal-footer .subscribe-form .select2-container .select2-selection--single {
    height: auto;
    border-radius: 0; }
  .portal-footer .subscribe-form .select2-container--open .select2-dropdown--below {
    margin-top: 0; }
  .portal-footer .subscribe-form .select2-container--open .select2-dropdown--above,
  .portal-footer .subscribe-form .select2-container--open .select2-dropdown--below {
    border-radius: 0; }
  .portal-footer__bottom {
    display: flex;
    justify-content: space-between; }
    .portal-footer__bottom p, .portal-footer__bottom a {
      font-size: 12px;
      line-height: 2; }
  .portal-footer__developed {
    display: block;
    color: #162b3e;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.2s; }
    .portal-footer__developed:hover {
      color: #169ce1;
      text-decoration-color: #169ce1; }
    .portal-footer__developed:active {
      color: #e60033;
      text-decoration-color: #e60033; }

.portal-altfooter {
  padding: 32px 0 32px;
  color: #162b3e;
  border-top: 1px solid #cad3df;
  font-size: 14px;
  line-height: 1.7; }
  .portal-altfooter .portal-container {
    min-height: 20px; }
  .portal-altfooter__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .portal-altfooter__link {
    margin-right: 16px;
    margin-left: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #0061af;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.2s; }
    .portal-altfooter__link:hover {
      color: #169ce1;
      text-decoration-color: #169ce1; }
    .portal-altfooter__link:active {
      color: #e60033;
      text-decoration-color: #e60033; }

.portal-footer {
  display: none; }

.portal-links {
  padding-top: 35px;
  padding-bottom: 34px;
  background-color: #eceff4; }

.portal-links ul {
  display: flex;
  justify-content: center; }

.portal-links a {
  display: block;
  margin: 0 24px;
  font-size: 16px;
  color: #0061af;
  font-weight: 600;
  transition: 0.3s; }

.portal-links a:hover {
  color: #169ce1; }

.portal-sidebar {
  position: fixed;
  right: 0;
  top: 68px !important;
  z-index: 9 !important;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 24px 60px;
  background-color: #fff;
  border-top: 1px solid #cad3df; }
  .portal-sidebar.open {
    display: block; }
  .portal-sidebar .portal-sidebar-inner {
    display: flex;
    flex-direction: column;
    padding: 0; }
    .portal-sidebar .portal-sidebar-inner .sidebar-login-wr {
      padding: 40px 0 40px;
      border-bottom: 1px solid #cad3df; }
    .portal-sidebar .portal-sidebar-inner .sidebar-login-descr {
      margin-bottom: 24px;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      color: #0061af; }
    .portal-sidebar .portal-sidebar-inner .sidebar-login-action {
      display: flex;
      flex-direction: column; }
    .portal-sidebar .portal-sidebar-inner .sidebar-register-btn {
      color: #0061af;
      background-color: #ffffff;
      border: 2px solid #0061af;
      transition: all 0.3s; }
      .portal-sidebar .portal-sidebar-inner .sidebar-register-btn:hover {
        color: #169ce1;
        border: 2px solid #169ce1; }
    .portal-sidebar .portal-sidebar-inner .sidebar-nav-btm {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      min-height: 140px;
      margin-top: 40px; }
    .portal-sidebar .portal-sidebar-inner .sidebar-social {
      display: flex; }
      .portal-sidebar .portal-sidebar-inner .sidebar-social .portal-social__item:first-of-type {
        margin-right: 24px; }
    .portal-sidebar .portal-sidebar-inner .sidebar-language {
      margin-top: 7px;
      font-size: 14px; }

@media screen and (max-width: 1199px) {
  .portal-page-site .sidebar-block-wr,
  .portal-page-site .sidebar-app-block {
    margin: 0; }
  .portal-container {
    padding: 0 20px; }
  .portal-header {
    min-height: auto !important; }
  .portal-benefits-item {
    padding: 32px 24px 32px;
    margin-right: 20px; }
    .portal-benefits-item:last-of-type {
      margin-right: 0; }
  .portal-delivery-separator {
    height: 255px; }
  .portal-delivery-media-wrapper {
    width: 500px;
    height: 255px; }
    .portal-delivery-media-wrapper iframe,
    .portal-delivery-media-wrapper video {
      height: 255px; } }

@media screen and (max-width: 1024px) {
  .portal-top .portal-top-content {
    margin-right: auto;
    padding-top: 542px; }
  .portal-top .swiper-container .swiper-slide .slide-inner-wrapper {
    justify-content: flex-start;
    padding-top: 32px; }
  .portal-benefits-title {
    margin: 0 0 40px; }
  .portal-benefits-list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px; }
  .portal-benefits-item {
    margin-right: 0;
    margin-bottom: 24px; }
  .portal-works-title {
    margin-bottom: 48px; }
  .portal-delivery-wrapper {
    flex-direction: column;
    align-items: center; }
  .portal-delivery-content {
    width: 100%; }
  .portal-delivery-separator {
    display: none; }
  .portal-delivery-media-wrapper {
    width: 575px;
    height: 285px; }
    .portal-delivery-media-wrapper iframe,
    .portal-delivery-media-wrapper video {
      height: 285px; } }

@media screen and (max-width: 991px) {
  .portal-works-list {
    flex-direction: column;
    align-items: flex-start; }
  .portal-works-item {
    display: flex;
    justify-content: flex-start;
    width: 100%; }
  .portal-works-ico {
    flex-direction: column;
    width: 80px;
    min-width: 80px;
    margin: 0 20px 20px 0; }
    .portal-works-ico img {
      margin-right: 0;
      margin-bottom: 20px; }
    .portal-works-ico::after {
      width: 37px;
      height: 50px;
      min-height: 20px;
      border-bottom: none;
      border-right: 1px dashed #0061af; }
  .portal-works-description {
    flex-grow: 1; }
  .portal-footer__subtitle {
    margin-bottom: 16px; }
  .portal-footer__links {
    flex-grow: 0;
    margin-bottom: 36px; }
  .portal-footer__subscribe {
    flex-grow: 0; }
    .portal-footer__subscribe-column {
      margin-bottom: 24px; }
    .portal-footer__subscribe-wrapper {
      flex-direction: column; }
  .portal-altfooter__content {
    flex-direction: column;
    align-items: center; }
  .portal-altfooter__link {
    margin-bottom: 16px; } }

@media screen and (max-width: 767px) {
  .portal-top .swiper-container .swiper-slide .slide-btn-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start; }
  .portal-top .swiper-container .swiper-slide .pagination-wrapper {
    margin-bottom: 20px; }
  .portal-select-wrapper .select-dropdown__button {
    padding: 14px 58px 14px 32px; }
  .portal-select-wrapper .select-dropdown__list {
    top: 58px; }
  .portal-container {
    padding: 0 15px; }
  .portal-location-modal {
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100vh;
    margin-top: 68px;
    margin-left: 0;
    transform: translateX(0%);
    filter: none;
    border-top: 1px solid #cad3df; }
    .portal-location-modal-sidebar {
      margin-top: 73px; }
    .portal-location-modal::before {
      content: none; }
    .portal-location-modal a.portal-location-modal-btn {
      width: 100%; }
    .portal-location-modal-content {
      padding: 65px 56px 64px; }
  .portal-header .portal-container .header-nav-top {
    padding: 0; }
    .portal-header .portal-container .header-nav-top .header-language {
      display: none; }
    .portal-header .portal-container .header-nav-top .nav-top-block {
      display: flex; }
      .portal-header .portal-container .header-nav-top .nav-top-block .nav-top-link {
        border-left: none;
        border-right: 1px solid #cad3df; }
    .portal-header .portal-container .header-nav-top .login-btn {
      display: none; }
    .portal-header .portal-container .header-nav-top .register-btn {
      display: none; }
    .portal-header .portal-container .header-nav-top .burger-wrapper {
      margin-left: 0;
      padding-left: 15px; }
      .portal-header .portal-container .header-nav-top .burger-wrapper::before {
        content: none;
        display: none; }
      .portal-header .portal-container .header-nav-top .burger-wrapper .burger:hover span {
        background-color: #169ce1; }
      .portal-header .portal-container .header-nav-top .burger-wrapper .burger.active span:nth-child(1) {
        transform: translate(-40%, -11px) rotate(45deg);
        transform-origin: left; }
      .portal-header .portal-container .header-nav-top .burger-wrapper .burger.active span:nth-child(2) {
        opacity: 0; }
      .portal-header .portal-container .header-nav-top .burger-wrapper .burger.active span:nth-child(3) {
        transform: translate(-40%, -11px) rotate(-45deg);
        transform-origin: left; }
    .portal-header .portal-container .header-nav-top .portal-social {
      display: none; }
  .portal-top .swiper-container .swiper-slide .slide-title {
    font-size: 24px; }
  .portal-top .swiper-container .swiper-slide .slide-description {
    font-size: 14px;
    line-height: 1.71; }
  .portal-delivery-title {
    font-size: 24px; }
  .portal-delivery-media {
    width: 100%; }
    .portal-delivery-media-wrapper {
      width: 100%; }
  .portal-benefits-title {
    font-size: 24px; }
  .portal-works-title {
    font-size: 24px; }
  .portal-works-btn {
    width: 100%;
    max-width: none; }
  .portal-faq-title {
    font-size: 24px; }
  .portal-footer__content {
    flex-direction: column; } }

@media screen and (max-width: 500px) {
  .portal-delivery-media-wrapper {
    height: 240px; }
    .portal-delivery-media-wrapper iframe,
    .portal-delivery-media-wrapper video {
      height: 240px; }
  .portal-footer__subscribe-text {
    max-width: 100%; }
  .portal-footer__subscribe-language {
    justify-content: space-between; }
  .portal-footer__subscribe-form {
    width: 100%; }
  .portal-footer__bottom {
    flex-direction: column; } }

@keyframes moveSlideshow-1 {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(-1930px); } }

@-webkit-keyframes moveSlideshow-1 {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(-1930px); } }

.s-nav-content .c-cargo-tabs {
  display: flex;
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #a7aaaf; }
  .s-nav-content .c-cargo-tabs__item {
    position: relative;
    padding: 18px 18px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease; }
    .s-nav-content .c-cargo-tabs__item::after {
      position: absolute;
      content: "";
      bottom: 0;
      width: 0;
      height: 4px;
      background-color: #0061af;
      transition: width 0.3s ease; }
    .s-nav-content .c-cargo-tabs__item:first-child::after {
      left: auto;
      right: 0; }
    .s-nav-content .c-cargo-tabs__item:last-child::after {
      left: 0;
      right: auto; }
    .s-nav-content .c-cargo-tabs__item.c-cargo-tabs__item--active {
      font-weight: 700;
      color: #0061af; }
      .s-nav-content .c-cargo-tabs__item.c-cargo-tabs__item--active::after {
        width: 100%; }

.s-nav-content .c-cargo-form {
  display: none; }
  .s-nav-content .c-cargo-form--active {
    display: block; }

.s-nav-content .cargo-form-btn--mt0 {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .s-nav-content .c-cargo-tabs__item {
    width: 50%;
    text-align: center; } }

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

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.afterpay-hint {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  vertical-align: bottom; }
  .afterpay-hint__icon {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 11px;
    color: #4d5864;
    background-color: #eceff4;
    border-radius: 50%;
    cursor: pointer; }
    .afterpay-hint__icon:hover ~ .afterpay-hint__text {
      opacity: 1; }
  .afterpay-hint__text {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    width: 260px;
    padding: 8px;
    font-size: 11px;
    line-height: 1.25;
    color: #4d5864;
    background-color: white;
    border-radius: 2px;
    box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }

.transfer-calc-widget#transfer-calc-widget {
  margin-bottom: 40px; }
  .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__wrapper {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__steps {
    display: flex;
    flex-direction: column;
    gap: 64px; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__steps .steps-item {
      position: relative;
      display: flex;
      gap: 22px;
      align-items: center; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__steps .steps-item:last-child .steps-item__icon::after {
        display: none;
        content: none; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__steps .steps-item__icon {
        position: relative;
        width: 52px;
        height: 52px;
        background-repeat: no-repeat;
        background-position: center; }
        .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__steps .steps-item__icon--step1 {
          background-image: url("../img/icon/transfer-calc-widget/perekaz24-step1.svg"); }
        .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__steps .steps-item__icon--step2 {
          background-image: url("../img/icon/transfer-calc-widget/perekaz24-step2.svg"); }
        .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__steps .steps-item__icon--step3 {
          background-image: url("../img/icon/transfer-calc-widget/perekaz24-step3.svg"); }
        .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__steps .steps-item__icon::after {
          position: absolute;
          top: 60px;
          left: 25px;
          content: '';
          width: 2px;
          height: 56px;
          background-color: #0061af;
          opacity: 0.32; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__steps .steps-item__content {
        max-width: 208px;
        font-size: 14px;
        line-height: 24px; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__steps .steps-item__title {
        color: #0060af;
        font-weight: 700; }
  .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator {
    max-width: 420px; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator *, .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator *:before, .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator *:after {
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      outline: none;
      box-sizing: border-box; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator {
      width: 100%;
      color: #232323;
      font-size: 14px;
      line-height: 1.22;
      padding: 36px 36px 28px;
      border-radius: 18px;
      background: #FFF;
      box-shadow: -30px 30px 200px rgba(40, 40, 40, 0.11); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row {
      margin: 19px 0 0; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row:first-child {
      margin: 0; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row-title {
      margin: 0 0 11px;
      font-size: 14px;
      font-weight: 500; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row-content {
      display: flex;
      height: 73px;
      padding: 10px 37px 10px 30px;
      background: #F5F5F5;
      border-radius: 10px; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row-input {
      flex-grow: 1;
      display: block;
      font-size: 23px;
      font-weight: bold;
      line-height: 1;
      background: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: textfield; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row-select {
      flex-shrink: 0;
      position: relative;
      border-left: 1px solid #E4E4E4; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row-select i {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row-select select {
      position: relative;
      z-index: 1;
      width: 137px;
      height: 100%;
      padding: 0 20px 0 45px;
      font-size: 19px;
      font-weight: bold;
      background: none;
      border: none;
      outline: none; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row-select:after {
      display: block;
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      width: 19px;
      height: 19px;
      background-size: contain;
      transform: translateY(-50%); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__list {
      margin: 40px 0 0;
      font-size: 14px;
      list-style: none; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__list li {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding: 11px 0; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__list li:before {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: auto;
      bottom: 11px;
      width: 100%;
      height: 1px;
      background: #E4E4E4; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__list p {
      position: relative; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__list p:first-child span {
      padding-right: 8px;
      background: #FFF; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__list p:last-child {
      flex-shrink: 0;
      padding-left: 8px;
      text-align: right;
      background-color: #FFF; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__list strong {
      display: inline-block;
      margin: 0 8px 0 0;
      color: #232323; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__list i {
      position: relative;
      z-index: 2;
      cursor: help; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__list i span {
      position: absolute;
      z-index: 2;
      right: 0;
      top: 100%;
      width: 300px;
      padding: 5px 10px;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      color: #FFF;
      text-align: left;
      background: #0061AF;
      border-radius: 4px;
      opacity: 0;
      visibility: hidden;
      transform: translateX(10px); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__list i:hover span {
      opacity: 1;
      visibility: visible;
      transform: translateX(0); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__button {
      margin: 59px auto 0;
      width: 100%;
      max-width: 320px; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__button::after {
        display: none;
        content: ''; }
    @media (max-width: 1599px) {
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row-content {
        height: 60px;
        padding: 10px 20px; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row-select i {
        left: 10px; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row-select select {
        width: 120px;
        padding-left: 35px; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__list {
        margin-top: 20px; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__button {
        margin-top: 20px; } }
    @media (max-width: 1199px) {
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__button {
        max-width: none; } }
    @media (max-width: 575px) {
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator {
        padding: 16px 16px 28px; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row-content {
        height: 46px; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row-input {
        font-size: 16px; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__row-select select {
        width: 95px;
        font-size: 12px; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__list {
        margin-top: 10px;
        font-size: 12px; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__list i span {
        width: 200px; }
      .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .calculator__button {
        margin-top: 10px; } }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator .button-3 {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 73px;
      padding: 0 30px;
      font-size: 15px;
      font-weight: bold;
      line-height: 1;
      color: #FFF !important;
      text-decoration: none !important;
      text-transform: uppercase;
      text-align: center;
      border: 2px solid #E60033;
      border-radius: 37px;
      cursor: pointer;
      background: #E60033;
      overflow: hidden; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon {
      flex-shrink: 0;
      display: inline-block;
      vertical-align: top;
      background-position: center;
      background-repeat: no-repeat; }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon.icon_arrow-right-1 {
      width: 19px;
      height: 19px;
      background-image: url("../img/icon/transfer-calc-widget/icon-arrow-right-1.svg"); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon.icon_info-1 {
      width: 18px;
      height: 18px;
      background-image: url("../img/icon/transfer-calc-widget/icon-info-1.svg"); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon.icon_currency-usd-1 {
      width: 19px;
      height: 19px;
      background-image: url("../img/icon/transfer-calc-widget/icon-currency-usd-1.svg"); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon.icon_currency-uah-1 {
      width: 19px;
      height: 19px;
      background-image: url("../img/icon/transfer-calc-widget/icon-currency-uah-1.svg"); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon.icon_currency-cad-1 {
      width: 19px;
      height: 19px;
      background-image: url("../img/icon/transfer-calc-widget/icon-currency-cad-1.svg"); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon.icon_currency-czk-1 {
      width: 19px;
      height: 19px;
      background-image: url("../img/icon/transfer-calc-widget/icon-currency-czk-1.svg"); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon.icon_currency-eur-1 {
      width: 19px;
      height: 19px;
      background-image: url("../img/icon/transfer-calc-widget/icon-currency-eur-1.svg"); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon.icon_currency-gbp-1 {
      width: 19px;
      height: 19px;
      background-image: url("../img/icon/transfer-calc-widget/icon-currency-gbp-1.svg"); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon.icon_currency-huf-1 {
      width: 19px;
      height: 19px;
      background-image: url("../img/icon/transfer-calc-widget/icon-currency-huf-1.svg"); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon.icon_currency-ils-1 {
      width: 19px;
      height: 19px;
      background-image: url("../img/icon/transfer-calc-widget/icon-currency-ils-1.svg"); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon.icon_currency-nok-1 {
      width: 19px;
      height: 19px;
      background-image: url("../img/icon/transfer-calc-widget/icon-currency-nok-1.svg"); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon.icon_currency-pln-1 {
      width: 19px;
      height: 19px;
      background-image: url("../img/icon/transfer-calc-widget/icon-currency-pln-1.svg"); }
    .transfer-calc-widget#transfer-calc-widget .transfer-calc-widget__calculator i.icon.icon_currency-rub-1 {
      width: 19px;
      height: 19px;
      background-image: url("../img/icon/transfer-calc-widget/icon-currency-rub-1.svg"); }

@media screen and (max-width: 1199px) {
  .parcel-track-page {
    width: calc(100% - 275px); } }

@media screen and (max-width: 767px) {
  .parcel-track-page {
    width: 100%; } }

.alert {
  display: flex;
  align-items: center;
  background-color: #ECEFF4;
  padding: 20px 20px;
  border-left: 5px solid #0061AF;
  font-size: 16px;
  color: #3C85C1;
  margin-bottom: 15px; }
  .alert-icon {
    border-radius: 100%;
    background-color: #E40138;
    color: #fff;
    padding: 1px 8px;
    font-weight: bold;
    margin-right: 10px; }
  .alert b, .alert strong {
    font-weight: bold;
    color: #0061AF; }

.shop-container {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .shop-container .checkbox label {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: rgba(27, 43, 60, 0.7); }
  .shop-container .checkbox span {
    top: 2px; }

.shop-header {
  width: 100%;
  height: 320px;
  padding: 48px 50px;
  position: relative;
  background-image: url("/images/content_img/shop_header.jpg");
  background-size: cover;
  background-position: 30% 0; }
  @media screen and (max-width: 1024px) {
    .shop-header {
      background-position: 37% 0;
      padding-top: 62px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 768px) {
    .shop-header {
      height: 495px;
      padding: 0;
      background-color: #fff;
      background-image: none; } }
  @media screen and (max-width: 425px) {
    .shop-header {
      background-image: none;
      background-color: #fff;
      padding: 0;
      height: 391px; } }
  .shop-header-mobile-img {
    background-image: url("/images/content_img/shop_header.jpg");
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .shop-header-mobile-img {
        height: 300px;
        background-position: 60% 0; } }
    @media screen and (max-width: 425px) {
      .shop-header-mobile-img {
        height: 220px;
        background-position: 60% 0; } }
  @media screen and (max-width: 768px) {
    .shop-header-title {
      padding: 30px; } }
  @media screen and (max-width: 425px) {
    .shop-header-title {
      padding: 20px 15px; } }
  .shop-header h1 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 0.02em;
    margin-bottom: 44px;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .shop-header h1 {
        font-size: 30px;
        line-height: 31px;
        margin-bottom: 45px;
        color: #2361A9; } }
    @media screen and (max-width: 425px) {
      .shop-header h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 35px; } }
  .shop-header-contact {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 19px 28px;
    border: 2px solid #fff;
    border-radius: 100px; }
    @media screen and (max-width: 1024px) {
      .shop-header-contact {
        border: 2px solid #fff; } }
    @media screen and (max-width: 768px) {
      .shop-header-contact {
        background: #2361A9;
        border-radius: 100px;
        font-size: 15px;
        line-height: 16px;
        color: #fff;
        padding: 19px 28px;
        border: none; } }

.shop-header__nav {
  height: 70px;
  display: flex;
  align-items: center;
  position: absolute;
  background: #fff;
  bottom: -35px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  width: calc(100% - 80px);
  left: 40px; }
  @media screen and (max-width: 1024px) {
    .shop-header__nav {
      width: 100%;
      height: 50px;
      left: 0;
      bottom: -50px;
      border-radius: 0;
      background: #EDEFF3;
      box-shadow: none;
      overflow-x: scroll; } }
  .shop-header__nav ul {
    display: flex;
    color: #fff;
    align-items: center;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .shop-header__nav ul {
        padding: 0 15px;
        width: unset;
        display: inline-flex; } }
    .shop-header__nav ul li {
      height: 30px;
      display: flex;
      align-items: center;
      position: relative; }
      @media screen and (min-width: 1025px) {
        .shop-header__nav ul li:first-child {
          margin-left: 41px; }
        .shop-header__nav ul li:last-child {
          margin-right: 41px; } }
      @media screen and (max-width: 1024px) {
        .shop-header__nav ul li {
          margin-right: 22px;
          min-width: fit-content; } }
      @media screen and (min-width: 1025px) {
        .shop-header__nav ul li.active {
          background: #2361A9;
          border-radius: 100px;
          color: #fff;
          display: flex;
          height: 50px;
          padding: 0 26px;
          justify-content: center; }
          .shop-header__nav ul li.active:first-child {
            margin-left: 10px; }
          .shop-header__nav ul li.active:last-child {
            margin-right: 10px; } }
      @media screen and (max-width: 1024px) {
        .shop-header__nav ul li.active:after {
          display: block !important;
          content: '';
          position: absolute;
          bottom: -10px;
          width: 100%;
          border-radius: 5px;
          border-bottom: 3px solid #2361A9 !important;
          margin: 0; } }
      @media screen and (max-width: 768px) {
        .shop-header__nav ul li.active:after {
          border-bottom: 3px solid #2361A9 !important; } }
      @media screen and (min-width: 1025px) {
        .shop-header__nav ul li.active.border-line {
          margin-right: 31px;
          margin-left: 31px; } }
      .shop-header__nav ul li.active.border-line:after {
        display: none; }
      .shop-header__nav ul li.active.border-line:before {
        display: none; }
      @media screen and (min-width: 1025px) {
        .shop-header__nav ul li.active a {
          color: #fff; } }
      .shop-header__nav ul li.active:after {
        border: none; }
      .shop-header__nav ul li.active:before {
        border: none; }
      @media screen and (min-width: 1025px) {
        .shop-header__nav ul li.border-line:after {
          content: '';
          border-right: 2px solid #E6E6E6;
          height: 30px;
          margin-left: 26px;
          margin-right: 27px; } }
      @media screen and (max-width: 1024px) {
        .shop-header__nav ul li.border-line:after {
          display: none; } }
      .shop-header__nav ul li.border-line:before {
        content: '';
        border-right: 2px solid #E6E6E6;
        height: 30px;
        margin-left: 26px;
        margin-right: 27px; }
        @media screen and (max-width: 1024px) {
          .shop-header__nav ul li.border-line:before {
            display: none; } }
  .shop-header__nav a {
    color: #2361A9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px; }
    @media screen and (max-width: 1024px) {
      .shop-header__nav a {
        font-size: 14px;
        line-height: 15px; } }

.shop-questions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 125px;
  padding: 0 80px; }
  @media screen and (max-width: 1024px) {
    .shop-questions {
      flex-direction: column;
      padding: 0 30px;
      margin-top: 40px; } }
  @media screen and (max-width: 425px) {
    .shop-questions {
      padding: 0 16px; } }
  .shop-questions-item {
    display: flex;
    margin-bottom: 67px;
    width: calc(50% - 61px); }
    @media screen and (max-width: 1024px) {
      .shop-questions-item {
        width: 100%;
        margin-bottom: 30px; } }
    .shop-questions-item p {
      font-weight: bold;
      font-size: 22px;
      color: #0056A4; }
      @media screen and (max-width: 1024px) {
        .shop-questions-item p {
          font-size: 15px;
          line-height: 22px; } }
    .shop-questions-item__icon {
      margin-right: 40px;
      width: 70px; }
      @media screen and (max-width: 1024px) {
        .shop-questions-item__icon {
          margin-right: 19px; } }

.shop-solutions {
  margin-bottom: 95px; }
  @media screen and (max-width: 1024px) {
    .shop-solutions {
      margin-bottom: 50px; } }
  .shop-solutions-title {
    color: #0056A4;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: 60px; }
    @media screen and (max-width: 1024px) {
      .shop-solutions-title {
        font-size: 24px;
        line-height: 38px;
        margin-left: 30px; } }
    @media screen and (max-width: 425px) {
      .shop-solutions-title {
        margin-left: 15px; } }
  .shop-solutions-items {
    display: flex;
    flex-direction: column;
    padding: 0 40px; }
    @media screen and (max-width: 1024px) {
      .shop-solutions-items {
        padding: 0 30px; } }
    @media screen and (max-width: 425px) {
      .shop-solutions-items {
        padding: 0; } }
    .shop-solutions-items .solution-item {
      display: flex;
      margin-bottom: 5px; }
      @media screen and (max-width: 1024px) {
        .shop-solutions-items .solution-item {
          flex-direction: column; } }
      .shop-solutions-items .solution-item-left {
        margin-right: 5px;
        width: 450px; }
        @media screen and (max-width: 1024px) {
          .shop-solutions-items .solution-item-left {
            width: 100%;
            margin-bottom: 5px;
            margin-right: 0; } }
      .shop-solutions-items .solution-item-right {
        flex: 1; }
      .shop-solutions-items .solution-item-left, .shop-solutions-items .solution-item-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background: #EDEFF3;
        padding: 70px 50px; }
        @media screen and (max-width: 1024px) {
          .shop-solutions-items .solution-item-left, .shop-solutions-items .solution-item-right {
            padding: 25px 15px; } }
      .shop-solutions-items .solution-item-title {
        color: #0056A4;
        font-weight: 800;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 5px; }
        @media screen and (max-width: 1024px) {
          .shop-solutions-items .solution-item-title {
            font-size: 22px;
            line-height: 30px; } }
      .shop-solutions-items .solution-item-subtitle {
        font-weight: 600;
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 0.02em;
        color: rgba(27, 43, 60, 0.7); }
        @media screen and (max-width: 1024px) {
          .shop-solutions-items .solution-item-subtitle {
            font-size: 15px;
            line-height: 25px; } }

.shop-form {
  display: flex;
  justify-content: space-between;
  padding: 72px 40px 72px 74px;
  background: #EDEFF3; }
  @media screen and (max-width: 1024px) {
    .shop-form {
      padding: 72px 30px;
      flex-direction: column; } }
  @media screen and (max-width: 768px) {
    .shop-form {
      flex-direction: column; } }
  @media screen and (max-width: 425px) {
    .shop-form {
      padding: 50px 15px;
      flex-direction: column; } }
  .shop-form-info {
    width: 422px; }
    @media screen and (max-width: 1024px) {
      .shop-form-info {
        width: 422px; } }
    @media screen and (max-width: 768px) {
      .shop-form-info {
        width: 100%; } }
    @media screen and (max-width: 425px) {
      .shop-form-info {
        width: 100%; } }
    .shop-form-info .form-info-title {
      font-weight: bold;
      font-size: 30px;
      line-height: 36px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #0056A4;
      margin-bottom: 38px; }
      @media screen and (max-width: 1024px) {
        .shop-form-info .form-info-title {
          font-size: 24px;
          line-height: 35px; } }
    .shop-form-info .form-info-steps .form-info-step {
      font-weight: 600;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.01em;
      color: #0056A4;
      margin-bottom: 32px;
      padding-left: 55px; }
      @media screen and (max-width: 1024px) {
        .shop-form-info .form-info-steps .form-info-step {
          font-size: 15px;
          line-height: 25px;
          padding-left: 50px;
          margin-bottom: 20px; } }
      .shop-form-info .form-info-steps .form-info-step:before {
        content: counter(item);
        background: #E40137;
        font-size: 18px;
        line-height: 18px;
        border-radius: 100%;
        width: 35px;
        height: 35px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 1024px) {
          .shop-form-info .form-info-steps .form-info-step:before {
            font-size: 18px;
            line-height: 25px; } }
  .shop-form-submitting {
    width: 660px;
    padding: 50px;
    background: #fff; }
    @media screen and (max-width: 1024px) {
      .shop-form-submitting {
        width: 100%;
        padding: 50px 182px;
        margin-top: 75px; } }
    @media screen and (max-width: 768px) {
      .shop-form-submitting {
        width: 100%;
        margin-top: 50px;
        padding: 50px; } }
    @media screen and (max-width: 425px) {
      .shop-form-submitting {
        width: 100%;
        padding: 30px 20px;
        margin-top: 25px; } }
    .shop-form-submitting .form-title {
      font-weight: bold;
      font-size: 24px;
      line-height: 24px;
      color: #0056A4;
      margin-bottom: 20px; }
      @media screen and (max-width: 1024px) {
        .shop-form-submitting .form-title {
          font-size: 17px;
          line-height: 23px; } }
    .shop-form-submitting .form-row {
      margin-bottom: 0; }
      @media screen and (max-width: 425px) {
        .shop-form-submitting .form-row .half-col {
          width: 100%; } }
    .shop-form-submitting .form-col {
      width: 100%;
      margin-bottom: 15px; }
      .shop-form-submitting .form-col .control-label {
        margin-bottom: 7px;
        font-weight: 600;
        font-size: 12px;
        line-height: 13px;
        color: #2361A9; }
    .shop-form-submitting .cargo-form-btn {
      margin-top: 0;
      width: 100%; }

.shop-content .calculator-block-wrapper {
  padding: 0 40px; }
  @media screen and (max-width: 1024px) {
    .shop-content .calculator-block-wrapper {
      padding: 0 30px; } }
  @media screen and (max-width: 425px) {
    .shop-content .calculator-block-wrapper {
      padding: 0 15px; } }

.shop-content .calculator-total-block-wrapper, .shop-content .tab-container-wr {
  margin-top: 20px; }

.shop-main-info {
  margin-top: 100px;
  padding: 0 40px; }
  @media screen and (max-width: 1024px) {
    .shop-main-info {
      padding: 0 30px; } }
  @media screen and (max-width: 425px) {
    .shop-main-info {
      padding: 0 15px;
      margin-top: 40px; } }
  .shop-main-info .info-title {
    font-weight: bold;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0056A4;
    margin-bottom: 10px; }
    @media screen and (max-width: 425px) {
      .shop-main-info .info-title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px; } }
  .shop-main-info .info-subtitle {
    width: 765px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: rgba(27, 43, 60, 0.7); }
    @media screen and (max-width: 1024px) {
      .shop-main-info .info-subtitle {
        width: 100%; } }
    @media screen and (max-width: 425px) {
      .shop-main-info .info-subtitle {
        font-size: 15px;
        line-height: 25px;
        width: 100%; } }

.shop-main-services {
  display: flex;
  margin-top: 80px;
  padding: 0 40px; }
  @media screen and (max-width: 1024px) {
    .shop-main-services {
      padding: 0 30px; } }
  @media screen and (max-width: 425px) {
    .shop-main-services {
      flex-direction: column;
      padding: 0 20px; } }
  .shop-main-services .shop-main-service {
    width: 300px;
    margin-right: 100px; }
    @media screen and (max-width: 425px) {
      .shop-main-services .shop-main-service {
        margin-bottom: 80px;
        margin-right: 0; }
        .shop-main-services .shop-main-service:last-child {
          margin-bottom: 0; } }
    .shop-main-services .shop-main-service p {
      margin-top: 25px;
      font-weight: bold;
      font-size: 22px;
      line-height: 32px;
      letter-spacing: 0.01em;
      color: #0056A4; }
      @media screen and (max-width: 425px) {
        .shop-main-services .shop-main-service p {
          font-size: 17px;
          line-height: 25px; } }

.shop-main-delivery {
  padding: 0 40px; }
  @media screen and (max-width: 1024px) {
    .shop-main-delivery {
      padding: 0 30px; } }
  @media screen and (max-width: 425px) {
    .shop-main-delivery {
      padding: 0 15px; } }
  .shop-main-delivery .delivery-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0056A4;
    margin-bottom: 30px;
    margin-top: 80px;
    width: 600px; }
    @media screen and (max-width: 425px) {
      .shop-main-delivery .delivery-title {
        font-size: 24px;
        line-height: 35px;
        width: 100%; } }
  .shop-main-delivery .delivery-items {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 425px) {
      .shop-main-delivery .delivery-items {
        flex-direction: column; } }
  .shop-main-delivery .delivery-item {
    margin-bottom: 53px;
    margin-right: 7px;
    width: 32%; }
    @media screen and (max-width: 768px) {
      .shop-main-delivery .delivery-item {
        width: 48%; } }
    @media screen and (max-width: 425px) {
      .shop-main-delivery .delivery-item {
        width: 100%;
        margin-bottom: 20px; } }
    .shop-main-delivery .delivery-item .delivery-item-icon {
      background: #EDEFF3;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 190px; }
    .shop-main-delivery .delivery-item .delivery-item-title {
      margin-top: 20px;
      font-weight: bold;
      font-size: 22px;
      text-align: center;
      letter-spacing: 0.01em;
      color: #0056A4; }
      @media screen and (max-width: 425px) {
        .shop-main-delivery .delivery-item .delivery-item-title {
          font-size: 17px;
          line-height: 25px;
          margin-top: 15px; } }
      .shop-main-delivery .delivery-item .delivery-item-title span {
        color: #E40137; }

.shop-main-technology {
  display: flex;
  justify-content: space-between;
  margin-top: 175px;
  margin-bottom: 145px;
  padding: 0 40px; }
  @media screen and (max-width: 1024px) {
    .shop-main-technology {
      padding: 0 30px; } }
  @media screen and (max-width: 425px) {
    .shop-main-technology {
      padding: 0 15px; } }
  @media screen and (max-width: 768px) {
    .shop-main-technology {
      margin-top: 7px; } }
  @media screen and (max-width: 425px) {
    .shop-main-technology {
      margin-top: 30px;
      margin-bottom: 100px;
      flex-direction: column; } }
  .shop-main-technology.s-payment .technology-info {
    width: 630px; }
    @media screen and (max-width: 425px) {
      .shop-main-technology.s-payment .technology-info {
        width: 100%; } }
  @media screen and (max-width: 1024px) {
    .shop-main-technology.s-payment .technology-image {
      display: none; } }
  .shop-main-technology.s-payment .technology-item p {
    width: 520px !important; }
  .shop-main-technology .technology-info {
    width: 530px;
    margin-left: 20px; }
    @media screen and (max-width: 1024px) {
      .shop-main-technology .technology-info {
        margin-left: 0; } }
    @media screen and (max-width: 768px) {
      .shop-main-technology .technology-info {
        width: 100%;
        margin-left: 0; } }
    @media screen and (max-width: 425px) {
      .shop-main-technology .technology-info {
        width: 100%;
        margin-left: 0; } }
  .shop-main-technology .technology-image {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background-color: #EDEFF3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 100px; }
    @media screen and (max-width: 1024px) {
      .shop-main-technology .technology-image {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .shop-main-technology .technology-image {
        display: none; } }
    @media screen and (max-width: 425px) {
      .shop-main-technology .technology-image {
        display: none; } }
  .shop-main-technology .technology-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0056A4;
    margin-bottom: 42px; }
    @media screen and (max-width: 425px) {
      .shop-main-technology .technology-title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 30px; } }
  .shop-main-technology .technology-items {
    display: flex;
    flex-direction: column; }
    .shop-main-technology .technology-items .technology-item {
      display: flex;
      margin-bottom: 35px; }
      @media screen and (max-width: 425px) {
        .shop-main-technology .technology-items .technology-item {
          margin-bottom: 23px; } }
      .shop-main-technology .technology-items .technology-item p {
        font-weight: 600;
        font-size: 17px;
        line-height: 23px;
        letter-spacing: 0.01em;
        color: #0056A4;
        width: 420px;
        margin-left: 20px; }
        @media screen and (max-width: 425px) {
          .shop-main-technology .technology-items .technology-item p {
            font-size: 15px;
            line-height: 25px; } }

.shop-additional-services {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
  padding: 0 40px; }
  @media screen and (max-width: 1024px) {
    .shop-additional-services {
      padding: 0 30px; } }
  @media screen and (max-width: 425px) {
    .shop-additional-services {
      padding: 0; } }
  .shop-additional-services .additional-service {
    display: flex;
    padding: 50px 40px 55px 40px;
    background: #EDEFF3;
    margin-bottom: 5px; }
    @media screen and (max-width: 425px) {
      .shop-additional-services .additional-service {
        padding: 25px 15px;
        flex-direction: column; } }
    .shop-additional-services .additional-service:first-child {
      margin-top: 40px; }
    .shop-additional-services .additional-service-title {
      font-weight: bold;
      font-size: 30px;
      line-height: 30px;
      color: #0056A4;
      margin-bottom: 5px; }
      @media screen and (max-width: 425px) {
        .shop-additional-services .additional-service-title {
          font-size: 22px;
          line-height: 30px; } }
    .shop-additional-services .additional-service-subtitle {
      font-weight: 600;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0.02em;
      color: rgba(27, 43, 60, 0.7);
      margin-bottom: 15px; }
      @media screen and (max-width: 425px) {
        .shop-additional-services .additional-service-subtitle {
          font-size: 15px;
          line-height: 25px; } }
    .shop-additional-services .additional-service-link {
      font-weight: bold;
      font-size: 15px;
      line-height: 16px;
      letter-spacing: 0.02em;
      text-decoration-line: underline;
      text-transform: uppercase;
      color: #0056A4; }
      @media screen and (max-width: 425px) {
        .shop-additional-services .additional-service-link {
          font-size: 15px;
          line-height: 16px; } }
      .shop-additional-services .additional-service-link svg {
        margin-left: 10px; }
    .shop-additional-services .additional-service-icon {
      flex-shrink: 0; }
      @media screen and (max-width: 425px) {
        .shop-additional-services .additional-service-icon {
          margin-bottom: 30px; } }
    .shop-additional-services .additional-service-content {
      margin-left: 30px; }
      @media screen and (max-width: 425px) {
        .shop-additional-services .additional-service-content {
          margin-left: 0; } }

.shop-payment-info {
  padding: 40px;
  background: #EDEFF3;
  position: relative;
  margin: 30px 40px 111px 40px; }
  @media screen and (max-width: 1024px) {
    .shop-payment-info {
      margin: 30px; } }
  @media screen and (max-width: 425px) {
    .shop-payment-info {
      padding: 40px 15px;
      margin: 40px 0; } }
  .shop-payment-info.shop-integration {
    margin-bottom: 50px; }
  .shop-payment-info svg {
    position: absolute;
    left: 40px;
    top: 40px; }
  .shop-payment-info .s-info-list {
    margin-left: 100px; }
    @media screen and (max-width: 425px) {
      .shop-payment-info .s-info-list {
        margin-left: 0;
        margin-bottom: 40px; } }
  .shop-payment-info .s-info-list-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #0056A4;
    margin-bottom: 30px; }
    @media screen and (max-width: 425px) {
      .shop-payment-info .s-info-list-title {
        margin-top: 90px;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px; } }
  .shop-payment-info .s-info-list-subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: rgba(27, 43, 60, 0.7);
    width: 750px; }
    @media screen and (max-width: 1024px) {
      .shop-payment-info .s-info-list-subtitle {
        width: 100%; } }
    @media screen and (max-width: 425px) {
      .shop-payment-info .s-info-list-subtitle {
        font-size: 15px;
        line-height: 25px;
        width: 100%; } }
  .shop-payment-info ul li {
    position: relative; }
    .shop-payment-info ul li:before {
      content: '-';
      position: absolute;
      left: 0; }
  .shop-payment-info li {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: rgba(27, 43, 60, 0.7);
    padding-left: 25px;
    margin-bottom: 26px; }
    @media screen and (max-width: 425px) {
      .shop-payment-info li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 17px; } }
    .shop-payment-info li:before {
      color: rgba(27, 43, 60, 0.7); }
    .shop-payment-info li a {
      color: #0056A4;
      text-decoration: underline; }

.shop-documents {
  padding: 54px 54px;
  display: flex;
  flex-direction: column;
  background: #EDEFF3;
  margin: 30px 40px 100px 40px; }
  @media screen and (max-width: 1024px) {
    .shop-documents {
      padding: 44px;
      margin: 30px 30px 100px 30px; } }
  @media screen and (max-width: 425px) {
    .shop-documents {
      padding: 40px 15px;
      margin: 20px 0; } }
  .shop-documents .shop-document {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .shop-documents .shop-document .shop-document-link {
      display: flex;
      align-items: center;
      width: 530px; }
    .shop-documents .shop-document a {
      font-weight: bold;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0.01em;
      text-decoration-line: underline;
      color: #0056A4;
      margin-left: 20px;
      margin-right: 15px; }
      @media screen and (max-width: 425px) {
        .shop-documents .shop-document a {
          font-size: 17px;
          line-height: 25px; } }

.shop-integration-cta {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  background: #EDEFF3; }
  .shop-integration-cta .s-cta-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0056A4;
    margin-bottom: 30px; }
  .shop-integration-cta .s-cta-link {
    background: #2361A9;
    border-radius: 100px;
    padding: 19px 33px;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF; }

.shop-tariffs-links {
  display: flex;
  margin-bottom: 56px;
  padding: 0 40px; }
  @media screen and (max-width: 1024px) {
    .shop-tariffs-links {
      flex-direction: column;
      padding: 0 30px; } }
  @media screen and (max-width: 425px) {
    .shop-tariffs-links {
      padding: 0 15px; } }
  .shop-tariffs-links .tariffs-links-info {
    width: 500px;
    margin-right: 54px;
    padding: 28px 30px 36px 30px;
    background: linear-gradient(90deg, #004380 -5.68%, #0056A4 100%); }
    @media screen and (max-width: 1024px) {
      .shop-tariffs-links .tariffs-links-info {
        width: 100%;
        margin-right: 0;
        padding: 30px 30px; } }
    @media screen and (max-width: 425px) {
      .shop-tariffs-links .tariffs-links-info {
        padding: 28px 15px; } }
    .shop-tariffs-links .tariffs-links-info p {
      font-weight: bold;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0.01em;
      color: #FFFFFF;
      margin-bottom: 19px; }
    .shop-tariffs-links .tariffs-links-info a {
      font-weight: bold;
      font-size: 15px;
      line-height: 16px;
      letter-spacing: 0.02em;
      text-decoration-line: underline;
      text-transform: uppercase;
      color: #FFFFFF; }
    .shop-tariffs-links .tariffs-links-info svg {
      margin-left: 7px; }
  .shop-tariffs-links .tariffs-links-items {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .shop-tariffs-links .tariffs-links-items {
        flex-direction: column;
        margin-top: 30px;
        width: 100%;
        align-items: flex-start; } }
    .shop-tariffs-links .tariffs-links-items .tariffs-links-item {
      display: flex;
      align-items: center;
      height: 35px; }
      @media screen and (max-width: 1024px) {
        .shop-tariffs-links .tariffs-links-items .tariffs-links-item {
          margin-bottom: 15px; } }
      .shop-tariffs-links .tariffs-links-items .tariffs-links-item:nth-child(3n), .shop-tariffs-links .tariffs-links-items .tariffs-links-item:first-child {
        width: 250px;
        margin-right: 30px; }
        @media screen and (max-width: 1024px) {
          .shop-tariffs-links .tariffs-links-items .tariffs-links-item:nth-child(3n), .shop-tariffs-links .tariffs-links-items .tariffs-links-item:first-child {
            width: 100%; } }
      .shop-tariffs-links .tariffs-links-items .tariffs-links-item svg {
        margin-right: 23px; }
        @media screen and (max-width: 425px) {
          .shop-tariffs-links .tariffs-links-items .tariffs-links-item svg {
            margin-right: 15px;
            width: 24px;
            height: 24px; } }
        @media screen and (max-width: 1024px) {
          .shop-tariffs-links .tariffs-links-items .tariffs-links-item svg.mr-0 {
            width: 10px;
            height: 17px; } }
      .shop-tariffs-links .tariffs-links-items .tariffs-links-item a {
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.01em;
        text-decoration-line: underline;
        color: #0056A4;
        margin-right: 15px; }
        @media screen and (max-width: 1024px) {
          .shop-tariffs-links .tariffs-links-items .tariffs-links-item a {
            margin-right: 10px;
            font-size: 17px; } }

.pl-0 {
  padding-left: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.mb-35 {
  margin-bottom: 35px; }
  @media screen and (max-width: 425px) {
    .mb-35 {
      margin-bottom: 25px; } }

.mr-0 {
  margin-right: 0 !important; }

@media screen and (max-width: 1024px) {
  .s-nav-content-wr {
    padding: 0 !important; } }

.shop-header .before-active:before {
  border-right: none !important;
  margin-left: 0 !important; }

.shop-header .after-active:after {
  border-right: none !important;
  margin-right: 0 !important; }

.state-dropdown .select2-selection__rendered {
  display: flex !important;
  align-items: center; }

.delivery-info {
  background: #1E579F;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .delivery-info {
      margin-right: 0; } }
  .delivery-info-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 40px;
    margin-bottom: 13px;
    text-align: center; }
    @media screen and (max-width: 425px) {
      .delivery-info-title {
        padding-left: 15px;
        padding-right: 15px; } }
  .delivery-info-subtitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 71px;
    text-align: center;
    max-width: 420px; }
    @media screen and (max-width: 425px) {
      .delivery-info-subtitle {
        padding-left: 15px;
        padding-right: 15px; } }
  .delivery-info-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 425px) {
      .delivery-info-items {
        display: none; } }
    .delivery-info-items.delivery-info-items-mobile {
      display: none; }
      @media screen and (max-width: 425px) {
        .delivery-info-items.delivery-info-items-mobile {
          display: block; } }
      @media screen and (max-width: 425px) {
        .delivery-info-items.delivery-info-items-mobile .delivery-item {
          width: 100%;
          padding: 0 66px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 425px) {
        .delivery-info-items.delivery-info-items-mobile .delivery-item-icon {
          width: 120px;
          height: 120px; }
          .delivery-info-items.delivery-info-items-mobile .delivery-item-icon img {
            width: 66px !important; } }
    .delivery-info-items .delivery-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 33%;
      margin-bottom: 70px; }
      @media screen and (max-width: 768px) {
        .delivery-info-items .delivery-item {
          width: 50%; } }
      .delivery-info-items .delivery-item-icon {
        padding: 27px 20px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 90px;
        margin-bottom: 15px; }
      .delivery-info-items .delivery-item-title {
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 15px;
        max-width: 200px; }
      .delivery-info-items .delivery-item-btn {
        font-weight: bold;
        font-size: 13px;
        line-height: 14px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 13px 27px;
        background: #2566B8;
        border-radius: 100px;
        margin-top: auto; }
  .delivery-info .owl-nav {
    display: none; }
  @media screen and (max-width: 425px) {
    .delivery-info .owl-dots {
      text-align: center;
      padding-bottom: 41px; }
      .delivery-info .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.3);
        margin-right: 5px; }
        .delivery-info .owl-dots .owl-dot.active {
          background: #fff; } }

.section-404 {
  display: flex;
  background: linear-gradient(85.85deg, #004380 -0.04%, #0056A4 67.62%, #005DB2 99.92%);
  padding: 250px 68px 35px 60px; }
  @media screen and (max-width: 1024px) {
    .section-404 {
      padding-top: 200px; } }
  @media screen and (max-width: 425px) {
    .section-404 {
      flex-direction: column;
      justify-content: center; } }
  .section-404 .s-content-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 425px) {
      .section-404 .s-content-404 {
        align-items: center; } }
    .section-404 .s-content-404 p {
      font-weight: bold;
      font-size: 38px;
      line-height: 42px;
      letter-spacing: 0.02em;
      color: #FFFFFF;
      margin-bottom: 20px; }
      @media screen and (max-width: 1024px) {
        .section-404 .s-content-404 p {
          font-size: 30px;
          line-height: 33px; } }
      @media screen and (max-width: 425px) {
        .section-404 .s-content-404 p {
          font-size: 22px;
          line-height: 30px;
          text-align: center; } }
    .section-404 .s-content-404 a {
      border: 2px solid #FFFFFF;
      box-sizing: border-box;
      border-radius: 100px;
      height: 54px;
      width: fit-content;
      padding: 0 74px;
      display: flex;
      align-items: center;
      font-weight: bold;
      font-size: 15px;
      line-height: 16px;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (max-width: 425px) {
        .section-404 .s-content-404 a {
          padding: 0 49px; } }
  .section-404 .s-img-404 {
    margin-right: 65px; }
    @media screen and (max-width: 425px) {
      .section-404 .s-img-404 {
        margin-right: 0;
        margin-bottom: 28px; } }

.error-404 .services-block {
  flex-wrap: wrap !important; }

.error-404 .services-col {
  flex: auto !important; }

.error-404 .context-dscr a {
  color: #172c3e; }

.aid-page {
  display: flex; }
  @media screen and (max-width: 768px) {
    .aid-page {
      flex-direction: column; } }
  @media screen and (max-width: 1024px) {
    .aid-page {
      flex-direction: column; } }

.common-editor-context {
  width: 100%; }

.aid-content {
  width: 100%;
  margin-right: 30px; }
  @media screen and (max-width: 425px) {
    .aid-content {
      margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .aid-content {
      max-width: 100%; } }

.sidebar-right {
  display: block;
  width: 400px; }
  @media screen and (max-width: 1024px) {
    .sidebar-right {
      display: flex;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .sidebar-right {
      display: flex;
      flex-direction: column;
      width: 100%; } }
  .sidebar-right__item {
    background-color: #EDEFF3;
    border-top: 10px solid #D22D3E;
    padding: 50px 50px 40px 50px;
    margin-bottom: 30px !important; }
    @media screen and (max-width: 768px) {
      .sidebar-right__item {
        padding: 45px 25px 25px 25px;
        margin-bottom: 20px !important; } }
    @media screen and (max-width: 1024px) {
      .sidebar-right__item--form {
        width: 60%;
        margin-right: 20px; } }
    @media screen and (max-width: 768px) {
      .sidebar-right__item--form {
        width: 100%;
        margin-right: 20px; } }
    @media screen and (max-width: 1024px) {
      .sidebar-right__item--social {
        width: 38%;
        margin-right: 20px; }
        .sidebar-right__item--social .myrow {
          display: flex;
          flex-direction: column;
          height: 100%;
          justify-content: space-between; } }
    @media screen and (max-width: 768px) {
      .sidebar-right__item--social {
        width: 100%; }
        .sidebar-right__item--social .myrow {
          display: flex;
          flex-direction: row; }
        .sidebar-right__item--social .sidebar-right__item-title {
          width: 300px; }
        .sidebar-right__item--social .newcommers-social {
          width: 300px;
          margin-left: auto; } }
    @media screen and (max-width: 425px) {
      .sidebar-right__item--social .sidebar-right__item-title {
        width: 100%; }
      .sidebar-right__item--social .newcommers-social {
        width: 100%;
        margin-left: 0; } }
    .sidebar-right__item-title {
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      text-transform: uppercase;
      color: #2361A9;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .sidebar-right__item-title {
          font-size: 22px;
          line-height: 30px;
          margin-bottom: 5px; } }
    .sidebar-right__item-subtitle {
      font-weight: 500;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0.02em;
      color: rgba(27, 43, 60, 0.7);
      margin-bottom: 52px; }
    .sidebar-right__item-link {
      width: 100%;
      padding: 19px 73px;
      font-weight: 700;
      font-size: 15px;
      line-height: 16px;
      text-align: center;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #FFFFFF !important;
      text-decoration: none !important;
      background: #2361A9;
      border-radius: 100px;
      position: static !important; }
    .sidebar-right__item-contact {
      font-weight: 500;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0.02em;
      color: rgba(27, 43, 60, 0.7);
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .sidebar-right__item-contact {
          margin-bottom: 20px; } }
      .sidebar-right__item-contact a {
        text-decoration: underline;
        position: static !important; }
    .sidebar-right__item-info {
      font-weight: 700;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0.02em;
      color: #1B2B3C;
      margin-bottom: 40px; }
  .sidebar-right a:after {
    content: none !important; }

.sidebar-right--mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .sidebar-right--mobile {
      display: block;
      width: 100%; } }

.i-countries-actions {
  display: flex;
  margin-bottom: 20px; }

.i-countries-container {
  display: flex;
  flex-wrap: wrap; }

.i-countries-dropdown {
  width: 300px;
  margin-right: 10px;
  cursor: pointer; }
  @media screen and (max-width: 425px) {
    .i-countries-dropdown {
      max-width: 50%; } }

.i-country {
  background: #EDEFF3;
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 37px;
  padding-bottom: 31px;
  margin-bottom: 6px !important;
  margin-right: 6px; }
  .i-country:after {
    content: none !important; }
  @media screen and (max-width: 425px) {
    .i-country {
      width: 48%; } }
  .i-country__img {
    margin-bottom: 10px; }
  .i-country__name {
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #2361A9;
    margin: 0 !important;
    text-align: center; }
  .i-country__link {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #848D97 !important; }
    .i-country__link:after {
      content: none !important; }

.i-countries-search {
  margin-bottom: 20px; }
  .i-countries-search .search-form {
    width: 300px; }
    @media screen and (max-width: 425px) {
      .i-countries-search .search-form {
        width: 100%; } }
  .i-countries-search .search-input {
    height: 48px; }
  .i-countries-search .input-btn {
    right: 18px;
    height: 48px; }

.search-input-countries {
  border-radius: 100px; }

.d-input-dropdown {
  background: #EDEFF3;
  border-radius: 100px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 23px;
  position: relative; }
  .d-input-dropdown__caret.active {
    transform: rotate(180deg); }
  .d-input-dropdown p {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #1B2B3C;
    margin-bottom: 0 !important; }
  .d-input-dropdown__results {
    width: 300px;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #EBEFF3;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 5px;
    top: 58px;
    left: 0;
    z-index: 100; }
    .d-input-dropdown__results p {
      display: flex;
      justify-content: space-between;
      font-weight: 500;
      font-size: 14px;
      line-height: 15px;
      letter-spacing: 0.02em;
      color: #1B2B3C;
      padding: 15px 14px 15px 23px;
      border-bottom: 1px solid #EDEFF3;
      margin: 0 !important; }
      .d-input-dropdown__results p:last-child {
        border-bottom: 0; }
    .d-input-dropdown__results-item svg {
      display: none; }
    .d-input-dropdown__results-item.active svg {
      display: block; }

.partner-services__items {
  display: flex;
  flex-wrap: wrap; }

.partner-services__item {
  width: 420px;
  margin-right: 20px;
  margin-bottom: 40px; }
  .partner-services__item .context-ttl {
    margin-top: 20px; }

@media screen and (max-width: 425px) {
  .newcomers-page {
    flex-direction: column-reverse; } }

.newcommers-form input {
  background: #fff; }

.newcommers-form label {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 12px;
  line-height: 109%;
  letter-spacing: 0.02em;
  color: #2361A9; }

.newcommers-form .form-col {
  width: 100%;
  margin-bottom: 15px; }
  @media screen and (max-width: 1024px) {
    .newcommers-form .form-col {
      width: 50%; } }

.newcommers-form .help-block {
  padding-left: 0; }

.newcommers-form .form-row {
  margin-bottom: 5px; }

.newcommers-form .cargo-form-btn {
  margin-top: 20px; }

.newcommers-social {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }
  .newcommers-social a {
    width: 60px;
    height: 60px;
    background-color: #2361A9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.promo-new-header {
  height: 80px;
  position: fixed; }
  .promo-new-header .promo-new-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px; }
    @media screen and (max-width: 425px) {
      .promo-new-header .promo-new-container {
        padding: 0 15px; } }
  .promo-new-header .header-nav {
    margin: 0; }
  .promo-new-header .nav-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 109%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2361A9;
    margin-right: 31px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 425px) {
      .promo-new-header .nav-link {
        font-weight: 700;
        font-size: 14px;
        line-height: 109%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #2361A9;
        margin-right: 19px; } }
  .promo-new-header .language > span {
    font-weight: 600;
    font-size: 16px;
    line-height: 109%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2361A9; }
  @media screen and (max-width: 767px) {
    .promo-new-header .header-language {
      display: block; } }

.df__nav-language-list {
  background: #FFFFFF;
  border-top: 1px solid #2361A9;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  top: 60px !important;
  left: -100px !important;
  width: 190px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 100%;
  transition: opacity .5s;
  padding: 12px 0 12px 0; }
  .df__nav-language-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #EBEFF3; }
    .df__nav-language-list-item:last-child {
      border-bottom: none; }
  .df__nav-language-list a, .df__nav-language-list span {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #1B2B3C; }
    .df__nav-language-list a span, .df__nav-language-list span span {
      padding: 0 !important; }

.df__popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }
  .df__popup.df__popup--active {
    display: block; }
  .df__popup.df__popup--export-lp .df__popup-body {
    padding: 0;
    width: 600px;
    border-radius: 0; }
    @media screen and (max-width: 500px) {
      .df__popup.df__popup--export-lp .df__popup-body {
        width: 100%; } }
  .df__popup.df__popup--export-lp .df__popup-body-inner {
    padding: 30px 40px;
    text-align: left; }
    .df__popup.df__popup--export-lp .df__popup-body-inner .df__popup-body-inner-title {
      font-size: 20px;
      font-weight: 600;
      line-height: 25px;
      color: #014C91; }
    .df__popup.df__popup--export-lp .df__popup-body-inner p {
      font-size: 15px;
      font-weight: 500;
      line-height: 25px;
      color: #606B77; }
    .df__popup.df__popup--export-lp .df__popup-body-inner b {
      font-weight: 600;
      color: #014C91; }
    .df__popup.df__popup--export-lp .df__popup-body-inner ul, .df__popup.df__popup--export-lp .df__popup-body-inner li {
      list-style: initial; }
    .df__popup.df__popup--export-lp .df__popup-body-inner ul {
      padding-left: 13px; }
  .df__popup-cross {
    position: absolute;
    top: 23px;
    right: 23px;
    cursor: pointer; }
  .df__popup-backdrop {
    content: '';
    background: rgba(20, 20, 55, 0.38);
    width: 100%;
    height: 100%;
    z-index: 9;
    position: fixed; }
  .df__popup-head {
    display: flex;
    background: #014C91;
    padding: 21px 43px;
    width: 100%; }
    .df__popup-head p {
      display: flex;
      align-items: center;
      font-weight: 700;
      font-size: 22px;
      line-height: 120%;
      text-transform: uppercase;
      color: #ECEFF3; }
      .df__popup-head p svg {
        margin-right: 15px; }
  .df__popup-body {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0 0 22px rgba(33, 67, 99, 0.26);
    border-radius: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    padding: 40px 60px;
    z-index: 10;
    text-align: center;
    max-height: 90%;
    overflow: auto; }
    @media screen and (max-width: 500px) {
      .df__popup-body {
        width: calc(100% - 20px);
        padding: 20px; } }
    .df__popup-body-title {
      font-weight: 600;
      font-size: 24px;
      line-height: 140%;
      letter-spacing: 0.02em;
      color: #1E2438;
      margin-top: 31px;
      margin-bottom: 5px; }
    .df__popup-body-subtitle {
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      letter-spacing: 0.02em;
      color: #1E2438; }

.df__popup--cargo .df__cargo-popup-head {
  display: flex;
  margin-bottom: 25px; }
  .df__popup--cargo .df__cargo-popup-head-icon {
    margin-right: 25px; }
    @media screen and (max-width: 500px) {
      .df__popup--cargo .df__cargo-popup-head-icon {
        margin-right: 0;
        margin-bottom: 15px;
        text-align: left; } }
  @media screen and (max-width: 500px) {
    .df__popup--cargo .df__cargo-popup-head {
      margin-bottom: 15px;
      flex-direction: column; } }

.df__popup--cargo .df__cargo-popup-head-content__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 109%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #D80505;
  text-align: left;
  margin-bottom: 10px; }
  @media screen and (max-width: 500px) {
    .df__popup--cargo .df__cargo-popup-head-content__title {
      font-size: 17px; } }

.df__popup--cargo .df__cargo-popup-head-content__subtitle {
  font-weight: 600;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #2361A9;
  text-align: left; }
  @media screen and (max-width: 500px) {
    .df__popup--cargo .df__cargo-popup-head-content__subtitle {
      font-size: 14px; } }

.df__popup--cargo .df__cargo-popup-body {
  text-align: left; }

.df__popup--cargo .df__cargo-popup-body__text-secondary {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #2361A9;
  text-align: left;
  margin-bottom: 20px; }
  @media screen and (max-width: 500px) {
    .df__popup--cargo .df__cargo-popup-body__text-secondary {
      font-size: 12px;
      margin-bottom: 15px; } }

.df__popup--cargo .df__cargo-popup-body__text-primary {
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #2361A9;
  text-align: left;
  margin-bottom: 36px; }
  @media screen and (max-width: 500px) {
    .df__popup--cargo .df__cargo-popup-body__text-primary {
      font-size: 14px;
      margin-bottom: 26px; } }
  .df__popup--cargo .df__cargo-popup-body__text-primary a {
    text-decoration: underline;
    color: #2361A9; }

.df__popup--cargo .df__cargo-popup-body__btn {
  font-weight: 700;
  font-size: 15px;
  line-height: 109%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #2361A9;
  border-radius: 100px;
  padding: 15px 28px; }

.df__popup-usa-cartransport .df__popup-body {
  border-radius: 12px;
  width: 500px; }
  @media screen and (max-width: 500px) {
    .df__popup-usa-cartransport .df__popup-body {
      width: 100%; } }

.df__popup-usa-cartransport .df__popup-close path {
  fill: #2361A9; }

.df__popup-usa-cartransport-head {
  display: flex;
  margin-bottom: 30px; }
  @media screen and (max-width: 500px) {
    .df__popup-usa-cartransport-head {
      flex-direction: column;
      margin-bottom: 11px; } }
  .df__popup-usa-cartransport-head-icon {
    width: 80px;
    height: 80px;
    background: #2361A9;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%; }
  .df__popup-usa-cartransport-head-text {
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: #2361A9;
    text-align: left;
    width: 278px; }
    @media screen and (max-width: 500px) {
      .df__popup-usa-cartransport-head-text {
        margin-top: 11px; } }

.df__popup-usa-cartransport-text {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #2361A9;
  margin-bottom: 30px;
  text-align: left; }
  .df__popup-usa-cartransport-text--review {
    width: 267px;
    margin-top: 14px;
    text-align: center; }

.df__popup-usa-cartransport-review {
  background: #F8F9FA;
  border-radius: 8px;
  padding: 20px 0 14px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 24px; }
  .df__popup-usa-cartransport-review-btn {
    padding: 15px 30px;
    background: #2361A9;
    border-radius: 100px;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    bottom: -23px; }

.df__popup-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background: #0860C7;
  border-radius: 100px;
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px; }

.df__scroll-top {
  background: #FFFFFF;
  border: 1px solid #D8E0EB;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 60px;
  bottom: 60px;
  border-radius: 100%;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 425px) {
    .df__scroll-top {
      width: 45px;
      height: 45px;
      right: 15px; }
      .df__scroll-top svg {
        width: 20px; } }
  .df__scroll-top.active {
    display: flex; }

* {
  box-sizing: border-box; }

body {
  background: #fff;
  margin: 0; }

.container {
  width: 100%;
  max-width: 1388px;
  padding: 0 15px;
  margin: 0 auto; }

.d-flex {
  display: flex; }

.ai {
  align-items: center; }

.jc {
  justify-content: space-between; }

.mb {
  margin-bottom: 20px; }

.mb-40 {
  margin-bottom: 40px; }

.w33 {
  width: 33.3%; }

.w25 {
  width: 25%; }

.p-40 {
  padding: 40px 40px 30px; }

.grey-color {
  color: rgba(27, 43, 60, 0.5); }

.white {
  color: white; }

.color_sky {
  color: #0056A4; }

.color_red {
  color: #E40137; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.h6 {
  font-size: 14px;
  line-height: 109%;
  letter-spacing: 0.02em; }

.h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #0056A4; }

.h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #2361A9; }

.bcg_grey {
  background-color: #EDEFF3; }

.bcg_white {
  background-color: white; }

.top_screen1 {
  background-image: url(/images/ecexport/bcg_fly.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.main-heading {
  font-weight: 700;
  font-size: 38px;
  line-height: 135%;
  letter-spacing: 0.02em;
  margin: 25px 0; }

.heading {
  font-weight: 700;
  font-size: 30px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #0056A4; }

.sub-button {
  padding: 19px 31px;
  color: white;
  border: 2px solid #FFFFFF;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 109%;
  letter-spacing: 0.02em; }

.main_button {
  padding: 19px 50px;
  color: white;
  background: #2361A9;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 109%;
  letter-spacing: 0.02em; }

.top_screen1 {
  position: relative; }

.top_screen1 .title {
  padding: 45px 0 55px; }

.top_screen1 .title .sub-button {
  margin-bottom: 55px; }

.bottom_screen1 {
  padding: 85px 0 40px; }

.bottom_screen1 .bottom_screen1_wrap {
  align-items: flex-start; }

.bottom_screen1 .bottom_screen1_wrap .main_img {
  display: flex;
  justify-content: flex-end;
  width: 45%; }

.bottom_screen1 .bottom_screen1_wrap .main_img img {
  width: 500px;
  max-width: 100%; }

.bottom_screen1 .bottom_screen1_wrap .text {
  width: calc(55% - 106px);
  margin-right: 106px; }

.heading .img_head {
  width: 44px;
  height: 44px;
  margin-right: 12px; }

.main_text {
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #606B77; }

.nav_ecommerce {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  padding: 10px 9px;
  display: flex;
  position: absolute;
  bottom: -40px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none; }

.nav_ecommerce::-webkit-scrollbar {
  display: none; }

.nav_page {
  font-weight: 700;
  font-size: 15px;
  line-height: 109%;
  letter-spacing: 0.02em;
  color: #2361A9;
  margin-right: 30px;
  padding: 17px 30px;
  text-decoration: none;
  white-space: nowrap; }

.nav_page:last-of-type {
  margin-right: 0; }

.nav_page br {
  display: none; }

.nav_page .img_navpage {
  width: 28px;
  height: 28px;
  margin-right: 10px; }

.nav_page:hover {
  background: #2361A9;
  border-radius: 100px;
  color: white; }

.nav_page:hover svg path {
  fill: #fff; }

.nav_page.active {
  background: #2361A9;
  border-radius: 100px;
  color: white; }

.nav_page.active svg path {
  fill: #fff; }

.scroll_info {
  background-color: white;
  padding: 30px;
  position: relative; }

.scroll_info .scrolling_part {
  height: 320px;
  padding-bottom: 20px; }

.scroll_info ul {
  padding: 0;
  margin: 0; }

.scroll_info ul li {
  color: #c7d7e9;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.02em;
  list-style-type: none; }

.scroll_info p {
  font-size: 15px; }

.default_part {
  display: none; }

.default_part.part1 {
  display: block; }

.primary_pic {
  display: flex; }

.h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 109%;
  color: #0056A4; }

.screen2 {
  padding: 65px 0 42px; }

.screen2 .left {
  width: calc(50% - 106px);
  margin-right: 106px; }

.screen2 .left .tags_flex .tag {
  background: #FFFFFF;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  line-height: 109%;
  letter-spacing: 0.02em;
  color: #2361A9;
  padding: 17px 25px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  text-decoration: unset; }

.screen2 .left .tags_flex .tag.active {
  color: #FFFFFF;
  background-color: #2361A9; }

.screen2 .left .tags_flex .tag:hover {
  background: #2361A9;
  color: white; }

.screen2 .left .tags_flex .tag br {
  display: none; }

.screen2 .right {
  width: 50%; }

.screen3 {
  padding: 95px 0 50px; }

.screen3 .heading_bcgimg .main_heading {
  padding-top: 135px; }

.heading_bcgimg {
  margin-top: -50px;
  text-align: center;
  margin-bottom: 20px; }

.primary_pic .full_width {
  margin: 0 auto; }

.default_tab {
  display: none; }

.default_tab.tab1 {
  display: block; }

.main_section_scr3 {
  position: relative; }

.main_section_scr3 .section_change {
  padding: 80px 240px 60px; }

.main_section_scr3 .nav_ecommerce {
  top: -40px;
  left: 50%;
  bottom: unset;
  transform: translateX(-50%); }

.form_ecommerce .nav_ecommerce {
  top: -40px;
  bottom: unset; }

.form_ecommerce .form-flex {
  width: calc(50% - 20px);
  margin-right: 20px; }

.form_ecommerce .form-group {
  margin-bottom: 20px; }

.form_ecommerce .form-flex .input_ecom {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 109%;
  letter-spacing: 0.01em;
  color: #2361A9;
  margin-bottom: 5px; }

.form_ecommerce .form-flex .input_ecom .name_input {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 109%;
  letter-spacing: 0.01em;
  color: #2361A9;
  margin-bottom: 5px; }

.form_ecommerce .form-flex .input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D7D8D9;
  border-radius: 100px;
  padding: 14px 20px; }

.form_ecommerce .iti input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D7D8D9;
  border-radius: 100px;
  padding: 14px 20px; }

.ai_center {
  justify-content: center; }

.flex_check_row {
  display: flex;
  margin-bottom: 60px;
  justify-content: center; }

.type-delivery {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 10px; }

.type-delivery .img-type-delivery {
  margin-bottom: 5px; }

.check-row {
  width: 40%;
  margin-right: 20px;
  border: 1px solid #D7D8D9;
  border-radius: 8px;
  position: relative;
  overflow: hidden; }

.check-row .info-check-row {
  padding: 20px;
  width: 100%;
  border-left: 1px solid #D7D8D9; }

.check-row .info-check-row .subtitle-check-row {
  margin: 0; }

.check-row .info-check-row .top-line {
  height: 100%;
  align-items: center; }

.check-row .info-check-row .top-line .img_flag {
  margin-right: 10px;
  max-height: 44px; }

.check-row .info-check-row .top-line .r {
  align-items: end; }

.input-drop-off {
  width: 0 !important;
  height: 0 !important;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0; }

.input-drop-off:checked + .radio-check-row .radio-but {
  background-color: #fff;
  background-image: url(/images/ecexport/done-blue.svg);
  background-repeat: no-repeat;
  border: unset;
  background-position: center; }

.input-drop-off:checked + .radio-check-row {
  background-color: #2361A9; }

.radio-check-row {
  padding: 42px 15px;
  align-items: center;
  display: flex;
  cursor: pointer; }

.radio-check-row .radio-but {
  width: 25px;
  height: 25px;
  border: 1px solid #D7D8D9;
  border-radius: 50%;
  display: block; }

label.error {
  color: red;
  font-size: 12px; }

.bcg_fly {
  display: none; }

.done_form {
  text-align: center; }

.heart_flex {
  justify-content: center; }

.heart_flex img {
  margin-top: 10px; }

.text_done {
  font-weight: 700;
  font-size: 24px;
  line-height: 80%;
  text-align: center;
  color: #0056A4; }

.section_changing.done_form {
  display: flex;
  flex-direction: column;
  align-items: center; }

.section_changing.done_form .heart_flex {
  margin-top: 17px; }

.simplebar-scrollbar::before {
  background: #0056A4;
  transition: unset;
  opacity: 1; }

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1; }

.direction-country {
  display: none; }

.main_section_scr3 .direction-country:first-of-type {
  display: block; }

.simplebar-content-wrapper {
  padding-right: 12px; }

#ecexportform-phone {
  padding-left: 50px; }

#ecexporteuropeform-phone_europe {
  padding-left: 50px; }

@media screen and (max-width: 1024px) {
  .screen2 .container {
    display: block; }
  .screen2 .left {
    width: 100%; }
  .screen2 .right {
    width: 100%; }
  .main_section_scr3 .section_change {
    padding: 70px 90px 30px; }
  .nav_page {
    font-size: 14px;
    margin-right: 15px;
    padding: 14px 30px;
    white-space: nowrap; }
  .screen2 {
    padding: 35px 0 25px; }
  .bottom_screen1 .bottom_screen1_wrap .main_img img {
    width: 450px; }
  .bottom_screen1 .bottom_screen1_wrap .text {
    width: calc(55% - 80px);
    margin-right: 80px; }
  .scroll_info .scrolling_part {
    overflow-y: unset;
    height: unset; }
  .bottom_scroll_info {
    display: none; }
  .scroll_info ul li {
    color: #2361A9;
    font-weight: 600; }
  .screen3 {
    padding: 64px 0 36px; } }

@media screen and (max-width: 900px) {
  .flex_check_row {
    display: block; }
  .flex_check_row .check-row {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .flex_check_row .check-row:last-of-type {
    margin-bottom: 0; }
  .bottom_screen1 .bottom_screen1_wrap .text {
    width: calc(55% - 70px);
    margin-right: 70px; } }

@media screen and (max-width: 830px) {
  .bottom_screen1 .bottom_screen1_wrap .text {
    width: calc(55% - 50px);
    margin-right: 50px; }
  .nav_page br {
    display: block; } }

@media screen and (max-width: 768px) {
  .screen3 {
    padding: 55px 0 35px; }
  .main_section_scr3 .section_changing {
    padding: 70px 54px 50px; }
  .bottom_screen1_wrap {
    flex-direction: column-reverse; }
  .bottom_screen1_wrap .heading {
    justify-content: center; }
  .bottom_screen1 .bottom_screen1_wrap .main_img {
    width: 100%;
    margin-bottom: 40px; }
  .bottom_screen1 .bottom_screen1_wrap .main_img img {
    width: 100%;
    margin: 0 auto; }
  .bottom_screen1 .bottom_screen1_wrap .text {
    width: 100%;
    margin-right: 106px;
    text-align: center; }
  .main_button {
    padding: 19px 30px; } }

@media screen and (max-width: 650px) {
  .form-flex-wrap {
    display: block; }
  .form_ecommerce .form-flex {
    width: 100%;
    margin-right: 0; }
  .main_section_scr3 .nav_ecommerce {
    left: 0;
    transform: translateX(0);
    margin-left: 0; }
  .nav_ecommerce {
    border-radius: unset;
    width: 100%;
    margin-left: -15px;
    max-width: calc(100% + 15px); }
  .nav_page br {
    display: none; }
  .scroll_info {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 26px 17px 15px; }
  .scroll_info .main-text {
    font-size: 13px;
    line-height: 26px; }
  .h3 {
    font-size: 18px; }
  .main_section_scr3 {
    width: calc(100% + 30px);
    margin-left: -15px; }
  .tags_flex {
    display: inline-flex;
    overflow-x: auto;
    align-items: flex-start;
    max-width: 100%; }
  .screen2 .left .tags_flex .tag {
    border-radius: 12px;
    font-size: 13px;
    padding: 8px 16px;
    margin-right: 10px;
    flex: 0 0 auto; }
  .screen2 .left .tags_flex .tag br {
    display: block; }
  .check-row .info-check-row {
    padding: 10px; }
  .h4 {
    font-size: 15px;
    line-height: 18px; }
  .radio-check-row {
    padding: 28px 14px; }
  .check-row .info-check-row .top-line {
    height: 100%;
    align-items: unset; }
  .check-row .info-check-row .top-line .l {
    width: 45%; }
  .check-row .info-check-row .top-line .r {
    width: calc(55% - 5px);
    margin-left: 5px;
    justify-content: end; }
  .check-row .info-check-row .top-line .img_flag {
    margin-right: 5px;
    width: 30px; }
  .nav_ecommerce {
    overflow-x: auto;
    padding: 10px 15px; }
  .nav_ecommerce .nav_page {
    font-size: 13px;
    margin-right: 5px;
    padding: 14px 24px;
    width: 100%; }
  .main_section_scr3 .section_change {
    padding: 50px 15px 35px; }
  .heading {
    font-size: 24px; }
  .heading .img_head {
    width: 38px;
    height: 38px;
    margin-right: 8px; }
  .main-heading {
    font-size: 28px; }
  .check-row .info-check-row .top-line .r {
    position: relative; }
  .check-row .info-check-row .top-line .r .weight {
    position: absolute;
    bottom: 0;
    right: 60px;
    font-size: 12px; }
  .type-delivery .img-type-delivery {
    width: 90%; }
  .radio-check-row .radio-but {
    width: 20px;
    height: 20px; }
  .name_type_del.h6 {
    font-size: 13px; }
  .top_screen1 .title {
    padding: 20px 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .top_screen1 {
    background-image: unset;
    background-repeat: unset;
    background-position: unset;
    background-size: unset; }
  .top_screen1 .main-heading {
    color: #2361A9; }
  .top_screen1 .sub-button {
    color: #2361A9;
    border: 2px solid #2361A9; }
  .bcg_fly {
    display: block;
    max-width: calc(100% + 30px);
    margin-left: -15px; }
  .screen3 {
    background-color: #EDEFF3; }
  .flex_check_row {
    background-color: white;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px 19px;
    margin-bottom: 40px; }
  .screen2 {
    padding: 35px 0 0px; }
  .primary_pic .full_width {
    margin: 0 auto 3px; } }

html {
  scroll-behavior: smooth; }

.df__lp-export {
  background: #F8F9FA; }

#about {
  padding-bottom: 70px; }
  @media screen and (max-width: 1024px) {
    #about {
      padding-bottom: 30px; } }

#countries {
  background: #fff;
  padding-top: 70px; }
  @media screen and (max-width: 1024px) {
    #countries {
      padding-top: 30px; } }

.df__container-inner {
  max-width: 1260px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .df__container-inner {
      max-width: 934px; } }
  @media screen and (max-width: 1023px) {
    .df__container-inner {
      max-width: 708px; } }
  @media screen and (max-width: 500px) {
    .df__container-inner {
      max-width: 345px; } }

.df__lp-export__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 57px;
  color: #0056A4;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media screen and (max-width: 1024px) {
    .df__lp-export__title {
      font-size: 28px;
      line-height: 34px; } }
  @media screen and (max-width: 500px) {
    .df__lp-export__title {
      font-size: 24px;
      line-height: 36px; } }
  .df__lp-export__title.df__lp-export__title--small {
    font-size: 34px;
    line-height: 41px; }
    @media screen and (max-width: 500px) {
      .df__lp-export__title.df__lp-export__title--small {
        font-size: 24px;
        line-height: 36px; } }

.df__lp-export__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0056A4; }
  @media screen and (max-width: 500px) {
    .df__lp-export__subtitle {
      font-size: 13px;
      line-height: 24px; } }
  .df__lp-export__subtitle.df__lp-export__subtitle--small {
    font-size: 15px; }

.df__lp-export__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #0056A4;
  margin-bottom: 10px; }
  @media screen and (max-width: 500px) {
    .df__lp-export__text {
      font-size: 13px;
      line-height: 24px; } }
  .df__lp-export__text.df__lp-export__text--instructions {
    color: #606B77;
    max-width: 700px;
    line-height: 25px;
    margin-top: 10px; }
  .df__lp-export__text.df__lp-export__text--mobile {
    display: none; }
    @media screen and (max-width: 1024px) {
      .df__lp-export__text.df__lp-export__text--mobile {
        display: block; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__text.df__lp-export__text--mobile {
        max-width: 200px; } }

.df__lp-export__about {
  display: flex;
  margin-top: 60px; }
  @media screen and (max-width: 1024px) {
    .df__lp-export__about {
      flex-direction: column; } }
  .df__lp-export__about-left {
    display: flex;
    flex-direction: column;
    width: 500px;
    margin-right: 90px; }
    @media screen and (max-width: 1024px) {
      .df__lp-export__about-left {
        flex-direction: row;
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__about-left {
        flex-direction: column; } }
    @media screen and (max-width: 1024px) {
      .df__lp-export__about-left-text {
        width: 60%;
        margin-right: 50px; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__about-left-text {
        width: 100%;
        margin-right: 0; } }
  .df__lp-export__about-right {
    position: relative;
    width: calc(100% - 590px); }
    @media screen and (max-width: 1024px) {
      .df__lp-export__about-right {
        width: 100%; } }

.df__lp-export__about-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative; }
  .df__lp-export__about-benefits .slick-list {
    width: 100%;
    margin: 0 -9px; }
  @media screen and (max-width: 1024px) {
    .df__lp-export__about-benefits {
      margin-top: 55px;
      flex-wrap: nowrap; } }
  .df__lp-export__about-benefits .df__lp-export__text {
    width: 300px;
    position: absolute; }
    @media screen and (max-width: 1024px) {
      .df__lp-export__about-benefits .df__lp-export__text {
        top: -55px;
        width: 100%; } }
  .df__lp-export__about-benefits .df__lp-export__about-benefit {
    width: 300px;
    height: 100%;
    margin-bottom: 30px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .df__lp-export__about-benefits .df__lp-export__about-benefit {
        width: 300px;
        margin: 0 9px; }
        .df__lp-export__about-benefits .df__lp-export__about-benefit:last-child {
          margin-right: 0; } }
    .df__lp-export__about-benefits .df__lp-export__about-benefit:nth-child(2) {
      margin-top: 95px; }
      @media screen and (max-width: 1024px) {
        .df__lp-export__about-benefits .df__lp-export__about-benefit:nth-child(2) {
          margin-top: 0; } }
    .df__lp-export__about-benefits .df__lp-export__about-benefit:nth-child(4) {
      margin-bottom: 0; }
    .df__lp-export__about-benefits .df__lp-export__about-benefit:last-child {
      position: absolute;
      right: 0;
      top: 362px;
      height: auto; }
      @media screen and (max-width: 1024px) {
        .df__lp-export__about-benefits .df__lp-export__about-benefit:last-child {
          position: relative;
          top: 0; } }
    .df__lp-export__about-benefits .df__lp-export__about-benefit img {
      width: 100%; }
    .df__lp-export__about-benefits .df__lp-export__about-benefit-body {
      background: #FFFFFF;
      padding: 20px;
      position: absolute;
      bottom: 20px;
      width: 260px;
      left: 20px; }
      @media screen and (max-width: 1024px) {
        .df__lp-export__about-benefits .df__lp-export__about-benefit-body {
          width: 200px;
          left: 10px;
          bottom: 10px; } }
    .df__lp-export__about-benefits .df__lp-export__about-benefit-title {
      font-weight: 700;
      font-size: 16px;
      line-height: 21px;
      color: #2361A9;
      margin-bottom: 6px; }
    .df__lp-export__about-benefits .df__lp-export__about-benefit-text {
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      color: #606B77; }

.df__lp-export__video {
  margin-top: auto;
  position: relative;
  height: fit-content; }
  @media screen and (max-width: 1024px) {
    .df__lp-export__video {
      margin-top: 0; } }
  @media screen and (max-width: 1023px) {
    .df__lp-export__video {
      height: 100%; } }
  .df__lp-export__video-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
    color: #F8F9FA;
    background: #0056A4;
    padding: 7px 17px;
    width: max-content; }
  .df__lp-export__video-play {
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 20px);
    cursor: pointer; }

.df__lp-export__countries-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 35px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1023px) {
    .df__lp-export__countries-head {
      flex-direction: column;
      align-items: flex-start; }
      .df__lp-export__countries-head .df__lp-export__subtitle {
        width: 476px; } }
  @media screen and (max-width: 500px) {
    .df__lp-export__countries-head .df__lp-export__subtitle {
      width: 100%; } }

.df__lp-export__countries-search {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .df__lp-export__countries-search {
      margin-top: 20px; } }
  .df__lp-export__countries-search svg {
    position: absolute;
    left: 18px;
    top: 14px; }
  .df__lp-export__countries-search-input {
    border: 2px solid #2361A9;
    border-radius: 100px;
    width: 345px;
    height: 50px;
    padding-left: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #9097A0; }

.df__lp-export__countries-body {
  display: flex;
  flex-wrap: wrap;
  max-height: 600px;
  overflow-y: scroll;
  justify-content: left;
  flex-flow: row wrap;
  gap: 40px 60px;
  padding-right: 40px; }
  .df__lp-export__countries-body::-webkit-scrollbar {
    width: 5px; }
  .df__lp-export__countries-body::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .df__lp-export__countries-body::-webkit-scrollbar-thumb {
    background: #0056A4;
    border-radius: 10px; }
  @media screen and (max-width: 500px) {
    .df__lp-export__countries-body {
      gap: 30px 40px;
      padding-right: 20px; } }

.df__lp-export__countries-item {
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
  width: 120px; }
  @media screen and (max-width: 500px) {
    .df__lp-export__countries-item {
      margin-bottom: 0;
      width: 95px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .df__lp-export__countries-item:last-child {
        margin-bottom: 20px; } }
  .df__lp-export__countries-item-alert {
    position: absolute;
    right: 0; }
    @media screen and (max-width: 500px) {
      .df__lp-export__countries-item-alert {
        width: 19.5px;
        height: 19.5px;
        right: 5px; } }
  .df__lp-export__countries-item-circle {
    background: #FFFFFF;
    border: 1px solid #D8E0EB;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px; }
    @media screen and (max-width: 500px) {
      .df__lp-export__countries-item-circle {
        width: 80px;
        height: 80px;
        margin-bottom: 0; } }
    .df__lp-export__countries-item-circle img {
      width: 60px; }
  .df__lp-export__countries-item-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #2361A9;
    text-transform: uppercase; }
    @media screen and (max-width: 500px) {
      .df__lp-export__countries-item-name {
        font-size: 12px;
        line-height: 14px;
        margin-top: 5px; } }

@media screen and (max-width: 1024px) {
  .df__lp-export__tarifs {
    padding-top: 40px; } }

@media screen and (max-width: 500px) {
  .df__lp-export__tarifs .df__lp-export__subtitle {
    margin-bottom: 10px; } }

.df__lp-export__tarifs-items {
  display: flex;
  flex-direction: column;
  margin-top: 20px; }
  @media screen and (max-width: 500px) {
    .df__lp-export__tarifs-items {
      margin-top: 0; } }

.df__lp-export__tarifs-item {
  background: #FFFFFF;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 5px; }
  @media screen and (max-width: 500px) {
    .df__lp-export__tarifs-item {
      flex-direction: column;
      padding: 0 15px;
      justify-content: center;
      align-items: flex-start; } }
  .df__lp-export__tarifs-item-text-left {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #0056A4; }
    @media screen and (max-width: 500px) {
      .df__lp-export__tarifs-item-text-left {
        font-size: 13px; } }
  .df__lp-export__tarifs-item-text-right {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #E40137;
    display: flex;
    align-items: center;
    text-decoration: underline; }
    @media screen and (max-width: 500px) {
      .df__lp-export__tarifs-item-text-right {
        font-size: 13px;
        display: flex;
        flex-direction: row-reverse; } }
    .df__lp-export__tarifs-item-text-right img {
      margin-left: 15px; }
      @media screen and (max-width: 500px) {
        .df__lp-export__tarifs-item-text-right img {
          margin-left: 0;
          margin-right: 7px; } }

.df__container--lp-export__tarifs {
  background: #F8F9FA;
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 100% !important; }
  @media screen and (max-width: 1024px) {
    .df__container--lp-export__tarifs {
      padding-top: 40px;
      padding-bottom: 30px; } }

@media screen and (max-width: 500px) {
  .df__container--lp-export__instructions {
    max-width: 100%; } }

.df__lp-export__instructions {
  margin-top: 70px;
  margin-bottom: 60px; }
  .df__lp-export__instructions.df__lp-export__instructions--inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 800px) {
      .df__lp-export__instructions.df__lp-export__instructions--inner {
        flex-direction: column; } }
  @media screen and (max-width: 1024px) {
    .df__lp-export__instructions {
      margin-top: 40px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 1023px) {
    .df__lp-export__instructions {
      margin-bottom: 30px; } }
  @media screen and (max-width: 500px) {
    .df__lp-export__instructions {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 40px;
      background: #F8F9FA; }
      .df__lp-export__instructions .df__lp-export__title, .df__lp-export__instructions .df__lp-export__subtitle, .df__lp-export__instructions .df__lp-export__text {
        margin: 0 auto; } }

.df__lp-export__instructions-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  position: relative; }
  .df__lp-export__instructions-control-arrows {
    display: none; }
    .df__lp-export__instructions-control-arrows.active {
      display: flex; }
    .df__lp-export__instructions-control-arrows svg {
      cursor: pointer; }
    .df__lp-export__instructions-control-arrows svg:first-child {
      margin-right: 19px; }
    @media screen and (max-width: 1023px) {
      .df__lp-export__instructions-control-arrows svg {
        width: 47px; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__instructions-control-arrows svg {
        width: 30px; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__instructions-control-arrows {
        display: none !important; } }
  .df__lp-export__instructions-control-buttons {
    background: #2361A9;
    border-radius: 120px;
    display: flex;
    align-items: center;
    padding: 6px 0; }
    @media screen and (max-width: 1023px) {
      .df__lp-export__instructions-control-buttons {
        height: 48px; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__instructions-control-buttons {
        height: 66px;
        border-radius: 0;
        padding: 6px 0;
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */ }
        .df__lp-export__instructions-control-buttons::-webkit-scrollbar {
          display: none;
          /* Safari and Chrome */ } }
    .df__lp-export__instructions-control-buttons li {
      font-weight: 700;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-right: 30px;
      cursor: pointer;
      height: 47px;
      display: flex;
      align-items: center; }
      .df__lp-export__instructions-control-buttons li:first-child {
        padding-left: 36px; }
        .df__lp-export__instructions-control-buttons li:first-child.active {
          margin-left: 6px; }
      .df__lp-export__instructions-control-buttons li:last-child {
        padding-right: 36px; }
        .df__lp-export__instructions-control-buttons li:last-child.active {
          margin-right: 6px; }
      @media screen and (max-width: 1023px) {
        .df__lp-export__instructions-control-buttons li {
          font-size: 11px;
          line-height: 13px; } }
      @media screen and (max-width: 500px) {
        .df__lp-export__instructions-control-buttons li {
          font-size: 12px;
          line-height: 15px;
          min-width: 170px;
          text-align: center;
          height: auto;
          display: block; }
          .df__lp-export__instructions-control-buttons li:first-child {
            padding-left: 15px; }
          .df__lp-export__instructions-control-buttons li:first-child {
            padding-right: 15px; } }
      .df__lp-export__instructions-control-buttons li.active {
        color: #2361A9;
        background: #FFFFFF;
        border-radius: 120px;
        padding: 15px 30px; }
        @media screen and (max-width: 1023px) {
          .df__lp-export__instructions-control-buttons li.active {
            padding: 12px 20px; } }
        @media screen and (max-width: 500px) {
          .df__lp-export__instructions-control-buttons li.active {
            padding: 12px 0; } }
      .df__lp-export__instructions-control-buttons li:last-child {
        margin-right: 0; }

.df__lp-export__instructions-items {
  display: none;
  margin-top: 70px;
  position: unset !important; }
  .df__lp-export__instructions-items.active {
    display: flex; }
  .df__lp-export__instructions-items .slick-list {
    width: 100%; }
  .df__lp-export__instructions-items .slick-arrow {
    background: #1E579F;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6; }
    @media screen and (max-width: 800px) {
      .df__lp-export__instructions-items .slick-arrow {
        display: none !important; } }
    .df__lp-export__instructions-items .slick-arrow::before {
      content: url("/images/export_lp/arrow.svg");
      position: absolute; }
  .df__lp-export__instructions-items .slick-next {
    border-radius: 50px 0 0 50px;
    top: 50px;
    right: 0; }
    .df__lp-export__instructions-items .slick-next::before {
      top: calc(50% - 8px);
      left: 23px; }
    .df__lp-export__instructions-items .slick-next::before {
      transform: rotate(180deg); }
  .df__lp-export__instructions-items .slick-prev {
    border-radius: 0 50px 50px 0;
    top: 50px;
    left: 0; }
    .df__lp-export__instructions-items .slick-prev::before {
      top: calc(50% - 12px);
      right: 23px; }
  @media screen and (max-width: 1024px) {
    .df__lp-export__instructions-items {
      margin-top: 40px; } }
  @media screen and (max-width: 500px) {
    .df__lp-export__instructions-items {
      margin-left: 15px;
      margin-top: 0; } }
  .df__lp-export__instructions-items .df__lp-export__instructions-item {
    width: 330px;
    margin: 0 28px 0 0;
    position: relative; }
    @media screen and (max-width: 500px) {
      .df__lp-export__instructions-items .df__lp-export__instructions-item {
        width: 225px;
        margin: 0; } }
    .df__lp-export__instructions-items .df__lp-export__instructions-item-arrow {
      position: absolute;
      right: 0;
      top: 35px; }
      @media screen and (max-width: 500px) {
        .df__lp-export__instructions-items .df__lp-export__instructions-item-arrow {
          right: 20px; } }
    .df__lp-export__instructions-items .df__lp-export__instructions-item-line {
      width: 4px;
      background: linear-gradient(180deg, #0056A4 0%, rgba(217, 217, 217, 0) 100%);
      height: 100%;
      position: absolute;
      left: 2px;
      top: 40px; }
    .df__lp-export__instructions-items .df__lp-export__instructions-item-icon {
      background: #0056A4;
      border-radius: 100%;
      width: 104px;
      height: 104px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 21px; }
    .df__lp-export__instructions-items .df__lp-export__instructions-item-title {
      font-weight: 700;
      font-size: 18px;
      line-height: 28px;
      text-transform: uppercase;
      color: #2361A9;
      margin-bottom: 10px;
      margin-left: 24px; }
      @media screen and (max-width: 500px) {
        .df__lp-export__instructions-items .df__lp-export__instructions-item-title {
          width: 200px; } }
    .df__lp-export__instructions-items .df__lp-export__instructions-item-text {
      font-weight: 500;
      font-size: 15px;
      line-height: 25px;
      color: #606B77;
      margin-left: 24px; }
      @media screen and (max-width: 500px) {
        .df__lp-export__instructions-items .df__lp-export__instructions-item-text {
          width: 200px; } }

.df__lp-export__instructions-info-items {
  display: none;
  flex-wrap: wrap;
  margin-top: 66px; }
  .df__lp-export__instructions-info-items.active {
    display: flex; }
  @media screen and (max-width: 1024px) {
    .df__lp-export__instructions-info-items {
      margin-top: 46px; } }
  .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item {
    position: relative;
    width: calc(50% - 10px);
    background: #EDEFF3;
    border-top: 4px solid #E40137;
    padding: 30px 70px 37px 80px;
    margin-right: 20px; }
    .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item:nth-child(2) {
      margin-right: 0; }
    @media screen and (max-width: 1023px) {
      .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item {
        padding: 20px 15px; } }
    .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item.df__lp-export__instructions-info-item--big {
      width: 100%;
      margin-right: 0;
      margin-top: 30px; }
      @media screen and (max-width: 1023px) {
        .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item.df__lp-export__instructions-info-item--big {
          margin-top: 0; } }
    .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-part {
      margin-top: 45px; }
      @media screen and (max-width: 1024px) {
        .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-part {
          padding-bottom: 20px;
          margin-top: 20px; } }
      .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-part:first-child {
        margin-top: 0; }
      .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-part:last-child {
        border-bottom: none; }
    .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item svg {
      position: absolute;
      left: 34px;
      top: 34px; }
      @media screen and (max-width: 500px) {
        .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item svg {
          width: 19.5px;
          height: 19.5px;
          left: 17px;
          top: 23px; } }
    .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-title {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      color: #2361A9;
      margin-bottom: 10px; }
      @media screen and (max-width: 500px) {
        .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-title {
          padding-left: 35px;
          font-size: 14px; } }
      .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-title.df__lp-export__instructions-info-item-title--big {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #2361A9; }
        @media screen and (max-width: 500px) {
          .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-title.df__lp-export__instructions-info-item-title--big {
            font-size: 14px;
            line-height: 24px; } }
      .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-title.df__lp-export__instructions-info-item-title--medium {
        font-weight: 700;
        font-size: 17px;
        line-height: 26px;
        color: #2361A9; }
        @media screen and (max-width: 500px) {
          .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-title.df__lp-export__instructions-info-item-title--medium {
            padding-left: 0;
            font-size: 14px;
            line-height: 24px; } }
      .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-title.df__lp-export__instructions-info-item-title--light {
        font-weight: 600;
        font-size: 15px;
        line-height: 25px;
        color: #2361A9; }
        @media screen and (max-width: 500px) {
          .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-title.df__lp-export__instructions-info-item-title--light {
            font-size: 13px;
            line-height: 24px;
            padding-left: 0; } }
    .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-text {
      font-weight: 500;
      font-size: 15px;
      line-height: 25px;
      color: #606B77; }
      @media screen and (max-width: 500px) {
        .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-text {
          font-size: 13px;
          line-height: 24px; } }
      .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-text span {
        font-weight: 600;
        color: #2361A9; }
    .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-contacts {
      display: flex;
      margin-top: 34px; }
      @media screen and (max-width: 1024px) {
        .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-contacts {
          flex-direction: column; } }
      .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-contacts .df__lp-export__instructions-info-item-contact {
        padding-top: 20px;
        border-top: 2px solid rgba(96, 107, 119, 0.3);
        width: 300px;
        margin-right: 82px; }
        @media screen and (max-width: 1024px) {
          .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-contacts .df__lp-export__instructions-info-item-contact {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px; } }
        .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-contacts .df__lp-export__instructions-info-item-contact .df__lp-export__instructions-info-item-title {
          font-size: 20px;
          line-height: 25px; }
          @media screen and (max-width: 500px) {
            .df__lp-export__instructions-info-items .df__lp-export__instructions-info-item-contacts .df__lp-export__instructions-info-item-contact .df__lp-export__instructions-info-item-title {
              padding-left: 0;
              font-size: 14px;
              line-height: 25px; } }

.df__container--lp-export__restrictions {
  background: linear-gradient(90deg, #014684 0%, #0056A4 93.19%);
  padding-top: 70px;
  padding-bottom: 20px;
  max-width: 100% !important; }
  @media screen and (max-width: 500px) {
    .df__container--lp-export__restrictions {
      padding-bottom: 0; } }

@media screen and (max-width: 1024px) {
  .df__lp-export__restrictions {
    padding-top: 30px; } }

.df__lp-export__restrictions .df__lp-export__title {
  color: #F8F9FA;
  text-align: center; }

.df__lp-export__restrictions .df__lp-export__text {
  color: #F8F9FA;
  text-align: center; }

.df__lp-export__restrictions-items {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  flex-wrap: wrap; }
  @media screen and (max-width: 1023px) {
    .df__lp-export__restrictions-items {
      justify-content: center; } }
  @media screen and (max-width: 500px) {
    .df__lp-export__restrictions-items {
      flex-direction: column;
      align-items: center;
      margin-top: 30px; } }
  .df__lp-export__restrictions-items .df__lp-export__restrictions-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1023px) {
      .df__lp-export__restrictions-items .df__lp-export__restrictions-item {
        width: 235px; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__restrictions-items .df__lp-export__restrictions-item {
        width: 267px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 1023px) {
      .df__lp-export__restrictions-items .df__lp-export__restrictions-item:nth-child(2) {
        border: none;
        padding: 0; } }
    .df__lp-export__restrictions-items .df__lp-export__restrictions-item:first-child {
      padding-right: 58px; }
      @media screen and (max-width: 1023px) {
        .df__lp-export__restrictions-items .df__lp-export__restrictions-item:first-child {
          border: none;
          padding: 0; } }
    .df__lp-export__restrictions-items .df__lp-export__restrictions-item:last-child {
      padding-left: 0; }
      @media screen and (max-width: 1023px) {
        .df__lp-export__restrictions-items .df__lp-export__restrictions-item:last-child {
          border: none;
          padding: 0; } }
    .df__lp-export__restrictions-items .df__lp-export__restrictions-item-circle {
      background: #014480;
      border-radius: 100%;
      width: 120px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 500px) {
        .df__lp-export__restrictions-items .df__lp-export__restrictions-item-circle {
          width: 100px;
          height: 100px; } }
    .df__lp-export__restrictions-items .df__lp-export__restrictions-item-title {
      font-weight: 700;
      font-size: 18px;
      line-height: 28px;
      text-transform: uppercase;
      color: #F8F9FA;
      margin-bottom: 15px;
      text-align: center; }
      @media screen and (max-width: 500px) {
        .df__lp-export__restrictions-items .df__lp-export__restrictions-item-title {
          font-size: 15px;
          line-height: 24px; } }
    .df__lp-export__restrictions-items .df__lp-export__restrictions-item-btn {
      font-weight: 700;
      font-size: 13px;
      line-height: 14px;
      text-transform: uppercase;
      color: #FFFFFF;
      border: 2px solid #FFFFFF;
      border-radius: 100px;
      padding: 13px 27px;
      margin-top: auto; }

.df__container--lp-export__faq {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff; }
  @media screen and (max-width: 1024px) {
    .df__container--lp-export__faq {
      padding-top: 49px;
      padding-bottom: 42px; } }
  @media screen and (max-width: 500px) {
    .df__container--lp-export__faq {
      padding-top: 40px !important;
      padding-bottom: 40px !important; }
      .df__container--lp-export__faq .df__container-inner {
        max-width: 100%; }
      .df__container--lp-export__faq .df__lp-export__title {
        max-width: 345px;
        margin: 0 auto 20px auto;
        text-align: center; } }

.df__lp-export__faq {
  display: flex;
  flex-direction: column; }
  .df__lp-export__faq-item.active .df__lp-export__faq-item-text {
    display: block; }
  .df__lp-export__faq-item.active .df__lp-export__faq-item-inner-arrow {
    transform: rotate(180deg); }
  .df__lp-export__faq-item-inner {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    background: #F8F9FA;
    margin-bottom: 5px;
    cursor: pointer; }
    .df__lp-export__faq-item-inner-icon {
      margin-right: 15px; }
    .df__lp-export__faq-item-inner-title {
      font-weight: 700;
      font-size: 16px;
      line-height: 21px;
      text-transform: uppercase;
      color: #2361A9; }
      @media screen and (max-width: 500px) {
        .df__lp-export__faq-item-inner-title {
          max-width: 340px; } }
      @media screen and (max-width: 425px) {
        .df__lp-export__faq-item-inner-title {
          max-width: 265px; } }
    .df__lp-export__faq-item-inner-arrow {
      margin-left: auto; }
    .df__lp-export__faq-item-inner.active .df__lp-export__faq-item-inner-arrow {
      transform: rotate(180deg); }
  .df__lp-export__faq-item-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #606B77;
    margin: 30px 0;
    padding-left: 56px;
    padding-right: 56px;
    display: none; }
    @media screen and (max-width: 500px) {
      .df__lp-export__faq-item-text {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 100%; } }

.df__container--lp-export__delivery {
  background: #014684;
  padding: 62px 0;
  position: relative;
  max-width: 100% !important; }
  @media screen and (max-width: 1024px) {
    .df__container--lp-export__delivery {
      padding: 40px 0 60px 0 !important; } }

.df__lp-export__delivery {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .df__lp-export__delivery-boxes-left {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2; }
    @media screen and (max-width: 1023px) {
      .df__lp-export__delivery-boxes-left {
        width: 25%; } }
  .df__lp-export__delivery-boxes-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2; }
    @media screen and (max-width: 1023px) {
      .df__lp-export__delivery-boxes-right {
        width: 25%; } }
  .df__lp-export__delivery-boxes-arrow-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .df__lp-export__delivery-boxes-arrow-right {
        width: 24%;
        height: 100%; } }
    @media screen and (max-width: 1023px) {
      .df__lp-export__delivery-boxes-arrow-right {
        right: -185px;
        width: auto; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__delivery-boxes-arrow-right {
        display: none; } }
  .df__lp-export__delivery-boxes-arrow-left {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: rotate(180deg); }
    @media screen and (max-width: 1024px) {
      .df__lp-export__delivery-boxes-arrow-left {
        width: 24%;
        height: 100%; } }
    @media screen and (max-width: 1023px) {
      .df__lp-export__delivery-boxes-arrow-left {
        left: -185px;
        width: auto; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__delivery-boxes-arrow-left {
        display: none; } }
  .df__lp-export__delivery-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    max-width: 500px; }
    @media screen and (max-width: 1023px) {
      .df__lp-export__delivery-title {
        margin-bottom: 10px; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__delivery-title {
        font-size: 24px;
        line-height: 36px; } }
  .df__lp-export__delivery-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 540px; }
    @media screen and (max-width: 1024px) {
      .df__lp-export__delivery-text {
        max-width: 420px; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__delivery-text {
        font-size: 13px;
        line-height: 24px; } }
  .df__lp-export__delivery-btn {
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 41px; }
    @media screen and (max-width: 500px) {
      .df__lp-export__delivery-btn {
        padding: 10px 25px; } }

@media screen and (max-width: 500px) {
  .m-pl-0 {
    padding-left: 0 !important; } }

.df__lp-export__slider {
  background: linear-gradient(90deg, #014684 0%, #0056A4 93.19%); }
  @media screen and (max-width: 1024px) {
    .df__lp-export__slider {
      padding-top: 100px; }
      .df__lp-export__slider .slick-slide {
        margin: 50px 0 50px 46px; }
      .df__lp-export__slider .slider-controls {
        top: unset;
        bottom: 5px !important; } }
  .df__lp-export__slider .slider-bg-overlay {
    height: 100%; }
  .df__lp-export__slider .banner-mobile-img {
    display: none; }
  .df__lp-export__slider .slick-dots li.slick-active button, .df__lp-export__slider .slick-dots li:hover button {
    background-color: #fff !important; }
  .df__lp-export__slider .slick-dots li button {
    background: rgba(255, 255, 255, 0.2) !important; }
  @media screen and (max-width: 500px) {
    .df__lp-export__slider .slick-dots {
      position: absolute !important;
      top: 50px; }
    .df__lp-export__slider .slick-slide {
      margin: 0;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .df__lp-export__slider .banner-block-inner {
      margin: 40px 0 0 0; }
    .df__lp-export__slider .banner-mobile-img {
      display: block;
      width: 100%;
      height: 100%;
      margin-top: 58px; }
      .df__lp-export__slider .banner-mobile-img img {
        width: 100%; }
    .df__lp-export__slider .slider-controls {
      top: 430px; }
    .df__lp-export__slider .banner-dscr {
      margin-bottom: 20px !important; }
    .df__lp-export__slider .banner-btns .banner-btn--outline {
      padding: 15px 32px;
      margin-right: 0 !important; } }
  .df__lp-export__slider .banner-inner {
    padding: 0; }
  .df__lp-export__slider .bg-overlay {
    padding: 0;
    top: unset;
    left: unset; }
    @media screen and (max-width: 1024px) {
      .df__lp-export__slider .bg-overlay {
        position: absolute !important;
        width: auto !important;
        height: 100% !important; } }
    @media screen and (max-width: 1023px) {
      .df__lp-export__slider .bg-overlay {
        right: -170px; } }
  .df__lp-export__slider .banner-block:before {
    background: none; }
  .df__lp-export__slider .banner-title {
    font-weight: 700;
    font-size: 34px !important;
    line-height: 48px !important;
    text-transform: uppercase !important;
    color: #F8F9FA !important; }
    @media screen and (max-width: 1024px) {
      .df__lp-export__slider .banner-title {
        font-size: 26px !important;
        line-height: 36px !important;
        padding: 0 !important;
        margin-top: 0 !important;
        width: 385px !important; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__slider .banner-title {
        text-align: center;
        font-size: 23px !important;
        line-height: 33px !important; } }
  .df__lp-export__slider .banner-uptitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 7px 15px;
    color: #0056A4;
    background: #FFD72F;
    border-radius: 8px;
    margin-bottom: 20px;
    width: fit-content; }
    @media screen and (max-width: 1024px) {
      .df__lp-export__slider .banner-uptitle {
        font-size: 11px;
        line-height: 16px; } }
  .df__lp-export__slider .banner-dscr {
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 30px !important;
    color: #F8F9FA !important;
    margin-bottom: 44px; }
    @media screen and (max-width: 1024px) {
      .df__lp-export__slider .banner-dscr {
        font-size: 14px !important;
        line-height: 24px !important;
        padding: 0 !important;
        margin-bottom: 30px !important;
        width: 280px !important; } }
  .df__lp-export__slider .banner-btn {
    background: #FFFFFF;
    border-radius: 100px;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #014C91;
    padding: 19px 30px;
    width: unset !important;
    height: unset !important; }
    @media screen and (max-width: 1024px) {
      .df__lp-export__slider .banner-btn {
        margin-left: 0 !important; } }
  .df__lp-export__slider .banner-btn--outline {
    background: none;
    border: 2px solid #FFFFFF;
    color: #fff; }
  .df__lp-export__slider .banner-btns {
    display: flex; }
    .df__lp-export__slider .banner-btns a:first-child {
      margin-right: 20px; }
    @media screen and (max-width: 1024px) {
      .df__lp-export__slider .banner-btns {
        max-width: 460px; } }
    @media screen and (max-width: 1023px) {
      .df__lp-export__slider .banner-btns {
        justify-content: flex-start; }
        .df__lp-export__slider .banner-btns .banner-btn:first-child {
          margin-right: 20px; } }
    @media screen and (max-width: 500px) {
      .df__lp-export__slider .banner-btns {
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .df__lp-export__slider .banner-btns .banner-btn:first-child {
          margin-bottom: 20px; } }

.df__lp-export__header {
  padding: 6px 40px;
  border-top: 1px solid #E6E6E6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative; }
  .df__lp-export__header .header-nav {
    background-color: #fff !important; }
  .df__lp-export__header .header-nav-btm {
    overflow-y: hidden; }
  .df__lp-export__header .header-nav-btm {
    overflow-y: hidden; }
  @media screen and (max-width: 1024px) {
    .df__lp-export__header {
      padding: 5px 30px; } }
  @media screen and (max-width: 500px) {
    .df__lp-export__header {
      padding: 3px 15px; } }
  .df__lp-export__header .df__lp-export__header-list {
    display: flex;
    align-items: center;
    width: 100%; }
    .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item {
      font-weight: 600;
      font-size: 16px;
      line-height: 17px;
      color: #2361A9;
      margin-right: 29px;
      height: 50px;
      display: flex;
      align-items: center; }
      .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item > a {
        display: flex;
        align-items: center; }
        .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item > a svg {
          width: 10px;
          margin-left: 5px; }
      @media screen and (max-width: 1024px) {
        .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item {
          line-height: 12px;
          font-size: 12px; } }
      .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item:last-child {
        margin-left: 10px;
        background: #3262A4;
        border: 2px solid #3262A4;
        border-radius: 100px;
        padding: 13px 24px;
        margin-right: 0; }
        @media screen and (max-width: 1024px) {
          .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item:last-child {
            padding: 7px 12px;
            height: 30px; } }
        .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item:last-child a {
          font-weight: 700;
          font-size: 14px;
          line-height: 15px;
          color: #FFFFFF; }
          @media screen and (max-width: 1024px) {
            .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item:last-child a {
              line-height: 12px;
              font-size: 12px; } }
      .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item:nth-last-child(2) {
        font-weight: 700;
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #3262A4;
        border: 2px solid #3262A4;
        border-radius: 100px;
        padding: 0 21px;
        margin-left: auto;
        margin-right: 0; }
        @media screen and (max-width: 1024px) {
          .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item:nth-last-child(2) {
            height: 30px; } }
      .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item .df__lp-export__header-sublist {
        position: absolute;
        background: #fff;
        flex-direction: column;
        padding: 20px;
        width: 245px;
        top: 50px;
        display: none; }
        @media screen and (max-width: 500px) {
          .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item .df__lp-export__header-sublist {
            left: 0; } }
        .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item .df__lp-export__header-sublist li {
          margin-bottom: 10px; }
          .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item .df__lp-export__header-sublist li:last-child {
            margin-bottom: 0; }
      .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item:hover .df__lp-export__header-sublist {
        display: flex; }
      .df__lp-export__header .df__lp-export__header-list .df__lp-export__header-list-item:hover > a svg {
        transform: rotate(180deg); }

.sp-force-hide {
  display: none; }

.sp-form[sp-id="214885"] {
  display: block;
  background: white;
  padding: 15px;
  width: 580px;
  max-width: 100%;
  border-radius: 8px;
  font-family: "Segoe UI", Segoe, "Avenir Next", "Open Sans", sans-serif;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border-width: 1px;
  border-color: #0061af;
  border-style: solid; }

.sp-form[sp-id="214885"] input[type="checkbox"] {
  display: inline-block;
  opacity: 1;
  visibility: visible; }

.sp-form[sp-id="214885"] .sp-form-fields-wrapper {
  margin: 0 auto;
  width: 550px; }

.sp-form[sp-id="214885"] .sp-form-control {
  background: #ffffff;
  border-color: #eceff4;
  border-style: solid;
  border-width: 2px;
  font-size: 15px;
  padding-left: 8.75px;
  padding-right: 8.75px;
  border-radius: 4px;
  height: 35px;
  width: 100%; }

.sp-form[sp-id="214885"] .sp-field label {
  color: #8493a8;
  font-size: 14px;
  font-style: normal;
  font-weight: bold; }

.sp-form[sp-id="214885"] .sp-button-messengers {
  border-radius: 4px; }

.sp-form[sp-id="214885"] .sp-button {
  border-radius: 25px;
  background-color: #0061af;
  color: #ffffff;
  width: 100%;
  font-weight: 700;
  font-style: normal;
  font-family: "Segoe UI", Segoe, "Avenir Next", "Open Sans", sans-serif;
  box-shadow: none;
  text-align: center; }

.sp-form[sp-id="214885"] .sp-button-container {
  text-align: left;
  width: 100%; }

.sp-form-outer {
  margin-top: 20px; }

.df__popup--export-lp-courier .df__popup-body {
  width: 800px; }
  @media screen and (max-width: 500px) {
    .df__popup--export-lp-courier .df__popup-body {
      width: 100%; } }

.df__lp-export__instructions-info-items--2 .df__lp-export__instructions-info-item-part {
  padding: 0;
  border: none; }

.df__lp-export__offices {
  width: 100%;
  margin-top: 50px; }
  @media screen and (max-width: 1024px) {
    .df__lp-export__offices {
      padding: 0; } }
  @media screen and (max-width: 500px) {
    .df__lp-export__offices {
      margin-top: 30px; } }
  .df__lp-export__offices-table {
    height: 500px;
    overflow: auto; }
    .df__lp-export__offices-table::-webkit-scrollbar {
      width: 5px; }
    .df__lp-export__offices-table::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .df__lp-export__offices-table::-webkit-scrollbar-thumb {
      background: #0056A4;
      border-radius: 10px; }
  .df__lp-export__offices .df__lp-export__subtitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #0056A4; }
  .df__lp-export__offices .df__lp-export__countries-search {
    margin-top: 20px; }
    @media screen and (max-width: 500px) {
      .df__lp-export__offices .df__lp-export__countries-search {
        margin: 20px auto 0 auto;
        max-width: 345px; }
        .df__lp-export__offices .df__lp-export__countries-search input {
          width: 100%; } }
  .df__lp-export__offices .df__lp-export__countries-search-input {
    width: 600px; }

#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #eceff4;
  font-size: 14px;
  margin-top: 20px; }

#myTable th, #myTable td {
  text-align: left;
  padding: 12px; }

#myTable tr {
  border-bottom: 1px solid #eceff4; }

#myTable tr.header, #myTable tr:hover {
  background-color: #eceff4;
  color: #0056a4;
  border-radius: 10px; }

.df__lp-export__instructions-info-item-part.relative {
  position: relative; }
  .df__lp-export__instructions-info-item-part.relative svg {
    left: -46px;
    top: 0; }
    @media screen and (max-width: 500px) {
      .df__lp-export__instructions-info-item-part.relative svg {
        left: 0; } }
  @media screen and (max-width: 500px) {
    .df__lp-export__instructions-info-item-part.relative .df__lp-export__instructions-info-item-title {
      margin-left: 35px; } }

.df__lp-export__instructions-info-item-part.border-bottom {
  border-bottom: 2px solid rgba(96, 107, 119, 0.3);
  padding-bottom: 40px; }

.df__lp-export__benefits-control-arrows {
  position: absolute;
  right: 0;
  top: 0; }
  @media screen and (min-width: 1025px) {
    .df__lp-export__benefits-control-arrows {
      display: none; } }
  @media screen and (max-width: 500px) {
    .df__lp-export__benefits-control-arrows {
      top: 63px; } }
  .df__lp-export__benefits-control-arrows .df__lp-export__benefits-control-arrows-prev {
    margin-right: 19px; }
    @media screen and (max-width: 768px) {
      .df__lp-export__benefits-control-arrows .df__lp-export__benefits-control-arrows-prev {
        margin-right: 9px; } }
  .df__lp-export__benefits-control-arrows svg {
    cursor: pointer; }
  @media screen and (max-width: 768px) {
    .df__lp-export__benefits-control-arrows svg {
      width: 47px; } }

.df__lp-export__instructions-dropdown {
  position: relative; }
  .df__lp-export__instructions-dropdown-selected {
    z-index: 7;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2361A9;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border: 2px solid #2361A9;
    border-radius: 100px;
    height: 62px;
    width: 430px;
    cursor: pointer;
    position: relative; }
    @media screen and (max-width: 500px) {
      .df__lp-export__instructions-dropdown-selected {
        width: 100%;
        height: 50px; } }
  .df__lp-export__instructions-dropdown.active .df__lp-export__instructions-dropdown-items {
    display: flex; }
  .df__lp-export__instructions-dropdown.active .df__lp-export__instructions-dropdown-selected svg {
    transform: rotate(180deg); }
  .df__lp-export__instructions-dropdown-items {
    display: none;
    z-index: 6;
    position: absolute;
    flex-direction: column;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EBEFF3;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 32px 0 10px 0;
    top: 40px; }
  .df__lp-export__instructions-dropdown-item {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2361A9;
    padding: 16px 32px;
    border-top: 1px solid #EBEFF3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .df__lp-export__instructions-dropdown-item.active:after {
      content: url("/images/export_lp/checkmark.svg"); }
    .df__lp-export__instructions-dropdown-item:last-child {
      border-bottom: 1px solid #EBEFF3; }

@media screen and (max-width: 800px) {
  .df__lp-export__instructions-left {
    margin-bottom: 20px; } }

.df__lp-export__instructions-blur {
  background: linear-gradient(270deg, #fff 25%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  width: 300px;
  height: 300px;
  z-index: 5;
  pointer-events: none; }
  @media screen and (max-width: 500px) {
    .df__lp-export__instructions-blur {
      width: 150px; } }

@media screen and (max-width: 500px) {
  .df__container--lp-export__news {
    padding-top: 30px !important; } }

.df__lp-export__subtitle-block {
  display: none; }
  .df__lp-export__subtitle-block.active {
    display: block; }

.df__container--lp-export__calculator {
  max-width: 100%;
  background: #fff;
  padding: 50px 0;
  margin-top: 60px !important; }
  @media screen and (max-width: 1024px) {
    .df__container--lp-export__calculator {
      margin-top: 30px !important;
      padding: 50px 0 !important; } }
  .df__container--lp-export__calculator .df__container-inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 500px) {
      .df__container--lp-export__calculator .df__container-inner {
        flex-direction: column; } }

.df__lp-export__calculator-left {
  width: 33%; }
  @media screen and (max-width: 500px) {
    .df__lp-export__calculator-left {
      width: 100%;
      margin-bottom: 30px; } }

.df__lp-export__calculator-right {
  width: calc(67% - 75px); }
  @media screen and (max-width: 1024px) {
    .df__lp-export__calculator-right .df__row:last-child {
      flex-wrap: wrap;
      justify-content: space-between; }
    .df__lp-export__calculator-right .df__lp-export__calculator-submit {
      margin-top: 20px; } }
  @media screen and (max-width: 500px) {
    .df__lp-export__calculator-right {
      width: 100%; }
      .df__lp-export__calculator-right .df__row:first-child {
        flex-direction: column;
        align-items: flex-start; }
      .df__lp-export__calculator-right .df__row:last-child .df__form-group {
        margin-bottom: 20px; }
      .df__lp-export__calculator-right .df__form-group {
        width: 100%; } }

.df__lp-export__calculator-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #2361A9;
  max-width: 395px;
  margin-bottom: 20px; }
  @media screen and (max-width: 500px) {
    .df__lp-export__calculator-title {
      font-size: 22px;
      line-height: 22px;
      margin-bottom: 10px; } }

.df__lp-export__calculator-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #0056A4;
  max-width: 345px; }
  @media screen and (max-width: 500px) {
    .df__lp-export__calculator-subtitle {
      font-size: 14px;
      line-height: 14px; } }

.df__lp-export__calculator-from {
  width: 45%;
  margin-right: 0 !important; }

.df__lp-export__calculator-to {
  width: 45%; }

.df__lp-export__calculator-arrow {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px; }
  @media screen and (max-width: 500px) {
    .df__lp-export__calculator-arrow {
      transform: rotate(90deg);
      text-align: center;
      width: 100%;
      margin-top: 10px; } }

.df__lp-export__calculator-submit, .df__lp-export-popup-btn {
  background: #014E95;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 60px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 500px) {
    .df__lp-export__calculator-submit, .df__lp-export-popup-btn {
      font-size: 13px; } }

.df__lp-export__calculator-popup--success {
  display: none; }
  .df__lp-export__calculator-popup--success.active {
    display: block; }
  .df__lp-export__calculator-popup--success .df__lp-export__calculator-footer {
    margin-top: 40px; }

.df__lp-export__calculator-right--success {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  align-items: end;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .df__lp-export__calculator-right--success {
      margin-left: 0;
      align-items: flex-end; } }
  @media screen and (max-width: 1023px) {
    .df__lp-export__calculator-right--success {
      flex-direction: column;
      align-items: center; } }

@media screen and (max-width: 1024px) {
  .df__lp-export__calculator-right-icon svg {
    width: 200px;
    height: 160px; } }

@media screen and (max-width: 1023px) {
  .df__lp-export__calculator-right-icon {
    margin-bottom: 20px; } }

.df__lp-export__calculator-right-price {
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #2361A9; }
  .df__lp-export__calculator-right-price-subtitle {
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #2361A9;
    margin-bottom: 6px; }

.df__lp-export__calculator-right-info {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #1B2B3C; }
  .df__lp-export__calculator-right-info span {
    color: #606B77; }

.df__lp-export__calculator-right-icon-small {
  position: absolute;
  top: 0;
  right: 0;
  background: #014E95;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.df__lp-export__calculator-right-country,
.df__lp-export__calculator-right-weight,
.df__lp-export__calculator-right-city,
.df__lp-export__calculator-right-size,
.df__lp-export__calculator-right-type,
.df__lp-export__calculator-right-delivery {
  color: #1B2B3C !important; }

@media screen and (max-width: 1024px) {
  .df__lp-export__calculator-delivery {
    margin-right: 0 !important; } }

.df__popup--export-lp-calculator .df__popup-body {
  background: #FFFFFF;
  border-radius: 0;
  width: 670px;
  min-height: 450px; }
  @media screen and (max-width: 500px) {
    .df__popup--export-lp-calculator .df__popup-body {
      width: 100%;
      height: 100%;
      overflow-y: scroll; } }

.df__popup--export-lp-calculator .df__lp-export__calculator-to {
  width: 50%; }
  @media screen and (max-width: 500px) {
    .df__popup--export-lp-calculator .df__lp-export__calculator-to {
      width: 100%;
      margin-right: 0 !important; } }

.df__popup--export-lp-calculator .df__form-group label {
  font-weight: 600;
  text-align: left; }

.df__popup--export-lp-calculator .df__popup-body-title {
  text-align: left;
  color: #0056A4;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase; }
  @media screen and (max-width: 500px) {
    .df__popup--export-lp-calculator .df__popup-body-title {
      width: 220px; } }

.df__popup--export-lp-calculator .df__form-group .df__input-locked {
  height: 48px;
  border: 1px solid #D7D8D9; }
  @media screen and (max-width: 500px) {
    .df__popup--export-lp-calculator .df__form-group .df__input-locked {
      height: 44px; } }

.df__popup--export-lp-calculator .df__form-group .df__input-locked img {
  width: 24px;
  height: 24px; }

.df__popup--export-lp-calculator .df__form-group .df__input-locked svg {
  width: 11px; }

.df__popup--export-lp-calculator .df__form-group .df__input-locked p {
  font-size: 14px;
  line-height: 15px; }

.df__popup--export-lp-calculator .select2-selection__rendered {
  height: 48px !important; }
  @media screen and (max-width: 500px) {
    .df__popup--export-lp-calculator .select2-selection__rendered {
      height: 44px !important; } }

.df__popup--export-lp-calculator .df__lp-export__calculator-arrow {
  margin-top: 0; }

.df__popup--export-lp-calculator .df__form-group .df__input-float-number {
  border: 1px solid #D7D8D9;
  height: 48px; }
  @media screen and (max-width: 500px) {
    .df__popup--export-lp-calculator .df__form-group .df__input-float-number {
      height: 44px; } }

.df__popup--export-lp-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1B2B3C; }

.df__popup--export-lp-calculator .df__form-group .df__input-float-number input {
  font-weight: 500;
  font-size: 14px; }

.df__popup--export-lp-calculator .df__lp-export__calculator-footer {
  display: flex;
  justify-content: center; }

.df__popup--export-lp-calculator .df__lp-export__calculator-submit {
  height: 54px; }

.df__popup--export-lp-calculator .df__popup-close path {
  fill: #2361A9; }

@media screen and (max-width: 500px) {
  .df__popup--export-lp-calculator .df__w-33 {
    width: calc(33% - 9px); } }

.df__popup--export-lp-calculator .df__lp-export__calculator-from {
  width: 50%;
  margin-right: 20px !important; }
  @media screen and (max-width: 500px) {
    .df__popup--export-lp-calculator .df__lp-export__calculator-from {
      width: 100%;
      margin-right: 0 !important; } }

.df__popup--export-lp-calculator .select2-container {
  height: 48px;
  width: 100% !important; }
  @media screen and (max-width: 500px) {
    .df__popup--export-lp-calculator .select2-container {
      height: 44px; } }

.df__popup--export-lp-calculator .df__lp-export__calculator-arrow {
  display: none; }

.df__popup--export-lp-calculator .df__dropdown-item-image img {
  width: 24px; }

.df__lp-export__calculator-right-text {
  text-align: left; }
  @media screen and (max-width: 800px) {
    .df__lp-export__calculator-right-text {
      text-align: center; } }

.export-calculator-popup-lwh {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .export-calculator-popup-lwh-params {
    display: flex; }

.df__lp-export__calculator-popup--loader {
  display: none;
  align-items: center;
  justify-content: center; }
  .df__lp-export__calculator-popup--loader.active {
    display: flex;
    position: absolute;
    top: 80px;
    background: #fff;
    width: 100%;
    height: calc(100% - 80px);
    left: 0; }
  .df__lp-export__calculator-popup--loader p {
    font-weight: 700;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0056A4; }

.df__calculator-infobox {
  display: flex;
  align-items: center; }
  .df__calculator-infobox > svg {
    width: 20px; }
  .df__calculator-infobox > div {
    width: calc(100% - 30px);
    text-align: left;
    margin-left: 10px; }
  .df__calculator-infobox .df__calculator-info {
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.01em;
    color: #2361A9; }

.df__text-block p {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #0056A4; }
  @media screen and (max-width: 1024px) {
    .df__text-block p {
      font-size: 13px;
      line-height: 24px; } }

.df__text-block-btn {
  padding: 19px 28px;
  background: #2361A9;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  width: fit-content; }
  @media screen and (max-width: 1024px) {
    .df__text-block-btn {
      padding: 13px 27px;
      font-size: 13px;
      line-height: 14px; } }

.df__tags {
  display: flex; }
  @media screen and (max-width: 1024px) {
    .df__tags {
      flex-wrap: wrap; } }
  .df__tags-item {
    padding: 7px 16px;
    background: #FFD72F;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0056A4;
    margin-right: 11px; }
    @media screen and (max-width: 1024px) {
      .df__tags-item {
        margin-bottom: 4px; } }

.df__container-parcel-it {
  background: #fff; }

.df__container-branches-it {
  background: #DEEBF5; }
  .df__container-branches-it .df__text-block-btn {
    margin-top: 30px; }
  @media screen and (max-width: 1024px) {
    .df__container-branches-it .df__text-block {
      margin-bottom: 55px; } }

.df__container-parcel-it, .df__container-branches-it {
  padding-top: 92px;
  position: relative;
  padding-bottom: 50px;
  line-height: 0; }
  @media screen and (max-width: 1024px) {
    .df__container-parcel-it, .df__container-branches-it {
      padding-top: 40px !important;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .df__container-parcel-it .df__container-inner, .df__container-branches-it .df__container-inner {
        max-width: 100%; }
      .df__container-parcel-it .df__lp-export__title, .df__container-parcel-it .df__text-block, .df__container-branches-it .df__lp-export__title, .df__container-branches-it .df__text-block {
        padding: 0 20px; } }
  @media screen and (max-width: 500px) {
    .df__container-parcel-it .df__lp-export__title, .df__container-parcel-it .df__text-block, .df__container-branches-it .df__lp-export__title, .df__container-branches-it .df__text-block {
      padding: 0 15px; } }
  .df__container-parcel-it .df__tags, .df__container-branches-it .df__tags {
    margin-top: 30px;
    margin-bottom: 20px; }
  .df__container-parcel-it .df__text-block p, .df__container-branches-it .df__text-block p {
    width: 100%;
    max-width: 500px; }
  .df__container-parcel-it-img, .df__container-branches-it-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 622px; }
    @media screen and (max-width: 1024px) {
      .df__container-parcel-it-img, .df__container-branches-it-img {
        position: initial;
        width: 90%; } }

@media screen and (max-width: 1024px) {
  .df__parcel-it-img-block {
    display: flex;
    justify-content: flex-end; } }

.df__container--lp-parcel-delivery-reg-it {
  background: #DEEBF5;
  padding: 80px 0;
  position: relative;
  max-width: 100% !important; }
  .df__container--lp-parcel-delivery-reg-it p {
    color: #2361A9; }
  @media screen and (max-width: 1024px) {
    .df__container--lp-parcel-delivery-reg-it .df__lp-export__delivery {
      padding-top: 50px;
      padding-bottom: 130px; } }
  .df__container--lp-parcel-delivery-reg-it .df__lp-export__delivery-title {
    max-width: 100%; }
  .df__container--lp-parcel-delivery-reg-it .df__lp-export__delivery-text {
    max-width: 725px; }
  .df__container--lp-parcel-delivery-reg-it .df__lp-parcel-it__delivery-btns {
    display: flex;
    margin-top: 30px; }
    @media screen and (max-width: 1024px) {
      .df__container--lp-parcel-delivery-reg-it .df__lp-parcel-it__delivery-btns {
        flex-direction: column;
        align-items: center; } }
    .df__container--lp-parcel-delivery-reg-it .df__lp-parcel-it__delivery-btns a {
      margin-right: 20px;
      color: #2361A9;
      border-color: #2361A9; }
      @media screen and (max-width: 1024px) {
        .df__container--lp-parcel-delivery-reg-it .df__lp-parcel-it__delivery-btns a {
          margin-bottom: 20px; } }

.df__container--lp-parcel-it__restriction .df__lp-export__restrictions-item:nth-child(2) {
  border-left: 1px solid rgba(248, 249, 250, 0.2);
  border-right: 1px solid rgba(248, 249, 250, 0.2); }
  @media screen and (max-width: 1024px) {
    .df__container--lp-parcel-it__restriction .df__lp-export__restrictions-item:nth-child(2) {
      border: none; } }

.df__container--lp-export__news-it {
  padding-top: 40px; }

.df__export-top-buttons {
  position: absolute;
  display: none;
  justify-content: space-between;
  width: 100%;
  top: 20px; }
  @media screen and (max-width: 500px) {
    .df__export-top-buttons {
      display: flex; } }
  .df__export-top-buttons a {
    font-weight: 700;
    font-size: 13px;
    line-height: 109%;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #3262A4; }
    .df__export-top-buttons a:first-child {
      padding: 10px 18px 10px 15px;
      border-radius: 0 100px 100px 0; }
    .df__export-top-buttons a:last-child {
      padding: 10px 15px 10px 18px;
      border-radius: 100px 0 0 100px; }

.df__lp-export__header.create-parcel {
  display: flex;
  background: #fff; }
  .df__lp-export__header.create-parcel .header-nav {
    background: #fff !important; }
  .df__lp-export__header.create-parcel .df__lp-export__header-list {
    background: #fff; }

@media screen and (max-width: 500px) {
  .df__lp-export__instructions-right {
    width: 100%; } }

.df__container--export-form {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 40px 0 70px 0;
  background: #F8F9FA; }
  .df__container--export-form .df__container-inner {
    max-width: 950px !important; }

.df__steps-form {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D8E0EB;
  border-radius: 10px;
  position: relative; }
  .df__steps-form .select2-container {
    width: 100% !important; }
  .df__steps-form .iti__flag-container {
    height: 44px; }
  .df__steps-form-back {
    position: absolute;
    left: -105px;
    width: 54px;
    height: 54px;
    background: #1E579F;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .df__steps-form-back--mobile {
    display: none; }
    @media screen and (max-width: 500px) {
      .df__steps-form-back--mobile {
        padding: 20px 15px;
        font-weight: 700;
        font-size: 12px;
        line-height: 109%;
        display: flex;
        align-items: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #2361A9; }
        .df__steps-form-back--mobile svg {
          margin-right: 10px; } }
  .df__steps-form .df__step {
    border-top: 1px solid #D8E0EB; }
    .df__steps-form .df__step:nth-child(2) {
      border-top: 0; }
    .df__steps-form .df__step-head {
      display: flex;
      align-items: center;
      padding: 20px;
      cursor: pointer; }
      .df__steps-form .df__step-head-number {
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        background: rgba(35, 97, 169, 0.1);
        color: #2361A9;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        margin-right: 12px; }
      .df__steps-form .df__step-head-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 17px;
        display: flex;
        align-items: flex-end;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #2361A9; }
        @media screen and (max-width: 500px) {
          .df__steps-form .df__step-head-title {
            font-size: 14px;
            line-height: 15px; } }
      .df__steps-form .df__step-head-actions {
        display: none;
        margin-left: auto; }
        .df__steps-form .df__step-head-actions a {
          font-weight: 700;
          font-size: 14px;
          line-height: 15px;
          letter-spacing: 0.02em;
          text-transform: uppercase;
          color: #2361A9;
          display: flex;
          align-items: center; }
          @media screen and (max-width: 500px) {
            .df__steps-form .df__step-head-actions a {
              font-size: 12px;
              line-height: 13px; } }
          .df__steps-form .df__step-head-actions a svg {
            margin-right: 10px; }
    .df__steps-form .df__step.completed .df__step-head-actions {
      display: block; }
    .df__steps-form .df__step-body {
      display: none;
      padding: 20px 30px;
      flex-direction: column; }
      @media screen and (max-width: 500px) {
        .df__steps-form .df__step-body {
          padding: 20px 15px; } }
      .df__steps-form .df__step-body.df__step-body--3 {
        padding: 0 0 20px 0; }
        .df__steps-form .df__step-body.df__step-body--3 .df__step-body-bottom {
          padding: 0 30px;
          flex-direction: column;
          align-items: center; }
    .df__steps-form .df__step.active {
      border: none; }
      .df__steps-form .df__step.active .df__step-head {
        background: #2361A9; }
        .df__steps-form .df__step.active .df__step-head-number {
          background: rgba(255, 255, 255, 0.15);
          color: #fff; }
        .df__steps-form .df__step.active .df__step-head-title {
          color: #fff; }
        .df__steps-form .df__step.active .df__step-head-actions svg path {
          fill: #fff; }
        .df__steps-form .df__step.active .df__step-head-actions a {
          color: #fff; }
      .df__steps-form .df__step.active .df__step-body {
        display: flex; }
    .df__steps-form .df__step-body-bottom {
      display: flex;
      justify-content: flex-end; }
    .df__steps-form .df__step .df__step-body-next {
      font-weight: 700;
      font-size: 15px;
      line-height: 16px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #FFFFFF;
      background: #2361A9;
      border-radius: 100px;
      padding: 15px 27px;
      display: flex;
      width: fit-content; }
  .df__steps-form .df__form-group {
    display: flex;
    flex-direction: column;
    margin-right: 0; }
    .df__steps-form .df__form-group label > span {
      color: #D22D3E; }
  .df__steps-form .df__form-row {
    display: flex;
    flex-wrap: wrap; }
    .df__steps-form .df__form-row.df__form-row--3 {
      padding: 20px 30px; }
      @media screen and (max-width: 500px) {
        .df__steps-form .df__form-row.df__form-row--3 {
          padding: 20px 15px; } }
  .df__steps-form .df__form-row--two-col {
    justify-content: space-between; }
    .df__steps-form .df__form-row--two-col > .df__form-group {
      width: calc(50% - 15px); }
  .df__steps-form .df__form-row--three-col {
    justify-content: space-between; }
    .df__steps-form .df__form-row--three-col > .df__form-group {
      width: calc(33% - 12px); }
  @media screen and (max-width: 500px) {
    .df__steps-form .df__form-row--one-col--500 > .df__form-group {
      width: 100%; } }
  .df__steps-form-info {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.01em;
    color: #2361A9; }
    .df__steps-form-info.df__steps-form-info--3 {
      margin-left: 30px; }
    @media screen and (max-width: 500px) {
      .df__steps-form-info {
        margin-bottom: 20px; } }
    .df__steps-form-info svg {
      margin-right: 5px; }

.df__shipment-form-table {
  margin-top: 20px;
  margin-bottom: 30px; }
  .df__shipment-form-table-head {
    display: flex;
    border-top: 1px solid #D8E0EB;
    border-bottom: 1px solid #D8E0EB; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-table-head {
        display: none; } }
    .df__shipment-form-table-head p {
      font-weight: 600;
      font-size: 12px;
      line-height: 13px;
      color: #2361A9;
      padding: 14px;
      text-transform: uppercase; }
    .df__shipment-form-table-head-name {
      max-width: 480px;
      width: 100%; }
    .df__shipment-form-table-head-count {
      width: 100%;
      max-width: 130px; }
    .df__shipment-form-table-head-price {
      width: 100%;
      max-width: 150px; }
  .df__shipment-form-table-row {
    display: flex;
    align-items: center;
    height: 55px; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-table-row {
        flex-direction: column;
        height: auto;
        position: relative;
        align-items: flex-start;
        background: #F5F6F7;
        border-top: 1px solid #2361A9; } }
    .df__shipment-form-table-row:nth-child(odd) {
      background: #F5F6F7; }
    .df__shipment-form-table-row-label {
      display: none;
      font-weight: 600;
      font-size: 12px;
      line-height: 13px;
      color: #2361A9;
      margin-bottom: 5px;
      font-weight: 600 !important; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-label {
          display: block;
          text-transform: uppercase; } }
    .df__shipment-form-table-row-name {
      max-width: 480px;
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      padding: 0 0 0 20px; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-name {
          width: 85%;
          height: 65px;
          position: relative;
          padding: 0 15px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start; } }
    .df__shipment-form-table-row-currency {
      width: 100%;
      max-width: 120px;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      padding: 0 20px;
      border-right: 1px solid #D8E0EB; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-currency {
          position: absolute;
          right: 0;
          bottom: 0;
          padding: 0 10px;
          height: 65px;
          max-width: 100px; }
          .df__shipment-form-table-row-currency .select2-selection__rendered {
            font-weight: 700;
            font-size: 14px;
            line-height: 15px !important;
            text-transform: uppercase;
            color: #2361A9 !important; } }
    .df__shipment-form-table-row-price {
      width: 100%;
      max-width: 130px;
      height: 100%;
      border-right: 1px solid #D8E0EB;
      padding: 0 20px; }
      .df__shipment-form-table-row-price .df__form-group {
        height: 100%; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-price {
          width: 100%;
          height: 65px;
          border: none;
          display: flex;
          align-items: center;
          padding: 15px;
          background: #F5F6F7;
          max-width: 100%; } }
      .df__shipment-form-table-row-price input {
        height: 100% !important;
        border: 0;
        padding: 0;
        background: transparent !important;
        border: none !important; }
    .df__shipment-form-table-row-count {
      width: 100%;
      max-width: 130px;
      height: 100%;
      border-left: 1px solid #D8E0EB;
      border-right: 1px solid #D8E0EB;
      padding: 0 20px; }
      .df__shipment-form-table-row-count .df__form-group {
        height: 100%; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-count {
          width: 100%;
          height: 65px;
          border: none;
          background: #fff;
          display: flex;
          align-items: center;
          padding: 0 15px;
          max-width: 100%; }
          .df__shipment-form-table-row-count .df__form-group {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            width: 100%; }
            .df__shipment-form-table-row-count .df__form-group input {
              width: 40px; } }
      .df__shipment-form-table-row-count input {
        height: 100% !important;
        border: 0;
        padding: 0;
        background: transparent !important;
        border: none !important; }
    .df__shipment-form-table-row-action {
      width: 100%;
      max-width: 90px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-action {
          width: auto;
          position: absolute;
          right: 0;
          top: 0;
          border-left: 1px solid #D8E0EB;
          height: 65px;
          padding: 0 17px; } }
      .df__shipment-form-table-row-action svg {
        cursor: pointer; }
        @media screen and (max-width: 500px) {
          .df__shipment-form-table-row-action svg {
            width: 15px;
            height: 17px; } }
    .df__shipment-form-table-row .df__form-group {
      margin-bottom: 0; }
    .df__shipment-form-table-row .df__shipment-form-table-row-price svg, .df__shipment-form-table-row .df__shipment-form-table-row-name svg {
      position: absolute;
      right: 10px;
      top: 25px; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row .df__shipment-form-table-row-price svg, .df__shipment-form-table-row .df__shipment-form-table-row-name svg {
          top: 37px; } }
    .df__shipment-form-table-row .select2-selection {
      height: auto !important; }
    .df__shipment-form-table-row .select2-selection__rendered {
      padding: 0 !important;
      height: auto !important; }
    .df__shipment-form-table-row .select2-selection__rendered {
      border: none;
      font-weight: 500;
      font-size: 14px;
      line-height: 15px !important;
      color: #1B2B3C !important; }
  .df__shipment-form-table-footer {
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0 23px;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #2361A9;
    background: #F5F6F7;
    cursor: pointer;
    border-top: 1px solid #D8E0EB;
    justify-content: space-between; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-table-footer {
        background: #2361A9;
        color: #fff;
        text-decoration: underline;
        height: 80px;
        flex-direction: column;
        justify-content: center; }
        .df__shipment-form-table-footer .df__shipment-form-total {
          margin-top: 20px; } }
    .df__shipment-form-table-footer svg {
      margin-left: 8px; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-footer svg path {
          stroke: #fff; } }

.df__steps-form-success {
  background: #FFFFFF;
  border: 1px solid #D8E0EB;
  border-radius: 12px;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 44px 0; }
  @media screen and (max-width: 500px) {
    .df__steps-form-success {
      border-radius: 0; } }
  .df__steps-form-success.active {
    display: flex; }
  .df__steps-form-success-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #2361A9;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center; }
  .df__steps-form-success-subtitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0056A4;
    margin-bottom: 20px; }
  .df__steps-form-success-btn {
    background: #014E95;
    border-radius: 100px;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 22px 45px;
    margin-bottom: 15px;
    display: flex; }

.df__steps-form-loading {
  background: #FFFFFF;
  border: 1px solid #D8E0EB;
  border-radius: 12px;
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.df__loader {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 22px; }

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid transparent;
  border-top-color: #2361A9; }

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite; }

#loader-1:after {
  border: 5px solid #ccc; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.df__shipment-form-table-row-count.has-error,
.df__shipment-form-table-row-price.has-error,
.df__shipment-form-table-row-name.has-error {
  border: 1px solid red; }

.df__popup-export-form .df__popup-body-head {
  min-height: 34px; }

.df__popup-export-form .df__popup-body-inner {
  font-size: 14px;
  line-height: 16px; }

.df__container--export-form .df__shipment-form-table-head-name {
  max-width: 480px !important; }

@media screen and (max-width: 500px) {
  .df__shipment-form-new-item {
    font-size: 16px; } }

.df__page-shop-service-instructions {
  margin-top: 50px; }
  @media screen and (max-width: 500px) {
    .df__page-shop-service-instructions {
      padding: 0 15px; } }
  .df__page-shop-service-instructions .df__section-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0.02em;
    color: #303A45;
    margin-bottom: 24px;
    text-align: center; }
  .df__page-shop-service-instructions-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .df__page-shop-service-instructions-list .df__page-shop-service-instruction {
      background: #eceff4;
      border-radius: 24px;
      width: calc(50% - 12px);
      padding: 25px;
      display: flex;
      align-items: center;
      margin-bottom: 35px; }
      @media screen and (max-width: 500px) {
        .df__page-shop-service-instructions-list .df__page-shop-service-instruction {
          width: 100%;
          margin-bottom: 24px; } }
      .df__page-shop-service-instructions-list .df__page-shop-service-instruction-number {
        background: #0061af;
        min-width: 46px;
        min-height: 48px;
        width: 46px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 26px;
        line-height: 36px;
        color: #FFFFFF;
        margin-right: 18px;
        border-radius: 100%; }
      .df__page-shop-service-instructions-list .df__page-shop-service-instruction-text {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        color: #303A45;
        max-width: 415px; }

.df__popup-export-info iframe {
  height: 300px;
  margin-bottom: 20px;
  width: 100%; }

.df__popup-export-info-btn {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #2361A9;
  border-radius: 100px;
  padding: 15px 27px;
  display: flex;
  width: fit-content;
  opacity: .5;
  pointer-events: none; }
  .df__popup-export-info-btn.active {
    opacity: 1;
    pointer-events: initial; }

.df__popup-export-info-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .df__popup-export-info-checkbox label {
    margin-left: 10px; }
  .df__popup-export-info-checkbox input {
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px; }

.df__popup-export-info .df__popup-body-inner {
  display: flex;
  flex-direction: column;
  align-items: center; }

.df__step-body-bottom .df__popup-export-info-checkbox {
  flex-direction: row-reverse; }

.df__step-body-bottom .error {
  margin-right: 10px; }

.df__step-body-bottom-checkboxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%; }

.df__container--b2c-form {
  margin-top: 60px !important;
  margin-bottom: 30px !important; }
  @media screen and (max-width: 500px) {
    .df__container--b2c-form {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
      .df__container--b2c-form .df__container-inner {
        max-width: 100%; } }

.df__b2c-form {
  background: #fff;
  max-width: 850px;
  width: 100%;
  padding: 40px;
  margin-right: 30px;
  position: relative; }
  @media screen and (max-width: 500px) {
    .df__b2c-form {
      margin-right: 0;
      margin-top: 0;
      padding: 30px 15px; } }
  .df__b2c-form-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .df__b2c-form-body .df__form-group {
      margin-right: 0 !important;
      display: flex;
      flex-direction: column; }
      .df__b2c-form-body .df__form-group label > span {
        color: #D22D3E; }
  .df__b2c-form-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 500px) {
      .df__b2c-form-footer {
        justify-content: center; } }

.df__b2c-form-title {
  color: #0056A4;
  font-size: 30px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 5px; }
  @media screen and (max-width: 500px) {
    .df__b2c-form-title {
      font-size: 20px; } }

.df__b2c-form-subtitle {
  color: #1E579F;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.3px;
  margin-bottom: 30px; }
  @media screen and (max-width: 500px) {
    .df__b2c-form-subtitle {
      font-size: 13px; } }

.df__b2c-info {
  max-width: 380px;
  width: 100%; }
  @media screen and (max-width: 500px) {
    .df__b2c-info {
      max-width: 100%; } }

.df__b2c-info-item {
  width: 100%;
  background: #fff;
  border-top: 4px solid #2361A9;
  padding: 20px;
  margin-bottom: 10px; }
  .df__b2c-info-item-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .df__b2c-info-item-head svg {
      margin-right: 10px; }
    .df__b2c-info-item-head p {
      color: #2361A9;
      font-size: 16px;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 0.32px; }
      @media screen and (max-width: 500px) {
        .df__b2c-info-item-head p {
          font-size: 14px; } }
  .df__b2c-info-item-text {
    color: #606B77;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.15px; }
    @media screen and (max-width: 500px) {
      .df__b2c-info-item-text {
        font-size: 13px; } }

.df__b2c-warning {
  background: #EDEFF3;
  width: 100%;
  padding: 40px;
  margin-top: 30px; }
  @media screen and (max-width: 500px) {
    .df__b2c-warning {
      margin-top: 10px;
      padding: 20px 15px; } }
  .df__b2c-warning-title {
    color: #2361A9;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media screen and (max-width: 500px) {
      .df__b2c-warning-title {
        font-size: 14px; } }
  .df__b2c-warning b {
    color: #2361A9;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.15px; }
    @media screen and (max-width: 500px) {
      .df__b2c-warning b {
        font-size: 13px; } }
  .df__b2c-warning-text {
    color: #606B77;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.15px; }
    @media screen and (max-width: 500px) {
      .df__b2c-warning-text {
        font-size: 13px; } }

.df__b2c-form-loader, .df__b2c-form-success {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .df__b2c-form-loader p, .df__b2c-form-success p {
    color: #0056A4;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px; }

body {
  font-family: "Montserrat"; }

* {
  margin: 0;
  box-sizing: border-box; }

.s-cont-1024.container {
  max-width: 1024px; }

.s-cont-1024 .container {
  max-width: 1024px; }

.d_flex {
  display: flex; }

.ai {
  align-items: center; }

.jc {
  justify-content: space-between; }

.mb20 {
  margin-bottom: 20px; }

.pb-75 {
  padding-bottom: 75px; }

.bcg_blue {
  background: linear-gradient(90deg, #014684 0%, #0056A4 100%); }

.main_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.01em; }

.white_color {
  color: #fff; }

.blue_color {
  color: #2361A9; }

.main_heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 135%;
  letter-spacing: 0.02em;
  color: #FFFFFF; }

.heading {
  font-weight: 700;
  font-size: 34px;
  line-height: 135%;
  letter-spacing: 0.02em; }

.white_button {
  background: #FFFFFF;
  border-radius: 100px;
  padding: 19px 37px;
  font-weight: 700;
  font-size: 15px;
  line-height: 109%;
  letter-spacing: 0.02em;
  color: #0056A4;
  text-decoration: none;
  display: inline-block; }

.blue_button {
  background: #0056A4;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  line-height: 109%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  padding: 19px 37px;
  display: inline-block; }

.subheading {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #FFFFFF; }

.yellow_heading {
  background: #FCD53E;
  border-radius: 4px;
  padding: 4px 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0.02em;
  color: #0056A4;
  display: inline-block; }

.padding {
  padding: 60px 0 55px; }

.scr1_statement li {
  list-style-type: none;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 15px;
  position: relative; }
  .scr1_statement li:last-of-type:after {
    display: none; }
  .scr1_statement li:last-of-type {
    padding-left: 0;
    margin-left: -15px; }
  .scr1_statement li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #FCD53E;
    border-radius: 50%; }

.p_left {
  padding-left: 15px; }

.mobile_statement {
  display: none; }

.screen1_wrap {
  padding: 180px 0 0;
  overflow: hidden; }
  .screen1_wrap .main_heading {
    margin-bottom: 13px; }
  .screen1_wrap .left {
    padding-top: 30px;
    width: 25%; }
    .screen1_wrap .left .subheading {
      margin-bottom: 59px; }
    .screen1_wrap .left .white_button {
      margin-bottom: 21px; }
  .screen1_wrap .center {
    width: 45%;
    margin-bottom: -50px; }
    .screen1_wrap .center img {
      width: 100%; }
  .screen1_wrap .right {
    padding-top: 30px;
    width: 30%; }
    .screen1_wrap .right .yellow_heading {
      margin-bottom: 35px; }
    .screen1_wrap .right .scr1_statement {
      margin-bottom: 26px;
      padding: 0 0 0 15px; }

.screen2 .card_block.block_1 {
  width: 30%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative; }
  .screen2 .card_block.block_1:after {
    content: "";
    display: block;
    background-image: url(/images/fulfillment/arrow_after.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 40px;
    width: 108px;
    height: 30px; }

.screen2 .card_block.block_2 {
  position: relative; }
  .screen2 .card_block.block_2:after {
    content: "";
    display: block;
    background-image: url(/images/fulfillment/arrow_after.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 40px;
    width: 108px;
    height: 30px; }

.screen2 .card_block.block_3 {
  position: relative; }
  .screen2 .card_block.block_3:after {
    content: "";
    display: block;
    background-image: url(/images/fulfillment/arrow_after3.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 60%;
    right: 141px;
    width: 113px;
    height: 164px; }

.screen2 .card_block.block_5 {
  position: relative; }
  .screen2 .card_block.block_5:after {
    content: "";
    display: block;
    background-image: url(/images/fulfillment/arrow_after5.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 108px;
    height: 30px; }

.screen2 .heading {
  margin-bottom: 50px;
  text-align: center; }

.screen2 .number {
  margin-bottom: 14px; }

.screen2 .top .heading_card {
  margin-bottom: 10px; }

.screen2 .bottom .heading_card {
  margin-bottom: 14px; }

.screen2 .card_block_flex {
  width: 70%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap; }
  .screen2 .card_block_flex .card_block {
    width: 50%;
    padding: 40px 40px 0;
    border-left: 2px solid #D8E0EB; }
    .screen2 .card_block_flex .card_block .blue_button {
      margin-top: 17px; }
  .screen2 .card_block_flex .card_block:nth-child(1) {
    border-bottom: 2px solid #D8E0EB;
    padding: 0 40px 40px; }
  .screen2 .card_block_flex .card_block:nth-child(2) {
    border-bottom: 2px solid #D8E0EB;
    padding: 0 40px 40px; }

.heading_card {
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.01em; }

.number {
  background: #0056A4;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }
  .number span {
    font-weight: 700;
    font-size: 28px;
    line-height: 109%;
    letter-spacing: 0.02em;
    color: #FCD53E; }

.flex_blocks {
  position: relative; }
  .flex_blocks .card {
    background: #FFFFFF;
    border: 1px solid #D8E0EB;
    border-radius: 9px;
    padding: 50px 40px 40px 40px;
    position: relative; }
    .flex_blocks .card .icon {
      width: 70px;
      height: 70px;
      margin-bottom: 30px; }
    .flex_blocks .card .heading_card {
      margin-bottom: 14px; }
    .flex_blocks .card:before {
      content: "";
      display: block;
      width: 100%;
      height: 12px;
      background: #FCD53E;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 9px 9px 0 0; }

.item_decr {
  background: #FFFFFF;
  border: 1px solid #D8E0EB;
  border-radius: 9px; }
  .item_decr .content {
    padding: 50px 40px 40px 40px; }
  .item_decr:before {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background: #FCD53E;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 9px 9px 0 0; }

.bcg_blue .screen3 {
  padding: 60px 0 120px; }
  .bcg_blue .screen3 .heading {
    margin-bottom: 44px;
    text-align: center; }

.bcg_blue .screen3 {
  background-color: transparent !important; }

.bcg_blue.screen3 {
  background-color: transparent !important; }

.grid_icon {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: calc(100% + 70px);
  margin-left: -70px; }

.icon_row {
  width: calc(25% - 70px);
  margin-left: 70px;
  margin-bottom: 45px; }
  .icon_row .descr_icon {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF; }
  .icon_row .bcg_icon {
    margin-bottom: 11px; }

.bcg_icon {
  background: #FCD53E;
  border-radius: 14px;
  padding: 16px;
  display: inline-block; }
  .bcg_icon img {
    width: 64px;
    height: 64px; }

.shopping_block {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 0 33px;
  margin: -120px auto 0; }
  .shopping_block .shopping_block_wrap {
    width: 70%;
    margin: 0 auto; }
    .shopping_block .shopping_block_wrap .flex_shop_icon {
      justify-content: center;
      margin-bottom: 20px; }
      .shopping_block .shopping_block_wrap .flex_shop_icon img {
        max-width: 149px;
        margin-right: 23px; }
    .shopping_block .shopping_block_wrap p {
      font-weight: 700;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      letter-spacing: 0.01em;
      color: #2361A9;
      margin-bottom: 25px; }
  .shopping_block .button_center {
    display: flex;
    justify-content: center; }

.screen4 {
  padding-top: 70px;
  padding-bottom: 60px; }
  .screen4 .heading {
    margin-right: 40px;
    font-weight: 700;
    font-size: 34px;
    line-height: 135%;
    letter-spacing: 0.02em;
    color: #2361A9; }
    .screen4 .heading span {
      color: #D22D3E; }
  .screen4 .title_block {
    width: 80%;
    margin-bottom: 69px; }
    .screen4 .title_block p {
      margin-bottom: 20px; }
      .screen4 .title_block p:last-of-type {
        margin-bottom: 0; }

.screen5 {
  padding: 40px 0;
  align-items: center; }
  .screen5 .left {
    width: calc(45% - 120px);
    margin-right: 120px; }
    .screen5 .left .heading {
      margin-bottom: 10px; }
    .screen5 .left .white_button {
      margin-top: 25px; }
  .screen5 .right {
    width: 55%; }
    .screen5 .right .video {
      width: 100%; }

.screen6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 95px;
  grid-row-gap: 32px; }
  .screen6 .row {
    border-bottom: 2px solid #D8E0EB;
    padding-bottom: 30px; }
    .screen6 .row .top_part {
      margin-bottom: 20px;
      align-items: center; }
      .screen6 .row .top_part .heading_card {
        width: calc(100% - 78px);
        margin-bottom: 0; }
    .screen6 .row .number {
      width: 58px;
      height: 58px;
      margin-right: 20px; }

.screen7 {
  position: relative;
  background-image: url(/images/fulfillment/bcg_scr7.png), linear-gradient(90deg, #014684 0%, #0056A4 100%);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain; }

.screen7_wrap {
  z-index: 1; }
  .screen7_wrap .div_info .heading {
    margin-bottom: 10px; }
  .screen7_wrap .div_info .main_text {
    margin-bottom: 20px; }

.text_scr7 {
  width: 79%;
  margin-right: 100px; }
  .text_scr7 .left {
    margin-right: 100px; }

.mobile_paragraph {
  display: none; }

.screen1_wrap {
  position: relative; }

.bread_crumbs {
  display: flex;
  position: absolute;
  top: 19px;
  left: 0px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #848D97; }
  .bread_crumbs ul {
    padding: 0; }
    .bread_crumbs ul li {
      list-style-type: none;
      position: relative;
      margin-right: 20px; }
      .bread_crumbs ul li:after {
        content: "";
        display: block;
        background-image: url(/images/fulfillment/arrow_bread.svg);
        background-repeat: no-repeat;
        width: 5px;
        height: 11px;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%); }
      .bread_crumbs ul li a {
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #848D97;
        text-decoration: none; }

@media screen and (max-width: 1170px) {
  .screen2 .card_block.one {
    padding-right: 35px; }
  .screen2 .card_block_flex .card_block:nth-child(1) {
    padding: 0 35px 40px 40px; }
  .screen2 .card_block_flex .card_block:nth-child(2) {
    padding: 0 35px 40px 40px; }
  .screen2 .card_block_flex .card_block {
    padding: 40px 35px 0 40px; }
  .bcg_icon img {
    width: 53px;
    height: 53px; }
  .shopping_block {
    margin: -130px auto 0; }
  .flex_blocks .block {
    width: calc(50% - 20px);
    margin-right: 20px; }
  .screen4 .title_block {
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto; }
    .screen4 .title_block .heading {
      margin-bottom: 20px; }
  .screen5 {
    align-items: flex-end; }
  .screen6 {
    grid-column-gap: 20px;
    grid-row-gap: 30px; }
  .text_scr7 {
    width: 35%;
    margin-right: 0;
    display: block; }
  .text_scr7 .left {
    margin-right: 0;
    margin-bottom: 40px; }
  .screen1_wrap {
    display: block;
    position: relative;
    padding-bottom: 43px; }
    .screen1_wrap .center {
      width: 60%;
      position: absolute;
      top: 0;
      right: -15px; }
    .screen1_wrap .left {
      padding-top: 0;
      width: 50%; }
      .screen1_wrap .left .subheading {
        margin-bottom: 32px; }
    .screen1_wrap .right .scr1_statement {
      display: none; }
  .mobile_statement {
    display: flex;
    margin-top: 60px; }
    .mobile_statement .statement {
      font-weight: 500;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: 0.01em;
      color: #FFFFFF;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      padding-right: 27px;
      margin-right: 27px; }
      .mobile_statement .statement:last-of-type {
        border-right: unset; }
  .screen6 .row .main_text {
    font-size: 13px; }
  .item_decr .content {
    padding: 40px 40px 30px 30px; } }

@media screen and (max-width: 1110px) {
  .screen7 {
    background-size: cover; } }

@media screen and (max-width: 991px) {
  .screen5 .right .video {
    height: 50vw; }
  .screen1_wrap {
    padding-bottom: 60px;
    width: calc(100% + 15px); }
  .screen1_wrap .center {
    right: -114px; }
  .screen1_wrap .right {
    width: 45%; }
  .shopping_block {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: unset; }
  .screen5 {
    align-items: flex-start;
    flex-direction: column-reverse; }
  .screen5 .left {
    margin-right: 0;
    width: 60%; }
  .screen5 .right {
    width: 100%;
    margin-top: -150px;
    margin-bottom: 30px; }
  .screen6 .row {
    padding-bottom: 20px; }
    .screen6 .row .top_part {
      margin-bottom: 10px;
      display: block; }
      .screen6 .row .top_part .number {
        margin-bottom: 20px; }
  .screen7 {
    position: relative;
    background-image: url(/images/fulfillment/bcg_scr7_mobile.png), linear-gradient(90deg, #014684 0%, #0056A4 100%);
    background-repeat: no-repeat;
    background-position: top; }
  .screen7_wrap {
    padding: 150px 0 60px; }
  .text_scr7 {
    width: 45%; }
  .scr2_flex {
    position: relative; }
  .screen2 .card_block.block_1 {
    width: 50%;
    justify-content: unset; }
    .screen2 .card_block.block_1 .top {
      margin-bottom: 58px; }
  .screen2 .card_block_flex {
    width: 50%;
    flex-direction: column; }
    .screen2 .card_block_flex .card_block {
      width: 100%;
      height: 250px; }
  .screen2 .card_block_flex .card_block:nth-child(2) {
    padding: 40px 35px 40px 40px; }
  .screen2 .card_block.block_5 {
    order: 5;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 50%;
    border-left: unset;
    border-top: 2px solid #D8E0EB; }
  .screen2 .card_block.block_2::after {
    bottom: 0;
    top: unset;
    transform: rotate(90deg); }
  .screen2 .card_block.block_3::after {
    content: "";
    display: block;
    background-image: url(/images/fulfillment/arrow_after.svg);
    transform: rotate(90deg);
    background-repeat: no-repeat;
    position: absolute;
    top: unset;
    bottom: 0;
    right: 40px;
    width: 108px;
    height: 30px; }
  .icon_row {
    width: calc(33.3% - 70px);
    margin-left: 70px; }
  .screen4 {
    padding-bottom: 150px; } }

@media screen and (max-width: 768px) {
  .screen1_wrap .center {
    width: 100%;
    position: unset;
    margin-bottom: 0; }
  .screen1_wrap .left {
    padding-top: 0;
    width: 45%;
    margin: 0 auto;
    text-align: center; }
  .screen1_wrap .right {
    width: 100%; }
  .mobile_statement {
    display: none; }
  .screen1_wrap .right .scr1_statement {
    display: block; }
  .shopping_block .shopping_block_wrap .flex_shop_icon {
    flex-flow: row;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto; }
    .shopping_block .shopping_block_wrap .flex_shop_icon img {
      max-width: unset;
      margin-right: 23px;
      width: calc(50% - 23px); }
  .shopping_block {
    padding: 45px 0 40px; }
  .shopping_block .shopping_block_wrap {
    width: 95%; }
  .screen4 .title_block {
    width: 100%;
    text-align: start;
    margin-bottom: 30px; }
  .content img {
    margin-bottom: 10px; }
  .screen6 {
    display: flex;
    grid-template-columns: unset;
    grid-column-gap: unset;
    grid-row-gap: unset;
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 30px;
    align-items: flex-start; }
    .screen6 .row {
      flex: 0 0 auto;
      border-bottom: none;
      background: #FFFFFF;
      border: 1px solid #D8E0EB;
      border-radius: 9px;
      padding: 32px 30px 26px 20px;
      width: 100%;
      position: relative;
      overflow: hidden;
      margin-right: 20px; }
      .screen6 .row:before {
        content: "";
        display: block;
        width: 100%;
        height: 12px;
        background: #FCD53E;
        position: absolute;
        top: 0;
        left: 0; }
    .screen6::-webkit-scrollbar {
      background-color: #fff;
      border-radius: 8px; }
    .screen6::-webkit-scrollbar-track {
      border-radius: 8px;
      background-color: #f0f0f0; }
    .screen6::-webkit-scrollbar-thumb {
      background-color: #2361A9;
      border: 2px solid #555555;
      border-radius: 8px;
      width: 60px; }
  .text_scr7 {
    width: 100%; }
  .screen5 .left {
    width: 100%; }
  .items {
    display: flex;
    align-items: flex-start;
    overflow-x: scroll;
    position: unset !important;
    height: auto !important;
    padding-bottom: 10px; }
    .items::-webkit-scrollbar {
      background-color: #fff;
      border-radius: 8px; }
    .items::-webkit-scrollbar-track {
      border-radius: 8px;
      background-color: #f0f0f0; }
    .items::-webkit-scrollbar-thumb {
      background-color: #2361A9;
      border: 2px solid #555555;
      border-radius: 8px;
      width: 60px; }
  .item_decr {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    width: 100% !important;
    flex: 0 0 auto;
    margin-right: 20px; }
    .item_decr:last-of-type {
      margin-right: 0; }
    .item_decr .content {
      padding: 32px 30px 18px 20px; }
    .item_decr:before {
      content: "";
      display: block;
      width: 100%;
      height: 12px;
      background: #FCD53E;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 9px 9px 0 0; }
  .icon_row {
    width: calc(50% - 33px);
    margin-left: 33px;
    text-align: center; }
  .grid_icon {
    width: calc(100% + 33px);
    margin-left: -33px; }
  .bcg_icon {
    padding: 13px; }
  .screen7 {
    background-size: contain;
    height: 50%; }
  .scr2_flex {
    display: block; }
  .screen2 .card_block.block_1 {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-right: 0;
    padding: 30px 15px;
    border-top: 1px solid #D8E0EB; }
    .screen2 .card_block.block_1 .top {
      margin-bottom: 20px; }
  .screen2 .card_block_flex {
    width: 100%; }
    .screen2 .card_block_flex .card_block {
      width: calc(100% + 30px);
      margin-left: -15px;
      padding: 30px 15px;
      border-left: unset;
      height: unset;
      border-top: 1px solid #D8E0EB; }
  .screen2 .card_block.block_5 {
    position: relative;
    bottom: unset;
    left: unset;
    border-left: unset; }
    .screen2 .card_block.block_5:after {
      width: 87px;
      height: 41px;
      right: 0;
      top: -15px;
      background-size: contain;
      background-image: url(/images/fulfillment/arrow_after.svg);
      transform: rotate(90deg); }
  .screen2 .card_block_flex .card_block:nth-child(1) {
    padding: 30px 15px;
    border-bottom: none; }
  .screen2 .card_block_flex .card_block:nth-child(2) {
    padding: 30px 15px;
    border-bottom: none; }
  .screen2 .card_block.block_1::after {
    top: unset;
    right: 0;
    width: 87px;
    height: 41px;
    transform: rotate(80deg);
    bottom: -15px;
    background-size: contain; }
  .screen2 .card_block.block_2::after {
    width: 87px;
    height: 41px;
    right: 0;
    bottom: -15px;
    background-size: contain;
    transform: rotate(80deg); }
  .screen2 .card_block.block_3::after {
    width: 87px;
    height: 41px;
    right: 0;
    bottom: -15px;
    background-size: contain;
    transform: rotate(80deg); }
  .screen1_wrap {
    width: 100%; }
  .screen2 .heading {
    margin-bottom: 25px; }
  .padding {
    padding: 40px 0 50px; }
  .screen1_wrap .left {
    width: 100%;
    padding-bottom: 30px; }
  .mobile_paragraph {
    display: block;
    margin-bottom: 30px; }
  .main_text.desktop {
    display: none; } }

footer {
  z-index: 1;
  position: relative;
  background: #fff; }

.df__fulfillment-onboarding {
  position: relative;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .df__fulfillment-onboarding .df__container--ff-gradient {
    background: linear-gradient(177deg, #316BAE 0%, rgba(49, 107, 174, 0) 100%), #FFF;
    padding-top: 65px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__container--ff-gradient {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .df__fulfillment-onboarding header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: 70px; }
  .df__fulfillment-onboarding-header-links,
  .df__fulfillment-onboarding-header-links p {
    display: flex;
    align-items: center; }
  .df__fulfillment-onboarding-header-link {
    border: 2px solid #0056A4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 100%; }
    .df__fulfillment-onboarding-header-link:last-child {
      margin-right: 0; }
  .df__fulfillment-onboarding .df__ff-title {
    color: #FFF;
    font-size: 72px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
    max-width: 540px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 20px;
        max-width: 255px; } }
  .df__fulfillment-onboarding .df__ff-subtitle {
    color: #FFF;
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.21px;
    max-width: 600px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-subtitle {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
        max-width: 340px;
        width: 100%; } }
  .df__fulfillment-onboarding .df__ff-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 350px;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-progress {
        max-width: 100%; } }
    .df__fulfillment-onboarding .df__ff-progress-line {
      position: absolute;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, #fff 50%, #fff 50%); }
      .df__fulfillment-onboarding .df__ff-progress-line.half {
        background: linear-gradient(90deg, #0056A4 50%, #fff 50%); }
      .df__fulfillment-onboarding .df__ff-progress-line.full {
        background: #0056A4; }
    .df__fulfillment-onboarding .df__ff-progress-point {
      background: #fff;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2; }
      .df__fulfillment-onboarding .df__ff-progress-point.active span {
        background: #0056A4;
        width: 14px;
        height: 14px;
        border-radius: 100%;
        z-index: 2; }
  .df__fulfillment-onboarding .df__ff-title-sm {
    color: #0056A4;
    font-size: 32px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 0.32px;
    margin-bottom: 15px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-title-sm {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 30px; } }
  .df__fulfillment-onboarding .df__ff-left {
    min-width: 610px;
    width: 610px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-left {
        min-width: 100%;
        width: 100%;
        margin-bottom: 30px; } }
  .df__fulfillment-onboarding .df__ff-right {
    min-width: 630px;
    width: 630px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-right {
        min-width: 100%;
        width: 100%; } }
  .df__fulfillment-onboarding .df__input {
    border-radius: 100px;
    border: 1px solid #0056A4;
    background: #FFF;
    height: 67px;
    padding-left: 80px;
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.16px;
    display: block !important;
    z-index: 0 !important; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__input {
        height: 52px;
        font-size: 14px;
        padding-left: 60px; } }
    .df__fulfillment-onboarding .df__input::placeholder {
      color: #5A5A5A;
      font-size: 16px;
      font-weight: 500;
      line-height: 30px;
      letter-spacing: 0.16px; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__input::placeholder {
          font-size: 14px; } }
  .df__fulfillment-onboarding .form-col {
    position: relative;
    margin-bottom: 15px; }
  .df__fulfillment-onboarding .field-cartransportusaform-email::after {
    content: url("/images/fulfillment/ff-email-icon.svg");
    position: absolute;
    top: 21px;
    left: 37px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .field-cartransportusaform-email::after {
        top: 15px;
        left: 20px; } }
  .df__fulfillment-onboarding .field-cartransportusaform-first_name::after {
    content: url("/images/fulfillment/ff-person-icon.svg");
    position: absolute;
    top: 21px;
    left: 37px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .field-cartransportusaform-first_name::after {
        top: 15px;
        left: 20px; } }
  .df__fulfillment-onboarding .field-cartransportusaform-company_name::after, .df__fulfillment-onboarding .field-cartransportusaform-company_site::after {
    content: url("/images/fulfillment/ff-apt-icon.svg");
    position: absolute;
    top: 21px;
    left: 37px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .field-cartransportusaform-company_name::after, .df__fulfillment-onboarding .field-cartransportusaform-company_site::after {
        top: 15px;
        left: 20px; } }
  .df__fulfillment-onboarding .field-cartransportusaform-avg_month_sales::after {
    content: url("/images/fulfillment/ff-paper-icon.svg");
    position: absolute;
    top: 21px;
    left: 37px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .field-cartransportusaform-avg_month_sales::after {
        top: 15px;
        left: 20px; } }
  .df__fulfillment-onboarding .df__ff-form-title {
    color: #151515;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.15px; }
  .df__fulfillment-onboarding .df__ff-form-subtitle {
    color: #151515;
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.11px;
    display: flex;
    align-items: center; }
  .df__fulfillment-onboarding .df__radio {
    display: flex;
    justify-content: space-between;
    width: 150px;
    margin-top: 15px;
    margin-bottom: 25px; }
  .df__fulfillment-onboarding .checkbox span, .df__fulfillment-onboarding .radio span {
    width: 25px;
    height: 25px;
    top: 4px; }
  .df__fulfillment-onboarding .checkbox label, .df__fulfillment-onboarding .radio label {
    color: #606B77;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.16px;
    padding-left: 36px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .checkbox label, .df__fulfillment-onboarding .radio label {
        color: #5A5A5A; } }
  .df__fulfillment-onboarding .radio span:after {
    width: 13px;
    height: 13px; }
  .df__fulfillment-onboarding .field-cartransportusaform-avg_month_sales {
    margin-bottom: 5px; }
  .df__fulfillment-onboarding .df__ff-form-checkboxes {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
  .df__fulfillment-onboarding .df__ff-form-submit {
    border-radius: 100px;
    background: #E40137;
    width: 280px;
    height: 64px;
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.21px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-form-submit {
        height: 46px;
        width: 185px;
        font-size: 15px;
        line-height: 22px; } }
    .df__fulfillment-onboarding .df__ff-form-submit svg {
      margin-left: 30px; }
  .df__fulfillment-onboarding .form-group .error, .df__fulfillment-onboarding .form-group .help-block, .df__fulfillment-onboarding .form-group .focused-block {
    position: relative; }
  .df__fulfillment-onboarding .df__ff-step {
    display: none; }
    .df__fulfillment-onboarding .df__ff-step.active {
      display: block; }
  .df__fulfillment-onboarding .df__flex .df__w-50 {
    width: calc(50% - 5px); }
  .df__fulfillment-onboarding .df__ff-body {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-body {
        flex-direction: column;
        padding-bottom: 0; } }
  .df__fulfillment-onboarding .df__ff-step-1 {
    position: relative; }
    .df__fulfillment-onboarding .df__ff-step-1 .df__video-controls {
      position: absolute;
      top: 28px;
      left: 0;
      padding: 12px 16px;
      border-radius: 10px;
      background: #E40137;
      cursor: pointer;
      z-index: 1; }
      .df__fulfillment-onboarding .df__ff-step-1 .df__video-controls svg {
        width: 25px;
        height: 25px; }
      @media screen and (min-width: 1025px) {
        .df__fulfillment-onboarding .df__ff-step-1 .df__video-controls {
          display: none; } }
    .df__fulfillment-onboarding .df__ff-step-1 video {
      border-radius: 20px;
      background: #FFF;
      box-shadow: 4px 4px 25px 10px rgba(0, 0, 0, 0.08);
      border: 24px solid #fff; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__ff-step-1 video {
          border: 15px solid #fff; } }
  .df__fulfillment-onboarding .df__ff-images {
    display: flex; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-images {
        overflow: hidden;
        width: 100%;
        position: relative; } }
    .df__fulfillment-onboarding .df__ff-images img {
      height: 380px; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__ff-images img {
          height: 322px; } }
      .df__fulfillment-onboarding .df__ff-images img:nth-child(2) {
        margin-top: 65px; }
        @media screen and (max-width: 1024px) {
          .df__fulfillment-onboarding .df__ff-images img:nth-child(2) {
            position: absolute;
            left: 300px;
            overflow: hidden;
            z-index: 0; } }
  .df__fulfillment-onboarding .df__ff-service-first {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 4px 4px 25px 10px rgba(0, 0, 0, 0.08);
    padding: 18px 42px;
    display: flex;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-service-first {
        padding: 0;
        background: transparent;
        box-shadow: none; }
        .df__fulfillment-onboarding .df__ff-service-first img {
          display: none; } }
    .df__fulfillment-onboarding .df__ff-service-first p {
      color: #0061AF;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      margin-left: 34px; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__ff-service-first p {
          font-size: 22px;
          margin-left: 0; } }
    .df__fulfillment-onboarding .df__ff-service-first-arrow {
      border-radius: 10px;
      background: #2361A9;
      width: 63px;
      height: 63px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 66px;
      bottom: -32px; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__ff-service-first-arrow {
          display: none; } }
  .df__fulfillment-onboarding .df__ff-services {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    height: 810px;
    overflow-y: scroll;
    padding-bottom: 25px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-services {
        margin-top: 8px;
        height: fit-content;
        overflow: hidden; } }
  .df__fulfillment-onboarding .df__ff-service {
    border-radius: 20px;
    background: #316BAE;
    padding: 28px 38px;
    height: auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-service {
        padding: 20px;
        margin-bottom: 8px;
        background: #fff;
        width: calc(50% - 7px);
        height: auto; }
        .df__fulfillment-onboarding .df__ff-service img {
          width: 80px; } }
    .df__fulfillment-onboarding .df__ff-service.df__ff-service--white {
      background: #fff; }
      .df__fulfillment-onboarding .df__ff-service.df__ff-service--white p {
        color: #316BAE; }
    .df__fulfillment-onboarding .df__ff-service:nth-child(2n) {
      margin-top: 25px;
      margin-left: 30px;
      margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__ff-service:nth-child(2n) {
          margin-left: 13px;
          margin-top: 0;
          margin-bottom: 8px; } }
    .df__fulfillment-onboarding .df__ff-service p {
      color: #FFF;
      font-size: 20px;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      margin-top: 35px;
      max-width: 215px; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__ff-service p {
          font-size: 13px;
          line-height: 15px;
          margin-top: 24px;
          color: #316BAE; } }
  .df__fulfillment-onboarding ::-webkit-scrollbar {
    width: 4px; }
  .df__fulfillment-onboarding ::-webkit-scrollbar-track {
    background: #ECEFF3;
    border-radius: 8px; }
  .df__fulfillment-onboarding ::-webkit-scrollbar-thumb {
    background: #FFF;
    border-radius: 8px; }
  .df__fulfillment-onboarding ::-webkit-scrollbar-thumb:hover {
    background: #FFF; }
  .df__fulfillment-onboarding .df__ff_advantages-first {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 4px 4px 25px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .df__fulfillment-onboarding .df__ff_advantages-first p {
      color: #0056A4;
      font-size: 34px;
      font-weight: 800;
      line-height: 42px;
      letter-spacing: 0.34px;
      text-transform: capitalize;
      padding-left: 50px; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__ff_advantages-first p {
          font-size: 18px;
          line-height: 24px;
          padding-left: 18px; } }
    .df__fulfillment-onboarding .df__ff_advantages-first img {
      width: 174px; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__ff_advantages-first img {
          width: 86px;
          border-radius: 20px; } }
  .df__fulfillment-onboarding .df__ff_advantages {
    margin-top: 40px;
    height: 810px;
    overflow-y: scroll;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff_advantages {
        height: fit-content;
        overflow: hidden; } }
    .df__fulfillment-onboarding .df__ff_advantages-item {
      border-radius: 20px;
      background: #316BAE;
      box-shadow: 4px 4px 25px 10px rgba(0, 0, 0, 0.08);
      width: fit-content;
      height: 86px;
      padding: 0 34px;
      display: flex;
      align-items: center;
      margin-bottom: 21px; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__ff_advantages-item {
          height: 56px;
          padding: 0 20px;
          margin-bottom: 10px; } }
      .df__fulfillment-onboarding .df__ff_advantages-item:nth-child(2n) {
        background: #FFF;
        margin-left: auto;
        margin-right: 30px; }
        @media screen and (max-width: 1024px) {
          .df__fulfillment-onboarding .df__ff_advantages-item:nth-child(2n) {
            margin-right: 0; } }
        .df__fulfillment-onboarding .df__ff_advantages-item:nth-child(2n) svg path {
          fill: #E40137; }
        .df__fulfillment-onboarding .df__ff_advantages-item:nth-child(2n) p {
          color: #5A5A5A; }
      .df__fulfillment-onboarding .df__ff_advantages-item p {
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 0.18px;
        text-transform: capitalize; }
        @media screen and (max-width: 1024px) {
          .df__fulfillment-onboarding .df__ff_advantages-item p {
            font-size: 12px; } }
      .df__fulfillment-onboarding .df__ff_advantages-item svg {
        margin-right: 15px; }
        @media screen and (max-width: 1024px) {
          .df__fulfillment-onboarding .df__ff_advantages-item svg {
            height: 18px; } }
  .df__fulfillment-onboarding .df__ff-step-4 .df__ff-step-head {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .df__fulfillment-onboarding .df__ff-step-4 .df__ff-step-head p {
      color: #FFF;
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 0.24px;
      text-transform: capitalize; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__ff-step-4 .df__ff-step-head p {
          color: #0056A4;
          font-size: 22px; } }
    .df__fulfillment-onboarding .df__ff-step-4 .df__ff-step-head .df__ff-step-head-control {
      border: 1px solid #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 48px;
      border-radius: 40px;
      width: 90px; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__ff-step-4 .df__ff-step-head .df__ff-step-head-control {
          display: none; } }
      .df__fulfillment-onboarding .df__ff-step-4 .df__ff-step-head .df__ff-step-head-control svg {
        cursor: pointer; }
      .df__fulfillment-onboarding .df__ff-step-4 .df__ff-step-head .df__ff-step-head-control svg:first-child {
        margin-right: 25px; }
  .df__fulfillment-onboarding .df__ff-step-4 .df__reviews {
    display: flex; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-step-4 .df__reviews {
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 30px;
        padding-top: 35px;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        .df__fulfillment-onboarding .df__ff-step-4 .df__reviews::-webkit-scrollbar {
          height: 4px !important; }
        .df__fulfillment-onboarding .df__ff-step-4 .df__reviews::-webkit-scrollbar-track {
          background: #ECEFF3;
          border-radius: 8px; }
        .df__fulfillment-onboarding .df__ff-step-4 .df__reviews::-webkit-scrollbar-thumb {
          background: #0061AF;
          border-radius: 8px; }
        .df__fulfillment-onboarding .df__ff-step-4 .df__reviews::-webkit-scrollbar-thumb:hover {
          background: #0061AF; } }
    .df__fulfillment-onboarding .df__ff-step-4 .df__reviews .slick-list {
      padding-top: 50px; }
    .df__fulfillment-onboarding .df__ff-step-4 .df__reviews-item {
      border-radius: 20px;
      background: #FFF;
      margin-right: 20px;
      width: 300px;
      padding: 50px 30px 30px 30px;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__ff-step-4 .df__reviews-item {
          width: 300px;
          min-width: 300px;
          height: fit-content;
          padding: 40px 20px 25px 20px;
          margin-right: 15px; } }
      .df__fulfillment-onboarding .df__ff-step-4 .df__reviews-item-logo {
        background: #FFF;
        width: 61px;
        height: 61px;
        position: absolute;
        left: 31px;
        top: -31px;
        border: 1px solid #D1D1D1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%; }
      .df__fulfillment-onboarding .df__ff-step-4 .df__reviews-item-stars {
        display: flex;
        margin-bottom: 10px; }
        @media screen and (max-width: 1024px) {
          .df__fulfillment-onboarding .df__ff-step-4 .df__reviews-item-stars {
            margin-bottom: 2px; } }
        .df__fulfillment-onboarding .df__ff-step-4 .df__reviews-item-stars img {
          margin-right: 6px; }
      .df__fulfillment-onboarding .df__ff-step-4 .df__reviews-item-name {
        color: #0056A4;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0.2px;
        margin-bottom: 10px; }
        @media screen and (max-width: 1024px) {
          .df__fulfillment-onboarding .df__ff-step-4 .df__reviews-item-name {
            font-size: 17px; } }
      .df__fulfillment-onboarding .df__ff-step-4 .df__reviews-item-text {
        color: #606B77;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.28px;
        margin-bottom: 20px; }
        @media screen and (max-width: 1024px) {
          .df__fulfillment-onboarding .df__ff-step-4 .df__reviews-item-text {
            margin-bottom: 15px; } }
      .df__fulfillment-onboarding .df__ff-step-4 .df__reviews-item-link {
        color: #2361A9;
        font-size: 14px;
        font-weight: 700;
        line-height: 109%;
        letter-spacing: 0.28px;
        text-decoration-line: underline;
        text-transform: uppercase; }
  .df__fulfillment-onboarding .df__ff-step-4 .df__ff-step-head-title {
    position: relative;
    width: fit-content; }
    .df__fulfillment-onboarding .df__ff-step-4 .df__ff-step-head-title .df__ff-red-line {
      height: 24px;
      width: 50%;
      position: absolute;
      z-index: 0;
      background: #E40137;
      bottom: 0;
      right: 0; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-onboarding .df__ff-step-4 .df__ff-step-head-title .df__ff-red-line {
          height: 12px;
          width: 84px; } }
  .df__fulfillment-onboarding .df__ff-step-4 .df__ff-form-title {
    color: #FFF;
    font-size: 72px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
    margin-bottom: 40px;
    width: fit-content;
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-step-4 .df__ff-form-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 20px; } }
  .df__fulfillment-onboarding .df__ff-step-4 .df__ff-form-subtitle, .df__fulfillment-onboarding .df__ff-step-4 .df__section-form-body-success-title {
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.28px;
    margin-bottom: 20px;
    text-align: left; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-step-4 .df__ff-form-subtitle, .df__fulfillment-onboarding .df__ff-step-4 .df__section-form-body-success-title {
        font-size: 21px;
        line-height: 24px; } }
  .df__fulfillment-onboarding .df__ff-step-4 .df__ff-form-text,
  .df__fulfillment-onboarding .df__ff-step-4 .df__section-form-body-success-text,
  .df__fulfillment-onboarding .df__ff-step-4 .df__ff-scenario p:not(.df__section-form-body-success-title) {
    color: #FFF;
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.21px;
    margin-bottom: 50px;
    text-align: left; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-step-4 .df__ff-form-text,
      .df__fulfillment-onboarding .df__ff-step-4 .df__section-form-body-success-text,
      .df__fulfillment-onboarding .df__ff-step-4 .df__ff-scenario p:not(.df__section-form-body-success-title) {
        font-size: 15px;
        line-height: 18px; } }
  .df__fulfillment-onboarding .df__ff-left-head .df__ff-title {
    position: relative; }
    .df__fulfillment-onboarding .df__ff-left-head .df__ff-title span:first-child {
      position: relative;
      z-index: 1; }
  .df__fulfillment-onboarding .df__ff-left-head .df__ff-red-line {
    height: 24px;
    width: 226px;
    position: absolute;
    z-index: 0;
    background: #E40137;
    bottom: 0;
    left: 126px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-left-head .df__ff-red-line {
        height: 12px;
        width: 120px;
        bottom: 45px;
        left: 61px; } }
  @media screen and (max-width: 1024px) {
    .df__fulfillment-onboarding .radiobuttons-container .radio {
      margin: 0; } }
  .df__fulfillment-onboarding .df__ff-scenario {
    display: none; }
    .df__fulfillment-onboarding .df__ff-scenario.active {
      display: block; }
  .df__fulfillment-onboarding .df__ff-tooltip {
    position: relative;
    display: flex;
    cursor: pointer; }
  .df__fulfillment-onboarding .df__ff-tooltip .df__ff-tooltip-text {
    visibility: hidden;
    width: 225px;
    padding: 20px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    top: 100%;
    left: 50%;
    margin-left: -112px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
    /* Position the tooltip */
    position: absolute;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-onboarding .df__ff-tooltip .df__ff-tooltip-text {
        padding: 10px;
        margin-left: -200px; } }
  .df__fulfillment-onboarding .df__ff-tooltip:hover .df__ff-tooltip-text {
    visibility: visible; }
  .df__fulfillment-onboarding .df__loader-body {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100; }
    .df__fulfillment-onboarding .df__loader-body.active {
      display: flex; }
  .df__fulfillment-onboarding .df__business-solutions-form-info {
    cursor: pointer; }
  .df__fulfillment-onboarding .df__container_shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%); }
    @media screen and (min-width: 1025px) {
      .df__fulfillment-onboarding .df__container_shadow {
        display: none; } }
  .df__fulfillment-onboarding[data-step="1"] .df__ff-body {
    height: 1000px; }
  .df__fulfillment-onboarding[data-step="2"] .df__container_shadow, .df__fulfillment-onboarding[data-step="4"] .df__container_shadow {
    display: none; }
  .df__fulfillment-onboarding[data-step="3"] .df__container--ff-gradient {
    padding-bottom: 20px; }
  .df__fulfillment-onboarding .iti {
    width: 100%; }
  .df__fulfillment-onboarding .iti__selected-flag {
    padding: 0 20px 0 37px;
    width: auto;
    border: 0; }
  .df__fulfillment-onboarding .iti--allow-dropdown input, .df__fulfillment-onboarding .iti--allow-dropdown input[type=text], .df__fulfillment-onboarding .iti--allow-dropdown input[type=tel], .df__fulfillment-onboarding .iti--separate-dial-code input, .df__fulfillment-onboarding .iti--separate-dial-code input[type=text], .df__fulfillment-onboarding .iti--separate-dial-code input[type=tel] {
    padding-left: 80px !important; }

.banner.banner--with_footer.banner--with_footer--ca {
  min-height: 580px; }

.banner-footer--ca {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  background: #EDEFF3;
  padding: 13px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .banner-footer--ca {
      position: static;
      left: auto;
      right: auto;
      bottom: auto;
      padding: 30px 16px;
      flex-wrap: wrap;
      row-gap: 20px; } }
  .banner-footer--ca .banner-footer__delivery_info {
    display: flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px; }
    @media screen and (max-width: 1024px) {
      .banner-footer--ca .banner-footer__delivery_info {
        flex-wrap: wrap; } }
    .banner-footer--ca .banner-footer__delivery_info__images {
      display: flex;
      align-items: center;
      column-gap: 22px; }
    .banner-footer--ca .banner-footer__delivery_info__image--bubble {
      width: 40px;
      height: 40px;
      border-radius: 50%; }
    .banner-footer--ca .banner-footer__delivery_info__image--arrow {
      width: 22px;
      height: 30px; }
    .banner-footer--ca .banner-footer__delivery_info__grouped_flags {
      display: flex;
      align-items: center; }
      .banner-footer--ca .banner-footer__delivery_info__grouped_flags img:last-child {
        position: relative;
        left: -13px; }
    .banner-footer--ca .banner-footer__delivery_info__text {
      color: #0061AF;
      font-size: 17px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%; }
      @media screen and (max-width: 1024px) {
        .banner-footer--ca .banner-footer__delivery_info__text {
          line-height: 134%; } }
      @media screen and (min-width: 1025px) {
        .banner-footer--ca .banner-footer__delivery_info__text br {
          display: none; } }
  .banner-footer--ca .banner-footer__button {
    padding: 19px 35px;
    text-align: center;
    border-radius: 100px;
    background: #0061AF;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
    text-transform: uppercase;
    text-decoration: none; }

.df__section-hero {
  background-image: url("/images/fulfillment/section_1_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .df__section-hero {
      height: 500px;
      display: flex;
      align-items: flex-end;
      width: 100%;
      max-width: 100% !important;
      border-radius: 0;
      background-position: 34%; } }
  .df__section-hero-body {
    border-radius: 14px;
    background: #FFF;
    width: 500px;
    padding: 30px 40px; }
    @media screen and (max-width: 1024px) {
      .df__section-hero-body {
        width: 100%;
        padding: 25px; }
        .df__section-hero-body .breadcrumbs-wr {
          display: none; } }
    .df__section-hero-body .breadcrumb {
      margin-bottom: 20px; }
    .df__section-hero-body .breadcrumb, .df__section-hero-body .breadcrumb-item, .df__section-hero-body .container {
      padding: 0; }
    .df__section-hero-body .df__btn {
      display: flex;
      align-items: center;
      width: fit-content;
      background-color: #2361A9 !important; }
      .df__section-hero-body .df__btn svg {
        margin-left: 25px; }
  .df__section-hero-title {
    color: #2361A9;
    font-size: 30px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 250px; }
    @media screen and (max-width: 1024px) {
      .df__section-hero-title {
        font-size: 22px; } }
  @media screen and (max-width: 1024px) {
    .df__section-hero .df__btn {
      padding: 10px 32px !important;
      text-transform: uppercase; } }

.df__section-form {
  display: flex;
  margin-top: 40px !important; }
  @media screen and (max-width: 1024px) {
    .df__section-form {
      flex-direction: column;
      max-width: 100% !important;
      margin-top: 0 !important; } }
  .df__section-form-body {
    margin-right: 40px;
    position: relative; }
    .df__section-form-body .df__loader-body {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      display: none; }
      .df__section-form-body .df__loader-body.active {
        display: flex; }
    @media screen and (max-width: 1024px) {
      .df__section-form-body {
        margin-right: 0; } }
    .df__section-form-body-success {
      display: none;
      background: #DEEBF5;
      border-radius: 20px;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      padding: 170px 40px; }
      .df__section-form-body-success.active {
        display: block; }
      @media screen and (max-width: 1024px) {
        .df__section-form-body-success {
          display: none;
          flex-direction: column;
          align-items: center;
          padding: 88px 0 0 0; }
          .df__section-form-body-success.active {
            display: flex; } }
      .df__section-form-body-success svg {
        margin-bottom: 20px; }
      .df__section-form-body-success-title {
        color: #2361A9;
        font-size: 20px;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        margin-bottom: 10px;
        max-width: 400px; }
      .df__section-form-body-success-text {
        color: #2361A9;
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
        max-width: 400px; }
        @media screen and (max-width: 1024px) {
          .df__section-form-body-success-text {
            text-align: center; } }
  .df__section-form .df__section-form-images {
    height: 750px; }
    @media screen and (max-width: 1024px) {
      .df__section-form .df__section-form-images {
        height: 300px; } }
    .df__section-form .df__section-form-images-col {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      height: 100%; }
      @media screen and (max-width: 1024px) {
        .df__section-form .df__section-form-images-col {
          position: relative;
          height: 300px;
          overflow: hidden; } }
      .df__section-form .df__section-form-images-col img {
        width: 275px;
        margin-bottom: 30px;
        border-radius: 20px; }
        @media screen and (max-width: 1024px) {
          .df__section-form .df__section-form-images-col img {
            width: 50%;
            position: absolute; }
            .df__section-form .df__section-form-images-col img:nth-child(1) {
              left: calc(-50% + 75px);
              top: 30px; }
            .df__section-form .df__section-form-images-col img:nth-child(2) {
              left: 50%;
              transform: translate(-50%, 0%);
              top: 50px; }
            .df__section-form .df__section-form-images-col img:nth-child(3) {
              right: calc(-50% + 75px);
              top: 30px;
              margin: 0 !important; }
            .df__section-form .df__section-form-images-col img:nth-child(4) {
              display: none; } }
        .df__section-form .df__section-form-images-col img:first-child {
          margin-right: 30px; }
        .df__section-form .df__section-form-images-col img:nth-child(3) {
          margin-top: 50px; }

.business-solutions-us-form {
  border-radius: 20px;
  background: #DEEBF5;
  width: 640px;
  padding: 40px; }
  @media screen and (max-width: 1024px) {
    .business-solutions-us-form {
      border-radius: 0;
      width: 100%; }
      .business-solutions-us-form .df__form-group {
        margin-bottom: 0; }
      .business-solutions-us-form .radio {
        width: fit-content !important;
        margin-bottom: 0 !important; } }
  @media screen and (max-width: 800px) {
    .business-solutions-us-form {
      width: 100%;
      padding: 30px 15px; } }
  .business-solutions-us-form .df__form-group label {
    color: #2361A9;
    font-size: 12px;
    font-weight: 500;
    line-height: 109%;
    letter-spacing: 0.12px; }
  .business-solutions-us-form .df__input {
    border: none !important; }
    .business-solutions-us-form .df__input::placeholder {
      color: rgba(27, 43, 60, 0.7);
      font-size: 14px;
      font-weight: 500;
      line-height: 109%;
      letter-spacing: 0.28px; }
  .business-solutions-us-form h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0056A4;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .business-solutions-us-form h4 {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        text-transform: uppercase; } }
  .business-solutions-us-form .form-control, .business-solutions-us-form .textarea {
    background: #fff; }
  .business-solutions-us-form .form-control {
    height: 48px !important;
    border-radius: 100px; }
  .business-solutions-us-form .textarea {
    border-radius: 12px; }
  .business-solutions-us-form .control-label {
    font-weight: 600;
    font-size: 12px;
    line-height: 109%;
    color: #2361A9;
    margin-bottom: 7px;
    margin-left: 10px; }
    .business-solutions-us-form .control-label span {
      color: #E40137; }
  .business-solutions-us-form .iti {
    width: 100%; }
  .business-solutions-us-form .confirm-checkbox label {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 150%;
    color: #848D97; }
  .business-solutions-us-form .field-cartransportusaform-privateinfo {
    padding: 0; }
  .business-solutions-us-form-required-info {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #2361A9;
    margin-top: 11px;
    margin-bottom: 20px; }
    .business-solutions-us-form-required-info span {
      color: #E40137; }
  .business-solutions-us-form .cargo-form-btn {
    width: 100%;
    height: 54px; }
  .business-solutions-us-form .checkbox-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 109%;
    color: #2361A9;
    margin-bottom: 10px; }

.df__business-solutions-form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 500px) {
    .df__business-solutions-form-row {
      flex-direction: column; } }

.df__business-solutions-form-col {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .df__business-solutions-form-col .df__form-group {
    margin-right: 0 !important; }

.df__business-solutions-form-checkbox {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 10px !important; }
  .df__business-solutions-form-checkbox .checkbox {
    margin-bottom: 15px; }
    .df__business-solutions-form-checkbox .checkbox label {
      font-size: 11px !important; }
  .df__business-solutions-form-checkbox label {
    margin-left: 0 !important; }
  .df__business-solutions-form-checkbox .control-label {
    margin-bottom: 20px !important; }

.df__business-solutions-form-radio .df__radio {
  background: none !important;
  padding: 20px 0 0 0 !important;
  justify-content: flex-start !important; }
  @media screen and (max-width: 1024px) {
    .df__business-solutions-form-radio .df__radio {
      padding-top: 10px !important; } }
  .df__business-solutions-form-radio .df__radio .radio {
    margin-right: 30px; }
    .df__business-solutions-form-radio .df__radio .radio span {
      background: transparent;
      border: 1px solid rgba(35, 97, 169, 0.4); }
    .df__business-solutions-form-radio .df__radio .radio label {
      color: #0056A4;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.32px; }

.df__business-solutions-form-radio .control-label {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  text-transform: uppercase;
  margin-bottom: 5px !important; }
  @media screen and (max-width: 1024px) {
    .df__business-solutions-form-radio .control-label {
      font-size: 12px !important;
      line-height: 18px !important; } }

.df__business-solutions-form-radio label {
  margin-left: 0 !important;
  margin-bottom: 10px !important; }

.df__business-solutions-form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 260px; }
  @media screen and (max-width: 1024px) {
    .df__business-solutions-form-submit {
      max-width: 100%; } }

.df__fulfillment-page .breadcrumb-item {
  color: rgba(35, 97, 169, 0.5); }
  .df__fulfillment-page .breadcrumb-item.active {
    color: #2361A9; }

.df__fulfillment-page .breadcrumb li + li:before {
  margin-right: 5px;
  background: url(/images/fulfillment/br-arrow.svg) no-repeat center center/7px 11px; }

.df__fulfillment-page .df__section-fulfillment-video {
  margin-top: 70px;
  border-radius: 20px;
  background: #F8F9FA;
  padding: 50px;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .df__fulfillment-page .df__section-fulfillment-video {
      border-radius: 0;
      max-width: 100%;
      padding: 40px 15px;
      height: auto;
      margin-top: 10px; } }
  .df__fulfillment-page .df__section-fulfillment-video .df__section-subtitle {
    max-width: 620px;
    width: 100%;
    margin-top: 15px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-fulfillment-video .df__section-subtitle {
        margin-top: 10px; } }
  .df__fulfillment-page .df__section-fulfillment-video video {
    width: 722px;
    border-radius: 20px;
    margin-top: 40px;
    border: 5px solid #fff; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-fulfillment-video video {
        width: 100%;
        border: none;
        margin-top: 20px; } }

.df__fulfillment-page .df__section-title {
  color: #2361A9;
  font-size: 30px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.6px;
  text-transform: uppercase; }
  @media screen and (max-width: 1024px) {
    .df__fulfillment-page .df__section-title {
      text-align: center;
      font-size: 22px;
      line-height: 109%; } }

.df__fulfillment-page .df__section-subtitle {
  color: #606B77;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px; }

.df__fulfillment-page .df__section-connect {
  display: flex;
  margin-top: 220px; }
  @media screen and (max-width: 1024px) {
    .df__fulfillment-page .df__section-connect {
      margin-top: 40px; } }
  @media screen and (max-width: 1024px) {
    .df__fulfillment-page .df__section-connect .df__connect-left {
      display: none; } }
  .df__fulfillment-page .df__section-connect .df__connect-right .df__connect-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-connect .df__connect-right .df__connect-items {
        margin-top: 20px; } }
  .df__fulfillment-page .df__section-connect .df__connect-left img {
    min-width: 420px;
    margin-right: 50px; }
  .df__fulfillment-page .df__section-connect .df__connect-item {
    width: 370px;
    padding: 30px;
    border-radius: 20px;
    background: #DEEBF5;
    margin-right: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-connect .df__connect-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 20px; } }
    .df__fulfillment-page .df__section-connect .df__connect-item:nth-child(2n) {
      margin-right: 0; }
    .df__fulfillment-page .df__section-connect .df__connect-item-number {
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      color: #2361A9;
      text-align: center;
      font-size: 30px;
      font-weight: 600;
      line-height: 120%;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      margin-bottom: 21px;
      border-radius: 100%; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-page .df__section-connect .df__connect-item-number {
          width: 50px;
          height: 50px;
          margin-bottom: 10px;
          font-size: 24px; } }
    .df__fulfillment-page .df__section-connect .df__connect-item-text {
      width: 260px;
      color: #606B77;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: 0.28px; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-page .df__section-connect .df__connect-item-text {
          width: 100%; } }

.df__fulfillment-page .df__section-fulfillment-box {
  margin-top: 60px;
  border-radius: 30px;
  background: #F8F9FA;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 330px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .df__fulfillment-page .df__section-fulfillment-box {
      height: 450px;
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      margin-top: 40px; }
      .df__fulfillment-page .df__section-fulfillment-box .df__section-title {
        max-width: 250px; } }
  .df__fulfillment-page .df__section-fulfillment-box .df__section-subtitle {
    color: #2361A9;
    width: 445px;
    margin-top: 20px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-fulfillment-box .df__section-subtitle {
        width: 325px; } }
  .df__fulfillment-page .df__section-fulfillment-box .df__boxes-desktop {
    position: absolute;
    bottom: 0;
    border-radius: 30px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-fulfillment-box .df__boxes-desktop {
        display: none; } }
  .df__fulfillment-page .df__section-fulfillment-box .df__boxes-mobile {
    display: none; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-fulfillment-box .df__boxes-mobile {
        display: block;
        position: absolute;
        width: 100%; }
        .df__fulfillment-page .df__section-fulfillment-box .df__boxes-mobile:nth-child(2) {
          top: 35px; }
        .df__fulfillment-page .df__section-fulfillment-box .df__boxes-mobile:nth-child(3) {
          bottom: 0; } }

.df__fulfillment-page .df__section-services {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .df__fulfillment-page .df__section-services .df__section-title {
    width: 600px;
    margin-bottom: 30px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-services .df__section-title {
        width: 300px; } }
  .df__fulfillment-page .df__section-services .df__services {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-services .df__services {
        overflow-x: scroll;
        width: 100%;
        flex-wrap: nowrap;
        padding-bottom: 20px; } }
  .df__fulfillment-page .df__section-services .df__service {
    border-radius: 20px;
    background: #EFF1F4;
    padding: 30px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 300px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-services .df__service {
        margin-right: 15px;
        min-width: 260px;
        margin-bottom: 0; } }
    .df__fulfillment-page .df__section-services .df__service:nth-child(4n) {
      margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-page .df__section-services .df__service:nth-child(4n) {
          margin-right: 15px; } }
    .df__fulfillment-page .df__section-services .df__service .df__service-img {
      margin-bottom: 30px; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-page .df__section-services .df__service .df__service-img {
          margin-bottom: 20px; } }
    .df__fulfillment-page .df__section-services .df__service .df__service-title {
      color: #0061AF;
      font-size: 15px;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 0.3px;
      text-transform: uppercase; }

.df__fulfillment-page .df__section-services-info {
  background: #DEEBF5;
  margin-top: 60px;
  padding: 77px 0;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .df__fulfillment-page .df__section-services-info {
      margin-top: 40px;
      padding: 30px 0 0 0; }
      .df__fulfillment-page .df__section-services-info .df__container-inner {
        max-width: 100%; } }
  .df__fulfillment-page .df__section-services-info-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-services-info-img {
        display: none; } }
  .df__fulfillment-page .df__section-services-info .df__section-title {
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-services-info .df__section-title {
        text-align: left;
        max-width: calc(100% - 30px);
        margin: 0 auto; } }
  .df__fulfillment-page .df__section-services-info .df__section-subtitle {
    max-width: 500px;
    width: 100%;
    margin-bottom: 30px;
    text-align: left; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-services-info .df__section-subtitle {
        max-width: calc(100% - 30px);
        margin: 10px auto 20px auto; } }
  .df__fulfillment-page .df__section-services-info .df__btn {
    display: flex;
    width: fit-content;
    align-items: center;
    padding: 20px 43px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
    letter-spacing: 0.28px;
    text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-services-info .df__btn {
        padding: 13px 22px;
        font-size: 12px;
        max-width: calc(100% - 30px);
        margin: 0 auto 23px 15px; } }
    .df__fulfillment-page .df__section-services-info .df__btn svg {
      margin-left: 25px; }
  .df__fulfillment-page .df__section-services-info .df__section-services-info-img-mobile {
    display: none; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-services-info .df__section-services-info-img-mobile {
        display: block;
        width: 100%; } }

.df__fulfillment-page .df__section-advantages {
  margin-top: 50px; }
  @media screen and (max-width: 1024px) {
    .df__fulfillment-page .df__section-advantages {
      margin-top: 40px; } }
  .df__fulfillment-page .df__section-advantages .df__section-title {
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-advantages .df__section-title {
        margin-bottom: 20px;
        text-align: left; } }
  .df__fulfillment-page .df__section-advantages .df__advantages {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 240px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-advantages .df__advantages {
        height: auto; } }
    .df__fulfillment-page .df__section-advantages .df__advantages .df__advantage {
      display: flex;
      align-items: center;
      color: #606B77;
      font-size: 16px;
      font-weight: 500;
      line-height: 36px;
      letter-spacing: 0.16px;
      margin-bottom: 15px;
      height: 16px; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-page .df__section-advantages .df__advantages .df__advantage {
          font-size: 14px;
          line-height: 20px;
          height: auto; } }
      .df__fulfillment-page .df__section-advantages .df__advantages .df__advantage img {
        margin-right: 15px; }

.df__fulfillment-page .df__section-fulfillment-review {
  background: #F8F9FA;
  margin-top: 75px;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    .df__fulfillment-page .df__section-fulfillment-review {
      margin-top: 45px;
      padding-top: 40px;
      padding-bottom: 20px; } }
  .df__fulfillment-page .df__section-fulfillment-review .df__container-inner {
    position: relative; }
  .df__fulfillment-page .df__section-fulfillment-review .df__reviews-prev {
    position: absolute;
    top: 250px;
    left: -24px;
    z-index: 10;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-fulfillment-review .df__reviews-prev {
        display: none; } }
  .df__fulfillment-page .df__section-fulfillment-review .df__reviews-next {
    position: absolute;
    top: 250px;
    right: -24px;
    z-index: 10;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-fulfillment-review .df__reviews-next {
        display: none; } }
  .df__fulfillment-page .df__section-fulfillment-review .df__section-title {
    text-align: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-fulfillment-review .df__section-title {
        margin-bottom: 10px; } }
  .df__fulfillment-page .df__section-fulfillment-review .df__reviews {
    display: flex; }
    @media screen and (max-width: 1024px) {
      .df__fulfillment-page .df__section-fulfillment-review .df__reviews {
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 30px;
        padding-top: 35px; } }
    .df__fulfillment-page .df__section-fulfillment-review .df__reviews .slick-list {
      padding-top: 50px; }
    .df__fulfillment-page .df__section-fulfillment-review .df__reviews-item {
      border-radius: 20px;
      background: #FFF;
      margin-right: 30px;
      width: 400px;
      padding: 50px 30px 30px 30px;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .df__fulfillment-page .df__section-fulfillment-review .df__reviews-item {
          width: 300px;
          min-width: 300px;
          height: fit-content;
          padding: 40px 20px 25px 20px;
          margin-right: 15px; } }
      .df__fulfillment-page .df__section-fulfillment-review .df__reviews-item-logo {
        background: #FFF;
        width: 61px;
        height: 61px;
        position: absolute;
        left: 31px;
        top: -31px;
        border: 1px solid #D1D1D1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%; }
      .df__fulfillment-page .df__section-fulfillment-review .df__reviews-item-stars {
        display: flex;
        margin-bottom: 10px; }
        @media screen and (max-width: 1024px) {
          .df__fulfillment-page .df__section-fulfillment-review .df__reviews-item-stars {
            margin-bottom: 2px; } }
        .df__fulfillment-page .df__section-fulfillment-review .df__reviews-item-stars img {
          margin-right: 6px; }
      .df__fulfillment-page .df__section-fulfillment-review .df__reviews-item-name {
        color: #0056A4;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0.2px;
        margin-bottom: 10px; }
        @media screen and (max-width: 1024px) {
          .df__fulfillment-page .df__section-fulfillment-review .df__reviews-item-name {
            font-size: 17px; } }
      .df__fulfillment-page .df__section-fulfillment-review .df__reviews-item-text {
        color: #606B77;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.28px;
        margin-bottom: 20px; }
        @media screen and (max-width: 1024px) {
          .df__fulfillment-page .df__section-fulfillment-review .df__reviews-item-text {
            margin-bottom: 15px; } }
      .df__fulfillment-page .df__section-fulfillment-review .df__reviews-item-link {
        color: #2361A9;
        font-size: 14px;
        font-weight: 700;
        line-height: 109%;
        letter-spacing: 0.28px;
        text-decoration-line: underline;
        text-transform: uppercase; }

.df__fulfillment-page .df__business-solutions-form-info {
  color: #2361A9;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.26px;
  text-decoration-line: underline;
  cursor: pointer;
  text-transform: initial;
  display: flex;
  align-items: center; }
  .df__fulfillment-page .df__business-solutions-form-info svg {
    margin-left: 5px; }
  @media screen and (max-width: 1024px) {
    .df__fulfillment-page .df__business-solutions-form-info {
      font-size: 13px;
      line-height: 13px; } }

.df__fulfillment-page .df__popup--fulfillment-info .df__popup-body {
  border-radius: 20px;
  padding: 40px 35px 30px 35px; }
  @media screen and (max-width: 1024px) {
    .df__fulfillment-page .df__popup--fulfillment-info .df__popup-body {
      padding: 30px 25px; } }

.df__fulfillment-page .df__popup--fulfillment-info .df__popup-body-title {
  color: #2361A9;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 18px;
  text-align: left;
  margin-top: 0; }
  @media screen and (max-width: 1024px) {
    .df__fulfillment-page .df__popup--fulfillment-info .df__popup-body-title {
      max-width: 260px; } }

.df__fulfillment-page .df__popup--fulfillment-info .df__popup-body-subtitle {
  color: #606B77;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.28px;
  text-align: left; }

.df__fulfillment-page .df__popup--fulfillment-info .df__popup-btn {
  margin-top: 20px;
  width: 140px;
  height: 48px; }

.df__fulfillment-page .df__form-group-info {
  color: #2361A9;
  font-size: 11px;
  font-weight: 500;
  line-height: 109%;
  letter-spacing: 0.22px;
  margin-top: 12px; }
  @media screen and (max-width: 1024px) {
    .df__fulfillment-page .df__form-group-info {
      margin-bottom: 20px; } }

@media screen and (max-width: 1024px) {
  .df__fulfillment-page .field-cartransportusaform-avg_month_sales {
    margin-bottom: 0 !important; } }

.df__fulfillment-page .checkbox span, .df__fulfillment-page .radio span {
  width: 25px;
  height: 25px; }

.df__fulfillment-page .df__form-group .df__radio input {
  width: 25px;
  height: 25px; }

.df__fulfillment-page .radio span:after {
  width: 25px;
  height: 25px; }

.df__fulfillment-page .radio-checked span:after, .df__fulfillment-page .radio input:checked + span:after, .df__fulfillment-page .radio input:checked + label + span:after {
  content: url("/images/fulfillment/check-white.svg"); }

.df__fulfillment-page .checkbox span:after, .df__fulfillment-page .radio span:after {
  display: flex;
  align-items: center;
  justify-content: center; }

.df__fulfillment-page .df__business-solutions-form-radio .df__radio .radio label {
  height: 25px;
  padding-left: 40px; }

.df__warm-rate-lp__hero {
  background-image: url("/images/warm-rate-lp/hero_image.png");
  height: 360px;
  background-position: -230px; }
  @media screen and (max-width: 1024px) {
    .df__warm-rate-lp__hero {
      background-position: -425px; } }
  @media screen and (max-width: 768px) {
    .df__warm-rate-lp__hero {
      background-position: -925px;
      height: 300px; } }
  @media screen and (max-width: 425px) {
    .df__warm-rate-lp__hero {
      background-position: -970px;
      height: 280px; } }
  .df__warm-rate-lp__hero-info {
    width: 540px;
    margin-left: 40px;
    padding-top: 46px; }
    @media screen and (max-width: 768px) {
      .df__warm-rate-lp__hero-info {
        position: absolute;
        top: 300px; } }
    @media screen and (max-width: 425px) {
      .df__warm-rate-lp__hero-info {
        width: 345px;
        padding-left: 0;
        padding-top: 0;
        left: 5%;
        margin: 0; } }
    .df__warm-rate-lp__hero-info h1 {
      font-weight: 700;
      font-size: 30px;
      line-height: 41px;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 21px; }
      @media screen and (max-width: 768px) {
        .df__warm-rate-lp__hero-info h1 {
          color: #2361A9; } }
      @media screen and (max-width: 425px) {
        .df__warm-rate-lp__hero-info h1 {
          font-size: 22px;
          line-height: 30px; } }
    .df__warm-rate-lp__hero-info span {
      font-weight: 700;
      font-size: 20px;
      line-height: 27px;
      text-transform: uppercase;
      color: #0056A4;
      background: #FCD53E;
      border-radius: 4px;
      padding: 4px 15px; }
      @media screen and (max-width: 425px) {
        .df__warm-rate-lp__hero-info span {
          font-size: 17px;
          line-height: 23px; } }
    .df__warm-rate-lp__hero-info p {
      margin-top: 20px;
      font-weight: 500;
      font-size: 15px;
      line-height: 25px;
      color: #FFFFFF; }
      @media screen and (max-width: 768px) {
        .df__warm-rate-lp__hero-info p {
          color: #2361A9; } }

.df__warm-rate-lp__companies {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .df__warm-rate-lp__companies {
      margin-top: 300px; } }
  .df__warm-rate-lp__companies-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1260px;
    margin: 50px auto; }
    @media screen and (max-width: 1024px) {
      .df__warm-rate-lp__companies-inner {
        max-width: 964px; } }
    @media screen and (max-width: 768px) {
      .df__warm-rate-lp__companies-inner {
        max-width: 710px; } }
    @media screen and (max-width: 425px) {
      .df__warm-rate-lp__companies-inner {
        max-width: 345px; } }
  .df__warm-rate-lp__companies-item {
    width: 25%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EDEFF3;
    padding: 24px 0; }
    @media screen and (max-width: 768px) {
      .df__warm-rate-lp__companies-item {
        width: 50%;
        height: 168px; } }
    @media screen and (max-width: 425px) {
      .df__warm-rate-lp__companies-item {
        height: 82px;
        padding: 12px 0; } }
    .df__warm-rate-lp__companies-item img {
      max-height: 100%;
      max-width: 200px; }
      @media screen and (max-width: 425px) {
        .df__warm-rate-lp__companies-item img {
          max-width: 100px; } }

.df__warm-rate-lp__cards {
  width: 100%; }
  .df__warm-rate-lp__cards-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1260px;
    margin: 0 auto 50px auto; }
    @media screen and (max-width: 1024px) {
      .df__warm-rate-lp__cards-inner {
        max-width: 964px;
        justify-content: space-between; } }
    @media screen and (max-width: 768px) {
      .df__warm-rate-lp__cards-inner {
        max-width: 710px;
        justify-content: space-between; } }
    @media screen and (max-width: 425px) {
      .df__warm-rate-lp__cards-inner {
        max-width: 345px; } }
  .df__warm-rate-lp__cards-item {
    background: #EDEFF3;
    padding: 40px;
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .df__warm-rate-lp__cards-item {
        width: calc(50% - 7px);
        margin-right: 14px;
        margin-bottom: 14px; } }
    @media screen and (max-width: 768px) {
      .df__warm-rate-lp__cards-item {
        width: 100%;
        margin-right: 0; } }
    @media screen and (max-width: 425px) {
      .df__warm-rate-lp__cards-item {
        align-items: center;
        display: flex;
        flex-direction: column; } }
    .df__warm-rate-lp__cards-item:nth-child(2n) {
      margin-right: 0; }
    .df__warm-rate-lp__cards-item-body {
      display: flex;
      align-items: center;
      margin-bottom: 33px; }
      @media screen and (max-width: 425px) {
        .df__warm-rate-lp__cards-item-body {
          flex-direction: column;
          margin-bottom: 10px; } }
      .df__warm-rate-lp__cards-item-body-circle {
        background: #FFFFFF;
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        margin-right: 20px; }
        @media screen and (max-width: 768px) {
          .df__warm-rate-lp__cards-item-body-circle {
            margin-bottom: 10px;
            margin-right: 0; } }
      .df__warm-rate-lp__cards-item-body-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #0056A4;
        max-width: 400px; }
        @media screen and (max-width: 1024px) {
          .df__warm-rate-lp__cards-item-body-title {
            font-size: 17px;
            line-height: 26px;
            max-width: 280px; } }
        @media screen and (max-width: 768px) {
          .df__warm-rate-lp__cards-item-body-title {
            max-width: 440px; } }
        @media screen and (max-width: 425px) {
          .df__warm-rate-lp__cards-item-body-title {
            text-align: center; } }
    .df__warm-rate-lp__cards-item-text {
      font-weight: 500;
      font-size: 15px;
      line-height: 25px;
      color: rgba(27, 43, 60, 0.7); }
      @media screen and (max-width: 425px) {
        .df__warm-rate-lp__cards-item-text {
          text-align: center; } }
    .df__warm-rate-lp__cards-item-btn {
      font-weight: 700;
      font-size: 15px;
      line-height: 16px;
      text-transform: uppercase;
      color: #FFFFFF;
      background: #2361A9;
      border-radius: 100px;
      padding: 19px 43px; }
      @media screen and (max-width: 425px) {
        .df__warm-rate-lp__cards-item-btn {
          margin-top: 15px; } }
    .df__warm-rate-lp__cards-item-apps {
      display: flex; }
      @media screen and (max-width: 425px) {
        .df__warm-rate-lp__cards-item-apps {
          margin-top: 15px; } }
      .df__warm-rate-lp__cards-item-apps a {
        margin-right: 10px; }
        @media screen and (max-width: 1024px) {
          .df__warm-rate-lp__cards-item-apps a:nth-child(2) {
            margin-right: 0; }
          .df__warm-rate-lp__cards-item-apps a:last-child {
            display: none; } }

.df__courier-page-form {
  background: #E5E5E5;
  padding-top: 70px;
  padding-bottom: 40px; }

.df__services-banner {
  display: none; }
  @media screen and (max-width: 1024px) {
    .df__services-banner {
      display: block; } }

.df__services-sidebar {
  background: #fff;
  width: 30%;
  height: 100%;
  margin-right: 30px; }
  @media screen and (max-width: 1024px) {
    .df__services-sidebar {
      margin-right: 20px;
      padding-top: 20px; } }
  @media screen and (max-width: 800px) {
    .df__services-sidebar {
      width: 100%;
      margin-right: 0; } }
  .df__services-sidebar-banner {
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .df__services-sidebar-banner {
        display: none; } }
  .df__services-sidebar-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2361A9;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 15px;
    padding-left: 30px;
    margin-top: 30px; }
    @media screen and (max-width: 1024px) {
      .df__services-sidebar-title {
        font-size: 18px;
        padding-left: 15px;
        margin-top: 0; } }
  .df__services-sidebar-menu {
    padding-left: 30px;
    padding-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .df__services-sidebar-menu {
        padding-left: 15px; } }
  .df__services-sidebar-menu-item {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      .df__services-sidebar-menu-item {
        font-size: 12px; } }
    .df__services-sidebar-menu-item > a {
      height: 50px;
      color: #2361A9;
      border-bottom: 1px solid #EAEAEA; }
    .df__services-sidebar-menu-item a {
      display: flex;
      align-items: center;
      padding-right: 20px; }
    .df__services-sidebar-menu-item a svg {
      margin-left: auto; }
    .df__services-sidebar-menu-item ul {
      display: none;
      margin-top: 20px; }
      .df__services-sidebar-menu-item ul li {
        margin-bottom: 20px; }
        .df__services-sidebar-menu-item ul li:last-child {
          margin-bottom: 0;
          padding-bottom: 20px;
          border-bottom: 1px solid #EAEAEA; }
      .df__services-sidebar-menu-item ul a {
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        color: #2361A9; }
        @media screen and (max-width: 1024px) {
          .df__services-sidebar-menu-item ul a {
            font-size: 12px; } }
  .df__services-sidebar .has-child.active-link > a > svg {
    transform: rotate(180deg); }
    .df__services-sidebar .has-child.active-link > a > svg path {
      fill: #2361A9; }

.df__cf-form {
  width: calc(100% - 30% - 30px);
  background: #fff;
  padding: 30px; }
  @media screen and (max-width: 1024px) {
    .df__cf-form {
      width: calc(100% - 30% - 20px); } }
  @media screen and (max-width: 800px) {
    .df__cf-form {
      width: 100%;
      margin-bottom: 10px; } }
  .df__cf-form-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0056A4;
    margin-bottom: 20px;
    max-width: 540px; }
    @media screen and (max-width: 1024px) {
      .df__cf-form-title {
        font-size: 20px;
        line-height: 27px;
        max-width: 100%; } }
  .df__cf-form-subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #2361A9;
    white-space: nowrap; }
    @media screen and (max-width: 1024px) {
      .df__cf-form-subtitle {
        font-size: 12px;
        line-height: 13px; } }
    @media screen and (max-width: 500px) {
      .df__cf-form-subtitle {
        max-width: 220px;
        white-space: normal; } }
  .df__cf-form-btn-submit-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px; }
  .df__cf-form-btn-submit {
    cursor: pointer;
    background: #2361A9;
    border-radius: 100px;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    display: flex;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 55px;
    width: auto; }
    @media screen and (max-width: 500px) {
      .df__cf-form-btn-submit {
        padding: 15px 0;
        width: 100%;
        justify-content: center; } }

@media screen and (max-width: 800px) {
  .df__courier-page-form .df__container > .df__container-inner > .df__row {
    flex-direction: column-reverse; } }

.df__cf-form-subtitle-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px; }
  .df__cf-form-subtitle-inner-line {
    flex-grow: 1;
    height: 1px;
    background: #ccc; }

.select2-selection__rendered {
  border: 1px solid #D7D8D9;
  border-radius: 100px;
  height: 44px !important; }

.df__cf-form-shipment-description {
  flex: 0 0 calc(66% - 20px) !important; }
  @media screen and (max-width: 500px) {
    .df__cf-form-shipment-description {
      flex: 0 0 100% !important;
      margin-right: 0; } }

.df__courier-page-form--it {
  background: #F8F9FA; }
  @media screen and (max-width: 500px) {
    .df__courier-page-form--it {
      padding-top: 20px; } }
  @media screen and (max-width: 500px) {
    .df__courier-page-form--it .df__container-inner {
      width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 500px) {
    .df__courier-page-form--it .df__cf-form {
      padding: 30px 15px; } }
  .df__courier-page-form--it form {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    @media screen and (max-width: 500px) {
      .df__courier-page-form--it form {
        gap: 15px; } }
  .df__courier-page-form--it .df__form-group {
    margin-bottom: 0;
    margin-right: 0; }
    .df__courier-page-form--it .df__form-group label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .df__courier-page-form--it .df__row {
    gap: 20px; }
    @media screen and (max-width: 500px) {
      .df__courier-page-form--it .df__row {
        gap: 15px; } }
  .df__courier-page-form--it .df__cf-form-btn-submit {
    padding: 20px 40px !important; }
  .df__courier-page-form--it .df__cf-form-type-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 32px;
    border: 2px solid #0860C7;
    overflow: hidden;
    margin-bottom: 35px; }
    .df__courier-page-form--it .df__cf-form-type-container .df__cf-form-type {
      text-align: center;
      flex-grow: 1;
      padding: 12px 24px;
      font-weight: 500;
      font-size: 16px;
      line-height: 23px;
      cursor: pointer; }
      @media screen and (max-width: 500px) {
        .df__courier-page-form--it .df__cf-form-type-container .df__cf-form-type {
          font-size: 14px;
          line-height: 19px; } }
      .df__courier-page-form--it .df__cf-form-type-container .df__cf-form-type--active {
        background: #0860C7;
        color: #fff; }
  .df__courier-page-form--it .select2-selection__rendered {
    color: #444 !important; }

.df__news-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .df__news-head-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #2361A9; }
    @media screen and (max-width: 500px) {
      .df__news-head-title {
        font-size: 24px;
        line-height: 36px; } }
  .df__news-head-control {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 500px) {
      .df__news-head-control {
        display: none; } }
  .df__news-head-control-page {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #0056A4;
    margin: 0 20px; }
  .df__news-head-control-arrow {
    border: 2px solid #2361A9;
    border-radius: 200px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
  .df__news-head-control-arrow--right {
    transform: rotate(180deg); }

.df__news-body {
  display: flex;
  flex-wrap: wrap; }

.df__news-item {
  width: 390px;
  margin-right: 20px; }
  @media screen and (max-width: 500px) {
    .df__news-item {
      margin-right: 0;
      margin-bottom: 30px; }
      .df__news-item:nth-child(3) {
        margin-bottom: 0; }
      .df__news-item:nth-child(n+4) {
        display: none; } }
  .df__news-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
    .df__news-item-head-category {
      font-weight: 600;
      font-size: 13px;
      line-height: 20px;
      text-transform: uppercase;
      color: #606B77;
      background: #EDEFF3;
      padding: 6px 10px; }
      @media screen and (max-width: 500px) {
        .df__news-item-head-category {
          font-size: 11px;
          padding: 5px 13px; } }
    .df__news-item-head-date {
      font-weight: 400;
      font-size: 13px;
      line-height: 25px;
      letter-spacing: 0.01em;
      color: #606B77; }
      @media screen and (max-width: 500px) {
        .df__news-item-head-date {
          font-size: 11px; } }
  .df__news-item-body-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #0056A4;
    margin-bottom: 10px; }
    @media screen and (max-width: 500px) {
      .df__news-item-body-title {
        font-size: 15px;
        line-height: 22px; } }
  .df__news-item-body-subtitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #606B77;
    margin-bottom: 10px; }
    @media screen and (max-width: 500px) {
      .df__news-item-body-subtitle {
        font-size: 13px;
        line-height: 22px; } }
  @media screen and (max-width: 500px) {
    .df__news-item-footer {
      display: none; } }
  .df__news-item-footer-more {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #0056A4; }

.df__news-footer {
  margin: 60px 0;
  text-align: center; }
  @media screen and (max-width: 500px) {
    .df__news-footer {
      margin: 30px 0; } }
  .df__news-footer-more {
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 13px 32px;
    background: #0056A4;
    border-radius: 100px; }
    @media screen and (max-width: 500px) {
      .df__news-footer-more {
        width: 100%; } }

.df__container-inner--contacts {
  margin-bottom: 40px; }
  @media screen and (max-width: 500px) {
    .df__container-inner--contacts {
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px;
      margin-top: 10px; }
      .df__container-inner--contacts h1 {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto; } }

.df__contacts {
  width: 100%; }
  .df__contacts-item {
    background: #EDEFF3; }
    .df__contacts-item-head {
      font-weight: 700;
      font-size: 17px;
      line-height: 19px;
      letter-spacing: 0.02em;
      color: #1B2B3C;
      border-bottom: 1px solid #D7DADF;
      padding: 20px 30px; }
      @media screen and (max-width: 500px) {
        .df__contacts-item-head {
          padding: 20px 15px; } }
    .df__contacts-item-body {
      display: flex;
      padding: 30px 30px 40px 30px;
      flex-wrap: wrap; }
      @media screen and (max-width: 500px) {
        .df__contacts-item-body {
          padding: 10px 15px; } }
      .df__contacts-item-body-col {
        margin-right: 108px; }
        @media screen and (max-width: 500px) {
          .df__contacts-item-body-col {
            margin-bottom: 30px;
            margin-right: 0; } }
        .df__contacts-item-body-col:last-child {
          margin-right: 0; }
    .df__contacts-item ul li, .df__contacts-item .df__contacts-item-text {
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0.02em;
      color: #1B2B3C; }
    .df__contacts-item-title {
      font-weight: 700;
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0.02em;
      color: #1B2B3C;
      margin-bottom: 5px; }
      .df__contacts-item-title--messengers {
        margin-bottom: 21px; }
      .df__contacts-item-title--email {
        margin-top: 17px; }
    .df__contacts-item-link {
      font-weight: 700;
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0.02em;
      color: #1E579F; }
    .df__contacts-item-social {
      width: 48px;
      height: 48px;
      border: 1px solid #1E579F;
      border-radius: 100%;
      margin-right: 9px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .df__contacts-item-social:last-child {
        margin-right: 0; }

.agent-location-page {
  padding-right: 40px; }
  @media screen and (max-width: 1024px) {
    .agent-location-page {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 1024px) {
    .agent-location-page .s-full-content-wr {
      padding: 0 14px; } }

.agent-location__title h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 51px;
  margin-bottom: 10px;
  text-transform: uppercase;
  max-width: 660px; }
  @media screen and (max-width: 1024px) {
    .agent-location__title h1 {
      font-size: 20px;
      line-height: 27px; } }

.agent-location__title h2 {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    .agent-location__title h2 {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 25px; } }

.agent-location__toggle {
  cursor: pointer;
  padding: 15px 30px 16px;
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  text-transform: uppercase;
  border-radius: 100px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .agent-location__toggle {
      font-size: 13px;
      line-height: 14px;
      padding: 12px 25px;
      max-width: unset; } }
  .agent-location__toggle--active {
    color: #EEF0F0;
    background: #2361A9; }
  .agent-location__toggle__container {
    position: relative;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
    border-radius: 100px;
    padding: 10px 7px;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .agent-location__toggle__container {
        padding: 8px 14px;
        min-width: 100vw;
        border-radius: 0;
        justify-content: center; } }
  .agent-location__toggle__wrapper {
    display: flex; }
    @media screen and (max-width: 1024px) {
      .agent-location__toggle__wrapper {
        margin: 0 -14px; } }

.agent-location__location {
  background: #ffffff;
  border-radius: 20px;
  width: calc(50% - 16px); }
  @media screen and (max-width: 1024px) {
    .agent-location__location {
      width: 100%; } }
  .agent-location__location__container {
    display: flex;
    gap: 30px 32px;
    flex-wrap: wrap;
    margin: -38px -40px 0;
    padding: 64px 40px 70px;
    background: #f8f9fa; }
    @media screen and (max-width: 1024px) {
      .agent-location__location__container {
        margin: 0 -14px;
        padding: 20px 14px 56px;
        width: 100vw;
        min-width: 100vw; } }
  .agent-location__location__head {
    position: relative; }
  .agent-location__location__image {
    width: 100%;
    height: auto;
    object-fit: cover; }
  .agent-location__location__label {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 7px 13px;
    background: #1E579F;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    color: #EEF0F0;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .agent-location__location__label {
        font-size: 11px;
        line-height: 12px; } }
  .agent-location__location__main {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 27px 30px 20px;
    border-bottom: 1px solid #E6E6E6; }
    @media screen and (max-width: 1024px) {
      .agent-location__location__main {
        padding: 20px; } }
  .agent-location__location__row {
    display: flex;
    align-items: center;
    column-gap: 12px; }
  .agent-location__location__title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .agent-location__location__title span {
      font-weight: 700;
      font-size: 25px;
      line-height: 27px;
      text-transform: uppercase;
      color: #2361A9; }
      @media screen and (max-width: 1024px) {
        .agent-location__location__title span {
          font-size: 20px;
          line-height: 22px; } }
    .agent-location__location__title img {
      width: 40px;
      height: auto; }
      @media screen and (max-width: 1024px) {
        .agent-location__location__title img {
          width: 33px; } }
  .agent-location__location__address {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #5A6673; }
    @media screen and (max-width: 1024px) {
      .agent-location__location__address {
        font-size: 13px;
        line-height: 20px; } }
    .agent-location__location__address img {
      width: 18px;
      height: auto; }
  .agent-location__location__phones a {
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
    color: #2361A9;
    text-decoration-line: underline; }
    @media screen and (max-width: 1024px) {
      .agent-location__location__phones a {
        font-size: 13px;
        line-height: 20px; } }
  .agent-location__location__phones__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 19px; }
    @media screen and (max-width: 1024px) {
      .agent-location__location__phones__list {
        gap: 5px 13px; } }
  .agent-location__location__whatsapp a {
    display: flex;
    align-items: center;
    column-gap: 7px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #5EAD54;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px; }
  .agent-location__location__whatsapp img {
    width: 24px;
    height: 24px; }
  @media screen and (max-width: 1024px) {
    .agent-location__location__whatsapp--desktop {
      display: none; } }
  .agent-location__location__whatsapp--mobile {
    display: none; }
    @media screen and (max-width: 1024px) {
      .agent-location__location__whatsapp--mobile {
        display: block; } }
  .agent-location__location__working_hours {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    padding: 20px 30px;
    border-bottom: 1px solid #E6E6E6; }
    @media screen and (max-width: 1024px) {
      .agent-location__location__working_hours {
        padding: 14px 20px 15px; } }
    .agent-location__location__working_hours__title {
      font-weight: 500;
      font-size: 15px;
      line-height: 20px;
      color: #5A6673; }
      @media screen and (max-width: 1024px) {
        .agent-location__location__working_hours__title {
          font-size: 13px;
          line-height: 20px; } }
    .agent-location__location__working_hours__period {
      display: flex;
      flex-direction: column;
      row-gap: 7px; }
      @media screen and (max-width: 1024px) {
        .agent-location__location__working_hours__period {
          row-gap: 3px; } }
      .agent-location__location__working_hours__period__container {
        display: flex;
        column-gap: 30px;
        align-items: center; }
        @media screen and (max-width: 1024px) {
          .agent-location__location__working_hours__period__container {
            column-gap: 20px; } }
    .agent-location__location__working_hours__time {
      color: #2361A9;
      font-weight: 600;
      font-size: 20px;
      line-height: 20px; }
      @media screen and (max-width: 1024px) {
        .agent-location__location__working_hours__time {
          font-size: 17px;
          line-height: 20px; } }
    .agent-location__location__working_hours__days {
      color: #2361A9;
      font-weight: 500;
      font-size: 15px;
      line-height: 20px; }
      @media screen and (max-width: 1024px) {
        .agent-location__location__working_hours__days {
          font-size: 13px;
          line-height: 20px; } }
  .agent-location__location__bottom {
    display: flex;
    padding: 20px 30px;
    justify-content: space-between;
    gap: 12px; }
    @media screen and (max-width: 1024px) {
      .agent-location__location__bottom {
        flex-wrap: wrap;
        padding: 15px 15px 18px 20px; } }
  .agent-location__location__link {
    padding: 19px 28px;
    background: #2361A9;
    border-radius: 100px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px; }
    @media screen and (max-width: 1024px) {
      .agent-location__location__link {
        padding: 13px 20px;
        font-size: 13px;
        line-height: 14px; } }
  .agent-location__location__tariff {
    display: flex;
    flex-direction: column;
    row-gap: 5px; }
    @media screen and (max-width: 1024px) {
      .agent-location__location__tariff {
        row-gap: 2px; } }
    @media screen and (max-width: 500px) {
      .agent-location__location__tariff {
        column-gap: 12px;
        flex-direction: row;
        flex-wrap: wrap; } }
    .agent-location__location__tariff__title {
      color: #5A6673;
      font-weight: 500;
      font-size: 15px;
      line-height: 20px; }
      @media screen and (max-width: 1024px) {
        .agent-location__location__tariff__title {
          font-size: 13px;
          line-height: 20px; } }
    .agent-location__location__tariff__price {
      color: #2361A9;
      font-weight: 700;
      font-size: 20px;
      line-height: 20px; }
      @media screen and (max-width: 1024px) {
        .agent-location__location__tariff__price {
          font-size: 17px;
          line-height: 20px; } }

.df__container {
  width: 100%;
  margin: 0 auto; }
  .df__container.df__container--full {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .df__container {
      padding: 0 20px; } }
  @media screen and (max-width: 500px) {
    .df__container {
      padding: 0; } }
  .df__container-inner {
    max-width: 1260px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .df__container-inner {
        max-width: 934px; } }
    @media screen and (max-width: 1023px) {
      .df__container-inner {
        max-width: 708px; } }
    @media screen and (max-width: 500px) {
      .df__container-inner {
        max-width: calc(100% - 30px); } }

.df__row {
  display: flex;
  width: 100%; }

.df__w-100 {
  width: 100%; }

.df__w-66 {
  width: 66%; }

.df__w-55 {
  width: 55%; }

.df__w-50 {
  width: 50%; }

.df__w-33 {
  width: 33.3333%; }

.df__w-66 {
  width: 66.6667%; }

.df__w-45 {
  width: 45%; }

.df__flex-grow {
  flex-grow: 1; }

.df__w-30 {
  width: 30%; }

.df__w-25 {
  width: 25%; }

.df__w-20 {
  width: 20%; }

.df__mb-20 {
  margin-bottom: 30px; }

.df__mb-30 {
  margin-bottom: 30px; }

.df__mb-0 {
  margin-bottom: 0 !important; }

.df__three-col {
  flex-wrap: wrap; }
  .df__three-col > div {
    flex: 0 0 calc(33% - 20px); }

@media screen and (max-width: 1024px) {
  .df__w-50--1024 {
    width: 50%; }
  .df__flex-50--1024 {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px); }
  .df__mr-0--1024 {
    margin-right: 0 !important; } }

.df__mr-0 {
  margin-right: 0 !important; }

@media screen and (max-width: 500px) {
  .df__w-100--500 {
    width: 100% !important; }
  .df__w-60--500 {
    width: 60%; }
  .df__w-40--500 {
    width: 40%; }
  .df__w-50--500 {
    width: 50%; }
  .df__flex-direction-col--500 {
    flex-direction: column; }
  .df__flex-wrap--500 {
    flex-wrap: wrap; }
  .df__mr-0--500 {
    margin-right: 0 !important; }
  .df__two-col--500 {
    flex-wrap: wrap; }
    .df__two-col--500 > div {
      flex: 0 0 calc(50% - 15px); }
  .df__flex-100--500 {
    flex: 0 0 100% !important; }
  .df__space-between--500 {
    justify-content: space-between; }
  .df__flex-wrap--500 {
    flex-wrap: wrap; }
  .df__w-66--500 {
    width: 66% !important; }
  .df__w-33--500 {
    width: 33% !important; } }

.df__form-group {
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px; }
  .df__form-group.df__form-group--lock:after {
    content: url("/images/icon/lock.svg");
    position: absolute;
    top: 33px;
    right: 15px; }
  .df__form-group.df__form-group--lock .df__input {
    pointer-events: none;
    background: #F3F4F5 !important; }
  .df__form-group .iti {
    width: 100%; }
  @media screen and (max-width: 500px) {
    .df__form-group {
      margin-right: 15px; }
      .df__form-group.df__w-100--500 {
        margin-right: 0 !important; } }
  .df__form-group:last-child {
    margin-right: 0 !important; }
  .df__form-group label {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.01em;
    color: #2361A9;
    margin-bottom: 5px; }
  .df__form-group .df__input {
    border: 1px solid #D7D8D9;
    border-radius: 100px;
    height: 45px;
    background: #fff;
    width: 100%; }
    .df__form-group .df__input.disabled {
      background: #ccc !important;
      pointer-events: none; }
  .df__form-group .df__textarea {
    height: 80px;
    border-radius: 20px; }
  .df__form-group .df__radio {
    cursor: pointer;
    background: #F8F9FA;
    border-radius: 1000px;
    padding: 20px;
    display: flex;
    justify-content: space-between; }
    .df__form-group .df__radio.df__radio--column {
      flex-direction: column; }
      .df__form-group .df__radio.df__radio--column .radio {
        margin-bottom: 10px; }
        .df__form-group .df__radio.df__radio--column .radio:last-child {
          margin-bottom: 0; }
    .df__form-group .df__radio label {
      display: flex;
      align-items: center;
      margin-bottom: 0;
      font-weight: 500;
      font-size: 14px;
      line-height: 15px;
      letter-spacing: 0.02em;
      color: rgba(27, 43, 60, 0.6);
      cursor: pointer; }
    .df__form-group .df__radio input {
      width: 20px;
      height: 20px;
      margin-right: 10px; }
  .df__form-group .df__input-locked {
    display: flex;
    align-items: center;
    background: #F3F4F5;
    border: 2px solid #2361A9;
    border-radius: 100px;
    height: 60px;
    padding-left: 9px;
    padding-right: 21px; }
    .df__form-group .df__input-locked svg {
      margin-left: auto; }
    .df__form-group .df__input-locked img {
      width: 40px;
      height: 40px;
      margin-right: 14px; }
    .df__form-group .df__input-locked p {
      font-weight: 500;
      font-size: 16px;
      line-height: 17px;
      letter-spacing: 0.02em;
      color: #1B2B3C; }
  .df__form-group .df__input-float-number {
    border: 2px solid #2361A9;
    border-radius: 100px;
    display: flex;
    height: 60px; }
    .df__form-group .df__input-float-number input {
      width: 100%;
      font-weight: 600;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.02em;
      color: #1B2B3C;
      text-align: center; }
    .df__form-group .df__input-float-number-minus {
      border-right: 2px solid #D8E0EB; }
    .df__form-group .df__input-float-number-plus {
      border-left: 2px solid #D8E0EB; }
    .df__form-group .df__input-float-number .df__input-float-number-minus, .df__form-group .df__input-float-number .df__input-float-number-plus {
      display: flex;
      align-items: center;
      padding: 0 22px;
      height: 100%;
      cursor: pointer; }
  .df__form-group .df__radio {
    cursor: pointer;
    background: #F8F9FA;
    border-radius: 1000px;
    padding: 20px;
    display: flex;
    justify-content: space-between; }
    .df__form-group .df__radio label {
      display: flex;
      align-items: center;
      margin-bottom: 0;
      font-weight: 500;
      font-size: 14px;
      line-height: 15px;
      letter-spacing: 0.02em;
      color: rgba(27, 43, 60, 0.6);
      cursor: pointer; }
    .df__form-group .df__radio input {
      width: 20px;
      height: 20px;
      margin-right: 10px; }
  .df__form-group .df__switcher {
    display: flex;
    width: 100%;
    align-items: center;
    height: 45px;
    border-radius: 100px;
    border: 1px solid #D7D8D9;
    margin-top: 18px; }
    .df__form-group .df__switcher.df__switcher--single .df__switcher-item {
      border-radius: 100px; }
    .df__form-group .df__switcher-item {
      width: 100%;
      cursor: pointer;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .df__form-group .df__switcher-item:first-child {
        border-radius: 100px 0 0 100px; }
      .df__form-group .df__switcher-item:last-child {
        border-radius: 0 100px 100px 0; }
      .df__form-group .df__switcher-item.active {
        background: #2361A9;
        color: #fff; }
  .df__form-group select {
    padding: 0 20px; }
  .df__form-group .has-error .help-block {
    position: relative; }
  .df__form-group .has-error input {
    border: 1px solid #e40137 !important; }
  .df__form-group .error {
    color: #e40137;
    font-size: 10px;
    margin-top: 5px; }
  .df__form-group .df__date-picker-icon {
    position: absolute;
    right: 14px;
    top: 30px;
    cursor: pointer; }
  .df__form-group .df__form-group-number-icons {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 14px;
    top: 32px; }
    .df__form-group .df__form-group-number-icons svg {
      cursor: pointer; }
    .df__form-group .df__form-group-number-icons svg:first-child {
      margin-bottom: 4px; }
  .df__form-group-description {
    font-size: 10px;
    margin-top: 5px; }
    .df__form-group-description.df__form-group-description--danger {
      color: #e40237; }
  .df__form-group.df__form-group--big .select2-selection__rendered {
    border: 2px solid #2361A9;
    border-radius: 100px;
    height: 60px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #1B2B3C; }
  .df__form-group.df__form-group--big label {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #2361A9; }
  .df__form-group.df__form-group--big .df__dropdown-icon {
    top: 45px; }
  .df__form-group.has-error .df__form-group-error {
    display: block; }
  .df__form-group-error {
    font-size: 10px;
    margin-top: 5px;
    text-align: left;
    color: red;
    display: none; }
  .df__form-group.df__w-33 {
    width: calc(33% - 12px); }
    .df__form-group.df__w-33:nth-child(3n) {
      margin-right: 0; }
      @media screen and (max-width: 500px) {
        .df__form-group.df__w-33:nth-child(3n) {
          margin-right: 15px; } }
  .df__form-group.df__w-66 {
    width: calc(66% - 2px); }
  .df__form-group.df__w-50 {
    width: calc(50% - 12px); }

.df__form-group {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  .df__form-group input::-webkit-outer-spin-button,
  .df__form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .df__form-group input[type=number] {
    -moz-appearance: textfield; }

.df__dropdown {
  position: relative; }
  .df__dropdown-icon {
    position: absolute;
    right: 15px;
    top: 38px; }

.df__dropdown-item-image {
  display: flex;
  align-items: center; }
  .df__dropdown-item-image img {
    width: 40px;
    margin-right: 10px; }

.mb-0 {
  margin-bottom: 0; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.align-end {
  align-items: flex-end; }

@media screen and (max-width: 500px) {
  .mb-20--500 {
    margin-bottom: 20px; } }

.justify-center {
  justify-content: center; }

.df__p-relative {
  position: relative; }

.df__flex-wrap {
  flex-wrap: wrap; }

.mb-0 {
  margin-bottom: 0 !important; }

.df__d-none {
  display: none !important; }

.df__input--locked {
  display: flex;
  align-items: center;
  background: #F3F4F5 !important;
  padding: 0 12px; }
  .df__input--locked svg {
    margin-left: auto; }
  .df__input--locked img {
    width: 24px;
    height: 24px;
    margin-right: 8px; }
  .df__input--locked p {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #1B2B3C; }

.df__flex {
  display: flex; }

@media screen and (max-width: 1024px) {
  .df__row--reverse-1024 {
    flex-direction: column-reverse; } }

.df__justify-content-center {
  justify-content: center; }

.df__disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed; }

.df__flex-column {
  flex-direction: column; }

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

.df__uppercase {
  text-transform: uppercase; }

.df__space-between {
  justify-content: space-between; }

.df__bold {
  font-weight: bold; }

.df__no-scroll {
  overflow: hidden; }

.df__country-delivery-page {
  background: #F8F9FA;
  padding-bottom: 40px; }
  @media screen and (max-width: 800px) {
    .df__country-delivery-page {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 800px) {
    .df__country-delivery-page .df__container > .df__container-inner > .df__row {
      flex-direction: column-reverse; } }

.df__country-delivery {
  width: calc(100% - 30% - 30px);
  background: #fff; }
  @media screen and (max-width: 1024px) {
    .df__country-delivery {
      width: calc(100% - 30% - 20px); } }
  @media screen and (max-width: 800px) {
    .df__country-delivery {
      width: 100%;
      margin-bottom: 10px; } }
  .df__country-delivery-inner {
    padding: 30px; }
  .df__country-delivery-head {
    padding-bottom: 40px;
    position: relative; }
    @media screen and (max-width: 320px) {
      .df__country-delivery-head .df__row {
        flex-direction: column; } }
    @media screen and (max-width: 1024px) {
      .df__country-delivery-head h1 {
        max-width: 440px; } }
    @media screen and (max-width: 500px) {
      .df__country-delivery-head h1 {
        max-width: 190px; } }
    @media screen and (max-width: 320px) {
      .df__country-delivery-head h1 {
        max-width: 100%; } }
    .df__country-delivery-head-logo {
      width: 120px;
      margin-right: 20px; }
      @media screen and (max-width: 1024px) {
        .df__country-delivery-head-logo {
          width: 100px; } }
    .df__country-delivery-head-tooltip {
      position: absolute;
      right: 0;
      top: 0; }
    .df__country-delivery-head-description {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 500px) {
        .df__country-delivery-head-description {
          flex-direction: column; } }
      .df__country-delivery-head-description p, .df__country-delivery-head-description span {
        max-width: 420px;
        font-weight: 500;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.02em;
        color: rgba(27, 43, 60, 0.7); }
        @media screen and (max-width: 500px) {
          .df__country-delivery-head-description p, .df__country-delivery-head-description span {
            margin-bottom: 10px; } }
      .df__country-delivery-head-description a {
        padding: 0 32px; }
      .df__country-delivery-head-description div {
        max-width: unset !important;
        margin-top: 0 !important; }
  .df__country-delivery-content b {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #0056A4; }
  .df__country-delivery-content ul {
    list-style: initial !important;
    margin-left: 19px;
    margin-top: 24px; }
    .df__country-delivery-content ul li {
      font-weight: 500;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0.02em;
      color: rgba(27, 43, 60, 0.7);
      margin-bottom: 15px;
      list-style-image: url("/images/icon/square.svg");
      padding-left: 15px; }
      .df__country-delivery-content ul li::before {
        content: unset !important; }
  .df__country-delivery-content .s-line-item {
    padding: 0 30px; }
  .df__country-delivery-content .common-accordion-block {
    border-top: 10px solid #F8F9FA;
    padding: 0 30px; }
  .df__country-delivery-content .s-line:last-child .common-accordion-block {
    border-bottom: 10px solid #F8F9FA; }

.df__country-delivery-calculator iframe {
  width: 100%;
  height: 550px; }
  @media screen and (max-width: 500px) {
    .df__country-delivery-calculator iframe {
      height: 570px; } }

.df__country-delivery-page .breadcrumbs-wr > .container {
  padding: 0 !important; }

.df__de-parcels-form--container {
  background: #F8F9FA;
  padding-bottom: 100px; }
  .df__de-parcels-form--container .breadcrumbs-wr {
    background: #F8F9FA; }
  @media screen and (max-width: 1024px) {
    .df__de-parcels-form--container > .df__row {
      flex-direction: column-reverse; } }

.df__de-parcels-form {
  max-width: 850px;
  height: fit-content;
  width: 100%;
  background: #fff;
  padding: 50px 40px 20px 40px;
  margin-right: 30px; }
  @media screen and (max-width: 1024px) {
    .df__de-parcels-form {
      max-width: 100%;
      margin-right: 0;
      padding: 30px 14px; } }
  .df__de-parcels-form-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;
    color: #0056A4;
    margin-bottom: 5px; }
    @media screen and (max-width: 1024px) {
      .df__de-parcels-form-title {
        font-size: 20px;
        line-height: 27px; } }
  .df__de-parcels-form-subtitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #1E579F;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .df__de-parcels-form-subtitle {
        font-size: 13px;
        line-height: 20px; } }
  .df__de-parcels-form-footer {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    margin-top: 30px; }
    .df__de-parcels-form-footer-line {
      position: absolute;
      width: calc(100% + 80px);
      left: -40px;
      top: 0;
      border: 1px solid #D8E0EB; }
      @media screen and (max-width: 1024px) {
        .df__de-parcels-form-footer-line {
          width: calc(100% + 28px);
          left: -14px; } }
  @media screen and (max-width: 500px) {
    .df__de-parcels-form .df__cf-form-btn-submit {
      padding: 0;
      height: 48px;
      border-radius: 100px !important;
      -webkit-border-radius: 100px !important;
      -webkit-appearance: none; } }

.df__de-parcels-form-radio-group {
  margin-top: 20px; }
  .df__de-parcels-form-radio-group #parcelsform-passport_type {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .df__de-parcels-form-radio-group #parcelsform-passport_type {
        flex-direction: column; } }
    .df__de-parcels-form-radio-group #parcelsform-passport_type label {
      display: flex;
      background: #F3F4F5;
      border-radius: 8px;
      padding: 12px 15px;
      align-items: center;
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.02em;
      color: #0056A4;
      margin-right: 10px; }
      @media screen and (max-width: 1024px) {
        .df__de-parcels-form-radio-group #parcelsform-passport_type label {
          width: 100%;
          margin-right: 0; } }
      .df__de-parcels-form-radio-group #parcelsform-passport_type label input {
        min-width: 25px;
        width: 25px;
        height: 25px;
        border: 1px solid #D7D8D9;
        background: #FFFFFF;
        margin-right: 10px; }

.df__de-parcels-form-checkbox label {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: rgba(27, 43, 60, 0.5); }

.df__de-parcels-form-checkbox input {
  width: 30px;
  height: 30px;
  margin-right: 9px; }
  @media screen and (max-width: 1024px) {
    .df__de-parcels-form-checkbox input {
      min-width: 30px; } }

.df__de-parcels-form-checkbox-body {
  display: flex;
  align-items: center; }
  .df__de-parcels-form-checkbox-body p {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: rgba(27, 43, 60, 0.5); }

.df__de-parcels-form-files .help-block {
  color: #e40137 !important;
  padding-left: 20px;
  display: none;
  font-size: 10px;
  line-height: 1;
  margin-top: 5px; }

.df__de-parcels-form-files-custom {
  display: flex;
  height: 48px;
  background: #F8F9FA;
  border-radius: 1000px;
  align-items: center;
  cursor: pointer; }
  .df__de-parcels-form-files-custom-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 109%;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.02em;
    color: #1B2B3C;
    margin-left: 20px;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden; }
  .df__de-parcels-form-files-custom-btn {
    font-weight: 700;
    font-size: 15px;
    line-height: 109%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2361A9;
    border: 2px solid #2361A9;
    border-radius: 100px;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-left: auto; }
    .df__de-parcels-form-files-custom-btn svg {
      margin-left: 11px; }

.field-parcelsform-files {
  display: none; }

.df__de-parcels-form-info {
  width: 350px;
  height: fit-content; }
  @media screen and (max-width: 1024px) {
    .df__de-parcels-form-info {
      width: 100%;
      margin-bottom: 10px; } }

.df__de-parcels-form-info-text {
  margin-top: 10px; }
  @media screen and (max-width: 1024px) {
    .df__de-parcels-form-info-text {
      display: none; } }

.df__de-parcels-form-info-steps, .df__de-parcels-form-info-text {
  background: #fff;
  padding: 37px 30px; }
  .df__de-parcels-form-info-steps .df__de-parcels-form-info-title, .df__de-parcels-form-info-text .df__de-parcels-form-info-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2361A9;
    margin-bottom: 28px; }
    @media screen and (max-width: 1024px) {
      .df__de-parcels-form-info-steps .df__de-parcels-form-info-title, .df__de-parcels-form-info-text .df__de-parcels-form-info-title {
        font-size: 17px;
        line-height: 23px; } }
  .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item {
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item {
        margin-right: 20px; } }
    @media screen and (max-width: 1024px) {
      .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item-head, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item-head {
        display: flex;
        align-items: center; } }
    .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item-icon, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item-icon {
      background: #1E579F;
      border-radius: 100%;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 1024px) {
        .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item-icon, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item-icon {
          margin-right: 20px; } }
    .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item-title, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item-title {
      font-weight: 700;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #2361A9;
      margin-bottom: 10px; }
      @media screen and (max-width: 1024px) {
        .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item-title, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item-title {
          font-size: 13px;
          line-height: 20px; } }
      @media screen and (max-width: 500px) {
        .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item-title, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item-title {
          width: 200px; } }
    .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item-text, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item-text {
      font-weight: 500;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0.02em;
      color: #606B77;
      margin-bottom: 10px; }
      @media screen and (max-width: 1024px) {
        .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item-text, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item-text {
          font-size: 13px;
          line-height: 20px; } }
      @media screen and (max-width: 500px) {
        .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item-text, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item-text {
          width: 200px; } }
      .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item-text a, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item-text a {
        color: #1E579F;
        text-decoration: underline; }
    .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item-address, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item-address {
      font-weight: 500;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0.02em;
      color: #1E579F;
      margin-bottom: 10px; }
      @media screen and (max-width: 1024px) {
        .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item-address, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item-address {
          font-size: 13px;
          line-height: 20px; } }
      @media screen and (max-width: 500px) {
        .df__de-parcels-form-info-steps .df__de-parcels-form-info-list-item-address, .df__de-parcels-form-info-text .df__de-parcels-form-info-list-item-address {
          width: 200px; } }

.slick-active button {
  background-color: #0061af !important; }

.slick-dots li button {
  background: rgba(30, 87, 159, 0.4); }

.df__container--shipment-form {
  background: #E5E5E5;
  padding-top: 40px;
  padding-bottom: 60px; }
  @media screen and (max-width: 500px) {
    .df__container--shipment-form {
      padding-top: 0;
      padding-bottom: 20px; } }
  .df__container--shipment-form .iti__selected-flag {
    border-radius: 100px 0 0 100px; }

.df__container-inner--shipment-form, .df__container-inner--loader-shipment {
  max-width: 850px !important;
  background: #FFFFFF;
  padding: 50px 40px; }
  @media screen and (max-width: 500px) {
    .df__container-inner--shipment-form, .df__container-inner--loader-shipment {
      padding: 30px 14px; } }

.df__shipment-form-head {
  margin-bottom: 26px; }
  .df__shipment-form-head-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0056A4;
    margin-bottom: 10px; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-head-title {
        font-size: 20px;
        line-height: 27px; } }
  .df__shipment-form-head-date {
    background: #E5E5E5;
    width: fit-content;
    padding: 5px 10px;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 600;
    color: #0056A4; }

.df__shipment-form-table {
  margin-top: 20px;
  margin-bottom: 30px; }
  .df__shipment-form-table-head {
    display: flex;
    border-top: 1px solid #D8E0EB;
    border-bottom: 1px solid #D8E0EB; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-table-head {
        display: none; } }
    .df__shipment-form-table-head p {
      font-weight: 600;
      font-size: 12px;
      line-height: 13px;
      color: #2361A9;
      padding: 14px;
      text-transform: uppercase; }
    .df__shipment-form-table-head-name {
      max-width: 440px;
      width: 100%; }
    .df__shipment-form-table-head-count {
      width: 100%;
      max-width: 125px; }
    .df__shipment-form-table-head-price {
      width: 100%;
      max-width: 125px; }
  .df__shipment-form-table-row {
    display: flex;
    align-items: center;
    height: 55px; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-table-row {
        flex-direction: column;
        height: auto;
        position: relative;
        align-items: flex-start;
        background: #F5F6F7;
        border-top: 1px solid #2361A9; } }
    .df__shipment-form-table-row:nth-child(odd) {
      background: #F5F6F7; }
    .df__shipment-form-table-row-label {
      display: none;
      font-weight: 600;
      font-size: 12px;
      line-height: 13px;
      color: #2361A9;
      margin-bottom: 5px;
      font-weight: 600 !important; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-label {
          display: block;
          text-transform: uppercase; } }
    .df__shipment-form-table-row-name {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      padding: 0 0 0 20px; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-name {
          width: 85%;
          height: 65px;
          position: relative;
          padding: 0 15px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start; } }
    .df__shipment-form-table-row-currency {
      width: 100%;
      max-width: 120px;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      padding: 0 20px;
      border-right: 1px solid #D8E0EB; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-currency {
          position: absolute;
          right: 0;
          bottom: 0;
          padding: 0 10px;
          height: 65px;
          max-width: 100px;
          border-right: 0; }
          .df__shipment-form-table-row-currency .select2-selection__rendered {
            font-weight: 700;
            font-size: 14px;
            line-height: 15px !important;
            text-transform: uppercase;
            color: #2361A9 !important; } }
    .df__shipment-form-table-row-price {
      width: 100%;
      max-width: 130px;
      height: 100%;
      border-right: 1px solid #D8E0EB;
      padding: 0 20px; }
      .df__shipment-form-table-row-price .df__form-group {
        height: 100%; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-price {
          width: 100%;
          height: 65px;
          border: none;
          display: flex;
          align-items: center;
          padding: 15px;
          background: #F5F6F7;
          max-width: 100%; } }
      .df__shipment-form-table-row-price input {
        height: 100% !important;
        border: 0;
        padding: 0;
        background: transparent !important;
        border: none !important; }
    .df__shipment-form-table-row-count {
      width: 100%;
      max-width: 130px;
      height: 100%;
      border-left: 1px solid #D8E0EB;
      border-right: 1px solid #D8E0EB;
      padding: 0 20px; }
      .df__shipment-form-table-row-count .df__form-group {
        height: 100%; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-count {
          width: 100%;
          height: 65px;
          border: none;
          background: #fff;
          display: flex;
          align-items: center;
          padding: 0 15px;
          max-width: 100%; }
          .df__shipment-form-table-row-count .df__form-group {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            width: 100%; }
            .df__shipment-form-table-row-count .df__form-group input {
              width: 40px; } }
      .df__shipment-form-table-row-count input {
        height: 100% !important;
        border: 0;
        padding: 0;
        background: transparent !important;
        border: none !important; }
    .df__shipment-form-table-row-action {
      width: 100%;
      max-width: 90px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-action {
          width: auto;
          position: absolute;
          right: 0;
          top: 0;
          border-left: 1px solid #D8E0EB;
          height: 65px;
          padding: 0 17px; } }
      .df__shipment-form-table-row-action svg {
        cursor: pointer; }
        @media screen and (max-width: 500px) {
          .df__shipment-form-table-row-action svg {
            width: 15px;
            height: 17px; } }
    .df__shipment-form-table-row .df__form-group {
      margin-bottom: 0; }
    .df__shipment-form-table-row .df__shipment-form-table-row-price svg, .df__shipment-form-table-row .df__shipment-form-table-row-name svg {
      position: absolute;
      right: 10px;
      top: 25px; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row .df__shipment-form-table-row-price svg, .df__shipment-form-table-row .df__shipment-form-table-row-name svg {
          top: 37px; } }
    .df__shipment-form-table-row .select2-selection {
      height: auto !important; }
    .df__shipment-form-table-row .select2-selection__rendered {
      padding: 0 !important;
      height: auto !important; }
    .df__shipment-form-table-row .select2-selection__rendered {
      border: none;
      font-weight: 500;
      font-size: 14px;
      line-height: 15px !important;
      color: #1B2B3C !important; }

.df__shipment-form-title {
  display: flex;
  justify-content: space-between; }
  .df__shipment-form-title-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2361A9;
    margin-right: 20px; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-title-text {
        font-size: 12px;
        line-height: 13px; } }
  .df__shipment-form-title-line {
    flex-grow: 1;
    border-bottom: 1px solid #D8E0EB; }

.df__shipment-form-info-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #2361A9;
  margin-bottom: 30px; }
  @media screen and (max-width: 500px) {
    .df__shipment-form-info-text {
      margin-bottom: 20px; } }

.df__shipment-form-table-head {
  display: flex; }
  @media screen and (max-width: 500px) {
    .df__shipment-form-table-head {
      display: none; } }
  .df__shipment-form-table-head p {
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: #2361A9;
    padding: 14px; }
  .df__shipment-form-table-head-count {
    width: 30%; }

.df__shipment-form-table-row {
  display: flex;
  align-items: center;
  height: 55px; }
  @media screen and (max-width: 500px) {
    .df__shipment-form-table-row {
      flex-direction: column;
      height: auto;
      position: relative;
      align-items: flex-start;
      background: #F5F6F7;
      border-top: 1px solid #2361A9; } }
  .df__shipment-form-table-row:nth-child(odd) {
    background: #F5F6F7; }
  .df__shipment-form-table-row-label {
    display: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: #2361A9;
    margin-bottom: 5px;
    font-weight: 600 !important; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-table-row-label {
        display: block; } }
  .df__shipment-form-table-row-name {
    width: 70%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px; }
    .df__shipment-form-table-row-name .select2-selection {
      height: auto !important; }
    .df__shipment-form-table-row-name .select2-selection__rendered {
      padding: 0 !important;
      height: auto !important; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-table-row-name {
        width: 85%;
        height: 65px;
        position: relative;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; } }
    .df__shipment-form-table-row-name .select2-selection__rendered {
      border: none;
      font-weight: 500;
      font-size: 14px;
      line-height: 15px !important;
      color: #1B2B3C !important; }
    .df__shipment-form-table-row-name svg {
      position: absolute;
      right: 10px;
      top: 25px; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-name svg {
          top: 37px; } }
  .df__shipment-form-table-row-price svg, .df__shipment-form-table-row-name svg {
    position: absolute;
    right: 10px;
    top: 25px; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-table-row-price svg, .df__shipment-form-table-row-name svg {
        top: 37px; } }
  .df__shipment-form-table-row-count {
    width: 20%;
    height: 100%;
    border-left: 1px solid #D8E0EB;
    border-right: 1px solid #D8E0EB;
    padding: 0 20px; }
    .df__shipment-form-table-row-count .df__form-group {
      height: 100%; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-table-row-count {
        width: 100%;
        height: 65px;
        border: none;
        background: #fff;
        display: flex;
        align-items: center;
        padding: 0 15px; }
        .df__shipment-form-table-row-count .df__form-group {
          height: auto; } }
    .df__shipment-form-table-row-count input {
      height: 100%;
      border: 0;
      padding: 0;
      background: transparent !important; }
  .df__shipment-form-table-row-action {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-table-row-action {
        width: auto;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid #D8E0EB;
        height: 65px;
        padding: 0 17px; } }
    .df__shipment-form-table-row-action svg {
      cursor: pointer; }
      @media screen and (max-width: 500px) {
        .df__shipment-form-table-row-action svg {
          width: 15px;
          height: 17px; } }
  .df__shipment-form-table-row .df__form-group {
    margin-bottom: 0; }

.df__shipment-form-table-footer {
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 23px;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: #2361A9;
  background: #F5F6F7;
  cursor: pointer;
  border-top: 1px solid #D8E0EB;
  justify-content: space-between; }
  @media screen and (max-width: 500px) {
    .df__shipment-form-table-footer {
      background: #2361A9;
      color: #fff;
      text-decoration: underline;
      height: auto;
      flex-direction: column;
      justify-content: center;
      padding: 10px 0; } }
  .df__shipment-form-table-footer svg {
    margin-left: 8px; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-table-footer svg path {
        stroke: #fff; } }

.df__shipment-form-footer {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 500px) {
    .df__shipment-form-footer {
      flex-direction: column; }
      .df__shipment-form-footer .g-recaptcha {
        margin-bottom: 20px; } }

.df__shipment-form-submit {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 16px 47px;
  color: #FFFFFF;
  background: #2361A9;
  border-radius: 100px;
  width: fit-content;
  cursor: pointer; }
  @media screen and (max-width: 500px) {
    .df__shipment-form-submit {
      width: 100%; } }
  .df__shipment-form-submit.df__shipment-form-submit--disabled {
    pointer-events: none;
    opacity: 0.5; }

@media screen and (max-width: 500px) {
  .df__shipment-form-body .df__form-group {
    margin-right: 15px; }
    .df__shipment-form-body .df__form-group.df__w-50--500 {
      width: calc(50% - 8px) !important; }
      .df__shipment-form-body .df__form-group.df__w-50--500:nth-child(2n) {
        margin-right: 0; }
    .df__shipment-form-body .df__form-group.df__w-60--500 {
      width: calc(60% - 15px) !important; } }

.df__container--shipment-form-forbidden-breadcrumbs {
  background: #E5E5E5; }

.df__container--shipment-form--forbidden {
  padding-top: 0; }

.df__shipment-form-forbidden {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 50px 0; }
  .df__shipment-form-forbidden .df__shipment-form-head-title {
    margin-top: 20px;
    margin-bottom: 14px;
    max-width: 420px;
    text-align: center; }
  .df__shipment-form-forbidden .df__shipment-form-head-subtitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #2361A9;
    text-align: center; }

.df__shipment-form-table-row-count.has-error,
.df__shipment-form-table-row-price.has-error,
.df__shipment-form-table-row-name.has-error {
  border: 1px solid red; }

.df__popup-export-form .df__popup-body-head {
  min-height: 34px; }

.df__popup-export-form .df__popup-body-inner {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.df__popup-export-form .df__btn {
  display: block;
  width: fit-content;
  margin-top: 20px; }

.df__shipment-form-info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #2361A9; }
  .df__shipment-form-info svg {
    margin-right: 10px; }

.df__shipment-form-total {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 500px) {
    .df__shipment-form-total {
      margin-top: 10px; } }
  .df__shipment-form-total > div {
    display: flex;
    align-items: center; }
    .df__shipment-form-total > div input {
      width: 100px;
      padding: 0 10px;
      margin: 0 10px;
      background: #fff; }
  .df__shipment-form-total > p {
    font-size: 10px; }

.df__container--shipment-form .df__steps-form-info {
  margin-bottom: 40px; }

.field-shipmentformus-shipment_pay_type {
  width: fit-content; }

#shipmentformus-shipment_pay_type label {
  margin-right: 20px; }
  #shipmentformus-shipment_pay_type label:last-child {
    margin-right: 0; }

.df__shipment-form-payment-text {
  margin-bottom: 10px; }
  @media screen and (max-width: 500px) {
    .df__shipment-form-payment-text {
      margin-top: 0;
      padding-left: 0; } }
  .df__shipment-form-payment-text .df__shipment-form-info-text {
    display: flex;
    margin-bottom: 0; }
    .df__shipment-form-payment-text .df__shipment-form-info-text > div {
      margin-right: 8px; }

.df__shipment-form-bottom-info {
  margin-top: 20px; }
  @media screen and (max-width: 500px) {
    .df__shipment-form-bottom-info {
      margin-top: 0; } }
  .df__shipment-form-bottom-info .df__shipment-form-info-text {
    display: flex;
    margin-top: 20px; }
    .df__shipment-form-bottom-info .df__shipment-form-info-text > div {
      margin-right: 8px; }

.df__row--sizes {
  margin-right: 10px;
  margin-bottom: 10px; }
  .df__row--sizes .control-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.01em;
    color: #2361A9;
    margin-bottom: 4px; }
  .df__row--sizes .form-group:first-child .df__shipment-form-size-input {
    border: 1px solid #D7D8D9;
    border-radius: 100px 0 0 100px; }
  .df__row--sizes .form-group:nth-child(2) .df__shipment-form-size-input {
    border-top: 1px solid #D7D8D9;
    border-bottom: 1px solid #D7D8D9; }
  .df__row--sizes .form-group:last-child .df__shipment-form-size-input {
    border: 1px solid #D7D8D9;
    border-radius: 0 100px 100px 0; }

.df__row--parcel-info {
  padding-right: 22px; }

.df__shipment-form-infobox {
  padding: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 500px) {
    .df__shipment-form-infobox {
      flex-direction: column;
      align-items: flex-start; } }
  .df__shipment-form-infobox p {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2361A9;
    margin-left: 30px;
    margin-right: 7px; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-infobox p {
        margin: 20px 0 10px 0; } }
  .df__shipment-form-infobox a {
    display: flex;
    height: 42px;
    width: fit-content;
    align-items: center; }

.df__shipment-form-mb-15 {
  margin-bottom: 15px; }

.df__shipment-form-ml-50 {
  margin-left: 50px; }

.select2-container {
  width: 100% !important; }

.df__shipment-form-forbidden-img {
  width: 100px; }

.df__row--parcel-info {
  display: flex; }

.df__shipment-form-info-text-country {
  margin-left: 20px;
  margin-top: 18px; }
  @media screen and (max-width: 500px) {
    .df__shipment-form-info-text-country {
      margin: 0 0 20px 0; } }

.df__shipment-form-bottom-info > .df__checkbox-default p {
  color: #D22D3E; }

.df__shipment-form-line {
  border: 0.5px solid #D8E0EB;
  margin-top: 30px; }

@media screen and (max-width: 500px) {
  .df__shipment-form-pay-by .df__checkbox-big {
    margin-bottom: 10px; } }

.df__form-group .df__radio {
  padding: 12px 12px 13px 12px; }

.df__shipment-form-price-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 0.5px solid #D8E0EB; }
  .df__shipment-form-price-check-text {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 15.26px;
    text-align: left;
    color: #2361A9; }
    @media screen and (max-width: 500px) {
      .df__shipment-form-price-check-text {
        max-width: 190px;
        display: none; } }
    .df__shipment-form-price-check-text.active {
      display: flex; }
    .df__shipment-form-price-check-text svg {
      margin-left: 7px; }
  .df__shipment-form-price-check-price {
    display: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #2361A9; }
  .df__shipment-form-price-check .df__shipment-form-price-check-btn.loading {
    opacity: 0.7;
    cursor: not-allowed; }
  @media screen and (max-width: 500px) {
    .df__shipment-form-price-check .df__btn {
      width: 100%;
      text-align: center; } }

.df__countries-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: calc(100% - 100px);
  height: 96px;
  background: #EFF1F4;
  box-shadow: 0 0 22px rgba(33, 67, 99, 0.26);
  display: none;
  justify-content: center;
  align-items: center; }
  .df__countries-header.active {
    display: flex; }
  @media screen and (max-width: 1024px) {
    .df__countries-header {
      width: 100%; } }
  @media screen and (max-width: 800px) {
    .df__countries-header {
      flex-direction: column;
      height: auto;
      padding: 48px 0; } }
  @media screen and (max-width: 500px) {
    .df__countries-header {
      padding: 48px 18px; } }
  .df__countries-header__select {
    width: 276px;
    margin-right: 27px; }
    @media screen and (max-width: 800px) {
      .df__countries-header__select {
        margin-right: 0;
        margin-bottom: 26px; } }
    @media screen and (max-width: 500px) {
      .df__countries-header__select {
        width: 100%; } }
    .df__countries-header__select .df__form-group-label {
      margin: 0; }
    .df__countries-header__select .df__country-select-items {
      top: 55px; }
  .df__countries-header__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #303A45;
    max-width: 450px;
    margin-right: 40px; }
    @media screen and (max-width: 800px) {
      .df__countries-header__text {
        margin-right: 0;
        margin-bottom: 26px;
        text-align: center; } }
    @media screen and (max-width: 500px) {
      .df__countries-header__text {
        max-width: 100%;
        text-align: left; } }
  .df__countries-header a {
    padding: 14px 59px; }
    @media screen and (max-width: 500px) {
      .df__countries-header a {
        width: 100%;
        text-align: center; } }
  .df__countries-header__close {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer; }

.df__meest-countries-header {
  top: 0;
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 224px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 16px;
  padding: 16px;
  background: #F8F9FA;
  box-shadow: 0 0 22px rgba(33, 67, 99, 0.26); }
  @media screen and (min-width: 500px) {
    .df__meest-countries-header {
      row-gap: 20px; } }
  @media screen and (min-width: 1025px) {
    .df__meest-countries-header {
      height: 76px;
      flex-direction: row;
      flex-wrap: nowrap;
      padding: 15px 30px;
      column-gap: 25px; } }
  @media screen and (min-width: 1150px) {
    .df__meest-countries-header {
      padding: 15px 42px 15px 60px;
      column-gap: 30px; } }
  @media screen and (min-width: 1200px) {
    .df__meest-countries-header {
      padding: 15px 42px 15px 120px;
      column-gap: unset; } }
  .df__meest-countries-header.active {
    display: flex !important; }
  .df__meest-countries-header__text {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.30px;
    line-height: 22px;
    color: #606B77;
    text-align: left;
    width: calc(100% - 53px);
    align-self: flex-start; }
    @media screen and (min-width: 1025px) {
      .df__meest-countries-header__text {
        max-width: 460px;
        align-self: center; } }
  .df__meest-countries-header__select {
    width: 100%; }
    @media screen and (min-width: 500px) {
      .df__meest-countries-header__select {
        max-width: 260px; } }
    @media screen and (min-width: 1200px) {
      .df__meest-countries-header__select {
        margin-left: 83px; } }
    .df__meest-countries-header__select .df__form-group-label {
      margin: 0; }
    .df__meest-countries-header__select .df__country-select {
      height: 46px;
      border: 1px solid #E6E6E6;
      border-radius: 6px;
      padding: 12px 16px; }
      .df__meest-countries-header__select .df__country-select-flag {
        width: 29px;
        height: 18px;
        border-radius: 2px;
        margin-right: 10px; }
      .df__meest-countries-header__select .df__country-select-text {
        color: #172C3E;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.30px; }
      .df__meest-countries-header__select .df__country-select-items {
        top: 55px;
        max-height: 220px;
        padding: 10px 8px; }
      .df__meest-countries-header__select .df__country-select-item {
        color: #172C3E;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.30px;
        border-radius: 6px;
        padding: 10px 8px;
        margin-bottom: 7px; }
        .df__meest-countries-header__select .df__country-select-item img {
          width: 29px;
          height: 18px;
          margin-right: 10px;
          border-radius: 2px; }
  .df__meest-countries-header a.df__btn.df__btn--blue-outline {
    color: #0061AF;
    border: 2px solid #0061AF;
    border-radius: 100px; }
  .df__meest-countries-header a {
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height: 109%;
    letter-spacing: 0.28px;
    vertical-align: bottom;
    text-transform: uppercase;
    height: 48px;
    margin-left: 0;
    padding: 16px 59px; }
    @media screen and (min-width: 500px) {
      .df__meest-countries-header a {
        width: fit-content;
        min-width: 145px;
        max-width: 145px;
        padding: 16px 36px; } }
    @media screen and (min-width: 1200px) {
      .df__meest-countries-header a {
        margin-left: 36px; } }
  .df__meest-countries-header__close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer; }
    @media screen and (min-width: 1025px) {
      .df__meest-countries-header__close {
        top: 24px;
        right: 24px; } }
    @media screen and (min-width: 1200px) {
      .df__meest-countries-header__close {
        right: 40px; } }

.df__meest-countries-header + .site-inner .header,
.df__meest-countries-header + .site-inner .sidebar {
  margin-top: 76px; }

.df__btn {
  color: #FFFFFF;
  padding: 9px 32px;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  cursor: pointer; }
  .df__btn.df__btn--green {
    background: #28D3A1;
    border-radius: 32px;
    transition: all .5s; }
    .df__btn.df__btn--green:hover {
      background: #66E1BD; }
  .df__btn.df__btn--green-outline {
    border: 2px solid #28D3A1;
    color: #28D3A1;
    border-radius: 32px;
    transition: all .5s; }
    .df__btn.df__btn--green-outline:hover {
      border: 2px solid #66E1BD; }
  .df__btn.df__btn--blue-outline {
    border: 2px solid #0860C7;
    color: #0860C7;
    border-radius: 32px;
    transition: all .5s; }
    .df__btn.df__btn--blue-outline:hover {
      border: 2px solid #1578EA; }
  .df__btn.df__btn--blue {
    background: #0860C7;
    border-radius: 32px;
    transition: all .5s; }
    .df__btn.df__btn--blue:hover {
      background: #1578EA; }
  .df__btn.df__btn--big {
    padding: 16px 32px; }
    @media screen and (max-width: 1024px) {
      .df__btn.df__btn--big {
        padding: 10px 22px; } }
  .df__btn.df__btn--flex {
    display: flex;
    width: fit-content; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

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

.df__country-select {
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 23px;
  cursor: pointer; }
  .df__country-select-input {
    display: flex;
    align-items: center;
    width: 100%; }
  .df__country-select-flag {
    width: 30px;
    margin-right: 12px; }
  .df__country-select-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #303A45; }
  .df__country-select-caret {
    margin-left: auto; }
  .df__country-select-items {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    flex-direction: column;
    background: #EFF1F4;
    box-shadow: 0 6px 22px rgba(64, 98, 145, 0.16);
    border-radius: 10px;
    padding: 19px 24px;
    width: 100%;
    z-index: 10;
    max-height: 500px;
    overflow: auto; }
    .df__country-select-items.active {
      display: flex; }
  .df__country-select-item {
    background: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 5px; }
    .df__country-select-item img {
      width: 34px;
      margin-right: 14px; }
  .df__country-select-search {
    position: relative;
    margin-bottom: 18px; }
    .df__country-select-search input {
      background: #FFFFFF;
      border-radius: 100px;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #99A4AF;
      width: 100%;
      border: 0;
      height: 48px;
      padding-left: 18px; }
    .df__country-select-search svg {
      position: absolute;
      top: 15px;
      right: 15px; }

.df__form-group--select2 svg {
  position: absolute;
  right: 10px;
  top: 35px; }

.df__checkbox-group {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between; }

.df__checkbox-big {
  height: 65px;
  border: 1px solid #D7D8D9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: calc(50% - 10px);
  padding-right: 20px; }
  .df__checkbox-big.active > .df__checkbox-area {
    background: #2361A9;
    border-radius: 8px 0 0 8px; }
  .df__checkbox-big.active > .df__checkbox-area > svg {
    display: block; }
  .df__checkbox-big.active > .df__checkbox-area > .df__checkbox-check {
    display: none; }
  .df__checkbox-big .df__checkbox-area {
    width: 57px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D7D8D9; }
    .df__checkbox-big .df__checkbox-area svg {
      display: none; }
  .df__checkbox-big .df__checkbox-check {
    border: 1px solid #D7D8D9;
    border-radius: 100%;
    width: 25px;
    height: 25px; }
  .df__checkbox-big .df__checkbox-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #1B2B3C;
    margin-left: 20px;
    width: calc(100% - 90px); }
    .df__checkbox-big .df__checkbox-text a {
      font-weight: 700;
      font-size: 14px;
      line-height: 15px;
      letter-spacing: 0.02em;
      text-decoration-line: underline;
      text-transform: uppercase;
      color: #2361A9; }
    .df__checkbox-big .df__checkbox-text span {
      font-weight: 700;
      font-size: 14px;
      line-height: 15px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #2361A9; }
  .df__checkbox-big .df__checkbox-icon {
    margin-left: auto; }

.df__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.01em;
  color: #2361A9;
  margin-bottom: 5px; }

.df__checkbox-default {
  display: flex;
  cursor: pointer; }
  .df__checkbox-default .df__checkbox-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #D7D8D9;
    margin-right: 20px; }
    .df__checkbox-default .df__checkbox-icon svg {
      display: none; }
  .df__checkbox-default.active > .df__checkbox-icon > svg {
    display: block; }
  .df__checkbox-default p {
    width: calc(100% - 50px);
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #0061AF; }

.df__form-group .df__required {
  color: #D22D3E; }

.df__w-100.df__form-group {
  margin-right: 0; }

.df__loader {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 22px; }

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid transparent;
  border-top-color: #2361A9; }

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite; }

#loader-1:after {
  border: 5px solid #ccc; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.df__loader-body {
  background: #FFFFFF;
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .df__loader-body p {
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0056A4;
    margin-bottom: 20px; }

.df__lp-export__calculator-popup--loader > .df__loader {
  width: auto;
  height: auto; }

.df__home-services-head {
  margin-bottom: 22px; }
  .df__home-services-head-title {
    color: #2361A9;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 11px; }
    @media screen and (max-width: 1024px) {
      .df__home-services-head-title {
        color: #2361A9;
        font-size: 20px;
        font-weight: 700; } }
  .df__home-services-head-subtitle {
    color: #182C3E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 18.9px */ }

.df__home-services-nav {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .df__home-services-nav-switch {
    border-radius: 100px;
    border: 1px solid #D8D9DB;
    padding: 8px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .df__home-services-nav-switch {
        padding: 4px; } }
    .df__home-services-nav-switch-item {
      color: #2361A9;
      text-align: center;
      font-size: 14px;
      font-weight: 700;
      line-height: 109%;
      /* 15.26px */
      letter-spacing: 0.28px;
      text-transform: uppercase;
      padding: 15px 23px;
      cursor: pointer; }
      @media screen and (max-width: 1024px) {
        .df__home-services-nav-switch-item {
          font-size: 12px;
          padding: 12px 20px; } }
      .df__home-services-nav-switch-item.active {
        border-radius: 100px;
        background: #2361A9;
        color: #FFF;
        font-size: 14px;
        font-weight: 700;
        line-height: 109%;
        /* 15.26px */
        letter-spacing: 0.28px;
        text-transform: uppercase; }
        @media screen and (max-width: 1024px) {
          .df__home-services-nav-switch-item.active {
            font-size: 12px; } }
  .df__home-services-nav-pages {
    display: none;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .df__home-services-nav-pages {
        display: none; } }
    .df__home-services-nav-pages.active {
      display: flex; }
      @media screen and (max-width: 1024px) {
        .df__home-services-nav-pages.active {
          display: none; } }
    .df__home-services-nav-pages p {
      color: #2361A9;
      font-size: 18px;
      font-weight: 600;
      line-height: 135%;
      /* 24.3px */
      letter-spacing: 0.36px;
      text-transform: uppercase;
      margin: 0 15px; }
    .df__home-services-nav-pages svg {
      cursor: pointer; }
    .df__home-services-nav-pages svg:last-child {
      transform: rotate(180deg); }

.df__home-services-items {
  display: none;
  margin-top: 25px; }
  @media screen and (max-width: 1024px) {
    .df__home-services-items {
      overflow-x: scroll;
      padding-bottom: 20px; } }
  .df__home-services-items.active {
    display: flex; }

.df__home-services-item {
  width: 380px;
  margin-right: 30px; }
  @media screen and (max-width: 1024px) {
    .df__home-services-item {
      width: 270px;
      min-width: 270px; } }
  .df__home-services-item-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
  .df__home-services-item-title {
    color: #2361A9;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    /* 141.176% */
    margin-bottom: 10px; }
  .df__home-services-item-description {
    color: #182C3E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */ }

[data-simplebar] {
  position: relative;
  justify-content: flex-start;
  align-items: flex-start; }
  [data-simplebar] .simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit; }
  [data-simplebar] .simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0; }
  [data-simplebar] .simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch; }
  [data-simplebar] .simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; }
  [data-simplebar] .simplebar-content-wrapper::-webkit-scrollbar,
  [data-simplebar] .simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0; }
  [data-simplebar] .simplebar-content:before,
  [data-simplebar] .simplebar-content:after {
    content: ' ';
    display: table; }
  [data-simplebar] .simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none; }
  [data-simplebar] .simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0; }
  [data-simplebar] .simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1; }
  [data-simplebar] .simplebar-content {
    display: flex; }
  [data-simplebar] .simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 8px;
    background: #DEEBF5; }
  [data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  [data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  [data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all; }
  [data-simplebar] .simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 4px; }
  [data-simplebar] .simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #0061AF;
    border-radius: 8px;
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  [data-simplebar] .simplebar-track.simplebar-vertical {
    top: 0;
    width: 4px; }
  [data-simplebar] .simplebar-track.simplebar-horizontal {
    left: 0;
    height: 4px; }
  [data-simplebar] .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto; }
  [data-simplebar] .simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; }

.df__claims {
  background: #F8F9FA; }
  @media screen and (max-width: 1024px) {
    .df__claims {
      padding-bottom: 0;
      background: #fff; } }
  .df__claims .df__form-group {
    display: flex;
    flex-direction: column;
    margin-right: 0; }
  .df__claims-form {
    display: grid;
    grid-template-columns: calc(50% - 8px) calc(50% - 8px);
    column-gap: 16px; }
    @media screen and (max-width: 1024px) {
      .df__claims-form {
        grid-template-columns: 100%;
        padding: 0;
        margin-top: 20px; } }

.df__container-inner--claims {
  background: #fff; }
  @media screen and (max-width: 1024px) {
    .df__container-inner--claims {
      padding: 0; }
      .df__container-inner--claims h1 {
        padding-left: 15px; }
      .df__container-inner--claims .df__form-message {
        margin-left: 15px;
        margin-right: 15px; } }

.df__claims-form-tracking {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }
  .df__claims-form-tracking .df__label {
    margin-bottom: 14px; }
    @media screen and (max-width: 1024px) {
      .df__claims-form-tracking .df__label {
        padding-left: 15px; } }
  .df__claims-form-tracking-item {
    width: 100%;
    background: #F5F6F7;
    display: flex;
    height: 55px; }
    .df__claims-form-tracking-item:nth-child(2n) {
      background: #FFF; }
    .df__claims-form-tracking-item-input {
      width: 90%;
      border-right: 1px solid #D8E0EB; }
      .df__claims-form-tracking-item-input input {
        height: 55px; }
    .df__claims-form-tracking-item-delete {
      width: 10%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
  .df__claims-form-tracking-add {
    display: flex;
    align-items: center;
    color: #2361A9;
    font-size: 14px;
    font-weight: 600;
    line-height: 109%;
    margin-top: 15px;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .df__claims-form-tracking-add {
        padding-left: 15px; } }
    .df__claims-form-tracking-add svg {
      margin-left: 10px; }

.df__claims-form-files {
  display: flex;
  align-items: center;
  margin-top: 20px; }
  @media screen and (max-width: 1024px) {
    .df__claims-form-files {
      width: 100%; } }
  .df__claims-form-files-input {
    display: flex;
    height: 48px;
    border: 1px solid #2361A9;
    padding: 0 20px;
    border-radius: 100px;
    align-items: center;
    margin-right: 15px;
    cursor: pointer; }
    .df__claims-form-files-input span {
      color: #2361A9;
      font-size: 14px;
      font-weight: 700;
      line-height: 109%;
      /* 15.26px */
      letter-spacing: 0.28px;
      text-transform: uppercase;
      margin-left: 10px; }
    .df__claims-form-files-input #files {
      display: none; }
  .df__claims-form-files-extensions p:first-child {
    color: rgba(27, 43, 60, 0.65);
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: 0.28px; }
  .df__claims-form-files-extensions p:last-child {
    color: #2361A9;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.28px;
    text-transform: uppercase; }

.df__claims-form--footer {
  align-items: flex-end;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .df__claims-form--footer {
      flex-direction: column; } }

.df__claims-form-btn {
  border-radius: 100px;
  background: #2361A9;
  padding: 0 30px;
  height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: fit-content; }
  @media screen and (max-width: 1024px) {
    .df__claims-form-btn {
      width: 100%;
      margin-top: 20px; } }
  .df__claims-form-btn input {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 109%;
    /* 15.26px */
    letter-spacing: 0.28px;
    text-transform: uppercase;
    padding: 0 80px 0 0;
    height: 100%;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .df__claims-form-btn input {
        text-align: left; } }

.df__claims-form-attachments {
  margin-top: 14px; }

.df__files-item {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #DEEBF5;
  width: fit-content;
  padding: 5px 15px;
  margin-bottom: 10px; }
  .df__files-item-info span {
    color: #2361A9;
    font-size: 10px;
    font-weight: 800;
    line-height: 109%;
    /* 10.9px */
    letter-spacing: 0.2px;
    text-transform: uppercase; }
  .df__files-item-remove {
    margin-left: 10px;
    height: 16px; }

.df__files-error-message {
  color: red;
  font-size: 10px;
  font-weight: 800;
  line-height: 109%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.df__form-message {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 109%;
  padding: 10px;
  border-radius: 10px; }
  .df__form-message--success {
    color: green;
    background: #c5e2c5; }
  .df__form-message--error {
    color: red;
    background: #ffcaca; }

@media screen and (max-width: 1024px) {
  .df__claims-form-bottom {
    padding: 0 15px 50px 15px; } }

#writetoususaform-department {
  flex-direction: column; }

.df__claims .df__textarea {
  height: 160px; }

.df__claims .df__checkbox-default {
  margin-top: 20px;
  margin-bottom: 20px; }

.df__claims .df__claims-form-bottom label {
  font-weight: bold; }

.df__claims .df__checkbox-group {
  margin-top: 20px; }

.df__claims .df__checkbox-check {
  min-width: 30px;
  width: 30px;
  margin-right: 20px; }

.df__claims .df__checkbox-group label {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #0061AF; }

.df__container-inner--contacts {
  margin-bottom: 40px; }

.section-contacts-write .h3 {
  display: flex; }

.section-contacts-write {
  margin-bottom: 80px; }

.df__checkbox-default.df__error .df__checkbox-icon {
  border-color: red; }

.df__checkbox-default.df__error p {
  color: red; }

@media screen and (max-width: 1024px) {
  .equilateral-row {
    margin-top: 20px; } }

.contact-form .radiobuttons label {
  font-weight: bold; }

.df__contacts-footer {
  display: flex;
  margin-top: 20px; }
  .df__contacts-footer .contact-send-btn {
    margin-right: 20px; }

.df__contacts-footer-claims {
  display: flex;
  margin-top: 20px;
  align-items: center; }
  .df__contacts-footer-claims .df__claims-form-btn {
    margin-right: 20px; }

#claims-form .df__input, #contact-form .df__input {
  background: #eceff4;
  border: none;
  height: 40px; }

#claims-form .df__textarea, #contact-form .df__textarea {
  height: 160px; }

#claims-form .df__label, #contact-form .df__label {
  margin-bottom: 18px;
  color: #000; }

.df__dropshipping-fill-steps {
  display: flex;
  flex-wrap: wrap; }
  .df__dropshipping-fill-steps-title {
    color: #0056A4;
    font-size: 30px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin: 60px 0 20px 0; }
    @media screen and (max-width: 1024px) {
      .df__dropshipping-fill-steps-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 135%;
        /* 27px */
        margin: 30px 0 20px 0; } }
  .df__dropshipping-fill-steps .df__dropshipping-fill-step {
    border: 1px solid #ECEFF4;
    background: #F8F9FA;
    max-width: 400px;
    width: 100%;
    padding: 30px;
    margin-right: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .df__dropshipping-fill-steps .df__dropshipping-fill-step--head {
        display: flex; }
        .df__dropshipping-fill-steps .df__dropshipping-fill-step--head .df__dropshipping-fill-step-head {
          width: fit-content;
          margin-right: 15px;
          margin-bottom: 0; }
        .df__dropshipping-fill-steps .df__dropshipping-fill-step--head .df__dropshipping-fill-step-text {
          margin-bottom: 0; } }
    @media screen and (max-width: 1024px) {
      .df__dropshipping-fill-steps .df__dropshipping-fill-step {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 20px;
        position: relative;
        max-width: 100%; } }
    .df__dropshipping-fill-steps .df__dropshipping-fill-step-head {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
    .df__dropshipping-fill-steps .df__dropshipping-fill-step-number {
      background: #1E579F;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      color: #F8F9FA;
      font-size: 24px;
      font-weight: 700;
      line-height: 150%;
      /* 36px */
      letter-spacing: 0.48px;
      text-transform: uppercase; }
      @media screen and (max-width: 1024px) {
        .df__dropshipping-fill-steps .df__dropshipping-fill-step-number {
          font-size: 18px;
          width: 40px;
          height: 40px; } }
    .df__dropshipping-fill-steps .df__dropshipping-fill-step-important {
      color: #D12D3E;
      font-size: 16px;
      font-weight: 600;
      line-height: 150%;
      /* 24px */
      letter-spacing: 0.32px; }
      @media screen and (max-width: 1024px) {
        .df__dropshipping-fill-steps .df__dropshipping-fill-step-important {
          font-size: 13px; } }
    .df__dropshipping-fill-steps .df__dropshipping-fill-step-label {
      color: #1B2B3C;
      font-size: 15px;
      font-weight: 600;
      line-height: 20px;
      /* 133.333% */
      letter-spacing: 0.3px;
      margin-bottom: 10px; }
      @media screen and (max-width: 1024px) {
        .df__dropshipping-fill-steps .df__dropshipping-fill-step-label {
          font-size: 13px;
          margin-bottom: 5px; } }
    .df__dropshipping-fill-steps .df__dropshipping-fill-step-text {
      color: #2361A9;
      font-size: 15px;
      font-weight: 500;
      line-height: 150%;
      /* 22.5px */
      letter-spacing: 0.3px;
      margin-bottom: 20px; }
      @media screen and (max-width: 1024px) {
        .df__dropshipping-fill-steps .df__dropshipping-fill-step-text {
          font-size: 13px;
          margin-bottom: 10px; } }
      .df__dropshipping-fill-steps .df__dropshipping-fill-step-text--bold {
        font-weight: 600; }
    .df__dropshipping-fill-steps .df__dropshipping-fill-step-status {
      color: #F8F9FA;
      font-size: 13px;
      font-weight: 700;
      line-height: 150%;
      /* 19.5px */
      letter-spacing: 0.26px;
      text-transform: uppercase;
      border-radius: 4px;
      background: #2361A9;
      padding: 8px 12px;
      margin-bottom: 20px;
      width: fit-content; }
    .df__dropshipping-fill-steps .df__dropshipping-fill-step-list {
      padding-left: 15px;
      list-style-type: disc; }
      .df__dropshipping-fill-steps .df__dropshipping-fill-step-list li {
        color: #2361A9;
        font-size: 15px;
        font-weight: 600;
        line-height: 150%;
        /* 22.5px */
        letter-spacing: 0.3px;
        list-style: disc;
        margin-bottom: 10px; }
        @media screen and (max-width: 1024px) {
          .df__dropshipping-fill-steps .df__dropshipping-fill-step-list li {
            color: #2361A9;
            font-size: 13px;
            font-weight: 600;
            line-height: 150%;
            /* 19.5px */
            letter-spacing: 0.26px; } }
    .df__dropshipping-fill-steps .df__dropshipping-fill-step-button {
      display: flex;
      color: #F8F9FA;
      font-size: 15px;
      font-weight: 700;
      line-height: 109%;
      /* 16.35px */
      letter-spacing: 0.3px;
      text-transform: uppercase;
      border-radius: 100px;
      background: #2361A9;
      padding: 14px 30px;
      margin-top: 20px; }
      @media screen and (max-width: 1024px) {
        .df__dropshipping-fill-steps .df__dropshipping-fill-step-button {
          font-size: 15px;
          padding: 14px 20px;
          justify-content: center; } }

.df__container--drop-shipping-form {
  background: #F8F9FA;
  padding-top: 50px;
  padding-bottom: 5px; }
  @media screen and (max-width: 1024px) {
    .df__container--drop-shipping-form {
      background: #fff; } }

.df__checkbox-group--dropshipping-packing {
  flex-direction: column; }
  .df__checkbox-group--dropshipping-packing .df__checkbox-big {
    width: fit-content;
    min-width: 280px;
    max-width: 590px;
    margin-bottom: 15px;
    padding: 0; }

.df__checkbox-text--dropshipping-form {
  display: flex;
  align-items: center; }
  .df__checkbox-text--dropshipping-form svg {
    min-width: 30px;
    margin: 0 10px; }

.df__dropshipping-form-checkbox-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8E0EB; }
  .df__dropshipping-form-checkbox-wrapper .df__checkbox-default {
    align-items: center; }

.df__dropshipping-form-title {
  color: #0056A4;
  font-size: 30px;
  font-weight: 700;
  line-height: 135%;
  /* 40.5px */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media screen and (max-width: 1024px) {
    .df__dropshipping-form-title {
      font-size: 20px; } }

.df__dropshipping-form-subtitle {
  color: #D12D3E;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .df__dropshipping-form-subtitle {
      font-size: 13px; } }

.df__dropshipping-page input[type=tel] {
  background: #fff;
  border: 1px solid #D7D8D9; }

@media screen and (max-width: 1024px) {
  .df__dropshipping-page .df__lp-export__slider {
    padding-top: 50px !important; }
  .df__dropshipping-page .banner-uptitle {
    display: block !important; }
  .df__dropshipping-page .banner-dscr {
    text-align: center; } }

.df__dropshipping-form .df__checkbox-big .df__checkbox-text {
  display: flex;
  align-items: center; }

@media screen and (max-width: 1024px) {
  .df__dropshipping-form {
    padding: 0; }
    .df__dropshipping-form .df__cf-form-subtitle {
      max-width: 270px; }
    .df__dropshipping-form .df__checkbox-big .df__checkbox-text {
      font-size: 12px; }
    .df__dropshipping-form .df__checkbox-group {
      flex-direction: column; }
    .df__dropshipping-form .df__checkbox-big {
      width: 100%;
      margin-bottom: 10px; } }

.df__container--drop-shipping-form-success {
  background: #F8F9FA;
  padding-top: 50px;
  padding-bottom: 50px; }
  .df__container--drop-shipping-form-success .df__container-inner {
    display: flex;
    justify-content: center; }
  .df__container--drop-shipping-form-success .df__dropshipping-form-success {
    max-width: 850px;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .df__container--drop-shipping-form-success .df__dropshipping-form-success-title {
      color: #0056A4;
      font-size: 24px;
      font-weight: 700;
      line-height: 135%;
      /* 32.4px */
      letter-spacing: 0.48px;
      text-transform: uppercase;
      margin-top: 20px;
      margin-bottom: 15px; }
    .df__container--drop-shipping-form-success .df__dropshipping-form-success-subtitle {
      color: #2361A9;
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      line-height: 150%;
      /* 22.5px */
      letter-spacing: 0.3px;
      margin-bottom: 20px;
      max-width: 470px; }
    .df__container--drop-shipping-form-success .df__dropshipping-form-success-info {
      color: #D12D3E;
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      line-height: 150%;
      /* 24px */
      letter-spacing: 0.32px;
      max-width: 490px; }

.df__cf-form-btn-submit-wrapper--dropshipping {
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .df__cf-form-btn-submit-wrapper--dropshipping {
      flex-direction: column; }
      .df__cf-form-btn-submit-wrapper--dropshipping .df__cf-form-btn-submit {
        margin-top: 20px; } }

.footer-top-wrapper {
  padding: 35px 0; }

.footer-top-block-item.mobile {
  display: none; }

.footer-top-block-item .item-inner {
  max-width: 310px;
  width: 100%; }

.footer .post-offices-page + .footer {
  display: none; }

.footer-block {
  margin: 0 0 30px; }
  .footer-block:last-child {
    margin: 0; }
  .footer-block-ttl {
    margin: 0 0 20px;
    font-size: 16px; }
  .footer-block-dscr {
    margin: 0 0 15px;
    line-height: 1.7;
    font-size: 12px; }
    .footer-block-dscr:last-child {
      margin: 0; }

.footer-menu-link {
  color: #172c3e;
  margin: 0 0 8px;
  display: block;
  transition: color .5s; }
  .footer-menu-link:hover {
    color: #169ce1; }
  .footer-menu-link:last-child {
    margin: 0; }

.footer-social-block {
  display: flex; }

.footer-social-item {
  width: 35px;
  height: 35px;
  background: #0061af; }
  .footer-social-item:hover {
    background: #169ce1; }
    .footer-social-item:hover svg,
    .footer-social-item:hover path {
      fill: #fff !important; }

.footer-worldwide-form {
  margin: 0 0 20px; }

.footer-app {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px; }
  .footer-app-item {
    max-width: 144px; }
    .footer-app-item:last-child {
      margin: 0; }

.footer-copyright-wrapper {
  padding: 0 0 15px; }
  .footer-copyright-wrapper .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.footer-menu-mobile-block .footer-block-ttl .arrow-ico {
  display: none;
  transform-origin: 50% 50%; }

.footer-menu-mobile-block.active .arrow-ico {
  transform: translate(0, -50%) rotate(-180deg); }

.freshdesign-link {
  color: #172c3e;
  padding-right: 70px;
  transition: color .5s; }
  .freshdesign-link:hover {
    color: #169ce1; }

.subscribe-form-language {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0 0 5px; }

.subscribe-form .arrow-ico {
  right: 20px; }

.subscribe-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 40px 0 20px;
  margin: 0 0 0 5px;
  color: #0061af;
  text-decoration: underline;
  height: auto; }

.subscribe-form .select2-container .select2-selection--single {
  height: auto;
  border-radius: 0; }

.subscribe-form .select2-container--open .select2-dropdown--below {
  margin-top: 0; }

.subscribe-form .select2-container--open .select2-dropdown--above,
.subscribe-form .select2-container--open .select2-dropdown--below {
  border-radius: 0; }

.subscribe-form .df__footer-newsletter-form-check {
  display: flex;
  align-items: center; }
  .subscribe-form .df__footer-newsletter-form-check p {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: rgba(27, 43, 60, 0.5); }
  .subscribe-form .df__footer-newsletter-form-check input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 9px; }
    @media screen and (max-width: 1024px) {
      .subscribe-form .df__footer-newsletter-form-check input {
        min-width: 30px; } }
  .subscribe-form .df__footer-newsletter-form-check-body {
    display: flex;
    align-items: center; }
    .subscribe-form .df__footer-newsletter-form-check-body p {
      font-weight: 500;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: 0.02em;
      color: rgba(27, 43, 60, 0.5); }

.field-newsletterform-country .select {
  display: none; }

.field-newsletterform-country .select2-selection__rendered {
  background: #eceff4;
  color: #172c3e !important;
  text-decoration: none !important;
  height: 40px !important;
  border: none !important;
  margin: 0 !important; }

.field-newsletterform-country .arrow-ico {
  z-index: 10; }

.field-newsletterform-country .control-label {
  margin-bottom: 5px;
  margin-top: 15px;
  color: #0061af; }

.chat-widget {
  position: fixed;
  right: 30px;
  bottom: 20px;
  transition: all .3s ease;
  z-index: 10; }
  .chat-widget__trigger {
    background-color: #0061AF;
    background-image: url(/images/chat-widget.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; }
  .chat-widget a {
    position: absolute;
    background-color: #0061AF;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    right: 0;
    transition: all .3s ease; }
  .chat-widget.opened .chat-widget__trigger {
    background-image: url(/images/chat-close.svg); }
  .chat-widget.opened a {
    opacity: 1;
    z-index: 1; }
    .chat-widget.opened a:nth-of-type(1) {
      bottom: 65px; }
      @media screen and (max-width: 500px) {
        .chat-widget.opened a:nth-of-type(1) {
          bottom: 0;
          right: 65px; } }
    .chat-widget.opened a:nth-of-type(2) {
      bottom: 130px; }
      @media screen and (max-width: 500px) {
        .chat-widget.opened a:nth-of-type(2) {
          bottom: 0;
          right: 130px; } }
  .chat-widget .ring {
    background: rgba(181, 244, 253, 0.8);
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    z-index: -1;
    animation: wave 1s ease-out;
    animation-iteration-count: infinite; }

@keyframes wave {
  0% {
    transform: scale(1, 1); }
  50% {
    opacity: 2; }
  100% {
    transform: scale(1.5, 1.5);
    opacity: 0; } }

.animate {
  opacity: 0;
  /*from left*/
  /*from right*/
  /*from bottom*/ }
  .animate .logo,
  .animate .banner-date,
  .animate .banner-title,
  .animate .banner-dscr,
  .animate .banner-btn,
  .animate .slider-controls, .animate.s-ttl, .animate.s-dscr,
  .animate .cols, .animate.btn-wr, .animate.context-btn,
  .animate.partners-slider-wrapper .btn-arrow svg,
  .animate.store-slider-wrapper .btn-arrow svg,
  .animate.news-slider-container-wr .btn-arrow svg, .animate.content-links, .animate.service-header,
  .animate .feedback-block-detail-item,
  .animate.common-editor-context > *,
  .animate.common-content > *,
  .animate .vacation-item, .animate.h3, .animate.h4, .animate.form,
  .animate .country-profile-form,
  .animate.section-country-profile-choice .h4, .animate.country-profile-info-block,
  .animate.news-content .news-item, .animate.post-offices-local,
  .animate .post-offices-dscr-item, .animate.contacts-block, .animate.contact-form, .animate.partners-contacts, .animate.tariffs-block, .animate.career-block, .animate.career-content-header,
  .animate .services-col {
    opacity: 0;
    transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; }
  .animate.banner .banner-block:before {
    opacity: 0;
    width: 0;
    transition: opacity 500ms ease-in-out, width 500ms ease-in-out; }
  .animate .logo,
  .animate .cols,
  .animate .slider-controls,
  .animate .banner-date,
  .animate .banner-title,
  .animate .banner-dscr,
  .animate .banner-btn,
  .animate .feedback-block-detail-item,
  .animate .post-offices-dscr-item,
  .animate .services-col {
    transform: translate(-3rem, 0); }
  .animate.partners-slider-wrapper .btn-arrow-prev svg,
  .animate.store-slider-wrapper .btn-arrow-prev svg,
  .animate.news-slider-container-wr .btn-arrow-prev svg {
    transform: translate(-3rem, 0) rotate(180deg); }
  .animate.partners-slider-wrapper .btn-arrow-next svg,
  .animate.store-slider-wrapper .btn-arrow-next svg,
  .animate.news-slider-container-wr .btn-arrow-next svg {
    transform: translate(3rem, 0); }
  .animate.s-ttl, .animate.s-dscr, .animate.context-btn, .animate.content-links, .animate.btn-wr, .animate.service-header,
  .animate.common-editor-context > *,
  .animate.common-content > *,
  .animate .vacation-item, .animate.h3, .animate.h4, .animate.form, .animate.country-profile-form,
  .animate .country-profile-form,
  .animate.section-country-profile-choice .h4, .animate.country-profile-info-block,
  .animate.news-content .news-item, .animate.contacts-block, .animate.contact-form, .animate.partners-contacts, .animate.tariffs-block, .animate.career-block, .animate.career-content-header, .animate.post-offices-local {
    transform: translate(0, 40px); }
  .animate .logo {
    transition-delay: 80ms; }
  .animate.s-ttl, .animate.btn-wr, .animate.content-links, .animate.career-content-header, .animate.service-header {
    transition-delay: 160ms; }
  .animate .header-nav-top, .animate.s-dscr,
  .animate.partners-slider-wrapper .btn-arrow svg,
  .animate.store-slider-wrapper .btn-arrow svg,
  .animate.news-slider-container-wr .btn-arrow svg,
  .animate.career-content-header + .h4, .animate.post-offices-form {
    transition-delay: 240ms; }
  .animate .cols:nth-child(1), .animate.context-btn, .animate.career-form, .animate.courier-form,
  .animate.section-country-profile-choice .h4 {
    transition-delay: 320ms; }
  .animate .header-nav-btm,
  .animate .cols:nth-child(2), .animate.career-block,
  .animate .country-profile-form {
    transition-delay: 400ms; }
  .animate.banner .banner-block,
  .animate .banner-date,
  .animate .cols:nth-child(3),
  .animate .vacation-item,
  .animate .post-offices-dscr-item:nth-child(1) {
    transition-delay: 480ms; }
  .animate .slider-controls,
  .animate .cols:nth-child(4),
  .animate .banner-title, .animate.feedback-form, .animate.country-profile-info-block, .animate.post-offices-local, .animate.contacts-block, .animate.contact-form, .animate.partners-contacts, .animate.tariffs-block,
  .animate .post-offices-dscr-item:nth-child(2) {
    transition-delay: 560ms; }
  .animate .banner-dscr,
  .animate .post-offices-dscr-item:nth-child(3) {
    transition-delay: 640ms; }
  .animate .banner-btn, .animate.partners-feedback-form,
  .animate .post-offices-dscr-item:nth-child(4) {
    transition-delay: 720ms; }
  .animate.common-editor-context > *:nth-child(1),
  .animate.common-content > *:nth-child(1),
  .animate .feedback-block-detail-item:nth-child(1) {
    transition-delay: 160ms; }
  .animate.common-editor-context > *:nth-child(2),
  .animate.common-content > *:nth-child(2),
  .animate .feedback-block-detail-item:nth-child(2) {
    transition-delay: 240ms; }
  .animate.common-editor-context > *:nth-child(3),
  .animate.common-content > *:nth-child(3),
  .animate .feedback-block-detail-item:nth-child(3) {
    transition-delay: 320ms; }
  .animate.common-editor-context > *:nth-child(4),
  .animate.common-content > *:nth-child(4),
  .animate .feedback-block-detail-item:nth-child(4) {
    transition-delay: 400ms; }
  .animate.common-editor-context > *:nth-child(5),
  .animate.common-content > *:nth-child(5),
  .animate .feedback-block-detail-item:nth-child(5) {
    transition-delay: 480ms; }
  .animate.common-editor-context > *:nth-child(6),
  .animate.common-content > *:nth-child(6),
  .animate .feedback-block-detail-item:nth-child(6) {
    transition-delay: 560ms; }
  .animate.common-editor-context > *:nth-child(7),
  .animate.common-content > *:nth-child(7),
  .animate .feedback-block-detail-item:nth-child(7) {
    transition-delay: 640ms; }
  .animate.common-editor-context > *:nth-child(8),
  .animate.common-content > *:nth-child(8),
  .animate .feedback-block-detail-item:nth-child(8) {
    transition-delay: 720ms; }
  .animate.common-editor-context > *:nth-child(9),
  .animate.common-content > *:nth-child(9),
  .animate .feedback-block-detail-item:nth-child(9) {
    transition-delay: 800ms; }
  .animate.common-editor-context > *:nth-child(10),
  .animate.common-content > *:nth-child(10),
  .animate .feedback-block-detail-item:nth-child(10) {
    transition-delay: 880ms; }
  .animate.common-editor-context > *:nth-child(11),
  .animate.common-content > *:nth-child(11),
  .animate .feedback-block-detail-item:nth-child(11) {
    transition-delay: 960ms; }
  .animate.common-editor-context > *:nth-child(12),
  .animate.common-content > *:nth-child(12),
  .animate .feedback-block-detail-item:nth-child(12) {
    transition-delay: 1040ms; }
  .animate.common-editor-context > *:nth-child(13),
  .animate.common-content > *:nth-child(13),
  .animate .feedback-block-detail-item:nth-child(13) {
    transition-delay: 1120ms; }
  .animate.common-editor-context > *:nth-child(14),
  .animate.common-content > *:nth-child(14),
  .animate .feedback-block-detail-item:nth-child(14) {
    transition-delay: 1200ms; }
  .animate.common-editor-context > *:nth-child(15),
  .animate.common-content > *:nth-child(15),
  .animate .feedback-block-detail-item:nth-child(15) {
    transition-delay: 1280ms; }
  .animate.common-editor-context > *:nth-child(16),
  .animate.common-content > *:nth-child(16),
  .animate .feedback-block-detail-item:nth-child(16) {
    transition-delay: 1360ms; }
  .animate.common-editor-context > *:nth-child(17),
  .animate.common-content > *:nth-child(17),
  .animate .feedback-block-detail-item:nth-child(17) {
    transition-delay: 1440ms; }
  .animate.common-editor-context > *:nth-child(18),
  .animate.common-content > *:nth-child(18),
  .animate .feedback-block-detail-item:nth-child(18) {
    transition-delay: 1520ms; }
  .animate.common-editor-context > *:nth-child(19),
  .animate.common-content > *:nth-child(19),
  .animate .feedback-block-detail-item:nth-child(19) {
    transition-delay: 1600ms; }
  .animate.common-editor-context > *:nth-child(20),
  .animate.common-content > *:nth-child(20),
  .animate .feedback-block-detail-item:nth-child(20) {
    transition-delay: 1680ms; }
  .animate.common-editor-context > *:nth-child(21),
  .animate.common-content > *:nth-child(21),
  .animate .feedback-block-detail-item:nth-child(21) {
    transition-delay: 1760ms; }
  .animate.common-editor-context > *:nth-child(22),
  .animate.common-content > *:nth-child(22),
  .animate .feedback-block-detail-item:nth-child(22) {
    transition-delay: 1840ms; }
  .animate.common-editor-context > *:nth-child(23),
  .animate.common-content > *:nth-child(23),
  .animate .feedback-block-detail-item:nth-child(23) {
    transition-delay: 1920ms; }
  .animate.common-editor-context > *:nth-child(24),
  .animate.common-content > *:nth-child(24),
  .animate .feedback-block-detail-item:nth-child(24) {
    transition-delay: 2000ms; }
  .animate.common-editor-context > *:nth-child(25),
  .animate.common-content > *:nth-child(25),
  .animate .feedback-block-detail-item:nth-child(25) {
    transition-delay: 2080ms; }
  .animate.common-editor-context > *:nth-child(26),
  .animate.common-content > *:nth-child(26),
  .animate .feedback-block-detail-item:nth-child(26) {
    transition-delay: 2160ms; }
  .animate.common-editor-context > *:nth-child(27),
  .animate.common-content > *:nth-child(27),
  .animate .feedback-block-detail-item:nth-child(27) {
    transition-delay: 2240ms; }
  .animate.common-editor-context > *:nth-child(28),
  .animate.common-content > *:nth-child(28),
  .animate .feedback-block-detail-item:nth-child(28) {
    transition-delay: 2320ms; }
  .animate.common-editor-context > *:nth-child(29),
  .animate.common-content > *:nth-child(29),
  .animate .feedback-block-detail-item:nth-child(29) {
    transition-delay: 2400ms; }
  .animate.common-editor-context > *:nth-child(30),
  .animate.common-content > *:nth-child(30),
  .animate .feedback-block-detail-item:nth-child(30) {
    transition-delay: 2480ms; }
  .animate.common-editor-context > *:nth-child(31),
  .animate.common-content > *:nth-child(31),
  .animate .feedback-block-detail-item:nth-child(31) {
    transition-delay: 2560ms; }
  .animate.common-editor-context > *:nth-child(32),
  .animate.common-content > *:nth-child(32),
  .animate .feedback-block-detail-item:nth-child(32) {
    transition-delay: 2640ms; }
  .animate.common-editor-context > *:nth-child(33),
  .animate.common-content > *:nth-child(33),
  .animate .feedback-block-detail-item:nth-child(33) {
    transition-delay: 2720ms; }
  .animate.common-editor-context > *:nth-child(34),
  .animate.common-content > *:nth-child(34),
  .animate .feedback-block-detail-item:nth-child(34) {
    transition-delay: 2800ms; }
  .animate.common-editor-context > *:nth-child(35),
  .animate.common-content > *:nth-child(35),
  .animate .feedback-block-detail-item:nth-child(35) {
    transition-delay: 2880ms; }
  .animate.common-editor-context > *:nth-child(36),
  .animate.common-content > *:nth-child(36),
  .animate .feedback-block-detail-item:nth-child(36) {
    transition-delay: 2960ms; }
  .animate.common-editor-context > *:nth-child(37),
  .animate.common-content > *:nth-child(37),
  .animate .feedback-block-detail-item:nth-child(37) {
    transition-delay: 3040ms; }
  .animate.common-editor-context > *:nth-child(38),
  .animate.common-content > *:nth-child(38),
  .animate .feedback-block-detail-item:nth-child(38) {
    transition-delay: 3120ms; }
  .animate.common-editor-context > *:nth-child(39),
  .animate.common-content > *:nth-child(39),
  .animate .feedback-block-detail-item:nth-child(39) {
    transition-delay: 3200ms; }
  .animate.common-editor-context > *:nth-child(40),
  .animate.common-content > *:nth-child(40),
  .animate .feedback-block-detail-item:nth-child(40) {
    transition-delay: 3280ms; }
  .animate.common-editor-context > *:nth-child(41),
  .animate.common-content > *:nth-child(41),
  .animate .feedback-block-detail-item:nth-child(41) {
    transition-delay: 3360ms; }
  .animate.common-editor-context > *:nth-child(42),
  .animate.common-content > *:nth-child(42),
  .animate .feedback-block-detail-item:nth-child(42) {
    transition-delay: 3440ms; }
  .animate.common-editor-context > *:nth-child(43),
  .animate.common-content > *:nth-child(43),
  .animate .feedback-block-detail-item:nth-child(43) {
    transition-delay: 3520ms; }
  .animate.common-editor-context > *:nth-child(44),
  .animate.common-content > *:nth-child(44),
  .animate .feedback-block-detail-item:nth-child(44) {
    transition-delay: 3600ms; }
  .animate.common-editor-context > *:nth-child(45),
  .animate.common-content > *:nth-child(45),
  .animate .feedback-block-detail-item:nth-child(45) {
    transition-delay: 3680ms; }
  .animate.common-editor-context > *:nth-child(46),
  .animate.common-content > *:nth-child(46),
  .animate .feedback-block-detail-item:nth-child(46) {
    transition-delay: 3760ms; }
  .animate.common-editor-context > *:nth-child(47),
  .animate.common-content > *:nth-child(47),
  .animate .feedback-block-detail-item:nth-child(47) {
    transition-delay: 3840ms; }
  .animate.common-editor-context > *:nth-child(48),
  .animate.common-content > *:nth-child(48),
  .animate .feedback-block-detail-item:nth-child(48) {
    transition-delay: 3920ms; }
  .animate.common-editor-context > *:nth-child(49),
  .animate.common-content > *:nth-child(49),
  .animate .feedback-block-detail-item:nth-child(49) {
    transition-delay: 4000ms; }
  .animate.common-editor-context > *:nth-child(50),
  .animate.common-content > *:nth-child(50),
  .animate .feedback-block-detail-item:nth-child(50) {
    transition-delay: 4080ms; }
  .animate.common-editor-context > *:nth-child(51),
  .animate.common-content > *:nth-child(51),
  .animate .feedback-block-detail-item:nth-child(51) {
    transition-delay: 4160ms; }
  .animate.common-editor-context > *:nth-child(52),
  .animate.common-content > *:nth-child(52),
  .animate .feedback-block-detail-item:nth-child(52) {
    transition-delay: 4240ms; }
  .animate.common-editor-context > *:nth-child(53),
  .animate.common-content > *:nth-child(53),
  .animate .feedback-block-detail-item:nth-child(53) {
    transition-delay: 4320ms; }
  .animate.common-editor-context > *:nth-child(54),
  .animate.common-content > *:nth-child(54),
  .animate .feedback-block-detail-item:nth-child(54) {
    transition-delay: 4400ms; }
  .animate.common-editor-context > *:nth-child(55),
  .animate.common-content > *:nth-child(55),
  .animate .feedback-block-detail-item:nth-child(55) {
    transition-delay: 4480ms; }
  .animate.common-editor-context > *:nth-child(56),
  .animate.common-content > *:nth-child(56),
  .animate .feedback-block-detail-item:nth-child(56) {
    transition-delay: 4560ms; }
  .animate.common-editor-context > *:nth-child(57),
  .animate.common-content > *:nth-child(57),
  .animate .feedback-block-detail-item:nth-child(57) {
    transition-delay: 4640ms; }
  .animate.common-editor-context > *:nth-child(58),
  .animate.common-content > *:nth-child(58),
  .animate .feedback-block-detail-item:nth-child(58) {
    transition-delay: 4720ms; }
  .animate.common-editor-context > *:nth-child(59),
  .animate.common-content > *:nth-child(59),
  .animate .feedback-block-detail-item:nth-child(59) {
    transition-delay: 4800ms; }
  .animate.common-editor-context > *:nth-child(60),
  .animate.common-content > *:nth-child(60),
  .animate .feedback-block-detail-item:nth-child(60) {
    transition-delay: 4880ms; }
  .animate.common-editor-context > *:nth-child(61),
  .animate.common-content > *:nth-child(61),
  .animate .feedback-block-detail-item:nth-child(61) {
    transition-delay: 4960ms; }
  .animate.common-editor-context > *:nth-child(62),
  .animate.common-content > *:nth-child(62),
  .animate .feedback-block-detail-item:nth-child(62) {
    transition-delay: 5040ms; }
  .animate.common-editor-context > *:nth-child(63),
  .animate.common-content > *:nth-child(63),
  .animate .feedback-block-detail-item:nth-child(63) {
    transition-delay: 5120ms; }
  .animate.common-editor-context > *:nth-child(64),
  .animate.common-content > *:nth-child(64),
  .animate .feedback-block-detail-item:nth-child(64) {
    transition-delay: 5200ms; }
  .animate.common-editor-context > *:nth-child(65),
  .animate.common-content > *:nth-child(65),
  .animate .feedback-block-detail-item:nth-child(65) {
    transition-delay: 5280ms; }
  .animate.common-editor-context > *:nth-child(66),
  .animate.common-content > *:nth-child(66),
  .animate .feedback-block-detail-item:nth-child(66) {
    transition-delay: 5360ms; }
  .animate.common-editor-context > *:nth-child(67),
  .animate.common-content > *:nth-child(67),
  .animate .feedback-block-detail-item:nth-child(67) {
    transition-delay: 5440ms; }
  .animate.common-editor-context > *:nth-child(68),
  .animate.common-content > *:nth-child(68),
  .animate .feedback-block-detail-item:nth-child(68) {
    transition-delay: 5520ms; }
  .animate.common-editor-context > *:nth-child(69),
  .animate.common-content > *:nth-child(69),
  .animate .feedback-block-detail-item:nth-child(69) {
    transition-delay: 5600ms; }
  .animate.common-editor-context > *:nth-child(70),
  .animate.common-content > *:nth-child(70),
  .animate .feedback-block-detail-item:nth-child(70) {
    transition-delay: 5680ms; }
  .animate.common-editor-context > *:nth-child(71),
  .animate.common-content > *:nth-child(71),
  .animate .feedback-block-detail-item:nth-child(71) {
    transition-delay: 5760ms; }
  .animate.common-editor-context > *:nth-child(72),
  .animate.common-content > *:nth-child(72),
  .animate .feedback-block-detail-item:nth-child(72) {
    transition-delay: 5840ms; }
  .animate.common-editor-context > *:nth-child(73),
  .animate.common-content > *:nth-child(73),
  .animate .feedback-block-detail-item:nth-child(73) {
    transition-delay: 5920ms; }
  .animate.common-editor-context > *:nth-child(74),
  .animate.common-content > *:nth-child(74),
  .animate .feedback-block-detail-item:nth-child(74) {
    transition-delay: 6000ms; }
  .animate.common-editor-context > *:nth-child(75),
  .animate.common-content > *:nth-child(75),
  .animate .feedback-block-detail-item:nth-child(75) {
    transition-delay: 6080ms; }
  .animate.common-editor-context > *:nth-child(76),
  .animate.common-content > *:nth-child(76),
  .animate .feedback-block-detail-item:nth-child(76) {
    transition-delay: 6160ms; }
  .animate.common-editor-context > *:nth-child(77),
  .animate.common-content > *:nth-child(77),
  .animate .feedback-block-detail-item:nth-child(77) {
    transition-delay: 6240ms; }
  .animate.common-editor-context > *:nth-child(78),
  .animate.common-content > *:nth-child(78),
  .animate .feedback-block-detail-item:nth-child(78) {
    transition-delay: 6320ms; }
  .animate.common-editor-context > *:nth-child(79),
  .animate.common-content > *:nth-child(79),
  .animate .feedback-block-detail-item:nth-child(79) {
    transition-delay: 6400ms; }
  .animate.common-editor-context > *:nth-child(80),
  .animate.common-content > *:nth-child(80),
  .animate .feedback-block-detail-item:nth-child(80) {
    transition-delay: 6480ms; }
  .animate.common-editor-context > *:nth-child(81),
  .animate.common-content > *:nth-child(81),
  .animate .feedback-block-detail-item:nth-child(81) {
    transition-delay: 6560ms; }
  .animate.common-editor-context > *:nth-child(82),
  .animate.common-content > *:nth-child(82),
  .animate .feedback-block-detail-item:nth-child(82) {
    transition-delay: 6640ms; }
  .animate.common-editor-context > *:nth-child(83),
  .animate.common-content > *:nth-child(83),
  .animate .feedback-block-detail-item:nth-child(83) {
    transition-delay: 6720ms; }
  .animate.common-editor-context > *:nth-child(84),
  .animate.common-content > *:nth-child(84),
  .animate .feedback-block-detail-item:nth-child(84) {
    transition-delay: 6800ms; }
  .animate.common-editor-context > *:nth-child(85),
  .animate.common-content > *:nth-child(85),
  .animate .feedback-block-detail-item:nth-child(85) {
    transition-delay: 6880ms; }
  .animate.common-editor-context > *:nth-child(86),
  .animate.common-content > *:nth-child(86),
  .animate .feedback-block-detail-item:nth-child(86) {
    transition-delay: 6960ms; }
  .animate.common-editor-context > *:nth-child(87),
  .animate.common-content > *:nth-child(87),
  .animate .feedback-block-detail-item:nth-child(87) {
    transition-delay: 7040ms; }
  .animate.common-editor-context > *:nth-child(88),
  .animate.common-content > *:nth-child(88),
  .animate .feedback-block-detail-item:nth-child(88) {
    transition-delay: 7120ms; }
  .animate.common-editor-context > *:nth-child(89),
  .animate.common-content > *:nth-child(89),
  .animate .feedback-block-detail-item:nth-child(89) {
    transition-delay: 7200ms; }
  .animate.common-editor-context > *:nth-child(90),
  .animate.common-content > *:nth-child(90),
  .animate .feedback-block-detail-item:nth-child(90) {
    transition-delay: 7280ms; }
  .animate.common-editor-context > *:nth-child(91),
  .animate.common-content > *:nth-child(91),
  .animate .feedback-block-detail-item:nth-child(91) {
    transition-delay: 7360ms; }
  .animate.common-editor-context > *:nth-child(92),
  .animate.common-content > *:nth-child(92),
  .animate .feedback-block-detail-item:nth-child(92) {
    transition-delay: 7440ms; }
  .animate.common-editor-context > *:nth-child(93),
  .animate.common-content > *:nth-child(93),
  .animate .feedback-block-detail-item:nth-child(93) {
    transition-delay: 7520ms; }
  .animate.common-editor-context > *:nth-child(94),
  .animate.common-content > *:nth-child(94),
  .animate .feedback-block-detail-item:nth-child(94) {
    transition-delay: 7600ms; }
  .animate.common-editor-context > *:nth-child(95),
  .animate.common-content > *:nth-child(95),
  .animate .feedback-block-detail-item:nth-child(95) {
    transition-delay: 7680ms; }
  .animate.common-editor-context > *:nth-child(96),
  .animate.common-content > *:nth-child(96),
  .animate .feedback-block-detail-item:nth-child(96) {
    transition-delay: 7760ms; }
  .animate.common-editor-context > *:nth-child(97),
  .animate.common-content > *:nth-child(97),
  .animate .feedback-block-detail-item:nth-child(97) {
    transition-delay: 7840ms; }
  .animate.common-editor-context > *:nth-child(98),
  .animate.common-content > *:nth-child(98),
  .animate .feedback-block-detail-item:nth-child(98) {
    transition-delay: 7920ms; }
  .animate.common-editor-context > *:nth-child(99),
  .animate.common-content > *:nth-child(99),
  .animate .feedback-block-detail-item:nth-child(99) {
    transition-delay: 8000ms; }
  .animate.common-editor-context > *:nth-child(100),
  .animate.common-content > *:nth-child(100),
  .animate .feedback-block-detail-item:nth-child(100) {
    transition-delay: 8080ms; }
  .animate.common-editor-context > *:nth-child(101),
  .animate.common-content > *:nth-child(101),
  .animate .feedback-block-detail-item:nth-child(101) {
    transition-delay: 8160ms; }
  .animate.common-editor-context > *:nth-child(102),
  .animate.common-content > *:nth-child(102),
  .animate .feedback-block-detail-item:nth-child(102) {
    transition-delay: 8240ms; }
  .animate.common-editor-context > *:nth-child(103),
  .animate.common-content > *:nth-child(103),
  .animate .feedback-block-detail-item:nth-child(103) {
    transition-delay: 8320ms; }
  .animate.common-editor-context > *:nth-child(104),
  .animate.common-content > *:nth-child(104),
  .animate .feedback-block-detail-item:nth-child(104) {
    transition-delay: 8400ms; }
  .animate.common-editor-context > *:nth-child(105),
  .animate.common-content > *:nth-child(105),
  .animate .feedback-block-detail-item:nth-child(105) {
    transition-delay: 8480ms; }
  .animate.common-editor-context > *:nth-child(106),
  .animate.common-content > *:nth-child(106),
  .animate .feedback-block-detail-item:nth-child(106) {
    transition-delay: 8560ms; }
  .animate.common-editor-context > *:nth-child(107),
  .animate.common-content > *:nth-child(107),
  .animate .feedback-block-detail-item:nth-child(107) {
    transition-delay: 8640ms; }
  .animate.common-editor-context > *:nth-child(108),
  .animate.common-content > *:nth-child(108),
  .animate .feedback-block-detail-item:nth-child(108) {
    transition-delay: 8720ms; }
  .animate.common-editor-context > *:nth-child(109),
  .animate.common-content > *:nth-child(109),
  .animate .feedback-block-detail-item:nth-child(109) {
    transition-delay: 8800ms; }
  .animate.common-editor-context > *:nth-child(110),
  .animate.common-content > *:nth-child(110),
  .animate .feedback-block-detail-item:nth-child(110) {
    transition-delay: 8880ms; }
  .animate.common-editor-context > *:nth-child(111),
  .animate.common-content > *:nth-child(111),
  .animate .feedback-block-detail-item:nth-child(111) {
    transition-delay: 8960ms; }
  .animate.common-editor-context > *:nth-child(112),
  .animate.common-content > *:nth-child(112),
  .animate .feedback-block-detail-item:nth-child(112) {
    transition-delay: 9040ms; }
  .animate.common-editor-context > *:nth-child(113),
  .animate.common-content > *:nth-child(113),
  .animate .feedback-block-detail-item:nth-child(113) {
    transition-delay: 9120ms; }
  .animate.common-editor-context > *:nth-child(114),
  .animate.common-content > *:nth-child(114),
  .animate .feedback-block-detail-item:nth-child(114) {
    transition-delay: 9200ms; }
  .animate.common-editor-context > *:nth-child(115),
  .animate.common-content > *:nth-child(115),
  .animate .feedback-block-detail-item:nth-child(115) {
    transition-delay: 9280ms; }
  .animate.common-editor-context > *:nth-child(116),
  .animate.common-content > *:nth-child(116),
  .animate .feedback-block-detail-item:nth-child(116) {
    transition-delay: 9360ms; }
  .animate.common-editor-context > *:nth-child(117),
  .animate.common-content > *:nth-child(117),
  .animate .feedback-block-detail-item:nth-child(117) {
    transition-delay: 9440ms; }
  .animate.common-editor-context > *:nth-child(118),
  .animate.common-content > *:nth-child(118),
  .animate .feedback-block-detail-item:nth-child(118) {
    transition-delay: 9520ms; }
  .animate.common-editor-context > *:nth-child(119),
  .animate.common-content > *:nth-child(119),
  .animate .feedback-block-detail-item:nth-child(119) {
    transition-delay: 9600ms; }
  .animate.common-editor-context > *:nth-child(120),
  .animate.common-content > *:nth-child(120),
  .animate .feedback-block-detail-item:nth-child(120) {
    transition-delay: 9680ms; }
  .animate.common-editor-context > *:nth-child(121),
  .animate.common-content > *:nth-child(121),
  .animate .feedback-block-detail-item:nth-child(121) {
    transition-delay: 9760ms; }
  .animate.common-editor-context > *:nth-child(122),
  .animate.common-content > *:nth-child(122),
  .animate .feedback-block-detail-item:nth-child(122) {
    transition-delay: 9840ms; }
  .animate.common-editor-context > *:nth-child(123),
  .animate.common-content > *:nth-child(123),
  .animate .feedback-block-detail-item:nth-child(123) {
    transition-delay: 9920ms; }
  .animate.common-editor-context > *:nth-child(124),
  .animate.common-content > *:nth-child(124),
  .animate .feedback-block-detail-item:nth-child(124) {
    transition-delay: 10000ms; }
  .animate.common-editor-context > *:nth-child(125),
  .animate.common-content > *:nth-child(125),
  .animate .feedback-block-detail-item:nth-child(125) {
    transition-delay: 10080ms; }
  .animate.common-editor-context > *:nth-child(126),
  .animate.common-content > *:nth-child(126),
  .animate .feedback-block-detail-item:nth-child(126) {
    transition-delay: 10160ms; }
  .animate.common-editor-context > *:nth-child(127),
  .animate.common-content > *:nth-child(127),
  .animate .feedback-block-detail-item:nth-child(127) {
    transition-delay: 10240ms; }
  .animate.common-editor-context > *:nth-child(128),
  .animate.common-content > *:nth-child(128),
  .animate .feedback-block-detail-item:nth-child(128) {
    transition-delay: 10320ms; }
  .animate.common-editor-context > *:nth-child(129),
  .animate.common-content > *:nth-child(129),
  .animate .feedback-block-detail-item:nth-child(129) {
    transition-delay: 10400ms; }
  .animate.common-editor-context > *:nth-child(130),
  .animate.common-content > *:nth-child(130),
  .animate .feedback-block-detail-item:nth-child(130) {
    transition-delay: 10480ms; }
  .animate.common-editor-context > *:nth-child(131),
  .animate.common-content > *:nth-child(131),
  .animate .feedback-block-detail-item:nth-child(131) {
    transition-delay: 10560ms; }
  .animate.common-editor-context > *:nth-child(132),
  .animate.common-content > *:nth-child(132),
  .animate .feedback-block-detail-item:nth-child(132) {
    transition-delay: 10640ms; }
  .animate.common-editor-context > *:nth-child(133),
  .animate.common-content > *:nth-child(133),
  .animate .feedback-block-detail-item:nth-child(133) {
    transition-delay: 10720ms; }
  .animate.common-editor-context > *:nth-child(134),
  .animate.common-content > *:nth-child(134),
  .animate .feedback-block-detail-item:nth-child(134) {
    transition-delay: 10800ms; }
  .animate.common-editor-context > *:nth-child(135),
  .animate.common-content > *:nth-child(135),
  .animate .feedback-block-detail-item:nth-child(135) {
    transition-delay: 10880ms; }
  .animate.common-editor-context > *:nth-child(136),
  .animate.common-content > *:nth-child(136),
  .animate .feedback-block-detail-item:nth-child(136) {
    transition-delay: 10960ms; }
  .animate.common-editor-context > *:nth-child(137),
  .animate.common-content > *:nth-child(137),
  .animate .feedback-block-detail-item:nth-child(137) {
    transition-delay: 11040ms; }
  .animate.common-editor-context > *:nth-child(138),
  .animate.common-content > *:nth-child(138),
  .animate .feedback-block-detail-item:nth-child(138) {
    transition-delay: 11120ms; }
  .animate.common-editor-context > *:nth-child(139),
  .animate.common-content > *:nth-child(139),
  .animate .feedback-block-detail-item:nth-child(139) {
    transition-delay: 11200ms; }
  .animate.common-editor-context > *:nth-child(140),
  .animate.common-content > *:nth-child(140),
  .animate .feedback-block-detail-item:nth-child(140) {
    transition-delay: 11280ms; }
  .animate.common-editor-context > *:nth-child(141),
  .animate.common-content > *:nth-child(141),
  .animate .feedback-block-detail-item:nth-child(141) {
    transition-delay: 11360ms; }
  .animate.common-editor-context > *:nth-child(142),
  .animate.common-content > *:nth-child(142),
  .animate .feedback-block-detail-item:nth-child(142) {
    transition-delay: 11440ms; }
  .animate.common-editor-context > *:nth-child(143),
  .animate.common-content > *:nth-child(143),
  .animate .feedback-block-detail-item:nth-child(143) {
    transition-delay: 11520ms; }
  .animate.common-editor-context > *:nth-child(144),
  .animate.common-content > *:nth-child(144),
  .animate .feedback-block-detail-item:nth-child(144) {
    transition-delay: 11600ms; }
  .animate.common-editor-context > *:nth-child(145),
  .animate.common-content > *:nth-child(145),
  .animate .feedback-block-detail-item:nth-child(145) {
    transition-delay: 11680ms; }
  .animate.common-editor-context > *:nth-child(146),
  .animate.common-content > *:nth-child(146),
  .animate .feedback-block-detail-item:nth-child(146) {
    transition-delay: 11760ms; }
  .animate.common-editor-context > *:nth-child(147),
  .animate.common-content > *:nth-child(147),
  .animate .feedback-block-detail-item:nth-child(147) {
    transition-delay: 11840ms; }
  .animate.common-editor-context > *:nth-child(148),
  .animate.common-content > *:nth-child(148),
  .animate .feedback-block-detail-item:nth-child(148) {
    transition-delay: 11920ms; }
  .animate.common-editor-context > *:nth-child(149),
  .animate.common-content > *:nth-child(149),
  .animate .feedback-block-detail-item:nth-child(149) {
    transition-delay: 12000ms; }
  .animate.common-editor-context > *:nth-child(150),
  .animate.common-content > *:nth-child(150),
  .animate .feedback-block-detail-item:nth-child(150) {
    transition-delay: 12080ms; }
  .animate.common-editor-context > *:nth-child(151),
  .animate.common-content > *:nth-child(151),
  .animate .feedback-block-detail-item:nth-child(151) {
    transition-delay: 12160ms; }
  .animate.common-editor-context > *:nth-child(152),
  .animate.common-content > *:nth-child(152),
  .animate .feedback-block-detail-item:nth-child(152) {
    transition-delay: 12240ms; }
  .animate.common-editor-context > *:nth-child(153),
  .animate.common-content > *:nth-child(153),
  .animate .feedback-block-detail-item:nth-child(153) {
    transition-delay: 12320ms; }
  .animate.common-editor-context > *:nth-child(154),
  .animate.common-content > *:nth-child(154),
  .animate .feedback-block-detail-item:nth-child(154) {
    transition-delay: 12400ms; }
  .animate.common-editor-context > *:nth-child(155),
  .animate.common-content > *:nth-child(155),
  .animate .feedback-block-detail-item:nth-child(155) {
    transition-delay: 12480ms; }
  .animate.common-editor-context > *:nth-child(156),
  .animate.common-content > *:nth-child(156),
  .animate .feedback-block-detail-item:nth-child(156) {
    transition-delay: 12560ms; }
  .animate.common-editor-context > *:nth-child(157),
  .animate.common-content > *:nth-child(157),
  .animate .feedback-block-detail-item:nth-child(157) {
    transition-delay: 12640ms; }
  .animate.common-editor-context > *:nth-child(158),
  .animate.common-content > *:nth-child(158),
  .animate .feedback-block-detail-item:nth-child(158) {
    transition-delay: 12720ms; }
  .animate.common-editor-context > *:nth-child(159),
  .animate.common-content > *:nth-child(159),
  .animate .feedback-block-detail-item:nth-child(159) {
    transition-delay: 12800ms; }
  .animate.common-editor-context > *:nth-child(160),
  .animate.common-content > *:nth-child(160),
  .animate .feedback-block-detail-item:nth-child(160) {
    transition-delay: 12880ms; }
  .animate.common-editor-context > *:nth-child(161),
  .animate.common-content > *:nth-child(161),
  .animate .feedback-block-detail-item:nth-child(161) {
    transition-delay: 12960ms; }
  .animate.common-editor-context > *:nth-child(162),
  .animate.common-content > *:nth-child(162),
  .animate .feedback-block-detail-item:nth-child(162) {
    transition-delay: 13040ms; }
  .animate.common-editor-context > *:nth-child(163),
  .animate.common-content > *:nth-child(163),
  .animate .feedback-block-detail-item:nth-child(163) {
    transition-delay: 13120ms; }
  .animate.common-editor-context > *:nth-child(164),
  .animate.common-content > *:nth-child(164),
  .animate .feedback-block-detail-item:nth-child(164) {
    transition-delay: 13200ms; }
  .animate.common-editor-context > *:nth-child(165),
  .animate.common-content > *:nth-child(165),
  .animate .feedback-block-detail-item:nth-child(165) {
    transition-delay: 13280ms; }
  .animate.common-editor-context > *:nth-child(166),
  .animate.common-content > *:nth-child(166),
  .animate .feedback-block-detail-item:nth-child(166) {
    transition-delay: 13360ms; }
  .animate.common-editor-context > *:nth-child(167),
  .animate.common-content > *:nth-child(167),
  .animate .feedback-block-detail-item:nth-child(167) {
    transition-delay: 13440ms; }
  .animate.common-editor-context > *:nth-child(168),
  .animate.common-content > *:nth-child(168),
  .animate .feedback-block-detail-item:nth-child(168) {
    transition-delay: 13520ms; }
  .animate.common-editor-context > *:nth-child(169),
  .animate.common-content > *:nth-child(169),
  .animate .feedback-block-detail-item:nth-child(169) {
    transition-delay: 13600ms; }
  .animate.common-editor-context > *:nth-child(170),
  .animate.common-content > *:nth-child(170),
  .animate .feedback-block-detail-item:nth-child(170) {
    transition-delay: 13680ms; }
  .animate.common-editor-context > *:nth-child(171),
  .animate.common-content > *:nth-child(171),
  .animate .feedback-block-detail-item:nth-child(171) {
    transition-delay: 13760ms; }
  .animate.common-editor-context > *:nth-child(172),
  .animate.common-content > *:nth-child(172),
  .animate .feedback-block-detail-item:nth-child(172) {
    transition-delay: 13840ms; }
  .animate.common-editor-context > *:nth-child(173),
  .animate.common-content > *:nth-child(173),
  .animate .feedback-block-detail-item:nth-child(173) {
    transition-delay: 13920ms; }
  .animate.common-editor-context > *:nth-child(174),
  .animate.common-content > *:nth-child(174),
  .animate .feedback-block-detail-item:nth-child(174) {
    transition-delay: 14000ms; }
  .animate.common-editor-context > *:nth-child(175),
  .animate.common-content > *:nth-child(175),
  .animate .feedback-block-detail-item:nth-child(175) {
    transition-delay: 14080ms; }
  .animate.common-editor-context > *:nth-child(176),
  .animate.common-content > *:nth-child(176),
  .animate .feedback-block-detail-item:nth-child(176) {
    transition-delay: 14160ms; }
  .animate.common-editor-context > *:nth-child(177),
  .animate.common-content > *:nth-child(177),
  .animate .feedback-block-detail-item:nth-child(177) {
    transition-delay: 14240ms; }
  .animate.common-editor-context > *:nth-child(178),
  .animate.common-content > *:nth-child(178),
  .animate .feedback-block-detail-item:nth-child(178) {
    transition-delay: 14320ms; }
  .animate.common-editor-context > *:nth-child(179),
  .animate.common-content > *:nth-child(179),
  .animate .feedback-block-detail-item:nth-child(179) {
    transition-delay: 14400ms; }
  .animate.common-editor-context > *:nth-child(180),
  .animate.common-content > *:nth-child(180),
  .animate .feedback-block-detail-item:nth-child(180) {
    transition-delay: 14480ms; }
  .animate.common-editor-context > *:nth-child(181),
  .animate.common-content > *:nth-child(181),
  .animate .feedback-block-detail-item:nth-child(181) {
    transition-delay: 14560ms; }
  .animate.common-editor-context > *:nth-child(182),
  .animate.common-content > *:nth-child(182),
  .animate .feedback-block-detail-item:nth-child(182) {
    transition-delay: 14640ms; }
  .animate.common-editor-context > *:nth-child(183),
  .animate.common-content > *:nth-child(183),
  .animate .feedback-block-detail-item:nth-child(183) {
    transition-delay: 14720ms; }
  .animate.common-editor-context > *:nth-child(184),
  .animate.common-content > *:nth-child(184),
  .animate .feedback-block-detail-item:nth-child(184) {
    transition-delay: 14800ms; }
  .animate.common-editor-context > *:nth-child(185),
  .animate.common-content > *:nth-child(185),
  .animate .feedback-block-detail-item:nth-child(185) {
    transition-delay: 14880ms; }
  .animate.common-editor-context > *:nth-child(186),
  .animate.common-content > *:nth-child(186),
  .animate .feedback-block-detail-item:nth-child(186) {
    transition-delay: 14960ms; }
  .animate.common-editor-context > *:nth-child(187),
  .animate.common-content > *:nth-child(187),
  .animate .feedback-block-detail-item:nth-child(187) {
    transition-delay: 15040ms; }
  .animate.common-editor-context > *:nth-child(188),
  .animate.common-content > *:nth-child(188),
  .animate .feedback-block-detail-item:nth-child(188) {
    transition-delay: 15120ms; }
  .animate.common-editor-context > *:nth-child(189),
  .animate.common-content > *:nth-child(189),
  .animate .feedback-block-detail-item:nth-child(189) {
    transition-delay: 15200ms; }
  .animate.common-editor-context > *:nth-child(190),
  .animate.common-content > *:nth-child(190),
  .animate .feedback-block-detail-item:nth-child(190) {
    transition-delay: 15280ms; }
  .animate.common-editor-context > *:nth-child(191),
  .animate.common-content > *:nth-child(191),
  .animate .feedback-block-detail-item:nth-child(191) {
    transition-delay: 15360ms; }
  .animate.common-editor-context > *:nth-child(192),
  .animate.common-content > *:nth-child(192),
  .animate .feedback-block-detail-item:nth-child(192) {
    transition-delay: 15440ms; }
  .animate.common-editor-context > *:nth-child(193),
  .animate.common-content > *:nth-child(193),
  .animate .feedback-block-detail-item:nth-child(193) {
    transition-delay: 15520ms; }
  .animate.common-editor-context > *:nth-child(194),
  .animate.common-content > *:nth-child(194),
  .animate .feedback-block-detail-item:nth-child(194) {
    transition-delay: 15600ms; }
  .animate.common-editor-context > *:nth-child(195),
  .animate.common-content > *:nth-child(195),
  .animate .feedback-block-detail-item:nth-child(195) {
    transition-delay: 15680ms; }
  .animate.common-editor-context > *:nth-child(196),
  .animate.common-content > *:nth-child(196),
  .animate .feedback-block-detail-item:nth-child(196) {
    transition-delay: 15760ms; }
  .animate.common-editor-context > *:nth-child(197),
  .animate.common-content > *:nth-child(197),
  .animate .feedback-block-detail-item:nth-child(197) {
    transition-delay: 15840ms; }
  .animate.common-editor-context > *:nth-child(198),
  .animate.common-content > *:nth-child(198),
  .animate .feedback-block-detail-item:nth-child(198) {
    transition-delay: 15920ms; }
  .animate.common-editor-context > *:nth-child(199),
  .animate.common-content > *:nth-child(199),
  .animate .feedback-block-detail-item:nth-child(199) {
    transition-delay: 16000ms; }
  .animate.common-editor-context > *:nth-child(200),
  .animate.common-content > *:nth-child(200),
  .animate .feedback-block-detail-item:nth-child(200) {
    transition-delay: 16080ms; }
  .animate.common-editor-context > *:nth-child(201),
  .animate.common-content > *:nth-child(201),
  .animate .feedback-block-detail-item:nth-child(201) {
    transition-delay: 16160ms; }
  .animate.common-editor-context > *:nth-child(202),
  .animate.common-content > *:nth-child(202),
  .animate .feedback-block-detail-item:nth-child(202) {
    transition-delay: 16240ms; }
  .animate.common-editor-context > *:nth-child(203),
  .animate.common-content > *:nth-child(203),
  .animate .feedback-block-detail-item:nth-child(203) {
    transition-delay: 16320ms; }
  .animate.common-editor-context > *:nth-child(204),
  .animate.common-content > *:nth-child(204),
  .animate .feedback-block-detail-item:nth-child(204) {
    transition-delay: 16400ms; }
  .animate.common-editor-context > *:nth-child(205),
  .animate.common-content > *:nth-child(205),
  .animate .feedback-block-detail-item:nth-child(205) {
    transition-delay: 16480ms; }
  .animate.common-editor-context > *:nth-child(206),
  .animate.common-content > *:nth-child(206),
  .animate .feedback-block-detail-item:nth-child(206) {
    transition-delay: 16560ms; }
  .animate.common-editor-context > *:nth-child(207),
  .animate.common-content > *:nth-child(207),
  .animate .feedback-block-detail-item:nth-child(207) {
    transition-delay: 16640ms; }
  .animate.common-editor-context > *:nth-child(208),
  .animate.common-content > *:nth-child(208),
  .animate .feedback-block-detail-item:nth-child(208) {
    transition-delay: 16720ms; }
  .animate.common-editor-context > *:nth-child(209),
  .animate.common-content > *:nth-child(209),
  .animate .feedback-block-detail-item:nth-child(209) {
    transition-delay: 16800ms; }
  .animate.common-editor-context > *:nth-child(210),
  .animate.common-content > *:nth-child(210),
  .animate .feedback-block-detail-item:nth-child(210) {
    transition-delay: 16880ms; }
  .animate.common-editor-context > *:nth-child(211),
  .animate.common-content > *:nth-child(211),
  .animate .feedback-block-detail-item:nth-child(211) {
    transition-delay: 16960ms; }
  .animate.common-editor-context > *:nth-child(212),
  .animate.common-content > *:nth-child(212),
  .animate .feedback-block-detail-item:nth-child(212) {
    transition-delay: 17040ms; }
  .animate.common-editor-context > *:nth-child(213),
  .animate.common-content > *:nth-child(213),
  .animate .feedback-block-detail-item:nth-child(213) {
    transition-delay: 17120ms; }
  .animate.common-editor-context > *:nth-child(214),
  .animate.common-content > *:nth-child(214),
  .animate .feedback-block-detail-item:nth-child(214) {
    transition-delay: 17200ms; }
  .animate.common-editor-context > *:nth-child(215),
  .animate.common-content > *:nth-child(215),
  .animate .feedback-block-detail-item:nth-child(215) {
    transition-delay: 17280ms; }
  .animate.common-editor-context > *:nth-child(216),
  .animate.common-content > *:nth-child(216),
  .animate .feedback-block-detail-item:nth-child(216) {
    transition-delay: 17360ms; }
  .animate.common-editor-context > *:nth-child(217),
  .animate.common-content > *:nth-child(217),
  .animate .feedback-block-detail-item:nth-child(217) {
    transition-delay: 17440ms; }
  .animate.common-editor-context > *:nth-child(218),
  .animate.common-content > *:nth-child(218),
  .animate .feedback-block-detail-item:nth-child(218) {
    transition-delay: 17520ms; }
  .animate.common-editor-context > *:nth-child(219),
  .animate.common-content > *:nth-child(219),
  .animate .feedback-block-detail-item:nth-child(219) {
    transition-delay: 17600ms; }
  .animate.common-editor-context > *:nth-child(220),
  .animate.common-content > *:nth-child(220),
  .animate .feedback-block-detail-item:nth-child(220) {
    transition-delay: 17680ms; }
  .animate.common-editor-context > *:nth-child(221),
  .animate.common-content > *:nth-child(221),
  .animate .feedback-block-detail-item:nth-child(221) {
    transition-delay: 17760ms; }
  .animate.common-editor-context > *:nth-child(222),
  .animate.common-content > *:nth-child(222),
  .animate .feedback-block-detail-item:nth-child(222) {
    transition-delay: 17840ms; }
  .animate.common-editor-context > *:nth-child(223),
  .animate.common-content > *:nth-child(223),
  .animate .feedback-block-detail-item:nth-child(223) {
    transition-delay: 17920ms; }
  .animate.common-editor-context > *:nth-child(224),
  .animate.common-content > *:nth-child(224),
  .animate .feedback-block-detail-item:nth-child(224) {
    transition-delay: 18000ms; }
  .animate.common-editor-context > *:nth-child(225),
  .animate.common-content > *:nth-child(225),
  .animate .feedback-block-detail-item:nth-child(225) {
    transition-delay: 18080ms; }
  .animate.common-editor-context > *:nth-child(226),
  .animate.common-content > *:nth-child(226),
  .animate .feedback-block-detail-item:nth-child(226) {
    transition-delay: 18160ms; }
  .animate.common-editor-context > *:nth-child(227),
  .animate.common-content > *:nth-child(227),
  .animate .feedback-block-detail-item:nth-child(227) {
    transition-delay: 18240ms; }
  .animate.common-editor-context > *:nth-child(228),
  .animate.common-content > *:nth-child(228),
  .animate .feedback-block-detail-item:nth-child(228) {
    transition-delay: 18320ms; }
  .animate.common-editor-context > *:nth-child(229),
  .animate.common-content > *:nth-child(229),
  .animate .feedback-block-detail-item:nth-child(229) {
    transition-delay: 18400ms; }
  .animate.common-editor-context > *:nth-child(230),
  .animate.common-content > *:nth-child(230),
  .animate .feedback-block-detail-item:nth-child(230) {
    transition-delay: 18480ms; }
  .animate.common-editor-context > *:nth-child(231),
  .animate.common-content > *:nth-child(231),
  .animate .feedback-block-detail-item:nth-child(231) {
    transition-delay: 18560ms; }
  .animate.common-editor-context > *:nth-child(232),
  .animate.common-content > *:nth-child(232),
  .animate .feedback-block-detail-item:nth-child(232) {
    transition-delay: 18640ms; }
  .animate.common-editor-context > *:nth-child(233),
  .animate.common-content > *:nth-child(233),
  .animate .feedback-block-detail-item:nth-child(233) {
    transition-delay: 18720ms; }
  .animate.common-editor-context > *:nth-child(234),
  .animate.common-content > *:nth-child(234),
  .animate .feedback-block-detail-item:nth-child(234) {
    transition-delay: 18800ms; }
  .animate.common-editor-context > *:nth-child(235),
  .animate.common-content > *:nth-child(235),
  .animate .feedback-block-detail-item:nth-child(235) {
    transition-delay: 18880ms; }
  .animate.common-editor-context > *:nth-child(236),
  .animate.common-content > *:nth-child(236),
  .animate .feedback-block-detail-item:nth-child(236) {
    transition-delay: 18960ms; }
  .animate.common-editor-context > *:nth-child(237),
  .animate.common-content > *:nth-child(237),
  .animate .feedback-block-detail-item:nth-child(237) {
    transition-delay: 19040ms; }
  .animate.common-editor-context > *:nth-child(238),
  .animate.common-content > *:nth-child(238),
  .animate .feedback-block-detail-item:nth-child(238) {
    transition-delay: 19120ms; }
  .animate.common-editor-context > *:nth-child(239),
  .animate.common-content > *:nth-child(239),
  .animate .feedback-block-detail-item:nth-child(239) {
    transition-delay: 19200ms; }
  .animate.common-editor-context > *:nth-child(240),
  .animate.common-content > *:nth-child(240),
  .animate .feedback-block-detail-item:nth-child(240) {
    transition-delay: 19280ms; }
  .animate.common-editor-context > *:nth-child(241),
  .animate.common-content > *:nth-child(241),
  .animate .feedback-block-detail-item:nth-child(241) {
    transition-delay: 19360ms; }
  .animate.common-editor-context > *:nth-child(242),
  .animate.common-content > *:nth-child(242),
  .animate .feedback-block-detail-item:nth-child(242) {
    transition-delay: 19440ms; }
  .animate.common-editor-context > *:nth-child(243),
  .animate.common-content > *:nth-child(243),
  .animate .feedback-block-detail-item:nth-child(243) {
    transition-delay: 19520ms; }
  .animate.common-editor-context > *:nth-child(244),
  .animate.common-content > *:nth-child(244),
  .animate .feedback-block-detail-item:nth-child(244) {
    transition-delay: 19600ms; }
  .animate.common-editor-context > *:nth-child(245),
  .animate.common-content > *:nth-child(245),
  .animate .feedback-block-detail-item:nth-child(245) {
    transition-delay: 19680ms; }
  .animate.common-editor-context > *:nth-child(246),
  .animate.common-content > *:nth-child(246),
  .animate .feedback-block-detail-item:nth-child(246) {
    transition-delay: 19760ms; }
  .animate.common-editor-context > *:nth-child(247),
  .animate.common-content > *:nth-child(247),
  .animate .feedback-block-detail-item:nth-child(247) {
    transition-delay: 19840ms; }
  .animate.common-editor-context > *:nth-child(248),
  .animate.common-content > *:nth-child(248),
  .animate .feedback-block-detail-item:nth-child(248) {
    transition-delay: 19920ms; }
  .animate.common-editor-context > *:nth-child(249),
  .animate.common-content > *:nth-child(249),
  .animate .feedback-block-detail-item:nth-child(249) {
    transition-delay: 20000ms; }
  .animate.common-editor-context > *:nth-child(250),
  .animate.common-content > *:nth-child(250),
  .animate .feedback-block-detail-item:nth-child(250) {
    transition-delay: 20080ms; }
  .animate.common-editor-context > *:nth-child(251),
  .animate.common-content > *:nth-child(251),
  .animate .feedback-block-detail-item:nth-child(251) {
    transition-delay: 20160ms; }
  .animate.common-editor-context > *:nth-child(252),
  .animate.common-content > *:nth-child(252),
  .animate .feedback-block-detail-item:nth-child(252) {
    transition-delay: 20240ms; }
  .animate.common-editor-context > *:nth-child(253),
  .animate.common-content > *:nth-child(253),
  .animate .feedback-block-detail-item:nth-child(253) {
    transition-delay: 20320ms; }
  .animate.common-editor-context > *:nth-child(254),
  .animate.common-content > *:nth-child(254),
  .animate .feedback-block-detail-item:nth-child(254) {
    transition-delay: 20400ms; }
  .animate.common-editor-context > *:nth-child(255),
  .animate.common-content > *:nth-child(255),
  .animate .feedback-block-detail-item:nth-child(255) {
    transition-delay: 20480ms; }
  .animate.common-editor-context > *:nth-child(256),
  .animate.common-content > *:nth-child(256),
  .animate .feedback-block-detail-item:nth-child(256) {
    transition-delay: 20560ms; }
  .animate.common-editor-context > *:nth-child(257),
  .animate.common-content > *:nth-child(257),
  .animate .feedback-block-detail-item:nth-child(257) {
    transition-delay: 20640ms; }
  .animate.common-editor-context > *:nth-child(258),
  .animate.common-content > *:nth-child(258),
  .animate .feedback-block-detail-item:nth-child(258) {
    transition-delay: 20720ms; }
  .animate.common-editor-context > *:nth-child(259),
  .animate.common-content > *:nth-child(259),
  .animate .feedback-block-detail-item:nth-child(259) {
    transition-delay: 20800ms; }
  .animate.common-editor-context > *:nth-child(260),
  .animate.common-content > *:nth-child(260),
  .animate .feedback-block-detail-item:nth-child(260) {
    transition-delay: 20880ms; }
  .animate.common-editor-context > *:nth-child(261),
  .animate.common-content > *:nth-child(261),
  .animate .feedback-block-detail-item:nth-child(261) {
    transition-delay: 20960ms; }
  .animate.common-editor-context > *:nth-child(262),
  .animate.common-content > *:nth-child(262),
  .animate .feedback-block-detail-item:nth-child(262) {
    transition-delay: 21040ms; }
  .animate.common-editor-context > *:nth-child(263),
  .animate.common-content > *:nth-child(263),
  .animate .feedback-block-detail-item:nth-child(263) {
    transition-delay: 21120ms; }
  .animate.common-editor-context > *:nth-child(264),
  .animate.common-content > *:nth-child(264),
  .animate .feedback-block-detail-item:nth-child(264) {
    transition-delay: 21200ms; }
  .animate.common-editor-context > *:nth-child(265),
  .animate.common-content > *:nth-child(265),
  .animate .feedback-block-detail-item:nth-child(265) {
    transition-delay: 21280ms; }
  .animate.common-editor-context > *:nth-child(266),
  .animate.common-content > *:nth-child(266),
  .animate .feedback-block-detail-item:nth-child(266) {
    transition-delay: 21360ms; }
  .animate.common-editor-context > *:nth-child(267),
  .animate.common-content > *:nth-child(267),
  .animate .feedback-block-detail-item:nth-child(267) {
    transition-delay: 21440ms; }
  .animate.common-editor-context > *:nth-child(268),
  .animate.common-content > *:nth-child(268),
  .animate .feedback-block-detail-item:nth-child(268) {
    transition-delay: 21520ms; }
  .animate.common-editor-context > *:nth-child(269),
  .animate.common-content > *:nth-child(269),
  .animate .feedback-block-detail-item:nth-child(269) {
    transition-delay: 21600ms; }
  .animate.common-editor-context > *:nth-child(270),
  .animate.common-content > *:nth-child(270),
  .animate .feedback-block-detail-item:nth-child(270) {
    transition-delay: 21680ms; }
  .animate.common-editor-context > *:nth-child(271),
  .animate.common-content > *:nth-child(271),
  .animate .feedback-block-detail-item:nth-child(271) {
    transition-delay: 21760ms; }
  .animate.common-editor-context > *:nth-child(272),
  .animate.common-content > *:nth-child(272),
  .animate .feedback-block-detail-item:nth-child(272) {
    transition-delay: 21840ms; }
  .animate.common-editor-context > *:nth-child(273),
  .animate.common-content > *:nth-child(273),
  .animate .feedback-block-detail-item:nth-child(273) {
    transition-delay: 21920ms; }
  .animate.common-editor-context > *:nth-child(274),
  .animate.common-content > *:nth-child(274),
  .animate .feedback-block-detail-item:nth-child(274) {
    transition-delay: 22000ms; }
  .animate.common-editor-context > *:nth-child(275),
  .animate.common-content > *:nth-child(275),
  .animate .feedback-block-detail-item:nth-child(275) {
    transition-delay: 22080ms; }
  .animate.common-editor-context > *:nth-child(276),
  .animate.common-content > *:nth-child(276),
  .animate .feedback-block-detail-item:nth-child(276) {
    transition-delay: 22160ms; }
  .animate.common-editor-context > *:nth-child(277),
  .animate.common-content > *:nth-child(277),
  .animate .feedback-block-detail-item:nth-child(277) {
    transition-delay: 22240ms; }
  .animate.common-editor-context > *:nth-child(278),
  .animate.common-content > *:nth-child(278),
  .animate .feedback-block-detail-item:nth-child(278) {
    transition-delay: 22320ms; }
  .animate.common-editor-context > *:nth-child(279),
  .animate.common-content > *:nth-child(279),
  .animate .feedback-block-detail-item:nth-child(279) {
    transition-delay: 22400ms; }
  .animate.common-editor-context > *:nth-child(280),
  .animate.common-content > *:nth-child(280),
  .animate .feedback-block-detail-item:nth-child(280) {
    transition-delay: 22480ms; }
  .animate.common-editor-context > *:nth-child(281),
  .animate.common-content > *:nth-child(281),
  .animate .feedback-block-detail-item:nth-child(281) {
    transition-delay: 22560ms; }
  .animate.common-editor-context > *:nth-child(282),
  .animate.common-content > *:nth-child(282),
  .animate .feedback-block-detail-item:nth-child(282) {
    transition-delay: 22640ms; }
  .animate.common-editor-context > *:nth-child(283),
  .animate.common-content > *:nth-child(283),
  .animate .feedback-block-detail-item:nth-child(283) {
    transition-delay: 22720ms; }
  .animate.common-editor-context > *:nth-child(284),
  .animate.common-content > *:nth-child(284),
  .animate .feedback-block-detail-item:nth-child(284) {
    transition-delay: 22800ms; }
  .animate.common-editor-context > *:nth-child(285),
  .animate.common-content > *:nth-child(285),
  .animate .feedback-block-detail-item:nth-child(285) {
    transition-delay: 22880ms; }
  .animate.common-editor-context > *:nth-child(286),
  .animate.common-content > *:nth-child(286),
  .animate .feedback-block-detail-item:nth-child(286) {
    transition-delay: 22960ms; }
  .animate.common-editor-context > *:nth-child(287),
  .animate.common-content > *:nth-child(287),
  .animate .feedback-block-detail-item:nth-child(287) {
    transition-delay: 23040ms; }
  .animate.common-editor-context > *:nth-child(288),
  .animate.common-content > *:nth-child(288),
  .animate .feedback-block-detail-item:nth-child(288) {
    transition-delay: 23120ms; }
  .animate.common-editor-context > *:nth-child(289),
  .animate.common-content > *:nth-child(289),
  .animate .feedback-block-detail-item:nth-child(289) {
    transition-delay: 23200ms; }
  .animate.common-editor-context > *:nth-child(290),
  .animate.common-content > *:nth-child(290),
  .animate .feedback-block-detail-item:nth-child(290) {
    transition-delay: 23280ms; }
  .animate.common-editor-context > *:nth-child(291),
  .animate.common-content > *:nth-child(291),
  .animate .feedback-block-detail-item:nth-child(291) {
    transition-delay: 23360ms; }
  .animate.common-editor-context > *:nth-child(292),
  .animate.common-content > *:nth-child(292),
  .animate .feedback-block-detail-item:nth-child(292) {
    transition-delay: 23440ms; }
  .animate.common-editor-context > *:nth-child(293),
  .animate.common-content > *:nth-child(293),
  .animate .feedback-block-detail-item:nth-child(293) {
    transition-delay: 23520ms; }
  .animate.common-editor-context > *:nth-child(294),
  .animate.common-content > *:nth-child(294),
  .animate .feedback-block-detail-item:nth-child(294) {
    transition-delay: 23600ms; }
  .animate.common-editor-context > *:nth-child(295),
  .animate.common-content > *:nth-child(295),
  .animate .feedback-block-detail-item:nth-child(295) {
    transition-delay: 23680ms; }
  .animate.common-editor-context > *:nth-child(296),
  .animate.common-content > *:nth-child(296),
  .animate .feedback-block-detail-item:nth-child(296) {
    transition-delay: 23760ms; }
  .animate.common-editor-context > *:nth-child(297),
  .animate.common-content > *:nth-child(297),
  .animate .feedback-block-detail-item:nth-child(297) {
    transition-delay: 23840ms; }
  .animate.common-editor-context > *:nth-child(298),
  .animate.common-content > *:nth-child(298),
  .animate .feedback-block-detail-item:nth-child(298) {
    transition-delay: 23920ms; }
  .animate.common-editor-context > *:nth-child(299),
  .animate.common-content > *:nth-child(299),
  .animate .feedback-block-detail-item:nth-child(299) {
    transition-delay: 24000ms; }
  .animate.common-editor-context > *:nth-child(300),
  .animate.common-content > *:nth-child(300),
  .animate .feedback-block-detail-item:nth-child(300) {
    transition-delay: 24080ms; }
  .animate.common-editor-context > *:nth-child(301),
  .animate.common-content > *:nth-child(301),
  .animate .feedback-block-detail-item:nth-child(301) {
    transition-delay: 24160ms; }
  .animate.common-editor-context > *:nth-child(302),
  .animate.common-content > *:nth-child(302),
  .animate .feedback-block-detail-item:nth-child(302) {
    transition-delay: 24240ms; }
  .animate.common-editor-context > *:nth-child(303),
  .animate.common-content > *:nth-child(303),
  .animate .feedback-block-detail-item:nth-child(303) {
    transition-delay: 24320ms; }
  .animate.common-editor-context > *:nth-child(304),
  .animate.common-content > *:nth-child(304),
  .animate .feedback-block-detail-item:nth-child(304) {
    transition-delay: 24400ms; }
  .animate.common-editor-context > *:nth-child(305),
  .animate.common-content > *:nth-child(305),
  .animate .feedback-block-detail-item:nth-child(305) {
    transition-delay: 24480ms; }
  .animate.common-editor-context > *:nth-child(306),
  .animate.common-content > *:nth-child(306),
  .animate .feedback-block-detail-item:nth-child(306) {
    transition-delay: 24560ms; }
  .animate.common-editor-context > *:nth-child(307),
  .animate.common-content > *:nth-child(307),
  .animate .feedback-block-detail-item:nth-child(307) {
    transition-delay: 24640ms; }
  .animate.common-editor-context > *:nth-child(308),
  .animate.common-content > *:nth-child(308),
  .animate .feedback-block-detail-item:nth-child(308) {
    transition-delay: 24720ms; }
  .animate.common-editor-context > *:nth-child(309),
  .animate.common-content > *:nth-child(309),
  .animate .feedback-block-detail-item:nth-child(309) {
    transition-delay: 24800ms; }
  .animate.common-editor-context > *:nth-child(310),
  .animate.common-content > *:nth-child(310),
  .animate .feedback-block-detail-item:nth-child(310) {
    transition-delay: 24880ms; }
  .animate.common-editor-context > *:nth-child(311),
  .animate.common-content > *:nth-child(311),
  .animate .feedback-block-detail-item:nth-child(311) {
    transition-delay: 24960ms; }
  .animate.common-editor-context > *:nth-child(312),
  .animate.common-content > *:nth-child(312),
  .animate .feedback-block-detail-item:nth-child(312) {
    transition-delay: 25040ms; }
  .animate.common-editor-context > *:nth-child(313),
  .animate.common-content > *:nth-child(313),
  .animate .feedback-block-detail-item:nth-child(313) {
    transition-delay: 25120ms; }
  .animate.common-editor-context > *:nth-child(314),
  .animate.common-content > *:nth-child(314),
  .animate .feedback-block-detail-item:nth-child(314) {
    transition-delay: 25200ms; }
  .animate.common-editor-context > *:nth-child(315),
  .animate.common-content > *:nth-child(315),
  .animate .feedback-block-detail-item:nth-child(315) {
    transition-delay: 25280ms; }
  .animate.common-editor-context > *:nth-child(316),
  .animate.common-content > *:nth-child(316),
  .animate .feedback-block-detail-item:nth-child(316) {
    transition-delay: 25360ms; }
  .animate.common-editor-context > *:nth-child(317),
  .animate.common-content > *:nth-child(317),
  .animate .feedback-block-detail-item:nth-child(317) {
    transition-delay: 25440ms; }
  .animate.common-editor-context > *:nth-child(318),
  .animate.common-content > *:nth-child(318),
  .animate .feedback-block-detail-item:nth-child(318) {
    transition-delay: 25520ms; }
  .animate.common-editor-context > *:nth-child(319),
  .animate.common-content > *:nth-child(319),
  .animate .feedback-block-detail-item:nth-child(319) {
    transition-delay: 25600ms; }
  .animate.common-editor-context > *:nth-child(320),
  .animate.common-content > *:nth-child(320),
  .animate .feedback-block-detail-item:nth-child(320) {
    transition-delay: 25680ms; }
  .animate.common-editor-context > *:nth-child(321),
  .animate.common-content > *:nth-child(321),
  .animate .feedback-block-detail-item:nth-child(321) {
    transition-delay: 25760ms; }
  .animate.common-editor-context > *:nth-child(322),
  .animate.common-content > *:nth-child(322),
  .animate .feedback-block-detail-item:nth-child(322) {
    transition-delay: 25840ms; }
  .animate.common-editor-context > *:nth-child(323),
  .animate.common-content > *:nth-child(323),
  .animate .feedback-block-detail-item:nth-child(323) {
    transition-delay: 25920ms; }
  .animate.common-editor-context > *:nth-child(324),
  .animate.common-content > *:nth-child(324),
  .animate .feedback-block-detail-item:nth-child(324) {
    transition-delay: 26000ms; }
  .animate.common-editor-context > *:nth-child(325),
  .animate.common-content > *:nth-child(325),
  .animate .feedback-block-detail-item:nth-child(325) {
    transition-delay: 26080ms; }
  .animate.common-editor-context > *:nth-child(326),
  .animate.common-content > *:nth-child(326),
  .animate .feedback-block-detail-item:nth-child(326) {
    transition-delay: 26160ms; }
  .animate.common-editor-context > *:nth-child(327),
  .animate.common-content > *:nth-child(327),
  .animate .feedback-block-detail-item:nth-child(327) {
    transition-delay: 26240ms; }
  .animate.common-editor-context > *:nth-child(328),
  .animate.common-content > *:nth-child(328),
  .animate .feedback-block-detail-item:nth-child(328) {
    transition-delay: 26320ms; }
  .animate.common-editor-context > *:nth-child(329),
  .animate.common-content > *:nth-child(329),
  .animate .feedback-block-detail-item:nth-child(329) {
    transition-delay: 26400ms; }
  .animate.common-editor-context > *:nth-child(330),
  .animate.common-content > *:nth-child(330),
  .animate .feedback-block-detail-item:nth-child(330) {
    transition-delay: 26480ms; }
  .animate.common-editor-context > *:nth-child(331),
  .animate.common-content > *:nth-child(331),
  .animate .feedback-block-detail-item:nth-child(331) {
    transition-delay: 26560ms; }
  .animate.common-editor-context > *:nth-child(332),
  .animate.common-content > *:nth-child(332),
  .animate .feedback-block-detail-item:nth-child(332) {
    transition-delay: 26640ms; }
  .animate.common-editor-context > *:nth-child(333),
  .animate.common-content > *:nth-child(333),
  .animate .feedback-block-detail-item:nth-child(333) {
    transition-delay: 26720ms; }
  .animate.common-editor-context > *:nth-child(334),
  .animate.common-content > *:nth-child(334),
  .animate .feedback-block-detail-item:nth-child(334) {
    transition-delay: 26800ms; }
  .animate.common-editor-context > *:nth-child(335),
  .animate.common-content > *:nth-child(335),
  .animate .feedback-block-detail-item:nth-child(335) {
    transition-delay: 26880ms; }
  .animate.common-editor-context > *:nth-child(336),
  .animate.common-content > *:nth-child(336),
  .animate .feedback-block-detail-item:nth-child(336) {
    transition-delay: 26960ms; }
  .animate.common-editor-context > *:nth-child(337),
  .animate.common-content > *:nth-child(337),
  .animate .feedback-block-detail-item:nth-child(337) {
    transition-delay: 27040ms; }
  .animate.common-editor-context > *:nth-child(338),
  .animate.common-content > *:nth-child(338),
  .animate .feedback-block-detail-item:nth-child(338) {
    transition-delay: 27120ms; }
  .animate.common-editor-context > *:nth-child(339),
  .animate.common-content > *:nth-child(339),
  .animate .feedback-block-detail-item:nth-child(339) {
    transition-delay: 27200ms; }
  .animate.common-editor-context > *:nth-child(340),
  .animate.common-content > *:nth-child(340),
  .animate .feedback-block-detail-item:nth-child(340) {
    transition-delay: 27280ms; }
  .animate.common-editor-context > *:nth-child(341),
  .animate.common-content > *:nth-child(341),
  .animate .feedback-block-detail-item:nth-child(341) {
    transition-delay: 27360ms; }
  .animate.common-editor-context > *:nth-child(342),
  .animate.common-content > *:nth-child(342),
  .animate .feedback-block-detail-item:nth-child(342) {
    transition-delay: 27440ms; }
  .animate.common-editor-context > *:nth-child(343),
  .animate.common-content > *:nth-child(343),
  .animate .feedback-block-detail-item:nth-child(343) {
    transition-delay: 27520ms; }
  .animate.common-editor-context > *:nth-child(344),
  .animate.common-content > *:nth-child(344),
  .animate .feedback-block-detail-item:nth-child(344) {
    transition-delay: 27600ms; }
  .animate.common-editor-context > *:nth-child(345),
  .animate.common-content > *:nth-child(345),
  .animate .feedback-block-detail-item:nth-child(345) {
    transition-delay: 27680ms; }
  .animate.common-editor-context > *:nth-child(346),
  .animate.common-content > *:nth-child(346),
  .animate .feedback-block-detail-item:nth-child(346) {
    transition-delay: 27760ms; }
  .animate.common-editor-context > *:nth-child(347),
  .animate.common-content > *:nth-child(347),
  .animate .feedback-block-detail-item:nth-child(347) {
    transition-delay: 27840ms; }
  .animate.common-editor-context > *:nth-child(348),
  .animate.common-content > *:nth-child(348),
  .animate .feedback-block-detail-item:nth-child(348) {
    transition-delay: 27920ms; }
  .animate.common-editor-context > *:nth-child(349),
  .animate.common-content > *:nth-child(349),
  .animate .feedback-block-detail-item:nth-child(349) {
    transition-delay: 28000ms; }
  .animate.common-editor-context > *:nth-child(350),
  .animate.common-content > *:nth-child(350),
  .animate .feedback-block-detail-item:nth-child(350) {
    transition-delay: 28080ms; }
  .animate.common-editor-context > *:nth-child(351),
  .animate.common-content > *:nth-child(351),
  .animate .feedback-block-detail-item:nth-child(351) {
    transition-delay: 28160ms; }
  .animate.common-editor-context > *:nth-child(352),
  .animate.common-content > *:nth-child(352),
  .animate .feedback-block-detail-item:nth-child(352) {
    transition-delay: 28240ms; }
  .animate.common-editor-context > *:nth-child(353),
  .animate.common-content > *:nth-child(353),
  .animate .feedback-block-detail-item:nth-child(353) {
    transition-delay: 28320ms; }
  .animate.common-editor-context > *:nth-child(354),
  .animate.common-content > *:nth-child(354),
  .animate .feedback-block-detail-item:nth-child(354) {
    transition-delay: 28400ms; }
  .animate.common-editor-context > *:nth-child(355),
  .animate.common-content > *:nth-child(355),
  .animate .feedback-block-detail-item:nth-child(355) {
    transition-delay: 28480ms; }
  .animate.common-editor-context > *:nth-child(356),
  .animate.common-content > *:nth-child(356),
  .animate .feedback-block-detail-item:nth-child(356) {
    transition-delay: 28560ms; }
  .animate.common-editor-context > *:nth-child(357),
  .animate.common-content > *:nth-child(357),
  .animate .feedback-block-detail-item:nth-child(357) {
    transition-delay: 28640ms; }
  .animate.common-editor-context > *:nth-child(358),
  .animate.common-content > *:nth-child(358),
  .animate .feedback-block-detail-item:nth-child(358) {
    transition-delay: 28720ms; }
  .animate.common-editor-context > *:nth-child(359),
  .animate.common-content > *:nth-child(359),
  .animate .feedback-block-detail-item:nth-child(359) {
    transition-delay: 28800ms; }
  .animate.common-editor-context > *:nth-child(360),
  .animate.common-content > *:nth-child(360),
  .animate .feedback-block-detail-item:nth-child(360) {
    transition-delay: 28880ms; }
  .animate.common-editor-context > *:nth-child(361),
  .animate.common-content > *:nth-child(361),
  .animate .feedback-block-detail-item:nth-child(361) {
    transition-delay: 28960ms; }
  .animate.common-editor-context > *:nth-child(362),
  .animate.common-content > *:nth-child(362),
  .animate .feedback-block-detail-item:nth-child(362) {
    transition-delay: 29040ms; }
  .animate.common-editor-context > *:nth-child(363),
  .animate.common-content > *:nth-child(363),
  .animate .feedback-block-detail-item:nth-child(363) {
    transition-delay: 29120ms; }
  .animate.common-editor-context > *:nth-child(364),
  .animate.common-content > *:nth-child(364),
  .animate .feedback-block-detail-item:nth-child(364) {
    transition-delay: 29200ms; }
  .animate.common-editor-context > *:nth-child(365),
  .animate.common-content > *:nth-child(365),
  .animate .feedback-block-detail-item:nth-child(365) {
    transition-delay: 29280ms; }
  .animate.common-editor-context > *:nth-child(366),
  .animate.common-content > *:nth-child(366),
  .animate .feedback-block-detail-item:nth-child(366) {
    transition-delay: 29360ms; }
  .animate.common-editor-context > *:nth-child(367),
  .animate.common-content > *:nth-child(367),
  .animate .feedback-block-detail-item:nth-child(367) {
    transition-delay: 29440ms; }
  .animate.common-editor-context > *:nth-child(368),
  .animate.common-content > *:nth-child(368),
  .animate .feedback-block-detail-item:nth-child(368) {
    transition-delay: 29520ms; }
  .animate.common-editor-context > *:nth-child(369),
  .animate.common-content > *:nth-child(369),
  .animate .feedback-block-detail-item:nth-child(369) {
    transition-delay: 29600ms; }
  .animate.common-editor-context > *:nth-child(370),
  .animate.common-content > *:nth-child(370),
  .animate .feedback-block-detail-item:nth-child(370) {
    transition-delay: 29680ms; }
  .animate.common-editor-context > *:nth-child(371),
  .animate.common-content > *:nth-child(371),
  .animate .feedback-block-detail-item:nth-child(371) {
    transition-delay: 29760ms; }
  .animate.common-editor-context > *:nth-child(372),
  .animate.common-content > *:nth-child(372),
  .animate .feedback-block-detail-item:nth-child(372) {
    transition-delay: 29840ms; }
  .animate.common-editor-context > *:nth-child(373),
  .animate.common-content > *:nth-child(373),
  .animate .feedback-block-detail-item:nth-child(373) {
    transition-delay: 29920ms; }
  .animate.common-editor-context > *:nth-child(374),
  .animate.common-content > *:nth-child(374),
  .animate .feedback-block-detail-item:nth-child(374) {
    transition-delay: 30000ms; }
  .animate.common-editor-context > *:nth-child(375),
  .animate.common-content > *:nth-child(375),
  .animate .feedback-block-detail-item:nth-child(375) {
    transition-delay: 30080ms; }
  .animate.common-editor-context > *:nth-child(376),
  .animate.common-content > *:nth-child(376),
  .animate .feedback-block-detail-item:nth-child(376) {
    transition-delay: 30160ms; }
  .animate.common-editor-context > *:nth-child(377),
  .animate.common-content > *:nth-child(377),
  .animate .feedback-block-detail-item:nth-child(377) {
    transition-delay: 30240ms; }
  .animate.common-editor-context > *:nth-child(378),
  .animate.common-content > *:nth-child(378),
  .animate .feedback-block-detail-item:nth-child(378) {
    transition-delay: 30320ms; }
  .animate.common-editor-context > *:nth-child(379),
  .animate.common-content > *:nth-child(379),
  .animate .feedback-block-detail-item:nth-child(379) {
    transition-delay: 30400ms; }
  .animate.common-editor-context > *:nth-child(380),
  .animate.common-content > *:nth-child(380),
  .animate .feedback-block-detail-item:nth-child(380) {
    transition-delay: 30480ms; }
  .animate.common-editor-context > *:nth-child(381),
  .animate.common-content > *:nth-child(381),
  .animate .feedback-block-detail-item:nth-child(381) {
    transition-delay: 30560ms; }
  .animate.common-editor-context > *:nth-child(382),
  .animate.common-content > *:nth-child(382),
  .animate .feedback-block-detail-item:nth-child(382) {
    transition-delay: 30640ms; }
  .animate.common-editor-context > *:nth-child(383),
  .animate.common-content > *:nth-child(383),
  .animate .feedback-block-detail-item:nth-child(383) {
    transition-delay: 30720ms; }
  .animate.common-editor-context > *:nth-child(384),
  .animate.common-content > *:nth-child(384),
  .animate .feedback-block-detail-item:nth-child(384) {
    transition-delay: 30800ms; }
  .animate.common-editor-context > *:nth-child(385),
  .animate.common-content > *:nth-child(385),
  .animate .feedback-block-detail-item:nth-child(385) {
    transition-delay: 30880ms; }
  .animate.common-editor-context > *:nth-child(386),
  .animate.common-content > *:nth-child(386),
  .animate .feedback-block-detail-item:nth-child(386) {
    transition-delay: 30960ms; }
  .animate.common-editor-context > *:nth-child(387),
  .animate.common-content > *:nth-child(387),
  .animate .feedback-block-detail-item:nth-child(387) {
    transition-delay: 31040ms; }
  .animate.common-editor-context > *:nth-child(388),
  .animate.common-content > *:nth-child(388),
  .animate .feedback-block-detail-item:nth-child(388) {
    transition-delay: 31120ms; }
  .animate.common-editor-context > *:nth-child(389),
  .animate.common-content > *:nth-child(389),
  .animate .feedback-block-detail-item:nth-child(389) {
    transition-delay: 31200ms; }
  .animate.common-editor-context > *:nth-child(390),
  .animate.common-content > *:nth-child(390),
  .animate .feedback-block-detail-item:nth-child(390) {
    transition-delay: 31280ms; }
  .animate.common-editor-context > *:nth-child(391),
  .animate.common-content > *:nth-child(391),
  .animate .feedback-block-detail-item:nth-child(391) {
    transition-delay: 31360ms; }
  .animate.common-editor-context > *:nth-child(392),
  .animate.common-content > *:nth-child(392),
  .animate .feedback-block-detail-item:nth-child(392) {
    transition-delay: 31440ms; }
  .animate.common-editor-context > *:nth-child(393),
  .animate.common-content > *:nth-child(393),
  .animate .feedback-block-detail-item:nth-child(393) {
    transition-delay: 31520ms; }
  .animate.common-editor-context > *:nth-child(394),
  .animate.common-content > *:nth-child(394),
  .animate .feedback-block-detail-item:nth-child(394) {
    transition-delay: 31600ms; }
  .animate.common-editor-context > *:nth-child(395),
  .animate.common-content > *:nth-child(395),
  .animate .feedback-block-detail-item:nth-child(395) {
    transition-delay: 31680ms; }
  .animate.common-editor-context > *:nth-child(396),
  .animate.common-content > *:nth-child(396),
  .animate .feedback-block-detail-item:nth-child(396) {
    transition-delay: 31760ms; }
  .animate.common-editor-context > *:nth-child(397),
  .animate.common-content > *:nth-child(397),
  .animate .feedback-block-detail-item:nth-child(397) {
    transition-delay: 31840ms; }
  .animate.common-editor-context > *:nth-child(398),
  .animate.common-content > *:nth-child(398),
  .animate .feedback-block-detail-item:nth-child(398) {
    transition-delay: 31920ms; }
  .animate.common-editor-context > *:nth-child(399),
  .animate.common-content > *:nth-child(399),
  .animate .feedback-block-detail-item:nth-child(399) {
    transition-delay: 32000ms; }
  .animate.common-editor-context > *:nth-child(400),
  .animate.common-content > *:nth-child(400),
  .animate .feedback-block-detail-item:nth-child(400) {
    transition-delay: 32080ms; }
  .animate.common-editor-context > *:nth-child(401),
  .animate.common-content > *:nth-child(401),
  .animate .feedback-block-detail-item:nth-child(401) {
    transition-delay: 32160ms; }
  .animate.common-editor-context > *:nth-child(402),
  .animate.common-content > *:nth-child(402),
  .animate .feedback-block-detail-item:nth-child(402) {
    transition-delay: 32240ms; }
  .animate.common-editor-context > *:nth-child(403),
  .animate.common-content > *:nth-child(403),
  .animate .feedback-block-detail-item:nth-child(403) {
    transition-delay: 32320ms; }
  .animate.common-editor-context > *:nth-child(404),
  .animate.common-content > *:nth-child(404),
  .animate .feedback-block-detail-item:nth-child(404) {
    transition-delay: 32400ms; }
  .animate.common-editor-context > *:nth-child(405),
  .animate.common-content > *:nth-child(405),
  .animate .feedback-block-detail-item:nth-child(405) {
    transition-delay: 32480ms; }
  .animate.common-editor-context > *:nth-child(406),
  .animate.common-content > *:nth-child(406),
  .animate .feedback-block-detail-item:nth-child(406) {
    transition-delay: 32560ms; }
  .animate.common-editor-context > *:nth-child(407),
  .animate.common-content > *:nth-child(407),
  .animate .feedback-block-detail-item:nth-child(407) {
    transition-delay: 32640ms; }
  .animate.common-editor-context > *:nth-child(408),
  .animate.common-content > *:nth-child(408),
  .animate .feedback-block-detail-item:nth-child(408) {
    transition-delay: 32720ms; }
  .animate.common-editor-context > *:nth-child(409),
  .animate.common-content > *:nth-child(409),
  .animate .feedback-block-detail-item:nth-child(409) {
    transition-delay: 32800ms; }
  .animate.common-editor-context > *:nth-child(410),
  .animate.common-content > *:nth-child(410),
  .animate .feedback-block-detail-item:nth-child(410) {
    transition-delay: 32880ms; }
  .animate.common-editor-context > *:nth-child(411),
  .animate.common-content > *:nth-child(411),
  .animate .feedback-block-detail-item:nth-child(411) {
    transition-delay: 32960ms; }
  .animate.common-editor-context > *:nth-child(412),
  .animate.common-content > *:nth-child(412),
  .animate .feedback-block-detail-item:nth-child(412) {
    transition-delay: 33040ms; }
  .animate.common-editor-context > *:nth-child(413),
  .animate.common-content > *:nth-child(413),
  .animate .feedback-block-detail-item:nth-child(413) {
    transition-delay: 33120ms; }
  .animate.common-editor-context > *:nth-child(414),
  .animate.common-content > *:nth-child(414),
  .animate .feedback-block-detail-item:nth-child(414) {
    transition-delay: 33200ms; }
  .animate.common-editor-context > *:nth-child(415),
  .animate.common-content > *:nth-child(415),
  .animate .feedback-block-detail-item:nth-child(415) {
    transition-delay: 33280ms; }
  .animate.common-editor-context > *:nth-child(416),
  .animate.common-content > *:nth-child(416),
  .animate .feedback-block-detail-item:nth-child(416) {
    transition-delay: 33360ms; }
  .animate.common-editor-context > *:nth-child(417),
  .animate.common-content > *:nth-child(417),
  .animate .feedback-block-detail-item:nth-child(417) {
    transition-delay: 33440ms; }
  .animate.common-editor-context > *:nth-child(418),
  .animate.common-content > *:nth-child(418),
  .animate .feedback-block-detail-item:nth-child(418) {
    transition-delay: 33520ms; }
  .animate.common-editor-context > *:nth-child(419),
  .animate.common-content > *:nth-child(419),
  .animate .feedback-block-detail-item:nth-child(419) {
    transition-delay: 33600ms; }
  .animate.common-editor-context > *:nth-child(420),
  .animate.common-content > *:nth-child(420),
  .animate .feedback-block-detail-item:nth-child(420) {
    transition-delay: 33680ms; }
  .animate.common-editor-context > *:nth-child(421),
  .animate.common-content > *:nth-child(421),
  .animate .feedback-block-detail-item:nth-child(421) {
    transition-delay: 33760ms; }
  .animate.common-editor-context > *:nth-child(422),
  .animate.common-content > *:nth-child(422),
  .animate .feedback-block-detail-item:nth-child(422) {
    transition-delay: 33840ms; }
  .animate.common-editor-context > *:nth-child(423),
  .animate.common-content > *:nth-child(423),
  .animate .feedback-block-detail-item:nth-child(423) {
    transition-delay: 33920ms; }
  .animate.common-editor-context > *:nth-child(424),
  .animate.common-content > *:nth-child(424),
  .animate .feedback-block-detail-item:nth-child(424) {
    transition-delay: 34000ms; }
  .animate.common-editor-context > *:nth-child(425),
  .animate.common-content > *:nth-child(425),
  .animate .feedback-block-detail-item:nth-child(425) {
    transition-delay: 34080ms; }
  .animate.common-editor-context > *:nth-child(426),
  .animate.common-content > *:nth-child(426),
  .animate .feedback-block-detail-item:nth-child(426) {
    transition-delay: 34160ms; }
  .animate.common-editor-context > *:nth-child(427),
  .animate.common-content > *:nth-child(427),
  .animate .feedback-block-detail-item:nth-child(427) {
    transition-delay: 34240ms; }
  .animate.common-editor-context > *:nth-child(428),
  .animate.common-content > *:nth-child(428),
  .animate .feedback-block-detail-item:nth-child(428) {
    transition-delay: 34320ms; }
  .animate.common-editor-context > *:nth-child(429),
  .animate.common-content > *:nth-child(429),
  .animate .feedback-block-detail-item:nth-child(429) {
    transition-delay: 34400ms; }
  .animate.common-editor-context > *:nth-child(430),
  .animate.common-content > *:nth-child(430),
  .animate .feedback-block-detail-item:nth-child(430) {
    transition-delay: 34480ms; }
  .animate.common-editor-context > *:nth-child(431),
  .animate.common-content > *:nth-child(431),
  .animate .feedback-block-detail-item:nth-child(431) {
    transition-delay: 34560ms; }
  .animate.common-editor-context > *:nth-child(432),
  .animate.common-content > *:nth-child(432),
  .animate .feedback-block-detail-item:nth-child(432) {
    transition-delay: 34640ms; }
  .animate.common-editor-context > *:nth-child(433),
  .animate.common-content > *:nth-child(433),
  .animate .feedback-block-detail-item:nth-child(433) {
    transition-delay: 34720ms; }
  .animate.common-editor-context > *:nth-child(434),
  .animate.common-content > *:nth-child(434),
  .animate .feedback-block-detail-item:nth-child(434) {
    transition-delay: 34800ms; }
  .animate.common-editor-context > *:nth-child(435),
  .animate.common-content > *:nth-child(435),
  .animate .feedback-block-detail-item:nth-child(435) {
    transition-delay: 34880ms; }
  .animate.common-editor-context > *:nth-child(436),
  .animate.common-content > *:nth-child(436),
  .animate .feedback-block-detail-item:nth-child(436) {
    transition-delay: 34960ms; }
  .animate.common-editor-context > *:nth-child(437),
  .animate.common-content > *:nth-child(437),
  .animate .feedback-block-detail-item:nth-child(437) {
    transition-delay: 35040ms; }
  .animate.common-editor-context > *:nth-child(438),
  .animate.common-content > *:nth-child(438),
  .animate .feedback-block-detail-item:nth-child(438) {
    transition-delay: 35120ms; }
  .animate.common-editor-context > *:nth-child(439),
  .animate.common-content > *:nth-child(439),
  .animate .feedback-block-detail-item:nth-child(439) {
    transition-delay: 35200ms; }
  .animate.common-editor-context > *:nth-child(440),
  .animate.common-content > *:nth-child(440),
  .animate .feedback-block-detail-item:nth-child(440) {
    transition-delay: 35280ms; }
  .animate.common-editor-context > *:nth-child(441),
  .animate.common-content > *:nth-child(441),
  .animate .feedback-block-detail-item:nth-child(441) {
    transition-delay: 35360ms; }
  .animate.common-editor-context > *:nth-child(442),
  .animate.common-content > *:nth-child(442),
  .animate .feedback-block-detail-item:nth-child(442) {
    transition-delay: 35440ms; }
  .animate.common-editor-context > *:nth-child(443),
  .animate.common-content > *:nth-child(443),
  .animate .feedback-block-detail-item:nth-child(443) {
    transition-delay: 35520ms; }
  .animate.common-editor-context > *:nth-child(444),
  .animate.common-content > *:nth-child(444),
  .animate .feedback-block-detail-item:nth-child(444) {
    transition-delay: 35600ms; }
  .animate.common-editor-context > *:nth-child(445),
  .animate.common-content > *:nth-child(445),
  .animate .feedback-block-detail-item:nth-child(445) {
    transition-delay: 35680ms; }
  .animate.common-editor-context > *:nth-child(446),
  .animate.common-content > *:nth-child(446),
  .animate .feedback-block-detail-item:nth-child(446) {
    transition-delay: 35760ms; }
  .animate.common-editor-context > *:nth-child(447),
  .animate.common-content > *:nth-child(447),
  .animate .feedback-block-detail-item:nth-child(447) {
    transition-delay: 35840ms; }
  .animate.common-editor-context > *:nth-child(448),
  .animate.common-content > *:nth-child(448),
  .animate .feedback-block-detail-item:nth-child(448) {
    transition-delay: 35920ms; }
  .animate.common-editor-context > *:nth-child(449),
  .animate.common-content > *:nth-child(449),
  .animate .feedback-block-detail-item:nth-child(449) {
    transition-delay: 36000ms; }
  .animate.common-editor-context > *:nth-child(450),
  .animate.common-content > *:nth-child(450),
  .animate .feedback-block-detail-item:nth-child(450) {
    transition-delay: 36080ms; }
  .animate.common-editor-context > *:nth-child(451),
  .animate.common-content > *:nth-child(451),
  .animate .feedback-block-detail-item:nth-child(451) {
    transition-delay: 36160ms; }
  .animate.common-editor-context > *:nth-child(452),
  .animate.common-content > *:nth-child(452),
  .animate .feedback-block-detail-item:nth-child(452) {
    transition-delay: 36240ms; }
  .animate.common-editor-context > *:nth-child(453),
  .animate.common-content > *:nth-child(453),
  .animate .feedback-block-detail-item:nth-child(453) {
    transition-delay: 36320ms; }
  .animate.common-editor-context > *:nth-child(454),
  .animate.common-content > *:nth-child(454),
  .animate .feedback-block-detail-item:nth-child(454) {
    transition-delay: 36400ms; }
  .animate.common-editor-context > *:nth-child(455),
  .animate.common-content > *:nth-child(455),
  .animate .feedback-block-detail-item:nth-child(455) {
    transition-delay: 36480ms; }
  .animate.common-editor-context > *:nth-child(456),
  .animate.common-content > *:nth-child(456),
  .animate .feedback-block-detail-item:nth-child(456) {
    transition-delay: 36560ms; }
  .animate.common-editor-context > *:nth-child(457),
  .animate.common-content > *:nth-child(457),
  .animate .feedback-block-detail-item:nth-child(457) {
    transition-delay: 36640ms; }
  .animate.common-editor-context > *:nth-child(458),
  .animate.common-content > *:nth-child(458),
  .animate .feedback-block-detail-item:nth-child(458) {
    transition-delay: 36720ms; }
  .animate.common-editor-context > *:nth-child(459),
  .animate.common-content > *:nth-child(459),
  .animate .feedback-block-detail-item:nth-child(459) {
    transition-delay: 36800ms; }
  .animate.common-editor-context > *:nth-child(460),
  .animate.common-content > *:nth-child(460),
  .animate .feedback-block-detail-item:nth-child(460) {
    transition-delay: 36880ms; }
  .animate.common-editor-context > *:nth-child(461),
  .animate.common-content > *:nth-child(461),
  .animate .feedback-block-detail-item:nth-child(461) {
    transition-delay: 36960ms; }
  .animate.common-editor-context > *:nth-child(462),
  .animate.common-content > *:nth-child(462),
  .animate .feedback-block-detail-item:nth-child(462) {
    transition-delay: 37040ms; }
  .animate.common-editor-context > *:nth-child(463),
  .animate.common-content > *:nth-child(463),
  .animate .feedback-block-detail-item:nth-child(463) {
    transition-delay: 37120ms; }
  .animate.common-editor-context > *:nth-child(464),
  .animate.common-content > *:nth-child(464),
  .animate .feedback-block-detail-item:nth-child(464) {
    transition-delay: 37200ms; }
  .animate.common-editor-context > *:nth-child(465),
  .animate.common-content > *:nth-child(465),
  .animate .feedback-block-detail-item:nth-child(465) {
    transition-delay: 37280ms; }
  .animate.common-editor-context > *:nth-child(466),
  .animate.common-content > *:nth-child(466),
  .animate .feedback-block-detail-item:nth-child(466) {
    transition-delay: 37360ms; }
  .animate.common-editor-context > *:nth-child(467),
  .animate.common-content > *:nth-child(467),
  .animate .feedback-block-detail-item:nth-child(467) {
    transition-delay: 37440ms; }
  .animate.common-editor-context > *:nth-child(468),
  .animate.common-content > *:nth-child(468),
  .animate .feedback-block-detail-item:nth-child(468) {
    transition-delay: 37520ms; }
  .animate.common-editor-context > *:nth-child(469),
  .animate.common-content > *:nth-child(469),
  .animate .feedback-block-detail-item:nth-child(469) {
    transition-delay: 37600ms; }
  .animate.common-editor-context > *:nth-child(470),
  .animate.common-content > *:nth-child(470),
  .animate .feedback-block-detail-item:nth-child(470) {
    transition-delay: 37680ms; }
  .animate.common-editor-context > *:nth-child(471),
  .animate.common-content > *:nth-child(471),
  .animate .feedback-block-detail-item:nth-child(471) {
    transition-delay: 37760ms; }
  .animate.common-editor-context > *:nth-child(472),
  .animate.common-content > *:nth-child(472),
  .animate .feedback-block-detail-item:nth-child(472) {
    transition-delay: 37840ms; }
  .animate.common-editor-context > *:nth-child(473),
  .animate.common-content > *:nth-child(473),
  .animate .feedback-block-detail-item:nth-child(473) {
    transition-delay: 37920ms; }
  .animate.common-editor-context > *:nth-child(474),
  .animate.common-content > *:nth-child(474),
  .animate .feedback-block-detail-item:nth-child(474) {
    transition-delay: 38000ms; }
  .animate.common-editor-context > *:nth-child(475),
  .animate.common-content > *:nth-child(475),
  .animate .feedback-block-detail-item:nth-child(475) {
    transition-delay: 38080ms; }
  .animate.common-editor-context > *:nth-child(476),
  .animate.common-content > *:nth-child(476),
  .animate .feedback-block-detail-item:nth-child(476) {
    transition-delay: 38160ms; }
  .animate.common-editor-context > *:nth-child(477),
  .animate.common-content > *:nth-child(477),
  .animate .feedback-block-detail-item:nth-child(477) {
    transition-delay: 38240ms; }
  .animate.common-editor-context > *:nth-child(478),
  .animate.common-content > *:nth-child(478),
  .animate .feedback-block-detail-item:nth-child(478) {
    transition-delay: 38320ms; }
  .animate.common-editor-context > *:nth-child(479),
  .animate.common-content > *:nth-child(479),
  .animate .feedback-block-detail-item:nth-child(479) {
    transition-delay: 38400ms; }
  .animate.common-editor-context > *:nth-child(480),
  .animate.common-content > *:nth-child(480),
  .animate .feedback-block-detail-item:nth-child(480) {
    transition-delay: 38480ms; }
  .animate.common-editor-context > *:nth-child(481),
  .animate.common-content > *:nth-child(481),
  .animate .feedback-block-detail-item:nth-child(481) {
    transition-delay: 38560ms; }
  .animate.common-editor-context > *:nth-child(482),
  .animate.common-content > *:nth-child(482),
  .animate .feedback-block-detail-item:nth-child(482) {
    transition-delay: 38640ms; }
  .animate.common-editor-context > *:nth-child(483),
  .animate.common-content > *:nth-child(483),
  .animate .feedback-block-detail-item:nth-child(483) {
    transition-delay: 38720ms; }
  .animate.common-editor-context > *:nth-child(484),
  .animate.common-content > *:nth-child(484),
  .animate .feedback-block-detail-item:nth-child(484) {
    transition-delay: 38800ms; }
  .animate.common-editor-context > *:nth-child(485),
  .animate.common-content > *:nth-child(485),
  .animate .feedback-block-detail-item:nth-child(485) {
    transition-delay: 38880ms; }
  .animate.common-editor-context > *:nth-child(486),
  .animate.common-content > *:nth-child(486),
  .animate .feedback-block-detail-item:nth-child(486) {
    transition-delay: 38960ms; }
  .animate.common-editor-context > *:nth-child(487),
  .animate.common-content > *:nth-child(487),
  .animate .feedback-block-detail-item:nth-child(487) {
    transition-delay: 39040ms; }
  .animate.common-editor-context > *:nth-child(488),
  .animate.common-content > *:nth-child(488),
  .animate .feedback-block-detail-item:nth-child(488) {
    transition-delay: 39120ms; }
  .animate.common-editor-context > *:nth-child(489),
  .animate.common-content > *:nth-child(489),
  .animate .feedback-block-detail-item:nth-child(489) {
    transition-delay: 39200ms; }
  .animate.common-editor-context > *:nth-child(490),
  .animate.common-content > *:nth-child(490),
  .animate .feedback-block-detail-item:nth-child(490) {
    transition-delay: 39280ms; }
  .animate.common-editor-context > *:nth-child(491),
  .animate.common-content > *:nth-child(491),
  .animate .feedback-block-detail-item:nth-child(491) {
    transition-delay: 39360ms; }
  .animate.common-editor-context > *:nth-child(492),
  .animate.common-content > *:nth-child(492),
  .animate .feedback-block-detail-item:nth-child(492) {
    transition-delay: 39440ms; }
  .animate.common-editor-context > *:nth-child(493),
  .animate.common-content > *:nth-child(493),
  .animate .feedback-block-detail-item:nth-child(493) {
    transition-delay: 39520ms; }
  .animate.common-editor-context > *:nth-child(494),
  .animate.common-content > *:nth-child(494),
  .animate .feedback-block-detail-item:nth-child(494) {
    transition-delay: 39600ms; }
  .animate.common-editor-context > *:nth-child(495),
  .animate.common-content > *:nth-child(495),
  .animate .feedback-block-detail-item:nth-child(495) {
    transition-delay: 39680ms; }
  .animate.common-editor-context > *:nth-child(496),
  .animate.common-content > *:nth-child(496),
  .animate .feedback-block-detail-item:nth-child(496) {
    transition-delay: 39760ms; }
  .animate.common-editor-context > *:nth-child(497),
  .animate.common-content > *:nth-child(497),
  .animate .feedback-block-detail-item:nth-child(497) {
    transition-delay: 39840ms; }
  .animate.common-editor-context > *:nth-child(498),
  .animate.common-content > *:nth-child(498),
  .animate .feedback-block-detail-item:nth-child(498) {
    transition-delay: 39920ms; }
  .animate.common-editor-context > *:nth-child(499),
  .animate.common-content > *:nth-child(499),
  .animate .feedback-block-detail-item:nth-child(499) {
    transition-delay: 40000ms; }
  .animate.common-editor-context > *:nth-child(500),
  .animate.common-content > *:nth-child(500),
  .animate .feedback-block-detail-item:nth-child(500) {
    transition-delay: 40080ms; }
  .animate.common-editor-context > *:nth-child(501),
  .animate.common-content > *:nth-child(501),
  .animate .feedback-block-detail-item:nth-child(501) {
    transition-delay: 40160ms; }
  .animate.common-editor-context > *:nth-child(502),
  .animate.common-content > *:nth-child(502),
  .animate .feedback-block-detail-item:nth-child(502) {
    transition-delay: 40240ms; }
  .animate.common-editor-context > *:nth-child(503),
  .animate.common-content > *:nth-child(503),
  .animate .feedback-block-detail-item:nth-child(503) {
    transition-delay: 40320ms; }
  .animate.common-editor-context > *:nth-child(504),
  .animate.common-content > *:nth-child(504),
  .animate .feedback-block-detail-item:nth-child(504) {
    transition-delay: 40400ms; }
  .animate.common-editor-context > *:nth-child(505),
  .animate.common-content > *:nth-child(505),
  .animate .feedback-block-detail-item:nth-child(505) {
    transition-delay: 40480ms; }
  .animate.common-editor-context > *:nth-child(506),
  .animate.common-content > *:nth-child(506),
  .animate .feedback-block-detail-item:nth-child(506) {
    transition-delay: 40560ms; }
  .animate.common-editor-context > *:nth-child(507),
  .animate.common-content > *:nth-child(507),
  .animate .feedback-block-detail-item:nth-child(507) {
    transition-delay: 40640ms; }
  .animate.common-editor-context > *:nth-child(508),
  .animate.common-content > *:nth-child(508),
  .animate .feedback-block-detail-item:nth-child(508) {
    transition-delay: 40720ms; }
  .animate.common-editor-context > *:nth-child(509),
  .animate.common-content > *:nth-child(509),
  .animate .feedback-block-detail-item:nth-child(509) {
    transition-delay: 40800ms; }
  .animate.common-editor-context > *:nth-child(510),
  .animate.common-content > *:nth-child(510),
  .animate .feedback-block-detail-item:nth-child(510) {
    transition-delay: 40880ms; }
  .animate.common-editor-context > *:nth-child(511),
  .animate.common-content > *:nth-child(511),
  .animate .feedback-block-detail-item:nth-child(511) {
    transition-delay: 40960ms; }
  .animate.common-editor-context > *:nth-child(512),
  .animate.common-content > *:nth-child(512),
  .animate .feedback-block-detail-item:nth-child(512) {
    transition-delay: 41040ms; }
  .animate.common-editor-context > *:nth-child(513),
  .animate.common-content > *:nth-child(513),
  .animate .feedback-block-detail-item:nth-child(513) {
    transition-delay: 41120ms; }
  .animate.common-editor-context > *:nth-child(514),
  .animate.common-content > *:nth-child(514),
  .animate .feedback-block-detail-item:nth-child(514) {
    transition-delay: 41200ms; }
  .animate.common-editor-context > *:nth-child(515),
  .animate.common-content > *:nth-child(515),
  .animate .feedback-block-detail-item:nth-child(515) {
    transition-delay: 41280ms; }
  .animate.common-editor-context > *:nth-child(516),
  .animate.common-content > *:nth-child(516),
  .animate .feedback-block-detail-item:nth-child(516) {
    transition-delay: 41360ms; }
  .animate.common-editor-context > *:nth-child(517),
  .animate.common-content > *:nth-child(517),
  .animate .feedback-block-detail-item:nth-child(517) {
    transition-delay: 41440ms; }
  .animate.common-editor-context > *:nth-child(518),
  .animate.common-content > *:nth-child(518),
  .animate .feedback-block-detail-item:nth-child(518) {
    transition-delay: 41520ms; }
  .animate.common-editor-context > *:nth-child(519),
  .animate.common-content > *:nth-child(519),
  .animate .feedback-block-detail-item:nth-child(519) {
    transition-delay: 41600ms; }
  .animate.common-editor-context > *:nth-child(520),
  .animate.common-content > *:nth-child(520),
  .animate .feedback-block-detail-item:nth-child(520) {
    transition-delay: 41680ms; }
  .animate.common-editor-context > *:nth-child(521),
  .animate.common-content > *:nth-child(521),
  .animate .feedback-block-detail-item:nth-child(521) {
    transition-delay: 41760ms; }
  .animate.common-editor-context > *:nth-child(522),
  .animate.common-content > *:nth-child(522),
  .animate .feedback-block-detail-item:nth-child(522) {
    transition-delay: 41840ms; }
  .animate.common-editor-context > *:nth-child(523),
  .animate.common-content > *:nth-child(523),
  .animate .feedback-block-detail-item:nth-child(523) {
    transition-delay: 41920ms; }
  .animate.common-editor-context > *:nth-child(524),
  .animate.common-content > *:nth-child(524),
  .animate .feedback-block-detail-item:nth-child(524) {
    transition-delay: 42000ms; }
  .animate.common-editor-context > *:nth-child(525),
  .animate.common-content > *:nth-child(525),
  .animate .feedback-block-detail-item:nth-child(525) {
    transition-delay: 42080ms; }
  .animate.common-editor-context > *:nth-child(526),
  .animate.common-content > *:nth-child(526),
  .animate .feedback-block-detail-item:nth-child(526) {
    transition-delay: 42160ms; }
  .animate.common-editor-context > *:nth-child(527),
  .animate.common-content > *:nth-child(527),
  .animate .feedback-block-detail-item:nth-child(527) {
    transition-delay: 42240ms; }
  .animate.common-editor-context > *:nth-child(528),
  .animate.common-content > *:nth-child(528),
  .animate .feedback-block-detail-item:nth-child(528) {
    transition-delay: 42320ms; }
  .animate.common-editor-context > *:nth-child(529),
  .animate.common-content > *:nth-child(529),
  .animate .feedback-block-detail-item:nth-child(529) {
    transition-delay: 42400ms; }
  .animate.common-editor-context > *:nth-child(530),
  .animate.common-content > *:nth-child(530),
  .animate .feedback-block-detail-item:nth-child(530) {
    transition-delay: 42480ms; }
  .animate.common-editor-context > *:nth-child(531),
  .animate.common-content > *:nth-child(531),
  .animate .feedback-block-detail-item:nth-child(531) {
    transition-delay: 42560ms; }
  .animate.common-editor-context > *:nth-child(532),
  .animate.common-content > *:nth-child(532),
  .animate .feedback-block-detail-item:nth-child(532) {
    transition-delay: 42640ms; }
  .animate.common-editor-context > *:nth-child(533),
  .animate.common-content > *:nth-child(533),
  .animate .feedback-block-detail-item:nth-child(533) {
    transition-delay: 42720ms; }
  .animate.common-editor-context > *:nth-child(534),
  .animate.common-content > *:nth-child(534),
  .animate .feedback-block-detail-item:nth-child(534) {
    transition-delay: 42800ms; }
  .animate.common-editor-context > *:nth-child(535),
  .animate.common-content > *:nth-child(535),
  .animate .feedback-block-detail-item:nth-child(535) {
    transition-delay: 42880ms; }
  .animate.common-editor-context > *:nth-child(536),
  .animate.common-content > *:nth-child(536),
  .animate .feedback-block-detail-item:nth-child(536) {
    transition-delay: 42960ms; }
  .animate.common-editor-context > *:nth-child(537),
  .animate.common-content > *:nth-child(537),
  .animate .feedback-block-detail-item:nth-child(537) {
    transition-delay: 43040ms; }
  .animate.common-editor-context > *:nth-child(538),
  .animate.common-content > *:nth-child(538),
  .animate .feedback-block-detail-item:nth-child(538) {
    transition-delay: 43120ms; }
  .animate.common-editor-context > *:nth-child(539),
  .animate.common-content > *:nth-child(539),
  .animate .feedback-block-detail-item:nth-child(539) {
    transition-delay: 43200ms; }
  .animate.common-editor-context > *:nth-child(540),
  .animate.common-content > *:nth-child(540),
  .animate .feedback-block-detail-item:nth-child(540) {
    transition-delay: 43280ms; }
  .animate.common-editor-context > *:nth-child(541),
  .animate.common-content > *:nth-child(541),
  .animate .feedback-block-detail-item:nth-child(541) {
    transition-delay: 43360ms; }
  .animate.common-editor-context > *:nth-child(542),
  .animate.common-content > *:nth-child(542),
  .animate .feedback-block-detail-item:nth-child(542) {
    transition-delay: 43440ms; }
  .animate.common-editor-context > *:nth-child(543),
  .animate.common-content > *:nth-child(543),
  .animate .feedback-block-detail-item:nth-child(543) {
    transition-delay: 43520ms; }
  .animate.common-editor-context > *:nth-child(544),
  .animate.common-content > *:nth-child(544),
  .animate .feedback-block-detail-item:nth-child(544) {
    transition-delay: 43600ms; }
  .animate.common-editor-context > *:nth-child(545),
  .animate.common-content > *:nth-child(545),
  .animate .feedback-block-detail-item:nth-child(545) {
    transition-delay: 43680ms; }
  .animate.common-editor-context > *:nth-child(546),
  .animate.common-content > *:nth-child(546),
  .animate .feedback-block-detail-item:nth-child(546) {
    transition-delay: 43760ms; }
  .animate.common-editor-context > *:nth-child(547),
  .animate.common-content > *:nth-child(547),
  .animate .feedback-block-detail-item:nth-child(547) {
    transition-delay: 43840ms; }
  .animate.common-editor-context > *:nth-child(548),
  .animate.common-content > *:nth-child(548),
  .animate .feedback-block-detail-item:nth-child(548) {
    transition-delay: 43920ms; }
  .animate.common-editor-context > *:nth-child(549),
  .animate.common-content > *:nth-child(549),
  .animate .feedback-block-detail-item:nth-child(549) {
    transition-delay: 44000ms; }
  .animate.common-editor-context > *:nth-child(550),
  .animate.common-content > *:nth-child(550),
  .animate .feedback-block-detail-item:nth-child(550) {
    transition-delay: 44080ms; }
  .animate.common-editor-context > *:nth-child(551),
  .animate.common-content > *:nth-child(551),
  .animate .feedback-block-detail-item:nth-child(551) {
    transition-delay: 44160ms; }
  .animate.common-editor-context > *:nth-child(552),
  .animate.common-content > *:nth-child(552),
  .animate .feedback-block-detail-item:nth-child(552) {
    transition-delay: 44240ms; }
  .animate.common-editor-context > *:nth-child(553),
  .animate.common-content > *:nth-child(553),
  .animate .feedback-block-detail-item:nth-child(553) {
    transition-delay: 44320ms; }
  .animate.common-editor-context > *:nth-child(554),
  .animate.common-content > *:nth-child(554),
  .animate .feedback-block-detail-item:nth-child(554) {
    transition-delay: 44400ms; }
  .animate.common-editor-context > *:nth-child(555),
  .animate.common-content > *:nth-child(555),
  .animate .feedback-block-detail-item:nth-child(555) {
    transition-delay: 44480ms; }
  .animate.common-editor-context > *:nth-child(556),
  .animate.common-content > *:nth-child(556),
  .animate .feedback-block-detail-item:nth-child(556) {
    transition-delay: 44560ms; }
  .animate.common-editor-context > *:nth-child(557),
  .animate.common-content > *:nth-child(557),
  .animate .feedback-block-detail-item:nth-child(557) {
    transition-delay: 44640ms; }
  .animate.common-editor-context > *:nth-child(558),
  .animate.common-content > *:nth-child(558),
  .animate .feedback-block-detail-item:nth-child(558) {
    transition-delay: 44720ms; }
  .animate.common-editor-context > *:nth-child(559),
  .animate.common-content > *:nth-child(559),
  .animate .feedback-block-detail-item:nth-child(559) {
    transition-delay: 44800ms; }
  .animate.common-editor-context > *:nth-child(560),
  .animate.common-content > *:nth-child(560),
  .animate .feedback-block-detail-item:nth-child(560) {
    transition-delay: 44880ms; }
  .animate.common-editor-context > *:nth-child(561),
  .animate.common-content > *:nth-child(561),
  .animate .feedback-block-detail-item:nth-child(561) {
    transition-delay: 44960ms; }
  .animate.common-editor-context > *:nth-child(562),
  .animate.common-content > *:nth-child(562),
  .animate .feedback-block-detail-item:nth-child(562) {
    transition-delay: 45040ms; }
  .animate.common-editor-context > *:nth-child(563),
  .animate.common-content > *:nth-child(563),
  .animate .feedback-block-detail-item:nth-child(563) {
    transition-delay: 45120ms; }
  .animate.common-editor-context > *:nth-child(564),
  .animate.common-content > *:nth-child(564),
  .animate .feedback-block-detail-item:nth-child(564) {
    transition-delay: 45200ms; }
  .animate.common-editor-context > *:nth-child(565),
  .animate.common-content > *:nth-child(565),
  .animate .feedback-block-detail-item:nth-child(565) {
    transition-delay: 45280ms; }
  .animate.common-editor-context > *:nth-child(566),
  .animate.common-content > *:nth-child(566),
  .animate .feedback-block-detail-item:nth-child(566) {
    transition-delay: 45360ms; }
  .animate.common-editor-context > *:nth-child(567),
  .animate.common-content > *:nth-child(567),
  .animate .feedback-block-detail-item:nth-child(567) {
    transition-delay: 45440ms; }
  .animate.common-editor-context > *:nth-child(568),
  .animate.common-content > *:nth-child(568),
  .animate .feedback-block-detail-item:nth-child(568) {
    transition-delay: 45520ms; }
  .animate.common-editor-context > *:nth-child(569),
  .animate.common-content > *:nth-child(569),
  .animate .feedback-block-detail-item:nth-child(569) {
    transition-delay: 45600ms; }
  .animate.common-editor-context > *:nth-child(570),
  .animate.common-content > *:nth-child(570),
  .animate .feedback-block-detail-item:nth-child(570) {
    transition-delay: 45680ms; }
  .animate.common-editor-context > *:nth-child(571),
  .animate.common-content > *:nth-child(571),
  .animate .feedback-block-detail-item:nth-child(571) {
    transition-delay: 45760ms; }
  .animate.common-editor-context > *:nth-child(572),
  .animate.common-content > *:nth-child(572),
  .animate .feedback-block-detail-item:nth-child(572) {
    transition-delay: 45840ms; }
  .animate.common-editor-context > *:nth-child(573),
  .animate.common-content > *:nth-child(573),
  .animate .feedback-block-detail-item:nth-child(573) {
    transition-delay: 45920ms; }
  .animate.common-editor-context > *:nth-child(574),
  .animate.common-content > *:nth-child(574),
  .animate .feedback-block-detail-item:nth-child(574) {
    transition-delay: 46000ms; }
  .animate.common-editor-context > *:nth-child(575),
  .animate.common-content > *:nth-child(575),
  .animate .feedback-block-detail-item:nth-child(575) {
    transition-delay: 46080ms; }
  .animate.common-editor-context > *:nth-child(576),
  .animate.common-content > *:nth-child(576),
  .animate .feedback-block-detail-item:nth-child(576) {
    transition-delay: 46160ms; }
  .animate.common-editor-context > *:nth-child(577),
  .animate.common-content > *:nth-child(577),
  .animate .feedback-block-detail-item:nth-child(577) {
    transition-delay: 46240ms; }
  .animate.common-editor-context > *:nth-child(578),
  .animate.common-content > *:nth-child(578),
  .animate .feedback-block-detail-item:nth-child(578) {
    transition-delay: 46320ms; }
  .animate.common-editor-context > *:nth-child(579),
  .animate.common-content > *:nth-child(579),
  .animate .feedback-block-detail-item:nth-child(579) {
    transition-delay: 46400ms; }
  .animate.common-editor-context > *:nth-child(580),
  .animate.common-content > *:nth-child(580),
  .animate .feedback-block-detail-item:nth-child(580) {
    transition-delay: 46480ms; }
  .animate.common-editor-context > *:nth-child(581),
  .animate.common-content > *:nth-child(581),
  .animate .feedback-block-detail-item:nth-child(581) {
    transition-delay: 46560ms; }
  .animate.common-editor-context > *:nth-child(582),
  .animate.common-content > *:nth-child(582),
  .animate .feedback-block-detail-item:nth-child(582) {
    transition-delay: 46640ms; }
  .animate.common-editor-context > *:nth-child(583),
  .animate.common-content > *:nth-child(583),
  .animate .feedback-block-detail-item:nth-child(583) {
    transition-delay: 46720ms; }
  .animate.common-editor-context > *:nth-child(584),
  .animate.common-content > *:nth-child(584),
  .animate .feedback-block-detail-item:nth-child(584) {
    transition-delay: 46800ms; }
  .animate.common-editor-context > *:nth-child(585),
  .animate.common-content > *:nth-child(585),
  .animate .feedback-block-detail-item:nth-child(585) {
    transition-delay: 46880ms; }
  .animate.common-editor-context > *:nth-child(586),
  .animate.common-content > *:nth-child(586),
  .animate .feedback-block-detail-item:nth-child(586) {
    transition-delay: 46960ms; }
  .animate.common-editor-context > *:nth-child(587),
  .animate.common-content > *:nth-child(587),
  .animate .feedback-block-detail-item:nth-child(587) {
    transition-delay: 47040ms; }
  .animate.common-editor-context > *:nth-child(588),
  .animate.common-content > *:nth-child(588),
  .animate .feedback-block-detail-item:nth-child(588) {
    transition-delay: 47120ms; }
  .animate.common-editor-context > *:nth-child(589),
  .animate.common-content > *:nth-child(589),
  .animate .feedback-block-detail-item:nth-child(589) {
    transition-delay: 47200ms; }
  .animate.common-editor-context > *:nth-child(590),
  .animate.common-content > *:nth-child(590),
  .animate .feedback-block-detail-item:nth-child(590) {
    transition-delay: 47280ms; }
  .animate.common-editor-context > *:nth-child(591),
  .animate.common-content > *:nth-child(591),
  .animate .feedback-block-detail-item:nth-child(591) {
    transition-delay: 47360ms; }
  .animate.common-editor-context > *:nth-child(592),
  .animate.common-content > *:nth-child(592),
  .animate .feedback-block-detail-item:nth-child(592) {
    transition-delay: 47440ms; }
  .animate.common-editor-context > *:nth-child(593),
  .animate.common-content > *:nth-child(593),
  .animate .feedback-block-detail-item:nth-child(593) {
    transition-delay: 47520ms; }
  .animate.common-editor-context > *:nth-child(594),
  .animate.common-content > *:nth-child(594),
  .animate .feedback-block-detail-item:nth-child(594) {
    transition-delay: 47600ms; }
  .animate.common-editor-context > *:nth-child(595),
  .animate.common-content > *:nth-child(595),
  .animate .feedback-block-detail-item:nth-child(595) {
    transition-delay: 47680ms; }
  .animate.common-editor-context > *:nth-child(596),
  .animate.common-content > *:nth-child(596),
  .animate .feedback-block-detail-item:nth-child(596) {
    transition-delay: 47760ms; }
  .animate.common-editor-context > *:nth-child(597),
  .animate.common-content > *:nth-child(597),
  .animate .feedback-block-detail-item:nth-child(597) {
    transition-delay: 47840ms; }
  .animate.common-editor-context > *:nth-child(598),
  .animate.common-content > *:nth-child(598),
  .animate .feedback-block-detail-item:nth-child(598) {
    transition-delay: 47920ms; }
  .animate.common-editor-context > *:nth-child(599),
  .animate.common-content > *:nth-child(599),
  .animate .feedback-block-detail-item:nth-child(599) {
    transition-delay: 48000ms; }
  .animate.common-editor-context > *:nth-child(600),
  .animate.common-content > *:nth-child(600),
  .animate .feedback-block-detail-item:nth-child(600) {
    transition-delay: 48080ms; }
  .animate.common-editor-context > *:nth-child(601),
  .animate.common-content > *:nth-child(601),
  .animate .feedback-block-detail-item:nth-child(601) {
    transition-delay: 48160ms; }
  .animate.common-editor-context > *:nth-child(602),
  .animate.common-content > *:nth-child(602),
  .animate .feedback-block-detail-item:nth-child(602) {
    transition-delay: 48240ms; }
  .animate.common-editor-context > *:nth-child(603),
  .animate.common-content > *:nth-child(603),
  .animate .feedback-block-detail-item:nth-child(603) {
    transition-delay: 48320ms; }
  .animate.common-editor-context > *:nth-child(604),
  .animate.common-content > *:nth-child(604),
  .animate .feedback-block-detail-item:nth-child(604) {
    transition-delay: 48400ms; }
  .animate.common-editor-context > *:nth-child(605),
  .animate.common-content > *:nth-child(605),
  .animate .feedback-block-detail-item:nth-child(605) {
    transition-delay: 48480ms; }
  .animate.common-editor-context > *:nth-child(606),
  .animate.common-content > *:nth-child(606),
  .animate .feedback-block-detail-item:nth-child(606) {
    transition-delay: 48560ms; }
  .animate.common-editor-context > *:nth-child(607),
  .animate.common-content > *:nth-child(607),
  .animate .feedback-block-detail-item:nth-child(607) {
    transition-delay: 48640ms; }
  .animate.common-editor-context > *:nth-child(608),
  .animate.common-content > *:nth-child(608),
  .animate .feedback-block-detail-item:nth-child(608) {
    transition-delay: 48720ms; }
  .animate.common-editor-context > *:nth-child(609),
  .animate.common-content > *:nth-child(609),
  .animate .feedback-block-detail-item:nth-child(609) {
    transition-delay: 48800ms; }
  .animate.common-editor-context > *:nth-child(610),
  .animate.common-content > *:nth-child(610),
  .animate .feedback-block-detail-item:nth-child(610) {
    transition-delay: 48880ms; }
  .animate.common-editor-context > *:nth-child(611),
  .animate.common-content > *:nth-child(611),
  .animate .feedback-block-detail-item:nth-child(611) {
    transition-delay: 48960ms; }
  .animate.common-editor-context > *:nth-child(612),
  .animate.common-content > *:nth-child(612),
  .animate .feedback-block-detail-item:nth-child(612) {
    transition-delay: 49040ms; }
  .animate.common-editor-context > *:nth-child(613),
  .animate.common-content > *:nth-child(613),
  .animate .feedback-block-detail-item:nth-child(613) {
    transition-delay: 49120ms; }
  .animate.common-editor-context > *:nth-child(614),
  .animate.common-content > *:nth-child(614),
  .animate .feedback-block-detail-item:nth-child(614) {
    transition-delay: 49200ms; }
  .animate.common-editor-context > *:nth-child(615),
  .animate.common-content > *:nth-child(615),
  .animate .feedback-block-detail-item:nth-child(615) {
    transition-delay: 49280ms; }
  .animate.common-editor-context > *:nth-child(616),
  .animate.common-content > *:nth-child(616),
  .animate .feedback-block-detail-item:nth-child(616) {
    transition-delay: 49360ms; }
  .animate.common-editor-context > *:nth-child(617),
  .animate.common-content > *:nth-child(617),
  .animate .feedback-block-detail-item:nth-child(617) {
    transition-delay: 49440ms; }
  .animate.common-editor-context > *:nth-child(618),
  .animate.common-content > *:nth-child(618),
  .animate .feedback-block-detail-item:nth-child(618) {
    transition-delay: 49520ms; }
  .animate.common-editor-context > *:nth-child(619),
  .animate.common-content > *:nth-child(619),
  .animate .feedback-block-detail-item:nth-child(619) {
    transition-delay: 49600ms; }
  .animate.common-editor-context > *:nth-child(620),
  .animate.common-content > *:nth-child(620),
  .animate .feedback-block-detail-item:nth-child(620) {
    transition-delay: 49680ms; }
  .animate.common-editor-context > *:nth-child(621),
  .animate.common-content > *:nth-child(621),
  .animate .feedback-block-detail-item:nth-child(621) {
    transition-delay: 49760ms; }
  .animate.common-editor-context > *:nth-child(622),
  .animate.common-content > *:nth-child(622),
  .animate .feedback-block-detail-item:nth-child(622) {
    transition-delay: 49840ms; }
  .animate.common-editor-context > *:nth-child(623),
  .animate.common-content > *:nth-child(623),
  .animate .feedback-block-detail-item:nth-child(623) {
    transition-delay: 49920ms; }
  .animate.common-editor-context > *:nth-child(624),
  .animate.common-content > *:nth-child(624),
  .animate .feedback-block-detail-item:nth-child(624) {
    transition-delay: 50000ms; }
  .animate.common-editor-context > *:nth-child(625),
  .animate.common-content > *:nth-child(625),
  .animate .feedback-block-detail-item:nth-child(625) {
    transition-delay: 50080ms; }
  .animate.common-editor-context > *:nth-child(626),
  .animate.common-content > *:nth-child(626),
  .animate .feedback-block-detail-item:nth-child(626) {
    transition-delay: 50160ms; }
  .animate.common-editor-context > *:nth-child(627),
  .animate.common-content > *:nth-child(627),
  .animate .feedback-block-detail-item:nth-child(627) {
    transition-delay: 50240ms; }
  .animate.common-editor-context > *:nth-child(628),
  .animate.common-content > *:nth-child(628),
  .animate .feedback-block-detail-item:nth-child(628) {
    transition-delay: 50320ms; }
  .animate.common-editor-context > *:nth-child(629),
  .animate.common-content > *:nth-child(629),
  .animate .feedback-block-detail-item:nth-child(629) {
    transition-delay: 50400ms; }
  .animate.common-editor-context > *:nth-child(630),
  .animate.common-content > *:nth-child(630),
  .animate .feedback-block-detail-item:nth-child(630) {
    transition-delay: 50480ms; }
  .animate.common-editor-context > *:nth-child(631),
  .animate.common-content > *:nth-child(631),
  .animate .feedback-block-detail-item:nth-child(631) {
    transition-delay: 50560ms; }
  .animate.common-editor-context > *:nth-child(632),
  .animate.common-content > *:nth-child(632),
  .animate .feedback-block-detail-item:nth-child(632) {
    transition-delay: 50640ms; }
  .animate.common-editor-context > *:nth-child(633),
  .animate.common-content > *:nth-child(633),
  .animate .feedback-block-detail-item:nth-child(633) {
    transition-delay: 50720ms; }
  .animate.common-editor-context > *:nth-child(634),
  .animate.common-content > *:nth-child(634),
  .animate .feedback-block-detail-item:nth-child(634) {
    transition-delay: 50800ms; }
  .animate.common-editor-context > *:nth-child(635),
  .animate.common-content > *:nth-child(635),
  .animate .feedback-block-detail-item:nth-child(635) {
    transition-delay: 50880ms; }
  .animate.common-editor-context > *:nth-child(636),
  .animate.common-content > *:nth-child(636),
  .animate .feedback-block-detail-item:nth-child(636) {
    transition-delay: 50960ms; }
  .animate.common-editor-context > *:nth-child(637),
  .animate.common-content > *:nth-child(637),
  .animate .feedback-block-detail-item:nth-child(637) {
    transition-delay: 51040ms; }
  .animate.common-editor-context > *:nth-child(638),
  .animate.common-content > *:nth-child(638),
  .animate .feedback-block-detail-item:nth-child(638) {
    transition-delay: 51120ms; }
  .animate.common-editor-context > *:nth-child(639),
  .animate.common-content > *:nth-child(639),
  .animate .feedback-block-detail-item:nth-child(639) {
    transition-delay: 51200ms; }
  .animate.common-editor-context > *:nth-child(640),
  .animate.common-content > *:nth-child(640),
  .animate .feedback-block-detail-item:nth-child(640) {
    transition-delay: 51280ms; }
  .animate.common-editor-context > *:nth-child(641),
  .animate.common-content > *:nth-child(641),
  .animate .feedback-block-detail-item:nth-child(641) {
    transition-delay: 51360ms; }
  .animate.common-editor-context > *:nth-child(642),
  .animate.common-content > *:nth-child(642),
  .animate .feedback-block-detail-item:nth-child(642) {
    transition-delay: 51440ms; }
  .animate.common-editor-context > *:nth-child(643),
  .animate.common-content > *:nth-child(643),
  .animate .feedback-block-detail-item:nth-child(643) {
    transition-delay: 51520ms; }
  .animate.common-editor-context > *:nth-child(644),
  .animate.common-content > *:nth-child(644),
  .animate .feedback-block-detail-item:nth-child(644) {
    transition-delay: 51600ms; }
  .animate.common-editor-context > *:nth-child(645),
  .animate.common-content > *:nth-child(645),
  .animate .feedback-block-detail-item:nth-child(645) {
    transition-delay: 51680ms; }
  .animate.common-editor-context > *:nth-child(646),
  .animate.common-content > *:nth-child(646),
  .animate .feedback-block-detail-item:nth-child(646) {
    transition-delay: 51760ms; }
  .animate.common-editor-context > *:nth-child(647),
  .animate.common-content > *:nth-child(647),
  .animate .feedback-block-detail-item:nth-child(647) {
    transition-delay: 51840ms; }
  .animate.common-editor-context > *:nth-child(648),
  .animate.common-content > *:nth-child(648),
  .animate .feedback-block-detail-item:nth-child(648) {
    transition-delay: 51920ms; }
  .animate.common-editor-context > *:nth-child(649),
  .animate.common-content > *:nth-child(649),
  .animate .feedback-block-detail-item:nth-child(649) {
    transition-delay: 52000ms; }
  .animate.common-editor-context > *:nth-child(650),
  .animate.common-content > *:nth-child(650),
  .animate .feedback-block-detail-item:nth-child(650) {
    transition-delay: 52080ms; }
  .animate.common-editor-context > *:nth-child(651),
  .animate.common-content > *:nth-child(651),
  .animate .feedback-block-detail-item:nth-child(651) {
    transition-delay: 52160ms; }
  .animate.common-editor-context > *:nth-child(652),
  .animate.common-content > *:nth-child(652),
  .animate .feedback-block-detail-item:nth-child(652) {
    transition-delay: 52240ms; }
  .animate.common-editor-context > *:nth-child(653),
  .animate.common-content > *:nth-child(653),
  .animate .feedback-block-detail-item:nth-child(653) {
    transition-delay: 52320ms; }
  .animate.common-editor-context > *:nth-child(654),
  .animate.common-content > *:nth-child(654),
  .animate .feedback-block-detail-item:nth-child(654) {
    transition-delay: 52400ms; }
  .animate.common-editor-context > *:nth-child(655),
  .animate.common-content > *:nth-child(655),
  .animate .feedback-block-detail-item:nth-child(655) {
    transition-delay: 52480ms; }
  .animate.common-editor-context > *:nth-child(656),
  .animate.common-content > *:nth-child(656),
  .animate .feedback-block-detail-item:nth-child(656) {
    transition-delay: 52560ms; }
  .animate.common-editor-context > *:nth-child(657),
  .animate.common-content > *:nth-child(657),
  .animate .feedback-block-detail-item:nth-child(657) {
    transition-delay: 52640ms; }
  .animate.common-editor-context > *:nth-child(658),
  .animate.common-content > *:nth-child(658),
  .animate .feedback-block-detail-item:nth-child(658) {
    transition-delay: 52720ms; }
  .animate.common-editor-context > *:nth-child(659),
  .animate.common-content > *:nth-child(659),
  .animate .feedback-block-detail-item:nth-child(659) {
    transition-delay: 52800ms; }
  .animate.common-editor-context > *:nth-child(660),
  .animate.common-content > *:nth-child(660),
  .animate .feedback-block-detail-item:nth-child(660) {
    transition-delay: 52880ms; }
  .animate.common-editor-context > *:nth-child(661),
  .animate.common-content > *:nth-child(661),
  .animate .feedback-block-detail-item:nth-child(661) {
    transition-delay: 52960ms; }
  .animate.common-editor-context > *:nth-child(662),
  .animate.common-content > *:nth-child(662),
  .animate .feedback-block-detail-item:nth-child(662) {
    transition-delay: 53040ms; }
  .animate.common-editor-context > *:nth-child(663),
  .animate.common-content > *:nth-child(663),
  .animate .feedback-block-detail-item:nth-child(663) {
    transition-delay: 53120ms; }
  .animate.common-editor-context > *:nth-child(664),
  .animate.common-content > *:nth-child(664),
  .animate .feedback-block-detail-item:nth-child(664) {
    transition-delay: 53200ms; }
  .animate.common-editor-context > *:nth-child(665),
  .animate.common-content > *:nth-child(665),
  .animate .feedback-block-detail-item:nth-child(665) {
    transition-delay: 53280ms; }
  .animate.common-editor-context > *:nth-child(666),
  .animate.common-content > *:nth-child(666),
  .animate .feedback-block-detail-item:nth-child(666) {
    transition-delay: 53360ms; }
  .animate.common-editor-context > *:nth-child(667),
  .animate.common-content > *:nth-child(667),
  .animate .feedback-block-detail-item:nth-child(667) {
    transition-delay: 53440ms; }
  .animate.common-editor-context > *:nth-child(668),
  .animate.common-content > *:nth-child(668),
  .animate .feedback-block-detail-item:nth-child(668) {
    transition-delay: 53520ms; }
  .animate.common-editor-context > *:nth-child(669),
  .animate.common-content > *:nth-child(669),
  .animate .feedback-block-detail-item:nth-child(669) {
    transition-delay: 53600ms; }
  .animate.common-editor-context > *:nth-child(670),
  .animate.common-content > *:nth-child(670),
  .animate .feedback-block-detail-item:nth-child(670) {
    transition-delay: 53680ms; }
  .animate.common-editor-context > *:nth-child(671),
  .animate.common-content > *:nth-child(671),
  .animate .feedback-block-detail-item:nth-child(671) {
    transition-delay: 53760ms; }
  .animate.common-editor-context > *:nth-child(672),
  .animate.common-content > *:nth-child(672),
  .animate .feedback-block-detail-item:nth-child(672) {
    transition-delay: 53840ms; }
  .animate.common-editor-context > *:nth-child(673),
  .animate.common-content > *:nth-child(673),
  .animate .feedback-block-detail-item:nth-child(673) {
    transition-delay: 53920ms; }
  .animate.common-editor-context > *:nth-child(674),
  .animate.common-content > *:nth-child(674),
  .animate .feedback-block-detail-item:nth-child(674) {
    transition-delay: 54000ms; }
  .animate.common-editor-context > *:nth-child(675),
  .animate.common-content > *:nth-child(675),
  .animate .feedback-block-detail-item:nth-child(675) {
    transition-delay: 54080ms; }
  .animate.common-editor-context > *:nth-child(676),
  .animate.common-content > *:nth-child(676),
  .animate .feedback-block-detail-item:nth-child(676) {
    transition-delay: 54160ms; }
  .animate.common-editor-context > *:nth-child(677),
  .animate.common-content > *:nth-child(677),
  .animate .feedback-block-detail-item:nth-child(677) {
    transition-delay: 54240ms; }
  .animate.common-editor-context > *:nth-child(678),
  .animate.common-content > *:nth-child(678),
  .animate .feedback-block-detail-item:nth-child(678) {
    transition-delay: 54320ms; }
  .animate.common-editor-context > *:nth-child(679),
  .animate.common-content > *:nth-child(679),
  .animate .feedback-block-detail-item:nth-child(679) {
    transition-delay: 54400ms; }
  .animate.common-editor-context > *:nth-child(680),
  .animate.common-content > *:nth-child(680),
  .animate .feedback-block-detail-item:nth-child(680) {
    transition-delay: 54480ms; }
  .animate.common-editor-context > *:nth-child(681),
  .animate.common-content > *:nth-child(681),
  .animate .feedback-block-detail-item:nth-child(681) {
    transition-delay: 54560ms; }
  .animate.common-editor-context > *:nth-child(682),
  .animate.common-content > *:nth-child(682),
  .animate .feedback-block-detail-item:nth-child(682) {
    transition-delay: 54640ms; }
  .animate.common-editor-context > *:nth-child(683),
  .animate.common-content > *:nth-child(683),
  .animate .feedback-block-detail-item:nth-child(683) {
    transition-delay: 54720ms; }
  .animate.common-editor-context > *:nth-child(684),
  .animate.common-content > *:nth-child(684),
  .animate .feedback-block-detail-item:nth-child(684) {
    transition-delay: 54800ms; }
  .animate.common-editor-context > *:nth-child(685),
  .animate.common-content > *:nth-child(685),
  .animate .feedback-block-detail-item:nth-child(685) {
    transition-delay: 54880ms; }
  .animate.common-editor-context > *:nth-child(686),
  .animate.common-content > *:nth-child(686),
  .animate .feedback-block-detail-item:nth-child(686) {
    transition-delay: 54960ms; }
  .animate.common-editor-context > *:nth-child(687),
  .animate.common-content > *:nth-child(687),
  .animate .feedback-block-detail-item:nth-child(687) {
    transition-delay: 55040ms; }
  .animate.common-editor-context > *:nth-child(688),
  .animate.common-content > *:nth-child(688),
  .animate .feedback-block-detail-item:nth-child(688) {
    transition-delay: 55120ms; }
  .animate.common-editor-context > *:nth-child(689),
  .animate.common-content > *:nth-child(689),
  .animate .feedback-block-detail-item:nth-child(689) {
    transition-delay: 55200ms; }
  .animate.common-editor-context > *:nth-child(690),
  .animate.common-content > *:nth-child(690),
  .animate .feedback-block-detail-item:nth-child(690) {
    transition-delay: 55280ms; }
  .animate.common-editor-context > *:nth-child(691),
  .animate.common-content > *:nth-child(691),
  .animate .feedback-block-detail-item:nth-child(691) {
    transition-delay: 55360ms; }
  .animate.common-editor-context > *:nth-child(692),
  .animate.common-content > *:nth-child(692),
  .animate .feedback-block-detail-item:nth-child(692) {
    transition-delay: 55440ms; }
  .animate.common-editor-context > *:nth-child(693),
  .animate.common-content > *:nth-child(693),
  .animate .feedback-block-detail-item:nth-child(693) {
    transition-delay: 55520ms; }
  .animate.common-editor-context > *:nth-child(694),
  .animate.common-content > *:nth-child(694),
  .animate .feedback-block-detail-item:nth-child(694) {
    transition-delay: 55600ms; }
  .animate.common-editor-context > *:nth-child(695),
  .animate.common-content > *:nth-child(695),
  .animate .feedback-block-detail-item:nth-child(695) {
    transition-delay: 55680ms; }
  .animate.common-editor-context > *:nth-child(696),
  .animate.common-content > *:nth-child(696),
  .animate .feedback-block-detail-item:nth-child(696) {
    transition-delay: 55760ms; }
  .animate.common-editor-context > *:nth-child(697),
  .animate.common-content > *:nth-child(697),
  .animate .feedback-block-detail-item:nth-child(697) {
    transition-delay: 55840ms; }
  .animate.common-editor-context > *:nth-child(698),
  .animate.common-content > *:nth-child(698),
  .animate .feedback-block-detail-item:nth-child(698) {
    transition-delay: 55920ms; }
  .animate.common-editor-context > *:nth-child(699),
  .animate.common-content > *:nth-child(699),
  .animate .feedback-block-detail-item:nth-child(699) {
    transition-delay: 56000ms; }
  .animate.common-editor-context > *:nth-child(700),
  .animate.common-content > *:nth-child(700),
  .animate .feedback-block-detail-item:nth-child(700) {
    transition-delay: 56080ms; }
  .animate.common-editor-context > *:nth-child(701),
  .animate.common-content > *:nth-child(701),
  .animate .feedback-block-detail-item:nth-child(701) {
    transition-delay: 56160ms; }
  .animate.common-editor-context > *:nth-child(702),
  .animate.common-content > *:nth-child(702),
  .animate .feedback-block-detail-item:nth-child(702) {
    transition-delay: 56240ms; }
  .animate.common-editor-context > *:nth-child(703),
  .animate.common-content > *:nth-child(703),
  .animate .feedback-block-detail-item:nth-child(703) {
    transition-delay: 56320ms; }
  .animate.common-editor-context > *:nth-child(704),
  .animate.common-content > *:nth-child(704),
  .animate .feedback-block-detail-item:nth-child(704) {
    transition-delay: 56400ms; }
  .animate.common-editor-context > *:nth-child(705),
  .animate.common-content > *:nth-child(705),
  .animate .feedback-block-detail-item:nth-child(705) {
    transition-delay: 56480ms; }
  .animate.common-editor-context > *:nth-child(706),
  .animate.common-content > *:nth-child(706),
  .animate .feedback-block-detail-item:nth-child(706) {
    transition-delay: 56560ms; }
  .animate.common-editor-context > *:nth-child(707),
  .animate.common-content > *:nth-child(707),
  .animate .feedback-block-detail-item:nth-child(707) {
    transition-delay: 56640ms; }
  .animate.common-editor-context > *:nth-child(708),
  .animate.common-content > *:nth-child(708),
  .animate .feedback-block-detail-item:nth-child(708) {
    transition-delay: 56720ms; }
  .animate.common-editor-context > *:nth-child(709),
  .animate.common-content > *:nth-child(709),
  .animate .feedback-block-detail-item:nth-child(709) {
    transition-delay: 56800ms; }
  .animate.common-editor-context > *:nth-child(710),
  .animate.common-content > *:nth-child(710),
  .animate .feedback-block-detail-item:nth-child(710) {
    transition-delay: 56880ms; }
  .animate.common-editor-context > *:nth-child(711),
  .animate.common-content > *:nth-child(711),
  .animate .feedback-block-detail-item:nth-child(711) {
    transition-delay: 56960ms; }
  .animate.common-editor-context > *:nth-child(712),
  .animate.common-content > *:nth-child(712),
  .animate .feedback-block-detail-item:nth-child(712) {
    transition-delay: 57040ms; }
  .animate.common-editor-context > *:nth-child(713),
  .animate.common-content > *:nth-child(713),
  .animate .feedback-block-detail-item:nth-child(713) {
    transition-delay: 57120ms; }
  .animate.common-editor-context > *:nth-child(714),
  .animate.common-content > *:nth-child(714),
  .animate .feedback-block-detail-item:nth-child(714) {
    transition-delay: 57200ms; }
  .animate.common-editor-context > *:nth-child(715),
  .animate.common-content > *:nth-child(715),
  .animate .feedback-block-detail-item:nth-child(715) {
    transition-delay: 57280ms; }
  .animate.common-editor-context > *:nth-child(716),
  .animate.common-content > *:nth-child(716),
  .animate .feedback-block-detail-item:nth-child(716) {
    transition-delay: 57360ms; }
  .animate.common-editor-context > *:nth-child(717),
  .animate.common-content > *:nth-child(717),
  .animate .feedback-block-detail-item:nth-child(717) {
    transition-delay: 57440ms; }
  .animate.common-editor-context > *:nth-child(718),
  .animate.common-content > *:nth-child(718),
  .animate .feedback-block-detail-item:nth-child(718) {
    transition-delay: 57520ms; }
  .animate.common-editor-context > *:nth-child(719),
  .animate.common-content > *:nth-child(719),
  .animate .feedback-block-detail-item:nth-child(719) {
    transition-delay: 57600ms; }
  .animate.common-editor-context > *:nth-child(720),
  .animate.common-content > *:nth-child(720),
  .animate .feedback-block-detail-item:nth-child(720) {
    transition-delay: 57680ms; }
  .animate.common-editor-context > *:nth-child(721),
  .animate.common-content > *:nth-child(721),
  .animate .feedback-block-detail-item:nth-child(721) {
    transition-delay: 57760ms; }
  .animate.common-editor-context > *:nth-child(722),
  .animate.common-content > *:nth-child(722),
  .animate .feedback-block-detail-item:nth-child(722) {
    transition-delay: 57840ms; }
  .animate.common-editor-context > *:nth-child(723),
  .animate.common-content > *:nth-child(723),
  .animate .feedback-block-detail-item:nth-child(723) {
    transition-delay: 57920ms; }
  .animate.common-editor-context > *:nth-child(724),
  .animate.common-content > *:nth-child(724),
  .animate .feedback-block-detail-item:nth-child(724) {
    transition-delay: 58000ms; }
  .animate.common-editor-context > *:nth-child(725),
  .animate.common-content > *:nth-child(725),
  .animate .feedback-block-detail-item:nth-child(725) {
    transition-delay: 58080ms; }
  .animate.common-editor-context > *:nth-child(726),
  .animate.common-content > *:nth-child(726),
  .animate .feedback-block-detail-item:nth-child(726) {
    transition-delay: 58160ms; }
  .animate.common-editor-context > *:nth-child(727),
  .animate.common-content > *:nth-child(727),
  .animate .feedback-block-detail-item:nth-child(727) {
    transition-delay: 58240ms; }
  .animate.common-editor-context > *:nth-child(728),
  .animate.common-content > *:nth-child(728),
  .animate .feedback-block-detail-item:nth-child(728) {
    transition-delay: 58320ms; }
  .animate.common-editor-context > *:nth-child(729),
  .animate.common-content > *:nth-child(729),
  .animate .feedback-block-detail-item:nth-child(729) {
    transition-delay: 58400ms; }
  .animate.common-editor-context > *:nth-child(730),
  .animate.common-content > *:nth-child(730),
  .animate .feedback-block-detail-item:nth-child(730) {
    transition-delay: 58480ms; }
  .animate.common-editor-context > *:nth-child(731),
  .animate.common-content > *:nth-child(731),
  .animate .feedback-block-detail-item:nth-child(731) {
    transition-delay: 58560ms; }
  .animate.common-editor-context > *:nth-child(732),
  .animate.common-content > *:nth-child(732),
  .animate .feedback-block-detail-item:nth-child(732) {
    transition-delay: 58640ms; }
  .animate.common-editor-context > *:nth-child(733),
  .animate.common-content > *:nth-child(733),
  .animate .feedback-block-detail-item:nth-child(733) {
    transition-delay: 58720ms; }
  .animate.common-editor-context > *:nth-child(734),
  .animate.common-content > *:nth-child(734),
  .animate .feedback-block-detail-item:nth-child(734) {
    transition-delay: 58800ms; }
  .animate.common-editor-context > *:nth-child(735),
  .animate.common-content > *:nth-child(735),
  .animate .feedback-block-detail-item:nth-child(735) {
    transition-delay: 58880ms; }
  .animate.common-editor-context > *:nth-child(736),
  .animate.common-content > *:nth-child(736),
  .animate .feedback-block-detail-item:nth-child(736) {
    transition-delay: 58960ms; }
  .animate.common-editor-context > *:nth-child(737),
  .animate.common-content > *:nth-child(737),
  .animate .feedback-block-detail-item:nth-child(737) {
    transition-delay: 59040ms; }
  .animate.common-editor-context > *:nth-child(738),
  .animate.common-content > *:nth-child(738),
  .animate .feedback-block-detail-item:nth-child(738) {
    transition-delay: 59120ms; }
  .animate.common-editor-context > *:nth-child(739),
  .animate.common-content > *:nth-child(739),
  .animate .feedback-block-detail-item:nth-child(739) {
    transition-delay: 59200ms; }
  .animate.common-editor-context > *:nth-child(740),
  .animate.common-content > *:nth-child(740),
  .animate .feedback-block-detail-item:nth-child(740) {
    transition-delay: 59280ms; }
  .animate.common-editor-context > *:nth-child(741),
  .animate.common-content > *:nth-child(741),
  .animate .feedback-block-detail-item:nth-child(741) {
    transition-delay: 59360ms; }
  .animate.common-editor-context > *:nth-child(742),
  .animate.common-content > *:nth-child(742),
  .animate .feedback-block-detail-item:nth-child(742) {
    transition-delay: 59440ms; }
  .animate.common-editor-context > *:nth-child(743),
  .animate.common-content > *:nth-child(743),
  .animate .feedback-block-detail-item:nth-child(743) {
    transition-delay: 59520ms; }
  .animate.common-editor-context > *:nth-child(744),
  .animate.common-content > *:nth-child(744),
  .animate .feedback-block-detail-item:nth-child(744) {
    transition-delay: 59600ms; }
  .animate.common-editor-context > *:nth-child(745),
  .animate.common-content > *:nth-child(745),
  .animate .feedback-block-detail-item:nth-child(745) {
    transition-delay: 59680ms; }
  .animate.common-editor-context > *:nth-child(746),
  .animate.common-content > *:nth-child(746),
  .animate .feedback-block-detail-item:nth-child(746) {
    transition-delay: 59760ms; }
  .animate.common-editor-context > *:nth-child(747),
  .animate.common-content > *:nth-child(747),
  .animate .feedback-block-detail-item:nth-child(747) {
    transition-delay: 59840ms; }
  .animate.common-editor-context > *:nth-child(748),
  .animate.common-content > *:nth-child(748),
  .animate .feedback-block-detail-item:nth-child(748) {
    transition-delay: 59920ms; }
  .animate.common-editor-context > *:nth-child(749),
  .animate.common-content > *:nth-child(749),
  .animate .feedback-block-detail-item:nth-child(749) {
    transition-delay: 60000ms; }
  .animate.common-editor-context > *:nth-child(750),
  .animate.common-content > *:nth-child(750),
  .animate .feedback-block-detail-item:nth-child(750) {
    transition-delay: 60080ms; }
  .animate.common-editor-context > *:nth-child(751),
  .animate.common-content > *:nth-child(751),
  .animate .feedback-block-detail-item:nth-child(751) {
    transition-delay: 60160ms; }
  .animate.common-editor-context > *:nth-child(752),
  .animate.common-content > *:nth-child(752),
  .animate .feedback-block-detail-item:nth-child(752) {
    transition-delay: 60240ms; }
  .animate.common-editor-context > *:nth-child(753),
  .animate.common-content > *:nth-child(753),
  .animate .feedback-block-detail-item:nth-child(753) {
    transition-delay: 60320ms; }
  .animate.common-editor-context > *:nth-child(754),
  .animate.common-content > *:nth-child(754),
  .animate .feedback-block-detail-item:nth-child(754) {
    transition-delay: 60400ms; }
  .animate.common-editor-context > *:nth-child(755),
  .animate.common-content > *:nth-child(755),
  .animate .feedback-block-detail-item:nth-child(755) {
    transition-delay: 60480ms; }
  .animate.common-editor-context > *:nth-child(756),
  .animate.common-content > *:nth-child(756),
  .animate .feedback-block-detail-item:nth-child(756) {
    transition-delay: 60560ms; }
  .animate.common-editor-context > *:nth-child(757),
  .animate.common-content > *:nth-child(757),
  .animate .feedback-block-detail-item:nth-child(757) {
    transition-delay: 60640ms; }
  .animate.common-editor-context > *:nth-child(758),
  .animate.common-content > *:nth-child(758),
  .animate .feedback-block-detail-item:nth-child(758) {
    transition-delay: 60720ms; }
  .animate.common-editor-context > *:nth-child(759),
  .animate.common-content > *:nth-child(759),
  .animate .feedback-block-detail-item:nth-child(759) {
    transition-delay: 60800ms; }
  .animate.common-editor-context > *:nth-child(760),
  .animate.common-content > *:nth-child(760),
  .animate .feedback-block-detail-item:nth-child(760) {
    transition-delay: 60880ms; }
  .animate.common-editor-context > *:nth-child(761),
  .animate.common-content > *:nth-child(761),
  .animate .feedback-block-detail-item:nth-child(761) {
    transition-delay: 60960ms; }
  .animate.common-editor-context > *:nth-child(762),
  .animate.common-content > *:nth-child(762),
  .animate .feedback-block-detail-item:nth-child(762) {
    transition-delay: 61040ms; }
  .animate.common-editor-context > *:nth-child(763),
  .animate.common-content > *:nth-child(763),
  .animate .feedback-block-detail-item:nth-child(763) {
    transition-delay: 61120ms; }
  .animate.common-editor-context > *:nth-child(764),
  .animate.common-content > *:nth-child(764),
  .animate .feedback-block-detail-item:nth-child(764) {
    transition-delay: 61200ms; }
  .animate.common-editor-context > *:nth-child(765),
  .animate.common-content > *:nth-child(765),
  .animate .feedback-block-detail-item:nth-child(765) {
    transition-delay: 61280ms; }
  .animate.common-editor-context > *:nth-child(766),
  .animate.common-content > *:nth-child(766),
  .animate .feedback-block-detail-item:nth-child(766) {
    transition-delay: 61360ms; }
  .animate.common-editor-context > *:nth-child(767),
  .animate.common-content > *:nth-child(767),
  .animate .feedback-block-detail-item:nth-child(767) {
    transition-delay: 61440ms; }
  .animate.common-editor-context > *:nth-child(768),
  .animate.common-content > *:nth-child(768),
  .animate .feedback-block-detail-item:nth-child(768) {
    transition-delay: 61520ms; }
  .animate.common-editor-context > *:nth-child(769),
  .animate.common-content > *:nth-child(769),
  .animate .feedback-block-detail-item:nth-child(769) {
    transition-delay: 61600ms; }
  .animate.common-editor-context > *:nth-child(770),
  .animate.common-content > *:nth-child(770),
  .animate .feedback-block-detail-item:nth-child(770) {
    transition-delay: 61680ms; }
  .animate.common-editor-context > *:nth-child(771),
  .animate.common-content > *:nth-child(771),
  .animate .feedback-block-detail-item:nth-child(771) {
    transition-delay: 61760ms; }
  .animate.common-editor-context > *:nth-child(772),
  .animate.common-content > *:nth-child(772),
  .animate .feedback-block-detail-item:nth-child(772) {
    transition-delay: 61840ms; }
  .animate.common-editor-context > *:nth-child(773),
  .animate.common-content > *:nth-child(773),
  .animate .feedback-block-detail-item:nth-child(773) {
    transition-delay: 61920ms; }
  .animate.common-editor-context > *:nth-child(774),
  .animate.common-content > *:nth-child(774),
  .animate .feedback-block-detail-item:nth-child(774) {
    transition-delay: 62000ms; }
  .animate.common-editor-context > *:nth-child(775),
  .animate.common-content > *:nth-child(775),
  .animate .feedback-block-detail-item:nth-child(775) {
    transition-delay: 62080ms; }
  .animate.common-editor-context > *:nth-child(776),
  .animate.common-content > *:nth-child(776),
  .animate .feedback-block-detail-item:nth-child(776) {
    transition-delay: 62160ms; }
  .animate.common-editor-context > *:nth-child(777),
  .animate.common-content > *:nth-child(777),
  .animate .feedback-block-detail-item:nth-child(777) {
    transition-delay: 62240ms; }
  .animate.common-editor-context > *:nth-child(778),
  .animate.common-content > *:nth-child(778),
  .animate .feedback-block-detail-item:nth-child(778) {
    transition-delay: 62320ms; }
  .animate.common-editor-context > *:nth-child(779),
  .animate.common-content > *:nth-child(779),
  .animate .feedback-block-detail-item:nth-child(779) {
    transition-delay: 62400ms; }
  .animate.common-editor-context > *:nth-child(780),
  .animate.common-content > *:nth-child(780),
  .animate .feedback-block-detail-item:nth-child(780) {
    transition-delay: 62480ms; }
  .animate.common-editor-context > *:nth-child(781),
  .animate.common-content > *:nth-child(781),
  .animate .feedback-block-detail-item:nth-child(781) {
    transition-delay: 62560ms; }
  .animate.common-editor-context > *:nth-child(782),
  .animate.common-content > *:nth-child(782),
  .animate .feedback-block-detail-item:nth-child(782) {
    transition-delay: 62640ms; }
  .animate.common-editor-context > *:nth-child(783),
  .animate.common-content > *:nth-child(783),
  .animate .feedback-block-detail-item:nth-child(783) {
    transition-delay: 62720ms; }
  .animate.common-editor-context > *:nth-child(784),
  .animate.common-content > *:nth-child(784),
  .animate .feedback-block-detail-item:nth-child(784) {
    transition-delay: 62800ms; }
  .animate.common-editor-context > *:nth-child(785),
  .animate.common-content > *:nth-child(785),
  .animate .feedback-block-detail-item:nth-child(785) {
    transition-delay: 62880ms; }
  .animate.common-editor-context > *:nth-child(786),
  .animate.common-content > *:nth-child(786),
  .animate .feedback-block-detail-item:nth-child(786) {
    transition-delay: 62960ms; }
  .animate.common-editor-context > *:nth-child(787),
  .animate.common-content > *:nth-child(787),
  .animate .feedback-block-detail-item:nth-child(787) {
    transition-delay: 63040ms; }
  .animate.common-editor-context > *:nth-child(788),
  .animate.common-content > *:nth-child(788),
  .animate .feedback-block-detail-item:nth-child(788) {
    transition-delay: 63120ms; }
  .animate.common-editor-context > *:nth-child(789),
  .animate.common-content > *:nth-child(789),
  .animate .feedback-block-detail-item:nth-child(789) {
    transition-delay: 63200ms; }
  .animate.common-editor-context > *:nth-child(790),
  .animate.common-content > *:nth-child(790),
  .animate .feedback-block-detail-item:nth-child(790) {
    transition-delay: 63280ms; }
  .animate.common-editor-context > *:nth-child(791),
  .animate.common-content > *:nth-child(791),
  .animate .feedback-block-detail-item:nth-child(791) {
    transition-delay: 63360ms; }
  .animate.common-editor-context > *:nth-child(792),
  .animate.common-content > *:nth-child(792),
  .animate .feedback-block-detail-item:nth-child(792) {
    transition-delay: 63440ms; }
  .animate.common-editor-context > *:nth-child(793),
  .animate.common-content > *:nth-child(793),
  .animate .feedback-block-detail-item:nth-child(793) {
    transition-delay: 63520ms; }
  .animate.common-editor-context > *:nth-child(794),
  .animate.common-content > *:nth-child(794),
  .animate .feedback-block-detail-item:nth-child(794) {
    transition-delay: 63600ms; }
  .animate.common-editor-context > *:nth-child(795),
  .animate.common-content > *:nth-child(795),
  .animate .feedback-block-detail-item:nth-child(795) {
    transition-delay: 63680ms; }
  .animate.common-editor-context > *:nth-child(796),
  .animate.common-content > *:nth-child(796),
  .animate .feedback-block-detail-item:nth-child(796) {
    transition-delay: 63760ms; }
  .animate.common-editor-context > *:nth-child(797),
  .animate.common-content > *:nth-child(797),
  .animate .feedback-block-detail-item:nth-child(797) {
    transition-delay: 63840ms; }
  .animate.common-editor-context > *:nth-child(798),
  .animate.common-content > *:nth-child(798),
  .animate .feedback-block-detail-item:nth-child(798) {
    transition-delay: 63920ms; }
  .animate.common-editor-context > *:nth-child(799),
  .animate.common-content > *:nth-child(799),
  .animate .feedback-block-detail-item:nth-child(799) {
    transition-delay: 64000ms; }
  .animate.common-editor-context > *:nth-child(800),
  .animate.common-content > *:nth-child(800),
  .animate .feedback-block-detail-item:nth-child(800) {
    transition-delay: 64080ms; }
  .animate.common-editor-context > *:nth-child(801),
  .animate.common-content > *:nth-child(801),
  .animate .feedback-block-detail-item:nth-child(801) {
    transition-delay: 64160ms; }
  .animate.common-editor-context > *:nth-child(802),
  .animate.common-content > *:nth-child(802),
  .animate .feedback-block-detail-item:nth-child(802) {
    transition-delay: 64240ms; }
  .animate.common-editor-context > *:nth-child(803),
  .animate.common-content > *:nth-child(803),
  .animate .feedback-block-detail-item:nth-child(803) {
    transition-delay: 64320ms; }
  .animate.common-editor-context > *:nth-child(804),
  .animate.common-content > *:nth-child(804),
  .animate .feedback-block-detail-item:nth-child(804) {
    transition-delay: 64400ms; }
  .animate.common-editor-context > *:nth-child(805),
  .animate.common-content > *:nth-child(805),
  .animate .feedback-block-detail-item:nth-child(805) {
    transition-delay: 64480ms; }
  .animate.common-editor-context > *:nth-child(806),
  .animate.common-content > *:nth-child(806),
  .animate .feedback-block-detail-item:nth-child(806) {
    transition-delay: 64560ms; }
  .animate.common-editor-context > *:nth-child(807),
  .animate.common-content > *:nth-child(807),
  .animate .feedback-block-detail-item:nth-child(807) {
    transition-delay: 64640ms; }
  .animate.common-editor-context > *:nth-child(808),
  .animate.common-content > *:nth-child(808),
  .animate .feedback-block-detail-item:nth-child(808) {
    transition-delay: 64720ms; }
  .animate.common-editor-context > *:nth-child(809),
  .animate.common-content > *:nth-child(809),
  .animate .feedback-block-detail-item:nth-child(809) {
    transition-delay: 64800ms; }
  .animate.common-editor-context > *:nth-child(810),
  .animate.common-content > *:nth-child(810),
  .animate .feedback-block-detail-item:nth-child(810) {
    transition-delay: 64880ms; }
  .animate.common-editor-context > *:nth-child(811),
  .animate.common-content > *:nth-child(811),
  .animate .feedback-block-detail-item:nth-child(811) {
    transition-delay: 64960ms; }
  .animate.common-editor-context > *:nth-child(812),
  .animate.common-content > *:nth-child(812),
  .animate .feedback-block-detail-item:nth-child(812) {
    transition-delay: 65040ms; }
  .animate.common-editor-context > *:nth-child(813),
  .animate.common-content > *:nth-child(813),
  .animate .feedback-block-detail-item:nth-child(813) {
    transition-delay: 65120ms; }
  .animate.common-editor-context > *:nth-child(814),
  .animate.common-content > *:nth-child(814),
  .animate .feedback-block-detail-item:nth-child(814) {
    transition-delay: 65200ms; }
  .animate.common-editor-context > *:nth-child(815),
  .animate.common-content > *:nth-child(815),
  .animate .feedback-block-detail-item:nth-child(815) {
    transition-delay: 65280ms; }
  .animate.common-editor-context > *:nth-child(816),
  .animate.common-content > *:nth-child(816),
  .animate .feedback-block-detail-item:nth-child(816) {
    transition-delay: 65360ms; }
  .animate.common-editor-context > *:nth-child(817),
  .animate.common-content > *:nth-child(817),
  .animate .feedback-block-detail-item:nth-child(817) {
    transition-delay: 65440ms; }
  .animate.common-editor-context > *:nth-child(818),
  .animate.common-content > *:nth-child(818),
  .animate .feedback-block-detail-item:nth-child(818) {
    transition-delay: 65520ms; }
  .animate.common-editor-context > *:nth-child(819),
  .animate.common-content > *:nth-child(819),
  .animate .feedback-block-detail-item:nth-child(819) {
    transition-delay: 65600ms; }
  .animate.common-editor-context > *:nth-child(820),
  .animate.common-content > *:nth-child(820),
  .animate .feedback-block-detail-item:nth-child(820) {
    transition-delay: 65680ms; }
  .animate.common-editor-context > *:nth-child(821),
  .animate.common-content > *:nth-child(821),
  .animate .feedback-block-detail-item:nth-child(821) {
    transition-delay: 65760ms; }
  .animate.common-editor-context > *:nth-child(822),
  .animate.common-content > *:nth-child(822),
  .animate .feedback-block-detail-item:nth-child(822) {
    transition-delay: 65840ms; }
  .animate.common-editor-context > *:nth-child(823),
  .animate.common-content > *:nth-child(823),
  .animate .feedback-block-detail-item:nth-child(823) {
    transition-delay: 65920ms; }
  .animate.common-editor-context > *:nth-child(824),
  .animate.common-content > *:nth-child(824),
  .animate .feedback-block-detail-item:nth-child(824) {
    transition-delay: 66000ms; }
  .animate.common-editor-context > *:nth-child(825),
  .animate.common-content > *:nth-child(825),
  .animate .feedback-block-detail-item:nth-child(825) {
    transition-delay: 66080ms; }
  .animate.common-editor-context > *:nth-child(826),
  .animate.common-content > *:nth-child(826),
  .animate .feedback-block-detail-item:nth-child(826) {
    transition-delay: 66160ms; }
  .animate.common-editor-context > *:nth-child(827),
  .animate.common-content > *:nth-child(827),
  .animate .feedback-block-detail-item:nth-child(827) {
    transition-delay: 66240ms; }
  .animate.common-editor-context > *:nth-child(828),
  .animate.common-content > *:nth-child(828),
  .animate .feedback-block-detail-item:nth-child(828) {
    transition-delay: 66320ms; }
  .animate.common-editor-context > *:nth-child(829),
  .animate.common-content > *:nth-child(829),
  .animate .feedback-block-detail-item:nth-child(829) {
    transition-delay: 66400ms; }
  .animate.common-editor-context > *:nth-child(830),
  .animate.common-content > *:nth-child(830),
  .animate .feedback-block-detail-item:nth-child(830) {
    transition-delay: 66480ms; }
  .animate.common-editor-context > *:nth-child(831),
  .animate.common-content > *:nth-child(831),
  .animate .feedback-block-detail-item:nth-child(831) {
    transition-delay: 66560ms; }
  .animate.common-editor-context > *:nth-child(832),
  .animate.common-content > *:nth-child(832),
  .animate .feedback-block-detail-item:nth-child(832) {
    transition-delay: 66640ms; }
  .animate.common-editor-context > *:nth-child(833),
  .animate.common-content > *:nth-child(833),
  .animate .feedback-block-detail-item:nth-child(833) {
    transition-delay: 66720ms; }
  .animate.common-editor-context > *:nth-child(834),
  .animate.common-content > *:nth-child(834),
  .animate .feedback-block-detail-item:nth-child(834) {
    transition-delay: 66800ms; }
  .animate.common-editor-context > *:nth-child(835),
  .animate.common-content > *:nth-child(835),
  .animate .feedback-block-detail-item:nth-child(835) {
    transition-delay: 66880ms; }
  .animate.common-editor-context > *:nth-child(836),
  .animate.common-content > *:nth-child(836),
  .animate .feedback-block-detail-item:nth-child(836) {
    transition-delay: 66960ms; }
  .animate.common-editor-context > *:nth-child(837),
  .animate.common-content > *:nth-child(837),
  .animate .feedback-block-detail-item:nth-child(837) {
    transition-delay: 67040ms; }
  .animate.common-editor-context > *:nth-child(838),
  .animate.common-content > *:nth-child(838),
  .animate .feedback-block-detail-item:nth-child(838) {
    transition-delay: 67120ms; }
  .animate.common-editor-context > *:nth-child(839),
  .animate.common-content > *:nth-child(839),
  .animate .feedback-block-detail-item:nth-child(839) {
    transition-delay: 67200ms; }
  .animate.common-editor-context > *:nth-child(840),
  .animate.common-content > *:nth-child(840),
  .animate .feedback-block-detail-item:nth-child(840) {
    transition-delay: 67280ms; }
  .animate.common-editor-context > *:nth-child(841),
  .animate.common-content > *:nth-child(841),
  .animate .feedback-block-detail-item:nth-child(841) {
    transition-delay: 67360ms; }
  .animate.common-editor-context > *:nth-child(842),
  .animate.common-content > *:nth-child(842),
  .animate .feedback-block-detail-item:nth-child(842) {
    transition-delay: 67440ms; }
  .animate.common-editor-context > *:nth-child(843),
  .animate.common-content > *:nth-child(843),
  .animate .feedback-block-detail-item:nth-child(843) {
    transition-delay: 67520ms; }
  .animate.common-editor-context > *:nth-child(844),
  .animate.common-content > *:nth-child(844),
  .animate .feedback-block-detail-item:nth-child(844) {
    transition-delay: 67600ms; }
  .animate.common-editor-context > *:nth-child(845),
  .animate.common-content > *:nth-child(845),
  .animate .feedback-block-detail-item:nth-child(845) {
    transition-delay: 67680ms; }
  .animate.common-editor-context > *:nth-child(846),
  .animate.common-content > *:nth-child(846),
  .animate .feedback-block-detail-item:nth-child(846) {
    transition-delay: 67760ms; }
  .animate.common-editor-context > *:nth-child(847),
  .animate.common-content > *:nth-child(847),
  .animate .feedback-block-detail-item:nth-child(847) {
    transition-delay: 67840ms; }
  .animate.common-editor-context > *:nth-child(848),
  .animate.common-content > *:nth-child(848),
  .animate .feedback-block-detail-item:nth-child(848) {
    transition-delay: 67920ms; }
  .animate.common-editor-context > *:nth-child(849),
  .animate.common-content > *:nth-child(849),
  .animate .feedback-block-detail-item:nth-child(849) {
    transition-delay: 68000ms; }
  .animate.common-editor-context > *:nth-child(850),
  .animate.common-content > *:nth-child(850),
  .animate .feedback-block-detail-item:nth-child(850) {
    transition-delay: 68080ms; }
  .animate.common-editor-context > *:nth-child(851),
  .animate.common-content > *:nth-child(851),
  .animate .feedback-block-detail-item:nth-child(851) {
    transition-delay: 68160ms; }
  .animate.common-editor-context > *:nth-child(852),
  .animate.common-content > *:nth-child(852),
  .animate .feedback-block-detail-item:nth-child(852) {
    transition-delay: 68240ms; }
  .animate.common-editor-context > *:nth-child(853),
  .animate.common-content > *:nth-child(853),
  .animate .feedback-block-detail-item:nth-child(853) {
    transition-delay: 68320ms; }
  .animate.common-editor-context > *:nth-child(854),
  .animate.common-content > *:nth-child(854),
  .animate .feedback-block-detail-item:nth-child(854) {
    transition-delay: 68400ms; }
  .animate.common-editor-context > *:nth-child(855),
  .animate.common-content > *:nth-child(855),
  .animate .feedback-block-detail-item:nth-child(855) {
    transition-delay: 68480ms; }
  .animate.common-editor-context > *:nth-child(856),
  .animate.common-content > *:nth-child(856),
  .animate .feedback-block-detail-item:nth-child(856) {
    transition-delay: 68560ms; }
  .animate.common-editor-context > *:nth-child(857),
  .animate.common-content > *:nth-child(857),
  .animate .feedback-block-detail-item:nth-child(857) {
    transition-delay: 68640ms; }
  .animate.common-editor-context > *:nth-child(858),
  .animate.common-content > *:nth-child(858),
  .animate .feedback-block-detail-item:nth-child(858) {
    transition-delay: 68720ms; }
  .animate.common-editor-context > *:nth-child(859),
  .animate.common-content > *:nth-child(859),
  .animate .feedback-block-detail-item:nth-child(859) {
    transition-delay: 68800ms; }
  .animate.common-editor-context > *:nth-child(860),
  .animate.common-content > *:nth-child(860),
  .animate .feedback-block-detail-item:nth-child(860) {
    transition-delay: 68880ms; }
  .animate.common-editor-context > *:nth-child(861),
  .animate.common-content > *:nth-child(861),
  .animate .feedback-block-detail-item:nth-child(861) {
    transition-delay: 68960ms; }
  .animate.common-editor-context > *:nth-child(862),
  .animate.common-content > *:nth-child(862),
  .animate .feedback-block-detail-item:nth-child(862) {
    transition-delay: 69040ms; }
  .animate.common-editor-context > *:nth-child(863),
  .animate.common-content > *:nth-child(863),
  .animate .feedback-block-detail-item:nth-child(863) {
    transition-delay: 69120ms; }
  .animate.common-editor-context > *:nth-child(864),
  .animate.common-content > *:nth-child(864),
  .animate .feedback-block-detail-item:nth-child(864) {
    transition-delay: 69200ms; }
  .animate.common-editor-context > *:nth-child(865),
  .animate.common-content > *:nth-child(865),
  .animate .feedback-block-detail-item:nth-child(865) {
    transition-delay: 69280ms; }
  .animate.common-editor-context > *:nth-child(866),
  .animate.common-content > *:nth-child(866),
  .animate .feedback-block-detail-item:nth-child(866) {
    transition-delay: 69360ms; }
  .animate.common-editor-context > *:nth-child(867),
  .animate.common-content > *:nth-child(867),
  .animate .feedback-block-detail-item:nth-child(867) {
    transition-delay: 69440ms; }
  .animate.common-editor-context > *:nth-child(868),
  .animate.common-content > *:nth-child(868),
  .animate .feedback-block-detail-item:nth-child(868) {
    transition-delay: 69520ms; }
  .animate.common-editor-context > *:nth-child(869),
  .animate.common-content > *:nth-child(869),
  .animate .feedback-block-detail-item:nth-child(869) {
    transition-delay: 69600ms; }
  .animate.common-editor-context > *:nth-child(870),
  .animate.common-content > *:nth-child(870),
  .animate .feedback-block-detail-item:nth-child(870) {
    transition-delay: 69680ms; }
  .animate.common-editor-context > *:nth-child(871),
  .animate.common-content > *:nth-child(871),
  .animate .feedback-block-detail-item:nth-child(871) {
    transition-delay: 69760ms; }
  .animate.common-editor-context > *:nth-child(872),
  .animate.common-content > *:nth-child(872),
  .animate .feedback-block-detail-item:nth-child(872) {
    transition-delay: 69840ms; }
  .animate.common-editor-context > *:nth-child(873),
  .animate.common-content > *:nth-child(873),
  .animate .feedback-block-detail-item:nth-child(873) {
    transition-delay: 69920ms; }
  .animate.common-editor-context > *:nth-child(874),
  .animate.common-content > *:nth-child(874),
  .animate .feedback-block-detail-item:nth-child(874) {
    transition-delay: 70000ms; }
  .animate.common-editor-context > *:nth-child(875),
  .animate.common-content > *:nth-child(875),
  .animate .feedback-block-detail-item:nth-child(875) {
    transition-delay: 70080ms; }
  .animate.common-editor-context > *:nth-child(876),
  .animate.common-content > *:nth-child(876),
  .animate .feedback-block-detail-item:nth-child(876) {
    transition-delay: 70160ms; }
  .animate.common-editor-context > *:nth-child(877),
  .animate.common-content > *:nth-child(877),
  .animate .feedback-block-detail-item:nth-child(877) {
    transition-delay: 70240ms; }
  .animate.common-editor-context > *:nth-child(878),
  .animate.common-content > *:nth-child(878),
  .animate .feedback-block-detail-item:nth-child(878) {
    transition-delay: 70320ms; }
  .animate.common-editor-context > *:nth-child(879),
  .animate.common-content > *:nth-child(879),
  .animate .feedback-block-detail-item:nth-child(879) {
    transition-delay: 70400ms; }
  .animate.common-editor-context > *:nth-child(880),
  .animate.common-content > *:nth-child(880),
  .animate .feedback-block-detail-item:nth-child(880) {
    transition-delay: 70480ms; }
  .animate.common-editor-context > *:nth-child(881),
  .animate.common-content > *:nth-child(881),
  .animate .feedback-block-detail-item:nth-child(881) {
    transition-delay: 70560ms; }
  .animate.common-editor-context > *:nth-child(882),
  .animate.common-content > *:nth-child(882),
  .animate .feedback-block-detail-item:nth-child(882) {
    transition-delay: 70640ms; }
  .animate.common-editor-context > *:nth-child(883),
  .animate.common-content > *:nth-child(883),
  .animate .feedback-block-detail-item:nth-child(883) {
    transition-delay: 70720ms; }
  .animate.common-editor-context > *:nth-child(884),
  .animate.common-content > *:nth-child(884),
  .animate .feedback-block-detail-item:nth-child(884) {
    transition-delay: 70800ms; }
  .animate.common-editor-context > *:nth-child(885),
  .animate.common-content > *:nth-child(885),
  .animate .feedback-block-detail-item:nth-child(885) {
    transition-delay: 70880ms; }
  .animate.common-editor-context > *:nth-child(886),
  .animate.common-content > *:nth-child(886),
  .animate .feedback-block-detail-item:nth-child(886) {
    transition-delay: 70960ms; }
  .animate.common-editor-context > *:nth-child(887),
  .animate.common-content > *:nth-child(887),
  .animate .feedback-block-detail-item:nth-child(887) {
    transition-delay: 71040ms; }
  .animate.common-editor-context > *:nth-child(888),
  .animate.common-content > *:nth-child(888),
  .animate .feedback-block-detail-item:nth-child(888) {
    transition-delay: 71120ms; }
  .animate.common-editor-context > *:nth-child(889),
  .animate.common-content > *:nth-child(889),
  .animate .feedback-block-detail-item:nth-child(889) {
    transition-delay: 71200ms; }
  .animate.common-editor-context > *:nth-child(890),
  .animate.common-content > *:nth-child(890),
  .animate .feedback-block-detail-item:nth-child(890) {
    transition-delay: 71280ms; }
  .animate.common-editor-context > *:nth-child(891),
  .animate.common-content > *:nth-child(891),
  .animate .feedback-block-detail-item:nth-child(891) {
    transition-delay: 71360ms; }
  .animate.common-editor-context > *:nth-child(892),
  .animate.common-content > *:nth-child(892),
  .animate .feedback-block-detail-item:nth-child(892) {
    transition-delay: 71440ms; }
  .animate.common-editor-context > *:nth-child(893),
  .animate.common-content > *:nth-child(893),
  .animate .feedback-block-detail-item:nth-child(893) {
    transition-delay: 71520ms; }
  .animate.common-editor-context > *:nth-child(894),
  .animate.common-content > *:nth-child(894),
  .animate .feedback-block-detail-item:nth-child(894) {
    transition-delay: 71600ms; }
  .animate.common-editor-context > *:nth-child(895),
  .animate.common-content > *:nth-child(895),
  .animate .feedback-block-detail-item:nth-child(895) {
    transition-delay: 71680ms; }
  .animate.common-editor-context > *:nth-child(896),
  .animate.common-content > *:nth-child(896),
  .animate .feedback-block-detail-item:nth-child(896) {
    transition-delay: 71760ms; }
  .animate.common-editor-context > *:nth-child(897),
  .animate.common-content > *:nth-child(897),
  .animate .feedback-block-detail-item:nth-child(897) {
    transition-delay: 71840ms; }
  .animate.common-editor-context > *:nth-child(898),
  .animate.common-content > *:nth-child(898),
  .animate .feedback-block-detail-item:nth-child(898) {
    transition-delay: 71920ms; }
  .animate.common-editor-context > *:nth-child(899),
  .animate.common-content > *:nth-child(899),
  .animate .feedback-block-detail-item:nth-child(899) {
    transition-delay: 72000ms; }
  .animate.common-editor-context > *:nth-child(900),
  .animate.common-content > *:nth-child(900),
  .animate .feedback-block-detail-item:nth-child(900) {
    transition-delay: 72080ms; }
  .animate.common-editor-context > *:nth-child(901),
  .animate.common-content > *:nth-child(901),
  .animate .feedback-block-detail-item:nth-child(901) {
    transition-delay: 72160ms; }
  .animate.common-editor-context > *:nth-child(902),
  .animate.common-content > *:nth-child(902),
  .animate .feedback-block-detail-item:nth-child(902) {
    transition-delay: 72240ms; }
  .animate.common-editor-context > *:nth-child(903),
  .animate.common-content > *:nth-child(903),
  .animate .feedback-block-detail-item:nth-child(903) {
    transition-delay: 72320ms; }
  .animate.common-editor-context > *:nth-child(904),
  .animate.common-content > *:nth-child(904),
  .animate .feedback-block-detail-item:nth-child(904) {
    transition-delay: 72400ms; }
  .animate.common-editor-context > *:nth-child(905),
  .animate.common-content > *:nth-child(905),
  .animate .feedback-block-detail-item:nth-child(905) {
    transition-delay: 72480ms; }
  .animate.common-editor-context > *:nth-child(906),
  .animate.common-content > *:nth-child(906),
  .animate .feedback-block-detail-item:nth-child(906) {
    transition-delay: 72560ms; }
  .animate.common-editor-context > *:nth-child(907),
  .animate.common-content > *:nth-child(907),
  .animate .feedback-block-detail-item:nth-child(907) {
    transition-delay: 72640ms; }
  .animate.common-editor-context > *:nth-child(908),
  .animate.common-content > *:nth-child(908),
  .animate .feedback-block-detail-item:nth-child(908) {
    transition-delay: 72720ms; }
  .animate.common-editor-context > *:nth-child(909),
  .animate.common-content > *:nth-child(909),
  .animate .feedback-block-detail-item:nth-child(909) {
    transition-delay: 72800ms; }
  .animate.common-editor-context > *:nth-child(910),
  .animate.common-content > *:nth-child(910),
  .animate .feedback-block-detail-item:nth-child(910) {
    transition-delay: 72880ms; }
  .animate.common-editor-context > *:nth-child(911),
  .animate.common-content > *:nth-child(911),
  .animate .feedback-block-detail-item:nth-child(911) {
    transition-delay: 72960ms; }
  .animate.common-editor-context > *:nth-child(912),
  .animate.common-content > *:nth-child(912),
  .animate .feedback-block-detail-item:nth-child(912) {
    transition-delay: 73040ms; }
  .animate.common-editor-context > *:nth-child(913),
  .animate.common-content > *:nth-child(913),
  .animate .feedback-block-detail-item:nth-child(913) {
    transition-delay: 73120ms; }
  .animate.common-editor-context > *:nth-child(914),
  .animate.common-content > *:nth-child(914),
  .animate .feedback-block-detail-item:nth-child(914) {
    transition-delay: 73200ms; }
  .animate.common-editor-context > *:nth-child(915),
  .animate.common-content > *:nth-child(915),
  .animate .feedback-block-detail-item:nth-child(915) {
    transition-delay: 73280ms; }
  .animate.common-editor-context > *:nth-child(916),
  .animate.common-content > *:nth-child(916),
  .animate .feedback-block-detail-item:nth-child(916) {
    transition-delay: 73360ms; }
  .animate.common-editor-context > *:nth-child(917),
  .animate.common-content > *:nth-child(917),
  .animate .feedback-block-detail-item:nth-child(917) {
    transition-delay: 73440ms; }
  .animate.common-editor-context > *:nth-child(918),
  .animate.common-content > *:nth-child(918),
  .animate .feedback-block-detail-item:nth-child(918) {
    transition-delay: 73520ms; }
  .animate.common-editor-context > *:nth-child(919),
  .animate.common-content > *:nth-child(919),
  .animate .feedback-block-detail-item:nth-child(919) {
    transition-delay: 73600ms; }
  .animate.common-editor-context > *:nth-child(920),
  .animate.common-content > *:nth-child(920),
  .animate .feedback-block-detail-item:nth-child(920) {
    transition-delay: 73680ms; }
  .animate.common-editor-context > *:nth-child(921),
  .animate.common-content > *:nth-child(921),
  .animate .feedback-block-detail-item:nth-child(921) {
    transition-delay: 73760ms; }
  .animate.common-editor-context > *:nth-child(922),
  .animate.common-content > *:nth-child(922),
  .animate .feedback-block-detail-item:nth-child(922) {
    transition-delay: 73840ms; }
  .animate.common-editor-context > *:nth-child(923),
  .animate.common-content > *:nth-child(923),
  .animate .feedback-block-detail-item:nth-child(923) {
    transition-delay: 73920ms; }
  .animate.common-editor-context > *:nth-child(924),
  .animate.common-content > *:nth-child(924),
  .animate .feedback-block-detail-item:nth-child(924) {
    transition-delay: 74000ms; }
  .animate.common-editor-context > *:nth-child(925),
  .animate.common-content > *:nth-child(925),
  .animate .feedback-block-detail-item:nth-child(925) {
    transition-delay: 74080ms; }
  .animate.common-editor-context > *:nth-child(926),
  .animate.common-content > *:nth-child(926),
  .animate .feedback-block-detail-item:nth-child(926) {
    transition-delay: 74160ms; }
  .animate.common-editor-context > *:nth-child(927),
  .animate.common-content > *:nth-child(927),
  .animate .feedback-block-detail-item:nth-child(927) {
    transition-delay: 74240ms; }
  .animate.common-editor-context > *:nth-child(928),
  .animate.common-content > *:nth-child(928),
  .animate .feedback-block-detail-item:nth-child(928) {
    transition-delay: 74320ms; }
  .animate.common-editor-context > *:nth-child(929),
  .animate.common-content > *:nth-child(929),
  .animate .feedback-block-detail-item:nth-child(929) {
    transition-delay: 74400ms; }
  .animate.common-editor-context > *:nth-child(930),
  .animate.common-content > *:nth-child(930),
  .animate .feedback-block-detail-item:nth-child(930) {
    transition-delay: 74480ms; }
  .animate.common-editor-context > *:nth-child(931),
  .animate.common-content > *:nth-child(931),
  .animate .feedback-block-detail-item:nth-child(931) {
    transition-delay: 74560ms; }
  .animate.common-editor-context > *:nth-child(932),
  .animate.common-content > *:nth-child(932),
  .animate .feedback-block-detail-item:nth-child(932) {
    transition-delay: 74640ms; }
  .animate.common-editor-context > *:nth-child(933),
  .animate.common-content > *:nth-child(933),
  .animate .feedback-block-detail-item:nth-child(933) {
    transition-delay: 74720ms; }
  .animate.common-editor-context > *:nth-child(934),
  .animate.common-content > *:nth-child(934),
  .animate .feedback-block-detail-item:nth-child(934) {
    transition-delay: 74800ms; }
  .animate.common-editor-context > *:nth-child(935),
  .animate.common-content > *:nth-child(935),
  .animate .feedback-block-detail-item:nth-child(935) {
    transition-delay: 74880ms; }
  .animate.common-editor-context > *:nth-child(936),
  .animate.common-content > *:nth-child(936),
  .animate .feedback-block-detail-item:nth-child(936) {
    transition-delay: 74960ms; }
  .animate.common-editor-context > *:nth-child(937),
  .animate.common-content > *:nth-child(937),
  .animate .feedback-block-detail-item:nth-child(937) {
    transition-delay: 75040ms; }
  .animate.common-editor-context > *:nth-child(938),
  .animate.common-content > *:nth-child(938),
  .animate .feedback-block-detail-item:nth-child(938) {
    transition-delay: 75120ms; }
  .animate.common-editor-context > *:nth-child(939),
  .animate.common-content > *:nth-child(939),
  .animate .feedback-block-detail-item:nth-child(939) {
    transition-delay: 75200ms; }
  .animate.common-editor-context > *:nth-child(940),
  .animate.common-content > *:nth-child(940),
  .animate .feedback-block-detail-item:nth-child(940) {
    transition-delay: 75280ms; }
  .animate.common-editor-context > *:nth-child(941),
  .animate.common-content > *:nth-child(941),
  .animate .feedback-block-detail-item:nth-child(941) {
    transition-delay: 75360ms; }
  .animate.common-editor-context > *:nth-child(942),
  .animate.common-content > *:nth-child(942),
  .animate .feedback-block-detail-item:nth-child(942) {
    transition-delay: 75440ms; }
  .animate.common-editor-context > *:nth-child(943),
  .animate.common-content > *:nth-child(943),
  .animate .feedback-block-detail-item:nth-child(943) {
    transition-delay: 75520ms; }
  .animate.common-editor-context > *:nth-child(944),
  .animate.common-content > *:nth-child(944),
  .animate .feedback-block-detail-item:nth-child(944) {
    transition-delay: 75600ms; }
  .animate.common-editor-context > *:nth-child(945),
  .animate.common-content > *:nth-child(945),
  .animate .feedback-block-detail-item:nth-child(945) {
    transition-delay: 75680ms; }
  .animate.common-editor-context > *:nth-child(946),
  .animate.common-content > *:nth-child(946),
  .animate .feedback-block-detail-item:nth-child(946) {
    transition-delay: 75760ms; }
  .animate.common-editor-context > *:nth-child(947),
  .animate.common-content > *:nth-child(947),
  .animate .feedback-block-detail-item:nth-child(947) {
    transition-delay: 75840ms; }
  .animate.common-editor-context > *:nth-child(948),
  .animate.common-content > *:nth-child(948),
  .animate .feedback-block-detail-item:nth-child(948) {
    transition-delay: 75920ms; }
  .animate.common-editor-context > *:nth-child(949),
  .animate.common-content > *:nth-child(949),
  .animate .feedback-block-detail-item:nth-child(949) {
    transition-delay: 76000ms; }
  .animate.common-editor-context > *:nth-child(950),
  .animate.common-content > *:nth-child(950),
  .animate .feedback-block-detail-item:nth-child(950) {
    transition-delay: 76080ms; }
  .animate.common-editor-context > *:nth-child(951),
  .animate.common-content > *:nth-child(951),
  .animate .feedback-block-detail-item:nth-child(951) {
    transition-delay: 76160ms; }
  .animate.common-editor-context > *:nth-child(952),
  .animate.common-content > *:nth-child(952),
  .animate .feedback-block-detail-item:nth-child(952) {
    transition-delay: 76240ms; }
  .animate.common-editor-context > *:nth-child(953),
  .animate.common-content > *:nth-child(953),
  .animate .feedback-block-detail-item:nth-child(953) {
    transition-delay: 76320ms; }
  .animate.common-editor-context > *:nth-child(954),
  .animate.common-content > *:nth-child(954),
  .animate .feedback-block-detail-item:nth-child(954) {
    transition-delay: 76400ms; }
  .animate.common-editor-context > *:nth-child(955),
  .animate.common-content > *:nth-child(955),
  .animate .feedback-block-detail-item:nth-child(955) {
    transition-delay: 76480ms; }
  .animate.common-editor-context > *:nth-child(956),
  .animate.common-content > *:nth-child(956),
  .animate .feedback-block-detail-item:nth-child(956) {
    transition-delay: 76560ms; }
  .animate.common-editor-context > *:nth-child(957),
  .animate.common-content > *:nth-child(957),
  .animate .feedback-block-detail-item:nth-child(957) {
    transition-delay: 76640ms; }
  .animate.common-editor-context > *:nth-child(958),
  .animate.common-content > *:nth-child(958),
  .animate .feedback-block-detail-item:nth-child(958) {
    transition-delay: 76720ms; }
  .animate.common-editor-context > *:nth-child(959),
  .animate.common-content > *:nth-child(959),
  .animate .feedback-block-detail-item:nth-child(959) {
    transition-delay: 76800ms; }
  .animate.common-editor-context > *:nth-child(960),
  .animate.common-content > *:nth-child(960),
  .animate .feedback-block-detail-item:nth-child(960) {
    transition-delay: 76880ms; }
  .animate.common-editor-context > *:nth-child(961),
  .animate.common-content > *:nth-child(961),
  .animate .feedback-block-detail-item:nth-child(961) {
    transition-delay: 76960ms; }
  .animate.common-editor-context > *:nth-child(962),
  .animate.common-content > *:nth-child(962),
  .animate .feedback-block-detail-item:nth-child(962) {
    transition-delay: 77040ms; }
  .animate.common-editor-context > *:nth-child(963),
  .animate.common-content > *:nth-child(963),
  .animate .feedback-block-detail-item:nth-child(963) {
    transition-delay: 77120ms; }
  .animate.common-editor-context > *:nth-child(964),
  .animate.common-content > *:nth-child(964),
  .animate .feedback-block-detail-item:nth-child(964) {
    transition-delay: 77200ms; }
  .animate.common-editor-context > *:nth-child(965),
  .animate.common-content > *:nth-child(965),
  .animate .feedback-block-detail-item:nth-child(965) {
    transition-delay: 77280ms; }
  .animate.common-editor-context > *:nth-child(966),
  .animate.common-content > *:nth-child(966),
  .animate .feedback-block-detail-item:nth-child(966) {
    transition-delay: 77360ms; }
  .animate.common-editor-context > *:nth-child(967),
  .animate.common-content > *:nth-child(967),
  .animate .feedback-block-detail-item:nth-child(967) {
    transition-delay: 77440ms; }
  .animate.common-editor-context > *:nth-child(968),
  .animate.common-content > *:nth-child(968),
  .animate .feedback-block-detail-item:nth-child(968) {
    transition-delay: 77520ms; }
  .animate.common-editor-context > *:nth-child(969),
  .animate.common-content > *:nth-child(969),
  .animate .feedback-block-detail-item:nth-child(969) {
    transition-delay: 77600ms; }
  .animate.common-editor-context > *:nth-child(970),
  .animate.common-content > *:nth-child(970),
  .animate .feedback-block-detail-item:nth-child(970) {
    transition-delay: 77680ms; }
  .animate.common-editor-context > *:nth-child(971),
  .animate.common-content > *:nth-child(971),
  .animate .feedback-block-detail-item:nth-child(971) {
    transition-delay: 77760ms; }
  .animate.common-editor-context > *:nth-child(972),
  .animate.common-content > *:nth-child(972),
  .animate .feedback-block-detail-item:nth-child(972) {
    transition-delay: 77840ms; }
  .animate.common-editor-context > *:nth-child(973),
  .animate.common-content > *:nth-child(973),
  .animate .feedback-block-detail-item:nth-child(973) {
    transition-delay: 77920ms; }
  .animate.common-editor-context > *:nth-child(974),
  .animate.common-content > *:nth-child(974),
  .animate .feedback-block-detail-item:nth-child(974) {
    transition-delay: 78000ms; }
  .animate.common-editor-context > *:nth-child(975),
  .animate.common-content > *:nth-child(975),
  .animate .feedback-block-detail-item:nth-child(975) {
    transition-delay: 78080ms; }
  .animate.common-editor-context > *:nth-child(976),
  .animate.common-content > *:nth-child(976),
  .animate .feedback-block-detail-item:nth-child(976) {
    transition-delay: 78160ms; }
  .animate.common-editor-context > *:nth-child(977),
  .animate.common-content > *:nth-child(977),
  .animate .feedback-block-detail-item:nth-child(977) {
    transition-delay: 78240ms; }
  .animate.common-editor-context > *:nth-child(978),
  .animate.common-content > *:nth-child(978),
  .animate .feedback-block-detail-item:nth-child(978) {
    transition-delay: 78320ms; }
  .animate.common-editor-context > *:nth-child(979),
  .animate.common-content > *:nth-child(979),
  .animate .feedback-block-detail-item:nth-child(979) {
    transition-delay: 78400ms; }
  .animate.common-editor-context > *:nth-child(980),
  .animate.common-content > *:nth-child(980),
  .animate .feedback-block-detail-item:nth-child(980) {
    transition-delay: 78480ms; }
  .animate.common-editor-context > *:nth-child(981),
  .animate.common-content > *:nth-child(981),
  .animate .feedback-block-detail-item:nth-child(981) {
    transition-delay: 78560ms; }
  .animate.common-editor-context > *:nth-child(982),
  .animate.common-content > *:nth-child(982),
  .animate .feedback-block-detail-item:nth-child(982) {
    transition-delay: 78640ms; }
  .animate.common-editor-context > *:nth-child(983),
  .animate.common-content > *:nth-child(983),
  .animate .feedback-block-detail-item:nth-child(983) {
    transition-delay: 78720ms; }
  .animate.common-editor-context > *:nth-child(984),
  .animate.common-content > *:nth-child(984),
  .animate .feedback-block-detail-item:nth-child(984) {
    transition-delay: 78800ms; }
  .animate.common-editor-context > *:nth-child(985),
  .animate.common-content > *:nth-child(985),
  .animate .feedback-block-detail-item:nth-child(985) {
    transition-delay: 78880ms; }
  .animate.common-editor-context > *:nth-child(986),
  .animate.common-content > *:nth-child(986),
  .animate .feedback-block-detail-item:nth-child(986) {
    transition-delay: 78960ms; }
  .animate.common-editor-context > *:nth-child(987),
  .animate.common-content > *:nth-child(987),
  .animate .feedback-block-detail-item:nth-child(987) {
    transition-delay: 79040ms; }
  .animate.common-editor-context > *:nth-child(988),
  .animate.common-content > *:nth-child(988),
  .animate .feedback-block-detail-item:nth-child(988) {
    transition-delay: 79120ms; }
  .animate.common-editor-context > *:nth-child(989),
  .animate.common-content > *:nth-child(989),
  .animate .feedback-block-detail-item:nth-child(989) {
    transition-delay: 79200ms; }
  .animate.common-editor-context > *:nth-child(990),
  .animate.common-content > *:nth-child(990),
  .animate .feedback-block-detail-item:nth-child(990) {
    transition-delay: 79280ms; }
  .animate.common-editor-context > *:nth-child(991),
  .animate.common-content > *:nth-child(991),
  .animate .feedback-block-detail-item:nth-child(991) {
    transition-delay: 79360ms; }
  .animate.common-editor-context > *:nth-child(992),
  .animate.common-content > *:nth-child(992),
  .animate .feedback-block-detail-item:nth-child(992) {
    transition-delay: 79440ms; }
  .animate.common-editor-context > *:nth-child(993),
  .animate.common-content > *:nth-child(993),
  .animate .feedback-block-detail-item:nth-child(993) {
    transition-delay: 79520ms; }
  .animate.common-editor-context > *:nth-child(994),
  .animate.common-content > *:nth-child(994),
  .animate .feedback-block-detail-item:nth-child(994) {
    transition-delay: 79600ms; }
  .animate.common-editor-context > *:nth-child(995),
  .animate.common-content > *:nth-child(995),
  .animate .feedback-block-detail-item:nth-child(995) {
    transition-delay: 79680ms; }
  .animate.common-editor-context > *:nth-child(996),
  .animate.common-content > *:nth-child(996),
  .animate .feedback-block-detail-item:nth-child(996) {
    transition-delay: 79760ms; }
  .animate.common-editor-context > *:nth-child(997),
  .animate.common-content > *:nth-child(997),
  .animate .feedback-block-detail-item:nth-child(997) {
    transition-delay: 79840ms; }
  .animate.common-editor-context > *:nth-child(998),
  .animate.common-content > *:nth-child(998),
  .animate .feedback-block-detail-item:nth-child(998) {
    transition-delay: 79920ms; }
  .animate.common-editor-context > *:nth-child(999),
  .animate.common-content > *:nth-child(999),
  .animate .feedback-block-detail-item:nth-child(999) {
    transition-delay: 80000ms; }
  .animate.common-editor-context > *:nth-child(1000),
  .animate.common-content > *:nth-child(1000),
  .animate .feedback-block-detail-item:nth-child(1000) {
    transition-delay: 80080ms; }
  .animate.news-content .news-item:nth-child(1),
  .animate .vacation-item:nth-child(1),
  .animate .services-col:nth-child(1) {
    transition-delay: 720ms; }
  .animate.news-content .news-item:nth-child(2),
  .animate .vacation-item:nth-child(2),
  .animate .services-col:nth-child(2) {
    transition-delay: 800ms; }
  .animate.news-content .news-item:nth-child(3),
  .animate .vacation-item:nth-child(3),
  .animate .services-col:nth-child(3) {
    transition-delay: 880ms; }
  .animate.news-content .news-item:nth-child(4),
  .animate .vacation-item:nth-child(4),
  .animate .services-col:nth-child(4) {
    transition-delay: 960ms; }
  .animate.news-content .news-item:nth-child(5),
  .animate .vacation-item:nth-child(5),
  .animate .services-col:nth-child(5) {
    transition-delay: 1040ms; }
  .animate.news-content .news-item:nth-child(6),
  .animate .vacation-item:nth-child(6),
  .animate .services-col:nth-child(6) {
    transition-delay: 1120ms; }
  .animate.news-content .news-item:nth-child(7),
  .animate .vacation-item:nth-child(7),
  .animate .services-col:nth-child(7) {
    transition-delay: 1200ms; }
  .animate.news-content .news-item:nth-child(8),
  .animate .vacation-item:nth-child(8),
  .animate .services-col:nth-child(8) {
    transition-delay: 1280ms; }
  .animate.news-content .news-item:nth-child(9),
  .animate .vacation-item:nth-child(9),
  .animate .services-col:nth-child(9) {
    transition-delay: 1360ms; }
  .animate.news-content .news-item:nth-child(10),
  .animate .vacation-item:nth-child(10),
  .animate .services-col:nth-child(10) {
    transition-delay: 1440ms; }
  .animate.news-content .news-item:nth-child(11),
  .animate .vacation-item:nth-child(11),
  .animate .services-col:nth-child(11) {
    transition-delay: 1520ms; }
  .animate.news-content .news-item:nth-child(12),
  .animate .vacation-item:nth-child(12),
  .animate .services-col:nth-child(12) {
    transition-delay: 1600ms; }
  .animate.news-content .news-item:nth-child(13),
  .animate .vacation-item:nth-child(13),
  .animate .services-col:nth-child(13) {
    transition-delay: 1680ms; }
  .animate.news-content .news-item:nth-child(14),
  .animate .vacation-item:nth-child(14),
  .animate .services-col:nth-child(14) {
    transition-delay: 1760ms; }
  .animate.news-content .news-item:nth-child(15),
  .animate .vacation-item:nth-child(15),
  .animate .services-col:nth-child(15) {
    transition-delay: 1840ms; }
  .animate.news-content .news-item:nth-child(16),
  .animate .vacation-item:nth-child(16),
  .animate .services-col:nth-child(16) {
    transition-delay: 1920ms; }
  .animate.news-content .news-item:nth-child(17),
  .animate .vacation-item:nth-child(17),
  .animate .services-col:nth-child(17) {
    transition-delay: 2000ms; }
  .animate.news-content .news-item:nth-child(18),
  .animate .vacation-item:nth-child(18),
  .animate .services-col:nth-child(18) {
    transition-delay: 2080ms; }
  .animate.news-content .news-item:nth-child(19),
  .animate .vacation-item:nth-child(19),
  .animate .services-col:nth-child(19) {
    transition-delay: 2160ms; }
  .animate.news-content .news-item:nth-child(20),
  .animate .vacation-item:nth-child(20),
  .animate .services-col:nth-child(20) {
    transition-delay: 2240ms; }
  .animate.news-content .news-item:nth-child(21),
  .animate .vacation-item:nth-child(21),
  .animate .services-col:nth-child(21) {
    transition-delay: 2320ms; }
  .animate.news-content .news-item:nth-child(22),
  .animate .vacation-item:nth-child(22),
  .animate .services-col:nth-child(22) {
    transition-delay: 2400ms; }
  .animate.news-content .news-item:nth-child(23),
  .animate .vacation-item:nth-child(23),
  .animate .services-col:nth-child(23) {
    transition-delay: 2480ms; }
  .animate.news-content .news-item:nth-child(24),
  .animate .vacation-item:nth-child(24),
  .animate .services-col:nth-child(24) {
    transition-delay: 2560ms; }
  .animate.news-content .news-item:nth-child(25),
  .animate .vacation-item:nth-child(25),
  .animate .services-col:nth-child(25) {
    transition-delay: 2640ms; }
  .animate.news-content .news-item:nth-child(26),
  .animate .vacation-item:nth-child(26),
  .animate .services-col:nth-child(26) {
    transition-delay: 2720ms; }
  .animate.news-content .news-item:nth-child(27),
  .animate .vacation-item:nth-child(27),
  .animate .services-col:nth-child(27) {
    transition-delay: 2800ms; }
  .animate.news-content .news-item:nth-child(28),
  .animate .vacation-item:nth-child(28),
  .animate .services-col:nth-child(28) {
    transition-delay: 2880ms; }
  .animate.news-content .news-item:nth-child(29),
  .animate .vacation-item:nth-child(29),
  .animate .services-col:nth-child(29) {
    transition-delay: 2960ms; }
  .animate.news-content .news-item:nth-child(30),
  .animate .vacation-item:nth-child(30),
  .animate .services-col:nth-child(30) {
    transition-delay: 3040ms; }
  .animate.news-content .news-item:nth-child(31),
  .animate .vacation-item:nth-child(31),
  .animate .services-col:nth-child(31) {
    transition-delay: 3120ms; }
  .animate.news-content .news-item:nth-child(32),
  .animate .vacation-item:nth-child(32),
  .animate .services-col:nth-child(32) {
    transition-delay: 3200ms; }
  .animate.news-content .news-item:nth-child(33),
  .animate .vacation-item:nth-child(33),
  .animate .services-col:nth-child(33) {
    transition-delay: 3280ms; }
  .animate.news-content .news-item:nth-child(34),
  .animate .vacation-item:nth-child(34),
  .animate .services-col:nth-child(34) {
    transition-delay: 3360ms; }
  .animate.news-content .news-item:nth-child(35),
  .animate .vacation-item:nth-child(35),
  .animate .services-col:nth-child(35) {
    transition-delay: 3440ms; }
  .animate.news-content .news-item:nth-child(36),
  .animate .vacation-item:nth-child(36),
  .animate .services-col:nth-child(36) {
    transition-delay: 3520ms; }
  .animate.news-content .news-item:nth-child(37),
  .animate .vacation-item:nth-child(37),
  .animate .services-col:nth-child(37) {
    transition-delay: 3600ms; }
  .animate.news-content .news-item:nth-child(38),
  .animate .vacation-item:nth-child(38),
  .animate .services-col:nth-child(38) {
    transition-delay: 3680ms; }
  .animate.news-content .news-item:nth-child(39),
  .animate .vacation-item:nth-child(39),
  .animate .services-col:nth-child(39) {
    transition-delay: 3760ms; }
  .animate.news-content .news-item:nth-child(40),
  .animate .vacation-item:nth-child(40),
  .animate .services-col:nth-child(40) {
    transition-delay: 3840ms; }
  .animate.news-content .news-item:nth-child(41),
  .animate .vacation-item:nth-child(41),
  .animate .services-col:nth-child(41) {
    transition-delay: 3920ms; }
  .animate.news-content .news-item:nth-child(42),
  .animate .vacation-item:nth-child(42),
  .animate .services-col:nth-child(42) {
    transition-delay: 4000ms; }
  .animate.news-content .news-item:nth-child(43),
  .animate .vacation-item:nth-child(43),
  .animate .services-col:nth-child(43) {
    transition-delay: 4080ms; }
  .animate.news-content .news-item:nth-child(44),
  .animate .vacation-item:nth-child(44),
  .animate .services-col:nth-child(44) {
    transition-delay: 4160ms; }
  .animate.news-content .news-item:nth-child(45),
  .animate .vacation-item:nth-child(45),
  .animate .services-col:nth-child(45) {
    transition-delay: 4240ms; }
  .animate.news-content .news-item:nth-child(46),
  .animate .vacation-item:nth-child(46),
  .animate .services-col:nth-child(46) {
    transition-delay: 4320ms; }
  .animate.news-content .news-item:nth-child(47),
  .animate .vacation-item:nth-child(47),
  .animate .services-col:nth-child(47) {
    transition-delay: 4400ms; }
  .animate.news-content .news-item:nth-child(48),
  .animate .vacation-item:nth-child(48),
  .animate .services-col:nth-child(48) {
    transition-delay: 4480ms; }
  .animate.news-content .news-item:nth-child(49),
  .animate .vacation-item:nth-child(49),
  .animate .services-col:nth-child(49) {
    transition-delay: 4560ms; }
  .animate.news-content .news-item:nth-child(50),
  .animate .vacation-item:nth-child(50),
  .animate .services-col:nth-child(50) {
    transition-delay: 4640ms; }
  .animate.news-content .news-item:nth-child(51),
  .animate .vacation-item:nth-child(51),
  .animate .services-col:nth-child(51) {
    transition-delay: 4720ms; }
  .animate.news-content .news-item:nth-child(52),
  .animate .vacation-item:nth-child(52),
  .animate .services-col:nth-child(52) {
    transition-delay: 4800ms; }
  .animate.news-content .news-item:nth-child(53),
  .animate .vacation-item:nth-child(53),
  .animate .services-col:nth-child(53) {
    transition-delay: 4880ms; }
  .animate.news-content .news-item:nth-child(54),
  .animate .vacation-item:nth-child(54),
  .animate .services-col:nth-child(54) {
    transition-delay: 4960ms; }
  .animate.news-content .news-item:nth-child(55),
  .animate .vacation-item:nth-child(55),
  .animate .services-col:nth-child(55) {
    transition-delay: 5040ms; }
  .animate.news-content .news-item:nth-child(56),
  .animate .vacation-item:nth-child(56),
  .animate .services-col:nth-child(56) {
    transition-delay: 5120ms; }
  .animate.news-content .news-item:nth-child(57),
  .animate .vacation-item:nth-child(57),
  .animate .services-col:nth-child(57) {
    transition-delay: 5200ms; }
  .animate.news-content .news-item:nth-child(58),
  .animate .vacation-item:nth-child(58),
  .animate .services-col:nth-child(58) {
    transition-delay: 5280ms; }
  .animate.news-content .news-item:nth-child(59),
  .animate .vacation-item:nth-child(59),
  .animate .services-col:nth-child(59) {
    transition-delay: 5360ms; }
  .animate.news-content .news-item:nth-child(60),
  .animate .vacation-item:nth-child(60),
  .animate .services-col:nth-child(60) {
    transition-delay: 5440ms; }
  .animate.news-content .news-item:nth-child(61),
  .animate .vacation-item:nth-child(61),
  .animate .services-col:nth-child(61) {
    transition-delay: 5520ms; }
  .animate.news-content .news-item:nth-child(62),
  .animate .vacation-item:nth-child(62),
  .animate .services-col:nth-child(62) {
    transition-delay: 5600ms; }
  .animate.news-content .news-item:nth-child(63),
  .animate .vacation-item:nth-child(63),
  .animate .services-col:nth-child(63) {
    transition-delay: 5680ms; }
  .animate.news-content .news-item:nth-child(64),
  .animate .vacation-item:nth-child(64),
  .animate .services-col:nth-child(64) {
    transition-delay: 5760ms; }
  .animate.news-content .news-item:nth-child(65),
  .animate .vacation-item:nth-child(65),
  .animate .services-col:nth-child(65) {
    transition-delay: 5840ms; }
  .animate.news-content .news-item:nth-child(66),
  .animate .vacation-item:nth-child(66),
  .animate .services-col:nth-child(66) {
    transition-delay: 5920ms; }
  .animate.news-content .news-item:nth-child(67),
  .animate .vacation-item:nth-child(67),
  .animate .services-col:nth-child(67) {
    transition-delay: 6000ms; }
  .animate.news-content .news-item:nth-child(68),
  .animate .vacation-item:nth-child(68),
  .animate .services-col:nth-child(68) {
    transition-delay: 6080ms; }
  .animate.news-content .news-item:nth-child(69),
  .animate .vacation-item:nth-child(69),
  .animate .services-col:nth-child(69) {
    transition-delay: 6160ms; }
  .animate.news-content .news-item:nth-child(70),
  .animate .vacation-item:nth-child(70),
  .animate .services-col:nth-child(70) {
    transition-delay: 6240ms; }
  .animate.news-content .news-item:nth-child(71),
  .animate .vacation-item:nth-child(71),
  .animate .services-col:nth-child(71) {
    transition-delay: 6320ms; }
  .animate.news-content .news-item:nth-child(72),
  .animate .vacation-item:nth-child(72),
  .animate .services-col:nth-child(72) {
    transition-delay: 6400ms; }
  .animate.news-content .news-item:nth-child(73),
  .animate .vacation-item:nth-child(73),
  .animate .services-col:nth-child(73) {
    transition-delay: 6480ms; }
  .animate.news-content .news-item:nth-child(74),
  .animate .vacation-item:nth-child(74),
  .animate .services-col:nth-child(74) {
    transition-delay: 6560ms; }
  .animate.news-content .news-item:nth-child(75),
  .animate .vacation-item:nth-child(75),
  .animate .services-col:nth-child(75) {
    transition-delay: 6640ms; }
  .animate.news-content .news-item:nth-child(76),
  .animate .vacation-item:nth-child(76),
  .animate .services-col:nth-child(76) {
    transition-delay: 6720ms; }
  .animate.news-content .news-item:nth-child(77),
  .animate .vacation-item:nth-child(77),
  .animate .services-col:nth-child(77) {
    transition-delay: 6800ms; }
  .animate.news-content .news-item:nth-child(78),
  .animate .vacation-item:nth-child(78),
  .animate .services-col:nth-child(78) {
    transition-delay: 6880ms; }
  .animate.news-content .news-item:nth-child(79),
  .animate .vacation-item:nth-child(79),
  .animate .services-col:nth-child(79) {
    transition-delay: 6960ms; }
  .animate.news-content .news-item:nth-child(80),
  .animate .vacation-item:nth-child(80),
  .animate .services-col:nth-child(80) {
    transition-delay: 7040ms; }
  .animate.news-content .news-item:nth-child(81),
  .animate .vacation-item:nth-child(81),
  .animate .services-col:nth-child(81) {
    transition-delay: 7120ms; }
  .animate.news-content .news-item:nth-child(82),
  .animate .vacation-item:nth-child(82),
  .animate .services-col:nth-child(82) {
    transition-delay: 7200ms; }
  .animate.news-content .news-item:nth-child(83),
  .animate .vacation-item:nth-child(83),
  .animate .services-col:nth-child(83) {
    transition-delay: 7280ms; }
  .animate.news-content .news-item:nth-child(84),
  .animate .vacation-item:nth-child(84),
  .animate .services-col:nth-child(84) {
    transition-delay: 7360ms; }
  .animate.news-content .news-item:nth-child(85),
  .animate .vacation-item:nth-child(85),
  .animate .services-col:nth-child(85) {
    transition-delay: 7440ms; }
  .animate.news-content .news-item:nth-child(86),
  .animate .vacation-item:nth-child(86),
  .animate .services-col:nth-child(86) {
    transition-delay: 7520ms; }
  .animate.news-content .news-item:nth-child(87),
  .animate .vacation-item:nth-child(87),
  .animate .services-col:nth-child(87) {
    transition-delay: 7600ms; }
  .animate.news-content .news-item:nth-child(88),
  .animate .vacation-item:nth-child(88),
  .animate .services-col:nth-child(88) {
    transition-delay: 7680ms; }
  .animate.news-content .news-item:nth-child(89),
  .animate .vacation-item:nth-child(89),
  .animate .services-col:nth-child(89) {
    transition-delay: 7760ms; }
  .animate.news-content .news-item:nth-child(90),
  .animate .vacation-item:nth-child(90),
  .animate .services-col:nth-child(90) {
    transition-delay: 7840ms; }
  .animate.news-content .news-item:nth-child(91),
  .animate .vacation-item:nth-child(91),
  .animate .services-col:nth-child(91) {
    transition-delay: 7920ms; }
  .animate.news-content .news-item:nth-child(92),
  .animate .vacation-item:nth-child(92),
  .animate .services-col:nth-child(92) {
    transition-delay: 8000ms; }
  .animate.news-content .news-item:nth-child(93),
  .animate .vacation-item:nth-child(93),
  .animate .services-col:nth-child(93) {
    transition-delay: 8080ms; }
  .animate.news-content .news-item:nth-child(94),
  .animate .vacation-item:nth-child(94),
  .animate .services-col:nth-child(94) {
    transition-delay: 8160ms; }
  .animate.news-content .news-item:nth-child(95),
  .animate .vacation-item:nth-child(95),
  .animate .services-col:nth-child(95) {
    transition-delay: 8240ms; }
  .animate.news-content .news-item:nth-child(96),
  .animate .vacation-item:nth-child(96),
  .animate .services-col:nth-child(96) {
    transition-delay: 8320ms; }
  .animate.news-content .news-item:nth-child(97),
  .animate .vacation-item:nth-child(97),
  .animate .services-col:nth-child(97) {
    transition-delay: 8400ms; }
  .animate.news-content .news-item:nth-child(98),
  .animate .vacation-item:nth-child(98),
  .animate .services-col:nth-child(98) {
    transition-delay: 8480ms; }
  .animate.news-content .news-item:nth-child(99),
  .animate .vacation-item:nth-child(99),
  .animate .services-col:nth-child(99) {
    transition-delay: 8560ms; }
  .animate.news-content .news-item:nth-child(100),
  .animate .vacation-item:nth-child(100),
  .animate .services-col:nth-child(100) {
    transition-delay: 8640ms; }
  .animate.news-content .news-item:nth-child(101),
  .animate .vacation-item:nth-child(101),
  .animate .services-col:nth-child(101) {
    transition-delay: 8720ms; }
  .animate.news-content .news-item:nth-child(102),
  .animate .vacation-item:nth-child(102),
  .animate .services-col:nth-child(102) {
    transition-delay: 8800ms; }
  .animate.news-content .news-item:nth-child(103),
  .animate .vacation-item:nth-child(103),
  .animate .services-col:nth-child(103) {
    transition-delay: 8880ms; }
  .animate.news-content .news-item:nth-child(104),
  .animate .vacation-item:nth-child(104),
  .animate .services-col:nth-child(104) {
    transition-delay: 8960ms; }
  .animate.news-content .news-item:nth-child(105),
  .animate .vacation-item:nth-child(105),
  .animate .services-col:nth-child(105) {
    transition-delay: 9040ms; }
  .animate.news-content .news-item:nth-child(106),
  .animate .vacation-item:nth-child(106),
  .animate .services-col:nth-child(106) {
    transition-delay: 9120ms; }
  .animate.news-content .news-item:nth-child(107),
  .animate .vacation-item:nth-child(107),
  .animate .services-col:nth-child(107) {
    transition-delay: 9200ms; }
  .animate.news-content .news-item:nth-child(108),
  .animate .vacation-item:nth-child(108),
  .animate .services-col:nth-child(108) {
    transition-delay: 9280ms; }
  .animate.news-content .news-item:nth-child(109),
  .animate .vacation-item:nth-child(109),
  .animate .services-col:nth-child(109) {
    transition-delay: 9360ms; }
  .animate.news-content .news-item:nth-child(110),
  .animate .vacation-item:nth-child(110),
  .animate .services-col:nth-child(110) {
    transition-delay: 9440ms; }
  .animate.news-content .news-item:nth-child(111),
  .animate .vacation-item:nth-child(111),
  .animate .services-col:nth-child(111) {
    transition-delay: 9520ms; }
  .animate.news-content .news-item:nth-child(112),
  .animate .vacation-item:nth-child(112),
  .animate .services-col:nth-child(112) {
    transition-delay: 9600ms; }
  .animate.news-content .news-item:nth-child(113),
  .animate .vacation-item:nth-child(113),
  .animate .services-col:nth-child(113) {
    transition-delay: 9680ms; }
  .animate.news-content .news-item:nth-child(114),
  .animate .vacation-item:nth-child(114),
  .animate .services-col:nth-child(114) {
    transition-delay: 9760ms; }
  .animate.news-content .news-item:nth-child(115),
  .animate .vacation-item:nth-child(115),
  .animate .services-col:nth-child(115) {
    transition-delay: 9840ms; }
  .animate.news-content .news-item:nth-child(116),
  .animate .vacation-item:nth-child(116),
  .animate .services-col:nth-child(116) {
    transition-delay: 9920ms; }
  .animate.news-content .news-item:nth-child(117),
  .animate .vacation-item:nth-child(117),
  .animate .services-col:nth-child(117) {
    transition-delay: 10000ms; }
  .animate.news-content .news-item:nth-child(118),
  .animate .vacation-item:nth-child(118),
  .animate .services-col:nth-child(118) {
    transition-delay: 10080ms; }
  .animate.news-content .news-item:nth-child(119),
  .animate .vacation-item:nth-child(119),
  .animate .services-col:nth-child(119) {
    transition-delay: 10160ms; }
  .animate.news-content .news-item:nth-child(120),
  .animate .vacation-item:nth-child(120),
  .animate .services-col:nth-child(120) {
    transition-delay: 10240ms; }
  .animate.news-content .news-item:nth-child(121),
  .animate .vacation-item:nth-child(121),
  .animate .services-col:nth-child(121) {
    transition-delay: 10320ms; }
  .animate.news-content .news-item:nth-child(122),
  .animate .vacation-item:nth-child(122),
  .animate .services-col:nth-child(122) {
    transition-delay: 10400ms; }
  .animate.news-content .news-item:nth-child(123),
  .animate .vacation-item:nth-child(123),
  .animate .services-col:nth-child(123) {
    transition-delay: 10480ms; }
  .animate.news-content .news-item:nth-child(124),
  .animate .vacation-item:nth-child(124),
  .animate .services-col:nth-child(124) {
    transition-delay: 10560ms; }
  .animate.news-content .news-item:nth-child(125),
  .animate .vacation-item:nth-child(125),
  .animate .services-col:nth-child(125) {
    transition-delay: 10640ms; }
  .animate.news-content .news-item:nth-child(126),
  .animate .vacation-item:nth-child(126),
  .animate .services-col:nth-child(126) {
    transition-delay: 10720ms; }
  .animate.news-content .news-item:nth-child(127),
  .animate .vacation-item:nth-child(127),
  .animate .services-col:nth-child(127) {
    transition-delay: 10800ms; }
  .animate.news-content .news-item:nth-child(128),
  .animate .vacation-item:nth-child(128),
  .animate .services-col:nth-child(128) {
    transition-delay: 10880ms; }
  .animate.news-content .news-item:nth-child(129),
  .animate .vacation-item:nth-child(129),
  .animate .services-col:nth-child(129) {
    transition-delay: 10960ms; }
  .animate.news-content .news-item:nth-child(130),
  .animate .vacation-item:nth-child(130),
  .animate .services-col:nth-child(130) {
    transition-delay: 11040ms; }
  .animate.news-content .news-item:nth-child(131),
  .animate .vacation-item:nth-child(131),
  .animate .services-col:nth-child(131) {
    transition-delay: 11120ms; }
  .animate.news-content .news-item:nth-child(132),
  .animate .vacation-item:nth-child(132),
  .animate .services-col:nth-child(132) {
    transition-delay: 11200ms; }
  .animate.news-content .news-item:nth-child(133),
  .animate .vacation-item:nth-child(133),
  .animate .services-col:nth-child(133) {
    transition-delay: 11280ms; }
  .animate.news-content .news-item:nth-child(134),
  .animate .vacation-item:nth-child(134),
  .animate .services-col:nth-child(134) {
    transition-delay: 11360ms; }
  .animate.news-content .news-item:nth-child(135),
  .animate .vacation-item:nth-child(135),
  .animate .services-col:nth-child(135) {
    transition-delay: 11440ms; }
  .animate.news-content .news-item:nth-child(136),
  .animate .vacation-item:nth-child(136),
  .animate .services-col:nth-child(136) {
    transition-delay: 11520ms; }
  .animate.news-content .news-item:nth-child(137),
  .animate .vacation-item:nth-child(137),
  .animate .services-col:nth-child(137) {
    transition-delay: 11600ms; }
  .animate.news-content .news-item:nth-child(138),
  .animate .vacation-item:nth-child(138),
  .animate .services-col:nth-child(138) {
    transition-delay: 11680ms; }
  .animate.news-content .news-item:nth-child(139),
  .animate .vacation-item:nth-child(139),
  .animate .services-col:nth-child(139) {
    transition-delay: 11760ms; }
  .animate.news-content .news-item:nth-child(140),
  .animate .vacation-item:nth-child(140),
  .animate .services-col:nth-child(140) {
    transition-delay: 11840ms; }
  .animate.news-content .news-item:nth-child(141),
  .animate .vacation-item:nth-child(141),
  .animate .services-col:nth-child(141) {
    transition-delay: 11920ms; }
  .animate.news-content .news-item:nth-child(142),
  .animate .vacation-item:nth-child(142),
  .animate .services-col:nth-child(142) {
    transition-delay: 12000ms; }
  .animate.news-content .news-item:nth-child(143),
  .animate .vacation-item:nth-child(143),
  .animate .services-col:nth-child(143) {
    transition-delay: 12080ms; }
  .animate.news-content .news-item:nth-child(144),
  .animate .vacation-item:nth-child(144),
  .animate .services-col:nth-child(144) {
    transition-delay: 12160ms; }
  .animate.news-content .news-item:nth-child(145),
  .animate .vacation-item:nth-child(145),
  .animate .services-col:nth-child(145) {
    transition-delay: 12240ms; }
  .animate.news-content .news-item:nth-child(146),
  .animate .vacation-item:nth-child(146),
  .animate .services-col:nth-child(146) {
    transition-delay: 12320ms; }
  .animate.news-content .news-item:nth-child(147),
  .animate .vacation-item:nth-child(147),
  .animate .services-col:nth-child(147) {
    transition-delay: 12400ms; }
  .animate.news-content .news-item:nth-child(148),
  .animate .vacation-item:nth-child(148),
  .animate .services-col:nth-child(148) {
    transition-delay: 12480ms; }
  .animate.news-content .news-item:nth-child(149),
  .animate .vacation-item:nth-child(149),
  .animate .services-col:nth-child(149) {
    transition-delay: 12560ms; }
  .animate.news-content .news-item:nth-child(150),
  .animate .vacation-item:nth-child(150),
  .animate .services-col:nth-child(150) {
    transition-delay: 12640ms; }
  .animate.news-content .news-item:nth-child(151),
  .animate .vacation-item:nth-child(151),
  .animate .services-col:nth-child(151) {
    transition-delay: 12720ms; }
  .animate.news-content .news-item:nth-child(152),
  .animate .vacation-item:nth-child(152),
  .animate .services-col:nth-child(152) {
    transition-delay: 12800ms; }
  .animate.news-content .news-item:nth-child(153),
  .animate .vacation-item:nth-child(153),
  .animate .services-col:nth-child(153) {
    transition-delay: 12880ms; }
  .animate.news-content .news-item:nth-child(154),
  .animate .vacation-item:nth-child(154),
  .animate .services-col:nth-child(154) {
    transition-delay: 12960ms; }
  .animate.news-content .news-item:nth-child(155),
  .animate .vacation-item:nth-child(155),
  .animate .services-col:nth-child(155) {
    transition-delay: 13040ms; }
  .animate.news-content .news-item:nth-child(156),
  .animate .vacation-item:nth-child(156),
  .animate .services-col:nth-child(156) {
    transition-delay: 13120ms; }
  .animate.news-content .news-item:nth-child(157),
  .animate .vacation-item:nth-child(157),
  .animate .services-col:nth-child(157) {
    transition-delay: 13200ms; }
  .animate.news-content .news-item:nth-child(158),
  .animate .vacation-item:nth-child(158),
  .animate .services-col:nth-child(158) {
    transition-delay: 13280ms; }
  .animate.news-content .news-item:nth-child(159),
  .animate .vacation-item:nth-child(159),
  .animate .services-col:nth-child(159) {
    transition-delay: 13360ms; }
  .animate.news-content .news-item:nth-child(160),
  .animate .vacation-item:nth-child(160),
  .animate .services-col:nth-child(160) {
    transition-delay: 13440ms; }
  .animate.news-content .news-item:nth-child(161),
  .animate .vacation-item:nth-child(161),
  .animate .services-col:nth-child(161) {
    transition-delay: 13520ms; }
  .animate.news-content .news-item:nth-child(162),
  .animate .vacation-item:nth-child(162),
  .animate .services-col:nth-child(162) {
    transition-delay: 13600ms; }
  .animate.news-content .news-item:nth-child(163),
  .animate .vacation-item:nth-child(163),
  .animate .services-col:nth-child(163) {
    transition-delay: 13680ms; }
  .animate.news-content .news-item:nth-child(164),
  .animate .vacation-item:nth-child(164),
  .animate .services-col:nth-child(164) {
    transition-delay: 13760ms; }
  .animate.news-content .news-item:nth-child(165),
  .animate .vacation-item:nth-child(165),
  .animate .services-col:nth-child(165) {
    transition-delay: 13840ms; }
  .animate.news-content .news-item:nth-child(166),
  .animate .vacation-item:nth-child(166),
  .animate .services-col:nth-child(166) {
    transition-delay: 13920ms; }
  .animate.news-content .news-item:nth-child(167),
  .animate .vacation-item:nth-child(167),
  .animate .services-col:nth-child(167) {
    transition-delay: 14000ms; }
  .animate.news-content .news-item:nth-child(168),
  .animate .vacation-item:nth-child(168),
  .animate .services-col:nth-child(168) {
    transition-delay: 14080ms; }
  .animate.news-content .news-item:nth-child(169),
  .animate .vacation-item:nth-child(169),
  .animate .services-col:nth-child(169) {
    transition-delay: 14160ms; }
  .animate.news-content .news-item:nth-child(170),
  .animate .vacation-item:nth-child(170),
  .animate .services-col:nth-child(170) {
    transition-delay: 14240ms; }
  .animate.news-content .news-item:nth-child(171),
  .animate .vacation-item:nth-child(171),
  .animate .services-col:nth-child(171) {
    transition-delay: 14320ms; }
  .animate.news-content .news-item:nth-child(172),
  .animate .vacation-item:nth-child(172),
  .animate .services-col:nth-child(172) {
    transition-delay: 14400ms; }
  .animate.news-content .news-item:nth-child(173),
  .animate .vacation-item:nth-child(173),
  .animate .services-col:nth-child(173) {
    transition-delay: 14480ms; }
  .animate.news-content .news-item:nth-child(174),
  .animate .vacation-item:nth-child(174),
  .animate .services-col:nth-child(174) {
    transition-delay: 14560ms; }
  .animate.news-content .news-item:nth-child(175),
  .animate .vacation-item:nth-child(175),
  .animate .services-col:nth-child(175) {
    transition-delay: 14640ms; }
  .animate.news-content .news-item:nth-child(176),
  .animate .vacation-item:nth-child(176),
  .animate .services-col:nth-child(176) {
    transition-delay: 14720ms; }
  .animate.news-content .news-item:nth-child(177),
  .animate .vacation-item:nth-child(177),
  .animate .services-col:nth-child(177) {
    transition-delay: 14800ms; }
  .animate.news-content .news-item:nth-child(178),
  .animate .vacation-item:nth-child(178),
  .animate .services-col:nth-child(178) {
    transition-delay: 14880ms; }
  .animate.news-content .news-item:nth-child(179),
  .animate .vacation-item:nth-child(179),
  .animate .services-col:nth-child(179) {
    transition-delay: 14960ms; }
  .animate.news-content .news-item:nth-child(180),
  .animate .vacation-item:nth-child(180),
  .animate .services-col:nth-child(180) {
    transition-delay: 15040ms; }
  .animate.news-content .news-item:nth-child(181),
  .animate .vacation-item:nth-child(181),
  .animate .services-col:nth-child(181) {
    transition-delay: 15120ms; }
  .animate.news-content .news-item:nth-child(182),
  .animate .vacation-item:nth-child(182),
  .animate .services-col:nth-child(182) {
    transition-delay: 15200ms; }
  .animate.news-content .news-item:nth-child(183),
  .animate .vacation-item:nth-child(183),
  .animate .services-col:nth-child(183) {
    transition-delay: 15280ms; }
  .animate.news-content .news-item:nth-child(184),
  .animate .vacation-item:nth-child(184),
  .animate .services-col:nth-child(184) {
    transition-delay: 15360ms; }
  .animate.news-content .news-item:nth-child(185),
  .animate .vacation-item:nth-child(185),
  .animate .services-col:nth-child(185) {
    transition-delay: 15440ms; }
  .animate.news-content .news-item:nth-child(186),
  .animate .vacation-item:nth-child(186),
  .animate .services-col:nth-child(186) {
    transition-delay: 15520ms; }
  .animate.news-content .news-item:nth-child(187),
  .animate .vacation-item:nth-child(187),
  .animate .services-col:nth-child(187) {
    transition-delay: 15600ms; }
  .animate.news-content .news-item:nth-child(188),
  .animate .vacation-item:nth-child(188),
  .animate .services-col:nth-child(188) {
    transition-delay: 15680ms; }
  .animate.news-content .news-item:nth-child(189),
  .animate .vacation-item:nth-child(189),
  .animate .services-col:nth-child(189) {
    transition-delay: 15760ms; }
  .animate.news-content .news-item:nth-child(190),
  .animate .vacation-item:nth-child(190),
  .animate .services-col:nth-child(190) {
    transition-delay: 15840ms; }
  .animate.news-content .news-item:nth-child(191),
  .animate .vacation-item:nth-child(191),
  .animate .services-col:nth-child(191) {
    transition-delay: 15920ms; }
  .animate.news-content .news-item:nth-child(192),
  .animate .vacation-item:nth-child(192),
  .animate .services-col:nth-child(192) {
    transition-delay: 16000ms; }
  .animate.news-content .news-item:nth-child(193),
  .animate .vacation-item:nth-child(193),
  .animate .services-col:nth-child(193) {
    transition-delay: 16080ms; }
  .animate.news-content .news-item:nth-child(194),
  .animate .vacation-item:nth-child(194),
  .animate .services-col:nth-child(194) {
    transition-delay: 16160ms; }
  .animate.news-content .news-item:nth-child(195),
  .animate .vacation-item:nth-child(195),
  .animate .services-col:nth-child(195) {
    transition-delay: 16240ms; }
  .animate.news-content .news-item:nth-child(196),
  .animate .vacation-item:nth-child(196),
  .animate .services-col:nth-child(196) {
    transition-delay: 16320ms; }
  .animate.news-content .news-item:nth-child(197),
  .animate .vacation-item:nth-child(197),
  .animate .services-col:nth-child(197) {
    transition-delay: 16400ms; }
  .animate.news-content .news-item:nth-child(198),
  .animate .vacation-item:nth-child(198),
  .animate .services-col:nth-child(198) {
    transition-delay: 16480ms; }
  .animate.news-content .news-item:nth-child(199),
  .animate .vacation-item:nth-child(199),
  .animate .services-col:nth-child(199) {
    transition-delay: 16560ms; }
  .animate.news-content .news-item:nth-child(200),
  .animate .vacation-item:nth-child(200),
  .animate .services-col:nth-child(200) {
    transition-delay: 16640ms; }
  .animate.news-content .news-item:nth-child(201),
  .animate .vacation-item:nth-child(201),
  .animate .services-col:nth-child(201) {
    transition-delay: 16720ms; }
  .animate.news-content .news-item:nth-child(202),
  .animate .vacation-item:nth-child(202),
  .animate .services-col:nth-child(202) {
    transition-delay: 16800ms; }
  .animate.news-content .news-item:nth-child(203),
  .animate .vacation-item:nth-child(203),
  .animate .services-col:nth-child(203) {
    transition-delay: 16880ms; }
  .animate.news-content .news-item:nth-child(204),
  .animate .vacation-item:nth-child(204),
  .animate .services-col:nth-child(204) {
    transition-delay: 16960ms; }
  .animate.news-content .news-item:nth-child(205),
  .animate .vacation-item:nth-child(205),
  .animate .services-col:nth-child(205) {
    transition-delay: 17040ms; }
  .animate.news-content .news-item:nth-child(206),
  .animate .vacation-item:nth-child(206),
  .animate .services-col:nth-child(206) {
    transition-delay: 17120ms; }
  .animate.news-content .news-item:nth-child(207),
  .animate .vacation-item:nth-child(207),
  .animate .services-col:nth-child(207) {
    transition-delay: 17200ms; }
  .animate.news-content .news-item:nth-child(208),
  .animate .vacation-item:nth-child(208),
  .animate .services-col:nth-child(208) {
    transition-delay: 17280ms; }
  .animate.news-content .news-item:nth-child(209),
  .animate .vacation-item:nth-child(209),
  .animate .services-col:nth-child(209) {
    transition-delay: 17360ms; }
  .animate.news-content .news-item:nth-child(210),
  .animate .vacation-item:nth-child(210),
  .animate .services-col:nth-child(210) {
    transition-delay: 17440ms; }
  .animate.news-content .news-item:nth-child(211),
  .animate .vacation-item:nth-child(211),
  .animate .services-col:nth-child(211) {
    transition-delay: 17520ms; }
  .animate.news-content .news-item:nth-child(212),
  .animate .vacation-item:nth-child(212),
  .animate .services-col:nth-child(212) {
    transition-delay: 17600ms; }
  .animate.news-content .news-item:nth-child(213),
  .animate .vacation-item:nth-child(213),
  .animate .services-col:nth-child(213) {
    transition-delay: 17680ms; }
  .animate.news-content .news-item:nth-child(214),
  .animate .vacation-item:nth-child(214),
  .animate .services-col:nth-child(214) {
    transition-delay: 17760ms; }
  .animate.news-content .news-item:nth-child(215),
  .animate .vacation-item:nth-child(215),
  .animate .services-col:nth-child(215) {
    transition-delay: 17840ms; }
  .animate.news-content .news-item:nth-child(216),
  .animate .vacation-item:nth-child(216),
  .animate .services-col:nth-child(216) {
    transition-delay: 17920ms; }
  .animate.news-content .news-item:nth-child(217),
  .animate .vacation-item:nth-child(217),
  .animate .services-col:nth-child(217) {
    transition-delay: 18000ms; }
  .animate.news-content .news-item:nth-child(218),
  .animate .vacation-item:nth-child(218),
  .animate .services-col:nth-child(218) {
    transition-delay: 18080ms; }
  .animate.news-content .news-item:nth-child(219),
  .animate .vacation-item:nth-child(219),
  .animate .services-col:nth-child(219) {
    transition-delay: 18160ms; }
  .animate.news-content .news-item:nth-child(220),
  .animate .vacation-item:nth-child(220),
  .animate .services-col:nth-child(220) {
    transition-delay: 18240ms; }
  .animate.news-content .news-item:nth-child(221),
  .animate .vacation-item:nth-child(221),
  .animate .services-col:nth-child(221) {
    transition-delay: 18320ms; }
  .animate.news-content .news-item:nth-child(222),
  .animate .vacation-item:nth-child(222),
  .animate .services-col:nth-child(222) {
    transition-delay: 18400ms; }
  .animate.news-content .news-item:nth-child(223),
  .animate .vacation-item:nth-child(223),
  .animate .services-col:nth-child(223) {
    transition-delay: 18480ms; }
  .animate.news-content .news-item:nth-child(224),
  .animate .vacation-item:nth-child(224),
  .animate .services-col:nth-child(224) {
    transition-delay: 18560ms; }
  .animate.news-content .news-item:nth-child(225),
  .animate .vacation-item:nth-child(225),
  .animate .services-col:nth-child(225) {
    transition-delay: 18640ms; }
  .animate.news-content .news-item:nth-child(226),
  .animate .vacation-item:nth-child(226),
  .animate .services-col:nth-child(226) {
    transition-delay: 18720ms; }
  .animate.news-content .news-item:nth-child(227),
  .animate .vacation-item:nth-child(227),
  .animate .services-col:nth-child(227) {
    transition-delay: 18800ms; }
  .animate.news-content .news-item:nth-child(228),
  .animate .vacation-item:nth-child(228),
  .animate .services-col:nth-child(228) {
    transition-delay: 18880ms; }
  .animate.news-content .news-item:nth-child(229),
  .animate .vacation-item:nth-child(229),
  .animate .services-col:nth-child(229) {
    transition-delay: 18960ms; }
  .animate.news-content .news-item:nth-child(230),
  .animate .vacation-item:nth-child(230),
  .animate .services-col:nth-child(230) {
    transition-delay: 19040ms; }
  .animate.news-content .news-item:nth-child(231),
  .animate .vacation-item:nth-child(231),
  .animate .services-col:nth-child(231) {
    transition-delay: 19120ms; }
  .animate.news-content .news-item:nth-child(232),
  .animate .vacation-item:nth-child(232),
  .animate .services-col:nth-child(232) {
    transition-delay: 19200ms; }
  .animate.news-content .news-item:nth-child(233),
  .animate .vacation-item:nth-child(233),
  .animate .services-col:nth-child(233) {
    transition-delay: 19280ms; }
  .animate.news-content .news-item:nth-child(234),
  .animate .vacation-item:nth-child(234),
  .animate .services-col:nth-child(234) {
    transition-delay: 19360ms; }
  .animate.news-content .news-item:nth-child(235),
  .animate .vacation-item:nth-child(235),
  .animate .services-col:nth-child(235) {
    transition-delay: 19440ms; }
  .animate.news-content .news-item:nth-child(236),
  .animate .vacation-item:nth-child(236),
  .animate .services-col:nth-child(236) {
    transition-delay: 19520ms; }
  .animate.news-content .news-item:nth-child(237),
  .animate .vacation-item:nth-child(237),
  .animate .services-col:nth-child(237) {
    transition-delay: 19600ms; }
  .animate.news-content .news-item:nth-child(238),
  .animate .vacation-item:nth-child(238),
  .animate .services-col:nth-child(238) {
    transition-delay: 19680ms; }
  .animate.news-content .news-item:nth-child(239),
  .animate .vacation-item:nth-child(239),
  .animate .services-col:nth-child(239) {
    transition-delay: 19760ms; }
  .animate.news-content .news-item:nth-child(240),
  .animate .vacation-item:nth-child(240),
  .animate .services-col:nth-child(240) {
    transition-delay: 19840ms; }
  .animate.news-content .news-item:nth-child(241),
  .animate .vacation-item:nth-child(241),
  .animate .services-col:nth-child(241) {
    transition-delay: 19920ms; }
  .animate.news-content .news-item:nth-child(242),
  .animate .vacation-item:nth-child(242),
  .animate .services-col:nth-child(242) {
    transition-delay: 20000ms; }
  .animate.news-content .news-item:nth-child(243),
  .animate .vacation-item:nth-child(243),
  .animate .services-col:nth-child(243) {
    transition-delay: 20080ms; }
  .animate.news-content .news-item:nth-child(244),
  .animate .vacation-item:nth-child(244),
  .animate .services-col:nth-child(244) {
    transition-delay: 20160ms; }
  .animate.news-content .news-item:nth-child(245),
  .animate .vacation-item:nth-child(245),
  .animate .services-col:nth-child(245) {
    transition-delay: 20240ms; }
  .animate.news-content .news-item:nth-child(246),
  .animate .vacation-item:nth-child(246),
  .animate .services-col:nth-child(246) {
    transition-delay: 20320ms; }
  .animate.news-content .news-item:nth-child(247),
  .animate .vacation-item:nth-child(247),
  .animate .services-col:nth-child(247) {
    transition-delay: 20400ms; }
  .animate.news-content .news-item:nth-child(248),
  .animate .vacation-item:nth-child(248),
  .animate .services-col:nth-child(248) {
    transition-delay: 20480ms; }
  .animate.news-content .news-item:nth-child(249),
  .animate .vacation-item:nth-child(249),
  .animate .services-col:nth-child(249) {
    transition-delay: 20560ms; }
  .animate.news-content .news-item:nth-child(250),
  .animate .vacation-item:nth-child(250),
  .animate .services-col:nth-child(250) {
    transition-delay: 20640ms; }
  .animate.news-content .news-item:nth-child(251),
  .animate .vacation-item:nth-child(251),
  .animate .services-col:nth-child(251) {
    transition-delay: 20720ms; }
  .animate.news-content .news-item:nth-child(252),
  .animate .vacation-item:nth-child(252),
  .animate .services-col:nth-child(252) {
    transition-delay: 20800ms; }
  .animate.news-content .news-item:nth-child(253),
  .animate .vacation-item:nth-child(253),
  .animate .services-col:nth-child(253) {
    transition-delay: 20880ms; }
  .animate.news-content .news-item:nth-child(254),
  .animate .vacation-item:nth-child(254),
  .animate .services-col:nth-child(254) {
    transition-delay: 20960ms; }
  .animate.news-content .news-item:nth-child(255),
  .animate .vacation-item:nth-child(255),
  .animate .services-col:nth-child(255) {
    transition-delay: 21040ms; }
  .animate.news-content .news-item:nth-child(256),
  .animate .vacation-item:nth-child(256),
  .animate .services-col:nth-child(256) {
    transition-delay: 21120ms; }
  .animate.news-content .news-item:nth-child(257),
  .animate .vacation-item:nth-child(257),
  .animate .services-col:nth-child(257) {
    transition-delay: 21200ms; }
  .animate.news-content .news-item:nth-child(258),
  .animate .vacation-item:nth-child(258),
  .animate .services-col:nth-child(258) {
    transition-delay: 21280ms; }
  .animate.news-content .news-item:nth-child(259),
  .animate .vacation-item:nth-child(259),
  .animate .services-col:nth-child(259) {
    transition-delay: 21360ms; }
  .animate.news-content .news-item:nth-child(260),
  .animate .vacation-item:nth-child(260),
  .animate .services-col:nth-child(260) {
    transition-delay: 21440ms; }
  .animate.news-content .news-item:nth-child(261),
  .animate .vacation-item:nth-child(261),
  .animate .services-col:nth-child(261) {
    transition-delay: 21520ms; }
  .animate.news-content .news-item:nth-child(262),
  .animate .vacation-item:nth-child(262),
  .animate .services-col:nth-child(262) {
    transition-delay: 21600ms; }
  .animate.news-content .news-item:nth-child(263),
  .animate .vacation-item:nth-child(263),
  .animate .services-col:nth-child(263) {
    transition-delay: 21680ms; }
  .animate.news-content .news-item:nth-child(264),
  .animate .vacation-item:nth-child(264),
  .animate .services-col:nth-child(264) {
    transition-delay: 21760ms; }
  .animate.news-content .news-item:nth-child(265),
  .animate .vacation-item:nth-child(265),
  .animate .services-col:nth-child(265) {
    transition-delay: 21840ms; }
  .animate.news-content .news-item:nth-child(266),
  .animate .vacation-item:nth-child(266),
  .animate .services-col:nth-child(266) {
    transition-delay: 21920ms; }
  .animate.news-content .news-item:nth-child(267),
  .animate .vacation-item:nth-child(267),
  .animate .services-col:nth-child(267) {
    transition-delay: 22000ms; }
  .animate.news-content .news-item:nth-child(268),
  .animate .vacation-item:nth-child(268),
  .animate .services-col:nth-child(268) {
    transition-delay: 22080ms; }
  .animate.news-content .news-item:nth-child(269),
  .animate .vacation-item:nth-child(269),
  .animate .services-col:nth-child(269) {
    transition-delay: 22160ms; }
  .animate.news-content .news-item:nth-child(270),
  .animate .vacation-item:nth-child(270),
  .animate .services-col:nth-child(270) {
    transition-delay: 22240ms; }
  .animate.news-content .news-item:nth-child(271),
  .animate .vacation-item:nth-child(271),
  .animate .services-col:nth-child(271) {
    transition-delay: 22320ms; }
  .animate.news-content .news-item:nth-child(272),
  .animate .vacation-item:nth-child(272),
  .animate .services-col:nth-child(272) {
    transition-delay: 22400ms; }
  .animate.news-content .news-item:nth-child(273),
  .animate .vacation-item:nth-child(273),
  .animate .services-col:nth-child(273) {
    transition-delay: 22480ms; }
  .animate.news-content .news-item:nth-child(274),
  .animate .vacation-item:nth-child(274),
  .animate .services-col:nth-child(274) {
    transition-delay: 22560ms; }
  .animate.news-content .news-item:nth-child(275),
  .animate .vacation-item:nth-child(275),
  .animate .services-col:nth-child(275) {
    transition-delay: 22640ms; }
  .animate.news-content .news-item:nth-child(276),
  .animate .vacation-item:nth-child(276),
  .animate .services-col:nth-child(276) {
    transition-delay: 22720ms; }
  .animate.news-content .news-item:nth-child(277),
  .animate .vacation-item:nth-child(277),
  .animate .services-col:nth-child(277) {
    transition-delay: 22800ms; }
  .animate.news-content .news-item:nth-child(278),
  .animate .vacation-item:nth-child(278),
  .animate .services-col:nth-child(278) {
    transition-delay: 22880ms; }
  .animate.news-content .news-item:nth-child(279),
  .animate .vacation-item:nth-child(279),
  .animate .services-col:nth-child(279) {
    transition-delay: 22960ms; }
  .animate.news-content .news-item:nth-child(280),
  .animate .vacation-item:nth-child(280),
  .animate .services-col:nth-child(280) {
    transition-delay: 23040ms; }
  .animate.news-content .news-item:nth-child(281),
  .animate .vacation-item:nth-child(281),
  .animate .services-col:nth-child(281) {
    transition-delay: 23120ms; }
  .animate.news-content .news-item:nth-child(282),
  .animate .vacation-item:nth-child(282),
  .animate .services-col:nth-child(282) {
    transition-delay: 23200ms; }
  .animate.news-content .news-item:nth-child(283),
  .animate .vacation-item:nth-child(283),
  .animate .services-col:nth-child(283) {
    transition-delay: 23280ms; }
  .animate.news-content .news-item:nth-child(284),
  .animate .vacation-item:nth-child(284),
  .animate .services-col:nth-child(284) {
    transition-delay: 23360ms; }
  .animate.news-content .news-item:nth-child(285),
  .animate .vacation-item:nth-child(285),
  .animate .services-col:nth-child(285) {
    transition-delay: 23440ms; }
  .animate.news-content .news-item:nth-child(286),
  .animate .vacation-item:nth-child(286),
  .animate .services-col:nth-child(286) {
    transition-delay: 23520ms; }
  .animate.news-content .news-item:nth-child(287),
  .animate .vacation-item:nth-child(287),
  .animate .services-col:nth-child(287) {
    transition-delay: 23600ms; }
  .animate.news-content .news-item:nth-child(288),
  .animate .vacation-item:nth-child(288),
  .animate .services-col:nth-child(288) {
    transition-delay: 23680ms; }
  .animate.news-content .news-item:nth-child(289),
  .animate .vacation-item:nth-child(289),
  .animate .services-col:nth-child(289) {
    transition-delay: 23760ms; }
  .animate.news-content .news-item:nth-child(290),
  .animate .vacation-item:nth-child(290),
  .animate .services-col:nth-child(290) {
    transition-delay: 23840ms; }
  .animate.news-content .news-item:nth-child(291),
  .animate .vacation-item:nth-child(291),
  .animate .services-col:nth-child(291) {
    transition-delay: 23920ms; }
  .animate.news-content .news-item:nth-child(292),
  .animate .vacation-item:nth-child(292),
  .animate .services-col:nth-child(292) {
    transition-delay: 24000ms; }
  .animate.news-content .news-item:nth-child(293),
  .animate .vacation-item:nth-child(293),
  .animate .services-col:nth-child(293) {
    transition-delay: 24080ms; }
  .animate.news-content .news-item:nth-child(294),
  .animate .vacation-item:nth-child(294),
  .animate .services-col:nth-child(294) {
    transition-delay: 24160ms; }
  .animate.news-content .news-item:nth-child(295),
  .animate .vacation-item:nth-child(295),
  .animate .services-col:nth-child(295) {
    transition-delay: 24240ms; }
  .animate.news-content .news-item:nth-child(296),
  .animate .vacation-item:nth-child(296),
  .animate .services-col:nth-child(296) {
    transition-delay: 24320ms; }
  .animate.news-content .news-item:nth-child(297),
  .animate .vacation-item:nth-child(297),
  .animate .services-col:nth-child(297) {
    transition-delay: 24400ms; }
  .animate.news-content .news-item:nth-child(298),
  .animate .vacation-item:nth-child(298),
  .animate .services-col:nth-child(298) {
    transition-delay: 24480ms; }
  .animate.news-content .news-item:nth-child(299),
  .animate .vacation-item:nth-child(299),
  .animate .services-col:nth-child(299) {
    transition-delay: 24560ms; }
  .animate.news-content .news-item:nth-child(300),
  .animate .vacation-item:nth-child(300),
  .animate .services-col:nth-child(300) {
    transition-delay: 24640ms; }
  .animate.news-content .news-item:nth-child(301),
  .animate .vacation-item:nth-child(301),
  .animate .services-col:nth-child(301) {
    transition-delay: 24720ms; }
  .animate.news-content .news-item:nth-child(302),
  .animate .vacation-item:nth-child(302),
  .animate .services-col:nth-child(302) {
    transition-delay: 24800ms; }
  .animate.news-content .news-item:nth-child(303),
  .animate .vacation-item:nth-child(303),
  .animate .services-col:nth-child(303) {
    transition-delay: 24880ms; }
  .animate.news-content .news-item:nth-child(304),
  .animate .vacation-item:nth-child(304),
  .animate .services-col:nth-child(304) {
    transition-delay: 24960ms; }
  .animate.news-content .news-item:nth-child(305),
  .animate .vacation-item:nth-child(305),
  .animate .services-col:nth-child(305) {
    transition-delay: 25040ms; }
  .animate.news-content .news-item:nth-child(306),
  .animate .vacation-item:nth-child(306),
  .animate .services-col:nth-child(306) {
    transition-delay: 25120ms; }
  .animate.news-content .news-item:nth-child(307),
  .animate .vacation-item:nth-child(307),
  .animate .services-col:nth-child(307) {
    transition-delay: 25200ms; }
  .animate.news-content .news-item:nth-child(308),
  .animate .vacation-item:nth-child(308),
  .animate .services-col:nth-child(308) {
    transition-delay: 25280ms; }
  .animate.news-content .news-item:nth-child(309),
  .animate .vacation-item:nth-child(309),
  .animate .services-col:nth-child(309) {
    transition-delay: 25360ms; }
  .animate.news-content .news-item:nth-child(310),
  .animate .vacation-item:nth-child(310),
  .animate .services-col:nth-child(310) {
    transition-delay: 25440ms; }
  .animate.news-content .news-item:nth-child(311),
  .animate .vacation-item:nth-child(311),
  .animate .services-col:nth-child(311) {
    transition-delay: 25520ms; }
  .animate.news-content .news-item:nth-child(312),
  .animate .vacation-item:nth-child(312),
  .animate .services-col:nth-child(312) {
    transition-delay: 25600ms; }
  .animate.news-content .news-item:nth-child(313),
  .animate .vacation-item:nth-child(313),
  .animate .services-col:nth-child(313) {
    transition-delay: 25680ms; }
  .animate.news-content .news-item:nth-child(314),
  .animate .vacation-item:nth-child(314),
  .animate .services-col:nth-child(314) {
    transition-delay: 25760ms; }
  .animate.news-content .news-item:nth-child(315),
  .animate .vacation-item:nth-child(315),
  .animate .services-col:nth-child(315) {
    transition-delay: 25840ms; }
  .animate.news-content .news-item:nth-child(316),
  .animate .vacation-item:nth-child(316),
  .animate .services-col:nth-child(316) {
    transition-delay: 25920ms; }
  .animate.news-content .news-item:nth-child(317),
  .animate .vacation-item:nth-child(317),
  .animate .services-col:nth-child(317) {
    transition-delay: 26000ms; }
  .animate.news-content .news-item:nth-child(318),
  .animate .vacation-item:nth-child(318),
  .animate .services-col:nth-child(318) {
    transition-delay: 26080ms; }
  .animate.news-content .news-item:nth-child(319),
  .animate .vacation-item:nth-child(319),
  .animate .services-col:nth-child(319) {
    transition-delay: 26160ms; }
  .animate.news-content .news-item:nth-child(320),
  .animate .vacation-item:nth-child(320),
  .animate .services-col:nth-child(320) {
    transition-delay: 26240ms; }
  .animate.news-content .news-item:nth-child(321),
  .animate .vacation-item:nth-child(321),
  .animate .services-col:nth-child(321) {
    transition-delay: 26320ms; }
  .animate.news-content .news-item:nth-child(322),
  .animate .vacation-item:nth-child(322),
  .animate .services-col:nth-child(322) {
    transition-delay: 26400ms; }
  .animate.news-content .news-item:nth-child(323),
  .animate .vacation-item:nth-child(323),
  .animate .services-col:nth-child(323) {
    transition-delay: 26480ms; }
  .animate.news-content .news-item:nth-child(324),
  .animate .vacation-item:nth-child(324),
  .animate .services-col:nth-child(324) {
    transition-delay: 26560ms; }
  .animate.news-content .news-item:nth-child(325),
  .animate .vacation-item:nth-child(325),
  .animate .services-col:nth-child(325) {
    transition-delay: 26640ms; }
  .animate.news-content .news-item:nth-child(326),
  .animate .vacation-item:nth-child(326),
  .animate .services-col:nth-child(326) {
    transition-delay: 26720ms; }
  .animate.news-content .news-item:nth-child(327),
  .animate .vacation-item:nth-child(327),
  .animate .services-col:nth-child(327) {
    transition-delay: 26800ms; }
  .animate.news-content .news-item:nth-child(328),
  .animate .vacation-item:nth-child(328),
  .animate .services-col:nth-child(328) {
    transition-delay: 26880ms; }
  .animate.news-content .news-item:nth-child(329),
  .animate .vacation-item:nth-child(329),
  .animate .services-col:nth-child(329) {
    transition-delay: 26960ms; }
  .animate.news-content .news-item:nth-child(330),
  .animate .vacation-item:nth-child(330),
  .animate .services-col:nth-child(330) {
    transition-delay: 27040ms; }
  .animate.news-content .news-item:nth-child(331),
  .animate .vacation-item:nth-child(331),
  .animate .services-col:nth-child(331) {
    transition-delay: 27120ms; }
  .animate.news-content .news-item:nth-child(332),
  .animate .vacation-item:nth-child(332),
  .animate .services-col:nth-child(332) {
    transition-delay: 27200ms; }
  .animate.news-content .news-item:nth-child(333),
  .animate .vacation-item:nth-child(333),
  .animate .services-col:nth-child(333) {
    transition-delay: 27280ms; }
  .animate.news-content .news-item:nth-child(334),
  .animate .vacation-item:nth-child(334),
  .animate .services-col:nth-child(334) {
    transition-delay: 27360ms; }
  .animate.news-content .news-item:nth-child(335),
  .animate .vacation-item:nth-child(335),
  .animate .services-col:nth-child(335) {
    transition-delay: 27440ms; }
  .animate.news-content .news-item:nth-child(336),
  .animate .vacation-item:nth-child(336),
  .animate .services-col:nth-child(336) {
    transition-delay: 27520ms; }
  .animate.news-content .news-item:nth-child(337),
  .animate .vacation-item:nth-child(337),
  .animate .services-col:nth-child(337) {
    transition-delay: 27600ms; }
  .animate.news-content .news-item:nth-child(338),
  .animate .vacation-item:nth-child(338),
  .animate .services-col:nth-child(338) {
    transition-delay: 27680ms; }
  .animate.news-content .news-item:nth-child(339),
  .animate .vacation-item:nth-child(339),
  .animate .services-col:nth-child(339) {
    transition-delay: 27760ms; }
  .animate.news-content .news-item:nth-child(340),
  .animate .vacation-item:nth-child(340),
  .animate .services-col:nth-child(340) {
    transition-delay: 27840ms; }
  .animate.news-content .news-item:nth-child(341),
  .animate .vacation-item:nth-child(341),
  .animate .services-col:nth-child(341) {
    transition-delay: 27920ms; }
  .animate.news-content .news-item:nth-child(342),
  .animate .vacation-item:nth-child(342),
  .animate .services-col:nth-child(342) {
    transition-delay: 28000ms; }
  .animate.news-content .news-item:nth-child(343),
  .animate .vacation-item:nth-child(343),
  .animate .services-col:nth-child(343) {
    transition-delay: 28080ms; }
  .animate.news-content .news-item:nth-child(344),
  .animate .vacation-item:nth-child(344),
  .animate .services-col:nth-child(344) {
    transition-delay: 28160ms; }
  .animate.news-content .news-item:nth-child(345),
  .animate .vacation-item:nth-child(345),
  .animate .services-col:nth-child(345) {
    transition-delay: 28240ms; }
  .animate.news-content .news-item:nth-child(346),
  .animate .vacation-item:nth-child(346),
  .animate .services-col:nth-child(346) {
    transition-delay: 28320ms; }
  .animate.news-content .news-item:nth-child(347),
  .animate .vacation-item:nth-child(347),
  .animate .services-col:nth-child(347) {
    transition-delay: 28400ms; }
  .animate.news-content .news-item:nth-child(348),
  .animate .vacation-item:nth-child(348),
  .animate .services-col:nth-child(348) {
    transition-delay: 28480ms; }
  .animate.news-content .news-item:nth-child(349),
  .animate .vacation-item:nth-child(349),
  .animate .services-col:nth-child(349) {
    transition-delay: 28560ms; }
  .animate.news-content .news-item:nth-child(350),
  .animate .vacation-item:nth-child(350),
  .animate .services-col:nth-child(350) {
    transition-delay: 28640ms; }
  .animate.news-content .news-item:nth-child(351),
  .animate .vacation-item:nth-child(351),
  .animate .services-col:nth-child(351) {
    transition-delay: 28720ms; }
  .animate.news-content .news-item:nth-child(352),
  .animate .vacation-item:nth-child(352),
  .animate .services-col:nth-child(352) {
    transition-delay: 28800ms; }
  .animate.news-content .news-item:nth-child(353),
  .animate .vacation-item:nth-child(353),
  .animate .services-col:nth-child(353) {
    transition-delay: 28880ms; }
  .animate.news-content .news-item:nth-child(354),
  .animate .vacation-item:nth-child(354),
  .animate .services-col:nth-child(354) {
    transition-delay: 28960ms; }
  .animate.news-content .news-item:nth-child(355),
  .animate .vacation-item:nth-child(355),
  .animate .services-col:nth-child(355) {
    transition-delay: 29040ms; }
  .animate.news-content .news-item:nth-child(356),
  .animate .vacation-item:nth-child(356),
  .animate .services-col:nth-child(356) {
    transition-delay: 29120ms; }
  .animate.news-content .news-item:nth-child(357),
  .animate .vacation-item:nth-child(357),
  .animate .services-col:nth-child(357) {
    transition-delay: 29200ms; }
  .animate.news-content .news-item:nth-child(358),
  .animate .vacation-item:nth-child(358),
  .animate .services-col:nth-child(358) {
    transition-delay: 29280ms; }
  .animate.news-content .news-item:nth-child(359),
  .animate .vacation-item:nth-child(359),
  .animate .services-col:nth-child(359) {
    transition-delay: 29360ms; }
  .animate.news-content .news-item:nth-child(360),
  .animate .vacation-item:nth-child(360),
  .animate .services-col:nth-child(360) {
    transition-delay: 29440ms; }
  .animate.news-content .news-item:nth-child(361),
  .animate .vacation-item:nth-child(361),
  .animate .services-col:nth-child(361) {
    transition-delay: 29520ms; }
  .animate.news-content .news-item:nth-child(362),
  .animate .vacation-item:nth-child(362),
  .animate .services-col:nth-child(362) {
    transition-delay: 29600ms; }
  .animate.news-content .news-item:nth-child(363),
  .animate .vacation-item:nth-child(363),
  .animate .services-col:nth-child(363) {
    transition-delay: 29680ms; }
  .animate.news-content .news-item:nth-child(364),
  .animate .vacation-item:nth-child(364),
  .animate .services-col:nth-child(364) {
    transition-delay: 29760ms; }
  .animate.news-content .news-item:nth-child(365),
  .animate .vacation-item:nth-child(365),
  .animate .services-col:nth-child(365) {
    transition-delay: 29840ms; }
  .animate.news-content .news-item:nth-child(366),
  .animate .vacation-item:nth-child(366),
  .animate .services-col:nth-child(366) {
    transition-delay: 29920ms; }
  .animate.news-content .news-item:nth-child(367),
  .animate .vacation-item:nth-child(367),
  .animate .services-col:nth-child(367) {
    transition-delay: 30000ms; }
  .animate.news-content .news-item:nth-child(368),
  .animate .vacation-item:nth-child(368),
  .animate .services-col:nth-child(368) {
    transition-delay: 30080ms; }
  .animate.news-content .news-item:nth-child(369),
  .animate .vacation-item:nth-child(369),
  .animate .services-col:nth-child(369) {
    transition-delay: 30160ms; }
  .animate.news-content .news-item:nth-child(370),
  .animate .vacation-item:nth-child(370),
  .animate .services-col:nth-child(370) {
    transition-delay: 30240ms; }
  .animate.news-content .news-item:nth-child(371),
  .animate .vacation-item:nth-child(371),
  .animate .services-col:nth-child(371) {
    transition-delay: 30320ms; }
  .animate.news-content .news-item:nth-child(372),
  .animate .vacation-item:nth-child(372),
  .animate .services-col:nth-child(372) {
    transition-delay: 30400ms; }
  .animate.news-content .news-item:nth-child(373),
  .animate .vacation-item:nth-child(373),
  .animate .services-col:nth-child(373) {
    transition-delay: 30480ms; }
  .animate.news-content .news-item:nth-child(374),
  .animate .vacation-item:nth-child(374),
  .animate .services-col:nth-child(374) {
    transition-delay: 30560ms; }
  .animate.news-content .news-item:nth-child(375),
  .animate .vacation-item:nth-child(375),
  .animate .services-col:nth-child(375) {
    transition-delay: 30640ms; }
  .animate.news-content .news-item:nth-child(376),
  .animate .vacation-item:nth-child(376),
  .animate .services-col:nth-child(376) {
    transition-delay: 30720ms; }
  .animate.news-content .news-item:nth-child(377),
  .animate .vacation-item:nth-child(377),
  .animate .services-col:nth-child(377) {
    transition-delay: 30800ms; }
  .animate.news-content .news-item:nth-child(378),
  .animate .vacation-item:nth-child(378),
  .animate .services-col:nth-child(378) {
    transition-delay: 30880ms; }
  .animate.news-content .news-item:nth-child(379),
  .animate .vacation-item:nth-child(379),
  .animate .services-col:nth-child(379) {
    transition-delay: 30960ms; }
  .animate.news-content .news-item:nth-child(380),
  .animate .vacation-item:nth-child(380),
  .animate .services-col:nth-child(380) {
    transition-delay: 31040ms; }
  .animate.news-content .news-item:nth-child(381),
  .animate .vacation-item:nth-child(381),
  .animate .services-col:nth-child(381) {
    transition-delay: 31120ms; }
  .animate.news-content .news-item:nth-child(382),
  .animate .vacation-item:nth-child(382),
  .animate .services-col:nth-child(382) {
    transition-delay: 31200ms; }
  .animate.news-content .news-item:nth-child(383),
  .animate .vacation-item:nth-child(383),
  .animate .services-col:nth-child(383) {
    transition-delay: 31280ms; }
  .animate.news-content .news-item:nth-child(384),
  .animate .vacation-item:nth-child(384),
  .animate .services-col:nth-child(384) {
    transition-delay: 31360ms; }
  .animate.news-content .news-item:nth-child(385),
  .animate .vacation-item:nth-child(385),
  .animate .services-col:nth-child(385) {
    transition-delay: 31440ms; }
  .animate.news-content .news-item:nth-child(386),
  .animate .vacation-item:nth-child(386),
  .animate .services-col:nth-child(386) {
    transition-delay: 31520ms; }
  .animate.news-content .news-item:nth-child(387),
  .animate .vacation-item:nth-child(387),
  .animate .services-col:nth-child(387) {
    transition-delay: 31600ms; }
  .animate.news-content .news-item:nth-child(388),
  .animate .vacation-item:nth-child(388),
  .animate .services-col:nth-child(388) {
    transition-delay: 31680ms; }
  .animate.news-content .news-item:nth-child(389),
  .animate .vacation-item:nth-child(389),
  .animate .services-col:nth-child(389) {
    transition-delay: 31760ms; }
  .animate.news-content .news-item:nth-child(390),
  .animate .vacation-item:nth-child(390),
  .animate .services-col:nth-child(390) {
    transition-delay: 31840ms; }
  .animate.news-content .news-item:nth-child(391),
  .animate .vacation-item:nth-child(391),
  .animate .services-col:nth-child(391) {
    transition-delay: 31920ms; }
  .animate.news-content .news-item:nth-child(392),
  .animate .vacation-item:nth-child(392),
  .animate .services-col:nth-child(392) {
    transition-delay: 32000ms; }
  .animate.news-content .news-item:nth-child(393),
  .animate .vacation-item:nth-child(393),
  .animate .services-col:nth-child(393) {
    transition-delay: 32080ms; }
  .animate.news-content .news-item:nth-child(394),
  .animate .vacation-item:nth-child(394),
  .animate .services-col:nth-child(394) {
    transition-delay: 32160ms; }
  .animate.news-content .news-item:nth-child(395),
  .animate .vacation-item:nth-child(395),
  .animate .services-col:nth-child(395) {
    transition-delay: 32240ms; }
  .animate.news-content .news-item:nth-child(396),
  .animate .vacation-item:nth-child(396),
  .animate .services-col:nth-child(396) {
    transition-delay: 32320ms; }
  .animate.news-content .news-item:nth-child(397),
  .animate .vacation-item:nth-child(397),
  .animate .services-col:nth-child(397) {
    transition-delay: 32400ms; }
  .animate.news-content .news-item:nth-child(398),
  .animate .vacation-item:nth-child(398),
  .animate .services-col:nth-child(398) {
    transition-delay: 32480ms; }
  .animate.news-content .news-item:nth-child(399),
  .animate .vacation-item:nth-child(399),
  .animate .services-col:nth-child(399) {
    transition-delay: 32560ms; }
  .animate.news-content .news-item:nth-child(400),
  .animate .vacation-item:nth-child(400),
  .animate .services-col:nth-child(400) {
    transition-delay: 32640ms; }
  .animate.news-content .news-item:nth-child(401),
  .animate .vacation-item:nth-child(401),
  .animate .services-col:nth-child(401) {
    transition-delay: 32720ms; }
  .animate.news-content .news-item:nth-child(402),
  .animate .vacation-item:nth-child(402),
  .animate .services-col:nth-child(402) {
    transition-delay: 32800ms; }
  .animate.news-content .news-item:nth-child(403),
  .animate .vacation-item:nth-child(403),
  .animate .services-col:nth-child(403) {
    transition-delay: 32880ms; }
  .animate.news-content .news-item:nth-child(404),
  .animate .vacation-item:nth-child(404),
  .animate .services-col:nth-child(404) {
    transition-delay: 32960ms; }
  .animate.news-content .news-item:nth-child(405),
  .animate .vacation-item:nth-child(405),
  .animate .services-col:nth-child(405) {
    transition-delay: 33040ms; }
  .animate.news-content .news-item:nth-child(406),
  .animate .vacation-item:nth-child(406),
  .animate .services-col:nth-child(406) {
    transition-delay: 33120ms; }
  .animate.news-content .news-item:nth-child(407),
  .animate .vacation-item:nth-child(407),
  .animate .services-col:nth-child(407) {
    transition-delay: 33200ms; }
  .animate.news-content .news-item:nth-child(408),
  .animate .vacation-item:nth-child(408),
  .animate .services-col:nth-child(408) {
    transition-delay: 33280ms; }
  .animate.news-content .news-item:nth-child(409),
  .animate .vacation-item:nth-child(409),
  .animate .services-col:nth-child(409) {
    transition-delay: 33360ms; }
  .animate.news-content .news-item:nth-child(410),
  .animate .vacation-item:nth-child(410),
  .animate .services-col:nth-child(410) {
    transition-delay: 33440ms; }
  .animate.news-content .news-item:nth-child(411),
  .animate .vacation-item:nth-child(411),
  .animate .services-col:nth-child(411) {
    transition-delay: 33520ms; }
  .animate.news-content .news-item:nth-child(412),
  .animate .vacation-item:nth-child(412),
  .animate .services-col:nth-child(412) {
    transition-delay: 33600ms; }
  .animate.news-content .news-item:nth-child(413),
  .animate .vacation-item:nth-child(413),
  .animate .services-col:nth-child(413) {
    transition-delay: 33680ms; }
  .animate.news-content .news-item:nth-child(414),
  .animate .vacation-item:nth-child(414),
  .animate .services-col:nth-child(414) {
    transition-delay: 33760ms; }
  .animate.news-content .news-item:nth-child(415),
  .animate .vacation-item:nth-child(415),
  .animate .services-col:nth-child(415) {
    transition-delay: 33840ms; }
  .animate.news-content .news-item:nth-child(416),
  .animate .vacation-item:nth-child(416),
  .animate .services-col:nth-child(416) {
    transition-delay: 33920ms; }
  .animate.news-content .news-item:nth-child(417),
  .animate .vacation-item:nth-child(417),
  .animate .services-col:nth-child(417) {
    transition-delay: 34000ms; }
  .animate.news-content .news-item:nth-child(418),
  .animate .vacation-item:nth-child(418),
  .animate .services-col:nth-child(418) {
    transition-delay: 34080ms; }
  .animate.news-content .news-item:nth-child(419),
  .animate .vacation-item:nth-child(419),
  .animate .services-col:nth-child(419) {
    transition-delay: 34160ms; }
  .animate.news-content .news-item:nth-child(420),
  .animate .vacation-item:nth-child(420),
  .animate .services-col:nth-child(420) {
    transition-delay: 34240ms; }
  .animate.news-content .news-item:nth-child(421),
  .animate .vacation-item:nth-child(421),
  .animate .services-col:nth-child(421) {
    transition-delay: 34320ms; }
  .animate.news-content .news-item:nth-child(422),
  .animate .vacation-item:nth-child(422),
  .animate .services-col:nth-child(422) {
    transition-delay: 34400ms; }
  .animate.news-content .news-item:nth-child(423),
  .animate .vacation-item:nth-child(423),
  .animate .services-col:nth-child(423) {
    transition-delay: 34480ms; }
  .animate.news-content .news-item:nth-child(424),
  .animate .vacation-item:nth-child(424),
  .animate .services-col:nth-child(424) {
    transition-delay: 34560ms; }
  .animate.news-content .news-item:nth-child(425),
  .animate .vacation-item:nth-child(425),
  .animate .services-col:nth-child(425) {
    transition-delay: 34640ms; }
  .animate.news-content .news-item:nth-child(426),
  .animate .vacation-item:nth-child(426),
  .animate .services-col:nth-child(426) {
    transition-delay: 34720ms; }
  .animate.news-content .news-item:nth-child(427),
  .animate .vacation-item:nth-child(427),
  .animate .services-col:nth-child(427) {
    transition-delay: 34800ms; }
  .animate.news-content .news-item:nth-child(428),
  .animate .vacation-item:nth-child(428),
  .animate .services-col:nth-child(428) {
    transition-delay: 34880ms; }
  .animate.news-content .news-item:nth-child(429),
  .animate .vacation-item:nth-child(429),
  .animate .services-col:nth-child(429) {
    transition-delay: 34960ms; }
  .animate.news-content .news-item:nth-child(430),
  .animate .vacation-item:nth-child(430),
  .animate .services-col:nth-child(430) {
    transition-delay: 35040ms; }
  .animate.news-content .news-item:nth-child(431),
  .animate .vacation-item:nth-child(431),
  .animate .services-col:nth-child(431) {
    transition-delay: 35120ms; }
  .animate.news-content .news-item:nth-child(432),
  .animate .vacation-item:nth-child(432),
  .animate .services-col:nth-child(432) {
    transition-delay: 35200ms; }
  .animate.news-content .news-item:nth-child(433),
  .animate .vacation-item:nth-child(433),
  .animate .services-col:nth-child(433) {
    transition-delay: 35280ms; }
  .animate.news-content .news-item:nth-child(434),
  .animate .vacation-item:nth-child(434),
  .animate .services-col:nth-child(434) {
    transition-delay: 35360ms; }
  .animate.news-content .news-item:nth-child(435),
  .animate .vacation-item:nth-child(435),
  .animate .services-col:nth-child(435) {
    transition-delay: 35440ms; }
  .animate.news-content .news-item:nth-child(436),
  .animate .vacation-item:nth-child(436),
  .animate .services-col:nth-child(436) {
    transition-delay: 35520ms; }
  .animate.news-content .news-item:nth-child(437),
  .animate .vacation-item:nth-child(437),
  .animate .services-col:nth-child(437) {
    transition-delay: 35600ms; }
  .animate.news-content .news-item:nth-child(438),
  .animate .vacation-item:nth-child(438),
  .animate .services-col:nth-child(438) {
    transition-delay: 35680ms; }
  .animate.news-content .news-item:nth-child(439),
  .animate .vacation-item:nth-child(439),
  .animate .services-col:nth-child(439) {
    transition-delay: 35760ms; }
  .animate.news-content .news-item:nth-child(440),
  .animate .vacation-item:nth-child(440),
  .animate .services-col:nth-child(440) {
    transition-delay: 35840ms; }
  .animate.news-content .news-item:nth-child(441),
  .animate .vacation-item:nth-child(441),
  .animate .services-col:nth-child(441) {
    transition-delay: 35920ms; }
  .animate.news-content .news-item:nth-child(442),
  .animate .vacation-item:nth-child(442),
  .animate .services-col:nth-child(442) {
    transition-delay: 36000ms; }
  .animate.news-content .news-item:nth-child(443),
  .animate .vacation-item:nth-child(443),
  .animate .services-col:nth-child(443) {
    transition-delay: 36080ms; }
  .animate.news-content .news-item:nth-child(444),
  .animate .vacation-item:nth-child(444),
  .animate .services-col:nth-child(444) {
    transition-delay: 36160ms; }
  .animate.news-content .news-item:nth-child(445),
  .animate .vacation-item:nth-child(445),
  .animate .services-col:nth-child(445) {
    transition-delay: 36240ms; }
  .animate.news-content .news-item:nth-child(446),
  .animate .vacation-item:nth-child(446),
  .animate .services-col:nth-child(446) {
    transition-delay: 36320ms; }
  .animate.news-content .news-item:nth-child(447),
  .animate .vacation-item:nth-child(447),
  .animate .services-col:nth-child(447) {
    transition-delay: 36400ms; }
  .animate.news-content .news-item:nth-child(448),
  .animate .vacation-item:nth-child(448),
  .animate .services-col:nth-child(448) {
    transition-delay: 36480ms; }
  .animate.news-content .news-item:nth-child(449),
  .animate .vacation-item:nth-child(449),
  .animate .services-col:nth-child(449) {
    transition-delay: 36560ms; }
  .animate.news-content .news-item:nth-child(450),
  .animate .vacation-item:nth-child(450),
  .animate .services-col:nth-child(450) {
    transition-delay: 36640ms; }
  .animate.news-content .news-item:nth-child(451),
  .animate .vacation-item:nth-child(451),
  .animate .services-col:nth-child(451) {
    transition-delay: 36720ms; }
  .animate.news-content .news-item:nth-child(452),
  .animate .vacation-item:nth-child(452),
  .animate .services-col:nth-child(452) {
    transition-delay: 36800ms; }
  .animate.news-content .news-item:nth-child(453),
  .animate .vacation-item:nth-child(453),
  .animate .services-col:nth-child(453) {
    transition-delay: 36880ms; }
  .animate.news-content .news-item:nth-child(454),
  .animate .vacation-item:nth-child(454),
  .animate .services-col:nth-child(454) {
    transition-delay: 36960ms; }
  .animate.news-content .news-item:nth-child(455),
  .animate .vacation-item:nth-child(455),
  .animate .services-col:nth-child(455) {
    transition-delay: 37040ms; }
  .animate.news-content .news-item:nth-child(456),
  .animate .vacation-item:nth-child(456),
  .animate .services-col:nth-child(456) {
    transition-delay: 37120ms; }
  .animate.news-content .news-item:nth-child(457),
  .animate .vacation-item:nth-child(457),
  .animate .services-col:nth-child(457) {
    transition-delay: 37200ms; }
  .animate.news-content .news-item:nth-child(458),
  .animate .vacation-item:nth-child(458),
  .animate .services-col:nth-child(458) {
    transition-delay: 37280ms; }
  .animate.news-content .news-item:nth-child(459),
  .animate .vacation-item:nth-child(459),
  .animate .services-col:nth-child(459) {
    transition-delay: 37360ms; }
  .animate.news-content .news-item:nth-child(460),
  .animate .vacation-item:nth-child(460),
  .animate .services-col:nth-child(460) {
    transition-delay: 37440ms; }
  .animate.news-content .news-item:nth-child(461),
  .animate .vacation-item:nth-child(461),
  .animate .services-col:nth-child(461) {
    transition-delay: 37520ms; }
  .animate.news-content .news-item:nth-child(462),
  .animate .vacation-item:nth-child(462),
  .animate .services-col:nth-child(462) {
    transition-delay: 37600ms; }
  .animate.news-content .news-item:nth-child(463),
  .animate .vacation-item:nth-child(463),
  .animate .services-col:nth-child(463) {
    transition-delay: 37680ms; }
  .animate.news-content .news-item:nth-child(464),
  .animate .vacation-item:nth-child(464),
  .animate .services-col:nth-child(464) {
    transition-delay: 37760ms; }
  .animate.news-content .news-item:nth-child(465),
  .animate .vacation-item:nth-child(465),
  .animate .services-col:nth-child(465) {
    transition-delay: 37840ms; }
  .animate.news-content .news-item:nth-child(466),
  .animate .vacation-item:nth-child(466),
  .animate .services-col:nth-child(466) {
    transition-delay: 37920ms; }
  .animate.news-content .news-item:nth-child(467),
  .animate .vacation-item:nth-child(467),
  .animate .services-col:nth-child(467) {
    transition-delay: 38000ms; }
  .animate.news-content .news-item:nth-child(468),
  .animate .vacation-item:nth-child(468),
  .animate .services-col:nth-child(468) {
    transition-delay: 38080ms; }
  .animate.news-content .news-item:nth-child(469),
  .animate .vacation-item:nth-child(469),
  .animate .services-col:nth-child(469) {
    transition-delay: 38160ms; }
  .animate.news-content .news-item:nth-child(470),
  .animate .vacation-item:nth-child(470),
  .animate .services-col:nth-child(470) {
    transition-delay: 38240ms; }
  .animate.news-content .news-item:nth-child(471),
  .animate .vacation-item:nth-child(471),
  .animate .services-col:nth-child(471) {
    transition-delay: 38320ms; }
  .animate.news-content .news-item:nth-child(472),
  .animate .vacation-item:nth-child(472),
  .animate .services-col:nth-child(472) {
    transition-delay: 38400ms; }
  .animate.news-content .news-item:nth-child(473),
  .animate .vacation-item:nth-child(473),
  .animate .services-col:nth-child(473) {
    transition-delay: 38480ms; }
  .animate.news-content .news-item:nth-child(474),
  .animate .vacation-item:nth-child(474),
  .animate .services-col:nth-child(474) {
    transition-delay: 38560ms; }
  .animate.news-content .news-item:nth-child(475),
  .animate .vacation-item:nth-child(475),
  .animate .services-col:nth-child(475) {
    transition-delay: 38640ms; }
  .animate.news-content .news-item:nth-child(476),
  .animate .vacation-item:nth-child(476),
  .animate .services-col:nth-child(476) {
    transition-delay: 38720ms; }
  .animate.news-content .news-item:nth-child(477),
  .animate .vacation-item:nth-child(477),
  .animate .services-col:nth-child(477) {
    transition-delay: 38800ms; }
  .animate.news-content .news-item:nth-child(478),
  .animate .vacation-item:nth-child(478),
  .animate .services-col:nth-child(478) {
    transition-delay: 38880ms; }
  .animate.news-content .news-item:nth-child(479),
  .animate .vacation-item:nth-child(479),
  .animate .services-col:nth-child(479) {
    transition-delay: 38960ms; }
  .animate.news-content .news-item:nth-child(480),
  .animate .vacation-item:nth-child(480),
  .animate .services-col:nth-child(480) {
    transition-delay: 39040ms; }
  .animate.news-content .news-item:nth-child(481),
  .animate .vacation-item:nth-child(481),
  .animate .services-col:nth-child(481) {
    transition-delay: 39120ms; }
  .animate.news-content .news-item:nth-child(482),
  .animate .vacation-item:nth-child(482),
  .animate .services-col:nth-child(482) {
    transition-delay: 39200ms; }
  .animate.news-content .news-item:nth-child(483),
  .animate .vacation-item:nth-child(483),
  .animate .services-col:nth-child(483) {
    transition-delay: 39280ms; }
  .animate.news-content .news-item:nth-child(484),
  .animate .vacation-item:nth-child(484),
  .animate .services-col:nth-child(484) {
    transition-delay: 39360ms; }
  .animate.news-content .news-item:nth-child(485),
  .animate .vacation-item:nth-child(485),
  .animate .services-col:nth-child(485) {
    transition-delay: 39440ms; }
  .animate.news-content .news-item:nth-child(486),
  .animate .vacation-item:nth-child(486),
  .animate .services-col:nth-child(486) {
    transition-delay: 39520ms; }
  .animate.news-content .news-item:nth-child(487),
  .animate .vacation-item:nth-child(487),
  .animate .services-col:nth-child(487) {
    transition-delay: 39600ms; }
  .animate.news-content .news-item:nth-child(488),
  .animate .vacation-item:nth-child(488),
  .animate .services-col:nth-child(488) {
    transition-delay: 39680ms; }
  .animate.news-content .news-item:nth-child(489),
  .animate .vacation-item:nth-child(489),
  .animate .services-col:nth-child(489) {
    transition-delay: 39760ms; }
  .animate.news-content .news-item:nth-child(490),
  .animate .vacation-item:nth-child(490),
  .animate .services-col:nth-child(490) {
    transition-delay: 39840ms; }
  .animate.news-content .news-item:nth-child(491),
  .animate .vacation-item:nth-child(491),
  .animate .services-col:nth-child(491) {
    transition-delay: 39920ms; }
  .animate.news-content .news-item:nth-child(492),
  .animate .vacation-item:nth-child(492),
  .animate .services-col:nth-child(492) {
    transition-delay: 40000ms; }
  .animate.news-content .news-item:nth-child(493),
  .animate .vacation-item:nth-child(493),
  .animate .services-col:nth-child(493) {
    transition-delay: 40080ms; }
  .animate.news-content .news-item:nth-child(494),
  .animate .vacation-item:nth-child(494),
  .animate .services-col:nth-child(494) {
    transition-delay: 40160ms; }
  .animate.news-content .news-item:nth-child(495),
  .animate .vacation-item:nth-child(495),
  .animate .services-col:nth-child(495) {
    transition-delay: 40240ms; }
  .animate.news-content .news-item:nth-child(496),
  .animate .vacation-item:nth-child(496),
  .animate .services-col:nth-child(496) {
    transition-delay: 40320ms; }
  .animate.news-content .news-item:nth-child(497),
  .animate .vacation-item:nth-child(497),
  .animate .services-col:nth-child(497) {
    transition-delay: 40400ms; }
  .animate.news-content .news-item:nth-child(498),
  .animate .vacation-item:nth-child(498),
  .animate .services-col:nth-child(498) {
    transition-delay: 40480ms; }
  .animate.news-content .news-item:nth-child(499),
  .animate .vacation-item:nth-child(499),
  .animate .services-col:nth-child(499) {
    transition-delay: 40560ms; }
  .animate.news-content .news-item:nth-child(500),
  .animate .vacation-item:nth-child(500),
  .animate .services-col:nth-child(500) {
    transition-delay: 40640ms; }
  .animate.news-content .news-item:nth-child(501),
  .animate .vacation-item:nth-child(501),
  .animate .services-col:nth-child(501) {
    transition-delay: 40720ms; }
  .animate.news-content .news-item:nth-child(502),
  .animate .vacation-item:nth-child(502),
  .animate .services-col:nth-child(502) {
    transition-delay: 40800ms; }
  .animate.news-content .news-item:nth-child(503),
  .animate .vacation-item:nth-child(503),
  .animate .services-col:nth-child(503) {
    transition-delay: 40880ms; }
  .animate.news-content .news-item:nth-child(504),
  .animate .vacation-item:nth-child(504),
  .animate .services-col:nth-child(504) {
    transition-delay: 40960ms; }
  .animate.news-content .news-item:nth-child(505),
  .animate .vacation-item:nth-child(505),
  .animate .services-col:nth-child(505) {
    transition-delay: 41040ms; }
  .animate.news-content .news-item:nth-child(506),
  .animate .vacation-item:nth-child(506),
  .animate .services-col:nth-child(506) {
    transition-delay: 41120ms; }
  .animate.news-content .news-item:nth-child(507),
  .animate .vacation-item:nth-child(507),
  .animate .services-col:nth-child(507) {
    transition-delay: 41200ms; }
  .animate.news-content .news-item:nth-child(508),
  .animate .vacation-item:nth-child(508),
  .animate .services-col:nth-child(508) {
    transition-delay: 41280ms; }
  .animate.news-content .news-item:nth-child(509),
  .animate .vacation-item:nth-child(509),
  .animate .services-col:nth-child(509) {
    transition-delay: 41360ms; }
  .animate.news-content .news-item:nth-child(510),
  .animate .vacation-item:nth-child(510),
  .animate .services-col:nth-child(510) {
    transition-delay: 41440ms; }
  .animate.news-content .news-item:nth-child(511),
  .animate .vacation-item:nth-child(511),
  .animate .services-col:nth-child(511) {
    transition-delay: 41520ms; }
  .animate.news-content .news-item:nth-child(512),
  .animate .vacation-item:nth-child(512),
  .animate .services-col:nth-child(512) {
    transition-delay: 41600ms; }
  .animate.news-content .news-item:nth-child(513),
  .animate .vacation-item:nth-child(513),
  .animate .services-col:nth-child(513) {
    transition-delay: 41680ms; }
  .animate.news-content .news-item:nth-child(514),
  .animate .vacation-item:nth-child(514),
  .animate .services-col:nth-child(514) {
    transition-delay: 41760ms; }
  .animate.news-content .news-item:nth-child(515),
  .animate .vacation-item:nth-child(515),
  .animate .services-col:nth-child(515) {
    transition-delay: 41840ms; }
  .animate.news-content .news-item:nth-child(516),
  .animate .vacation-item:nth-child(516),
  .animate .services-col:nth-child(516) {
    transition-delay: 41920ms; }
  .animate.news-content .news-item:nth-child(517),
  .animate .vacation-item:nth-child(517),
  .animate .services-col:nth-child(517) {
    transition-delay: 42000ms; }
  .animate.news-content .news-item:nth-child(518),
  .animate .vacation-item:nth-child(518),
  .animate .services-col:nth-child(518) {
    transition-delay: 42080ms; }
  .animate.news-content .news-item:nth-child(519),
  .animate .vacation-item:nth-child(519),
  .animate .services-col:nth-child(519) {
    transition-delay: 42160ms; }
  .animate.news-content .news-item:nth-child(520),
  .animate .vacation-item:nth-child(520),
  .animate .services-col:nth-child(520) {
    transition-delay: 42240ms; }
  .animate.news-content .news-item:nth-child(521),
  .animate .vacation-item:nth-child(521),
  .animate .services-col:nth-child(521) {
    transition-delay: 42320ms; }
  .animate.news-content .news-item:nth-child(522),
  .animate .vacation-item:nth-child(522),
  .animate .services-col:nth-child(522) {
    transition-delay: 42400ms; }
  .animate.news-content .news-item:nth-child(523),
  .animate .vacation-item:nth-child(523),
  .animate .services-col:nth-child(523) {
    transition-delay: 42480ms; }
  .animate.news-content .news-item:nth-child(524),
  .animate .vacation-item:nth-child(524),
  .animate .services-col:nth-child(524) {
    transition-delay: 42560ms; }
  .animate.news-content .news-item:nth-child(525),
  .animate .vacation-item:nth-child(525),
  .animate .services-col:nth-child(525) {
    transition-delay: 42640ms; }
  .animate.news-content .news-item:nth-child(526),
  .animate .vacation-item:nth-child(526),
  .animate .services-col:nth-child(526) {
    transition-delay: 42720ms; }
  .animate.news-content .news-item:nth-child(527),
  .animate .vacation-item:nth-child(527),
  .animate .services-col:nth-child(527) {
    transition-delay: 42800ms; }
  .animate.news-content .news-item:nth-child(528),
  .animate .vacation-item:nth-child(528),
  .animate .services-col:nth-child(528) {
    transition-delay: 42880ms; }
  .animate.news-content .news-item:nth-child(529),
  .animate .vacation-item:nth-child(529),
  .animate .services-col:nth-child(529) {
    transition-delay: 42960ms; }
  .animate.news-content .news-item:nth-child(530),
  .animate .vacation-item:nth-child(530),
  .animate .services-col:nth-child(530) {
    transition-delay: 43040ms; }
  .animate.news-content .news-item:nth-child(531),
  .animate .vacation-item:nth-child(531),
  .animate .services-col:nth-child(531) {
    transition-delay: 43120ms; }
  .animate.news-content .news-item:nth-child(532),
  .animate .vacation-item:nth-child(532),
  .animate .services-col:nth-child(532) {
    transition-delay: 43200ms; }
  .animate.news-content .news-item:nth-child(533),
  .animate .vacation-item:nth-child(533),
  .animate .services-col:nth-child(533) {
    transition-delay: 43280ms; }
  .animate.news-content .news-item:nth-child(534),
  .animate .vacation-item:nth-child(534),
  .animate .services-col:nth-child(534) {
    transition-delay: 43360ms; }
  .animate.news-content .news-item:nth-child(535),
  .animate .vacation-item:nth-child(535),
  .animate .services-col:nth-child(535) {
    transition-delay: 43440ms; }
  .animate.news-content .news-item:nth-child(536),
  .animate .vacation-item:nth-child(536),
  .animate .services-col:nth-child(536) {
    transition-delay: 43520ms; }
  .animate.news-content .news-item:nth-child(537),
  .animate .vacation-item:nth-child(537),
  .animate .services-col:nth-child(537) {
    transition-delay: 43600ms; }
  .animate.news-content .news-item:nth-child(538),
  .animate .vacation-item:nth-child(538),
  .animate .services-col:nth-child(538) {
    transition-delay: 43680ms; }
  .animate.news-content .news-item:nth-child(539),
  .animate .vacation-item:nth-child(539),
  .animate .services-col:nth-child(539) {
    transition-delay: 43760ms; }
  .animate.news-content .news-item:nth-child(540),
  .animate .vacation-item:nth-child(540),
  .animate .services-col:nth-child(540) {
    transition-delay: 43840ms; }
  .animate.news-content .news-item:nth-child(541),
  .animate .vacation-item:nth-child(541),
  .animate .services-col:nth-child(541) {
    transition-delay: 43920ms; }
  .animate.news-content .news-item:nth-child(542),
  .animate .vacation-item:nth-child(542),
  .animate .services-col:nth-child(542) {
    transition-delay: 44000ms; }
  .animate.news-content .news-item:nth-child(543),
  .animate .vacation-item:nth-child(543),
  .animate .services-col:nth-child(543) {
    transition-delay: 44080ms; }
  .animate.news-content .news-item:nth-child(544),
  .animate .vacation-item:nth-child(544),
  .animate .services-col:nth-child(544) {
    transition-delay: 44160ms; }
  .animate.news-content .news-item:nth-child(545),
  .animate .vacation-item:nth-child(545),
  .animate .services-col:nth-child(545) {
    transition-delay: 44240ms; }
  .animate.news-content .news-item:nth-child(546),
  .animate .vacation-item:nth-child(546),
  .animate .services-col:nth-child(546) {
    transition-delay: 44320ms; }
  .animate.news-content .news-item:nth-child(547),
  .animate .vacation-item:nth-child(547),
  .animate .services-col:nth-child(547) {
    transition-delay: 44400ms; }
  .animate.news-content .news-item:nth-child(548),
  .animate .vacation-item:nth-child(548),
  .animate .services-col:nth-child(548) {
    transition-delay: 44480ms; }
  .animate.news-content .news-item:nth-child(549),
  .animate .vacation-item:nth-child(549),
  .animate .services-col:nth-child(549) {
    transition-delay: 44560ms; }
  .animate.news-content .news-item:nth-child(550),
  .animate .vacation-item:nth-child(550),
  .animate .services-col:nth-child(550) {
    transition-delay: 44640ms; }
  .animate.news-content .news-item:nth-child(551),
  .animate .vacation-item:nth-child(551),
  .animate .services-col:nth-child(551) {
    transition-delay: 44720ms; }
  .animate.news-content .news-item:nth-child(552),
  .animate .vacation-item:nth-child(552),
  .animate .services-col:nth-child(552) {
    transition-delay: 44800ms; }
  .animate.news-content .news-item:nth-child(553),
  .animate .vacation-item:nth-child(553),
  .animate .services-col:nth-child(553) {
    transition-delay: 44880ms; }
  .animate.news-content .news-item:nth-child(554),
  .animate .vacation-item:nth-child(554),
  .animate .services-col:nth-child(554) {
    transition-delay: 44960ms; }
  .animate.news-content .news-item:nth-child(555),
  .animate .vacation-item:nth-child(555),
  .animate .services-col:nth-child(555) {
    transition-delay: 45040ms; }
  .animate.news-content .news-item:nth-child(556),
  .animate .vacation-item:nth-child(556),
  .animate .services-col:nth-child(556) {
    transition-delay: 45120ms; }
  .animate.news-content .news-item:nth-child(557),
  .animate .vacation-item:nth-child(557),
  .animate .services-col:nth-child(557) {
    transition-delay: 45200ms; }
  .animate.news-content .news-item:nth-child(558),
  .animate .vacation-item:nth-child(558),
  .animate .services-col:nth-child(558) {
    transition-delay: 45280ms; }
  .animate.news-content .news-item:nth-child(559),
  .animate .vacation-item:nth-child(559),
  .animate .services-col:nth-child(559) {
    transition-delay: 45360ms; }
  .animate.news-content .news-item:nth-child(560),
  .animate .vacation-item:nth-child(560),
  .animate .services-col:nth-child(560) {
    transition-delay: 45440ms; }
  .animate.news-content .news-item:nth-child(561),
  .animate .vacation-item:nth-child(561),
  .animate .services-col:nth-child(561) {
    transition-delay: 45520ms; }
  .animate.news-content .news-item:nth-child(562),
  .animate .vacation-item:nth-child(562),
  .animate .services-col:nth-child(562) {
    transition-delay: 45600ms; }
  .animate.news-content .news-item:nth-child(563),
  .animate .vacation-item:nth-child(563),
  .animate .services-col:nth-child(563) {
    transition-delay: 45680ms; }
  .animate.news-content .news-item:nth-child(564),
  .animate .vacation-item:nth-child(564),
  .animate .services-col:nth-child(564) {
    transition-delay: 45760ms; }
  .animate.news-content .news-item:nth-child(565),
  .animate .vacation-item:nth-child(565),
  .animate .services-col:nth-child(565) {
    transition-delay: 45840ms; }
  .animate.news-content .news-item:nth-child(566),
  .animate .vacation-item:nth-child(566),
  .animate .services-col:nth-child(566) {
    transition-delay: 45920ms; }
  .animate.news-content .news-item:nth-child(567),
  .animate .vacation-item:nth-child(567),
  .animate .services-col:nth-child(567) {
    transition-delay: 46000ms; }
  .animate.news-content .news-item:nth-child(568),
  .animate .vacation-item:nth-child(568),
  .animate .services-col:nth-child(568) {
    transition-delay: 46080ms; }
  .animate.news-content .news-item:nth-child(569),
  .animate .vacation-item:nth-child(569),
  .animate .services-col:nth-child(569) {
    transition-delay: 46160ms; }
  .animate.news-content .news-item:nth-child(570),
  .animate .vacation-item:nth-child(570),
  .animate .services-col:nth-child(570) {
    transition-delay: 46240ms; }
  .animate.news-content .news-item:nth-child(571),
  .animate .vacation-item:nth-child(571),
  .animate .services-col:nth-child(571) {
    transition-delay: 46320ms; }
  .animate.news-content .news-item:nth-child(572),
  .animate .vacation-item:nth-child(572),
  .animate .services-col:nth-child(572) {
    transition-delay: 46400ms; }
  .animate.news-content .news-item:nth-child(573),
  .animate .vacation-item:nth-child(573),
  .animate .services-col:nth-child(573) {
    transition-delay: 46480ms; }
  .animate.news-content .news-item:nth-child(574),
  .animate .vacation-item:nth-child(574),
  .animate .services-col:nth-child(574) {
    transition-delay: 46560ms; }
  .animate.news-content .news-item:nth-child(575),
  .animate .vacation-item:nth-child(575),
  .animate .services-col:nth-child(575) {
    transition-delay: 46640ms; }
  .animate.news-content .news-item:nth-child(576),
  .animate .vacation-item:nth-child(576),
  .animate .services-col:nth-child(576) {
    transition-delay: 46720ms; }
  .animate.news-content .news-item:nth-child(577),
  .animate .vacation-item:nth-child(577),
  .animate .services-col:nth-child(577) {
    transition-delay: 46800ms; }
  .animate.news-content .news-item:nth-child(578),
  .animate .vacation-item:nth-child(578),
  .animate .services-col:nth-child(578) {
    transition-delay: 46880ms; }
  .animate.news-content .news-item:nth-child(579),
  .animate .vacation-item:nth-child(579),
  .animate .services-col:nth-child(579) {
    transition-delay: 46960ms; }
  .animate.news-content .news-item:nth-child(580),
  .animate .vacation-item:nth-child(580),
  .animate .services-col:nth-child(580) {
    transition-delay: 47040ms; }
  .animate.news-content .news-item:nth-child(581),
  .animate .vacation-item:nth-child(581),
  .animate .services-col:nth-child(581) {
    transition-delay: 47120ms; }
  .animate.news-content .news-item:nth-child(582),
  .animate .vacation-item:nth-child(582),
  .animate .services-col:nth-child(582) {
    transition-delay: 47200ms; }
  .animate.news-content .news-item:nth-child(583),
  .animate .vacation-item:nth-child(583),
  .animate .services-col:nth-child(583) {
    transition-delay: 47280ms; }
  .animate.news-content .news-item:nth-child(584),
  .animate .vacation-item:nth-child(584),
  .animate .services-col:nth-child(584) {
    transition-delay: 47360ms; }
  .animate.news-content .news-item:nth-child(585),
  .animate .vacation-item:nth-child(585),
  .animate .services-col:nth-child(585) {
    transition-delay: 47440ms; }
  .animate.news-content .news-item:nth-child(586),
  .animate .vacation-item:nth-child(586),
  .animate .services-col:nth-child(586) {
    transition-delay: 47520ms; }
  .animate.news-content .news-item:nth-child(587),
  .animate .vacation-item:nth-child(587),
  .animate .services-col:nth-child(587) {
    transition-delay: 47600ms; }
  .animate.news-content .news-item:nth-child(588),
  .animate .vacation-item:nth-child(588),
  .animate .services-col:nth-child(588) {
    transition-delay: 47680ms; }
  .animate.news-content .news-item:nth-child(589),
  .animate .vacation-item:nth-child(589),
  .animate .services-col:nth-child(589) {
    transition-delay: 47760ms; }
  .animate.news-content .news-item:nth-child(590),
  .animate .vacation-item:nth-child(590),
  .animate .services-col:nth-child(590) {
    transition-delay: 47840ms; }
  .animate.news-content .news-item:nth-child(591),
  .animate .vacation-item:nth-child(591),
  .animate .services-col:nth-child(591) {
    transition-delay: 47920ms; }
  .animate.news-content .news-item:nth-child(592),
  .animate .vacation-item:nth-child(592),
  .animate .services-col:nth-child(592) {
    transition-delay: 48000ms; }
  .animate.news-content .news-item:nth-child(593),
  .animate .vacation-item:nth-child(593),
  .animate .services-col:nth-child(593) {
    transition-delay: 48080ms; }
  .animate.news-content .news-item:nth-child(594),
  .animate .vacation-item:nth-child(594),
  .animate .services-col:nth-child(594) {
    transition-delay: 48160ms; }
  .animate.news-content .news-item:nth-child(595),
  .animate .vacation-item:nth-child(595),
  .animate .services-col:nth-child(595) {
    transition-delay: 48240ms; }
  .animate.news-content .news-item:nth-child(596),
  .animate .vacation-item:nth-child(596),
  .animate .services-col:nth-child(596) {
    transition-delay: 48320ms; }
  .animate.news-content .news-item:nth-child(597),
  .animate .vacation-item:nth-child(597),
  .animate .services-col:nth-child(597) {
    transition-delay: 48400ms; }
  .animate.news-content .news-item:nth-child(598),
  .animate .vacation-item:nth-child(598),
  .animate .services-col:nth-child(598) {
    transition-delay: 48480ms; }
  .animate.news-content .news-item:nth-child(599),
  .animate .vacation-item:nth-child(599),
  .animate .services-col:nth-child(599) {
    transition-delay: 48560ms; }
  .animate.news-content .news-item:nth-child(600),
  .animate .vacation-item:nth-child(600),
  .animate .services-col:nth-child(600) {
    transition-delay: 48640ms; }
  .animate.news-content .news-item:nth-child(601),
  .animate .vacation-item:nth-child(601),
  .animate .services-col:nth-child(601) {
    transition-delay: 48720ms; }
  .animate.news-content .news-item:nth-child(602),
  .animate .vacation-item:nth-child(602),
  .animate .services-col:nth-child(602) {
    transition-delay: 48800ms; }
  .animate.news-content .news-item:nth-child(603),
  .animate .vacation-item:nth-child(603),
  .animate .services-col:nth-child(603) {
    transition-delay: 48880ms; }
  .animate.news-content .news-item:nth-child(604),
  .animate .vacation-item:nth-child(604),
  .animate .services-col:nth-child(604) {
    transition-delay: 48960ms; }
  .animate.news-content .news-item:nth-child(605),
  .animate .vacation-item:nth-child(605),
  .animate .services-col:nth-child(605) {
    transition-delay: 49040ms; }
  .animate.news-content .news-item:nth-child(606),
  .animate .vacation-item:nth-child(606),
  .animate .services-col:nth-child(606) {
    transition-delay: 49120ms; }
  .animate.news-content .news-item:nth-child(607),
  .animate .vacation-item:nth-child(607),
  .animate .services-col:nth-child(607) {
    transition-delay: 49200ms; }
  .animate.news-content .news-item:nth-child(608),
  .animate .vacation-item:nth-child(608),
  .animate .services-col:nth-child(608) {
    transition-delay: 49280ms; }
  .animate.news-content .news-item:nth-child(609),
  .animate .vacation-item:nth-child(609),
  .animate .services-col:nth-child(609) {
    transition-delay: 49360ms; }
  .animate.news-content .news-item:nth-child(610),
  .animate .vacation-item:nth-child(610),
  .animate .services-col:nth-child(610) {
    transition-delay: 49440ms; }
  .animate.news-content .news-item:nth-child(611),
  .animate .vacation-item:nth-child(611),
  .animate .services-col:nth-child(611) {
    transition-delay: 49520ms; }
  .animate.news-content .news-item:nth-child(612),
  .animate .vacation-item:nth-child(612),
  .animate .services-col:nth-child(612) {
    transition-delay: 49600ms; }
  .animate.news-content .news-item:nth-child(613),
  .animate .vacation-item:nth-child(613),
  .animate .services-col:nth-child(613) {
    transition-delay: 49680ms; }
  .animate.news-content .news-item:nth-child(614),
  .animate .vacation-item:nth-child(614),
  .animate .services-col:nth-child(614) {
    transition-delay: 49760ms; }
  .animate.news-content .news-item:nth-child(615),
  .animate .vacation-item:nth-child(615),
  .animate .services-col:nth-child(615) {
    transition-delay: 49840ms; }
  .animate.news-content .news-item:nth-child(616),
  .animate .vacation-item:nth-child(616),
  .animate .services-col:nth-child(616) {
    transition-delay: 49920ms; }
  .animate.news-content .news-item:nth-child(617),
  .animate .vacation-item:nth-child(617),
  .animate .services-col:nth-child(617) {
    transition-delay: 50000ms; }
  .animate.news-content .news-item:nth-child(618),
  .animate .vacation-item:nth-child(618),
  .animate .services-col:nth-child(618) {
    transition-delay: 50080ms; }
  .animate.news-content .news-item:nth-child(619),
  .animate .vacation-item:nth-child(619),
  .animate .services-col:nth-child(619) {
    transition-delay: 50160ms; }
  .animate.news-content .news-item:nth-child(620),
  .animate .vacation-item:nth-child(620),
  .animate .services-col:nth-child(620) {
    transition-delay: 50240ms; }
  .animate.news-content .news-item:nth-child(621),
  .animate .vacation-item:nth-child(621),
  .animate .services-col:nth-child(621) {
    transition-delay: 50320ms; }
  .animate.news-content .news-item:nth-child(622),
  .animate .vacation-item:nth-child(622),
  .animate .services-col:nth-child(622) {
    transition-delay: 50400ms; }
  .animate.news-content .news-item:nth-child(623),
  .animate .vacation-item:nth-child(623),
  .animate .services-col:nth-child(623) {
    transition-delay: 50480ms; }
  .animate.news-content .news-item:nth-child(624),
  .animate .vacation-item:nth-child(624),
  .animate .services-col:nth-child(624) {
    transition-delay: 50560ms; }
  .animate.news-content .news-item:nth-child(625),
  .animate .vacation-item:nth-child(625),
  .animate .services-col:nth-child(625) {
    transition-delay: 50640ms; }
  .animate.news-content .news-item:nth-child(626),
  .animate .vacation-item:nth-child(626),
  .animate .services-col:nth-child(626) {
    transition-delay: 50720ms; }
  .animate.news-content .news-item:nth-child(627),
  .animate .vacation-item:nth-child(627),
  .animate .services-col:nth-child(627) {
    transition-delay: 50800ms; }
  .animate.news-content .news-item:nth-child(628),
  .animate .vacation-item:nth-child(628),
  .animate .services-col:nth-child(628) {
    transition-delay: 50880ms; }
  .animate.news-content .news-item:nth-child(629),
  .animate .vacation-item:nth-child(629),
  .animate .services-col:nth-child(629) {
    transition-delay: 50960ms; }
  .animate.news-content .news-item:nth-child(630),
  .animate .vacation-item:nth-child(630),
  .animate .services-col:nth-child(630) {
    transition-delay: 51040ms; }
  .animate.news-content .news-item:nth-child(631),
  .animate .vacation-item:nth-child(631),
  .animate .services-col:nth-child(631) {
    transition-delay: 51120ms; }
  .animate.news-content .news-item:nth-child(632),
  .animate .vacation-item:nth-child(632),
  .animate .services-col:nth-child(632) {
    transition-delay: 51200ms; }
  .animate.news-content .news-item:nth-child(633),
  .animate .vacation-item:nth-child(633),
  .animate .services-col:nth-child(633) {
    transition-delay: 51280ms; }
  .animate.news-content .news-item:nth-child(634),
  .animate .vacation-item:nth-child(634),
  .animate .services-col:nth-child(634) {
    transition-delay: 51360ms; }
  .animate.news-content .news-item:nth-child(635),
  .animate .vacation-item:nth-child(635),
  .animate .services-col:nth-child(635) {
    transition-delay: 51440ms; }
  .animate.news-content .news-item:nth-child(636),
  .animate .vacation-item:nth-child(636),
  .animate .services-col:nth-child(636) {
    transition-delay: 51520ms; }
  .animate.news-content .news-item:nth-child(637),
  .animate .vacation-item:nth-child(637),
  .animate .services-col:nth-child(637) {
    transition-delay: 51600ms; }
  .animate.news-content .news-item:nth-child(638),
  .animate .vacation-item:nth-child(638),
  .animate .services-col:nth-child(638) {
    transition-delay: 51680ms; }
  .animate.news-content .news-item:nth-child(639),
  .animate .vacation-item:nth-child(639),
  .animate .services-col:nth-child(639) {
    transition-delay: 51760ms; }
  .animate.news-content .news-item:nth-child(640),
  .animate .vacation-item:nth-child(640),
  .animate .services-col:nth-child(640) {
    transition-delay: 51840ms; }
  .animate.news-content .news-item:nth-child(641),
  .animate .vacation-item:nth-child(641),
  .animate .services-col:nth-child(641) {
    transition-delay: 51920ms; }
  .animate.news-content .news-item:nth-child(642),
  .animate .vacation-item:nth-child(642),
  .animate .services-col:nth-child(642) {
    transition-delay: 52000ms; }
  .animate.news-content .news-item:nth-child(643),
  .animate .vacation-item:nth-child(643),
  .animate .services-col:nth-child(643) {
    transition-delay: 52080ms; }
  .animate.news-content .news-item:nth-child(644),
  .animate .vacation-item:nth-child(644),
  .animate .services-col:nth-child(644) {
    transition-delay: 52160ms; }
  .animate.news-content .news-item:nth-child(645),
  .animate .vacation-item:nth-child(645),
  .animate .services-col:nth-child(645) {
    transition-delay: 52240ms; }
  .animate.news-content .news-item:nth-child(646),
  .animate .vacation-item:nth-child(646),
  .animate .services-col:nth-child(646) {
    transition-delay: 52320ms; }
  .animate.news-content .news-item:nth-child(647),
  .animate .vacation-item:nth-child(647),
  .animate .services-col:nth-child(647) {
    transition-delay: 52400ms; }
  .animate.news-content .news-item:nth-child(648),
  .animate .vacation-item:nth-child(648),
  .animate .services-col:nth-child(648) {
    transition-delay: 52480ms; }
  .animate.news-content .news-item:nth-child(649),
  .animate .vacation-item:nth-child(649),
  .animate .services-col:nth-child(649) {
    transition-delay: 52560ms; }
  .animate.news-content .news-item:nth-child(650),
  .animate .vacation-item:nth-child(650),
  .animate .services-col:nth-child(650) {
    transition-delay: 52640ms; }
  .animate.news-content .news-item:nth-child(651),
  .animate .vacation-item:nth-child(651),
  .animate .services-col:nth-child(651) {
    transition-delay: 52720ms; }
  .animate.news-content .news-item:nth-child(652),
  .animate .vacation-item:nth-child(652),
  .animate .services-col:nth-child(652) {
    transition-delay: 52800ms; }
  .animate.news-content .news-item:nth-child(653),
  .animate .vacation-item:nth-child(653),
  .animate .services-col:nth-child(653) {
    transition-delay: 52880ms; }
  .animate.news-content .news-item:nth-child(654),
  .animate .vacation-item:nth-child(654),
  .animate .services-col:nth-child(654) {
    transition-delay: 52960ms; }
  .animate.news-content .news-item:nth-child(655),
  .animate .vacation-item:nth-child(655),
  .animate .services-col:nth-child(655) {
    transition-delay: 53040ms; }
  .animate.news-content .news-item:nth-child(656),
  .animate .vacation-item:nth-child(656),
  .animate .services-col:nth-child(656) {
    transition-delay: 53120ms; }
  .animate.news-content .news-item:nth-child(657),
  .animate .vacation-item:nth-child(657),
  .animate .services-col:nth-child(657) {
    transition-delay: 53200ms; }
  .animate.news-content .news-item:nth-child(658),
  .animate .vacation-item:nth-child(658),
  .animate .services-col:nth-child(658) {
    transition-delay: 53280ms; }
  .animate.news-content .news-item:nth-child(659),
  .animate .vacation-item:nth-child(659),
  .animate .services-col:nth-child(659) {
    transition-delay: 53360ms; }
  .animate.news-content .news-item:nth-child(660),
  .animate .vacation-item:nth-child(660),
  .animate .services-col:nth-child(660) {
    transition-delay: 53440ms; }
  .animate.news-content .news-item:nth-child(661),
  .animate .vacation-item:nth-child(661),
  .animate .services-col:nth-child(661) {
    transition-delay: 53520ms; }
  .animate.news-content .news-item:nth-child(662),
  .animate .vacation-item:nth-child(662),
  .animate .services-col:nth-child(662) {
    transition-delay: 53600ms; }
  .animate.news-content .news-item:nth-child(663),
  .animate .vacation-item:nth-child(663),
  .animate .services-col:nth-child(663) {
    transition-delay: 53680ms; }
  .animate.news-content .news-item:nth-child(664),
  .animate .vacation-item:nth-child(664),
  .animate .services-col:nth-child(664) {
    transition-delay: 53760ms; }
  .animate.news-content .news-item:nth-child(665),
  .animate .vacation-item:nth-child(665),
  .animate .services-col:nth-child(665) {
    transition-delay: 53840ms; }
  .animate.news-content .news-item:nth-child(666),
  .animate .vacation-item:nth-child(666),
  .animate .services-col:nth-child(666) {
    transition-delay: 53920ms; }
  .animate.news-content .news-item:nth-child(667),
  .animate .vacation-item:nth-child(667),
  .animate .services-col:nth-child(667) {
    transition-delay: 54000ms; }
  .animate.news-content .news-item:nth-child(668),
  .animate .vacation-item:nth-child(668),
  .animate .services-col:nth-child(668) {
    transition-delay: 54080ms; }
  .animate.news-content .news-item:nth-child(669),
  .animate .vacation-item:nth-child(669),
  .animate .services-col:nth-child(669) {
    transition-delay: 54160ms; }
  .animate.news-content .news-item:nth-child(670),
  .animate .vacation-item:nth-child(670),
  .animate .services-col:nth-child(670) {
    transition-delay: 54240ms; }
  .animate.news-content .news-item:nth-child(671),
  .animate .vacation-item:nth-child(671),
  .animate .services-col:nth-child(671) {
    transition-delay: 54320ms; }
  .animate.news-content .news-item:nth-child(672),
  .animate .vacation-item:nth-child(672),
  .animate .services-col:nth-child(672) {
    transition-delay: 54400ms; }
  .animate.news-content .news-item:nth-child(673),
  .animate .vacation-item:nth-child(673),
  .animate .services-col:nth-child(673) {
    transition-delay: 54480ms; }
  .animate.news-content .news-item:nth-child(674),
  .animate .vacation-item:nth-child(674),
  .animate .services-col:nth-child(674) {
    transition-delay: 54560ms; }
  .animate.news-content .news-item:nth-child(675),
  .animate .vacation-item:nth-child(675),
  .animate .services-col:nth-child(675) {
    transition-delay: 54640ms; }
  .animate.news-content .news-item:nth-child(676),
  .animate .vacation-item:nth-child(676),
  .animate .services-col:nth-child(676) {
    transition-delay: 54720ms; }
  .animate.news-content .news-item:nth-child(677),
  .animate .vacation-item:nth-child(677),
  .animate .services-col:nth-child(677) {
    transition-delay: 54800ms; }
  .animate.news-content .news-item:nth-child(678),
  .animate .vacation-item:nth-child(678),
  .animate .services-col:nth-child(678) {
    transition-delay: 54880ms; }
  .animate.news-content .news-item:nth-child(679),
  .animate .vacation-item:nth-child(679),
  .animate .services-col:nth-child(679) {
    transition-delay: 54960ms; }
  .animate.news-content .news-item:nth-child(680),
  .animate .vacation-item:nth-child(680),
  .animate .services-col:nth-child(680) {
    transition-delay: 55040ms; }
  .animate.news-content .news-item:nth-child(681),
  .animate .vacation-item:nth-child(681),
  .animate .services-col:nth-child(681) {
    transition-delay: 55120ms; }
  .animate.news-content .news-item:nth-child(682),
  .animate .vacation-item:nth-child(682),
  .animate .services-col:nth-child(682) {
    transition-delay: 55200ms; }
  .animate.news-content .news-item:nth-child(683),
  .animate .vacation-item:nth-child(683),
  .animate .services-col:nth-child(683) {
    transition-delay: 55280ms; }
  .animate.news-content .news-item:nth-child(684),
  .animate .vacation-item:nth-child(684),
  .animate .services-col:nth-child(684) {
    transition-delay: 55360ms; }
  .animate.news-content .news-item:nth-child(685),
  .animate .vacation-item:nth-child(685),
  .animate .services-col:nth-child(685) {
    transition-delay: 55440ms; }
  .animate.news-content .news-item:nth-child(686),
  .animate .vacation-item:nth-child(686),
  .animate .services-col:nth-child(686) {
    transition-delay: 55520ms; }
  .animate.news-content .news-item:nth-child(687),
  .animate .vacation-item:nth-child(687),
  .animate .services-col:nth-child(687) {
    transition-delay: 55600ms; }
  .animate.news-content .news-item:nth-child(688),
  .animate .vacation-item:nth-child(688),
  .animate .services-col:nth-child(688) {
    transition-delay: 55680ms; }
  .animate.news-content .news-item:nth-child(689),
  .animate .vacation-item:nth-child(689),
  .animate .services-col:nth-child(689) {
    transition-delay: 55760ms; }
  .animate.news-content .news-item:nth-child(690),
  .animate .vacation-item:nth-child(690),
  .animate .services-col:nth-child(690) {
    transition-delay: 55840ms; }
  .animate.news-content .news-item:nth-child(691),
  .animate .vacation-item:nth-child(691),
  .animate .services-col:nth-child(691) {
    transition-delay: 55920ms; }
  .animate.news-content .news-item:nth-child(692),
  .animate .vacation-item:nth-child(692),
  .animate .services-col:nth-child(692) {
    transition-delay: 56000ms; }
  .animate.news-content .news-item:nth-child(693),
  .animate .vacation-item:nth-child(693),
  .animate .services-col:nth-child(693) {
    transition-delay: 56080ms; }
  .animate.news-content .news-item:nth-child(694),
  .animate .vacation-item:nth-child(694),
  .animate .services-col:nth-child(694) {
    transition-delay: 56160ms; }
  .animate.news-content .news-item:nth-child(695),
  .animate .vacation-item:nth-child(695),
  .animate .services-col:nth-child(695) {
    transition-delay: 56240ms; }
  .animate.news-content .news-item:nth-child(696),
  .animate .vacation-item:nth-child(696),
  .animate .services-col:nth-child(696) {
    transition-delay: 56320ms; }
  .animate.news-content .news-item:nth-child(697),
  .animate .vacation-item:nth-child(697),
  .animate .services-col:nth-child(697) {
    transition-delay: 56400ms; }
  .animate.news-content .news-item:nth-child(698),
  .animate .vacation-item:nth-child(698),
  .animate .services-col:nth-child(698) {
    transition-delay: 56480ms; }
  .animate.news-content .news-item:nth-child(699),
  .animate .vacation-item:nth-child(699),
  .animate .services-col:nth-child(699) {
    transition-delay: 56560ms; }
  .animate.news-content .news-item:nth-child(700),
  .animate .vacation-item:nth-child(700),
  .animate .services-col:nth-child(700) {
    transition-delay: 56640ms; }
  .animate.news-content .news-item:nth-child(701),
  .animate .vacation-item:nth-child(701),
  .animate .services-col:nth-child(701) {
    transition-delay: 56720ms; }
  .animate.news-content .news-item:nth-child(702),
  .animate .vacation-item:nth-child(702),
  .animate .services-col:nth-child(702) {
    transition-delay: 56800ms; }
  .animate.news-content .news-item:nth-child(703),
  .animate .vacation-item:nth-child(703),
  .animate .services-col:nth-child(703) {
    transition-delay: 56880ms; }
  .animate.news-content .news-item:nth-child(704),
  .animate .vacation-item:nth-child(704),
  .animate .services-col:nth-child(704) {
    transition-delay: 56960ms; }
  .animate.news-content .news-item:nth-child(705),
  .animate .vacation-item:nth-child(705),
  .animate .services-col:nth-child(705) {
    transition-delay: 57040ms; }
  .animate.news-content .news-item:nth-child(706),
  .animate .vacation-item:nth-child(706),
  .animate .services-col:nth-child(706) {
    transition-delay: 57120ms; }
  .animate.news-content .news-item:nth-child(707),
  .animate .vacation-item:nth-child(707),
  .animate .services-col:nth-child(707) {
    transition-delay: 57200ms; }
  .animate.news-content .news-item:nth-child(708),
  .animate .vacation-item:nth-child(708),
  .animate .services-col:nth-child(708) {
    transition-delay: 57280ms; }
  .animate.news-content .news-item:nth-child(709),
  .animate .vacation-item:nth-child(709),
  .animate .services-col:nth-child(709) {
    transition-delay: 57360ms; }
  .animate.news-content .news-item:nth-child(710),
  .animate .vacation-item:nth-child(710),
  .animate .services-col:nth-child(710) {
    transition-delay: 57440ms; }
  .animate.news-content .news-item:nth-child(711),
  .animate .vacation-item:nth-child(711),
  .animate .services-col:nth-child(711) {
    transition-delay: 57520ms; }
  .animate.news-content .news-item:nth-child(712),
  .animate .vacation-item:nth-child(712),
  .animate .services-col:nth-child(712) {
    transition-delay: 57600ms; }
  .animate.news-content .news-item:nth-child(713),
  .animate .vacation-item:nth-child(713),
  .animate .services-col:nth-child(713) {
    transition-delay: 57680ms; }
  .animate.news-content .news-item:nth-child(714),
  .animate .vacation-item:nth-child(714),
  .animate .services-col:nth-child(714) {
    transition-delay: 57760ms; }
  .animate.news-content .news-item:nth-child(715),
  .animate .vacation-item:nth-child(715),
  .animate .services-col:nth-child(715) {
    transition-delay: 57840ms; }
  .animate.news-content .news-item:nth-child(716),
  .animate .vacation-item:nth-child(716),
  .animate .services-col:nth-child(716) {
    transition-delay: 57920ms; }
  .animate.news-content .news-item:nth-child(717),
  .animate .vacation-item:nth-child(717),
  .animate .services-col:nth-child(717) {
    transition-delay: 58000ms; }
  .animate.news-content .news-item:nth-child(718),
  .animate .vacation-item:nth-child(718),
  .animate .services-col:nth-child(718) {
    transition-delay: 58080ms; }
  .animate.news-content .news-item:nth-child(719),
  .animate .vacation-item:nth-child(719),
  .animate .services-col:nth-child(719) {
    transition-delay: 58160ms; }
  .animate.news-content .news-item:nth-child(720),
  .animate .vacation-item:nth-child(720),
  .animate .services-col:nth-child(720) {
    transition-delay: 58240ms; }
  .animate.news-content .news-item:nth-child(721),
  .animate .vacation-item:nth-child(721),
  .animate .services-col:nth-child(721) {
    transition-delay: 58320ms; }
  .animate.news-content .news-item:nth-child(722),
  .animate .vacation-item:nth-child(722),
  .animate .services-col:nth-child(722) {
    transition-delay: 58400ms; }
  .animate.news-content .news-item:nth-child(723),
  .animate .vacation-item:nth-child(723),
  .animate .services-col:nth-child(723) {
    transition-delay: 58480ms; }
  .animate.news-content .news-item:nth-child(724),
  .animate .vacation-item:nth-child(724),
  .animate .services-col:nth-child(724) {
    transition-delay: 58560ms; }
  .animate.news-content .news-item:nth-child(725),
  .animate .vacation-item:nth-child(725),
  .animate .services-col:nth-child(725) {
    transition-delay: 58640ms; }
  .animate.news-content .news-item:nth-child(726),
  .animate .vacation-item:nth-child(726),
  .animate .services-col:nth-child(726) {
    transition-delay: 58720ms; }
  .animate.news-content .news-item:nth-child(727),
  .animate .vacation-item:nth-child(727),
  .animate .services-col:nth-child(727) {
    transition-delay: 58800ms; }
  .animate.news-content .news-item:nth-child(728),
  .animate .vacation-item:nth-child(728),
  .animate .services-col:nth-child(728) {
    transition-delay: 58880ms; }
  .animate.news-content .news-item:nth-child(729),
  .animate .vacation-item:nth-child(729),
  .animate .services-col:nth-child(729) {
    transition-delay: 58960ms; }
  .animate.news-content .news-item:nth-child(730),
  .animate .vacation-item:nth-child(730),
  .animate .services-col:nth-child(730) {
    transition-delay: 59040ms; }
  .animate.news-content .news-item:nth-child(731),
  .animate .vacation-item:nth-child(731),
  .animate .services-col:nth-child(731) {
    transition-delay: 59120ms; }
  .animate.news-content .news-item:nth-child(732),
  .animate .vacation-item:nth-child(732),
  .animate .services-col:nth-child(732) {
    transition-delay: 59200ms; }
  .animate.news-content .news-item:nth-child(733),
  .animate .vacation-item:nth-child(733),
  .animate .services-col:nth-child(733) {
    transition-delay: 59280ms; }
  .animate.news-content .news-item:nth-child(734),
  .animate .vacation-item:nth-child(734),
  .animate .services-col:nth-child(734) {
    transition-delay: 59360ms; }
  .animate.news-content .news-item:nth-child(735),
  .animate .vacation-item:nth-child(735),
  .animate .services-col:nth-child(735) {
    transition-delay: 59440ms; }
  .animate.news-content .news-item:nth-child(736),
  .animate .vacation-item:nth-child(736),
  .animate .services-col:nth-child(736) {
    transition-delay: 59520ms; }
  .animate.news-content .news-item:nth-child(737),
  .animate .vacation-item:nth-child(737),
  .animate .services-col:nth-child(737) {
    transition-delay: 59600ms; }
  .animate.news-content .news-item:nth-child(738),
  .animate .vacation-item:nth-child(738),
  .animate .services-col:nth-child(738) {
    transition-delay: 59680ms; }
  .animate.news-content .news-item:nth-child(739),
  .animate .vacation-item:nth-child(739),
  .animate .services-col:nth-child(739) {
    transition-delay: 59760ms; }
  .animate.news-content .news-item:nth-child(740),
  .animate .vacation-item:nth-child(740),
  .animate .services-col:nth-child(740) {
    transition-delay: 59840ms; }
  .animate.news-content .news-item:nth-child(741),
  .animate .vacation-item:nth-child(741),
  .animate .services-col:nth-child(741) {
    transition-delay: 59920ms; }
  .animate.news-content .news-item:nth-child(742),
  .animate .vacation-item:nth-child(742),
  .animate .services-col:nth-child(742) {
    transition-delay: 60000ms; }
  .animate.news-content .news-item:nth-child(743),
  .animate .vacation-item:nth-child(743),
  .animate .services-col:nth-child(743) {
    transition-delay: 60080ms; }
  .animate.news-content .news-item:nth-child(744),
  .animate .vacation-item:nth-child(744),
  .animate .services-col:nth-child(744) {
    transition-delay: 60160ms; }
  .animate.news-content .news-item:nth-child(745),
  .animate .vacation-item:nth-child(745),
  .animate .services-col:nth-child(745) {
    transition-delay: 60240ms; }
  .animate.news-content .news-item:nth-child(746),
  .animate .vacation-item:nth-child(746),
  .animate .services-col:nth-child(746) {
    transition-delay: 60320ms; }
  .animate.news-content .news-item:nth-child(747),
  .animate .vacation-item:nth-child(747),
  .animate .services-col:nth-child(747) {
    transition-delay: 60400ms; }
  .animate.news-content .news-item:nth-child(748),
  .animate .vacation-item:nth-child(748),
  .animate .services-col:nth-child(748) {
    transition-delay: 60480ms; }
  .animate.news-content .news-item:nth-child(749),
  .animate .vacation-item:nth-child(749),
  .animate .services-col:nth-child(749) {
    transition-delay: 60560ms; }
  .animate.news-content .news-item:nth-child(750),
  .animate .vacation-item:nth-child(750),
  .animate .services-col:nth-child(750) {
    transition-delay: 60640ms; }
  .animate.news-content .news-item:nth-child(751),
  .animate .vacation-item:nth-child(751),
  .animate .services-col:nth-child(751) {
    transition-delay: 60720ms; }
  .animate.news-content .news-item:nth-child(752),
  .animate .vacation-item:nth-child(752),
  .animate .services-col:nth-child(752) {
    transition-delay: 60800ms; }
  .animate.news-content .news-item:nth-child(753),
  .animate .vacation-item:nth-child(753),
  .animate .services-col:nth-child(753) {
    transition-delay: 60880ms; }
  .animate.news-content .news-item:nth-child(754),
  .animate .vacation-item:nth-child(754),
  .animate .services-col:nth-child(754) {
    transition-delay: 60960ms; }
  .animate.news-content .news-item:nth-child(755),
  .animate .vacation-item:nth-child(755),
  .animate .services-col:nth-child(755) {
    transition-delay: 61040ms; }
  .animate.news-content .news-item:nth-child(756),
  .animate .vacation-item:nth-child(756),
  .animate .services-col:nth-child(756) {
    transition-delay: 61120ms; }
  .animate.news-content .news-item:nth-child(757),
  .animate .vacation-item:nth-child(757),
  .animate .services-col:nth-child(757) {
    transition-delay: 61200ms; }
  .animate.news-content .news-item:nth-child(758),
  .animate .vacation-item:nth-child(758),
  .animate .services-col:nth-child(758) {
    transition-delay: 61280ms; }
  .animate.news-content .news-item:nth-child(759),
  .animate .vacation-item:nth-child(759),
  .animate .services-col:nth-child(759) {
    transition-delay: 61360ms; }
  .animate.news-content .news-item:nth-child(760),
  .animate .vacation-item:nth-child(760),
  .animate .services-col:nth-child(760) {
    transition-delay: 61440ms; }
  .animate.news-content .news-item:nth-child(761),
  .animate .vacation-item:nth-child(761),
  .animate .services-col:nth-child(761) {
    transition-delay: 61520ms; }
  .animate.news-content .news-item:nth-child(762),
  .animate .vacation-item:nth-child(762),
  .animate .services-col:nth-child(762) {
    transition-delay: 61600ms; }
  .animate.news-content .news-item:nth-child(763),
  .animate .vacation-item:nth-child(763),
  .animate .services-col:nth-child(763) {
    transition-delay: 61680ms; }
  .animate.news-content .news-item:nth-child(764),
  .animate .vacation-item:nth-child(764),
  .animate .services-col:nth-child(764) {
    transition-delay: 61760ms; }
  .animate.news-content .news-item:nth-child(765),
  .animate .vacation-item:nth-child(765),
  .animate .services-col:nth-child(765) {
    transition-delay: 61840ms; }
  .animate.news-content .news-item:nth-child(766),
  .animate .vacation-item:nth-child(766),
  .animate .services-col:nth-child(766) {
    transition-delay: 61920ms; }
  .animate.news-content .news-item:nth-child(767),
  .animate .vacation-item:nth-child(767),
  .animate .services-col:nth-child(767) {
    transition-delay: 62000ms; }
  .animate.news-content .news-item:nth-child(768),
  .animate .vacation-item:nth-child(768),
  .animate .services-col:nth-child(768) {
    transition-delay: 62080ms; }
  .animate.news-content .news-item:nth-child(769),
  .animate .vacation-item:nth-child(769),
  .animate .services-col:nth-child(769) {
    transition-delay: 62160ms; }
  .animate.news-content .news-item:nth-child(770),
  .animate .vacation-item:nth-child(770),
  .animate .services-col:nth-child(770) {
    transition-delay: 62240ms; }
  .animate.news-content .news-item:nth-child(771),
  .animate .vacation-item:nth-child(771),
  .animate .services-col:nth-child(771) {
    transition-delay: 62320ms; }
  .animate.news-content .news-item:nth-child(772),
  .animate .vacation-item:nth-child(772),
  .animate .services-col:nth-child(772) {
    transition-delay: 62400ms; }
  .animate.news-content .news-item:nth-child(773),
  .animate .vacation-item:nth-child(773),
  .animate .services-col:nth-child(773) {
    transition-delay: 62480ms; }
  .animate.news-content .news-item:nth-child(774),
  .animate .vacation-item:nth-child(774),
  .animate .services-col:nth-child(774) {
    transition-delay: 62560ms; }
  .animate.news-content .news-item:nth-child(775),
  .animate .vacation-item:nth-child(775),
  .animate .services-col:nth-child(775) {
    transition-delay: 62640ms; }
  .animate.news-content .news-item:nth-child(776),
  .animate .vacation-item:nth-child(776),
  .animate .services-col:nth-child(776) {
    transition-delay: 62720ms; }
  .animate.news-content .news-item:nth-child(777),
  .animate .vacation-item:nth-child(777),
  .animate .services-col:nth-child(777) {
    transition-delay: 62800ms; }
  .animate.news-content .news-item:nth-child(778),
  .animate .vacation-item:nth-child(778),
  .animate .services-col:nth-child(778) {
    transition-delay: 62880ms; }
  .animate.news-content .news-item:nth-child(779),
  .animate .vacation-item:nth-child(779),
  .animate .services-col:nth-child(779) {
    transition-delay: 62960ms; }
  .animate.news-content .news-item:nth-child(780),
  .animate .vacation-item:nth-child(780),
  .animate .services-col:nth-child(780) {
    transition-delay: 63040ms; }
  .animate.news-content .news-item:nth-child(781),
  .animate .vacation-item:nth-child(781),
  .animate .services-col:nth-child(781) {
    transition-delay: 63120ms; }
  .animate.news-content .news-item:nth-child(782),
  .animate .vacation-item:nth-child(782),
  .animate .services-col:nth-child(782) {
    transition-delay: 63200ms; }
  .animate.news-content .news-item:nth-child(783),
  .animate .vacation-item:nth-child(783),
  .animate .services-col:nth-child(783) {
    transition-delay: 63280ms; }
  .animate.news-content .news-item:nth-child(784),
  .animate .vacation-item:nth-child(784),
  .animate .services-col:nth-child(784) {
    transition-delay: 63360ms; }
  .animate.news-content .news-item:nth-child(785),
  .animate .vacation-item:nth-child(785),
  .animate .services-col:nth-child(785) {
    transition-delay: 63440ms; }
  .animate.news-content .news-item:nth-child(786),
  .animate .vacation-item:nth-child(786),
  .animate .services-col:nth-child(786) {
    transition-delay: 63520ms; }
  .animate.news-content .news-item:nth-child(787),
  .animate .vacation-item:nth-child(787),
  .animate .services-col:nth-child(787) {
    transition-delay: 63600ms; }
  .animate.news-content .news-item:nth-child(788),
  .animate .vacation-item:nth-child(788),
  .animate .services-col:nth-child(788) {
    transition-delay: 63680ms; }
  .animate.news-content .news-item:nth-child(789),
  .animate .vacation-item:nth-child(789),
  .animate .services-col:nth-child(789) {
    transition-delay: 63760ms; }
  .animate.news-content .news-item:nth-child(790),
  .animate .vacation-item:nth-child(790),
  .animate .services-col:nth-child(790) {
    transition-delay: 63840ms; }
  .animate.news-content .news-item:nth-child(791),
  .animate .vacation-item:nth-child(791),
  .animate .services-col:nth-child(791) {
    transition-delay: 63920ms; }
  .animate.news-content .news-item:nth-child(792),
  .animate .vacation-item:nth-child(792),
  .animate .services-col:nth-child(792) {
    transition-delay: 64000ms; }
  .animate.news-content .news-item:nth-child(793),
  .animate .vacation-item:nth-child(793),
  .animate .services-col:nth-child(793) {
    transition-delay: 64080ms; }
  .animate.news-content .news-item:nth-child(794),
  .animate .vacation-item:nth-child(794),
  .animate .services-col:nth-child(794) {
    transition-delay: 64160ms; }
  .animate.news-content .news-item:nth-child(795),
  .animate .vacation-item:nth-child(795),
  .animate .services-col:nth-child(795) {
    transition-delay: 64240ms; }
  .animate.news-content .news-item:nth-child(796),
  .animate .vacation-item:nth-child(796),
  .animate .services-col:nth-child(796) {
    transition-delay: 64320ms; }
  .animate.news-content .news-item:nth-child(797),
  .animate .vacation-item:nth-child(797),
  .animate .services-col:nth-child(797) {
    transition-delay: 64400ms; }
  .animate.news-content .news-item:nth-child(798),
  .animate .vacation-item:nth-child(798),
  .animate .services-col:nth-child(798) {
    transition-delay: 64480ms; }
  .animate.news-content .news-item:nth-child(799),
  .animate .vacation-item:nth-child(799),
  .animate .services-col:nth-child(799) {
    transition-delay: 64560ms; }
  .animate.news-content .news-item:nth-child(800),
  .animate .vacation-item:nth-child(800),
  .animate .services-col:nth-child(800) {
    transition-delay: 64640ms; }
  .animate.news-content .news-item:nth-child(801),
  .animate .vacation-item:nth-child(801),
  .animate .services-col:nth-child(801) {
    transition-delay: 64720ms; }
  .animate.news-content .news-item:nth-child(802),
  .animate .vacation-item:nth-child(802),
  .animate .services-col:nth-child(802) {
    transition-delay: 64800ms; }
  .animate.news-content .news-item:nth-child(803),
  .animate .vacation-item:nth-child(803),
  .animate .services-col:nth-child(803) {
    transition-delay: 64880ms; }
  .animate.news-content .news-item:nth-child(804),
  .animate .vacation-item:nth-child(804),
  .animate .services-col:nth-child(804) {
    transition-delay: 64960ms; }
  .animate.news-content .news-item:nth-child(805),
  .animate .vacation-item:nth-child(805),
  .animate .services-col:nth-child(805) {
    transition-delay: 65040ms; }
  .animate.news-content .news-item:nth-child(806),
  .animate .vacation-item:nth-child(806),
  .animate .services-col:nth-child(806) {
    transition-delay: 65120ms; }
  .animate.news-content .news-item:nth-child(807),
  .animate .vacation-item:nth-child(807),
  .animate .services-col:nth-child(807) {
    transition-delay: 65200ms; }
  .animate.news-content .news-item:nth-child(808),
  .animate .vacation-item:nth-child(808),
  .animate .services-col:nth-child(808) {
    transition-delay: 65280ms; }
  .animate.news-content .news-item:nth-child(809),
  .animate .vacation-item:nth-child(809),
  .animate .services-col:nth-child(809) {
    transition-delay: 65360ms; }
  .animate.news-content .news-item:nth-child(810),
  .animate .vacation-item:nth-child(810),
  .animate .services-col:nth-child(810) {
    transition-delay: 65440ms; }
  .animate.news-content .news-item:nth-child(811),
  .animate .vacation-item:nth-child(811),
  .animate .services-col:nth-child(811) {
    transition-delay: 65520ms; }
  .animate.news-content .news-item:nth-child(812),
  .animate .vacation-item:nth-child(812),
  .animate .services-col:nth-child(812) {
    transition-delay: 65600ms; }
  .animate.news-content .news-item:nth-child(813),
  .animate .vacation-item:nth-child(813),
  .animate .services-col:nth-child(813) {
    transition-delay: 65680ms; }
  .animate.news-content .news-item:nth-child(814),
  .animate .vacation-item:nth-child(814),
  .animate .services-col:nth-child(814) {
    transition-delay: 65760ms; }
  .animate.news-content .news-item:nth-child(815),
  .animate .vacation-item:nth-child(815),
  .animate .services-col:nth-child(815) {
    transition-delay: 65840ms; }
  .animate.news-content .news-item:nth-child(816),
  .animate .vacation-item:nth-child(816),
  .animate .services-col:nth-child(816) {
    transition-delay: 65920ms; }
  .animate.news-content .news-item:nth-child(817),
  .animate .vacation-item:nth-child(817),
  .animate .services-col:nth-child(817) {
    transition-delay: 66000ms; }
  .animate.news-content .news-item:nth-child(818),
  .animate .vacation-item:nth-child(818),
  .animate .services-col:nth-child(818) {
    transition-delay: 66080ms; }
  .animate.news-content .news-item:nth-child(819),
  .animate .vacation-item:nth-child(819),
  .animate .services-col:nth-child(819) {
    transition-delay: 66160ms; }
  .animate.news-content .news-item:nth-child(820),
  .animate .vacation-item:nth-child(820),
  .animate .services-col:nth-child(820) {
    transition-delay: 66240ms; }
  .animate.news-content .news-item:nth-child(821),
  .animate .vacation-item:nth-child(821),
  .animate .services-col:nth-child(821) {
    transition-delay: 66320ms; }
  .animate.news-content .news-item:nth-child(822),
  .animate .vacation-item:nth-child(822),
  .animate .services-col:nth-child(822) {
    transition-delay: 66400ms; }
  .animate.news-content .news-item:nth-child(823),
  .animate .vacation-item:nth-child(823),
  .animate .services-col:nth-child(823) {
    transition-delay: 66480ms; }
  .animate.news-content .news-item:nth-child(824),
  .animate .vacation-item:nth-child(824),
  .animate .services-col:nth-child(824) {
    transition-delay: 66560ms; }
  .animate.news-content .news-item:nth-child(825),
  .animate .vacation-item:nth-child(825),
  .animate .services-col:nth-child(825) {
    transition-delay: 66640ms; }
  .animate.news-content .news-item:nth-child(826),
  .animate .vacation-item:nth-child(826),
  .animate .services-col:nth-child(826) {
    transition-delay: 66720ms; }
  .animate.news-content .news-item:nth-child(827),
  .animate .vacation-item:nth-child(827),
  .animate .services-col:nth-child(827) {
    transition-delay: 66800ms; }
  .animate.news-content .news-item:nth-child(828),
  .animate .vacation-item:nth-child(828),
  .animate .services-col:nth-child(828) {
    transition-delay: 66880ms; }
  .animate.news-content .news-item:nth-child(829),
  .animate .vacation-item:nth-child(829),
  .animate .services-col:nth-child(829) {
    transition-delay: 66960ms; }
  .animate.news-content .news-item:nth-child(830),
  .animate .vacation-item:nth-child(830),
  .animate .services-col:nth-child(830) {
    transition-delay: 67040ms; }
  .animate.news-content .news-item:nth-child(831),
  .animate .vacation-item:nth-child(831),
  .animate .services-col:nth-child(831) {
    transition-delay: 67120ms; }
  .animate.news-content .news-item:nth-child(832),
  .animate .vacation-item:nth-child(832),
  .animate .services-col:nth-child(832) {
    transition-delay: 67200ms; }
  .animate.news-content .news-item:nth-child(833),
  .animate .vacation-item:nth-child(833),
  .animate .services-col:nth-child(833) {
    transition-delay: 67280ms; }
  .animate.news-content .news-item:nth-child(834),
  .animate .vacation-item:nth-child(834),
  .animate .services-col:nth-child(834) {
    transition-delay: 67360ms; }
  .animate.news-content .news-item:nth-child(835),
  .animate .vacation-item:nth-child(835),
  .animate .services-col:nth-child(835) {
    transition-delay: 67440ms; }
  .animate.news-content .news-item:nth-child(836),
  .animate .vacation-item:nth-child(836),
  .animate .services-col:nth-child(836) {
    transition-delay: 67520ms; }
  .animate.news-content .news-item:nth-child(837),
  .animate .vacation-item:nth-child(837),
  .animate .services-col:nth-child(837) {
    transition-delay: 67600ms; }
  .animate.news-content .news-item:nth-child(838),
  .animate .vacation-item:nth-child(838),
  .animate .services-col:nth-child(838) {
    transition-delay: 67680ms; }
  .animate.news-content .news-item:nth-child(839),
  .animate .vacation-item:nth-child(839),
  .animate .services-col:nth-child(839) {
    transition-delay: 67760ms; }
  .animate.news-content .news-item:nth-child(840),
  .animate .vacation-item:nth-child(840),
  .animate .services-col:nth-child(840) {
    transition-delay: 67840ms; }
  .animate.news-content .news-item:nth-child(841),
  .animate .vacation-item:nth-child(841),
  .animate .services-col:nth-child(841) {
    transition-delay: 67920ms; }
  .animate.news-content .news-item:nth-child(842),
  .animate .vacation-item:nth-child(842),
  .animate .services-col:nth-child(842) {
    transition-delay: 68000ms; }
  .animate.news-content .news-item:nth-child(843),
  .animate .vacation-item:nth-child(843),
  .animate .services-col:nth-child(843) {
    transition-delay: 68080ms; }
  .animate.news-content .news-item:nth-child(844),
  .animate .vacation-item:nth-child(844),
  .animate .services-col:nth-child(844) {
    transition-delay: 68160ms; }
  .animate.news-content .news-item:nth-child(845),
  .animate .vacation-item:nth-child(845),
  .animate .services-col:nth-child(845) {
    transition-delay: 68240ms; }
  .animate.news-content .news-item:nth-child(846),
  .animate .vacation-item:nth-child(846),
  .animate .services-col:nth-child(846) {
    transition-delay: 68320ms; }
  .animate.news-content .news-item:nth-child(847),
  .animate .vacation-item:nth-child(847),
  .animate .services-col:nth-child(847) {
    transition-delay: 68400ms; }
  .animate.news-content .news-item:nth-child(848),
  .animate .vacation-item:nth-child(848),
  .animate .services-col:nth-child(848) {
    transition-delay: 68480ms; }
  .animate.news-content .news-item:nth-child(849),
  .animate .vacation-item:nth-child(849),
  .animate .services-col:nth-child(849) {
    transition-delay: 68560ms; }
  .animate.news-content .news-item:nth-child(850),
  .animate .vacation-item:nth-child(850),
  .animate .services-col:nth-child(850) {
    transition-delay: 68640ms; }
  .animate.news-content .news-item:nth-child(851),
  .animate .vacation-item:nth-child(851),
  .animate .services-col:nth-child(851) {
    transition-delay: 68720ms; }
  .animate.news-content .news-item:nth-child(852),
  .animate .vacation-item:nth-child(852),
  .animate .services-col:nth-child(852) {
    transition-delay: 68800ms; }
  .animate.news-content .news-item:nth-child(853),
  .animate .vacation-item:nth-child(853),
  .animate .services-col:nth-child(853) {
    transition-delay: 68880ms; }
  .animate.news-content .news-item:nth-child(854),
  .animate .vacation-item:nth-child(854),
  .animate .services-col:nth-child(854) {
    transition-delay: 68960ms; }
  .animate.news-content .news-item:nth-child(855),
  .animate .vacation-item:nth-child(855),
  .animate .services-col:nth-child(855) {
    transition-delay: 69040ms; }
  .animate.news-content .news-item:nth-child(856),
  .animate .vacation-item:nth-child(856),
  .animate .services-col:nth-child(856) {
    transition-delay: 69120ms; }
  .animate.news-content .news-item:nth-child(857),
  .animate .vacation-item:nth-child(857),
  .animate .services-col:nth-child(857) {
    transition-delay: 69200ms; }
  .animate.news-content .news-item:nth-child(858),
  .animate .vacation-item:nth-child(858),
  .animate .services-col:nth-child(858) {
    transition-delay: 69280ms; }
  .animate.news-content .news-item:nth-child(859),
  .animate .vacation-item:nth-child(859),
  .animate .services-col:nth-child(859) {
    transition-delay: 69360ms; }
  .animate.news-content .news-item:nth-child(860),
  .animate .vacation-item:nth-child(860),
  .animate .services-col:nth-child(860) {
    transition-delay: 69440ms; }
  .animate.news-content .news-item:nth-child(861),
  .animate .vacation-item:nth-child(861),
  .animate .services-col:nth-child(861) {
    transition-delay: 69520ms; }
  .animate.news-content .news-item:nth-child(862),
  .animate .vacation-item:nth-child(862),
  .animate .services-col:nth-child(862) {
    transition-delay: 69600ms; }
  .animate.news-content .news-item:nth-child(863),
  .animate .vacation-item:nth-child(863),
  .animate .services-col:nth-child(863) {
    transition-delay: 69680ms; }
  .animate.news-content .news-item:nth-child(864),
  .animate .vacation-item:nth-child(864),
  .animate .services-col:nth-child(864) {
    transition-delay: 69760ms; }
  .animate.news-content .news-item:nth-child(865),
  .animate .vacation-item:nth-child(865),
  .animate .services-col:nth-child(865) {
    transition-delay: 69840ms; }
  .animate.news-content .news-item:nth-child(866),
  .animate .vacation-item:nth-child(866),
  .animate .services-col:nth-child(866) {
    transition-delay: 69920ms; }
  .animate.news-content .news-item:nth-child(867),
  .animate .vacation-item:nth-child(867),
  .animate .services-col:nth-child(867) {
    transition-delay: 70000ms; }
  .animate.news-content .news-item:nth-child(868),
  .animate .vacation-item:nth-child(868),
  .animate .services-col:nth-child(868) {
    transition-delay: 70080ms; }
  .animate.news-content .news-item:nth-child(869),
  .animate .vacation-item:nth-child(869),
  .animate .services-col:nth-child(869) {
    transition-delay: 70160ms; }
  .animate.news-content .news-item:nth-child(870),
  .animate .vacation-item:nth-child(870),
  .animate .services-col:nth-child(870) {
    transition-delay: 70240ms; }
  .animate.news-content .news-item:nth-child(871),
  .animate .vacation-item:nth-child(871),
  .animate .services-col:nth-child(871) {
    transition-delay: 70320ms; }
  .animate.news-content .news-item:nth-child(872),
  .animate .vacation-item:nth-child(872),
  .animate .services-col:nth-child(872) {
    transition-delay: 70400ms; }
  .animate.news-content .news-item:nth-child(873),
  .animate .vacation-item:nth-child(873),
  .animate .services-col:nth-child(873) {
    transition-delay: 70480ms; }
  .animate.news-content .news-item:nth-child(874),
  .animate .vacation-item:nth-child(874),
  .animate .services-col:nth-child(874) {
    transition-delay: 70560ms; }
  .animate.news-content .news-item:nth-child(875),
  .animate .vacation-item:nth-child(875),
  .animate .services-col:nth-child(875) {
    transition-delay: 70640ms; }
  .animate.news-content .news-item:nth-child(876),
  .animate .vacation-item:nth-child(876),
  .animate .services-col:nth-child(876) {
    transition-delay: 70720ms; }
  .animate.news-content .news-item:nth-child(877),
  .animate .vacation-item:nth-child(877),
  .animate .services-col:nth-child(877) {
    transition-delay: 70800ms; }
  .animate.news-content .news-item:nth-child(878),
  .animate .vacation-item:nth-child(878),
  .animate .services-col:nth-child(878) {
    transition-delay: 70880ms; }
  .animate.news-content .news-item:nth-child(879),
  .animate .vacation-item:nth-child(879),
  .animate .services-col:nth-child(879) {
    transition-delay: 70960ms; }
  .animate.news-content .news-item:nth-child(880),
  .animate .vacation-item:nth-child(880),
  .animate .services-col:nth-child(880) {
    transition-delay: 71040ms; }
  .animate.news-content .news-item:nth-child(881),
  .animate .vacation-item:nth-child(881),
  .animate .services-col:nth-child(881) {
    transition-delay: 71120ms; }
  .animate.news-content .news-item:nth-child(882),
  .animate .vacation-item:nth-child(882),
  .animate .services-col:nth-child(882) {
    transition-delay: 71200ms; }
  .animate.news-content .news-item:nth-child(883),
  .animate .vacation-item:nth-child(883),
  .animate .services-col:nth-child(883) {
    transition-delay: 71280ms; }
  .animate.news-content .news-item:nth-child(884),
  .animate .vacation-item:nth-child(884),
  .animate .services-col:nth-child(884) {
    transition-delay: 71360ms; }
  .animate.news-content .news-item:nth-child(885),
  .animate .vacation-item:nth-child(885),
  .animate .services-col:nth-child(885) {
    transition-delay: 71440ms; }
  .animate.news-content .news-item:nth-child(886),
  .animate .vacation-item:nth-child(886),
  .animate .services-col:nth-child(886) {
    transition-delay: 71520ms; }
  .animate.news-content .news-item:nth-child(887),
  .animate .vacation-item:nth-child(887),
  .animate .services-col:nth-child(887) {
    transition-delay: 71600ms; }
  .animate.news-content .news-item:nth-child(888),
  .animate .vacation-item:nth-child(888),
  .animate .services-col:nth-child(888) {
    transition-delay: 71680ms; }
  .animate.news-content .news-item:nth-child(889),
  .animate .vacation-item:nth-child(889),
  .animate .services-col:nth-child(889) {
    transition-delay: 71760ms; }
  .animate.news-content .news-item:nth-child(890),
  .animate .vacation-item:nth-child(890),
  .animate .services-col:nth-child(890) {
    transition-delay: 71840ms; }
  .animate.news-content .news-item:nth-child(891),
  .animate .vacation-item:nth-child(891),
  .animate .services-col:nth-child(891) {
    transition-delay: 71920ms; }
  .animate.news-content .news-item:nth-child(892),
  .animate .vacation-item:nth-child(892),
  .animate .services-col:nth-child(892) {
    transition-delay: 72000ms; }
  .animate.news-content .news-item:nth-child(893),
  .animate .vacation-item:nth-child(893),
  .animate .services-col:nth-child(893) {
    transition-delay: 72080ms; }
  .animate.news-content .news-item:nth-child(894),
  .animate .vacation-item:nth-child(894),
  .animate .services-col:nth-child(894) {
    transition-delay: 72160ms; }
  .animate.news-content .news-item:nth-child(895),
  .animate .vacation-item:nth-child(895),
  .animate .services-col:nth-child(895) {
    transition-delay: 72240ms; }
  .animate.news-content .news-item:nth-child(896),
  .animate .vacation-item:nth-child(896),
  .animate .services-col:nth-child(896) {
    transition-delay: 72320ms; }
  .animate.news-content .news-item:nth-child(897),
  .animate .vacation-item:nth-child(897),
  .animate .services-col:nth-child(897) {
    transition-delay: 72400ms; }
  .animate.news-content .news-item:nth-child(898),
  .animate .vacation-item:nth-child(898),
  .animate .services-col:nth-child(898) {
    transition-delay: 72480ms; }
  .animate.news-content .news-item:nth-child(899),
  .animate .vacation-item:nth-child(899),
  .animate .services-col:nth-child(899) {
    transition-delay: 72560ms; }
  .animate.news-content .news-item:nth-child(900),
  .animate .vacation-item:nth-child(900),
  .animate .services-col:nth-child(900) {
    transition-delay: 72640ms; }
  .animate.news-content .news-item:nth-child(901),
  .animate .vacation-item:nth-child(901),
  .animate .services-col:nth-child(901) {
    transition-delay: 72720ms; }
  .animate.news-content .news-item:nth-child(902),
  .animate .vacation-item:nth-child(902),
  .animate .services-col:nth-child(902) {
    transition-delay: 72800ms; }
  .animate.news-content .news-item:nth-child(903),
  .animate .vacation-item:nth-child(903),
  .animate .services-col:nth-child(903) {
    transition-delay: 72880ms; }
  .animate.news-content .news-item:nth-child(904),
  .animate .vacation-item:nth-child(904),
  .animate .services-col:nth-child(904) {
    transition-delay: 72960ms; }
  .animate.news-content .news-item:nth-child(905),
  .animate .vacation-item:nth-child(905),
  .animate .services-col:nth-child(905) {
    transition-delay: 73040ms; }
  .animate.news-content .news-item:nth-child(906),
  .animate .vacation-item:nth-child(906),
  .animate .services-col:nth-child(906) {
    transition-delay: 73120ms; }
  .animate.news-content .news-item:nth-child(907),
  .animate .vacation-item:nth-child(907),
  .animate .services-col:nth-child(907) {
    transition-delay: 73200ms; }
  .animate.news-content .news-item:nth-child(908),
  .animate .vacation-item:nth-child(908),
  .animate .services-col:nth-child(908) {
    transition-delay: 73280ms; }
  .animate.news-content .news-item:nth-child(909),
  .animate .vacation-item:nth-child(909),
  .animate .services-col:nth-child(909) {
    transition-delay: 73360ms; }
  .animate.news-content .news-item:nth-child(910),
  .animate .vacation-item:nth-child(910),
  .animate .services-col:nth-child(910) {
    transition-delay: 73440ms; }
  .animate.news-content .news-item:nth-child(911),
  .animate .vacation-item:nth-child(911),
  .animate .services-col:nth-child(911) {
    transition-delay: 73520ms; }
  .animate.news-content .news-item:nth-child(912),
  .animate .vacation-item:nth-child(912),
  .animate .services-col:nth-child(912) {
    transition-delay: 73600ms; }
  .animate.news-content .news-item:nth-child(913),
  .animate .vacation-item:nth-child(913),
  .animate .services-col:nth-child(913) {
    transition-delay: 73680ms; }
  .animate.news-content .news-item:nth-child(914),
  .animate .vacation-item:nth-child(914),
  .animate .services-col:nth-child(914) {
    transition-delay: 73760ms; }
  .animate.news-content .news-item:nth-child(915),
  .animate .vacation-item:nth-child(915),
  .animate .services-col:nth-child(915) {
    transition-delay: 73840ms; }
  .animate.news-content .news-item:nth-child(916),
  .animate .vacation-item:nth-child(916),
  .animate .services-col:nth-child(916) {
    transition-delay: 73920ms; }
  .animate.news-content .news-item:nth-child(917),
  .animate .vacation-item:nth-child(917),
  .animate .services-col:nth-child(917) {
    transition-delay: 74000ms; }
  .animate.news-content .news-item:nth-child(918),
  .animate .vacation-item:nth-child(918),
  .animate .services-col:nth-child(918) {
    transition-delay: 74080ms; }
  .animate.news-content .news-item:nth-child(919),
  .animate .vacation-item:nth-child(919),
  .animate .services-col:nth-child(919) {
    transition-delay: 74160ms; }
  .animate.news-content .news-item:nth-child(920),
  .animate .vacation-item:nth-child(920),
  .animate .services-col:nth-child(920) {
    transition-delay: 74240ms; }
  .animate.news-content .news-item:nth-child(921),
  .animate .vacation-item:nth-child(921),
  .animate .services-col:nth-child(921) {
    transition-delay: 74320ms; }
  .animate.news-content .news-item:nth-child(922),
  .animate .vacation-item:nth-child(922),
  .animate .services-col:nth-child(922) {
    transition-delay: 74400ms; }
  .animate.news-content .news-item:nth-child(923),
  .animate .vacation-item:nth-child(923),
  .animate .services-col:nth-child(923) {
    transition-delay: 74480ms; }
  .animate.news-content .news-item:nth-child(924),
  .animate .vacation-item:nth-child(924),
  .animate .services-col:nth-child(924) {
    transition-delay: 74560ms; }
  .animate.news-content .news-item:nth-child(925),
  .animate .vacation-item:nth-child(925),
  .animate .services-col:nth-child(925) {
    transition-delay: 74640ms; }
  .animate.news-content .news-item:nth-child(926),
  .animate .vacation-item:nth-child(926),
  .animate .services-col:nth-child(926) {
    transition-delay: 74720ms; }
  .animate.news-content .news-item:nth-child(927),
  .animate .vacation-item:nth-child(927),
  .animate .services-col:nth-child(927) {
    transition-delay: 74800ms; }
  .animate.news-content .news-item:nth-child(928),
  .animate .vacation-item:nth-child(928),
  .animate .services-col:nth-child(928) {
    transition-delay: 74880ms; }
  .animate.news-content .news-item:nth-child(929),
  .animate .vacation-item:nth-child(929),
  .animate .services-col:nth-child(929) {
    transition-delay: 74960ms; }
  .animate.news-content .news-item:nth-child(930),
  .animate .vacation-item:nth-child(930),
  .animate .services-col:nth-child(930) {
    transition-delay: 75040ms; }
  .animate.news-content .news-item:nth-child(931),
  .animate .vacation-item:nth-child(931),
  .animate .services-col:nth-child(931) {
    transition-delay: 75120ms; }
  .animate.news-content .news-item:nth-child(932),
  .animate .vacation-item:nth-child(932),
  .animate .services-col:nth-child(932) {
    transition-delay: 75200ms; }
  .animate.news-content .news-item:nth-child(933),
  .animate .vacation-item:nth-child(933),
  .animate .services-col:nth-child(933) {
    transition-delay: 75280ms; }
  .animate.news-content .news-item:nth-child(934),
  .animate .vacation-item:nth-child(934),
  .animate .services-col:nth-child(934) {
    transition-delay: 75360ms; }
  .animate.news-content .news-item:nth-child(935),
  .animate .vacation-item:nth-child(935),
  .animate .services-col:nth-child(935) {
    transition-delay: 75440ms; }
  .animate.news-content .news-item:nth-child(936),
  .animate .vacation-item:nth-child(936),
  .animate .services-col:nth-child(936) {
    transition-delay: 75520ms; }
  .animate.news-content .news-item:nth-child(937),
  .animate .vacation-item:nth-child(937),
  .animate .services-col:nth-child(937) {
    transition-delay: 75600ms; }
  .animate.news-content .news-item:nth-child(938),
  .animate .vacation-item:nth-child(938),
  .animate .services-col:nth-child(938) {
    transition-delay: 75680ms; }
  .animate.news-content .news-item:nth-child(939),
  .animate .vacation-item:nth-child(939),
  .animate .services-col:nth-child(939) {
    transition-delay: 75760ms; }
  .animate.news-content .news-item:nth-child(940),
  .animate .vacation-item:nth-child(940),
  .animate .services-col:nth-child(940) {
    transition-delay: 75840ms; }
  .animate.news-content .news-item:nth-child(941),
  .animate .vacation-item:nth-child(941),
  .animate .services-col:nth-child(941) {
    transition-delay: 75920ms; }
  .animate.news-content .news-item:nth-child(942),
  .animate .vacation-item:nth-child(942),
  .animate .services-col:nth-child(942) {
    transition-delay: 76000ms; }
  .animate.news-content .news-item:nth-child(943),
  .animate .vacation-item:nth-child(943),
  .animate .services-col:nth-child(943) {
    transition-delay: 76080ms; }
  .animate.news-content .news-item:nth-child(944),
  .animate .vacation-item:nth-child(944),
  .animate .services-col:nth-child(944) {
    transition-delay: 76160ms; }
  .animate.news-content .news-item:nth-child(945),
  .animate .vacation-item:nth-child(945),
  .animate .services-col:nth-child(945) {
    transition-delay: 76240ms; }
  .animate.news-content .news-item:nth-child(946),
  .animate .vacation-item:nth-child(946),
  .animate .services-col:nth-child(946) {
    transition-delay: 76320ms; }
  .animate.news-content .news-item:nth-child(947),
  .animate .vacation-item:nth-child(947),
  .animate .services-col:nth-child(947) {
    transition-delay: 76400ms; }
  .animate.news-content .news-item:nth-child(948),
  .animate .vacation-item:nth-child(948),
  .animate .services-col:nth-child(948) {
    transition-delay: 76480ms; }
  .animate.news-content .news-item:nth-child(949),
  .animate .vacation-item:nth-child(949),
  .animate .services-col:nth-child(949) {
    transition-delay: 76560ms; }
  .animate.news-content .news-item:nth-child(950),
  .animate .vacation-item:nth-child(950),
  .animate .services-col:nth-child(950) {
    transition-delay: 76640ms; }
  .animate.news-content .news-item:nth-child(951),
  .animate .vacation-item:nth-child(951),
  .animate .services-col:nth-child(951) {
    transition-delay: 76720ms; }
  .animate.news-content .news-item:nth-child(952),
  .animate .vacation-item:nth-child(952),
  .animate .services-col:nth-child(952) {
    transition-delay: 76800ms; }
  .animate.news-content .news-item:nth-child(953),
  .animate .vacation-item:nth-child(953),
  .animate .services-col:nth-child(953) {
    transition-delay: 76880ms; }
  .animate.news-content .news-item:nth-child(954),
  .animate .vacation-item:nth-child(954),
  .animate .services-col:nth-child(954) {
    transition-delay: 76960ms; }
  .animate.news-content .news-item:nth-child(955),
  .animate .vacation-item:nth-child(955),
  .animate .services-col:nth-child(955) {
    transition-delay: 77040ms; }
  .animate.news-content .news-item:nth-child(956),
  .animate .vacation-item:nth-child(956),
  .animate .services-col:nth-child(956) {
    transition-delay: 77120ms; }
  .animate.news-content .news-item:nth-child(957),
  .animate .vacation-item:nth-child(957),
  .animate .services-col:nth-child(957) {
    transition-delay: 77200ms; }
  .animate.news-content .news-item:nth-child(958),
  .animate .vacation-item:nth-child(958),
  .animate .services-col:nth-child(958) {
    transition-delay: 77280ms; }
  .animate.news-content .news-item:nth-child(959),
  .animate .vacation-item:nth-child(959),
  .animate .services-col:nth-child(959) {
    transition-delay: 77360ms; }
  .animate.news-content .news-item:nth-child(960),
  .animate .vacation-item:nth-child(960),
  .animate .services-col:nth-child(960) {
    transition-delay: 77440ms; }
  .animate.news-content .news-item:nth-child(961),
  .animate .vacation-item:nth-child(961),
  .animate .services-col:nth-child(961) {
    transition-delay: 77520ms; }
  .animate.news-content .news-item:nth-child(962),
  .animate .vacation-item:nth-child(962),
  .animate .services-col:nth-child(962) {
    transition-delay: 77600ms; }
  .animate.news-content .news-item:nth-child(963),
  .animate .vacation-item:nth-child(963),
  .animate .services-col:nth-child(963) {
    transition-delay: 77680ms; }
  .animate.news-content .news-item:nth-child(964),
  .animate .vacation-item:nth-child(964),
  .animate .services-col:nth-child(964) {
    transition-delay: 77760ms; }
  .animate.news-content .news-item:nth-child(965),
  .animate .vacation-item:nth-child(965),
  .animate .services-col:nth-child(965) {
    transition-delay: 77840ms; }
  .animate.news-content .news-item:nth-child(966),
  .animate .vacation-item:nth-child(966),
  .animate .services-col:nth-child(966) {
    transition-delay: 77920ms; }
  .animate.news-content .news-item:nth-child(967),
  .animate .vacation-item:nth-child(967),
  .animate .services-col:nth-child(967) {
    transition-delay: 78000ms; }
  .animate.news-content .news-item:nth-child(968),
  .animate .vacation-item:nth-child(968),
  .animate .services-col:nth-child(968) {
    transition-delay: 78080ms; }
  .animate.news-content .news-item:nth-child(969),
  .animate .vacation-item:nth-child(969),
  .animate .services-col:nth-child(969) {
    transition-delay: 78160ms; }
  .animate.news-content .news-item:nth-child(970),
  .animate .vacation-item:nth-child(970),
  .animate .services-col:nth-child(970) {
    transition-delay: 78240ms; }
  .animate.news-content .news-item:nth-child(971),
  .animate .vacation-item:nth-child(971),
  .animate .services-col:nth-child(971) {
    transition-delay: 78320ms; }
  .animate.news-content .news-item:nth-child(972),
  .animate .vacation-item:nth-child(972),
  .animate .services-col:nth-child(972) {
    transition-delay: 78400ms; }
  .animate.news-content .news-item:nth-child(973),
  .animate .vacation-item:nth-child(973),
  .animate .services-col:nth-child(973) {
    transition-delay: 78480ms; }
  .animate.news-content .news-item:nth-child(974),
  .animate .vacation-item:nth-child(974),
  .animate .services-col:nth-child(974) {
    transition-delay: 78560ms; }
  .animate.news-content .news-item:nth-child(975),
  .animate .vacation-item:nth-child(975),
  .animate .services-col:nth-child(975) {
    transition-delay: 78640ms; }
  .animate.news-content .news-item:nth-child(976),
  .animate .vacation-item:nth-child(976),
  .animate .services-col:nth-child(976) {
    transition-delay: 78720ms; }
  .animate.news-content .news-item:nth-child(977),
  .animate .vacation-item:nth-child(977),
  .animate .services-col:nth-child(977) {
    transition-delay: 78800ms; }
  .animate.news-content .news-item:nth-child(978),
  .animate .vacation-item:nth-child(978),
  .animate .services-col:nth-child(978) {
    transition-delay: 78880ms; }
  .animate.news-content .news-item:nth-child(979),
  .animate .vacation-item:nth-child(979),
  .animate .services-col:nth-child(979) {
    transition-delay: 78960ms; }
  .animate.news-content .news-item:nth-child(980),
  .animate .vacation-item:nth-child(980),
  .animate .services-col:nth-child(980) {
    transition-delay: 79040ms; }
  .animate.news-content .news-item:nth-child(981),
  .animate .vacation-item:nth-child(981),
  .animate .services-col:nth-child(981) {
    transition-delay: 79120ms; }
  .animate.news-content .news-item:nth-child(982),
  .animate .vacation-item:nth-child(982),
  .animate .services-col:nth-child(982) {
    transition-delay: 79200ms; }
  .animate.news-content .news-item:nth-child(983),
  .animate .vacation-item:nth-child(983),
  .animate .services-col:nth-child(983) {
    transition-delay: 79280ms; }
  .animate.news-content .news-item:nth-child(984),
  .animate .vacation-item:nth-child(984),
  .animate .services-col:nth-child(984) {
    transition-delay: 79360ms; }
  .animate.news-content .news-item:nth-child(985),
  .animate .vacation-item:nth-child(985),
  .animate .services-col:nth-child(985) {
    transition-delay: 79440ms; }
  .animate.news-content .news-item:nth-child(986),
  .animate .vacation-item:nth-child(986),
  .animate .services-col:nth-child(986) {
    transition-delay: 79520ms; }
  .animate.news-content .news-item:nth-child(987),
  .animate .vacation-item:nth-child(987),
  .animate .services-col:nth-child(987) {
    transition-delay: 79600ms; }
  .animate.news-content .news-item:nth-child(988),
  .animate .vacation-item:nth-child(988),
  .animate .services-col:nth-child(988) {
    transition-delay: 79680ms; }
  .animate.news-content .news-item:nth-child(989),
  .animate .vacation-item:nth-child(989),
  .animate .services-col:nth-child(989) {
    transition-delay: 79760ms; }
  .animate.news-content .news-item:nth-child(990),
  .animate .vacation-item:nth-child(990),
  .animate .services-col:nth-child(990) {
    transition-delay: 79840ms; }
  .animate.news-content .news-item:nth-child(991),
  .animate .vacation-item:nth-child(991),
  .animate .services-col:nth-child(991) {
    transition-delay: 79920ms; }
  .animate.news-content .news-item:nth-child(992),
  .animate .vacation-item:nth-child(992),
  .animate .services-col:nth-child(992) {
    transition-delay: 80000ms; }
  .animate.news-content .news-item:nth-child(993),
  .animate .vacation-item:nth-child(993),
  .animate .services-col:nth-child(993) {
    transition-delay: 80080ms; }
  .animate.news-content .news-item:nth-child(994),
  .animate .vacation-item:nth-child(994),
  .animate .services-col:nth-child(994) {
    transition-delay: 80160ms; }
  .animate.news-content .news-item:nth-child(995),
  .animate .vacation-item:nth-child(995),
  .animate .services-col:nth-child(995) {
    transition-delay: 80240ms; }
  .animate.news-content .news-item:nth-child(996),
  .animate .vacation-item:nth-child(996),
  .animate .services-col:nth-child(996) {
    transition-delay: 80320ms; }
  .animate.news-content .news-item:nth-child(997),
  .animate .vacation-item:nth-child(997),
  .animate .services-col:nth-child(997) {
    transition-delay: 80400ms; }
  .animate.news-content .news-item:nth-child(998),
  .animate .vacation-item:nth-child(998),
  .animate .services-col:nth-child(998) {
    transition-delay: 80480ms; }
  .animate.news-content .news-item:nth-child(999),
  .animate .vacation-item:nth-child(999),
  .animate .services-col:nth-child(999) {
    transition-delay: 80560ms; }
  .animate.news-content .news-item:nth-child(1000),
  .animate .vacation-item:nth-child(1000),
  .animate .services-col:nth-child(1000) {
    transition-delay: 80640ms; }

.section-courier-form .h4 {
  transition-delay: 240ms; }

.section-feedback-form .h3.animate,
.section-country-profile-info .h3.animate,
.section-post-offices-local .h3.animate,
.section-contacts-write .h3.animate,
.section-country-profile-services .h3.animate,
.partners-contacts-wrapper .h3.animate,
.tariffs-block-wr .h3.animate,
.contacts-block-wr .h3.animate {
  transition-delay: 480ms; }

.partners-feedback-wrapper .h3.animate {
  transition-delay: 640ms; }

.animated {
  opacity: 1;
  transform: translate(0, 0); }
  .animated .logo,
  .animated .banner-date,
  .animated .banner-title,
  .animated .banner-dscr,
  .animated .banner-btn,
  .animated .slider-controls, .animated.s-ttl, .animated.s-dscr,
  .animated .cols, .animated.btn-wr, .animated.context-btn,
  .animated.partners-slider-wrapper .btn-arrow-next svg,
  .animated.store-slider-wrapper .btn-arrow-next svg,
  .animated.news-slider-container-wr .btn-arrow-next svg, .animated.content-links, .animated.service-header,
  .animated .feedback-block-detail-item,
  .animated.common-editor-context > *,
  .animated.common-content > *, .animated.h3, .animated.h4, .animated.form,
  .animated .country-profile-form,
  .animated.section-country-profile-choice .h4, .animated.country-profile-info-block,
  .animated.news-content .news-item, .animated.post-offices-local,
  .animated .services-col, .animated.contacts-block, .animated.partners-contacts, .animated.tariffs-block, .animated.career-block, .animated.career-content-header,
  .animated .vacation-item,
  .animated .post-offices-dscr-item {
    opacity: 1;
    transform: translate(0, 0); }
  .animated.partners-slider-wrapper .btn-arrow-prev svg,
  .animated.store-slider-wrapper .btn-arrow-prev svg,
  .animated.news-slider-container-wr .btn-arrow-prev svg {
    opacity: 1;
    transform: translate(0, 0) rotate(180deg); }
  .animated.banner .banner-block:before {
    opacity: 1;
    width: 100%; }

@media screen and (max-width: 1480px) {
  .address-delivery-form .btns-wrapper {
    justify-content: space-between;
    width: 100%;
    padding: 0; }
    .address-delivery-form .btns-wrapper .btn {
      width: 49%; }
      .address-delivery-form .btns-wrapper .btn:last-child {
        margin: 0; } }

@media screen and (max-width: 1299px) {
  .nav-btm-link {
    margin: 0 0 0 20px; }
  .service-kinds-ttl {
    font-size: 12px;
    margin: 0 -15px; }
  .block-container {
    padding: 0 25px; } }

@media screen and (max-width: 1199px) {
  .header {
    order: -2;
    min-height: 135px; }
    .header-container {
      align-items: center;
      padding: 0 20px; }
    .header-nav-top {
      justify-content: flex-end;
      padding: 0 0 0 20px;
      height: 55px;
      margin: 0;
      align-items: center; }
    .header-nav-btm {
      padding: 15px 0 15px 20px;
      background: #eceff4;
      min-height: 55px;
      align-items: center;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      white-space: nowrap;
      overflow-x: auto;
      flex-wrap: nowrap;
      justify-content: flex-start; }
      .header-nav-btm .nav-children {
        display: none; }
    .header-nav-wrapper {
      width: 100%;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center; }
    .header .burger-wrapper {
      padding-left: 10px;
      margin-left: 10px; }
      .header .burger-wrapper:before {
        content: '';
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        height: 20px;
        width: 1px;
        background: #f1f1f1;
        position: absolute; }
    .header .worldwide-link.mobile {
      margin: 0 10px 0 0;
      padding: 0 10px 0 0;
      border-right: 1px solid #f1f1f1; }
      .header .worldwide-link.mobile .worldwide-ico {
        display: block;
        margin: 0; }
    .header .nav-btm-link:first-child {
      margin: 0; }
    .header .nav-btm-link:last-child {
      padding-right: 20px; }
  .breadcrumbs-wr {
    order: -1; }
  .site-main-content {
    width: 100%; }
  .site-inner {
    position: relative; }
  .sidebar-social-block {
    display: none; }
  .sidebar-mobile-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6; }
  .sidebar-nav-top {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6; }
  .sidebar-nav-btm {
    display: flex;
    flex-direction: column;
    padding: 0 0 15px;
    height: auto; }
  .sidebar-nav-items {
    border-bottom: 1px solid #e6e6e6; }
  .sidebar-app-block {
    order: 1;
    display: flex;
    justify-content: space-between;
    max-width: 290px;
    width: 100%;
    margin: 0 auto; }
  .sidebar-app-item {
    margin: 0;
    max-width: 135px;
    height: auto; }
    .sidebar-app-item:last-child {
      margin: 0; }
  .sidebar-tracking .tracking-form {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: initial;
    margin-top: 0;
    transform: translate3d(0, 0, 0); }
  .sidebar-tracking .tracking-link {
    visibility: hidden;
    opacity: 0;
    position: absolute; }
  .sidebar-worldwide {
    display: none; }
  .sidebar-links-block {
    padding: 0 18px 0 0;
    margin-right: 20px;
    border-right: 1px solid #f1f1f1; }
    .sidebar-links-block.mobile {
      display: block; }
    .sidebar-links-block .link-dscr {
      color: #4d5864;
      text-decoration: underline; }
    .sidebar-links-block .country-profile-link {
      margin: 0 0 10px; }
  .sidebar-block-wr {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    max-width: 290px;
    width: 100%;
    margin: 0 auto; }
    .sidebar-block-wr .nav-top-link {
      padding: 8px 0 8px;
      cursor: pointer; }
    .sidebar-block-wr .phone-link {
      padding: 8px 0 8px;
      margin-bottom: 10px; }
    .sidebar-block-wr .sidebar-language {
      padding: 4px 8px 4px;
      border-radius: 3px;
      border: 1px solid #aeaeae; }
  .sidebar-contacts-block {
    padding: 0; }
  .s-nav {
    display: none; }
  .container {
    padding: 0 20px; }
  .block-container {
    padding: 0; }
  .cols-block {
    margin: 0 -15px 20px; }
  .cols {
    padding: 0 15px;
    margin: 0 0 20px; }
  .equilateral-row {
    margin-left: -15px;
    margin-right: -15px; }
    .equilateral-row .tab-context-col,
    .equilateral-row .order-context-col,
    .equilateral-row .career-col {
      padding: 0 15px; }
  .calculator-form .tab-context-col.fourth-col {
    width: calc(25% - 23px); }
  .pallets-calculator-form .volume-content .tab-context-col.fourth-col {
    width: calc(25% - 30px); }
  .courier-form .equilateral-row .form-col,
  .calc-delivery-form .equilateral-row .form-col {
    padding: 0 15px; }
  .services-calculator-form .equilateral-row .form-col {
    padding: 0; }
  .courier-form .form-col.date-arrival-col {
    width: calc(50% - 15px); }
  .courier-form .form-col.third-col {
    width: calc(25% - 23px); }
  .date-arrival-col {
    margin: 0 30px 0 0; }
  .arth-sing {
    width: 30px; }
  .footer-top-block,
  .receipt-block .form-row {
    margin: 0 -15px; }
  .cost-delivery-block {
    margin-left: -15px;
    margin-right: -15px; }
  .footer-top-block-item,
  .receipt-block .form-col,
  .cost-delivery-item {
    padding: 0 15px; }
  .receipt-block-inner {
    padding-right: 0; }
  .nav-btm-link > span,
  .nav-btm-link > a {
    height: auto; }
  .nav-parent-with-children.nav-btm-link:before {
    display: none; }
  .header-nav-mobile {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100vh; }
    .header-nav-mobile.open {
      display: block;
      z-index: 32;
      position: fixed;
      animation-name: fadeInLeft;
      animation-duration: .3s;
      animation-timing-function: linear;
      animation-fill-mode: both; }
    .header-nav-mobile.close {
      animation-name: fadeOutLeft; }
    .header-nav-mobile-ttl {
      min-height: 55px;
      background: #fff;
      display: flex;
      align-items: center;
      padding: 0 20px;
      position: relative; }
      .header-nav-mobile-ttl .ttl {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase; }
      .header-nav-mobile-ttl .btn-close {
        display: block;
        position: absolute;
        z-index: 32;
        width: 35px;
        height: 35px;
        cursor: pointer;
        right: 10px;
        top: 50%;
        margin-top: -17px; }
        .header-nav-mobile-ttl .btn-close span {
          display: block;
          position: absolute;
          left: 50%;
          width: 25px;
          height: 3px;
          border-radius: 2px;
          background-color: #0061af;
          opacity: 1;
          transform: translate(-50%, -11px); }
          .header-nav-mobile-ttl .btn-close span:nth-child(1) {
            top: 50%;
            transform: rotate(-45deg) translate(-8px, -10px); }
          .header-nav-mobile-ttl .btn-close span:nth-child(2) {
            top: calc(50% + 9px);
            transform: rotate(-135deg) translate(16px, -2px); }
    .header-nav-mobile-links {
      height: calc(100% - 55px); }
      .header-nav-mobile-links > ul {
        background: #eceff4;
        padding: 20px;
        overflow-y: auto;
        height: 100%; }
  .logo {
    margin: 24px 0 24px; }
    .logo-wrapper {
      flex: none; }
  .banner-inner {
    min-height: 350px; }
  .s-ttl,
  .banner-title,
  h2,
  h1 {
    font-size: 28px;
    margin: 0 0 15px; }
  h3,
  .h3 {
    font-size: 20px;
    margin: 0 0 25px; }
  .section-with-bg {
    min-height: 350px; }
  .section-main-account .bg-overlay img {
    object-position: 100% 0; }
  .s-context {
    width: 43%; }
  .breadcrumb {
    padding: 15px 0 10px; }
    .breadcrumb-item {
      padding: 5px; }
  .s-full-content-wr,
  .s-nav-content-wr {
    padding: 0 20px; }
  .s-full-container.border,
  .s-nav-container {
    padding: 30px 0; }
  .s-full-container {
    padding: 0 0 30px; }
  .s-nav-content {
    width: 100%; } }
  @media screen and (max-width: 1199px) and (max-width: 1024px) {
    .s-nav-content {
      padding: 0 15px; } }

@media screen and (max-width: 1199px) {
  .service-kinds {
    margin: 0 0 30px; }
  .service-kinds-block {
    justify-content: space-around; }
  .service-header {
    margin: 0 0 30px; }
    .service-header .logo-wrapper {
      margin: 0 30px 0 0; }
  .offices-block {
    margin: 0 0 0 -20px;
    width: calc(100% + 40px); }
    .offices-block .block-container {
      padding: 0 20px; }
  .service-moving-control .bg-overlay {
    left: -20px;
    width: calc(100% + 40px); }
  .services-item .img-wr {
    margin: 0 0 15px; }
  .news-kinds-block {
    display: block;
    width: 50%; }
  .category-select-wrapper .select-styled {
    color: #0061af; }
  .news-slider-container {
    white-space: nowrap;
    overflow-x: auto;
    display: flex; }
  .news-slider-container-wr .btn-arrow {
    display: none !important; }
  .news-slider-item {
    white-space: normal;
    min-width: 230px; }
  .delivery-terms-block .block-inner {
    padding: 30px 20px; }
  .calculator-total-content {
    padding: 0 30px 0 0; }
  .calculator-total-dscr {
    padding: 0 0 0 30px; }
  .section-widgets {
    display: none; }
  .section-tracking-results {
    padding: 0;
    border: none; }
  .tracking-table-header {
    padding: 12px 20px; }
  .tracking-table-row {
    padding: 3px 20px; }
  .tracking-steps-item {
    width: 80px; }
    .tracking-steps-item .ico-wr {
      width: 80px;
      height: 80px; }
  .tracking-steps-line {
    margin: 40px 0 0; }
  .freshdesign-link {
    padding-right: 0; }
  /*lp responsive styles*/
  .lp-form .form-col {
    padding: 0 15px; }
  .services-calculator-form .third-col {
    width: calc(33.33% - 20px); }
  .calculation-delivery-form .form-col {
    padding: 0 15px; }
  .calculation-delivery-block-cargo {
    margin-left: -15px;
    margin-right: -15px; }
    .calculation-delivery-block-cargo .col {
      padding: 0 15px; }
  .country-profile-info-block .row {
    margin: 0 -20px; }
  .country-profile-info-block .col {
    padding: 0 20px; }
  .address-delivery-form .declaration-btn {
    width: calc(100% - 8vw + 30px); }
  .address-delivery-form .return-btn {
    margin-right: 30px; } }

@media screen and (max-width: 1024px) {
  .contacts-item .col1 {
    width: 20%; }
  .contacts-item-row-wrapper {
    width: 80%; }
  .service-kinds-ico {
    height: 80px; }
  .service-kinds-item {
    width: 80px; } }

@media screen and (max-width: 991px) {
  .header .nav-top-block .nav-top-link {
    min-height: 32px; }
  .header .nav-top-block .nav-top-dscr {
    display: none; }
  .cols-block {
    white-space: nowrap;
    overflow-x: auto; }
    .cols-block .cols {
      white-space: normal; }
  .cols {
    min-width: 250px; }
  .order-context-row {
    flex-wrap: wrap;
    margin-bottom: 0; }
    .order-context-row .order-context-col {
      margin: 0 0 20px; }
    .order-context-row .order-context-col.fourth-col {
      width: 50%; }
    .order-context-row .order-context-col.eighth-col {
      width: 25%; }
  .cargo-content {
    margin-bottom: 0; }
    .cargo-content .order-context-col {
      margin: 0 0 20px; }
  .contacts-block {
    padding: 20px 0;
    margin: 0 -20px; }
  .contacts-item {
    position: relative; }
    .contacts-item-row-wrapper {
      width: 100%; }
    .contacts-item .col1,
    .contacts-item .col2,
    .contacts-item .col3,
    .contacts-item .col4 {
      width: 100%; }
    .contacts-item .col2,
    .contacts-item .col3,
    .contacts-item .col4 {
      padding-left: 20px;
      padding-right: 20px; }
    .contacts-item .col1 {
      padding: 0 20px; }
    .contacts-item .col2 {
      padding-top: 0;
      padding-bottom: 4px; }
    .contacts-item .col3 {
      padding-top: 4px;
      padding-bottom: 4px; }
    .contacts-item .col4 {
      padding-top: 4px; }
    .contacts-item:first-child .contacts-item-ttl {
      border: none; }
  .contacts-item-ttl {
    margin: 0 0 20px; }
  .contacts-item-col {
    margin: 0 0 5px; }
  .delivery-terms {
    flex-wrap: wrap; }
    .delivery-terms .checkbox {
      width: 100%;
      margin: 0 0 25px; }
      .delivery-terms .checkbox:last-child {
        margin: 0; }
  .feedback-block-detail {
    padding: 22px 20px;
    flex-wrap: wrap; }
  .feedback-block-detail-item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 0 0 20px;
    margin: 0 0 20px; }
    .feedback-block-detail-item:last-child {
      padding: 0;
      margin: 0; }
  .feedback-block-detail-context {
    flex-wrap: wrap; }
    .feedback-block-detail-context .col {
      width: 100%;
      padding: 0;
      margin: 0 0 15px; }
      .feedback-block-detail-context .col:last-child {
        margin: 0; }
  .ui-timepicker-wrapper {
    width: 180px; }
  .tariffs-block {
    padding: 0;
    margin: 0 -20px;
    width: calc(100% + 40px); }
  .tariffs-block-wr {
    margin: 0 0 22px; }
  .tariffs-item {
    padding: 0 20px; }
    .tariffs-item.active:last-child:after {
      height: 30px; }
  .tariffs-header-btn {
    min-width: inherit;
    justify-content: flex-start;
    height: auto;
    cursor: pointer; }
    .tariffs-header-btn .doc-txt {
      display: block; }
    .tariffs-header-btn .arrow-ico {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      top: auto;
      transform: translate(0, 0); }
      .tariffs-header-btn .arrow-ico svg {
        width: 10px;
        height: 7px;
        fill: #0061af; }
  .tariffs-header {
    flex-wrap: wrap;
    padding: 20px 0 10px; }
    .tariffs-header .col1,
    .tariffs-header .col2,
    .tariffs-header .col3,
    .tariffs-header .col4 {
      width: 100%;
      padding: 0; }
    .tariffs-header .col1 {
      margin: 0 0 10px; }
    .tariffs-header .col2 {
      margin: 0 0 10px; }
    .tariffs-header .col3 {
      margin: 0 0 10px; }
  .tariffs-context .col1 {
    width: 45%;
    padding-left: 0; }
  .tariffs-context .col2 {
    width: 55%;
    padding: 0; }
  .tariffs-context .download-link .file-txt {
    display: none; }
  .tariffs-context .download-link .file-ico {
    margin: 0; }
  .tariffs-context-item {
    padding: 0 30px 0 15px;
    margin: 0 0 15px; }
  .post-offices-dscr-block {
    flex-wrap: wrap; }
  .country-profile-info-row,
  .post-offices-dscr-item {
    margin: 0 0 20px;
    width: 100%; }
  .department-info-row,
  .tracking-info-row {
    flex-wrap: wrap; }
    .department-info-row:last-child,
    .tracking-info-row:last-child {
      margin: 0; }
      .department-info-row:last-child .info-block-col,
      .tracking-info-row:last-child .info-block-col {
        padding-bottom: 0; }
    .department-info-row:first-child .info-block-col,
    .tracking-info-row:first-child .info-block-col {
      padding-top: 0; }
  .department-info-row {
    margin: 0 0 20px;
    padding-left: 45px;
    position: relative; }
  .country-profile-info-row,
  .tracking-info-row {
    margin: 0 0 8px; }
  .department-info-block,
  .tracking-info-block {
    background: #8493a8;
    color: #fff;
    padding: 30px 20px; }
    .department-info-block .info-block-titles,
    .tracking-info-block .info-block-titles {
      background: none; }
    .department-info-block .info-block-col,
    .tracking-info-block .info-block-col {
      width: 100%;
      padding: 0; }
    .department-info-block .info-block-dscr,
    .tracking-info-block .info-block-dscr {
      font-size: 14px;
      font-weight: 700;
      flex-wrap: wrap; }
  .department-info-block,
  .tracking-info-block {
    margin-left: -20px;
    margin-right: -20px; }
  .department-info-block .info-block-titles .ico-wr {
    position: absolute;
    left: 0;
    top: 0; }
  .department-info-block .working-item {
    margin: 0;
    width: 100%; }
  .department-map {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
  .intro-wrapper {
    padding: 0; }
  .page-404-wrapper {
    max-width: 100%; }
  .page-404-wrapper,
  .section-intro {
    padding: 0 20px; }
  .site-content.intro,
  .site-content.page-404 {
    padding: 30px 0; }
  .site-content.intro {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .receipt-block .form-col {
    width: 100%;
    flex: auto;
    padding: 0; }
  .receipt-block .form-row {
    margin: 0; }
  .receipt-block .form-label {
    font-size: 12px;
    position: relative; }
  .receipt-block .item-inner {
    padding: 0;
    max-width: none; }
  .receipt-block .money-logos {
    position: relative; }
  .receipt-block .form-col-email {
    margin: 0 0 20px; }
  .receipt-block .form-col-amount {
    margin: 0 0 10px; }
  .cost-delivery-block {
    margin: 0; }
  .cost-delivery-item {
    width: 100%;
    padding: 0;
    margin: 0 0 20px; }
  .cost-delivery-content {
    display: none; }
    .cost-delivery-content.mobile {
      display: block; }
  .cost-delivery-item.hidden-item-block {
    display: none; }
  .calc-delivery-form .equilateral-row .form-col {
    padding: 0;
    width: 100%; }
  .calc-delivery-form .arth-sing {
    display: none; }
  .calc-delivery-form .form-row {
    margin: 0; }
  .calc-delivery-form .form-col {
    margin: 0 0 20px; }
  .calc-delivery-form .form-col {
    padding: 0;
    width: 100%; }
  .calc-delivery-form .row-title {
    margin: 0; }
  .calc-delivery-form .dimensions-row {
    margin: 0 -8px; }
    .calc-delivery-form .dimensions-row .half-col {
      width: 75%; }
    .calc-delivery-form .dimensions-row .two-col {
      width: 25%; }
    .calc-delivery-form .dimensions-row .form-col {
      padding: 0 8px; }
  .calc-delivery-form .checkbox {
    min-height: auto;
    line-height: 1.7; }
  .calc-delivery-form .services-calculator-offices-content {
    display: block; }
  .calc-delivery-form .map-offices-row {
    margin-left: -15px;
    margin-right: -15px;
    display: block; }
  .packages-block {
    margin: 0 0 20px; }
  .packages-col:not(.packages-col-last) {
    width: 50%;
    flex: auto;
    margin: 0 0 20px; }
  .packages-button {
    width: 200px;
    margin-left: auto;
    margin-right: auto; }
  .address-delivery-form .btns-wrapper {
    flex-wrap: wrap; }
    .address-delivery-form .btns-wrapper .btn {
      width: 100%;
      margin: 0 0 20px; }
      .address-delivery-form .btns-wrapper .btn:last-child {
        margin: 0; }
  .calculation-delivery-form .form-row {
    margin-bottom: 0; }
  .calculation-delivery-form .form-col {
    margin: 0 0 20px; }
  .calculation-delivery-form .half-col {
    width: 100%; }
  .calculation-delivery-block {
    margin: 0; }
    .calculation-delivery-block .col {
      border: none;
      width: 100%;
      padding: 0; } }

@media screen and (max-width: 767px) {
  .s-ttl,
  .banner-title,
  h2,
  h1 {
    font-size: 20px;
    margin: 0 0 12px; }
  h3,
  .h3,
  h4,
  .h4,
  .block-ttl {
    margin: 0 0 10px; }
  body {
    font-size: 12px; }
  .btn {
    font-size: 12px; }
  .s-dscr {
    margin: 0 0 20px; }
  .header-nav-btm {
    font-size: 12px; }
  .header-nav-mobile-ttl {
    padding: 0 15px; }
  .header-nav-mobile-links > ul {
    padding: 15px; }
  .contacts-block {
    margin: 0 -15px; }
  .offices-block {
    margin: 0 0 0 -15px;
    width: calc(100% + 30px); }
    .offices-block .block-container {
      padding: 0 15px; }
  .header-language {
    display: none; }
  .nav-top-block {
    display: none; }
  .burger {
    display: block;
    position: relative;
    z-index: 9;
    width: 35px;
    height: 35px;
    cursor: pointer; }
    .burger-wrapper {
      display: block;
      position: relative; }
    .burger span {
      display: block;
      position: absolute;
      left: 50%;
      width: 25px;
      height: 3px;
      border-radius: 2px;
      background-color: #0061af;
      opacity: 1;
      transform: translate(-50%, -11px);
      transition: all .3s; }
      .burger span:nth-child(1) {
        top: 50%; }
      .burger span:nth-child(2) {
        top: calc(50% + 9px); }
      .burger span:nth-child(3) {
        top: calc(50% + 18px); }
  .s-full-content-wr,
  .s-nav-content-wr,
  .contacts-item .col1,
  .site-sidebar-inner,
  .header-container,
  .sidebar-mobile-menu,
  .container {
    padding: 0 15px; }
  .site-sidebar {
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    display: none;
    transform: translate(100%, 0);
    transition: transform 0.3s; }
    .site-sidebar-inner {
      padding: 0 20px;
      height: 100%;
      overflow-y: auto; }
    .site-sidebar.open {
      position: fixed;
      height: 100vh;
      overflow-x: hidden;
      display: block;
      transform: translate(0, 0); }
      .site-sidebar.open .sidebar-mobile-menu {
        height: 73px; }
        .site-sidebar.open .sidebar-mobile-menu .login-btn-sidebar {
          margin-left: auto;
          margin-right: 12px; }
        .site-sidebar.open .sidebar-mobile-menu .burger span:nth-child(1) {
          transform: rotate(-45deg) translate(-8px, -10px); }
        .site-sidebar.open .sidebar-mobile-menu .burger span:nth-child(2) {
          transform: rotate(-135deg) translate(16px, -2px); }
        .site-sidebar.open .sidebar-mobile-menu .burger span:nth-child(3) {
          opacity: 0; }
  .sidebar-links-block {
    font-size: 12px; }
  .banner-block {
    width: 100%;
    max-width: none; }
  .banner-inner {
    min-height: inherit;
    padding: 20px 0; }
  .banner-block-inner {
    padding-bottom: 30px; }
  .slider-controls {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: none;
    width: auto;
    justify-content: center; }
    .slider-controls .btn-arrow {
      display: none !important; }
    .slider-controls .slick-dots {
      width: auto; }
  .slick-dots li {
    padding: 4px; }
  .banner-btn,
  .send-btn,
  .feedback-btn,
  .partners-feedback-btn,
  .change-data-btn,
  .tracking-btn,
  .searching-btn,
  .add-declaration-btn,
  .apply-btn,
  .payment-next-btn,
  .main-page-btn,
  .offices-btn,
  .calc-delivery-btn {
    width: 100%; }
  .calc-delivery-btn {
    margin-top: 10px; }
  .service-moving-control .bg-overlay img,
  .section-with-bg .bg-overlay img {
    opacity: .4; }
  .service-moving-control {
    min-height: inherit; }
    .service-moving-control .bg-overlay {
      left: -15px;
      width: calc(100% + 30px); }
      .service-moving-control .bg-overlay img {
        object-position: 44% 0; }
  .section-main-account {
    padding: 30px 0;
    align-items: stretch; }
    .section-main-account .bg-overlay img {
      opacity: .4;
      object-position: 80% 0; }
    .section-main-account .container {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .section-main-account .s-context {
      width: 60%; }
    .section-main-account .context-btn {
      width: 100%; }
  .section-main-partners,
  .section-store {
    padding: 30px 0; }
  .partners-slider-container,
  .store-slider-container {
    padding: 0 25px; }
  .partners-slider-item,
  .store-slider-item {
    padding: 0 15px; }
  .change-country-item .footer-block {
    margin: 0; }
  .footer-worldwide-form {
    margin: 0 0 10px; }
  .footer-top-wrapper {
    padding: 0; }
  .footer-app-block,
  .footer-social-block {
    display: none; }
  .footer-top-block-item {
    flex: auto;
    width: 100%;
    border-bottom: 1px solid #e6e6e6; }
    .footer-top-block-item:last-child {
      border: none; }
    .footer-top-block-item.mobile {
      display: block; }
      .footer-top-block-item.mobile .footer-app-block {
        display: block;
        margin: 0 0 20px; }
      .footer-top-block-item.mobile .footer-app {
        max-width: 310px;
        margin: 0 auto;
        justify-content: space-between; }
      .footer-top-block-item.mobile .footer-social-block {
        display: flex;
        max-width: 310px;
        margin: 0 auto;
        justify-content: space-around; }
    .footer-top-block-item .item-inner {
      max-width: none;
      padding: 20px 0; }
  .footer-menu-block {
    margin: 0; }
  .footer-menu-mobile-block .footer-block-ttl {
    display: flex;
    position: relative;
    margin: 0; }
    .footer-menu-mobile-block .footer-block-ttl .arrow-ico {
      display: block;
      right: 0;
      width: 30px;
      text-align: center; }
  .footer-menu-mobile-block .footer-menu {
    padding-top: 20px;
    display: none; }
  .footer-menu-mobile-block.active .footer-menu {
    display: block; }
  .footer-copyright-wrapper {
    min-height: 50px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    line-height: 1.3;
    font-size: 10px;
    background: #eceff4; }
  .copyright {
    width: 100%; }
  .freshdesign-link {
    max-width: 75px;
    width: 100%; }
  .service-header {
    flex-wrap: wrap;
    margin: 0 0 20px; }
    .service-header .logo-wrapper {
      margin: 0 0 15px; }
  .service-kinds {
    margin: 0 0 20px; }
  .service-kinds-block {
    flex-wrap: wrap; }
  .service-kinds-item {
    margin: 0 0 20px; }
  .service-kinds-ico {
    border: none;
    padding: 0 20px;
    height: auto;
    margin: 0 auto 5px; }
  .service-kinds-ttl {
    font-size: 10px;
    margin: 0; }
  .service-moving-control {
    padding: 25px 0; }
  .moving-control-context {
    width: 70%; }
  .block-ttl {
    margin: 0 0 10px; }
  .service-items {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0 -15px; }
  .service-item {
    margin: 0;
    padding: 0 15px;
    min-width: 220px;
    white-space: normal; }
  .services-content {
    margin: 0 -15px; }
    .services-content .services-col {
      padding: 0 15px;
      width: 100%; }
      .services-content .services-col:last-child {
        margin: 0; }
    .services-content .services-item {
      max-width: none; }
      .services-content .services-item .img-wr {
        min-width: initial; }
  .news-content .news-item {
    flex-wrap: wrap;
    margin: 0 0 30px; }
    .news-content .news-item:last-child {
      margin: 0; }
  .news-content .img-wr {
    margin: 0 0 10px;
    max-width: 290px;
    width: 100vw; }
  .news-content .context-ttl {
    height: auto; }
  .news-content .context-dscr {
    max-height: 59px;
    height: auto; }
  .news-dscr-block {
    padding-bottom: 0; }
    .news-dscr-block .btn-more {
      position: relative; }
  .news-kinds-block {
    width: 100%; }
  .pagination-pages {
    text-align: center; }
    .pagination-pages ul {
      display: inline-flex; }
  .share-btn {
    display: flex;
    align-items: center;
    justify-content: center; }
  .content-social-block {
    transform: translate(1000%, 0);
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .5s; }
    .content-social-block .txt {
      display: none; }
  .content-social-item.twitter-link {
    transform: translate(50px, 0);
    transition: transform .5s ease-in-out .5s; }
  .content-links {
    margin: 0 0 30px;
    position: relative; }
    .content-links.active .content-social-block {
      display: flex;
      transform: translate(0, 0); }
    .content-links.active .content-social-item.twitter-link {
      transform: translate(0, 0); }
  .article-content {
    padding: 0 0 20px;
    margin: 0 0 20px; }
  .common-content h4,
  .common-content h3 {
    margin: 22px 0 12px; }
  .common-content p,
  .common-content strong,
  .common-content b {
    margin: 8px 0; }
  .common-content img {
    margin: 15px 0; }
  .remodal,
  .modal {
    height: auto; }
  .modal-choose {
    border-radius: 0; }
  .modal-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%; }
  .remodal-wrapper {
    padding: 0; }
  .modal-context {
    padding: 60px 15px; }
    .modal-context h3,
    .modal-context h4,
    .modal-context h5 {
      margin: 0 0 40px;
      font-size: 18px; }
  .modal .subscribe-form,
  .remodal .subscribe-form {
    width: auto; }
  .contacts-page .section-contacts-offices {
    padding: 30px 0; }
  .partners-feedback-form .form-col,
  .contact-form .form-col {
    flex: auto;
    width: 100%;
    margin: 0 0 20px;
    padding: 0; }
  .contact-form .form-row,
  .partners-feedback-form .form-row,
  .feedback-form .form-row,
  .courier-form .form-row,
  .career-form .form-row,
  .tracking-form .form-row:last-of-type,
  .login-form .form-row,
  .payment-form .form-row {
    margin: 0; }
  .searching-form .form-row {
    margin: 0 0 30px; }
  .courier-form .form-row.location-row {
    margin: 0 -15px; }
  .form-row {
    flex-wrap: wrap; }
  .career-form .form-col.eight-col,
  .career-form .form-col.fourth-col,
  .partners-feedback-form .form-col.eight-col,
  .partners-feedback-form .form-col.fourth-col,
  .login-form .login-col.half-col {
    max-width: 100%;
    flex-basis: 100%; }
  .partners-feedback-form .send-btn,
  .contact-form .send-btn,
  .post-offices-form .send-btn,
  .career-search-btn {
    margin: 20px 0 0; }
  .contacts-banner-block,
  .career-banner-block {
    min-height: 100px; }
  .contacts-block-wr {
    margin: 0 0 22px; }
  .contacts-item .col2,
  .contacts-item .col3 {
    padding-left: 15px; }
  .partners-item {
    margin: 0 0 20px; }
    .partners-item a {
      font-size: 11px; }
  .partners-content {
    margin: 0 0 20px; }
  .partners-contacts {
    flex-wrap: wrap;
    padding: 0;
    font-weight: normal; }
  .partners-contacts-item {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-right: none;
    padding: 0;
    margin: 0 15px;
    min-height: 50px; }
  .tab-context-top {
    padding-bottom: 0;
    margin-bottom: 20px;
    border: none; }
  .tab-context-btm .tab-context-col {
    margin: 0 0 15px; }
    .tab-context-btm .tab-context-col:last-child {
      margin: 0; }
  .calculator-tabs,
  .order-steps,
  .payment-steps {
    margin-left: -15px;
    width: calc(100% + 30px); }
  .common-tab a,
  .order-step,
  .payment-step {
    font-size: 14px; }
  .equilateral-row {
    flex-wrap: wrap; }
  .equilateral-row .tab-context-col.fourth-col,
  .calculator-form .tab-context-col.fourth-col,
  .calculator-form .equilateral-row .tab-context-col.fourth-col,
  .pallets-calculator-form .volume-content .tab-context-col.fourth-col,
  .equilateral-row .order-context-col.fourth-col,
  .tab-context-col.half-col,
  .order-context-col.half-col,
  .feedback-form .form-col.half-col,
  .feedback-form .form-col.third-col,
  .courier-form .equilateral-row .form-col.half-col,
  .courier-form .equilateral-row .form-col.third-col,
  .courier-form .form-col.date-arrival-col,
  .searching-col.left-col,
  .searching-col.right-col,
  .tracking-col.left-col,
  .tracking-col.right-col,
  .payment-col.left-col,
  .payment-col.right-col {
    width: 100%; }
  .courier-form .form-col.third-col {
    width: calc(50% - 15px); }
  .parcels-calculator-form .quantity-block,
  .pallets-calculator-form .quantity-block,
  .postpayments-sum-block,
  .product-type-block,
  .feedback-form .form-col,
  .courier-form .form-col,
  .searching-col.left-col,
  .tracking-col.left-col,
  .payment-col.left-col {
    margin: 0 0 32px; }
  .calculator-slider-block {
    order: 1; }
    .calculator-slider-block .tab-context-label {
      display: none; }
  .calculator-result-block {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .calculator-result-block .tab-context-label {
      display: block;
      margin: 0; }
  .calculator-result {
    width: 100px; }
  .tab-context-col.fourth-col {
    width: 100%; }
  .equilateral-row .tab-context-col,
  .equilateral-row .order-context-col,
  .equilateral-row .career-col,
  .feedback-form .form-col,
  .courier-form .equilateral-row .form-col.half-col,
  .searching-form .form-col,
  .login-form .login-col,
  .tracking-form .form-col,
  .payment-form .form-col {
    padding: 0; }
  .courier-form .form-row.location-row .form-col {
    padding: 0 15px; }
  .tab-context-row,
  .order-context-row {
    flex-wrap: wrap; }
  .tab-context-row {
    margin: 0 0 20px; }
  .order-context-row {
    margin: 0; }
    .order-context-row .order-context-col.eighth-col {
      width: 50%; }
  .arth-sing {
    margin: 0 auto;
    width: 25px;
    height: 25px; }
  .courier-form .arth-sing {
    height: 40px;
    width: 30px;
    margin: 0 0 20px; }
  .services-calculator-form .arth-sing {
    display: none; }
  .form-label,
  .tab-context-label,
  .control-label {
    font-size: 11px;
    margin: 0 0 10px; }
  .delivery-terms-block {
    margin-left: -15px;
    width: calc(100% + 30px); }
    .delivery-terms-block .block-inner {
      padding: 20px 15px; }
    .delivery-terms-block h4 {
      margin: 0 0 30px; }
  .section-calculator .s-ttl {
    margin: 0 0 30px; }
  .calculator-total-value {
    font-size: 14px; }
  .calculator-total-item {
    margin: 0 0 10px; }
  .total-dscr-inner {
    padding: 12px 15px; }
  .calculator-total-block {
    margin: 0;
    flex-wrap: wrap; }
    .calculator-total-block .change-data-btn {
      display: block;
      margin: 0 0 15px; }
  .calculator-total-content,
  .calculator-total-dscr {
    padding: 0;
    width: 100%; }
  .calculator-total-content {
    margin: 0 0 22px; }
  .calculator-total-dscr {
    border: none;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px); }
  .change-data-btn {
    display: none; }
  .cargo-content {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0; }
    .cargo-content .order-context-col {
      padding: 0 15px; }
  .order-step-1 .order-context,
  .tab-context, .order-block-wrapper,
  .payment-block-step-1 .payment-context {
    padding: 30px 0 0; }
  .order-date-creation {
    margin: 0 0 10px; }
  .order-dscr-block {
    font-size: 11px;
    line-height: 1.3; }
  .order-tabs {
    flex-wrap: wrap; }
  .order-tab {
    width: 100%;
    margin: 0 0 20px; }
    .order-tab.active a:after {
      border-color: #0061af;
      background-image: radial-gradient(circle closest-corner at 50% 50%, #0061af 4px, transparent 35%); }
    .order-tab a {
      padding: 0 0 0 30px;
      min-height: inherit;
      text-align: left;
      border-radius: 0;
      border: 0;
      position: relative; }
      .order-tab a:after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        border: 1px solid #a7abb0;
        left: 0;
        border-radius: 50%;
        top: 50%;
        transform: translate(0, -50%);
        transition: border .5s;
        background-color: #fff;
        background-image: radial-gradient(circle closest-corner at 50% 50%, transparent 4px, transparent 35%); }
  .btns-wrapper {
    flex-wrap: wrap;
    margin-top: 10px; }
    .btns-wrapper .btn {
      width: 100%;
      margin: 0 0 20px; }
      .btns-wrapper .btn:last-child {
        margin: 0; }
  .order-context .tab-context-btm,
  .order-context .tab-context-top {
    margin-bottom: 0; }
  .feedback-block-detail-context .col {
    font-size: 14px; }
  .section-feedback-detail {
    margin: 0 0 20px; }
  .radiobuttons .radio {
    margin: 0 30px 0 0; }
  .section-feedback-form {
    font-size: 14px; }
  .feedback-form .radiobuttons {
    margin: 0 0 20px; }
  .contact-form .radiobuttons .radio {
    padding: 0;
    width: 100%; }
  .radiobuttons-container .radio {
    margin: 0 0 30px;
    width: 100%;
    font-size: 14px; }
    .radiobuttons-container .radio:last-child {
      margin: 0; }
  .searching-form .radiobuttons {
    flex-wrap: wrap; }
    .searching-form .radiobuttons .radio {
      margin: 0 0 30px;
      width: 100%;
      font-size: 14px; }
      .searching-form .radiobuttons .radio:last-child {
        margin: 0; }
  .feedback-form .form-label {
    font-size: 11px; }
  .subject-matter-block .radio {
    width: 100%;
    margin: 0 0 20px; }
    .subject-matter-block .radio:last-child {
      margin: 0; }
  .info-block {
    margin: 0 0 18px; }
  .ui-timepicker-wrapper {
    width: 40%; }
  .tariffs-context-item {
    justify-content: space-between; }
    .tariffs-context-item .col1,
    .tariffs-context-item .col2 {
      width: auto; }
  .tariffs-block-wr h3,
  .tariffs-block-wr .h3 {
    font-size: 16px; }
  .tariffs-header-dscr {
    font-size: 11px; }
  .tariffs-block {
    margin: 0 -15px;
    width: calc(100% + 30px); }
  .tariffs-item {
    padding: 0 15px; }
  .history-item {
    padding: 0 0 0 20px;
    margin: 0 0 22px;
    flex-wrap: wrap; }
    .history-item .img-wr {
      margin: 0 0 15px; }
      .history-item .img-wr:before {
        left: -25px; }
  .history-item-context {
    width: 100%; }
    .history-item-context .history-dscr {
      max-width: none; }
  .history-date {
    margin: 0 0 10px;
    font-size: 12px;
    min-width: 130px;
    height: 30px; }
  .searching-results-header {
    font-size: 16px;
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 12px 15px; }
  .searching-results-item {
    padding: 25px 0; }
  .section-post-offices-search {
    padding: 0 0 20px; }
  .post-offices-form {
    padding: 0 0 70px; }
    .post-offices-form > .form-label {
      display: none; }
    .post-offices-form .form-col {
      max-width: 100%;
      flex-basis: 100%; }
      .post-offices-form .form-col .form-label {
        display: block; }
    .post-offices-form .form-row {
      margin: 0; }
      .post-offices-form .form-row:last-of-type {
        margin-left: 0;
        margin-right: 0; }
        .post-offices-form .form-row:last-of-type .form-col {
          margin-bottom: 0; }
      .post-offices-form .form-row .form-col {
        max-width: 100%;
        flex-basis: 100%;
        padding: 0;
        margin-bottom: 20px; }
        .post-offices-form .form-row .form-col:first-child {
          margin: 0 0 20px; }
    .post-offices-form .ttl {
      font-size: 14px;
      margin: 0 0 20px; }
    .post-offices-form .checkboxes {
      width: 100%;
      margin: 0 0 25px; }
    .post-offices-form .checkbox {
      width: 100%;
      padding: 0; }
  .section-post-offices-local h3,
  .section-post-offices-local .h3 {
    font-size: 16px; }
  .post-offices-local {
    margin-left: -15px;
    margin-right: -15px; }
  .post-offices-detail .cancel-btn span:before,
  .post-offices-detail .cancel-btn span:after,
  .post-offices-detail .cancel-btn span:before,
  .post-offices-detail .cancel-btn span:after {
    background: #172c3e; }
  .post-offices-detail .cancel-btn:hover span:before,
  .post-offices-detail .cancel-btn:hover span:after,
  .post-offices-detail .cancel-btn:hover span:before,
  .post-offices-detail .cancel-btn:hover span:after {
    background: rgba(23, 44, 62, 0.6); }
  .post-offices-detail-adr {
    font-size: 14px; }
  .post-offices-detail-work-time span {
    font-size: 14px; }
  .section-post-offices-local {
    padding: 15px 0 0; }
  .department-info-block,
  .tracking-info-block {
    padding: 30px 15px; }
    .department-info-block .info-block-titles,
    .tracking-info-block .info-block-titles {
      font-size: 12px; }
  .department-info-block,
  .tracking-info-block {
    margin-left: -15px;
    margin-right: -15px; }
  .department-map {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px); }
  .career-content-header {
    margin: 0 0 20px; }
  .career-block {
    margin-left: -15px;
    margin-right: -15px; }
  .career-city-header {
    padding: 20px 15px;
    font-size: 18px; }
  .vacation-item {
    padding: 0 15px; }
    .vacation-item.active .detail-btn .arrow-ico svg {
      transform: rotate(180deg); }
  .vacation-header {
    min-height: 70px;
    flex-wrap: wrap;
    position: relative;
    padding-right: 30px; }
    .vacation-header .col1,
    .vacation-header .col2 {
      width: 100%;
      padding: 0; }
    .vacation-header .col2 {
      order: -1; }
    .vacation-header .col3 {
      width: auto;
      padding: 0;
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0; }
    .vacation-header .detail-btn {
      width: 100%;
      height: 100%;
      padding: 0; }
      .vacation-header .detail-btn .link {
        display: none; }
      .vacation-header .detail-btn .arrow-ico {
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        display: flex; }
        .vacation-header .detail-btn .arrow-ico svg {
          transform-origin: 50% 50%; }
  .vacation-date span {
    display: none; }
  .vacation-date .date {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none; }
  .vacation-dscr {
    padding: 0 0 30px; }
    .vacation-dscr-header {
      padding: 12px 15px;
      margin: 0 0 15px;
      flex-wrap: wrap; }
      .vacation-dscr-header-item {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0 0 5px; }
  .section-country-profile-info {
    padding: 0 0 25px; }
  .country-profile-form {
    width: 100%; }
  .section-intro {
    padding: 0 15px; }
  .img-404 {
    width: 200px;
    height: 80px; }
  .dscr-404 {
    padding: 0 0 15px;
    margin: 0 0 20px; }
  .page-404-wrapper {
    padding: 0; }
    .page-404-wrapper .footer {
      border: none; }
    .page-404-wrapper .container {
      padding: 0 15px; }
  .service-select-wrapper {
    margin: 0 0 20px; }
  .dcsr {
    margin: 0 0 15px; }
  .section-form-tracking {
    margin: 0 0 25px; }
  .traking-results-output-block {
    position: relative;
    margin: 20px 0 12px; }
  .tracking-table {
    display: none; }
  .tracking-steps-block {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 20px; }
    .tracking-steps-block-inner {
      min-width: 1250px;
      padding-left: 50px;
      padding-right: 50px; }
  .tracking-steps-item {
    white-space: normal;
    position: relative; }
  .tracking-steps-dscr {
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100% + 100px); }
  .payment-card-block-inner {
    padding-left: 0;
    padding-top: 0; }
  .card {
    height: auto;
    width: auto;
    position: relative; }
    .card:before {
      content: '';
      position: absolute;
      border-radius: 15px;
      width: 440px;
      right: 0; }
  .card-front {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 15px; }
    .card-front:before {
      background: #8493a8;
      top: 0;
      height: 100%; }
  .card-back {
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 15px;
    margin-right: 15px; }
    .card-back:before {
      bottom: 0;
      height: 275px;
      background-color: #cad3df; }
  .payment-systems {
    margin: 0; }
  .modal-choose .modal-context {
    padding: 30px 30px; }
  .payment-systems-col {
    padding: 0;
    margin: 0 0 20px;
    width: 100%; }
    .payment-systems-col:last-child {
      margin: 0; }
  .payment-systems-item {
    width: 100%; }
  .success-payment-block {
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px; }
    .success-payment-block .h3,
    .success-payment-block h3 {
      font-size: 16px; }
  .section-payment .s-ttl {
    margin: 0 0 15px; }
  .faq-header {
    font-size: 14px;
    min-height: 50px; }
    .faq-header .detail-btn .arrow-ico svg {
      width: 9px;
      height: 7px; }
  .faq-context {
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 15px; }
  blockquote,
  q {
    padding-left: 6px;
    padding-right: 6px; }
    blockquote:before,
    q:before {
      left: -6px; }
    blockquote:after,
    q:after {
      left: 6px; }
  .gm-style .gm-style-iw-c {
    max-width: 280px !important; }
  .gm-style .gm-style-iw-d {
    max-width: 280px !important; }
  /*lp responsive styles*/
  .lp-form .form-row {
    margin: 0; }
    .lp-form .form-row:last-child .form-col {
      margin: 0; }
  .lp-form .form-col {
    padding: 0;
    margin: 0 0 20px; }
  .lp-form .form-col.half-col {
    width: 100%; }
  .lp-btn {
    max-width: none; }
  .cargo-form .form-row,
  .auto-delivery-form .form-row,
  .services-calculator-form .form-row,
  .business-solutions-form .form-row {
    margin: 0; }
  .cargo-form .form-col,
  .auto-delivery-form .form-col,
  .services-calculator-form .form-col,
  .business-solutions-form .form-col {
    margin: 0 0 20px; }
  .cargo-form .form-col,
  .auto-delivery-form .form-col,
  .services-calculator-form .form-col,
  .business-solutions-form .form-col {
    padding: 0;
    width: 100%; }
  .cargo-form .row-title,
  .auto-delivery-form .row-title,
  .services-calculator-form .row-title,
  .business-solutions-form .row-title {
    margin-top: 5px;
    margin-bottom: 0; }
  .common-form .form-row {
    margin: 0; }
  .common-form .form-col {
    margin: 0 0 20px; }
  .common-form .form-col {
    padding: 0;
    width: 100%; }
  .common-form .row-title {
    margin-top: 5px;
    margin-bottom: 0; }
  .services-calculator h2,
  .services-calculator h3,
  .services-calculator h4,
  .services-calculator h5,
  .services-calculator h6 {
    margin: 0 0 20px; }
  .services-calculator-form .equilateral-row .form-col {
    width: 100%; }
  .services-calculator-form .form-row {
    margin-bottom: 0; }
  .services-calculator-form .form-col {
    width: 100%; }
  .services-calculator-form .dimensions-row {
    margin-left: -8px;
    margin-right: -8px; }
    .services-calculator-form .dimensions-row .half-col {
      width: 75%; }
    .services-calculator-form .dimensions-row .two-col {
      width: 25%; }
    .services-calculator-form .dimensions-row .form-col {
      padding: 0 8px; }
  .services-calculator-form .checkbox {
    min-height: auto;
    line-height: 1.7; }
  .services-calculator-form .services-calculator-offices-content {
    display: block; }
  .services-calculator-form .map-offices-row {
    margin: 0 -15px;
    display: block; }
  .payment-amount-block,
  .billing-weight-block {
    min-height: auto;
    flex-wrap: wrap;
    justify-content: center; }
  .payment-amount-block {
    margin: 0; }
  .payment-amount-ttl,
  .billing-weight-ttl {
    width: 100%;
    text-align: center;
    margin: 0 0 3px; }
  .services-calculator-offices-content {
    display: none; }
  .services-calculator-offices-description {
    padding: 0; }
  .services-calculator-description h2 {
    font-size: 16px; }
  .common-accordion-context {
    padding-top: 0;
    padding-bottom: 20px; }
  .services-calculator-form .form-col {
    margin: 0 0 20px; }
  .services-calculator-form .third-col {
    width: 100%; }
  .calc-delivery-context .attention-text {
    font-size: 12px; }
  .calc-delivery-context .description-text {
    font-size: 12px; }
  .cookies-banner .container {
    flex-wrap: wrap; }
  .cookies-banner-content {
    max-width: none;
    padding: 0;
    width: 100%; }
  .cookies-banner-dscr {
    margin: 0 0 10px; }
  .btn-wrapper {
    width: 100%; }
  .btn-cookies-accept {
    width: 100%; }
  .news-modal {
    right: 0;
    left: 0;
    margin: auto; }
    .news-modal-inner {
      padding: 15px; }
  .modal-declaration-number .btn,
  .modal-shipping-cost .btn {
    width: 100%; }
  .calculation-delivery-form .form-row {
    margin-bottom: 0; }
  .calculation-delivery-form .form-col {
    margin: 0 0 20px; }
  .calculation-delivery-form .half-col {
    width: 100%; }
  .calculation-delivery-block {
    margin: 0; }
    .calculation-delivery-block .col {
      border: none;
      width: 100%;
      padding: 0; }
  .pdf-file-calculator-download {
    padding: 0; }
  .post-offices-dscr-item {
    margin: 0 0 20px;
    width: 100%; }
    .post-offices-dscr-item:last-child {
      margin-bottom: 0; }
  .country-profile-info-block .row {
    margin: 0; }
  .country-profile-info-block .col {
    padding: 0;
    width: 100%;
    margin: 0 0 20px; }
    .country-profile-info-block .col:last-child {
      margin: 0; }
  .order-form .btns-wrapper {
    width: 100%;
    padding: 0; }
  .show-terminals-btn {
    width: 100%;
    margin: 20px 0 0; }
  .intro-region-content {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .intro-region-col {
    width: 100%;
    margin: 0 0 30px; }
    .intro-region-col:last-child {
      margin: 0; }
  .intro-region-title {
    margin: 0 0 16px; }
  .intro-region-item {
    margin: 0 0 24px; } }

@media screen and (max-width: 480px) {
  .history-item .img-wr {
    width: 100%;
    max-width: none; } }

@media screen and (max-width: 420px) {
  .section-post-offices-local .btn-clear {
    padding: 0px 10px; } }

@media only screen and (min-width: 641px) {
  .remodal,
  .modal {
    max-width: none; } }

@media only screen and (min-width: 768px) {
  .remodal,
  .modal {
    max-width: 635px; }
  .modal-choose {
    max-width: 660px; } }

@media screen and (min-width: 1600px) {
  .section-with-bg,
  .banner {
    min-height: 500px; }
  .banner-block {
    max-width: 45%; }
  .cols:nth-child(4) {
    display: block; } }

@media screen and (min-width: 1200px) {
  .sidebar-contacts-block {
    padding: 30px 0 60px 0; } }

.df__branches-select-option {
  display: flex;
  align-items: center; }
  .df__branches-select-option img {
    width: 30px;
    margin-right: 10px; }

.iti__selected-dial-code {
  display: none !important; }

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0) !important; }

.iti__selected-flag {
  border-right: 1px solid #D7D8D9; }

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-left: 59px !important; }

.df__lp-export-intro .bg-overlay {
  padding-bottom: 0; }

.df__lp-export-intro .cols:nth-child(4) {
  display: block; }

.blank-page {
  background: none; }

.calculator_iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
  display: none; }

.calculator_iframe.active {
  display: block; }
