* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "RobotoRegular", sans-serif;
  color: #333;
  position: relative;
}
a {
  text-decoration: none;
  line-height: 24px;
}
p {
  margin-bottom: 20px;
}
input[type="text"] {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}
input:focus, 
textarea:focus, 
select:focus {
  border: none;
  outline: none;
}
input, textarea, a, button, .selecter-selected,
.view-new .views-field.views-field-field-cover-new img,
.view-media-library .views-field-field-cover img,
#block-system-main-menu .content > .menu > li > .arrow-menu::before {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
h1.title {
  font-size: 32px;
  color: #063761;
  text-transform: uppercase;
}
.front .block h3 {
  padding-top: 0;
  font-family: "RobotoRegular", sans-serif;
  color: #063761;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 0;
  border-bottom: 4px solid #0097de;
}
ul.language-switcher-locale-url,
ul.language-switcher-locale-url li,
#block-system-main-menu .menu > li,
.view-new .view-content ul,
.view-new .view-content ul li,
#footer .menu,
#footer .menu li,
.view-services .view-content ul,
.view-services .view-content ul li,
ul.tabs-custom,
ul.tabs-custom li,
.view-display-id-slider ul,
.view-display-id-slider ul li,
.menu-services-right-menu ul.menu,
.menu-services-right-menu ul.menu li,
.view-id-projects .view-content ul,
.view-id-projects .view-content ul li,
.view-page-projects ul,
.view-page-projects ul li,
.region-sidebar-right .block-menu ul,
.region-sidebar-right .block-menu li,
.view-ship.view-display-id-block ul,
.view-ship.view-display-id-block ul li,
.item-list ul.pager,
.item-list ul.pager li,
.block-facetapi .content ul,
.block-facetapi .content ul li,
.view-media-library .view-content ul,
.view-media-library .view-content ul li,
.view-media-more .view-content ul,
.view-media-more .view-content ul li,
.view-search .view-content .item-list > ul,
.view-search .view-content .item-list > ul > li,
.view-about-sovet .view-content ul,
.view-about-sovet .view-content ul li,
.view-our-services .view-content ul,
.view-our-services .view-content ul li {
  margin: 0;
  padding: 0;
}
ul.language-switcher-locale-url li,
#block-system-main-menu .menu > li,
.view-new .view-content ul li,
#footer .menu li,
.view-search .view-content .item-list > ul > li,
.view-services .view-content ul li,
ul.tabs-custom li,
.slider-for ul li,
.menu-services-right-menu ul.menu li,
.view-id-projects .view-content ul li,
.view-page-projects ul li,
.region-sidebar-right .block-menu li,
.view-ship.view-display-id-block ul li,
.view-news.view-display-id-page li,
.item-list ul.pager li,
.block-facetapi .content ul li,
.view-media-library .view-content ul li,
.view-media-more .view-content ul li,
.view-about-sovet .view-content ul li,
.view-our-services .view-content ul li {
  list-style-type: none;
  list-style-image: none;
}
.view-content .row[class*="-up-"] li {
  padding: 0 15px;
}
[type='file'], [type='checkbox'], [type='radio'] {
  margin: 0;
}
.row {
  max-width: 1320px;
}
.block-row {
  max-width: 1320px;
  margin: 0 auto;
}
#logo {
  display: block;
  padding-top: 7px;
}
.header-contacts a,
.footer-contacts a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-contacts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.phone {
  font-size: 24px;
  font-weight: bold;
  color: #0097de;
  margin-bottom: 3px;
}
.header-contacts .phone {
  margin-bottom: 14px;
}
.mail {
  color: #063761;
  text-decoration: underline;
}
.mail:hover {
  text-decoration: none;
}
.phone::before {
  content: '';
  background: url('../img/icon-phone.png') no-repeat;
  width: 22px;
  height: 20px;
  margin-right: 15px;
}
.mail::before {
  content: '';
  background: url('../img/icon-mail.png') no-repeat;
  width: 21px;
  height: 17px;
  margin-right: 20px;
}
.streeat {
  color: #727272;
  line-height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.streeat::before {
  content: '';
  background: url('../img/icon-marker.png') no-repeat;
  width: 23px;
  height: 21px;
  margin-right: 20px;
  margin-top: 1px;
  flex: 0 0 17px;
}
.language-switcher-locale-url {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.language-switcher-locale-url a {
  text-transform: uppercase;
  font-family: "RobotoSemibold", sans-serif;
  color: #000;
}
.language-switcher-locale-url .active a {
  color: #0097de;
}
.language-switcher-locale-url li::after {
  content: '/';
  font-family: "RobotoSemibold", sans-serif;
  margin: 0 7px;
  color: #000;
}
.language-switcher-locale-url li:last-child::after {
  content: none;
}
.not-front #header {
  padding-bottom: 50px;
}
.header-top {
  padding: 25px 0;
}
.front #block-custom-search-blocks-1 {padding-top:50px;}
ul.menu {
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
#block-search-form,
#block-custom-search-blocks-1,
#block-system-main-menu,
#block-views-exp-search-page {
  background-color: #0097de;
/*  -webkit-box-shadow: inset 0 -4px 0 #0088c8;
          box-shadow: inset 0 -4px 0 #0088c8;*/
}
#block-system-main-menu .content > .menu > li > .menu {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #f5f5f5;
  left: 0;
  padding: 22px 0;
}
#block-system-main-menu .content > .menu > li > .menu a {
  line-height: 50px;
  padding: 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #063761;
  font-family: "RobotoCondensedRegular", sans-serif;
}
#block-system-main-menu .content > .menu > li > .menu a:hover,
#block-system-main-menu .content > .menu > li > .menu a.active {
  /*font-family: "RobotoCondensedBold", sans-serif;*/
  text-decoration: underline;
  color: #0097de;
}
#block-system-main-menu .content > .menu > li:hover > .menu ul {
  padding-left: 20px;
}
#block-system-main-menu .content > .menu > li:hover > .menu ul a {
  max-width: 260px;
}
#block-system-main-menu .content > .menu > li:hover > .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 30px 0 20px;
}
#block-system-main-menu .content > .menu > li > a {
  font-family: "RobotoCondensedRegular", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  padding: 19px;
  position: relative;
  transition-timing-function: linear;
}
#block-system-main-menu .content > .menu > li > a::after {
  content: '';
  background-color: #007cb6;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#block-system-main-menu .content > .menu > li > a.active,
#block-system-main-menu .content > .menu > li:hover > a,
#block-system-main-menu .content > .menu > li > a.active-trail {
  background-color: #f5f5f5;
  color: #0097de;
}
#block-system-main-menu .content > .menu > li:last-child > a::after {
  content: none;
}
.view-slider-front .views-field-field-image img {
  width: 100%;
  height: auto;
}
#block-views-slider-front-block .block-row {
  max-width: 100%;
}
.view-slider-front {
  position: relative;
}
.slide-content .slide-content-padding {
  padding: 60px;
  background-color: rgba(28, 28, 28, 0.5);
}
.slide-content {
  padding:15px;
  text-align: center;
  max-width: 1130px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1122px){
.slide-content {
  top: 36%;
}
.slide-content .views-field-name {
    font-size: 20px!important;
}
}
.slide-content .views-field-name {
  font-family: "RobotoBold", sans-serif;
  font-size: 32px;
  margin-bottom: 15px;
}
.slide-content .views-field-description {
  max-width: 820px;
  margin: 0 auto 30px;
}
.slide-content .views-field-button a {
  font-family: "RobotoCondensedRegular", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
  background-color: #0097de;
  display: inline-block;
}
.slide-content .views-field-button a:hover {
  background-color: #063761;
}
.owl-theme .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 80px;
}
.owl-theme .owl-controls .owl-buttons div {
  margin: 0 1.5px;
  padding: 0;
  width: 60px;
  height: 60px;
  background-color: #0097de;
  border-radius: 0;
  font-size: 0;
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #063761;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  background: #0097de url('../img/icon-arrow.png') no-repeat center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  background: #0097de url('../img/icon-arrow.png') no-repeat center;
}
.view-our-services .owl-controls {
  position: static;
  margin-top: 25px;
}
.owl-theme .owl-controls .owl-page span {
  background: #d4d4d4;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #063761;
  opacity: 1;
}
#block-views-our-services-block {
  padding-top: 40px;
}
#block-views-our-services-block .content {
  padding-top: 20px;
}
.view-our-services {
  text-align: center;
  margin-bottom: 30px;
}
.view-our-services .owl-item {
  padding: 0 15px;
}
.view-our-services .views-field-field-image-service {
  height: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
}
.view-our-services .owl-item {
  position: relative;
}
.view-our-services .views-field-name {
  font-family: "RobotoMedium", sans-serif;
  font-size: 18px;
  color: #020202;
  line-height: 24px;
  min-height: 65px;
  margin-bottom: 25px;
  overflow: hidden;
  padding: 0 30px 15px;
  border-bottom: 2px solid #d4d4d4;
}
.view-our-services li:hover .views-field-name {
  color: #0097de;
  text-decoration: underline;
  border-bottom: 2px solid #0097de;
}
.view-our-services .views-field-field-link-service a {
  font-size: 0;
  color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.view-our-services .owl-item > div {
  border-bottom: 2px solid #d4d4d4;
  min-height: 110px;
}
.view-our-services .owl-item:hover > div {
  border-bottom: 2px solid #0097de;
}
#block-block-1 {
  background-color: #0097de;
  color: #fff;
  padding: 40px 15px 50px;
  text-align: center;
}
#block-block-1 h3 {
  color: #fff;
  border-bottom: 0;
  margin-bottom: 0;
}
#block-block-1 .content a {
  display: inline-block;
  font-family: "RobotoCondensedRegular", sans-serif;
  margin-top: 25px;
  padding: 13px 60px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
}
#block-block-1 .content a:hover {
  background-color: #063761;
  border: 2px solid #063761;
}
#block-block-1 p {
  margin-bottom: 0;
}
.view-new .block-bottom,
.view-media-more .block-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #063761;
  color: #fff;
  font-size: 14px;
  font-family: "RobotoCondensedRegular", sans-serif;
}
.view-new .block-bottom > div,
.view-media-more .block-bottom > div {
  flex: 50%;
  padding: 9px 0 9px 15px;
}
.view-new .block-bottom .date,
.view-media-more .block-bottom .date {
  position: relative;
  padding-left: 60px;
  border-right: 1px solid #767575;
}
.view-new .block-bottom .date::before,
.view-media-more .block-bottom .date::before {
  content: '';
  background: url(../img/icon-date.png) no-repeat center;
  width: 42px;
  height: 40px;
  position: absolute;
  background-color: #0097de;
  top: 0;
  left: 0;
}
.view-new .views-field-title a,
.view-media-more .views-field-title a {
  display: block;
  color: #000;
  font-weight: bold;
  font-family: "RobotoMedium", sans-serif;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  margin-bottom: 3px;
}
.view-media-more .views-field-title a {
  height: auto;
  font-weight: normal;
}
.view-new .views-field-body {
  color: #727272;
  margin-bottom: 20px;
}
.view-new .views-field-view-node a {
  display: block;
  padding: 10px 0 8px;
  color: #063761;
  font-family: "RobotoCondensedRegular", sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.view-new .views-field-view-node a::before {
  content: '';
  background: url('../img/icon-more.png') no-repeat;
  width: 15px;
  height: 14px;
  margin-right: 8px;
}
#block-views-new-block {
  padding-top: 40px;
  padding-bottom: 80px;
}
.view-new .views-row:hover .views-field-title a {
  color: #0097de;
  text-decoration: underline;
}
.view-new .views-row:hover  .views-field-view-node a {
  color: #0097de;
}
.view-new .views-row:hover .views-field-view-node a::before {
  background: url('../img/icon-more-hover.png') no-repeat;
}
.view-new .views-row {
  position: relative;
}
.view-new .views-field-view-node a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.more-link a {
  display: inline-block;
  font-family: "RobotoCondensedRegular", sans-serif;
  margin-top: 35px;
  padding: 13px 60px;
  text-transform: uppercase;
  color: #0097de;
  border: 3px solid #0097de;
  font-weight: bold;
}
.more-link {
  text-align: center;
}
.more-link a:hover {
  background-color: #0097de;
  border: 3px solid #0097de;
  color: #fff;
}
#block-block-2 {
  padding: 40px 0;
  background: url('../img/bg-advantages.jpg') no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}
