@charset "UTF-8";
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; }

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 {
  width: calc(100% - 275px);
  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; }

.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;
  z-index: 2; }
  .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 {
  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 .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; }
  .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; }
  .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; }

a:hover .svg-fill,
a:hover path,
a:hover .svg-stroke,
.select:hover .svg-fill,
.select:hover path,
.select:hover .svg-stroke,
.language:hover .svg-fill,
.language:hover path,
.language:hover .svg-stroke,
.sidebar-nav-link:hover .svg-fill,
.sidebar-nav-link:hover path,
.sidebar-nav-link:hover .svg-stroke {
  fill: #169ce1 !important; }

.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; }
  .bg-overlay img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0; }

.banner .bg-overlay img {
  object-position: 100% 0; }

/* 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 {
  position: relative;
  min-height: 390px; }
  .banner-inner {
    height: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center; }
  .banner-block {
    padding: 40px;
    max-width: 500px;
    width: 100%;
    position: relative; }
    .banner-block:before {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      top: 0;
      height: 100%;
      background: rgba(255, 255, 255, 0.9); }
    .banner-block-inner {
      position: relative;
      z-index: 1; }
    .banner-block .slick-slider .slick-track {
      display: flex; }
    .banner-block .slide-item {
      float: none;
      height: auto;
      padding-bottom: 40px;
      position: relative; }
      .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 {
        position: absolute;
        bottom: 0;
        left: 0; }
  .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 {
  width: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 1; }

.slider-controls {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 0 20px; }
  .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; }
  .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; }
      .slick-dots li button:before {
        content: none; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background-color: #0061af; }

.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; }
  .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,
    .vacation-dscr-content ul li,
    .common-editor-context ul li,
    .partners-item .context-dscr ul li,
    .history-dscr ul li,
    .common-accordion-context ul li {
      position: relative;
      padding: 0 0 0 15px; }
      .faq-context ul li:before,
      .vacation-dscr-content ul li:before,
      .common-editor-context ul li:before,
      .partners-item .context-dscr ul li:before,
      .history-dscr ul li:before,
      .common-accordion-context ul li: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) {
    display: inline-block;
    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-col,
.auto-delivery-form .form-col,
.business-solutions-form .form-col {
  padding: 0 10px; }

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

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

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

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

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

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

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

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

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

.cargo-form .row-title,
.auto-delivery-form .row-title,
.business-solutions-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: 9999;
  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: 9999;
  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 .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; }

.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; }

.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: 1 1 0;
  padding-left: 10px;
  padding-right: 10px; }
  .packages-col-last {
    flex: none; }

.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; }

.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-page .post-offices-local {
  height: 100%; }

.post-offices-local-wrapper {
  height: calc(100% - 65px); }

.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; }

.post-offices-page .post-offices-sidebar-branches {
  height: 100%; }

.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; }

.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 {
  width: 100%;
  background: #fff;
  z-index: 10;
  position: relative; }
  .header-container {
    padding-left: 40px;
    justify-content: space-between;
    display: flex; }

.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 span {
    display: block;
    padding: 5px; }
  .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 div {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    position: absolute;
    padding-top: 30px;
    top: 0;
    left: 0;
    min-width: 100%;
    transition: opacity .5s; }
  .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; }

.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: block;
    padding: 5px 0;
    height: 46px;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    color: #0061af;
    transition: color .5s; }
  .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: 46px;
  right: -90%;
  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: -1px;
    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; }

.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%; }

.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%; }

.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; }

.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; }

.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; }

.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-result-block .tab-context-label {
  display: none; }

.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; }

.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); }
  .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; }

.post-offices-page .s-full-content-wr {
  border-bottom: none; }

.post-offices-page .s-full-container {
  padding-bottom: 0; }

.post-offices-page.post-offices-page_ua .list-modal-content .post-offices-load-btn {
  display: inline-flex; }

@media screen and (max-width: 1024px) {
  .post-offices-page.post-offices-page_ua .post-office-modal .list-modal-content .post-offices-sidebar-list {
    max-height: calc(100vh - 256px); }
  .post-offices-page.post-offices-page_ua .section-post-offices-local.modal-search_active .post-office-modal .list-modal-content .post-offices-sidebar-list {
    max-height: calc(100vh - 383px); } }

.post-offices-form > .form-label {
  display: none; }

.post-offices-form .select-wrapper.select_active .arrow-ico {
  display: none; }

.post-offices-form .offices-kinds-checkboxes {
  display: flex;
  flex-wrap: nowrap;
  width: auto; }
  .post-offices-form .offices-kinds-checkboxes .checkbox {
    margin: 0 10px 0 0; }
    .post-offices-form .offices-kinds-checkboxes .checkbox input,
    .post-offices-form .offices-kinds-checkboxes .checkbox span {
      top: 50%;
      transform: translate(0, -50%); }
  .post-offices-form .offices-kinds-checkboxes .post-offices-dscr-circle {
    margin: 0; }

.section-post-offices-local .btn-clear {
  height: 30px;
  padding: 3px 15px;
  border-radius: 15px;
  border: 1px solid #dde3ea;
  display: inline-flex;
  align-items: center;
  color: #0061af;
  position: relative;
  transition: color .5s; }
  .section-post-offices-local .btn-clear:hover {
    color: #169ce1; }
    .section-post-offices-local .btn-clear:hover .btn-clear-cross:after, .section-post-offices-local .btn-clear:hover .btn-clear-cross:before {
      background: #169ce1; }
  .section-post-offices-local .btn-clear-cross {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
    display: block; }
    .section-post-offices-local .btn-clear-cross:before, .section-post-offices-local .btn-clear-cross:after {
      content: '';
      height: 9px;
      width: 1px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      background: #0061af;
      transition: background-color .5s; }
    .section-post-offices-local .btn-clear-cross:before {
      transform: rotate(45deg); }
    .section-post-offices-local .btn-clear-cross:after {
      transform: rotate(-45deg); }

.post-offices-local {
  height: 600px;
  margin: 0;
  position: relative; }
  .post-offices-local-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 15px; }
    .post-offices-local-header .col {
      display: flex;
      align-items: center;
      margin-top: 5px;
      margin-bottom: 5px; }
      .post-offices-local-header .col-left {
        margin-right: 20px; }
  .post-offices-local-ttl {
    color: #8493a8;
    margin: 0 20px 0 0;
    font-size: 14px;
    font-weight: normal; }
    .post-offices-local-ttl b {
      color: #172c3e; }
  .post-offices-local-wrapper {
    display: flex; }
    .post-offices-local-wrapper .post-offices-local-content .select-wrapper,
    .post-offices-local-wrapper .post-offices-local-content .input {
      background: #fff; }
    .post-offices-local-wrapper .post-offices-local-content .form-label {
      display: none; }
    .post-offices-local-wrapper .post-offices-local-content .select2-container--default.select2-container--disabled .select2-selection--single {
      background-color: rgba(255, 255, 255, 0.8); }
  .post-offices-local-sidebar {
    position: relative;
    width: 230px;
    margin-right: 8px; }
    .post-offices-local-sidebar .post-offices-local-ttl {
      margin: 0 0 15px; }
      .post-offices-local-sidebar .post-offices-local-ttl b {
        font-size: 16px;
        font-weight: 600; }
    .post-offices-local-sidebar .payment-places-btn {
      width: 100%;
      margin-top: 15px; }
  .post-offices-local-content {
    position: relative;
    width: calc(100% - 238px); }

.sidebar-info-inner {
  position: relative;
  height: 100%; }

.post-offices-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
  font-weight: 600; }
  .post-offices-info-header .info-branch-number {
    color: inherit; }
  .post-offices-info-header .post-offices-dscr-circle {
    margin: 0; }
  .post-offices-info-header .info-branch-name {
    margin: 0 10px 0 0; }

.post-offices-sidebar-info {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.5s ease, opacity 0.5s ease; }
  .post-offices-sidebar-info .info-btn-back {
    display: flex;
    align-items: center;
    color: #8493a8;
    margin: 0 0 20px;
    font-size: 14px;
    cursor: pointer;
    transition: color .5s; }
    .post-offices-sidebar-info .info-btn-back .arrow {
      display: inline-block;
      width: 9px;
      height: 9px;
      margin: 0 5px 0 0;
      border: 2px solid #8493a8;
      border-top: 0;
      border-right: 0;
      border-radius: 1px;
      text-indent: -9999px;
      transform: rotate(45deg);
      transition: border .5s; }
    .post-offices-sidebar-info .info-btn-back:hover {
      color: #169ce1; }
      .post-offices-sidebar-info .info-btn-back:hover .arrow {
        border-color: #169ce1; }
  .post-offices-sidebar-info.active {
    display: block;
    animation: sidebarOpen 0.5s forwards; }
  .post-offices-sidebar-info-content {
    height: 100%;
    max-height: 565px;
    padding: 20px 8px 8px;
    border: 2px solid #8493a8;
    border-radius: 3px; }
  .post-offices-sidebar-info-list {
    height: 100%;
    max-height: 360px;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none; }
    .post-offices-sidebar-info-list::-webkit-scrollbar {
      width: 0; }
  .post-offices-sidebar-info-item {
    margin: 0 0 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #eee;
    line-height: 1.5; }
    .post-offices-sidebar-info-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }

.post-offices-sidebar-list {
  height: 100%;
  max-height: 565px;
  padding: 8px;
  border: 2px solid #8493a8;
  border-radius: 3px;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none; }
  .post-offices-sidebar-list::-webkit-scrollbar {
    width: 0; }

.post-offices-sidebar-item {
  display: block;
  min-height: 72px;
  padding: 15px;
  margin: 0 0 10px;
  border-width: 0 0 0 5px;
  border-style: solid;
  border-color: #169ce1;
  color: #172c3e;
  font-size: 14px; }
  .post-offices-sidebar-item:last-child {
    margin: 0; }
  .post-offices-sidebar-item-name {
    font-weight: 600;
    margin: 0 0 3px; }
  .post-offices-sidebar-item.sidebar-item__no-limits-marker {
    border-color: #0061af; }
  .post-offices-sidebar-item.sidebar-item__max-30-marker {
    border-color: #169ce1; }
  .post-offices-sidebar-item.sidebar-item__dot-marker {
    border-color: #e40137; }
  .post-offices-sidebar-item.sidebar-item__post-me-marker {
    border-color: #8493a8; }

.post-offices-dscr-block {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.8); }

.animate .post-offices-dscr-item {
  transition: border .5s, opacity 500ms ease-in-out, transform 500ms ease-in-out !important; }

.post-offices-dscr-item {
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 1px solid transparent;
  padding: 13px;
  height: 60px;
  margin: 7px 20px 7px 0;
  cursor: pointer;
  transition: border .5s; }
  .post-offices-dscr-item:last-child {
    margin-right: 0; }
  .post-offices-dscr-item:hover {
    border-color: #169ce1; }
  .post-offices-dscr-item.active {
    border-color: #0061af; }

.post-offices-dscr-circle {
  width: 34px;
  flex: none;
  margin: 0 10px 0 0; }
  .post-offices-dscr-circle img,
  .post-offices-dscr-circle svg {
    width: 34px;
    height: 34px;
    display: block; }

.post-offices-dscr-txt {
  font-size: 12px; }
  .post-offices-dscr-txt span {
    display: block; }

.post-offices-dscr-ttl {
  margin: 0 0 3px;
  font-size: 14px; }

.post-offices-dscr-subttl {
  opacity: .7; }

.post-offices-detail {
  position: relative;
  z-index: 1;
  display: block;
  width: 460px;
  max-width: 100%;
  animation-name: fadeIn;
  animation-duration: .3s;
  animation-timing-function: linear; }
  .post-offices-detail-inner {
    background: #fff; }

.post-offices-detail-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 15px 55px 15px 15px;
  background: #0061af;
  color: #fff;
  font-size: 14px;
  font-weight: 600; }
  .post-offices-detail-header + .post-offices-detail-context .post-offices-detail-adr {
    font-size: 14px;
    line-height: 1.5;
    text-align: left; }
  .post-offices-detail-header .cancel-btn {
    position: absolute;
    top: 10px;
    right: 10px; }
  .post-offices-detail-header .arrow-next {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 30px;
    height: 30px;
    background: url("../img/icon/mobile-next-arrow.png") no-repeat 50% 50%/12px 11px;
    transform: translate(0, -50%); }

.post-offices-detail .info-branch-address,
.post-offices-sidebar-info-item .info-branch-address {
  margin: 0 0 10px; }

.post-offices-detail span,
.post-offices-detail .info-ttl,
.post-offices-sidebar-info-item span,
.post-offices-sidebar-info-item .info-ttl {
  font-size: 12px;
  line-height: 1.7; }

.post-offices-detail a,
.post-offices-sidebar-info-item a {
  display: inline-block;
  color: #0061af;
  font-weight: 600;
  transition: color 0.5s ease; }
  .post-offices-detail a:hover,
  .post-offices-sidebar-info-item a:hover {
    color: #169ce1; }

.post-offices-detail .info-ttl,
.post-offices-sidebar-info-item .info-ttl {
  margin: 0 0 16px; }
  .post-offices-detail .info-ttl:last-child,
  .post-offices-sidebar-info-item .info-ttl:last-child {
    margin: 0; }

.post-offices-detail span,
.post-offices-sidebar-info-item span {
  display: block; }
  .post-offices-detail span + a,
  .post-offices-sidebar-info-item span + a {
    margin: 0 0 17px; }
    .post-offices-detail span + a:last-child,
    .post-offices-sidebar-info-item span + a:last-child {
      margin: 0; }

.post-offices-detail-context {
  padding: 15px 15px 15px; }

.post-offices-detail-adr {
  font-weight: 700;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  margin: 0 0 2px; }
  .post-offices-detail-adr p {
    text-align: left; }

.post-offices-detail-work-time {
  line-height: 2;
  margin: 0 0 15px; }
  .post-offices-detail-work-time span {
    font-weight: 700;
    margin: 0 0 2px;
    display: block;
    color: #0061af; }

.post-offices-detail-dscr {
  line-height: 1.7;
  margin: 0 0 3px;
  font-size: 12px; }
  .post-offices-detail-dscr span {
    font-weight: 700;
    margin: 0 0 2px;
    display: block;
    color: #0061af; }

.post-offices-detail-link {
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .post-offices-detail-link .arrow {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #0061af;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1px;
    text-indent: -9999px;
    transform: rotate(45deg);
    transition: border .5s; }
  .post-offices-detail-link:hover .arrow {
    border-color: #169ce1; }

.post-offices-detail-link .ico {
  margin-right: 10px; }

.post-offices-detail .btn-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.post-offices-detail .payment-places-btn {
  margin: 0 10% 0 0; }

.post-offices-detail .cancel-btn {
  width: 30px;
  height: 30px; }
  .post-offices-detail .cancel-btn:hover span:before, .post-offices-detail .cancel-btn:hover span:after {
    background: rgba(255, 255, 255, 0.6); }
  .post-offices-detail .cancel-btn span {
    width: 14px;
    height: 14px; }
    .post-offices-detail .cancel-btn span:before, .post-offices-detail .cancel-btn span:after {
      height: 15px;
      width: 2px;
      background: white; }

.more-link {
  display: flex;
  height: 20px;
  padding: 0px; }

.post-offices-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.schedule-link {
  text-decoration: underline; }

.schedule-link-wrapper {
  display: flex;
  align-items: center;
  color: #0061af;
  margin: 0 20px 0 0;
  transition: color .5s; }
  .schedule-link-wrapper .ico {
    width: 12px;
    margin: 0 10px 0 0;
    display: block; }
    .schedule-link-wrapper .ico svg {
      display: block;
      fill: #0061af;
      width: 100%; }
  .schedule-link-wrapper:hover {
    color: #169ce1; }
    .schedule-link-wrapper:hover .ico svg {
      fill: #169ce1; }

.gm-style-iw-d,
.gm-style-iw.gm-style-iw-c {
  max-height: max-content !important; }

/* customization of map container */
.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 0; }

