/*
 *@name bounce
 *@className bounce animated
 *@cssCode true
 *@editionLink codepen.io
 *@author Dan Eden
 *@source Animate.css
 *@sourceUrl http://daneden.github.io/animate.css/
 *@issues https://github.com/daneden/animate.css/issues
 *@license MIT
 */

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -12px, 0);
    -ms-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}



body {
  background: #fff;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
}

.header {
  background: rgba(255,255,255,0.99);
  padding: 12px 0 7px;
  position: fixed;
  left: 0;
  width: 100%;
  top:0;
  z-index: 22222;
}
.header .logo {
  float: left;
  margin: 0 0 0 93px;
}
.header .lang {
  float: right;
  margin: 17px 80px 0 0;
}
.header .lang a {
  color:#333;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 4px;
}
.header .lang a.active,
.header .lang a:hover {
  color:#eb172b;
  font-weight: bold;
}
.header .call {
  background: url("../images/icons/phone.png") 50% 50% no-repeat;
  width: 22px;
  height: 33px;
  float: right;
  line-height: 0;
  margin: 11px 64px;
}
.header .hidden-m .top_nav {
  float: right;
  margin: 17px 10px 0 0;
}
.header .hidden-m .top_nav ul {}
.header .hidden-m .top_nav ul li {
  display: inline-block;
  margin: 0 4px;
}
.header .hidden-m .top_nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  padding: 6px 1px;
  border-bottom: 2px solid #fff;
}
.header .hidden-m .top_nav ul li a.active,
.header .hidden-m .top_nav ul li a:hover {
  border-bottom: 2px solid #333;
}




.cases_slogan {
  background: #58b5bc url("../images/backgrounds/yaht.png") 100% 50% no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}
.cases_slogan .item {
  color: #fff;
  display: none;
  margin: 0 150px;
}
.cases_slogan .item span {
  display: none;
  text-transform: uppercase;
  font-size: 53px;
  line-height: 1.04;
}
.cases_slogan .item span.animated {
  display: block;
}
.cases_slogan .item-active {
  display: block;
}
.cases_slogan .item .text_1 {
  font-weight: 300;
}
.cases_slogan .item .text_2 {
  font-weight: 300;
  padding-left: 15px;
  margin-bottom: 15px;
}
.cases_slogan .item .text_3 {
  font-weight: bold;
  padding-left: 31px;
}
.cases_slogan .item .text_4 {
  font-weight: bold;
  padding-left: 47px;
}
.cases_slogan .arrow {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 87px;
  font-size: 40px;
  left: 50%;
  margin-left: -376px;
  line-height: 1.8;
}
.cases_slogan .arrow .icon {
  background: url("../images/icons/arrow-bottom.png") 0 0 no-repeat;
  width: 85px;
  height: 20px;
  display: block;
  margin: 0 auto;
}


.cases_box {
}
.cases_box:before,
.cases_box:after {
  content: '';
  display: table;
}
.cases_box:after {
  clear: both;
}
.cases_box .case-wrap {
  margin: 2px -6px 0 0px;
}
.cases_box .width-left {
  width: 58.2%;
  float: left;
  overflow: hidden;
}
.cases_box .width-right {
  width: 41.8%;
  float: right;
}
.cases_box .bx-wrapper {
  box-shadow: none;
  margin: 0;
  border: none;
  background: none;
}
.cases_box .bx-pager {
  padding: 0;
  z-index: 2;
  bottom: 38px;
}
.cases_box .bx-pager a.bx-pager-link {
  background: #58b5bc;
  border-radius: 14px;
  width: 14px;
  height: 14px;
}
.cases_box .bx-pager a.bx-pager-link.active,
.cases_box .bx-pager a.bx-pager-link:hover {
  background: #eb172b;
}
.cases_box .grid {
  margin: 2px 0;
}
.cases_box .grid:after {
  content: '';
  display: block;
  clear: both;
}
.cases_box .grid-sizer {
  width: 50%;
}
.cases_box .grid-item {
  width: 50%;
  float: left;
}
.cases_box .grid-item--big {
  width: 50%;
}
.case_link {
  border: 2px solid #fff;
  display: block;
  overflow: hidden;
  position: relative;
}
.cases_box .width-left .inner {
  border-top: 2px solid #fff;
  overflow: hidden;
}
.cases_box .width-left .inner .case_link {
  border-left: 0;
  border-right: 0;
}
.cases_box .width-left .inner .bx-wrapper {
  margin: -2px 2px -16px 0;
}
.cases_box .width-right .inner {
  overflow: hidden;
  border: 2px solid #fff;
  border-bottom: 0;
}
.cases_box .width-right .inner .bx-wrapper {
  margin: -2px;
}
.filters-button-group {
  background: #edeef0 none repeat scroll 0 0;
  margin-top: 80px;
  padding: 27px;
  text-align: center;
}
.filters-button-group .button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1.9px;
  margin: 0 2px;
  outline: medium none;
  padding: 3px 9px;
  text-transform: uppercase;
  text-decoration: none;
}
.filters-button-group .button.is-checked {
  background: #eb172b;
  color: #fff;
}
.case_link img {
  display: block;
  width: 100%;
  transition: all .3s ease;
}

