@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic,cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

ul {
  list-style: none; }

a, button {
  outline: none !important; }

a.logo img{
	margin-left: -17px;
}
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

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

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@font-face {
  font-family: 'GardensC';
  src: url("/web/fonts/GardensC.ttf");
  src: url("/web/fonts/GardensC.eot");
  src: url("/web/fonts/GardensC.eot?#iefix") format("embedded-opentype"), url("/web/fonts/GardensC.woff2") format("woff2"), url("/web/fonts/GardensC.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #000033; }

a, a:active {
  text-decoration: none; }

.clear {
  clear: both; }

/*Header Start*/
header {
  background: #000033;
  color: #fff;
  font-size: 14px;
  padding: 20px 0 0 10px; }

body .navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  float: none;
  z-index: 1000;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: .25rem;
  border-radius: .25rem; }

body .navbar-nav .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown.open .dropdown-menu {
  display: block; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.main-menu .dropdown-menu {
  width: 100%; }
.main-menu .dropdown{
  cursor: pointer;
}
.main-menu a.hovered{
  color: #a2a3ab;
}
.main-menu .dropdown.open {
  background: #fff;
  color: #000033;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.main-menu .dropdown.open > a {
  color: #000033; }

.main-menu > .p-2 {
  padding: 8px 8px 20px 8px !important; }

.main-menu > div > a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: static; }

.phoneMain {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

.nav-register a {
  color: #fff;
  font-size: 12px;
  font-weight: bold; }

.main-menu {
  margin: 10px 0 0px 0; }

.main-menu > div {
  position: static; }

.phonesWrap {
  text-align: right;
  max-width: 185px; }

.phoneMain img {
  vertical-align: middle; }

.blacBg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 51, 0.4);
  z-index: 100;
  display: none; }

.dropdown {
  z-index: 2000; }

.smallContent {
  max-width: 810px;
  margin: 60px auto; }

.footer_cruisItem > span {
  display: inline-block;
  font-size: 13px;
  color: #000033;
  line-height: 40px; }

.cruisItem {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d4d5db;
  overflow: hidden;
  margin-bottom: 30px; }

.cruisItem .header_cruisItem {
  padding: 15px;
  background: #f3ad38;
  color: #fff;
  font-weight: bold;
  min-height: 46px;
}

.img_cruisItem {
  line-height: 1; }
  .img_cruisItem img {
    width: 100%; }

.blockMails > div {
  display: inline-block; }

.footer_cruisItem {
  padding: 10px 15px;
  overflow: hidden; }
  .footer_cruisItem .btn {
    background: #f3ad38;
    color: #fff; }

.cruisItemSmallWrap {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cruisItemSmall {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 255px;
  display: inline-block;
  margin-bottom: 30px; }
  .cruisItemSmall .cruisItemSmallHeader {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    background: #000033;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }
  .cruisItemSmall .cruisItemSmallImg {
    line-height: 1; }
  .cruisItemSmall .cruisItemSmallImg img {
    width: 102%;
    margin: 0 -1px; }
  .cruisItemSmall .cruisItemSmallIn {
    border: 1px solid #d4d5db;
    border-top: none; }
  .cruisItemSmall .cruisItemSmallText {
    color: #000033;
    font-size: 14px;
    padding: 2px 15px; }
  .cruisItemSmall .cruisItemSmallFooter {
    margin: 5px 5px 3px 5px;
    border-top: 1px solid #d4d5db;
    text-align: right;
    padding: 15px 15px 4px 10px; }
    .cruisItemSmall .cruisItemSmallFooter .btn {
      background: #000033;
      color: #fff;
      padding: 2px 6px;
      font-size: 12px; }

.formMails {
  border-top: 1px solid #d0d1d8;
  padding-top: 3px; }

.formMailsIn > div {
  display: inline-block; }

.formMailsIn {
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px; }
  .formMailsIn .wrapForm {
    float: left;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px); }
    .formMailsIn .wrapForm input[type='text'] {
      border-color: #000033; }
  .formMailsIn .wrapForm form {
    -webkit-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /*.formMailsIn .wrapForm form .form-group {
      max-width: 200px; }*/
  .formMailsIn .text {
    line-height: 20px;
    color: #000033;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 200px; }
.formMailsIn .form-group{
  padding: 0 3px;
}
  .formMailsIn .form-group > div {
    width: auto;
    display: block}
	.formMailsIn .wrapCheck {
		font-size: 12px;
		color: #000033;
		line-height: 12px;
		vertical-align: middle;
		margin-bottom: 5px;
		position: relative;
		top: 3px; 
		
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.formMailsIn .wrapCheck label{ margin: 0; float: left}
    .formMailsIn .wrapCheck input {
      margin-right: 10px; float: left }
.form-group.sub_as {
  width: 190px;
}

.blink{
  clear: both;
  padding: 5px 0 0 23px;
}
.blink a{
  display: block;
  font-size: 12px;
  color: #000033;
  line-height: 15px;
}

.blink a:hover{
  text-decoration: underline;
}

.btn-dark {
  background: #000033;
  color: #fff;
  padding: 6px auto;
  font-size: 14px; }

footer {
  background: #000033; }

.footerIn {
  background: #000033;
  color: #fff;
  padding: 50px 0px 50px 50px; }
.footerIn .footer_contact > div {
  margin-bottom: 15px;
  font-size: 12px;
  color: #d0d1d8; }
.footerIn .curencys {
  font-weight: bold; }
.footerIn .footer_menu li {
  margin-bottom: 10px; }
.footerIn .footer_menu a {
  color: #d0d1d8;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }
.footerIn .social_links a {
  display: inline-block;
  margin: 0 12px 15px 12px;
  position: relative;
  width: 32px;
  height: 34px; }
.footerIn .social_links a img {
  position: relative;
  opacity: 0.7;
  }
.footerIn .social_links a img:hover {
  opacity: 1;
}

.footerIn .withBorder {
  border-right: 1px solid #d0d1d8; }


.dropdown-menu-main {
  padding: 20px 50px 120px 50px;
  margin-top: -1px;
  background: url("/web/img/Sheap.png") no-repeat right bottom, #fff; }

  .dropdown-menu-main .allObzor {
    color: #000033;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    position: absolute;
    bottom: 50px;
    left: 50px; }

.menu-faq{
  background: url("/web/img/Faq.png") no-repeat right bottom, #fff; }


  .dropdown-menu-main .dropdownMenu--list {
    vertical-align: top;
    color: #000033;
    display: inline-block;
    margin-right: 50px; }
    .dropdown-menu-main .dropdownMenu--list li {
      margin-bottom: 5px; }
      .dropdown-menu-main .dropdownMenu--list li a {
        color: #000033;
        font-size: 14px;
        line-height: 1.6; }
  .dropdown-menu-main .dropdownMenu--list__title {
    margin-bottom: 15px;
    color: #000033;
    font-weight: bold;
    text-transform: uppercase; }

.no-margin {
  margin: 0 !important; }

.wrapDropMenu {
  position: relative;
  width: 100%;
  height: auto;
  margin: 35px 0 0 auto;
}

.nav-register{
  -ms-flex-direction: row;
  flex-direction: row;
}

.link_cab{
  display: block;
  text-align: right;
  padding: 15px 0 0 0;
  font-weight: bolder;
}
.link_cab a{
  color: #fff;
}

  .wrapDropMenu ul li {
    position: static; }
  .wrapDropMenu .dropdown > a {
    padding: 10px 5px 10px 5px;
    display: inline-block;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  .wrapDropMenu .dropdown.open > a {
    background: #fff;
    color: #000033; }
  .wrapDropMenu .dropdown-menu {
    margin-top: 35px;
    padding: 30px !important;
    right: -1px;
    -webkit-border-radius: 4px 0 4px 0 !important;
    border-radius: 4px 0 4px 0 !important; }
    .wrapDropMenu .dropdown-menu .form-group {
      overflow: hidden; }
    .wrapDropMenu .dropdown-menu a.resetParol {
      color: #000033;
      font-size: 10px;
      line-height: 31px; }
    .wrapDropMenu .dropdown-menu .formLink {
      color: #000033;
      font-size: 10px;
      line-height: 1.4;
      max-width: 240px;
      display: inline-block; }
    .wrapDropMenu .dropdown-menu .title {
      color: #000033;
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 15px; }
    .wrapDropMenu .dropdown-menu .btn-dark.btn-dark-small {
      padding: 6px 15px 6px 15px; }
    .wrapDropMenu .dropdown-menu label {
      color: #000033;
      font-size: 12px;
      margin-bottom: 5px; }

.marginTop-30 {
  margin-top: 30px; }

.formSearch {
  width: 980px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 78%;
  bottom: auto;
  z-index: 900;
}

.locale_block{
  position: absolute;
  text-align: center;
  width: 120px;
  top: 0;
  right: 0;
  display: block;
}

.locale_block a{
  display: block;
  margin: 0 5px;
  float: left;
  width: 26px;
  height: 26px;
  line-height: 29px;
  color:#fff;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
}

.locale_block a:hover, .locale_block a.active{
  background-color: #fff;
  color: #000033 !important;
  font-weight: bolder;
}


  
.formSearch .formItem.withoutBorder {
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px); }
.formSearch .formItem.withoutBorder .formItemIn {
      border: none!important;
      margin-right: 0; }
.formSearch .formItem {
    width: 20%; }
.formSearch .formItem .btn.btnSearch {
      width: 100%;
      height: 100%;
      background: #f7941d;
      color: #fff;
      line-height: 95px;
      font-size: 18px;
      font-weight: bold; }
	  
.formSearch .formItem .jq-selectbox{ overflow: hidden; max-width: 100%; }
.formSearch .formItem .jq-selectbox__select-text {
      height: 15px;
      line-height: 15px;
      color: #000033;
      font-weight: bold;
      font-size: 14px; 
	  white-space: nowrap;
	  text-overflow: ellipsis;
	  overflow: hidden;
	  }
.formSearch .formItem .jq-selectbox__select {
      height: 15px;
      border: none !important;
      background: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      padding: 0 45px 0 0px; }
      .formSearch .formItem .jq-selectbox__select .jq-selectbox__trigger-arrow {
        position: absolute;
        top: 4px;
        right: 12px;
        width: 14px;
        height: 5px;
        background: url(/web/img/arrow.png) no-repeat; }
.formSearch .formItem .jq-selectbox__dropdown ul li {
      padding: 5px 15px; }
.formSearch .formItemIn {
    /*margin: 20px;*/
    border-right: 1px solid #d0d1d8;
    padding: 10px; }
.formSearch .formItemTitle {
    color: #000033;
    font-size: 14px;
    margin-bottom: 20px; }

.sliderMain {
  position: relative;
  min-height: 485px;
  height: auto;

}

.formSearch__over{ position: fixed; top: 0; left: 0; display: none; width: 100%; height: 100%; z-index: 0; background: #000033; opacity: 0.6; }

.formSearch__row { position: relative; z-index: 2;
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-moz-box-shadow: 0 11px 40px rgba(0,0,51,0.3);
	-webkit-box-shadow: 0 11px 40px rgba(0,0,51,0.3);
	box-shadow: 0 11px 40px rgba(0,0,51,0.3);
	background: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative; z-index: 1; padding-left: 20px; 
}

.formSearch__row > div {
  width: 20%; }
  
.formSearch__drop{ border: 1px #d8d1d0 solid;  display: none; position: relative; top: -5px; z-index: 0; border-radius: 0 0 4px 4px; background: #fff; padding: 40px 30px 30px; }
.formSearch__drop.show{ display: block; }

.formSearch__drop__close{ border-top: 1px #d8d1d0 solid; height: 15px; position: absolute; bottom: 0; left: 0; width: 100%; cursor: pointer; }
.formSearch__drop__close:after{content: ""; position: absolute;   top: 50%;  left: 50%; margin: -2px 0 0 -7px;  width: 14px;  height: 5px;   background: url(/web/img/arrow.png) no-repeat; transform: rotate(180deg); }
.formSearch__drop__first-col{border-right: 1px #d8d1d0 solid; font-size: 15px; }
.formSearch__drop__col{border-left: 1px #d8d1d0 solid; font-size: 15px; }
.formSearch__drop__col__title{ color: #000033; font-weight: 600; font-size: 20px; margin-bottom: 10px; }

.dropdown-menu.dropdown-menu-right {
  margin-top: -5px !important; }
  
.checkbox-menu{ margin: 0 0 -10px -50px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.checkbox-menu__item{ margin: 0 0 10px 50px; }
.checkbox-menu--fife, .checkbox-menu--fore, .checkbox-menu--tree{ margin-left: -10px; }
.checkbox-menu--tree .checkbox-menu__item{ margin: 0 0 10px 0; padding-left: 10px;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}
.checkbox-menu--fore .checkbox-menu__item{ margin: 0 0 10px 0; padding-left: 10px;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.checkbox-menu--fife .checkbox-menu__item{ margin: 0 0 10px 0; padding-left: 10px;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
  
.radiobox-bg, .checkbox-bg { display: block; }
.radiobox-bg label, .checkbox-bg label { background: none; position: relative; font: 600 15px/1 "Open Sans", sans-serif; color: #000033; padding: 7px 10px; display: inline-block; cursor: pointer; border-radius: 3px; }
.radiobox-bg input[type=checkbox], .radiobox-bg input[type=radio], .checkbox-bg input[type=checkbox], .checkbox-bg input[type=radio] { display: none; }
.radiobox-bg input[type=radio]:disabled + label, .checkbox-bg input[type=checkbox]:disabled + label { opacity: 0.4; }
.radiobox-bg:hover label, .checkbox-bg:hover label{ color: #000033; background: #d7d0cf; }
.radiobox-bg input[type=checkbox]:checked + label, .checkbox-bg input[type=radio]:checked + label, .radiobox-bg input[type=radio]:checked + label, .checkbox-bg input[type=checkbox]:checked + label { color: #fff; background: #0063be; }

.table-calendar{ width: 100%; }
.table-calendar td{ text-align: center; padding: 0 5px 10px; }
.table-calendar__year{ text-align: center; font-weight: bold; font-size: 20px; padding: 0 0 10px; }

.period{ margin-bottom: 30px;
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.period__img{margin-right: 15px; }
.period__from{ margin-right: 10px; }
.period__to{ padding-left: 25px; background: url('../img/period-to.png') 0 50% no-repeat; }

.period-date{}
.period-date__label{ font-size: 13px; margin-bottom: 5px;}
.period-date__date{ font-size: 17px; font-weight: 600; border: 0; background: transparent; width: auto; padding: 0; margin: 0; }

.period-reset{ text-align: center; font-size: 13px; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 31px;
  height: 59px;
  margin-top: -30px;
  background: url("/web/img/prev.png") no-repeat;
  text-indent: -9999px; }

.owl-carousel .owl-nav .owl-prev {
  display: none; }

.owl-carousel .owl-nav .owl-next {
  background: url("/web/img/next.png") no-repeat;
  left: auto;
  right: 5%; }
  
.owl-carousel--min-blue{ padding: 0 20px; }
.owl-carousel--min-blue .owl-nav .owl-prev, .owl-carousel--min-blue .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 5px;
  height: 12px;
  margin-top: -6px;
  background: url("../img/arrow-prev-min-blue.png") no-repeat;
  text-indent: -9999px; }

.owl-carousel--min-blue .owl-nav .owl-prev {
  display: block; }

.owl-carousel .owl-nav .owl-next {
  background: url("../img/arrow-next-min-blue.png") no-repeat;
  left: auto;
  right: 0px; }
  
.owl-dots{ display: block; text-align: center; margin-top: 10px; }
.owl-dot{ display: inline-block; width: 7px; height: 7px; border: 1px #000033 solid; background: #fff; border-radius: 50%; margin: 0 5px; }
.owl-dot.active{ background: #000033; }

.img_cruisItem {
  position: relative; }
  .img_cruisItem .img_cruisItem_shadow {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 13px;
    padding: 10px;
    bottom: 0;
    line-height: 1.5; }

.headerGreen, .btnGreen {
  background: #1cbbb4 !important; }

.headerBlue, .btnBlue {
  background: #1c76bb !important; }

.headerRed, .btnRed {
  background: #e65b5b !important; }

.mm-menu {
  background: #000034;
  color: #fff; }

.mm-menu a, .mm-menu em.mm-counter {
  color: #fff !important; }

.mm-listview > li:not(.mm-divider):after, .mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-listview .mm-next:before, .mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
  border-color: #fff; }

.mm-navbar.mm-navbar-top.mm-navbar-top-1.mm-navbar-size-1 {
  display: none; }

.mainImg {
  height: 465px;
  margin: 0 auto;
  background: url("/web/img/main_pic.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  font-family: 'Roboto', sans-serif; }
  .mainImg .mainImgIn {
    padding: 180px 65px 0 65px;
    color: #fff; }
    .mainImg .mainImgIn .title {
      font-size: 35px;
      color: #fff;
      font-weight: bold;
      margin-bottom: 40px; }
    .mainImg .mainImgIn .text {
      font-size: 15px;
      max-width: 660px;
      line-height: 1.4; }

.middleContent {
  width: 1000px;
  margin: 60px auto; }

.aboutBlock {
  border: 1px solid #d4d5db;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 40px; }
.aboutBlock__news{ max-width: 1000px; margin-left: auto; margin-right: auto; }
  .aboutBlock .aboutBlock--title {
    padding: 15px 25px;
    color: #fff;
    background: #000033;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
  .aboutBlock .aboutBlock--content {
    font-size: 13px;
	line-height: 16px;
    color: #000033;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.aboutBlock--content b, .aboutBlock--content strong{
  font-weight:bold;
}
.aboutBlock--content td{
  line-height: 20px;
}
.aboutBlock .aboutBlock--content__news{ display: block; }
.aboutBlock .aboutBlock--content__news img.imgresponse{ height: 100%; object-fit: cover;  }
.shipsContent .aboutBlock--content__news .title{ text-transform: uppercase; font-size: 13px; font-weight: bold; }
    .aboutBlock .aboutBlock--content .aboutBlock--content-left-40 {
      width: 40%;
      padding: 25px; }
      .aboutBlock .aboutBlock--content .aboutBlock--content-left-40 .text {
        line-height: 1.4; }
        .aboutBlock .aboutBlock--content .aboutBlock--content-left-40 .text span {
          font-weight: bold; }
      .aboutBlock .aboutBlock--content .aboutBlock--content-left-40 .text:first-of-type {
        margin-bottom: 15px; }
    .aboutBlock .aboutBlock--content .aboutBlock--content-right-60 {
      width: 60%; }
      .aboutBlock .aboutBlock--content .aboutBlock--content-right-60 img {
        width: 100%;
        height: 100%; }
    .aboutBlock .aboutBlock--content .aboutBlock--content-left-50, .aboutBlock .aboutBlock--content .aboutBlock--content-right-50 {
      width: 50%; }

.aboutBlock--content.widthPadding {
  padding: 25px; }
  .aboutBlock--content.widthPadding .video {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden; }
  .aboutBlock--content.widthPadding .aboutBlock--content-right-50 {
    padding: 5px 20px; }
    .aboutBlock--content.widthPadding .aboutBlock--content-right-50 .text:first-of-type {
      margin-bottom: 15px; }
    .aboutBlock--content.widthPadding .aboutBlock--content-right-50 .text {
      line-height: 1.2;
      font-size: 13px; }
      .aboutBlock--content.widthPadding .aboutBlock--content-right-50 .text span {
        font-weight: bold; }

.aboutBlock--content .fancybox {
  width: -webkit-calc(33% - 20px);
  width: calc(33% - 20px);
  display: inline-block;
  margin: 0 10px;
  position: relative; }
  .aboutBlock--content .fancybox img {
    width: 100%; }
  .aboutBlock--content .fancybox .shadowBlcok {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    display: none; }
  .aboutBlock--content .fancybox .shadowBlcok:after {
    content: '';
    width: 102px;
    height: 102px;
    background: url("/web/img/search.png") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

.aboutBlock--content .fancybox:hover .shadowBlcok {
  display: block; }

.aboutBlock--title-link a {
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  display: inline-block;
  color: #fff; }

.aboutBlock--title-link a:after {
  content: '';
  position: absolute;
  right: 0;
  background: url("/web/img/arrowUp.png") no-repeat;
  width: 14px;
  height: 5px;
  top: 4px; }

.aboutBlock--title-link a.hide:after {
  content: '';
  position: absolute;
  right: 0;
  background: url("/web/img/arrowDown.png") no-repeat;
  width: 14px;
  height: 5px;
  top: 4px; }

.iconPhone{
  display:none;
}

.iconPhone .fancybox {
  font-size: 32px;
  color: #fff; }

.fancybox-type-inline .fancybox-skin {
  background: #000033;
  z-index: 1000000; }

.fancybox-wrap, .fancybox-overlay {
  z-index: 100000000; }

.fancybox-wrap {
  z-index: 200000000; }

.feedbackForm .contactPhone {
  font-size: 22px;
  text-align: center;
  font-weight: bold; }

.feedbackForm .contactPhone, .feedbackForm .contactText {
  color: #fff;
  text-align: center;
  margin: 10px 0; }

.feedbackForm .btn {
  background: #e65b5b !important;
  color: #fff; }
.breadcumbs{position: relative;}
.breadcumbs ul{margin:20px 0}.breadcumbs ul li{display:inline-block;color:#003;font-size:10px;vertical-align:top}
.breadcumbs ul li a{color:#003;font-size:10px;display:inline-block;vertical-align:top}
.breadcumbs ul li.active a{text-decoration:underline}
.scrollTop{position: absolute;right: 0;top:0;display: none;color: #000033;font-weight: 700;padding-right: 15px; font-size: 16px;}
.scrollTop:after{content: '>';width: 12px;height: 12px;display: inline-block;vertical-align: middle;position: absolute;right: 2px;top:2px;font-size: 16px;
-moz-transform: rotate(270deg); /* Для Firefox */
    -ms-transform: rotate(270deg); /* Для IE */
    -webkit-transform: rotate(270deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(270deg); /* Для Opera */
    transform: rotate(270deg);
}

.has-error input, .has-error textarea{
  border: 1px solid red;
  background-color: rgb(255, 185, 153);
}

.notecall{
  padding: 15px 0;
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  line-height: 20px;
  color: #fff;
}



/*Details Page*/
.virtualTurTumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
.virtualTurTumbs .virtualTurTumbs--item {
  background: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  border: 1px solid #d2d4db;
  margin-bottom: 15px; }
.virtualTurTumbs .virtualTurTumbs--item--img {
  width: 100%;
  line-height: 1; }
.virtualTurTumbs .virtualTurTumbs--item--title {
  border-bottom: 1px solid #d2d4db;
  font-size: 14px;
  color: #000033;
  text-align: left;
  padding: 10px 0; }
.virtualTurTumbs .virtualTurTumbs--item--button {
  text-align: right;
  padding: 15px 0 0 0; }
.virtualTurTumbs .virtualTurTumbs--item--button a {
  display: inline-block;
  padding-right: 18px;
  font-size: 12px;
  font-weight: 700;
  color: #000033;
  position: relative; }
.virtualTurTumbs .virtualTurTumbs--item--button a:after {
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url(/web/img/playSmall.png) no-repeat;
  background-size: 100%; }



.shipsContent .aboutBlock--content .text p:first-of-type {
  margin-bottom: 10px; }

.shipsContent .aboutBlock--content .text p {
  font-size: 13px;
  line-height: 15px; }

.shipsContent .aboutBlock--content .title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px; }


.mainImg {
  height: 465px;
  margin: 0 auto;
  background-size: cover;
  background-position: 50% 50%;
  font-family: 'Roboto', sans-serif;
}
.mainImgIn {
  padding: 180px 65px 0 65px;
  color: #fff;
}
.mainImg .title{
  font-size: 35px;
  color:#fff;
  font-weight: bold;
  margin-bottom: 40px;
}

.mainImgDetail {
  height: 465px;
  margin: 0 auto;
 }

.mainImgDetail .title {
  font-size: 44px;
  color: #fff;
  line-height: 50px;
  text-align: right;
  max-width: 480px;
  margin-top: 110px;
  font-weight: bold;
}

.detailText {
  margin: 30px 0;
}
.detailText .title {
  text-align: center;
  font-size: 22px;
  color: #000033;
  font-weight: bold;
  margin-bottom: 15px;
}

.detailText .text {
  font-size: 14px;
  color: #000033;
}

.detailText .text p {
  margin-bottom: 15px;
  line-height: 18px;
}

.detailText .text ul {
  padding-left: 30px;
}

.detailText .text ul li {
  margin-bottom: 12px;
  display: block;
  position: relative;
}

.moreImg {
  margin: 40px 0;
  position: relative;
}

.text-center {
  text-align: center !important;
}

.moreImg .title {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 470px;
  height: 35px;
  line-height: 35px;
}


.padding25 {
    padding: 25px;
    padding-bottom: 25px;
}
.pdb20 {
    padding-bottom: 20px !important;
}

.imgresponse {
    width: 100%;
}

.link3d a {
    display: inline-block;
    color: #000033;
    font-weight: bold;
    margin-top: 25px;
    position: relative;
    font-size: 16px;
    border: 1px solid #003;
    border-radius: 6px;
    padding: 8px 26px 8px 10px;
    text-decoration: none;
    background-color: #f1f0f4;

}

.link3d a:hover {
  color: #fff;
  background-color: #000033;
}

.link3d a::after {
  width: 14px;
  height: 14px;
  content: '';
  position: absolute;
  right: 7px;
  top: 10px;
  background: url(/web/img/playSmall.png) no-repeat;
}

.link3d a:hover::after {
  background-image: url(/web/img/playSmallw.png);
  transform: rotate(90deg);
}

.mt15 {
    margin-top: 15px;
}
.mb10 {
    margin-bottom: 10px !important;
}

.width100 {
  width: 100% !important;
}

.pdb10 {
    padding-bottom: 10px !important; }


.wrapAnkors .container {
    padding-left: 0;
    padding-right: 0; }

.wrapAnkors.f-nav .container {
    padding-left: 15px;
    padding-right: 15px; }

.wrapAnkors.f-nav {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px -1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px -1px;
    background-color: white;
    border-bottom: 1px solid #d0d1d8;
    min-height: 22px;
    padding: 10px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100; }

.marginTop {
    margin-top: 132px; }


.ankors {
    overflow: hidden;
    margin: 10px 0 40px 0; 
}
.group-menu{ overflow: hidden; }
	
.group-menu li, .ankors li {
    float: left; }
.group-menu li a, .ankors li a {
    display: inline-block;
    padding: 8px !important;
    font-size: 12px;
    color: #000033;
    border: 1px solid #000033;
    text-align: center;
    text-decoration: none;
    border-left: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
.group-menu li:first-of-type a, .ankors li:first-of-type a {
    border-left: 1px solid #000033;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }
.group-menu li:last-of-type a, .ankors li:last-of-type a {
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
.group-menu li.active a, .ankors li.active a {
    background: #000033;
    color: #fff; }

.toggleBlock {
  border-bottom: 1px solid #d8d1d0;
  padding-bottom: 10px;
  max-height: 190px;
  overflow: hidden;
  -webkit-transition: max-height .5s, padding .5s;
  transition: max-height .5s, padding .5s; }

.toggleBlock.autoHeight {
  max-height: max-content;
  -webkit-transition: max-height .5s, padding .5s;
  transition: max-height .5s, padding .5s; }

.in{
    opacity: 1;
}

.mainImgDetails {
  height: 400px;
  margin: 0 auto;
  background-size: cover;
  background-position: 50% 50%; }
  
.titleDetails {
  font-size: 35px;
  color: #000033;
  font-weight: bold;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  max-width: 460px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  line-height: 45px;
  font-family: 'Roboto', sans-serif;
  margin-top: 140px; }
  
  .faq-questions{border: 1px #000033 solid; }
  .faq-questions__item{border-bottom: 1px #000033 solid; }
  .faq-questions__item:last-child{border-bottom: 0; }
  .faq-questions__item a{ display: block; text-decoration: none; padding: 10px 15px; text-transform: uppercase; color: #000033; font-weight: 600; font-size: 13px; }
  .faq-questions__item a.active{ background: #000033; color: #fff; }
  
  .faq-box{ display: none; }
  .faq-box.show{ display: block; }
  .faq-box p{ margin-bottom: 20px; }
  .faq-box p:last-child{ margin-bottom: 0px; }
  
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }
  
.row--pad0 { margin: 0; }
.row--pad0 > .col, .row--pad0 > [class*="col-"] { padding: 0; }
.row--pad5 { margin: 0 -.5rem; }
.row--pad5 > .col, .row--pad5 > [class*="col-"] { padding: 0 .5rem; }
.row--pad10 { margin: 0 -1rem; }
.row--pad10 > .col, .row--pad10 > [class*="col-"] { padding: 0 1rem; }
.row--pad20 { margin: 0 -2.5rem; }
.row--pad20 > .col, .row--pad20 > [class*="col-"] { padding: 0 2.5rem; }
.row--pad25 { margin: 0 -2.5rem; }
.row--pad25 > .col, .row--pad25 > [class*="col-"] { padding: 0 2.5rem; }
.row--pad30 { margin: 0 -3rem; }
.row--pad30 > .col, .row--pad30 > [class*="col-"] { padding: 0 3rem; }
.row--pad40 { margin: 0 -4rem; }
.row--pad40 > .col, .row--pad40 > [class*="col-"] { padding: 0 4rem; }
.row--pad50 { margin: 0 -5rem; }
.row--pad50 > .col, .row--pad50 > [class*="col-"] { padding: 0 5rem; }
.row--pad60 > .col, .row--pad60 > [class*="col-"] { padding: 0 6rem; }
.row--nowrap { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.row--stretch { -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }
.row--between { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.row--center { -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.subscribe-form{ display: none; }
.subscribe-form.active{ display: block; }

.ml-form-embedBody{ padding: 0!important; }
.ml-form-embedWrapper{ background: none!important; padding: 0!important; display: block!important; }
.ml-form-embedContent{ display: none!important; }
.ml-form-formContent{ padding: 0!important; }

.ml-form-horizontalRow{ margin-right: 20px; 
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ml-form-horizontalRow .ml-input-horizontal{width: auto!important; max-width: none!important; }
.ml-form-horizontalRow .ml-button-horizontal{width: auto!important; max-width: none!important; }