.row-advantages {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-advantages {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.advantages-border {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.advantages-image {
  width: 90px;
}
.advantages-content {
  color: #fff;
  padding-left: 30px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.advantages-title {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "RobotoMedium", sans-serif;
  margin-bottom: 10px;
}
.advantages-border {
  padding: 30px 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  color: #fff;
}
.advantages-border:hover {
  border: 1px solid #fff;
}
.view-new .views-field.views-field-field-cover-new,
.view-media-library .views-field-field-cover {
  overflow: hidden;
}
.view-new li:hover .views-field.views-field-field-cover-new img,
.view-media-library li:hover .views-field-field-cover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#block-block-2 h3 {
  color: #fff;
  border-bottom: 4px solid #fff;
  margin-bottom: 40px;
}
#block-common-module-advantages {
  max-width: 1190px;
  margin: 0 auto;
}
#footer {
  padding-top: 55px;
}
.ucl-holding {
  max-width: 160px;
  margin-top: 35px;
}
#footer h3 {
  font-size: 18px;
  font-family: "RobotoCondensedRegular", sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top:0;
}
.menu-sotsialnaya, .menu-press-room, .menu-tehmanag {padding-top: 30px;}
#footer .menu a {
  padding: 0;
  color: #727272;
  margin-bottom: 8px;
  line-height: 20px;
}
#footer .menu a:hover {
  /*font-family: "RobotoBold", sans-serif;*/
  color: #0097de;
  text-decoration: underline;
}
#footer ul.menu {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-flow: wrap column;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
}
.copyright {
  width: 100%;
  font-size: 14px;
  color: #8a8a8a;
  padding: 25px 0;
  margin-top: 40px;
  border-top: 1px solid #0d3270;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.footer-contacts a::before,
.footer-contacts span::before {
  width: 25px;
  margin-right: 15px;
  -ms-flex: 0 0 23px;
  flex: 0 0 23px;
}
.front #footer h3 {
  text-align: left;
  border-bottom: none;
}
.footer-contacts .streeat::before {
  background: url('../img/icon-marker-footer.png') no-repeat;
  height: 26px;
  margin-left: 3px;
  padding-right: 0;
}
.footer-contacts .streeat {
  margin: 20px 0 15px;
}
.tab-container h3 {
  display: none;
}
ul.tabs-custom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 40px;
}
ul.tabs-custom li {
  width: 100%;
  text-align: center;
  border-bottom: 5px solid #E1E1E1;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
ul.tabs-custom li:hover,
ul.tabs-custom li.active {
  border-bottom: 5px solid #0097DC;
}
ul.tabs-custom a {
  font-family: "RobotoCondensedRegular", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.tab-container .view-services .view-content ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab-container .view-services .view-content li {
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.tab-container .view-services.view-display-id-block_1 .view-content li {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.tab-container .view-services .view-content {
  margin: 0 -10px;
}
.tab-container .view-services .view-content li {
  padding: 0 10px;
  color: #fff;
  line-height: 28px;
}
.tab-container .view-services .view-content li a {
  color: #fff;
}
.info-service {
  position: absolute;
  bottom: 40px;
  padding: 0 20px;
  z-index: 11;
}
.tab-container .view-services .views-field-title a {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 28px;
  display: block;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.tab-container .view-services .views-field-view-node a {
  display: inline-block;
  font-family: "RobotoCondensedRegular", sans-serif;
  margin-top: 35px;
  padding: 13px 0;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  width: 100%;
  text-align: center;
  max-width: 280px;
}
.tab-container .view-services .views-field-view-node a:hover {
  color: #0097de;
  background: #fff;
}
.tab-container .view-services .view-content li .views-field-nothing {
  position: relative;
}
.tab-container .view-services .view-content li .views-field-nothing::after {
  content: '';
  background: #038ECF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(3,142,207,0) 0%, rgba(3,142,207,0) 25%, rgba(3,142,207,1) 84%, rgba(3,142,207,1) 100%);
  background: -webkit-linear-gradient(top, rgba(3,142,207,0) 0%,rgba(3,142,207,0) 25%,rgba(3,142,207,1) 84%,rgba(3,142,207,1) 100%);
  background: linear-gradient(to bottom, rgba(3,142,207,0) 0%,rgba(3,142,207,0) 25%,rgba(3,142,207,1) 84%,rgba(3,142,207,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00038ecf', endColorstr='#038ecf',GradientType=0 );
}
.tab-container .view-services .view-content li:nth-child(2) .views-field-nothing::after {
  background: -moz-linear-gradient(top, rgba(3,142,207,0) 0%, rgba(3,142,207,0) 25%, rgba(16,144,176,1) 84%, rgba(19,144,170,1) 100%);
  background: -webkit-linear-gradient(top, rgba(3,142,207,0) 0%,rgba(3,142,207,0) 25%,rgba(16,144,176,1) 84%,rgba(19,144,170,1) 100%);
  background: linear-gradient(to bottom, rgba(3,142,207,0) 0%,rgba(3,142,207,0) 25%,rgba(16,144,176,1) 84%,rgba(19,144,170,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00038ecf', endColorstr='#1390aa',GradientType=0 );
}
.tab-container .view-services .view-content li:nth-child(3) .views-field-nothing::after {
  background: -moz-linear-gradient(top, rgba(3,142,207,0) 0%, rgba(3,141,206,0) 25%, rgba(26,79,157,1) 84%, rgba(30,67,148,1) 100%);
  background: -webkit-linear-gradient(top, rgba(3,142,207,0) 0%,rgba(3,141,206,0) 25%,rgba(26,79,157,1) 84%,rgba(30,67,148,1) 100%);
  background: linear-gradient(to bottom, rgba(3,142,207,0) 0%,rgba(3,141,206,0) 25%,rgba(26,79,157,1) 84%,rgba(30,67,148,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00038ecf', endColorstr='#1e4394',GradientType=0 );
}
.tab-container .view-services .view-content li:nth-child(4) .views-field-nothing::after {
  background: -moz-linear-gradient(top, rgba(3,142,207,0) 0%, rgba(3,142,207,0) 25%, rgba(15,120,209,1) 84%, rgba(17,116,209,1) 100%);
  background: -webkit-linear-gradient(top, rgba(3,142,207,0) 0%,rgba(3,142,207,0) 25%,rgba(15,120,209,1) 84%,rgba(17,116,209,1) 100%);
  background: linear-gradient(to bottom, rgba(3,142,207,0) 0%,rgba(3,142,207,0) 25%,rgba(15,120,209,1) 84%,rgba(17,116,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00038ecf', endColorstr='#1174d1',GradientType=0 );
}
.field-name-field-project-this-services > .field-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.field-name-field-project-this-services > .field-items > .field-item {
  max-width: 33.333%;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  padding: 0 15px 30px;
}
.view-id-projects.view-display-id-page,
.node-service .field-name-field-project-this-services {
  padding-top: 100px;
}
.view-id-projects.view-display-id-page h2,
.node-service .field-name-field-project-this-services .field-label {
  font-family: "RobotoCondensedRegular", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}
.view-id-projects.view-display-id-page .view-content,
.node-service .field-name-field-project-this-services > .field-items {
  margin: 0 -15px;
}
.view-id-projects.view-display-id-page li img,
.node-service .field-name-field-project-this-services img {
  margin-bottom: 30px;
}
.view-id-projects.view-display-id-page .views-field-title a,
.node-service .field-name-field-project-this-services h2 a {
  font-weight: bold;
  display: block;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}
.field-name-field-project-this-services .field-name-body {
  word-break: break-word;
}
.node-service .field-name-field-project-this-services h2 {
  font-family: "RobotoRegular", sans-serif;
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0;
  padding: 0;
}
.view-id-projects.view-display-id-page .views-field-body {
  color: #727272;
}
.view-id-projects.view-display-id-page .views-field-view-node a,
.node-service .field-name-field-project-this-services .links a {
  padding: 7px 0 5px;
  font-family: "RobotoCondensedRegular", sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #808080;
}
.view-id-projects.view-display-id-page .views-field-view-node a::before,
.node-service .field-name-field-project-this-services .links a::before {
  content: '';
  background: url(../img/icon-more-2.png) no-repeat;
  width: 15px;
  height: 14px;
  margin-right: 8px;
}
.view-id-projects.view-display-id-page .views-field-view-node a:hover::before,
.node-service .field-name-field-project-this-services .links a:hover::before {
  background: url(../img/icon-more-hover.png) no-repeat;
}
.view-id-projects.view-display-id-page .views-field-view-node a:hover,
.node-service .field-name-field-project-this-services .links a:hover {
  color: #0097de;
}
.views-field-field-cover-service img {
  object-fit: cover;
}
.tabs-services .views-field-field-cover-service img,
.tab-container .view-services .view-content li .views-field-nothing {
  height: 670px;
}
.tab-container .view-services .view-content li .views-field-body {
  min-height: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.tab-container .view-services .view-content li .views-field-title {
  min-height: 71px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.tab-container .view-services.view-display-id-block_1 .view-content li .views-field-body {
  min-height: 175px;
}
.tab-container .view-services.view-display-id-block_1 .view-content li .views-field-title {
  min-height: 100px;
}
.transportation {
  display: inline-block;
  font-family: "RobotoCondensedRegular", sans-serif;
  margin-top: 35px;
  text-transform: uppercase;
  color: #0097de;
  border: 3px solid #0097de;
  font-weight: bold;
  max-width: 320px;
  width: 100%;
  text-align: center;
  padding: 13px 5px;
}
.transportation:hover {
  background-color: #0097de;
  border: 3px solid #0097de;
  color: #fff;
}
.breadcrumbs {
  margin: 30px 0 20px;
}
.breadcrumbs ul {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.breadcrumbs li {
  float: none;
  list-style-type: none;
  list-style-image: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.breadcrumbs li,
.breadcrumbs li a {
  font-family: "RobotoSemibold", sans-serif;
  font-size: 16px;
  color: #000;
  text-decoration: underline;
  text-transform: none;
}
.breadcrumbs li a:hover {
  text-decoration: none;
}
.breadcrumbs li:not(:last-child)::after {
  content: '';
  width: 14px;
  height: 5px;
  background: url('../img/icon-breadcrumbs.png') no-repeat;
  margin: 0 15px;
}
.breadcrumbs li:last-child a {
  color: #0097de;
  font-family: "RobotoRegular", sans-serif;
  font-style: italic;
  text-decoration: none;
  pointer-events: none;
}
.node li,
.node li a {
  /*font-family: "RobotoRegular", sans-serif;*/
}
.node p {
  color: #808080;
  font-size: 15px;
}
.node li {
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}
.node ul ul,
.node ul ul a {
  color: #808080;
}
.node ul ul,
.node ol ul,
.node ol ol,
.node ul ol {
  margin-top: 10px;
}
h2,
.node h2 {
  font-family: "PeaceSansWebfont", sans-serif;
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  padding: 30px 0 10px;
}
h3,
.node h3 {
  font-family: "PFBeauSansProBold", sans-serif;
  color: #000;
  font-size: 28px;
  text-transform: uppercase;
  padding: 30px 0 10px;
}
h4,
.node h4 {
  font-family: "RobotoRegular", sans-serif;
  color: #000;
  font-size: 24px;
  padding: 30px 0 10px;
}
h5,
.node h5 {
  font-family: "RobotoRegular", sans-serif;
  color: #000;
  font-size: 18px;
  padding: 30px 0 10px;
}
.node .wrap-image-slider {
  margin: 0 0 40px;
}
.view-display-id-slider {
  margin-bottom: 40px;
}
blockquote {
  padding: 40px 80px;
  border: 2px solid #0097DE;
  margin-bottom: 0;
  margin: 70px 0;
  position: relative;
  clear: both;
}
.node blockquote p {
  color: #000;
  margin-bottom: 0;
  font-family: "RobotoSemibold", sans-serif;
  font-size: 28px;
  line-height: 36px;
}
blockquote::before {
  content: '\201C';
  background: #fff;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -52px;
  left: -2px;
  color: #0097DE;
  font-size: 150px;
  line-height: 154px;
  text-align: center;
}
blockquote::after {
  content: '\201C';
  background: #fff;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -52px;
  right: -2px;
  color: #0097DE;
  font-size: 150px;
  line-height: 154px;
  text-align: center;
}
.node .wrap-image-1-3 {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  max-width: 282px;
}
.node .wrap-image-1-3 img {
    margin-left: 0px!important;
}
.node .wrap-image-315x170 {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.node .wrap-image-315x170 img {
    margin-left: 0px!important;
}
.node-img img {margin-bottom: 5px!important;}
table {
  width: 100% !important;
  border: none;
  margin: 40px 0;
}
@media screen and (max-width: 640px) {
.field-name-field-caption table td {padding: 1px;}
}
table thead {
  background: #F0F0F0;
  border: none;
}
table th,
table tr td {
  border: 2px solid #D0D0D0;
}
table tbody tr:nth-child(even) {
  background-color: transparent;
}
table tr td {
  color: #888888;
}
table tr td a {
  color: #000;
  text-decoration: underline;
}
table tr td a:hover {
  text-decoration: none;
}
.node-img span, a.colorbox-insert-image span {
  display: block;
  padding-top: 5px;
  color: #000;
  font-family: "RobotoSemibold", sans-serif;
}
.menu-services-right-menu ul.menu,
.region-sidebar-right .block-menu ul.menu {
  display: block;
}
.menu-services-right-menu > ul.menu > li > a,
.region-sidebar-right .block-menu .content > ul.menu > li > a {
  font-family: "RobotoRegular", sans-serif;
  background-color: #f4f4f4;
  color: #7b7b7b;
  line-height: 24px;
  margin-bottom: 3px;
}
#block-menu-menu-company-right-menu .content > ul > li > a.active-trail {
  color: #0097de;
  text-decoration: underline;
}
.menu-services-right-menu ul.menu li li a,
.region-sidebar-right .block-menu ul.menu li li a {
  font-family: "RobotoRegular", sans-serif;
  color: #7b7b7b;
  font-size: 14px;
  padding-left: 30px;
  line-height: 22px;
  margin-bottom: 3px;
}
.menu-services-right-menu ul.menu li a.active,
.menu-services-right-menu ul.menu li a[href^="/"]:hover,
.region-sidebar-right .block-menu ul.menu li a.active,
.region-sidebar-right .block-menu ul.menu li a[href^="/"]:hover {
  background-color: #0097de;
  color: #fff;
}
.menu-services-right-menu ul.menu li a[href^="/"]:hover,
.region-sidebar-right .block-menu ul.menu li a[href^="/"]:hover  {
  text-decoration: underline;
}
a[href*="void(0)"] {
  /*cursor: default;*/
}
.webform-progressbar {
  display: none;
}
.paragraphs-item-files table td:last-child {
  width: 100px;
}
.paragraphs-item-files table {
  margin-top: 30px;
}
.sticky-header {
  display: none;
}
.entity-paragraphs-item .field-name-field-title {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
}
.paragraphs-item-images {margin-bottom: 30px;}
.paragraphs-item-images .field-item {margin-bottom: 30px;}
.ui-widget-overlay {
  opacity: .7;
}
label {
  color: #0a0a0a;
  font-weight: bold;
}
textarea,
input[type="text"] {
  border: 2px solid #D0D0D0;
}
input[type="submit"] {
  font-family: "RobotoCondensedRegular", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
  background-color: #0097de;
  display: inline-block;
  border: none;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #063761;
}
.ui-dialog {
  padding: 0;
  z-index: 900;
}
.ui-draggable .ui-dialog-titlebar {
  border-radius: 0;
  border: none;
  color: #7b7b7b;
  background-color: #f4f4f4;
}
ul.links.inline {
  margin: 0;
}
ul.inline li {
  padding: 0;
}
.field-name-field-project-this-services .node-project {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.field-name-field-project-this-services .node-project h2 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  margin-bottom: 10px;
}
.field-name-field-project-this-services .node-project .content {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.pager--infinite-scroll a {
  display: block;
  font-family: "RobotoCondensedRegular", sans-serif;
  text-transform: uppercase;
  padding: 10px;
  max-width: 260px;
  width: 100%;
  border: 2px solid #0097de;
  color: #0097de;
  margin: 0 auto;
  text-align: center;
}
.pager--infinite-scroll a:hover {
  color: #fff;
  background-color: #0097de;
}
#block-block-3 .content h2 {
  background-color: #eee;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 40px;
}
.view-page-projects .view-content img {
  margin-bottom: 15px;
}
.view-page-projects .views-field-title a,
.view-media-library .views-field-title a {
  display: block;
  font-family: "RobotoMedium", sans-serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.view-media-library.view-display-id-page .views-field-title a {
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 10px;
  margin-bottom: 8px;
  margin-top: 15px;
}
.views-field-field-tax-service {
  color: #0097de;
  font-size: 14px;
  font-family: "RobotoCondensedRegular", sans-serif;
  padding-top: 10px;
  border-top: 1px solid #a3a3a3;
}
.view-page-projects ul li {
  margin-bottom: 45px;
}
.page-uslugi-projects #block-menu-menu-services-right-menu .content > ul.menu > li > ul,
.node-type-project #block-menu-menu-services-right-menu .content > ul.menu > li > ul,
/*.node-type-service .menu-services-right-menu > ul.menu > li > ul,*/
.node-type-ship #block-menu-menu-flot-right-menu .content > ul.menu > li > ul {
  display: none;
}
.region-sidebar-right .block-menu .active-trail ul.menu {
  display: block !important;
}
.node-type-project #block-views-exp-page-projects-page .form-item a.active {
  color: #7b7b7b;
}
.node-type-project #block-views-exp-page-projects-page .form-item a.active:hover {
  color: #0097de;
}
.menu-services-right-menu > ul.menu,
.region-sidebar-right .block-menu .content > ul.menu {
  -webkit-box-shadow: -3px 0 0 #0097de;
  -moz-box-shadow: -3px 0 0 #0097de;
  box-shadow: -3px 0 0 #0097de;
}
#block-views-exp-page-projects-page {
  padding-left: 35px;
}
#block-menu-menu-services-right-menu,
.region-sidebar-right .block-menu {
  margin-bottom: 40px;
}
.block-block h3 {
  padding-top: 0;
}
.block-block h3,
#block-views-exp-page-projects-page label,
.block-facetapi h3,
.latest-news-node h3,
#block-views-exp-page-projects-page h3 {
  font-size: 20px;
  color: #000;
  font-family: "RobotoCondensedBold", sans-serif;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 10px;
}
#block-views-exp-page-projects-page h3 {
	padding: 0;
}
.block-facetapi h3 {
  padding: 0;
}
.facetapi-checkbox {
  margin: 0;
}
.block-facetapi .content .facetapi-active {
  display: inline-block !important;
  color: #0097de;
  margin-right: 5px;
}
.block-facetapi .content .facetapi-active:hover {
  text-decoration: none;
}
.block-facetapi .content .facetapi-active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.facetapi-facetapi-links .facetapi-active::after {
  height: 20px;
}
.facetapi-facetapi-links .item-list {
  margin-top: 10px;
  padding-left: 20px;
}
.block-facetapi .content li {
  position: relative;
}
.block-facetapi .content li [type="checkbox"] {
  display: none;
}
#block-views-exp-page-projects-page .form-item a,
.block-facetapi .content ul li,
.block-facetapi .content ul li a {
  display: block;
  font-family: "RobotoCondensedRegular", sans-serif;
  color: #7b7b7b;
  margin-bottom: 13px;
  line-height: 17px;
}
#block-views-exp-page-projects-page .form-item a:hover,
#block-views-exp-page-projects-page .form-item a.active,
.block-facetapi .content li a,
.block-facetapi .content ul li,
.block-facetapi .content ul li a:hover {
  color: #0097de;
}
#block-views-exp-page-projects-page .form-item a:hover,
.block-facetapi .content ul li a:hover {
  text-decoration: underline;
}
#block-views-page-projects-block-1 h3 {
  font-size: 20px;
  color: #000;
  font-family: "RobotoCondensedBold", sans-serif;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 10px;
}
.node-type-project #block-views-exp-page-projects-page {
  padding-bottom: 110px;
}
#block-views-page-projects-block-1 .views-field-field-cover-new img {
  margin-bottom: 0;
}
#block-views-page-projects-block-1 .views-field-field-tax-service {
  border-top: none;
  background-color: #063761;
  padding: 9px 0 9px 15px;
  color: #fff;
  margin-bottom: 20px;
}
.node-title-tax .field-name-field-tax-service {
  display: inline-block;
}
.node-title-tax a {
  color: #000;
  pointer-events: none;
}
.node-title-tax {
  background-color: #eee;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
  font-size: 22px;
}
.title.node-title,
h2.title.node-title {
  padding: 0;
  margin: 0;
  font-family: "RobotoMedium", sans-serif;
  font-size: 24px;
  color: #000;
  text-transform: none;
}
.node-header {
  font-size: 14px;
  font-family: "RobotoCondensedRegular", sans-serif;
  margin-bottom: 25px;
}
.node-created {
  color: #000;
  padding-right: 20px;
}
.node-created .tax-category a,
.node-header .tax-category {
  color: #0097de;
  pointer-events: none;
}
.node-header > div > div {
  display: inline-block;
  vertical-align: top;
}
.left {
  float: left;
}
.right {
  float: right;
}
.node-header .share-text {
  padding-right: 70px;
  color: #808080;
  background: url(../img/icon-share.png) no-repeat top left 0px;
  padding-left: 40px;
  cursor: pointer;
}
.uptolike-buttons {
  position: absolute;
  background: #fff; 
  padding: 10px;
  display: none;
  z-index: 10;
}
.node-header .node-print a {
  display: block;
  color: #808080;
  background: url(../img/icon-print.png) no-repeat top left 0px;
  padding-left: 40px;
  cursor: pointer;
}
.block-nodeblock .block-content > h3 {
  display: none;
}
.block-nodeblock .block-row {
  max-width: 100%;
}
.node-slider-for-flot .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.node-slider-for-flot .content > div {
  max-width: 50%;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.node-slider-for-flot img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.region-slider {
  position: relative;
  margin-bottom: 40px;
}
.region-slider .slick-next,
.region-slider .slick-prev,
.slider-for .slick-next,
.slider-for .slick-prev,
.slider-nav .slick-next,
.slider-nav .slick-prev {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 1.5px;
  padding: 0;
  width: 60px;
  height: 60px;
  background: #0097de url(../img/icon-arrow.png) no-repeat center;
  border-radius: 0;
  font-size: 0;
  opacity: 1;
  z-index: 20;
  cursor: pointer;
}
.region-slider .slick-next {
  margin-left: 1.5px;
}
.region-slider .slick-prev {
  right: 50%;
  background: #0097de url(../img/icon-arrow.png) no-repeat center;
  -webkit-transform: rotate(180deg) translateX(100%);
  -moz-transform: rotate(180deg) translateX(100%);
  -o-transform: rotate(180deg) translateX(100%);
  transform: rotate(180deg) translateX(100%);
  margin-left: -1.5px;
}
.region-slider .slick-prev:hover,
.region-slider .slick-next:hover {
  background-color: #063761;
}
.node-slider-for-flot .field-type-text-with-summary {
  padding: 30px;
}
#node-33 strong {
  color: #000;
}
.page-not-found {
  max-width: 915px;
  width: 100%;
  margin: 0 auto;
}
.not-found-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.not-found-number {
  font-size: 220px;
  font-family: "RobotoMedium", sans-serif;
  font-weight: bold;
  color: #0F3170;
  margin-right: 30px;
}
.not-found-text {
  font-family: "RobotoMedium", sans-serif;
  color: #0F3170;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 105px;
}
.not-found-img {
  background: url('../img/icon-not-found.png') no-repeat;
  height: 90px;
  background-size: contain;
  width: 390px;
}
.not-found-help {
  font-family: "RobotoMedium", sans-serif;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#block-views-our-services-block.items-center .owl-wrapper {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100% !important;
}
#block-system-main-menu .content > ul > li {
  position: relative;
}
.slider-for img {
  width: 100%;
}
.slider-for .slick-next,
.slider-nav .slick-next {
  left: auto;
  right: 0;
  bottom: 50%;
  margin: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.slider-for .slick-prev,
.slider-nav .slick-prev {
  -webkit-transform: rotate(180deg) translateY(-50%);
  -moz-transform: rotate(180deg) translateY(-50%);
  -o-transform: rotate(180deg) translateY(-50%);
  transform: rotate(180deg) translateY(-50%);
  bottom: 50%;
  left: 0;
  margin: 0;
}
.slider-nav .slick-next {
  right: 10px;
}
.slider-nav .slick-prev {
  left: 10px;
}
.view-display-id-slider .slider-nav .slick-next {
  right: 0;
}
.view-display-id-slider .slider-nav .slick-prev {
  left: 0;
}
.view-display-id-slider .slider-nav {
  margin: 20px 0 0;
  position: relative;
}
.view-display-id-slider .slider-nav .views-row {
  padding: 0 10px;
}
.view-display-id-slider .slider-nav .views-row:focus {
  outline: none;
}
.view-display-id-slider .slider-nav .field-content {
  margin-top: 3px;
  margin-bottom: 3px;
}
.view-display-id-slider .slider-nav .field-content:hover,
.view-display-id-slider .slider-nav .slick-current .field-content {
  box-shadow: 0 0 0 3px #205ca5;
}
.field-item > p:first-child .wrap-image-slider,
.field-item > p:first-child .wrap-image-slider img {
  margin-top: 0 !important;
}
.section-fleet {
  margin-top: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.section-fleet .block-fleet {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 50px;
}
.block-fleet .fleet-title-list {
  font-family: "RobotoRegular", sans-serif;
  font-size: 20px;
  color: #0097de;
  margin: 20px 0;
}
.block-fleet ul {
  margin-left: 0;
}
.block-fleet ul li {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  font-size: 15px;
  margin-bottom: 7px;
  padding-left: 25px;
  list-style-type: none;
  position: relative;
}
.block-fleet ul li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  border: 6px solid transparent;
  border-left: 10px solid #000;
}
table .file img {
  display: none;
}
table .file a {
  display: block;
  padding: 20px 0 20px 110px;
  background: url('../img/icon-pdf.jpg') no-repeat center left;
  background-size: 45px;
}
@media screen and (max-width: 640px) {
table .file a {
    display: block;
    padding: 20px 0 20px 41px;
    background: url(../img/icon-pdf.jpg) no-repeat center left;
    background-size: 25px;
	font-size:14px;
}
.f-contacts {padding-top:30px;}
}
table .file span {
  display: none;
}
table .file a {
  font-family: "RobotoRegular", sans-serif;
  text-decoration: none;
}
table .file a:hover {
  text-decoration: underline;
}
.paragraphs-item-files table th,
.paragraphs-item-files table tr td {
  border: none;
}
.paragraphs-item-files tbody tr,
.paragraphs-item-files table tbody tr:nth-child(even) {
  border-bottom: 1px solid #d4d4d4;
}
.paragraphs-item-files table tbody {
  border: none;
  background-color: transparent;
}
tr.even, tr.odd {
  background-color: #fff;
}
#block-views-ship-block h3 {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 24px;
}
.view-ship.view-display-id-block ul li {
  margin-bottom: 20px;
}
.view-ship .another-ship {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.another-ship .views-field-cover-ship img {
  padding-right: 20px;
}
.another-ship .views-field-title a {
  font-family: "RobotoMedium", sans-serif;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
  color: #000;
}
.another-ship .views-field-view-node a {
  padding: 7px 0 5px;
  font-family: "RobotoCondensedRegular", sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #808080;
  margin-top: 15px;
}
.another-ship .views-field-view-node a::before {
  content: '';
  background: url(../img/icon-more-2.png) no-repeat;
  width: 15px;
  height: 14px;
  margin-right: 8px;
}
.another-ship .views-field-view-node a:hover {
  color: #0097de;
}
.another-ship .views-field-view-node a:hover::before {
  background: url(../img/icon-more-hover.png) no-repeat;
}
.another-ship .views-field-cover-ship {
  max-width: 32%;
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}
.title-ship {
  font-family: "RobotoCondensedRegular", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}
.another-ship .ship-content {
  max-width: 45%;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}
.view-new.view-display-id-block_1 .views-field-field-cover-new img {
  width: 100%;
}
.view-new.view-display-id-block_1 .views-field-nothing {
  position: relative;
  min-height: 135px;
}
.view-new.view-display-id-block_1 .last-new-content,
.view-media-library-slider .slider-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 30px 20px;
}
.view-new.view-display-id-block_1 .views-field-title a,
.view-media-library-slider .views-field-title a {
  font-family: "RobotoMedium", sans-serif;
  font-weight: normal;
  font-size: 19px;
  text-decoration: underline;
  height: auto;
  color: #000;
}
.view-media-library-slider .views-field-title a:hover {
  color: #0097de;
}
.view-new.view-display-id-block_1 .views-field-title {
  max-width: 560px;
  margin-bottom: 15px;
}
.last-new-content .views-field-date,
.last-new-content .views-category,
.view-news.view-display-id-page .views-field-created,
.view-news.view-display-id-page .views-field-field-category-new {
  display: inline-block;
  font-family: "RobotoCondensedRegular", sans-serif;
  font-size: 14px;
}
.last-new-content .views-field-date,
.view-news.view-display-id-page .views-field-created {
  margin-right: 15px;
  color: #000;
}
.last-new-content .views-category,
.view-news.view-display-id-page .views-field-field-category-new {
  color: #0097de;
}
.view-new.view-display-id-block_1 {
  margin-bottom: 30px;
}
.view-news.view-display-id-page .views-field-title a {
  display: block;
  font-family: "RobotoMedium", sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #000;
  padding-top: 22px;
  padding-bottom: 10px;
}
.item-list ul.pager {
  text-align: left;
  margin: 0 0 40px 0;
}
.view-news.view-display-id-page .item-list ul.pager {
  margin: 0 0 40px 1.5em;
}
.item-list ul.pager li {
  text-align: left;
  border: 2px solid #b3b3b3;
  padding: 8px 17px;
  margin-right: 4px;
  color: #b3b3b3;
  font-weight: normal;
  font-family: "RobotoCondensedRegular", sans-serif;
  display: inline-block;
  position: relative;
}
.item-list ul.pager li a {
  color: #b3b3b3;
  font-weight: normal;
  font-family: "RobotoCondensedRegular", sans-serif;
}
.item-list ul.pager li a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.item-list li.pager-last.last,
.item-list li.pager-first.first {
  display: none;
}
.item-list ul.pager li.pager-current {
  color: #0097de;
  border: 2px solid #0097de;
}
.item-list ul.pager li:hover a {
  color: #0097de;
  text-decoration: underline;
}
.view-news.view-display-id-page .views-field-body {
  color: #727272;
  font-size: 15px;
}
.view-news.view-display-id-page .views-row {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 2px 0 #d2d2d2;
  -moz-box-shadow: 0 2px 0 #d2d2d2;
  box-shadow: 0 2px 0 #d2d2d2;
}
.block-facetapi .content li {
  margin: 0;
}
.block-facetapi {
  margin-bottom: 40px;
}
.node-type-news .node-title-tax a {
  pointer-events: all;
}
.latest-news-node .view-new .views-field-title a {
  font-weight: normal;
}
.latest-news-node .view-new .view-content ul li,
.view-media-more .view-content ul li {
  margin-bottom: 40px;
}
.latest-news-node {
  margin-top: 100px;
}
.latest-news-node .view-new .views-field-title a {
  height: auto;
}
.node-title-tax .field-name-field-category-new {
  display: inline-block;
}
.view-media-library .view-content ul {
  margin: 0 -15px;
}
.view-media-library .views-field-created,
.view-media-library .views-field-field-media-category,
.view-media-library-slider .views-field-created,
.view-media-library-slider .views-field-field-media-category {
  font-size: 14px;
  font-family: "RobotoCondensedRegular", sans-serif;
  color: #0097de;
  display: inline-block;
}
.view-media-library .views-field-created,
.view-media-library-slider .views-field-created {
  margin-right: 25px;
  color: #000;
}
.view-media-library-slider {
  position: relative;
  margin-bottom: 30px;
}
.view-media-library-slider .slider-gallery {
  padding-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.view-media-library-slider .views-field-created,
.view-media-library-slider .views-field-field-media-category {
  white-space: nowrap;
}
.view-media-library-slider .views-field-title a {
  padding-right: 20px;
  margin-bottom: 0;
}
.view-media-library.view-display-id-page .view-content ul li {
  margin-bottom: 40px;
}
.view-media-library-slider .owl-item {
  position: relative;
}
.view-media-library-slider .views-field-view-node a {
  color: transparent;
  font-size: 0;
  display: block;
  height: 0;
}
.view-media-library-slider .views-field-view-node a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.view-id-projects.view-display-id-page .views-field-title a {
  margin-bottom: 20px;
  min-height: 72px;
}
.view-display-id-slider .slick-track {
  margin: 0;
}
.header-bootom,
.row-search {
  position: relative;
}
.row-search {
    clear: both;
    padding-top: 23px;
    color: #0097de;
    font-size: 15px;
}
.button-search .icon {
    background: url(../img/icon-search.png?1) no-repeat;
    width: 27px;
    height: 22px;
    float: left;
}
.button-search {
  cursor: pointer;
}
#block-locale-language .block-row {
  margin: 0;
}
#block-custom-search-blocks-1,
#block-search-form,
#block-views-exp-search-page {
  display: none;
  padding: 11px 0;
}
#block-search-form h2,
#block-search-form input,
#block-search-form .form-item,
#block-custom-search-blocks-1 .search-form,
#block-custom-search-blocks-1 .form-item,
#block-custom-search-blocks-1 .form-actions,
.views-exposed-widgets,
.views-exposed-form .views-exposed-widget,
.views-exposed-form .views-exposed-widget input,
.views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
  padding: 0;
}
#block-search-form .form-item {
  display: block;
}
.views-exposed-form .views-exposed-widget {
  float: none;
}
#block-custom-search-blocks-1 .form-actions input,
#block-search-form .form-submit,
#block-views-exp-search-page .views-exposed-form .views-exposed-widget .form-submit {
  font-size: 0;
  color: transparent;
  background: url('../img/icon-btn-search.png') no-repeat;
  width: 63px;
  height: 63px;
}
#block-custom-search-blocks-1 .search-form > div,
#block-views-exp-search-page .views-exposed-widgets,
#block-search-form .container-inline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#block-custom-search-blocks-1 .form-item,
#block-search-form .form-type-textfield,
#block-views-exp-search-page .views-widget-filter-combine {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#block-search-form .form-actions,
#block-views-exp-search-page .views-submit-button {
  width: 63px;
}
#block-custom-search-blocks-1 .form-item input,
#block-search-form .form-type-textfield input,
#block-views-exp-search-page .views-widget-filter-combine input {
  height: 63px;
  box-shadow: none;
  border: 1px solid #ebebeb;
  padding: 0 20px;
  color: #000;
  width: 100%;
}
.view-nodefile table tbody {
    border: none;
    background-color: transparent;
}
.view-nodefile table.views-table td, .view-nodefile table.views-table th{border: none; }
.view-nodefile tbody tr, .view-nodefile table tbody tr:nth-child(even) {
    border-bottom: 1px solid #d4d4d4;
}
.view-nodefile table td:last-child {
    width: 100px;
}
.view-nodefile table .views-field-title a {
    font-family: "RobotoRegular", sans-serif;
    text-decoration: none;
}
.view-nodefile table thead tr {position: relative;}
.view-nodefile table tr th.views-field-extension {position: absolute; }
.view-nodefile table td.views-field-extension span {
    display: block;
    height: 56px;
    width: 51px;
    text-indent: -9999px;
    margin-bottom: 6px;
    margin-top: 6px;
    background-size: 45px!important;
}
.view-nodefile table td.views-field-extension span.doc {background: transparent url(icofile/doc.png) no-repeat center;}
.view-nodefile table td.views-field-extension span.ppt {background: transparent url(icofile/ppt.png) no-repeat center;}
.view-nodefile table td.views-field-extension span.docx {background: transparent url(icofile/docx.png) no-repeat center;}
.view-nodefile table td.views-field-extension span.pdf {background: transparent url(icofile/pdf.png) no-repeat center;}
.view-nodefile table td.views-field-extension span.xls {background: transparent url(icofile/xls.png) no-repeat center;}
.view-nodefile table td.views-field-extension span.zip {background: transparent url(icofile/zip.png) no-repeat center;}
.view-nodefile table td.views-field-extension span.xlsx {background: transparent url(icofile/xlsx.png) no-repeat center;}

@media only screen and (max-width :640px){
.view-nodefile table td.views-field-extension, .view-nodefile table th.views-field-title {display: none;}
}
.view-media-library-slider .views-field-field-video iframe {
  height: -webkit-fill-available;
  width: 100%;
  max-height: 519px;
}
.file-video img {
  width: 100%;
}
.sp-fade-arrows {
  opacity: 1;
}
.slider-pro .sp-arrow::before,
.slider-pro .sp-arrow::after {
  content: none;
}
.slider-pro .sp-next-arrow,
.slider-pro .sp-previous-arrow {
  right: 0;
  width: 60px;
  height: 60px;
  background: #0097de url(../img/icon-arrow.png) no-repeat center;
  border-radius: 0;
  font-size: 0;
  opacity: 1;
  z-index: 20;
  cursor: pointer;
}
.slider-pro .sp-previous-arrow {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sp-thumbnails-container .sp-arrows {
  margin: 0;
}
.sp-thumbnails-container .sp-arrow {
  margin-top: -30px;
}
.node ul {
  color: #808080;
}
.title-media {
  font-size: 20px;
  color: #000;
  font-family: "RobotoCondensedBold", sans-serif;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 10px;
}
#block-views-media-media h3 {
  font-size: 26px;
  font-family: "RobotoCondensedBold", sans-serif;
}
.view-slider-front {
  text-align: center;
}
.view-media-library-slider .views-field-field-gallery-1 a {
  font-size: 0;
  color: transparent;
  display: block;
  height: 0;
}
.view-media-library-slider .views-field-field-gallery-1 a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.copyright p,
.streeat p {
  margin-bottom: 0;
}
#block-locale-language .contextual-links-wrapper {
  right: -25px;
}
.slider-nav .views-row {
  height: 88px;
}
.slider-for .slick-slide {
  height: 520px;
}
.view-page-projects .views-field-title a {
  height: 99px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#sidebar-right #block-menu-menu-pressroom h3,
#sidebar-right #block-menu-menu-flot-right-menu h3,
#sidebar-right #block-menu-menu-sotsialnaya-otv-right-menu h3,
#sidebar-right #block-menu-menu-investors-right-menu h3 {
  display: none;
}

