/*
 Theme Name:   GeneratePress-Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Netwin
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

a:hover, a:focus {
  text-decoration: none; }



.mobile-logo {
  display: none; }



body.home .third-slide .logo-link {
  display: none; }

/*error-page*/
.error-page {
  position: fixed;
  background: #f6f4f0;
  top: 53px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 89px 0 118px; }
  .error-page .container {
    background-image: -moz-linear-gradient(-132deg, #ffd61c 0%, #ffc836 100%);
    background-image: -webkit-linear-gradient(-132deg, #ffd61c 0%, #ffc836 100%);
    background-image: -ms-linear-gradient(-132deg, #ffd61c 0%, #ffc836 100%);
    padding-top: 75px;
    padding-bottom: 138px;
    position: relative; }
  .error-page .subtitle-big {
    width: 95%;
    margin-bottom: 35px; }
  .error-page .error-logo {
    margin: 0 0 35px -10px; }
    .error-page .error-logo img {
      max-width: 141px; }
  .error-page .error-number-bg {
    position: absolute;
    width: 67.33%;
    right: -2%;
    bottom: -5%; }
    .error-page .error-number-bg img {
      width: 100%; }
    .error-page .error-number-bg .error-number-bg-static {
      position: relative;
      opacity: 1; }
    .error-page .error-number-bg .error-number-bg-hover {
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      overflow: hidden;
      opacity: 0;
      /*-webkit-animation: gradient 3s infinite linear;*/
      background: url("../images/404-gradient.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
      .error-page .error-number-bg .error-number-bg-hover .error-number-hover {
        position: relative; }

@-webkit-keyframes gradient {
  0% {
    width: 0; }
  50% {
    width: 100%; }
  100% {
    width: 0%; } }
/*error-page-end*/
@media (max-width: 900px) {
  body.home .third-slide .slide-block .subtitle {
    max-width: 100%; } }
.btn {
  box-shadow: none;
  border: 2px solid transparent;
  background: transparent;
  color: #000000;
  font-size: 14px;
  padding: 12px 10px 12px 10px;
  font-family: 'Circular Std Bold';
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  transition: all 0.3s;
  min-width: 179px; }
  .btn a {
    color: #000000; }
  .btn.yellow-btn {
    background: #ffde1f;
    border-color: #ffde1f; }
    .btn.yellow-btn.btn-icon span:before {
      background: url("../images/link-icon-black@2x.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .btn.yellow-btn:hover {
      background: #0f4c57;
      border-color: #0f4c57;
      color: #ffffff; }
  .btn.transparent-btn {
    background: none;
    border-color: #0f4c57; }
    .btn.transparent-btn:hover {
      background: #0f4c57;
      border-color: #0f4c57;
      color: #ffffff; }
    .btn.transparent-btn.btn-icon span:before {
      background: url("../images/link-icon-green@2x.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .btn.transparent-btn.btn-icon span:after {
      opacity: 0;
      transition: all 0.15s;
      background: url("../images/link-icon-green@2x.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
  .btn.white-btn {
    background: #fff;
    border-color: #fff;
    border-width: 2px;
    color: #000;
    min-width: 179px;
    text-transform: capitalize; }
    .btn.white-btn:hover {
      background: #ffc92d;
      border-color: #fff;
      color: #fff; }
  .btn.green-btn {
    background: #0f4c57;
    border-color: #0f4c57;
    color: #ffffff;
    border-width: 2px; }
    .btn.green-btn:hover {
      background: none;
      border-color: #0f4c57;
      color: #0f4c57; }
    .btn.green-btn a {
      color: #ffffff; }
  .btn.btn-icon span {
    display: inline-block;
    padding-right: 24px;
    min-height: 16px;
    position: relative; }
    .btn.btn-icon span:before, .btn.btn-icon span:after {
      width: 16px;
      height: 16px;
      background: url("../images/link-icon@2x.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      top: 0;
      right: 0;
      position: absolute;
      content: '';
      transition: all 0.15s; }
    .btn.btn-icon span:after {
      opacity: 0;
      transition: all 0.15s;
      background: url("../images/link-icon-green@2x.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
  .btn.btn-icon:hover span:before {
    opacity: 0; }
  .btn.btn-icon:hover span:after {
    opacity: 1; }
  .btn.read-more-btn, .btn.read-more-btn-green {
    border-color: #ffe02a;
    background: none;
    font-size: 14px;
    color: #000000;
    transition: all 0.3s; }
    .btn.read-more-btn span, .btn.read-more-btn-green span {
      display: inline-block;
      min-height: 12px;
      padding-right: 43px;
      position: relative;
      line-height: 1; }
      .btn.read-more-btn span:before, .btn.read-more-btn span:after, .btn.read-more-btn-green span:before, .btn.read-more-btn-green span:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 29px;
        height: 12px;
        background: url("../images/read-more@2x.png") no-repeat right center;
        -webkit-background-size: cover;
        background-size: cover;
        transition: all 0.3s; }
      .btn.read-more-btn span:after, .btn.read-more-btn-green span:after {
        opacity: 0;
        background: url("../images/read-more-yellow@2x.png") no-repeat right center;
        -webkit-background-size: cover;
        background-size: cover; }
      .btn.read-more-btn span.opened, .btn.read-more-btn-green span.opened {
        display: none; }
    .btn.read-more-btn:hover, .btn.read-more-btn-green:hover {
      background: #ffe02a; }
    .btn.read-more-btn.to-hide .closed, .btn.read-more-btn-green.to-hide .closed {
      display: none; }
    .btn.read-more-btn.to-hide .opened, .btn.read-more-btn-green.to-hide .opened {
      display: inline-block; }
  .btn.read-more-btn-green {
    border-color: #0f4c57;
    color: #000;
    background: transparent; }
  .btn.send-btn {
    font-family: 'Conv_CircularStd-Bold';
    font-size: 14px;
    text-transform: none;
    background: rgba(30, 65, 74, 0.91);
    display: inline-block;
    padding: 12px 18px 13px 27px; }
    .btn.send-btn span {
      float: right;
      margin: -3px 0 0 123px; }
    .btn.send-btn:hover {
      color: #2f4f57;
      background: #ffde1f;
      border-color: #ffde1f; }
  .btn.dark-btn {
    background: #20454e;
    border-color: #20454e;
    color: #fff; }

.submit-btn input {
  box-shadow: none;
  border: 1px solid transparent;
  background: transparent;
  color: #244f59;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 31px 14px 34px;
  font-family: 'Conv_CircularStd-Bold';
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  width: 172px;
  background: #ffde1f;
  border-color: #ffde1f;
  outline: none; }

.subscribe-form-dark .submit-btn input {
  background: #20454e;
  border-color: #20454e;
  color: #fff; }

.menu-link {
  display: none;
  width: 28px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1; }
  .menu-link span {
    width: 28px;
    height: 2px;
    top: 50%;
    left: 50%;
    background: #20454e;
    margin: -1px 0 0 -14px;
    position: absolute; }
    .menu-link span:before, .menu-link span:after {
      position: absolute;
      content: '';
      height: 2px;
      left: 50%;
      background: #20454e;
      margin: 0 0 0 -14px;
      width: 28px; }
    .menu-link span:before {
      top: -6px; }
    .menu-link span:after {
      bottom: -6px; }

.close-link {
  display: none; }

.page-wrap {
  padding-top: 53px;
  overflow-x: hidden; }

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0px 1px 2px 0px rgba(77, 77, 77, 0.14);
  z-index: 100;
  height: 53px;
  text-align: center; }
  .header-wrap .container {
    position: relative; }

.scroll-option {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99; }
  .scroll-option:before {
    content: '';
    position: absolute;
    right: 15px;
    top: -60%;
    bottom: -60%;
    width: 1px;
    background: rgba(15, 76, 87, 0.15); }

.scroll-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right; }
  .scroll-list li {
    margin-bottom: 9px; }
    .scroll-list li a {
      font-size: 12px;
      color: #716e63;
      font-family: 'Gotham Pro';
      display: inline-block;
      line-height: 1;
      padding: 9px 32px 9px 30px;
      background: rgba(255, 255, 255, 0.25);
      position: relative;
      transition: color 0.3s; }
      .scroll-list li a:before {
        background: #ffde1f;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 0;
        transition: width 0.35s ease-out;
        content: '';
        position: absolute; }
      .scroll-list li a .scroll-text {
        position: relative;
        z-index: 2; }
      .scroll-list li a .scroll-round {
        position: absolute;
        width: 9px;
        height: 9px;
        border: 2px solid #0f4c57;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: 3;
        right: 11px;
        top: 50%;
        transform: translate(0, -50%);
        background: transparent;
        transition: all 0.3s; }
      .scroll-list li a.active {
        font-size: 13px; }
      .scroll-list li a.active, .scroll-list li a:hover {
        color: #000; }
        .scroll-list li a.active:before, .scroll-list li a:hover:before {
          width: 100%; }
        .scroll-list li a.active .scroll-round, .scroll-list li a:hover .scroll-round {
          background: #0f4c57; }

body.admin-bar .header-wrap {
  top: 32px; }

@media (max-width: 782px) {
  body.admin-bar .header-wrap {
    top: 46px; } }
.header-content {
  position: relative; }

.menu {
  margin: 0;
  padding: 0;
  display: inline-block; }
  .menu li {
    list-style: none;
    display: inline-block;
    float: left;
    margin: 0 20px;
    position: relative; }
    .menu li a {
      color: #000;
      font-size: 16px;
      font-family: 'Circular Std Bold';
      line-height: 1;
      display: inline-block;
      padding: 19px 29px 18px 29px;
      margin: 0; }
    .menu li:hover .sub-menu {
      opacity: 1;
      visibility: visible; }
    .menu li .sub-menu {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 0px;
      right: 0px;
      top: 100%;
      background-color: rgba(254, 254, 254, 0.75);
      box-shadow: 0px 2px 0px 0px rgba(192, 192, 192, 0.11);
      padding: 0;
      margin: 0; }
      .menu li .sub-menu li {
        display: block;
        float: none;
        margin: 0; }
        .menu li .sub-menu li a {
          font-size: 11px;
          color: #787878;
          font-family: 'Gotham Pro Light';
          width: 100%;
          background: none;
          padding: 13px 5px 13px;
          line-height: 1.1;
          border: 1px solid #ffde1f;
          border-top: none; }
          .menu li .sub-menu li a:hover {
            background: #fcef99; }
    .menu li.current-menu-item > a, .menu li.current-page-ancestor > a {
      background: #ffde00; }
    .menu li.current-menu-item:hover > a, .menu li.current-page-ancestor:hover > a {
      background: #ffde00; }
    .menu li:hover > a {
      background: rgba(255, 222, 0, 0.3); }





 
 
  
   
     

.first-slide {
  padding: 200px 0 110px;
  background: #fff;
  position: relative; }
  .first-slide .half-first {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    bottom: 0;
    background: url("../images/first-slide_19.jpg") no-repeat right top;
    -webkit-background-size: cover;
    background-size: cover; }
    .first-slide .half-first span {
      width: 164px;
      height: 164px;
      position: absolute;
      z-index: 2;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      left: -13px;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
      -moz-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
      -o-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      background-color: rgba(255, 222, 31, 0.31); }
  .first-slide .slide-block {
    position: relative; }

.main-page .first-slide {
  background: #ffedc5 url(../images/first-bg.jpg) no-repeat right 30% top;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 185px 0 171px; }

.scroll-bg-wrap {
  position: fixed;
  bottom: 80px;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, 0); }

.scroll-bg-amin {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -19px;
  width: 30px;
  height: 30px;
  /*animation-name: bounce;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;*/ }

.scroll-bg-block {
  width: 30px;
  height: 30px;
  border-right: 3px solid #0f4c57;
  border-bottom: 3px solid #0f4c57;
  transform: rotate(45deg) translate3d(-50%, 0, 1px) scale(0.5, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  animation: opacity 2.1s infinite linear; }
  .scroll-bg-block:nth-child(2) {
    animation-delay: 0.7s; }
  .scroll-bg-block:last-child {
    animation-delay: 1.4s; }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(36px); } }
@keyframes opacity {
  0% {
    opacity: 0;
    top: 0; }
  50% {
    opacity: 1;
    transform: rotate(45deg) translate3d(-50%, 0, 1px) scale(0.75, 0.75);
    top: 14px; }
  100% {
    opacity: 0;
    top: 28px;
    transform: rotate(45deg) translate3d(-50%, 0, 1px) scale(1, 1); } }
.main-logo {
  position: fixed;
  top: 100px;
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  -ms-transform: translate3d(-10px, 0, 0);
  -o-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  z-index: 101; }
  .main-logo img {
    max-width: 141px; }
  .main-logo.fixed {
    -webkit-transform: translate3d(0, -93px, 0);
    -moz-transform: translate3d(0, -93px, 0);
    -ms-transform: translate3d(0, -93px, 0);
    -o-transform: translate3d(0, -93px, 0);
    transform: translate3d(0, -93px, 0); }
    .main-logo.fixed img {
      width: 52px; }

.second-slide {
  padding: 100px 0 70px; }
  .second-slide .title-h1 {
    color: #000; }
    .second-slide .title-h1:before {
      background: #000; }
  .second-slide .subtitle {
    color: #000; }
  .second-slide .slide-block {
    background: #8ee7ff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8ee7ff 0%, #95ebff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8ee7ff 0%, #95ebff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8ee7ff 0%, #95ebff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ee7ff', endColorstr='#95ebff', GradientType=0);
    /* IE6-9 */
    padding: 123px 0 128px;
    position: relative; }
  .second-slide .second-bg {
    width: 61%;
    position: absolute;
    bottom: 0;
    right: -11%; }
    .second-slide .second-bg img {
      width: 100%; }
.second-slide > .fl-row-content-wrap {
    position: static;
    padding-bottom: 0;
}
.second-bg-mobile {
  display: none; }

.third-slide {
  padding: 128px 0 128px;
  background: #fef5cc url(../images/third.jpg) no-repeat right 10% top;
  -webkit-background-size: cover;
  background-size: cover; }
  .third-slide .title-h1 {
    width: 70%; }

.fourth-slide {
  padding: 143px 0 164px; }
  .fourth-slide .fourth-slide-bg {
    padding: 128px 0;
    background: #a7d9db;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a7d9db 0%, #a8ddde 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a7d9db 0%, #a8ddde 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a7d9db 0%, #a8ddde 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7d9db', endColorstr='#a8ddde', GradientType=0);
    /* IE6-9 */ }
  .fourth-slide .fourth-bg {
    position: absolute;
    top: -79px;
    right: -64px;
    width: 65%; }
    .fourth-slide .fourth-bg img {
      width: 100%; }
  .fourth-slide .container {
    position: relative; }
  .fourth-slide .main-product-block {
    position: absolute;
    top: -55px;
    right: 0;
    width: 72.8%; }
    .fourth-slide .main-product-block .main-product-img {
      position: absolute;
      top: -33px;
      right: -39px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.8s ease 0s;
      -moz-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s; }
      .fourth-slide .main-product-block .main-product-img.main-product-img0 {
        opacity: 1;
        visibility: visible; }
      .fourth-slide .main-product-block .main-product-img img {
        max-width: 100%; }
    .fourth-slide .main-product-block.visible .main-product-img0 {
      opacity: 0;
      visibility: hidden; }
    .fourth-slide .main-product-block.visible .main-product-img1 {
      opacity: 1;
      visibility: visible; }
  .fourth-slide .slide-block {
    position: relative;
    z-index: 1; }
  .fourth-slide .title-h1 {
    color: #000; }
    .fourth-slide .title-h1:before {
      background: #000; }

@media (min-width: 1200px) {
  body.home .fourth-slide .main-product-block {
    width: 70%; } }
.logo-link {
  display: inline-block;
  margin: 0 0 34px -8px; }
  .logo-link img {
    width: 129px; }

.footer-top {
  padding: 0 0 111px;
  position: relative;
  pointer-events: none;
  z-index: 1; }
  .footer-top .slide-block {
    display: inline-block;
    pointer-events: all; }
  .footer-top .title-h1 {
    padding-bottom: 19px; }
  .footer-top .btn {
    width: 304px;
    position: relative;
    text-align: left; }
    .footer-top .btn span {
      position: absolute;
      right: 18px;
      top: 13px; }

.footer-bottom {
  position: relative;
  z-index: 1;
  background: rgba(32, 69, 78, 0.8);
  padding: 39px 0 37px; }
  .footer-bottom .container {
    position: relative; }

.footer-contact p {
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.7; }
  .footer-contact p a {
    color: #fff; }

.social {
  position: absolute;
  right: 0;
  bottom: 6px; }
  .social a {
    margin: 0 20px; }
    .social a:last-child {
      margin-right: 0; }

.copy {
  font-size: 12px;
  color: #fff; }

.yellow-line {
  background: #ffde1f;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1; }

.footer-wrap {
  position: relative;
  padding: 143px 0 110px; }
  .footer-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ffde1f;
    width: 50%;
    bottom: 0;
    z-index: 1; }

.footer-contacts {
  position: relative;
  z-index: 2;
  pointer-events: none; }
  .footer-contacts .col-sm-6 {
    pointer-events: all; }

.footer-contacts-info {
  font-size: 21px;
  color: #000;
  font-family: 'Conv_CircularStd-Book'; }
  .footer-contacts-info a {
    color: #000; }
  .footer-contacts-info p {
    margin-bottom: 10px; }
  .footer-contacts-info span {
    margin: 0 5px 10px 0;
    display: inline-block;
    min-height: 24px; }
    .footer-contacts-info span.footer-contacts-mobile {
      padding-left: 23px;
      background: url(../images/phone@2x.png) no-repeat left center;
      -webkit-background-size: 13px;
      background-size: 13px; }
    .footer-contacts-info span.footer-contacts-mail {
      padding-left: 32px;
      background: url(../images/mail@2x.png) no-repeat left center;
      -webkit-background-size: 24px;
      background-size: 24px;
      margin-left: 10px; }
      .footer-contacts-info span.footer-contacts-mail a {
        position: relative;
        display: inline-block;
        padding-right: 27px; }
        .footer-contacts-info span.footer-contacts-mail a:before {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          transform: translate(0, -50%);
          width: 17px;
          height: 13px;
          background: url("../images/arrows-r@2x.png") no-repeat;
          -webkit-background-size: cover;
          background-size: cover;
          transition: all 0.3s; }
        .footer-contacts-info span.footer-contacts-mail a:hover:before {
          right: -5px; }
  .footer-contacts-info a {
    color: #000; }

.social-block {
  margin: 17px 0 40px;
  display: inline-block;
  width: 100%; }
  .social-block a {
    margin-right: 20px;
    border: 1px solid #134e56;
    width: 31px;
    height: 31px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s;
    position: relative; }
    .social-block a:hover {
      background: #134e56; }
      .social-block a:hover .social-hover {
        opacity: 1; }
      .social-block a:hover .social-static {
        opacity: 0; }
    .social-block a .social-hover {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      display: inline-block;
      padding-top: 5px;
      opacity: 0;
      transition: all 0.3s; }
    .social-block a .social-static {
      position: relative;
      display: inline-block;
      padding-top: 5px;
      opacity: 1;
      transition: all 0.3s;
      text-align: center; }
    .social-block a img {
      height: 20px;
      vertical-align: top; }

.map-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/map.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover; }

.btn-wrap .btn {
  margin: 0 20px 20px 0; }

/*static*/
.page-insert .first-slide {
  background: url("../images/first-insert@2x.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 115px 0 137px; }
  .page-insert .first-slide .subscribe-form > span {
    display: none; }
  .page-insert .first-slide .input-wrap {
    margin-bottom: 20px; }
    .page-insert .first-slide .input-wrap input {
      padding: 23px 15px 24px 41px; }
  .page-insert .first-slide .subscribe-block input[type=submit] {
    margin-top: 7px; }
  .page-insert .first-slide .subscribe-subtitle {
    color: #696969;
    margin-bottom: 16px; }
  .page-insert .first-slide .slide-block {
    padding-top: 69px;
    padding-top: 69px;
    width: 85%; }
    .page-insert .first-slide .slide-block .title-h1 {
      width: 95%; }

.static-slide {
  overflow: hidden; }

.static-row {
  padding: 94px 0 92px;
  position: relative; }
  .static-row.static-row-r {
    background: #ffde1f; }
    .static-row.static-row-r:before, .static-row.static-row-r:after {
      content: '';
      display: block;
      top: 0;
      bottom: 0;
      background: #ffde1f;
      width: 10000px;
      position: absolute; }
    .static-row.static-row-r:before {
      left: 100%; }
    .static-row.static-row-r:after {
      right: 100%; }
    .static-row.static-row-r .read-more-btn {
      border-color: #000000;
      background: none;
      font-size: 14px;
      color: #000000;
      transition: all 0.3s; }
      .static-row.static-row-r .read-more-btn:hover {
        background: #000;
        color: #ffe02a; }
        .static-row.static-row-r .read-more-btn:hover span:before {
          opacity: 0; }
        .static-row.static-row-r .read-more-btn:hover span:after {
          opacity: 1; }
    .static-row.static-row-r .static-img {
      text-align: left; }
      .static-row.static-row-r .static-img img {
        max-width: 87%; }

.static-title {
  margin-bottom: 19px;
  line-height: 1;
  padding-bottom: 0; }
  .static-title:before {
    display: none;
    margin-bottom: 30px; }

.static-img {
  text-align: center; }
  .static-img img {
    max-width: 45%; }

.static-text {
  font-size: 15px;
  font-family: 'Conv_GothaProLig';
  line-height: 1.6;
  color: #000; }
  .static-text p {
    margin: 0 0 20px; }
    .static-text p b {
      font-weight: normal;
      color: #20454e;
      font-family: 'Conv_CircularStd-Bold';
      text-transform: uppercase; }

.static-about .title-h2 {
  margin: 0 0 30px;
  text-align: center; }

.static-about-diploma {
  text-align: center;
  padding: 30px 0 20px;
  border: 1px solid rgba(43, 84, 94, 0.27);
  margin-bottom: 30px;
  min-height: 524px; }
  .static-about-diploma.no-text {
    min-height: 0; }
  .static-about-diploma .static-about-diploma-img {
    margin-bottom: 20px; }
    .static-about-diploma .static-about-diploma-img img {
      max-width: 100%; }
  .static-about-diploma .static-about-diploma-text {
    color: #000;
    font-family: 'Conv_GothaProReg';
    font-size: 12px;
    line-height: 1.57;
    margin: 10px auto 0;
    width: 74%; }

.static-about-bg {
  background: #a7dadd url("../images/about-bg.jpg") no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 90px; }

.static-about {
  padding: 0;
  color: #000;
  position: relative; }
  .static-about .btn {
    display: inline-block;
    position: relative; }
    .static-about .btn span.closed {
      display: none; }
    .static-about .btn span.opened {
      display: inline-block; }
    .static-about .btn.collapsed span.opened {
      display: none; }
    .static-about .btn.collapsed span.closed {
      display: inline-block; }
  .static-about .title-h1 {
    margin-bottom: 38px; }
  .static-about .col-sm-12 .title-h1 {
    margin-bottom: 40px;
    margin-top: 90px;
    text-align: left; }
  .static-about.static-about-overview .col-sm-12 .title-h1 {
    margin-bottom: 50px;
    text-align: left;
    margin-top: 0; }

.static-about-info {
  margin-bottom: 24px; }

.hide-text {
  display: none; }

.static-about-block {
  margin-bottom: 9px;
  font-family: 'Conv_GothaProLig'; }
  .static-about-block ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .static-about-block ul li {
      font-size: 14px;
      padding-left: 35px;
      margin-bottom: 11px;
      position: relative;
      line-height: 1.7;
      font-family: 'Conv_GothaProLig'; }
      .static-about-block ul li:before {
        content: '';
        position: absolute;
        width: 14px;
        height: 12px;
        background: url("../images/ok@2x.png") no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        left: 0;
        top: 5px; }
      .static-about-block ul li strong, .static-about-block ul li h4 {
        font-weight: normal;
        font-size: 14px;
        font-family: 'Conv_CircularStd-Bold';
        line-height: 1.1;
        display: inline-block; }

.static-about-title, .static-about-block h4, .static-about-block h3, .static-about-block h2 {
  font-size: 21px;
  font-family: 'Conv_CircularStd-Bold';
  line-height: 1.1;
  display: inline-block;
  width: 100%;
  margin: 7px 0 13px; }

.right-col .static-about-block h3, .right-col .static-about-block h4 {
  font-size: 15px; }

.right-col .static-about-block h3 {
  font-size: 21px; }

.static-about-text, .static-about-block p {
  font-size: 14px;
  line-height: 1.5; }

.yellow-slide {
  padding-top: 156px;
  text-align: center;
  position: relative; }
  .yellow-slide .subtitle {
    width: 61%;
    margin: 0 auto 40px; }
  .yellow-slide .title-h1 {
    padding-bottom: 23px;
    margin-bottom: 23px; }
  .yellow-slide .slide-block {
    background: #ffde1f;
    padding: 143px 0 128px; }
  .yellow-slide .row {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .yellow-slide .col-sm-6 {
    display: flex; }

.advantages-slide {
  background: #f8f8f8;
  padding: 90px 0 29px; }
  .advantages-slide .title-h1:before {
    background: #ffde1f; }

.shadow-block {
  background: #fff;
  box-shadow: 0px 13px 84px 0px rgba(17, 60, 71, 0.35);
  display: inline-block;
  width: 100%;
  margin: 30px 0 182px; }

.step-block {
  float: left;
  width: 33.3333%;
  height: 416px;
  padding: 102px 19px 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative; }
  .step-block:nth-child(odd) {
    background: #fef4c0; }
  .step-block:before {
    font-family: 'arvobold';
    font-size: 226px;
    position: absolute;
    top: 30px;
    line-height: 1;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    color: #fefcef; }
  .step-block:nth-child(even):before {
    color: #fef4c0; }
  .step-block:nth-child(1):before {
    content: '1'; }
  .step-block:nth-child(2):before {
    content: '2'; }
  .step-block:nth-child(3):before {
    content: '3'; }
  .step-block:nth-child(4):before {
    content: '4'; }
  .step-block:nth-child(5):before {
    content: '5'; }
  .step-block:last-child {
    background: #ffde1f;
    padding-top: 15px;
    padding-left: 28px; }
  .step-block .subscribe-block {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    text-align: left;
    max-width: 99%; }
    .step-block .subscribe-block input[type='submit'] {
      margin-top: 5px; }

.subscribe-title {
  color: #000006;
  font-size: 30px;
  font-family: 'Conv_CircularStd-Black';
  margin-bottom: 35px;
  line-height: 1.16; }

.subscribe-subtitle {
  color: #000;
  font-size: 15px;
  font-family: 'Conv_GothaProLig';
  line-height: 1.6;
  width: 93%;
  margin: 0 auto 25px; }

.subscribe-step-block {
  text-align: center;
  padding-top: 102px !important; }

.step-content {
  max-width: 99%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2; }

.subscribe-form .newsletter-field {
  margin-bottom: 13px; }
  .subscribe-form .newsletter-field label {
    display: none; }
  .subscribe-form .newsletter-field input {
    width: 100% !important;
    border: 1px solid #e0e0e0;
    color: #9fa3a7;
    background: #fff;
    font-size: 15px;
    padding: 23px 15px 24px 41px;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .subscribe-form .newsletter-field input:-moz-placeholder {
      color: #9fa3a7;
      font-size: 15px; }
    .subscribe-form .newsletter-field input::-webkit-input-placeholder {
      color: #9fa3a7;
      font-size: 15px; }
  .subscribe-form .newsletter-field input.newsletter-button {
    box-shadow: none;
    border: 1px solid transparent;
    background: transparent;
    color: #244f59;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 31px 14px 34px;
    font-family: 'Conv_CircularStd-Bold';
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
    background: #ffde1f;
    border-color: #ffde1f;
    margin-top: 7px;
    width: 172px !important; }

.helper {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.step-title {
  color: #000006;
  font-size: 30px;
  font-family: 'Conv_CircularStd-Black';
  margin: 0 0 35px;
  line-height: 1.16; }

.step-text {
  color: #000;
  font-size: 15px;
  font-family: 'Conv_GothaProLig';
  line-height: 1.6;
  width: 93%;
  margin: 0 auto; }

.input-wrap {
  margin-bottom: 13px; }
  .input-wrap input {
    width: 100%;
    border: 1px solid #e0e0e0;
    color: #9fa3a7;
    background: #fff;
    font-size: 15px;
    padding: 12px 15px 13px 32px;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .input-wrap input:-moz-placeholder {
      color: #9fa3a7;
      font-size: 15px; }
    .input-wrap input::-webkit-input-placeholder {
      color: #9fa3a7;
      font-size: 15px; }
    .input-wrap input.wpcf7-not-valid {
      border-color: #ff0000; }
    .input-wrap input:focus {
      border-color: #e0e0e0; }
    .input-wrap input:focus + .wpcf7-not-valid-tip {
      opacity: 0; }
  .input-wrap textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    color: #9fa3a7;
    background: #fff;
    font-size: 15px;
    padding: 12px 15px 13px 32px;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    resize: none; }

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  left: 1px;
  right: 1px;
  display: block;
  font-size: 15px;
  color: #ff0000;
  text-align: left;
  padding-top: inherit;
  padding: 12px 15px 12px 32px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  pointer-events: none; }

.wpcf7-form-control-wrap {
  display: block; }

div.wpcf7 img.ajax-loader {
  display: none !important; }

.modal-wrap-form .submit-btn {
  margin-bottom: 15px; }
.modal-wrap-form .ajax-loader {
  display: none; }

.wpcf7-validation-errors {
  display: none !important; }

input[type=submit] {
  width: 172px; }

/*static-end*/
/*panel*/
.panel-wrap {
  margin: 90px 0 0; }
  .panel-wrap .panel-default > .panel-heading {
    color: #000006;
    background-color: #6dbbc0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 39px;
    padding: 0; }
  .panel-wrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    position: relative;
    z-index: 1; }
    .panel-wrap .panel-default > .panel-heading + .panel-collapse > .panel-body:before {
      content: '';
      position: absolute;
      left: 50%;
      width: 20000px;
      top: -1px;
      bottom: -1px;
      background: #97d0d3;
      display: block;
      z-index: -1;
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      -o-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
  .panel-wrap .panel + .panel {
    margin-top: 0; }
  .panel-wrap .panel-body {
    font-family: 'Conv_GothaProLig';
    font-size: 14px;
    line-height: 1.45;
    padding: 28px 0 30px; }
  .panel-wrap .panel {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-bottom: 1px solid #c6e5e7; }
    .panel-wrap .panel:first-child {
      border-top: 1px solid #c6e5e7; }
  .panel-wrap .panel-title {
    font-size: 32px;
    font-family: 'Conv_CircularStd-Black';
    line-height: 0;
    position: relative; }
    .panel-wrap .panel-title a {
      display: inline-block;
      width: 100%;
      position: relative;
      z-index: 1;
      padding: 43px 0px 43px 65px;
      background: #6dbbc0; }
      .panel-wrap .panel-title a:before, .panel-wrap .panel-title a:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        background: #6dbbc0;
        width: 10000px; }
      .panel-wrap .panel-title a:before {
        left: 100%; }
      .panel-wrap .panel-title a:after {
        right: 100%; }
      .panel-wrap .panel-title a .panel-title-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between; }
        .panel-wrap .panel-title a .panel-title-wrap .panel-title-content {
          line-height: 1; }
        .panel-wrap .panel-title a .panel-title-wrap .panel-step {
          margin-right: 80px; }
      .panel-wrap .panel-title a .panel-arrow {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 35px;
        height: 35px;
        margin-top: -20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transition: all 0.15s; }
      .panel-wrap .panel-title a.collapsed {
        background: none; }
        .panel-wrap .panel-title a.collapsed:before, .panel-wrap .panel-title a.collapsed:after {
          display: none; }
        .panel-wrap .panel-title a.collapsed .panel-arrow {
          transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg); }
        .panel-wrap .panel-title a.collapsed + span {
          opacity: 1; }
    .panel-wrap .panel-title a + span {
      opacity: 0; }

/*panel-end*/
.static-about-diploma-wrap {
  padding-top: 18px;
  margin-bottom: 0; }

.mobile-step-block {
  display: none; }

/*treatments-specifield*/
.author-block {
  background: #a7dbdc;
  padding: 37px 47px 49px;
  color: #000;
  font-family: 'Conv_GothaProLig';
  display: inline-block;
  width: 100%;
  margin-top: 25px; }
  .author-block .btn {
    padding-left: 0;
    padding-right: 0; }

.text-slide .author-block-img {
  border: 1px solid #85b6bb;
  padding: 14px 16px 19px;
  float: left;
  width: 200px;
  margin-right: 50px; }
  .text-slide .author-block-img img {
    width: 100%;
    margin-bottom: 0; }

.author-block-title {
  color: #000;
  font-size: 21px;
  font-family: 'Conv_CircularStd-Bold';
  line-height: 1.33;
  margin: 0;
  padding-top: 11px; }

.author-block-subtitle {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px; }

.author-contacts {
  display: none; }

.text-slide .author-block-text {
  font-size: 12px;
  line-height: 1.66;
  margin-bottom: 24px; }
  .text-slide .author-block-text p {
    font-size: 12px; }

.author-phone, .author-mail {
  font-size: 12px;
  font-family: 'Conv_GothaProLig';
  color: #000000;
  margin-bottom: 9px; }
  .author-phone a, .author-mail a {
    color: #000000; }
  .author-phone span, .author-mail span {
    display: inline-block;
    position: relative; }

.author-phone span {
  padding-left: 18px;
  min-height: 15px;
  background: url(../images/phone@2x.png) no-repeat left center;
  -webkit-background-size: 8px;
  background-size: 8px; }

.author-mail span {
  padding-left: 24px;
  min-height: 15px;
  background: url(../images/mail@2x.png) no-repeat left center;
  -webkit-background-size: 14px;
  background-size: 14px; }

.text-slide {
  padding: 100px 0 76px;
  position: relative; }
  .text-slide:before {
    top: 0;
    bottom: 181px;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    background: #f7f9fc; }
  .text-slide.no-author:before {
    bottom: 0; }
  .text-slide .title-h1 {
    margin-bottom: 48px; }
    .text-slide .title-h1:before {
      background: #ffde1f; }
  .text-slide p {
    color: #000006;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-family: 'Conv_GothaProLig'; }
  .text-slide ul, .text-slide ol {
    color: #000006;
    font-size: 15px;
    line-height: 1.6; }
  .text-slide ul {
    margin-bottom: 4px; }
  .text-slide img {
    max-width: 100%;
    /* margin-bottom: 25px;*/ }
  .text-slide .text-title, .text-slide h3, .text-slide h2 {
    font-size: 21px;
    line-height: 1.33;
    color: #000006;
    font-family: 'Conv_CircularStd-Bold';
    margin-bottom: 15px; }

.text-content img {
  width: 100%; }

.related-wrap {
  background: #fff;
  padding: 100px 0 62px; }
  .related-wrap > .title-h1 {
    margin-bottom: 48px; }
    .related-wrap > .title-h1:before {
      background: #ffde1f; }

.related-block {
  text-align: center;
  background: #ffde1f;
  padding: 0px 26px 0px;
  margin-bottom: 20px;
  height: 489px !important;
  display: inline-block;
  vertical-align: middle;
  width: 100%; }
  .related-block .related-block-insert {
    display: inline-block;
    vertical-align: middle;
    max-width: 98%; }
  .related-block .subtitle {
    margin-bottom: 50px;
    padding: 0 60px; }

.specialists-wrap {
  padding: 100px 0 213px;
  color: #fff;
  background: #a6bdd0 url("../images/about-bg.jpg") no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative; }
  .specialists-wrap .title-h1 {
    color: #fff;
    margin-bottom: 57px; }

.specialists-block {
  display: inline-block;
  width: 100%; }

.specialists-img {
  border: 1px solid #85a1b1;
  padding: 12px 13px 19px;
  float: left;
  width: 31%;
  margin-right: 20px;
  text-align: center; }
  .specialists-img img {
    width: 100%;
    max-width: 300px;
    display: inline-block; }

.specialists-info {
  padding-top: 10px; }

.specialists-name {
  font-size: 21px;
  font-family: 'Conv_CircularStd-Bold';
  margin-bottom: 3px; }

.specialists-role {
  font-size: 16px;
  font-family: 'Conv_CircularStd-Bold'; }

.specialists-text {
  font-size: 16px;
  line-height: 1.56;
  margin: 27px 0 0;
  padding-right: 30px; }
  .specialists-text ul {
    margin-left: 32%; }
  @media (max-width: 767px) {
    .specialists-text ul {
      margin-left: 0; } }

.page-insert .first-slide.specifield-first-slide {
  background: url("../images/overview-bg.jpg") no-repeat right center;
  -webkit-background-size: cover;
  background-size: cover; }

.yellow-half-block {
  padding-top: 75px;
  padding-bottom: 146px; }

.book-block .btn {
  min-width: 173px; }
.book-block .title-h1 span {
  position: relative;
  padding-left: 28px;
  background: url("../images/phone@3x.png") no-repeat left center;
  -webkit-background-size: 14px 26px;
  background-size: 14px 26px; }

.book-title {
  font-size: 37px;
  color: #20454e;
  font-family: 'Conv_CircularStd-Bold';
  line-height: 1.08;
  padding-bottom: 31px;
  position: relative;
  margin-bottom: 29px; }
  .book-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 189px;
    height: 1px;
    background: #d4d3ab; }
  .book-title span {
    font-size: 40px;
    font-family: 'Conv_CircularStd-Black'; }

.book-subtitle {
  font-size: 31px;
  color: #20454e;
  font-family: 'Conv_CircularStd-Bold';
  margin-bottom: 10px;
  line-height: 1.08; }

.book-info {
  margin-bottom: 25px; }
  .book-info p {
    line-height: 1.4;
    color: #3c3c3c;
    font-size: 15px; }
  .book-info .book-info-b {
    color: #3c3c3c;
    font-size: 17px;
    margin-bottom: 9px; }
    .book-info .book-info-b span {
      font-family: 'Conv_CircularStd-Bold'; }

.book-bg {
  background-image: -moz-linear-gradient(-105deg, #a7d9db 0%, #a8ddde 100%);
  background-image: -webkit-linear-gradient(-105deg, #a7d9db 0%, #a8ddde 100%);
  background-image: -ms-linear-gradient(-105deg, #a7d9db 0%, #a8ddde 100%);
  padding: 72px 0 84px; }

.book-now-block {
  padding: 88px 0 151px; }
  .book-now-block .title-h1, .book-now-block .title-h1 h4, .book-now-block .title-h1 h2 {
    font-size: 43px; }
  .book-now-block .book-block .btn {
    padding: 12px 0; }
  .book-now-block .subtitle {
    margin-bottom: 30px;
    width: 80%; }
  .book-now-block .book-info {
    margin-bottom: 29px; }
  .book-now-block .book-img {
    text-align: center;
    padding-top: 5px; }
    .book-now-block .book-img img {
      max-width: 74%; }

/*treatments-specifield-end*/
/*treatments-overview*/
.areas-wrap {
  padding: 70px 0 100px;
  background: #f7f9fc; }
  .areas-wrap > .title-h1 {
    margin-bottom: 60px; }
    .areas-wrap > .title-h1:before {
      background: #ffde1f; }

.areas-nav-block {
  border: 2px solid #a6bdc2;
  text-align: center;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000000;
  font-family: 'Conv_CircularStd-Bold';
  width: 100%;
  line-height: 1;
  position: relative; }
  .areas-nav-block:before {
    opacity: 0;
    width: 19px;
    height: 10px;
    background: url("../images/nav-arrow@2x.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0); }
  .areas-nav-block:hover, .areas-nav-block.active {
    background: #ffde1f;
    border-color: #ffde1f;
    color: #000; }
    .areas-nav-block:hover:before, .areas-nav-block.active:before {
      opacity: 1; }
  .areas-nav-block:focus {
    color: #000; }

.areas-block {
  background: #ffde1f;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 413px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0; }

.areas-info {
  width: 54%;
  margin: 0 9%;
  display: inline-block;
  vertical-align: middle; }
  .areas-info .btn {
    margin: 0 10px;
    padding: 12px 10px; }
    .areas-info .btn:first-child {
      margin-left: 0; }

.areas-title {
  padding: 0;
  margin-bottom: 16px; }
  .areas-title:before {
    display: none; }
  .areas-title a {
    color: inherit; }

.areas-text {
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 35px;
  font-family: 'Conv_GothaProLig'; }

a.more-link {
  color: #20454e;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Conv_CircularStd-Bold';
  min-height: 13px;
  margin-bottom: 23px;
  display: inline-block; }
  a.more-link span {
    display: inline-block;
    position: relative;
    line-height: 1;
    padding-right: 35px; }
    a.more-link span:before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      width: 21px;
      height: 13px;
      background: url("../images/read-more.png");
      -webkit-background-size: cover;
      background-size: cover; }

.areas-row {
  padding: 66px 0 90px; }
  .areas-row .container {
    position: relative;
    padding-top: 39px; }
  .areas-row .areas-img-content {
    overflow: hidden;
    display: inline-block; }
  .areas-row .areas-img {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 2;
    width: 50%; }
    .areas-row .areas-img img {
      max-width: 100%;
      max-height: 412px;
      transform: scale(1, 1);
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1); }

.areas-row-r .areas-img {
  position: absolute;
  left: 10px;
  right: inherit; }
.areas-row-r .areas-info {
  width: 45%;
  margin: 0 0 0 42%; }

.static-about-overview-author {
  background: #fff;
  position: relative; }
  .static-about-overview-author:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #a7dadd;
    content: '';
    height: 287px; }

.static-about-overview {
  padding: 0 0 0; }
  .static-about-overview .static-about-bg {
    padding-top: 89px; }
  .static-about-overview .static-about-info .col-sm-6:last-child .static-about-block {
    background: rgba(54, 150, 158, 0.5);
    padding: 40px 36px 82px; }
  .static-about-overview:before {
    height: 240px;
    display: none; }
  .static-about-overview .static-about-block {
    margin-bottom: 40px;
    padding-right: 28px; }
    .static-about-overview .static-about-block b {
      font-weight: normal;
      font-family: 'Conv_CircularStd-Bold'; }
    .static-about-overview .static-about-block ul li {
      padding-left: 19px; }
      .static-about-overview .static-about-block ul li:before {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        background: #000;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        left: 0;
        top: 7px; }
  .static-about-overview .static-about-info {
    margin-bottom: 65px; }

.about-specialists {
  text-align: center; }
  .about-specialists .specialists-info {
    width: 74%;
    margin: 0 auto; }
  .about-specialists .specialists-block {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(43, 84, 94, 0.27);
    padding: 31px 0; }
  .about-specialists .specialists-img {
    float: none;
    border: none;
    padding: 0;
    margin: 0 auto 21px;
    width: 74%; }
  .about-specialists .specialists-name {
    font-size: 15px;
    color: #222222;
    text-transform: uppercase;
    font-family: 'Conv_CircularStd-Bold';
    margin-bottom: 5px; }
  .about-specialists .specialists-role {
    font-size: 15px;
    color: #222222;
    margin-bottom: 15px;
    font-family: 'Conv_GothaProLig'; }
  .about-specialists .more-link {
    display: inline-block;
    position: relative; }
    .about-specialists .more-link:before {
      position: absolute;
      right: -21px;
      content: '';
      top: 2px;
      background: url("../images/arrow-down.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      width: 7px;
      height: 12px; }
    .about-specialists .more-link span {
      color: #20454e;
      font-size: 15px;
      font-family: 'Conv_CircularStd-Bold';
      text-transform: uppercase;
      border-bottom: 1px solid #ffde1f;
      padding: 0; }
      .about-specialists .more-link span:before {
        display: none; }

.list-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0; }
  .list-bg.list-first-bg {
    background: url("../images/list1.jpg") no-repeat;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: right top !important; }
  .list-bg.list-second-bg {
    left: 50%;
    background: url("../images/list2.jpg") no-repeat;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: right top !important; }
  .list-bg.list-third-bg {
    background: url("../images/list3.jpg") no-repeat;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: right top !important; }
  .list-bg.list-fourth-bg {
    left: 50%;
    background: url("../images/list4.jpg") no-repeat;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: right top !important; }

.list-wrap {
  padding: 100px 0 130px; }
  .list-wrap .title-h1 {
    margin-bottom: 52px; }
    .list-wrap .title-h1:before {
      background: #ffde1f; }

.list-block {
  position: relative;
  z-index: 1;
  height: 460px;
  margin-bottom: 20px;
  overflow: hidden; }
  .list-block:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(232, 130, 125, 0.2); }
  .list-block.hover:before {
    opacity: 1; }
  .list-block.hover .list-block-bg {
    transform: scale(1.15); }
  .list-block .list-block-insert {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 0;
    z-index: 2; }
  .list-block .list-block-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-background-size: cover;
    background-size: cover;
    transform: scale(1, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .list-block .btn {
    margin: 0 10px;
    padding: 12px 10px; }
    .list-block .btn:first-child {
      margin-left: 0; }
  .list-block .title-h1 {
    margin-bottom: 25px;
    width: 60%; }
    .list-block .title-h1 a {
      color: inherit;
      font-size: inherit;
      text-decoration: none; }
  .list-block.list-block-white .title-h1 {
    color: #fff; }
  .list-block.list-block-white a.more-link {
    color: #fff; }
    .list-block.list-block-white a.more-link span:before {
      background: url("../images/read-more-white.png");
      -webkit-background-size: cover;
      background-size: cover; }

.list-row {
  position: relative; }

.product-mobile-img {
  display: none; }

.list-bg-mobile {
  display: none; }

.page-insert .fourth-slide .main-product-block-mobile {
  display: none; }

/*treatments-overview-end*/
/*modal*/
.modal-wrap, .modal-wrap-form {
  position: fixed;
  z-index: 105;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(254, 244, 192, 0.95);
  opacity: 0;
  visibility: hidden; }
  .modal-wrap.active, .modal-wrap-form.active {
    visibility: visible;
    opacity: 1; }

.modal-block {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 48%;
  padding: 83px 25px;
  border: 7px solid #fff;
  position: absolute;
  text-align: center; }

.modal-logo {
  margin-bottom: 12px; }
  .modal-logo img {
    width: 78px; }

.modal-title {
  font-size: 36px;
  line-height: 1.08;
  color: #20454e;
  font-family: 'Conv_CircularStd-Bold';
  margin-bottom: 10px; }

.modal-subtitle {
  line-height: 1.56;
  font-size: 16px;
  color: #696969;
  margin-bottom: 34px; }

a.close-popup span {
  display: block;
  color: #20454e;
  font-size: 13px;
  text-transform: uppercase; }
a.close-popup img {
  width: 31px; }

.read-more-inform {
  margin-top: 10px;
  color: #222;
  font-family: 'Conv_GothaProReg';
  font-size: 12px;
  line-height: 1.57;
  text-align: left; }
  .read-more-inform ul {
    padding-left: 15px; }

/*modal-end*/
div.wpcf7-mail-sent-ok {
  display: none !important; }

/*style on new file*/
.btn span:before, .btn span:after {
  top: 2px !important; }
.btn.read-more-btn span:before, .btn.read-more-btn span:after, .btn.read-more-btn-green span:before, .btn.read-more-btn-green span:after {
  top: 1px !important; }
.btn.read-more-btn-green:hover {
  background: #0f4c57;
  color: #fff; }
  .btn.read-more-btn-green:hover span:before {
    opacity: 0; }
  .btn.read-more-btn-green:hover span:after {
    background: url(../images/read-more-white@2x.png) no-repeat right center;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 1; }
.btn.yellow-btn.btn-icon span:after {
  background: url(../images/link-icon@2x.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
.btn.transparent-btn.btn-icon span:after {
  background: url(../images/link-icon@2x.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.map-wrap {
  width: 50%;
  left: inherit; }

.yellow-slide .row {
  flex-direction: row;
  flex-wrap: nowrap; }

.areas-block {
  position: relative; }

.areas-row .col-sm-9 {
  position: relative; }
  .areas-row .col-sm-9:before {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: -19px;
    width: 1px;
    height: 241px;
    right: 11%;
    background-color: rgba(15, 76, 87, 0.15);
    z-index: 5; }
.areas-row:last-child .col-sm-9:before {
  display: none; }
.areas-row.hover .areas-img img {
  transform: scale(1.15); }

.areas-row-r .col-sm-9:before {
  left: 11%;
  right: inherit; }

.areas-row-r .areas-info {
  margin: 0 0 0 44%; }

.static-about .static-about-info .col-sm-6:last-child .static-about-block {
  background: rgba(54, 150, 158, 0.5);
  padding: 40px 36px 82px; }

.static-about .static-about-block {
  padding-right: 28px; }

.panel-wrap .panel:first-child {
  border-top: 1px solid #5ea9af; }

.panel-wrap .panel {
  border-bottom: 1px solid #5ea9af; }

.panel-wrap .panel-default > .panel-heading + .panel-collapse > .panel-body:before {
  background: #f8f8f8; }

.panel-wrap .panel-default > .panel-heading {
  background: none; }

.panel-wrap {
  overflow: hidden; }

.panel-wrap .panel-title a, .panel-wrap .panel-title a.collapsed {
  position: relative;
  transition: all 0.15s !important;
  background: #6dbbc0 !important;
  color: #000; }
  .panel-wrap .panel-title a:hover, .panel-wrap .panel-title a.collapsed:hover {
    background: #0f4c57 !important;
    color: #6dbbc0; }
    .panel-wrap .panel-title a:hover:before, .panel-wrap .panel-title a:hover:after, .panel-wrap .panel-title a.collapsed:hover:before, .panel-wrap .panel-title a.collapsed:hover:after {
      background-color: #0f4c57 !important; }
  .panel-wrap .panel-title a:before, .panel-wrap .panel-title a:after, .panel-wrap .panel-title a.collapsed:before, .panel-wrap .panel-title a.collapsed:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #6dbbc0;
    width: 10000px;
    transition: all 0.15s !important;
    display: block !important; }
  .panel-wrap .panel-title a:before, .panel-wrap .panel-title a.collapsed:before {
    left: 100% !important;
    right: inherit !important; }
  .panel-wrap .panel-title a:after, .panel-wrap .panel-title a.collapsed:after {
    right: 100% !important;
    left: inherit !important; }
  .panel-wrap .panel-title a .panel-arrow, .panel-wrap .panel-title a.collapsed .panel-arrow {
    background: url("../images/plus@2x.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }

.panel-wrap .panel-title a {
  background: #0f4c57 !important;
  color: #6dbbc0; }
  .panel-wrap .panel-title a:before, .panel-wrap .panel-title a:after {
    background-color: #0f4c57; }
  .panel-wrap .panel-title a .panel-arrow {
    background: url(../images/plus-light@2x.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }

.panel-wrap .panel-title a:hover .panel-arrow {
  background: url(../images/plus-light@2x.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

#author-block-accordion .panel-title {
  margin-bottom: 0; }

#author-block-accordion .panel {
  border: none; }

#author-block-accordion .author-block-info {
  padding: 0 15px; }

.menu li .sub-menu {
  background-color: rgba(254, 254, 254, 0.9); }

.menu li .sub-menu li a {
  color: #000000; }

/*style on new file-end*/
body.error404 .sub-menu, body.error410 .sub-menu {
  display: none; }

/*** Therapists map ***/
body.page-template-therapists-map #therapists-map-wrap {
  position: relative; }
  body.page-template-therapists-map #therapists-map-wrap #therapists-map {
    width: 100%;
    height: 800px; }
  body.page-template-therapists-map #therapists-map-wrap #therapists-map-description {
    position: absolute;
    right: 20px;
    bottom: 33px;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px; }
    body.page-template-therapists-map #therapists-map-wrap #therapists-map-description ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }

/*** end Therapists map ***/
/*responsive*/
@media (min-width: 768px) {
  .container {
    width: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 1260px) {
  .areas-info .btn {
    margin: 0 10px 10px 0; } }
@media (min-width: 1240px) {
  .container {
    width: 1210px; } }
@media (max-width: 1200px) {
  .areas-info .btn {
    float: left;
    clear: both; }

  .menu li a {
    padding: 19px 24px 18px; }

  .fourth-slide .main-product-block {
    right: 30px;
    width: 64.8%; }

  .social {
    right: 30px; }

  .main-page .first-slide {
    overflow-x: hidden; }

  .step-content {
    max-width: 98%; }

  .step-block {
    height: 486px; }

  .static-about-diploma a:before {
    right: -15px;
    top: 3px; }
  .static-about-diploma a .static-about-diploma-link {
    font-size: 13px; }

  .error-page .container {
    width: 95%; }

  .page-insert .first-slide .slide-block {
    width: 85%; } }
@media (max-width: 1600px) and (min-width: 1201px) {
  .static-row-r .static-title.title-h1, .static-row-r .static-text {
    width: 80%; } }
@media (max-width: 1200px) and (min-width: 768px) {
  .static-row-r .static-title.title-h1, .static-row-r .static-text {
    width: 75%; } }
@media (max-width: 991px) and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; }

  /*.main-page .first-slide {
    padding: 130px 0 150px!important;
  }*/
  .step-text {
    font-size: 13px; }

  .step-title {
    font-size: 23px; }

  .step-block:before {
    font-size: 179px; }

  .static-about-diploma .static-about-diploma-img img {
    display: inline-block; }

  .areas-block {
    height: auto;
    padding: 60px 0; }

  .areas-info .btn {
    margin: 0 0 12px !important;
    padding: 12px 10px;
    display: block; }

  .areas-navigation .col-sm-3 {
    margin-bottom: 15px; }

  .list-block .btn {
    margin: 0 0 15px; } }
@media (max-width: 992px) {
  .subtitle {
    font-size: 15px; }

  .related-block .subtitle {
    padding: 0; }

  /*specifield*/
  .yellow-half-block {
    margin-left: 26px; }

  .step-block:last-child {
    padding: 10px; }

  .step-block .subscribe-block .subscribe-title {
    font-size: 32px; }

  .subscribe-subtitle {
    font-size: 14px; }

  .panel-wrap .panel-title .panel-step {
    font-size: 47px;
    right: 17px;
    top: 32px;
    width: 200px;
    left: inherit; }

  .panel-wrap .panel-title a .panel-title-wrap .panel-title-content {
    position: relative;
    z-index: 1; }
  .panel-wrap .panel-title a .panel-title-wrap .panel-step {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    right: 10px;
    margin-right: 0;
    margin-top: -3px; }

  /*specifield-end*/ }
@media (max-width: 992px) and (min-width: 768px) {
  .static-about-diploma a:before {
    display: none; } }
@media (max-width: 1000px) {
  .sub-menu {
    display: none !important; }

  .header-wrap {
    background: #fff; }
    .header-wrap .header-content {
      opacity: 0;
      visibility: hidden;
      position: fixed;
      display: none;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

  .menu li {
    list-style: none;
    display: block;
    float: none;
    margin-bottom: 26px; }
    .menu li a {
      font-size: 28px;
      padding: 3px 35px 6px;
      font-family: 'Conv_CircularStd-Bold'; }

  .menu-position {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 10; }

  .open-menu {
    overflow: hidden;
    position: relative; }

  .header-wrap {
    height: 60px; }

  .header-wrap.open {
    bottom: 0;
    height: auto;
    z-index: 102; }
    .header-wrap.open .header-content {
      opacity: 1;
      visibility: visible;
      display: block; }
    .header-wrap.open .menu-link {
      display: none; }
    .header-wrap.open .close-link {
      display: block;
      width: 28px;
      height: 28px;
      background: url("../images/close_03.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      position: absolute;
      right: 15px;
      top: 15px;
      z-index: 1000; }

  .menu-link {
    display: block; }

  .main-logo {
    top: 11px;
    left: 24px;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; }
    .main-logo img {
      max-width: 54px; }

  .page-wrap {
    padding-top: 60px; }

  .lang-block {
    width: auto;
    position: relative;
    right: inherit;
    top: inherit; }

  .lang {
    padding-right: 0; }
    .lang > span {
      display: none; }
    .lang ul {
      list-style: none;
      margin: 0;
      float: none;
      padding: 0;
      position: relative;
      visibility: visible;
      opacity: 1;
      width: auto;
      z-index: 1;
      display: inline-block; }
      .lang ul li {
        width: auto;
        display: inline-block;
        margin: 0 10px 20px;
        float: left;
        line-height: 0; }
        .lang ul li:nth-child(3n+1) {
          clear: left; }

  .lang:after {
    display: none; }

  .lang:before {
    display: none; }

  .lang ul li.lang-item.current-lang {
    display: block; }
    .lang ul li.lang-item.current-lang a {
      opacity: 1; } }
@media (max-width: 767px) {
  .half-first {
    display: none; }

  .footer-wrap {
    padding: 0; }
    .footer-wrap:before {
      display: none; }

  .footer-wrap {
    position: relative; }

  .footer-contacts {
    background: #ffde1f;
    padding: 70px 0px 80px; }

  .footer-contacts-info span.footer-contacts-mail {
    margin-left: 0; }

  .map-wrap {
    height: 450px;
    width: 100%;
    position: relative; }

  .subtitle-big {
    font-size: 19px; }

  .scroll-bg-wrap {
    display: none; }

  .main-page .first-slide {
    position: relative; }
    .main-page .first-slide .title-h1 {
      font-size: 35px;
      line-height: 1.14;
      padding-bottom: 17px;
      margin-bottom: 12px;
      width: 100%; }

  .title-h1 {
    font-size: 35px;
    line-height: 1.14;
    padding-bottom: 17px;
    margin-bottom: 12px; }
    .title-h1:before {
      height: 2px;
      width: 54px; }

  .book-now-block .title-h1 {
    font-size: 35px; }

  .book-now-block .subtitle {
    margin-bottom: 30px;
    width: 100%; }

  .subtitle, .first-slide .subtitle {
    font-size: 15px;
    width: 100%;
    line-height: 1.6;
    margin: 0 0 35px; }

  .main-page .first-slide {
    padding: 45px 0 46px !important;
    background: url("../images/first-slide-mob.jpg") no-repeat right top;
    -webkit-background-size: cover;
    background-size: cover; }

  .second-slide {
    background: #b3c3d5 url("../images/second-mob.jpg") no-repeat center top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-top: 182px;
    padding-bottom: 53px; }
    .second-slide .subtitle {
      width: 100%; }

  .btn-wrap .btn {
    margin: 0 0px 15px 0;
    font-size: 12px;
    width: 100%; }

  .fourth-slide-bg .btn-wrap .btn {
    width: auto; }

  .book-bg {
    padding: 80px 15px 22px;
    margin: 0 -15px; }

  .book-block {
    margin-bottom: 40px; }

  .book-now-block {
    padding: 0; }

  .logo-link {
    margin: 0 0 19px -2px; }

  .first-slide, .second-slide, .third-slide, .fourth-slide {
    padding-left: 20px;
    padding-right: 20px; }

  .btn {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px; }

  .logo-link img {
    width: 69px; }

  .fourth-slide {
    position: relative;
    padding: 75px 0 65px !important; }
    .fourth-slide .fourth-slide-bg {
      padding: 70px 25px 0;
      position: relative;
      background: none; }
      .fourth-slide .fourth-slide-bg .slide-block {
        padding: 0; }
      .fourth-slide .fourth-slide-bg:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 65px;
        left: 0;
        right: 0;
        background: #a7d9db;
        background: -moz-linear-gradient(top, #a7d9db 0%, #a8ddde 100%);
        background: -webkit-linear-gradient(top, #a7d9db 0%, #a8ddde 100%);
        background: linear-gradient(to bottom, #a7d9db 0%, #a8ddde 100%); }
      .fourth-slide .fourth-slide-bg .row {
        position: relative;
        z-index: 1; }
    .fourth-slide .subtitle {
      width: 100%; }

  .fourth-slide .fourth-bg {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    margin: 0 auto;
    padding-right: 4%; }
    .fourth-slide .fourth-bg img {
      width: 138%; }

  .footer-top {
    padding: 201px 20px 59px; }

  .container {
    padding-right: 15px;
    padding-left: 15px; }

  .slide-block {
    padding: 0; }

  .btn.send-btn {
    font-size: 11px;
    width: 100%;
    padding: 11px 18px 12px 27px; }
    .btn.send-btn span img {
      width: 8px; }

  .footer-bottom {
    text-align: center;
    padding: 24px 0 37px; }

  .footer-top .title-h1 {
    padding-bottom: 16px; }

  .footer-contact p {
    margin-bottom: 20px;
    line-height: 1.6; }

  .social {
    position: relative;
    right: 0;
    bottom: inherit;
    margin: 14px 0 42px; }
    .social a {
      margin: 0 16px; }
      .social a img {
        width: 27px; }
      .social a:first-child {
        margin-left: 0; }

  .copy {
    font-size: 11px; }

  .footer-bottom, .yellow-line {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

  .lang {
    padding-right: 0;
    position: relative;
    display: inline-block; }
    .lang:before {
      display: none; }
    .lang > span {
      display: none; }
    .lang ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      top: inherit;
      left: 0;
      visibility: visible;
      opacity: 1;
      width: 100%; }
      .lang ul li {
        display: inline-block;
        width: auto;
        margin: 0 10px 20px;
        text-align: center;
        line-height: 0; }
        .lang ul li:nth-child(3n+1) {
          clear: left; }

  .lang-block {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    top: inherit; }

  /*insert-mobile*/
  .static-slide {
    padding: 0; }

  .title-h2 {
    font-size: 28px;
    line-height: 1.17;
    margin-bottom: 10px; }

  .static-text {
    font-size: 15px;
    line-height: 1.5; }

  .static-about {
    padding: 0 0 50px; }
    .static-about .container {
      padding-left: 15px;
      padding-right: 15px; }
    .static-about .title-h1 {
      font-size: 34px;
      font-family: 'Conv_CircularStd-Bold'; }
      .static-about .title-h1 :before {
        width: 53px; }
    .static-about .static-about-title {
      font-size: 25px; }
    .static-about .static-about-text {
      font-size: 15px;
      line-height: 1.5; }
    .static-about .static-about-block {
      margin-bottom: 40px;
      padding-right: 0; }

  .panel-wrap .panel-title {
    font-size: 22px; }

  .panel-wrap .panel-title .panel-step {
    font-size: 35px;
    right: 12px;
    top: 9px;
    width: 152px;
    left: inherit; }

  .panel-wrap .panel-title a .panel-arrow {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0; }

  .panel-wrap .panel-title a {
    padding: 25px 0 25px 35px; }

  .panel-wrap .panel-body {
    font-size: 15px;
    line-height: 1.53;
    padding-bottom: 60px; }

  .static-about-diploma .btn {
    width: auto; }

  .yellow-slide {
    padding: 0; }
    .yellow-slide .container {
      padding: 0; }
    .yellow-slide:before {
      display: none; }
    .yellow-slide .title-h1:before {
      margin-left: -27px; }
    .yellow-slide .slide-block {
      padding: 65px 0 80px;
      margin-bottom: 36px; }
      .yellow-slide .slide-block .subtitle {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 26px;
        width: 90%; }

  .footer-wrap:before {
    background: url("../images/white-bg.png") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: 284px; }

  .footer-top .slide-block {
    width: 100%; }

  .page-insert .first-slide {
    padding: 0; }
    .page-insert .first-slide .slide-block .title-h1 {
      font-size: 34px;
      padding-bottom: 41px;
      line-height: 1.15; }
    .page-insert .first-slide .subtitle {
      font-size: 15px;
      line-height: 1.53;
      width: 100%; }
    .page-insert .first-slide:before {
      display: none; }
    .page-insert .first-slide .col-sm-6 {
      padding: 50px 30px 160px; }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px; }

  .row {
    margin-right: -15px;
    margin-left: -15px; }

  .insert-subscribe {
    background: #fef4c0;
    padding: 70px 30px 130px; }

  .subscribe-form .newsletter-field input {
    padding: 10px 15px 11px 41px; }

  .shadow-block {
    margin: 0;
    box-shadow: none;
    float: none; }
    .shadow-block .step-block {
      display: none; }
      .shadow-block .step-block.subscribe-step-block {
        display: block;
        height: auto;
        padding: 69px 30px 80px !important;
        width: 100%; }

  .mobile-step-block {
    display: block;
    margin: 0 -15px 75px !important; }
    .mobile-step-block .step-block {
      background: #fef4c0 !important;
      width: 100%;
      border-radius: 10px;
      box-shadow: 0px 7px 43px 0px rgba(40, 63, 72, 0.25);
      outline: none;
      height: 387px; }
    .mobile-step-block .step-block-shadow {
      padding: 43px 10px;
      outline: none; }
      .mobile-step-block .step-block-shadow:nth-child(1) .step-block:before {
        content: '1'; }
      .mobile-step-block .step-block-shadow:nth-child(2) .step-block:before {
        content: '2'; }
      .mobile-step-block .step-block-shadow:nth-child(3) .step-block:before {
        content: '3'; }
      .mobile-step-block .step-block-shadow:nth-child(4) .step-block:before {
        content: '4'; }
      .mobile-step-block .step-block-shadow:nth-child(5) .step-block:before {
        content: '5'; }

  .slick-dots li button:before {
    font-size: 0;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    content: '';
    opacity: 1;
    background: #dde2e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

  .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #2b545d; }

  .slick-dots {
    bottom: -5px; }

  .advantages-slide .title-h1 {
    font-size: 34px;
    font-family: 'Conv_CircularStd-Bold'; }

  /*insert-end*/
  /*treatments-specifield*/
  .text-slide .text-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px; }

  .text-slide .title-h1 {
    font-size: 31px;
    margin-bottom: 50px; }

  .text-slide .text-slide-block {
    margin-bottom: 50px; }

  .related-wrap .title-h1 {
    margin-bottom: 40px;
    font-size: 34px;
    font-family: 'Conv_CircularStd-Bold'; }

  .related-wrap > .title-h1 {
    margin: 0 15px 40px; }

  .related-wrap .related-block-insert .title-h1 a {
    font-size: 30px; }

  .specialists-wrap .title-h1 {
    font-size: 34px;
    font-family: 'Conv_CircularStd-Bold'; }
    .specialists-wrap .title-h1:before {
      left: 0; }

  .related-wrap .related-block-insert .title-h1 {
    margin-bottom: 40px; }

  .specialists-block {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border: 1px solid #85a1b1;
    margin-bottom: 40px; }

  .specialists-img {
    border: none;
    padding: 0;
    float: none;
    width: 100%;
    margin: 0 0 20px; }

  .specialists-text {
    font-size: 15px;
    line-height: 1.56;
    margin: 15px 0 10px;
    padding-right: 0; }

  .specialists-name {
    font-size: 22px;
    margin-bottom: 7px; }

  .specialists-info, .about-specialists .specialists-info {
    text-align: center;
    width: 90%; }

  .specialists-wrap {
    padding: 100px 0; }

  .page-insert .first-slide.specifield-first-slide:after {
    display: none; }

  .page-insert .first-slide .col-sm-6 {
    padding: 50px 30px 160px;
    /*background: url("../images/specified.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;*/ }

  .page-insert .first-slide.specifield-first-slide {
    padding: 0;
    background: url(../images/sec-slide-mob.jpg) no-repeat right center;
    -webkit-background-size: cover;
    background-size: cover; }

  .yellow-half-block {
    margin-left: 0;
    background: #fef4c0; }

  .page-insert .first-slide.specifield-first-slide .title-h1 {
    font-size: 28px;
    line-height: 1.14;
    padding-bottom: 17px;
    margin-bottom: 12px; }

  .page-insert .first-slide.specifield-first-slide .subtitle {
    width: 100%; }

  .book-title {
    font-size: 31px;
    text-align: center; }
    .book-title:before {
      left: 50%;
      width: 30%;
      margin-left: -15%; }
    .book-title span {
      /*display: block;*/
      font-size: 34px; }

  .book-now-block .book-title {
    padding: 33px 0px 25px;
    font-size: 26px; }
    .book-now-block .book-title span {
      font-size: 29px; }

  .book-now-block .book-info p {
    width: 100%; }

  .product-home-img {
    display: none; }

  .product-mobile-img {
    display: block; }

  .related-wrap {
    padding: 0; }
    .related-wrap .slick-slider {
      padding-bottom: 35px; }
    .related-wrap .slick-dots {
      bottom: 0; }
    .related-wrap .title-h1.title-center:before {
      left: 50%;
      margin-left: -22px; }

  .list-bg {
    display: none; }

  .list-bg-mobile {
    display: block;
    background-size: cover !important;
    width: 100%;
    left: 0 !important; }

  .areas-row-wrap {
    background: #ffde1f; }
    .areas-row-wrap.slick-dotted.slick-slider {
      margin-bottom: 80px; }
    .areas-row-wrap .slick-dots {
      bottom: -40px; }

  .areas-row {
    padding: 50px 0px;
    margin: 0 0px 0px; }
    .areas-row .helper {
      display: none; }

  .areas-info {
    width: 100%;
    margin: 0; }

  .areas-info .btn:first-child {
    margin-left: 0; }

  .areas-info .btn {
    margin: 0 0px 20px 0; }

  .areas-row .container {
    padding-top: 0; }

  .areas-row .areas-img {
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    left: inherit;
    margin-bottom: 45px; }

  .areas-text {
    font-size: 17px; }

  .areas-row .col-sm-9:before {
    opacity: 0; }

  .areas-block {
    border: none;
    padding: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    min-height: 0;
    height: auto; }

  .areas-row-r .areas-info {
    width: 100%;
    float: right; }

  .areas-wrap > .title-h1 {
    margin-bottom: 50px; }
    .areas-wrap > .title-h1:before {
      left: 50%;
      margin-left: -22px; }

  .list-wrap {
    padding: 100px 0 0px; }

  .areas-wrap {
    padding: 50px 0 0; }

  .static-about-overview .about-specialists .specialists-block:before {
    display: none; }

  .static-about-overview:before {
    display: none; }

  .static-about-overview .container {
    padding-left: 15px;
    padding-right: 15px; }

  .related-block .btn {
    margin: 0 auto; }

  .related-block {
    padding: 25px 25px 35px;
    height: auto !important; }

  .static-about-diploma {
    outline: none;
    border: none;
    text-align: center;
    min-height: 0; }

  .static-about-diploma .static-about-diploma-img {
    margin: 0 auto 20px; }
    .static-about-diploma .static-about-diploma-img img {
      display: inline-block; }

  .slick-slide {
    outline: none; }

  .static-about-diploma a .static-about-diploma-link {
    font-size: 10px; }

  .static-about-diploma-wrap {
    margin: 0 -35px; }

  /*treatments-specifield-end*/
  .scroll-option {
    display: none; }

  .second-slide {
    padding: 75px 0 70px;
    background: none; }

  .second-slide .slide-block {
    background: #8ee7ff;
    background: -moz-linear-gradient(top, #8ee7ff 0%, #95ebff 100%);
    background: -webkit-linear-gradient(top, #8ee7ff 0%, #95ebff 100%);
    background: linear-gradient(to bottom, #8ee7ff 0%, #95ebff 100%);
    padding: 0 25px 85px; }

  .second-bg-mobile {
    display: inline-block;
    width: 80%;
    margin: -50px 0 0 -40px; }
    .second-bg-mobile img {
      width: 100%;
      max-width: 283px; }

  .second-bg {
    display: none; }

  body.home .third-slide {
    padding: 89px 0 80px;
    background: url(../images/third-mobile.jpg) no-repeat right bottom;
    -webkit-background-size: cover;
    background-size: cover; }

  .error-page {
    background-image: -moz-linear-gradient(-132deg, #ffd61c 0%, #ffc836 100%);
    background-image: -webkit-linear-gradient(-132deg, #ffd61c 0%, #ffc836 100%);
    background-image: -ms-linear-gradient(-132deg, #ffd61c 0%, #ffc836 100%);
    overflow: auto;
    top: 0; }
    .error-page .container {
      background: none;
      padding-top: 30px; }
    .error-page .error-number-bg {
      right: 0; }

  .page-insert .first-slide .slide-block {
    width: 100%;
    padding-bottom: 69px;
    padding-top: 45px; }

  .static-img {
    margin: 0 0 40px; }
    .static-img img {
      max-width: 60%; }

  .static-row.static-row-r .static-img {
    text-align: center; }
    .static-row.static-row-r .static-img img {
      max-width: 67%; }

  .static-row {
    padding: 60px 0 80px; }
    .static-row .static-row-r .static-img img {
      max-width: 65%; }

  .advantages-slide {
    margin-bottom: 0;
    padding: 87px 0 29px; }

  .panel-wrap {
    margin: 0 0 0; }

  .static-about-info {
    margin-bottom: 0; }

  .step-title {
    font-size: 24px; }

  .step-text {
    font-size: 14px; }

  .subscribe-step-block .step-title {
    font-size: 30px; }
  .subscribe-step-block .step-text {
    font-size: 15px; }

  .list-wrap .title-h1 {
    padding-left: 25px;
    padding-right: 25px; }

  .list-block {
    margin: 0 -15px; }

  .list-block .list-block-insert {
    bottom: 25px;
    left: 40px;
    right: 40px; }

  .list-wrap .list-block .title-h1 {
    width: auto;
    padding: 0 0 17px;
    margin: 0 0 25px; }

  .list-block .btn:first-child {
    margin-left: 0; }

  .areas-navigation {
    margin: 0 0px 25px; }

  .areas-nav-block {
    margin: 0 0 10px; }

  .static-about-overview .static-about-bg {
    padding: 89px 0px 0; }

  .static-about .static-about-info .col-sm-6:last-child .static-about-block {
    padding: 40px 15px 82px;
    margin: 0 -15px; }

  .static-about-overview .static-about-info {
    margin-bottom: 50px; }

  .about-specialists {
    display: block;
    flex-direction: row; }

  .about-specialists .col-sm-4 {
    display: block; }

  .about-specialists .specialists-img {
    width: 84%; }

  .areas-info .btn {
    margin: 0 0px 20px 0; }

  .text-slide {
    padding: 100px 0px 56px; } }
@media (min-width: 1600px) {
  .related-block .title-h2 a {
    font-size: 30px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  .related-block .title-h2 a {
    font-size: 24px; } }
@media (min-width: 980px) and (max-width: 1199px) {
  .related-block .title-h2 a {
    font-size: 22px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .related-block .title-h2 a {
    font-size: 18px; } }
@media (max-width: 767px) {
  .related-block .title-h2 a {
    font-size: 20px; } }
@media (min-width: 1001px) {
  .menu li {
    margin: 0; }
    .menu li a {
      padding-left: 50px;
      padding-right: 50px; } }
@media (max-width: 767px) {
  .map-wrap {
    width: 100%; }

  .yellow-slide .row {
    flex-direction: row;
    flex-wrap: nowrap;
    display: block; }

  .yellow-slide .col-sm-6 {
    display: block;
    padding-left: 10px;
    padding-right: 10px; }

  .header-wrap .main-logo {
    position: absolute !important; }
  .header-wrap.affix {
    position: fixed; }
  .header-wrap.affix-top {
    position: absolute; }

  .mobile-logo {
    display: block;
    position: absolute;
    top: 11px;
    left: 24px; }
    .mobile-logo img {
      width: 54px; }

  .main-logo {
    display: none !important; }

  .static-about-diploma .static-about-diploma-text {
    width: 100%;
    font-size: 12px;
    padding: 0 15px; }

  .book-now-block .book-img {
    display: none; }

  .btn {
    transition: all 0s !important; }

  .author-block {
    padding: 37px 41px 49px;
    display: block;
    width: auto;
    margin: 0 -40px; }

  .text-slide .author-block-img {
    margin: 0 auto 15px;
    clear: both; }

  .text-slide .author-block-info {
    display: inline-block;
    width: 100%; }

  .page-insert .first-slide {
    background: #fff8ce !important; }

  .static-about .col-sm-12 .title-h1 {
    margin-bottom: 0; }

  .first-slide .btn-wrap .btn {
    width: 100%; } }
.two_collumn {
  column-count: 2; }

/*
  ========================================
  NETWORK PAGE
  ========================================
*/
.first-slide.network-page {
  padding: 0;
  background: #fff4c7 -moz-linear-gradient(-98deg, rgba(255, 246, 186, 0.07) 33%, rgba(255, 85, 169, 0.07) 100%);
  background: #fff4c7 -webkit-linear-gradient(-98deg, rgba(255, 246, 186, 0.07) 33%, rgba(255, 85, 169, 0.07) 100%);
  background: #fff4c7 -ms-linear-gradient(-98deg, rgba(255, 246, 186, 0.07) 33%, rgba(255, 85, 169, 0.07) 100%); }
  .first-slide.network-page .transparent-btn.btn-icon span:before {
    background: url("../images/link-icon-black@2x.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
.first-slide .network-info {
  padding: 0 10px 0 0; }
  .first-slide .network-info img {
    width: 100%; }

.page-insert .first-slide.network-page .slide-block {
  padding-top: 183px;
  width: 100%; }

@media (max-width: 900px) {
  .page-insert .first-slide.network-page {
    padding-top: 45px; }
    .page-insert .first-slide.network-page .slide-block {
      padding: 0; }
    .page-insert .first-slide.network-page .slide-content-wrap {
      padding: 0px 15px 20px; }
    .page-insert .first-slide.network-page .network-info {
      padding: 0px 15px 65px; } }
@media (min-width: 768px) and (max-width: 900px) {
  .page-insert .first-slide.network-page .network-info {
    padding: 0px 0px 65px; } }
/*
  ========================================
  EDUCATION PAGE (TEACHER SECTION)
  ========================================
*/
#teacher-info-section {
  padding-top: 71px; }
  #teacher-info-section h2 {
    margin-bottom: 46px; }
    #teacher-info-section h2:before {
      background: #ffde1f; }

#teacher-info .specialists-block {
  border: none;
  background: #a7dbdc;
  margin-bottom: 0;
  padding: 27px 0 68px 0; }
#teacher-info .specialists-img-wrap {
  width: 52.63%;
  margin: 0 auto 28px;
  padding: 13px 15px 19px 15px;
  border: 1px solid rgba(43, 84, 94, 0.27); }
  #teacher-info .specialists-img-wrap .specialists-img {
    width: 100%;
    margin: 0; }
#teacher-info .specialists-info {
  width: 85%;
  padding: 0; }
  #teacher-info .specialists-info p {
    font-family: 'Conv_GothaProReg';
    font-size: 12px;
    color: #000;
    line-height: 1.75; }
#teacher-info .specialists-name {
  margin-bottom: 11px;
  text-transform: none;
  font-family: 'GothamProBold';
  font-size: 21px;
  color: #000;
  line-height: 1.334; }
#teacher-info .specialists-role {
  margin-bottom: 13px;
  font-family: 'Conv_GothaProReg';
  font-size: 14px;
  color: #000;
  line-height: 1.334; }

/*
  ========================================
  BEHANDLING PAGE (AREAS NAVIGATION)
  ========================================
*/
.areas-nav-btn-wrap {
  display: block;
  width: 980px;
  margin: 0 auto;
  text-align: center; }

.areas-nav-btn {
  display: inline-block;
  position: relative;
  width: 19%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 17px; }

@media (min-width: 768px) and (max-width: 991px) {
  .areas-nav-btn-wrap {
    width: 100%; }

  .areas-nav-btn {
    width: 25%; } }
@media (max-width: 767px) {
  .areas-nav-btn-wrap {
    width: 100%; }

  .areas-nav-btn {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0; } }

/*# sourceMappingURL=style.css.map */


.heading h1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 94px;
    background: #000;
}

.heading h1{
    position: relative;
}
.heading h1 span {
    padding-bottom: 15px;
    display:block;
}

.scroll-bg-wrap {
    position: fixed;
    bottom: 80px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0);
}

.scroll-bg-amin {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -19px;
    width: 30px;
    height: 30px;
}

.scroll-bg-block {
    width: 30px;
    height: 30px;
    border-right: 3px solid #0f4c57;
    border-bottom: 3px solid #0f4c57;
    transform: rotate(45deg) translate3d(-50%, 0, 1px) scale(0.5, 0.5);
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    animation: opacity 2.1s infinite linear;
}

.scroll-bg-block:nth-child(2) {
    animation-delay: 0.7s;
}

.scroll-bg-block:last-child {
    animation-delay: 1.4s;
}

.hide{
	display:none!important;
}

body{
	overflow-x: hidden;
}