.gm-style-iw {
  overflow: visible !important; }
  .gm-style-iw div {
    overflow-y: visible !important; }
  .gm-style-iw .gm-ui-hover-effect {
    display: none !important; }

.post-offices-detail.calc-delivery-from-ukr-pop .delivery-cost-close-btn {
  position: absolute;
  top: 10px;
  right: 10px; }

.post-offices-detail.calc-delivery-from-ukr-pop {
  width: 395px; }

.post-offices-detail.calc-delivery-from-ukr-pop .post-offices-detail-context {
  padding: 18px 30px 0px; }

.post-offices-detail.calc-delivery-from-ukr-pop .delivery-cost-close-btn {
  position: absolute;
  top: 10px;
  right: 10px; }
  .post-offices-detail.calc-delivery-from-ukr-pop .delivery-cost-close-btn span:before, .post-offices-detail.calc-delivery-from-ukr-pop .delivery-cost-close-btn span:after {
    background: grey; }

.post-offices-detail.calc-delivery-from-ukr-pop .post-offices-detail-adr {
  font-size: 16px; }

.detail-wrapper {
  display: flex; }

.detail-wrapper .arrow-img {
  max-height: 20px;
  margin-left: 10px; }

.section-post-offices-local .gm-style-iw div {
  overflow: hidden !important; }