.logo-95-nwship {
  padding-left: 20px;
  max-width: 125px;
  margin-left: 25px;
}
.footer-contacts .phone {
  font-size: 20px;
}
.ui-dialog {
  border-radius: 0;
  border: none;
  padding: 60px 50px;
  width: auto !important;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  background: transparent;
  position: static;
}
.ui-dialog .ui-dialog-title {
  color: #000;
  font-size: 30px;
  font-family: "RobotoBold",sans-serif;
  text-align: center;
  margin: 0;
  margin-bottom: 17px;
  display: block;
  width: 100%;
  float: none;
}
.advantages-block-img img {
  max-width: 90px;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: 20px;
  margin: 0;
  right: 20px;
  width: 30px;
  height: 35px;
  background: transparent;
  border: transparent;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-icon-primary {
  background: transparent;
  width: 0;
  height: 0;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
  padding: 0;
}
.ui-dialog .autodialog-content {
  padding: 0;
}
.ui-dialog-content .form-item {
  margin: 10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.ui-dialog-content .form-item label {
  max-width: 300px;
  width: 100%;
  font-family: "RobotoCondensedRegular", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 16px;
  margin-top: 9px;
}
.ui-dialog-content .form-item input, .ui-dialog-content .form-item textarea {
  max-width: 350px;
  width: 100%;
}
.webform-client-form .grippie {
  display: none;
}
.webform-client-form .form-item input,
.webform-client-form .form-item textarea,
.webform-client-form .form-item select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #0097de;
  margin-bottom: 0;
}
.ui-dialog-content .form-actions {
  text-align: right;
}
.ui-dialog-content .webform-submit {
  max-width: 350px;
  width: 100%;
  border: 2px solid #0097de;
  background-color: transparent;
  color: #000;
  font-size: 14px;
}
.ui-dialog-content .webform-submit:hover {
  background-color: #0097de;
  color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close{
  width: 21px;
  height: 21px;
  background: url('../img/icon-close.png') no-repeat;
  position: absolute;
  top: 3px;
  right: 6px;
}
.ui-dialog .ui-dialog-titlebar-close:hover::after {
  opacity: 0.7;
}
.webform-component--company-contact-person textarea,
.webform-component--Phone-or-email-contact-person textarea {
  height: 55px;
}
.h-st,
.header-contacts,
#block-locale-language .language-switcher-locale-url {
  padding-top: 9px;
}
.view-search .views-field-title a {
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
  font-family: "RobotoMedium";
  color: #000;
}
.view-search .views-field-body p,
.view-search .views-field-field-paragraphs p {
  color: #727272;
}
.view-search .view-content .item-list > ul > li {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 33px;
  -webkit-box-shadow: 0 2px 0 #d2d2d2;
  -moz-box-shadow: 0 2px 0 #d2d2d2;
  box-shadow: 0 2px 0 #d2d2d2;
}
.view-search {
  max-width: 1000px;
  margin: 0 auto;
}
.view-search .item-list ul.pager {
  margin-top: 55px;
}
.help-text-search,
.view-empty {
  font-size: 18px;
  font-weight: bold;
  max-width: 1000px;
  margin: 0 auto;
}
#block-system-main-menu .content > .menu {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  z-index: 100;
  overflow: visible !important;
}
#block-system-main-menu .content > .menu > li.full {
  position: static;
}
#block-system-main-menu .content > .menu > li.full > .menu::before,
#block-system-main-menu .content > .menu > li.full > .menu::after {
  content: '';
  position: absolute;
  background-color: #f5f5f5;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
