/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
html, body {
    font-family: 'Roboto', sans-serif;
}

.container-demo-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.large-header {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.large-header.large-header_nobg {
    background: none;
}

.demo-2 .large-header-2 {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/demo-bg.jpg");
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f586e+0,d2973b+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2973b+0,2f586e+100 */

}

.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #F9F1E9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}


/*.header {
    padding-top: 200px;
    padding-bottom: 370px;
}*/

/*
.header_ru {
    background: url('/img/special/best_likar/header_ru.jpg') no-repeat left top / 1920px auto;
}

.header_ua {
    background: url('/img/special/best_likar/header_ua.jpg') no-repeat left top / 1920px auto;
}
*/

.header__img {
    /*
    position: absolute;
    left: 0px;
    top: 0px;
    */
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease 0s;
/*    z-index: -1;*/
}
.header--desktop{
    display: block;
}
.header--mobile{
    display: none;
}
@media screen and (max-width: 960px){
    .header--mobile{
        display: block;
    }
    .header--desktop{
        display: none;
    }
}
.header {
    position: relative;
}
.header .header__img-link{
    position: absolute;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    text-shadow: 0 0 1px #909090;
}
.header .header__img-link--top{
    top: 26%;
    left: 21%;
}
.header .header__img-link--bottom{
    top: 53%;
    left: 21%;
}
@media screen and (max-width: 1880px){
    .header .header__img-link{
        font-size: 34px;
    }
}
@media screen and (max-width: 1780px){
    .header .header__img-link{
        font-size: 30px;
    }
}
@media screen and (max-width: 1580px){
    .header .header__img-link{
        font-size: 27px;
    }
}
@media screen and (max-width: 1380px){
    .header .header__img-link{
        font-size: 25px;
    }
}
@media screen and (max-width: 1280px){
    .header .header__img-link{
        font-size: 22px;
    }
}
@media screen and (max-width: 1180px){
    .header .header__img-link{
        font-size: 21px;
    }
}
@media screen and (max-width: 1080px){
    .header .header__img-link{
        font-size: 19px;
    }
}
.header .header__img-link a{
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: black;
    transition: color 0.3s ease 0s;
}
.header .header__img-link a:hover{
    color: #b8860b;
}
.header:hover .header__img-link a::after{
    left: 0%;
    right: 0%;
}
.header .header__img-link a::after{
    background: #b8860b;
    height: 3px;
    content: '';
    display: block;
    bottom: 0px;
    left: 50%;
    right: 50%;
    transition: left 0.3s ease 0s, right 0.3s ease 0s;
    position: absolute;
}

.header:hover .header__img {
    filter: grayscale(0%);
}


.header__main {
    max-width: 760px;
    width: 100%;
    margin-left: 400px;
}

.header__text {
    text-transform: uppercase;
    font-size: 30px;
    margin: 20px 0px 20px 5px;
}

.header__title {
    font-size: 90px;
    color: #daa520;
    font-family: 'Roboto Slab', serif;
    margin: 0px;
}

.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.main {
    width: 100%;
    max-width: 1200px;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.langs {
    text-align: right;
    margin-top: 40px;
    margin-bottom: -50px;
}

.prl {
    display: inline-block;
    width: 60px;
    height: 28px;
    position: relative;
}

.prl__active:before {
    display: inline-block;
    margin-left: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #B8860B;
    transform: skew(-22deg);
    content: '';
}

.prl__link {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    position: absolute;
    display: block;
    left: 0px;
    top: 1px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-left: 8px;
    padding-top: 5px;
    font-weight: bold;
}

.prl__active .prl__link {
    color: #ffffff;
    font-weight: normal;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu__item {
    position: relative;
}

.menu__sub {
    position: absolute;
    transition: max-height 0.3s ease 0s, opacity 0.3s ease 0s;
    opacity: 0;
    border-left: 1px solid #b8860b;
    border-bottom: 1px solid #b8860b;
    border-right: 1px solid #b8860b;
    z-index: 500;
    max-height: 0px;
    will-change: max-height;
    overflow: hidden;
    width: 100%;
}


.logo{
  position: relative;
  margin: 0px auto;
  width: 200px;
  z-index: 1;
}
.logo a{
  position: relative;
  margin: 0px auto;
  width: 200px;
  z-index: 10;
}

.logo__ico {
  display: block;
  width: 200px;
  height: 200px;
}

.logo__ico:before,
.logo__ico:after,
.logo__ico2:before,
.logo__ico2:after{
  position: absolute;
  top:0;
  left:0;
}
.logo__ico:before,
.logo__ico:after,
.logo__ico2:before,
.logo__ico2:after{
  display: block;
  content: '';
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNDEuNyAxMjYuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQxLjcgMTI2Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojREFBNTIwO30KPC9zdHlsZT4KPHBhdGggaWQ9IlBhdGhfNiIgY2xhc3M9InN0MCIgZD0iTTEwMS41LDQwLjdjNC4yLDAsNy42LDMuNyw3LjYsOGMwLDIuMS0wLjgsNC4yLTIuMiw1LjhjLTEuNCwxLjUtMy4zLDIuNC01LjQsMi41SDc3LjRWMzIuNwoJQzc3LjMsMjkuMiw3OS42LDI2LDgzLDI1YzQuMS0xLjIsOC40LDEuMiw5LjUsNS4zYzAuMiwwLjYsMC4zLDEuMywwLjMsMnY2LjNjMCwxLjEsMC45LDEuOSwxLjksMS45aDAuMUwxMDEuNSw0MC43TDEwMS41LDQwLjd6CgkgTTQwLjIsNDAuN2MtNC4yLDAtNy42LDMuNy03LjYsOGMwLDIuMSwwLjgsNC4yLDIuMiw1LjhjMS40LDEuNSwzLjMsMi40LDUuNCwyLjVoMjMuNVYzMi40YzAuMS00LTIuOS03LjMtNi45LTcuNgoJQzUyLjMsMjQuNSw0OSwyOCw0OSwzMi40djguM0g0MC4yeiBNMTAxLDg2LjFjMywwLDUuOC0xLjYsNy4xLTQuM2MxLjYtMywxLTYuNi0xLjMtOWMtMS40LTEuNC0zLjQtMi4yLTUuNC0yLjFoLTI0Vjk0CgljLTAuMSwzLjUsMi4yLDYuNyw1LjYsNy43YzQuMSwxLjIsOC40LTEuMiw5LjUtNS4zYzAuMi0wLjYsMC4zLTEuMywwLjMtMnYtNi4zYzAtMS4xLDAuOS0xLjksMS45LTEuOWgwLjFMMTAxLDg2LjFMMTAxLDg2LjF6CgkgTTQ5LDg4LjF2Ni4zYy0wLjEsNCwyLjksNy4zLDYuOSw3LjZjNC40LDAuMiw3LjctMy4yLDcuNy03LjZWNzAuN0g0MC4yYy0yLTAuMS0zLjksMC43LTUuNCwyYy0xLjUsMS40LTIuMywzLjQtMi4zLDUuNQoJYzAsNC4yLDMuNCw3LjcsNy42LDcuOEg0N0M0OC4xLDg2LjEsNDksODYuOSw0OSw4OC4xTDQ5LDg4LjF6Ii8+Cjwvc3ZnPgo=') no-repeat center center / 100% 100%;
  width: 200px;
  height: 200px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.logo__ico2:before,
.logo__ico2:after{
  color: #e91e63;
}
.logo__ico:before{
  z-index: 3;
}
.logo__ico:after{
  animation: explode 4s infinite;
}

.logo__ico2:before{
  animation: explodeSmall 3s infinite;
}
.logo__ico2:after{
  animation: explodeSmall 2s infinite;
}

.menu__link {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    transition: color 0.3s ease 0s;
}



.menu__item_parent .menu__link {
    padding-right: 30px;
    transition: color 0.3s ease 0s;
}

.menu__item:hover .menu__sub {
    display: block;
    width: calc(100% - 2px);
}

@media screen and (min-width: 481px){
    .menu__link:hover {
        color: #b8860b;
    }
    .menu__item:hover .menu__sub {
        max-height: 500px;
        opacity: 1;
    }
    .menu__item_parent:hover:after {
        transform: rotate(135deg);
        margin-top: 8px;
    }
    .menu__item:hover .menu__link {
        color: #b8860b;
        position: relative;
    }
    .menu__item:hover .menu__link:after {
        left: 0%;
        right: 0%;
    }
}


.menu__item .menu__link:after {
    background: #b8860b;
    height: 3px;
    content: '';
    display: block;
    bottom: 0px;
    left: 50%;
    right: 50%;
    transition: left 0.3s ease 0s, right 0.3s ease 0s;
    position: absolute;
}

.menu__item_deco{
    z-index: 1;
}

@media screen and (max-width: 960px){
    .menu__item_deco{
        display: none;
    }
    .menu{
        margin-top: 30px;
    }
}




.menu__subitem-link {
    display: block;
    width: calc(100% - 0px);
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    background: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    position: relative;
}

.menu__subitem-link:hover {
    color: #b8860b;
    padding-left: 30px;
}

.menu__subitem-link:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b8860b;
    top: calc(50% - 4px);
    left: 15px;
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}


.menu__subitem-link:hover:after {
    opacity: 1;
}

.doctors-slider, .experts-carousel {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.doctors-slider__slide-2 {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.owl-item {
    transition: transform 0.3s ease 0s;
}

.doctors-slider .owl-item {
    transform: scale(0.8);
}

.doctors-slider .owl-item.active.center {
    transform: scale(1);
}

.doctors-slider .owl-item.active.center:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
    box-shadow: 0px 0px 25px 1px #000000;
}

.doctors-slider img {
    width: 100%;
}

.doctors-slider.owl-carousel .owl-stage-outer {
    overflow-y: visible;
    padding-top: 5%;
    padding-bottom: 6%;
}


@keyframes explode {
    from {
      transform: scale(1);
      opacity: 1;
    }
    to {
      transform: scale(1.5);
      opacity: 0;
    }
}
@keyframes explodeSmall {
    from {
      transform: scale(1);
      opacity: 1;
    }
    to {
      transform: scale(1.2);
      opacity: 0;
    }
}


@keyframes show {
    from {
      opacity: 0;
      top: -100px;
    }
    to {
      opacity: 1;
      top:0;
    }
}

.land-text {
    width: 100%;
    max-width: 820px;
    margin: 20px auto;
    color: #b8860b;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 130%;
    text-align: justify;
}

.nomination {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.motivator {
    text-align: center;
    color: #b8860b;
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    margin-bottom: 90px;
    font-weight: bold;
}

.doctors-slider__infobox {
    position: absolute;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    background: #FAEBD7;
    bottom: 0px;
    z-index: 1000;
    left: 0px;
    padding: 0 10px;
    width: calc(100% - 20px);
    min-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #444444;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}
.doctors-slider__title{
    margin-bottom: 10px;
}

.doctors-slider__prof {
    margin: 10px;
    text-transform: uppercase;
    color: #b8860b;
    font-size: 16px;
}

.owl-item.active.center .doctors-slider__infobox {
    opacity: 1;
}

.doctors-slider__img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: filter 0.3s ease 0s;
}

.owl-item.active.center .doctors-slider__img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}


.doctors-slider.owl-carousel .owl-nav button.owl-prev,
.doctors-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
}

.doctors-slider.owl-carousel .owl-nav button.owl-prev {
    left: -70px;
    outline: none;
}

.doctors-slider.owl-carousel .owl-nav button.owl-next {
    right: -70px;
    outline: none;
}

.doctors-slider.owl-carousel .owl-nav button.owl-prev:before {
    transform: rotate(-45deg);
    content: '';
    width: 25px;
    height: 25px;
    border-top: 3px solid #b8860b;
    border-left: 3px solid #b8860b;
    display: block;
    position: absolute;
    left: 20px;
    transition: left 0.3s ease 0s;
    top: 0px;
}

.doctors-slider.owl-carousel .owl-nav button.owl-prev:hover:before {
    left: 0px;
}

.doctors-slider.owl-carousel .owl-nav button.owl-next:before {
    content: '';
    width: 25px;
    height: 25px;
    border-top: 3px solid #b8860b;
    border-right: 3px solid #b8860b;
    display: block;
    transform: rotate(45deg);
    top: 0px;
    position: absolute;
    right: 20px;
    transition: right 0.3s ease 0s;
}

.doctors-slider.owl-carousel .owl-nav button.owl-next:hover:before {
    content: '';
    width: 25px;
    height: 25px;
    border-top: 3px solid #b8860b;
    border-right: 3px solid #b8860b;
    display: block;
    transform: rotate(45deg);
    top: 0px;
    position: absolute;
    right: 0px;
}




.doctors-slider.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    width: 30px;
    height: 3px;
    display: block;
    background: #b8860b;
    position: absolute;
    top: 13px;
    left: 18px;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.doctors-slider.owl-carousel .owl-nav button.owl-prev:hover:after {
    width: 50px;
    left: -2px;
}

.doctors-slider.owl-carousel .owl-nav button.owl-next:after {
    content: '';
    width: 30px;
    height: 3px;
    display: block;
    background: #b8860b;
    position: absolute;
    top: 13px;
    right: 18px;
    transition: width 0.3s ease 0s, right 0.3s ease 0s;
}

.doctors-slider.owl-carousel .owl-nav button.owl-next:hover:after {
    width: 50px;
    right: -2px;
}


.circles {
  position: relative;
  margin: 20px auto 10px auto;
  width: 60px;
}


.circles__ico{
  display: block;
  width: 60px;
  height: 60px;
}

.circles__ico:before,
.circles__ico:after,
.circles__ico2:before,
.circles__ico2:after{
  position: absolute;
  top:0;
  left:0;
}
.circles__ico:before,
.circles__ico:after,
.circles__ico2:before,
.circles__ico2:after{
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  background: #FF4B53;
  border-radius: 50%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.circles__ico2:before,
.circles__ico2:after{
  color: #e91e63;
}
.circles__ico:before{
  z-index: 3;
}
.circles__ico:after{
  animation: explode 4s infinite;
}


.circles__ico2:before{
  animation: explodeSmall 3s infinite;
}
.circles__ico2:after{
  animation: explodeSmall 2s infinite;
}

.circles__heart {
    position: absolute;
    z-index: 1010;
    width: 36px;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    fill: #FFFFFF;
}

.innerlikes {
    text-align: center;
    font-size: 20px;
    margin: 10px 0px;
}

.experts-cont {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 130px;
}

.experts-link {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
}

.experts-link:after {
    content: '';
    height: 4px;
    position: absolute;
    background: #b8860b;
    display: block;
    transition: left 0.3s ease 0s, right 0.3s ease 0s;
    left: 0%;
    right: 0%;
}

.experts-link:hover:after {
    content: '';
    height: 4px;
    background: #b8860b;
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
}

.partners {
    margin-top: 40px;
    margin-bottom: 60px;
}

.partners__slider-title {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 40px;
}


.partners__carousel.owl-carousel .owl-item img.partners__img {
    width: 80px;
    display: block;
    margin: 0 auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: filter 0.3s ease 0s;
}


.partners__carousel {
    margin-bottom: 100px;
}

.partners__link {
    text-decoration: none;
    display: block;
    padding: 20px 0px;
    transition: box-shadow 0.3s ease 0s;
    margin: 10px;
    border-radius: 5px;
}

.partners__carousel.owl-carousel .owl-item .partners__link.partners__link_active {
    box-shadow: 0px 0px 20px 0px #CCCCCC;
}

.partners__carousel.owl-carousel .owl-item .partners__link.partners__link_active img.partners__img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.partners__item {
    text-align: center;
}

.partners__wrp {
    min-height: 90px;
}

.partners__title {
    color: #777777;
    font-size: 14px;
}

.partners__carousel.owl-carousel.partners__carousel_other .partners__title {
    overflow: hidden;
    padding: 0px 10px;
}

.partners__carousel {
    position: relative;
}

.partners__carousel.owl-carousel .owl-nav button.owl-prev,
.partners__carousel.owl-carousel .owl-nav button.owl-next {
    top: 35px;
    position: absolute;
    width: 50px;
    height: 50px;
    outline: none;
}

.partners__carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-prev {
    left: -10px;
}

.partners__carousel.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-next {
    right: -10px;
}


.partners__carousel.owl-carousel .owl-nav button.owl-prev:before {
    transform: rotate(-45deg);
    content: '';
    width: 25px;
    height: 25px;
    border-top: 2px solid #b8860b;
    border-left: 2px solid #b8860b;
    display: block;
    top: calc(50% - 12px);
    left: calc(50% - 35px);
    position: absolute;
    outline: none;
    transition: left 0.3s ease 0s;
}

.partners__carousel.owl-carousel .owl-nav button.owl-prev:hover:before {
    left: -20px;
}

.partners__carousel.owl-carousel .owl-nav button.owl-next:before {
    transform: rotate(45deg);
    content: '';
    width: 25px;
    height: 25px;
    border-top: 2px solid #b8860b;
    border-right: 2px solid #b8860b;
    display: block;
    top: calc(50% - 12px);
    right: calc(50% - 35px);
    position: absolute;
    outline: none;
    transition: right 0.3s ease 0s;
}

.partners__carousel.owl-carousel .owl-nav button.owl-next:hover:before {
    right: -20px;
}

.partners__carousel {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.dialog-overlay {
    background: rgba(0,0,0,0.5);
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.dialog,.dialog2,.dialog3, .dialog4 {
    position: absolute;
    width: 100%;
    max-width: 800px;
    background: #FFFFFF;
    z-index: 1030;
    top: 100px;
    left: calc(50% - 400px);
    padding: 80px 100px;
    box-sizing: border-box;
    border-radius: 10px;
    display: none;
}

.dialog__cont-title, .dialog2__cont-title {
    margin: 0px 0px 30px 0px;
    font-size: 40px;
    color: #b8860b;
    text-align: center;
    font-family: "Roboto Slab", Serif;
}

.dialog__cont-title-like {
    margin: 0px 0px 50px 0px;
    font-size: 40px;
    color: #b8860b;
    text-align: center;
    font-family: "Roboto Slab", Serif;
    font-size: 30px;
}

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

.dialog__cont-text {
    font-size: 18px;
    margin-bottom: 40px;
}

input[name="votetype"] {
    display: none;
}

.reg-cont {
    display: none;
}

#withreg:checked ~ .withreg-cont.reg-cont {
    display: block;
}

#withoutreg:checked ~ .withoutreg-cont.reg-cont {
    display: block;
}

.btn-label {
    display: block;
    padding: 15px;
    text-align: center;
    background: #FAEBD7;
    color: #b8860b;
    border-radius: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 20px;
}

#withreg:checked + .btn-label,
#withoutreg:checked + .btn-label {
    background: #DAA520;
    color: #FFFFFF;
    position: relative;
}

#withreg:checked + .btn-label:after, #withoutreg:checked + .btn-label:after {
    position: absolute;
    bottom: 0px;
    content: '';
    left: 5px;
    right: 5px;
    box-shadow: 0px 0px 30px 5px #DAA520;
}

.dialog__inputcont {
    margin-bottom: 40px;
}

.dialog__input {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 4px solid #B8860B;
    outline: none;
    font-size: 18px;
    padding: 5px 0px;
}

.do-vote {
    display: block;
    padding: 15px;
    text-align: center;
    background: #DAA520;
    color: #FFFFFF;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    border: none;
    outline: none;
    position: relative;
}

.do-vote:after {
    position: absolute;
    bottom: 0px;
    content: '';
    left: 5px;
    right: 5px;
    box-shadow: 0px 0px 30px 5px #DAA520;
}
@media screen and (max-width: 800px){
    .dialog,.dialog2,.dialog3, .dialog4 {
        width: 90%;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px 30px;
    }
    
    .dialog__cont-title, .dialog2__cont-title {
        font-size: 26px;
    }
}

.fs-18 {
    font-size: 18px;
}

.text-right {
    text-align: right;
}

input[name="iagree"] {
    display: none;
}

input[name="iagree"] + label {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 3px solid #B8860B;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 10px;
}

input[name="iagree"]:checked + label:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 5px;
    transform: rotate(-50deg);
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    top: 7px;
    left: 4px;
}

.footer {
    padding: 50px 0px;
}

.footer__cont {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
}

.footer__logo {
    width: 100%;
    max-width: 140px;
}

.footer .nominations-logo {
    margin-top: 0px;
}

.footer__menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.footer__menuitem {
    display: inline-block;
}

.footer__menuitem-link {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
    transition: color 0.3s ease 0s;
    position: relative;
}

.footer__menuitem-link:after {
    content: '';
    left: 50%;
    right: 50%;
    background: #b8860b;
    position: absolute;
    height: 3px;
    bottom: 0px;
    transition: left 0.3s ease 0s, right 0.3s ease 0s;
}

.footer__menuitem-link:hover {
    color: #b8860b;
}

.footer__menuitem-link:hover:after {
    content: '';
    left: 0%;
    right: 0%;
    background: #b8860b;
    position: absolute;
}

.footer__socicons {
    width: 100%;
    max-width: 200px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.footer__logoimg {
    width: 100%;
}



.menu__item_parent {
    position: relative;
}

.menu__item_parent:after {
    position: absolute;
    right: 0px;
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    border-left: 2px solid #b8860b;
    border-bottom: 2px solid #b8860b;
    transform: rotate(-45deg);
    top: 2px;
    transition: transform 0.3s ease 0s, margin-top 0.3s ease 0s;
}



.agree-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    width: calc(100% - 50px);
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
}





.socicons {
    display: flex;
    justify-content:  flex-end;
    align-items: center;
}

.doctors-slider__slide .socicons {
    top: -13px;
    z-index: 100;
    position: absolute;
    right: 0px;
    margin-right: 30px;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.owl-item.active.center .doctors-slider__slide .socicons {
    opacity: 1;
}

.socicon {
    margin-left: 20px;
    width: 50px;
    height: 25px;
    overflow: hidden;
}


.socicons .socicon__link,
.socicons .socicon__link:before,
.socicons .socicon__link .socicon__img {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
    position: relative;
}
.socicons .socicon__link:before {
    top: 90%;
    left: -110%;
}

.socicons .socicon__link.socicon__link_facebook:before {
    background-color: #FFFFFF;
}
.socicons .socicon__link.socicon__link_facebook .socicon__img path {
    fill: #FFFFFF;
}

.socicons .socicon__link.socicon__link_facebook:after {
    background-color: #385699;
    position: absolute;
    left: 5px;
    top: 0px;
    right: 5px;
    bottom: 0px;
    content: '';
    z-index: -1;
    transform: skew(-20deg);
}


.socicons .socicon__link.socicon__link_instagram:before {
    background-color: #FFFFFF;
}
.socicons .socicon__link.socicon__link_instagram .socicon__img path {
    fill: #FFFFFF;
}

.socicons .socicon__link.socicon__link_instagram:after {
    background-color: #C42E8E;
    position: absolute;
    left: 5px;
    top: 0px;
    right: 5px;
    bottom: 0px;
    content: '';
    z-index: -1;
    transform: skew(-20deg);
}



.socicons .socicon__link:focus:before,
.socicons .socicon__link:hover:before {
    top: -10%;
    left: -10%;
}
.socicons .socicon__link:focus .socicon__img_fb path,
.socicons .socicon__link:hover .socicon__img_fb path {
    fill: #385699;
}

.socicons .socicon__link:focus .socicon__img_ig path,
.socicons .socicon__link:hover .socicon__img_ig path {
    fill: #C42E8E;
}


.socicons .socicon__link {
    display: inline-block;
    width: 50px;
    height: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
    opacity: 0.99;
    z-index: 10;
}

.socicons .socicon__link:before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.socicon__img_fb {
    height: 25px;
}

.socicon__img_ig {
    height: 18px;
    margin-top: 3px;
}


.experts-carousel .owl-item {
    transition: transform 0.3s ease 0s;
}

.experts-carousel .owl-item.active.center {
    transform: scale(1);
}
.experts-carousel .owl-item.active {
    transform: scale(0.8);
}

.experts-carousel .owl-item .experts__img {
    transition: filter 0.3s ease 0s;
}

.experts-carousel .owl-item.active.center .experts__img {
    filter: grayscale(0%);
}

.experts-carousel .owl-item.active.center:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
    box-shadow: 0px 0px 25px 1px #000000;
}

@media screen and (max-width: 1280px) {

    .partners__carousel.owl-carousel {
        width: calc(100% - 30px);
    }

    .doctors-slider, .experts-carousel {
        max-width: 100%;
        width: calc(100% - 140px);
    }
}


@media screen and (max-width: 1200px) {
    .header__main {
        max-width: 520px;
    }

    .header__text {
        font-size: 24px;
    }

    .header__title {
        font-size: 60px;
    }
}


 @media screen and (max-width: 1024px) {
    /*
    .header {
        background: url('/img/special/best_likar/header.jpg') no-repeat left top / 1024px auto;
        padding-top: 110px;
        padding-bottom: 180px;
    }
    */

    .header__main {
        max-width: 350px;
        width: 100%;
        margin-left: 220px;
    }

    .header__title {
        font-size: 40px;
    }

    .header__text {
        text-transform: uppercase;
        font-size: 20px;
        margin: 10px 0px 10px 5px;
    }

     .doctors-slider.owl-carousel .owl-stage-outer{
         padding-top: 5%;
         padding-bottom: 6%;
     }

     .doctors-slider__infobox {
        min-height: 70px;
        font-size: 18px;
     }

     .doctors-slider__prof {
         font-size: 12px;
         margin: 5px;
     }
}

@media screen and (max-width: 960px) {

    .logo {
        overflow: hidden;
    }

    .menu__item_deco {
        order: -1;
        width: 100%;
    }

    .langs {
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .menu {
        flex-flow: row wrap;
    }

    .footer__cont {
        flex-flow: row wrap;
        justify-content: center;
    }

    .footer__menu {
        justify-content: space-between;
    }

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

    .experts-cont {
        margin-bottom: 60px;
    }

    .footer__socicons {
        justify-content: center;
    }

    .doctors-slider__slide .socicons {
        margin-right: 5px;
        top: -10px;
    }

    .socicon {
        margin-left: 5px;
    }
}

@media screen and (max-width: 840px) {
    .dialog {
        left: 15px;
        right: 15px;
        max-width: 100%;
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 767px) {
    .doctors-slider__prof {
        font-size: 12px;
    }

    .doctors-slider {
        width: calc(100% - 80px);
    }

    .doctors-slider.owl-carousel .owl-nav button.owl-prev, .doctors-slider.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: calc(50% - 20px);
        width: 60px;
        height: 60px;
    }

    .doctors-slider.owl-carousel .owl-nav button.owl-prev {
        left: -50px;
    }

    .doctors-slider.owl-carousel .owl-nav button.owl-next {
        right: -50px;
    }

    .doctors-slider.owl-carousel .owl-nav button.owl-prev:before {
        width: 15px;
        height: 15px;
    }

    .doctors-slider.owl-carousel .owl-nav button.owl-prev:after {
        width: 30px;
        top: 8px;
    }

    .doctors-slider.owl-carousel .owl-nav button.owl-next:before,
    .doctors-slider.owl-carousel .owl-nav button.owl-next:hover:before {
        width: 15px;
        height: 15px;
    }

    .doctors-slider.owl-carousel .owl-nav button.owl-next:after {
        width: 30px;
        top: 8px;
    }

    .menu {
        justify-content: center;
    }

    .menu__item {
        margin: 0px 15px;
    }
}

@media screen and (max-width: 680px) {
    .footer__menu {
        display: block;
    }

    .footer__menuitem {
        width: calc(100% - 30px);
        display: block;
    }
}


@media screen and (max-width: 640px) {
    .doctors-slider .owl-item.active.center {
        transform: none;
    }

    .doctors-slider__img,
    .experts-carousel .owl-item.active.center .experts__img {
        filter: none;
        transition: none;
    }
    

    .doctors-slider.owl-carousel .owl-stage-outer {
        padding: 20px 0px;
        overflow: hidden;
    }

    .doctors-slider__infobox {
        opacity: 1;
    }

    .doctors-slider__fb {
        opacity: 1;
    }

    .doctors-slider__ig {
        opacity: 1;
    }

    .doctors-slider .owl-item.active.center:after {
        display: none;
    }


    .doctors-slider__prof {
        margin: 10px;
        font-size: 16px;
    }

    .dialog__cont-title {
        font-size: 28px;
    }

    .btn-label,.do-vote {
        font-size: 16px;
    }

    .doctors-slider__img {
        filter: none;
    }
    
    .owl-item.active.center .doctors-slider__img {
        filter: none;
    }

}


 @media screen and (max-width: 600px) {
    /*
    .header {
        background: url('/img/special/best_likar/header.jpg') no-repeat 10% top / 1024px auto;
    }
    */

    .header__main {
        margin-left: 30%;
    }
 }

 @media screen and (max-width: 520px) {
    /*
    .header {
        background: url('/img/special/best_likar/header.jpg') no-repeat 10% top / 900px auto;
    }
    */

    .header__main {
        margin-left: 30%;
        max-width: 240px;
    }

    .header__title {
        font-size: 28px;
    }

    .header__text {
        font-size: 18px;
    }
 }

@media screen and (max-width: 480px) {
    .logo__ico2{
        display: none;
    }
    .menu__item {
        width: 100%;
        text-align: center;
    }

    .menu__sub {
        position: static;
        display: block;
        max-height: 0px;
        /* will-change: max-height; */
        overflow: hidden;
        border: none;
        transition: max-height 0.3s ease;
    }

    .menu__item[data-status=active] .menu__link {
        color: #b8860b;
    }

    .menu__item[data-status=active] .menu__sub {
        max-height: 500px;
        opacity: 1;
    }

    .menu__item[data-status=active] .menu__link {
        color: #b8860b;
        position: relative;
    }
    .menu__item[data-status=active] .menu__link:after {
        left: 0%;
        right: 0%;
    }
    .menu__item_parent[data-status=active]:after {
        transform: rotate(135deg);
        margin-top: 8px;
    }


    .menu__item_parent .menu__link {
        padding-right: 5px;
    }

    .menu__item_parent:after {
        right: -5px;
    }

    .dialog {
        padding: 20px;
    }


    .dialog__cont-text {
        font-size: 16px;
    }

    .agree-label {
        font-size: 16px;
    }

    .land-text {
      font-size: 18px;
    }

    .partners__wrp {
      padding: 20px;
    }

    .partners__carousel.owl-carousel.partners__carousel_other .owl-item img.partners__img {
      max-width: 100%;
      width: auto;
    }

    .partners__carousel.owl-carousel.partners__carousel_other .owl-nav button.owl-prev,
    .partners__carousel.owl-carousel.partners__carousel_other .owl-nav button.owl-next {
      top: calc(50% - 25px);
    }

    .partners__carousel.owl-carousel.partners__carousel_other .owl-nav button.owl-prev:before {
      left: calc(50% - 42px);
    }

    .partners__carousel.owl-carousel.partners__carousel_other .owl-nav button.owl-next:before {
      right: calc(50% - 42px);
    }

    .motivator {
      font-size: 30px;
      margin-bottom: 30px;
    }

    .doctors-slider__prof {
      font-size: 12px;
      margin: 5px;
    }

}

@media screen and (max-width: 479px) {
    .partners__carousel.owl-carousel.partners__carousel_other .partners__title {
      font-size: 21px;
      padding: 0px 20px;

    }
}


 @media screen and (max-width: 400px) {



    .header__main {
        margin-left: 20%;
        max-width: 240px;
    }

 }


.experts-carousel.owl-carousel .owl-stage-outer {
    overflow-y: visible;
    padding-top: 5%;
    padding-bottom: 6%;
}

.nominations-header {
    margin-bottom: -80px;
}

.nominations-logo {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 200px;
    margin-top: 30px;
    margin-left: 60px;
    transition: transform .1s ease-in-out;
}
.nominations-logo:hover{
    transform: scale(1.03);
}

.nominations-title {
    font-size: 18px;
    color: #b8860b;
    font-family: 'Roboto Slab', serif;
    margin: 0px;
}

.menu-nominations {
    margin-bottom: 50px;
}

.menu-nominations .logo {
    margin-left: -40px;
}

.nominations-photo-text {
    background: #FAEBD7;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
}


.nominations-slider__slide {
    padding: 0px 50px 0px 100px;
    box-sizing: border-box;
    margin-left: 50px;
}

.nominations-slider__img {
    margin-left: -130px;
    margin-top: -130px;
    border-radius: 10px;
    width: 100%;
    max-width: 370px;
    float: left;
    margin-right: 30px;
}

.nominations-slider__prof {
    text-transform: uppercase;
    color: #b8860b;
    font-size: 18px;
}
.nominations-slider__title {
    margin: 15px 0px;
}
.nominations-slider__title a {
    font-size: 24px;
    color: #343434;
    font-family: "Roboto Slab", Serif;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    transition: color .1s ease-in-out;
}
.nominations-slider__title a:hover,
.nominations-slider__title a:focus {
    color: #b8860b;
}

.nominations-desc {
    font-size: 18px;
    line-height: 160%;
}

.nominations-vote {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 100px;
    transition: padding 0.3s ease 0s, background 0.3s ease 0s;
    text-align: center;
    background: #DAA520;
    color: #FFFFFF;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 20px;
    border: none;
    outline: none;
    position: relative;
}


.nominations-vote:after {
    position: absolute;
    bottom: 0px;
    content: '';
    left: 5px;
    right: 5px;
    box-shadow: 0px 0px 30px 5px #DAA520;
}

.nominations-vote:hover {
    padding: 20px 80px;
    background: #B8860B;
}



.nominations-upper-panel {
    text-align: right;
    padding: 40px 20px;
}

.nominations-cont .socicons {
    position: static;
    opacity: 1;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -10px;
}

.nominations-cont .socicon {
    display: inline-block;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
}

.socicons .socicon__link.socicon__link_inner:before {
    background-color: #FFFFFF;
}
.socicons .socicon__link.socicon__link_inner .socicon__img path {
    fill: #FFFFFF;
}

.socicons .socicon__link.socicon__link_inner:after {
    background-color: #FF434B;
    position: absolute;
    left: 5px;
    top: 0px;
    right: 5px;
    bottom: 0px;
    content: '';
    z-index: -1;
    transform: skew(-20deg);
}

.socicon__img_in {
    height: 18px;
    margin-top: 3px;
}

.socicons .socicon__link:focus .socicon__img_in path,
.socicons .socicon__link:hover .socicon__img_in path {
    fill: #FF434B;
}

.nominations-counter {
    font-size: 18px;
}



.nominations-slider.owl-carousel .owl-nav button.owl-prev,
.nominations-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 15px);
}

