*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a > img {
    border: none;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #ffffff;
    color: #000000;
    height: auto;
    text-rendering: optimizeLegibility;
}

h1, h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
}

b, strong {
    font-weight: 600;
}

p {
    text-align: justify;
}

a, a:visited {
    color: #008cdd;
}

a:hover {
    color: #2fb3ff;
}

.clear {
    clear: both;
}

.hide {
    display: none !important;
}

.hidden {
    opacity: 0;
}

.disable-hover,
.disable-hover * {
    pointer-events: none !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.height100 {
    min-height: 100vh;
    height: 100vh; /*Firefox bug */
}

figure {
    margin: 0 0 2em 0;
    padding: 0;
    font-size: 90%;
    line-height: 100%;
    transform-style: preserve-3d;
}

figcaption {
    margin-top: 10px;
}

.radio {
    border: 1px solid #000000;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
    color: #000000;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio button {
    display: inline-block;
    margin: 0 !important;
    padding: 13px 16px;
    border: none;
    border-radius: 0;
    text-decoration: none;
    background: none;
    font-family: "Open Sans", sans;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    white-space: nowrap;
}

.radio button.active {
    background: #000000;
    color: #ffffff;
    cursor: default;
}

.radio.white {
    border: 1px solid #ffffff;
}

.radio.white button {
    color: #ffffff;
}

.radio.white button.active {
    background: #ffffff;
    color: #000000;
}

.radio.white button:not(.active):hover {
    background: rgba(255, 255, 255, 0.5);
}

.column {
    position: relative;
    float: left;
    width: 48%;
    transform-style: preserve-3d;
}

.column3-3 {
    display: block;
    position: relative;
    float: left;
    width: 32%;
    transform-style: preserve-3d;
    background: #c0c0c0;
    margin-right: 2%;
    margin-bottom: 20px;
    height: 400px;
}

.column3-3:nth-child(3n+3) {
    margin-right: 0;
}

.column.right {
    float: right;
}

.column p:first-child {
    margin-top: 0;
}

.column p:last-child {
    margin-bottom: 30px;
}

td.column {
    float: none;
}

.column.first {
    margin-right: 4%;
}

td.column.first {
    margin-right: 0;
    padding-right: 4%;
    width: 52%;
}

.table {
    display: table;
}

.vertical-middle {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
}

.vertical-middle.left {
    padding-right: 52%;
}

.vertical-middle.right {
    padding-left: 52%;
}

#slide1 .vertical-middle {
    padding-top: 70px;
}

.slide ul:not(.links) {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slide ul:not(.links) li:before {
    content: "—";
    position: relative;
    left: -18px;
}

.slide ul:not(.links) li {
    text-indent: -18px;
    padding: 0 0 10px 35px;
}

i.arrow-right {
    margin-bottom: -2px;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #000000;
    border-radius: 17px;
    background: url('/img/arrow-right.png') top center no-repeat;
    background-size: cover;
}

a:hover i.arrow-right {
    border: 1px solid #2fb3ff;
    background-position: bottom center;
}

.mm-panel {
    background: #808080;
}

.center-width, footer {
    width: 100%;
    max-width: 1440px;
    padding: 0 70px 0 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.align-center {
    max-width: 980px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.align-center p {
    text-align: center;
}

.position-relative {
  position: relative;
}

header {
    min-height: 70px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    border-collapse: collapse;
    /* position: absolute; */
    /* top: 0px; */
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}

.sb-slidebar {
    background: #505050;
    font-weight: 600;
    font-size: 14px;
}

.sb-slidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sb-slidebar li:not(:last-child) {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #484848;
}

.sb-slidebar ul ul li:first-child {
    border-top: 1px solid #484848;
}

.sb-slidebar ul ul li.online-start {
    padding: 12px 0px 12px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.sb-slidebar ul ul li.online-start:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #303030;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sb-slidebar ul ul li.online-end:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #303030;
    position: absolute;
    top: 0;
    left: 0;
}

.sb-slidebar ul ul li .title-ul {
    padding: 12px 0px 12px 20px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    color: #ffffff;
    position: relative;
}

.sb-slidebar ul ul li .title-ul:hover {
    background: #000000;
}

.sb-slidebar ul ul li .title-ul:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    background: url("/img/white-arrow-down.png") no-repeat center;
    background-size: 100%;
    width: 20px;
    height: 20px;

}

.sb-slidebar ul ul li ul {
    display: none;
}

.sb-slidebar ul ul li.open ul {
    display: block;
}

.sb-slidebar ul ul li.open .title-ul:after {
    background: url("/img/white-arrow-up.png") no-repeat center;
    background-size: 100%;
}

.sb-slidebar ul a {
    color: #ffffff !important;
    display: block;
    padding: 12px 0px 12px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.sb-slidebar ul ul a {
    padding-left: 20px;
}

.sb-slidebar ul ul ul li a {
    padding: 8px 0 8px 20px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.1);
    text-transform: none;

}

.sb-slidebar ul a:hover {
    background: #000000;
}

.sb-slidebar ul a {
    border-left: 10px solid rgba(0, 0, 0, 0);
}

.sb-slidebar ul a.selected {
    border-left: 10px solid #000000;
}

.sb-slidebar ul li.phones {
}

.sb-slidebar ul li.phones a {
    background-color: rgba(255, 255, 255, 0.05);
}

.sb-slidebar ul li.phones a:hover {
    background-color: #000;
}

.sb-slidebar ul li.phones span {
    font-weight: normal;
    letter-spacing: -0.5px;
    color: #ddd;
    text-transform: none;
}

.sb-slidebar ul li.close-sb {
    height: 70px;
    position: relative;
    display: none;
}

.sb-slidebar ul li.close-sb div {
    position: absolute;
    top: 24px;
    left: 20px;
    width: 34px;
    height: 25px;
    z-index: 15;
    cursor: pointer;
}

.sb-slidebar ul li.close-sb span,
.sb-slidebar ul li.close-sb span:before,
.sb-slidebar ul li.close-sb span:after {
    height: 3px;
    width: 34px;
    position: absolute;
    left: 0;
    display: block;
    content: '';
    background: #b3b3b3;
}

.sb-slidebar ul li.close-sb span {
    top: 11px;
    background: transparent;
}

.sb-slidebar ul li.close-sb span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sb-slidebar ul li.close-sb span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (min-width: 1200px) {
    .sb-slidebar {
        width: 315px;
    }
}

@media screen and (max-width: 767px) {
    .sb-slidebar {
        width: 290px;
    }

    .sb-slidebar ul ul li .title-ul:hover {
        background: transparent;
    }
}

@media screen and (max-width: 420px) {
    .sb-slidebar ul li.close-sb {
        display: block;
    }

    .sb-slidebar ul ul li .title-ul:after {
        right: 10px;
    }

    .sb-slidebar {
        width: 100%;
    }
}


#logo {
    position: absolute;
    display: block;
    width: 180px;
    max-width: auto;
    padding-top: 11px;
}

header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 22%;
    padding-right: 65px;
}

header li {
    margin: 0 0 0 0;
    padding: 0;
    float: left;
    position: relative;
    /*padding: 0 2.2%;*/
    padding: 0 17px;
}

header li:hover {
    color: #ffffff !important;
    background: #000000;
}

header li:hover > a, header li:hover > span {
    color: #ffffff !important;
    background: #000000;
}

header li a, header li span {
    color: #000000 !important;
    text-decoration: none;
    padding: 25px 0px 26px 0px !important;
    display: block;
}

header li a.first {
    margin-left: 0px;
}

header li a.selected {
    border-bottom: 5px solid #000000;
    padding-bottom: 21px !important;
}

header li.inactive:hover, header li.inactive:hover > a, header li.inactive:hover > span {
    background-color: transparent;
    color: #000 !important;
}

li.happy-ball-item:hover {
    background: #881f1f;
}

a.happy-ball {
    background: url(/img/balls-ico.png) no-repeat 6px 50%;
    padding-left: 45px;
}

a.happy-ball:hover, header li.happy-ball-item:hover a.happy-ball, .sb-slidebar ul a.happy-ball:hover {
    background: url(/img/balls-ico.png) #881f1f no-repeat 1px 50%;
    padding-left: 45px;
}

.sb-slidebar ul a.happy-ball {
    padding-left: 50px !important;
    background-position: 10px 50%;
    border: 0;
}

a.happy-ball.selected {
    border-left: 10px solid #881f1f;
}

span.happy-ball {
    background: url(/img/balls-ico.png) no-repeat 6px 50%;
    padding-left: 45px;
}