#block-system-main-menu .content > .menu > li.full > .menu::after {
  left: auto;
  right: -100%;
}
#block-system-main-menu .content > .menu > li.full > ul > li > a {
  font-family: "RobotoCondensedBold", sans-serif;
  position: relative;
  color: #000;
  padding-bottom: 15px;
}
#block-system-main-menu .content > .menu > li.full > ul > li a {
  line-height: 28px;
}
#block-system-main-menu .content > .menu > li.full > ul > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  border: 6px solid transparent;
  border-left: 9px solid #000;
}
#block-system-main-menu .content > .menu > li.full > ul > li > a:hover::before,
#block-system-main-menu .content > .menu > li.full > ul > li > a.active::before {
  border-left: 9px solid #0097de;
}
#page {
  overflow: hidden;
}
#block-system-main-menu .content > .menu > li.full > .menu > li {
  padding-right: 30px;
  padding-bottom: 40px;
}
#block-system-main-menu .content > .menu > li > .menu > li > ul a {
  text-transform: none;
  color: #626262;
  padding: 0;
}
#block-system-main-menu .content > .menu > li.full > .menu > li a {
  padding-left: 0;
  padding-right: 0;
}
#block-system-main-menu .content > .menu > li.full > .menu > li > a {
  padding-left: 15px;
}
#block-system-main-menu .content > .menu > li.full > .menu ul {
  padding-left: 0;
}
.small .menu li {
  width: 100%;
}
.small .menu a {
  display: block;
}
#block-system-main-menu .content > .menu > li > .menu li {
  width: 100%;
}
#block-system-main-menu .content > .menu > li.full > .menu > li > ul > li > a {
  line-height: 21px;
  margin-bottom: 5px;
}
.content .node p:empty {
  display: none !important;
}
#block-system-main-menu .content > .menu > li:not(.full) > .menu a {
  margin-bottom: 15px;
  line-height: 28px;
}
#block-system-main-menu .content > .menu > li:not(.full) > .menu {
  min-width: 245px;
}
#block-system-main-menu .content > .menu > li.small > .menu {
  min-width: 170px;
}
.slider-pro .sp-thumbnail-container {
  padding: 3px;
}
.slider-pro .sp-thumbnail-container.sp-selected-thumbnail {
  -webkit-box-shadow: inset 0 0 0 3px #205ca5;
  box-shadow: inset 0 0 0 3px #205ca5;
}
.sp-thumbnails {
  /*margin: 0 -10px;*/
}
.sp-thumbnail-container .file-video img {
  height: 102px;
  object-fit: cover;
}
.view-media .sp-thumbnail-container img {
  height: 102px;
}
.view-display-id-slider .sp-thumbnails-container img {
  height: 104px;
}
.view-media .sp-thumbnails-container.sp-bottom-thumbnails {
  margin-top: 20px;
}
#block-system-main-menu .content > .menu .about ul.menu {
  min-width: 285px;
}
#footer .menu li {
  width: 100%;
}
#block-system-main-menu .content > .menu > li.full > .menu {
  padding-left: 20px;
}
.view-slider-front .views-field-nothing {
  width: 100%;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.view-slider-front .views-field-nothing img {
  display: none;
}
#block-system-main-menu .content > .menu > li.full > .menu a[href*="void"]:hover {
  color: #000;
  text-decoration: none;
}
#block-system-main-menu .content > .menu > li > .menu a[href*="void"]:hover {
  color: #063761;
  text-decoration: none;
}
#block-system-main-menu .content > .menu > li.full > .menu a[href*="void"]:hover::before {
  border-left: 9px solid #000;
}
.view-about-sovet .view-content ul {
  margin: 0 -15px;
}
.view-about-sovet .view-content ul li {
  margin-bottom: 40px;
  position: relative;
}
.view-about-sovet .views-field-name,
.employee-content .views-field-name {
  color: #000;
  font-weight: bold;
  font-family: "RobotoMedium", sans-serif;
  margin-top: 20px;
  margin-bottom: 3px;
}
.employee-content .views-field-name {
  margin-top: 0;
}
.views-field-field-employee-position,
.employee-content .views-field-field-employee-position,
.employee-content .views-body {
  color: #727272;
  font-family: "RobotoRegular", sans-serif;
}
.employee-content .views-field-field-employee-position {
  padding: 5px 0 25px;
}
.view-about-sovet .views-field-nothing a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.term-listing-heading + p,
.page-about-sovet .autodialog-content > p,
.page-about-managment .autodialog-content > p {
  display: none;
}
.page-about-sovet .ui-dialog,
.page-about-managment .ui-dialog {
  max-width: 1170px;
  padding: 90px 75px;
  width: 100% !important;
}
.page-about-sovet .ui-dialog-title,
.page-about-managment .ui-dialog-title {
  display: none;
}
.page-about-sovet .ui-dialog .ui-dialog-titlebar-close,
.page-about-managment .ui-dialog .ui-dialog-titlebar-close {
  top: 45px;
  right: 45px;
}
#footer .logo-95-nwship {
  margin: 0;
  padding: 0;
  margin-top: 35px;
}
.views-field-field-mobile-image {
  display: none;
}
.arrow-menu {
  display: none;
}
.slider-pro .sp-slide .title {
  margin-bottom: 15px;
}
/* Mobile menu */
.toggle {
  display: none;
  width: 55px;
  height: 60px;
  cursor: pointer;
  top: 9px;
  right: 0;
  z-index: 99;
  padding: 25px 15px 0 15px;
  background-color: #f2f2f2;
}
.toggle span::after,
.toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
}
.toggle span::after{
  top: 6px;
}
.toggle span {
  position: relative;
  display: block;
}
.toggle span,
.toggle span::after,
.toggle span::before {
  width: 100%;
  height: 2px;
  background-color: #22356e;
  transition: all 0.3s;
  backface-visibility: hidden;
  min-width: 30px;
}
/* on activation */
.toggle.open span {
  background-color: transparent;
}
/* translate(5px,5px); */
.toggle.open span::before {
  transform: rotate(45deg) translate(4px,3px);
  -moz-transform: rotate(45deg) translate(4px,3px);
  -webkit-transform: rotate(45deg) translate(4px,3px);
  -ms-transform: rotate(45deg) translate(4px,3px);
  -o-transform: rotate(45deg) translate(4px,3px);
}
/* translate(7px,-8px); */
.toggle.open span::after {
  transform: rotate(-45deg) translate(5px,-5px);
  -moz-transform: rotate(-45deg) translate(5px,-5px);
  -webkit-transform: rotate(-45deg) translate(5px,-5px);
  -ms-transform: rotate(-45deg) translate(5px,-5px);
  -o-transform: rotate(-45deg) translate(5px,-5px);
}
/* /-- header */
.header-mobile {
  display: none;
}
ul.slick-dots {
  width: 100%;
  text-align: center;
}
.view-new.view-display-id-block ul.slick-dots li {
  display: inline-block;
  padding: 30px 5px 0;
}
ul.slick-dots li button {
  font-size: 0;
  color: transparent;
  width: 13px;
  height: 13px;
  background-color: #d4d4d4;
  border-radius: 50%;
}
ul.slick-dots li.slick-active button {
  background-color: #063761;
}
.view-new.view-display-id-block {
  position: relative;
}
.view-new .slick-next,
.view-new .slick-prev,
.view-page-projects.view-display-id-block_1 .slick-next,
.view-page-projects.view-display-id-block_1 .slick-prev,
.node-type-gallery .view-media-more .slick-next,
.node-type-gallery .view-media-more .slick-prev {
  position: absolute;
  top: 65px;
  right: 15px;
  background: url('../img/arrow-next.png') no-repeat;
  width: 50px;
  height: 50px;
  color: transparent;
  font-size: 0;
  z-index: 10;
}
.view-new .slick-prev,
.view-page-projects.view-display-id-block_1 .slick-prev,
.node-type-news .view-new .view-content ul .slick-prev,
.node-type-gallery .view-media-more .slick-prev {
  top: 65px;
  left: 15px;
  right: auto;
  background: url('../img/arrow-prev.png') no-repeat;
}
.view-page-projects.view-display-id-block_1 .slick-dots li,
.node-type-news .view-new .view-content .slick-dots li,
.node-type-gallery .view-media-more .slick-dots li {
  display: inline-block;
  margin-bottom: 0 !important;
  padding: 0 5px !important;
}
.view-page-projects.view-display-id-block_1 .slick-next {
  right: 10px;
}
.view-page-projects.view-display-id-block_1 .slick-prev {
  left: 10px;
}
.node-type-gallery .view-media-more .slick-next {
  right: 0;
}
.node-type-gallery .view-media-more .slick-prev {
  left: 0;
}
.view-our-services .slick-next,
.view-our-services .slick-prev {
  position: absolute;
  top: 50%;
  right: 15px;
  background: url('../img/arrow-next-2.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 50px;
  height: 50px;
  color: transparent;
  font-size: 0;
  z-index: 10;
  margin-top: -40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.view-our-services .slick-prev {
  background: url('../img/arrow-prev-2.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  right: auto;
  left: 15px;
}
.view-our-services .view-content li {
  position: relative;
}
.view-our-services .view-content .item-list .slick-dots {
  margin: 0;
}
.view-our-services .view-content .item-list .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
.view-our-services .view-content .item-list ul {
  margin: 0 -15px;
}
.view-our-services .view-content .item-list ul li {
  padding: 0 15px;
}
#page-wrapper {
  position: relative;
}
.sp-slides-container .sp-slide {
  /*height: auto !important;*/
}
body:not(.node-type-gallery) .sp-slide * {
  height: 100% !important;
}
.wrap-image-slider > img {
  height: auto !important;
  margin-bottom: 0 !important;
}
.file-video-youtube iframe {
  width: 100%;
  height: 535px !important;
}
.mobile-img {
  display: none;
}
.tab-container .view-services .view-content li {
  position: relative;
}
.tab-container .view-services .views-field-view-node-1 a {
  color: transparent;
  font-size: 0;
  display: block;
  width: 100%;
  height: 0px;
}
.form-managed-file {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.webform-client-form .form-managed-file > input {
  width: auto;
  border: none;
  margin-bottom: 10px;
}
.webform-client-form-344 {
  max-width: 550px;
}
.ui-dialog-content .webform-client-form-344 .form-item label {
  max-width: 155px;
}
.ui-dialog-content .webform-client-form-344 .form-item input,
.ui-dialog-content .webform-client-form-344 .form-item select {
  max-width: 350px;
}
.ui-dialog-content .form-item.webform-component--attach-resume {
  display: block;
}
.mobile-logo {
  text-align: center;
}
.webform-confirmation {
  text-align: center;
}
.webform-confirmation h2 {
  font-family: "RobotoRegular", sans-serif;
  font-size: 21px;
}
.page-node-80 #content,
.page-node-344 #content {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.view-about-sovet .view-content .views-field-field-employee-image {
  text-align: center;
}
#block-block-1 .content a.modal-mobile,
.modal-mobile {
  display: none;
}
.owl-carousel {
  /*touch-action: none;*/
}
#block-menu-menu-company-right-menu .content > ul > li > a.active-trail {
  color: #fff;
  background-color: #0097de;
}
.view-page-projects .views-field-field-cover-new img {
  width: 100%;
}
.node-webform .form-actions {
  text-align: center;
}
.node-webform .form-actions input {
  border: 2px solid #0097de;
  background-color: #fff;
  color: #0097de;
}
.node-webform .form-actions input:hover {
  background-color: #0097de;
  color: #fff;
}
.webform-client-form-344 {
  max-width: 100%;
}
.view-new .views-field.views-field-field-cover-new img {
  width: 100%;
}
#cboxWrapper {
  border-radius: 0;
}
#not-padding td {
  padding: 0;
  border: none;
}
table#not-padding,
table#not-padding tbody {
  border: none;
}
#edit-field-tax-service-tid-all,
#edit-field-tax-service-tid-2-all,
.i18n-ru .logo-en,
.i18n-en .logo-ru,
.i18n-en .block-ru,
.i18n-ru .block-en {
  display: none;
}
.search-snippet-info .search-info {
  display: none;
}
.search-form + h2 {
  font-size: 32px;
  text-transform: uppercase;
  color: #063761;
  margin-bottom: 30px;
  font-family: "Helvetica Neue",Helvetica,RobotoRegular,Arial,sans-serif;
  padding: 0;
}
.page-search .search-form {
  margin: 0;
}
.page-search h1.title {
  display: none;
}
.all-node-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.all-node-print {
  /*padding-top: 40px;*/
}
.all-node-header {
  margin-bottom: 20px;
}
.node-type-service .all-node-header {
  max-width: 75%;
}
.view-inquiry td {vertical-align: top;}
@media screen and (max-width: 1023px) {
.node-type-service .all-node-header {
  max-width: 100%;
}
}
@media screen and (max-width: 640px) {
.all-node-print, .node-print {display: none!important;}
.view-inquiry td, .view-inquiry tbody {display: block; border: none; padding-left:0; padding-right:0;}
}
ul.social-icons {
  list-style-type: none;
  margin: 20px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
ul.social-icons li {
  padding-right: 10px;
  display: block !important;
}
ul.social-icons li:last-child {
  padding-right: 0;
}
ul.social-icons img {
  max-width: 40px;
}
.node-type-news #block-menu-menu-pressroom a[href*="news"],
.node-type-gallery #block-menu-menu-pressroom a[href*="media"] {
  background-color: #0097de;
  color: #fff;
}
.language-switcher-locale-url .locale-untranslated {
  text-decoration: none;
}
#block-system-main .search-form {
  display: none;
}
table.no-border,
table.no-border * {
  border: none;
}
.node table h1,
.node table h2,
.node table h3,
.node table h4,
.node table h5,
.node table h6 {
  margin: 0;
  padding: 0;
}