.nominations-slider.owl-carousel .owl-nav button.owl-prev {
    left: -70px;
    outline: none;
}

.nominations-slider.owl-carousel .owl-nav button.owl-next {
    right: -70px;
    outline: none;
}

.nominations-slider.owl-carousel .owl-nav button.owl-prev:before {
    transform: rotate(-45deg);
    content: '';
    width: 25px;
    height: 25px;
    border-top: 3px solid #b8860b;
    border-left: 3px solid #b8860b;
    display: block;
}

.nominations-slider.owl-carousel .owl-nav button.owl-next:before {
    content: '';
    width: 25px;
    height: 25px;
    border-top: 3px solid #b8860b;
    border-right: 3px solid #b8860b;
    display: block;
    transform: rotate(45deg);
}

.nominations-slider.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    width: 50px;
    height: 3px;
    display: block;
    background: #b8860b;
    position: absolute;
    top: 13px;
    left: -2px;
}

.nominations-slider.owl-carousel .owl-nav button.owl-next:after {
    content: '';
    width: 50px;
    height: 3px;
    display: block;
    background: #b8860b;
    position: absolute;
    top: 13px;
    right: -2px;
}

.nominations-slider {
    margin-bottom: 100px;
}

.nominants {
    display: flex;
    flex-flow: row wrap;
    padding: 8px;

    align-items: center;
    margin-bottom: 100px;
}