.post-offices-detail-link {
  margin-right: 10px; }

.gm-style .gm-style-iw-t::after {
  display: none; }

/* customization of map container */
.js-btn-close.cancel-btn span:before,
.js-btn-close.cancel-btn span:after {
  height: 15px;
  width: 2px;
  background: white; }

.office-close-btn {
  margin-right: 15px; }

.form-row-selectors {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0 !important;
  padding: 20px 15px; }
  .form-row-selectors .form-col {
    padding: 0 5px; }
  .form-row-selectors .city-form-col,
  .form-row-selectors .address-form-col {
    max-width: 38.5%;
    flex-basis: 38.5%; }
  .form-row-selectors .department-form-col {
    max-width: 23%;
    flex-basis: 23%; }

.post-offices-branches-select-wrapper {
  background: #eee !important; }
  .post-offices-branches-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #172c3e; }

.post-offices-tabs {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 12;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.8); }

.post-offices-tab {
  position: relative;
  width: 50%; }
  .post-offices-tab:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background-color: #0061af;
    transition: width 0.5s; }
  .post-offices-tab button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5px;
    color: inherit;
    font-size: 14px;
    transition: color 0.5s; }
  .post-offices-tab.active:before {
    width: 100%; }
  .post-offices-tab.active button {
    color: #0061af;
    font-weight: 600; }