.case_link .img_in-o {
  opacity: 0;
}
.case_link .img_in {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  transition: all .3s ease;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}
.case_link .box_in {
  position: absolute;
  transition: all .6s ease;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
}
.case_link:hover .box_in,
.case_link-active .box_in {
  opacity: 1;
}
.case_link:hover img,
.case_link-active img {
  transform: scale(1.1);
}
.case_link:hover .img_in,
.case_link-active .img_in {
  background-size: 110% auto;
}
.case_link-active .box_in:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 25px;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0px);
}
.case_link .box_in_wrap {
  position: absolute;
  top:50%;
  left: 0;
  width: 100%;
  transform: translate(0,-50%);
}
.case_link .box_in .slog_1 {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 21px;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_link .box_in .slog_2 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 7px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_link .box_in .slog_2 b {
  display: block;
}
.case_link .box_in .more {
  font-weight: bold;
  text-transform: lowercase;
  position: relative;
  display: inline-block;
  padding: 0 0 4px;
}
.case_link .box_in .more .icon {
  background: url("../images/icons/arrow-right.png") 0 0 no-repeat;
  width: 7px;
  height: 14px;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -7px;
}
.cases_box .link_all {
  background: #eb172b;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin: 75px auto;
  display: block;
  width: 218px;
  font-size: 20px;
  padding: 16px 0;
  text-align: center;
}


.services_box {
  background: #58b5bc;
  padding: 67px 0 38px;
  transition: all .6s ease;
  overflow: hidden;
}
.services_box .main_title {
  color: #fff;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 39px;
  margin: 0 0 20px;
}
.services_box .lines_and_links {
  height: 300px;
  margin: 0 109px;
  position: relative;
}
.services_box .lines_and_links .line {
  border-top: 2px solid #fff;
  position: absolute;
  width: 280px;
  z-index: 1;
}
.services_box .lines_and_links .line_1 {
  transform: rotate(43deg);
  left: 2px;
  top: 138px;
}
.services_box .lines_and_links .line_2 {
  transform: rotate(-26deg);
  left: 210px;
  bottom: 135px;
}
.services_box .lines_and_links .line_3 {
  transform: rotate(37deg);
  right: 300px;
  bottom: 116px;
}
.services_box .lines_and_links .line_4 {
  transform: rotate(-46deg);
  right: 96px;
  top: 172px;
}
.services_box .lines_and_links .link {
  position: absolute;
  z-index: 2;
  text-decoration: none;
  padding: 0 28px 0 93px;
  width: 235px;
  transition: all .6s ease;
}
.services_box .lines_and_links .link .icon {
  top:50%;
  margin-top: -36px;
  left: 0;
  position: absolute;
  background-color: #58b5bc;
  border:2px solid #fff;
  border-radius: 72px;
  overflow: hidden;
  width: 72px;
  height: 72px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.services_box .lines_and_links .link span {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  position: absolute;
  line-height: 1;
  padding: 100px 50px;
  transform: translate(-25%,-50%);
  width: 215px;
}
.services_box .lines_and_links .link_5 span {
  width: 180px;
  margin-left: -10px;
}
.services_box .lines_and_links .link_1 {
  left: 0;
  top: 40px;
  white-space: nowrap;
}
.services_box .lines_and_links .link_1:hover {
  left: 5px;
  top: 35px;
}
.services_box .lines_and_links .link_1 .icon {
  background-image: url("../images/icons/icon_1.png");
  animation: 20s infinite linear;
  animation-name: move1;
}
@keyframes move1 {
  0% {
    left:0;
    top:50%;
  }
  10% {
    left:5px;
    top:5px;
  }
  20% {
    left:0px;
    top:0px;
  }
  30% {
    left:5px;
    top:2px;
  }
  40% {
    left:-7px;
    top:-2px;
  }
  50% {
    left:0px;
    top:5px;
  }
  60% {
    left:-5px;
    top:-5px;
  }
  70% {
    left:5px;
    top:5px;
  }
  80% {
    left:-5px;
    top:-7px;
  }
  90% {
    left:5px;
    top:5px;
  }
  100% {
    left:0;
    top:50%;
  }
}
.services_box .lines_and_links .link_1:hover .icon {
  animation: 0;
}
.services_box .lines_and_links .link_2 {
  bottom: 84px;
  left: 203px;
}
.services_box .lines_and_links .link_2:hover {
  bottom: 77px;
  left: 198px;
}
.services_box .lines_and_links .link_2 .icon {
  background-image: url("../images/icons/icon_2.png");
  animation: 20s infinite linear;
  animation-name: move2;
}
@keyframes move2 {
  0% {
    left:0;
    top:50%;
  }
  10% {
    left:-5px;
    top:-5px;
  }
  20% {
    left:5px;
    top:5px;
  }
  30% {
    left:0px;
    top:0px;
  }
  40% {
    left:5px;
    top:5px;
  }
  50% {
    left:-7px;
    top:-2px;
  }
  60% {
    left:0px;
    top:10px;
  }
  70% {
    left:-5px;
    top:-5px;
  }
  80% {
    left:5px;
    top:5px;
  }
  90% {
    left:-5px;
    top:-5px;
  }
  100% {
    left:0;
    top:50%;
  }
}
.services_box .lines_and_links .link_2:hover .icon {
  animation: 0;
}
.services_box .lines_and_links .link_3 {
  left: 464px;
  top: 92px;
}
.services_box .lines_and_links .link_3:hover {
  left: 448px;
  top: 98px;
}
.services_box .lines_and_links .link_3 .icon {
  background-image: url("../images/icons/icon_3.png");
  animation: 20s infinite linear;
  animation-name: move3;
}
@keyframes move3 {
  0% {
    left:0;
    top:50%;
  }
  10% {
    left:0px;
    top:5px;
  }
  20% {
    left:-5px;
    top:-5px;
  }
  30% {
    left:5px;
    top:5px;
  }
  40% {
    left:0px;
    top:0px;
  }
  50% {
    left:5px;
    top:5px;
  }
  60% {
    left:-5px;
    top:-5px;
  }
  70% {
    left:5px;
    top:5px;
  }
  80% {
    left:-5px;
    top:-5px;
  }
  90% {
    left:5px;
    top:5px;
  }
  100% {
    left:0;
    top:50%;
  }
}
.services_box .lines_and_links .link_3:hover .icon {
  animation: 0;
}
.services_box .lines_and_links .link_4 {
  right: 133px;
  bottom: 35px;
}
.services_box .lines_and_links .link_4:hover {
  right: 127px;
  bottom: 38px;
}
.services_box .lines_and_links .link_4 .icon {
  background-image: url("../images/icons/icon_4.png");
  animation: 20s infinite linear;
  animation-name: move4;
}
@keyframes move4 {
  0% {
    left:0;
    top:50%;
  }
  10% {
    left:5px;
    top:5px;
  }
  20% {
    left:0px;
    top:5px;
  }
  30% {
    left:-5px;
    top:-5px;
  }
  40% {
    left:5px;
    top:5px;
  }
  50% {
    left:0px;
    top:0px;
  }
  60% {
    left:5px;
    top:5px;
  }
  70% {
    left:-5px;
    top:-5px;
  }
  80% {
    left:5px;
    top:5px;
  }
  90% {
    left:-5px;
    top:5px;
  }
  100% {
    left:0;
    top:50%;
  }
}
.services_box .lines_and_links .link_4:hover .icon {
  animation: 0;
}
.services_box .lines_and_links .link_5 {
  right: 0;
  top: 52px;
  padding-right: 0;
  width: 158px;
}
.services_box .lines_and_links .link_5:hover {
  right: 5px;
  top: 58px;
}
.services_box .lines_and_links .link_5 .icon {
  background-image: url("../images/icons/icon_5.png");
  animation: 20s infinite linear;
  animation-name: move5;
}
@keyframes move5 {
  0% {
    left:0;
    top:50%;
  }
  10% {
    left:-5px;
    top:5px;
  }
  20% {
    left:5px;
    top:5px;
  }
  30% {
    left:0px;
    top:5px;
  }
  40% {
    left:-5px;
    top:-5px;
  }
  50% {
    left:5px;
    top:5px;
  }
  60% {
    left:0px;
    top:0px;
  }
  70% {
    left:5px;
    top:5px;
  }
  80% {
    left:-5px;
    top:-5px;
  }
  90% {
    left:5px;
    top:5px;
  }
  100% {
    left:0;
    top:50%;
  }
}
.services_box .lines_and_links .link_5:hover .icon {
  animation: 0;
}
.services_box .lines_and_links .link:hover .icon {
  background-color: #9bd3d7;
}
.services_box .links_hidden_box {
}
.services_box .links_hidden_box .box {
  display: none;
  opacity: 0;
  margin: 8px 123px;
  position: relative;
  padding: 11px 93px 27px 34px;
  color: #fff;
  border-left: 2px solid #fff;
  transition: all 1.6s ease;
}
.services_box .links_hidden_box .box:after {
  border-top: 2px solid #fff;
  content:'';
  width: 20px;
  left: 0;
  height: 1px;
  bottom: 0;
  position: absolute;

}
.services_box .links_hidden_box .box:before {
  border-top: 2px solid #fff;
  content:'';
  width: 20px;
  left: 0;
  height: 1px;
  top: 0;
  position: absolute;
}
.services_box .links_hidden_box .box .close {
  background: url("../images/icons/close.png") 0 0 no-repeat;
  position: absolute;
  width: 45px;
  right: 36px;
  height: 46px;
  top: 1px;
}
.services_box .links_hidden_box .box .title {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 39px;
  margin: 0 0 9px;
  text-transform: uppercase;
}
.services_box .links_hidden_box .box .text {
  line-height: 1.2;
  display: block;
  margin: 0 0 23px;
}
.services_box .links_hidden_box .box .row {
  margin: 0 -29px 0 -18px;
}
.services_box .links_hidden_box .box .col {
  width: 29%;
  margin: 0 2%;
  float: left;
}
.services_box .links_hidden_box .box .col .case_link {
  border: none;
}
.services_box .links_hidden_box .box .col .case_link .slog_1 {
  font-size: 14px;
}
.services_box .links_hidden_box .box .col .case_link .slog_2 {
  font-size: 22px;
}



.opinions_box {
  padding: 69px 0 0;
}
.opinions_box .main_title {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 39px;
  margin: 0 0 61px;
}
.opinions_box .opinion_couresel {margin: 0 0 29px;}
.opinions_box .opinion_couresel .bx-wrapper {
  box-shadow: none;
  margin: 0 auto;
  border: none;
  background: none;
}
.opinions_box .opinion_couresel .bx-wrapper:before {
  position: absolute;
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  top: 0%;
  left: 0;
  width: 30px;
  height: 100%;
  content: '';
  z-index: 2;
}
.opinions_box .opinion_couresel .bx-wrapper:after {
  position: absolute;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  top: 0%;
  right: 0;
  width: 30px;
  height: 100%;
  content: '';
  z-index: 2;
}
.opinions_box .opinion_couresel .bx-wrapper .bx-controls-direction a {
  width: 20px;
  height: 42px;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-top: -21px;
}
.opinions_box .opinion_couresel .bx-wrapper .bx-prev {background-image: url("../images/icons/arrow-left-black.png");left:-20px;}
.opinions_box .opinion_couresel .bx-wrapper .bx-next {background-image: url("../images/icons/arrow-right-black.png");right:-20px}
.opinions_box .opinion_client-couresel {
  text-align: center;
}
.opinions_box .opinion_client-couresel img {
  margin: 0 auto;
}
.opinions_box .opinion_items {
  background: #edeeef;
  padding: 0 60px 60px;
  overflow: hidden;
}
.opinions_box .opinion_grid {
}
.opinions_box .opinion_grid:after {
  content: '';
  display: block;
  clear: both;
}
.opinions_box .grid-sizer,
.opinions_box .grid-item {
}
.opinions_box .grid-item .title {
  display: block;
  margin: 51px 0 25px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 26px;
}
.opinions_box .grid-item p {
  margin: 0 20px 24px 20px;
  line-height: 1.5;
}
.opinions_box .grid-item .about_info {
  display: block;
  margin: 0 0 0 22px;
  line-height: 1.25;
  max-width: 222px;
}
.opinions_box .link_all {
  border:2px solid #58b5bc;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto 0;
  display: block;
  width: 218px;
  font-size: 20px;
  padding: 16px 0;
  text-align: center;
}


.team_box {
  background: #000000;
  padding: 58px 0;
}
.team_box .top {
  position: relative;
  overflow: hidden;
  margin: 0 0 79px;
}
.team_box .top .slog {
  color: #58b5bc;
  float: left;
  text-align: right;
  width: 36%;
  font-weight: bold;
  padding: 22px 0 0;
  line-height: 1;
  font-size: 60px;
  text-transform: uppercase;
}
.team_box .top .text {
  border-left: 2px solid #58b5bc;
  color: #fff;
  float: left;
  width: 51%;
  padding: 29px 0 6px 49px;
}
.team_box .top .text p {
  margin: 0 0 25px;
  line-height: 1.55;
}
.team_box .main_title {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 39px;
  color: #fff;
  margin: 0 0 45px;
}
.team_box .grid-row {
  margin: 2px 0 89px;
}
.team_box .grid-row:after {
  content: '';
  display: block;
  clear: both;
}
.team_box .grid-sizer,
.team_box .grid-item {
  width: 20%;
  float: left;
}
.team_box .grid-item .case_link {
  border: none;
}
.team_box .grid-item .box_in {
  background: rgba(88,181,188,0.8);
}
.team_box .grid-item .case_link1 .box_in {
  background: rgba(88,181,188,1);
}
.team_box .grid-item .box_in_wrap {
  top:auto;
  bottom: 17px;
  transform: translate(0,0);
}
.team_box .grid-item .name {
  display: block;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
}
.team_box .grid-item .func {font-size: 20px;}
.team_box .grid-item-slog {
  background: #58b5bc !important;
  display: block;
  opacity: 1;
}
.team_box .grid-item-slog .box_in {
  background: #58b5bc;
  display: block;
  opacity: 1;
}
.team_box .grid-item-slog .box_in {}
.team_box .grid-item-slog .text {
  color: #000;
  text-align: right;
  width: 100%;
  position: absolute;
  left: 0;
  line-height: 1;
  padding: 0 20px 0 0;
  top: 50%;
  font-weight: 300;
  font-size: 34px;
  transform: translate(0,-50%);
  text-transform: uppercase;
}
.team_box .link_all {
  border:2px solid #58b5bc;
  background: #58b5bc;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto 0;
  display: block;
  width: 218px;
  font-size: 20px;
  padding: 16px 0;
  text-align: center;
}



.contact_box {
  padding: 66px 0;
}
.contact_box .main_title {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 39px;
  margin: 0 0 68px;
  color: #000;
}
.contact_box .contact_row {
  overflow: hidden;
}
.contact_box .contact_row .col {
  display: block;
  line-height: 0;
  position: relative;
  width: 33.33%;
}
.contact_box .contact_row .col:nth-child(1) {
  float: left;
}
.contact_box .contact_row .col:nth-child(2) {
  float: left;
}
.contact_box .contact_row .col:nth-child(3) {
  float: left;
}
.contact_box .contact_row .col:nth-child(4) {
  float: right;
}
.contact_box .contact_row .col:nth-child(5) {
  float: left;
}
.contact_box .contact_row .col:nth-child(6) {
  float: left;
}
.contact_box .contact_row .col:nth-child(7) {
  float: left;
}
.contact_box .contact_row .col:nth-child(8) {
  float: left;
}
.contact_box .contact_row .col:nth-child(9) {
  float: right;
}
.contact_box .contact_row .item {
  width: 100%;
  background: #58b5bc;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top:0;
  height: 100%;
}
.contact_box .contact_row .img {
  width: 100%;
}
.contact_box .contact_row .item .map {
  width: 100%;
  left: 0;
  top:0;
  position: absolute;
  height: 100%;
}
.contact_box .contact_row .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  transform: translate(-50%,-50%);
  text-align: center;
}
.contact_box .contact_row .inner .name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin: 0 -20px 25px;
}
.contact_box .contact_row .inner .line {
  display: block;
  line-height: 1.25;
  margin: 0 0 1px;
}
.contact_box .contact_row .inner .line-f {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact_box .contact_row .inner .line strong {
  text-transform: uppercase;
}
.contact_box .contact_row .inner a {
  color: #fff;
  text-decoration: none;
}

.form {
  max-width: 603px;
  margin: 0 auto;
  overflow: hidden;
}
.form .main_title {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 39px;
  margin: 0 0 24px;
  color: #000;
}
.form .line {
  margin-bottom: 8px;
}
.form .line-row {
  margin: 0 -10px 10px;
}
.form .line-row:before,
.form .line-row:after {
  content: '';
  display: table;
}
.form .line-row:after {
  clear: both;
}
.form .line-row .col {
  padding: 0 10px;
  float: left;
  width: 50%;
  position: relative;
}
.form .line label {
  color: #999999;
}
.form .line input,
.form .line-row input,
.form .line textarea {
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  width: 100%;
  color: #000;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.4;
  padding: 15px;
}
.form .line textarea {
  height: 110px;
}
.form .line input.check {
  border: 1px solid #000;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
  padding: 0;
}
.form .checkbox {
  width: 100%;
  margin: 3px 0 14px;
  position: relative;
  line-height: 1;
}
.form .checkbox label {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  border: 1px solid #000;
  white-space: nowrap;
  text-indent: 24px;
  top: 4px;
  line-height: 1;
  left: 2px;
  background: #fff;
}
.form .checkbox label:before {
  content: '';
  width: 6px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 1px;
  border-top: none;
  border-right: none;
  background: #333;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form .checkbox label:after {
  content: '';
  width: 7px;
  height: 2px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-top: none;
  border-right: none;
  background: #333;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form .checkbox label:hover::before,
.form .checkbox label:hover::after {
  opacity: 0.5;
}
.form .checkbox input[type=checkbox] {
  visibility: hidden;
  padding: 0 15px;
}
.form .checkbox input[type=checkbox]:checked + label:before,
.form .checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.form .line input.btn {
  background: #58b5bc;
  border: none;
  color: #fff;
  max-width: 216px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 20px;
}
.form .agree-text {
  display: none;
  text-align: center;
  color: green;
  padding: 10px 0;
}

.form-footer {
  margin-bottom: 90px;
}





.footer {
  background: #000;
  padding: 20px;
  overflow: hidden;
}
.footer .top_nav {
  float: left;
}
.footer .top_nav li {
  line-height: 1.7;
}
.footer .top_nav li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.footer .adress_box {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  max-width: 205px;
  font-size: 14px;
}
.footer .adress_box .soc {
  overflow: hidden;
  padding: 5px 0;
  margin: 0 0 50px;
}
.footer .adress_box .soc a {
  display: inline-block;
  vertical-align: top;
  padding: 2px 11px;
  margin: 0 0 0 -3px;
  border-left: 1px solid rgba(255,255,255,.4);
}
.footer .adress_box .soc a:first-child {
  border:none;
}
.footer .adress_box .soc a i {
  width: 23px;
  height: 23px;
  display: block;
}
.footer .adress_box .soc a.facebook i {
  background-image: url("../images/icons/facebook.png");
}
.footer .adress_box .soc a.linkedin i {
  background-image: url("../images/icons/linkedin.png");
}
.footer .adress_box .line {
  line-height: 1.45;
  display: block;
}
.footer .adress_box .copy {
  font-size: 11px;
  display: block;
  margin-top: 64px;
}
.footer .right {
  text-align: right;
  float: right;
  margin: -31px 0 9px;
}
.footer .right img {
  display: block;
  float: right;
  margin: 40px 0 0;
  clear: both;
}




.popup_overlay {
  display: none;
  position: fixed;
  left: 0;
  z-index: 33333;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.popup_overlay .overlay {
  background: rgba(88,181,188,.99);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup_overlay .popup {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 70px;
}
.popup_overlay .popup .close {
  background: url("../images/icons/close.png") 0 0 no-repeat;
  position: absolute;
  width: 45px;
  right: 11px;
  height: 46px;
  top: -61px;
}
.popup_overlay .popup .form .main_title {
  color: #fff;
}
.popup_overlay .popup .form select {
  color: #333;
  border: 1px solid #fff;
  background: none;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.4;
  padding: 15px;
  width: 100%;

}
.popup_overlay .popup .form .line {
  margin-bottom:15px;
}
.popup_overlay .popup .form .line input,
.popup_overlay .popup .form .line-row input,
.popup_overlay .popup .form .line textarea {
  border-bottom: 1px solid #fff;
  color: #000;
  background: none;
}
.popup_overlay .popup .form .line label {
  color:#333;
  background: none;
  border: 1px solid #fff;
}
.popup_overlay .popup .form .line input.btn {
  background: #fff;
  color: #333;
}
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000;}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: url("../images/icons/top_blue.png") 50% 50% no-repeat;
  width: 50px;
  height: 50px;
  display: none !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.g-recaptcha {
  width: 304px;
  margin: 0 auto;
}

.inner_box {
  padding: 85px 160px 45px;
  position: relative;
}
.inner_box .close {
  background: url("../images/icons/close-blue.png") 50% 50% no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 30px;
  top:30px;
  text-indent: -9999%;
  overflow: hidden;
}
.content_in .tags {
  margin: -52px 0 54px;
}
.content_in .tags span {
  font-size: 15px;
  margin: 0 21px 0 0;
}
.content_in .logo-img {
  max-width: 100%;
}
.content_in h1 {
  font-weight: 300;
  line-height: 30px;
  font-size: 30px;
  display: block;
  text-transform: uppercase;
  margin: 7px 0 0;
  letter-spacing: -0.5px;
}
.content_in h1 b {
  font-weight: bold;
}
.content_in .name {
  display: block;
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 31px;
}
.content_in .text {
}
.content_in .text p {
  line-height: 1.5;
  margin: 0 0 46px;
}
.content_in .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.content_in .text ul {
  margin: -16px 0 47px;
  padding: 10px 0 0 38px;
}
.content_in .text ul li {
  margin: 0 0 11px;
  position: relative;
}
.content_in .text ul li:before {
  background: url("../images/icons/check.png") 0 0 no-repeat;
  width: 24px;
  height: 16px;
  left: -33px;
  top:2px;
  position: absolute;
  content: '';
}
.content_in .text .r {
  background: #58b5bc none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 39px;
  font-weight: 300;
  line-height: 1.25;
  padding: 46px 134px;
  text-align: center;
}
/*.content_in .text .r::before,
.content_in .text .r::after {
  font-size: 49px;
  color: #fff;
  margin: 0 5px;
}
.content_in .text .r::before {
  content: '\201c';
}

.content_in .text .r::after {
  content: '\201d';
}*/

.content_in .text .r strong {
  display: block;
  text-transform: uppercase;
  text-align: center;
}
#cases_box {
  overflow: hidden;
}

fieldset {
  position: relative;
  line-height: 0;
}
span.error {
  color: red !important;
  font-size: 10px !important;
  position: absolute;
  bottom: 2px;
  left: 16px;
  top:auto;
  line-height: 1;
}
.line-row span.error {
  left: 26px;
}
.checkbox span.error {
  top: auto;
  left: 16px;
}
.checkbox span.error {
  white-space: nowrap;
  top:auto;
  bottom: -20px;
}

.nav-m {
  display: none;
  float: right;
}
#menuToggle {
  display: block;
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #58b5bc;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}
#menu{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -257px;
  padding: 50px;
  padding-top: 125px;
  background: #58b5bc;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(200%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li{
  padding: 10px 0;
  font-size: 22px;
}
#menuToggle input:checked ~ ul{
  transform: scale(1.0, 1.0);
  opacity: 1;
}
#menu li a {
  color:#fff;
}