span.happy-ball.selected {
    border-left: 10px solid #881f1f;
}

a.happy-ball, header li span.happy-ball {
    background: url(/img/balls-ico.png) no-repeat 1px 50%;
    padding-left: 40px !important;
}

a.happy-ball:before, a.happy-ball.active:before,
span.happy-ball:before, span.happy-ball.active:before {
    background: #de1d2b;
}

.happy-ball:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gradient-bottom {
    border-bottom: 1px solid #d9d9d9;
    background: -moz-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(127, 127, 127, 0)), color-stop(80%, rgba(127, 127, 127, 0)), color-stop(100%, rgba(127, 127, 127, 0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007f7f7f', endColorstr='#1a7f7f7f', GradientType=0); /* IE6-9 */
}

.border-bottom {
    border-bottom: 1px solid #d9d9d9;
}

.img-border {
    padding: 8px;
    border: 1px solid #ccc;
}

#menu-icon {
    position: absolute;
    right: 20px;
    top: 22px;
    cursor: pointer;
    width: 30px;
    height: 28px;
    display: block;
}

.m-show {
    display: none;
}

.menu-icon-all {
    display: block;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 4px solid #b3b3b3;
    width: 100%;
    transition: 0.5s 0.3s;
}

.menu-icon-top {
    top: 0;
}

.menu-icon-middle {
    top: 12px;
}

.menu-icon-bottom {
    top: 24px;
}

#lang {
    display: block;
    position: absolute;
    top: 25px;
    right: 60px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

#lang a, #lang a:visited {
    color: #000000;
    text-decoration: none;
}

#top-social {
    display: block;
    position: absolute;
    top: 19px;
    right: 70px;
}

#top-social > a, #right-social > a {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

#right-social {
    text-align: left;
    padding: 0 10px 20px 10px;
}

#right-social > a {
    margin-right: 20px;
    color: #000000;
    text-decoration: none;
}

#right-social > a:last-child {
    margin-right: 0px;
}

a.facebook {
    background: url('/img/facebook.png') 50% 50% no-repeat;
    background-size: contain;
    top: 5px;
    position: relative;
}

a.instagram {
    background: url('/img/instagram.png') 50% 50% no-repeat;
    background-size: contain;
    top: 5px;
    position: relative;
}

a.vkontakte {
    background: url('/img/vk40.png') 50% 50% no-repeat;
    background-size: contain;
    top: 5px;
    position: relative;
}

#right-social {
    margin-top: 30px;
    /*display: none;*/
}

footer {
    color: #808080;
    font-size: 13px;
    min-height: 58px;
    max-width: initial;
    border-top: 1px solid #d9d9d9;
    padding-top: 21px;
}

.copyright {
    float: left;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

footer .footer-menu .d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 20px;
}
footer .footer-menu .d-flex .menu-column {
  width: calc(100% / 5 - 1rem);
}
footer .footer-menu .d-flex .menu-column .menu-column-title {
  font-size: 16px;
  padding-bottom: 10px;
}
footer .footer-menu .d-flex .menu-column .menu-column-item a {
  padding-bottom: 5px;
  display: block;
}
@media screen and (max-width: 1140px) {
  footer .footer-menu .d-flex .menu-column {
    width: calc(100% / 3 - 1rem);
  }
}
@media screen and (max-width: 480px) {
  footer .footer-menu {
    display: none;
  }
}

#novalink {
    margin: 18px 0;
    float: right;
}

#novalink img {
    width: 80px;
}

#mm-0 {
    min-height: 100%;
}

div#content {
    background: #ffffff;
    border-radius: 0;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    min-height: 100%;
}

.slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    transform-style: preserve-3d;
    line-height: 28px;
}

.btn-holder {
    margin: 30px auto 0 auto;
    text-align: center;
}

.btn,
a.btn {
    padding: 8px;
    font-size: 16px;
    border: 1px solid #000000;
    border-radius: 3px;
    display: inline-block;
    margin: 0 10px 15px 0px;
    text-decoration: none;
    width: 100%;
    max-width: 250px;
    transition: all 250ms;
    text-align: center !important;
    white-space: nowrap;
}

a.btn, a.btn:hover {
    color: #000000;
}

/*
.btn:last-child {
	margin-right: 0;
}
*/

a.btn:hover {
    background: #008cdd;
    color: #ffffff !important;
    border: 1px solid #008cdd;
}

.btn.price,
.btn-white.price {
    max-width: 120px;
}

.btn-white {
    padding: 15px;
    font-size: 16px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    display: inline-block;
    margin: 0 10px 15px 0px;
    text-decoration: none;
    width: 100%;
    max-width: 250px;
    transition: all 250ms;
    text-align: center !important;
    white-space: nowrap;
}

:not(.frontpage) .btn-white {
    padding: 8px;
}

a.btn-white {
    color: #ffffff;
}

a.btn-white:hover {
    background: #ffffff;
    color: #000000 !important;
}

.slide-down {
    position: absolute;
    right: 50%;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border: 1px solid #ffffff;
    border-radius: 24px;
    cursor: pointer;
    margin-left: -24px;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 500ms;
}

.slide-down .line1 {
    position: absolute;
    left: 20px;
    top: 22px;
    width: 20px;
    height: 1px;
    border-top: 1px solid #ffffff;
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.slide-down .line2 {
    position: absolute;
    top: 22px;
    left: 6px;
    width: 20px;
    height: 1px;
    border-top: 1px solid #ffffff;
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.slide-down.animate .line1, .slide-down.animate .line2 {
    top: 25px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slide-down:hover {
    background: #ffffff;
}

.slide-down:hover > .line1, .slide-down:hover > .line2 {
    top: 22px;
    border-top: 1px solid #000000;
}

.slide-down:hover > .line1 {
    left: 20px;
}

.slide-down:hover > .line2 {
    left: 6px;
}

#scroll-up {
    position: fixed;
    right: 0px;
    bottom: 50px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 15px 20px;
    z-index: 20;
    cursor: pointer;
    /*display: none;*/
}

@media screen and (max-width: 1024px) {
    .center-width {
        width: 100%;
        padding: 0 30px;
    }

    .center-width, footer {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1140px) {
    header {
        top: 0;
        left: 0;
        right: 0;
        height: 70px;
        position: fixed !important;
        /*position: relative;*/
        background: rgba(255, 255, 255, 0.95);
        border-bottom: 1px solid #d0d0d0;
    }

    header ul {
        display: none;
    }

    #slide1 {
        padding-top: 70px;
    }

    /*nav {
        display: block;
        position: fixed;
        left: auto;
        right: -100px;
        top: 0;
        bottom: 0;
        float: right;
        width: 100%;
        max-width: 220px;
        height: 100%;
        background: #505050 !important;
        padding: 0 !important;
    }

    nav ul {
        width: auto;
    }

    nav li {
        display: block;
        width: 100%;
    }

    .mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
      .mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
      .mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
      .mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel
    {
        background: none !important;
    }

    .mm-vertical .mm-listview .mm-panel,
    .mm-listview .mm-vertical .mm-panel {
        padding: 0 0 0 15px;
    }

    nav li:first-child {
        display: block !important;
    }

    nav li a, nav li span {
        color: #ffffff !important;
        display: block;
        width: 100%;
        margin: 0 !important;
        padding: 25px 0px 26px 20px !important;
    }

    nav li a.mm-next {
        padding: 35px 0px 36px 30px !important;
    }

    #menu { display: none; }
    #mm-menu { display: block; }

    .mm-vertical .mm-listview > li > .mm-next::after,
    .mm-listview > li.mm-vertical > .mm-next::after	{
        top: 30px;
    }

    nav li:hover > a, nav li:hover > span {
        background: none;
    }

    nav li > a:hover {
        background: #000000;
    }

    nav li a.selected {
        border-left: 10px solid #000000;
        border-bottom: none;
        padding-left: 20px !important;
        padding-bottom: 26px !important;
    }

    body.menu-active nav {
        left: auto;
        right: 0;
        width: 300px;
    }

    body.menu-active div#content { left: -220px; border-radius: 0 7px 7px 0; }
    body.menu-active div#content .menu-trigger { left: 294px; }
    */
    #menu-icon {
        display: block;
    }

    .m-show {
        display: block;
    }
}

@media screen and (max-width: 980px) {
    .height100 {
        min-height: 0;
    }

    body {
        font-size: 18px;
    }

    .center-width {
        width: 100%;
        padding: 0 25px;
    }

    .slide-down {
        left: auto;
        right: 20px !important;
    }

    #lang {
        right: 68px;
    }

    .column3-3 {
        width: 48%;
        margin-right: 4%;
    }

    .column3-3:nth-child(3n+3) {
        margin-right: 4%;
    }

    .column3-3:nth-child(even) {
        margin-right: 0;
    }
}