.nominants__item {
    width: calc(20% - 32px);
    margin: 16px;
}

.nominants__img {
    width: 100%;
    border-radius: 20px;
    filter: grayscale(100%);
}


.experts__item {
    /*
    margin: 32px;
    width: calc(33.333% - 64px);*/
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease 0s;
}

.experts__img {
    width: 100%;
    filter: grayscale(100%);
}

.experts__info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #BBC6CF;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    color: #29354d;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.experts__item.experts__item_active {
    transform: scale(1.2);
    z-index: 1000;
}

.experts__item.experts__item_active .experts__img {
    filter: grayscale(0%);
}

.experts__item.experts__item_active .experts__info {
    opacity: 1;
}


.experts-carousel.owl-carousel .owl-nav button.owl-prev,
.experts-carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
}

.experts-carousel.owl-carousel .owl-nav button.owl-prev {
    left: -70px;
    outline: none;
}

.experts-carousel.owl-carousel .owl-nav button.owl-next {
    right: -70px;
    outline: none;
}

.experts-carousel.owl-carousel .owl-nav button.owl-prev:before {
    transform: rotate(-45deg);
    content: '';
    width: 25px;
    height: 25px;
    border-top: 3px solid #b8860b;
    border-left: 3px solid #b8860b;
    display: block;
    position: absolute;
    left: 20px;
    transition: left 0.3s ease 0s;
    top: 0px;
}

