@charset "UTF-8";
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/GothaProReg.otf");
  src: url("../fonts/Gotham/GothaProReg.otf") format("otf"), url("../fonts/Gotham/GothaProReg.woff") format("woff"), url("../fonts/Gotham/GothaProReg.ttf") format("truetype"), url("http://webdreamlab.com/fonts/Gotham/Gotham/GothaProReg.svg") format("svg");
}
@font-face {
  font-family: 'Gotham Light';
  src: url("../fonts/Gotham/GothaProLig.otf");
  src: url("../fonts/Gotham/GothaProLig.otf") format("otf"), url("../fonts/Gotham/GothaProLig.woff") format("woff"), url("../fonts/Gotham/GothaProLig.ttf") format("truetype"), url("http://webdreamlab.com/fonts/Gotham/Gotham/GothaProLig.svg") format("svg");
}
@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/Gotham/GothaProBol.otf");
  src: url("../fonts/Gotham/GothaProBol.otf") format("otf"), url("../fonts/Gotham/GothaProBol.woff") format("woff"), url("../fonts/Gotham/GothaProBol.ttf") format("truetype"), url("http://webdreamlab.com/fonts/Gotham/Gotham/GothaProBol.svg") format("svg");
}
@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/Gotham/GothaProMed.otf");
  src: url("../fonts/Gotham/GothaProMed.otf") format("otf"), url("../fonts/Gotham/GothaProMed.woff") format("woff"), url("../fonts/Gotham/GothaProMed.ttf") format("truetype"), url("http://webdreamlab.com/fonts/Gotham/Gotham/GothaProMed.svg") format("svg");
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
body {
  background: #fff;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
body.modal-open{
	padding-right: 0 !important;
}
a:hover, a:focus {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1080px;
    padding-left: 0;
    padding-right: 0;
  }
}

header {
  position: relative;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  padding: 22px 0 10px;
}
header .logoBox {
  float: left;
}
@media (max-width: 1199px) {
  header .logoBox {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  header .logoBox {
    float: none;
    padding-right: 160px;
  }
}
@media (max-width: 767px) {
  header .logoBox {
    padding-right: 50px;
  }
}
header .logoBox a {
	display: inline-block;
	height: 70px;
    margin-top: -10px;
}
header .logoBox a img {
  max-width: 100%;
  height: 100%;
}
header .menuBox {
  position: relative;
  float: left;
  padding-left: 42px;
  z-index: 6;
}
@media (max-width: 1199px) {
  header .menuBox {
    float: right;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  header .menuBox {
    clear: both;
    float: left;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .menuBox ul {
  display: block;
  outline: none;
  margin: 0;
  padding: 0;
  position: relative;
}
header .menuBox ul li {
  float: left;
  position: relative;
  padding: 0 23px 13px 0;
  z-index: 5;
}
header .menuBox ul li a {
  font: 400 14px/18px "Gotham", sans-serif;
  color: #1d1d1d;
  border-bottom: 1px solid #b4b4b4;
  -webkit-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
}
@media (max-width: 1199px) {
  header .menuBox ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  header .menuBox ul li a {
    font-size: 16px;
  }
}
header .menuBox ul li a:hover {
  color: #d64343;
  border-bottom-color: #d64343;
}
@media (min-width: 1200px) {
  header .menuBox ul li:nth-child(-n+2) {
    padding-right: 30px;
  }
  header .menuBox ul li:nth-child(-n+2) a {
    font: 400 18px/18px "Gotham Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1px;
  }
}
@media (min-width: 1200px) {
  header .menuBox ul li:nth-child(3) {
    clear: both;
  }
}
@media (max-width: 1199px) {
  header .menuBox ul li:last-child {
    padding-right: 0;
  }
}
header .menuBox ul li.active a {
  color: #d64343;
  border-bottom-color: #d64343;
}
header .contactBox {
  float: left;
  text-align: right;
  padding: 0 10px 0 43px;
}
@media (max-width: 1199px) {
  header .contactBox {
    float: left;
    clear: both;
    padding-left: 0;
  }
}
header .contactBox > span {
  display: block;
}
header .contactBox > span > a {
  display: inline-block;
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
header .contactBox a.tel {
  font: 400 26px/26px "Gotham Bold", sans-serif;
  color: #1d1d1d;
  margin-bottom: 7px;
}
@media (max-width: 479px) {
  header .contactBox a.tel {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -1px;
  }
}
header .contactBox a.tel:hover {
  color: #d64343;
}
header .contactBox a.mail {
  font: 400 14px/14px "Gotham", sans-serif;
  color: #267fb8;
  border-bottom: 1px solid #d7e3ee;
}
header .contactBox a.mail:hover {
  color: #d64343;
  border-bottom-color: rgba(214, 67, 67, 0.3);
}
header .btnBox {
  float: left;
  padding: 0 10px;
}
@media (max-width: 767px) {
  header .btnBox {
    float: right;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  header .btnBox {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  header .btnBox > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
header .btnBox > a span {
  display: block;
}
header .lungBox {
  float: left;
  position: relative;
  width: 13%;
}
@media (min-width: 992px) and (max-width: 1992px){ 
	header .lungBox {
		width: 15%;	
	}
}
@media (max-width: 1199px) {
  header .lungBox {
    float: right;
  }
}
@media (max-width: 991px) {
  header .lungBox {
    width: 21%;
  }
}
@media (max-width: 767px) {
  header .lungBox {
    width: 154px;
    position: absolute;
    top: 28px;
    right: 1px;
  }
}
@media (max-width: 479px) {
  header .lungBox {
    width: 40px;
    top: 34px;
  }
}
header .lungBox .lung_titl_active {
  font: 400 11px/18px "Gotham Bold", sans-serif;
  color: #000;
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  padding: 3px 5px 3px 36px;
}
@media (max-width: 479px) {
  header .lungBox .lung_titl_active {
    text-indent: -99999px;
    margin-left: 0;
    width: 40px;
  }
}
header .lungBox .lung_titl_active span {
  color: #267fb8;
  border-bottom: 1px dotted #267fb8;
}
header .lungBox .lung_titl_active:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  left: 6px;
  top: 3px;
  border-radius: 50%;
  border: 1px solid #c0c0c0;
  background-repeat: no-repeat;
  background: url("../img/spritesheet.png");
}
header .lungBox .lung_titl_active.en_act:before {
  background-position: -200px -5px;
}
header .lungBox .lung_titl_active.ua_act:before {
  background-position: -200px -44px;
}
header .lungBox .lung_titl_active.ru_act:before {
  background-position: -200px -84px;
}
header .lungBox .lung_titl_active:hover{
	color: #267fb8;
}
header .lungBox.hover_cls .dropdownMenu{
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
header .lungBox .dropdownMenu {
  opacity: 0;
  position: absolute;
  top: 1px;
  left: 5px;
  min-width: 1px;
  width: 151px;
  padding: 2px;
  text-align: left;
  list-style: none;
  margin: 0;
  background-color: #fff;
  outline: 2px dashed #9f9f9f;
  outline-offset: -2px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 5;
  -webkit-transform: scale3d(0.1, 0.2, 1);
  transform: scale3d(0.1, 0.2, 1);
  -webkit-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
  transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
}
@media (max-width: 479px) {
  header .lungBox .dropdownMenu {
    -webkit-transform-origin: 60% -60%;
    transform-origin: 60% -60%;
  }
}
@media (max-width: 1199px) {
  header .lungBox .dropdownMenu {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  header .lungBox .dropdownMenu {
    z-index: 7;
  }
}
header .lungBox .dropdownMenu li a {
  display: inline-block;
  font: 400 11px/18px "Gotham Bold", sans-serif;
  color: #000;
  white-space: normal;
  padding: 3px 5px 3px 36px;
  position: relative;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
header .lungBox .dropdownMenu li a span {
  color: #267fb8;
  border-bottom: 1px dotted #267fb8;
}
header .lungBox .dropdownMenu li a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  left: 6px;
  top: 3px;
  border-radius: 50%;
  border: 1px solid #c0c0c0;
  background-repeat: no-repeat;
  background: url("../img/spritesheet.png");
}
header .lungBox .dropdownMenu li a:hover {
  background: #F3F3F3;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
header .lungBox .dropdownMenu li a:hover:before {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .lungBox .dropdownMenu li.li_en a:before {
  background-position: -200px -5px;
}
header .lungBox .dropdownMenu li.li_uk a:before {
  background-position: -200px -44px;
}
header .lungBox .dropdownMenu li.li_ru a:before {
  background-position: -200px -84px;
}
header .lungBox .dropdownMenu li.active a {
  background: #F3F3F3;
}

.videoBox .videoPlayerBox {
  position: relative;
  line-height: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .videoBox .videoPlayerBox {
    height: 365px;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
  }
}

@media (min-width: 1200px) {
  .videoBox .videoPlayerBox {
    height: 421px;
  }
}
@media (min-width: 1200px) {
  .videoBox .videoPlayerBox.maxHeight {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .videoBox .videoPlayerBox.maxHeight {
    height: 100%;
  }
}


.videoBox .videoPlayerBox video {
  width: 100%;
  z-index:1;
}
@media (min-width: 992px) {
  .videoBox .videoPlayerBox video {
    position: relative;
    top: -50%;
  }
}
  @media (min-width: 992px) {
  .videoBox .videoPlayerBox.maxHeight video {
    top: 0%;
  }
}
.videoBox .title_slide {
  position: relative;
}
.videoBox .title_slide h1 {
  font: 400 38px/42px "Gotham", sans-serif;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 39px 0;
  margin: 0;
  letter-spacing: 0.5px;
  z-index:4;
}
@media (max-width: 1199px) {
  .videoBox .title_slide h1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .videoBox .title_slide h1 {
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .videoBox .title_slide h1 {
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 15px;
  }
}
@media (max-width: 599px) {
  .videoBox .title_slide h1 {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 449px) {
  .videoBox .title_slide h1 {
    display: none;
  }
}
.videoBox .title_slide h1 span {
  display: block;
}
.videoBox .btn-player {
  position: absolute;
  z-index:4;
  top: 40%;
  left: 50%;
  margin-left: -32.5px;
  width: 65px;
  height: 65px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .videoBox .btn-player {
    top: 50%;
    margin-top: -32.5px;
  }
}
.videoBox .btn-player span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videoBox .btn-player span:before, .videoBox .btn-player span:after {
  content: "";
  display: block;
  float: left;
  border-style: solid;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.videoBox .btn-player.play span {
  margin-top: -13px;
  margin-left: -11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.videoBox .btn-player.play span:before, .videoBox .btn-player.play span:after {
  width: 14px;
  height: 26px;
  border-width: 13px 7px;
  border-color: transparent;
  border-bottom-color: #fff;
}
.videoBox .btn-player.play span:before {
  border-right-color: #fff;
  border-radius: 3px 3px 0 3px;
}
.videoBox .btn-player.play span:after {
  border-left-color: #fff;
  border-radius: 3px 3px 3px 0;
}
.videoBox .btn-player.pause span {
  margin-left: -13px;
  margin-top: -13px;
}
.videoBox .btn-player.pause span:before, .videoBox .btn-player.pause span:after {
  border-radius: 2px;
  border-color: #fff;
  margin: 0 2px;
  width: 10px;
  height: 27px;
  border-width: 13px 5px;
}

.dark-overlay {content:""; display: block;width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(100%,rgba(0,0,0,.4)),color-stop(0%,rgba(0,0,0,.6)));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.4),rgba(0,0,0,.6));background:-moz-linear-gradient(bottom,rgba(0,0,0,.4),rgba(0,0,0,.6));background:-o-linear-gradient(bottom,rgba(0,0,0,.4),rgba(0,0,0,.6));background:linear-gradient(bottom,rgba(0,0,0,.4),rgba(0,0,0,.6));z-index:3;}
 
#workBlock {
  padding-top: 25px;
}
#workBlock .h_block_title {
  margin: 10px 0;
}
#workBlock .left_nav ul {
  margin: 0;
  padding: 12px 0 0;
}
#workBlock .left_nav ul li {
  font: 400 14px/14px "Gotham", sans-serif;
  padding-bottom: 21px;
}
#workBlock .left_nav ul li a {
  display: inline-block;
  color: #267fb8;
  position: relative;
  padding-bottom: 1px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#workBlock .left_nav ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #267fb8;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
#workBlock .left_nav ul li a:hover, #workBlock .left_nav ul li a:focus {
  color: #000;
}
#workBlock .left_nav ul li a:hover:before, #workBlock .left_nav ul li a:focus:before {
  width: 0;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#workBlock .box_table .row {
  margin-left: -5px;
  margin-right: -5px;
}
#workBlock .box_table .box {
  margin-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}
#workBlock .box_table .box > div {
  padding: 21px 17px 23px;
  border: 2px dashed transparent;
  border-radius: 13px;
  overflow: hidden;
  -webkit-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
#workBlock .box_table .box > div h3 {
  font: 400 18px/18px "Gotham Bold", sans-serif;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 11px;
  padding: 0;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#workBlock .box_table .box > div p {
  font: 400 14px/18px "Gotham", sans-serif;
  text-align: left;
  color: #6a6a6a;
  margin: 0 0 14px;
  padding: 0;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#workBlock .box_table .box > div .more {
  font: 400 14px/18px "Gotham Light", sans-serif;
  color: #267fb8;
  border-bottom: #d7e3ee 1px solid;
  text-transform: lowercase;
  display: inline-block;
  margin-right: 45px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#workBlock .box_table .box > div .more:hover {
  border-bottom-color: transparent;
}
#workBlock .box_table .box > div:hover {
  border-color: #267fb8;
}
#workBlock .box_table .box > div:hover h4 {
  color: #267fb8;
}
#workBlock .box_table .box > div:hover p {
  color: #000;
}
#workBlock img {max-width:100%;}
#workBlock h1 {margin-top:0;}
@media (min-width: 768px){
	#workBlock .box_table .box > div .more:before {
	  content: "";
	  display: none;
	  position: absolute;
	  right: 17px;
	  bottom: 13px;
	  overflow: hidden;
	  width: 28px;
	  height: 27px;
	  background: url("../img/spritesheet.png") -5px -5px no-repeat;
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	#workBlock .box_table .box > div:hover .more:before {
	  display: inline-block;
	  -webkit-animation: fadeInLeft 200ms linear;
	  -moz-animation: fadeInLeft 200ms linear;
	  -o-animation: fadeInLeft 200ms linear;
	  animation: fadeInLeft 200ms linear;
	}
	#workBlock .box_table .box > div .more:hover:before {
	  opacity: 0.8;
	}
}
@media (max-width: 991px){
	#workBlock .h_block_title{
		margin-bottom: 20px;
	}
	#workBlock .h_block_title > span{
		display: inline;
	}
	#workBlock .box_table .box{
		margin-bottom: 15px;
	}
	#workBlock .box_table .box > div {
		border-color: rgba(38, 127, 184, 0.4);
	}
	#workBlock .box_table .box > div .more{
		font-size: 18px;
		margin-top: 10px;
	}
	#workBlock .box_table .box > div h3{
		line-height: 20px;
	}
}
@media (max-width: 479px){
	#workBlock .box_table .box > div h3{
		font-size: 17px;
	}
}


