@import url(../fonts/stylesheet.css);
@import url(../fonts/icomoon/style.css);
.logo.works-post > a.logo-link + span {
	display: none;
}
* {
  outline: none !important;
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.8rem;
  font-family: "SegoeUI-Light", sans-serif;
  position: relative; }

h1, h2, h3, h4, h5, h6, p, a, span {
  margin-bottom: 0; }

.container {
  max-width: 117rem; }

h1 {
  font-size: 5rem;
  font-family: "PFDinTextCompPro", sans-serif;
  color: #2668a6;
  line-height: 1.2; }

h1 span {
  font-size: 10rem; }

h2 {
  font-size: 3.8rem;
  font-family: "PFDinTextCompPro", sans-serif;
  color: #fff;
  margin-bottom: 0; }

h3 {
  font-size: 30px; }

ul {
  margin-bottom: 0; }

li {
  font-size: 20px;
  font-family: "SegoeUI-Light", sans-serif; }

p {
  font-size: 18px;
  font-family: "SegoeUI-Light", sans-serif;
  margin-bottom: 0; }

h1::selection,
h2::selection,
li::selection,
p::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
a::selection,
span::selection {
  background: #d0474c;
  color: #fff; }

ul, li {
  list-style: none; }

.container-main {
  position: relative; }

.container-p0 {
  padding: 0; }

.ship-down {
  width: 4.5rem;
  height: 100%;
  position: fixed;
  left: 5rem;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .ship-down--box {
    width: 100%;
    height: 14%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .ship-down--box img {
      width: 100%;
      height: auto; }
  .ship-down--line {
    width: 100%;
    height: 43%;
    position: relative; }

.ship-down--line:before {
  content: '';
  width: 2px;
  position: absolute;
  height: 95%;
  border-left: 1px dashed #5e9fd6;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0); }

.ship-down--line:nth-child(3):before {
  top: auto;
  bottom: 0; }

.svg-scroll-ship .cls-1, .svg-scroll-ship .cls-2, .svg-scroll-ship .cls-3 {
  fill: none;
  stroke: #5e9fd6;
  stroke-linecap: round;
  stroke-linejoin: round; }

.svg-scroll-ship .cls-3 {
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.ship-down.active .svg-scroll-ship .cls-3 {
  opacity: 1; }

.ship-down--box svg {
  max-height: 100%; }

.header-main-compass-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.header-main-compass-inner {
  position: absolute;
  right: -120px;
  top: -100px;
  width: 998px;
  height: 998px; }

.header-main-circle {
  position: absolute;
  right: -7%;
  top: -5%;
  width: 115%;
  height: 115%;
  background-image: url("../img/header-main-cercle-bg.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 5; }

.header-main-compass {
  margin-top: 120px;
  position: absolute;
  left: 0;
  top: 0;
  width: 814px;
  height: 821px;
  background-image: url("../img/header-main-compas.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: spin 30s alternate infinite;
  animation: spin 30s alternate infinite;
  z-index: 5; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: scale(1) rotate(0deg); } }
  .header-main-compass 50% {
    -webkit-transform: scale(1) rotate(80deg); }
  .header-main-compass 100% {
    -webkit-transform: scale(1) rotate(-180deg); }

@keyframes spin {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  50% {
    -webkit-transform: scale(1) rotate(80deg);
    transform: scale(1) rotate(80deg); }
  100% {
    -webkit-transform: scale(1) rotate(-180deg);
    transform: scale(1) rotate(-180deg); } }

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.home-top p,
.home-top li {
  color: #fff;
  font-size: 1.8rem;
  font-family: "SegoeUI-Light", sans-serif; }

.container .title h2 {
  font-size: 6rem !important;
  color: #0955a3 !important;
  line-height: .9; }
.container  .title h2 span {
    font-size: 3rem !important;
    display: block; }

.home-top h2 {
  color: #d4effd;
  margin-bottom: 1rem; }

.home-top ul {
  padding-left: 2.5rem; }
  .home-top ul li {
    position: relative; }

.home-top {
  width: 100%;
  height: auto;
  padding: 25rem 0 0;
  position: relative;
  background-color: #1b2429;
  z-index: 10; }
  .home-top__items--ships {
    padding-bottom: 5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    text-align: center;
    display: flex;
    justify-content: space-between;
    overflow: hidden;}
    .home-top__items--ships img {
      width: 100%;
      height: auto; }
    .home-top__items--ships p {
      color: #fff;
      padding-top: 1rem;
      position: relative;
      top: 0; }
  .home-top__items--head {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.ship-box {
  cursor: default; }
  .ship-box--img {
    width: 100%;
    height: 7rem;
/*
    display: flex;
    justify-content: center;
    align-items: flex-end;
*/
    position: relative;
    top: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  .ship-box p {
    cursor: default;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }

/*
.ship-box:hover .ship-box--img {
  top: -0.5rem; }

.ship-box:hover p {
  top: 0.5rem; }
*/

.ship-box:first-child {
  width: 24rem; }

.ship-box:nth-child(2) {
  width: 18rem; }

.ship-box:nth-child(3) {
  width: 29rem; }

.ship-box:nth-child(4) {
  width: 29rem; }

.ship-box:nth-child(1),
.ship-box:nth-child(2),
.ship-box:nth-child(3),
.ship-box:nth-child(4) {
  height: auto; }

.home-top__items {
  z-index: 10;
  position: relative; }

.main-map-aside ul.area,
.main-map-aside ul.branchs {
  padding-left: 3rem; }
  .main-map-aside ul.area li,
  .main-map-aside ul.branchs li {
    position: relative; }
    .main-map-aside ul.area li a,
    .main-map-aside ul.branchs li a {
      color: #00499a; }

.home-top__items--titlesec ul li:before,
.main-map-aside ul.area li:before {
  position: absolute;
  content: "\e902";
  font-size: 0.8rem;
  color: #ff0000;
  font-family: 'icomoon' !important;
  left: -2rem;
  top: 25%;
  transform: translate(0, -50%); }

.main-map-aside ul.area li:before {
  top: 55%;
  left: -3rem; }

.main-map-aside ul.branchs li:before {
  position: absolute;
  content: "\e903";
  font-size: 1.4rem;
  color: #ff0000;
  font-family: 'icomoon' !important;
  left: -3rem;
  top: 50%;
  transform: translate(0, -50%); }

.home-top-bg {
  width: 100%;
  height: 114rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/main-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0; }

.home-top-grad {
  position: absolute;
  width: 100%;
  height: 100rem;
  left: 0;
  bottom: 0;
  background: white;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #004c9c);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #004c9c);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #004c9c);
  z-index: 6; }

.home-top__items--logo {
  width: auto;
  height: auto; }

.home-top__items--site {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.home-top__items--site a {
  font-size: 3rem;
  color: #fff;
  position: relative;
  padding-right: 4rem; }

.home-top__items--site a [class^='icon-']:before {
  position: absolute;
  right: 0;
  top: 0; }

span.icon-link {
  position: absolute;
  right: 0;
  top: 0.6rem; }

.home-top__items--title {
  margin: 5rem 0 20rem;
  height: 24rem; }

.home-top__items--title h1 {
  color: #ffffff; }

.home-top__items--titlesec {
  padding: 4rem 0 15rem; }

.home-top__items--version {
  width: 100%;
  height: auto;
  padding-right: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.home-top__items--link {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end; }

span.typed-cursor.typed-cursor--blink,
span.typed-cursor {
  display: none; }

h1.element {
  padding: 0; }

.two-bl-box {
  padding: 11.5rem 0 0;
  margin-top: -11.5rem;
  overflow: hidden; }

.numeral {
  position: relative; }

.numeral .title {
  margin-bottom: 9.5rem; }

.numeral {
  padding: 10rem 0 24rem; }
  .numeral__info {
    width: 100%;
    position: relative;
    margin-left: -5rem;
    padding: 7rem 17rem 7rem 5rem;
    background-color: #fff;
    box-shadow: 0 0 29px rgba(51, 51, 51, 0.278431);
    display: flex;
    flex-wrap: wrap;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .numeral__info--box {
      width: 50%;
      height: auto; }
      .numeral__info--box ul {
        text-align: center; }
        .numeral__info--box ul li {
          font-size: 1.8rem;
          color: #000; }

.numeral__info.show {
  opacity: 1; }

.numeral__info--box ul li:nth-child(1) {
  font-size: 4.8rem;
  color: #0955a3;
  font-family: "SegoeUI-Bold", sans-serif; }

.numeral__info--box ul li:nth-child(2) {
  line-height: 1.3;
  padding-top: 1rem; }

.numeral__info:before {
  content: '';
  position: absolute;
  width: 29%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url("../img/drop.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none; }

.numeral-bg {
  width: 167rem;
  height: 54rem;
  position: absolute;
  top: 0;
  left: 7rem;
  background-image: url("../img/Ellipse.png");
  z-index: 10;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none; }

.m-b {
  margin-bottom: 3rem; }

.numeral .container {
  position: relative; }

.numeral-design {
	width: 100%;
	height: auto;
  position: absolute;
  left: 38%;
  top: -11.5rem;
  z-index: 10;
  pointer-events: none; }

.display-mob {
  display: none; }

.numeral-design-mob {
  width: 100%;
  height: auto;
  position: relative;
  margin: 5rem 0; }
  .numeral-design-mob img {
    width: 100%;
    height: auto; }

.main-map-world {
  background-color: #f0f0f1;
  padding-bottom: 9rem;
  position: relative; }

.title-box {
  background-color: #f0f0f1;
  padding: 16rem 0 5rem;
  margin-top: -12rem; }

.title-box .title {
  text-align: left; }

.main-map-europe {
  overflow: hidden;
  padding-bottom: 9rem; }

.main-map-europe h3 {
  font-size: 1.8rem;
  font-family: "SegoeUI-Bold", sans-serif;
  text-transform: uppercase; }

.main-map-europe-note {
  font-size: 1.8rem;
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
  line-height: 1.2; }

.main-map-europe-note span {
  font-family: "SegoeUI-Bold", sans-serif; }

.main-map-europe .title {
  padding: 12rem 0 5rem; }

.pdf {
  background-color: #f0f0f1;
  padding-bottom: 10rem;
  overflow: hidden; }
  .pdf__items {
    display: flex;
    justify-content: space-between;
    margin-top: 5.5rem; }
    .pdf__items--one {
      width: 47.2%;
      height: auto;
      position: relative; }
    .pdf__items--two {
      width: 53%;
      height: auto;
      display: flex; }

.pdf__items--one img,
.pdf__items--two img,
.pdf--two-box img,
.pdf__items--one-loop img,
.color__items--ship img,
.color-wave img,
.design-waves img,
.design-waves-2 img {
  width: 100%;
  height: auto; }

.pdf--two-box {
  width: 50%;
  height: auto;
  position: relative; }

.pdf--two-box:first-child {
  z-index: 10; }

.pdf--two-box:last-child {
  z-index: 9; }

.pdf .title {
  padding: 12rem 0 4rem; }

.pdf__items--one-loop {
  position: absolute;
  right: 8%;
  bottom: -9.7%;
  width: 39.5%;
  height: auto; }

.pdf--two-box:first-child:before {
  content: '';
  width: 8%;
  height: 3%;
  margin-right: -8%;
  background: url(../img/pdf.svg);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, 0); }

.color .title,
.mobile .title {
  padding: 12rem 0 7.5rem; }

.two-sections {
  overflow: hidden;
  padding-bottom: 4rem; }

.color {
  position: relative; }
  .color__items {
    width: 100%;
    height: auto;
    position: relative; }
    .color__items--ship {
      width: 98%;
      height: auto;
      position: relative;
      left: 0;
      top: 0;
      opacity: 0;
      -webkit-transition: all 1.5s;
      -moz-transition: all 1.5s;
      -o-transition: all 1.5s;
      transition: all 1.5s;
      z-index: 10; }
    .color__items--info {
      position: absolute;
      text-align: center;
      height: 92%;
      left: 0;
      top: 0;
      z-index: 9; }
      .color__items--info ul {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; }
        .color__items--info ul li {
          font-size: 1.8rem; }

.color__items--info ul li:nth-child(1) {
  color: #0955a3;
  text-transform: uppercase;
  font-family: "SegoeUI-Bold", sans-serif; }

.color__items--info ul li:nth-child(2) {
  background-color: #fff;
  padding-bottom: 1rem;
  position: relative;
  z-index: 20; }

.color__items--info-2 {
  left: 7.5%;
  top: 18%;
  height: 69%; }

.color__items--info-3 {
  left: 14.5%;
  top: 36%;
  height: 44%; }

.color__items--info:before {
  content: '';
  position: absolute;
  background-color: transparent;
  width: 2px;
  border-left: 1px solid #000;
  height: 0;
  opacity: 0;
  top: 16%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.color__items--info-2:before {
  top: 21%; }

.color__items--info-3:before {
  top: 33%; }

.color__items--info:after {
  content: '';
  position: absolute;
  background-color: #000;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.color__items.show .color__items--ship {
  left: 18%;
  opacity: 1; }

.color__items.show .color__items--info:before {
  height: 84%;
  opacity: 1; }

.color__items.show .color__items--info-2:before {
  height: 79%;
  opacity: 1; }

.color__items.show .color__items--info-3:before {
  height: 67%;
  opacity: 1; }

.color__items.show .color__items--info.color__items--info-1:after {
  opacity: 1;
  width: 190%; }

.color__items.show .color__items--info.color__items--info-2:after {
  opacity: 1;
  width: 140%; }

.color__items.show .color__items--info.color__items--info-3:after {
  opacity: 1;
  width: 30%; }

.color__items.show .color__items--info ul {
  opacity: 1; }

.color-wave {
  width: 102%;
  height: auto;
  position: absolute;
  left: -1%;
  bottom: -3%;
  -webkit-animation: shake 10s linear alternate infinite;
  animation: shake 10s linear alternate infinite;
  z-index: 11; }

.color-wave-2 {
  bottom: -5%;
  z-index: 12; }

.color-wave-3 {
  bottom: -2.3%;
  z-index: 10;
  left: -1.2%; }

@-webkit-keyframes shake {
  100% {
    -webkit-transform: translateX(-30px); } }

.design {
  width: 100%;
  height: auto;
  background: url(../img/img-ship.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; }

.design .title {
  position: relative;
  padding: 10rem 0 5rem;
  z-index: 20; }
  .design .title h2 {
    color: #fff !important;  }

.design .row {
  position: relative;
  z-index: 20; }

.nav {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-item .nav-link {
  font-size: 2.6rem;
  color: #fff;
  position: relative;
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0 0 12px;
  border: none; }

.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background-image: url("../img/Shape-2.png");
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:hover {
  color: #fff; }

.nav-tabs .nav-item .nav-link.active:before,
.nav-tabs .nav-item .nav-link:hover:before {
  opacity: 1; }

.mac-screen {
  width: 100%;
  margin: 9rem 0 6rem;
  padding: 0 3rem; }
  .mac-screen__items {
    overflow-y: auto;
    position: relative;
    z-index: 1;
    height: 68rem; }

.mac-screen img {
  width: 100%;
  height: auto; }

.mac-image {
  position: absolute;
  top: -5.5%;
  left: -13.1%;
  z-index: 0;
  width: 126.3%;
  height: auto; }

.mac-image img {
  width: 100%;
  height: auto; }

.tab-content {
  position: relative;
  z-index: 10; }

.design .home-top-grad {
  height: 100%; }

.mobile {
  height: auto;
  overflow: hidden; }

.design-waves,
.design-waves-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 19; }

.design-waves-2 {
  bottom: -8px; }

.design-waves-3 {
  bottom: -10px; }

.design-waves-4 {
  bottom: -13px; }

.mobile-p {
  padding-right: 4rem; }

.mobile__items {
  width: 100%;
  height: 126rem;
  position: relative; }
  .mobile__items--box {
    position: absolute;
    width: 80.8rem;
    height: 65.7rem;
    z-index: 20; }

.mobile__items--box:nth-child(1) {
  top: -7.3rem;
  left: -13.4rem; }

.mobile__items--box:nth-child(1) img,
.mobile__items--box:nth-child(2) img,
.mobile__items--box:nth-child(3) img,
.mobile__items--box:nth-child(4) img {
  opacity: 0;
  -webkit-transition: all 47s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.mobile__items--box.show:nth-child(1) img {
  opacity: 1; }

.mobile__items--box.show:nth-child(1) .mobile-box-info {
  opacity: 1; }

#mobile-1.mobile__items--box.show:nth-child(1) .mobile-box-info ul li:first-child span {
  width: 16rem; }

#mobile-1 .mobile-box-info ul li:first-child span {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 2px;
  background-color: transparent;
  border-bottom: 1px solid #ff0000;
  z-index: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.mobile__items--box:nth-child(1) .mobile-box-info {
  top: 26%;
  right: 4rem; }

.mobile__items--box:nth-child(2) {
  top: 3rem;
  right: -31rem; }

.mobile__items--box.show:nth-child(2) img {
  opacity: 1; }

.mobile__items--box.show:nth-child(2) .mobile-box-info {
  opacity: 0;
  left: 4%;
  right: auto;
  top: 57%; }

.mobile__items--box.show:nth-child(2) .mobile-box-info {
  opacity: 1; }

#mobile-2 .mobile-box-info ul li:first-child span {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 0;
  background-color: transparent;
  border-left: 1px solid #ff0000;
  z-index: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

#mobile-2 .mobile-box-info ul li:first-child span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #ff0000;
  left: 0;
  top: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s; }

#mobile-2.mobile__items--box.show .mobile-box-info ul li:first-child span {
  height: 4rem; }

#mobile-2.mobile__items--box.show .mobile-box-info ul li:first-child span:after {
  width: 4rem; }

.mobile__items--box:nth-child(3) {
  bottom: 18rem;
  left: -22rem; }

.mobile__items--box.show:nth-child(3) img {
  opacity: 1; }

.mobile__items--box:nth-child(3) .mobile-box-info {
  opacity: 0;
  left: auto;
  right: 5.5%;
  bottom: -8%; }

.mobile__items--box.show:nth-child(3) .mobile-box-info {
  opacity: 1; }

#mobile-3 .mobile-box-info ul li:first-child span {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 0;
  background-color: transparent;
  border-right: 1px solid #ff0000;
  z-index: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

#mobile-3 .mobile-box-info ul li:first-child span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #ff0000;
  right: 0;
  top: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s; }

#mobile-3.mobile__items--box.show .mobile-box-info ul li:first-child span {
  height: 4rem; }

#mobile-3.mobile__items--box.show .mobile-box-info ul li:first-child span:after {
  width: 3rem; }

.mobile__items--box:nth-child(4) {
  bottom: 12rem;
  right: -16.7rem; }

.mobile__items--box.show:nth-child(4) img {
  opacity: 1; }

.mobile__items--box.show:nth-child(4) .mobile-box-info {
  opacity: 0;
  left: 9%;
  right: auto;
  bottom: 14%; }

.mobile__items--box.show:nth-child(4) .mobile-box-info {
  opacity: 1; }

#mobile-4 .mobile-box-info ul li:first-child span {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 0;
  background-color: transparent;
  border-left: 1px solid #ff0000;
  z-index: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

#mobile-4 .mobile-box-info ul li:first-child span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #ff0000;
  left: 0;
  top: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s; }

#mobile-4.mobile__items--box.show .mobile-box-info ul li:first-child span {
  height: 4rem; }

#mobile-4.mobile__items--box.show .mobile-box-info ul li:first-child span:after {
  width: 8.5rem; }

.mobile__items--box:nth-child(1) img,
.mobile__items--box:nth-child(2) img,
.mobile__items--box:nth-child(3) img,
.mobile__items--box:nth-child(4) img {
  width: 100%;
  height: auto; }

.mobile-box-info {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .mobile-box-info ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }

.mobile-box-info ul li:first-child {
  width: 3rem;
  height: 3rem;
  position: relative;
  margin-bottom: 1.2rem;
  background-color: #fff;
  border: 1px solid #ff0000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.mobile-box-info ul li:first-child:before {
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #ff0000;
  z-index: 0;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.mobile-box-info ul li:nth-child(2) {
  font-size: 1.4rem;
  color: #000;
  font-family: "Segoe UI", sans-serif;
  text-align: center; }

#footer {
  position: relative; }

.footer {
  height: auto;
  background-color: #f0f0f1;
  position: relative;
  overflow: hidden; }
  .footer__items {
    width: 154.5rem;
    height: 75rem;
    position: relative;
    padding: 16rem 35rem;
    left: 50%;
    top: 0;
    background-image: url("../img/window.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20; }
    .footer__items--img {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 6rem; }
    .footer__items--btn {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .footer__items--logo {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5rem 0; }
      .footer__items--logo a {
        opacity: .5; }

.footer .title {
  position: relative;
  padding: 12rem 0 7.5rem; }

.bttn {
  width: 26.5rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .bttn--white {
    background-color: #fff;
    color: #0955a3;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: "Segoe UI", sans-serif;
    font-weight: 500; }
  .bttn--blue {
    background-color: #0955a3;
    color: #fff;
    font-size: 2.6rem;
    font-family: "Segoe UI", sans-serif; }

.footer__items--logo a:hover {
  text-decoration: none;
  opacity: 1; }

.bttn:hover {
  text-decoration: none; }

.bttn--white:hover,
.bttn--blue:hover {
  background-color: #ff0000;
  color: #fff; }

.bttn--white span.icon-brief {
  font-size: 3rem;
  padding-right: 1.4rem; }

.bttn--blue span.icon-link {
  position: relative;
  right: 0;
  top: 0;
  font-size: 3rem;
  padding-left: 1.3rem; }

.bttn--white:hover span.icon-brief:before {
  color: #fff; }

.share-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  .share-block ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: center; }
    .share-block ul li {
      padding: 0 5px;
      list-style: none; }

.shares-btn {
  width: 55px !important;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #fff; }

.shares-btn:hover {
  text-decoration: none;
  background-color: #ff0000; }

.shares-btn:hover [class^='icon']:before {
  color: #fff; }

span.icon-fb {
  line-height: 1;
  font-size: 18px; }

span.icon-twitter {
  font-size: 18px; }

span.icon-vk {
  font-size: 16px; }

.icon-share:before {
  color: #ffffff;
  font-size: 2.8rem;
  position: relative;
  top: 0.2rem;
  padding-right: 0.7rem;
  line-height: 0; }

.vint {
  position: absolute;
  z-index: 20; }

.vint-1 {
  left: 6%;
  top: 9%; }

.vint-2 {
  right: 6%;
  top: 9%; }

.vint-3 {
  left: 6%;
  bottom: 9%; }

.vint-4 {
  right: 6%;
  bottom: 9%; }

.compass-2 {
  width: 81.4rem;
  height: 82.1rem;
  position: absolute;
  z-index: 0;
  left: 6%;
  top: -16.5%;
  opacity: .3;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: spin 30s alternate infinite;
  animation: spin 30s alternate infinite; }

.compass-2 img {
  width: 100%;
  height: auto; }

.mob-info {
  display: none;
  position: relative;
  margin-top: -5.5rem; }

.mob-info-bl {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  height: auto; }
  .mob-info-bl--img {
    width: 2.5rem;
    height: auto; }
    .mob-info-bl--img img {
      width: 100%;
      max-height: 100%; }
  .mob-info-bl--text {
    padding-left: 1.1rem;
    font-size: 1.6rem;
    color: #212529;
    line-height: 2; }

.mob-info-2 {
  margin-top: -4rem; }

.mob-info-2 .mob-info-bl {
  bottom: 2rem; }
  
 .ship-box svg {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%;
}

.ship-box svg .cls-hover,
.ship-box svg .cls-hover2,
.ship-box svg .cls-hover3,
.ship-box svg .cls-hover4 {
    color: #fff;
    fill: rgba(178, 36, 47, 0);
    stroke: #fff;
    color: transparent;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.ship-box--img:hover.ship-box svg .cls-hover {
	fill: #000
}
.ship-box.active .ship-box--img svg .cls-hover,
.ship-box:hover .ship-box--img svg .cls-hover,
.ship-box:focus .ship-box--img svg .cls-hover {
    color: #b2242f;
    fill: currentColor;
}

.ship-box.active .ship-box--img svg .cls-hover2,
.ship-box:hover .ship-box--img svg .cls-hover2,
.ship-box:focus .ship-box--img svg .cls-hover2 {
    color: #fff;
    fill: currentColor;
}
.ship-box:nth-child(4) .ship-box--img {
	padding-top: 2.3rem;
}
.ships-types-list-line {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 5px;
    background-image: url('../img/mark.png');
    background-color: #00499A;
}
.home-top__items--ships.active-1 .ships-types-list-line {
	width: 24rem !important;
	left: 1% !important;
}
.home-top__items--ships.active-2 .ships-types-list-line {
	width: 22rem !important;
	left: 24% !important;
}
.home-top__items--ships.active-3 .ships-types-list-line {
	width: 30rem !important;
	left: 45% !important;
}
.home-top__items--ships.active-4 .ships-types-list-line {
	width: 30rem !important;
	left: 74% !important;
}
.home-top-ships {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.wrapper {
    overflow-y: auto;
    overflow-x: auto;
    background: #fff;
    filter: inherit;
}
.main-map-easteurope-inner {
    width: 114rem;
    height: auto;
}

.heading-3{
  margin-bottom: 30px;
  text-align: center;
}

.presentation {
    padding-bottom: 7rem;
    overflow: hidden;
}

.presentation__block {
    position: relative;
}

.presentation__block--text {
    padding: 4rem;
    border-radius: 1rem;
    border: 1px solid #dddde2;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
    background-color: #fff;
}

.presentation__block--video {
    /*border-radius: 1rem 1rem 0 0;
            border-radius: 1rem 1rem 1rem 1rem;*/
    overflow: hidden;
    margin-top: 0px;
}
/*

.presentation__block--video video {
    width: 100%;
    object-fit: cover;
    border-radius: 1rem 1rem 1rem 1rem;
    outline: none !important;
}
*/

.presentation__block--video button {
    border: none;
}

.presentation__block--video button:focus {
    outline: none;
}

.presentation__block--video button:focus {
    outline: none;
}

.presentation__block--text{
    z-index: 13;
    cursor: default;
}
/*
.presentation__block--video{
    cursor: pointer;
}
.presentation__block--video img{
    width: 100%;
    border-radius: 1rem 1rem 1rem 1rem;
}
*/
.presentation__block--video {
    margin-top: 0px;
    position: relative;
    cursor: pointer;
    width: 100%;
	  height: 100%;
}
#player{
    width: 100%;
    height: 100%;
/*     object-fit: cover; */
/*     border-radius: 1rem 1rem 1rem 1rem; */
    outline: none !important;
    border: none !important;
	position: relative;
    
/*
    top: 0;
    left: 0;
*/
    z-index: 12;
}
.presentation__block--video iframe{
    display: none;
}
.active iframe{
    display: block!important;
}
.activevideo .presentation__block--text{
    display: none!important;
}

.list li {
    color: #333333;
    font-size: 1.7rem;
    line-height: 3.6rem;
    padding-left: 1.5rem;
    position: relative;
    list-style-type: none;
}

.list li::before {
    content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #0955a3;
    position: absolute;
    top: 16px;
    left: 0;
    transform: translate(0, -50%);
}
/* СКРЫВАЕМ ОПИСАНИЕ В БЛОКЕ ВИДЕО */
.presentation__block--text,
.question-block {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.question-block {
	display: none;
}

a.ru,
a.en {
	font-size: 14px;
}