.experts-carousel.owl-carousel .owl-nav button.owl-prev:hover:before {
    left: 0px;
}

.experts-carousel.owl-carousel .owl-nav button.owl-next:before {
    content: '';
    width: 25px;
    height: 25px;
    border-top: 3px solid #b8860b;
    border-right: 3px solid #b8860b;
    display: block;
    transform: rotate(45deg);
    top: 0px;
    position: absolute;
    right: 20px;
    transition: right 0.3s ease 0s;
}

.experts-carousel.owl-carousel .owl-nav button.owl-next:hover:before {
    content: '';
    width: 25px;
    height: 25px;
    border-top: 3px solid #b8860b;
    border-right: 3px solid #b8860b;
    display: block;
    transform: rotate(45deg);
    top: 0px;
    position: absolute;
    right: 0px;
}

.experts-carousel.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    width: 30px;
    height: 3px;
    display: block;
    background: #b8860b;
    position: absolute;
    top: 13px;
    left: 18px;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.experts-carousel.owl-carousel .owl-nav button.owl-prev:hover:after {
    width: 50px;
    left: -2px;
}

.experts-carousel.owl-carousel .owl-nav button.owl-next:after {
    content: '';
    width: 30px;
    height: 3px;
    display: block;
    background: #b8860b;
    position: absolute;
    top: 13px;
    right: 18px;
    transition: width 0.3s ease 0s, right 0.3s ease 0s;
}

