/* GENERAL */
html {
    position: relative;
    height: 100%;
    opacity: 0;
        -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
html.wf-active{
  opacity: 1;
      -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#cookiescript_copyright { display: none !important; }
section {
    float: left;
    width: 100%;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #727272;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
body.dark-background {
  color: white;
}

.content-formatted:after {
  content: "";
  display: table;
  clear: both;
}

.background-color {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu-lang, .search,
.search-left,
.search-right {
  display: inline-block;
}

.voog-bg-picker-btn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.voog-bg-picker-btn:focus {
  outline: none;
}
.voog-bg-picker-btn::-moz-focus-inner {
  padding: 0;
  border: none;
}

.voog-bg-picker-btn {
  position: absolute;
}
.container .voog-bg-picker-btn {
  top: 68px;
  right: 15px;
}

.background-image,
.background-color {
  position: fixed;
  z-index: -2;
}
.container .background-image, .container
.background-color {
  position: static;
  padding: 40px 20px;
  background-color: white;
}
@media screen and (max-width: 1023px) {
  .container .background-image, .container
  .background-color {
    padding-top: 1px;
  }
}

.background-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.container a {
  text-decoration: none;
}

.content-formatted {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.dark-background .content-formatted {
  color: white;
}
.content-formatted h1, .content-formatted h2, .content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6, .content-formatted p, .content-formatted ul, .content-formatted ol, .content-formatted pre, .content-formatted code, .content-formatted iframe, .content-formatted table form {
  margin-bottom: 0;
}
.content-formatted h1:first-child, .content-formatted h2:first-child, .content-formatted h3:first-child, .content-formatted h4:first-child, .content-formatted h5:first-child, .content-formatted h6:first-child, .content-formatted p:first-child, .content-formatted ul:first-child, .content-formatted ol:first-child, .content-formatted pre:first-child, .content-formatted code:first-child, .content-formatted iframe:first-child, .content-formatted table form:first-child {
  margin-top: 0;
}
.content-formatted h1, .content-formatted h2, .content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
  color: #1b2124;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.dark-background .content-formatted h1, .dark-background .content-formatted h2, .dark-background .content-formatted h3, .dark-background .content-formatted h4, .dark-background .content-formatted h5, .dark-background .content-formatted h6 {
  color: white;
}
.content-formatted h1 {
  margin-top: 40px;
  font-size: 50px;
}
.content-formatted h2 {
  margin-top: 15px;
  font-size: 30px;
}
.content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .content-formatted h1 {
    font-size: 30px;
  }
  .content-formatted h2 {
    font-size: 25px;
  }
}
.content-formatted p {
  margin-top: 20px;
}
.content-formatted a {
  color: #0066bb;
}
.dark-background .content-formatted a {
  color: white;
}
.content-formatted a:hover {
  color: #0066bb;
  color: rgba(0, 102, 187, 0.8);
}
.dark-background .content-formatted a:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}
.content-formatted iframe {
  max-width: 100%;
}
.content-formatted iframe,
.content-formatted pre {
  margin-top: 25px;
}
.content-formatted pre,
.content-formatted code {
  font-size: 14px;
  background-color: #fafafa;
}
.dark-background .content-formatted pre, .dark-background
.content-formatted code {
  color: black;
}
.content-formatted pre {
  overflow: auto;
  padding: 10px;
}
.content-formatted pre code {
  display: inline;
  padding: 0;
  white-space: pre;
  line-height: inherit;
  background-color: transparent;
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: normal;
}
.content-formatted code {
  display: inline-block;
  padding: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.content-formatted blockquote {
  margin: 20px 40px;
}
.content-formatted .custom-btn {
  display: inline-block;
  padding: 7px 9px;
  font-size: 14px;
  color: #1b2124;
  background-color: white;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.75);
  opacity: .75;
}
.content-formatted .custom-btn:hover {
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.public .content-formatted .custom-btn {
  cursor: pointer;
}
.dark-background .content-formatted .custom-btn {
  background-color: black;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.dark-background .content-formatted .custom-btn:hover {
  color: white;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: .8;
}
.content-formatted .edy-positionable-container-center,
.content-formatted .edy-positionable-container-left-block,
.content-formatted .edy-positionable-container-right-block,
.content-formatted .edy-texteditor-container-wrapper-center,
.content-formatted .edy-texteditor-container-wrapper-left-block,
.content-formatted .edy-texteditor-container-wrapper-right-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-formatted .edy-positionable-container-center:first-child,
.content-formatted .edy-positionable-container-left-block:first-child,
.content-formatted .edy-positionable-container-right-block:first-child,
.content-formatted .edy-texteditor-container-wrapper-center:first-child,
.content-formatted .edy-texteditor-container-wrapper-left-block:first-child,
.content-formatted .edy-texteditor-container-wrapper-right-block:first-child {
  margin-top: 0;
}
.content-formatted .edy-positionable-container-center:last-child,
.content-formatted .edy-positionable-container-left-block:last-child,
.content-formatted .edy-positionable-container-right-block:last-child,
.content-formatted .edy-texteditor-container-wrapper-center:last-child,
.content-formatted .edy-texteditor-container-wrapper-left-block:last-child,
.content-formatted .edy-texteditor-container-wrapper-right-block:last-child {
  margin-bottom: 0;
}
.content-formatted .edy-positionable-container-left,
.content-formatted .edy-positionable-container-right {
  width: 45%;
}
.content-formatted .edy-positionable-container-left {
  margin-right: 20px;
}
.content-formatted .edy-positionable-container-right {
  margin-left: 20px;
}
.content-formatted .edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}
.content-formatted .table-container {
  margin-top: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.content-formatted .horizontal-scroll {
  border-left: 1px dashed #303132;
  border-right: 1px dashed #303132;
}
.content-formatted table {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  border-collapse: collapse;
}
.content-formatted table td {
  padding: 10px;
  border-top: 1px solid #303132;
  border-bottom: 1px solid #303132;
}
.content-formatted .edy-texteditor-view {
  min-height: 32px;
}
.content-formatted .edy-partial-view {
  margin-top: 25px;
}
.main-content a:not([class]) {
  color: #ff6900;
}
.main-content a:not([class]):hover {
  border-bottom: 1px solid #ff6900;
}

/* MENUS */
.menu-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menu-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #1e2355;
    border: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
  }
  .menu-btn:focus {
    outline: none;
  }
  .menu-btn::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .menu-btn .menu-stripe {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background-color: #ff6900;
    position: relative;

    -webkit-transition: transform 0.2s, margin 0.2s;
    transition: transform 0.2s, margin 0.2s;
  }
  .menu-btn .menu-stripe:first-child, .menu-btn .menu-stripe:last-child {
    margin: 0 auto;
  }
  .menu-btn .menu-stripe:nth-child(2):after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 20px;
    background-color: #1e2355;
  }
  .menu-btn.open {
    background-color: transparent;
    border: 2px solid #ff6900;
  }
  .menu-btn.open .menu-stripe:first-child, .menu-btn.open .menu-stripe:last-child {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }
  .menu-btn.open .menu-stripe {
    background-color: #1e2355;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 auto;
  }
  .menu-btn.open .menu-stripe:nth-child(2):after {
    display: block;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}

.edit-btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8;
}
.menu-main .edit-btn {
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .menu-main .edit-btn {
    margin-right: 0;
  }
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu .menu-item {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.menu .menu-link {
  display: block;
  color: #0066bb;
}
@media screen and (min-width: 752px) {
  .dark-background .menu .menu-link {
    color: white;
  }
}
.menu .menu-link.untranslated {
  color: #cc0000;
  color: rgba(204, 0, 0, 0.5);
}
.menu .menu-link:hover {
  color: #727272;
}
@media screen and (min-width: 752px) {
  .dark-background .menu .menu-link:hover {
    color: white;
  }
}

.menu-main .menu .menu-item {
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
}
.menu-main .menu .menu-link.active {
  font-weight: 700;
  color: #727272;
  opacity: .8;
}
@media screen and (min-width: 752px) {
  .dark-background .menu-main .menu .menu-link.active {
    color: white;
    opacity: .5;
  }
}
.menu-main .menu-sub {
  display: none;
}
.menu-main .menu-lang {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menu-main {
    position: absolute;
    top: -600px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background-color: #f2eae5;

    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
  }
  .menu-main.expanded {
    top: 60px;
  }
  .menu-main.expanded .menu .menu-item {
    display: block;
    margin-right: 0;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
  }
  .menu-main.expanded .menu .menu-item:first-child {
    border-top: none;
  }
  .menu-main.expanded .menu .menu-item .menu-link {
    display: block;
    padding: 10px 20px;
    font-size: 20px;
  }
  .menu-main.expanded .menu .menu-item .menu-link.active {
    background-color: #c7e5ff;
  }
  .menu-main.expanded .menu .menu-item .menu-link:hover {
    background-color: #c7e5ff;
    background-color: rgba(199, 229, 255, 0.5);
  }
  .menu-main.expanded .menu .edit-btn {
    display: block;
    padding: 12px 25px;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
  }
  .menu-main.expanded .menu-sub {
    display: block;
  }
  .menu-main.expanded .menu-sub .menu .menu-item:first-child {
    border-top: 1px solid #838586;
    border-top: 1px solid rgba(131, 133, 134, 0.1);
  }
  .menu-main.expanded .menu-sub .menu .menu-link {
    padding: 10px 40px;
    font-size: 14px;
  }
  .menu-main.expanded .menu-sub .menu .menu-link.active {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu-main.expanded .menu-lang {
    display: block;
    margin-top: 0;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link {
    position: relative;
    padding: 15px 20px 14px 50px;
    font-size: 12px;
    color: #1b2124;
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link:hover, .menu-main.expanded .menu-lang .menu-item .menu-link.active:hover {
    background-color: #838586;
    background-color: rgba(131, 133, 134, 0.1);
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.active {
    color: #727272;
    background: none;
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:before, .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after {
    position: absolute;
    top: 13px;
    left: 20px;
    display: block;
    width: 21px;
    height: 15px;
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:before {
    background-color: black;
    content: '';
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after {
    opacity: 0.95;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 9px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    background-repeat: no-repeat;
  }
  .no-svg .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after {
    background-image: url("../images/ico-flags.png");
  }
  .svg .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after {
    background-image: url("../assets/ico-flags.svg");
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.edy-menu-langadd {
    padding-left: 20px;
  }
}
.menu-sub .menu .menu-item {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.menu-sub .menu .menu-item:first-child {
  margin-left: 0;
}
.dark-background .menu-sub .menu .menu-item .menu-link {
  color: white;
}
.menu-sub .menu .menu-item .menu-link.active {
  font-weight: 700;
  color: #727272;
  opacity: .8;
}
@media screen and (min-width: 752px) {
  .dark-background .menu-sub .menu .menu-item .menu-link.active {
    color: white;
    opacity: .5;
  }
}
@media screen and (max-width: 1023px) {
  .menu-sub {
    margin-top: 30px;
  }
}

.menu-lang .menu {
  vertical-align: middle;
}
.header-right .menu-lang .edit-btn {
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .menu-lang {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .menu-lang {
    display: block;
  }
  .header-right .menu-lang {
    display: none;
  }
}

.lang-flag::after {
  background-position: 0 -75px;
  content: attr(data-lang-code);
}

.lang-flag-sq:after {
  background-position: 0 0;
  content: '';
}

.lang-flag-hy:after {
  background-position: -21px 0;
  content: '';
}

.lang-flag-bn:after {
  background-position: -42px 0;
  content: '';
}

.lang-flag-bg:after {
  background-position: -84px 0;
  content: '';
}

.lang-flag-zh:after {
  background-position: -105px 0;
  content: '';
}

.lang-flag-hr:after {
  background-position: -126px 0;
  content: '';
}

.lang-flag-da:after {
  background-position: -147px 0;
  content: '';
}

.lang-flag-cs:after {
  background-position: -168px 0;
  content: '';
}

.lang-flag-et:after {
  background-position: -189px 0;
  content: '';
}

.lang-flag-fi:after {
  background-position: 0 -15px;
  content: '';
}

.lang-flag-fr:after {
  background-position: -21px -15px;
  content: '';
}

.lang-flag-ka:after {
  background-position: -42px -15px;
  content: '';
}

.lang-flag-de:after {
  background-position: -63px -15px;
  content: '';
}

.lang-flag-el:after {
  background-position: -84px -15px;
  content: '';
}

.lang-flag-hu:after {
  background-position: -105px -15px;
  content: '';
}

.lang-flag-is:after {
  background-position: -126px -15px;
  content: '';
}

.lang-flag-hi:after {
  background-position: -147px -15px;
  content: '';
}

.lang-flag-id:after {
  background-position: -168px -15px;
  content: '';
}

.lang-flag-fa:after {
  background-position: -189px -15px;
  content: '';
}

.lang-flag-he:after {
  background-position: 0 -30px;
  content: '';
}

.lang-flag-it:after {
  background-position: -21px -30px;
  content: '';
}

.lang-flag-ja:after {
  background-position: -42px -30px;
  content: '';
}

.lang-flag-ko:after {
  background-position: -63px -30px;
  content: '';
}

.lang-flag-lv:after {
  background-position: -84px -30px;
  content: '';
}

.lang-flag-lt:after {
  background-position: -105px -30px;
  content: '';
}

.lang-flag-ms:after {
  background-position: -126px -30px;
  content: '';
}

.lang-flag-nl:after {
  background-position: -147px -30px;
  content: '';
}

.lang-flag-no:after {
  background-position: -168px -30px;
  content: '';
}

.lang-flag-ur:after {
  background-position: -189px -30px;
  content: '';
}

.lang-flag-fil:after {
  background-position: 0 -45px;
  content: '';
}

.lang-flag-pl:after {
  background-position: -21px -45px;
  content: '';
}

.lang-flag-ro:after {
  background-position: -42px -45px;
  content: '';
}

.lang-flag-ru:after {
  background-position: -63px -45px;
  content: '';
}

.lang-flag-ar:after {
  background-position: -84px -45px;
  content: '';
}

.lang-flag-sk:after {
  background-position: -105px -45px;
  content: '';
}

.lang-flag-sl:after {
  background-position: -126px -45px;
  content: '';
}

.lang-flag-es:after {
  background-position: -147px -45px;
  content: '';
}

.lang-flag-sv:after {
  background-position: -168px -45px;
  content: '';
}

.lang-flag-tr:after {
  background-position: -189px -45px;
  content: '';
}

.lang-flag-uk:after {
  background-position: 0 -60px;
  content: '';
}

.lang-flag-en:after {
  background-position: -21px -60px;
  content: '';
}

.lang-flag-pt:after {
  background-position: -84px -60px;
  content: '';
}

.lang-flag-sr:after {
  background-position: -126px -60px;
  content: '';
}

.lang-flag-bn:after {
  background-position: -147px -60px;
  content: '';
}

.lang-flag-th:after {
  background-position: -189px -60px;
  content: '';
}

.tags-title {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}

.menu-tags {
  display: inline-block;
}

/* HEADER */

.no-flexbox .header .header-left, .no-flexbox
.header .header-right {
  display: table-cell;
}
.header .header-left {
  width: 490px;
}
.header .header-left .header-title {
  display: none;
}
.header .header-left .header-title, .header .header-left .header-title a {
  font-size: 28px;
  font-weight: 700;
  color: #727272;
}
.header .header-left .header-title:hover, .header .header-left .header-title a:hover {
  opacity: .8;
}
.header .header-right {
  width: 470px;
  text-align: right;
}
.flexbox .header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .no-flexbox .header, .flexbox .header {
    width: 100%;
  }
  .header .header-left {
    width: 480px;
  }
  .header .header-right {
    width: 480px;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-left {
    width: 425px;
  }
  .header .header-left .header-title {
    display: block;
  }
  .header .header-right {
    width: 535px;
  }
}
@media screen and (max-width: 506px) {
  .no-flexbox .header, .flexbox .header {
    display: block;
    padding-bottom: 0;
  }
  .no-flexbox .header .header-left, .flexbox .header .header-left {
    width: 100%;
  }
  .header .header-left .header-title {
    margin-right: 40px;
  }
  .header .header-right {
    width: auto;
    text-align: left;
  }
}

/* CONTENT */

.content-header .edy-partial-view {
  margin-top: -3px;
}

.content-title.content-formatted h1,
.content-slogan.content-formatted h1 {
  font-size: 100px;
}
.content-title.content-formatted h2,
.content-slogan.content-formatted h2 {
  font-size: 50px;
}
.content-title.content-formatted h3,
.content-slogan.content-formatted h3 {
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .content-title.content-formatted h1,
  .content-slogan.content-formatted h1 {
    font-size: 50px;
  }
  .content-title.content-formatted h2,
  .content-slogan.content-formatted h2 {
    font-size: 30px;
  }
  .content-title.content-formatted h3,
  .content-slogan.content-formatted h3 {
    font-size: 20px;
  }
}

.content-title.content-formatted {
  line-height: 1.2;
  font-weight: 700;
  font-size: 100px;
}
@media screen and (max-width: 1023px) {
  .content-title.content-formatted {
    display: none;
  }
}

.content-slogan {
  margin-top: 5px;
  padding-bottom: 35px;
}
.content-slogan.content-formatted {
  font-weight: 400;
  font-size: 50px;
}

.front-page .content-body {
  margin-top: 45px;
}
@media screen and (max-width: 1023px) {
  .front-page .content-body {
    margin-top: 35px;
  }
}
.front-page .content-body p {
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .front-page .content-body p {
    font-size: 18px;
  }
}
.common-page .content-body {
  margin-top: 35px;
}

/* BLOG & BLOG ARTICLE */
.post {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.post .post-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}
.post .post-title, .post .post-title a {
  font-size: 50px;
  color: #1b2124;
}
.dark-background .post .post-title, .dark-background .post .post-title a {
  color: white;
}
.post .post-title a:hover {
  color: #1b2124;
  opacity: .8;
}
.dark-background .post .post-title a:hover {
  color: white;
}
@media screen and (max-width: 480px) {
  .post .post-title, .post .post-title a {
    font-size: 30px;
  }
}
.post .post-date {
  font-size: 14px;
  color: #1b2124;
}
.dark-background .post .post-date {
  color: white;
}
.post .post-author {
  font-size: 12px;
}
.dark-background .post .post-author {
  color: white;
  opacity: .8;
}
.post .post-content {
  margin-top: 20px;
}
.post .post-content .post-body {
  margin-top: 20px;
}
.post .post-comments-count a {
  font-size: 14px;
  color: #0066bb;
}
.dark-background .post .post-comments-count a {
  color: white;
}
.post .post-comments-count a:hover {
  color: #0066bb;
  opacity: .8;
}
.dark-background .post .post-comments-count a:hover {
  color: white;
}

.post-nav {
  margin-top: 50px;
}

@media screen and (min-width: 481px) {
  .post-nav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.post-nav-link {
  position: relative;
  display: block;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: currentColor;
  text-decoration: none;
}
.post-nav-link:hover .post-nav-direction {
  opacity: 1;
}
.post-nav-link:hover .post-nav-title {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .post-nav-link:nth-child(2)::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-top-color: currentColor;
    border-top-style: solid;
    border-top-width: 1px;
    content: '';
    opacity: .2;
  }
}
@media screen and (max-width: 480px) {
  .post-nav-link {
    text-align: center;
  }
}

@media screen and (min-width: 481px) {
  .post-nav-link-older {
    padding-right: 20px;
  }
}

@media screen and (min-width: 481px) {
  .post-nav-link-newer {
    padding-left: 20px;
    text-align: right;
  }
}

.post-nav-direction {
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .3;
}

.post-nav-title {
  margin-top: 6px;
  font-size: 18px;
  opacity: .7;
}

.blog-page .post {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #727272;
  border-bottom: 1px solid rgba(114, 114, 114, 0.3);
}

/* SEARCH */
@media screen and (max-width: 1023px) {
  .search {
    margin-right: 40px;
  }
}

.search-inner {
  display: inline-block;
  vertical-align: middle;
}

.search-mobile {
  display: none;
}

.search-left .search-input {
  width: 128px;
  padding: 7px 10px;
  font-family: inherit;
  font-size: 14px;
  border: 1px solid #787878;
  border-radius: 3px;
}

.search-right .search-submit {
  vertical-align: middle;
}

/* FORMS */
.content-formatted form {
  max-width: 100%;
  margin-top: 25px;
  clear: both;
}
.content-formatted .form_field,
.content-formatted .edy-fe-label {
  font-size: 14px;
}
.content-formatted .form_field {
  margin-top: 20px;
}
.content-formatted .form_field_required .form_field_label:after {
  content: '*';
}
.content-formatted label {
  display: block;
}
.content-formatted .form_field_label,
.content-formatted .edy-fe-label {
  font-weight: 700;
  font-family: inherit;
  line-height: 1.3;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file,
.content-formatted .form_submit input {
  font-family: inherit;
  font-size: 14px;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file {
  max-width: 100%;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea {
  width: 280px;
  margin: 0;
  padding: 7px;
  border: 1px solid #787878;
  border-radius: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 420px) {
  .content-formatted .form_field_textfield,
  .content-formatted .form_field_textarea {
    width: 100%;
  }
}
.content-formatted .form_field_textarea {
  min-height: 98px;
}
.content-formatted .form_field_size_medium {
  width: 420px;
}
@media screen and (max-width: 420px) {
  .content-formatted .form_field_size_medium {
    width: 100%;
  }
}
.content-formatted .form_field_size_large {
  width: 580px;
}
.content-formatted .form_submit {
  margin-top: 10px;
}
.editmode .dark-background .content-formatted .form_submit input[disabled="disabled"] {
  color: white;
}
.content-formatted .form_error,
.content-formatted .form_field_error {
  color: #cc0000;
}
.content-formatted .form_field_with_errors .form_field_textfield,
.content-formatted .form_field_with_errors .form_field_textarea {
  border: 1px solid #cc0000;
}
.content-formatted .form_notice {
  color: #60a740;
}

/* COMMENTS */
.comments {
  margin-top: 50px;
}
.comments .comment-title,
.comments .comment,
.comments .comment-form {
  margin-top: 25px;
}

/* FOOTER */
.footer .content-formatted {
  font-size: 14px;
  line-height: 1.5;
}
.footer .content-formatted .edy-texteditor-view {
  min-height: 18px;
}
.footer .voog-reference {
  margin-top: 30px;
}
.footer .voog-reference a {
  display: inline-block;
  padding: 7px 9px;
  font-size: 10px;
  color: #727272;
  opacity: .75;
  line-height: 1;
  background-color: white;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .voog-reference a:hover {
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.75);
}

/* ////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
///////////////////////////////////////////////////
//////////////////////////////////////////////// */

/* GLOBAL */
body:not(svg) {
  font-family: 'futura-pt';
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'futura-pt';
  margin: 0;
}
a {
  text-decoration: none !important;
  outline: none;
}
footer {
  display: inline-block !important;
  width: 100%;
}
input:focus,
textarea:focus {
  outline: none;
}
blockquote {
  border-left: 5px solid #ff6900;
}
button {
  outline: none; /* Chrome */
}
input[type=submit] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.custom-btn {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: 'futura-pt';
  text-transform: uppercase;
  line-height: 50px;
  border: 2px solid #3b427d;
  border-radius: 30px;
  display: inline-block;
  padding: 0 65px 0 25px;
  cursor: pointer;
  letter-spacing: 1px;
  position: relative;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.custom-btn:hover {
  color: #ff6900;
}
a.custom-btn:after,
a.custom-btn:before {
  content: '';
  float: right;
  height: 50px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
  position: absolute;
  right: 25px;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.custom-btn:before {
  background-image: url(/assets/arrow_right_white.svg);
  opacity: 1;
}
a.custom-btn:after {
  background-image: url(/assets/arrow_right_orange.svg);
  opacity: 0;
}
a.custom-btn:hover:before {
  opacity: 0;
}
a.custom-btn:hover:after {
  opacity: 1;
}

/* HEADER */
#header {
  position: fixed !important;
  top: 0;
  width: 100%;
  font-family: 'futura-pt';
  position: relative;
  background-color: #fff;
  z-index: 1000;
}
#header.animate {
  -webkit-animation: jump 2s;
  -moz-animation:    jump 2s; 
  -o-animation:      jump 2s; 
  animation:         jump 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes jump {
  0%   { top: 0; }
  50%   { top: -80px; }
  100% { top: 0; }
}
@-moz-keyframes jump {
  0%   { top: 0; }
  50%   { top: -80px; }
  100% { top: 0; }
}
@-o-keyframes jump {
  0%   { top: 0; }
  50%   { top: -80px; }
  100% { top: 0; }
}
@keyframes jump {
  0%   { top: 0; }
  50%   { top: -80px; }
  100% { top: 0; }
}
.not-relative {
  position: inherit !important;
}
.logo {
  float: left;
  height: 80px;
  width: 110px;
  background-image: url(https://media.voog.com/0000/0040/2337/photos/rain_logo_orange_2021.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.front-header.front-page .logo {
  background-image: url(/assets/rain_logo_orange.svg);
}
.front-header.front-page .menu-aripaev-badge {
  display: none;
}
.front-header.front-page .menu-iso-certificate {
  display: none;
}
.menu-aripaev-badge {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    float: left;
    margin-left: 50px;
    margin-top: 5px;
    background-image: url(https://media.voog.com/0000/0040/2337/photos/top_ettevote_margis_2021_est.png);
}
.menu-iso-certificate {
    display: block;
    position: relative;
    width: 170px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    float: left;
    margin-left: 50px;
    margin-top: 5px;
   background-image: url(https://media.voog.com/0000/0040/2337/photos/logo_ISO9001%2BISO14001.jpg);
}
.menu-main {
  position: absolute;
  right: 0;
}
.menu {
  float: left;
  padding: 0 40px;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
}
.menu li {
  float: left;
  margin-right: 30px;
}
.menu li:last-child {
  margin-right: 0;
}
.menu li a {
  color: #54555e;
  font-size: 16px;
  font-weight: bold;
  float: left;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu li a:hover,
.menu li a.active {
  color: #ff6900;
  border-bottom: 4px solid #ff6900;
}

.lang-menu {
  float: left;
  list-style: none;
  line-height: 80px;
  padding: 0 30px;
  height: 80px;
  background-color: #f4f4f4;
  margin-bottom: 0;
}
.lang-menu li {
  float: left;
}

.lang-menu li a {
  color: #1e2355;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 20px;
  position: relative;
  letter-spacing: 1px;
}
.lang-menu li a:hover,
.lang-menu li a.active {
  color: #ff6900;
}
.lang-menu li:last-child a {
  padding-right: 0;
}
.lang-menu li a:after {
  content: '';
  display: inline-block;
  height: 10px;
  width: 2px;
  background-color: #1e2355;
  position: absolute;
  top: 3px;
  right: 8px;
}
.lang-menu li:last-child a:after {
  display: none;
}
.mobile-contact {
  display: none;
}
.send-request {
  float: left;
  padding: 0 20px;
  line-height: 80px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #1e2355;
  text-align: center;
  letter-spacing: 1px;
  box-shadow: none;
  border: none;

  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.send-request:hover {
  color: #ff6900;
}
.track-menu {
  float: left;
  width: 60px;
  height: 80px;
  background-image: url(/assets/track.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  background-color: #ff6900;
  border: none;
  box-shadow: none;
}

.contact-popup {
  position: absolute;
  right: -700px;
  display: block;
  width: 655px;
  background-color: #fff;
  padding: 50px 40px;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-popup.open {
  right: 0;
}
.close-contact-popup {
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
  height: 40px;
  width: 40px;
  background: #f4f4f4;
  cursor: pointer;
}
.close-contact-popup:before,
.close-contact-popup:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  background: #1e2355;
  position: absolute;
  left: 7px;
  top: 19px;
}
.close-contact-popup:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-contact-popup:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.track-popup {
  position: absolute;
  right: -270px;
  width: 270px;
  float: right;
  background-color: #fff;
  padding: 0 20px;
  line-height: 50px;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.track-popup.open {
  right: 0;
}
.track-popup input {
  color: #1a1a1c;
  font-size: 16px;
  border: none;
  float: left;
  width: 180px;
  height: 50px;
  margin-right: 20px;
  padding: 0 10px;
  outline: none;
}
.track-popup input.error {
  box-shadow: 0 0 0 1px #ff6900 inset;
}
.track-popup button {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  border: 2px solid #c7c7c7;
  border-radius: 50%;
  background-image: url(/assets/arrow_1_gray.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  position: relative;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.track-popup button:hover {
  border-color: #ff6900;
}


/* front page header */
#header.front-page {
  background-color: transparent;
}
@media (min-width: 1024px) {
  #header.front-page .menu-main {
    position: relative;
    float: right;
    display: inline-block;
    width: calc(100% - 150px);
  }
}
@media (min-width: 1200px) {
  #header.front-page .menu-main {
    width: calc(100% - 190px);
}
}
#header.front-page .track-menu {
  display: none;
}
#header.front-page .lang-menu {
  float: right;
  background: transparent;
  line-height: 50px;
  padding-top: 30px;
}
#header.front-page .send-request {
  float: right;
  line-height: 50px;
  border-top: 30px solid #fff;
}
#header .white-bg {
  display: none;
}
#header.front-page .white-bg {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: -1;
}

/* FRONT SLIDER */
.slider-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #f2eae5;
}
.slider-wrap:after {
  content: '';
  display: block;
}
#frontSlider {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 70px);
  width: 45%;
}
#frontSlider .carousel-inner {
  height: 100%;
}
#frontSlider .carousel-inner .item {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slider-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 55%;
  background-color: #1e2355;
}
.slider-navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 60px;
  width: 35px;
  background-color: #fff;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url();
  background-size: 20px;
  z-index: 3;
  opacity: 0.4;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-navigation:hover {
  opacity: 1;
}
.slider-navigation.left {
  left: 0;
  background-image: url(/assets/arrow_left_blue.svg);
}
.slider-navigation.right {
  right: 0;
  background-image: url(/assets/arrow_right_blue.svg);
  top: 70px;
}
/* content */
.slider-content-wrap {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.slider-content {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans';
  line-height: 30px;
}
.slider-content-col {
  padding-right: 35px;
}
.slider-content .title {
  color: #7e93bf;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 30px;
}
.slider-content .text {
  width: 100%;
  min-height: 120px;
  margin-left: -100px;
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-content .text.animate {
  margin-left: 0;
  opacity: 1;
}
.slider-content h1 {
  color: #ff6900;
  font-size: 58px;
  font-weight: bold;
  margin: 0 0 0 -100px;
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-content h1.animate {
  opacity: 1;
  margin: 0;
}
.slider-content h1:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #fff;
  margin: 35px 0;
}
.slider-content .custom-btn {
  margin-top: 25px;
}
.carousel-indicators {
  display: none;
}
.all-services {
  font-family: 'futura-pt';
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style: none;
  padding-left: 0;
  margin: 40px 0 0;
}
.all-services li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
}
.all-services li:last-child {
  margin-right: 0;
}
.all-services li {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-services li:hover {
  color: #ff6900;
}
.all-services li.active {
  color: #ff6900;
}
.slider-track {
  line-height: 50px;
  position: absolute;
  right: 0;
  bottom: 90px;
  z-index: 10;
}
.slider-track .left {
  float: left;
  background-color: #ff6900;
  height: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
}
.slider-track .left:before {
  content: '';
  float: left;
  height: 50px;
  width: 35px;
  background-image: url(/assets/track.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  margin-right: 15px;
}
.slider-track .right {
  float: left;
  background-color: #fff;
  padding: 0 20px;
}
.slider-track .right input {
  color: #1a1a1c;
  font-size: 16px;
  border: none;
  float: left;
  width: 150px;
  height: 50px;
  margin-right: 20px;
  padding: 0 10px;
  outline: none;
}
.slider-track .right input.error {
  box-shadow: 0 0 0 1px #ff6900 inset;
}
.slider-track .right button {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  border: 2px solid #c7c7c7;
  border-radius: 50%;
  background-image: url(/assets/arrow_1_gray.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  position: relative;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-track .right button:after,
.track-popup button:after {
  content: '';
  display: block;
  height: 26px;
  width: 26px;
  background-image: url(/assets/arrow_1_orange.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-track .right button:hover {
  border-color: #ff6900;
}
.slider-track .right button:hover:after,
.track-popup button:hover:after {
  opacity: 1;
}
/* front about us */
.front-aboutus {
  background-color: #f2eae5;
  padding: 100px 0 50px;
}
.front-aboutus .aboutus-content {
  color: #1a1a1c;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 30px;
}
.front-aboutus .aboutus-content:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #eadfd9;
  margin: 60px 0;
}
.front-aboutus h2 {
  color: #1e2355;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
  margin: 0 0 30px;
}
.front-aboutus .custom-btn,
.with-white-btn .custom-btn {
  color: #1e2355;
  background-color: #fff;
  border-color: #fff;
  margin-top: 30px;
}
.front-aboutus .custom-btn:before,
.with-white-btn .custom-btn:before {
  background-image: url(/assets/arrow_right_blue.svg);
}
.front-aboutus .custom-btn:after,
.with-white-btn .custom-btn:after {
  background-image: url(/assets/arrow_right_orange.svg);
}
.aboutus-partners .title {
  color: #a89e98;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.partners-logos {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.partners-logos .item {
  float: left;
  width: calc(100% / 6);
  height: 190px;
  line-height: 190px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (max-width: 767px) {
  .partners-logos .item {
    width: calc(100% / 4);
  }
}
@media (max-width: 500px) {
  .partners-logos .item {
    width: calc(100% / 2);
  }
  .partners-logos .img-wrap {
    text-align: center;
  }
}
.partners-logos .img-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
}
.partners-logos .img-wrap img {
  width: 100px;
  max-height: 90px;
  vertical-align: middle;
}

/* front news */
.front-news .transport-count {
  color: #1e2355;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  background-color: #f4f4f4;
  display: inline-block;
  position: relative;
  margin-bottom: 90px;
  margin-right: 70px;
  padding: 15px 70px 15px 0;
}
@media (max-width: 500px) {
  .front-news .transport-count {
    margin-bottom: 50px;
  }
}
.front-news .transport-count:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 100%;
  background-color: #f4f4f4;
  width: 1000px;
  top: 0;
  left: -1000px;
}
.front-news .transport-count:after {
  content: '';
  height: 70px;
  width: 70px;
  background-image: url(/assets/truck_icon.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left;
  background-color: #ff6900;
  float: right;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: -70px;
}
.front-news-title {
  color: #1e2355;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow-x: hidden;
  margin-bottom: 50px;
}
.front-news-title span {
  position: relative;
  line-height: 54px;
}
.front-news-title span:after {
  content: '';
  display: block;
  height: 2px;
  width: 2000px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2020px;
  margin: auto;
  background-color: #eadfd9;
}
.front-news-title .custom-btn,
.read-news-mobile .custom-btn {
  color: #1e2355;
  border-color: #eadfd9;
  background-color: #fff;
  float: right;
  position: relative;
}
.read-news-mobile{
  display: none;
  float: left;
  margin-left: 15px;
}
@media (max-width: 500px) {
  .front-news-title .custom-btn {
    display: none;
  }
  .read-news-mobile {
    display: block;
    margin-bottom: 60px;
  }
  .read-news-mobile .custom-btn:before {
    background-image: url(/assets/arrow_right_blue.svg);
  }
}
@media (max-width: 991px) and (min-width: 501px) {
  .front-news {
    margin-bottom: 30px;
  }
}
.front-news-title .custom-btn:hover,
.read-news-mobile .custom-btn:hover {
  color: #1e2355;
  background-color: #eadfd9;
}
.front-news-title .custom-btn:before {
  background-image: url(/assets/arrow_right_blue.svg);
}
.front-news-title .custom-btn:after,
.front-news-title .custom-btn:hover:after,
.read-news-mobile .custom-btn:after,
.read-news-mobile .custom-btn:hover:after {
  background-image: url(/assets/arrow_right_blue.svg);
}
.front-news-block {
  background-color: #f4f4f4;
  padding: 40px 30px 50px;
  position: relative;
  min-height: 230px;
  margin-bottom: 110px;
  float: left;

  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.front-news-block:hover {
  background-color: #f2eae5;
}
@media (max-width: 991px) {
  .front-news-block {
    margin-bottom: 30px;
  }
}
.front-news-block .published {
  color: #7e93bf;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.front-news-block .title {
  color: #1e2355;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 30px;
  display: block;

  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.front-news-block .title:hover {
  color: #ff6900;
}
.front-news-block .custom-btn {
  color: #1e2355;
  border: none;
  line-height: 18px;
  position: absolute;
  padding-left: 0;
  bottom: 40px;
}
.front-news-block .custom-btn:before {
  height: 18px;
  background-image: url(/assets/arrow_right_blue.svg);
}
.front-news-block .custom-btn:after {
  height: 18px;
  background-image: url(/assets/arrow_right_orange.svg);
}
/* terminals */
.terminal-map-wrap {
  background-color: #f4f4f4;
}
.terminal-title {
  color: #1e2355;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  padding: 20px 0 35px;
  position: relative;
  z-index: 1;
}
.terminal-title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  width: 20px;
  background-image: url(/assets/arrow_right_blue.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  margin-left: 20px;
}
.terminal-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 45vw;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.terminal-picture {
  position: absolute;
  right: 0;
  width: 45vw;
  height: 590px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.terminal-map {
  height: 620px;
  background-color: #f4f4f4;
  margin-bottom: 160px;
}
.terminal-map svg {
  position: absolute;
  height: 490px;
  top: 70px;
  left: 60px;
}
.include-map {
  margin-top: 20px;
}
@media (min-width: 1450px) {
  .terminal-map svg {
    left: 110px;
  }
}
@media (max-width: 1400px) {
  .col-picture {
    width: calc(100% / 4);
  }
  .col-map {
  width: calc(100% - (100% / 4));
  }
}
@media (max-width: 1199px) {
  .col-picture,
  .col-map {
    width: 100%;
  }
  .terminal-picture {
    display: none;
  }
  .terminal-title {
    text-align: center;
    padding: 35px 0;
  }
  .terminal-title::before,
  .terminal-title::after {
    display: none;
  }
  .terminal-map {
    height: 100%;
    margin-bottom: 60px;
  }
  .terminal-map svg {
    position: unset;
    height: auto;
  }
}
.map-popup {
  display: none;
  position: absolute;
  width: 310px;
  min-height: 230px;
  max-height: 300px;
  background-color: #1e2355;
  padding: 25px 30px 60px;
  z-index: 100;
}
.map-popup:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #2b3169 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 700px) {
  .terminal-map {
    position: relative;
  }
  .map-popup {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .map-popup:after {
    display: none;
  }
  .anchor-mobile {
    display: block !important;
  }
}
.map-popup .close-popup {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -10px;
  display: block;
  height: 40px;
  width: 40px;
  background-color: #2b3169;
  cursor: pointer;

  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.map-popup .close-popup:hover {
  color: #ff6900;
}
.map-popup .map-content {
  display: none;
}
.map-popup .title,
.map-popup h1 {
  color: #ff6900;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 10px;
}
.map-popup .subtitle,
.map-popup h2 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}
.map-popup .content,
.map-popup p {
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans';
  margin-bottom: 10px;
}
.map-popup .locate {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background-color: #2b3169;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.map-popup .custom-btn {
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background-color: #2b3169;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: none;
  padding: 0;
  border-radius: 0;
  border: none;
  letter-spacing: 0px;
}
.map-popup .custom-btn:after,
.map-popup .custom-btn:before {
  display: none;
}
.map-popup .locate:hover,
.map-popup .custom-btn:hover {
  color: #ff6900 !important;
}

/* SERVICES */
.editor-content strong {
  color: #1e2355;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.editor-content .editor-item {
  margin-bottom: 25px;
}
.services-page {
  background-color: #f4f4f4;
}
.services-menu-wrap {
  width: 100%;
  line-height: 100px;
  background-color: #2b3169;
  padding-top: 80px;
  text-align: center;
}
.services-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.services-menu li {
  float: left;
  margin-right: 35px;
}
.services-menu li:last-child {
  margin-right: 0;
}
.services-menu a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  float: left;

  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.services-menu a:hover,
.services-menu a.active {
  color: #ff6900;
}
.services-header {
  height: 630px;
  width: 100%;
  position: relative;
}
.services-header.company {
  margin-top: 80px;
}
#post-cover-image {
  height: 100%;
}
.cover-image-edit {
  position: absolute;
  height: 100%;
  width: 100%;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cover-image-edit:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #11153c;
  opacity: 0.5;
  z-index: 1;
}
.cover-image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.cover-image:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #11153c;
  opacity: 0.5;
}
.service-title {
  display: table;
  width: 100%;
  text-align: center;
  height: 380px;
}
.cover-image h1 {
  color: #fff;
  font-size: 90px;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
/*
.cover-image h1:after {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-image: url(/assets/arrow_down_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  margin: 25px auto 0;
}
*/
.services-content {
  color: #1a1a1c;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  margin-top: -250px;
  position: relative;
  z-index: 1;
}
.services-content .container {
  background-color: #f2eae5;
  position: relative;
  padding: 80px 15px;
}
.services-content:after {
  content: '';
  display: block;
  height: 100%;
  width: 50vw;
  right: 0vw;
  top: 0;
  position: absolute;
  background-color: #f2eae5;
  z-index: -1;
}
.services-content .top-gal-btn {
  text-align: center;
  margin-top: -105px;
}
.top-gal-btn a {
  color: #2b3169;
  font-size: 12px;
  font-weight: bold;
  font-family: 'futura-pt';
  letter-spacing: 1px;
  line-height: 50px;
  background-color: #ff6900;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 100%;

  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.top-gal-btn a:hover {
  color: #fff;
}
.services-content h2 {
  color: #1e2355;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px;
}
.services-content ul {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.services-content li {
  padding-left: 25px;
  position: relative;
}
.services-content ul li:before {
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  vertical-align: middle;
  background-color: #ff6900;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.gallery {
  margin-bottom: 100px;
}
.gallery .gallery-service-info {
  color: #fff;
  background-color: #1e2355;
  padding-top: 60px;
  padding-bottom: 60px;
}
.gallery .gallery-service-info h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
}
.gallery .gallery-title {
  color: #1e2355;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #ff6900;
  line-height: 80px;
}
.gallery .edys-gallery-area {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.gallery .edys-gallery-area a {
  position: relative;
}
.gallery .edys-gallery-area a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/rain_logo_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110px;
  background-color: #ff6900;
  opacity: 0;
}
.gallery .edys-gallery-area a:hover:after {
  opacity: 0.6;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-contact {
  background-color: #fff;
  padding: 100px 0;
}
.services-contact-content {
  color: #1a1a1c;
  font-size: 18px;
  font-family: 'Open Sans';
  line-height: 30px;
}
.services-contact-content h2 {
  color: #1e2355;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 25px;
}
.services-contact-content .custom-btn {
  color: #1e2355;
  border-color: #f2eae5;
  margin-top: 35px;
}
.services-contact-content .custom-btn:hover {
  color: #1e2355;
  background-color: #f2eae5;
}
.services-contact-content .custom-btn:before,
.services-contact-content .custom-btn:after {
  background-image: url(/assets/arrow_right_blue.svg);
}
.contact-form .form_fields {
  margin-left: -15px;
  margin-right: -15px;
}
.contact-form .form_field {
  margin-bottom: 25px;
}
.contact-form .form_field:last-child {
  margin-bottom: 0;
}
.contact-form label {
  color: #1e2355;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 15px;
}
.contact-form input {
  color: #1a1a1c;
  font-size: 18px;
  font-family: 'Open Sans';
  border: none;
  border-bottom: 2px solid #f2eae5;
  line-height: 50px;
  height: 52px;
  padding: 0 15px;

  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.contact-form input[type=text] {
  width: 100%;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1e2355;
}
.contact-form textarea {
  color: #1a1a1c;
  font-size: 18px;
  font-family: 'Open Sans';
  border: none;
  display: block;
  width: 100%;
  height: 140px;
  resize: none;
  border-bottom: 2px solid #f2eae5;
  line-height: 30px;
  padding: 0 15px;

  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.contact-form select {
  color: #1a1a1c;
  font-size: 18px;
  font-family: 'Open Sans';
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  display: none;
  width: 100%;
  border: none;
  border-bottom: 2px solid #f2eae5;
}
.contact-form.editmode select {
  display: block;
}
.custom-select {
  position: relative;
  width: 100%;
}
.contact-form.editmode .custom-select {
  display: none;
}
.custom-select .selected {
  color: #1a1a1c;
  font-size: 18px;
  font-family: 'Open Sans';
  line-height: 50px;
  padding: 0 15px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #f2eae5;
  position: relative;
  cursor: pointer;
}
.custom-select .selected:after {
  content: '';
  display: block;
  height: 50px;
  width: 15px;
  background-image: url(/assets/arrow_down_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  position: absolute;
  right: 15px;
  top: 0;

  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.custom-select .selected.active:after {
  -ms-transform: rotate(-180deg); 
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.custom-select .select-dropdown {
  color: #1a1a1c;
  font-size: 18px;
  font-family: 'Open Sans';
  padding: 0 15px;
  width: 100%;
  display: block;
  vertical-align: middle;
  background-color:  #f2eae5;
  text-align: center;
  position: absolute;
  z-index: -1;
}
.custom-select .select-dropdown .option {
  float: left;
  width: 100%;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
  margin-top: -50px;
  opacity: 0;

  -webkit-transition: margin-top 0.2s ease-in-out, opacity 0.1s ease-in-out 0.1s;
  transition: margin-top 0.2s ease-in-out, opacity 0.1s ease-in-out 0.1s;
}
.selected.active + .select-dropdown {
  z-index: 1;
}
.selected.active + .select-dropdown .option {
  opacity: 1;
  margin-top: 0;
}
.contact-form input[type=submit] {
  color: #1e2355;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #f2eae5;
  border-top: none;
  background-color: #fff;
  padding: 0 30px;
  float: left;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-form input[type=submit]:hover {
  background-color:  #f2eae5;
}
.contact-form .form_error,
.form_field_error {
  display: none;
}
.contact-form .form_field_with_errors input {
  border-bottom: 2px solid #ff6900;
}

/* NEWS */
.news-header {
  height: 630px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 80px;
  position: relative;
}
.news-header:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #11153c;
  opacity: 0.5;
}
.news-header-wrap {
  display: table;
  width: 100%;
  height: 380px;
  text-align: center;
}
.news-header-title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 90px;
  font-weight: bold;
  text-align: center;
}
.news {
  margin-top: -250px;
}
.news .container {
  background-color: #f2eae5;
  position: relative;
}
.news .container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50vw;
  left: -50vw;
  background-color: #f2eae5;
}
.news-block {
  padding-top: 50px;
  border-bottom: 2px solid #eadfd9;
}
.news-block:nth-child(5n),
.news-block:last-child {
  border-bottom: none;
  margin-bottom: 20px;
}
.news-published {
  color: #7e93bf;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.news-title {
  color: #1e2355;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 20px;

  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.news-title:hover {
  color: #ff6900;
}
.news-title:focus {
  color: #1e2355;
}
.news-text {
  color: #1a1a1c;
  font-size: 18px;
  font-family: 'Open Sans';
  line-height: 30px;
}
.news-readmore.custom-btn {
  color: #1e2355;
  border: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.news-readmore.custom-btn:before {
  background-image: url(/assets/arrow_right_blue.svg);
}
.news-readmore.custom-btn:after {
  background-image: url(/assets/arrow_right_orange.svg);
}
.news-pagination {
  margin-bottom: 50px;
}
.news-pagination .col-xs-12 {
  overflow-x: hidden;
}
.navigation-scroll {
  white-space: nowrap;
  overflow-x: auto;
}
.pagination-block,
.navigation-block {
  border: none;
  display: inline-block;
  vertical-align: middle;
  color: #1e2355;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  width: 70px;
  background-color: #f4f4f4;
  text-align: center;
  margin-right: 2px;


  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pagination-block:hover,
.pagination-block.active {
  color: #ff6900;
  background-color: #1e2355;
}
.pagination-range {
  float: left;
  color: #1e2355;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  width: 70px;
  height: 60px;
  background-color: #f4f4f4;
  text-align: center;
  margin-right: 2px;
}
.navigation-block.prev,
.navigation-block.next {
  height: 60px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.navigation-block.prev {
  background-image: url(/assets/arrow_left_blue.svg);
}
.navigation-block.next {
  background-image: url(/assets/arrow_right_blue.svg);
}
.navigation-block.prev:hover {
  background-image: url(/assets/arrow_left_orange.svg);
  background-color: #1e2355;
}
.navigation-block.next:hover {
  background-image: url(/assets/arrow_right_orange.svg);
  background-color: #1e2355;
}
/* ARTICLE */
.article-wrap {
  margin-top: 80px;
  margin-bottom: 110px;
}
.article {
  background-color: #f2eae5;
  width: calc(100% - 285px);
  padding-right: 80px;
  padding-left: 15px;
  padding-top: 80px;
  padding-bottom: 40px;
  float: left;
  position: relative;
}
.article:before {
  content: '';
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
  background-color: #f2eae5;
}
.article-header {
  display: block;
  width: 100%;
  float: left;
  color: #7e93bf;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.article-header a {
  float: right;
  color: #1e2355;
  padding-left: 40px;
  position: relative;

  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.article-header a:hover {
  color: #ff6900;
}
.article-header a:before,
.article-header a:after {
  content: '';
  display: block;
  height: 18px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-header a:hover:before {
  opacity: 0;
}
.article-header a:hover:after {
  opacity: 1;
}
.article-header a:before {
  opacity: 1;
  background-image: url(/assets/arrow_left_blue.svg);
}
.article-header a:after {
  opacity: 0;
  background-image: url(/assets/arrow_left_orange.svg);
}
.article-content {
  color: #1a1a1c;
  font-size: 18px;
  font-family: 'Open Sans';
  line-height: 30px;
}
.article-content h1 {
  color: #1e2355;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 30px;
}
.article-content h2 {
  color: #1e2355;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
.article-content .description {
  color: #1a1a1c;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.article-content .description:after,
.article-content:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #eadfd9;
  margin: 35px 0;
}
.latest-news {
  float: left;
  width: 285px;
  margin-top: 120px;
  position: relative;
}
.read-more {
  float: left;
  color: #ff6900;
  font-size: 20px;
  font-weight: bold;
  background-color: #1e2355;
  line-height: 40px;
  padding: 0 35px;
}
.latest-news-block {
  float: left;
  width: 100%;
  background-color: #f4f4f4;
  padding: 35px 30px;
  border-bottom: 2px solid #fff;

  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.latest-news-block:hover {
  background-color: #f2eae5;
}
.latest-published {
  color: #7e93bf;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.latest-title {
  color: #1e2355;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
  display: block;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.latest-title:hover {
  color: #ff6900;
}
.custom-btn.latest-btn {
  color: #1e2355;
  border: none;
  padding-left: 0;
  line-height: 18px;
}
.custom-btn.latest-btn:before {
  height: 18px;
  background-image: url(/assets/arrow_right_blue.svg);
}
.custom-btn.latest-btn:after {
  height: 18px;
  background-image: url(/assets/arrow_right_orange.svg);
}
.all-news {
  float: left;
  color: #1e2355;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding: 35px 30px 20px;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-news:hover {
  color: #ff6900;
}
.share {
  color: #1e2355;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}
.share .edy-content-social-buttons-list {
  display: inline-block;
  vertical-align: -7px;
}
.share span {
  margin-right: 20px;
}
.share.previewmode .edy-content-social-button {
  float: left;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  position: relative;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.share.previewmode .edy-content-social-button:after,
.share.previewmode .edy-content-social-button:before {
  content: '';
  display: block;
  height: 32px;
  width: 32px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.share.previewmode .edy-content-social-button:before {
  opacity: 1;
}
.share.previewmode .edy-content-social-button:hover:after {
  opacity: 1;
}
.share.previewmode .edy-content-social-button:hover:before {
  opacity: 0;
}
.share.previewmode .edy-content-social-button[data-type="facebook"]:before {
  background-image: url(/assets/fb_blue.svg);
}
.share.previewmode .edy-content-social-button[data-type="facebook"]:hover:after {
  background-image: url(/assets/fb_orange.svg);
}
.share.previewmode .edy-content-social-button[data-type="twitter"]:before {
  background-image: url(/assets/twitter_blue.svg);
}
.share.previewmode .edy-content-social-button[data-type="twitter"]:hover:after {
  background-image: url(/assets/twitter_orange.svg);
}
.share.previewmode .edy-content-social-button[data-type="email"]:before {
  background-image: url(/assets/email_blue.svg);
}
.share.previewmode .edy-content-social-button[data-type="email"]:hover:after {
  background-image: url(/assets/email_orange.svg);
}
.share.previewmode .edy-content-social-button svg {
  display: none;
}
/* CONTACTS */
.contacts-page {
  background-color: #f4f4f4; 
}
.contacts-header {
  height: 380px;
  margin-top: 80px;
}
.contacts-cover-image {
  height: 100%;
  width: 100%;
  display: table;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.contacts-cover-image:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #11153c;
  opacity: 0.5;
}
.contacts-title-wrap {
  display: table-cell;
  vertical-align: middle;
}
.contacts-title {
  color: #fff;
  font-size: 90px;
  font-weight: bold;
  text-align: left;
}
.contacts-form {
  margin-top: -100px;
  overflow-x: hidden;
}
.company-contacts {
  color: #1a1a1c;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 30px;
  background-color: #f2eae5;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  margin-top: 100px;
}
.company-contacts:after {
  content: '';
  display: block;
  height: 100%;
  width: 50vw;
  position: absolute;
  top: 0;
  left: -50vw;
  background-color: #f2eae5;
}
.company-contacts h2 {
  color: #1e2355;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 20px;
}
.company-contacts b {
  font-weight: 600;
}
.company-contacts a {
  color: #1a1a1c;

  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.company-contacts a:hover {
  color: #ff6900;
}
.company-contacts .custom-btn {
  color: #1e2355;
  border-color: #eadfd9;
  background-color: #fff;
  margin-top: 30px;
}
.company-contacts .custom-btn:hover {
  color: #1e2355;
  background-color: #eadfd9;
}
.company-contacts .custom-btn:after,
.company-contacts .custom-btn:before {
  background-image: url(/assets/arrow_right_blue.svg);
}
.contacts-form .contact-form {
  padding-top: 65px;
  padding-bottom: 70px;
  padding-left: calc(8.33333333% + 15px);
  background-color: #fff;
  float: left;
}
.contacts-form .contact-form:after {
  content: '';
  display: block;
  height: 100%;
  width: 50vw;
  position: absolute;
  top: 0;
  right: -50vw;
  background-color: #fff;
}
.contacts-form .contact-form input[type=text] {
  width: 100%;
}
.contacts-form .contact-form h2,
.contact-popup h2 {
  color: #1e2355;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 20px;
}
.contacts-terminal {
  margin: 70px 0;
}
.terminals-list {
  color: #1e2355;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 30px;
}
.terminals-list h2.title {
  color: #1e2355;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.terminals-list h2 {
  color: #ff6900;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 10px;
}
.terminals-list h2:nth-of-type(n+2) {
  margin-top: 25px;
}
.terminals-list h3 {
  color: #1e2355;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
}
.contacts-map {
  position: relative;
}
.contacts-map svg {
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
}
.team {
  padding: 80px 0;
  background-color: #fff;
}
.team.editpage {
  margin-top: 80px;
}
.team h2 {
  color: #1e2355;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  margin: 30px 0;
}
.person {
  float: left;
  padding-bottom: 20px;
}
.person-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
}
.person-photo {
  height: 280px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.person-photo .edy-editable {
  height: 100%;
  width: 100%;
}
.person-name {
  color: #1e2355;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}
.person-position {
  color: #ff6900;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.person-info {
  color: #1a1a1c;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 30px;
  min-height: 100px;
}
.person-info span {
  font-weight: 600;
}
.person-info a {
  color: #1a1a1c;

  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.person-info a:hover {
  color: #ff6900;
}
/* COMPANY */
.quote-block {
  margin-bottom: 80px;
}
.quote-photo {
  height: 200px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quote-block .container {
  background-color: #1e2355;
  position: relative;
}
.img-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f4f4f4;
  height: 100%;
  padding: 0;
}
.img-bg span {
  display: block;
  width: 100%;
  height: 270px;
  background-color: #f2eae5;
}
.quote-content {
  padding-top: 55px;
  padding-bottom: 55px;
}
.quote-content .quote {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
}
.quote-content .manager-name {
  color: #ff6900;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
.quote-content .manager-position {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 20px;
}
.progress-table {
  margin-bottom: 100px;
}
.progress-table h1 {
  color: #1e2355;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 40px;
}
.progress-table table {
  color: #1e2355;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 48px;
}
.progress-table table tr:first-child,
.progress-table table tr td:first-child {
  color: #ff6900;
  font-family: 'futura-pt';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.progress-table table tr td:first-child {
  color: #1e2355;
}
.progress-table table tr td:nth-child(n+2) {
  width: 120px;
  text-align: center;
}
.progress-table table tr {
  border-bottom: 1px solid #eadfd9;

  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.progress-table table tr td:first-child {
  padding-left: 15px;
}
.progress-table table tr td:last-child {
  padding-right: 15px;
}
.progress-table table tr:hover {
  background-color: #fff;
}
.progress-table table tr:first-child {
  border-bottom: 2px solid #eadfd9;
}
.progress-table table tr:nth-child(n+2) td:nth-child(n+2):not(:last-child) {
  border-right: 1px solid #eadfd9;
}
.company-gallery {
  background-color: #fff;
  padding: 80px 0;
  margin-bottom: 0;
}
.autopark-info {
  color: #1a1a1c;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 50px;
}
.autopark-info h2 {
  color: #1e2355;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
.history {
  background-color: #fff;
  overflow-x: hidden;
  padding-bottom: 100px;
}
.history .title h2 {
  color: #1e2355;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 50px;
}
.history-block {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f2eae5;
  position: relative;
}
.history-block:after {
  content: '';
  display: block;
  height: 100%;
  width: 50vw;
  position: absolute;
  top: 0;
  right: -50vw;
  background-color: #f2eae5;
}
.story {
  width: 100%;
  position: relative;
  padding-left: 62.5px;
  padding-bottom: 30px;
  margin-left: 12.5px;
  border-left: 1px solid #eadfd9;
}
.story:last-child {
  padding-bottom: 0;
  border-left: none;
}
.story:before {
  content: '';
  float: left;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 6px solid #ff6900;
  position: absolute;
  top: 0;
  left: -12px;
}
.story-title {
  color: #1e2355;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
.story-text {
  color: #1a1a1c;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 30px;
}












/* FOOTER */
.footer {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #1e2355;
  line-height: 90px;
  display: inline-block;
  vertical-align: middle;
  height: 90px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
}
.footer a {
  color: #fff;
  text-decoration: none;

  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.footer a:hover {
  color: #ff6900;
}
.footer ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
  vertical-align: bottom;
}
.footer ul li {
  float: left;
  margin-right: 35px;
  position: relative;
}
.footer ul li:after {
  content: '';
  display: inline-block;
  background-color: #fff;
  height: 12px;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  margin: auto;
}
.footer ul li:last-child:after {
  display: none;
}
.madein {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  height: 30px;
  width: 85px;
  background-image: url(/assets/madeinneway.svg);
  background-repeat: no-repeat;
  background-size: 85px;
  background-position: center;
}

/* 404 */
.page-error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1e2355;
  background-image: url(/assets/404_rain.svg);
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
}
.error-content-wrap {
  display: table;
  height: 100%;
  margin: 0 auto;
}
.error-content {
  display: table-cell;
  vertical-align: middle;
}
.error-content h1 {
  color: #ff6900;
  font-size: 58px;
  font-weight: bold;
  line-height: 68px;
  margin-bottom: 25px;
}
.error-content {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Open Sans';
  text-align: center;
}
.error-content .custom-btn {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .footer {
    height: auto;
    line-height: 20px;
  }
  .footer ul {
    margin: 30px 0;
  }
  .footer ul li {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .footer ul li::after {
    display: none;
  }
}
@media (max-width: 500px) {
  .footer ul {
    margin-bottom: 70px;
  }
  .madein {
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* MEDIA */
@media (max-width: 1199px) {
  .contacts-map svg {
    height: 450px;
  }
  .person {
    width: calc(100% / 3);
  }
}

/* header */
@media (max-width: 1023px) {
  #header {
    height: 60px;
  }
  #header:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff !important;
  }
  .logo {
    position: absolute;
    left: 15px;
    height: 60px;
  }
  .front-header.front-page .menu-aripaev-badge {
    display: block;
  }
  .menu-aripaev-badge {
    width: 56px;
    position: absolute;
    margin-left: 300px;
    height: 56px;
    margin-top: 2px;
  }
  .front-header.front-page .menu-iso-certificate {
    display: block;
  }
  .menu-iso-certificate {
    width: 140px;
    position: absolute;
    margin-left: 140px;
    height: 56px;
    margin-top: 2px;
  }
  .lang-menu,
  .send-request,
  .track-menu {
    display: none;
  }
  .menu {
    height: auto;
    width: 100%;
    line-height: 50px;
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
  }
  .menu li {
    margin-right: 0;
    display: block;
    width: 100%;
  }
  .menu li a {
    color: #1e2355;
    font-size: 30px;
    float: none;
  }
  .menu li a:hover, .menu li a.active {
    border-bottom: none;
  }
  #header.front-page .white-bg {
    display: none;
  }
  .mobile-contact {
    display: block;
    color: #1e2355;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    line-height: 30px;
  }
  .mobile-contact a {
    text-decoration: none;
    color: #1e2355;
  }
  .mobile-contact a:hover {
    color: #ff6900;
  }

  /* slider */
  .slider-wrap {
    height: auto;
    padding: 100px 0 170px;
  }
  #frontSlider {
    display: none;
  }
  .slider-content .title {
    margin-bottom: 20px;
  }
  .slider-content h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .slider-navigation {
    display: none;
  }
  .slider-background {
    width: 100%;
  }
  .slider-content-col {
    width: 100%;
    padding-right: 15px;
  }
  .all-services {
    display: block;
    margin: 20px 0;
  }
  .all-services li {
    display: block;
    width: 100%;
  }
  .slider-track {
    right: 0 !important;
    bottom: 50px;
  }
  .front-aboutus {
    padding: 50px 0;
  }
  /* Pages */
  .news-header,
  .services-header.company {
    margin-top: 60px;
  }
  /* Services */
  .services-menu-wrap {
    padding-top: 60px;
  }
  /*Contacts */
  .contacts-header {
    margin-top: 60px;
  }
  .article-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  /* News */
  .news {
    background-color: #f2eae5;
  }
  .article-wrap {
    overflow-x: hidden;
    margin-bottom: 0;
  }
  .article {
    width: 100%;
    padding-right: 15px;
    padding-top: 50px;
  }
  .article:after {
    content: '';
    display: block;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50vw;
    background-color: #f2eae5;
  }
  .latest-news {
    width: 100%;
    margin-top: 0;
    padding: 0 15px;
  }
  .all-news {
    padding: 35px 0 45px;
  }
  .read-more {
    margin-top: 35px;
  }
  /* About Company */
  .services-header {
    height: 300px;
  }
  .services-content .container {
    padding: 50px 15px;
  }
  .service-title {
    height: 300px;
  }
  .cover-image h1 {
    font-size: 46px;
  }
  .services-content {
    margin-top: 0;
    padding-top: 0;
    background-color: #f2eae5;
  }
  .quote-photo {
    display: none;
  }
  .progress-table {
    margin-bottom: 50px;
  }
  .company-gallery {
    padding: 50px 0;
  }
  .history {
    padding-bottom: 50px;
  }
  .history-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .history-block:before {
    content: '';
    display: block;
    height: 100%;
    width: 50vw;
    position: absolute;
    top: 0;
    left: -50vw;
    background-color: #f2eae5;
  }
  /* Services */
  .services-content {
    background-color: #f2eae5;
  }
  .top-gal-btn {
    position: absolute;
    right: 0;
    top: -25px;
    width: 170px;
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  .services-content {
    overflow-x: unset;
  }
  .gallery .gallery-service-info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .services-contact-content {
    margin-bottom: 50px;
  }
  .services-contact {
    padding: 50px 0;
  }
  /* News */
  .news-header,
  .news-header-wrap {
    height: 300px;
  }
  .news {
    margin-top: 0;
  }
  .news-header-title {
    font-size: 46px;
  }
  .news-title,
  .article-content h1 {
    font-size: 26px;
    line-height: 36px;
  }
  /* Contacts */
   .contacts-header {
    height: 300px;
  }
  .contacts-form {
    margin-top: 0;
  }
  .company-contacts {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .company-contacts:before {
    content: '';
    display: block;
    height: 100%;
    width: 50vw;
    position: absolute;
    top: 0;
    right: -50vw;
    background-color: #f2eae5;
  }
  .contacts-form .contact-form {
    padding-left: 15px;
  }
  .contacts-form .contact-form:before {
    content: '';
    display: block;
    height: 100%;
    width: 50vw;
    position: absolute;
    top: 0;
    left: -50vw;
    background-color: #fff;
  }
  .contacts-title {
    font-size: 46px;
    text-align: center;
  }
  .contacts-form .contact-form {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
  }
  .contacts-map-wrap {
    display: none;
  }
  .contacts-terminal {
    margin: 50px 0;
  }
  .location-block {
    width: 50%;
    float: left;
    padding-right: 10px;
  }
  .team {
    padding: 50px 0;
  }
  .team h2 {
    margin: 0 0 30px;
  }
  .person {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .gallery .edys-gallery-area a:after {
    background-size: 90px;
  }
  .story {
    padding-left: 40px;
  }
  .services-menu-wrap {
    line-height: 50px;
  }
  .services-menu li {
    width: 100%;
  }
  .services-menu-wrap {
    text-align: left;
  }
  .services-content + .gallery {
    margin-bottom: 50px;
  }
  .services-contact {
    padding: 50px 15px;
  }
}
@media (max-width: 600px) {
  .person {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .service-title.service h1 {
    font-size: 36px;
  }
  .slider-track {
    height: 100px;
    width: calc(100% - 30px);
    left: 15px;
  }
  .slider-track .left,
  .slider-track .right {
    height: 50px;
    width: 100%;
  }
  .slider-track .right input {
    width: calc(100% - 50px);
  }
  .slider-track .left {
    text-align: center;
  }
  .slider-track .left:before {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .location-block {
    width: 100%;
    padding-right: 0;
  }
  .menu-aripaev-badge {
    display: none;
  }
}
@media (max-width: 370px) {
  .menu-iso-certificate {
    display: none;
  }
}



/* Bootstrap Front slider */

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
    .carousel-inner > .item.active.right,
  .carousel-inner > .item.active.left {
    z-index: 2;
    left: 0;
    -webkit-transform: translate3d(0%, 0,0)  rotateY(0);
            transform: translate3d(0%, 0,0)  rotateY(0);
  }
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0,0)  rotateY(130deg);
            transform: translate3d(100%, 0,0)  rotateY(130deg);
    z-index: 3;
  }  
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0)  rotateY(-130deg);
            transform: translate3d(-100%, 0, 0)  rotateY(-130deg);
    z-index: 3;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;

    -webkit-transform: translate3d(0, 0, 0) rotateY(0);
            transform: translate3d(0, 0, 0) rotateY(0);
  }
}


.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.edy-img-drop-area .edy-img-drop-area-remove-image {
  top: 0 !important;
  right: 0 !important;
}

.message-sent {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f2eae5;
}
.message-sent-content {
  position: relative;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.message-sent .text {
  color: #1e2355;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}
.message-sent .custom-btn {
  color: #1e2355;
  background-color: #fff;
  border-color: #fff;
  margin-top: 30px;
}
.message-sent .custom-btn:before {
    background-image: url(/assets/arrow_right_blue.svg);
}
.aw-hidden {
  display: none !important;
}