input::-webkit-input-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
  opacity:  1;
}
input::-moz-placeholder {
  color: #000;
  opacity:  1;
}
input:-ms-input-placeholder {
  color: #000;
}
input::-ms-input-placeholder {
  color: #000;
}
input::placeholder {
  color: #000;
}
.uptl_share_more_popup,
.share_more_selection {
  display: none;
}
.messages-block {
  width: 100%;
}
.view-new .views-row a,
.view-id-projects.view-display-id-page .views-field-view-node a,
.node-service .field-name-field-project-this-services .links a,
.another-ship .views-field-view-node a {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.page-uslugi #content,
.node-type-service #content,
.page-search #content {
  max-width: 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}


@media screen and (max-width: 1320px) {
  .button-search {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #block-system-main-menu {
  }
  .header-contacts .phone {
    font-size: 17px;
  }
  .view-new .block-bottom .date {
    padding-left: 50px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1350px) {
  #block-system-main-menu .content > .menu > li > a {
    font-size: 19px;
	padding: 14px 11px;
  }
}
@media screen and (max-width: 1295px) {
  #block-system-main-menu .content > .menu > li > a {
    font-size: 19px;
	padding: 14px 10px;
  }
}
@media screen and (max-width: 1250px) {
  #block-system-main-menu .content > .menu > li > a {
    font-size: 18px;
	padding: 14px 9px;
  }
}
@media screen and (max-width: 1180px) {
  #block-system-main-menu .content > .menu > li > a {
    font-size: 17px;
	padding: 14px 9px;
  }
}
@media screen and (max-width: 1122px) {
  #block-system-main-menu .content > .menu > li > a {
    font-size: 16px;
	padding: 14px 8px;
  }
}
@media screen and (max-width: 1080px) {
  #block-system-main-menu .content > .menu > li > a {
    font-size: 15px;
	padding: 14px 9px;
  }
}
@media screen and (max-width: 1050px) {
  #block-system-main-menu .content > .menu > li > a {
    font-size: 14px;
	padding: 14px 10px;
  }
}
@media screen and (max-width: 1220px) {
  .header-right .logo-95-nwship {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .advantages-block-img {
    min-height: 100px;
  }
  #block-system-main-menu .content > .menu > li > .menu {
    display: none !important;
  }
  #block-system-main-menu .content > .menu > li:hover > .menu {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
  }
  .header-top .large-3:not(.h-st) {
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }

.logodiv {
    -webkit-flex: 0 0 37.33333%;
    -ms-flex: 0 0 37.33333%;
    flex: 0 0 37.33333%;
    max-width: 37.33333%;
}
  .h-right {
    flex: 0 0 12.66667%;
    max-width: 12.66667%;
  }
  #block-locale-language {
    padding-left: 13px;
  }
  .page-uslugi-projects.page-uslugi #content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #f-menu-press-room {
    padding-left: 20%;
  }
  #footer .menu-services {
    padding-left: 25%;
  }
  .f-menu-shipping,
  .f-contacts {
    padding-right: 0;
  }
  .f-contacts,
  .f-menu-services,
  .h-right {
    padding-left: 0;
  }
  .h-st {
    padding-left: 0;
	-webkit-flex: 0 0 26%;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
  }
}
@media screen and (max-width: 1023px) {
  .all-node-header {
    max-width: 100%;
  }
  .language-switcher-locale-url li::after {
    content: none;
  }
  #page-wrapper {
    top: 60px;
  }
  .region-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
  }
  .hide-search {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 11px;
    left: 13px;
    background-color: #f2f2f2;
    z-index: 600;
    border: 1px solid #ebebeb;
    cursor: pointer;
  }
  .hide-search::after {
    content: '';
    width: 2px;
    height: 30px;
    background-color: #22356e;
    position: absolute;
    top: 3px;
    left: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hide-search::before {
    content: '';
    width: 2px;
    height: 30px;
    background-color: #22356e;
    position: absolute;
    top: 3px;
    right: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #block-custom-search-blocks-1 .form-actions input,
  #block-views-exp-search-page .views-exposed-form .views-exposed-widget .form-submit {
    width: 40px;
    height: 40px;
    background-size: 45px;
    background-position: center center;
    padding: 0;
  }
  #block-custom-search-blocks-1 .form-item input,
  #block-views-exp-search-page .views-widget-filter-combine input {
    height: 40px;
    padding-left: 55px;
  }
  #block-custom-search-blocks-1 .form-actions,
  #block-views-exp-search-page .views-submit-button {
    width: 40px;
  }
  #block-custom-search-blocks-1,
  #block-views-exp-search-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    padding: 11px 13px;
  }
  .mobile-logo {
    padding: 0 10px;
    background: #f2f2f2;
    height: 60px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #logo {
    margin: 0;
	padding-top:0;
  }
  #logo img {
    max-width: 100%;
    margin-top: 10px;
  }
  .header-mobile .language-switcher-locale-url li.active {
    display: none;
  }
  .header-mobile .phone,
  .language-switcher-locale-url a {
    margin: 0;
    white-space: nowrap;
    font-size: 17px;
    font-family: "MyriadProRegular", sans-serif;
    font-weight: normal;
    color: #0097de;
    display: block;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .header-contacts,
  .language-switcher-locale-url {
    min-height: 60px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .header-mobile > div {
    -webkit-box-flex: 0;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .header-mobile .header-contacts {
    padding: 0 1px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
  }
  .header-mobile #block-locale-language--2 {
    display: inline-block;
  }
  .header-mobile .header-contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .header-mobile .button-search .icon {
    background: url('../img/icon-search-mob.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin: 22.5px auto 0;
	float: none;
  }
  .header-mobile .button-search {
    display: block;
    height: 60px;
    position: static;
    min-width: 50px;
    width: auto;
  }
  .toggle {
    position: static;
    margin-top: 0;
    padding-top: 29px;
    max-width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .header-top {
    display: none;
  }
  .header-mobile,
  .header-contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .close-webform::after {
    content: '';
    width: 21px;
    height: 21px;
    background: url('../img/icon-close.png') no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #block-block-1 .content a,
  .node-type-webform .region-header,
  .node-type-webform .region-footer,
  .node-type-webform #block-common-module-common-breadcrumbs,
  .autodialog,
  .node-service .autodialog,
  .autodialog.transportation {
    display: none;
  }
  #block-block-1 .content a.modal-mobile,
  .view-about-sovet .views-field-nothing a {
    display: inline-block;
  }
  .node-type-webform #page-wrapper {
    top: 0;
  }
  .node-type-webform {
    padding: 15px 0;
  }
  .view-about-sovet .view-content .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #block-block-3 .content h2 {
    margin-bottom: 15px;
  }
  .page-uslugi-projects .region-sidebar-right {
    margin-top: 0;
  }
  .ui-dialog-content .webform-client-form-344 .form-item label {
    max-width: 100%;
  }
  .transportation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .advantages-border {
    color: #fff;
  }
  .field-name-body iframe {
    width: 100%;
  }
  .another-ship .ship-content {
    max-width: 68%;
    -webkit-flex: 0 0 68%;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
  }
  .ui-dialog {
    max-width: 100%;
/*    top: 0px !important;
    position: fixed;
    overflow-y: auto;
    height: 100vh !important;*/
  }
  #block-system-main-menu .content > .menu > li > .menu ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .region-sidebar-right {
    margin-top: 40px;
  }
  .file-video-youtube iframe {
    height: 400px !important;
  }
  .view-new.view-display-id-block_1{
    display: none;
  }
  .latest-news-node {
    margin-top: 0;
  }
/*   .page-press-center-news #sidebar-right {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  } */
  .node-type-service #block-system-main > .block-row > .block-content > .content .large-9 {
    width: 100%;
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .field-name-field-project-this-services > .field-items > .field-item {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .node-type-service .menu-services-right-menu,
  .node-type-service .large-3 .transportation  {
    display: none;
  }
  .sp-slides-container .sp-mask,
  .sp-slides-container .sp-mask img {
    height: 400px !important;
  }
  .sp-slides-container .sp-mask img {
    object-fit: contain;
  }
  .view-page-projects {
    margin-top: 20px;
  }
  .region-sidebar-right #block-menu-menu-services-right-menu {
    display: none;
  }
  #block-views-exp-page-projects-page {
    padding-left: 0;
  }
  #block-views-exp-page-projects-page label,
  #block-views-exp-page-projects-page h3,
  .block-facetapi h3 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 10px;
    position: relative;
    background-color: #0097DE;
    margin-bottom: 0;
  }
  .item-list ul.pager li {
    margin-bottom: 6px;
  }
  #block-views-exp-page-projects-page .views-widget,
  .block-facetapi .content {
    border: 1px solid #f2f2f2;
    border-top: none;
    padding: 10px;
    margin-bottom: 20px;
  }
  #block-views-exp-page-projects-page .form-item a,
  .block-facetapi .content li {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 13px;
  }
  .block-facetapi .content li a {
    margin-bottom: 0;
  }
  #block-views-exp-page-projects-page .form-item .form-item:last-child a,
  .block-facetapi .content li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  #block-facetapi-qigjxwtzz5ztm68izulzsx7g65rrufun {
    display: none;
  }
  .view-news.view-display-id-page .item-list ul.pager {
    margin-left: 0;
  }
  .block-facetapi .content {
    padding-top: 13px;
  }
  .block-facetapi .content ul li a {
    margin-bottom: 0;
  }
  .block-facetapi .content ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #block-views-exp-page-projects-page label::after,
  #block-views-exp-page-projects-page h3::after,
  .block-facetapi h3::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 8px;
    height: 12px;
    background: url(../img/icon-menu-arrow-active.png) no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .view-news.view-display-id-page .views-row {
    margin-left: 0;
  }
  #block-views-exp-page-projects-page .views-widget,
  .block-facetapi .content {
    display: none;
  }
  #block-common-module-header {
    -webkit-box-shadow: 0 1px 5px #dadada;
    box-shadow: 0 1px 5px #dadada;
  }
  #header {padding-bottom:0!important;}
  .header-bootom {top: inherit!important;}
  .page-uslugi-projects #content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #block-block-3,
  .parent-title-tax {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
  .tab-container .view-services.view-display-id-block_1 .view-content li,
  .tab-container .view-services .view-content li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .views-field-field-cover-service img {
    width: 100%;
  }
  .view-content .row[class*="-up-"] li {
    margin-bottom: 20px;
  }
  .node-title-tax {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-press-center-media .node-title-tax {
    margin-top: 0;
  }
  .node-type-project #block-views-exp-page-projects-page {
    display: none;
  }
  #block-system-main-menu {
    display: none;
  }
  .header-right {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .toggle {
    display: block;
  }
  #block-system-main-menu .content > .menu > li:hover > .menu ul a {
    max-width: 100%;
  }
  #block-system-main-menu .content > .menu > li:hover > .menu ul,
  #block-system-main-menu .content > .menu > li > .menu ul,
  #block-system-main-menu .content > .menu > li.full > .menu {
    padding-left: 0;
  }
  #block-system-main-menu .content > .menu > li > .menu,
  #block-system-main-menu .content > .menu > li:hover > .menu {
    padding: 0;
  }
  #block-system-main-menu .content > .menu > li > .menu > li > a,
  #block-system-main-menu .content > .menu > li.full > .menu > li > a {
    font-family: "RobotoMedium", sans-serif;
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: none;
    color: #000;
  }
  #block-system-main-menu .content > .menu > li.full > .menu > li {
    padding: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #block-system-main-menu .content > .menu > li.full > ul > li > a::before {
    content: none;
  }
  #block-system-main-menu .content > .menu > li:not(.full) > .menu a {
    margin-bottom: 0;
  }
  #block-system-main-menu .content > .menu > li.full > .menu > li > ul > li > a {
    margin-bottom: 0;
    line-height: 28px;
    padding: 15px 30px 15px 45px;
  }
  #block-system-main-menu .content > .menu ul.menu ul li a {
    background-color: #fff;
    font-family: "RobotoRegular", sans-serif;
    font-size: 14px;
    color: #677389;
    padding: 15px 30px 15px 45px;
    position: relative;
  }
  #block-system-main-menu .content > .menu ul.menu ul li a::after {
    content: '';
    width: calc(100% - 60px);
    height: 1px;
    background-color: #e5e7ea;
    position: absolute;
    bottom: 0;
    left: 30px;
    top: auto;
    right: auto;
    display: block;
  }
  #block-system-main-menu .content > .menu ul.menu ul li:last-child a::after {
    content: none;
  }
  #block-system-main-menu {
    padding-right: 0;
  }
  #block-system-main-menu .content > .menu {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #block-system-main-menu .content > ul > li {
    width: 100%;
    display: block;
  }
  #block-system-main-menu .content > .menu > li > a {
    font-size: 14px;
    color: #333944;
    padding: 20px 15px;
  }
  #block-system-main-menu .content > .menu > li > .arrow-menu::before {
    content: '';
    display: block;
    background: url('../img/icon-menu-arrow.png') no-repeat center;
    width: 7px;
    height: 12px;
    border: 1px solid #dfdfe0;
    padding: 20px;
  }
  #block-system-main-menu .content > .menu > li > a::after {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background-color: #dfdfe0;
    position: absolute;
    bottom: 0;
    left: 15px;
    top: auto;
    right: auto;
    display: block;
  }
  #block-system-main-menu .content > .menu > li.open-menu > a {
    background-color: #0097de;
    color: #fff;
  }
  #block-system-main-menu .content > .menu > li:hover > .menu {
    display: none;
  }
  #block-system-main-menu .content > .menu > li.open-menu > .arrow-menu::before {
    background: url('../img/icon-menu-arrow-active.png') no-repeat center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #block-system-main-menu .content > .menu > li.full {
    position: relative;
  }
  .arrow-menu {
    display: block;
    width: 55px;
    height: 54px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
  }
  #block-system-main-menu .content > .menu > li > a:hover {
    background-color: #0097de;
    color: #fff;
  }
  #block-system-main-menu .content > .menu > li > a:hover::after,
  #block-system-main-menu .content > .menu > li.open-menu > a::after {
    content: none;
  }
  #block-system-main-menu .content > .menu > li > .menu {
    position: static;
  }
  #block-system-main-menu, #block-views-exp-search-page {
    background-color: #f2f2f2;
  }
  .button-search {
    display: none;
  }
  .h-st,
  .h-right {
    padding-top: 20px;
  }
  #block-locale-language .language-switcher-locale-url {
    padding-top: 0;
  }
  .advantages-block-img img {
    width: 100%;
    max-width: inherit;
  }
  .advantages-title {
    font-family: "RobotoRegular", sans-serif;
  }
  .advantages-border {
    padding: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .advantages-image {
    display: inline-block;
    float: left;
    margin-right: 0;
    width: 80px;
  }
  .advantages-content {
    display: inline-block;
    float: left;
    padding-left: 15px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .view-new .views-field-field-cover-new {
    text-align: center;
  }
}

@media screen and (max-width: 1380px) {
.slide-content .views-field-name {
    font-size: 24px;
  }
	
}
@media screen and (max-width: 768px) {
  .view-media-library .view-content ul li,
  .view-page-projects .view-content ul li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .view-media-library .views-field-field-cover img {
    width: 100%;
  }
  .view-media-library-slider {
    display: none;
  }
  .another-ship .views-field-cover-ship {
    max-width: 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .another-ship .ship-content {
    max-width: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .ui-dialog-content .form-item {
    display: block;
  }
  .ui-dialog-content .form-item label {
    max-width: 100%;
    text-align: center;
  }
  .ui-dialog-content .form-actions {
    text-align: center;
  }
  .ui-dialog .ui-dialog-title {
    white-space: normal;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .header-top .medium-5:nth-child(2) {
    padding: 0;
  }
  .node-slider-for-flot img {
    height: 230px;
  }
}
@media screen and (min-width: 641px) {
  ul.tabs-custom li.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -27px;
    border: 8px solid transparent;
    border-top: 14px solid #0097DC;
    margin-left: -4px;
  }
}
@media screen and (max-width: 640px) {
  ul.social-icons {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
	.header-mobile .phone,
	.language-switcher-locale-url a {
		font-size: 14px;
	}
  body .header-mobile .button-search,
  body .header-mobile .mobile-logo {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .region-slider .slick-next,
  .region-slider .slick-prev {
    width: 44px;
    height: 42px;
  }
  .another-ship .views-field-cover-ship img {
    padding-right: 0;
  }
  .region-slider .slick-prev {
    background: #0097de url(../img/arrow-front-2.png) no-repeat center;
    -webkit-transform: rotate(0deg) translateX(-100%);
    -moz-transform: rotate(0deg) translateX(-100%);
    -o-transform: rotate(0deg) translateX(-100%);
     transform: rotate(0deg) translateX(-100%); 
  }
  .region-slider .slick-next {
    background: #0097de url(../img/arrow-front-2.png) no-repeat center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .node-slider-for-flot img {
    height: 180px;
  }
  .node-slider-for-flot .content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .node-slider-for-flot .content > div,
  .section-fleet .block-fleet {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer-contacts .streeat::before {
    display: block;
    width: 34px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #block-block-4 .content {
    padding-left: 5px;
  }
  .view-our-services .views-field-field-image-service {
    display: block;
  }
  .view-our-services .views-field-field-image-service img {
    margin: 0 auto;
  }
  .paragraphs-item-files .field-name-field-title {
    text-align: center;
  }
  .view-ship .another-ship {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .another-ship .views-field-cover-ship {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .another-ship .ship-content {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .over-hide {
    overflow: hidden !important;
  }
  #footer h3 {
    font-family: "RobotoCondensedBold", sans-serif;
  }
  .ui-dialog-content .form-item input,
  .ui-dialog-content .form-item textarea {
    max-width: 100%;
  }
  .tab-container .view-services .views-field-view-node-1 a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
  }
  .front #footer h3,
  #footer h3 {
    text-align: center;
  }
  .view-services .views-field-field-cover-service > img,
  .view-services .views-field-field-cover-service > a > img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .page-about-sovet .ui-dialog,
  .page-about-managment .ui-dialog {
    padding: 60px 20px 40px;
  }
  .page-about-sovet .ui-dialog .ui-dialog-titlebar-close,
  .page-about-managment .ui-dialog .ui-dialog-titlebar-close {
    top: 20px;
    right: 20px;
  }
  .employee-image {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .view-media .sp-thumbnails-container.sp-bottom-thumbnails {
    display: none;
  }
  .node-type-gallery #sidebar-right {
    margin-top: 30px;
  }
  .view-media-library-slider .slider-gallery {
    position: static;
    padding: 20px 10px;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .view-id-new.view-display-id-block_2 {
    margin: 0 -15px;
  }
  .latest-news-node .view-new .view-content ul li,
  .view-media-more .view-content ul li {
    margin-bottom: 10px;
  }
  .view-media-library-slider .slider-gallery > div {
    margin-bottom: 5px;
  }
  .node p > img,
  .node a > img {
    height: auto !important;
  }
  .field-name-field-files {
    overflow-x: auto;
  }
  #node-15 .field-name-body table,
  #node-343 .field-name-body table {
    overflow-x: auto;
    display: block;
  }
  table .file {
    padding-left: 65px;
  } 
  .slider-pro .sp-next-arrow,
  .slider-pro .sp-previous-arrow {
    width: 45px;
    height: 45px;
    background-size: 13px;
  }
  .view-display-id-slider .sp-thumbnails-container {
    display: none;
  }
  #content,
  #sidebar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .view-page-projects .views-field-title a {
    height: auto;
  }
  .view-page-projects .view-content .item-list ul li {
    margin-bottom: 40px;
    padding-right: .625rem;
    padding-left: .625rem;
  }
  .node-type-project .view-page-projects .view-content .item-list ul li {
    margin-bottom: 10px;
  }
  .view-page-projects .view-content .item-list ul li:last-child {
    margin-bottom: 0;
  }
  #block-block-3 {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }
  #block-block-3 .content h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  ul.tabs-custom li {
    background-color: #E1E1E1;
    padding: 7px;
  }
  ul.tabs-custom li a {
    color: #5d5d5d;
  }
  ul.tabs-custom li:hover,
  ul.tabs-custom li.active {
    background-color: #0097DC;
  }
  ul.tabs-custom li:hover a,
  ul.tabs-custom li.active a {
    color: #fff;
  }
  ul.tabs-custom li,
  ul.tabs-custom li:hover,
  ul.tabs-custom li.active {
    border-bottom: none;
  }
  ul.tabs-custom a {
    font-size: 14px;
    color: #fff;
  }
  #block-common-module-common-breadcrumbs {
    display: none;
  }
  .tabs-services .views-field-field-cover-service img,
  .tab-container .view-services .view-content li .views-field-nothing {
    height: 150px;
  }
  .tab-container .view-services .view-content li .views-field-body {
    min-height: auto;
    font-size: 13px;
  }
  .tab-container .view-services .view-content li .views-field-body p {
    margin-bottom: 0;
  }
  .info-service {
    bottom: 15px;
  }
  .tab-container .view-services .view-content li .views-field-nothing::after {
    /*background: -webkit-linear-gradient(top, rgba(3,142,207,0.6) 60%,rgba(3,142,207,0.8) 40%,rgba(3,142,207,1) 100%,rgba(3,142,207,1) 100%); 
    background: linear-gradient(to bottom, rgba(33,142,207,0.6) 60%,rgba(3,142,207,0.8) 40%,rgba(3,142,207,1) 100%,rgba(3,142,207,1) 100%);*/
  }
  .tab-container .view-services .view-content li:nth-child(2) .views-field-nothing::after {
    /*background: -webkit-linear-gradient(top, rgba(3,142,207,0.6) 60%,rgba(3,142,207,0.8) 40%,rgba(16,144,176,1) 100%,rgba(19,144,170,1) 100%);
    background: linear-gradient(to bottom, rgba(3,142,207,0.6) 60%,rgba(3,142,207,0.8) 40%,rgba(16,144,176,1) 100%,rgba(19,144,170,1) 100%);*/
  }
  .tab-container .view-services .view-content li .views-field-nothing::after,
  .tab-container .view-services .view-content li:nth-child(2) .views-field-nothing::after,
  .tab-container .view-services .view-content li:nth-child(3) .views-field-nothing::after,
  .tab-container .view-services .view-content li:nth-child(4) .views-field-nothing::after {
    background: -webkit-linear-gradient(top, rgba(3,142,207,0.2) 0%,rgba(3,141,206,0.2) 25%,rgba(26,79,157,0.5) 84%,rgba(30,67,148,0.5) 100%);
    background: linear-gradient(to bottom, rgba(3,142,207,0.2) 0%,rgba(3,141,206,0.2) 25%,rgba(26,79,157,0.5) 84%,rgba(30,67,148,0.5) 100%);
  }
  .tab-container .view-services.view-display-id-block_1 .view-content li,
  .tab-container .view-services .view-content li {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  h1.title {
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
  }
  .tab-container .view-services .views-field-view-node {
    display: none;
  }
  .tab-container .view-services .views-field-title a {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .header-bootom #block-system-main-menu {
    overflow-y: auto !important;
    height: 90vh;
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
    max-height: -webkit-calc(100vh - 60px);
    max-height: -moz-calc(100vh - 60px);
    max-height: calc(100vh - 60px);
  }
  .tab-container .view-services .view-content li .views-field-title,
  .tab-container .view-services.view-display-id-block_1 .view-content li .views-field-body,
  .tab-container .view-services.view-display-id-block_1 .view-content li .views-field-title {
    min-height: auto;
  }
  .view-id-projects.view-display-id-page h2,
  .node-service .field-name-field-project-this-services .field-label {
    margin-bottom: 10px;
    padding-top: 15px;
    text-align: center;
  }
  .view-id-projects.view-display-id-page li img,
  .node-service .field-name-field-project-this-services img {
    margin-bottom: 10px;
  }
  .view-id-projects.view-display-id-page,
  .node-service .field-name-field-project-this-services {
    padding-top: 10px;
  }
  .tab-container .view-services .view-content li .views-field-body {
    display: none;
  }
  .view-projects .views-field-view-node {
    display: none;
  }
  .view-projects.view-display-id-page .views-field-title {
    border-bottom: 1px solid #a3a3a3;
    margin-bottom: 5px;
  }
  .view-id-projects.view-display-id-page .views-field-title a,
  .node-service .field-name-field-project-this-services h2 a {
    font-size: 17px;
  }
  ul.tabs-custom,
  .tab-container .view-services.view-display-id-block_1 .view-content li,
  .tab-container .view-services .view-content li {
    margin-bottom: 15px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    width: 44px;
    height: 42px;
  }
  .owl-theme .owl-controls .owl-buttons .owl-next {
    background: #0097de url(../img/arrow-front.png) no-repeat center;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: #0097de url(../img/arrow-front-2.png) no-repeat center;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .owl-theme .owl-controls .owl-buttons .owl-next:hover,
  .owl-theme .owl-controls .owl-buttons .owl-next:focus {
    background: #063761 url(../img/arrow-front.png) no-repeat center;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
  .owl-theme .owl-controls .owl-buttons .owl-prev:focus {
    background: #063761 url(../img/arrow-front-2.png) no-repeat center;
  }
  .front #block-views-new-block h3 {
    margin-bottom: 40px;
  }
  #block-views-new-block {
    padding-bottom: 60px;
  }
  .front .block h3 {
    font-size: 28px;
  }
  #block-block-1 .content a {
    margin-top: 30px;
  }
  .language-switcher-locale-url li {
    line-height: 24px;
  }
  .language-switcher-locale-url li a {
    padding: 0 7px;
  }
  .slide-content .views-field-name {
    font-size: 19px;
  }
  .header-mobile .phone::before {
    width: 13px;
    height: 12px;
    margin-right: 4px;
    background-size: contain;
    display: inline-flex;
  }
  #header {
    padding-top: 0;
  }
  .not-front #header {
    padding-bottom: 0;
}
  .language-switcher-locale-url {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .title.node-title {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .node-header .left,
  .node-header .right {
    float: none;
  }
  .node-header .right {
    margin-top: 20px;
  }
  .views-field-field-mobile-image {
    display: block;
  }
  .views-field-field-mobile-image .field-content {
    height: 94vh;
  }
  
    .views-field-field-mobile-image img {height: fit-content;}
  #block-views-slider-front-block .views-field-field-image {display: none;}
  .advantages-image {
    display: inline-block;
    float: left;
    margin-right: 0;
    padding-right: 15px;
    width: 105px;
  }
  .advantages-content {
    display: inline-block;
    float: left;
    padding-left: 0;
    width: 72%;
  }

  .advantages-border::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #footer {
    text-align: center;
  }
  #footer #logo {
    margin: 0 auto;
  }
  #footer #logo img {
    max-width: 210px;
  }
  #footer .logo-95-nwship {
    margin: 0 auto;
  }
  #footer .ucl-holding {
    margin: 30px 0;
  }
  #footer .f-contacts {
    text-align: left;
  }
  .front #footer h3 {
    padding: 35px 0 20px;
    margin-bottom: 0;
  }
  #footer .row:last-child {
    padding: 0 15px;
  }
  #block-block-7 {
    text-align: center;
    padding: 0 20px;
    max-width: 315px;
  }
  .f-menu-services,
  .f-menu-shipping,
  .f-menu-press-room,
  .f-menu-flot {
    display: none;
  }
  .sp-slides-container .title {
    display: none;
  }
    table.adapt td {display: block; width: 100%!important;}
  .slide-content {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
  .header-mobile .phone::before {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .page-uslugi-projects .region-sidebar-right {
    margin-top: 0;
  }
  .footer-contacts a.phone {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .view-new.view-display-id-block ul.slick-dots li {
    padding-top: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 640px) {
  .header-mobile .header-contacts {
    padding: 0 30px;
  }
  .header-mobile .phone, .language-switcher-locale-url a {
    font-size: 16px;
  }
}
@media screen and (max-width: 539px) {
  ul.tabs-custom a {
    font-size: 11px;
  }
  .view-media-library .view-content ul li,
  .view-page-projects .view-content ul li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-advantages {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .view-new .views-field.views-field-field-cover-new img {
    width: 100%;
  }
  .view-media-library .view-content ul li {
    width: 100%;
  }
  .view-id-projects.view-display-id-page li img,
  .node-service .field-name-field-project-this-services img,
  .view-media-library .views-field-field-cover img,
  .node-type-gallery .view-media-more img {
    width: 100%;
  }
  .webform-client-form .form-item select,
  .webform-client-form .form-item input {
    width: 100%;
  }
  .view-about-sovet .view-content .views-row,
  .view-projects.view-display-id-page .item-list li,
  .field-name-field-project-this-services > .field-items > .field-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-slides-container .sp-mask,
  .sp-slides-container .sp-mask img,
  .file-video-youtube iframe {
    height: 190px !important;
  }
  .advantages-title {
    width: 100%;
    float: none;
    font-size: 16px;
  }
  .view-id-projects.view-display-id-page .views-field-title a {
    min-height: auto;
  }
  .advantages-border {
    display: block;
  }
  .advantages-image {
    width: 80px;
  }
}
@media screen and (max-width: 640px) {
  .not-front #content {padding-top:20px;}
.slide-content .slide-content-padding {
    min-height: 70vh;
}
.views-field-field-mobile-image img {
height: 100%;
}

}
@media screen and (max-width: 420px) {
  .view-new .views-field-title a {font-size:14px; line-height: 20px;}
  .all-node-header {
    margin-bottom: 10px;
}
.view-new .views-field-title a {
  height: 65px;
}
.view-new .views-field-body {font-size: 14px; line-height:16px;}
}
}
@media screen and (max-width: 400px) {
  .advantages-title {
    width: 65%;
  }
}
@media screen and (max-width: 330px) {
  .header-mobile .phone, .language-switcher-locale-url a {
    /*font-size: 12px;*/
  }
}

.hidden {display: none;}
.node-type-news h2.node-title-tax {display: none;}
.submenuItems {display: none; padding-top:20px;}
ul.accordion-menu li.open .dropdownlink span:after {    background: url(../img/show.png) 0px 0px no-repeat;}
ul.accordion-menu li {
    list-style: none;
    margin-bottom: 7px;
    margin-left: 0;
    border-top: 1px solid #d4d4d4;
    padding-bottom: 16px;
    padding-top: 16px;
}
ul.accordion-menu li.views-row-last {border-bottom: 1px solid #d4d4d4;}
.dropdownlink {
    line-height: 22px;
    display: block;
    width: 80%;
}
.dropdownlink span {
	color: #277bc1;
    font-size: 22px;
    line-height: 22px;
	display: inline;
	cursor: pointer;}
.dropdownlink span:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 7px;
    background: url(../img/show.png) 0px 100% no-repeat;
    margin-top: 10px;
    vertical-align: top;
    position: absolute;
    margin-left: 11px;
}
.view-id-job h3 {padding: 10px 0 10px;}


ul.accordion-menu .views-field-created {
    float: right;
    width: 20%;
    text-align: right;
	color:#888888;
}
@media screen and (max-width: 640px) {
ul.accordion-menu .views-field-created {
    float: none;
    width: 100%;
	font-size:15px;
}
.dropdownlink {
    width: 100%;
}
.dropdownlink span {font-size: 19px;}
  .a2a_kit_size_32 {
  margin-top: -60px!important;
}
}
.inc_abs {
    position: relative;
}

.inc_abs .feed_vac .top_feed {
    background: url(../img/top_feed.png) 0px 0px no-repeat;
    position: relative;
    z-index: 2;
    margin-left: 60px;
    width: 22px;
    height: 21px;
	filter: brightness(0.96);
}
.inc_abs .feed_vac .cont_feed {
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    border-bottom: 2px solid #F0F0F0;
    padding: 25px 45px 15px 35px;
    position: relative;
    z-index: 1;
}
.cont_feed .bubble {
    height: 66px;
    margin-top: 15px;
}
.bubble .docs{height: 50px;}
.bubble .docs.doc {background: url(icofile/icon32-doc.png) 0px 11px no-repeat;}
.bubble .docs.docx {background: url(icofile/icon32-docx.png) 0px 11px no-repeat;}
.bubble .docs.ppt {background: url(icofile/icon32-ppt.png) 0px 11px no-repeat;}
.bubble .docs.pdf {background: url(icofile/icon32-pdf.png) 0px 11px no-repeat;}
.bubble .docs.xls {background: url(icofile/icon32-xls.png) 0px 11px no-repeat;}
.bubble .docs.xlsx {background: url(icofile/icon32-xlsx.png) 0px 11px no-repeat;}
.bubble .docs.zip {background: url(icofile/icon32-zip.png) 0px 11px no-repeat;}
.bubble .docs.word img {display: none;}
.bubble .docs {
    padding-left: 39px;
    line-height: 14px;
    padding-top: 12px;
}
.bubble .docs.word a {line-height: 15px;}
.bubble .docs .size {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    display: block;
}
table.nobrd td, table.nobrd tr, table.nobrd thead, table.nobrd tbody  {border: none!important}

#dialog-confirm2 a.line {outline: none; text-decoration: underline;}

.node-type-ship .ui-widget-overlay {
    opacity: .95;
}
.node-type-ship .ui-dialog-titlebar-close {
    visibility: hidden;
}
.header-bootom {position: fixed; z-index: 100; width: 100%;}

.node-news .content, .node-gallery .content{position: relative;}
.a2a_kit_size_32 {
  position: absolute;
  background: #fff; 
  padding: 10px;
  display: none;
  z-index: 10;
  right:0;
  margin-top: -20px;
}
.flexcont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.coworker .flexcont {
    margin-bottom: 100px;
}
.coworker .co_img {width: 226px;}

.co_info {width: calc(100% - 280px); margin-left: auto; border-bottom: 1px solid #ccc; position: relative;}
.co_name {font-size: 18px; font-weight: bold; margin-bottom: 7px;}
.co_employee {font-weight: bold; color:#777; margin-bottom: 10px; max-width: 470px;}
.co_descr	{
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
-ms-line-clamp: 5;
-webkit-line-clamp: 5;
line-clamp: 5;
display: -webkit-box;
display: box;
word-wrap: break-word;
-webkit-box-orient: vertical;
box-orient: vertical;
max-height: 192px;}
.co_descr.activefull {-ms-line-clamp: inherit;
-webkit-line-clamp: inherit;
line-clamp: inherit;
max-height: inherit;}
.co_info span {
	cursor: hand;
    cursor: pointer;
}
.co_info span:after {
    content: "подробнее";
    position: absolute;
    bottom: -12px;
    background-color: #fefefe;
    padding: 1px 0px;
    display: block;
    font-size: 14px;
    color: #888;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
}
body.i18n-en .co_info span:after {content: "read more";}

.co_info span:hover:after  {color:#6490c8; }
.co_descr.activefull span:after {content: "скрыть"; width: 78px; margin-left: -39px;}
body.i18n-en .co_descr.activefull span:after {content: "hide"; width: 78px; margin-left: -39px;}
.visib_mobile {display: none;}
.visib_pc {display: inherit;}


@media (max-width: 576px) {
.visib_mobile {display: inherit;}
.visib_pc {display: none;}
.co_descr {max-height: 145px;}

.coworker .co_descr.activefull {-ms-line-clamp: inherit;
-webkit-line-clamp: inherit;
line-clamp: inherit;
max-height: inherit;}
.coworker .flexcont {display: inherit;}
.coworker .co_img {
    width: 180px;
    float: left;
    margin-right: 15px;
}
.coworker .co_info {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    clear: both;
    padding-top: 14px;
	padding-bottom: 17px;
}
}