.experts-carousel.owl-carousel .owl-nav button.owl-next:hover:after {
    width: 50px;
    right: -2px;
}




.nominations-desc__show-more{
    display: none;
}

.nominations__bottom-text {
    text-align: center;
    width: 100%;
    max-width: 570px;
    margin: 40px auto 60px auto;
    font-size: 18px;
}

.nominants__link {
    display: block;
    position: relative;
}

.nominants__link .nominants__img {
    transform: scale(1);
    transition: transform 0.3s ease 0s, filter 0.3s ease 0s;
    filter: grayscale(100%);
}

.nominants__link.nominants__link_active .nominants__img {
    filter: grayscale(0%);
    transform: scale(1.2);
}

.nominants__link:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0px;
    width: 100%;
    transition: box-shadow 0.3s ease 0s;
}

.nominants__link.nominants__link_active:after {
    box-shadow: 0px 0px 25px 1px #000000;
}

.experts_hidden {
    display: none;
}

.experts-carousel .owl-item.active.center:after {

}

.doctor-box{
    position: relative;
}

.motivator--doctor{
    margin: 30px 0;
}

.motivator--section{
    margin: 30px 0;
}

@media screen and (max-width: 1366px) {
    .nominations-slider.owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .nominations-slider.owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

    .nominations-slider.owl-carousel .owl-nav button.owl-prev:before {
        width: 15px;
        height: 15px;
    }

    .nominations-slider.owl-carousel .owl-nav button.owl-prev:after {
        width: 30px;
        top: 8px;
    }

    .nominations-slider.owl-carousel .owl-nav button.owl-next:before {
        width: 15px;
        height: 15px;
    }

    .nominations-slider.owl-carousel .owl-nav button.owl-next:after {
        width: 30px;
        top: 8px;
    }

}

