@font-face {
  font-family: "sourceSansPro";
  src: url('../fonts/sourcesanspro.eot');
  src: local('☺'), url('../fonts/sourcesanspro.woff') format('woff'), url('../fonts/sourcesanspro.ttf') format('truetype'), url('../fonts/sourcesanspro.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sourceSansProItalic";
  src: url('../fonts/sourcesansproitalic.eot');
  src: local('☺'), url('../fonts/sourcesansproitalic.woff') format('woff'), url('../fonts/sourcesansproitalic.ttf') format('truetype'), url('../fonts/sourcesansproitalic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sourceSansProLight";
  src: url('../fonts/sourcesansprolight.eot');
  src: local('☺'), url('../fonts/sourcesansprolight.woff') format('woff'), url('../fonts/sourcesansprolight.ttf') format('truetype'), url('../fonts/sourcesansprolight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sourceSansProBold";
  src: url('../fonts/sourcesansprobold.eot');
  src: local('☺'), url('../fonts/sourcesansprobold.woff') format('woff'), url('../fonts/sourcesansprobold.ttf') format('truetype'), url('../fonts/sourcesansprobold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sourceSansProSemibold";
  src: url('../fonts/sourcesansprosemibold.eot');
  src: url('../fonts/sourcesansprosemibold.ttf') format('truetype');
  src: local('☺'), url('../fonts/sourcesansprosemibold.woff') format('woff'), url('../fonts/sourcesansprosemibold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sourceSansProBlack";
  src: url('../fonts/sourcesansproblack.eot');
  src: local('☺'), url('../fonts/sourcesansproblack.woff') format('woff'), url('../fonts/sourcesansproblack.ttf') format('truetype'), url('../fonts/sourcesansproblack.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'jurists';
  src: url('../fonts/jurists.eot?25502380');
  src: url('../fonts/jurists.eot?25502380#iefix') format('embedded-opentype'), url('../fonts/jurists.woff2?25502380') format('woff2'), url('../fonts/jurists.woff?25502380') format('woff'), url('../fonts/jurists.ttf?25502380') format('truetype'), url('../fonts/jurists.svg?25502380#jurists') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*

@fontFamilyCommon: GothamProRegular, Arial, 'Arial Cyr', sans-serif;
@fontFamilyBold:   GothamProBold, Arial, 'Arial Cyr', sans-serif;
@fontFamilyBlack:  GothamProBlack, Arial, 'Arial Cyr', sans-serif;
@font-family-lite: GothamProRegular, Arial, 'Arial Cyr', sans-serif;
@font-family-base: GothamProRegular, Arial, 'Arial Cyr', sans-serif;
@font-family-semibold:  GothamProBold, Arial, 'Arial Cyr', sans-serif;
@font-family-bold: GothamProBold, Arial, 'Arial Cyr', sans-serif;
@font-family-black:  GothamProBold, Arial, 'Arial Cyr', sans-serif;
*/
body {
  font-family: "sourceSansPro", "Arial Cyr, Arial", sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #787887;
  background-color: #ffffff;
}
a {
  color: #4176ef;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #67ce00;
}
.row-inline {
  word-spacing: -5px;
}
.row-inline [class*='col-'] {
  word-spacing: normal;
  float: none;
  display: inline-block;
}
/* carousel */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-indicators {
  margin-bottom: 0;
}
.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 3px;
  text-indent: -999px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.carousel-indicators li:hover {
  border: 3px solid #4176ef;
}
.carousel-indicators .active:hover {
  background-color: #4176ef;
}
.carousel-indicators .active {
  background-color: #fff;
  height: 18px;
  margin: 3px;
  width: 18px;
}
.carousel-inner .item .fill {
  transition: all 6s ease 0s;
  -webkit-transition: all 6s ease 0s;
}
.carousel-inner .item.active .fill {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hero {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "sourceSansProLight", "Arial Cyr, Arial", sans-serif;
}
.hero-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%) !important;
  -moz-transform: translate(0%, -50%) !important;
  -ms-transform: translate(0%, -50%) !important;
  -o-transform: translate(0%, -50%) !important;
  transform: translate(0%, -50%) !important;
}
.hero-text {
  text-transform: uppercase;
  font-size: 40px;
  padding-left: 40px;
  position: relative;
}
.hero-text:before {
  position: absolute;
  display: block;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  top: 10px;
  bottom: 10px;
  width: 20px;
  left: -20px;
}
@media (max-width: 767px) {
  .hero-text {
    text-transform: uppercase;
    padding-left: 0 !important;
    position: relative;
  }
  .hero-text:before {
    display: none;
  }
}
.btn-hero {
  width: 270px;
  padding-left: 0!important;
  padding-right: 0!important;
}
@media (max-width: 479px) {
  .hero-text {
    font-size: 21px;
  }
  .header-common {
    position: relative;
    margin-left: 0!important;
    font-size: 26px!important;
    font-family: "sourceSansProLight", "Arial Cyr, Arial", sans-serif;
    text-transform: uppercase;
  }
  .header-common:after {
    position: absolute;
    width: 50px!important;
    height: 3px!important;
    background: #4176ef;
    content: '';
    left: 0px!important;
    bottom: -20px !important;
  }
}
/* end carousel */
/* ******************************************************************************************************************************************************* */
/* *********************************************************************** TOP NAVBAR ******************************************************************** */
/* ******************************************************************************************************************************************************* */
.top-contacts {
  text-align: right;
  color: #fff;
}
.top-contacts .preheader-special-link {
  color: #fff!important;
  font-size: 16px;
  font-family: "sourceSansProBold", "Arial Cyr, Arial", sans-serif;
  text-decoration: none!important;
  margin-bottom: 25px;
}
.top-contacts .preheader-special-link:focus,
.top-contacts .preheader-special-link:active,
.top-contacts .preheader-special-link:hover {
  color: #fff!important;
  border-bottom: dashed 1px #fff;
  text-decoration: none!important;
}
.icon {
  font-style: normal;
  font-family: jurists, sans-serif;
  display: inline-block;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 8px;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
}
.icon-eye:before {
  display: inline-block;
  vertical-align: middle;
  content: '\e851';
  font-size: 24px;
}
.icon-landmark:before {
  display: inline-block;
  vertical-align: middle;
  content: '\e81f';
  font-size: 24px;
}
.icon-phone:before {
  display: inline-block;
  vertical-align: middle;
  content: '\e823';
  font-size: 24px;
}
.top-contacts__phones {
  font-size: 16px;
  font-family: "sourceSansProBold", "Arial Cyr, Arial", sans-serif;
}
.top-contacts__phones .icon:before {
  color: #67ce00;
}
.header {
  background: transparent none repeat scroll 0 0;
  position: absolute!important;
  width: 100%;
}
.header {
  background-color: transparent;
  border-bottom: medium none;
  padding: 40px 0 30px;
  z-index: 99;
}
.header {
  border: medium none !important;
  z-index: 1000;
}
.navbar {
  border: 0;
  margin-bottom: 0;
  min-height: 30px;
}
.logo-lnk-img,
.logo-lnk-text {
  float: left;
}
.logo-lnk-text {
  line-height: 1;
  color: #67ce00;
}
.logo-lnk-text:hover {
  color: #4176ef;
}
.logo-lnk-text-top {
  text-transform: uppercase;
  font-family: "sourceSansProBlack", "Arial Black, Arial", sans-serif;
  font-size: 33px;
  margin-top: -4px;
  color: #fff;
}
.logo-lnk-text-top:hover {
  color: #4176ef;
}
.logo-lnk-text-bot {
  text-transform: lowercase;
  font-family: "sourceSansProBold", "Arial Cyr, Arial", sans-serif;
  font-size: 14px;
  padding-left: 5px;
}
.logo-lnk-mob,
.logo-lnk-text,
.logo-lnk-img svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.logo-lnk-mob svg,
.logo-lnk-img svg {
  fill: #4176ef;
}
.logo-lnk:hover .logo-lnk-mob svg,
.logo-lnk:hover .logo-lnk-img svg {
  fill: #fff!important;
}
.logo-lnk-mob {
  display: inline-block;
  vertical-align: middle;
}
.logo-lnk-text.logo-lnk-text-mob {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.logo-lnk-text.logo-lnk-text-mob .logo-lnk-text-top {
  font-size: 24px;
}
.logo-mob {
  margin-left: 15px;
}
.logo-mob .logo-lnk-text {
  margin-top: 20px;
}
.logo-mob .logo-lnk-text .logo-lnk-text-top {
  font-size: 24px;
}
.logo-mob .logo-lnk-text .logo-lnk-text-bot {
  font-size: 11px;
}
.logo-contacts {
  margin-bottom: 15px;
}
.logo-lnk-mob {
  margin: 15px 0 15px 15px;
}
.logo-lnk-mob-img {
  width: 200px;
  height: 26px;
}
.navbar-nav {
  padding: 0;
}
.is-sticky .navbar {
  background: #111;
}
.navbar-nav > li > a:focus {
  color: #000;
  background: transparent!important;
}
.is-sticky .navbar-collapse {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > a {
  margin: 15px 15px;
  padding: 0;
  font-size: 17px;
  font-family: "sourceSansProBold", "Arial Cyr, Arial", sans-serif;
  text-transform: uppercase;
  color: #000;
  display: block;
  position: relative;
  line-height: 1;
  background: transparent;
}
.navbar-nav > li:first-child > a {
  margin-left: 0;
}
.navbar-nav > li > a {
  text-decoration: none;
}
.navbar-nav > li > a:hover,
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current-page-item > a {
  background: transparent;
  color: #4176ef;
  text-decoration: none;
}
.hvr-underline-from-left > li > a:before {
  height: 3px;
  background: #4176ef;
  bottom: -15px;
  content: "";
  left: 0;
  position: absolute;
  right: 100%;
  transition: right 0.3s ease 0s;
  -webkit-transition: right 0.3s ease 0s;
}
.hvr-underline-from-left > li.current-menu-item > a:before,
.hvr-underline-from-left > li.current-menu-parent > a:before,
.hvr-underline-from-left > li.current-post-parent > a:before,
.hvr-underline-from-left > li.current-post-ancestor > a:before,
.hvr-underline-from-left > li.current-page-item > a:before,
.hvr-underline-from-left > li > a:hover:before,
.hvr-underline-from-left > li > a:focus:before {
  right: 0;
}
/*

.navbar-nav > li.active > a.hvr-underline-from-left:before {
	display: none;
}
*/
.navbar-collapse {
  background: #fff;
}
.navbar-nav > li:first-child {
  margin-left: 0;
}
.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  float: right;
  margin-top: 16px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 9px 0 10px 9px;
  position: relative;
}
.navbar-toggle:hover {
  background-color: transparent;
}
.navbar-toggle:hover .icon-bar {
  background: #4176ef;
}
.navbar-toggle .icon-bar {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  display: block;
  height: 3px;
  width: 40px;
}
.navbar-toggle .icon-bar:nth-child(2),
.navbar-toggle .icon-bar:nth-child(4) {
  transition: all 0.3s ease 0s;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
  visibility: hidden;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  -o-transform: rotate(45deg) translateY(5px) translateX(5px);
  -webkit-transform: rotate(45deg) translateY(5px) translateX(5px);
  transform: rotate(45deg) translateY(5px) translateX(5px);
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
  -moz-transform: rotate(-45deg) translateY(-5px) translateX(5px);
  -o-transform: rotate(-45deg) translateY(-5px) translateX(5px);
  -webkit-transform: rotate(-45deg) translateY(-5px) translateX(5px);
  transform: rotate(-45deg) translateY(-5px) translateX(5px);
}
.top-nav-phone {
  color: #fff;
  background: #000;
  text-align: center;
}
.top-nav-phone .top-contacts__phones {
  margin-top: 0;
  padding: 10px 0;
  font-size: 15px;
}
@media (max-width: 991px) {
  .top-nav-phone .top-contacts__phones {
    margin-top: 0;
    padding: 10px 0 0 0;
    font-size: 15px;
  }
  .navbar {
    background: #111;
  }
  header.header {
    padding: 0;
  }
  .navbar-nav > li > a {
    padding: 8px 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    display: block;
    position: relative;
    line-height: 1;
    background: transparent;
  }
  .navbar-nav > li:first-child > a {
    padding-top: 0;
  }
  .navbar-nav > li > a {
    margin-left: 0;
    margin-right: 0;
  }
  .hvr-underline-from-left > li > a:before {
    height: 0;
    background: transparent;
    left: 0;
  }
}
/* ********************************************************************** eo TOP NAVBAR ******************************************************************* */
.pv60 {
  padding: 60px 0;
}
.pv75 {
  padding: 75px 0;
}
.section-common {
  padding: 75px 0;
}
.bg-light-gray {
  background: #efefef;
}
.bg-green {
  background: #67ce00;
}
.header-common {
  position: relative;
  margin: 0 0 60px 0;
  color: #000;
  font-size: 38px;
  font-family: "sourceSansProLight", "Arial Cyr, Arial", sans-serif;
  text-transform: uppercase;
}
.header-common:after {
  position: absolute;
  width: 70px;
  height: 5px;
  background: #4176ef;
  content: '';
  left: 0px;
  bottom: -25px;
}
.header-common:before {
  /*
	content: '';
	display: block;
	position: absolute;
	width: 200px;
	height: 200px;
	border: solid 4px @color-link;
	left: 50%;*/
}
.text-more {
  margin-top: 50px;
}
.section-partners {
  background-image: url(../images/bg_parallax-otr.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.partners-ul {
  text-align: center;
  padding-left: 0;
  margin: 0;
}
.partner-li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 6px 10px;
}
.news-date {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
}
.icon-news:before {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #4176ef;
  content: "\f1ea";
  font-size: 18px;
  color: #fff;
}
.news-title-lnk {
  position: relative;
  display: block;
  margin-bottom: 35px;
  color: #000!important;
  text-transform: uppercase;
  font-family: "sourceSansProBold", "Arial Cyr, Arial", sans-serif;
  font-size: 17px;
  text-decoration: none!important;
}
.news-title-lnk:hover {
  color: #4176ef !important;
}
.news-title-lnk:after {
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #67ce00;
  bottom: -15px;
}
.news-title-lnk:hover {
  color: #4176ef;
}
.main-news {
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-news:hover {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.row-news-footer {
  text-align: center;
}
.btn {
  display: inline-block;
  padding: 0 60px;
  line-height: 48px;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "sourceSansPro", "Arial Cyr, Arial", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-common {
  color: #fff;
  background: #4176ef;
}
.btn-common:hover {
  background: #67ce00;
  color: #fff;
  box-shadow: 0 7px 16px rgba(0, 0, 3, 0.2);
}
.btn-common:active,
.btn-common:focus {
  background: #002ea7;
  color: #fff;
  box-shadow: none!important;
}
/* ************************************ ABOUT *************************************** */
.feature-full-1col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
}
.feature-full-1col .image {
  position: relative;
}
.feature-full-1col .image,
.feature-full-1col .desc {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .feature-full-1col .image,
  .feature-full-1col .desc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  .feature-full-1col .image {
    display: none;
  }
  .feature-full-1col .desc {
    padding: 80px 20%;
  }
}
.feature-full-1col .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .feature-full-1col .image {
    height: 300px;
  }
}
.feature-full-1col .desc {
  padding: 80px;
  background: #fff;
}
.feature-full-1col .desc.desc2 {
  background: rgba(45, 64, 89, 0.05);
}
@media screen and (max-width: 767px) {
  .feature-full-1col .desc {
    padding: 15px;
  }
}
/* ************************************ eo ABOUT *************************************** */
.text-justify p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.text-justify.about-text ul {
  padding-left: 0;
  margin-bottom: 0;
}
.text-justify.about-text ul li {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding-left: 50px;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.text-justify.about-text ul li:before {
  position: absolute;
  content: '';
  display: block;
  background: #4176ef;
  left: 12px;
  top: 12px;
  width: 25px;
  height: 2px;
}
.bg-page-header {
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../video/video2s1.jpg");
  background-origin: padding-box;
  background-position: center 50% !important;
  background-repeat: repeat;
  background-size: cover !important;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.bg-page-header:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1);
}
/* pagination */
.wp-paginate {
  margin: 0;
  padding: 0;
  text-align: center;
}
.wp-paginate li {
  display: inline;
  list-style: outside none none;
}
.wp-paginate a {
  display: inline-block;
  background: #eee none repeat scroll 0 0!important;
  border: 0!important;
  padding: 0!important;
  border-radius: 50%;
  width: 42px;
  line-height: 42px;
  color: #000!important;
  margin-right: 4px;
  text-align: center;
  text-decoration: none;
}
.wp-paginate a:hover,
.wp-paginate a:active {
  background: #ccc none repeat scroll 0 0;
  color: #888;
}
.wp-paginate a:hover {
  background: #4176ef !important;
  color: #fff!important;
  text-decoration: none!important;
}
.wp-paginate .title {
  color: #555;
  padding-right: 10px;
}
.wp-paginate .gap {
  color: #999;
  margin-right: 4px;
}
.wp-paginate .current {
  background: #4176ef !important;
  border: 0!important;
  color: #fff;
  display: inline-block;
  padding: 0!important;
  margin-right: 4px;
  border-radius: 50%;
  width: 42px;
  line-height: 42px;
}
/* pagination */
.err404 {
  width: 100%;
  position: relative;
  display: table;
  text-align: center;
  vertical-align: middle;
}
.err404-txt {
  vertical-align: middle;
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: transparent;
  color: #0b0b0b;
}
.err404-header {
  color: #4176ef;
}
.err404-txt:after {
  position: absolute;
  z-index: -1;
  font-size: 180px;
  letter-spacing: -7px;
  font-family: "sourceSansProBold", "Arial Cyr, Arial", sans-serif;
  color: #67ce00;
  opacity: 0.3;
  content: '404';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 479px) {
  .err404-txt:after {
    font-size: 160px;
  }
}
.err404-bg {
  padding: 30px 0 70px 0;
  height: 100%;
  width: 100%;
  position: relative;
}
.page-h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 45px;
  color: #000;
  text-transform: uppercase;
  font-size: 21px;
  font-family: "sourceSansProBold", "Arial Cyr, Arial", sans-serif;
}
.page-h2:before {
  position: absolute;
  display: block;
  content: '';
  background: #4176ef;
  left: 0;
  width: 35px;
  height: 3px;
  bottom: -12px;
  z-index: 2;
}
.page-h3 {
  position: relative;
  margin-bottom: 25px;
  margin-top: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "sourceSansProBold", "Arial Cyr, Arial", sans-serif;
}
.page-h3:before {
  position: absolute;
  display: block;
  content: '';
  background: #4176ef;
  left: 0;
  width: 25px;
  height: 2px;
  bottom: -10px;
  z-index: 2;
}
.checkbox {
  text-align: left;
}
.form-control:focus::-moz-placeholder {
  opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
/* FORM */
.form-control {
  display: block;
  overflow: hidden;
  background: #fff;
  border-color: #787887;
  border-style: solid;
  border-width: 3px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}
.form-control:hover {
  border: 3px solid #000;
}
.form-control:focus {
  border: 3px solid #4176ef;
  box-shadow: none;
}
.form-control:focus::-moz-placeholder {
  opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.control-label {
  color: #333;
  cursor: pointer;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  height: 40px;
}
textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wpcf7-list-item-label {
  position: relative!important;
  margin-bottom: 0px;
  padding-left: 40px;
  line-height: 1.2;
}
.wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
  color: #fff;
  width: 2px!important;
  font-size: 1px!important;
  display: inline-block !important;
  vertical-align: middle;
  margin: 0!important;
  padding: 0!important;
}
/*

input[type="checkbox"]:before {
	position: absolute;
	display: block;
	content: '';
	z-index: 2;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	border: 3px solid @color-common;
}
*/
/* eo check */
/* ************************** FOOTER ************************************ */
.main-footer {
  background: #192639;
  font-size: 16px;
  color: #4e5b6b;
  line-height: 20px;
  margin: 0;
}
.main-footer a {
  color: #fff;
  text-decoration: none;
}
.main-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.main-footer hr {
  opacity: 0.1;
}
.logo-footer {
  opacity: 0.7;
}
.logo-footer:hover {
  opacity: 1;
}
.logo-footer-lnk-img,
.logo-footer-lnk-text {
  float: left;
}
.logo-footer-lnk-text {
  margin-left: 5px;
  line-height: 1;
  color: #72777d;
}
.logo-footer-lnk-text:hover {
  color: #72777d;
}
.logo-footer-lnk-text-top {
  text-transform: uppercase;
  font-family: "sourceSansProBlack", "Arial Black, Arial", sans-serif;
  font-size: 24px;
  margin-top: -2px;
}
.logo-footer-lnk-text-bot {
  text-transform: lowercase;
  font-family: "sourceSansProBold", "Arial Cyr, Arial", sans-serif;
  font-size: 10.3px;
  padding-left: 3px;
}
.logo-footer-lnk-img svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.logo-footer-lnk-img svg {
  fill: #72777d;
}
.footer-nav {
  padding-left: 0;
}
.footer-nav li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-nav .current-menu-item a {
  text-decoration: underline;
}
.footer-copy {
  text-align: center;
}
.footer-content {
  padding: 60px 0;
  min-height: 250px;
}
/* ************************** eo FOOTER ************************************ */
/* Change navbar collapse breakpoint */
@media (max-width: 991px) {
  .navbar-nav > li {
    display: block;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none!important;
    max-height: none;
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav > li {
    float: none;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* eo Change navbar collapse breakpoint */