@media screen and (max-width: 769px) {
    .height100 {
        min-height: auto;
        height: auto; /*Firefox bug */
    }

    .column3-3 {
        width: 100%;
        margin-right: 0;
    }

    .column3-3:nth-child(3n+3) {
        margin-right: 0;
    }

    .bgimage {
        background-attachment: scroll;
    }

    .column {
        width: 100%;
        /*margin-bottom: 20px;*/
    }

    .column.first {
        margin-right: 0;
    }

    .column p {
        margin-top: 0;
    }

    .align-center {
        width: 100%;
        text-align: justify;
    }

    .align-center p {
        text-align: justify;
    }

    .align-center h1, .align-center h2, .align-center h3 {
        text-align: left;
    }

    table.center-width td {
        float: left;
        display: block;
    }

    .table {
        display: block;
    }

    .vertical-middle {
        display: block;
        height: auto;
    }

    .vertical-middle.left {
        padding-right: 0;
    }

    .vertical-middle.right {
        padding-left: 0;
    }

    #slide1 .vertical-middle {
        padding-top: 0;
    }

    #scroll-up {
        display: block;
        bottom: 30px;
    }

    .copyright {
        float: none;
        text-align: center;
    }

    #novalink {
        margin: auto;
        padding: 0 0 10px 0;
        float: none;
        display: block;
        width: 80px;
    }
}

@media screen and (max-width: 600px) {
    .slide {
        min-height: 0 !important;
    }

    html, body {
        font-size: 16px;
        font-weight: 400;
    }

    .slide {
        line-height: 24px;
    }

    h1, h2 {
        font-size: 28px;
        font-weight: 400;
        line-height: 36px;
    }

    h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 26px;
    }
}

@media screen and (max-width: 450px) {
    #top-social, #lang {
        display: none;
    }

    #right-social {
        display: block;
    }

    p {
        text-align: left;
    }
}

.frontpage #slide1 {
    background: url('/img/index_header.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

.frontpage #slide1 .hero {
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
}

.frontpage #slide1 .hero p {
    text-align: left;
}

.frontpage #slide1 .hero a {
    color: #ffffff;
}

.frontpage #slide1 .hero .biglogo {
    width: 300px;
    max-width: auto;
}

.frontpage #slide1 .imidzhpic {
    display: none;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 980px) {
    .frontpage #slide1 {
        background-position: 57% 50%;
    }

    .frontpage #slide1 .hero {
        font-size: 20px;
    }
}

@media screen and (max-width: 769px) {
    .frontpage #slide1 {
        background: #000000;
    }

    .frontpage #slide1 .imidzhpic {
        display: block;
    }

    .frontpage #slide1 .biglogo {
        display: none;
    }

    .frontpage #slide1 .hero {
        font-size: 18px;
        width: 100%;
        position: relative;
        top: 0px;
        margin-top: 0;
    }

    .slide-down {
        display: none;
    }
}

.lecolon #slide1 {
    background: url('/img/lecolon_header.png') no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
    z-index: 1;
}

.lecolon #slide1 .hero {
    position: absolute;
    margin-top: -250px;
    top: 40vh;
    right: 60px;
    left: 55%;
    text-align: left;
}

.lecolon #slide1 .imidzhpic {
    display: none;
    width: 100%;
    height: auto;
}

.lecolon #jc {
    -moz-transform: rotateZ(-4deg);
    -ms-transform: rotateZ(-4deg);
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
    position: relative;
    top: -20px;
    left: -20px;
    margin-top: 90px;
}

.lecolon #jc img {
    max-width: 115%;
    width: 600px;
    position: relative;
    left: -55px;
}

.lecolon .br {
    position: relative;
    top: -83px;
}

.lecolon #br {
    -moz-transform: rotateZ(-4deg);
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
    position: relative;
    left: 10px;
    top: 60px;
}

.lecolon #br img {
    max-width: 115%;
    width: 700px;
}

.lecolon #br figcaption {
    margin-left: 175px;
}

.lecolon img#br-logo {
    max-width: 50%;
    width: 175px;
    -moz-transform: rotateZ(-4deg);
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
    position: relative;
    left: 10px;
}

.lecolon #clauderer {
    position: relative;
    margin-top: -150px;
    left: 10px;
    -moz-transform: rotateZ(-4deg);
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
}

.lecolon #clauderer img {
    max-width: 115%;
    width: 700px;
}

.lecolon img#clauderer-logo {
    max-width: 50%;
    width: 100px;
    margin-top: -30px;
    float: right;
}

.lecolon #method {
    width: 100%;
    max-width: 640px;
    float: none;
}

.lecolon #slide3 {
    margin-top: 0px;
}

.lecolon #slide4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.lecolon #slide4 h2 {
    margin-top: 0px;
}

.lecolon #slide6 .center-width {
    min-height: 30vmax;
}

.lecolon #wedding-img {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    transform: translate3d(0, 0, 0);
    z-index: -1;
}

.lecolon #wedding-text {
    width: 66%;
    padding-bottom: 130px;
    z-index: 0;
    display: block;
}

.lecolon #wedding-more {
    display: none;
}

.lecolon .holywood-container {
    position: relative;
    width: 100%;
    margin: 30px 0;
    /*max-height: 750px;*/
}

.lecolon #holywood-1 {
    position: absolute;
    top: 1%;
    left: 15%;
    width: 75%;
    -moz-transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
    transform: rotateZ(5deg);
}

.lecolon #holywood-2 {
    position: absolute;
    top: 35%;
    left: 6%;
    width: 40%;
    -moz-transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);
    -webkit-transform: rotateZ(-2deg);
    transform: rotateZ(-2deg);
}

.lecolon #holywood-3 {
    position: absolute;
    top: 33%;
    left: 42%;
    width: 53%;
    -moz-transform: rotateZ(-9deg);
    -ms-transform: rotateZ(-9deg);
    -webkit-transform: rotateZ(-9deg);
    transform: rotateZ(-9deg);
}

.lecolon #holywood-4 {
    position: absolute;
    top: 70%;
    left: 30%;
    width: 55%;
    -moz-transform: rotateZ(1deg);
    -ms-transform: rotateZ(1deg);
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
}

@media screen and (max-width: 1270px) {
    .lecolon #method {
        margin-top: 40px
    }
}

@media screen and (max-width: 1125px) {
    .lecolon #method {
        margin-top: 100px
    }
}

@media screen and (max-width: 1024px) {
    .lecolon #slide1 .hero {
        right: 30px;
    }
}

@media screen and (max-width: 980px) {
    .lecolon #slide1 .hero {
        right: 25px;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: 52%;
        width: 48%;
        margin-top: 40px;
    }

    .lecolon #method {
        float: right;
        width: 490px;
        margin-top: 100px
    }
}

@media screen and (max-width: 769px) {
    .lecolon #menu-panel {
        background: rgba(255, 255, 255, 0.9);
    }

    .lecolon #slide1 {
        background: #ffffff;
    }

    .lecolon #slide1 .imidzhpic {
        display: block;
    }

    .lecolon #slide1 .hero {
        width: 100%;
        margin-left: 0;
    }

    .lecolon #jc {
        margin-top: 60px;
    }

    .lecolon .br {
        top: 0;
        margin-top: -60px;
    }

    .lecolon #br {
        left: 30px;
    }

    .lecolon #clauderer {
        left: 30px;
        margin-top: 0;
    }

    .lecolon #slide2 {
        padding-bottom: 30px;
        border-bottom: 1px solid #d9d9d9;
        background: -moz-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(127, 127, 127, 0)), color-stop(80%, rgba(127, 127, 127, 0)), color-stop(100%, rgba(127, 127, 127, 0.1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007f7f7f', endColorstr='#1a7f7f7f', GradientType=0); /* IE6-9 */
    }

    .lecolon #method {
        float: none;
        width: 100%;
        margin-top: 50px;
    }

    /*.lecolon #method {
        display: none;
    }*/
}

@media screen and (max-width: 640px) {
    .lecolon #br figcaption {
        margin-left: 0px;
    }

    .lecolon #br-logo {
        margin-top: 45px;
    }

    .lecolon #wedding-img {
        position: relative;
        width: 100%;
        z-index: 0;
    }

    .lecolon #wedding-text {
        width: 100%;
        padding-bottom: 0;
        z-index: 0;
    }
}