@media screen and (max-width: 1280px) {
    .nominations-logo {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .nominations-slider__slide {
        padding: 0px 50px 0px 50px;
        box-sizing: border-box;
        margin-left: 0px;
    }

    .nominations-slider__img {
        margin-left: 0px;
        margin-top: 0px;
        border-radius: 10px;
        width: 100%;
        max-width: 280px;
        float: left;
        margin-right: 30px;
    }

    .nominations-upper-panel {
        padding: 20px 0px;
        justify-content: space-between;
        display: flex;
        align-items: flex-end;
    }

    .nominations-slider.owl-carousel .owl-nav button.owl-prev,
    .nominations-slider.owl-carousel .owl-nav button.owl-next {
        top: calc(50% + 40px);
    }
}

@media screen and (max-width: 960px) {
    .menu-nominations .logo {
        margin: 0px auto;
    }

    .nominations-header {
        margin: 0px;
    }

    .nominations-logo {
        max-width: 100%;
        margin: 30px;
        text-align: center;
        width: calc(100% - 60px);
    }

    .footer .nominations-logo {
        margin: 30px;
    }

    .nominations-title {
        text-align: center;
        font-size: 24px;
    }

    .nominants__item {
        width: calc(25% - 16px);
        margin: 8px;
    }

    .partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-prev {
        left: 0px;
    }
    .partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-next {
        right: 0px;
    }
}

@media screen and (max-width: 840px) {
    .experts__info {
        line-height: 20px;
        font-size: 16px;
        padding: 10px;
    }
}


@media screen and (max-width: 767px) {
    .experts-carousel.owl-carousel .owl-nav button.owl-prev,
    .experts-carousel.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: calc(50% - 20px);
        width: 60px;
        height: 60px;
    }

    .experts-carousel.owl-carousel .owl-nav button.owl-prev {
        left: -50px;
    }

    .experts-carousel.owl-carousel .owl-nav button.owl-next {
        right: -50px;
    }

    .experts-carousel.owl-carousel .owl-nav button.owl-prev:before {
        width: 15px;
        height: 15px;
    }

    .experts-carousel.owl-carousel .owl-nav button.owl-prev:after {
        width: 30px;
        top: 8px;
    }

    .experts-carousel.owl-carousel .owl-nav button.owl-next:before,
    .experts-carousel.owl-carousel .owl-nav button.owl-next:hover:before {
        width: 15px;
        height: 15px;
    }

    .experts-carousel.owl-carousel .owl-nav button.owl-next:after {
        width: 30px;
        top: 8px;
    }
}