.form .checkbox.data_b {
  width: auto;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.data_c {
  border: none !important;
  line-height: 1;
  display: inline-block;
  width: 80%;
}



.cases_inner {
  max-width: 1280px;
  margin: 0 auto;
}
.cases_inner .inn {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.row-editor {
  margin-bottom: 55px;
}
.row-editor .col {
  width: 50%;
  float: left;
}
.row-editor .col h3 {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  line-height: 18px;
  margin: 0 0 21px;
}
.row-editor .col .cel {
  margin: 0 60px 11px 0;
  display: block;
  position: relative;
  font-size: 17px;
}
.row-editor .col .rez {
  margin: 0 0 11px;
  display: block;
  position: relative;
  font-size: 17px;
}
.row-editor .col .rez:before {
  background: url("/images/icons/check.png") 0 0 no-repeat;
  width: 24px;
  height: 16px;
  left: -33px;
  top:2px;
  position: absolute;
  content: '';
}
.row-editor .colT h3,
.row-editor .colT .rez {
  margin-left: 45px;
}


.cases_inner .slider {
  margin: 100px 0 60px;
}
.cases_inner .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid #fff;
  background: none;
  padding-left: 40px;
  padding-right: 40px;
}
.cases_inner .bx-wrapper .bx-controls-direction a {
  width: 20px;
  height: 42px;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-top: -21px;
}
.cases_inner .bx-wrapper .bx-prev {background-image: url("../images/icons/arrow-left-black.png");left:0px;}
.cases_inner .bx-wrapper .bx-next {background-image: url("../images/icons/arrow-right-black.png");right:0px}