.post-office-modal,
.form-filters_mobile {
  display: none; }

.back-arrow {
  display: block;
  width: 12px;
  height: 11px;
  margin: 0 10px 0 0;
  background: url("../img/icon/mobile-back-arrow.png") no-repeat 0 0/12px 11px; }

.modal-find-city,
.modal-searching-block {
  display: none; }

.btn-clear-filter {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 9px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(0, -50%);
  background: url("../img/icon/clear.png") no-repeat 50% 50%/10px 10px;
  z-index: 12;
  cursor: pointer; }
  .btn-clear-filter.visible {
    display: flex; }

@keyframes sidebarOpen {
  0% { }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes sidebarOpen {
  0% { }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@media screen and (max-width: 1024px) {
  .post-offices-page {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: calc(100vh - 4px);
    background: #fff; }
    .post-offices-page.modal_active {
      z-index: 11; }
  .section-post-offices-local {
    height: calc(100% - 55px);
    position: absolute;
    width: 100%;
    bottom: 0; }
    .section-post-offices-local.modal_active .form-filters_mobile {
      z-index: 15; }
    .section-post-offices-local.modal-info_active .post-offices-local-sidebar {
      display: block;
      position: absolute;
      width: 100%;
      top: 0;
      left: -20px;
      height: 100%;
      margin-right: 0; }
    .section-post-offices-local.modal-info_active .post-offices-sidebar-info {
      opacity: 1;
      z-index: 17;
      transform: none; }
      .section-post-offices-local.modal-info_active .post-offices-sidebar-info .post-offices-sidebar-info-content {
        max-height: none;
        padding: 20px 15px 5px;
        border: none;
        border-radius: 0;
        background: white; }
      .section-post-offices-local.modal-info_active .post-offices-sidebar-info .info-btn-back {
        display: none; }
      .section-post-offices-local.modal-info_active .post-offices-sidebar-info .post-offices-sidebar-info-list {
        max-height: calc(100vh - 320px); }
    .section-post-offices-local.modal-search_active .modal-find-city {
      display: block; }
    .section-post-offices-local.modal-search_active .modal-searching-block {
      display: block; }
    .section-post-offices-local.modal-search_active .form-filters_mobile {
      z-index: 1; }
    .section-post-offices-local.modal-search_active .list-modal-content .post-offices-local-ttl {
      margin-top: 20px; }
    .section-post-offices-local.modal-search_active .post-office-modal .list-modal-content .post-offices-sidebar-list {
      max-height: calc(100vh - 338px); }
  .modal-find-city {
    color: #0061af;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer; }
  .list-modal-content .modal-searching-block {
    padding-bottom: 17px;
    border-bottom: 1px solid #eee; }
    .list-modal-content .modal-searching-block .select-wrapper {
      margin: 0 0 10px;
      background: #eceff4; }
  .list-modal-content .btn-define {
    width: 100%; }
  .post-offices-local {
    margin: 0;
    margin-left: -20px;
    width: 100%;
    height: calc(100vh - 55px);
    transition: none !important; }
  .post-offices-dscr-block {
    display: none; }
  .form-row-selectors {
    display: none; }
  .post-offices-local-sidebar {
    display: none; }
  .post-offices-local-header {
    display: none; }
  .section-post-offices-search {
    opacity: 0; }
    .section-post-offices-search + .info-btn-back {
      display: none; }
  .form-filters_mobile {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 15px;
    z-index: 1;
    width: 100%; }
    .form-filters_mobile .form-filters-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #0061af; }
    .form-filters_mobile .form-filters-searching {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin: 0 20px 0 0;
      flex: none; }
      .form-filters_mobile .form-filters-searching svg {
        display: block;
        width: 14px;
        height: 14px;
        fill: none !important;
        stroke: #fff !important;
        stroke-width: 2;
        stroke-miterlimit: 10; }
    .form-filters_mobile .form-filters-kinds {
      padding-left: 50px;
      padding-right: 50px; }
  .post-offices-local-content {
    width: 100%; }
  .post-office-info-modal.active,
  .post-office-filters-modal.active,
  .post-office-input-modal.active {
    z-index: 16 !important; }
  .post-office-filters-modal .post-offices-dscr-block {
    position: static;
    display: block;
    padding: 0;
    margin: 0 0 20px; }
  .post-office-filters-modal .post-offices-dscr-item {
    width: 100%;
    margin: 0 0 15px;
    border-color: #dde3ea; }
    .post-office-filters-modal .post-offices-dscr-item.active {
      border-color: #0061af; }
    .post-office-filters-modal .post-offices-dscr-item:last-child {
      margin: 0; }
  .post-office-filters-modal .post-offices-branches-select-wrapper {
    margin: 0 0 15px; }
  .btn-filters-confirm {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px; }
  .filters-modal-content {
    height: 100%;
    padding: 15px; }
    .filters-modal-content p {
      margin: 0 0 10px; }
  .post-offices-tabs {
    display: flex; }
  .post-office-modal {
    display: block;
    z-index: -2;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    line-height: 1.7;
    opacity: 0;
    transform: matrix(0.99, 0, 0, 0.99, 0, 0.99) scale(0.999);
    transform-origin: 50% 50%;
    overflow: hidden;
    transition: all 0.3s ease; }
    .post-office-modal.active {
      z-index: 10;
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0) scale(1); }
    .post-office-modal .modal-btn-back {
      display: flex;
      align-items: center;
      text-transform: uppercase;
      color: #8493a8;
      font-size: 10px; }
      .post-office-modal .modal-btn-back-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 55px;
        padding: 15px;
        background: #eceff4; }
    .post-office-modal .input-modal-content input.form-control {
      padding: 15px;
      margin: 0;
      border-radius: 0;
      background: transparent; }
    .post-office-modal .input-modal-content .searching-results-block {
      max-height: calc(100vh - 105px);
      height: 100%;
      font-size: 14px;
      line-height: 1.55;
      font-weight: 600;
      overflow-y: auto;
      overflow-x: hidden;
      -ms-overflow-style: none;
      scrollbar-width: none;
      overflow: -moz-scrollbars-none; }
      .post-office-modal .input-modal-content .searching-results-block::-webkit-scrollbar {
        width: 0; }
      .post-office-modal .input-modal-content .searching-results-block span {
        font-weight: 400; }
      .post-office-modal .input-modal-content .searching-results-block li {
        min-height: 52px;
        padding: 15px;
        border-bottom: 1px solid #eee; }
    .post-office-modal .list-modal-content {
      position: relative;
      padding: 15px;
      height: calc(100vh - 106px); }
      .post-office-modal .list-modal-content .post-offices-local-ttl {
        margin: 60px 0 20px; }
      .post-office-modal .list-modal-content .post-offices-sidebar-list {
        position: relative;
        max-height: calc(100vh - 220px);
        padding: 0;
        border: none;
        border-radius: 0; }
      .post-office-modal .list-modal-content .post-offices-load-btn {
        display: none;
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 40px;
        font-size: 10px;
        transform: translate(-50%, 0);
        padding-left: 25px;
        padding-right: 25px;
        width: auto; }
  .post-offices-detail {
    display: block; } }

@media screen and (max-width: 767px) {
  .section-post-offices-local {
    padding: 0 !important; }
  .post-offices-form {
    padding: 0 !important; }
  .post-offices-detail-header {
    background: transparent;
    color: inherit; }
  .post-offices-detail-context {
    padding-top: 0; } }

.gm-control-active.gm-fullscreen-control {
  margin-top: 65px !important; }

.gmnoprint {
  margin-bottom: 55px; }

@media screen and (max-width: 1199px) {
  .map-header.header {
    max-height: 55px;
    min-height: auto; }
  .map-header .header-nav-btm {
    display: none; } }

.post-offices-sidebar-item-address {
  line-height: 20px; }

@media screen and (max-width: 1024px) {
  .form-filters_mobile {
    margin-left: -15px; } }

.gmnoprint, .gm-svpc {
  display: none; }

.hide-border {
  display: 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; } }

.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; }

.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;
    margin: 0 0 40px;
    line-height: 1.7; }
  .intro-location-block {
    margin: 0 0 40px; }
    .intro-location-block .form-label {
      font-size: 14px; }
  .intro-form .region-mobile-col {
    display: none; }

.intro-region-block {
  display: flex;
  justify-content: center;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #e6e6e6; }

.intro-region-item {
  width: 133px;
  height: 150px;
  border-radius: 20px;
  padding: 20px 0 12px;
  margin: 0 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all .5s; }
  .intro-region-item .ico-wr {
    margin: 0 auto 10px;
    width: 80px; }
  .intro-region-item svg {
    fill: #cad3df;
    transition: fill .5s; }
  .intro-region-item.active {
    color: #0061af;
    font-weight: 700;
    font-size: 16px; }
    .intro-region-item.active svg {
      fill: #0061af !important; }

.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 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff; }
  .promo-top-content {
    max-width: 375px;
    width: 100%;
    padding-top: 110px;
    padding-bottom: 135px;
    margin-left: 80px; }
  .promo-top-title {
    color: #fff; }
  .promo-top-subtitle {
    font-size: 24px;
    margin: 0 0 32px;
    max-width: 290px;
    width: 100%; }
  .promo-top-description {
    margin: 0 0 40px; }
    .promo-top-description p {
      margin: 0 0 20px; }
      .promo-top-description p:last-child {
        margin: 0; }

.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; }

.promo-win-apple {
  position: relative; }
  .promo-win-apple:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #06243c;
    height: 100%;
    width: 50%; }
  .promo-win-apple:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../img/promo/watches-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 100%;
    width: 50%;
    z-index: -1; }
  .promo-win-apple-block {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
  .promo-win-apple-col {
    width: 50%; }
  .promo-win-apple-image {
    padding-top: 170px;
    padding-bottom: 170px; }
    .promo-win-apple-image img {
      margin: 0 auto; }
  .promo-win-apple-form {
    color: #fff; }
    .promo-win-apple-form-wrapper {
      padding-top: 80px;
      padding-bottom: 60px;
      padding-right: 40px; }
    .promo-win-apple-form-title span {
      color: #e40137; }
    .promo-win-apple-form .form-row {
      margin: 0 -10px 20px;
      flex-wrap: wrap; }
      .promo-win-apple-form .form-row:last-child {
        margin-bottom: 0; }
    .promo-win-apple-form .form-col {
      padding: 0 10px; }
    .promo-win-apple-form .full-col {
      width: 100%; }
    .promo-win-apple-form .half-col {
      width: 50%; }
    .promo-win-apple-form .input,
    .promo-win-apple-form .select2-wrapper,
    .promo-win-apple-form .textarea {
      background: rgba(255, 255, 255, 0.1);
      color: #fff; }
    .promo-win-apple-form input::-webkit-input-placeholder,
    .promo-win-apple-form textarea::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .promo-win-apple-form .form-label {
      font-size: 14px;
      margin: 0 0 5px; }
    .promo-win-apple-form .checkbox span {
      top: 0;
      background-color: transparent;
      border-color: rgba(236, 239, 244, 0.7); }
    .promo-win-apple-form .checkbox a {
      color: #fff;
      text-decoration: underline; }
    .promo-win-apple-form .checkbox input:checked + span:after,
    .promo-win-apple-form .checkbox input:checked + label + span:after {
      background-image: url(../img/icon/check_white.svg); }
    .promo-win-apple-form .checkbox input:checked + span,
    .promo-win-apple-form .checkbox input:checked + label + span,
    .promo-win-apple-form .radio-checked span,
    .promo-win-apple-form .radio input:checked + span,
    .promo-win-apple-form .radio input:checked + label + span {
      border-color: #fff; }
    .promo-win-apple-form .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #fff; }
    .promo-win-apple-form .arrow-ico .svg-fill {
      fill: #fff !important; }

@media screen and (max-width: 1299px) {
  .promo-top-content {
    padding-top: 9%;
    padding-bottom: 11%; }
  .promo-win-apple-form .form-row {
    margin: 0; }
  .promo-win-apple-form .form-col {
    width: 100%;
    padding: 0;
    margin: 0 0 20px; } }

@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; }
  .promo-top-content {
    margin: 0; }
  .promo-win-apple:before, .promo-win-apple:after {
    content: none; }
  .promo-win-apple .promo-container {
    padding: 0; }
  .promo-win-apple-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    background: #06243c; }
  .promo-win-apple-form .form-row:last-child .form-col {
    margin-bottom: 0; }
  .promo-win-apple-image {
    background-image: url("../img/promo/watches-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px; }
  .promo-win-apple-col {
    width: 100%; }
    .promo-win-apple-col.right {
      order: -1; } }

@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: 270px;
    width: 55%;
    margin: 0 0 32px; }
    .promo-top-description p {
      margin: 0 0 10px; }
  .promo-top-content {
    max-width: none;
    padding-top: 50px;
    padding-bottom: 50px; }
  .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-win-apple-image {
    padding-top: 60px;
    padding-bottom: 60px; }
  .promo-win-apple-form-wrapper {
    padding-top: 50px; }
  .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%; } }

.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; }
        .portal-top-slider .swiper-container .swiper-slide .slide-title {
          margin-bottom: 32px;
          font-size: 32px;
          color: #0061af; }
        .portal-top-slider .swiper-container .swiper-slide .slide-description {
          margin-bottom: 32px;
          font-size: 16px;
          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: flex-start; }
      .portal-top-slider .swiper-container .pagination-wrapper {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        height: 10px; }
        .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: #ffffff;
            opacity: 0.4;
            transition: opacity 0.3s; }
            .portal-top-slider .swiper-container .pagination-wrapper .swiper-pagination-bullet-active {
              opacity: 1; }
  .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: 600px;
      overflow-y: scroll;
      background: #ffffff; }

.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;
    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;
    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;
      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-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-top .swiper-container .pagination-wrapper {
    bottom: 112px; }
  .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; } }

@media screen and (max-width: 767px) {
  .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); } }

.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; }
  .footer-app-item:first-child {
    margin: 0 20px 0 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: 0; }

.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; }

.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; }

.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; }
  .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; }
  .header {
    min-height: 110px; }
    .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; }
  .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-block {
    padding: 25px;
    width: 60%; }
  .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%; }
  .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-region-block {
    display: none; }
  .intro-location-block .region-mobile-col {
    display: block; }
  .intro-wrapper {
    padding: 0; }
  .intro-form .form-col {
    width: 33.33%; }
  .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 {
    width: 50%;
    flex: auto;
    margin: 0 0 20px; }
    .packages-col:last-child {
      margin: 0; }
  .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; } }

@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;
    padding: 20px 15px; }
  .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,
  .intro-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 {
    max-width: 105px;
    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; }
  .intro-form .form-col,
  .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,
  .intro-form .form-row:last-of-type,
  .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%; }
  .intro-location-block {
    margin: 0; }
  .section-intro {
    padding: 0 15px; }
  .intro-location-block .form-label {
    font-size: 12px; }
  .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; } }

@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; } }