#portfolioBlock {
  background: #d1d1d1;
  padding: 4px 0 5px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #portfolioBlock {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #portfolioBlock .h_block_title {
    font-size: 30px;
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  #portfolioBlock .h_block_title {
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  #portfolioBlock .h_block_title {
    margin-bottom: 22px;
  }
}
@media (max-width: 1199px) {
  #portfolioBlock .h_block_title > span {
    display: inline-block;
  }
}
#portfolioBlock .project_titl {
  font: 400 31px/47px "Gotham Medium", sans-serif;
  color: #9fa0a1;
  padding-top: 9px;
  margin: 10px 0;
}
@media (max-width: 1199px) {
  #portfolioBlock .project_titl {
    font-size: 28px;
    padding-top: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #portfolioBlock .project_titl {
    line-height: 31px;
  }
}
#portfolioBlock .project_titl span {
  font-size: 47px;
  font-family: "Gotham Bold", sans-serif;
  padding-right: 5px;
}
@media (max-width: 1199px) {
  #portfolioBlock .project_titl span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #portfolioBlock .project_titl span {
    display: block;
  }
}
#portfolioBlock .more_project {
  font: 400 18px/18px "Gotham Bold", sans-serif;
  margin: 17px 0 0;
  padding: 18px 34px 21px;
  letter-spacing: -0.15px;
}
@media (max-width: 1199px) {
  #portfolioBlock .more_project {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #portfolioBlock .more_project {
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 479px) {
  #portfolioBlock .more_project {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (max-width: 991px) {
  #portfolioBlock .col-xs-6:last-child {
    text-align: right;
  }
}

#sliderBlock {
  background: #dadada url("../img/slider-blick.png") 50% 50% no-repeat;
  overflow: hidden;
  padding: 0;
}
#sliderBlock #homeSlider {
  position: relative;
}
@media (max-width: 767px) {
  #sliderBlock #homeSlider {
    padding-bottom: 45px;
  }
}
#sliderBlock #homeSlider .item {
  //overflow: hidden;
  padding: 28px 0 4px;
  //position: relative;
}
@media (min-width: 1200px) {
  #sliderBlock #homeSlider .item > .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#sliderBlock #homeSlider .item .img_slide_box {
  float: left;
  width: 63%;
  padding-top: 25px;
}
@media (max-width: 1199px) {
  #sliderBlock #homeSlider .item .img_slide_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  #sliderBlock #homeSlider .item .img_slide_box {
    width: 50%;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #sliderBlock #homeSlider .item .img_slide_box {
    width: 100%;
    float: none;
  }
}
#sliderBlock #homeSlider .item .img_slide_box img {
  width: 100%;
}
#sliderBlock #homeSlider .item .content_slide_box {
  float: left;
  width: 37%;
  padding-left: 62px;
}
@media (max-width: 1199px) {
  #sliderBlock #homeSlider .item .content_slide_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  #sliderBlock #homeSlider .item .content_slide_box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #sliderBlock #homeSlider .item .content_slide_box {
    width: 100%;
    float: none;
  }
}
#sliderBlock #homeSlider .item .content_slide_box h4 {
  font: 400 36px/45px "Gotham Bold", sans-serif;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 19px;
  padding: 0;
  -webkit-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
