@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('../font/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-ExtraBold.woff') format('woff'),
        url('../font/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Heavy.eot');
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
        url('../font/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Heavy.woff') format('woff'),
        url('../font/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('../font/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-SemiBold.woff') format('woff'),
        url('../font/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('../font/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Light.woff') format('woff'),
        url('../font/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../font/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Regular.woff') format('woff'),
        url('../font/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('../font/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Medium.woff') format('woff'),
        url('../font/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-UltraLight.eot');
    src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
        url('../font/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-UltraLight.woff') format('woff'),
        url('../font/Gilroy-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../font/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Bold.woff') format('woff'),
        url('../font/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Thin.eot');
    src: local('Gilroy Thin'), local('Gilroy-Thin'),
        url('../font/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Thin.woff') format('woff'),
        url('../font/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('../font/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Black.woff') format('woff'),
        url('../font/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    line-height: 24px;
    font-family: 'Gilroy', sans-serif;
    color: #565656;
    font-size: 15px;
    min-width: 290px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.editoradmin {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #575757;
    font-weight: 400;
    margin-bottom: 80px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

input,
button,
textarea,
select {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

mark {
    background: #ff0;
    color: #000;
}

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 0px solid #c0c0c0;
    margin: 0px;
    padding: 0px;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html.overyhid {
    overflow-x: hidden;
}

embed,
object,
iframe {
    width: 100%;
}

a {
    text-decoration: underline;
    border: none;
    outline: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #71858d;
}

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

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #eb6101;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

img {
    border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color: #505050;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 15px;
    font-weight: bold;
}

h5 {
    font-size: 15px;
}

ul li {
    list-style: none;
}

ol li {
    list-style: none;
    padding: 4px 0px;
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding: 0;
}

.slick-list:focus {

    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
	}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.moduletable.slidebl {
    position: relative;
    height: 373px;
}

ul.mysliders {
    position: relative;
    height: 100vh;
}

.moduletable.slidebl ul .slick-track {
    width: 100% !important;
    height: 373px;
}

.mysliders .mysliderlist:first-child {
    /* opacity: 1; */
}

.moduletable.slidebl .slick-list {
    overflow: visible;
}

.mysliders .slick-slide {
    height: 100vh;
    /* height: 0vh; */
    position: absolute !important;
    width: 100% !important;
    left: 0px !important;
    top: 0px !important;
    opacity: 0;
}

.mysliders .mysliderlist {
    height: 100vh;
    width: 100% !important;
    left: 0px !important;
    top: 0px !important;
    overflow: hidden;
}

.slidelbl {

    position: relative;
}

.slyoutube.slideli {
    position: relative;
    height: 0;
    padding-bottom: 56.28%;
}

.slimage {
    width: 100% !important;
    height: 100%;
    background-position: center top !important;
}
datalist {
  position: absolute;
  max-height: 20em;
  border: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 5;
  min-width: 265px;
}

datalist option {
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  text-align: left;
  padding: 9px 15px;
}

/* option active styles */
datalist option:hover, datalist option:focus {
  outline: 0 none;
  background: #eb6101;
  color: #fff;
}
.container {
    width: 1580px;
    margin: 0px auto;
    padding: 0px 15px;
}

.slimage.yvsl {
    display: none;
}

button.gm-control-active.gm-fullscreen-control {
    display: none !important;
}

.mysliders .mysliderlist .container.consltop {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    z-index: 10;
}


.slide_img {
    height: 100vh;
    background-size: cover !important;
    background-position: center top !important;
    position: relative;
}

.slide_text_block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-top: 265px;
    text-align: right;
}

ul.mysliders .slick-list {
    height: 100vh;
}

ul.mysliders .slick-track {
    width: 100% !IMPORTANT;
}

.pagination {
    text-align: center;
    margin-top: 90px;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 9px;
}

.pagination a {
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    padding: 0px 9px;
    box-sizing: border-box;
    color: #666;
    font-weight: 400;
}

.pagination li span {
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 18px;
    color: #2e373e;
    font-weight: 700;
}

.pagination a:hover {
    color: #2e373e;
    font-weight: 700;
}

.pagination_result_counter {
    display: none !important;
}

li.pagination-previous {}

li.pagination-next {
    display: none !important;
}

.arrowsl {
    position: absolute;
    bottom: 65px;
    width: 100%;
    left: 0px;
    height: 11px;
    z-index: 55;
}

.arrowsl .container {
    position: relative;
}

.slimage:after {
    content: '';
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.4); */
    position: absolute;
    top: 0px;
    left: 0px;
}

.control-group.logininput {
    display: none !important;
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    background: #ffffff;
    position: relative;
    border: 1px solid #d9e2e2;
    overflow: hidden;
    min-width: 165px;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 36px;
    font-size: 14px;
    padding-right: 15px;
    line-height: 36px;
    color: #5c5e62;
    height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 36px;
    line-height: 30px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    * font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 7px;
    background: url(../images/strdown.png) no-repeat;
    border-bottom: none;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 45;
}

.selectric-open .selectric {}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {

    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    z-index: -1;
    overflow: hidden;
    border: 1px solid #d9e2e2;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 4px 12px;
    color: #5c5e62;
    cursor: pointer;
    font-size: 14px;
}

.selectric-items li.selected {
    color: #ce242b;
}

.selectric-items li.highlighted {
    color: #ce242b;
}

.selectric-items li:hover {
    color: #ce242b;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.easyzoom {
    position: relative;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 10;
    overflow: hidden;
    background: #FFF;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}


ul.flyLinks li {
    display: inline-block;
    padding: 0px 30px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #373737;
    margin-right: 20px;
    background: #f5f6f6;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    color: #31323a;
}

ul.flyLinks li.active,
ul.flyLinks li:hover {
    color: #ce242b;
}

.flyTextBlock.active {
    display: block !important;
}

.flyTextBlock {
    display: none;
    text-align: justify;
    background: #f5f6f6;
    color: #4f5156;
    font-size: 16px;
    font-weight: 400;
    padding: 30px 30px;
    line-height: 30px;
}

.sldots {
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
    text-align: right;
}

.footer_block_menu .catalog_menu {
    display: none;
}

.footer_block_bottom>div>div {
    display: inline-block;
    vertical-align: top;
}

.footer_block_contacts {
    float: right;
    text-align: right;
    margin-top: 86px;
}

.footer_block_social {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 111px;
    margin: 0px auto;
    width: 300px;
}

.footer_block_bottom {
    position: relative;
    background: #efefef;
    height: 230px;
}

.footer_block_social li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 22px;
}

.footer_block_social li a {
    width: 31px;
    height: 29px;
    text-indent: -9999px;
    display: block;
    background-size: contain;
}

.footer_block_middle {
    text-align: right;
}

.footer_block_menu .fmenu_list {
    display: inline-block;
    vertical-align: top;
    width: 676px;
}

.footer_block_menu .fmenu_catalog {
    display: inline-block;
    vertical-align: top;
    width: 900px;
}

.footer_block_menu .fmenu_catalog>ul {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.footer_block_menu .fmenu_catalog>ul>li {
    margin-bottom: 40px;
}

.footer_block_menu .fmenu_list>ul {
    display: inline-block;
    vertical-align: top;
    width: 338px;
}

.footer_block_menu .fmenu_list>ul>li {
    margin-bottom: 25px;
}

.lessen_block .free_text_left img.free_text_left_img_big {
    position: absolute;
    left: 235px;
    z-index: 0;
    top: -81px;
    z-index: 0;
    max-width: 410px;
}

.lessen_block {
    overflow: hidden;
    padding-bottom: 80px;
}

.lessen_block .container {
    position: relative;
    padding-top: 80px;
}

.lessen_block .free_text_right {
    float: left;
    width: 50%;
    padding-right: 70px;
    box-sizing: border-box;
}

.lessen_block .free_text_left {
    float: right;
    width: 50%;
    position: relative;
}

.lessen_block .container:after {
    content: '';
    display: block;
    clear: both;
}

img.free_text_left_img_min {
    position: relative;
    z-index: 5;
    max-width: 100%;
}


.about_block .free_text_right {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 75px;
}

.about_block .free_text_left {
    float: left;
    width: 50%;
    text-align: right;
    position: relative;
}

.about_block img.free_text_left_img_big {
    position: absolute;
    right: 237px;
    top: -81px;
    z-index: 0;
    max-width: 410px;
}

.about_block .container {
    position: relative;
    padding-top: 83px;
}

.about_block .container:after {
    content: '';
    display: block;
    clear: both;
}

.free_text_right_name {
    padding-top: 0px;
    color: #2e373e;
    font-size: 45px;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.catalog_list>div {
    display: inline-block;
    float: left;
    width: 33.3333%;
    vertical-align: top;
    text-align: center;
    height: 191px;
    background-color: white;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    margin-left: -1px;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.catalog_list:after {
    content: '';
    display: block;
    clear: both;
}

.catalog_link {
    text-align: center;
}

.catalog_name.name {
    text-align: center;
}

.catalog_dopname {
    text-align: center;
}

.head_left {
    float: left;
}

.head_right {
    float: right;
}

.head_right>div {
    display: inline-block;
    vertical-align: top;
}

.mainmenu_block>ul>li {
    display: inline-block;
    vertical-align: top;
}

.head_right>div.social_block li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 11px;
}

.head_right>div.social_block li a {
    width: 22px;
    height: 21px;
    text-indent: -9999px;
    display: inline-block;
    background-size: contain !important;
}

.lang_block li {
    display: inline-block;
    vertical-align: top;
}

.head_right .mainmenu_block>ul>li>div {
    /* display: none; */
    margin-top: 40px;
    position: absolute;
    padding: 55px 49px;
    background: #fff;
    box-shadow: 0 0 38px rgba(83, 83, 83, 0.15);
    z-index: 50;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body#homepage .header {
    position: absolute;
    z-index: 10;
    left: 0px;
    width: 100%;
}

.header {
    height: 131px;
}


.head_right .mainmenu_block>ul>li:hover>div {
    opacity: 1;
    visibility: visible;
}


.head_right .mainmenu_block>ul>li.catalog_menu>div {
    width: 100%;
    left: 0px;
}

.head>div>div {
    position: relative;
}

.head_right .mainmenu_block>ul>li.catalog_menu>div>ul>li {
    display: inline-block;
    vertical-align: top;
    width: 256px;
    opacity: 0;
    -ms-transform: translateY(13px);
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
    -ms-transition: transform 0.65s cubic-bezier(0.2, .8, .25, 1), opacity 0.65s cubic-bezier(0.2, .8, .25, 1);
    transition: transform 0.65s cubic-bezier(0.2, .8, .25, 1), opacity 0.65s cubic-bezier(0.2, .8, .25, 1);
    -webkit-transition: transform 0.65s cubic-bezier(0.2, .8, .25, 1), opacity 0.65s cubic-bezier(0.2, .8, .25, 1);
}

.myslidedots li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.myslidedots {
    display: inline-block;
    margin-top: 0px;
    vertical-align: top;
}

.slide_detail a {
    display: inline-block;
    vertical-align: top;
}

.textbl:after {
    content: '';
    display: block;
    clear: both;
}

.bread_block li {
    display: inline-block;
    vertical-align: top;
}

.left_block {
    width: 255px;
    display: block;
    float: left;
    padding-top: 0px;
}

.content_text.withleft {
    width: calc(100% - 255px);
    float: right;
    box-sizing: border-box;
    padding-left: 40px;
}

.content_text.withleft .container {
    width: 100%;
    padding: 0px !important;
}

.left_menu .current>a,
.left_menu a:hover {
    color: #2e373e;
}

.content:after {
    content: '';
    display: block;
    clear: both;
}

.history_block_img {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    z-index: 2;
    padding-right: 42px;
    background: #fff;
}

.history_block_years_item {
    width: 100px;
    cursor: pointer;
    height: 53px;
    background-color: #f0f0f0;
    line-height: 53px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.history_block_years .slick-slide {
    margin: 0px 0px 10px 10px;
    width: 98px;
    text-align: center;
}

.history_block_years {
    margin-left: -20px;
}

.history_block_years .slick-track {
    width: 100% !important;
}

.history_block_years .slick-slide.slick-current .history_block_years_item {
    background: #eb6101;
    color: #fff;
}

.history_block_years .slick-track {
    position: relative;
    left: 20px;
}

.history_block_items {
    position: relative;
    min-height: 120px;
    margin-top: 55px;
    padding-bottom: 35px;
}

.history_block_items button.slick-arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-indent: -9999px;
    display: block;
    width: 50px;
    height: 30px;
    border: 0px;
}

.history_block_items button.slick-prev.slick-arrow {
    right: 65px;
    z-index: 5;
    background: url(../images/arrow_left.png) no-repeat center center;
}

.history_block_items button.slick-next.slick-arrow {
    right: 0px;
    background: url(../images/arrow_right.png) no-repeat center center;
}

.padcontent {
    padding-bottom: 20px;
}

.textbl img {
    max-width: 100%;
}

.serv_div_img {
    float: left;
    width: 360px;
}

.serv_div_block {
    float: right;
    width: calc(100% - 360px);
    box-sizing: border-box;
    padding-left: 40px;
}

.files_block_files {
    float: left;
    width: 157px;
}

.files_block_lists:after {
    content: '';
    display: block;
    clear: both;
}
.serv_div_img img {
    max-width: 100%;
}
.files_block_files_data {
    float: right;
    width: calc(100% - 157px);
    box-sizing: border-box;
    padding-left: 40px;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #ffffff;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.manager_block_list>div {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    float: left;
    margin: 0px 10px;
    margin-bottom: 60px;
}

.manager_type a.active {
    color: #2e373e;
    border-bottom: 1px solid #eb6101;
}

div#google-container {
    position: absolute;
    top: 0px;
    height: 100%;
    left: auto;
    right: 0;
    z-index: 1;
    width: 65%;
}

.contact_map_item {
    max-width: 705px;
}

.contact_map_block {
    position: relative;
    height: 445px;
}

.contact_map_block + .contact_map_block {
    margin-top: 20px;
}

.contact_map_item .social_block li {
    display: inline-block;
    vertical-align: top;
}

div#google-container:before {
    content: '';
    width: 244px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -52px;
    z-index: 10;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
}

.formBody {
    float: none !IMPORTANT;
}

.col3>div {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 33.3333%;
    padding: 0px 37px;
    box-sizing: border-box;
}

.col3 {
    text-align: center;
}

.col3>div input {
    width: 100%;
}

.col3>div:first-child {
    padding-left: 0px !important;
}

.col3>div:last-child {
    padding-right: 0px !important;
}





.col4>div {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 25%;
    padding: 0px 15px;
    box-sizing: border-box;
}

.col4 {
    text-align: center;
}

.col4>div input {
    width: 100%;
}

.col4>div:first-child {
    padding-left: 0px !important;
}

.col4>div:last-child {
    padding-right: 0px !important;
}


.rsform-block.rsform-block-recsend {
    text-align: center;
}

.formname {
    text-align: center;
}

.left_menu>ul>li>ul {
    display: none;
}

.left_menu>ul>li.current>ul {
    display: block;
}

.left_menu>ul>li>ul a {
    padding-left: 10px;
}

.schedule_item>div {
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 0px 20px;
    box-sizing: border-box;
    text-align: center;
    border-right: 2px solid #fff;
    line-height: 106px;
    box-sizing: border-box;
    color: #2e373e;
    font-size: 15px;
    font-weight: 500;
}

.schedule_item:after {
    content: '';
    display: block;
    clear: both;
}

.schedule_head>div {
    display: inline-block;
    vertical-align: top;
    background: #666666;
    float: left;
    text-align: center;
    color: #fff;
    padding: 13px 0px;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    color: #edf0f4;

    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.schedule_head:after {
    content: '';
    display: block;
    clear: both;
}

.schedule_head_time {
    width: 247px;
}

.schedule_time {
    width: 247px;
}

.schedule_level {
    width: 214px;
}

.schedule_head_level {
    width: 214px;
}

.schedule_head_lector {
    width: 240px;
}

.schedule_lector {
    width: 240px;
    border: 0px !important;
}

.schedule_event {
    width: calc(100% - 701px);
}

.schedule_head_event {
    width: calc(100% - 701px);
}

.schedule_item {
    background: #f5f5f5;
}

.schedule_item:nth-child(even) {
    background: #f5f5f5;
}

.schedule_head_lector {
    border: 0px !important;
}

.schedule_event a {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.schedule_filter>div {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}

.schedule_filter>div>div {
    display: inline-block;
    vertical-align: top;
}

.schedule_filter {
    margin-top: 32px;
    margin-bottom: 45px;
}

.schedule_filter_city a.active {
    color: #eb6101;
    text-decoration: none !important;
}

.schedule_filter_type a.active {
    color: #eb6101;
}

.schedule_item.nth {
    background: #e6e8ec;
}

.equinox .calendar-header {
    background-color: #666;
    color: #fff;
    padding: 12px 11px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}

.equinox .calendar-header:after,
.equinox .calendar-header:before {
    content: " ";
    display: table
}

.equinox .calendar-header:after {
    clear: both
}

.equinox .calendar-actions {
    float: left
}

.equinox .month-label {
    text-align: center;
    font-size: 24px;
    float: none;
    text-transform: uppercase;
}

.equinox .month-weeks {
    border: 1px solid #efefef;
    border-top: none;
    background-color: #fafafa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.equinox .week {
    margin-left: -1px;
    position: relative
}

.equinox .week:first-child .day {
    border-top: none
}

.equinox .week-events {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 26px
}

.equinox .week-events .slot {
    margin: 0
}

.equinox .week-events .slot>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%
}

.equinox .week-events .slot>ul>li {
    box-sizing: border-box;
    display: table-cell;
    margin: 0;
    padding-left: 9px;
    padding-right: 8px;
    width: 14.28571%
}

.equinox .week-events .slot>ul>li.span-1 {
    width: 14.28571%
}

.equinox .week-events .slot>ul>li.span-2 {
    width: 28.57143%
}

.equinox .week-events .slot>ul>li.span-3 {
    width: 42.85714%
}

.equinox .week-events .slot>ul>li.span-4 {
    width: 57.14286%
}

.equinox .week-events .slot>ul>li.span-5 {
    width: 71.42857%
}

.equinox .week-events .slot>ul>li.span-6 {
    width: 85.71429%
}

.equinox .week-events .slot>ul>li.span-7 {
    width: 100%
}

.equinox .week-events .event .start-time {
    display: none
}

.equinox .week-events .event .title {
    white-space: nowrap
}

.equinox .days-container {
    display: table;
    table-layout: fixed;
    width: 100%
}

.equinox .days-container .day {
    box-sizing: border-box;
    display: table-cell;
    width: 14.28571%;
    padding: 0px;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
}

.equinox .week-header {
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa
}

.equinox .week-header .day {
    text-align: center;
    background-color: #fff;
    text-overflow: ellipsis;
    overflow: hidden
}

.equinox .date.outside-month .date-label {
    color: #d7d7d7
}

.equinox .date.current-date {
    position: relative;
}

.equinox .date.current-date:before {
    content: "";
    position: absolute;
    display: block;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 1;
}

.equinox .date.current-date .date-label {
    background: #eb6101;
    color: #fff;
}

.equinox .date-label {
    text-align: center;
    font-size: 15px;
    color: #888;
    background: #f1f1f1;
}

.equinox .date-events {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 53px;
}

.equinox .event-container {
    box-sizing: border-box;
    min-height: 34px;
    /* padding-top:6px; */
    margin: 0;
}

.equinox .event-container.continuation .event {
    margin-left: -8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    padding-left: 17px
}

.equinox .event-container.continued .event {
    margin-right: -8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 14px
}

.equinox .event {
    display: block;
    box-sizing: border-box;
    padding: 7px 6px;
    font-size: 14px;
    line-height: 19px;
    color: #666;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

.equinox .event .start-time {
    display: none;
    float: right;
    color: #bbb;
    margin-left: 4px
}

.equinox .event .title {
    display: block;
}


a.event.basic_level {
    background: #666666;
    color: #fff;
}

a.event.hard_level {
    background: #eb6101;
    color: #fff;
}

a.event.hard_level:hover {
    background: #fa8235;
}

a.event.basic_level:hover {
    background: #acacac;
}


.calendar-header button.today {
    display: none !important;
}

.calendar-header button.next {
    position: absolute;
    top: 17px;
    right: 9px;
    width: 37px;
    height: 20px;
    text-indent: -9999px;
    border: 0px;
    background: url(../images/arrow_rightw.png) no-repeat center center;
}

.calendar-header button.prev {
    position: absolute;
    left: 9px;
    top: 17px;
    width: 37px;
    height: 20px;
    text-indent: -9999px;
    background: url(../images/arrow_leftw.png) no-repeat center center;
    border: 0px;
}

.chenge_view a.active {}

.chenge_view {
    float: right;
    margin: 0px !important;
}

.chenge_view span {
    margin-left: 20px;
}

.schedule_table.active {
    display: block;
    left: 0px !important;
    position: relative;
    opacity: 1;
    visibility: visible;
}

.schedule_table {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.schedule_filter_type a {
    margin-right: 20px;
}

.schedule_filter_city a {
    margin-right: 16px;
}

.event-calendar.active {
    display: block;
}

.event-calendar {
    display: none;
}

.mainmenu_block>ul>li>div>ul>li>div {
    display: none;
}

.mainmenu_block>ul>li.catalog_menu>div>ul>li>div {
    display: block;
}

.lector_item_img {
    float: left;
    width: 230px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.lector_item:after {
    content: '';
    display: block;
    clear: both;
}

.lector_item_block {
    float: left;
    width: calc(100% - 473px);
    box-sizing: border-box;
    padding-left: 60px;
    padding-top: 0px;
    margin-top: -5px;
}

.lector_page:after {
    content: '';
    display: block;
    clear: both;
}

.lector_page_imgintext {
    float: right;
    position: relative;
    right: 0px;
    padding-left: 60px;
    margin-top: 206px;
}

.lector_table_item>div {
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 0px 20px;
    box-sizing: border-box;
    text-align: center;
    border-right: 2px solid #fff;
    line-height: 106px;
    box-sizing: border-box;
    color: #2e373e;
    font-size: 16px;
    font-weight: 500;
}

.lector_table_item:nth-child(even) {
    background: #f5f5f5;
}

.lector_table_item:after {
    content: '';
    display: block;
    clear: both;
    : ;
    : b;
}

.lector_table_item {
    background: #e6e8ec;
}

.lector_table_head>div {
    display: inline-block;
    vertical-align: top;
    background: #666666;
    float: left;
    text-align: center;
    color: #fff;
    padding: 16px 0px;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    color: #edf0f4;

    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.lector_table_head:after {
    content: '';
    display: block;
    clear: both;
}

.lector_table_head_time {
    width: 247px;
}

.lector_table_time {
    width: 247px;
}

.lector_table_level {
    width: 214px;
}

.lector_table_head_level {
    width: 214px;
}

.lector_table_head_event {
    width: calc(100% - 461px);
}

.lector_table_head>div:last-child {
    border: 0px !important;
}

.lector_table_item>div:last-child {
    border: 0px !IMPORTANT;
}

.schedule_lector a {
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}

.conference_item_img {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.conference_table_head>div {
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    vertical-align: top;
    background: #666666;
    float: left;
    text-align: center;
    color: #fff;
    padding: 18px 0px;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    color: #edf0f4;

    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.conference_table_item>div {
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 0px 20px;
    box-sizing: border-box;
    text-align: center;
    border-right: 2px solid #fff;
    line-height: 81px;
    box-sizing: border-box;
    color: #2e373e;
    font-size: 16px;
    font-weight: 500;
}

.conference_table_closed {
    text-align: center;
    display: block !important;
}

.conference_table_session {
    width: 140px;
}

.conference_table_time {
    width: 160px;
    text-align: center;
    color: #2e373e;

    font-size: 16px;
    font-weight: 600;
}

.conference_table_sostav {
    width: 158px;
}

.conference_table_speaker {
    width: 240px;
}

.conference_table_speaker a {
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}

.conference_table_tema {
    width: calc(100% - 698px);
}

.conference_table_free span:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 31px;
    vertical-align: middle;
    margin-right: 17px;
}

.conference_table_head_session {
    width: 140px;
}

.conference_table_head_time {
    width: 160px;
}

.conference_table_head_sostav {
    width: 158px;
}

.conference_table_head_speaker {
    width: 240px;
}

.conference_table_head_tema {
    width: calc(100% - 698px);
}

.conference_table_item {
    background: #e6e8ec;
    border-bottom: 6px solid #fff !important;
}

.conference_table_item:nth-child(even) {
    background: #f5f5f5;
}

.conference_table_head:after {
    content: '';
    display: block;
    clear: both;
}

.conference_table_item:after {
    content: '';
    display: block;
    clear: both;
}

.conference_table_item>div:last-child {
    border-right: 0px !important;
}

.conference_table_head>div:last-child {
    border: 0px !important;
}

.conference_table_tema span {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.conference_table_closed {
    text-align: center !important;
    display: block !important;
    width: 100% !IMPORTANT;
}

.conference_table_block {
    padding-bottom: 70px;
}

.lector_curse_item_img {
    width: 300px;
    float: left;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.lector_block_curse:after {
    content: '';
    display: block;
    clear: both;
}

.lector_curse_item_block {
    width: calc(100% - 380px);
    float: left;
    padding-left: 45px;
    padding-top: 30px;
    box-sizing: border-box;
}

.lector_page_imgintext2 {
    float: right;
    position: absolute;
    right: -120px;
    top: 13px;
}

.textbl {
    position: relative;
}

.category_item>div>div {
    display: block;
    vertical-align: top;
}

.category_item {
    position: relative;
}

.category_products_name a img {
    position: absolute;
    left: 41px;
    top: 85px;
    display: none;
}

.category_products_name a:hover img {
    display: block;
}

.cat-children>div {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 33.3333%;
    padding: 10px 10px;
    box-sizing: border-box;
}

.category_item.withprod {
}

.cat-children:after {
    content: '';
    display: block;
    clear: both;
}

.category_item>div.category_products>div {
    display: inline-block;
    vertical-align: top;
}

.product_category_img {
    float: left;
    width: 450px;
    padding-bottom: 80px;
}

.product_category.product_category_with_img .product_description {
    float: right;
    width: calc(100% - 450px);
    box-sizing: border-box;
    padding-left: 25px;
    padding-bottom: 50px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.product_category_img>div {
    text-align: center;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.product_category_img img {
    display: inline-block;
    max-width: 80%;
    vertical-align: middle;
}

.pr_category_img {
    line-height: 400px;
    vertical-align: middle;
}

.category_products_items>div {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    float: left;
    padding: 10px 10px;
    box-sizing: border-box;
}

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

.product_page_listimg {
    float: left;
    width: 560px;
    position: relative;
}

.product_page_block {
    float: right;
    width: calc(100% - 560px);
    box-sizing: border-box;
    padding-left: 40px;
}

.product_page:after {
    content: '';
    display: block;
    clear: both;
}

.product_page_btns>div {
    display: inline-block;
    vertical-align: top;
}

.lineage_list>div:nth-child(odd) .lineage_list_img {
    float: left;
    margin-right: 75px;
}

.lineage_list>div:nth-child(even) .lineage_list_img {
    float: right;
    box-sizing: border-box;
    margin-left: 30px;
}

.lineage_list>div:after {
    content: '';
    display: block;
    clear: both;
}

.head_right .mainmenu_block>ul>li>a,
.head_right .mainmenu_block>ul>li>span {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    position: relative;
    padding-bottom: 10px;
}

.head_right .mainmenu_block>ul>li {
    margin: 0px 15px;
    height: 73px;
}

.head_right .mainmenu_block>ul>li:hover>a, .head_right .mainmenu_block>ul>li:hover>span, .head_right .mainmenu_block>ul>li.active>a, .head_right .mainmenu_block>ul>li.active>span {
    border-bottom: 1px solid #f16321;
}


.head_right .social_block {
    margin-left: 110px;
    margin-top: 57px;
}

.head_left .logo_block {
    margin-top: 27px;
}

.logo_block img {
    display: block;
}

.head_right .mainmenu_block {
    margin-top: 53px;
}

a.socfb {
    background: url(../images/soc/fb.png) no-repeat center center;
}

a.socinst {
    background: url(../images/soc/inst.png) no-repeat center center;
}

a.soctiktok {
    background: url(../images/soc/tiktok.png) no-repeat center center;
}

a.socyou {
    background: url(../images/soc/you.png) no-repeat center center;
}

a.soctiktok:hover {
    background: url(../images/soc/tiktokth.png) no-repeat center center;
    background-size: contain;
}

a.socyou:hover {
    background: url(../images/soc/youh.png) no-repeat center center;
    background-size: contain;
}

a.socinst:hover {
    background: url(../images/soc/insth.png) no-repeat center center;
    background-size: contain;
}

a.socfb:hover {
    background: url(../images/soc/fbh.png) no-repeat center center;
    background-size: contain;
}

.head_right>.lang_block {
    margin-top: 46px;
    /* margin-left: 110px; */
    position: relative;
    right: -10px;
}

.lang_block a {

    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    color: #666;
    font-weight: 400;
    display: block;
    width: 46px;
    height: 46px;
    background: transparent;
    text-align: center;
    text-decoration: none;
    line-height: 47px;
    border-radius: 50%;
}

.lang_block li.lang-active a, .lang_block li a:hover {
    background: #fff;
    color: #eb6101;
    font-weight: 500;
    background: #edf0f4 !important;
}

.head_right .mainmenu_block>ul>li>div>ul>li>a, .head_right .mainmenu_block>ul>li>div>ul>li>span {
    color: #2e373e;
    font-size: 16px;
    /* font-weight: 700; */
    line-height: 35px;
    /* text-transform: uppercase; */
    text-decoration: none;
}

.mainmenu_block>ul>li>div>ul>li ul span,
.mainmenu_block>ul>li>div>ul>li ul a {
    font-size: 15px;
    line-height: 31px;
    color: #505559;
    font-weight: 400;
    text-decoration: none;
}

.mainmenu_block>ul>li>div>ul>li ul span:hover,
.mainmenu_block>ul>li>div>ul>li ul a:hover {
    color: #2e373e;
    text-shadow: 0px 0px 1px #2e373e;
}


.head_right .mainmenu_block>ul>li>div:before {
    content: '';
    width: 100%;
    height: 39px;
    background: rgb(255 0 0 / 0%);
    display: block;
    position: absolute;
    left: 0px;
    top: -35px;
}

.mainmenu_block>ul>li.parent>a:before,
.mainmenu_block>ul>li.parent>span:before {
    content: '';
}

.head_right .mainmenu_block>ul>li.parent>a:after, .head_right .mainmenu_block>ul>li.parent>span:after {
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/ugol.png) no-repeat center center;
    display: block;
    position: absolute;
    left: 0px;
    z-index: 55;
    right: 0px;
    margin: auto;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mainmenu_block>ul>li.parent:hover>a:after,
.mainmenu_block>ul>li.parent:hover>span:after {
    visibility: visible;
    opacity: 1;
}

.head_right .mainmenu_block>ul>li>div>ul>li>a:hover, .head_right .mainmenu_block>ul>li>div>ul>li>span:hover {
    color: #eb6101;
}

.slide_num {
    color: #eb6101;

    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}

.slide_text {
    color: #666;

    font-size: 16px;
    font-weight: 400;
    line-height: 72px;
}

.slide_beforename {
    color: #666;
    font-size: 36px;
    font-weight: 400;
    line-height: 90px;
}

.slide_name {
    color: #2e373e;
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 90px;
}


.slide_detail>a {
    color: white;

    font-size: 16px;
    font-weight: 500;
    line-height: 73px;
    height: 71px;
    background-color: #eb6101;
    border-radius: 36px;
    display: inline-block;
    text-align: center;
    min-width: 218px;
    box-sizing: border-box;
    padding: 0px 25px;
    text-decoration: none;
}

.slide_detail>a:hover {
    box-shadow: 0 0 46px rgba(235, 97, 1, 0.75);
}

.myslidedots li button {
    width: 12px;
    height: 12px;
    background-color: #848484;
    border-radius: 50%;
    border: 0px;
    text-indent: -9999px;
    box-sizing: border-box;
}

.myslidedots li.slick-active button {
    background: #eb6101;
}

.myslidedots li button:hover {
    background: #eb6101;
}

.slide_detail {
    margin-top: 36px;
}

.sldotslist_beforename {
    color: #666;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}

.sldotslist_name {
    color: #2e373e;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.sldotslist_num {
    color: #EB6101;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    text-transform: uppercase;
}

ul.sldotslist li:after {
    content: '';
    display: block;
    width: 37px;
    height: 7px;
    background: url(../images/arrow_right.png) no-repeat center center;
    position: absolute;
    right: 18px;
    bottom: 20px;
}

ul.sldotslist li {
    position: relative;
    background: #ffff;
    padding: 6px 20px 28px 20px;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
}

ul.sldotslist .slick-slide {
    width: 200px !important;
}

ul.sldotslist .slick-slide:nth-child(2) {}

ul.sldotslist .slick-slide:nth-child(2) li {
    background: #ececec;
}

ul.sldotslist .slick-slide:nth-child(3) li {
    background: #e3e3e3;
}

ul.sldotslist .slick-slide:nth-child(4) li {
    background: #cacaca;
}

ul.sldotslist {
    width: 800px;
    display: inline-block;
}

ul.sldotslist .slick-current li {
    background: #fff !important;
}

ul.sldotslist .slick-slide:nth-child(1) li {
    background: #f8f8f8;
}

.catalog_link a {
    color: #eb6101;

    font-size: 16px;
    font-weight: 600;
    line-height: 83px;
    min-width: 268px;
    height: 84px;
    border: 2px solid #eb6101;
    border-radius: 42px;
    padding: 0px 25px;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
}

.catalog_link a:hover {
    color: #fff;
    background: #eb6101;
}

.catalog_div_name {
    color: #2e373e;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.catalog_name.name {
    color: #2e373e;
    font-size: 45px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
}

.catalog_dopname.dopname {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
}

.catalog_list_block {
    padding-top: 70px;
    padding-bottom: 80px;
}

.catalog_list {
    padding-bottom: 50px;
    padding-top: 37px;
}

.catalog_div_img {
    height: 146px;
    line-height: 158px;
}

.catalog_div_img img {
    vertical-align: middle;
    display: inline-block;
    max-width: 168px;
    max-height: 116px;
}

.catalog_list>div>a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.catalog_list>div:hover {
    background-color: #ffffff;
    box-shadow: 0 0 24px rgba(123, 123, 123, 0.23);
    z-index: 2;
}

.catalog_list>div:hover .catalog_div_name {
    color: #eb6101 !important;
}

.free_text_right_text {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.free_text_link a {
    color: #eb6101;

    font-size: 16px;
    font-weight: 600;
    line-height: 83px;
    min-width: 268px;
    height: 84px;
    border: 2px solid #eb6101;
    border-radius: 42px;
    padding: 0px 25px;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.free_text_link a:hover {
    background: #eb6101;
    color: #fff;
}

.free_text_link {
    margin-top: 100px;
}

.about_block {
    padding-bottom: 80px;
    overflow: hidden;
}

.free_text_right_text p {
    margin-bottom: 25px;
}

.footer_block_top {
    background: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 10px;
    position: relative;
}

.footer_block_middle {
    background: #f6f6f6;
    position: relative;
}

.copyring_block {
    color: #505559;

    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.developres {
    color: #505559;

    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.developres a {
    text-decoration: none;
}

.developres a:hover {
    color: #eb6101;
}

.fcopy {
    margin-top: 100px;
}

.footer_phone a {
    color: #2e373e;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-decoration: none;
}

.footer_adres {
    color: #505559;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.footer_block_logo {
    position: relative;
}

.footer_block_logo:after {
    content: '';
    display: inline-block;
    width: 50%;
    background-color: #eb6101;
    height: 2px;
    z-index: 5;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.logo_footer {
    padding-bottom: 15px;
}

.footer_block_menu>div>div>ul>li>a,
.footer_block_menu>div>div>ul>li>span {
    color: #2e373e;

    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    text-decoration: none;
}

.footer_block_menu>div>div>ul>li>ul li a {
    color: #505559;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}

.footer_block_menu .fmenu_catalog>ul>li:last-child {
    margin: 0px !IMPORTANT;
}

.footer_block_menu>div>div>ul>li>ul li a:hover {
    border-bottom: 1px solid #eb6101;
}

.footer_block_menu>div:before {
    content: '';
    display: block;
    height: 2px;
    background-color: #eb6101;
    width: 50%;
    left: -536px;
    position: absolute;
    top: 0px;
}

span.topbt.collaped {
    width: 27px;
    height: 73px;
    background: url(../images/up.png) no-repeat;
    position: absolute;
    right: 55px;
    bottom: 0px;
    display: inline-block;
    cursor: pointer;
}

span.topbt {
    width: 27px;
    height: 73px;
    background: url(../images/up.png) no-repeat;
    position: fixed;
    right: 55px;
    bottom: 30px;
    display: inline-block;
    cursor: pointer;
}

h1.glname {
    text-align: center;
    color: #2e373e;
    font-size: 41px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
}

.bread_block li a {font-size: 15px;font-weight: 400;color: #666;text-decoration: none;}

.bread_block li,
.bread_block li a:hover {
    color: #eb6101;
}

span.divider {
    text-indent: -9999px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/bread.png) no-repeat center center;
    position: relative;
    top: 4px;
    margin: 0px 2px;
}

.bread_block ul:before {
    content: '';
    display: block;
    height: 2px;
    background-color: #eb6101;
    margin-bottom: 18px;
}

.bread_block {
    margin-bottom: 50px;
}

.contact_map_name {
    color: #2e373e;
    font-size: 31px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 41px;
    padding-top: 49px;
}

.contact_map_phone a {
    color: #2e373e;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    line-height: 48px;
}

.contact_map_adres {
    color: #505559;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
}

.contact_map_email a {
    color: #eb6101;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    text-decoration: none;
}

.contact_map_phone {
    margin-bottom: 8px;
}

.contact_map_datas {
    margin-bottom: 40px;
}

.contact_map_item .social_block {
    text-align: left;
}

.contact_map_item .social_block a {
    text-align: left;
    text-indent: -9999px;
    display: inline-block;
    width: 31px;
    height: 29px;
    background-size: auto;
}

.contact_map_item .social_block li {
    margin-right: 30px;
}

.formname {
    color: #2e373e;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.contform {
    padding-top: 33px;
    padding-bottom: 20px;
}

.formBody input {
    color: #000;

    font-size: 18px;
    font-weight: 500;
    line-height: 52px;
    border: 0px;
    border-bottom: 2px solid #a0a0a0;
    height: 52px;
}

.formBody button {
    width: 268px;
    height: 84px;
    border: 2px solid #eb6101;
    border-radius: 42px;
    color: #eb6101;

    font-size: 16px;
    font-weight: 600;
    line-height: 80px;
    background: #fff;
    box-sizing: border-box;
}

.formBody button:hover {
    background: #eb6101;
    color: #fff;
}

.rsform-block.rsform-block-recsend {
    margin-top: 80px;
}

.col3:after {
    content: '';
    display: block;
    clear: both;
}
.col4:after {
    content: '';
    display: block;
    clear: both;
}
.glname {
    color: #2e373e;
    font-size: 45px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 54px;
    text-align: center;
}

.managers_block {
    padding-top: 70px;
    padding-bottom: 60px;
}

select {
    color: #666;

    font-size: 18px;
    font-weight: 500;
    line-height: 80px;
    border: 0px;
    height: 60px;
    border-bottom: 2px solid #c1c1c1;
    outline: none !important;
    text-align: left;
    width: 100%;
}

.manager_type a {
    font-size: 18px;
    position: relative;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    margin: 0px 30px;
    display: inline-block;
    line-height: 59px;
}

a.manager_type1:after {
    content: '|';
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    right: -33px;
    top: 0px;
}

.manager_type a:hover {
    color: #2e373e;
    border-bottom: 1px solid #eb6101;
}

.manager_filter>div {
    display: inline-block;
    vertical-align: top;
}

.manager_filter {
    text-align: center;
    margin-bottom: 58px;
}

.manager_region {
    width: 560px;
}

.manager_type {
    padding-right: 60px;
    padding-left: 75px;
}

.manager_item_name {
    color: #2e373e;
    font-size: 20px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 6px;
}

.manager_item_phone a {
    font-size: 16px;
    line-height: 30px;
    color: #2e373e;
    font-weight: 400;
    color: #2e373e;
    font-weight: 600;
    text-decoration: none;
}

.manager_item_email a {
    font-size: 16px;
    line-height: 30px;
    color: #eb6101;
    font-weight: 600;
    text-decoration: none;
}

.manager_item_adres {
    color: #666;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-left: 31px;
    margin-bottom: 15px;
    min-height: 48px;
}

.manager_item_dolznost {
    color: #666;

    font-size: 14px;
    font-weight: 500;
    height: 28px;
    background-color: #edf0f4;
    border-radius: 14px;
    display: inline-block;
    padding: 0px 20px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}

.manager_item_adres:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 22px;
    background: url(../images/map.png) no-repeat center center;
}

.manager_block_list:after {
    content: '';
    display: block;
    clear: both;
}

.manager_block_list {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rsform-error {
    border-bottom: 2px solid #eb6101 !important;
}


.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    width: 100% !important;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border-top: 0;
    background: #fff;
    box-shadow: 0 0 38px rgb(83 83 83 / 15%);
    /* padding: 10px 10px; */
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    text-decoration: none !IMPORTANT;
    display: block;
    overflow: hidden;
    height: 60px;
    border-bottom: 2px solid #c1c1c1;
    background-color: #fff;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 61px;
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/select.png) no-repeat center center;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -2px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 9px 15px;
    list-style: none;
    word-wrap: break-word;
    font-size: 16px;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background: #eb6101;
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {}

.chosen-container-active.chosen-with-drop .chosen-single {}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url(chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}



.chosen-search {
    display: none;
}

.chosen-drop {
    display: none;
}

.chosen-with-drop .chosen-drop {
    display: block;
}

.footer_block_menu>div>div>ul>li>a:hover,
.footer_block_menu>div>div>ul>li>span:hover {
    color: #eb6101;
}

.content_text.withleft h1.glname {
    text-align: left;
}

.search_video>div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
}

.search_video>div:last-child {
    padding-left: 30px;
}

.search_video>div:first-child {
    padding-right: 30px;
}

.search_video {
    margin-bottom: 80px;
}

.video_block_list_text {
    color: #2e373e;

    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.video_block_item a {
    text-decoration: none;
}

.video_block_list>div {
    display: inline-block;
    float: left;
    width: 385px;
    margin: 0px 10px;
    margin-bottom: 40px;
}

.video_block_list {
    margin-left: -10px;
    margin-right: -10px;
}

.video_block_list:after {
    content: '';
    display: block;
    clear: both;
}

.video_block_list_img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.55);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video_block_list_img {
    position: relative;
    margin-bottom: 20px;
}

.video_block_item a:hover .video_block_list_img:after {
    opacity: 0;
}

.video_block_list_img:before {
    content: '';
    display: block;
    width: 52px;
    height: 76px;
    background: url(../images/play.png) no-repeat center center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 10;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video_block_list_img img {
    display: block;
}

.left_menu a {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.left_menu li {
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.left_menu_name {
    color: #2e373e;

    font-size: 18px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    border-bottom: 2px solid #eb6101;
    margin-bottom: 10px;
}

.left_menu {
    position: relative;
    display: block;
    padding-bottom: 81px;
    padding-top: 0px;
    margin-top: -10px;
}

.left_menu_name:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 13px;
    background: url(../images/menu.png) no-repeat center center;
    vertical-align: top;
    position: relative;
    margin-right: 16px;
    top: 16px;
}

.container.contentleft:after {
    content: '';
    display: block;
    clear: both;
}

.header .head {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 126px;
    width: 100%;
    z-index: 50;
    background: rgb(255 255 255 / 90%);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .head:hover,
#homepage .header.topx .head:hover {
    background: #fff !important;
}

#homepage .head {
    background: none !important;
    position: absolute;
}

#homepage .header.topx .head {
    position: fixed;
    background: rgb(255 255 255 / 90%) !important;
}

input#search {
    color: #000;

    font-size: 18px;
    font-weight: 500;
    line-height: 52px;
    border: 0px;
    border-bottom: 2px solid #a0a0a0;
    height: 52px;
    width: calc(100% - 184px);
    display: inline-block;
    margin-right: 16px;
}

button.searchbtn {
    width: 164px;
    height: 52px;
    background-color: white;
    border: 2px solid #eb6101;
    border-radius: 26px;
    color: #eb6101;

    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    display: inline-block;
    box-sizing: border-box;
}

button.searchbtn:hover {
    background: #eb6101;
    color: #fff;
}

.search_doc {
    margin-bottom: 75px;
}

.files_block_files_name a {
    color: #2e373e;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.files_block_files_text {
    color: #666;

    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px;
}

.files_block_files_download a {
    color: #eb6101;
    font-size: 16px;
    font-weight: 600;
    line-height: 80px;
    text-decoration: none !important;
}

.files_block_files_download a:before {
    content: '';
    display: inline-flex;
    width: 29px;
    height: 27px;
    background: url(../images/download.png) no-repeat center center;
    margin-right: 20px;
    position: relative;
    top: 8px;
}

.files_block_files a {
    display: block;
    border: 8px solid #e7e7e7;
    border-radius: 7px;
}

.files_block_files img {
    display: block;
    box-sizing: border-box;
}

.files_block_lists {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.files_block_lists:before {
    content: '';
    width: 100%;
    height: 2px;
    background: url(../images/line.png);
    position: absolute;
    bottom: 0px;
}

.left_menu>ul>li>ul li {
    border-bottom: 0px !important;
    padding: 0px;
}

.left_menu>ul>li>ul li a {
    text-transform: none;
    padding: 7px 0px 7px 0px;
    position: relative;
    color: #788084;

    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
}

.left_menu li a {
    padding: 13px 0px;
    display: block;
}

.left_menu>ul>li>ul li a:before {
    content: '';
}

.favorblocks:after {
    content: '';
    display: block;
    clear: both;
}

.textbl h3 {
    color: #2e373e;
    font-size: 23px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 25px;
}

.textbl p {
    margin-bottom: 10px;
}

blockquote {
    color: #2e373e;

    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 25px;
}

.history_block_years_item:hover {
    background: #eb6101;
    color: #fff;
}

.history_block_list_year {
    color: #eb6101;

    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.history_block_list_text {
    color: #2e373e;
    font-size: 21px;
    line-height: 32px;
}

.history_block_list_year {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.history_block_list_year:after {
    content: '';
    width: 100%;
    display: block;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    bottom: 0px;
    left: 0px;
}


.history_block_img img {
    max-width: 100%;
}

.padcontent:after {
    content: '';
    display: block;
    clear: both;
}

.articletxt.textbl {
    padding-bottom: 30px;
    line-height: 26px;
}

.serv_div_btn a {
    color: #eb6101;

    font-size: 16px;
    font-weight: 600;
    line-height: 83px;
    min-width: 268px;
    height: 84px;
    border: 2px solid #eb6101;
    border-radius: 42px;
    padding: 0px 25px;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.serv_div_btn a:hover {
    background: #eb6101;
    color: #fff;
}

.serv_div_text {
}

.serv_div_name a {
    color: #2e373e;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase;
    text-decoration: none;
}

.serv_div_name {
    margin-top: -6px;
    margin-bottom: 28px;
}

.files_block_files_name {
    margin-bottom: 25px;
}

.favorblocks {
    padding-bottom: 70px;
}

.servlifav {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.servlifav:after {
    content: '';
    display: block;
    clear: both;
}

.servlifav:before {
    content: '';
    width: 100%;
    height: 2px;
    background: url(../images/line.png);
    position: absolute;
    bottom: 0px;
}

.textbl h2 {
    color: #2e373e;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.textbl h4 {
    color: #2e373e;
    font-size: 21px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 25px;
}

.textbl ul li,.editoradmin ul li {
    position: relative;
    padding: 4px 0px 5px 30px;
}

.textbl ul>li:before,.editoradmin ul > li:before {
    content: '';
    display: block;
    width: 11px;
    height: 10px;
    background: url(../images/ulli.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 14px;
}

.textbl ul,.editoradmin ul {
    margin-bottom: 15px;
}


table,
.editoradmin table {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

table th,
.editoradmin table th {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    background: #000000;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px;
    text-align: left;
}

table td,
.editoradmin table td {
    border-right: 1px solid #e4e4e4;
    padding: 5px 15px;
    font-weight: 500;
    line-height: 36px;
}

table tr,
.editoradmin table tr {
    background: #ffffff;
    border: 1px solid #e4e4e4;
}

table.data.stacktable.small-only {
    display: none;
}

.textbl ol>li:before {
    counter-increment: item;
    content: counter(item, decimal-leading-zero) ".";
    color: black;
    font-weight: 700;
    margin-right: 10px;
}

ol {
    counter-reset: item;
    margin-bottom: 25px;
}

.textbl h5 {
    color: #2e373e;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 25px;
}

.textbl h6 {
    color: #2e373e;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 25px;
}

li.nextpage a {
    text-indent: -9999px;
    width: 37px;
    height: 7px;
    background: url(../images/arrow_right.png) no-repeat center center;
    position: relative;
    top: 6px;
}

li.pagination-previous a {
    text-indent: -9999px;
    width: 37px;
    height: 7px;
    position: relative;
    top: 6px;
    background: url(../images/arrow_left.png) no-repeat center center;
}

li.pagination-previous span {
    display: none;
}

li.nextpage span {
    display: none;
}

li.nextpage {
    margin-left: 30px;
}

li.pagination-previous {
    margin-right: 30px;
    display: none;
}

li.prevpage {
    margin-right: 30px;
}

li.prevpage a {
    text-indent: -9999px;
    width: 37px;
    height: 7px;
    position: relative;
    top: 6px;
    background: url(../images/arrow_left.png) no-repeat center center;
}

.newddate:before {
    content: '';
    width: 23px;
    height: 23px;
    background: url(../images/data.png) no-repeat center center;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0px;
    top: 0px;
}

.newddate {
    padding-left: 39px;
    margin-bottom: 20px;
    position: relative;
    color: #2e373e;

    font-size: 18px;
    font-weight: 700;
}

.articletxt.textbl .newddate {
    font-size: 17px;
    padding-left: 40px;
}

.conference_name a {
    color: #2e373e;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 32px;
}

.conference_type {
    color: #eb6101;
    font-size: 15px;
    font-weight: 500;
    line-height: 33px;
    height: 33px;
    background-color: #edf0f4;
    border-radius: 17px;
    display: inline-block;
    padding: 0px 28px;
    margin-top: 13px;
}

.conference_date {
    color: #2e373e;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 11px;
    padding-top: 19px;
}

.conference_city {
    color: #666;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    padding-left: 43px;
    margin-top: 25px;
    display: inline-block;
}

.conference_city:before {
    content: '';
    display: inline-block;
    background: url(../images/city.png) no-repeat center center;
    width: 22px;
    height: 28px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.conference_div_img {
    float: left;
    width: 379px;
}

.conference_div_img img {
    display: block;
}

.conference_div_block {
    float: right;
    width: calc(100% - 379px);
    padding-left: 40px;
    box-sizing: border-box;
}

.conference_adres {
    color: #666;

    position: relative;
    font-size: 24px;
    font-weight: 400;
    padding-left: 43px;
    margin-top: 25px;
}

.conference_item:after {
    content: '';
    display: block;
    clear: both;
}

.conference_item {
    margin-bottom: 50px;
}

.conference_block {
    padding-bottom: 40px;
}

.conference_page .conference_date {
    padding-top: 0px;
    margin-bottom: 16px;
}

.conference_page .conference_item_name h1 {
    color: #2e373e;
    font-size: 31px;
    font-weight: 700;
    line-height: 41px;
    text-transform: uppercase;
    margin: 0px;
}

.conference_page .conference_city {
    margin-top: 20px;
    display: inline-block;
}

.conference_page .conference_type {
    margin-bottom: 23px;
}

.conference_page .articletxt.textbl ul {
    display: inline-block;
}

.conference_page_text {
    color: #2e373e;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.conference_page .articletxt.textbl {
    padding-bottom: 44px;
}

.conference_table_head {
    margin-bottom: 8px;
}

.conference_table_speaker a {
    color: #2e373e;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.conference_table_speaker a:hover {
    color: #eb6101;
}

.conference_table_sostav {
    color: #666 !important;
}

.conference_table_session {
    color: #666 !important;
}

.conference_table_free {
    color: #2e373e !important;

    font-size: 16px;
    font-weight: 600 !important;
    line-height: 24px;
    width: calc(100% - 300px);
    text-align: left !important;
}

span.conf_ic2:before {
    background: url(../images/icon/ic2.png) no-repeat center center;
}

span.conf_ic1:before {
    background: url(../images/icon/ic1.png) no-repeat center center;
}

span.conf_ic3:before {
    background: url(../images/icon/ic3.png) no-repeat center center;
}

span.conf_ic4:before {
    background: url(../images/icon/ic4.png) no-repeat center center;
}

.conference_btn a {
    color: #eb6101;

    font-size: 16px;
    font-weight: 600;
    line-height: 81px;
    width: 268px;
    height: 84px;
    border: 2px solid #eb6101;
    border-radius: 42px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.conference_btn a:hover {
    background: #eb6101;
    color: #fff;
}

.conference_btn {
    padding-bottom: 60px;
}

.articletxt.textbl img {
    max-width: 100%;
}

.articletxt.textbl a {
    text-decoration: none;
}

.articletxt.textbl p a:hover {
    text-decoration: underline;
}

.schedule_name_block {
    color: #2e373e;

    font-size: 36px;
    font-weight: 700;
    line-height: 61px;
    text-transform: uppercase;
    padding-top: 25px;
}

.schedule_event a {
    color: #2e373e;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.schedule_lector a {
    color: #2e373e;

    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.schedule_lector a:hover {
    text-decoration: none !important;
    color: #eb6101;
}

.schedule_event a:hover {
    text-decoration: none !important;
    color: #eb6101;
}

.schedule_level {
    color: #666 !important;
}

.schedule_time {
    color: #2e373e !important;

    font-size: 16px;
    font-weight: 600 !important;
    line-height: 24px;
}

.schedule_head {
    margin-bottom: 8px;
}

.schedule_item {
    border-bottom: 5px solid #fff;
}

.schedule_filter {
    font-size: 16px;
    line-height: 30px;
    color: #2e373e;
    font-weight: 600;
}

.schedule_filter a {
    color: #666;
    font-weight: 400;
    text-decoration: underline !IMPORTANT;
}

.schedule_filter_name {
    margin-right: 20px;
}

a.view_list {
    width: 35px;
    height: 31px;
    border-radius: 4px;
    background: url(../images/list.png) #fff no-repeat center center;
    text-indent: -9999px;
    display: inline-block;
}

a.view_calendar {
    width: 35px;
    height: 31px;
    background: url(../images/table.png) #fff no-repeat center center;
    text-indent: -9999px;
    display: inline-block;
    border-radius: 4px;
}

a.view_list.active {
    background: url(../images/listh.png) #eb6101 no-repeat center center;
}

a.view_calendar.active {
    background: url(../images/tableh.png) #eb6101 no-repeat center center;
}

ul.week-events li:before {
    display: none;
}

ul.week-events li {
    padding: 0px !important;
}

.equinox .event:hover {
    text-decoration: none !important;
}

ul.date-events li:before {
    display: none !important;
}

ul.date-events li {
    padding: 0px !important;
}

.schedule_btn a {
    color: #eb6101;

    font-size: 16px;
    font-weight: 600;
    line-height: 81px;
    width: 268px;
    height: 84px;
    border: 2px solid #eb6101;
    border-radius: 42px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.schedule_btn {
    margin-top: 50px;
}

.schedule_btn a:hover {
    background: #eb6101;
    color: #fff;
    text-decoration: none !important;
}

.curse_btn a {
    color: #eb6101;

    font-size: 16px;
    font-weight: 600;
    line-height: 81px;
    width: 268px;
    height: 84px;
    border: 2px solid #eb6101;
    border-radius: 42px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.curse_btn a:hover {
    background: #eb6101;
    color: #fff;
    text-decoration: none !important;
}

.curse_btn {
    margin-top: 50px;
}

.lector_curse_item_img img {
    max-width: 100%;
}

.lector_block_curse {
    margin-bottom: 45px;
    padding-top: 45px;
}

.lector_item_list_bull li:before {
    content: '';
    display: block;
    width: 11px;
    height: 10px;
    background: url(../images/ulli.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 12px;
}

.lector_item_list_bull li {
    position: relative;
    padding: 4px 0px 5px 24px;
}

.lector_curse_item_name a {
    color: #2e373e;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.lector_item_post {
    color: #2e373e;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.lector_curse_item_name {
    display: inline-block;
}

.lector_item_list_bull {
    margin-top: 25px;
}

.curse_page .curse_item_name h1 {
    color: #2e373e;

    font-size: 30px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.curse_item_name {
    color: #2e373e;

    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.curse_item_city {
    color: #666;
    padding-left: 43px;
    font-weight: 400;
    line-height: 25px;
    font-size: 17px;
    position: relative;
}

.curse_item_data {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding-left: 43px;
    line-height: 39px;
    position: relative;
}

.curse_item_data:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/data.png) no-repeat center center;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0px;
    top: 7px;
}

.curse_item_city:before {
    content: '';
    display: inline-block;
    background: url(../images/city.png) no-repeat center center;
    width: 22px;
    height: 28px;
    position: absolute;
    left: 0px;
    top: -1px;
}

.curse_item_level {
    height: 33px;
    background-color: #edf0f4;
    border-radius: 17px;
    display: inline-block;
    padding: 0px 25px;
    color: #eb6101;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    margin-top: 10px;
}

.travel_div_img {
    float: left;
    width: 300px;
}

.travel_div_img img {
    max-width: 100%;
    display: block;
}

.travel_block {
    padding-bottom: 40px;
}

.travel_item {
    margin-bottom: 50px;
}

.travel_item:after {
    content: '';
    display: block;
    clear: both;
}

.travel_div_block {
    float: right;
    width: calc(100% - 300px);
    padding-left: 40px;
    box-sizing: border-box;
}

.travel_date {
    color: #2e373e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 11px;
    padding-top: 19px;
}

.travel_name a {
    color: #2e373e;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 32px;
}

.travel_city {
    color: #666;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    padding-left: 43px;
    margin-top: 25px;
}

.travel_city:before {
    content: '';
    display: inline-block;
    background: url(../images/city.png) no-repeat center center;
    width: 22px;
    height: 28px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.travel_item_img {
    float: left;
    margin-right: 40px;
}


.travel_page .travel_item_name h1 {
    color: #2e373e;
    font-size: 31px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 0px;
    text-transform: uppercase;
}


.travel_page .conference_city {
    margin-bottom: 25px;
}

.travel_page_text {
    color: #2e373e;
    font-size: 31px;
    font-weight: 700;
    line-height: 41px;
    text-transform: uppercase;
    margin-bottom: 35px;
}


.travel_page .articletxt.textbl {
    padding-bottom: 46px;
}

.travel_btn a {
    color: #eb6101;

    font-size: 16px;
    font-weight: 600;
    line-height: 81px;
    width: 268px;
    height: 84px;
    border: 2px solid #eb6101;
    border-radius: 42px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.travel_btn a:hover {
    background: #eb6101;
    color: #fff;
}

.travel_btn {
    margin-bottom: 50px;
}

.lector_item_name a {
    color: #2e373e;
    font-size: 31px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    text-decoration: none;
}

.lector_item {
    margin-bottom: 40px;
}

.lector_item .lector_item_list_bull {
    font-size: 16px;
    line-height: 21px;
}

.lector_item .lector_item_list_bull li:before {
    top: 12px;
}

.lector_item_city {
    position: relative;
    color: #666;

    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    padding-left: 43px;
}

.lector_item_city:before {
    content: '';
    display: inline-block;
    background: url(../images/city.png) no-repeat center center;
    width: 22px;
    height: 28px;
    position: absolute;
    left: 0px;
    top: -5px;
}

.lector_item_img img {
    max-width: 100%;
    display: block;
}

.lector_item_name h1 {
    color: #2e373e;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 21px;
}


.lector_page .lector_item_img {
    width: 381px;
}

.lector_page .lector_item_img img {
    width: 100%;
}

.lector_page .lector_item_post {
    color: #2e373e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.lector_page {
    padding-bottom: 50px;
}

.lector_page .lector_item_city {
    color: #666;
    font-size: 21px;
    font-weight: 400;
}

.lector_page .lector_item_list_bull {
    font-size: 17px;
    line-height: 24px;
}

.lector_page .lector_item_list_bull li {
    padding-left: 42px;
}

.lector_page .lector_item_list_bull li:before {
    top: 11px;
    left: 6px;
}

.lector_page:after {
    content: '';
    display: block;
    clear: both;
}

.lector_page_text {
    color: #2e373e;
    font-size: 36px;
    font-weight: 700;
    line-height: 41px;
    text-transform: uppercase;
    max-width: 580px;
    margin-bottom: 35px;
    margin-top: 0px;
    padding-top: 12px;
}

.lector_table_event a {
    color: #2e373e;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.lector_table_event a:hover {
    color: #eb6101;
}

.lector_table_block {
    padding-bottom: 90px;
}

.lector_table_time span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.lector_table_event {
    width: calc(100% - 461px);
}

.lector_table_item {
    border-bottom: 5px solid #fff;
}

.lector_table_head {
    margin-bottom: 8px;
}

.left_menu li.parent>a:after {
    content: '';
    background: url(../images/plus.png) no-repeat center center;
    width: 19px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0px;
    top: 16px;
}

.left_menu li.parent>a {
    position: relative;
}

.left_menu li.current.parent>a:after {
    background: url(../images/minus.png) no-repeat center center;
}

.product_description h1 {
    color: #2e373e;
    font-size: 45px;
    font-weight: 700;
    line-height: 62px;
    text-transform: uppercase;
    margin-top: -16px;
    margin-bottom: 25px;
}

.category_item>div>.category_products>div {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    width: 270px;
}

.category_products {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 62px;
    width: 585px;
}

.category_img img {
    display: block;
}

.category_item>div {
    min-height: 260px;
    background-color: white;
    border: 1px solid #e7e7e7;
}

.cat-children {
    margin-left: -10px;
    margin-right: -10px;
}

.cat-children>div>div {
    min-height: 313px;
    background-color: white;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}


.product_description .category-desc.articletxt.textbl {
    padding: 0px;
}

.category_name a {
    display: inline-block;
    color: #2e373e;
    font-size: 21px;
    font-weight: 700;
    line-height: 33px;
    text-decoration: none;
}

.category_name a:after {
    content: '';
    height: 2px;
    background-color: #eb6101;
    width: 85%;
    display: block;
    margin-top: 8px;
}

.category_dopname {
    color: #2e373e;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
}

.category_data {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    padding: 0px 20px;
    padding-bottom: 17px;
}

.category_name {
    margin-bottom: 13px;
}

.category_img a {
    line-height: 180px;
    display: block;
    height: 180px;
}

.category_img img {
    vertical-align: middle;
    display: inline-block;
    max-height: 80%;
}

.category_products a {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    text-decoration: underline;
    font-weight: 500;
    display: inline-block;
}

.category_products a:hover {
    text-decoration: none;
}

.category_item>div>.category_products>div:last-child {
    padding: 0px !important;
}

.category_data {
}

.cat-children>div>div:after {
    content: '';
    display: block;
    clear: both;
}

.cat-children {
    padding-bottom: 23px;
}

.product_item>div {
    min-height: 321px;
    background-color: white;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.category_products_items {
    margin-left: -10px;
    margin-right: -10px;
}

.product_category:after {
    content: '';
    display: block;
    clear: both;
}

.product_item_name a {
    display: inline-block;
    color: #2e373e;

    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-decoration: none;
}

.product_item_name a:after {
    content: '';
    height: 2px;
    background-color: #eb6101;
    width: 85%;
    display: block;
    margin-top: 8px;
}

.product_item_dopname {
    color: #2e373e;

    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
}

.product_item_name {
    margin-bottom: 13px;
}

.product_category {
    padding-bottom: 50px;
}

.product_page_block .product_item_dopname {
    color: #2e373e;

    font-size: 36px;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 30px;
}

.product_page_block {}

.product_page_name h1 {
    color: #2e373e;
    font-size: 45px;
    font-weight: 700;
    line-height: 66px;
    text-transform: uppercase;
    margin: 0px;
    margin-top: -14px;
}

.product_page_buy a {
    color: #eb6101;

    font-size: 16px;
    font-weight: 600;
    line-height: 80px;
    text-decoration: none;
    width: 264px;
    height: 84px;
    border: 2px solid #eb6101;
    border-radius: 42px;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.product_page_buy a:hover {
    background: #eb6101;
    color: #fff;
}

.product_page_download a {
    color: #666;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 80px;
    width: 300px;
    height: 84px;
    border: 2px solid #666;
    border-radius: 41px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.product_page_download a:hover {
    background: #666;
    color: #fff;
}

.product_page_download {
    margin-left: 10px;
}

.product_page_glimages {
    height: 414px;
    background-color: white;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    line-height: 414px;
    margin-bottom: 15px;
}

.product_page_glimages img {
    max-width: 100%;
    max-height: 405px;
}

.pr_gl_img a {
    line-height: 414px;
    display: block;
}

.pr_gl_img img {
    vertical-align: middle;
    display: inline-block;
}

.product_page_block .articletxt.textbl {
    padding-bottom: 35px;
}

.pr_tr_img {
    width: 176px;
    height: 130px;
    background-color: white;
    border: 1px solid #e7e7e7;
    line-height: 130px;
    box-sizing: border-box;
    cursor: pointer;
}

.pr_tr_img img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.product_page_trimages.slick-initialized.slick-slider {}

.product_page_trimages .slick-slide {
    margin-right: 14px;
    width: 177px;
}

span.arrowpr_page_arrow button.slick-prev.slick-arrow {
    background: url(../images/arrow_leftb.png) no-repeat center center;
    left: 0px;
}

span.arrowpr_page_arrow button.slick-next.slick-arrow {
    background: url(../images/arrow_rightb.png) no-repeat center center;
    right: 0px;
}

span.arrowpr_page_arrow button.slick-arrow {
    width: 51px;
    height: 9px;
    text-indent: -9999px;
    display: block;
    border: 0px !important;
    position: absolute;
    bottom: -7px;
    border-radius: 0px !IMPORTANT;
}

.product_page_trimages .slick-slide.slick-current .pr_tr_img {
    border-bottom: 2px solid #eb6101;
}

span.arrowpr_page_arrow {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
}

span.arrowpr_page_dots button {
    width: 12px;
    height: 12px;
    background-color: #848484;
    border: 0px;
    border-radius: 50%;
    text-indent: -9999px;
    display: block;
}

span.arrowpr_page_dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 8px;
}

span.arrowpr_page_dots li.slick-active button {
    background: #eb6101;
}

span.arrowpr_page_dots {
    text-align: center;
    display: inline-block;
    padding: 0px 67px;
    position: relative;
}

.arrowpr_page {
    text-align: center;
    margin-top: 50px;
}

.pr_gl_img a:after {
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background: url(../images/zoom.png) no-repeat center center;
    position: absolute;
    z-index: 20;
    right: 20px;
    bottom: 20px;
}

.pr_gl_img {
    position: relative;
    text-align: center;
}

.product_page {
    padding-bottom: 80px;
}

.wpist_text h1 {
    color: #2e373e;
    font-size: 42px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 90px;
}

.listic strong,
.listic b {
    color: #2e373e;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 32px;
}


.wpist_text div p {
    margin: 0px;
}

.listic>div {
    margin-bottom: 35px;
    padding-left: 65px;
    position: relative;
}

.pric1:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/ic/1.png) no-repeat center center;
    left: 0px;
    top: -7px;
}

.pric2:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/ic/2.png) no-repeat center center;
    left: 0px;
    top: -7px;
}

.pric3:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/ic/3.png) no-repeat center center;
    left: 0px;
    top: -7px;
}

.pric4:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/ic/4.png) no-repeat center center;
    left: 0px;
    top: -7px;
}

.pric5:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/ic/5.png) no-repeat center center;
    left: 0px;
    top: -7px;
}

.lineage_name {
    color: #2e373e;
    font-size: 40px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 44px;
}

.lineage_list_text h4 {
    color: #2e373e;
    font-size: 18px;
    font-weight: 500;
}

.lineage_list_text h4 strong,
.lineage_list_text h4 b {
    color: #2e373e;
    font-size: 24px;
    font-weight: 700;
}

.lineage_list_text {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.lineage_list_text strong {
    color: #2e373e;
    font-size: 16px;
    font-weight: 700;
}

.lineage_list_img img {
    max-width: 100%;
}

.lineage_list_img {
    border: 1px solid #e7e7e7;
}

.lineage_list>div {
    margin-bottom: 50px;
}

.lineage_block .articletxt.textbl {
    padding: 0px;
}

.lineage_list_buy a {
    color: #eb6101;

    font-size: 16px;
    font-weight: 600;
    line-height: 58px;
    width: 190px;
    height: 59px;
    border: 2px solid #eb6101;
    border-radius: 30px;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.head_right .mainmenu_block>ul>li:hover>div>ul>li {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.head_right .mainmenu_block>ul>li.catalog_menu>div>ul>li>a, .head_right .mainmenu_block>ul>li.catalog_menu>div>ul>li>span {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
}

.head_right .mainmenu_block li.menu_obladnannia {
    width: auto !important;
}

.sharebtns>span {
    margin-bottom: 20px;
    position: relative;
    color: #2e373e;

    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.sharebtns>div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

.sharebtns {
    margin-top: 30px;
}

.lineage_list_buy a:hover {
    background: #eb6101;
    color: #fff;
}

.lineage_list_buy {
    margin-top: 10px;
    display: inline-block;
}

.mainmenu_block>ul>li.catalog_menu>div>ul>li.menu_nabor {
    width: 300px;
}

.mainmenu_block>ul>li.catalog_menu>div>ul>li.menu_meterial {
    width: 182px;
}

.mainmenu_block>ul>li.catalog_menu>div>ul>li.menu_gigiena {
    width: 300px;
}

.schedule_time span {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}

.schedule_time {
    width: 200px;
}

.schedule_head_time {
    width: 200px;
}

.schedule_level {
    width: 175px;
}

.schedule_head_level {
    width: 176px;
}

.schedule_head_lector {
    width: 230px;
}

.schedule_lector {
    width: 230px;
    border: 0px !important;
}

.schedule_event {
    width: calc(100% - 605px);
}

.schedule_head_event {
    width: calc(100% - 606px);
}

.conference_div_img {
    width: 300px;
}

.conference_div_img img {
    width: 100%;
}

.conference_div_block {
    width: calc(100% - 300px);
}

.chosen-container .chosen-results li:before {
    display: none;
}

.mobmenu {
    display: none !important;
    width: 41px;
    height: 41px;
    background: url(../images/mobmenu.png) no-repeat center center;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 47px;
    margin-right: 13px;
}
.mobbg {
    position: fixed;
    z-index: 55;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: #ffffff !important;
    -webkit-transition: 0.2s visibility linear, 0.2s opacity linear;
    -o-transition: 0.2s visibility linear, 0.2s opacity linear;
    transition: 0.2s visibility linear, 0.2s opacity linear;
}

.mobbg.active {
    display: block;
    opacity: 0.7;
    visibility: visible;
}
.mobnav {
    left: 0;
    box-shadow: 3px 0 10px 0 rgb(0 0 0 / 45%);
    top: 0;
    bottom: 0;
    width: 285px;
    position: fixed;
    z-index: 99;
    background: #fff;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    left: -100%;
    visibility: hidden;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.mobnav.active {
    left: 0px !important;
    visibility: visible;
    background: #fff;
}
.mobnav .buttonmenu_block {
    display: block !important;
    margin: 0px;
}

.mobnav .buttonmenu_block li a {
    width: 100%;
    display: block;
}

.mobnav .buttonmenu_block li {
    display: block;
    margin-bottom: 20px;
    margin-left: 0px;
}
span.mobclose {
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 21px;
    top: 28px;
}
.mobnav .logo_block {
    padding-top: 28px;
    padding-bottom: 25px;
    text-align: center;
}

.mobnav .logo_block img {
    display: inline-block;
}

.mobnav .social_block li {
    display: inline-block;
    text-align: left;
    margin: 0px 9px;
}

.mobnav .social_block li a {
    text-indent: -9999px;
    display: block;
    width: 33px;
    height: 36px;
}

.mobnav .social_block {
    text-align: center;
    margin-top: 25px;
}

.mobnav .footer_contact_data {}

.mobnav .footer_contact_data .footer_adres {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
}

.mobnav .footer_contact_data .footer_phone {
    text-align: center;
    margin-top: 30px;
}

.mobnav .mainmenu_block > ul > li > a,.mobnav .mainmenu_block > ul > li > span {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 0px;
    display: block;
}

.mobnav .mainmenu_block > ul > li, .mobnav .mainmenu_block > ul > li {
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.mobnav  .mainmenu_block {
    border-top: 1px solid #e0e0e0;
}

.mobnav .mainmenu_block > ul > li.parent > a:after, .mobnav .mainmenu_block > ul > li.parent > span:after {content: '';background: url(../images/plus.png) no-repeat center center;width: 19px;height: 20px;display: block;position: absolute;right: 0px;top: 16px;}

.mobnav .mainmenu_block > ul > li.current.parent > a:after, .mobnav .mainmenu_block > ul > li.current.parent > span:after {
    background: url(../images/minus.png) no-repeat center center;
}

.mobnav .mainmenu_block > ul > li > a:hover, .mobnav .mainmenu_block > ul > li > span:hover {
    color: #2e373e;
}

.mobnav .mainmenu_block > ul > li.current > a, .mobnav .mainmenu_block > ul > li.current > span {
    color: #2e373e;
}
.mobnav .mainmenu_block > ul > li ul > li > a {
    text-transform: none;
    padding: 7px 0px 7px 0px;
    position: relative;
    color: #788084;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
    display: block;
}

.mobnav .mainmenu_block > ul > li > div {
    display: none;
}
.mobnav .mainmenu_block > ul > li.active > div {
    display: block;
}
.mobnav .mainmenu_block > ul > li ul > li > div {
    display: none !important;
}
.mobnav .mainmenu_block > ul > li ul > li > a:hover,.mobnav .mainmenu_block > ul > li ul > li.active > a {
    color: #000 !important;
}

.mobnav .mainmenu_block > ul > li ul > li {
    width: 100% !IMPORTANT;
    padding: 0px !important;
}

.mobnav  .mainmenu_block>ul>li>div>ul>li.active>div {
    display: block !important;
    padding-left: 11px;
}
.popwind {
    display: none;
    background: #fff !important;
    box-sizing: border-box;
    background-color: transparent;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 439px;
    padding: 19px 26px 31px 26px !important;
    box-shadow: 0 0 5px rgb(165 165 165 / 39%);
    text-align: center;
    border-radius: 14px;
}
span.button.b-close {
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 21px;
    top: 28px;
}
.popwind .formname {
    font-size: 36px;
    margin-bottom: 12px;
}
.rsform-block.rsform-block-getsend {
    margin-top: 45px;
    margin-bottom: 0px;
}
span.formValidation {
    display: none;
}
.popwind .rsform-block input {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.popwind .rsform-block textarea {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    border: 0px;
    border-bottom: 2px solid #a0a0a0;
    height: 97px;
    resize: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
}

.popwind .rsform-block {
    margin-bottom: 8px;
}

.rsform-block.rsform-block-gettext {
    margin-top: 25px;
}

.rsform-block.rsform-block-getpage {
    display: none;
}

.rsform-block.rsform-block-getbtn {
    display: none;
}
.listic span {
    position: absolute;
    left: 0px;
    top: -7px;
}
.b-modal {
    background: #fff !important;
}
.history_block_img img {
    max-width: 330px !important;
}
li.sldotsli a {
    text-decoration: none !important;
}
img.free_text_left_img_min {
    max-width: 433px;
}
.lector_curse_item_block .lector_item_post {
    display: block;
    font-size: 16px;
}

span.rrssb-text {
    display: none !important;
}

.rrssb-buttons li {
    padding: 0px !important;
    margin-right: 8px;
    width: auto !important;
}

.rrssb-buttons li:before {
    display: none !important;
}

p.bw-social-share-title i {
    font-style: normal !important;
}

p.bw-social-share-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    font-weight: bold;
}

ul.rrssb-buttons {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    margin-left: 15px;
    min-width: 248px;
}
.rrssb-buttons li a {
    padding: 0px !important;
    display: inherit;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    border-radius: 50%;
}
.rrssb-buttons li a span.rrssb-icon {
    left: 0px !important;
    right: 0px !important;
    position: absolute;
    margin: 0px auto;
    padding: 0px !IMPORTANT;
    width: auto;
    top: 0px;
    bottom: 0px;
    line-height: 49px;
}
input#city::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: -9999px;
    visibility: hidden;
}
p.formRed {
    display: none !IMPORTANT;
}




li.slimgtxt_slide > div {
    display: inline-block;
    vertical-align: top;
    height: 100vh;
}

.slimgtxt_img {
    float: right;
    background-size: cover !important;
    background-position: center center !important;
    width: calc(50% + 150px);
}

.slimgtxt_txt {
    float: left;
    text-align: right;
    width: calc(50% - 150px);
}

ul.slimgtxt_slides:after {
    content: '';
    display: block;
    clear: both;
}

.banner_text {
    height: 100vh;
    text-align: right;
    background-position: center center !IMPORTANT;
    background-size: cover !important;
}
.banner_name {
    color: #2e373e;
    font-size: 54px;
    font-weight: 900;
    line-height: 69px;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding-top: 260px;
}

.banner_aftext {
    font-size: 29px;
    line-height: 38px;
    color: #2e373e;
    font-weight: 400;
}

.banner_aftext span {
    color: #eb6101;
    font-weight: 700;
}

.slimgtxt_txt_name {
    color: #2e373e;
    font-family: Gilroy;
    font-size: 53px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    position: relative;
}

.slimgtxt_txt_text {
    color: #2e373e;
    font-family: Gilroy;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 75px;
}

.slimgtxt_txt_text ul li:before {
    content: '';
    width: 13px;
    height: 14px;
    background-color: #e1e1e1;
    border: 2px solid #eb6101;
    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 13px;
    left: 0px;
    z-index: 2;
}

.slimgtxt_txt_text ul li {
    position: relative;
    padding-left: 35px;
    line-height: 40px;
}

.slimgtxt_txt_text ul li:after {
    content: '';
    width: 13px;
    height: 14px;
    background-color: white;
    border: 2px solid #d0d4d9;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 11px;
    box-sizing: border-box;
}

.slimgtxt_txt_name {
    padding-bottom: 32px;
    margin-bottom: 50px;
}

.slimgtxt_txt_name:after {
    content: '';
    display: block;
    width: 301px;
    height: 2px;
    background-color: #eb6101;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.slimgtxt_txt_link a {
    color: #eb6101;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 600;
    line-height: 80px;
    width: 268px;
    height: 84px;
    border: 2px solid #eb6101;
    border-radius: 42px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.slimgtxt_txt_link a:hover {
    background: #eb6101;
    color: #fff;
}

.slimgtxt_txt > div {
    width: 640px;
    text-align: left;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 100px;
    padding-top: 220px;
}
.slimgtxt_arrows {
    display: none !important;
}
.slimgtxt_slidenum {
    color: #9fa0a0;
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
    width: 65px;
    text-align: center;
}

span.numcursl {
    color: #eb6101;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    top: -6px;
}

.slimgnext a {
    width: 64px;
    height: 64px;
    border: 2px solid #9fa0a0;
    border-radius: 50%;
    display: block;
    text-indent: -9999px;
    background: url(../images/nslr.png) no-repeat center center;
}

.slimgnext a:hover {
    border: 2px solid #eb6101;
    background: url(../images/nslrh.png) no-repeat center center;
}

.slimgprev a {
    width: 64px;
    height: 64px;
    border: 2px solid #9fa0a0;
    border-radius: 50%;
    display: block;
    text-indent: -9999px;
    background: url(../images/nsll.png) no-repeat center center;
}

.slimgprev a:hover {
    border: 2px solid #f0873e;
    background: url(../images/nsllh.png) no-repeat center center;
}

.slimg_slbtn > div {
    display: inline-block;
    vertical-align: top;
}

.slimgtxt_txt_link {
    display: inline-block;
}

.slimg_slbtn {
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    float: right;
}
.footer_left_social ul li a {
    width: 22px;
    height: 21px;
    text-indent: -9999px;
    display: inline-block;
    background-size: 23px;
    width: 51px;
    height: 51px;
    background-color: white;
    border-radius: 50%;
}

.footer_left_social {
    position: fixed;
    top: 165px;
    left: 20px;
}

#homepacient.pacient_page .header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
}

.pacient_page .header .head {
    background: transparent !important;
}

.pacient_page .header.topx .head {
    position: fixed;
    background: rgb(255 255 255 / 90%) !important;
}
.footer_left_social li {
    margin: 19px 0px;
}

.footer_left_social ul li a:hover {
    background-color: #fff !important;
    background-size: 23px;
}
.buttonmenu_block li a {
    width: 165px;
    height: 57px;
    border: 2px solid #9fa0a0;
    border-radius: 29px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 53px;
    color: #9fa0a0;
    font-family: Gilroy;
    font-size: 15px;
    font-weight: 600;
}

.pacient_page .head_right>.lang_block {
    /* margin-left: 10px; */
}

.buttonmenu_block li {
    display: inline-block;
    vertical-align: top;
    margin-left: 13px;
}

.buttonmenu_block {
    margin-top: 38px;
    margin-left: 0px;
}

.buttonmenu_block li:last-child a {
    color: #eb6101;
    border: 2px solid #eb6101;
}

.buttonmenu_block li a:hover {
    background: #eb6101;
    border: 2px solid #eb6101;
    color: #fff;
}
.acym_introtext {
    color: #666;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 400;
}

.subscribe-block h3 {
    color: #2e373e;
    font-family: Gilroy;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 6px;
}

.fmenuname {
    color: #2e373e;
    font-family: Gilroy;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

.footer_block_left > div {
    display: inline-block;
    vertical-align: top;
}

.fmenu_list a {
    color: #666;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    text-decoration: none;
}

.fmenu_list {
    width: 310px;
}

.footer_block_left {
    display: inline-block;
    vertical-align: top;
}

.footer_block_right {
    display: inline-block;
    vertical-align: top;
    float: right;
}
.fmenu_list a:hover {
    border-bottom: 1px solid #eb6101;
}

.acym_form > div {
    display: inline-block;
    vertical-align: top;
    width: 285px;
    margin: 0px !important;
    margin-left: 40px !important;
}

p.acysubbuttons {
    text-align: right;
}

.acym_form input {
    border: 0px;
    width: 100%;
    max-width: 100% !important;
    border-bottom: 2px solid #a0a0a0;
    background: none;
    line-height: 46px;
    color: #666;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.acym_form {
    text-align: right;
    margin-top: 25px;
    margin-bottom: 50px;
}

.acym_module_form {
    text-align: right;
}

p.acysubbuttons input {
    width: 182px;
    height: 57px;
    border: 2px solid #eb6101;
    border-radius: 29px;
    color: #eb6101;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 600;
    line-height: 54px;
    box-sizing: border-box;
    background: #f6f6f6;
}

p.acysubbuttons input:hover {
    background: #eb6101;
    color: #fff;
}


.pacient_page .footer_block_top {
    min-height: 319px;
    padding-top: 80px;
}

.pacient_page
 .footer_block_bottom {
    height: 156px;
}

.pacient_page
 .footer_block_bottom .footer_block_contacts {
    float: none;
    text-align: left;
    margin-top: 56px;
    color: #505559;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.pacient_page
 .footer_block_bottom .footer_phone {
    display: none;
}

.pacient_page
.footer_block_center_menu {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    top: 67px;
}

.pacient_page .footer_block_center_menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px;
}

.pacient_page .fcopy {
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 68px;
}

.pacient_page .footer_block_bottom .footer_block_contacts .copyring_block {
    color: #505559;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.pacient_page .footer_block_bottom .footer_block_contacts .footer_adres {
    color: #505559;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.pacient_page .footer_block_center_menu li a {
    color: #505559;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    border-bottom: 1px solid #505559;
}

.pacient_page .footer_block_center_menu li a:hover {
    border-bottom: 1px solid #eb6101;
}

.pacient_page .fcopy .developres {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.pacient_page
 .footer_block_logo:after {
    display: none;
}
.pacient_page .left_block {
    width: 326px;
}

.pacient_page .content_text.withleft {
    width: calc(100% - 326px);
}
.pacient_page .textbl h3 {font-weight: normal;}

.pacient_page .textbl h3 span {
    color: #eb6101;
}
.acym_form > div:first-child {
    margin-left: 0px !IMPORTANT;
}
.search button {
    position: absolute;
    left: 0px;
    height: 40px;
    border: 0px;
    text-indent: -9999px;
    background: url(../images/search.png) no-repeat center center;
    display: block;
    width: 40px;
    background-size: 24px;
}

.oncont_block {
    position: relative;
    margin-bottom: 15px;
}

.search input {
    width: 100%;
    height: 40px;
    background-color: white;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding: 0px 50px 0px 15px;
    font-size: 14px;
}
form#searchForm {
    position: relative;
}

form#searchForm input#search-searchword {
    width: 100%;
    height: 40px;
    background-color: white;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding: 0px 50px 0px 15px;
    font-size: 14px;
}

form#searchForm button.searchbtns {
    position: absolute;
    right: 0px;
    height: 40px;
    text-indent: -9999px;
    display: block;
    width: 40px;
    top: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: url(../images/search.png) center center no-repeat;
    background-size: 24px;
}

form#searchForm .btn-toolbar {
    margin-bottom: 15px;
}

.searchintro {
    margin-bottom: 15px;
}

.result-title a {
    color: #2e373e;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.resultsearch {
    margin-bottom: 20px;
}

span.highlight {
    color: #eb6101;
}

.result-title a:hover {
    color: #eb6101;
}
.error {
    margin-bottom: 30px;
}
.category_products_items.searchresults {
    margin-bottom: 50px !important;
}

.category_products_items.searchresults:after {content: '';display: block;clear: both;}
.search_btn {
    border: 0px;
    text-indent: -9999px;
    background: url(../images/search.png) no-repeat center center;
    display: block;
    width: 29px;
    background-size: 24px;
    height: 40px;
    margin-top: 48px;
    margin-left: 9px;
    cursor: pointer;
}

.search {
    position: relative;
}

.head_right .search {
    position: absolute;
    top: -210px;
    right: 138px;
    padding-top: 45px;
    padding-bottom: 36px;
    width: 306px;
    padding-left: 45px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.head_right .search.active {
    top: 2px;
}
.search_btn.active {
    background: url(../images/close.png) no-repeat center center;
}
.search-results > div {
}

.search-results .result-text {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.search-results .result-text:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #dedede;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.head_right.active .buttonmenu_block {
    opacity: 0;
    visibility: hidden;
}

/* Home Blocks Module Styles */

/* Events Block */
.home-events-block {
    margin: 30px auto;
    padding: 20px;
    width: 1580px;
    max-width: 100%;
}

.home-events-block .block-title {
    color: #2e373e;
    font-size: 45px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
}

.home-events-block:not(:has(.block-description)) .block-title {
    padding-bottom: 55px;
}

.home-events-block .block-description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 0;
    max-width: 800px;
    margin: 0 auto;
}

.events-list {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}

/* Grid для різної кількості колонок - за замовчуванням 3 */
.events-list:not([class*="columns-"]) {
    grid-template-columns: repeat(3, 1fr);
}

.events-list.columns-1 {
    grid-template-columns: 1fr !important;
}

.events-list.columns-2 {
    grid-template-columns: repeat(2, 1fr) !important;
}

.events-list.columns-3 {
    grid-template-columns: repeat(3, 1fr) !important;
}

.events-list.columns-4 {
    grid-template-columns: repeat(4, 1fr) !important;
}

/* Panel стилі для events-list */
.events-list.panel {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    gap: 0px;
}

.event-item-wrapper {
    box-sizing: border-box;
    min-width: 0;
}

/* Panel стилі для event-item-wrapper (крім першого) */
.events-list.panel .event-item-wrapper:not(:first-child) {
    border-left: 1px solid #e7e7e7;
}

/* Вирівнювання тексту для event-content та news-content */
.event-content.text-left,
.news-content.text-left {
    text-align: left;
}

.event-content.text-center,
.news-content.text-center {
    text-align: center;
}

.event-content.text-right,
.news-content.text-right {
    text-align: right;
}

.event-item {
    width: 100%;
    border: 0px solid #e0e0e0;
    border-radius: 0px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.event-image {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Cover режим (за замовчуванням) */
.event-image.image-cover {
    background: #f5f5f5;
}

.event-image.image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Contain режим */
.event-image.image-contain {
    background: transparent;
}

.event-image.image-contain img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.event-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.event-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.event-title {
    margin-bottom: 10px;
}

.event-title a {
    font-size: 18px;
    font-weight: 600;
    color: #2e373e;
    text-decoration: none;
}

.event-title a:hover {
    color: #eb6101;
}

.event-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
    flex-grow: 1;
}

.event-city:before {
    content: "📍 ";
}

.event-type:before {
    content: "📅 ";
}

.event-link {
    display: inline-block;
    color: #eb6101;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: auto;
}

.event-link:hover {
    text-decoration: underline;
}

/* News Block */
.home-news-block {
    margin: 30px auto;
    padding: 20px;
    width: 1580px;
    max-width: 100%;
}

.home-news-block .block-title {
    color: #2e373e;
    font-size: 45px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 25px;
    margin-bottom: 0;
}

.home-news-block:not(:has(.block-description)) .block-title {
    padding-bottom: 55px;
}

.home-news-block .block-description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 0;
    max-width: 800px;
    margin: 0 auto;
}

.news-list {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}

/* Grid для різної кількості колонок - за замовчуванням 3 */
.news-list:not([class*="columns-"]) {
    grid-template-columns: repeat(3, 1fr);
}

.news-list.columns-1 {
    grid-template-columns: 1fr !important;
}

.news-list.columns-2 {
    grid-template-columns: repeat(2, 1fr) !important;
}

.news-list.columns-3 {
    grid-template-columns: repeat(3, 1fr) !important;
}

.news-list.columns-4 {
    grid-template-columns: repeat(4, 1fr) !important;
}

/* Panel стилі для news-list */
.news-list.panel {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    gap: 0px;
}

.news-item-wrapper {
    box-sizing: border-box;
    min-width: 0;
}

/* Panel стилі для news-item-wrapper (крім першого) */
.news-list.panel .news-item-wrapper:not(:first-child) {
    border-left: 1px solid #e7e7e7;
}

.news-item {
    width: 100%;
    border: 0px solid #e0e0e0;
    border-radius: 0px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.news-image {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Cover режим (за замовчуванням) */
.news-image.image-cover {
    background: #f5f5f5;
}

.news-image.image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Contain режим */
.news-image.image-contain {
    background: transparent;
}

.news-image.image-contain img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.news-title {
    margin-bottom: 10px;
}

.news-title a {
    font-size: 18px;
    font-weight: 600;
    color: #2e373e;
    text-decoration: none;
}

.news-title a:hover {
    color: #eb6101;
}

.news-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}

.news-link {
    display: inline-block;
    color: #eb6101;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: auto;
}

.news-link:hover {
	text-decoration: underline;
}

/* Масштабування тексту */
/* 2x - подвійний розмір */
.event-content.text-scale-2 .event-date,
.news-content.text-scale-2 .news-date,
.event-content.text-scale-2 .event-meta,
.text-scale-2 .event-date,
.text-scale-2 .news-date,
.text-scale-2 .event-meta {
	font-size: 22px !important;
	line-height: 1.4;
}

.event-content.text-scale-2 .event-title a,
.news-content.text-scale-2 .news-title a,
.text-scale-2 .event-title a,
.text-scale-2 .news-title a {
	font-size: 28px !important;
	line-height: 1.3;
}

.news-content.text-scale-2 .news-excerpt,
.text-scale-2 .news-excerpt {
	font-size: 28px !important;
	line-height: 1.6;
}

/* 3x - потрійний розмір */
.event-content.text-scale-3 .event-date,
.news-content.text-scale-3 .news-date,
.event-content.text-scale-3 .event-meta,
.text-scale-3 .event-date,
.text-scale-3 .news-date,
.text-scale-3 .event-meta {
	font-size: 42px !important;
	line-height: 1.4;
}

.event-content.text-scale-3 .event-title a,
.news-content.text-scale-3 .news-title a,
.text-scale-3 .event-title a,
.text-scale-3 .news-title a {
	font-size: 54px !important;
	line-height: 1.3;
}

.news-content.text-scale-3 .news-excerpt,
.text-scale-3 .news-excerpt {
	font-size: 42px !important;
	line-height: 1.6;
}

/* 4x - вчетверо */
.event-content.text-scale-4 .event-date,
.news-content.text-scale-4 .news-date,
.event-content.text-scale-4 .event-meta,
.text-scale-4 .event-date,
.text-scale-4 .news-date,
.text-scale-4 .event-meta {
	font-size: 56px !important;
	line-height: 1.4;
}

.event-content.text-scale-4 .event-title a,
.news-content.text-scale-4 .news-title a,
.text-scale-4 .event-title a,
.text-scale-4 .news-title a {
	font-size: 72px !important;
	line-height: 1.3;
}

.news-content.text-scale-4 .news-excerpt,
.text-scale-4 .news-excerpt {
	font-size: 56px !important;
	line-height: 1.6;
}

/* Responsive scaling for text-scale on tablets */
@media screen and (max-width: 1024px) {
	/* scale-2 трохи менше */
	.event-content.text-scale-2 .event-date,
	.news-content.text-scale-2 .news-date,
	.event-content.text-scale-2 .event-meta,
	.text-scale-2 .event-date,
	.text-scale-2 .news-date,
	.text-scale-2 .event-meta {
		font-size: 18px !important;
		line-height: 1.4;
	}

	.event-content.text-scale-2 .event-title a,
	.news-content.text-scale-2 .news-title a,
	.text-scale-2 .event-title a,
	.text-scale-2 .news-title a {
		font-size: 22px !important;
		line-height: 1.3;
	}

	.news-content.text-scale-2 .news-excerpt,
	.text-scale-2 .news-excerpt {
		font-size: 18px !important;
		line-height: 1.6;
	}

	/* scale-3 – між 2x і 3x */
	.event-content.text-scale-3 .event-date,
	.news-content.text-scale-3 .news-date,
	.event-content.text-scale-3 .event-meta,
	.text-scale-3 .event-date,
	.text-scale-3 .news-date,
	.text-scale-3 .event-meta {
		font-size: 22px !important;
		line-height: 1.4;
	}

	.event-content.text-scale-3 .event-title a,
	.news-content.text-scale-3 .news-title a,
	.text-scale-3 .event-title a,
	.text-scale-3 .news-title a {
		font-size: 26px !important;
		line-height: 1.3;
	}

	.news-content.text-scale-3 .news-excerpt,
	.text-scale-3 .news-excerpt {
		font-size: 22px !important;
		line-height: 1.6;
	}

	/* scale-4 ще стишуємо */
	.event-content.text-scale-4 .event-date,
	.news-content.text-scale-4 .news-date,
	.event-content.text-scale-4 .event-meta,
	.text-scale-4 .event-date,
	.text-scale-4 .news-date,
	.text-scale-4 .event-meta {
		font-size: 26px !important;
		line-height: 1.4;
	}

	.event-content.text-scale-4 .event-title a,
	.news-content.text-scale-4 .news-title a,
	.text-scale-4 .event-title a,
	.text-scale-4 .news-title a {
		font-size: 30px !important;
		line-height: 1.3;
	}

	.news-content.text-scale-4 .news-excerpt,
	.text-scale-4 .news-excerpt {
		font-size: 26px !important;
		line-height: 1.6;
	}
}

/* Mobile: майже стандартні розміри для всіх scale-2/3/4 */
@media screen and (max-width: 768px) {
	.event-content.text-scale-2 .event-date,
	.event-content.text-scale-3 .event-date,
	.event-content.text-scale-4 .event-date,
	.news-content.text-scale-2 .news-date,
	.news-content.text-scale-3 .news-date,
	.news-content.text-scale-4 .news-date,
	.text-scale-2 .event-date,
	.text-scale-3 .event-date,
	.text-scale-4 .event-date,
	.text-scale-2 .news-date,
	.text-scale-3 .news-date,
	.text-scale-4 .news-date,
	.text-scale-2 .event-meta,
	.text-scale-3 .event-meta,
	.text-scale-4 .event-meta {
		font-size: 14px !important;
		line-height: 1.4;
	}

	.event-content.text-scale-2 .event-title a,
	.event-content.text-scale-3 .event-title a,
	.event-content.text-scale-4 .event-title a,
	.news-content.text-scale-2 .news-title a,
	.news-content.text-scale-3 .news-title a,
	.news-content.text-scale-4 .news-title a,
	.text-scale-2 .event-title a,
	.text-scale-3 .event-title a,
	.text-scale-4 .event-title a,
	.text-scale-2 .news-title a,
	.text-scale-3 .news-title a,
	.text-scale-4 .news-title a {
		font-size: 18px !important;
		line-height: 1.3;
	}

	.news-content.text-scale-2 .news-excerpt,
	.news-content.text-scale-3 .news-excerpt,
	.news-content.text-scale-4 .news-excerpt,
	.text-scale-2 .news-excerpt,
	.text-scale-3 .news-excerpt,
	.text-scale-4 .news-excerpt {
		font-size: 14px !important;
		line-height: 1.5;
	}
}

/* LeftSide та RightSide шаблони для подій та новин */
/* LeftSide - зображення зліва, контент справа */
.event-item-leftside,
.news-item-leftside {
	flex-direction: row !important;
	align-items: center;
}

.event-image-left,
.news-image-left {
	width: 40%;
	flex-shrink: 0;
}

.event-content-right,
.news-content-right {
	width: 60%;
	padding-left: 20px !important;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* RightSide - зображення справа, контент зліва */
.event-item-rightside,
.news-item-rightside {
	flex-direction: row !important;
	align-items: center;
}

.event-image-right,
.news-image-right {
	width: 40%;
	flex-shrink: 0;
	order: 2;
}

.event-content-left,
.news-content-left {
	width: 60%;
	padding-right: 20px !important;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	order: 1;
}

/* Адаптивність для LeftSide та RightSide */
@media (max-width: 768px) {
	.event-item-leftside,
	.event-item-rightside,
	.news-item-leftside,
	.news-item-rightside {
		flex-direction: column !important;
	}
	
	.event-image-left,
	.event-image-right,
	.news-image-left,
	.news-image-right {
		width: 100%;
	}
	
	.event-content-right,
	.event-content-left,
	.news-content-right,
	.news-content-left {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* See More Button */
.btn-see-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    color: #eb6101;
    font-size: 16px;
    font-weight: 600;
    line-height: 83px;
    width: 268px;
    height: 84px;
    border: 2px solid #eb6101;
    border-radius: 42px;
    padding: 0px 25px;
    box-sizing: border-box;
    text-decoration: none;
    transition: background 0.3s ease;
}

.panel + .btn-see-more {
    margin-top: 70px;
}

.btn-see-more:hover {
    color: #fff;
    background: #eb6101;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
    /* На планшетах: максимум 2 колонки */
    .news-list.columns-4,
    .events-list.columns-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .news-list.columns-3,
    .events-list.columns-3 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .news-list.columns-3 .news-image,
    .events-list.columns-3 .event-image {
        max-height: 125px;
    }
}

@media screen and (max-width: 768px) {
    .home-events-block,
    .home-news-block {
        padding: 15px;
        margin: 20px auto;
    }
    
    .home-events-block .block-title,
    .home-news-block .block-title {
        font-size: 24px;
        margin-bottom: 0;
        padding-bottom: 30px;
        padding-top: 10px;
    }
    
    .home-events-block .block-description,
    .home-news-block .block-description {
        font-size: 14px;
        padding-bottom: 15px;
    }
    
    /* На мобільних: завжди 1 колонка */
    .news-list,
    .events-list {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }
    
    .news-image,
    .event-image {
        height: 180px;
    }
    
    .event-title a,
    .news-title a {
        font-size: 16px;
    }
    
    .event-meta {
        flex-direction: column;
        gap: 5px;
    }
    
    .btn-see-more {
        width: 100%;
        padding: 10px;
    }

    .news-list.columns-4,
    .events-list.columns-4 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .news-list.columns-3,
    .events-list.columns-3 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .news-list.columns-3 .news-image,
    .events-list.columns-3 .event-image {
        max-height: 280px;
    }
}

@media screen and (max-width: 480px) {
    .home-events-block .block-title,
    .home-news-block .block-title {
        font-size: 20px;
        padding-bottom: 25px;
    }
    
    .home-events-block .block-description,
    .home-news-block .block-description {
        font-size: 13px;
        padding-bottom: 10px;
    }
    
    .news-image,
    .event-image {
        height: 150px;
    }
    
    .event-title a,
    .news-title a {
        font-size: 15px;
    }
    
    .news-excerpt {
        font-size: 13px;
    }
}