@-webkit-keyframes rotate4 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px) rotateZ(0deg);
        transform: translateY(100px) rotateZ(0deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0) rotateZ(-4deg);
        transform: translateY(0) rotateZ(-4deg);
    }
}

@keyframes rotate4 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px) rotateZ(0deg);
        -ms-transform: translateY(100px) rotateZ(0deg);
        transform: translateY(100px) rotateZ(0deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0) rotateZ(-4deg);
        -ms-transform: translateY(0) rotateZ(-4deg);
        transform: translateY(0) rotateZ(-4deg);
    }
}

.rotate4 {
    -webkit-animation-name: rotate4;
    animation-name: rotate4;
}

@-webkit-keyframes slideFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideFromLeft {
    -webkit-animation-name: slideFromLeft;
    animation-name: slideFromLeft;
}

@-webkit-keyframes slideFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideFromRight {
    -webkit-animation-name: slideFromRight;
    animation-name: slideFromRight;
}

.slideFromLeft {
    -webkit-animation-name: slideFromLeft;
    animation-name: slideFromLeft;
}

@-webkit-keyframes slideFromBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideFromBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideFromBottom {
    -webkit-animation-name: slideFromBottom;
    animation-name: slideFromBottom;
}


@-webkit-keyframes slideFromLeft1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px) rotateZ(-20deg);
        transform: translateX(-150px) rotateZ(-20deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotateZ(5deg);
        transform: translateX(0) rotateZ(5deg);
    }
}

@keyframes slideFromLeft1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px) rotateZ(-20deg);
        -ms-transform: translateX(-150px) rotateZ(-20deg);
        transform: translateX(-150px) rotateZ(-20deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotateZ(5deg);
        -ms-transform: translateX(0) rotateZ(5deg);
        transform: translateX(0) rotateZ(5deg);
    }
}

.slideFromLeft1 {
    -webkit-animation-name: slideFromLeft1;
    animation-name: slideFromLeft1;
}

@-webkit-keyframes slideFromLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-250px) rotateZ(10deg);
        transform: translateX(-250px) rotateZ(10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotateZ(-2deg);
        transform: translateX(0) rotateZ(-2deg);
    }
}

@keyframes slideFromLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-250px) rotateZ(10deg);
        -ms-transform: translateX(-250px) rotateZ(10deg);
        transform: translateX(-250px) rotateZ(10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotateZ(-2deg);
        -ms-transform: translateX(0) rotateZ(-2deg);
        transform: translateX(0) rotateZ(-2deg);
    }
}

.slideFromLeft2 {
    -webkit-animation-name: slideFromLeft2;
    animation-name: slideFromLeft2;
}

@-webkit-keyframes slideFromLeft3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) rotateZ(12deg);
        transform: translateX(-100px) rotateZ(12deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotateZ(-9deg);
        transform: translateX(0) rotateZ(-9deg);
    }
}

@keyframes slideFromLeft3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) rotateZ(12deg);
        -ms-transform: translateX(-100px) rotateZ(12deg);
        transform: translateX(-100px) rotateZ(12deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotateZ(-9deg);
        -ms-transform: translateX(0) rotateZ(-9deg);
        transform: translateX(0) rotateZ(-9deg);
    }
}

.slideFromLeft3 {
    -webkit-animation-name: slideFromLeft3;
    animation-name: slideFromLeft3;
}

@-webkit-keyframes slideFromLeft4 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px) rotateZ(-40deg);
        transform: translateX(-150px) rotateZ(-40deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotateZ(1deg);
        transform: translateX(0) rotateZ(1deg);
    }
}

@keyframes slideFromLeft4 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px) rotateZ(-40deg);
        -ms-transform: translateX(-150px) rotateZ(-40deg);
        transform: translateX(-150px) rotateZ(-40deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotateZ(1deg);
        -ms-transform: translateX(0) rotateZ(1deg);
        transform: translateX(0) rotateZ(1deg);
    }
}

.slideFromLeft4 {
    -webkit-animation-name: slideFromLeft4;
    animation-name: slideFromLeft4;
}

.services #slide1 {
    background: #ffffff;
    min-height: 100vh;
    margin-bottom: -58px;
}

.services .man {
    position: absolute;
    display: block;
    top: 100px;
    left: 54%;
    margin-left: -145px;
    width: 290px;
    max-width: 100%;
}

.services .imidzhpic {
    width: 50%;
    display: none;
    margin: auto;
    float: right;
}

.services ul.links {
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    padding: 0;
    list-style-type: none;
    height: 500px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
}

.services ul.links a, .services ul.links a:visited {
    color: #000000;
    text-decoration: none;
}

.services ul.links a:hover {
    color: #2fb3ff;
}

.services #link1 {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 70%;
    top: 110px;
}

.services #link2 {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 75%;
    top: 195px;
}

.services #link3 {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 75%;
    top: 280px;
}

.services #link4 {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 45%;
    top: 25px;
}

.services #link5 {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 60%;
    top: 110px;
}

.services #link6 {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 65%;
    top: 195px;
}

.services #link7 {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 65%;
    top: 280px;
}

.services #link8 {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 60%;
    top: 365px;
}

.services #link9 {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 45%;
    top: 450px;
}

.services #link10 {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 70%;
    top: 365px;
}

@media screen and (max-width: 920px) {
    .services #slide1 {
        margin-bottom: 0;
    }

    .services ul.links {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .services ul.links > li {
        position: static !important;
    }

    .services ul.links li:before {
        content: "— ";
    }

    .services ul.links a {
        padding: 10px 0 10px 0;
        display: inline-block;
    }

    .services ul.links i.arrow-right {
        display: none;
    }

    .services .man {
        display: none;
    }

    .services .imidzhpic {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .services .imidzhpic {
        float: none;
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 450px) {
    .services .imidzhpic {
        width: 70%;
    }
}

.apparatnaya #slide1 {
    background: url('/img/bg-apparatnaya.jpg') 50% 80% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #c2d2d5;
}

.apparatnaya #slide1 .imidzhpic {
    display: none;
    width: 100%;
    height: 40vh;
    background: url('/img/bg-apparatnaya.jpg') 50% 80% no-repeat;
    background-size: cover;
}

.apparatnaya #slide2 {
    background: url('/img/bg-remodeling-face.jpg') 50% 0% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.apparatnaya #remodeling-face {
    display: none;
}

.apparatnaya #br-logo {
    position: absolute;
    bottom: 20px;
    right: 50%;
}

.apparatnaya #slide3 {
    background: url('/img/bg-ulthera.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.apparatnaya #ulthera {
    display: none;
}

.apparatnaya #elerons {
    position: absolute;
    width: 720px;
    max-width: 130%;
    -webkit-transform: translateX(-110%) translateY(50%);
    transform: translateX(-110%) translateY(50%);
}

.brandlogo {
    width: 100%;
    max-width: 120px;
}

.apparatnaya #slide5 {
    background: url('/img/bg-laser.jpg') left bottom no-repeat;
    background-size: 50%;
    background-color: #ffffff;
}

.apparatnaya #slide5 .height100 {
    padding-bottom: 100px;
}

.apparatnaya #intraceuticals-image {
    position: absolute;
    top: 0;
    left: 52%;
    right: 0;
    bottom: 0;
    background: url('/img/bg-intraceuticals.jpg') left center no-repeat;
    background-size: cover;
}

.apparatnaya #intraceuticals-image-small {
    display: none;
    width: 100%;
    height: 50vh;
    background: url('/img/bg-intraceuticals.jpg') left center no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}


.apparatnaya #ulthera-logo {
    position: absolute;
    bottom: 20px;
    right: 15%;
}

.apparatnaya #intraceuticals-logo {
    position: absolute;
    width: 100%;
    max-width: 150px;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
}

.apparatnaya #slide7 {
    color: #ffffff;
    background: url('/img/bg-vipline.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.apparatnaya #slide7 #vipline-small-image {
    display: none;
    width: 100%;
    margin-bottom: 25px;
}

.apparatnaya #slide8 {
    padding-bottom: 100px;
}

.apparatnaya #slide8 table {
    width: 100%;
    border-collapse: collapse;
}

.apparatnaya #slide8 table td {
    vertical-align: top;
    padding: 10px 10px 25px 10px;
}

.apparatnaya #slide8 table td:first-child {
    text-align: right;
    padding-left: 0;
    padding-right: 30px;
    font-size: 24px;
}

.apparatnaya #slide8 table td:last-child {
    padding-right: 0;
}

.apparatnaya #slide8 table td:nth-child(2) {
    padding-top: 5px;
}

