@import "font-awesome.min.css";
@import "line-awesome.min.css";
._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
._justify-content-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@font-face {
  font-family: 'SohoStd';
  src: url('../fonts/2B1F6C_0_0.eot');
  src: url('../fonts/2B1F6C_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2B1F6C_0_0.woff') format('woff'), url('../fonts/2B1F6C_0_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SohoGothicPro-Light';
  src: local('Soho Pro Light'), local('Soho-Pro-Light'), url('../fonts/SohoPro-Light.woff2') format('woff2'), url('../fonts/SohoPro-Light.woff') format('woff'), url('../fonts/SohoPro-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SohoGothicPro-Medium';
  src: local('Soho Pro Medium'), local('Soho-Pro-Medium'), url('../fonts/SohoPro-Medium.woff2') format('woff2'), url('../fonts/SohoPro-Medium.woff') format('woff'), url('../fonts/SohoPro-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SohoGothicPro-Regular';
  src: url('../fonts/2B1F6C_1_0.eot');
  src: url('../fonts/2B1F6C_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2B1F6C_1_0.woff') format('woff'), url('../fonts/2B1F6C_1_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SohoGothicStd-Bold';
  src: url('../fonts/2B1F6C_2_0.eot');
  src: url('../fonts/2B1F6C_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2B1F6C_2_0.woff') format('woff'), url('../fonts/2B1F6C_2_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  overflow: hidden;
}
ul {
  list-style: disc;
  margin-bottom: 0;
  padding-left: 20px;
}
ol {
  list-style: decimal;
  margin-bottom: 0;
  padding-left: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
*:focus::-webkit-input-placeholder {
  color: transparent !important;
}
*:focus::-moz-placeholder {
  color: transparent !important;
}
*:focus:-moz-placeholder {
  color: transparent !important;
}
*:focus:-ms-input-placeholder {
  color: transparent !important;
}
p {
  line-height: 1.6;
  margin-bottom: 10px;
}
a {
  text-decoration: none;
}
html {
  height: 100%;
}
body {
  font-family: 'SohoGothicPro-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #373737;
  min-height: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
body > * {
  max-width: 100%;
}
body:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 1001;
}
body.active-menu:after {
  opacity: .4;
}
body.active-menu .main-header .menu {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.white-popup-wrap{
	display:none;
	align-items:center;
	justify-content:center;
	top:0;
	bottom:0;
	left:0;
	position:fixed;
	z-index:9999;
    background: rgba(0, 0, 0, 0.94);
	width:100%;
}
.white-popup-wrap .logo-w{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
.white-popup-wrap .logo-w img{
  max-width: 145px;
}
.white-popup-wrap .white-popup{
  background: transparent;
  padding: 0;
}
.white-popup-wrap .white-popup .img{
  text-align: center;
  margin-bottom: 25px;
}
.white-popup-wrap .white-popup p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}
.white-popup-wrap .white-popup p span{
  opacity: 0.5
}
.mobile.portrait .white-popup-wrap, .tablet.portrait .white-popup-wrap{
	display:flex;
}
.mobile.portrait body, .tablet.portrait body{
	overflow:hidden!important;
	height: 100vh!important;
}
.mobile.portrait .mfp-wrap, .tablet.portrait .mfp-wrap{
	bottom:0;
}
.mobile.portrait .mfp-bg, .tablet.portrait .mfp-bg{
	opacity: 1;
}
h1 {
  font-family: 'SohoStd';
}
.main-header .menu .menu-bot img {
  max-width: 130px;
}
.logo {
  max-width: 180px;
}
.main-block {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-block.bg-cont-r-b {
  background-size: contain;
  background-position: right ;
  background-repeat: no-repeat;
}
.main-block.background_cover {
  background-size: cover !important;
}
.bg-blue-d-el {
  background-color: #370074;
}
.container {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.row.align-center {
  -ms-flex-align: center;
  align-items: center;
}
.row.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.col-w35 {
  position: relative;
  padding: 0 15px;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  z-index: 2;
}
.col-w38 {
  position: relative;
  padding: 0 15px;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
  z-index: 2;
}
.col-w48 {
  position: relative;
  padding: 0 15px;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}
.col-w52 {
  padding: 0 15px;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
}
.col-w50 {
  padding: 0 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-w65 {
  padding: 0 15px;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.logo {
  margin-bottom: 40px;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.column {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
.font-md {
  padding-top: 30px;
}
.font-md ul,
.font-md ol {
  padding-left: 45px;
}
.font-md p,
.font-md li {
  font-size: 27px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.font-sm p {
  font-size: 13px;
}
.intro p {
  font-size: 16px;
  color: #0072bc;
  font-family: 'SohoGothicStd-Bold';
}
.bg-blue {
  background: #0072bc;
}
.bg-blue-d {
  background: #3751de;
}
.bg-blue-grad {
  background: #0095f7;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0095f7 33%, #1b21ea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0095f7 33%, #1b21ea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0095f7 33%, #1b21ea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095f7', endColorstr='#1b21ea', GradientType=1);
}

.bg-slide {
  background-size: cover;
  background-repeat: no-repeat;
}
.color-white {
  color: #fff;
}
h1 {
  font-size: 72px;
  line-height: 1.3;
}
.main-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
}
.main-header .toggle-menu {
  width: 65px;
  height: 65px;
  background: #ffffff;
  padding: 22px 20px;
  cursor: pointer;
}
.main-header .toggle-menu span {
  height: 3px;
  background: #000;
  display: block;
}
.main-header .toggle-menu span + span {
  margin-top: 5px;
}
.main-header .menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 425px;
  padding: 110px 53px 40px 45px;
  background: #fff;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateX(-104%);
  -o-transform: translateX(-104%);
  -ms-transform: translateX(-104%);
  transform: translateX(-104%);
}
.main-header .menu > * {
  width: 100%;
}
.main-header .menu .nav {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  padding-left: 30px;
}
.main-header .menu .nav .iScrollVerticalScrollbar {
  max-width: 5px;
}
.main-header .menu .nav .iScrollIndicator {
  background: rgba(0, 0, 0, 0.2) !important;
  border: none!important;
}
.main-header .menu .nav ul {
  list-style: none;
  padding-left: 0;
  padding-right: 20px;
}
.main-header .menu .nav ul li {
  line-height: normal;
}
.main-header .menu .nav ul li + li {
  margin-top: 25px;
}
.main-header .menu .nav ul li.current-menu-item,
.main-header .menu .nav ul li.active {
  font-family: 'SohoGothicStd-Bold';
}
.main-header .menu .nav ul a {
  color: #000;
  position: relative;
  padding-right: 20px;
  display: block;
}
.main-header .menu .nav ul a:after {
  font-family: 'LineAwesome';
  content: "\f112";
  font-weight: bold;
  display: block;
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-header .menu .nav ul a .la {
  font-weight: bold;
  font-size: 13px;
  margin-left: 40px;
}
.main-header .menu .menu-bot {
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid #cfcfcf;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-header .menu .menu-bot div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.main-header .menu .menu-bot div .btn {
  display: block;
}
.main-header .menu .menu-bot div .btn + .btn {
  margin-top: 15px;
}
.main-header .menu h2 {
  font-family: 'SohoStd';
  font-size: 24px;
  margin-bottom: 45px;
}
.main-header .menu .la-close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: bold;
  font-size: 30px;
  cursor: pointer;
}
.main-section {
  padding: 65px 0;
}
.section {
  position: relative;
}
.pad-bt-none {
  padding-bottom: 0;
}
.h-md.color-white h1 {
  color: #fff;
}
.h-md h1 {
  font-size: 36px;
  color: #000;
  margin-bottom: 30px;
}
.container.wrap-link {
  height: 100%;
  position: relative;
}
.container.wrap-link .btn {
  position: absolute;
  right: 15px;
  bottom: 46px;
  z-index: 101;
}
.videobg {
  position: absolute;
  top: 0;
  width: 100%;
  /* Set video container element width here */
  height: 100%;
  /* Set video container element height here */
  overflow: hidden;
  background: transparent;
}
/* horizontally center the video */
.videobg-width {
  position: absolute;
  width: 100%;
  /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
/* set video aspect ratio and vertically center */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}
.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px;
  /* 16:9 ratio */
  top: -55px;
  left: -97.7777px;
  /* 16:9 ratio */
}
.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
  pointer-events: none;
}
.wrap-images-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 49.2%;
  top: 0;
  height: 100%;
}
.images-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.images-block .img {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  height: 50%;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.images-block .img:nth-child(n+3) {
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.images-block .img img {
  width: 100%;
  height: auto;
}
.has-bot-part {
  padding-bottom: 100px;
}
.bot-part {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
}
.top-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 45px;
  z-index: 2;
}
.btn {
  font-family: 'SohoGothicPro-Regular', sans-serif;
  color: #000;
  padding: 12px 50px 12px 20px;
  border-radius: 25px;
  border: 1px solid #000;
  display: inline-block;
  position: relative;
  font-size: 14px;
  -webkit-appearance: none;
}
.btn.color-white {
  color: #fff;
  border-color: #fff;
}
.btn.bg-black {
  background: #000;
  color: #fff;
}
.btn.bg-white {
  background: #fff;
  border-color: #fff;
}
.btn.lg-font {
  font-size: 17px;
  padding: 0 60px 0 30px;
  height: 56px;
  line-height: 55px;
  font-family: 'SohoGothicStd-Bold';
  border-radius: 30px;
}
.btn.lg-font .fa {
  line-height: 20px;
}
.btn.col-blue {
  color: #0c14a3;
}
.btn.col-blue-d {
  color: #330072;
}
.btn .fa,
.btn .la {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn:hover .fa {
  right: 15px;
}
.btn.sm-font {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
  border-radius: 7px;
}
.btn.sm-font .fa,
.btn.sm-font .la {
  right: 15px;
}
.btn.sm-font:hover .fa {
  right: 10px;
}
.col-md-6 {
  padding: 0 15px;
  width: 100%;
}
strong {
  font-weight: normal;
  font-family: 'SohoGothicStd-Bold';
}
.max-w-sm {
  max-width: 460px;
  font-size: 15px;
}
.scroll {
  position: relative;
  max-height: 517px;
  overflow: hidden;
  padding-right: 38px;
}
.scroll.md-height {
  max-height: 500px;
}
.scroll .iScrollVerticalScrollbar {
  max-width: 5px;
}
.scroll .iScrollIndicator {
  background: rgba(207, 200, 200, 0.2) !important;
  border: none!important;
}
.scroll.info-st {
  max-height: 500px;
}
.scroll.info-st .iScrollIndicator {
  background: rgba(0, 0, 0, 0.2) !important;
}
.scroll h1 {
  font-size: 36px;
}
.scroll .item-quote {
  position: relative;
  padding-left: 75px;
}
.scroll .item-quote + .item-quote {
  margin-top: 20px;
}
.scroll .item-quote img {
  position: absolute;
  left: 0;
  top: 6px;
}
.scroll li {
  font-size: 15px;
  margin-bottom: 10px;
}
.scroll p {
  font-size: 15px;
}
.scroll p.name {
  font-family: 'SohoGothicStd-Bold';
  color: #00ffff;
}
.block-links {
  margin-top: 45px;
  margin-bottom: 10px;
}
.block-links.col-black .btn {
  color: #000;
}
.block-links .btn {
  margin-bottom: 15px;
  margin-right: 10px;
  padding-right: 20px;
  color: #1525ab;
}
.item-info-contact + .item-info-contact {
  margin-top: 30px;
}
.item-info-contact p {
  font-size: 13px;
  margin-bottom: 7px;
}
.item-info-contact p span {
  min-width: 70px;
  display: inline-block;
}
.item-info-contact p a {
  color: #fff;
}
.item-info-contact p a:hover {
  text-decoration: underline;
}
.single-vid {
  padding-left: 20px;
}
.single-vid .video-content {
  position: relative;
  padding-top: 56%;
}
.single-vid .video-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrap-videos {
  padding-left: 60px;
}
.wrap-videos .item-vid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.wrap-videos .item-vid + .item-vid {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #6c9ecb;
}
.wrap-videos h2 {
  font-size: 24px;
}
.wrap-videos .video-content {
  position: relative;
  padding-top: 33%;
  -ms-flex: 0 0 57.599%;
  flex: 0 0 57.599%;
  max-width: 57.599%;
  margin-right: 60px;
}
.wrap-videos .video-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.full-bg-img a {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
.edit-section {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #23282d;
  color: #fff;
  display: none;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  z-index: 9999;
}
.form-contact form input:not([type=submit]),
.form-contact form textarea {
  color: #fff;
  padding: 8px 10px;
  border: 1px solid #fff;
  line-height: normal;
  font-family: 'SohoStd';
  font-size: 16px;
  margin-top: 15px;
  width: 100%;
  background: transparent;
}
.form-contact form input:not([type=submit])::-webkit-input-placeholder,
.form-contact form textarea::-webkit-input-placeholder {
  color: #fff;
  font-family: 'SohoStd';
  font-size: 16;
  opacity: 1;
  font-weight: 400;
}
.form-contact form input:not([type=submit])::-moz-placeholder,
.form-contact form textarea::-moz-placeholder {
  color: #fff;
  font-family: 'SohoStd';
  font-size: 16;
  opacity: 1;
  font-weight: 400;
}
.form-contact form input:not([type=submit]):-ms-input-placeholder,
.form-contact form textarea:-ms-input-placeholder {
  color: #fff;
  font-family: 'SohoStd';
  font-size: 16;
  opacity: 1;
  font-weight: 400;
}
.form-contact form .btn {
  padding: 14px 40px;
  color: #0072bc;
  cursor: pointer;
  float: right;
  margin-top: 30px;
}
.form-contact form .btn:hover {
  background: transparent;
  color: #fff;
}
.form-contact form p {
  margin-bottom: 0;
}
.form-contact form br {
  display: none;
}
.form-contact form .wpcf7-validation-errors,
.form-contact form .wpcf7-mail-sent-ok {
  clear: both;
  margin: 90px 0 0 0;
}
.form-contact form .ajax-loader {
  margin: 43px 5px 0 0;
}
.form-contact form .captcha {
  margin-top: 30px;
  float: left;
}
.form-contact form .captcha + p {
  float: right;
}
.form-contact form textarea {
  resize: none;
  height: 154px;
}
div.wpcf7-response-output {
  clear: both;
  margin: 0 0 0 0;
  position: relative;
  top: 10px;
}
.product-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 550px;
}
.product-block .item-prod {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
}
.product-block .item-prod:nth-child(n+3) {
  border-top: 1px solid #e1e1e1;
}
.product-block .item-prod:nth-child(2n+1) {
  padding-left: 0;
  border-right: 1px solid #e1e1e1;
}
.product-block .item-prod:nth-child(2n+2) {
  padding-right: 0;
}
.product-block .item-prod .img {
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  max-width: 95px;
}
.product-block .item-prod p {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.team-slider {
  position: relative;
  margin: 20px -15px 0 -15px;
}
.team-slider:before,
.team-slider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15px;
  background: #fff;
  pointer-events: none;
  z-index: 999;
}
.team-slider:after {
  left: auto;
  right: 0;
  width: 160px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.team-slider .link-linkedin {
  color: #0077b5;
  font-size: 22px;
}
.team-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  top: 33%;
  background: transparent;
  cursor: pointer;
}
.team-slider .slick-arrow:before {
  content: "";
  font-family: 'LineAwesome';
  font-size: 40px;
}
.team-slider .slick-arrow.slick-prev {
  left: -40px;
}
.team-slider .slick-arrow.slick-prev:before {
  content: "\f111";
}
.team-slider .slick-arrow.slick-next {
  right: -40px;
}
.team-slider .slick-arrow.slick-next:before {
  content: "\f112";
}
.team-slider .item-sl-team {
  float: left;
  font-size: 12px;
  padding: 0 15px;
}
.team-slider .item-sl-team img {
  margin-bottom: 15px;
}
.team-slider .item-sl-team h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.team-slider .item-sl-team h3 span {
  color: #0072bc;
}
.team-slider .slick-track,
.team-slider .slick-list {
  overflow: hidden;
}
.table-style {
  margin-top: 10px;
}
.table-style * + h2 {
  margin-top: 15px;
}
.table-style h2 {
  font-size: 16px;
  font-family: 'SohoGothicStd-Bold';
  color: #0072bc;
  margin-bottom: 10px;
}
.table-style ul {
  padding-top: 2px;
}
.table-style li {
  margin-bottom: 7px;
}
.table-style .table-row {
  padding-top: 8px;
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
}
.table-style .table-row:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.table-style .table-row table {
  width: 100%;
  font-size: 16px;
}
.table-style .table-row td {
  padding-bottom: 10px;
}
.table-style .table-row td + td {
  text-align: right;
  padding-left: 10px;
}
.pos-absolute-text {
  max-width: 400px;
  position: absolute;
}
.logos-client {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e1e1e1;
  margin-top: 40px;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}
.logos-client .item-logo-client {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 4px 0;
  border-bottom: 1px solid #e1e1e1;
}
.logos-client .item-logo-client:nth-child(4n+1) .img {
  border-left: none;
}
.logos-client .img {
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-left: 1px solid #e1e1e1;
}
.prev-next-link {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding-bottom: 20px;
  z-index: 100;
  pointer-events: none;
}
.prev-next-link .container {
  position: relative;
}
.prev-next-link.on {
  pointer-events: auto;
}
.prev-next-link.on:hover .btn {
  opacity: 1;
}
.prev-next-link .btn {
  padding: 9px 40px 9px 17px;
  margin: 0 5px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.prev-next-link .btn .la {
  right: 15px;
}
.prev-next-link .back-top {
  position: absolute;
  right: 15px;
}
.toggle-tabs {
  padding-top: 30px;
  max-width: 340px;
}
.toggle-tabs a {
  font-family: 'SohoGothicPro-Regular', sans-serif;
  display: block;
  font-size: 20px;
  color: #cdcdcd;
  padding-left: 28px;
  line-height: 1.48;
  border-left: 4px solid #cdcdcd;
  margin-bottom: 30px;
}
.toggle-tabs a:hover {
  color: #000;
}
.toggle-tabs a.active {
  color: #000;
  border-color: #330072;
}
.wrap-tabs {
  position: relative;
  display: flex;
  align-items: center;
}
.wrap-tabs .tab-content {
  font-family: 'SohoGothicPro-Regular', sans-serif;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
}
.wrap-tabs .tab-content.active {
  position: static;
  opacity: 1;
  visibility: visible;
}
.wrap-tabs .single-vid,
.wrap-tabs .img {
  padding-left: 0;
  margin-bottom: 25px;
}
.wrap-tabs h2 {
  font-size: 25px;
  font-family: 'SohoGothicPro-Regular', sans-serif;
  margin-bottom: 20px;
}
.white-popup {
  background: #fff;
  padding: 30px;
  max-width: 80%;
  position: relative;
  margin: 0 auto;
}
.white-popup .mfp-close {
  display: none;
}
.table-block-s {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -15px 0 -15px;
}
.table-block-s.table-style {
  margin-right: 0;
  margin-left: 0;
}
.table-block-s .title-t,
.table-block-s .sub-title-t {
  margin: 0 -15px;
  padding: 10px 15px;
}
.table-block-s .content-table {
  padding-bottom: 15px;
}
.table-block-s .item-table-td {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
.table-block-s.count2 .item-table-td {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.table-block-s.count3 .item-table-td {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.table-block-s .item-table-td:nth-of-type(2) h3 {
  color: #2756E0;
}
.table-block-s .item-table-td:nth-of-type(3) h3 {
  color: #225593;
}
.table-block-s .item-table-td:nth-of-type(4) h3 {
  color: #283744;
}
.table-block-s .item-table-td h4 {
  font-family: 'SohoGothicStd-Bold', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #070707;
}
.table-block-s .item-table-td h3 {
  font-family: 'SohoGothicStd-Bold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #4DABE9;
}
@media (min-width: 2000px) {
  .wrap-images-block {
    width: 47%;
  }
}
@media (min-width: 1500px) {
  .col-lg-w68 {
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
  }
}
@media (min-height: 990px) {
  .font-sm p {
    font-size: 15px;
  }
}
@media (min-height: 1000px) {
  .main-block.bg-cont-r-b {
    background-size: auto 70%;
  }
}
@media (min-width: 1610px) {
  .main-block.bg-cont-r-b {
    background-size: auto 80%;
  }
}
@media (min-width: 1630px) {
  .container {
    max-width: 1540px;
  }
}
@media (min-width: 1775px) {
  .container {
    max-width: 1640px;
  }
}
@media (min-width: 992px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
	#section2 .scroll h1,#section11 .scroll h1{
	font-size: 26px;
	}
}
@media (max-width: 1300px) {
  .bg-pos-right-md {
    background-position: right center;
    background-size: 68%!important;
  }
  .team-slider {
    padding: 0 40px;
  }
  .team-slider .slick-arrow {
    z-index: 1000;
  }
  .team-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .team-slider .slick-arrow.slick-next {
    right: 0;
  }
  .main-block.our-capabilities {
    background-size: 60%;
    background-position: right;
  }
  .osteopathy-australia .main-block {
    background-size: contain;
  }
  .osteopathy-australia .main-block.background_cover {
    background-size: 100%!important;
  }
  .osteopathy-australia #section3 .main-block {
    background-size: 60%;
    background-position: right;
  }
}
@media (max-width: 1199px) {
  .greencrosstest-page #section4 .main-block.background_cover,
  .greencrosstest-page #section14 .main-block.background_cover,
  .greencrosstest-page #section13 .main-block.background_cover {
    background-size: contain!important;
  }
  .greencrosstest-page #section16 .main-block {
    background-size: contain!important;
  }
}
@media (max-width: 991px) {
  .table-block-s .item-table-td {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.table-block-s.count3 .item-table-td {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
  .btn.lg-font {
    font-size: 16px;
    padding: 0 55px 0 25px;
  }
  .greencrosstest-page .top-part {
    position: relative;
    padding-top: 20px;
  }
  .greencrosstest-page #section16 .main-block {
    background-image: none!important;
  }
  .greencrosstest-page #section6 .main-block,
  .greencrosstest-page #section8 .main-block,
  .greencrosstest-page #section10 .main-block,
  .greencrosstest-page #section13 .main-block,
  .greencrosstest-page #section18 .main-block {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .greencrosstest-page #section8 .container.wrap-link,
  .greencrosstest-page #section14 .container.wrap-link {
    position: static;
  }
  .greencrosstest-page #section14 .top-part,
  .greencrosstest-page #section12 .top-part {
    position: absolute;
  }
  .greencrosstest-page #section8 .main-block {
    background-color: #f1eff1 !important;
  }
  .greencrosstest-page #section18 .main-block {
    background-color: #000 !important;
  }
  .greencrosstest-page #section10 .main-block {
    background-color: #035842 !important;
  }
  .greencrosstest-page #section11 .main-block.background_cover {
    background-size: contain!important;
  }
  h1 {
    font-size: 40px;
  }
  .h-md h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .top-part {
    padding-left: 0;
    position: static;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .main-section {
    padding: 40px 0 30px 0;
  }
  .pos-absolute-text {
    max-width: 400px;
    position: static;
  }
  .bot-part {
    padding-bottom: 0px;
  }
  .text-center-md {
    text-align: center;
  }
  /* .pad-bot-md{
    padding-bottom: 45%;
  }*/
  .main-header .toggle-menu {
    width: 45px;
    height: 40px;
    padding: 10px 10px;
    cursor: pointer;
  }
  .form-contact {
    margin-top: 20px;
  }
  .row.no-wrap {
    flex-wrap: wrap;
  }
  .single-vid,
  .wrap-videos {
    margin-top: 30px;
    padding-left: 0;
  }
  .wrap-videos .video-content {
    position: relative;
    padding-top: 56%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .section.fp-section,
  .fp-tableCell {
    height: auto !important;
  }
  .main-block.mob-visible-l {
    height: 100vh;
  }
  .main-block.mob-visible-l .container.wrap-link {
    margin-bottom: 40px;
  }
  .main-block.mob-visible-l .top-part {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 45px;
    z-index: 2;
  }
  .osteopathy-australia .main-block.bg-cont-r-b .col-w35 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .osteopathy-australia .main-block.bg-cont-r-b .col-w38 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .osteopathy-australia #section23 .main-block {
    height: 100vh;
  }
  .osteopathy-australia #section23 .container.wrap-link {
    margin-bottom: 40px;
  }
  .osteopathy-australia #section23 .top-part {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 45px;
    z-index: 2;
  }
}
@media (max-width: 812px) {
  .product-block .item-prod .img {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    margin-right: 10px;
  }
  .product-block .item-prod p {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .scroll {
    max-height: none !important;
    padding-right: 0;
    touch-action: auto !important;
  }
  .col-w35,
  .col-w48,
  .col-w52,
  .col-w65,
  .col-w38 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .greencrosstest-page #section6 .main-block,
  .greencrosstest-page #section7 .main-block,
  .greencrosstest-page #section9 .main-block,
  .greencrosstest-page #section11 .main-block,
  .greencrosstest-page #section15 .main-block {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .greencrosstest-page #section6 .col-w35 .scroll,
  .greencrosstest-page #section7 .col-w35 .scroll,
  .greencrosstest-page #section9 .col-w35 .scroll,
  .greencrosstest-page #section11 .col-w35 .scroll,
  .greencrosstest-page #section15 .col-w35 .scroll,
  .greencrosstest-page #section6 .col-w38 .scroll,
  .greencrosstest-page #section7 .col-w38 .scroll,
  .greencrosstest-page #section9 .col-w38 .scroll,
  .greencrosstest-page #section11 .col-w38 .scroll,
  .greencrosstest-page #section15 .col-w38 .scroll {
    display: none;
  }
  .greencrosstest-page #section6 .top-part,
  .greencrosstest-page #section7 .top-part,
  .greencrosstest-page #section9 .top-part,
  .greencrosstest-page #section11 .top-part,
  .greencrosstest-page #section15 .top-part {
    position: absolute;
  }
  .wrap-images-block {
    position: static;
    width: 100%;
  }
  .main-block.our-capabilities {
    background-image: none!important;
  }
  .osteopathy-australia .main-block.bg-cont-r-b {
    height: auto;
    background-size: contain!important;
  }
  .osteopathy-australia .main-block.bg-cont-r-b .col-w35,
  .osteopathy-australia .main-block.bg-cont-r-b .col-w38 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .osteopathy-australia #section3 .main-block {
    background-image: none!important;
  }
  .osteopathy-australia #section23 .main-block {
    height: 100vh;
  }
  .osteopathy-australia #section23 .container.wrap-link {
    margin-bottom: 40px;
  }
  .osteopathy-australia #section23 .top-part {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 45px;
    z-index: 2;
  }
  .osteopathy-australia .wrap-images-block {
    position: static;
    width: 100%;
  }
  .osteopathy-australia #section20 .videobg,
  .osteopathy-australia #section19 .videobg,
  .osteopathy-australia #section18 .videobg,
  .osteopathy-australia #section15 .videobg,
  .osteopathy-australia #section21 .videobg {
    display: none;
  }
  .osteopathy-australia #section20 .main-block,
  .osteopathy-australia #section19 .main-block,
  .osteopathy-australia #section18 .main-block,
  .osteopathy-australia #section15 .main-block,
  .osteopathy-australia #section21 .main-block {
    background-image: none !important;
  }
  .pad-bot-md {
    padding-bottom: 45%;
  }
  .main-block.bg-cont-r-b {
    background-position: right bottom;
  }
  .main-block.single_video > .videobg {
    display: none;
  }
  .bg-pos-right-md {
    background-position: right bottom;
    background-size: 70%!important;
  }
}
@media (max-width: 896px) {
  html {
    -webkit-text-size-adjust: none;
    touch-action: manipulation;
  }
  .top-part p {
    font-size: 12px;
  }
  .scroll p {
    font-size: 13px;
  }
  .top-part {
    margin-bottom: 10px;
  }
  .h-md h1 {
    /*font-size: 18px;*/
    margin-bottom: 10px;
  }
  .btn.lg-font {
    font-size: 15px;
    height: 46px;
    line-height: 45px;
  }
  .block-links {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .scroll p {
    font-size: 12px;
  }
  .block-links {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .pad-bot-sm {
    padding-bottom: 40%;
  }
  .max-w-sm {
    max-width: 100%;
  }
  .logos-client .item-logo-client {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .logos-client .item-logo-client .img {
    padding: 20px;
  }
  .logos-client .item-logo-client:nth-child(2n+3) .img {
    border-left: none;
  }
  .main-header .menu {
    padding: 80px 20px 25px 20px;
  }
  .product-block .item-prod {
    padding: 15px 15px;
  }
  .product-block .item-prod .img {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    margin-right: 10px;
  }
  .product-block .item-prod p {
    font-size: 14px;
  }
  .prev-next-link .btn {
    margin-top: 10px;
  }
  .prev-next-link .back-top {
    position: static;
  }
  .form-contact form .captcha {
    float: none;
    text-align: center;
  }
  .form-contact form .captcha + p {
    float: none;
    text-align: center;
  }
  .form-contact form .ajax-loader {
    margin: 10px 0 0 0;
  }
  .form-contact form .wpcf7-validation-errors,
  .form-contact form .wpcf7-mail-sent-ok {
    margin: 10px 0 0 0;
  }
  .form-contact form .btn {
    float: none;
    width: 100%;
    display: block;
  }
  .osteopathy-australia #section7 .main-block,
  .osteopathy-australia #section8 .main-block,
  .osteopathy-australia #section9 .main-block,
  .osteopathy-australia #section10 .main-block,
  .osteopathy-australia #section11 .main-block,
  .osteopathy-australia #section12 .main-block {
    min-height: 0;
  }
  .osteopathy-australia #section9 .main-block,
  .osteopathy-australia #section10 .main-block,
  .osteopathy-australia #section11 .main-block,
  .osteopathy-australia #section12 .main-block {
    padding-top: 70%;
  }
  .osteopathy-australia .videobg-hide-controls {
    padding: 0;
    top: 0;
    left: 0;
  }
  .osteopathy-australia .bg-pos-right-md {
    background-size: 70%;
  }
  .osteopathy-australia .main-block.full-bg-img {
    background-size: 100% auto;
  }
}
@media (min-width: 550px) {
  html {
    overflow: visible !important;
  }
  .mfp-wrap,
  .mfp-bg {
    display: none !important;
  }
}
@media (max-width: 550px) {
  .table-block-s .item-table-td {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
	.table-block-s.count2 .item-table-td {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.table-block-s.count3 .item-table-td {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
  .greencrosstest-page #section8 .main-block,
  .greencrosstest-page #section10 .main-block,
  .greencrosstest-page #section18 .main-block {
    padding-bottom: 67%;
  }
  .main-header .menu .menu-bot {
    margin-top: 40px;
    padding-top: 20px;
  }
  .main-header .menu .menu-bot div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-header .menu .menu-bot div + div {
    margin-top: 15px;
  }
  .main-header .menu .nav {
    padding-left: 0;
  }
  .product-block .item-prod {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid #e1e1e1;
    border-right: none !important;
    padding: 15px !important;
  }
  .product-block .item-prod:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
}
@media (max-height: 720px) {
  .scroll {
    max-height: 60vh;
  }
  .scroll.info-st,
  .scroll.md-height {
    max-height: 60vh;
  }
  .logos-client {
    max-width: 770px;
  }
}
@media (max-height: 500px) {
  .scroll {
    max-height: 50vh;
  }
  .scroll.info-st,
  .scroll.md-height {
    max-height: 55vh;
  }
}