@media (max-width: 1199px) {
  #sliderBlock #homeSlider .item .content_slide_box h4 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #sliderBlock #homeSlider .item .content_slide_box h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
#sliderBlock #homeSlider .item .content_slide_box p {
  font: 400 18px/24px "Gotham", sans-serif;
  color: #0c0c0c;
  margin: 0 0 17px;
  padding: 0;
}
@media (max-width: 1199px) {
  #sliderBlock #homeSlider .item .content_slide_box p {
    font-size: 16px;
    line-height: 22px;
  }
}
#sliderBlock #homeSlider .item .content_slide_box .link_slide_more {
  font: 400 18px/18px "Gotham Light", sans-serif;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#sliderBlock #homeSlider .item .content_slide_box > div {
  position: relative;
  padding: 20px 25px 25px 25px;
  border: 2px dashed transparent;
  border-radius: 13px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
}
#sliderBlock #homeSlider .item .content_slide_box > div:hover {
  border-color: #267fb8;
  background: rgba(255, 255, 255, 0.5);
}
#sliderBlock #homeSlider .item .content_slide_box > div:hover h4 {
  color: #267fb8;
}
#sliderBlock #homeSlider .owl-item {
  //overflow: hidden;
  position: static;
}
@media (min-width: 768px) {
	#sliderBlock #homeSlider .owl-item {
		padding-bottom: 60px;
	}
}
@media (min-width: 1200px) {
	#sliderBlock #homeSlider .owl-item {
		min-height: 470px;
	}
}
#sliderBlock #homeSlider .owl-controls {
  position: relative;
}
@media (max-width: 767px) {
  #sliderBlock #homeSlider .owl-controls {
    position: static;
  }
}
#sliderBlock #homeSlider .owl-controls .owl-pagination {
  position: absolute;
  width: 37%;
  bottom: 30px;
  right: 0;
  padding: 0 13px 0 82px;
  line-height: 0;
}
@media (max-width: 1199px) {
  #sliderBlock #homeSlider .owl-controls .owl-pagination {
	padding-left: 31px;
  }
}
@media (max-width: 991px) {
  #sliderBlock #homeSlider .owl-controls .owl-pagination {
    right: auto;
    left: 15px;
    bottom: 15px;
    width: auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #sliderBlock #homeSlider .owl-controls .owl-pagination {
    right: 15px;
    text-align: center;
  }
  #sliderBlock #homeSlider .owl-controls .owl-pagination .owl-page {
    margin-left: 4px;
    margin-right: 4px;
  }
}
#sliderBlock #homeSlider .elementBox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  #sliderBlock #homeSlider .elementBox {
    display: none;
  }
}
#sliderBlock #homeSlider .parallax-layer {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  height: auto;
}
#sliderBlock #homeSlider .item .elementBox{
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#sliderBlock #homeSlider .owl-item.active .item .elementBox{
  opacity: 1;
  -webkit-transition: opacity 2s ease 0.3s;
  -o-transition: opacity 2s ease 0.3s;
  transition: opacity 2s ease 0.3s;
}
#sliderBlock #homeSlider .item .elementBox .el{
  position: absolute;
}

#sliderBlock #homeSlider .item .elementBox .el.el_1 {
  top: 55%;
  left: 40%;
}
#sliderBlock #homeSlider .item .elementBox .el.el_2{
  top: 12%;
  left: 50%;
}
#sliderBlock #homeSlider .item .elementBox .el.el_3 {
  top: 2%;
  left: 16%;
  display: none;
}
#sliderBlock #homeSlider .item .elementBox .el.el_4 {
  top: 30%;
  left: 3%;
}
#partnerBlock .h_block_title {
  margin-top: 9px;
}
#partnerBlock .boxPartners {
  margin-top: 52px;
}
#partnerBlock .boxPartners .partner {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #partnerBlock .boxPartners .partner {
    width: 33.33333%;
    float: left;
  }
  #partnerBlock .boxPartners .partner img {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  #partnerBlock .boxPartners .partner {
    width: 50%;
  }
}
#partnerBlock .respond {
  margin: 20px 0 23px;
}
#partnerBlock .respond a {
  font: 400 18px/21px "Gotham", sans-serif;
  color: #267fb8;
  display: inline-block;
  border-bottom: 1px dotted #267fb8;
}
#partnerBlock .respond a:hover {
  color: #d64343;
  border-bottom-color: rgba(214, 67, 67, 0.5);
}

#phoneBlock {
  color: #fff;
  text-align: center;
  position: relative;
  background: #0f255c;
  overflow: hidden;
  padding: 71px 0 51px;
}
#phoneBlock .parallax-window {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.17;
  background: url("../img/pre_footer_bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#phoneBlock > .container {
  position: relative;
  z-index: 2;
}
#phoneBlock h5 {
  font: 400 48px/48px "Gotham Bold", sans-serif;
  text-transform: uppercase;
  margin: 0 0 41px;
  padding: 0;
}
@media (max-width: 767px) {
  #phoneBlock h5 {
    font-size: 40px;
  }
}
#phoneBlock h6 {
  font: 400 28px/38px "Gotham", sans-serif;
  margin: 0 0 46px;
  padding: 0;
}
@media (max-width: 479px) {
  #phoneBlock h6 {
    font-size: 23px;
    line-height: 35px;
  }
}
#phoneBlock h6 > span {
  display: block;
}
#phoneBlock .big_phone {
  display: block;
  font: 400 84px/84px "Gotham Bold", sans-serif;
  margin: 0 0 58px;
  padding: 0;
}
@media (max-width: 991px) {
  #phoneBlock .big_phone {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #phoneBlock .big_phone {
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  #phoneBlock .big_phone {
    font-size: 30px;
    line-height: 40px;
  }
}
#phoneBlock .big_phone > a {
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#phoneBlock .big_phone > a:hover {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse 400ms linear;
  -moz-animation: pulse 400ms linear;
  -o-animation: pulse 400ms linear;
  animation: pulse 400ms linear;
}
#phoneBlock .contact {
  margin: 0 0 20px;
}
#phoneBlock .contact a.call_me {
  display: inline-block;
  font: 400 30px/30px "Gotham", sans-serif;
  color: #fff;
  border-bottom: 2px dotted #fff;
  position: relative;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
@media (max-width: 479px) {
  #phoneBlock .contact a.call_me {
    font-size: 27px;
  }
}
#phoneBlock .contact a.call_me:before, #phoneBlock .contact a.call_me:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#phoneBlock .contact a.call_me:before {
  left: 50%;
}
#phoneBlock .contact a.call_me:after {
  right: 50%;
}
#phoneBlock .contact a.call_me:hover:before, #phoneBlock .contact a.call_me:hover:after {
  width: 50%;
}
#phoneBlock .contact > span {
  font: 400 24px/30px "Gotham", sans-serif;
  letter-spacing: 3px;
  display: inline-block;
  padding: 0 24px 0 41px;
}
@media (max-width: 767px) {
  #phoneBlock .contact > span {
    padding-left: 34px;
  }
}
@media (max-width: 479px) {
  #phoneBlock .contact > span {
    display: block;
    padding: 0;
    margin-top: 10px;
  }
}
#phoneBlock .contact a.brief {
  font: 400 14px/18px "Gotham Bold", sans-serif;
  vertical-align: -7px;
  padding: 7px 37px 8px;
}
@media (max-width: 767px) {
  #phoneBlock .contact a.brief {
    display: inline-block;
    margin-top: 20px;
    vertical-align: 0;
  }
}
@media (max-width: 479px) {
  #phoneBlock .contact a.brief {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 15px;
  }
}
#phoneBlock .contact a.brief span {
  display: block;
}
@media (max-width: 479px) {
  #phoneBlock .contact a.brief span {
    display: inline-block;
    padding: 0 5px;
  }
}

.parallax-mirror {
  background: #0f255c;
}
.parallax-mirror .parallax-slider {
  opacity: 0.17;
}