@media screen and (max-width: 640px) {
    .nominations-slider__img {
        margin-bottom: 30px;
    }

    .nominations-slider__img {
        width: 100%;
        max-width: 100%;
    }

    .nominations-photo-text {
        padding: 20px 20px 40px;
    }

    .nominations-vote {
        padding: 20px;
    }

    .nominants__item {
        width: calc(50% - 16px);
        margin: 8px;
    }


    .experts-carousel .owl-item.active.center {
        transform: none;
    }

    .experts__img {
        filter: none;
        transition: none;
    }

    .experts-carousel.owl-carousel .owl-stage-outer {
        padding: 20px 0px;
        overflow: hidden;
    }

    .experts-carousel .owl-item.active.center:after {
        display: none;
    }

    .nominations-desc {
      height: 220px;
      overflow: hidden;
      position: relative;
      line-height: 130%;
      transition: all .3s ease-in-out;
    }
    .nominations-desc__show-more{
        position: absolute;
        display: block;
        bottom: 0;
        transform: translateX(-55%);
        left: 50%;
        padding: 15px;
        color: #b8860b;
        z-index: 2;
    }
    .nominations-desc__show-more:after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-80%) rotate(-135deg);
        transition: transform .3s ease-in-out;
        right: -10px;
        width: 10px;
        height: 10px;
        border: 2px solid #b8860b;
        border-right: none;
        border-bottom: none;
    }
    .nominations-desc__show-more[data-status=active]:after{
        transform: translateY(-50%) rotate(45deg);
    }

    .nominations-desc__show-more[data-status=active] + .nominations-desc {
        height: 100%;
      }
      .nominations-desc__show-more[data-status=active] + .nominations-desc:after {
        height: 0px;
      }

      /* .nominations-desc__label{
        position:     position: absolute;
      } */

    .nominations-desc:after {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      content: '';
      height: 100px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faebd7+0,faebd7+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(250,235,215,0) 0%, rgba(250,235,215,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(250,235,215,0) 0%,rgba(250,235,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(250,235,215,0) 0%,rgba(250,235,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00faebd7', endColorstr='#faebd7',GradientType=0 ); /* IE6-9 */
    }

    .nominations-slider + .nomination {
      display: none;
    }

    .doctor-box + .nomination {
      display: none;
    }

    .nominants {
      display: none;
    }

    .experts-carousel {
      max-width: 100%;
      width: calc(100% - 70px);
    }

    .nomination {
        margin-bottom: 0px;
    }

    .nominations__bottom-text {
      margin: 10px 0px;
    }

}

@media screen and (max-width: 480px) {
    .nominations-upper-panel {
        flex-flow: row wrap;
    }

    .nominations-vote {
        width: 100%;
        margin-bottom: 20px;
    }

    .nominations-cont .socicons {
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .nominations-cont .socicon {
        margin: 0px 20px;
    }

    .nominants {
        padding: 0px;
    }

    .nominants__item {
        width: 100%;
        margin: 10px 0px;
    }

    .experts {
        display: block;
        padding: 0px;
    }

    .experts__item {
        width: 100%;
        margin: 10px 0px;
    }

    .nominations-slider__slide {
      padding: 0px 35px;
    }

    .partners {
      margin-bottom: 0px;
    }

}



/* РџР°СЂС‚РЅРµСЂС‹ */
.partners-title {
    font-size: 40px;
    color: #b8860b;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    text-align: center;
}

.partners__carousel.partners__carousel_partners {
    height: 300px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


.partners__carousel.partners__carousel_partners.owl-carousel .owl-item img.partners__img {
    width: auto;
    height: 100px;
}

.partners__carousel.owl-carousel.partners__carousel_partners .owl-item .partners__link:hover img.partners__img {
    filter: grayscale(100%);
}

.partners__carousel.partners__carousel_partners .active.center img.partners__img,
.partners__carousel.partners__carousel_partners .active.center .partners__link:hover img.partners__img {
    filter: grayscale(0%);
}



.partners__carousel_partners.partners__carousel.owl-carousel .owl-item .partners__link:hover {
    box-shadow: none;
}

.partners__carousel.partners__carousel_partners .partners__wrp {
    margin-bottom: 20px;
}

.partners__carousel.partners__carousel_partners .partners__title {
    color: #444444;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
}

.partners__carousel.partners__carousel_partners .active.center .partners__title {
    font-size: 24px;
    color: #000000;
}

.partners__carousel.partners__carousel_partners .partners__item {
    transition: box-shadow 0.3s ease 0s;
}

.partners__carousel.partners__carousel_partners .active.center .partners__item {
    box-shadow: 0px 0px 20px 0px #CCCCCC;
}

.partners__carousel.partners__carousel_partners .partners__link {
    padding: 40px 20px;
    overflow: hidden;
}

.partners__carousel.partners__carousel_partners .partners__wrp {
    transition: margin-bottom 0.3s ease 0s;
}

.partners__carousel.partners__carousel_partners .active.center .partners__wrp {
    margin-bottom: 40px;
}

.partners__carousel.partners__carousel_partners .partners__title {
    transition: font-size 0.3s ease 0s;
}

.partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-prev,
.partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-next {
    border: none;
    transform: none;
    top: calc(50% - 80px);
}

.partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-prev:before {
    transform: rotate(-45deg);
    content: '';
    width: 25px;
    height: 25px;
    border-top: 3px solid #b8860b;
    border-left: 3px solid #b8860b;
    display: block;
    top: calc(50% - 15px);
    left: 7px;
}

.partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-prev:hover:before {
    transform: rotate(-45deg);
    content: '';
    width: 25px;
    height: 25px;
    border-top: 3px solid #b8860b;
    border-left: 3px solid #b8860b;
    display: block;
    top: calc(50% - 15px);
    left: -2px;
}


.partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-prev:after {
    content: '';
    width: 30px;
    height: 3px;
    display: block;
    background: #b8860b;
    position: absolute;
    top: 23px;
    left: 5px;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-prev:hover:after {
    content: '';
    width: 40px;
    height: 3px;
    display: block;
    background: #b8860b;
    position: absolute;
    top: 23px;
    left: -5px;
}



.partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-next:before {
    content: '';
    width: 25px;
    height: 25px;
    border-top: 3px solid #b8860b;
    border-right: 3px solid #b8860b;
    display: block;
    transform: rotate(45deg);
    top: calc(50% - 15px);
    right: 7px;
    transition: right 0.3s ease 0s;
}

.partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-next:hover:before {
    content: '';
    width: 25px;
    height: 25px;
    border-top: 3px solid #b8860b;
    border-right: 3px solid #b8860b;
    display: block;
    transform: rotate(45deg);
    top: calc(50% - 15px);
    right: -2px;
}

.partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-next:after {
    content: '';
    width: 30px;
    height: 3px;
    display: block;
    background: #b8860b;
    position: absolute;
    top: 23px;
    right: 5px;
    transition: width 0.3s ease 0s, right 0.3s ease 0s;
}

.partners__carousel.owl-carousel.partners__carousel_partners .owl-nav button.owl-next:hover:after {
    content: '';
    width: 40px;
    height: 3px;
    display: block;
    background: #b8860b;
    position: absolute;
    top: 23px;
    right: -5px;
}










.partner-desc {
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
/*    font-weight: bold;*/
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.hidden-desc {
    display: none;
}

.stages {
    background: #FAEBD7;
    padding: 40px 20px;
}

.stages__cont {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.stages__title {
    color: #444444;
    font-size: 40px;
    font-family: "Roboto Slab", Serif;
    margin-top: 0px;
    margin-bottom: 40px;
}

.stages__date {
    color: #b8860b;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 20px;
}

.stages__text {
    color: #444444;
    font-size: 24px;
    font-family: "Roboto Slab", Serif;
    margin-bottom: 30px;
}

.conditions {
    padding: 20px;
}

.conditions__text {
    text-align: left;
    font-size: 18px;
    line-height: 150%;
}

@media screen and (max-width: 960px) {
    .partners__carousel.partners__carousel_partners.owl-carousel .owl-item img.partners__img {
        height: 80px;
    }

    .partners__carousel.partners__carousel_partners {
        width: calc(100% - 80px);
        padding: 0px 40px;
    }
}

@media screen and (max-width: 640px) {
    .partners__carousel.partners__carousel_partners .active.center .partners__item {
        margin: 10px;
    }
}




@media screen and (max-width: 480px) {
    .partners__carousel.partners__carousel_partners .active.center .partners__item {
        margin: 0px 10px;
    }

    .partners__carousel.partners__carousel_partners.owl-carousel .owl-item img.partners__img {
        width: auto;
        height: auto;
    }

    .partners__carousel.partners__carousel_partners .active.center .partners__wrp {
        margin-bottom: 20px;
        min-height: 0px;
    }

    .partner-desc {
      font-size: 20px;
    }

    .partners__carousel.partners__carousel_partners {
      height: auto;
    }

    .partners__carousel.partners__carousel_partners.owl-carousel .owl-item img.partners__img {
      width: 100%;
    }
}

/* РџРѕР±РµРґРёС‚РµР»Рё */
.winners {
    background: #29354D;
    padding: 10px;
}

.winners__msg {
    width: 100%;
    color: #FFFFFF;
    border: 4px double #b8860b;
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
    border-style: double;
    font-size: 26px;
    max-width: 850px;
    margin: 0 auto;
}

.winners .nominations-title {
    color: #eed9af;
}

.winners .menu__link {
    color: #b8860b;
    transition: color 0.3s ease 0s;
}

.winners .menu__link:hover {
    color: #FFFFFF;
}

.winners .menu__item:hover .menu__link {
    color: #FFFFFF;
}

.winners .menu__sub {
    color: white;
    background: #29354D;
    border-left: 1px solid #29354D;
    border-bottom: 1px solid #29354D;
    border-right: 1px solid #29354D;
}
.winners .menu__subitem-link {
    color: white;
    background: #29354D;
}
.winners .menu__item_parent:hover:after {
    border-left: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}


.winners .prl__link {
    color: #b8860b;
}

.winners .prl__active .prl__link {
    color: #000000;
}

.winners .menu__item .menu__link:after {
    background: #FFFFFF;
}

.winners-title {
    font-size: 40px;
    color: #FFFFFF;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    text-align: center;
}

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
}
/* flip the pane when hovered */
/*.flip-container:hover .flipper,*/
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
/*    width: 320px;
    height: 480px;*/
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front {
    backface-visibility: hidden;
/*    position: absolute;*/
    top: 0;
    left: 0;
    border-radius: 10px;
}

.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 10px;
    background: #B8860B;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
}


      /* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

.winners {
    padding: 16px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.winners__item {
    margin: 16px;
    width: calc(33.333% - 32px);
}

.winners__img {
    width: 100%;
    min-height: 332px;
    filter: grayscale(100%);
    transition: filter 0.3s ease 0s;
}

.winners__front {
    position: relative;
}

.winners__info {
    padding: 10px;
    background: #B8860B;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
}

.winners__link {
    text-decoration: none;
    color: #000000;
}

.back__nomin {
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin: 20px 0px;
    font-size: 18px;
}

.back__fio {
    font-size: 24px;
    font-weight: bold;
    font-family: "Roboto Slab", Serif;
    margin-bottom: 30px;
    text-align: center;
}

.front__fio {
    font-size: 24px;
    font-weight: bold;
    font-family: "Roboto Slab", Serif;
    text-align: center;
    max-height: 0px;
    overflow: hidden;
    color: #000000;
    transition: max-height 0.3s ease 0s, margin-bottom 0.3s ease 0s;
    margin-bottom: 0px;
}

.winners__link:hover .front__fio {
    max-height: 100px;
    margin-bottom: 10px;
    transition: max-height 0.3s ease 0s, margin-bottom 0.3s ease 0s;
}

.winners__link:hover .winners__img {
    filter: grayscale(0%);
}

.back__desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
}

.winners__info-text {
    color: #faebd7;
    font-size: 24px;
    font-weight: 300;
    margin: 10px;
}

.winners__item .socicons .socicon__link.socicon__link_facebook,
.winners__item .socicons .socicon__link.socicon__link_instagram {
    background: none;
    border: none;
    cursor: pointer;
}

.winners__item .socicons .socicon__link:focus:before,
.winners__item .socicons .socicon__link:hover:before {
    display: none;
}

.winners__item .socicons .socicon__link.socicon__link_facebook:before {
    background: #B8860B;
    display: none;
}

.winners__item .socicons .socicon__link.socicon__link_instagram:before {
    background: #B8860B;
    display: none;
}

.winners__item .socicons .socicon__link:focus .socicon__img_fb path,
.winners__item .socicons .socicon__link:hover .socicon__img_fb path,
.winners__item .socicons .socicon__link:focus .socicon__img_ig path,
.winners__item .socicons .socicon__link:hover .socicon__img_ig path
{
    fill: #FFFFFF;
}

.front__cont {
    overflow: hidden;
    border-radius: 10px;
}

.back__cont {
    overflow: hidden;
    color: #000000;
    font-size: 18px;
    line-height: 150%;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
}

.back__cont:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    content: '';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8860b+0,b8860b+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(184,134,11,0) 0%, rgba(184,134,11,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(184,134,11,0) 0%,rgba(184,134,11,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(184,134,11,0) 0%,rgba(184,134,11,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8860b', endColorstr='#b8860b',GradientType=0 ); /* IE6-9 */
}


.winners__item .socicons {
    position: absolute;
    right: 30px;
    top: -12px;
}


.dialog__thx {
    display: none;
}

.dialog__thx .dialog__cont-title,
.dialog__thx2 .dialog2__cont-title {
    margin-bottom: 0px;
}

.dialog__close, .dialog2__close {
    border: none;
    background: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 35px;
    color: #000000;
    line-height: 30px;
    font-size: 30px;
    cursor: pointer;
    cursor: pointer;
    outline: none;
}


ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol > li {
    margin: 0;
}

li ol > li:before {
    content: counters(item, ".") " ";
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

@media screen and (max-width: 1280px) {
    .winnrs.partners__carousel.owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .winnrs.partners__carousel.owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

    .winnrs.partners__carousel.owl-carousel {
        width: calc(100% - 60px);
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 960px) {
    .winners__item {
        margin: 16px;
        width: calc(50% - 32px);
    }

    .winners .nominations-logo {
        margin-top: 0px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .winners {
        padding: 0px;
        display: block;
    }
    .winners__item {
        margin: 16px 0px;
        width: 100%;
    }
}

.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding:0 !important;
	border:0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

/* bubble button */
.drug-bubble {
    display: none;
    position: fixed;
    transition: transform .5s ease-in-out;
    bottom: 40%;
    right: 20px;
    padding-top: 40px;
    width: 100px;
    z-index: 1000;
  }
  @media screen and (max-width: 960px) {
    .drug-bubble{
      display: block;
    }
  }
  .drug-bubble__close {
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    font-size: 30px;
    top: 0px;
    outline: none;
  }
  
  .drug-bubble__link {
    background: #ffbe21;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 100px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
  }
  
  .drug-bubble__link:hover,
  .drug-bubble__link:active,
  .drug-bubble__link:focus {
    text-decoration: none;
    color: #FFFFFF;
  }
  .drug-bubble__link:active{
    transform: scale(1.3);
  }

/*# sourceMappingURL=best_likar.min.css.map */