@media screen and (max-width: 769px) {
    .apparatnaya #slide1,
    .apparatnaya #slide2,
    .apparatnaya #slide3 {
        background: none;
    }

    .apparatnaya #slide1 .imidzhpic {
        display: block;
    }

    .apparatnaya #remodeling-face {
        width: 100%;
        max-width: 640px;
        margin: auto;
        display: block;
    }

    .apparatnaya #br-logo {
        position: static;
        margin: 0 0 0 auto;
        display: block;
    }

    .apparatnaya #ulthera {
        width: 100%;
        max-width: 640px;
        margin: auto;
        display: block;
    }

    .apparatnaya #ulthera-logo {
        position: static;
        margin: 0 0 0 auto;
        display: block;
    }

    .apparatnaya #slide4 {
        border-bottom: none;
    }

    .apparatnaya #elerons {
        position: static;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }

    .apparatnaya #slide7 .center-width {
        background: url('/img/bg-vipline.jpg') no-repeat top left;
        background-size: auto;
        border-top: 1px solid #808080;
        border-bottom: 1px solid #808080;
    }

    .apparatnaya #slide7 #vipline-small-image {
        display: block;
        width: 100%;
    }

    .apparatnaya #intraceuticals-image {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: none;
    }

    .apparatnaya #intraceuticals-image-small {
        display: block;
    }

    .apparatnaya #intraceuticals-logo {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 0 20px auto;
        display: block;
        padding: 0;
        -webkit-transform: none;
        transform: none;
    }

    .apparatnaya #slide8 td {
        float: left;
        padding: 5px !important;
    }

    .apparatnaya #slide8 td:last-child {
        padding-left: 10px !important;
        margin-bottom: 30px;
    }

    .apparatnaya #slide8 table td:first-child {
        text-align: left;
    }
}

.esteticheskaya #slide1 .imidzhpic {
    display: none;
    width: 100%;
    height: auto;
}

.esteticheskaya #slide1 {
    background: url('/img/bg-esteticheskaya.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.esteticheskaya #biorev {
    display: none;
}

@media screen and (max-width: 769px) {
    .esteticheskaya #slide1 .imidzhpic {
        display: block;
    }

    .esteticheskaya #slide1,
    .esteticheskaya .slide {
        background: none;
        border: none;
    }

    .esteticheskaya #slide1,
    .esteticheskaya section {
        border-bottom: 1px solid #d9d9d9;
    }
}

.diagnostika #slide1 {
    background: url('/img/bg-diagnostika.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.diagnostika .imidzhpic {
    display: none;
    width: 100%;
    height: auto;
}

.diagnostika #slide3 {
    background: url('/img/bg-diagnostika-2.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
    min-height: 550px;
}

.diagnostika #slide5 {
    background: url('/img/bg-stolitsa.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.diagnostika #stolitsa {
    display: none;
    width: 100%;
    height: auto;
}

.diagnostika #slide6 td {
    text-align: justify;
}

@media screen and (max-width: 769px) {
    .diagnostika #slide1 .imidzhpic {
        display: block;
    }

    .diagnostika #slide1,
    .diagnostika #slide5,
    .diagnostika .slide {
        background: none;
        border: none;
    }

    .diagnostika #stolitsa {
        display: block;
    }

    .diagnostika section {
        border-bottom: 1px solid #d9d9d9;
    }

    .diagnostika #slide6 td {
        text-align: left;
    }
}

.telo #slide1 {
    background: url('/img/bg-telo.jpg') 50% 20% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.telo .imidzhpic {
    display: none;
    width: 100%;
    height: auto;
}

.telo #slide3 .column:not(:first-child) {
    padding-top: 40px;
    padding-bottom: 20px
}

.telo #slide4 {
    padding: 0;
}

.telo #slide4 video {
    display: block;
    margin: auto 0;
    width: 100%;
    height: auto;
    background: url('/img/bg-video.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.telo #slide5 {
    background: url('/img/bg-massage.jpg') 50% 0% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.telo #massage {
    display: none;
    width: 100%;
    height: auto;
}

.telo #craniosacral-therapy {
    display: block;
    width: 100%;
    margin: 40px 0 30px 0;
}

@media screen and (max-width: 769px) {
    .telo #slide1 .imidzhpic, .telo #massage {
        display: block;
    }

    .telo #slide1,
    .telo #slide5 {
        background: none;
    }

    .telo #craniosacral-therapy {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .telo #slide3 .column:not(:first-child) {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .telo #slide3 img {
        margin: 20px auto;
        display: block;
    }
}

.dom #slide1 {
    height: 100vh;
}

.dom .hero {
    height: 50vh;
}

.dom #hero-image {
    height: 50vh;
    background: url('/img/bg-dom.jpg') 50% 50% no-repeat;
    background-size: cover;
    min-height: 200px;
}

.dom #slide2 {
    padding-top: 10px;
    padding-bottom: 30px;
}

@media screen and (max-width: 769px) {
    .dom #slide1 {
        height: auto;
    }

    .dom .hero {
        height: auto;
    }

    .dom #slide2 .column:not(.first) {
        border-top: 1px solid #d9d9d9;
        padding-top: 40px;
        margin-top: 30px;
    }
}

.br #slide1 {
    background: url('/img/bg-br.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.br .hero {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.br .hero h1 {
    font-weight: 600;
}

.br .imidzhpic {
    display: none;
    width: 100%;
    height: auto;
}

.br #slide3 {
    background: url('/img/bg-br-face.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
    min-height: 450px;
}

.br #slide5 {
    background: url('/img/bg-br-diagnostika.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
    min-height: 450px;
}

.br #slide7 {
    background: url('/img/bg-br-ruchnye.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
    min-height: 450px;
}

.br #slide9 {
    background: url('/img/bg-br-apparatnye.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
    min-height: 450px;
}

.br #slide11 {
    background: url('/img/bg-br-uhod-za-telom.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
    min-height: 450px;
}

.br #banki {
    margin-top: 50px;
    margin-bottom: 20px;
    width: 80%;
    max-width: 500px
}

@media screen and (max-width: 769px) {
    .br #slide1 {
        background: none;
    }

    .br .hero {
        color: #000000;
        text-transform: none;
        font-weight: 400;
        font-size: 18px;
    }

    .br .hero h1 {
        font-weight: 400;
    }

    .br .hero p {
        text-align: left;
    }

    .br .imidzhpic {
        display: block;
    }

    .br #banki {
        margin-top: 0px;
        width: 60%;
    }
}

.jc #menu-panel {
    background: rgba(255, 255, 255, 0.8);
}

.jc #slide1 {
    background: url('/img/bg-jc.jpg') 50% 0% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.jc .imidzhpic {
    display: none;
    width: 100%;
    height: auto;
}

.jc #slide2 .center-width {
    padding-top: 30px;
}

.jc #slide2 .column.first {
    text-align: right;
}

.jc #jc-madam img {
    width: 320px;
    max-width: 100%;
}

.jc #jc-madam figcaption {
    margin-top: 20px;
}

.jc #slide3 {
    background: url('/img/bg-jc-banki.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
    min-height: 450px;
}

.jc #jc-banki {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 100px auto 20px auto;
}

.jc #slide5 {
    background: url('/img/bg-jc-massage.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.jc #slide5 .image {
    display: none;
    width: 100%;
}

.jc #slide6 {
    margin-bottom: 20px;
}

.jc #slide7 {
    background: url('/img/bg-trees.jpg') 50% 50% no-repeat;
    background-size: cover;
    height: 400px;
}

@media screen and (max-width: 769px) {
    .jc #slide1 {
        background: none;
    }

    .jc .imidzhpic {
        display: block;
    }

    .jc #slide2 .column.first {
        text-align: center;
    }

    .jc #slide5 {
        padding-bottom: 20px;
        border-bottom: 1px solid #d9d9d9;
        background: -moz-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(127, 127, 127, 0)), color-stop(80%, rgba(127, 127, 127, 0)), color-stop(100%, rgba(127, 127, 127, 0.1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007f7f7f', endColorstr='#1a7f7f7f', GradientType=0); /* IE6-9 */
    }

    .jc #slide5 .image {
        display: block;
    }

    .jc #jc-banki {
        margin-top: 0;
    }
}

.clauderer #slide1 {
    background: url('/img/bg-clauderer.jpg') 50% 0% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-bottom: 1px solid #d9d9d9;
}

.clauderer #logo-clauderer {
    width: 200px;
    max-width: 80%;
}

.clauderer .hero {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
}

.clauderer .hero p {
    text-align: center;
}

.clauderer #slide2 {
    padding: 30px 0;
}