footer {
  background: #ebebeb;
  padding: 19px 0 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  footer {
    padding-top: 35px;
  }
}
footer .ulList {
  float: right;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  footer .ulList {
    float: left;
  }
}
footer .footerList > li {
  font: 400 14px/14px "Gotham Bold", sans-serif;
  padding-bottom: 4px;
}
footer .footerList > li > a {
  color: #000;
  text-transform: uppercase;
}
footer .footerList > li > a:hover {
  color: #666;
}
footer .footerList > li > ul {
  padding-left: 20px;
  margin: 5px 0 13px;
}
@media (max-width: 1199px) {
  footer .footerList > li > ul {
    padding-left: 0;
  }
}
footer .footerList > li > ul > li {
  font: 400 12px/14px "Gotham", sans-serif;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  footer .footerList > li > ul > li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
  }
}
footer .footerList > li > ul > li > a {
  color: #217fba;
  border-bottom: 1px #217fba dotted;
}
footer .footerList > li > ul > li > a:hover {
  color: #000;
  border-bottom-color: #333;
}
footer .footerList.small_li {
  padding-top: 1px;
}
footer .footerList.small_li > li {
  font-size: 12px;
}
footer .footerList.small_li > li > a {
  text-transform: none;
}
footer .infoBox {
  float: left;
  margin-top: 2px;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  footer .infoBox {
    margin-top: 30px;
    clear: both;
  }
}
@media (max-width: 479px) {
  footer .infoBox {
    text-align: center;
  }
}
footer .infoBox .logoBox {
  margin-bottom: 14px;
}
footer .infoBox .logoBox a {
  display: inline-block;
}
footer .infoBox .logoBox a img {
  width: 100%;
}
footer .infoBox .info {
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  footer .infoBox .info {
    float: left;
    padding-right: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer .infoBox .info {
    width: 52%;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  footer .infoBox .info {
    width: 100%;
    float: none;
  }
}
footer .infoBox .info > span {
  display: block;
  font: 300 12px/18px "Fira Sans", sans-serif;
  color: #55595d;
}
footer .infoBox .contact {
  text-align: left;
}
@media (max-width: 991px) {
  footer .infoBox .contact {
    float: right;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  footer .infoBox .contact {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}
footer .infoBox .contact span {
  display: block;
}
footer .infoBox .contact span a {
  display: inline-block;
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
footer .infoBox .contact span.tel a {
  font: 400 30px/30px "Gotham Bold", sans-serif;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .infoBox .contact span.tel a {
    font-size: 26px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .infoBox .contact span.tel a {
    font-size: 25px;
  }
}
footer .infoBox .contact span.tel a:hover {
  color: #d64343;
}
footer .infoBox .contact span.mail a {
  font: 400 14px/16px "Gotham", sans-serif;
  color: #267fb8;
  margin-top: 4px;
  border-bottom: 1px solid #c6d3df;
}
footer .infoBox .contact span.mail a:hover {
  color: #d64343;
  border-bottom-color: rgba(214, 67, 67, 0.3);
}
footer .infoBox .social {
  margin: 13px 0 26px;
  padding: 0;
  clear: both;
  font-size: 27px;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  footer .infoBox .social {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.08);
  }
}
footer .infoBox .social li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
footer .infoBox .social li:nth-child(4n+1) {
	clear: both;
}
@media (max-width: 991px) {
  footer .infoBox .social li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    float: none;
  }
}
footer .infoBox .social li a {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 3px;
  position: relative;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer .infoBox .social li a:before {
  display: inline-block;	
  font: normal 18px/37px FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer .infoBox .social li a.fb {
	background: #314b7e;
}
footer .infoBox .social li a.fb:before {
	content: "\f09a";
}
footer .infoBox .social li a.vk {
	background: #34618c;
}
footer .infoBox .social li a.vk:before {
	content: "\f189";
}
footer .infoBox .social li a.gp {
	background: #dc4335;
}
footer .infoBox .social li a.gp:before {
	content: "\f0d5";
}
footer .infoBox .social li a.yt {
	background: #e62c29;
}
footer .infoBox .social li a.yt:before {
	content: "\f16a";
}
footer .infoBox .social li a.be {
	background: #296fed;
}
footer .infoBox .social li a.be:before {
	content: "\f1b4";
}
footer .infoBox .social li a.in {
	background: #015884;
}
footer .infoBox .social li a.in:before {
	content: "\f0e1";
}
footer .infoBox .social li a.inst {
	background: #3f60a4;
}
footer .infoBox .social li a.inst:before {
	content: "\f16d";
}

footer .infoBox .social li a:hover {
  opacity: 0.9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .infoBox .social li a:hover:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer .infoBox .copyright {
  overflow: hidden;
  clear: both;
}
@media (max-width: 479px) {
	footer .infoBox .copyright {
		text-align: center;
	}
}
footer .infoBox .copyright > div {
  display: inline-block;
}
@media (max-width: 991px) {
  footer .infoBox .copyright > div {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 991px){
  footer .infoBox .copyright .year {
    float: left;
    padding-right: 15px;
  }
}
footer .infoBox .copyright .year > span {
  display: block;
  font: 400 36px/36px "Gotham Bold", sans-serif;
  color: #00060c;
  padding-left: 11px;
}
@media (max-width: 1199px) {
  footer .infoBox .copyright .year > span {
    font-size: 33px;
    display: inline-block;
    padding-left: 6px;
  }
}
@media (max-width: 991px) {
  footer .infoBox .copyright .year > span {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  footer .infoBox .copyright .year > span {
    font-size: 20px;
    line-height: 20px;
  }
}
footer .infoBox .copyright .year > span i {
  font-style: normal;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  padding-right: 5px;
}
footer .infoBox .copyright .year > span:first-child {
  margin-bottom: -8px;
  padding-left: 0;
}
@media (max-width: 991px) {
  footer .infoBox .copyright .year > span:first-child {
    margin-bottom: 0;
  }
}
footer .infoBox .copyright .year > span:first-child i {
  padding-right: 5px;
  font-size: 18px;
}
footer .infoBox .copyright .link {
  font: 300 12px/14px "Fira Sans", sans-serif;
  color: #55595d;
  margin-left: 8px;
  vertical-align: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .infoBox .copyright .link {
    display: block;
    text-align: right;
  }
}
@media (max-width: 991px) {
  footer .infoBox .copyright .link {
    float: right;
    padding-left: 15px;
    padding-top: 20px;
    margin-left: 0;
    vertical-align: 0;
  }
  footer .infoBox .social {
	    margin: 13px 0 26px;
	    padding: 0;
	    float: left;
	    clear: both;
	    width: 100%;
	    font-size: 27px;
	}
}
@media (max-width: 479px) {
  footer .infoBox .copyright .link {
    padding-top: 7px;
  }
}
footer .infoBox .copyright .link a {
  color: #55595d;
}
footer .infoBox .copyright .link a:hover {
  color: #d64343;
}

.topLine.topLine_titl {
  background: #f5f5f5;
  padding: 74px 0 54px;
  padding: 30px 0;
}
.topLine.topLine_titl h1 {
  color: black;
  font-family: "Gotham Bold", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 12px;
}
@media (min-width: 1200px) {
  .topLine.topLine_titl h1 {
    margin-right: 35%;
  }
}
@media (max-width: 479px) {
  .topLine.topLine_titl h1 {
    font-size: 21px;
    line-height: 30px;
  }
}
.topLine.topLine_titl p {
  color: #848484;
  font-family: "Gotham Light", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 479px) {
  .topLine.topLine_titl p {
    font-size: 16px;
    line-height: 20px;
  }
}

.pf_topLine {
  margin-bottom: 25px;
}

.pf-tabs-box {
  margin: 20px 0 7px;
}
.pf-tabs-box .tabs {
  margin: 0;
}
.pf-tabs-box .tabs li {
  display: inline-block;
  margin: 0 35px 10px 0;
}
@media (max-width: 767px) {
  .pf-tabs-box .tabs li {
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .pf-tabs-box .tabs li {
    margin-bottom: 17px;
  }
}
.pf-tabs-box .tabs li h2 {
  font-weight: 400;
  font-family: "Gotham Bold", sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .pf-tabs-box .tabs li h2 {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .pf-tabs-box .tabs li h2 {
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .pf-tabs-box .tabs li h2 {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .pf-tabs-box .tabs li h2 {
    font-size: 15px;
  }
}
.pf-tabs-box .tabs li a {
  display: inline-block;
  color: #3582bd;
  border-bottom: 1px dotted #3582bd;
  text-decoration: none;
  -webkit-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
.pf-tabs-box .tabs li a:hover, .pf-tabs-box .tabs li a:focus, .pf-tabs-box .tabs li a:active {
  color: #454545;
  border-color: #999;
}
.pf-tabs-box .tabs li.active a {
  color: #454545;
  border-bottom: none;
}

.pf-projects-box {
  margin: 0 0 56px;
}
.pf-projects-box .tab-pane > .row {
  margin-left: -36px;
  margin-right: -36px;
}
@media (max-width: 1199px) {
  .pf-projects-box .tab-pane > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.pf-projects-box .tab-pane > .row:before {
  display: none;
}
.pf-projects-box .pf-projects-tabs {
  min-height: 340px;
}

.pf-projects-box .pf-projects-tabs .mix {
  display: none;
}
@media (min-width: 992px) {
	.pf-projects-box .pf-projects-tabs .pf-projects_block:nth-child(4n+1){
		clear:both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.pf-projects-box .pf-projects-tabs .pf-projects_block:nth-child(3n+1){
		clear:both;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.pf-projects-box .pf-projects-tabs .pf-projects_block:nth-child(2n+1){
		clear:both;
	}
}
.pf-projects-box .filtr {
  margin: 0 0 28px;
}
.pf-projects-box .filtr li {
  font-weight: 400;
  display: inline-block;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin: 0 22px 11px 0;
}
@media (max-width: 479px) {
  .pf-projects-box .filtr li {
    font-size: 12px;
    margin-right: 10px;
  }
}
.pf-projects-box .filtr li span {
  color: #4d4d4d;
  border-bottom: 1px solid #d2d2d2;
  cursor: pointer;
  -webkit-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
.pf-projects-box .filtr li span:hover, .pf-projects-box .filtr li span:focus, .pf-projects-box .filtr li span:active {
  color: #000;
  border-bottom-color: #666;
}
.pf-projects-box .filtr li span.active {
  color: #000;
  border-bottom: none;
}

@media (max-width: 767px) {
  .pf-projects_block {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .pf-projects_block {
    width: 100%;
    float: none;
  }
}
.pf-projects_block > a {
  display: block;
  text-align: left;
  border: 3px dashed transparent;
  border-radius: 24px;
  position: relative;
  padding: 27px 24px 23px; 
}
@media (min-width: 480px) {
	.pf-projects_block > a {
	 min-height: 330px;
	}
}
@media (min-width: 1200px) {
	.pf-projects_block > a {
	 min-height: 348px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.pf-projects_block > a {
		padding: 15px 10px 25px;
	}
}
@media (max-width: 991px) {
  .pf-projects_block > a {
    padding: 15px 15px 25px;
  }
}
@media (max-width: 767px) {
  .pf-projects_block > a {
    padding: 10px;
    border-radius: 13px;
    border: 2px dashed #C1D3E7;
    text-align: center;
  }
}
.pf-projects_block > a .img_pf-project {
  margin-bottom: 19px;
  max-width: 100%;
 border-radius: 20px;
 border: 1px solid #E4E4E4;
 background: #E4E4E4;
}
@media (max-width: 1199px) {
  .pf-projects_block > a .img_pf-project {
    margin-bottom: 10px;
  }
}
.pf-projects_block > a .name_pf-project {
  color: #2979ba;
  font-family: "Gotham Bold", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  margin: 10px 0 9px;
}
@media (min-width: 992px) and (max-width: 1199px){
	.pf-projects_block > a .name_pf-project{
		font-size: 15px;
	}	
}
@media (min-width: 768px) and (max-width: 991px){
	.pf-projects_block > a .name_pf-project{
		font-size: 16px;
	}	
}
.pf-projects_block > a .name_pf-project > span {
  border-bottom: 1px solid #c1d3e7;
  line-height: 24px;
}
.pf-projects_block > a .description_pf-project {
  color: #6a6a6a;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 10px;
}
@media (min-width: 768px) and (max-width: 1199px){
	.pf-projects_block > a .description_pf-project{
		font-size: 12px;
		line-height: 17px;
	}	
}
@media (max-width: 767px){
	.pf-projects_block > a .description_pf-project{
		font-size: 13px;
	}	
}
.pf-projects_block > a:before {
  content: "";
  display: block;
  width: 28px;
  height: 27px;
  background: url("../img/spritesheet.png") -5px -5px no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
}
@media (max-width: 1199px) {
  .pf-projects_block > a:before {
    bottom: 7px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .pf-projects_block > a:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .pf-projects_block > a:hover {
    border-color: #0069b4;
    -webkit-transition: border 1s ease;
    -o-transition: border 1s ease;
    transition: border 1s ease;
  }
  .pf-projects_block > a:hover:before {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

.pageProject {
  padding-bottom: 60px;
}

.prj_topLine .prj_text_top {
  padding-top: 11px;
}
.prj_topLine .prj_text_top h1 {
  color: black;
  font-family: "Gotham Bold", sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
@media (max-width: 1199px) {
  .prj_topLine .prj_text_top h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .prj_topLine .prj_text_top h1 {
    font-size: 41px;
    line-height: 47px;
  }
}
@media (max-width: 767px) {
  .prj_topLine .prj_text_top h1 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .prj_topLine .prj_text_top h1 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 7px;
  }
}
.prj_topLine .prj_text_top a {
  color: #2979ba;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}
.prj_topLine .prj_text_top a:hover {
  text-decoration: none;
}
.prj_topLine .prj_img_top {
  position: relative;
}
.prj_topLine .prj_img_top .prj_top_img {
  padding-top: 35px;
}
.prj_topLine .prj_img_top .prj_top_img img {
  margin: 0 auto;
  max-height: 475px;
}
@media (max-width: 1199px) {
  .prj_topLine .prj_img_top .prj_top_img img {
    margin: 0 auto;
  }
}

.prj_section {
  margin-top: 118px;
  position: relative;  
}
.prj_section .prj_img_content{
	padding-right: 30px;
}
.prj_section img {max-width:100%;height:auto;}

@media (max-width: 991px) {
  .prj_section {
    padding-bottom: 50px;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .prj_section {
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .order1 {
  	order: 1;
  }
  .order2 {
	order: 2;
  }
}
@media (max-width: 767px) {
  .prj_section .prj_img_content {
    opacity: 0.15;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1500px) {
  .prj_section .prj_img_content .prj_img1_content {
    margin-left: -50px;
  }
}
.prj_section .prj_img_content .prj_img2_content {
  margin-top: 46px;
}
@media (min-width: 1500px) {
  .prj_section .prj_img_content .prj_img2_content {
    margin-left: -110px;
  }
}
@media (max-width: 991px) {
  .prj_section .prj_img_content .prj_img2_content {
    margin-top: 95px;
  }
}
@media (max-width: 767px) {
  .prj_section .prj_img_content .prj_img2_content {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .prj_section .prj_img_content .prj_img2_content {
    margin-top: 120px;
  }
}
.prj_section .prj_text_content {
  margin: 0;
}
@media (min-width: 1500px) {
  .prj_section .prj_text_content {
    padding: 0;
  }
}
.prj_section .prj_text_content .prj_logo_content {
  padding-top: 0;
  padding-bottom: 33px;
}
@media (max-width: 991px) {
  .prj_section .prj_text_content .prj_logo_content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .prj_section .prj_text_content .prj_logo_content {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.prj_section .prj_text_content .date {text-align:right;color:#333;}
.prj_section .prj_text_content p {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 17px;
}
@media (min-width: 1500px) {
  .prj_section .prj_text_content p {
    padding-left: 7px;
    padding-right: 9px;
  }
}
.prj_section .prj_text_content p.border-text {
  font-family: "Gotham Bold", sans-serif;
  padding-top: 15px;
  text-transform: uppercase;
  line-height: 24px;
  padding-bottom: 19px;
  border-top: dashed 1px #9a9a9a;
  border-bottom: dashed 1px #9a9a9a;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .prj_section .prj_text_content p.border-text {
    font-size: 13px;
  }
}
.prj_section .prj_text_content h2 {
  margin-top: 30px;
  margin-bottom: 11px;
  font-size: 14px;
  font-family: "Gotham Bold", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1500px) {
  .prj_section .prj_text_content h2 {
    padding-left: 7px;
    padding-right: 9px;
  }
}
.prj_section .prj_text_content .prj_button {
  margin-top: 37px;
  text-align: center;
}
@media (min-width: 1500px) {
  .prj_section .prj_text_content .prj_button {
    margin-left: 35px;
    margin-right: 43px;
  }
}
@media (max-width: 991px) {
  .prj_section .prj_text_content .prj_button {
    margin-top: 25px;
  }
}
.prj_section .prj_text_content .prj_button a {
  padding: 14px 16px 18px;
}

.prj_navigate {
  margin: 29px 0 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .prj_navigate {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .prj_navigate {
    margin-top: 30px;
  }
}
.prj_navigate .prj_prev, .prj_navigate .prj_next {
  width: 50%;
  position: relative;
}
.prj_navigate .prj_prev a, .prj_navigate .prj_next a {
  color: #267fb8;
  font: 400 14px/14px "Gotham", sans-serif;
  border-bottom: 1px solid #c1d5e6;
}
@media (max-width: 1199px) {
  .prj_navigate .prj_prev a, .prj_navigate .prj_next a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .prj_navigate .prj_prev a, .prj_navigate .prj_next a {
    border-bottom: none;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .prj_navigate .prj_prev a > span, .prj_navigate .prj_next a > span {
    display: block;
  }
}
.prj_navigate .prj_prev a:hover, .prj_navigate .prj_next a:hover {
  color: #d64343;
  border-bottom-color: rgba(214, 67, 67, 0.4);
}
.prj_navigate .prj_prev {
  float: left;
  text-align: right;
  padding-right: 29px;
}
@media (max-width: 1199px) {
  .prj_navigate .prj_prev {
    padding-right: 9px;
  }
}
@media (max-width: 767px) {
  .prj_navigate .prj_prev {
    padding-right: 15px;
  }
}
.prj_navigate .prj_next {
  float: right;
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .prj_navigate .prj_next {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .prj_navigate .prj_next {
    padding-left: 15px;
  }
}

.prs_topLine {
  cursor: default;
  background: url(../img/prices/prices-bg.jpg) no-repeat 100% 100%;
  padding: 30px 0;
  min-height: 210px;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 991px) {
  .prs_topLine {
    min-height: 1px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .prs_topLine {
    padding-bottom: 15px;
    background-position: 50% 50%;
  }
}
@media (min-width: 1200px) {
  .prs_topLine > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.prs_topLine > .container > .row {
  margin-left: -70px;
  margin-right: -70px;
}
@media (max-width: 1199px) {
  .prs_topLine > .container > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 991px) {
  .prs_topLine > .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.prs_topLine > .container > .row > div {
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
}
.prs_topLine > .container > .row > div:after {
  content: '/';
  font-size: 49px;
  line-height: 46px;
  font-family: "Gotham Light", sans-serif;
  text-decoration: none;
  position: absolute;
  right: -12px;
  bottom: -4px;
  color: #7c7c82;
}
@media (max-width: 991px) {
  .prs_topLine > .container > .row > div:after {
    display: none;
  }
}
.prs_topLine > .container > .row > div:last-child:after {
  display: none;
}
@media (min-width: 1200px) {
  .prs_topLine > .container > .row > div:nth-child(2), .prs_topLine > .container > .row > div:nth-child(3) {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .prs_topLine > .container > .row > div {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .prs_topLine > .container > .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .prs_topLine > .container > .row > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 399px) {
  .prs_topLine > .container > .row > div {
    width: 100%;
  }
}
.prs_topLine .prs_statisBox {
  display: inline-block;
  text-align: left;
}
@media (max-width: 991px) {
  .prs_topLine .prs_statisBox {
    text-align: center;
  }
}
.prs_topLine .prs_statisBox:hover .titl {
  color: #fff;
}
.prs_topLine .prs_statisBox:hover .titl span em {
  border-bottom-color: transparent;
}
@media (min-width: 992px) {
  .prs_topLine .prs_statisBox:hover .totl {
    -webkit-animation: fadeInDown 400ms linear;
    -moz-animation: fadeInDown 400ms linear;
    -o-animation: fadeInDown 400ms linear;
    animation: fadeInDown 400ms linear;
  }
}
.prs_topLine .totl {
  color: white;
  font-family: "Gotham Bold", sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  margin: 14px 0 12px;
}
@media (max-width: 991px) {
  .prs_topLine .totl {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    margin: 0 0 5px;
  }
}
@media (max-width: 399px) {
  .prs_topLine .totl {
    font-size: 65px;
    line-height: 65px;
  }
}
.prs_topLine .titl {
  color: white;
  font-family: "Gotham Bold", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  color: #7c7c82;
  cursor: default;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.prs_topLine .titl > span {
  display: block;
}
.prs_topLine .titl > span > em {
  font-style: normal;
  border-bottom: 1px solid #4e4545;
  -webkit-transition: border 0.1s ease;
  -o-transition: border 0.1s ease;
  transition: border 0.1s ease;
}
@media (max-width: 991px) {
  .prs_topLine .titl {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .prs_topLine .titl {
    font-size: 14px;
  }
}

.prs-lineBox .tr-line {
  min-height: 31px;
  background: #fff;
}
@media (max-width: 767px) {
  .prs-lineBox .tr-line {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .prs-lineBox .tr-line > .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.prs-lineBox .tr-line span {
  display: block;
  padding-bottom: 3px;
  border-bottom: 3px solid #f5f5f5;
}
.prs-lineBox .tr-line .td-line {
  padding-top: 11px;
  font-size: 12px;
  font-family: "Gotham", sans-serif;
  color: #a3a3a3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .prs-lineBox .tr-line .td-line {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.prs-lineBox .line {
  position: relative;
  text-align: left;
  padding: 17px 0 8px;
  border-bottom: 1px dashed #b5b5b5;
}
@media (min-width: 768px) {
	.prs-lineBox .line:hover .td-line.td-l-site_contents .btn_config .config {
		-webkit-animation: shake 0.5s ease;
		-moz-animation: shake 0.5s ease;
		-ms-animation: shake 0.5s ease;
		-o-animation: shake 0.5s ease;
		animation: shake 0.5s ease;
	}
}
@media (min-width: 1200px) {
  .prs-lineBox .line:hover .btn_bord {
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  .prs-lineBox .line {
    padding-top: 15px;
    padding-bottom: 15px;
    border-width: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .prs-lineBox .line > .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.prs-lineBox .line .hide-descr {
  display: none !important;
  font-size: 12px;
  font-family: "Gotham", sans-serif;
  color: #a3a3a3;
}
@media (max-width: 767px) {
  .prs-lineBox .line .hide-descr {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .prs-lineBox .line .td-line {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.prs-lineBox .line .td-line.td-l-average_price {
  float: left;
  font-family: "Gotham Bold", sans-serif;
  color: #1d1d1d;
  font-size: 26px;
}
@media (max-width: 1199px) {
  .prs-lineBox .line .td-line.td-l-average_price {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .prs-lineBox .line .td-line.td-l-average_price {
    font-size: 20px;
  }
}
.prs-lineBox .line .td-line.td-l-average_price span {
  margin-top: 5px;
  display: block;
}
@media (max-width: 767px) {
  .prs-lineBox .line .td-line.td-l-average_price span {
    margin-top: 0;
  }
}
.prs-lineBox .line .td-line.td-l-average_price i {
  font-style: normal;
  font-family: Arial,sans-serif;
  font-size: 18px;
}
.prs-lineBox .line .td-line.td-l-min_price {
  float: left;
  font-family: "Gotham Light", sans-serif;
  color: #bdbdbd;
  font-size: 26px;
}
@media (max-width: 1199px) {
  .prs-lineBox .line .td-line.td-l-min_price {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .prs-lineBox .line .td-line.td-l-min_price {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .prs-lineBox .line .td-line.td-l-min_price {
    text-align: right;
    color: #999;
  }
}
.prs-lineBox .line .td-line.td-l-min_price span {
  margin-top: 6px;
  display: block;
}
@media (max-width: 767px) {
  .prs-lineBox .line .td-line.td-l-min_price span {
    margin-top: 0;
  }
}
.prs-lineBox .line .td-line.td-l-min_price i {
  font-style: normal;
  font-family: Arial,sans-serif;
  font-size: 18px;
}
.prs-lineBox .line .td-line.td-l-site_type {
  float: right;
  position: relative;
}
.prs-lineBox .line .td-line.td-l-site_type h2 {
  margin: 6px 0 11px;
  position: relative;
}
@media (max-width: 1199px) {
  .prs-lineBox .line .td-line.td-l-site_type h2 {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .prs-lineBox .line .td-line.td-l-site_type h2 {
    padding-bottom: 48px;
    padding-right: 50px;
    margin-top: 3px;
  }
}
@media (max-width: 479px) {
  .prs-lineBox .line .td-line.td-l-site_type h2 {
    line-height: 20px;
  }
}
.prs-lineBox .line .td-line.td-l-site_type h2 .title_link {
  position: relative;
  font-family: "Gotham Bold", sans-serif;
  font-size: 26px;
  color: #1d1d1d;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.prs-lineBox .line .td-line.td-l-site_type h2 .title_link:hover {
  border-bottom-color: #8d8d8d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .prs-lineBox .line .td-line.td-l-site_type h2 .title_link {
    float: left;
    display: block;
    clear: both;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .prs-lineBox .line .td-line.td-l-site_type h2 .title_link {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .prs-lineBox .line .td-line.td-l-site_type h2 .title_link {
    font-size: 18px;
  }
}
.prs-lineBox .line .td-line.td-l-site_type h2 .btn_bord {
  width: auto;
  margin-left: 5px;
  text-transform: none;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1200px) {
  .prs-lineBox .line .td-line.td-l-site_type h2 .btn_bord {
    opacity: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .prs-lineBox .line .td-line.td-l-site_type h2 .btn_bord {
    float: left;
    display: block;
    clear: both;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .prs-lineBox .line .td-line.td-l-site_type h2 .btn_bord {
    display: inline-block;
    margin-top: 11px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .prs-lineBox .line .td-line.td-l-site_type h2 .btn_bord {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.prs-lineBox .line .td-line.td-l-site_type p {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #6a6a6a;
  margin: 0 0 15px;
  clear: both;
}
.prs-lineBox .line .td-line.td-l-site_type .view_more a {
  font-family: "Gotham Light", sans-serif;
  color: #267fb8;
  cursor: pointer;
  border-bottom: 1px solid #d7e3ee;
}
.prs-lineBox .line .td-line.td-l-site_type .view_more a:hover {
  border-bottom-color: #267fb8;
}
.prs-lineBox .line .td-line.td-l-site_contents {
  float: right;
  position: relative;
  text-align: right;
}
@media (max-width: 767px) {
  .prs-lineBox .line .td-line.td-l-site_contents {
    padding: 0;
    position: absolute;
    right: 0;
    top: 32px;
  }
}
.prs-lineBox .line .td-line.td-l-site_contents .btn_config {
  display: inline-block;
  position: relative;
}
.prs-lineBox .line .td-line.td-l-site_contents .btn_config .config {
  width: 40px;
  height: 40px;
  display: block;
  float: right;
  cursor: pointer;
  margin-top: 10px;
  border: 1px solid #212121;
  border-radius: 3px;
  background: url(../img/spritesheet.png) 2px -73px no-repeat;
  position: relative;
  z-index: 992;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.prs-lineBox .line .td-line.td-l-site_contents .btn_config .config:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
@media (max-width: 767px) {
  .prs-lineBox .line .td-line.td-l-site_contents .btn_config .config {
    float: none;
    margin: 0;
  }
}
.prs-lineBox .line .td-line.td-l-site_contents .btn_config .dropdown-menu {
  display: none;
  left: auto;
  right: 0;
  border: none;
  border-radius: 5px 0 5px 5px;
  padding: 0;
  margin: 0;
  width: 750px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 31px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 31px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .prs-lineBox .line .td-line.td-l-site_contents .btn_config .dropdown-menu {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .prs-lineBox .line .td-line.td-l-site_contents .btn_config .dropdown-menu {
    width: 433px;
  }
}
@media (max-width: 479px) {
  .prs-lineBox .line .td-line.td-l-site_contents .btn_config .dropdown-menu {
    width: 290px;
  }
}
.prs-lineBox .line .td-line.td-l-site_contents .btn_config .dropdown-menu ul {
  overflow: hidden;
  margin: 0;
  padding: 20px 30px 15px;
}
@media (max-width: 767px) {
  .prs-lineBox .line .td-line.td-l-site_contents .btn_config .dropdown-menu ul {
    padding: 15px 15px 10px;
  }
}
.prs-lineBox .line .td-line.td-l-site_contents .btn_config .dropdown-menu ul li {
  width: 50%;
  padding: 0 20px 12px 27px;
  float: left;
  font-size: 14px;
  line-height: 16px;
  color: #555;
  position: relative;
}
@media (max-width: 479px) {
  .prs-lineBox .line .td-line.td-l-site_contents .btn_config .dropdown-menu ul li {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
.prs-lineBox .line .td-line.td-l-site_contents .btn_config .dropdown-menu ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #d64343;
}
.prs-lineBox .line .td-line.td-l-site_contents .btn_config.open .config {
  background-color: #f5f5f5;
  background-position: -33px -77px;
  border-color: #f5f5f5;
  border-radius: 3px 3px 0 0;
  z-index: 1001;
}
.prs-lineBox .line .td-line.td-l-site_contents .btn_config.open .dropdown-menu {
  display: block;
}
@media (min-width: 768px) {
  .prs-lineBox .line .td-line.td-l-site_contents .btn_config:hover .config {
    background-color: #f5f5f5;
    background-position: -33px -77px;
    border-color: #f5f5f5;
    border-radius: 3px 3px 0 0;
    z-index: 1001;
  }
  .prs-lineBox .line .td-line.td-l-site_contents .btn_config:hover .dropdown-menu {
    display: block;
  }
}
.prs-lineBox .descr {
  margin: 10px 0;
}
.prs-lineBox .descr p {
  margin: 0 0 4px;
  font-size: 11px;
  color: #6a6a6a;
  font-family: "Gotham", sans-serif;
}
@media (max-width: 479px) {
  .prs-lineBox .descr p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.grey-bg {
  background: #ececec;
  margin-top: 18px;
}

.prs_section_foot {
  padding: 28px 0 39px;
}
@media (max-width: 767px) {
  .prs_section_foot {
    padding-bottom: 25px;
  }
}
.prs_section_foot .left-col {
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .prs_section_foot .left-col {
    margin-bottom: 25px;
    padding-right: 100px;
  }
}
.prs_section_foot .left-col h2 {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.34;
  color: #000;
  font-family: "Gotham Bold", sans-serif;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .prs_section_foot .left-col h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .prs_section_foot .left-col h2 {
    font-size: 27px;
    line-height: 66px;
    margin: 0;
  }
}
@media (max-width: 479px) {
  .prs_section_foot .left-col h2 {
    font-size: 23px;
    line-height: 33px;
    padding-top: 2px;
    padding-right: 77px;
  }
}
@media (max-width: 399px) {
  .prs_section_foot .left-col h2 {
    padding-right: 0;
  }
}
.prs_section_foot .left-col img {
  display: block;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .prs_section_foot .left-col img {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 0;
  }
}
.prs_section_foot .right-col {
  margin-top: 6px;
}
@media (max-width: 479px) {
  .prs_section_foot .right-col .col-xs-6 {
    width: 100%;
    float: none;
  }
}
.prs_section_foot .right-col li {
  text-align: left;
  margin-bottom: 21px;
}
.prs_section_foot .right-col li i {
  color: #000;
  text-decoration: none;
  font-style:normal;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Gotham Bold", sans-serif;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .prs_section_foot .right-col li i {
    font-size: 15px;
    line-height: 21px;
  }
}
.prs_section_foot .right-col li i:hover {
  /* border-bottom-color: #a2a2a2; */
}
.prs_section_foot .right-col li i:hover + span {
  text-decoration: none;
  /* color: #d64343; */
}
.prs_section_foot .right-col li span {
  display: block;
  margin-top: 2px;
  color: #6a6a6a;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.cnt_section {
  padding: 50px 0;
}
.cnt_section h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}
.cnt_section h3, .cnt_section h4 {margin-top: 0;}

#map {
  height: 400px;
  width: 100%;
}

.staticPage {
  padding-bottom: 30px;
}

.st_section {
  padding: 50px 0;
}

.st_section img {max-width:100%;height:auto;}

.st_section ul, .cnt_section ul {margin:0;padding:0 0 0 20px;font-size:14px;}
.st_section ul li, .cnt_section ul li {
  list-style: disc;
  list-style-position: inside;
  padding-bottom: 7px;
}
.st_section ul li ul {padding:0 0 0 40px;font-size:12px;}
.st_section ul li ul li {list-style: square;padding-bottom: 0px;}

.st_section h5, .st_section h6 {font-size:16px;font-weight:bold;margin-top:25px;}
.st_section h6 {font-size:15px;}

.btn_ {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  margin: 0;
  padding: 9px 25px;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.btn_ > span {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.btn_:hover, .btn_:focus {
  text-decoration: none;
}
.btn_.btn_red {
  color: #fff;
  background: #d64343;
}
.btn_.btn_red > span {
  color: #fff;
}
.btn_.btn_red:hover, .btn_.btn_red:focus {
  background: transparent;
  color: #d64343;
  outline: none;
}
.btn_.btn_red:hover > span, .btn_.btn_red:focus > span {
  color: #d64343;
}
.btn_.button--antiman > span {
  position: relative;
  z-index: 2;
}
.btn_.button--antiman:before, .btn_.button--antiman:after {
  content: '';
  z-index: -1;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  z-index: 1;
}
.btn_.button--antiman:before {
  border: 2px solid #d64343;
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.btn_.button--antiman:after {
  background: #d64343;
  color: transparent;
}
.btn_.button--antiman:hover:before, .btn_.button--antiman:focus:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.btn_.button--antiman:hover:after, .btn_.button--antiman:focus:after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.btn_bord {
  display: inline-block;
  text-align: center;
  font: 400 14px/16px "Gotham", sans-serif;
  padding: 8px 19px 8px;
  width: 100%;
  border: 1px solid #d64343;
  border-radius: 4px;
  outline: none;
  background: transparent;
  color: #d64343;
  letter-spacing: 0.3px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.btn_bord:hover, .btn_bord:focus, .btn_bord:active {
  background: #d64343;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.h_block {
  padding: 20px 0;
}

.h_block_title {
  font: 400 35px/45px "Gotham Bold", sans-serif;
  color: #1d1d1d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}
@media (max-width: 479px) {
  .h_block_title {
    font-size: 30px;
    line-height: 40px;
  }
}
.h_block_title > span {
  display: block;
}

.a_link {
  color: #267fb8;
  border-bottom: 1px solid #a1bed6;
}
.a_link:hover, .a_link:focus {
  color: #0B5280;
  border-color: #267fb8;
}
.a_link.a_link_ar_right {
  padding-right: 27px;
  position: relative;
}
.a_link.a_link_ar_right:after {
  content: "→";
  font-family: "Fira Sans", sans-serif;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.hidn {
  opacity: 0;
}

.visibl {
  opacity: 1;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  //position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  //overflow: hidden;
  //position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/*voldemar*/

#homeSlider .container {
	position: relative;
}
.customNavigation .btn{
	background: url(../img/icn/next_home.png) no-repeat center center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	z-index: 9;
	transition: .5s;
	height: 57px;	
}
.customNavigation .btn.prev {
	left: -5%;
	transform: translateY(-50%) rotate(180deg);
}
.customNavigation .btn.next {
	right: -5%;
}
.customNavigation .btn:hover,
.customNavigation .btn:focus {
	outline: 0;
	opacity: .7;
}
@media (max-width: 1100px) {
	.customNavigation {
		display: none;
	}
}
.partner a:focus {
	outline: 0
}
#reviews .modal-body {
  height: 100vh;
}
.btn-next, .btn-prev {
  position: absolute;
  top: 50%;
  border: 0;
  background: transparent url(../img/icn/next_home1.png) no-repeat center center;
  width: 30px;
  height: 57px;
  transform: translateY(-50%);
  transition: .5s;
}
.btn-prev {
  left: 30px;
  transform: translateY(-50%) rotate(180deg);
}
.btn-next {
  right: 40px;
}
.btn-next:focus, .btn-prev:focus {
  outline: 0;
}
.btn-next:hover, .btn-prev:hover {
  opacity: .7;
}
.boxPartners a {
  cursor: pointer;
}
.boxPartners .thumbnail {
  padding: 0;
  border: 0;
}
.boxPartners .review__content {
  display: none;
}
#reviews .review__content {
  display: block;
}
.review__content h3 {
    width: 100%;
    margin: 50px 0 30px;
    color: #f4f7f8;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
  }
  .review__content p {
    font-size: 18px;
    color: #fff;
  }
  .review__content span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    font-style: italic;
  }
@media(max-width: 1200px) {
	#reviews .col-md-12 {
		padding: 0 50px;
	}
	.review__content h3 {
		margin: 5vh 0 2vh;
		font-size: 24px;
	}
	.review__content p {
		font-size: 16px;
	}
	.review__content span {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
  #reviews .modal-body {
    height: auto;
  }
  .btn-next, .btn-prev {
  	display: none;
  }
}

  /*END*/

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-pagination .owl-page {
  display: inline-block;
  margin: 0 8px 0 0;
  width: 15px;
  height: 15px;
  border: 2px solid #303030;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
  transition: border 0.25s ease;
}
.owl-controls .owl-pagination .owl-page:after {
  content: "";
  display: block;
  width: 100%;
  background: #303030;
  border-radius: 50%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.owl-controls .owl-pagination .owl-page:hover, .owl-controls .owl-pagination .owl-page:focus, .owl-controls .owl-pagination .owl-page.active {
  border-width: 0;
}
.owl-controls .owl-pagination .owl-page:hover:after, .owl-controls .owl-pagination .owl-page:focus:after, .owl-controls .owl-pagination .owl-page.active:after {
  height: 100%;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/grabbing.png") 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.cms_table .cms_table_td{
 padding: 50px 40px;
}
.cms_table {
 margin-bottom: 100px;
}
.cms_types{
 margin-top: 60px;	
}
.cms_type1{
 margin-top: 40px;	
}
.technology_properties{
 margin-top: 60px;
}
.technology_table{
 width: 100%;
 margin-top: 40px;
}
.technol_tbl_td{
 width:30%;
}
.technology_css3{
 padding-top: 90px;
}
.technology_php_adv{
	margin-top:50px;
}
.table_technology_php{
	width:100%;
	margin-top:50px;
}
.table_td_technology_php{
	padding-top:75px;
}
.table_td_php{
	width:44%;
}

.justifyright {text-align:right;}
.justifyleft {text-align:left;}
.justifycenter {text-align:center;}
.justifyfull {text-align:justify;}

.bgc4 {background:#16426b;
background-image: -moz-linear-gradient(top, #2a688d 0%, #16426b 100%);
background-image: -o-linear-gradient(top, #2a688d 0%, #16426b 100%);
background-image: -webkit-linear-gradient(top, #2a688d 0%, #16426b 100%);
background-image: linear-gradient(top, #2a688d 0%, #16426b 100%);
}
.bgc6 {background:#225d01;
background-image: -moz-linear-gradient(top, #318103 0%, #225d01 100%);
background-image: -o-linear-gradient(top, #318103 0%, #225d01 100%);
background-image: -webkit-linear-gradient(top, #318103 0%, #225d01 100%);
background-image: linear-gradient(top, #318103 0%, #225d01 100%);
}
.bgc4 a, .bgc6 a {color:#fff;}

.bgc4, .bgc6 {color:#fff;}
@media screen and (max-width: 1234px) {
.bgc4, .bgc6 {width:100%;}
}
.payimg {float:left;width:280px;height:280px;margin-right:30px;}
.pay_online {background: url('../img/oplata_online.jpg') no-repeat 0px -280px;}
.bgc4:hover .pay_online {background: url('../img/oplata_online.jpg') no-repeat 0px 0px;}
.pay_pb {background: url('../img/oplata_pb.jpg') no-repeat 0px -280px;}
.bgc6:hover .pay_pb {background: url('../img/oplata_pb.jpg') no-repeat 0px 0px;}
.bgc6 b {font-size:18px;border-bottom: 1px dotted #fff;}

.bgc4 a.btn, .bgc6 a.btn  {color:#000;}
.bgc4 .btn, .bgc6 .btn {display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
.bgc4 .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.bgc4 .form-control {float:left;width:160px;margin-right:15px;margin-bottom:10px;}


.cbh-phone {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}
.modal-open .cbh-phone{
	right: 27px;
}
.cbh-phone:hover {
    opacity: .6;
}
.cbh-phone:focus{
	outline: none;
}
@media (max-width: 1549px){
	.cbh-phone {
		width: 100px;
		height: 100px;
		right: 5px;
		bottom: 5px;
	}
	.modal-open .cbh-phone{
		right: 22px;
	}
}
@media (max-width: 991px){
	.cbh-phone {
		display: none;
	}
}
.cbh-ph-circle {
    width: 160px;
    height: 160px;
	margin-top: -80px;
	margin-left: -80px;
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cbh-phone .cbh-ph-circle {
    border-color: rgba(14,129,182,1);
    opacity: .5;
	-webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out;
    animation: cbh-circle-anim 2.2s infinite ease-in-out;
}
.cbh-phone:hover .cbh-ph-circle {
    border-color: #D64343;
    opacity: .6;
}
@media (max-width: 1549px){
	.cbh-phone .cbh-ph-circle {
		display: none;
	}
}
.cbh-ph-circle-fill {
    width: 100px;
    height: 100px;
	margin-top: -50px;
	margin-left: -50px;
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cbh-phone .cbh-ph-circle-fill {
    background-color: rgba(14,129,182,.5);
    opacity: .75;
	-webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    opacity: 0;
}
.cbh-phone:hover .cbh-ph-circle-fill {
    background-color: #888;
    opacity: .75;
}
.cbh-ph-img-circle {
    width: 60px;
    height: 60px;
    margin-top: -30px;
	margin-left: -30px;
    top: 50%;
    left: 50%;
    position: absolute;
    background: rgba(30,30,30,.1) url("../img/callback-phone.png") 50% 50% no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
.cbh-phone .cbh-ph-img-circle {
    background-color: rgba(14,129,182,1);
    -webkit-animation: cbh-circle-img-anim 0 infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 0 infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 0 infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 0 infinite ease-in-out;
    animation: cbh-circle-img-anim 0 infinite ease-in-out;
}
.cbh-phone:hover .cbh-ph-img-circle {
    background-color: #D64343;
}
@-moz-keyframes cbh-circle-anim{0%{-moz-transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0deg) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0deg) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes cbh-circle-anim{0%{-o-transform:rotate(0deg) kscale(0.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0deg) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0deg) scale(1) skew(1deg);-o-opacity:.1}}@keyframes cbh-circle-anim{0%{transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}30%{transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes cbh-circle-fill-anim{0%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0deg) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-o-keyframes cbh-circle-fill-anim{0%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-fill-anim{0%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{transform:rotate(0deg) scale(1) skew(1deg)}}@-moz-keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}}@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}}@-o-keyframes cbh-circle-img-anim{0%{-o-transform:rotate(0deg) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-o-transform:rotate(0deg) scale(1) skew(1deg)}}.clbh_banner{width:800px;height:390px;position:relative;border-radius:16px;top:100px;background-color:rgba(255,255,255,.85);overflow:hidden;-webkit-transition:.6s ease-out;-moz-transition:.6s ease-out;-o-transition:.6s ease-out;transition:.6s ease-out;margin:0 auto;z-index:200001}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  30%, 60%, 90% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }

  45%, 75% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  30%, 60%, 90% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }

  45%, 75% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }