@font-face {
  font-family: HelveticaNeue;
  src: url(../font/HelveticaNeueCyr-Light.otf);
}
* {
  padding: 0;
  margin: 0;
  font-family: HelveticaNeue, Helvetica;
}
a:focus {
  outline: #FFF;
  text-decoration: none;
}

.h1, h1 {
font-size: 0.8em;
}

.block-title {
  text-align: center;
  font-size: 50px;
  color: #3e9ed0;
  margin-top: 120px;
  margin-bottom: 25px;
}
.button {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #FFF;
  background: #3e9ed0;
  display: inline-block;
  padding: 7px 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button:active,
.button:hover {
  background: #86caef;
  color: #FFF;
  text-decoration: none;
}
.wrapper-inner {
  margin-top: 10px;
}
.notice1,
.notice {
  font-size: 18px;
  text-align: center;
  color: #900;
}
.form-success1,
.form-success {
  font-size: 20px;
  text-align: center;
  color: #FFF;
  display: none;
}
header .logo-wrap {
  display: inline-block;
  
}
header .logo-wrap a:hover {
  text-decoration: none;
}
header .slogan {
  color: #9F9F9F;
  font-size: 16px;
  text-align: right;
  margin-top: 3px;
}
header .popup-btn-wrap {
  text-align: center;
}
header .popup-btn-wrap .button-popup {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 55px;
  padding-right: 55px;
}
header .lang-wrap {
  margin-top: 30px;
  text-align: right;
}
header .lang-wrap .lang {
  display: inline-block;
  border: 1px solid #e8e8e8;
  background: #E8E8E8;
  padding: 7px 9px;
  color: #999;
}
header .lang-wrap .lang.active {
  background: #FFF;
  color: #3e9ed0;
}
header .lang-wrap .lang-ru {
  -webkit-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
  margin-left: -4px;
}
header .lang-wrap .lang-uk {
  -webkit-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
}
header .addr-wrap {
  margin-top: 20px;
  text-align: right;
}
header .addr-wrap .phone {
  display: inline-block;
  font-size: 20px;
  color: #383838;
  margin-left: 30px;
}
header .addr-wrap .phone:first-child {
  margin-left: 0;
}
header .addr {
  color: #383838;
  font-size: 17px;
  text-align: right;
}
header .nav-wrap {
  margin-top: 10px;
  border-top: 1px solid #c2c2c2;
}
header .nav-wrap .mob-menu {
  height: 50px;
  width: 50px;
  float: right;
  background: #3e9ed0;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
  cursor: pointer;
  position: relative;
}
header .nav-wrap .mob-menu div:before,
header .nav-wrap .mob-menu div:after,
header .nav-wrap .mob-menu div {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 34px;
  height: 6px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .nav-wrap .mob-menu div:before {
  content: "";
  bottom: -20px;
}
header .nav-wrap .mob-menu div:after {
  content: "";
  top: -20px;
}
header .nav-wrap .mob-menu div.active {
  background: #3e9ed0;
}
header .nav-wrap .mob-menu div.active:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}
header .nav-wrap .mob-menu div.active:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
header nav {
  padding: 10px 0;
}
header nav li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
header nav li a {
  font-size: 18px;
  color: #383838;
}
header nav li a:hover {
  color: #86caef;
  text-decoration: none;
}
header nav li.active a {
  color: #86caef;
}
header nav .search-wrap {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
header nav .search-wrap form {
  left: -999px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header nav .search-wrap form.visible {
  left: 0;
}
header nav .search-wrap i {
  color: #C2C2C2;
  font-size: 25px;
}
header nav .search-wrap input {
  border-top: none;
  border-right: none;
  border-left: none;
  background: none;
}
header .subscribe-wrap {
  background: #F8F8F8;
  /*padding: 20px 0;*/
  padding-top: 1px;
  padding-bottom: 10px;
}
header .subscribe-wrap .subscribed {
  font-size: 20px;
  text-align: center;
  color: #800;
}
/*header .subscribe-wrap .subscr-button-wrap {
  text-align: right;
}*/
header .subscribe-wrap .subscribe-icon {
  margin-top: 1px;
}
header .subscribe-wrap .subscribe-icon i {
  font-size: 60px;
  color: #3e9ed0;
}
header .subscribe-wrap .subscribe-text {
  font-size: 18px;
  color: #9F9F9F;
}
header .subscribe-wrap label {
  font-size: 17px;
  color: #9F9F9F;
  width: 50%;
  display: inline-block;
  margin-top: 10px;
}
header .subscribe-wrap input {
  border: none;
  border-bottom: 1px solid #e8e8e8;
  background: none;
  width: 49%;
  margin-top: 10px;
}
header .subscribe-wrap button {
  border: none;
  padding-left: 40px;
  padding-right: 40px;
}
.err-page {
  background: url(/templates/img/404-bg.png) no-repeat center center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.err-wrap {
  padding-top: 215px;
  padding-bottom: 320px;
}
.err-wrap p {
  margin-bottom: 30px;
  color: #FFF;
}
section .breadcrumb {
  margin-top: 15px;
  margin-bottom: 1px;
  font-size: 16px;
}
section .breadcrumb li {
  display: inline-block;
}
section .breadcrumb a {
  color: #3e9ed0;
}
section .main-title {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 25px;
  color: #383838;
}
section .one-news-published-date {
  color: #3e9ed0;
  font-size: 20px;
  margin-bottom: 25px;
}
section .one-news-content {
  margin-bottom: 250px;
}
section .one-news-content .news-page-img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
section .news-wrap {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
section .news-wrap:nth-child(2n) {
  margin-left: 1%;
}
section .n-block-date {
  font-size: 16px;
  color: #3e9ed0;
  margin-bottom: 25px;
}
section .n-block-title {
  font-size: 25px;
  margin-bottom: 25px;
  color: #3e9ed0;
  display: block;
}
section .n-block-img {
  margin-bottom: 20px;
}

section .slider-main {
  position: relative;
}
section .slider-main .slide {
  display: table;
  width: 100%;
  /*background: url(../img/banner.png) no-repeat center center;*/
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 560px;
  max-width: 1920px;
  padding: 0 110px;
  margin: auto;
  text-decoration: none;
}
section .slider-main .slide .slide-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-size: 50px;
}
section .slider-main .owl-controls .owl-nav .owl-prev,
section .slider-main .owl-controls .owl-nav .owl-next {
  padding: 13px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FFF;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section .slider-main .owl-controls .owl-nav .owl-prev:hover,
section .slider-main .owl-controls .owl-nav .owl-next:hover {
  opacity: 1;
}
section .slider-main .owl-controls .owl-nav .owl-prev {
  left: 50px;
}
section .slider-main .owl-controls .owl-nav .owl-next {
  right: 50px;
}
section .slider-main .owl-controls .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
section .slider-main .owl-controls .owl-dots .owl-dot {
  height: 8px;
  width: 32px;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section .slider-main .owl-controls .owl-dots .owl-dot.active,
section .slider-main .owl-controls .owl-dots .owl-dot:hover {
  background: #3e9ed0;
}
section .practice {
  margin-bottom: 40px;
  text-align: center;
}
section .practice .block-title {
  margin-top: 35px;
}
section .practice a * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section .practice a:hover {
  text-decoration: none;
}
section .practice a:hover .practice-text {
  color: #86caef;
}
section .practice a:hover .practice-icon {
  color: #86caef;
}
section .practice .practice-icon {
  font-size: 60px;
  color: #3e9ed0;
  margin-bottom: 20px;
}
section .practice .practice-text {
  color: #383838;
  font-size: 25px;
}
section .team {
  background: url(../img/team-bg.png) repeat;
  padding: 25px 0 20px;
}
section .team .block-title {
  color: #3e9ed0;
  margin-top: 0;
}
section .team .row .team-photo {
  margin-top: 20px;
  margin-bottom: 30px;
}

section .team .row .partner {
  margin-top: 9px;
  padding: 0 36px;
  margin-bottom: 10px;
}

@media only screen and (max-width : 1200px) {
  section .team .row .partner{
    padding: 0 5px;
  }
}

section .team .row:first-child .partner {
  margin-top: 0;
}
section .team .row:first-child .team-photo {
  margin-top: 105px;
  margin-bottom: 30px;
}
section .team .partner .partner-name {
  text-align: center;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 10px;
}
section .team .partner .partner-name  a{
  color: #3e9ed0;
}
section .team .partner .partner-exp {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
section .team .partner .partner-skills-title {
  color: #3e9ed0;
  margin: 10px 0;
  font-size: 18px;
  line-height: 18px;
}
section .team .partner .parner-skills li {
  list-style-type: none;
  margin-left: 15px;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
}
section .team .partner .parner-skills li:before {
  content: "•";
  position: absolute;
  color: #3e9ed0;
  left: -15px;
}
section .blog-wrap .news {
  background: #F8F8F8;
  position: relative;
}
section .blog-wrap:first-child .article-published {
  margin-top: 10px;
}
section .blog-wrap .publications .block-title,
section .blog-wrap .news .block-title {
  margin-bottom: 10px;
  margin-top: 25px;
  text-align: left;
}
section .blog-wrap .news:before {
  content: "";
  background: #F8F8F8;
  width: 2000px;
  height: 100%;
  position: absolute;
  right: 100%;
}
section .blog-wrap .article-published {
  color: #86caef;
  margin: 15px;
}
section .blog-wrap .article-title {
  font-size: 25px;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  color: #3e9ed0;
}
section .blog-wrap .article-description {
  font-size: 16px;
  color: #383838;
}
section .blog-wrap .more-news {
  text-align: right;
}
section .blog-wrap .more-news .button {
  margin: 40px 0 30px;
  padding: 7px 80px;
}
section .contain-main-wrap {
  padding: 40px 0;
}
section .content p {
  margin-bottom: 20px;
  font-size: 16px;
}
section .article-list {
  margin-bottom: 100px;
}
section .article-list .article-wrap {
  margin-top: 50px;
  position: relative;
}
section .article-list .article-wrap .article-published {
  font-size: 16px;
  color: #3e9ed0;
  margin-bottom: 25px;
}
section .article-list .article-wrap .article-title {
  font-size: 25px;
  margin-bottom: 25px;
  color: #3e9ed0;
  display: block;
}
section .article-list .article-wrap .article-desc {
  font-size: 16px;
  margin-bottom: 40px;
}
section .article-list .article-wrap .col-sm-9 {
  position: static;
}
section .article-list .article-wrap .button {
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  bottom: 0;
}
section .pagination {
  text-align: center;
  margin-bottom: 20px;
}
section .pagination li {
  display: inline-block;
  list-style-type: none;
  margin: 0 5px;
  font-size: 16px;
}
section .pagination li a {
  color: #1D1E22;
}
section .pagination li.active a {
  color: #3e9ed0;
}
section .service-page-wrap {
  margin-bottom: 100px;
}
section .one-service-description {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 25px;
}
section .service-wrap {
  margin-bottom: 50px;
}
section .service-wrap .service-name {
  font-size: 25px;
  line-height: 25px;
  color: #3e9ed0;
  margin-bottom: 25px;
  display: block;
}
section .service-wrap .service-description {
  font-size: 16px;
  color: #383838;
}
section.contact-page .main-title {
  margin-bottom: 32px;
}
section .contact-info {
  margin-bottom: 100px;
}
section .contact-info .phone {
  font-size: 1.5em;
  color: #383838;
}
section .contact-info .mail {
  margin-top: 20px;
  font-size: 1.5em;
  color: #383838;
}
section .contact-info .addr {
  margin: 10px 0 20px;
  font-size: 1.5em;
}
section .contact-info .viber-wrap {
  background: #7F4C93;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 2px 5px 0;
  margin-right: 10px;
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}
section .contact-info .viber-wrap i {
  line-height: 0;
  color: #FFF;
  vertical-align: middle;
}
section .contact-form {
  background: #3e9ed0;
  padding: 15px 5%;
}
section .contact-form .contact-form-title {
  font-size: 25px;
  color: #FFF;
}
section .contact-form input,
section .contact-form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #FFF;
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 18px;
  margin-top: 20px;
}
section .contact-form textarea {
  max-height: 150px;
  min-height: 150px;
  min-width: 100%;
  max-width: 100%;
}
section .contact-form .button-wrap {
  text-align: center;
  margin-top: 60px;
}
section .contact-form button {
  color: #FFF;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #fff;
  font-size: 18px;
  background: none;
  padding: 5px 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section .contact-form button:hover,
section .contact-form button:active {
  background: #FFF;
  color: #3e9ed0;
}

section .partners-list .partner-item {
  margin-bottom: 50px;
}

@media only screen
  and (min-device-width: 240px) 
  and (max-device-width: 767px) {
  section .partners-list .partner-item {
    margin-bottom: 0 !important;
  }
}

section .partners-list .partner-item:last-child {
  margin-bottom: 100px;
}
section .partners-list .partner-name {
  font-size: 25px;
  color: #3e9ed0;
  line-height: 25px;
  margin-bottom: 10px;
}
section .partners-list .partner-exp {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
section .partners-list .partner-skills-title {
  color: #3e9ed0;
  margin: 15px 0 25px;
  font-size: 18px;
  line-height: 18px;
}
section .partners-list .parner-skills li {
  list-style-type: none;
  margin-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
section .partners-list .parner-skills li:before {
  content: "•";
  position: absolute;
  color: #3e9ed0;
  left: -15px;
}
section .content-page {
  margin-bottom: 100px;
}
*::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
*::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
*:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
footer {
  color: #FFF;
  padding: 25px 0;
  background: #3E9ED0;
}
footer .footer-menu-wrap {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
footer .footer-menu-title {
  display: block;
  font-size: 14px;
  min-height: 50px;
  color: #FFF;
}
footer .footer-menu-title:hover,
footer .footer-menu-title:active {
  color: #FFF;
}
footer .footer-menu li {
  list-style-type: none;
  font-size: 13px;
  line-height: 20px;
}
footer .footer-menu li:before {
  content: "-";
  margin-right: 3px;
}
footer .footer-menu a,
footer .footer-menu a:hover {
  color: #FFF;
  text-decoration: none;
}
footer .footer-phone .phone {
  display: inline-block;
  margin-right: 50px;
  font-size: 20px;
}
footer .footer-phone .phone .viber-wrap {
  background: #7F4C93;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 1px 4px 0;
  margin-right: 10px;
  display: inline-block;
}
footer .footer-phone .phone .viber-wrap i {
  line-height: 0;
  vertical-align: middle;
}
footer .footer-socials {
  display: inline-block;
}
footer .footer-socials a {
  color: #FFF;
  font-size: 25px;
  margin-left: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer .footer-socials a:first-child {
  margin-left: 0;
}
footer .footer-socials a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.overlay {
  display: none;
  z-index: 5;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.popup {
  display: none;
  z-index: 5;
  position: fixed;
  left: 50%;
  top: 50%;
  height: 640px;
  width: 630px;
  margin-left: -315px;
  margin-top: -320px;
  padding: 60px;
  background: #86caef;
}
.popup .contact-form-title {
  font-size: 25px;
  color: #FFF;
}
.popup input,
.popup textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #FFF;
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 18px;
  margin-top: 20px;
}
.popup textarea {
  max-height: 150px;
  min-height: 150px;
  min-width: 100%;
  max-width: 100%;
}
.popup .button-wrap {
  text-align: center;
  margin-top: 60px;
}
.popup button {
  color: #FFF;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #fff;
  font-size: 18px;
  background: none;
  padding: 5px 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup button:hover,
.popup button:active {
  background: #FFF;
  color: #3e9ed0;
}
@media (max-width: 1340px) {
  header .addr-wrap .phone {
    font-size: 18px;
  }
  section .team .last-team-row .partner {
  margin-top: 2px;
}
  section .team .row:first-child .team-photo {
    margin-top: 105px;
  }
  footer .footer-phone .phone {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  header .popup-btn-wrap .button-popup {
    padding-left: 20px;
    padding-right: 20px;
  }
  section .practice .practice-text {
    font-size: 20px;
  }
  footer .footer-phone .phone {
    margin-right: 30px;
  }
  footer .footer-socials a {
    margin-left: 15px;
  }
}
@media (max-width: 992px) {
  header nav li {
    margin-right: 13px;
  }
  section .slider-main .slide {
    padding: 50px;
  }
  section .slider-main .slide .slide-text {
    font-size: 25px;
  }
  section .slider-main .owl-controls .owl-nav .owl-prev {
    left: 20px;
  }
  section .slider-main .owl-controls .owl-nav .owl-next {
    right: 20px;
  }
  section .slider-main .owl-controls .owl-nav .owl-prev,
  section .slider-main .owl-controls .owl-nav .owl-next {
    padding: 5px;
    margin-top: -20px;
  }
  .team .partner * {
	margin-top: 5px;
    text-align: center;
  }
  section .practice .practice-text {
    font-size: 14px;
  }
  section .team .partner-photo img {
    margin: auto;
  }
  section .team .partner .parner-skills li {
    display: inline-block;
  }
  section .team .row .team-photo img {
    margin: auto;
  }
  section .blog-wrap .article-title {
    font-size: 20px;
  }
  section .partner-item .row {
    margin-bottom: 20px;
  }
  section .partner-item .team-page-photo img {
    margin: auto;
  }
  footer .footer-socials a {
    margin-left: 10px;
  }
  footer .footer-socials a {
    font-size: 20px;
  }
}
@media (max-width: 769px) {
  .wrapper {
    /*position: relative;*/
    -ms-overflow-x: hidden;
        overflow-x: hidden;

  }
  .wrapper-inner {
    right: 0;
    -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    position: relative;
  }
  .wrapper.opened .wrapper-inner {
    right: 250px;
  }
  .nav-menu {
    position: absolute;
    right: -250px;
    width: 250px;
    text-align: left;
    background: #3e9ed0;
  }
  .nav-menu:before {
    content: "меню";
    width: 250px;
    height: 100px;
    position: absolute;
    top: -100px;
    left: 0;
    background: #3E9ED0;
    color: #FFF;
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 90px;
    padding-left: 30px;
  }
  header nav .search-wrap i {
    color: #FFF;
  }
  header nav li.active a {
    color: #333;
    border-bottom: 2px solid #fff;
  }
 /* header nav li.first {
    margin-top: 30px;
  }*/
  .nav-menu a {
    color: #FFF;
  }

  header {
    text-align: center;
    margin-top: 50px;
  }
  header .nav-wrap {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    top: -55px;
  }
  header .nav-wrap .mob-menu {
    display: block;
  }
/*  header .nav-wrap .nav-menu {
    display: none;
  }*/
  header nav .search-wrap input {
    color: #FFF;
  }
  header .nav-wrap .nav-menu li {
    /*text-align: center;*/
    padding-left: 30px;
    margin-bottom: 10px;
    display: block;
  }
  header .nav-wrap .nav-menu.active {
    right: 0;
  }
/*  header .nav-wrap.active  {
    display: block;
  }*/
  header .logo-wrap {
    text-align: center;
  }
  header .logo-wrap img {
    margin: auto;
  }
  header .logo-wrap .slogan {
    display: inline-block;
  }
  header .addr-wrap,
  header .addr,
  header .lang-wrap {
    text-align: center;
	
  }
  header .addr-wrap .phone {
    margin-left: 0;
    display: block;
    text-align: center;
  }
  header .subscribe-wrap input {
    margin-bottom: 10px;
  }
  header .subscribe-wrap .subscr-button-wrap {
    text-align: center;
  }
  section .practice {
    margin-bottom: 20px;
  }
  section .practice .practice-icon {
    margin-bottom: 0;
    line-height: 60px;
  }
  section .practice .col-sm-2{
    margin-bottom: 25px;
    padding-top: 20px;
  }
  section .block-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  section .main-title {
    font-size: 25px;
  }
  section .team {
    padding-top: 20px;
  }
  section .partner-item {
    text-align: center;
  }
  section .partner-item .partner-name {
    margin-top: 10px;
  }
  section .partner-item img {
    margin: auto;
  }
  section .partner-item .parner-skills li {
    display: inline-block;
  }
  section .blog-wrap .publications .block-title,
  section .blog-wrap .news .block-title {
    margin-top: 0;
    padding-top: 20px;
    text-align: center;
  }
  section .blog-wrap .more-news {
    text-align: center;
  }
  section .one-news-content .news-page-img {
    margin-left: 0;
    text-align: center;
    float: none;
  }
  section .news-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  section .news-wrap:nth-child(2n) {
    margin-left: auto;
  }
  section .blog-wrap .article-published {
    margin-bottom: 15px;
  }
  section .news-img-main {
    text-align: center;
    margin-bottom: 10px;
  }
  section .news-img-main img {
    margin: auto;
  }
  section .one-news-content .news-page-img img{
    width: 100%;
    height: auto;
    max-width: 440px;
  }
  section .article-list,
  section .partners-list .partner-item:last-child,
  section .service-page-wrap,
  section .contact-page-form,
  section .contact-info {
    margin-bottom: 20px;
  }
  footer {
    padding-bottom: 20px;
  }
  footer .footer-phone .phone{
    display: block;
    text-align: center;
  }
  footer .footer-socials {
    text-align: center;
	display: table;
	float: none;
	margin: 0 auto;
  }
  footer .footer-menu-title {
    margin-top: 30px;
    margin-bottom: 10px;
    min-height: auto;
  }
  footer .footer-menu li {
    font-size: 14px;
    line-height: normal;
  }
  .popup {
    padding: 20px;
    width: 280px;
    margin-left: -140px;
    margin-top: -220px;
    height: 440px;
  }
  .popup textarea {
    max-height: 80px;
    min-height: 80px;
    font-size: 14px;
  }
  .popup input {
    font-size: 14px;
  }
  .popup .button-wrap {
    margin-top: 20px;
  }
}


/*центровка*/
.cent1 {
text-align: center;
}

.cent2 {
text-align: justify;
}

.cent3 {
float: none;
margin: 0 auto;
}

.cent4 {
margin-bottom: 20px;
}

.cent5 {
text-align: right;
}

.cent6 a {
text-align: right;
}

.cent7 {
text-align: justify;
margin-left: 15px;
margin-right: 15px;
}

.cent8 {
text-align: left;
}

.cent9 {
display:block; 
margin:0 auto;
width: 100%  
}


/*меню*/

.dropdown:hover > .dropdown-menu
 {
 display: block;
 }
 
.nav-menu {
display: table;
float: none;
margin: 0 auto;
}
 
.dropdown-menu {
margin: -2px 0 0;
min-width: 80px;
}

.navbar-nav {
display: table;
float: none;
margin: 0 auto;
}

.navbar-collapse {
background-color: #fff;
}

.navbar-nav>li>a {
padding-left: 8px;
padding-right: 8px;
}
 
.nav>li>a:focus, .nav>li>a:hover {
background-color: #fff;
}

/*.navbar-collapse {
background-color: #eee;
}*/

/*растягивающая картинка*/

article img {
    max-width: 100%;
    height: auto;
	/*width: auto;*/
	padding: 0 7px 7px 7px;
}

/* кнопка вверх*/

iframe {
max-width: 100%;
}

#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}

#toTop2{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}

/*карусель*/

.carousel-caption {
padding-bottom: 7%;
}

/*хлебные крошки*/

.breadcrumb {
background-color: #fff;
}


/*дополнения*/

.dop1 {
padding-left: 10px;
padding-right: 10p;
}

.dop2 {
margin: auto;
}

.dop3 {
padding: 20px 0 0 20px;
}

.dop4 a {
color: #fff;
}

.dop5 h2 {
font-size: 36px;
}

.dop6 p {
font-size: 1.4em;
margin-top: -30px;
}

.dop7 {
padding-top: 10px;
}

.dop8 {
padding-left: 1px;
padding-right: 3px;
}

.dop9 {
padding-left: 2px;
padding-right: 3px;
}

/*слайдер*/

.carousel-control.left {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
}

.carousel-control.right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
}

.carusel-caption {
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

.slad2 h2 {
 font-size: 15px;
}	

/* fix home news, cases blocks */

.articles-cont2 .article-wrap,
.articles-cont1 .article-wrap {
  max-height: 255px;
  overflow: hidden;
}

.article-wrap .row .cent2 p {
  max-height: 117px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-wrap .row .news-img-main {
  max-height: 110px;
  overflow: hidden;
}

.articles-cont1 .more-news {
  height: 110px !important;
}

.articles-cont1 .more-news .button {
  margin-top: 75px;
}

/* news list blocks */

.news-block .n-block-img {
  max-height: 234px;
  overflow: hidden;
}

.news-block .n-block-text {
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-block .n-block-date {
  padding-top: 24px;
}

.phonenew {
  color: white;
}

header .lang-wrap2 {
   text-align: center;
}
	
header .lang-wrap2 .lang {
  display: inline-block;
  border: 1px solid #e8e8e8;
  background: #E8E8E8;
  padding: 7px 9px;
  color: #999;
}

header .lang-wrap2 .lang.active {
  background: #FFF;
  color: #3e9ed0;
}

header .lang-wrap2 .lang-ru {
  -webkit-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
  margin-left: -4px;
}
header .lang-wrap2 .lang-uk {
  -webkit-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
}  

/* hide slider on small mobile devices */

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 767px) {
  .carousel {
    visibility: hidden;
    display: none;
  }
	.lang-wrap { 
		visibility: hidden; 
		display: none; 
	}
}

@media only screen 
and (min-device-width: 767px) {
	.lang-wrap2 { 
		visibility: hidden; 
		display: none; 
	}
}

/* footer new styles */

.footernew {
  padding: 0px 50px;
  background-color: #3e9ed0;
}

.footerlogo {
  text-align: center;
}

.footimg {
  margin-right: 30px;
  margin-top: 20px;
}

.footsocial {
  margin-top: 30px;
  text-align: center;
}

.footcontact {
  margin-top: 15px;
  text-align: center;
}

.menu1 {
  margin-top: 15px;
  text-align: left;
  font-size: 20px;
}

.menu2 {
  margin-top: 15px;
  border-right: 1px solid lightgrey;
  text-align: left;
  font-size: 20px;
}

.footcontact, .menu1 {
  border-left: 1px solid lightgrey;
}

.imgsocial {
  margin-left: 10px;
  margin-bottom: 5px;
}

.menu1 ul li a:hover, .menu2 ul li a:hover, a.footnum:hover, .copytext a:hover {
  color: white;
}

.menu1 ul li, .menu2 ul li {
  list-style-type: none;
}
 
.foottext {
  white-space: nowrap;
  font-size: 20px;
  color: white;
}

.footnum {
  font-size: 20px;
  margin: auto;
}

.footnum, .atext, .copytext a {
  color: white;
}

.copytext {
  padding: 20px 0;
  color: white;
  text-align: center;
}

@media only screen 
and (max-width: 767px) {
  .footcontact {
    border:0;
  }
}

@media only screen 
and (min-width: 320px) 
and (max-width: 767px) {
 .footcontact {
    border:0;
  }
  .foottext, .footnum {
    white-space: normal;
    font-size: 18px;
  }
}

@media screen 
  and (min-width: 992px) 
  and (max-width: 1199px) {
    .footerlogo {
      min-width: 270px;
      overflow: hidden;
    }
    .menu1 {
      margin-left: 16px;
    }
    .menu2, .footcontact {
      border: 0;
    }
    .foottext, .footnum, .copytext, .menu1, .menu2 {
      font-size: 14px;
    }
    .imgsocial {
      width: 32px;
    }
    .footsocial {
      width: 10.666667% !important;
    }
    .footcontact {
      width: 27.333333% !important;
    }
    .menu1, .menu2 {
      width: 11.666667% !important;
    }
}

/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-width: 1200px) 
  and (max-width: 1690px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .footerlogo {
      min-width: 270px;
      overflow: hidden;
    }
    .menu1 {
      margin-left: 74px;
    }
    .menu2 {
      border:0;
    }
    .foottext, .footnum, .copytext, .menu1, .menu2 {
      font-size: 15px;
    }
    .imgsocial {
      width:32px;
    }
    .footsocial {
      width: 10.666667% !important;
    }
    .footcontact {
      width: 27.333333% !important;
    }
    .menu1, .menu2 {
      width: 11.666667% !important;
    }
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-width: 1200px) 
  and (max-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
     .footerlogo {
      min-width: 270px;
      overflow: hidden;
    }
    .menu1 {
      margin-left: 74px;
    }
    .menu2 {
      border: 0;
    }
    .foottext, .footnum, .copytext, .menu1, .menu2 {
      font-size: 15px;
    }
    .imgsocial {
      width: 32px;
      margin-left: 10px;
      margin-bottom: 5px;
    }
    .footsocial {
      width: 10.666667% !important;
    }
    .footcontact {
      width: 27.333333% !important;
    }
    .menu1, .menu2 {
      width: 11.666667% !important;
    }
}

@media only screen 
  and (min-width: 320px) 
  and (max-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
  .article-wrap .row .cent2 p {
    display: none;
  }
}

.mhf {
  min-height: calc(100vh - 332px - 7rem);
}

@media only screen 
  and (min-width: 992px) 
  and (max-width: 1199px) {
  .news-page .row .news-wrap {
    float: none !important;
  }
}

@media only screen 
  and (min-width: 768px) 
  and (max-width: 959px) {
  .footcontact {
    border:0;
  }
}

@media only screen 
  and (min-width: 960px) 
  and (max-width: 991px) {
  .footcontact {
    border:0;
  }
}

@media only screen 
and (orientation: landscape)
and (max-width: 960px)
and (max-width: 1024px) {
  .footernew {
    padding:0 16px !important;
  }
  .foottext, .footnum, .copytext, .menu1, .menu2 {
    font-size: 14px !important;
  }
  .imgsocial {
    margin-left: 10px;
    margin-bottom: 5px;
    width: 32px;
  }
  .menu1 {
    margin-left: 24px !important;
  }
}

@media only screen
  and (min-device-width: 240px) 
  and (max-device-width: 767px) {
  .article-wrap .row .cent2 p {
    display: none;
  }
  .article-wrap .row .news-img-main {
    max-height: 234px;
    overflow: hidden;
  }
}

/*Baner*/
/*.baner {
  width: 100%;
  position: relative;
  margin-bottom: 200px;
}

.img-baner {
  position: absolute;
  width: 100%;
}


.baner-text {
  padding-top: 15%;
  text-align: center;
  position: relative;
}

.baner-text h2 {
  font-size: 50px;
  color: white;
  padding-bottom: 10px;

}

.border-baner {
  margin: 10px auto;
  border: 1px solid white;
  width: 15%
}

@media only screen
  and (min-device-width: 451px) 
  and (max-device-width: 767px) {
  .baner-text h2 {
    font-size: 30px;
  }
  .baner-text {
  padding-top: 10%;
}
.baner {
  margin-bottom: 40px;
}
}


@media only screen
 
  and (max-device-width: 450px) {
  .baner-text h2 {
    font-size: 20px;
  }
  .baner-text {
  padding-top: 7%;
}
.baner {
 margin-bottom: 40px;
}
}*/
/*Baner end*/

/*baner new*/
.baner {
  width: 100%;
  position: relative;
  margin-bottom: 200px;
}

.img-baner {
  position: absolute;
  width: 100%;
}


.baner-text {
  padding-top: 15%;
  text-align: center;
  position: relative;
}

.baner-text h2 {
  font-size: 50px;
  color: white;
  padding-bottom: 10px;

}

.border-baner {
  margin: 10px auto;
  border: 1px solid white;
  width: 15%
}

.baner-mobile {
  display: none;
}

@media only screen
  and (min-device-width: 451px) 
  and (max-device-width: 767px) {
  .baner {
  display: none;
}
.baner-mobile {
  margin-bottom: 555px;
  display: block;
}
.button-popup {
  display: none;
}

.logo-wrap {
margin-top: -30px;

}

.logo-wrap img {
  width: 30%;
  margin-left: 0px !important;
}
.navbar-toggle {
  margin-top: 15px;
}
.baner-text h2 {
    font-size: 30px;
  }
.baner-text {
  padding-top: 68%;
}
.baner {
  margin-bottom: 40px;
}
.border-baner {
  width: 40%;
}
}

@media only screen
 
  and (max-device-width: 450px) {
  .baner {
  display: none;
}
.baner-mobile {
  margin-bottom: 270px;
  display: block;
}
.button-popup {
  display: none;
}
.logo-wrap {
  margin-top: -30px;
}
.navbar-toggle {
  margin-top: 15px;
}

.logo-wrap img {
  width: 30%;
  margin-left: 0px !important;
}
.baner-text h2 {
    font-size: 20px;
  }
.baner-text {
  padding-top: 68%;
}
.baner {
 margin-bottom: 40px;
}
.border-baner {
  width: 40%;
}
}

/*baner end*/

.navbar-collapse.in {
    position: relative;
    z-index: 111;
}

.form-item .g-recaptcha {
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 10px 5px;
}