.clauderer #clauderer-banki {
    float: right;
    width: 120%;
    margin-top: 30px;
}

.clauderer #slide3 {
    background: #867b76;
    color: #ffffff;
    padding: 20px 0;
}

.clauderer #slide3 td {
    vertical-align: top;
}

.clauderer #Helene-Clauderer {
    width: 135px;
    max-width: 100%;
    margin-top: 8px;
}

.clauderer #slide3 td:last-child {
    padding-left: 20px;
}

.clauderer #slide4 {
    padding: 30px 0;
}

.clauderer #clauderer-1 {
    width: 100%;
    margin: 0px auto 0px auto;
    display: block;
}

.clauderer #slide5 {
    background: url('/img/bg-clauderer-paris.png') center bottom no-repeat;
    background-size: contain;
    background-color: #ffffff;
    padding-bottom: 260px;
}

.clauderer #slide6 {
    background: url('/img/bg-clauderer-black.jpg') 50% 100% no-repeat;
    background-size: cover;
    background-color: #000000;
    color: #ffffff;
    padding-bottom: 20px;
}

#clauderer-image-black {
    width: 100%;
    display: none;
}

.clauderer #slide7 .ground-image {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1150px) {
    .clauderer #slide5 {
        padding-bottom: 230px;
    }
}

@media screen and (max-width: 980px) {
    .clauderer #slide5 {
        padding-bottom: 130px;
    }
}

@media screen and (max-width: 769px) {
    .clauderer #slide1 {
        background: none;
    }

    .clauderer .hero {
        margin-top: 30px;
    }

    .clauderer #clauderer-banki {
        float: none;
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .clauderer #clauderer-banki-2 {
        float: none;
        width: 70%;
        display: block;
        margin: 0 auto;
    }

    .clauderer #slide5 {
        padding-bottom: 50px;
    }

    .clauderer #slide6 {
        background: none;
        background-color: #000000;
        padding-bottom: 0;
    }

    #clauderer-image-black {
        display: block;
    }
}

@media screen and (max-width: 560px) {
    .clauderer .hero {
        font-size: 22px;
        line-height: 28px;
        margin-top: 20px;
    }

    .clauderer #slide3 td {
        float: left;
    }

    .clauderer #slide3 td:last-child {
        padding: 0;
    }

    .clauderer #Helene-Clauderer {
        width: 200px;
        margin-bottom: 10px;
    }
}


.imidzh header {
    background: rgba(163, 1, 22, 0.95);
    border-bottom: none;
}

.imidzh nav a, .imidzh #lang a {
    color: #ffffff !important;
}

.imidzh #top-social > a.facebook {
    background: url('/img/facebook-w.png') 50% 50% no-repeat;
    background-size: contain;
}

.imidzh #top-social > a.instagram {
    background: url('/img/instagram-w.png') 50% 50% no-repeat;
    background-size: contain;
}

.imidzh .imidzhpic {
    display: none;
    width: 100%;
}

.imidzh #slide1 {
    background: url('/img/imidz_header2.jpg') 50% 0% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
}

.imidzh table.portfolio {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    background: #000000;
}

.imidzh table.portfolio td {
    padding: 0px;
    min-height: 50vh;
    height: 420px;
    vertical-align: top;
    overflow: hidden;
}

.imidzh table.portfolio td.text {
    padding: 20px 20px 0px 20px;
    width: 40%;
    background: #ffffff;
}

.imidzh table.portfolio td:not(.text) {
    width: 20%;
}

.imidzh table.portfolio .image {
    width: 100%;
    height: 100%;
    -ms-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.imidzh table.portfolio .image:hover {
    -ms-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.imidzh td.vaan-1 > .image {
    background: url('/img/portfolio/vaan-1.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.imidzh td.vaan-2 > .image {
    background: url('/img/portfolio/vaan-2.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.imidzh td.vaan-3 > .image {
    background: url('/img/portfolio/vaan-3.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.imidzh td.dubchak-1 > .image {
    background: url('/img/portfolio/dubchak-1.jpg') 100% 0% no-repeat;
    background-size: cover;
}

.imidzh td.dubchak-2 > .image {
    background: url('/img/portfolio/dubchak-2.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.imidzh td.dubchak-3 > .image {
    background: url('/img/portfolio/dubchak-3.jpg') 50% 0% no-repeat;
    background-size: cover;
}

.imidzh td.dubchak-1 > .image:hover {
    -ms-transform: scale(1.3, 1.3) translateY(10%);
    -moz-transform: scale(1.3, 1.3) translateY(10%);
    -webkit-transform: scale(1.3, 1.3) translateY(10%);
    transform: scale(1.3, 1.3) translateY(10%);
}

.imidzh td.dubchak-3 > .image:hover {
    -ms-transform: scale(1.3, 1.3) translateY(10%);
    -moz-transform: scale(1.3, 1.3) translateY(10%);
    -webkit-transform: scale(1.3, 1.3) translateY(10%);
    transform: scale(1.3, 1.3) translateY(10%);
}

.imidzh figure img {
    float: left;
    width: 35%;
    padding-right: 20px;
    margin-bottom: 20px;
}

.imidzh figure figcaption {
    float: left;
    width: 65%;
    line-height: 130%;
}

.imidzh #slide3 .table {
    width: 100%;
}

.imidzh #slide3 .text {
    margin-left: 60px;
    margin-right: 60px;
    max-width: 791px;
}

.imidzh .team {
    background: url('/img/imidzh-team.jpg') 50% 100% no-repeat;
    background-color: #eecdb6;
    background-size: contain;
    width: 40%;
}

.imidzh #slide3 img, .imidzh #slide6 img {
    display: none;
    width: 100%;
}

.imidzh #slide4 img, #slide5 img, #slide7 img, #slide8 img {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.imidzh #slide4 img {
    margin-bottom: 20px;
}

.imidzh #slide5 img {
    margin-top: 10px;
    padding-bottom: 20px;
}

.date {
    color: #808080;
    font-size: 12px;
    margin-right: 1em;
}

.imidzh #slide6 {
    background: url('/img/bg-imidzh-visage.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.imidzh #slide7 {
    padding-bottom: 20px;
}

.imidzh table.newzone {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

.imidzh table.newzone td {
    padding: 0;
    border: 1px solid #ffffff;
    height: 500px;
    min-height: 50vh;
    overflow: hidden;
}

.imidzh table.newzone td:not(.text) {
    width: 25%;
}

.imidzh table.newzone tr:first-child td {
    border-top: none;
}

.imidzh table.newzone tr:last-child td {
    border-bottom: none;
}

.imidzh table.newzone td.text {
    padding: 10px 60px 0px 30px;
    vertical-align: middle;
}

.imidzh table.newzone .image {
    width: 100%;
    height: 100%;
    -ms-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.imidzh table.newzone .image:hover {
    -ms-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.imidzh td.newzone-1 > .image {
    background: url('/img/newzone-1.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.imidzh td.newzone-2 > .image {
    background: url('/img/newzone-2.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.imidzh td.newzone-3 > .image {
    background: url('/img/newzone-3.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.imidzh td.newzone-4 > .image {
    background: url('/img/newzone-4.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.imidzh td.newzone-5 > .image {
    background: url('/img/newzone-5.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.imidzh td.newzone-6 > .image {
    background: url('/img/newzone-6.jpg') 50% 50% no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .imidzh #slide3 .text {
        margin-left: 30px;
        margin-right: 30px;
        max-width: 817px;
    }
}

@media screen and (max-width: 980px) {
    .imidzh figure img {
        float: none;
        width: 50%;
    }

    .imidzh figure figcaption {
        float: none;
        width: 100%;
    }

    .imidzh table, .imidzh table {
        display: block;
        width: 100%;
    }

    .imidzh table.portfolio td {
        height: 490px;
        display: block;
        float: left;
        vertical-align: top;
    }

    .imidzh table.portfolio td.text,
    .imidzh table.portfolio td:not(.text) {
        width: 50%;
    }


    .imidzh table.newzone td {
        height: 400px;
        vertical-align: top;
        float: left;
        border: none;
    }

    .imidzh table.newzone td:not(.text) {
        width: 50%;
    }

    .imidzh table.newzone td.text {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 769px) {
    .imidzh .imidzhpic {
        display: block;
    }

    .imidzh #slide1 {
        background: #a30116;
    }

    .imidzh #slide6 {
        background: none;
    }

    .imidzh #slide3 img, .imidzh #slide6 img {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .imidzh table.portfolio td.text,
    .imidzh table.portfolio td:not(.text) {
        width: 100%;
    }

    .imidzh table.newzone td:not(.text) {
        width: 100%;
    }
}

.contacts #kuznetsky, .contacts #lomonosovsky {
    float: left;
    width: 50%;
    height: 100vh;
    display: table;
    line-height: 180%;
}

.contacts #kuznetsky, .contacts #lomonosovsky {
    transition: all 1s;
}

.contacts address, .contacts address {
    position: relative;
    width: 330px;
    margin: 0 auto;
    font-style: normal;
    color: #ffffff;
}

.contacts #kuznetsky a, .contacts #lomonosovsky a {
    color: #ffffff;
}

a.btn-back {
    display: block;
    position: absolute;
    margin-top: -55px;
    text-decoration: none;
}

a.btn-back .lt {
    position: relative;
    top: 8px;
    font-size: 200%;
    font-weight: 300;
}

.contacts #kuznetsky-2 {
    background: url('/img/bg-kuznetsky-blur.jpg') bottom right no-repeat;
    background-size: cover;
}

.contacts #lomonosovsky {
    background: url('/img/bg-kuznetsky.jpg') bottom left no-repeat;
    background-size: cover;
}

.contacts #lomonosovsky-2 {
    background: url('/img/bg-lomonosovsky-blur.jpg') left bottom no-repeat;
    background-size: cover;
}

.contacts #kuznetsky {
    background: url('/img/bg-lomonosovsky.jpg') bottom left no-repeat;
    background-size: cover;
}

.contacts #kuznetsky-description, .contacts #lomonosovsky-description {
    background: #000000;
    display: none;
}

.contacts .description {
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contacts table.salon-images {
    width: 100%;
    border: none;
    padding: 0;
    border-collapse: collapse;
}

.contacts table.salon-images td {
    overflow: hidden;
    border: none;
    padding: 0;
    width: 33.3%;
    min-height: 50vh;
    height: 420px;
}

.contacts table.salon-images #salon-image-1,
.contacts table.salon-images #salon-image-3,
.contacts table.salon-images #salon-image-11,
.contacts table.salon-images #salon-image-13 {
    min-height: 100vh;
    height: 840px;
}

.contacts table.salon-images .image {
    width: 100%;
    height: 100%;
    -ms-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.contacts table.salon-images .image:hover {
    -ms-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.contacts td#salon-image-1 > .image {
    background: url('/img/salon-image-1.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.contacts td#salon-image-2 > .image {
    background: url('/img/salon-image-2.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.contacts td#salon-image-3 > .image {
    background: url('/img/salon-image-3.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.contacts td#salon-image-4 > .image {
    background: url('/img/salon-image-4.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.contacts td#salon-image-11 > .image {
    background: url('/img/newzone-4.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.contacts td#salon-image-12 > .image {
    background: url('/img/newzone-5.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.contacts td#salon-image-13 > .image {
    background: url('/img/salon-image1-2.jpg') 50% 50% no-repeat;
    background-size: cover;

}

.contacts td#salon-image-14 > .image {
    background: url('/img/salon-image1-1.jpg') 50% 50% no-repeat;
    background-size: cover;
}


@media screen and (max-width: 769px) {
    .contacts #kuznetsky,
    .contacts #kuznetsky-2,
    .contacts #lomonosovsky,
    .contacts #lomonosovsky-2 {
        float: none;
        background: none;
        height: auto;
        width: auto;
    }

    .contacts #kuznetsky,
    .contacts #lomonosovsky {
        width: 100%;
        padding: 0 30px;
    }

    .contacts address {
        margin-top: 30px;
        width: 100%;
        color: #000000;
    }

    .contacts address a {
        color: #008cdd !important;
    }

    .contacts address a.btn-white {
        display: none;
        color: #000000;
        border: 1px solid #008cdd;
    }

    .contacts address a.btn-white:hover {
        border: 1px solid #008cdd;
        background: #008cdd;
        color: #ffffff !important;
    }
}

.facebook-posts {
    text-align: center;
}

.fb-post {
    margin: 10px auto;
    width: 100% !important;
    max-width: 750px;
}

.mc_embed_signup h2 {
    font-size: 16px;
    display: line-block;
}

#mce-EMAIL {
    font-size: 16px;
    padding: 5px;
}

input[type=submit] {
    font-size: 16px;
    padding: 7px 15px;
    border-radius: 2px;
    background: #008cdd;
    color: #ffffff;
    border: #008cdd;
    cursor: pointer;
}

input[type=submit]:hover {
    background: #2fb3ff;
}

.mc-field-group {
    display: inline-block;
}

.frontpage .subscribe-panel {
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
}

.generic .slide {
    padding-top: 70px;
    border-bottom: 1px solid #d9d9d9;
    background: #ffffff;
    background: -moz-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(127, 127, 127, 0)), color-stop(80%, rgba(127, 127, 127, 0)), color-stop(100%, rgba(127, 127, 127, 0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0) 80%, rgba(127, 127, 127, 0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007f7f7f', endColorstr='#1a7f7f7f', GradientType=0); /* IE6-9 */
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

.generic .slide h1 {
    margin: 40px 0 40px 0;
}

.generic h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    margin-top: 30px;
}

.generic .team {
    float: left;
    width: 33%;
    min-width: 320px;
    margin-bottom: 20px;
    height: 250px;
}

.generic .team a {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 180px;
}

.generic .team img {
    max-width: 100%;
    max-height: 100%;
    /*	object-fit: contain;
        object-position: 0 0;*/
}

.generic .team td:first-child {
    padding-right: 10px;
    width: 130px;
    height: 180px;
}

.generic .team td:last-child {
    min-width: 200px;
}

.publication {
    float: left;
    width: 48%;
    /*max-width: 48%;*/
    margin: 0 4% 60px 0;
    border-collapse: collapse;
    border: none;
}

.publication a.title {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    text-decoration: none;
    text-align: left;
}

.publication a.title:hover {
    text-decoration: underline;
}

.publication:nth-child(even) {
    margin-right: 0;
}

.publication:nth-child(odd) {
    clear: both;
}

.publication td {
    text-align: justify;
    border: none;
    padding: 0;
    margin: 0;
}

.publication:nth-child(4n+1), .publication:nth-child(4n+2) {
    direction: rtl;
}

.publication:nth-child(4n+1) td, .publication:nth-child(4n+2) td {
    direction: ltr;
}

.publication:nth-child(4n+1) td:first-child,
.publication:nth-child(4n+2) td:first-child,
.publication:nth-child(4n+1) a.title,
.publication:nth-child(4n+2) a.title {
    direction: ltr;
    text-align: right;
}

.press_annotation > h2:first-child, .press_annotation > h3:first-child, .press_annotation > p:first-child {
    margin-top: 0;
}

.press img#image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.press #arrow-left,
.press #arrow-right {
    top: 0;
    width: 45px;
    bottom: 22px;
    position: absolute;
    cursor: pointer;
}

.press #arrow-left:hover,
.press #arrow-right:hover {
    background: rgba(0, 0, 0, 0.1);
}

.press #arrow-left:active,
.press #arrow-right:active {
    background: rgba(0, 0, 0, 0.6);
}

.press #arrow-left {
    left: 0;
}

.press #arrow-right {
    right: 0;
}

.press #arrow-left img,
.press #arrow-right img {
    width: 25px;
    height: 65px;
    position: absolute;
    transform: translateY(-33px);
    top: 50%;
    opacity: 0.3;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.press #arrow-left img {
    left: 10px;
}

.press #arrow-right img {
    right: 10px;
}

.press #arrow-left:hover img,
.press #arrow-right:hover img {
    opacity: 1;
}


@media screen and (max-width: 940px) {
    .publication {
        margin: 0 0 60px 0 !important;
        width: 100%;
        float: none;
    }

    .publication:nth-child(4n+1),
    .publication:nth-child(4n+2),
    .publication:nth-child(4n+1) td:first-child,
    .publication:nth-child(4n+2) td:first-child,
    .publication:nth-child(4n+1) a.title,
    .publication:nth-child(4n+2) a.title {
        direction: ltr;
        text-align: left;
    }
}

@media screen and (max-width: 500px) {
    .publication img {
        width: 100px;
        height: auto;
    }

    .publication td {
        text-align: left;
    }

    .publication td:first-child {
        width: 110px;
    }

    .press td {
        display: block;
    }

    .press_annotation > h2:first-child, .press_annotation > h3:first-child, .press_annotation > p:first-child {
        margin-top: 20px;
    }
}

