/*-----------
	FONTS
------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic");
body {
  margin: 0; }

p {
  margin: 0; }

textarea,
input {
  box-sizing: border-box;
}
html {
  margin-top: 0 !important;
}
button {
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #4ab9cf;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  -webkit-transition: all .4s;
  transition: all .4s; }
  button:hover {
    background: #3d9caf; }

h2,
.answerFormTitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #444;
  width: 90%;
  text-align: center;
  display: table;
  margin: auto;
  margin-bottom: 41px; }
h2 {
  width: 770px;
}
.answerFormTitle {
  position: relative;
  right: 7px;
}
@media (max-width: 850px) {
  h2,
  .answerFormTitle {
    width: 90%;
  }
}
/*------------
	HEADER
-------------*/
header {
  width: 100%;
  height: 115px;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  position: fixed;
  top: 0;
  z-index: 12312331;
  background: #fff; }
.headerLeft {
  width: 40%;
  float: left;
  position: relative; }

.headerRight {
  float: left;
  width: 60%; }

.headerLeftTop,
.headerLeftBottom,
.headerRightTop,
.headerRightBottom {
  width: 100%; }

.headerLeftTop {
  height: 85px; }
  .headerLeftTop img {
    margin-top: 19px; }

.headerLeftBottom {
  height: 30px;
  background: #1F425D; }

.triangle {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 20px;
  height: 20px;
  border-width: 10px;
  border-style: solid;
  border-top-color: transparent;
  border-right-color: #1F425D;
  border-bottom-color: #1F425D;
  border-left-color: transparent; }

.headerRightTop {
  height: 65px; }
  .headerRightTop .companyInfo {
    position: relative;
    top: 14px;
    left: 100px;
    display: inline-block; }
  .headerRightTop .companyInfoItemPhones {
    margin-right: 22px; }
  .headerRightTop .companyInfoItemShedule {
    margin-right: 25px; }
  .headerRightTop .companyInfoItemMail {
    margin-right: 20px; }

.headerRightBottom {
  background: #1F425D;
  height: 50px; }

.headerRightBottom a {
  color: #fff; }
.headerRightBottom .menu-menu-container {
  position: relative;
  top: 15px;
  right: -260px;
  display: inline-block; }

.headerLeft .companyInfo {
  display: none; }
/*--------------------
  HAMBURGER-MENU
--------------------*/
.hamburger {
  display: none;
  position: absolute;
  left: 20px;
  top: -12px;
  z-index: 111; }

#nav-icon3 {
  width: 50px;
  height: 45px;
  position: relative;
  margin-top: 35px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #3d9caf;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 14px; }

#nav-icon3 span:nth-child(4) {
  top: 29px; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/*------------------
	HEADER media
------------------*/
@media (max-width: 1150px) {
  .headerLeft {
    width: 30%; }

  .headerRight {
    width: 70%; } }
@media (max-width: 1000px) {
  .hamburger {
    display: block; }
   .firstBlock {
    margin-top: 76px; }
  .headerRight {
    padding: 7px 0 18px 0;
    width: auto;
    border-top: 1px solid #3d9caf;
    border-right: 1px solid #3d9caf;
    border-bottom: 1px solid #3d9caf;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    left: -200px;
    background: #fff;
    position: absolute;
    z-index: 2323;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    top: 85px; }
    .headerRight nav li {
      margin-bottom: 20px;
      padding-left: 10px;
      background: none; }
    .headerRight nav a {
      font-size: 18px; }

  .headerRightBottom .menu-menu-container {
    right: -12px;}

  header {
    border-bottom: 1px solid #3d9caf;
    display: table;
    z-index: 2323;
    background: #fff;
    position: fixed;
    top: 0;
    height: 76px; }

  .headerLeft,
  .headerRight {
    float: none; }

  .headerRightBottom {
    background: #fff;
    width: 185px;
    padding-top: 0 0 3px 0;
    display: table; }
    .headerRightBottom a {
      color: #6d8895; }

  .headerRightTop {
    background: #fff;
    display: none;
    height: auto; }
    .headerRightTop .companyInfo {
      display: none; }

  .headerLeftBottom,
  .triangle {
    display: none; }

  .headerLeft {
    width: 100%;
    padding-left: 100px; }

  .headerLeftTop a {
    display: inline-block;
    /*width: 165px; */
  }

  .headerLeft .companyInfo {
    display: table;
    float: right;
    margin-right: 20px; }
    .headerLeft .companyInfo .companyInfoItemPhones {
      width: 155px;
      margin-right: 10px; }
    .headerLeft .companyInfo .companyInfoItemShedule {
      margin-right: 20px; }
    .headerLeft .companyInfo .companyInfoItemMail {
      width: 150px;
      margin-right: 10px; }
    .headerLeft .companyInfo .fb {
      width: 26px;
      position: relative;
      bottom: 3px; }

  .headerLeft .companyInfoWrapper {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 24px;}

  .headerLogo {
    display: none !important;
  }

}

@media (max-width: 560px) {
  header .fb {
    display: none !important; }

  header .companyInfoItem {
    background: none;}

  header .companyInfo {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    margin-right: 10px !important;
  }

  header .companyInfoItemPhones {
    padding-left: 0;
    width: 122px !important;
    margin-left: 10px;
  }
  header .companyInfoItemMail {
    width: 130px !important;
    padding-left: 15px !important;
  }
  .companyInfoItem {
    margin-right: 0 !important; }

  .headerLeftTop img {
    width: 120px;
    margin: 19px 0px 0 0;
    position: relative;
    bottom: 16px; }

  .headerLeftTop a {
    width: auto; }

/*  .headerLeft .companyInfoWrapper {
    width: calc(100% - 130px); }*/

  .headerLeft {
    padding-left: 60px; }

  .hamburger {
    left: 9px; } }
@media (min-width: 550px) and (max-width: 560px) {
  .headerLeftTop a:nth-child(1) {
    bottom: 0px !important;
  }
}
@media (max-width: 400px) {
  .headerLeft .companyInfoWrapper {
    width: auto;
    margin-left: 10px; }

  .headerLeftTop img {
    width: 96px; }

  .headerLeft .companyInfoWrapper {
    margin-left: 2px; } }
@media (max-width: 380px) {
  .companyInfoItem p:nth-child(1) {
    font-size: 11px !important;
  }
  .companyInfoItem p:nth-child(2), .companyInfoItemPhones > a, .companyInfoItemMail a {
    font-size: 12px !important;
  }
  header .companyInfoItemMail {
    padding-left: 0px !important;
    width: 105px !important;
  }
  header .companyInfoItemPhones {
    padding-left: 5px;
    width: 110px !important;
    margin-left: 6px;
  }
  .headerLeft .phonesHidden {
    right: -4px;
  }
}

/*----------------
	FIRST BLOCK
-----------------*/
.firstBlock {
  display: block;
  margin-bottom: 60px;
  width: 100%;
  height: auto;
  margin-top: 115px;
  position: relative; }
  .firstBlock > img {
    width: 100%; }

.firstBlockInnerWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 }

.firstBlockInner {
  color: #fff; }
  .firstBlockInner h1 {
    width: 765px;
    margin-bottom: 15px;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700; }
  .firstBlockInner p {
    width: 650px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
  .firstBlockInner button {
    width: 193px;
    height: 34px; }
  .firstBlockInner img {
    display: none;
  }

/*----------------------
	FIRST BLOCK media
----------------------*/
@media (max-width: 1000px) {
  .firstBlockInner img {
    display: block;
    margin: auto;
    margin-bottom: 7px;
  }
  .firstBlockInner h1 {
    text-align: center;
    margin: auto;
    margin-bottom: 16px;
  }
  #contactUsBtn {
    display: table;
    margin: auto;
  }
}
@media (max-width: 900px) {
  .firstBlock {
    margin-bottom: 40px; }

  .firstBlockInnerWrapper {
    width: 450px; }

  .firstBlockInner h1 {
    width: 420px; }
  .firstBlockInner p {
    width: 443px; } }
@media (max-width: 720px) {
  .firstBlockInnerWrapper {
    width: 95%; }

  .firstBlockInner h1 {
    width: 100%;
    font-size: 21px;
    line-height: 28px; }
  .firstBlockInner p {
    width: 100%; } }
@media (max-width: 640px) {
  .firstBlock {
    height: 215px; }
    .firstBlock .firstBlockBg {
      height: 100%; } }
/*-------------------------------------------------
	3 DOCUMENTS (certificate, passport, diploma)
--------------------------------------------------*/
.threeDoc {
  width: 100%;
  margin-bottom: 70px; }

.abousUsDescr {
  display: table; 
  text-align: center;
  margin: auto;
  width:  770px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  margin-bottom: 20px;
}
.threeDocItems {
  display: table;
  margin: auto;
  width: 772px; }

.threeDocOneItem {
  display: inline-block;
  width: 240px;
  height: 72px;
  border: 1px solid #8dcad6;
  border-radius: 3px;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .threeDocOneItem:nth-child(1), .threeDocOneItem:nth-child(2) {
    margin-right: 18px; }
  .threeDocOneItem p {
    display: table;
    margin: auto;
    padding-top: 14px; }
    .threeDocOneItem p span:nth-child(1) {
      width: 45px;
      height: 43px;
      display: inline-block; }
    .threeDocOneItem p span:nth-child(2) {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #1f425d;
      display: table-cell;
      vertical-align: middle; }
  .threeDocOneItem:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);}

.certificate p span:nth-child(1) {
  width: 55px;
  background: url(../img/certificate.png) left center no-repeat; }

.passport p span:nth-child(1) {
  background: url(../img/passport.png) left center no-repeat; }

.diploma p span:nth-child(1) {
  background: url(../img/diploma.png) left center no-repeat; }

/*-----------------------
	3 DOCUMENTS media
-----------------------*/
@media (max-width: 850px) {
  .threeDocOneItem {
    display: table;
    margin: auto; }
    .threeDocOneItem:nth-child(1), .threeDocOneItem:nth-child(2) {
      margin: auto;
      margin-bottom: 20px; }

  .threeDocItems {
    width: 100%; }
  .abousUsDescr {
    width: 100%;  
    padding: 0 20px;
    } }
@media (max-width: 750px) {
  .threeDocTitle {
    width: 95%;
    line-height: 28px;
    margin-bottom: 30px; } }
/*------------
	SIGN UP
-------------*/
.signUp {
  width: 100%;
  background: #1f425d;
  padding: 25px 0; }

.signUpWrapper {
  width: 770px;
  display: table;
  margin: auto; }

.signUpText,
.signUpBtn {
  display: table-cell;
  vertical-align: middle; }

.signUpText {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  width: 500px;
  margin-right: 62px; }

.signUpBtn {
  width: 261px;
  height: 34px;
}

/*-----------------------
	SIGN UP media
-----------------------*/
@media (max-width: 850px) {
  .signUpWrapper {
    width: 95%; }

  .signUpText,
  .signUpBtn {
    display: table;
    margin: auto; }

  .signUpBtn {
    position: static;
  }

  .signUpText {
    margin-bottom: 20px;
    text-align: center; } }
@media (max-width: 550px) {
  .signUpText {
    width: 90%; } }
/*--------------------------
	STARS AND CONVINIENT
--------------------------*/
.starsAndConvinient {
  width: 100%;
  background: #E5F5FF; }

/*----------------
	STAR BLOCKS
-----------------*/
.starsBlock {
  padding: 50px 30px 50px 30px;
  width: 800px;
  display: table;
  margin: auto;
  background: #E5F5FF; }

.starsBlockTesis,
.starsBlockFullDesc {
  float: left; }
/*.starsBlockFullDesc {
  overflow-y: hidden;
} */
.starBlockOneTesis {
  position: relative;
}
.starsBlockTesis {
  width: 300px;
  margin-right: 30px; }
  .starsBlockTesis p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1f425d;
    line-height: 20px;
    padding-left: 40px;
    background: url(../img/star.png) left top no-repeat;
    cursor: pointer;
    margin-bottom: 20px; }

.starsBlockFullDesc {
  width: 400px;
  height: 400px;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 2px 5px 6px -2px #969696;
  -moz-box-shadow: 2px 5px 6px -2px #969696;
  box-shadow: 2px 5px 6px -2px #969696; }

.starsBlockOneDesc {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 355px;
  height: 330px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  margin-bottom: 20px;
  overflow-y: scroll; }

.starsBlockOneDesc p {
    margin-bottom: 20px;
}

  .starsBlockOneDesc::-webkit-scrollbar-track {
      background-color: #e6e6e6;
      border-radius: 4px;
  }
  .starsBlockOneDesc::-webkit-scrollbar {
      width: 5px;
      background-color: #e6e6e6;
      border-radius: 4px;
  }
  .starsBlockOneDesc::-webkit-scrollbar-thumb {
      border-radius: 3px;
      background-color: #ccc;
  }


.starsBlockFullDescBtn {
  width: 193px;
  height: 34px;
  position: absolute;
  bottom: 30px; }

.starsPointer {
  display: none;
  position: absolute;
  right: -41px;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
  box-shadow: 2px 5px 9px 1px #969696;
  background: #fff; }

.starBlockOneTesis:nth-child(1) .starsPointer {
  display: block;
}

.starBlockOneTesis:nth-child(4) .starsPointer,
.starBlockOneTesis:nth-child(6) .starsPointer {
    top: -2px;
}

/*СКРЫТЫЙ БЛОК С АККОРДЕОНОМ(ДЛЯ МОБ ВЕРСИИ), который содержит подробное
описание каждой услуги. Весь текст в данном блоке
находится внетри псевдоэлементов, для того чтобы
избежать повторения контента с основным блоком "Услуги".*/
.starsBlockTesisHidden {
  display: none;
}
.starBlockFullDescrHidden {
  display: none;
}
.starBlockTesisNameHidden,
.starBlockFullDescrHidden {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #1f425d;
  line-height: 22px;
  cursor: pointer;
  margin-bottom: 20px;
}
/*название услуги*/
.starBlockTesisNameHidden {
  padding-left: 30px;
  font-weight: 500;
  line-height: 20px;
  background: url(../img/star.png) left top no-repeat;  
}
.starBlockTesisNameHidden:before,
.starBlockFullDescrHidden:before{
  content: attr(data-firstline);
}
.starBlockTesisNameHidden:after,
.starBlockFullDescrHidden:after{
  content: attr(data-secondtLine);
}

/*полное описание услуги*/
.starBlockFullDescrHidden {
  text-indent: 30px;
}
.starBlockFullDescrHidden:before {
  margin-bottom: 20px;
  display: block;
}


@media (max-width: 900px) {
  /*Скрываем основной блок с услугами
  и отображаем скрытую мобильную версию блока*/
  .starsBlockTesis,
  .starsBlockFullDesc {
    display: none;
  }
  .starsBlockTesisHidden {
    display: block;
  }
  .starsBlock {
    width: 100%;
  }
}
/*-----------конец скрытого блока с аккордеоном------------*/
/*----------------------
	STAR BLOCKS media
-----------------------*/
/**/
@media (max-width: 550px) {
  .starsBlock {
    padding: 30px 10px 43px 10px; }
  .convinientWithUs h2 {
    margin-bottom: 20px;
  }
  .starsBlockTesis p {
    padding-left: 30px; }

  .starsBlockOneDesc {
    top: 15px;
    left: 10px;
    width: calc(100% - 15px); }

  .starsBlockFullDescBtn {
    left: 10px;
    width: calc(100% - 20px); } }
@media (max-width: 470px) {
  .starsBlockTesis p {
    font-size: 13px; }

  .starsBlockFullDesc {
    float: right; }

  .starsBlockFullDescBtn {
    height: 50px; } }
@media (max-width: 400px) {
  .starsBlockOneDesc {
    word-break: break-all; } }
@media (max-width: 370px) {
  .starsBlock {
    height: 590px; } }
/*------------------------
	CONVINIENT WITH US
------------------------*/
.convinientWithUs {
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px; }

.convinientMain {
  width: 711px;
  display: table;
  margin: auto; }
  .convinientMain div {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 21px;
    color: #1f425d;
    padding-left: 73px; }
    .convinientMain div:nth-child(1) {
      width: 370px;
      margin-right: 50px;
      background: url(../img/saving_money_pig.png) left center no-repeat; }
      .convinientMain div:nth-child(1) p {
        width: 245px; }
    .convinientMain div:nth-child(2) {
      width: 335px;
      background: url(../img/businessman.png) left center no-repeat; }
      .convinientMain div:nth-child(2) p {
        width: 280px; }

/*------------------------------
	CONVINIENT WITH US media
------------------------------*/
@media (max-width: 850px) {
  .convinientMain {
    width: 100%; }

  .convinientMain div {
    display: table;
    margin: auto; 
    padding-left: 89px;}

  .convinientMain div:nth-child(1) {
    margin: auto;
    margin-bottom: 20px;
    background: url(../img/saving_money_pig.png) left 12px center no-repeat;} 

  .convinientMain div:nth-child(2) {
    margin: auto;
    margin-bottom: 20px; 
    background: url(../img/businessman.png) left 16px center no-repeat;}}
@media (max-width: 450px) {
  .convinientMain div:nth-child(1),
  .convinientMain div:nth-child(2) {
    width: 280px;
    display: block; }

  .convinientMain div:nth-child(1) p,
  .convinientMain div:nth-child(2) p {
    width: 100%; } }
/*------------------
	CONSULTATION
------------------*/
.consult {
  width: 100%;
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.consWrapper {
  max-width: 770px;
  margin: auto;}

.consItem {
  border: 2px solid #8dcad6;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 370px;
  height: 140px;
  padding: 20px 20px 20px 85px; }
  .consItem:nth-child(1) {
    background: url(../img/navigator.png) no-repeat;
    background-position: top 20px left 11px;
    background-position-x: 11px;
    background-position-y: 20px; }
  .consItem:nth-child(2) {
    background: url(../img/ship_mechanic.png) no-repeat;
    background-position: top 20px left 23px; 
    background-position-x: 23px;
    background-position-y: 20px;}
  .consItem:nth-child(3) {
    background: url(../img/electromechanic.png) no-repeat;
    background-position: top 20px left 21px; 
    background-position-x: 21px;
    background-position-y: 20px;}
  .consItem:nth-child(4) {
    background: url(../img/sailor.png) no-repeat;
    background-position: top 20px left 17px; 
    background-position-x: 17px;
    background-position-y: 20px;}
  .consItem:nth-child(1), .consItem:nth-child(3) {
    margin-right: 20px; }

.consItemTitle {
  font-size: 18px;
  color: #1f425d;
  margin-bottom: 8px; }

.consItemText {
  font-size: 14px;
  color: #6d8895;
  line-height: 18px; }

/*Download document button*/
.ptitle,
.pull-left {
  display: none; }

.wpdm-download-link {
  color: transparent !important;
  width: 11px;
  height: 13px;
  position: absolute;
  right: 17px;
  top: 15px;
  cursor: pointer;
  overflow: hidden;
  background: url(../img/download_btn.png) no-repeat; }

/*------------------------
	CONSULTATION media
------------------------*/
@media (max-width: 950px) {
  .consWrapper {
    width: 100%; 
  }
  .consItem {
    display: table;
    margin:0 auto 20px !important;
  }
}

@media (max-width: 550px) {
  .consItem {
    height: auto;
    width: 280px;
    padding: 20px 10px 20px 85px; }
    .consItem:nth-child(1) {
      background-position: top 21px left 10px; }
    .consItem:nth-child(2) {
      background-position: top 21px left 22px; }
    .consItem:nth-child(3) {
      background-position: top 21px left 21px; }
    .consItem:nth-child(4) {
      background-position: top 21px left 16px; } }
/*----------------------
	MAP AND CONTACTS
----------------------*/
.map {
  position: relative;
  width: 100%;
  height: 340px;
  color: #fff; }

/*info window text color*/
.gm-style-iw {
  color: #6d8895; }
.mapInfoWrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 770px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.mapInfo {
  float: left;
  background: #1f425d;
  padding: 26px 0 26px 34px;
  width: 460px;
  border-radius: 3px; }

.mapTop {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin-bottom: 20px; }

.mapBottom p {
  margin-bottom: 20px; }
  .mapBottom p:last-child {
    margin-bottom: 0; }
.mapBottom span {
  display: table-cell;
  font-size: 16px;
  width: 257px; }
  .mapBottom span:nth-child(1) {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    width: 146px; }
  .mapBottom span:nth-child(2) {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 19px; }
.mapBottom a {
  display: table-cell;
  font-family: 'Roboto', sans-serif;}
#google_map {
  height: 340px;
  line-height: normal !important;
  position: relative;
  overflow: hidden; }

/*----------------------------
	MAP AND CONTACTS media
----------------------------*/
@media (max-width: 990px) {
  .mapInfoWrapper {
    display: table;
    margin: 20px auto;
    -webkit-transform: none;
    transform: none;
    position: static;
    background: #1f425d;
    padding: 26px 0 26px 00px;
    max-width: 730px; }
  .mapInfo {
    float: none;
    display: table;
    margin: auto;
  }
  .map {
    height: auto; } }
/*@media (max-width: 850px) {
  .wpcf7-form {
    width: 100%;
  }
  .answerYourQuest .downloadLabel {
    text-indent: 66px;
  }
}*/
@media (max-width: 640px) {
  .mapInfo {
    padding: 26px 0 26px 20px;
    width: 443px; } }
@media (max-width: 560px) {
  .mapBottom span {
    display: block; }

  .mapBottom span:nth-child(1) {
    margin-bottom: 4px; }

  .mapInfo {
    width: 300px; } }
@media (max-width: 350px) {
  .mapInfo {
    width: 275px;
    padding: 26px 0 26px 10px; } }
/*-----------------------------------------
	ANSWER YOUR QUESTIONS CONTACT FORM
------------------------------------------*/
.answerYourQuest {
  width: 100%;
  height: 500px;
  background: url(../img/ship_bg.png) no-repeat;
  background-size: cover;
  display: block;
  position: relative; }
  .answerYourQuest img {
    width: 100%; }

.answerForm {
  width: 730px;
  height: 285px;
  background: #1F425D;
  border-radius: 3px;
  position: absolute;
  padding: 27px 0 30px 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);}

/*styling of contact form (inside "answerYourQuest" block)*/
.answerYourQuest {
  /*placeholders styles for answerYourQuest contact forms of website" (inside "answerYourQuest" block)*/
  /* Firefox 19+ */
  /* Firefox 18- */
  /*Transparent color for "File not chosen" words (inside "answerYourQuest" block)*/
  /*words "seaman's questionary" near download button (inside "answerYourQuest" block)*/
  /*styling of upload button(+adding of background image) (inside "answerYourQuest" block)*/
  /*styling of validation inside "answerYourQuest" block*/ }
  .answerYourQuest input[name="your-name"],
  .answerYourQuest input[name="tel-438"],
  .answerYourQuest input[name="email-399"] {
    text-indent: 15px;
    width: 220px;
    height: 40px;
    border-radius: 2px;
    background: #fff;
    border: none; }
  .answerYourQuest input[name="your-name"],
  .answerYourQuest input[name="email-399"] {
    margin-right: 1px; }
  .answerYourQuest textarea {
    width: 670px;
    height: 80px;
    border-radius: 2px;
    padding: 12px;
    margin-bottom: 9px;
    box-sizing: border-box; }
  .answerYourQuest input[type="submit"] {
    float: right;
    width: 150px;
    height: 40px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: #4ab9cf;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .answerYourQuest input[type="submit"]:hover {
      background: #3d9caf; }
  .answerYourQuest ::-webkit-input-placeholder {
    color: #7d9aa9;
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px; }
  .answerYourQuest ::-moz-placeholder {
    color: #7d9aa9;
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px; }
  .answerYourQuest :-moz-placeholder {
    color: #7d9aa9;
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px; }
  .answerYourQuest :-ms-input-placeholder {
    color: #7d9aa9;
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px; }
  .answerYourQuest .wpcf7 input[type="file"] {
    color: #fff; }
  .answerYourQuest .downloadLabel {
    float: left;
    font-family: Roboto;
    font-weight: 900;
    font-size: 16px;
    color: #fff; }
  .answerYourQuest input[type='file']::-webkit-file-upload-button {
    background: url(../img/upload_bg.png) left center no-repeat;
    color: transparent;
    border: none;
    width: 155px;
    height: 34px;
    cursor: pointer;
    margin: 0 15px;
    outline: none; }
  .answerYourQuest .wpcf7-response-output {
    position: absolute;
    background: transparent;
    color: #fff;
    padding: 2px 10px;
    width: 100%;
    bottom: -41px;
    left: -7px;
    font-size: 14px; }

/*ansTop - block with 3 top inputs*/
.ansTop {
  margin-bottom: 5px; }

.answerFormTitle {
  color: #fff;
  margin-bottom: 20px;
  text-align: left; }

/*---------------------------------------------
	ANSWER YOUR QUESTIONS CONTACT FORM media
----------------------------------------------*/
@media (max-width: 900px) {
  .answerYourQuest {
    height: 600px;
    /*styling of validation inside "answerYourQuest" block*/ }
    .answerYourQuest input[name="your-name"],
    .answerYourQuest input[name="tel-438"],
    .answerYourQuest input[name="email-399"] {
      display: table;
      margin: auto;
      margin-bottom: 15px;
      width: 100%; }
    .answerYourQuest textarea {
      display: table;
      margin: auto;
      /*width: 90%;*/
      margin-bottom: 15px; }
    .answerYourQuest .wpcf7-response-output {
      width: 90%;
      bottom: -26px;
      left: 0;
      right: 0;
      margin: auto; }
    .answerYourQuest .downloadLabel {
      text-indent: 26px; }

  .answerForm {
  	height: auto;}

  .answerFormTitle {
    text-align: center; 
    position: static; }

  .answerYourQuest .downloadLabel {
    margin-bottom: 20px; }

  .answerYourQuest input[type="submit"] {
    float: none;
    display: table;
    margin: auto; } }
@media (max-width: 800px) {
  .mapInfoWrapper,
  .answerForm {
    width: 95%;
  }
  .answerYourQuest input[name="your-name"],
  .answerYourQuest input[name="tel-438"],
  .answerYourQuest input[name="email-399"],
  .answerYourQuest textarea {
    width: 500px;
  }
  .answerYourQuest .wpcf7 input[type="file"] {
    display: block;
    margin: auto;
    margin-top: 15px;
    width: 260px;
    position: relative;
    right: 6px;
  }
  .answerYourQuest .downloadLabel {
    float: none;
      margin-left: 200px;
  }
}
@media (max-width: 650px) {
  .answerYourQuest input[name="your-name"],
  .answerYourQuest input[name="tel-438"],
  .answerYourQuest input[name="email-399"],
  .answerYourQuest textarea {
    width: 400px;
  }
  .answerYourQuest .downloadLabel {
    float: none;
      margin-left: 150px;
  }
}
@media (max-width: 500px) {
  .answerYourQuest input[name="your-name"],
  .answerYourQuest input[name="tel-438"],
  .answerYourQuest input[name="email-399"],
  .answerYourQuest textarea {
    width: 300px;
  }
  .answerYourQuest .downloadLabel {
    float: none;
    margin-left: 94px;
  }
}
@media (max-width: 400px) {
  .answerYourQuest input[name="your-name"],
  .answerYourQuest input[name="tel-438"],
  .answerYourQuest input[name="email-399"],
  .answerYourQuest textarea {
    width: 250px;
  }
  .answerYourQuest .downloadLabel {
    float: none;
    margin-left: 77px;
  }
}
/*------------
	FOOTER
------------*/
footer {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  background: #fff;
  padding: 30px 0; }

.footerWrapper {
  width: 800px;
  display: table;
  margin: auto; }

.footerTop {
  margin-bottom: 22px; }

.footerTopLogo,
.footerBottomNav {
  float: left; }

.footerTopInfo,
.copywrite {
  float: right; }

nav li {
  display: inline-block;
  padding-left: 15px;
  background: url(../img/li_ellipse.png) left center no-repeat;
  margin-right: 10px; }
  nav li:first-child {
    background: none; }
  nav li:hover a {
    color: #4ab9cf; }
nav a {
  color: #1F425D;
  padding: 10px 0;
  font-weight: 600;
  margin-right: 25px;
  font-size: 15px;
  -webkit-transition: all .4s;
  transition: all .4s; }
  nav a:last-child {
    margin-right: 0; }

.footerBottomNav li:hover a {
  color: #4ab9cf; }
.footerBottomNav a {
  color: #1F425D; }

.copywrite {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #6D889; }

.footerTopInfo {
  width: auto;
  height: 30px; }

/*COMPANY INFO - universal block for header and footer(phone, shedule, e-mail)*/
.companyInfoItem {
  display: inline-block;
  padding-left: 33px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600; }

.companyInfoItem p:nth-child(1) {
  font-size: 12px;
  color: #6d8895;
  margin-bottom: 4px; }
/*hidden phones in header*/
.phonesHidden {
  display: none;
  position: absolute;
  top: 54px;
  right: -6px;
  background: #fff;
  width: 148px;
  padding: 4px 5px;
  border: 1px solid #3d9caf;
}
header .companyInfoItemPhones .phonesHidden a {
  text-align: center;
  display: block;
}
/*block with phones for desktop version*/
.headerRight .phonesHidden {
  right: -2px;
}
.headerRight .phonesArrow {
  background-position: 21px -1px;
}
/*block with phones for mobile version*/
.headerLeft .phonesHidden {
  top: 67px;
  /*padding: 9px 9px;*/
}
.headerLeft .companyInfoItemPhones .phonesHidden a:nth-child(1) {
    margin-bottom: 5px;
    display: block;
}
/*----*/
header .companyInfoItemPhones {
  position: relative;
}
.companyInfoItemPhones .phonesHidden a:nth-child(1) {
  margin-bottom: 3px;
  display: block;
}

.phonesArrow {
  cursor: pointer;
  width: 44px;
  height: 17px;
  background-size: 18px 16px;
  background: url(../img/phones_arrow.png) center center no-repeat;
  display: table;
  margin: auto;
  padding: 12px 30px;
}
/*--------*/
.companyInfoItem p:nth-child(2),
.companyInfoItemPhones a,
.companyInfoItemMail a {
  font-size: 14px;
  color: #444;
  margin-bottom: 0;
  font-weight: 700; }

.companyInfoItemPhones {
  background: url("../img/phone.png") left top 2px no-repeat;
  margin-right: 30px; }

.companyInfoItemShedule {
  background: url("../img/clock.png") left top 2px no-repeat;
  margin-right: 30px; }
  .companyInfoItemShedule p:nth-child(1) {
    margin-bottom: 5px; }

.companyInfoItemMail {
  background: url("../img/envelope.png") left top 2px no-repeat;
  margin-right: 30px; }

.fb {
  width: 22px;
  height: 22px;
  padding-left: 0;
  display: inline-block;
  background: url("../img/fb.png") left center no-repeat; }

/*------------------
	FOOTER media
------------------*/
@media (max-width: 1000px) {
  .footerWrapper {
    width: 100%; }

  .footerBottomNav {
    display: none; }

  .menu-menu-container {
    display: none; }

  .footerTopLogo,
  .footerTopInfo,
  .copywrite {
    float: none;
    display: table;
    margin: auto; }

  .footerTopLogo {
    margin-bottom: 15px; }
  .footerTopInfo {
    position: relative;
    left: 8px;}
  .footerTop {
    margin-bottom: 25px; }}
@media (max-width: 700px) {
  footer .companyInfoItem {
    display: block;
    margin-bottom: 15px; }

  footer .fb {
    display: table;
    margin: auto; } }
/*---------------------------------------
	CLASSES FOR PAGES WITH 1 DOCUMENT
----------------------------------------*/
.docFirstBlock {
  display: block;
  margin-top: 115px;
  width: 100%;
  height: auto;
  position: relative; }
  .docFirstBlock .docFirstBlockWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    width: 90%;
    text-align: center; }
  .docFirstBlock .docFirstBlockTextCert {
    width: 410px; }
  .docFirstBlock .docFirstBlockTextDiploma {
    width: 290px; }
  .docFirstBlock .docFirstBlockTextPassport {
    width: 280px; }
  .docFirstBlock .docFirstBlockBgImg {
    width: 100%; }
  .doc {
    padding: 0 0 70px 0;
    width: 100%;
    /*margin-top: 115px;*/
    border-bottom: 2px solid #85c4d1;
    font-family: 'Roboto', sans-serif; }

.docWrapper {
  font-weight: 400;
  width: 740px;
  display: table;
  margin: auto; }

.docWrapper .signUp {
  margin-bottom: 30px;
}
.docBlock {
  margin-bottom: 41px; }

.docBlock h2 {
  text-align: left;}
  
.docText {
  font-size: 16px;
  line-height: 22px;
  color: #6d8895; }

.docFullWidth .docText {
  width: 100%; }

.docTitle {
  width: 100%;
  font-size: 24px;
  margin-bottom: 18px;
  color: #444;
  line-height: 29px; }

.docStars {
  width: 355px; }
  .docStars p {
    padding-left: 30px;
    background: url(../img/star.png) left top no-repeat;
    width: 100%;
    margin-bottom: 17px;
    line-height: 20px; }

.docStarsLeft {
  float: left; }

.docStarsRight {
  float: right; }

.otherDocs .threeDocOneItem {
  width: 350px;
  height: 75px; }
  .otherDocs .threeDocOneItem:nth-child(1) {
    margin-right: 23px; }
  .otherDocs .threeDocOneItem:nth-child(2) {
    margin-right: 0; }

.otherDocsItems {
  width: 100%; }

.otherDocsTitle {
  font-size: 24px;
  font-weight: 900;
  color: #444;
  display: table;
  color: #444;
  display: table;
  margin: auto;
  margin-bottom: 45px; }

.docWrapper .signUpWrapper {
  padding: 0 18px;
}
/*--------------------------------------------
  CLASSES FOR PAGES WITH 1 DOCUMENT media
---------------------------------------------*/
@media (max-width: 1000px) {
  .docFirstBlock {
    display: block;
    margin-top: 85px;
  }
}
@media (max-width: 900px) {
  .docWrapper {
    width: 90%; }

  .docStars {
    float: left;
    margin-bottom: 0;
    width: 90%; }

  .otherDocs .threeDocOneItem:nth-child(1) {
    display: table;
    margin: auto;
    margin-bottom: 20px; }
  .otherDocs .threeDocOneItem:nth-child(2) {
    display: table;
    margin: auto; }

  .docFirstBlock .docFirstBlockBgImg {
    height: 160px; } }
@media (max-width: 500px) {
  .otherDocs .threeDocOneItem {
    width: 280px; }
  .docBlock {
      margin-bottom: 20px;
  } 
  .otherDocsTitle {
    margin-bottom: 20px;
  }}
/*----------------
	BREADCRUBMS
-----------------*/
.breadcrumbs {
  font-weight: 400;
  color: #6D8895;
  font-size: 14px;
  padding: 37px 0; }
  .breadcrumbs a {
    padding-right: 10px;
    margin-right: 10px;
    background: url(../img/li_ellipse.png) right center no-repeat;
    color: #1F425D;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .breadcrumbs a:hover {
      color: #4ab9cf; }

/*------------------------------
	FIXED PHONE FOR CALLBACK
-------------------------------*/
.contactUsBtn {
  bottom: 24px;
  right: 25px;
  position: fixed;
  width: 60px;
  height: 60px;
  color: #fff;
  cursor: pointer;
  padding: 10px 0 0 12px;
  font-size: 29px;
  background: #4acf9f url("../img/phone_callback.png") center center no-repeat;
  border-radius: 100%;
  z-index: 79;
  box-shadow: 0 0 0 #4acf9f;
  animation: pulse 2s infinite;
  -webkit-transition: all .4s;
  transition: all .4s; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(74, 207, 159, 0.3); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(74, 207, 159, 0.3); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(74, 207, 159, 0.3); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(44, 191, 173, 0.9);
    box-shadow: 0 0 0 0 rgba(74, 207, 159, 0.3); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(44, 191, 173, 0);
    box-shadow: 0 0 0 10px rgba(74, 207, 159, 0.3); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(44, 191, 173, 0);
    box-shadow: 0 0 0 0 rgba(74, 207, 159, 0.3); } }
/*-------------
	REMODAL
-------------*/
.remodal {
  width: 365px;
  height: auto;
  border-radius: 5px;
  font-family: Roboto;
  font-weight: 400;
  padding: 20px 30px;
  /*placeholders styles for answerYourQuest contact forms of website" (inside "answerYourQuest" block)*/
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .remodal .wpcf7-response-output {
    position: absolute;
    bottom: 52px;
    right: 2px;
    display: block;
    font-size: 11px; }
  .remodal .wpcf7-mail-sent-ok {
  	bottom: 70px;
  	right: 0;
  	left: 0;
  	margin: auto;
  	width: 90%;
  }
  .remodal input {
    width: 100%;
    height: 40px;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    margin-bottom: 20px;
    text-indent: 15px;
    outline: none; }
  .remodal input[type="submit"] {
    color: #fff;
    background: #1F425D;
    border: none;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 300;
    cursor: pointer; }
  .remodal ::-webkit-input-placeholder {
    color: #6D8895;
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px; }
  .remodal ::-moz-placeholder {
    color: #6D8895;
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px; }
  .remodal :-moz-placeholder {
    color: #6D8895;
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px; }
  .remodal :-ms-input-placeholder {
    color: #6D8895;
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px; }

.remodal-close:before {
  font-size: 32px;
  top: 13px;
  left: -18px; }

.remodalTitle {
  font-size: 20px;
  margin-bottom: 18px;
  color: #313e43;
  text-align: left; }

.remodalAddress {
  font-size: 18px;
  color: #6d8895;
  text-align: left;
  line-height: 20px;
  font-weight: 300; }

/*------------------
	REMODAL media
------------------*/
@media (max-width: 500px) {
  .remodal {
    width: 90%; }
  div.wpcf7 {
    margin-bottom: 28px; }
  .remodal .wpcf7-response-output {
    bottom: 69px; } 

  .remodal .wpcf7-mail-sent-ok {
	bottom: 80px; }}
@media (max-width: 400px) {
  .remodalAddress {
    font-size: 15px; }}
/*-------------
	ARROW UP
-------------*/
.arrow_up {
  display: block !important;
  position: fixed;
  bottom: 120px;
  right: 2em;
  opacity: 0;
  text-decoration: none;
  color: #fff;
  background-color: rgba(74, 185, 207, 0.6);
  font-size: 16px;
  padding: 14px 0 0 13px;
  display: none;
  z-index: 999999;
  height: 48px;
  width: 48px;
  border-radius: 3px;
  -webkit-transition: all .4s;
  transition: all .4s; }
.arrow_up:hover {
  background-color: rgba(74, 185, 207, 0.9);
  color: white; }

.arrow_up .fa-angle-up {
  padding-top: 6px;
  display: table;
  margin: auto;
  font-size: 32px; }

/*hidding of recaptcha*/
.inv-recaptcha-holder {
  display: none; }

.arrow_up img {
  width: 20px; }

@media (max-width: 1000px) {
  .contactUsBtn {
    right: 16px;}
  .arrow_up {
    display: none !important;}
  /*Верхние отступы у первых блоков главной страницы и страниц с документами(диплом, сертфикация, паспорт)*/
  .doc, .firstBlock {
    margin-top: 85px;
  }}


/*.answerYourQuest .wpcf7 input[type="file"] {
  color: transparent;
}
.answerYourQuest input[type="file"]::-webkit-file-upload-button {
  color: #fff;
  width: 255px;
  text-indent: 125px;
}*/
/*# sourceMappingURL=style.css.map */


