/* -------------------------------------------------------------------------- */
#video2025 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index:2
}
#video2025 > div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-image: url(/include/backv.jpg);
}
#video2025 > div > video {
    width: auto;
    min-width: 100%;
    height: 100%;
}
/* -------------------------------------------------------------------------- */
header .cnts {
    z-index: 999;
}
/* -------------------------------------------------------------------------- */
header nav {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 32px;
    left: 0;
    top: unset !important;
    background-repeat: repeat-y;
}
header nav {
    height: auto;
}
nav > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
header nav .rozd {
    height: calc(55px - 10px);
}
header nav .one_m .glav_a a {
    padding: 0 8px;
    height: calc(55px - 10px);
}
header nav .one_m .glav_a a span {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    height: calc(100% - 3px);
    line-height: calc(55px - 10px);
    border-bottom-width: 3px;
    font-size: 15px;
}
/* -------------------------------------------------------------------------- */
.pag a {
    padding: 4px 6px;
    margin: 0 4px 0 0;
    font-size: 20px;
    color: #4D853E;
    border: 1px solid #4D853E;
    border-radius: 4px;
    transition: .3s;
}
.pag a:hover {
    background: #bde9b1;
}
.pag a.act {
    background: #4D853E !important;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
.f1 input[name="name"] ,
.f2 input[name="email"] ,
.f3 input[name="phone"] {
    width: 220px !important;
}
/* -------------------------------------------------------------------------- */
main > article > table {
    max-width: 100%;
}
main > article > a + table > tbody > tr:nth-child(9) a {
    white-space: normal;
    word-break: break-all;
}
/* -------------------------------------------------------------------------- */
body {
    min-width: 1024px;
}
@media only screen and (max-width: 1300px) {
    header .rotator video {
        margin: 0 !important;
    }
}
/* -------------------------------------------------------------------------- */
footer .twostr {
    height: auto;
}
footer .twostr nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
#olymp-up {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0.625rem 1.25rem rgba(38,50,56,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    opacity: 0;
    bottom: -4rem;
    right: 1.8rem;
    cursor: pointer;
    transition: .3s;
    transition: all 0.15s 0s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#olymp-up.show {
    bottom: 2rem;
    opacity: 0.55;
}
#olymp-up:hover {
    opacity: 1;
    background: #4d853e;
    transition: all 0.3s 0.15s ease-in;
}
#olymp-up img {
    transform: rotate(-90deg);
    transition: all 0.15s 0s ease-out;
}
#olymp-up:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5654%) hue-rotate(353deg) brightness(112%) contrast(100%);
    transition: all 0.3s 0.15s ease-in;
}
@media only screen and (max-width: 767px) {
    #olymp-up {
        width: 2.5rem;
        height: 2.5rem;
        bottom: -3rem;
        right: 1rem;
    }
    #olymp-up.show {
        bottom: 0.8rem;
    }
}
/* -------------------------------------------------------------------------- */
article td p.img_zag {
    background-position: left bottom;
}
/* -------------------------------------------------------------------------- */
footer .twostr nav a {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
header .visibility ,
header .visibility * {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
header .visibility {
    position: absolute;
    top: 18px;
    left: calc(50% - 492px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 20px 20px 20px;
    max-width: 272px;
    max-height: 35px;
    overflow: hidden;
    -webkit-transition: max-height .1s ease-in-out, max-width .1s ease-in-out;
         -o-transition: max-height .1s ease-in-out, max-width .1s ease-in-out;
            transition: max-height .1s ease-in-out, max-width .1s ease-in-out;
    z-index: 5;
}
body.en header .visibility {
    max-width: 338px;
}
header .visibility:hover {
    max-width: 300px;
    max-height: 280px;
    -webkit-transition: max-height .3s ease-in-out, max-width .3s ease-in-out;
         -o-transition: max-height .3s ease-in-out, max-width .3s ease-in-out;
            transition: max-height .3s ease-in-out, max-width .3s ease-in-out;
}
/* -------------------------------------------------------------------------- */
header .visibility > p {
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 33px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(46, 47, 43, 0.6);
    border-radius: 5px;
    cursor: pointer;
    transition: 0.1s;
}
body.en header .visibility > p {
    width: 352px;
}
header .visibility:hover > p {
    border-radius: 5px 5px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background-color: rgba(46, 47, 43, 0.9);
    transition: 0.3s;
}
header .visibility > p > img {
    margin: 0 6px 0 0;
}
header .visibility > p > b {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 1px #343433;
    line-height: 33px;
    white-space: nowrap;
}
/* -------------------------------------------------------------------------- */
header .visibility > ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    min-width: 208px;
    margin: 0;
    padding: 12px;
    background-color: #fff;
    border-radius: 0 6px 6px 6px;
    -webkit-box-shadow: 0 7px 20px 2px rgba(0, 0, 0, .12);
            box-shadow: 0 7px 20px 2px rgba(0, 0, 0, .12);
    opacity: 0;
    transition: 0.1s;
}
body.en header .visibility > ul {
    border-radius: 0 0 6px 6px;
}
header .visibility:hover > ul {
    opacity: 1;
    transition: 0.3s;
}
header .visibility > ul > li {
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    width: calc(100% - 24px);
    padding: 0 12px;
    background-color: #fff;
    transition: 0.1s;
    cursor: pointer;
}
header .visibility > ul > li.disable {
    background-color: #fff !important;
    cursor: default;
}
header .visibility > ul > li:hover {
    background-color: #eceff1;
    transition: 0.3s;
}
header .visibility > ul > li > img {
    margin: 0 10px 0 -6px;
}
header .visibility > ul > li#increase_text_size > img ,
header .visibility > ul > li#decrease_text_size > img {
    margin: 0 6px 0 -2px;
}
header .visibility > ul > li.disable > img {
    opacity: 0.25;
}
header .visibility > ul > li > b {
    font-size: 15px;
    color: #222;
    font-weight: 700;
    line-height: 30px;
}
header .visibility > ul > li.disable > b {
    color: #b0bec5;
}
/* -------------------------------------------------------------------------- */
header #real_text_size {
    position: absolute;
    top: 31px;
    left: -4px;
    background: #4D853E;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    z-index: 1;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    line-height: 18px;
}
header #real_text_size > u {
    text-decoration: none;
    z-index: 1;
}
header #real_text_size > b {
    position: absolute;
    left: 8px;
    display: block;
    width: 5px;
    height: 8px;
    background: transparent;
    border-left: 1px solid #4D853E;
}
header #real_text_size > b:first-child {
    top: -8px;
    border-top: 1px solid #4D853E;
}
header #real_text_size > b:last-child {
    bottom: -8px;
    border-bottom: 1px solid #4D853E;
}
/* -------------------------------------------------------------------------- */
body.b_and_w #b_and_w {
    background: #DDD;
}
body.b_and_w #b_and_w b {
    color: #000;
}
body.b_and_w #b_and_w img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(23%) saturate(3282%) hue-rotate(256deg) brightness(112%) contrast(108%);
}
/* -------------------------------------------------------------------------- */
body.high_contrast #high_contrast {
    background: #000;
}
body.high_contrast #high_contrast b {
    color: #FFF;
}
body.high_contrast #high_contrast img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(81%) saturate(2108%) hue-rotate(101deg) brightness(101%) contrast(102%);
}
/* -------------------------------------------------------------------------- */
body.negative_contrast #negative_contrast {
    background: #000;
}
body.negative_contrast #negative_contrast b {
    color: yellow;
}
body.negative_contrast #negative_contrast img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7454%) hue-rotate(335deg) brightness(103%) contrast(101%);
}
/* -------------------------------------------------------------------------- */
header #reset_visibility {
    background-color: #fff !important;
    cursor: default !important;
}
body.text_size_2 header #reset_visibility ,
body.text_size_3 header #reset_visibility ,
body.text_size_4 header #reset_visibility ,
body.text_size_5 header #reset_visibility ,
body.text_size_6 header #reset_visibility ,
body.b_and_w header #reset_visibility ,
body.high_contrast header #reset_visibility ,
body.negative_contrast header #reset_visibility {
    background-color: #fff !important;
    cursor: pointer !important;
}
body.text_size_2 header #reset_visibility:hover ,
body.text_size_3 header #reset_visibility:hover ,
body.text_size_4 header #reset_visibility:hover ,
body.text_size_5 header #reset_visibility:hover ,
body.text_size_6 header #reset_visibility:hover ,
body.b_and_w header #reset_visibility:hover ,
body.high_contrast header #reset_visibility:hover ,
body.negative_contrast header #reset_visibility:hover {
    background-color: #eceff1 !important;
}
/* -------------------------------------------------------------------------- */
header #reset_visibility > img {
    opacity: 0.25 !important;
}
body.text_size_2 header #reset_visibility > img ,
body.text_size_3 header #reset_visibility > img ,
body.text_size_4 header #reset_visibility > img ,
body.text_size_5 header #reset_visibility > img ,
body.text_size_6 header #reset_visibility > img ,
body.b_and_w header #reset_visibility > img ,
body.high_contrast header #reset_visibility > img ,
body.negative_contrast header #reset_visibility > img {
    opacity: 1 !important;
}
/* -------------------------------------------------------------------------- */
header #reset_visibility > b {
    color: #b0bec5 !important;
}
body.text_size_2 header #reset_visibility > b ,
body.text_size_3 header #reset_visibility > b ,
body.text_size_4 header #reset_visibility > b ,
body.text_size_5 header #reset_visibility > b ,
body.text_size_6 header #reset_visibility > b ,
body.b_and_w header #reset_visibility > b ,
body.high_contrast header #reset_visibility > b ,
body.negative_contrast header #reset_visibility > b {
    color: #222222 !important;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.inclm_cont table table table {
    margin: 10px 10px 20px -10px;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