.blog .column3-3, .banner .column3-3 {
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.blog .blogitem-text, .banner .banner-text {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0 15px;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    pointer-events: none;
}

.banner:hover .banner-text {
    background: rgba(59, 30, 41, 0.85);
    position: absolute;
}

.banner .logo {
    position: absolute;
    right: 15px;
    top: 30px;
    width: 225px;
    max-width: 32%;
    opacity: 0.8;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.banner:hover .logo {
    opacity: 1;
}

.blog .blogitem-text h3, .banner .banner-text h3 {
    font-size: 18px;
    line-height: 23px;
    pointer-events: none;
}

.banner .banner-text h3 {
    font-size: 21px;
    line-height: 26px;
    pointer-events: none;
}

time {
    margin-bottom: 15px;
    color: #808080;
    font-size: 85%;
}

.blog .column3-3 .blogitem-previewtext {
    opacity: 1;
    max-height: 0px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    pointer-events: none;
    border-top: 1px solid rgba(255, 255, 255, 0);
}

.container {
    width: 100%;
}

.three-icons {
    max-width: 1007px;
    margin: 0 auto;
    position: relative;
}

.three-icons .item.le-man {
    padding-top: 0;
    margin-bottom: 80px;
    position: relative;
}

.three-icons .item {
    text-align: center;
}

.three-icons .item .desc {
    margin-top: 30px;
    line-height: 26px;
    padding: 0 12px;
    font-weight: 300 !important;
    font-style: italic;
    font-size: 16px;
}

.three-icons .item.le-man:before {
    content: "";
    display: block;
    width: 600px;
    height: 1px;
    bottom: -40px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    background: #d3d3d3;
}

.question-answer {
    margin: 0 auto 60px;
    max-width: 1214px;
    padding: 0 15px;
}

.question-answer__title {
    margin: 37px 0;
}

.question-answer .item {
    font-weight: 300;
    margin-bottom: 26px;
    padding-right: 40px;
}

.question-answer .item .question {
    font-size: 26px;
    margin-bottom: 28px;
}

.question-answer .item .question span {
    font-size: 36px;
    color: #008cdd;
}

.question-answer .item .answer {
    font-size: 16px;
    padding-left: 40px;
    display: table;
}

.question-answer .item .answer p {
    margin-bottom: 23px;
}

.question-answer .item .answer p:last-child {
    margin-bottom: 13px;
}

.question-answer .item .answer p.point {
    padding-left: 24px;
    position: relative;
}

.question-answer .item .answer p.point:before {
    position: absolute;
    display: inline-block;
    content: "*";
    font-size: 25px;
    font-weight: 300;
    color: #008cdd;
    top: 0;
    left: 0;
    margin-top: 3px;
}

.question-answer .item .answer ul {
    margin-top: -13px;
    padding-left: 20px;
}

.question-answer .item .answer ul li {
    list-style: none;
    position: relative;
    margin-bottom: 3px;
}

.question-answer .item .answer ul li:before {
    position: absolute;
    display: inline-block;
    content: "*";
    font-size: 25px;
    font-weight: 300;
    color: #008cdd;
    top: 0;
    left: 0;
    margin-top: 4px;
    margin-left: -20px;
}

.question-answer .item .answer b {
    font-weight: 600;
}

.question-answer .item .answer span.name {
    color: #7b7b7b;
    font-size: 16px;
    font-style: italic;
    display: block;
}

.question-answer .item .answer .text {
    display: table-cell;
    vertical-align: top;
    line-height: 30px;
}

.question-answer .item .answer .text .grey-block {
    background: #f3f3f3;
    font-style: italic;
    max-width: 727px;
    padding: 21px 38px;
    margin: 20px auto;
    line-height: 26px;
}

.question-answer .item .answer .text .three-col .item {
    width: 33%;
    padding: 0 1%;
    float: left;
}

.question-answer .item .answer .img {
    display: table-cell;
    vertical-align: top;
}

.question-answer .item .answer.with-img .text {
    padding-right: 20px;
}

.question-answer .item .answer.with-img .img + .text {
    padding-right: 0;
    padding-left: 30px;
}

.block-title {
    font-size: 36px;
    text-align: center;
    font-weight: 300;
}

@media screen and (max-width: 1024px) {
    .header__social__list {
        display: none;
    }

    .header__top-info .text__body {
        padding-right: 15px;
    }

    .header__top-info .header__text {
        margin-bottom: 20px;
    }

    #menu-icon {
        display: block;
    }

    .header__menu {
        display: none;
    }

    .header__social-mini {
        margin-right: 54px;
    }

    .question-answer .item {
        padding-right: 0;
    }

    .question-answer .item .question {
        font-size: 25px;
    }

    .question-answer .item .answer {
        font-size: 15px;
    }

    .question-answer .item .answer .text {
        line-height: 28px;
    }

    .question-answer .item .answer .img img {
        width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .block-title {
        font-size: 30px;
    }

    .question-answer .item .answer .text {
        display: table-footer-group;
        width: 100%;
    }

    .question-answer .item .answer .img {
        display: table-header-group;
        width: 100%;
        text-align: center;
    }

    .question-answer .item .answer .img img {
        margin-bottom: 23px;
        max-width: 100%;
    }

    .question-answer .item .question {
        font-size: 18px;
        line-height: 22px;
    }

    .question-answer .item .question span {
        font-size: 24px;
    }

    .question-answer .item .answer {
        padding-left: 0px;
    }

    .question-answer .item .answer .text {
        font-size: 14px;
        line-height: 18px;
    }

    .question-answer .item .answer .text .grey-block {
        padding: 12px 23px;
        line-height: 21px;
    }

    .question-answer .item .answer .text .three-col .item {
        width: 100%;
        padding: 0;
        float: none;
    }
}

/* Content box with blog */
.blog-post-content {
    max-width: 992px;
    padding: 0 15px;
    margin: 0 auto;
}

.blog-post-content + p {
    text-align: center;
}

.blog-post-content h1 {
    text-align: center;
    line-height: 40px;
    padding: 0 60px;
}

.blog-post-content h1 + time {
    margin-top: -30px;
}

.blog-post-content time {
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

.blog-post-content .content-box {
    padding: 40px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.blog-post-content .content-box:after {
    display: block;
    content: "";
    clear: both;
}

.blog-post-content .content-box p {
}

.blog-post-content .content-box br {
    display: block;
    line-height: 20px;
}

.blog-post-content .content-box img {
    float: right;
    margin: 30px 40px;
    max-width: 50%;
    width: auto;
    max-height: 480px;
    height: auto;
}

.blog-post-content .content-box img.border {
    padding: 8px;
    border: 1px solid #ccc;
}

.blog-post-content .content-box h2 {
}

.blog-post-content .content-box h3 {
}

.blog-post-content .content-box h4 {
}

.blog-post-content .content-box ul {
    clear: both;
    margin: 10px 0;
    padding-left: 20px;
}

.blog-post-content .content-box ul li {
    position: relative;
    padding: 0;
    padding-left: 30px;
    margin: 10px 0;
    text-indent: 0;
}

.blog-post-content .content-box ul li:before {
    position: absolute;
    display: inline-block;
    content: "*";
    font-size: 25px;
    font-weight: 300;
    color: #008cdd;
    top: 4px;
    left: 0;
}

.blog-post-content .content-box_img {
    float: left;
    max-width: 50%;
    margin: 0 40px 30px;
    position: relative;
}

.blog-post-content .content-box_img img {
    margin: 0;
    max-width: 100%;
}

/* Cards item with blog */
.blog .blogitem-text {
    transition: .5s;
    height: 100%;
    bottom: calc(-100% + 80px);
}

.blog .column3-3:hover .blogitem-text {
    bottom: 0;
}

.blog .blogitem-text h3 {
    margin: 0;
    height: 80px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.blog .column3-3 .blogitem-previewtext {
    padding-top: 15px;
    max-height: none;
}

@media screen and (max-width: 1024px) {
    .blog .column3-3:hover .blogitem-text {
        bottom: calc(-100% + 80px);
    }
}

@media screen and (max-width: 767px) {
    .blog-post-content {
        padding: 0;
    }

    .blog-post-content h1 {
        padding: 0;
        font-size: 26px;
        line-height: 34px;
        margin-top: 20px !important;
    }

    .blog-post-content .content-box {
        line-height: 26px;
    }

    .blog-post-content .content-box img {
        float: none;
        margin: 30px 0;
        max-width: 100%;
    }

    .blog-post-content .content-box ul {
        padding-left: 10px;
    }

    .blog-post-content .content-box ul li {
        margin: 7px 0;
    }

    .blog-post-content .content-box_img {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px;
        text-align: center;
    }

    .blog-post-content .content-box_img img {
        margin: 0;
    }
}
