@import url(../fonts/font.css);

/*pt1 - bold | pt2 - bold italik | pt13 - italik | pt4 - regular*/
/*open_sans_bold | open_sans*/
/*hel1 - black | hel2 - bold | hel3 - heavy | hel4 - light | hel5 - medium | hel6 - regular | hel7 - thin | hel8 - ultraLight*/

/*------------------------------*/
/*   Author: Sgurskiy Andrey    */
/*------------------------------*/
/*-------framework_pack1--------*/

/* ========= {Scroll bar} =========== */
::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 8px;
    height: 0px
}

::-webkit-scrollbar-track {
    background: none;
}

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

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #a4a4a4;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #53c2c8;
}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 8px;
    height: 0px
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #e1e5e4;
}

/* ========= {Scroll bar} =========== */

/* ========== {фон сайта} =========== */
html, html {
    -webkit-font-smoothing: antialiased;
    background-color: #fff !important;
    font-family: 'Play', sans-serif;
    height: 100% !important;
    overflow-y: scroll !important;
}

body {
    background-color: #fff !important;
    background: url('../images/uzor.png') repeat !important;
}

/* ========== {фон сайта} =========== */

/* ============ {body} ============== */
body, select, input, textarea, button {
    outline: none;
    padding: 0px;
    margin: 0px;
}

.clear {
    clear: both;
}

#offline {
    background: linear-gradient(to left, #45d1e6, #24abbf) !important;
}

/*background-color:#24abbf !important;*/
/* ============ {body} ============== */

/* ========= {inpyt_form} =========== */
.input-form input[type="text"] {
    background: #f6f6f6;
    border: none;
    border-bottom: 1px solid #cacaca;
    width: 100%;
    margin-bottom: 4px;
    outline: none;
    font-size: 14px;
    padding: 15px;
    color: #3a4758;
    transition: 0.3s;
}

.input-form textarea {
    background: #f6f6f6;
    border: none;
    border-bottom: 1px solid #cacaca;
    width: 100%;
    margin-bottom: 2%;
    outline: none;
    font-size: 14px;
    padding: 10px;
    color: #181818;
    transition: 0.3s;
    min-height: 200px;
    font-family: 'pt4', Verdana !important;
    resize: vertical;
}

.input-form input[type="email"] {
    background: #f6f6f6;
    border: none;
    border-bottom: 1px solid #cacaca;
    width: 100%;
    margin-bottom: 4px;
    outline: none;
    font-size: 14px;
    padding: 15px;
    color: #3a4758;
    transition: 0.3s;
}

.input-form input[type="text"]:hover {
    border-bottom: 5px solid #1d8695;
    margin-bottom: 0px;
}

.input-form input[type="email"]:hover {
    border-bottom: 5px solid #1d8695;
    margin-bottom: 0px;
}

.input-form textarea:hover {
    border-bottom: 5px solid #1d8695;
}

/* ========= {inpyt_form} =========== */

/* ========= {modal pack} =========== */
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.90);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 9999 !important;
}

.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}

.dm-modal {
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #cfd8dc;
    text-align: left;
    position: relative;
    z-index: 9 !important;
}

.closers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-family: 'hel6', Verdana;
    font-size: 16px;
    display: block;
    float: right;
    clear: both;
}

@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ========= {modal pack} =========== */

/* ========= {preloader} ============ */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 9999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #33bcd0;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2488b1;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f0f0f0;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

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

.imghc {
    display: table;
    margin-left: auto;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-right: auto;
}

.imghc img {
    width: 60px;
    height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ========= {preloader} ============ */

/* ======= {Хлебные крошки} ========= */
/*-----------Кнопки---------*/
.xxb1 {
    display: table;
    background-color: #00a200;
    text-align: center;
    border: none;
    border-radius: 40px;
    color: #FFFFFF;
    font-family: 'hel5', Verdana;
    font-size: 10px;
    transition: 0.3s;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, .0);
}

.xxb1:hover {
    box-shadow: 0 6px 40px -8px rgba(0, 0, 0, .4);
    background-color: #ffffff;
    color: #00a200;
}

.xxb2 {
    display: block;
    border-radius: 50%;
    background-color: #00a200;
    transition: 0.3s;
    font-family: 'hel5', Verdana;
    color: #FFFFFF;
    height: 40px;
    width: 40px;
}

.xxb2:hover {
    box-shadow: 0 6px 40px -8px rgba(0, 0, 0, .4);
    opacity: 0.7;
}

/*-----------Кнопки---------*/

/*-----------Константы------*/
.vertical_table {
    display: table;
    height: 100%;
}

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

a {
    color: #181818;
    font-family: 'Play', sans-serif;;
    text-decoration: none;
}

a:hover {
    color: #2488b3;
}

.mobile {
    display: none;
}

.device {
}

/*-----------Константы------*/

/*-----------Заголовок------*/
.h1design {
    display: block;
    font-family: 'Play', sans-serif;
    font-size: 40px;
    color: #323232;
    margin-top: 1%;
    margin-bottom: 1%;
}

/*-----------Заголовок------*/

/* ======= {Хлебные крошки} ========= */

/*/////////////////////////////////////////////////////////////////////////Обшее//////////////////////////////////////////////////////////////////////////////*/
/*--------------------------- { top } -----------------------------------*/
#top {
    width: 100%;
    background: linear-gradient(to left, #45d1e6, #24abbf);
}

/*background-color:#24abbf;*/
.top1 {
    font-family: 'pt1', Verdana;
    color: #FFFFFF;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
}

.top2 {
    padding: 0;
}

.top3 {
    border-left: 1px solid #41b7c8;
    height: 60px;
    padding: 0;
}

.toped1 {
    height: 60px;
    position: relative;
    z-index: 2;
    margin-bottom: -60px;
}

.toped2 {
    height: 60px;
}

.d2_b {
    background-color: #0f8798;
    width: 35%;
    height: 60px;
    float: left;
}

.d2_a {
    float: left;
    border: 30px solid transparent;
    border-left: 30px solid #0f8798;
    border-top: 30px solid #0f8798;
}

.social {
    float: right;
    border-left: 1px solid #41b7c8;
    height: 60px;
    line-height: 60px;
}

.social a {
    color: #ffffff;
    padding-left: 4px;
    padding-right: 4px;
    transition: 0.3s;
    font-size: 18px;
}

.social a:hover {
    color: #FFFFFF;
}

.search {
    float: right;
}

.search span {
    color: #8ae7f5;
    transition: 0.3s;
    font-size: 18px;
    display: block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

.search:hover span {
    color: #FFFFFF;
}

.lang {
    float: right;
    border-left: 1px solid #41b7c8;
    height: 60px;
}

.lanpunkt {
}

.lanpunkt img {
    height: 12px;
    padding-right: 4px;
}

.lanpunkt em {
    padding-left: 4px;
}

#lan {
    width: 100%;
    list-style: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0px;
}

#lan li {
    float: left;
    position: relative;
    display: block;
}

#lan li a {
    display: table;
    color: #FFFFFF;
    margin-top: 0;
    padding-top: 0;
    transition: 0.3s;
    font-size: 16px;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    transition: 0.3s;
}

#lan li a span {
    display: table-cell;
    vertical-align: middle;
}

#lan li a:hover {
    color: #8ae7f5;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#lan ul {
    list-style: none;
    position: absolute;
    left: -9999px;
    opacity: 0;
    -webkit-transition: 0.25s linear opacity;
    background-color: #fff;
    box-shadow: 0px 9px 60px rgba(0, 0, 0, 0.1);
}

#lan ul li {
    width: auto;
    float: none;
    margin-left: -40px;
}

#lan ul a {
    height: 43px;
    line-height: 43px;
    color: #181818;
    font-size: 13px;
    white-space: nowrap;
    display: block;
}

#lan li:hover ul {
    left: 0;
    opacity: 1;
}

#lan ul:hover {
}

#lan ul li:hover {
    height: 43px;
    line-height: 43px !important;
    color: #323232;
    background-color: #eeeeee;
}

#lan ul li:hover a {
    height: 43px;
    line-height: 43px !important;
    color: #323232;
    background-color: #eeeeee;
}

#pole_sr {
    position: fixed;
    height: 60px;
    background-color: #272727;
    width: 100%;
    z-index: 88;
    display: none;
}

#pole_sr .sr1 {
    height: 60px;
    width: 5%;
    display: block;
    float: left;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
}

#pole_sr .sr2 {
    height: 50px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 90%;
    display: block;
    float: left;
    color: #FFFFFF;
    background-color: #272727;
    border: none;
}

#pole_sr .sr3 {
    height: 60px;
    width: 5%;
    display: block;
    float: right;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    border: none;
    background: none;
}

.login {
    float: right;
    border-left: 1px solid #41b7c8;
    height: 60px;
    padding: 0;
    margin: 0;
}

.login a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #8be7f3;
}

.login a span {
    padding-right: 10px;
}

.login a:hover {
    color: #FFFFFF;
}

/*--------------------------- { top } -----------------------------------*/

/*------------------------ { header } ----------------------------------*/
#header {
    background-color: #006699;
    height: 150px;

    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    background: url('../images/header.jpg') no-repeat;
}

.hed1 {
    width: 50%;
    float: left;
    padding-top: 25px;
    display: block;
}

/*.hed2{ width:50%; float:left; }*/

.hed2 a {
    /*float: right;*/
    height: 150px;
    padding-left: 10px;
    padding-right: 10px;
}

.hed2 svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    width: 60px;
    margin-top: 45px;
    transition: 0.3s;
}


.hed2cont a img {
    width: 60px;
    margin-top: 45px;
    height: auto;
    cursor: pointer;
    transition: filter 0.3s ease;
}

.hed2cont a:hover img {

    animation: bounce 0.6s;
    transform: translateY(-8px) scale(1.05); /* Sakrash effekti */
    filter: hue-rotate(20deg)
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(-20px);
    }
    75% {
        transform: translateY(-10px);
    }
}

.hed2cont {
    display: table;
    animation: slideDown 1s ease-out;

    /*float:right;*/

}


@keyframes slideDown {
    0% {
        transform: translateY(-100%); /* Boshlanish: yuqoriga ko'chirilgan */
        opacity: 0;
    }
    100% {
        transform: translateY(0); /* Tugash: to'g'ri joyga kelgan */
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 20%, 60%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }
}

.hesvg1 svg {
    fill: #298ec7;
}

.hesvg1:hover svg {
    fill: #298ec7;
    animation: bounce 1.5s;
}

.hesvg2 svg {
    fill: #a82792;
}

.hesvg2:hover svg {
    fill: #a82792;
    animation: bounce 1.5s;
}

.hesvg3 svg {
    fill: #d5c852;
}

.hesvg3:hover svg {
    fill: #d5c852;
    animation: bounce 1.5s;
}

.hesvg4 svg {
    fill: #c33539;
}

.hesvg4:hover svg {
    fill: #c33539;
    animation: bounce 1.5s;
}

.hesvg5 svg {
    fill: #1d94a6;
}

.hesvg5:hover svg {
    fill: #969696;
    animation: bounce 1.5s;
}

.hed1 img {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
}

.hed1 span {
    height: 100px;
    float: left;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-top: 23px;
    margin-left: 10px;
    color: #181818;
}

/*------------------------ { header } ----------------------------------*/

/*------------------------ { top_menu } ---------------------------------*/
#topmenu {
    background: linear-gradient(to left, #2089c4, #0f8798);
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 99;
    top: 0px;
    transition: 0.3s;
}

/*background-color:#0f8798;*/
#topmenu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, .1);
    opacity: 0.9;
}

#topmenu.fixed #nav li a {
    height: 60px;
    padding-left: 5px;
    padding-right: 9px;
    font-size: 13px;
}

#topmenu.fixed #nav ul a {
    height: 43px;
    line-height: 43px;
}

#topmenu.fixed .logos {
    opacity: 1;
    width: auto;
    padding-right: 1%;
    margin-right: 1%;
}

#topmenu.fixed .menumob {
    line-height: 60px;
}

#topmenu.fixed #toplang {
    display: block;
}

#topmenu.fixed .activsup {
    line-height: 60px;
    height: 60px;
    font-size: 12px;
}

.logos {
    float: left;
    padding-right: 0%;
    height: 60px;
    margin-right: 0%;
    border-right: 1px solid #1393a5;
    opacity: 0;
    transition: 0.2s;
    display: block;
    overflow: hidden;
    width: 0;
}

.logos img {
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    margin-top: 7px;
}

.logos span {
    color: #FFFFFF;
    float: left;
    font-family: 'open_sans_bold', Verdana;
    font-size: 12px;
    margin-top: 12px;
    padding-left: 6px;
}

.menumob {
    display: none;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 80px;
    float: right;
}

.menumob:hover {
    color: #8be7f3;
}

#nav {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav li {
    float: left;
    position: relative;
    display: block;
}

#nav li a {
    display: table;
    color: #ffffff;
    font-size: 16px;
    font-family: 'open_sans_bold', Verdana;
    height: 80px;
    padding-left: 17px;
    padding-right: 17px;
    text-decoration: none;
    transition: 0.1s;
}

#nav li a span {
    display: table-cell;
    vertical-align: middle;
}

#nav li a:hover {
    color: #ffffff;
    background-color: #033f57;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul {
    list-style: none;
    position: absolute;
    left: -9999px;
    opacity: 0;
    -webkit-transition: 0.25s linear opacity;
    background-color: #033f57;
    box-shadow: 0px 9px 60px rgba(0, 0, 0, 0.1);
    transition: 0.2s
}

#nav ul li {
    color: #ffffff;
    width: auto;
    float: none;
    margin-left: -40px;
    text-transform: uppercase;
    border-left: 0px solid #ff4e00;
    transition: 0.2s;
}

#nav ul a {
    height: 43px;
    line-height: 43px;
    min-width: 140px;
    text-transform: none;
    color: #ffffff;
    font-size: 15px;
    font-family: 'pt4', Verdana;
    white-space: nowrap;
    display: block;
}

#nav li:hover ul {
    left: 0;
    opacity: 1;
}

#nav ul:hover {
}

#nav ul li:hover {
    height: 43px;
    line-height: 43px !important;
    color: #fafafa;
    background-color: #24abbf;
    text-transform: uppercase;
    border-left: 7px solid #ff4e00;
}

#nav ul li:hover a {
    height: 43px;
    line-height: 43px !important;
    color: #fafafa;
    background-color: #24abbf;
}

#nav .mobstr {
    display: none;
}

#toplang {
    list-style: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0px;
    float: right;
    display: none;
}

#toplang li {
    float: left;
    position: relative;
    display: block;
}

#toplang li a {
    display: table;
    color: #FFFFFF;
    margin-top: 0;
    padding-top: 0;
    transition: 0.3s;
    font-size: 16px;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    transition: 0.3s;
}

#toplang li a span {
    display: table-cell;
    vertical-align: middle;
}

#toplang li a:hover {
    color: #8ae7f5;
    background-color: #033f57;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#toplang ul {
    list-style: none;
    position: absolute;
    left: -9999px;
    opacity: 0;
    -webkit-transition: 0.25s linear opacity;
    background-color: #033f57;
    box-shadow: 0px 9px 60px rgba(0, 0, 0, 0.1);
    transition: 0.2s
}

#toplang ul li {
    width: auto;
    float: none;
    margin-left: -40px;
}

#toplang ul a {
    height: 43px;
    line-height: 43px;
    color: #ffffff;
    font-size: 13px;
    white-space: nowrap;
    display: block;
}

#toplang li:hover ul {
    left: 0;
    opacity: 1;
}

#toplang ul:hover {
}

#toplang ul li:hover {
    height: 43px;
    line-height: 43px !important;
    color: #8ae7f5;
    background-color: #24abbf;
}

#toplang ul li:hover a {
    height: 43px;
    line-height: 43px !important;
    color: #8ae7f5;
    background-color: #24abbf;
}

.activsup {
    height: 80px;
    line-height: 80px;
    display: table;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    font-family: 'open_sans_bold', Verdana;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #136d8e;
    transition: 0.3s;
}

.activsup:hover {
    color: #FFFFFF;
    background-color: #39b8cb;
}

.mobobs {
    display: none !important;
    text-transform: uppercase;
    background-color: #CCCCCC;
}

/*------------------------ { top_menu } ---------------------------------*/

/*------------------------- { footer } ----------------------------------*/
#footer {
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    background-position: center !important;
    background: url('../images/footer.webp') no-repeat;
    background-color: #333333;
}

.copyright {
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #242424;
}

.copyright .cop1 {
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
}

.anilyz {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.navigation {
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.navbar1 {
    width: 10%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
}

.navbar2 {
    width: 15%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
}

.navbar4 {
    width: 15%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
}

.navbar5 {
    width: 15%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
}

.navbar3 {
    width: 15%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
    padding-top: 2%;
}

.linavp {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
    font-family: 'open_sans', Verdana;
    color: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    transition: 0.3s;
}

.linavp span {
    padding-right: 5px;
}

.linavp:hover {
    background-color: #FFFFFF;
    color: #000000;
    border-color: #FFFFFF;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, .1);
}

.navbar3 .banners {
    margin-top: 10px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.navbar3 .banners .bn {
    float: left;
    width: auto;
    margin: 10px;
}

.navbar2 h3 {
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Play', sans-serif;
    font-size: 18px;
}

.navbar2 a {
    transition: 0.3s;
    color: #CCCCCC;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: 'Play', sans-serif;
}

.navbar2 a:hover {
    color: #ffffff;
}

.navbar4 h3 {
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Play', sans-serif;
    font-size: 18px;
}

.navbar4 a {
    transition: 0.3s;
    color: #CCCCCC;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: 'Play', sans-serif;
}

.navbar4 a:hover {
    color: #ffffff;
}

.navbar4 span {
    color: #CCCCCC;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: 'Play', sans-serif;
}

.navbar5 h3 {
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Play', sans-serif;
    font-size: 18px;
}

.navbar5 a {
    transition: 0.3s;
    color: #CCCCCC;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: 'Play', sans-serif;
}

.navbar5 a:hover {
    color: #ffffff;
}

.navbar5 span {
    color: #CCCCCC;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: 'Play', sans-serif;
}

.navbar2 span {
    color: #CCCCCC;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: 'Play', sans-serif;
}

.navfotrd {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.whilelogos {
    text-align: center;
}

.whilelogos svg {
    display: block;
    height: 150px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    fill: #fff;
}

.whilelogos span {
    color: #FFFFFF;
    font-family: 'Play', sans-serif;
}

.copyrightimg {
    display: block;
    width: 130px;
    height: 130px;
    opacity: 0.4;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
}

/*------------------------- { footer } ----------------------------------*/

/*-------------------------- { info } -----------------------------------*/
.infos {
    padding-top: 20%;
    padding-bottom: 20%;
}

.inftitel {
    font-family: 'pt1', Verdana;
    font-size: 45px;
}

.inftext {
    font-size: 25px;
    font-family: 'pt4', Verdana;
    margin-top: 10px;
}

/*-------------------------- { info } -----------------------------------*/

/*-------------------------- { offline } --------------------------------*/
#off {
    height: 100%;
    display: table;
    width: 100%;
}

.logopos {
    width: 200px;
    height: 200px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: #FFFFFF;
    padding: 30px;
}

.logopos img {
    display: block;
    width: 140px;
    height: 140px;
}

.centre {
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    margin-top: 1%;
    font-family: 'open_sans_bold', Verdana;
}

.offlinetext {
    text-align: center;
    margin-top: 3%;
    font-size: 18px;
    color: #FFFFFF;
}

.offsubj {
    text-align: center;
    color: #219aac;
    font-size: 70px;
    font-family: 'open_sans_bold', Verdana;
    margin-bottom: 1%;
}

/*-------------------------- { offline } --------------------------------*/

/*-------------------------- { login_panel } ----------------------------*/
.login_panel {
    padding: 5%;
    min-width: 430px;
}

.logetb .soclinks a {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    transition: 0.3s;
    text-align: center;
    margin: 10px;
    float: left;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    font-size: 20px;
    color: #333333;
}

.logetb .soclinks a:hover {
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, .1);
    color: #000000;
    background-color: #FFFFFF;
}

.logetb .soclinks .google {
    background-color: #e8433c;
    color: #FFFFFF;
}

.logetb .soclinks .yandex {
    color: #fd0019;
}

.logetb .soclinks .vk {
    background-color: #5a7c9f;
    color: #FFFFFF;
}

.logetb .soclinks .facebook {
    background-color: #4469ad;
    color: #FFFFFF;
}

.logetb {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.panlogsinfoi {
    text-align: center;
}

.panlogsinfoi h1 {
    font-family: 'open_sans_bold', Verdana;
    font-size: 20px;
    color: #333333;
}

.panlogsinfoi p {
    font-family: 'open_sans', Verdana;
    font-size: 14px;
    color: #999999;
}

#blc_logout {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    height: 70px;
    width: 70px;
    line-height: 70px;
    transition: 0.3s;
    background-color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    font-size: 24px;
    color: #333333;
}

#blc_logout:hover {
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, .1);
    color: #000000;
}

/*-------------------------- { login_panel } ----------------------------*/
/*/////////////////////////////////////////////////////////////////////////Обшее//////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////Главная/////////////////////////////////////////////////////////////////////////////*/

/*------------------------ { speedbar } ----------------------------------*/
.speedbar {
    padding-top: 1%;
    padding-bottom: 1%;
    border-bottom: 1px solid #eeeeee;
    background-color: #FFFFFF;
}

.speedbar a {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'open_sans_bold', Verdana;
    padding-right: 6px;
}

.speedbar span {
    font-size: 13px;
    font-family: 'open_sans', Verdana;
    text-transform: uppercase;
    padding-right: 6px;
}

.speedbar em {
    color: #CCCCCC;
    padding-right: 15px;
    font-size: 16px;
}

.speedbar2 {
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 1%;
    border-bottom: 1px solid #444444;
}

.speedbar2 a {
    text-transform: uppercase;
    font-size: 13px;
    color: #FFFFFF;
    font-family: 'open_sans_bold', Verdana;
    padding-right: 6px;
}

.speedbar2 span {
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'open_sans', Verdana;
    text-transform: uppercase;
    padding-right: 6px;
}

.speedbar2 em {
    color: #444444;
    padding-right: 15px;
    font-size: 16px;
}

/*------------------------ { speedbar } ----------------------------------*/

/*----------------------- { position1 } --------------------------------*/
#position1 {
}

/*background: linear-gradient(to bottom, #eeeeee, #ffffff);*/
#position1 .container {
    background-color: #FFFFFF;
    padding-top: 1%;
}

.podpos1 {
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 1%;
}

.podpos2 {
    width: 100%;
    background-color: #f8f8f8;
    height: 350px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    background-position: center !important;
    margin-top: 1%;
    margin-bottom: 1%;
    display: block;
}

.podpos1 .br1 {
    float: left;
    width: 50%;
}

.podpos1 .br2 {
    border-left: 5px solid #f0f0f0;
    background-color: #000000;
    float: left;
    width: 50%;
}

.brimages {
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    background-position: center !important;
    height: 400px;
    width: 100%;
    transition: 1s;
}

.bbrimg {
    height: 350px;
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
    z-index: 5;
}

.bbrimg2 {
    height: 50px;
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
    z-index: 5;
}

.brtime {
    padding: 2%;
    display: table;
    font-size: 12px;
    font-family: 'pt1', Verdana;
}

.brtime span {
    padding-right: 8px;
}

.brcontainer {
    padding: 5%;
    overflow: hidden;
}

.brcontainer h2 {
    font-family: 'Play', sans-serif;
    text-transform: uppercase;
}

.brlink {
    width: 130px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 3;
    margin-top: -70px;
    margin-left: -0px;
    opacity: 0;
    transition: 0.3s;
    text-align: center;
    line-height: 40px;
    font-family: 'pt1', Verdana;
    color: #FFFFFF;
    background-color: #2488b1;
}

.brlink:hover {
    color: #FFFFFF;
    background-color: #1d8695;
}

.brlink2 {
    width: 30px;
    height: 10px;
    display: block;
    position: absolute;
    z-index: 3;
    margin-top: -70px;
    margin-left: -0px;
    opacity: 0;
    transition: 0.3s;
    text-align: center;
    line-height: 40px;
    font-family: 'pt1', Verdana;
    color: #FFFFFF;
    background-color: #2488b1;
}

.brlink2:hover {
    color: #FFFFFF;
    background-color: #1d8695;
}

.podpos1:hover .brimages {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.podpos1:hover .brlink {
    opacity: 1;
    margin-left: -130px;
}

/*----------------------- { position1 } --------------------------------*/

/*----------------------- { position2 } --------------------------------*/
#position2 {
    padding-bottom: 0%;
}

#position2 .container {
    background-color: #FFFFFF;
    padding-top: 1%;
}

.shorstory1 {
    text-align: left;
    width: 32.3333333%;
    margin-bottom: 3%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    float: left;
    height: auto;
    padding-bottom: 7px;
    background-color: #f0f0f0;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    transition: 0.3s;
}

.shorstory1 .hoty {
    height: 200px;
    overflow: hidden;
}

.shorstory1 .shortimg {
    height: 250px;
    width: 100%;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    background-position: center !important;
    position: relative;
    transition: 0.3s;
}

.shorstory1 .title {
    width: 100%;
    font-family: 'Play', sans-serif;
    font-weight: bold;
    color: #181818;
    transition: 0.3s;
    text-transform: uppercase;
    margin-bottom: 2%;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
}

.shorstory1 .shortconte {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.shorstory1 .shortconte p {
    display: block;
    height: 40px;
    color: #181818 !important;
    overflow: hidden;
}

.shorstory1 .shortconte span {
    color: #666666;
    font-size: 12px;
}

.shorstory1 .shortconte span span {
    padding-right: 8px;
}

.shorstory1:hover {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.shorstory1:hover .shortimg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.shorstory1 .videlife {
    width: 100%;
    height: 270px;
}

.shorstory_video1 {
    float: left;
    width: 24%;
    margin: 0.5%;
    margin-bottom: 2%;
    background-color: #2b2b2b;
    padding: 1%;
    display: block;
    height: auto;
}

.shorstory_video1 .videlife {
    height: 200px;
    width: 100%;
    display: block;
}

.shorstory_video1 h1 {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'open_sans', Verdana !important;
    font-weight: normal;
    color: #FFFFFF;
    display: block;
    min-height: 76px;
}

.shorstory_video1 span {
    font-size: 12px;
    color: #FFFFFF;
}

.navigmulti {
    margin-bottom: 1%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
}

.navigmulti a {
    display: block;
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: 'open_sans', Verdana !important;
    padding-left: 25px;
    padding-right: 25px;
    border: 4px solid #00e6ff;
    border-radius: 15px;
    color: #fafafa;
    font-size: 12px;
    margin: 10px;
    transition: 0.3s;
}

.navigmulti a:hover {
    background-color: #000;
}

.infos_ca {
    color: #FFFFFF !important;
}

#videonav .navigations {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    padding-bottom: 2%;
    margin-bottom: 0;
    height: auto;
}

#videonav .navigations .prev {
    float: left;
}

#videonav .navigations .next {
    float: left;
}

#videonav .navigations .actinavig {
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 4px;
    background-color: #353535;
    border: none;
    border: 1px solid #666666;
    transition: 0.3s;
    font-family: 'hel5', Verdana;
}

#videonav .navigations .actinavig:hover {
    background-color: #FFFFFF;
    color: #181818;
    border: 1px solid #FFFFFF;
}

#videonav .navigations .previs {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 40px;
    display: block;
    border-radius: 4px;
    background-color: #353535;
    border: none;
    border: 1px solid #666666;
    transition: 0.3s;
    font-family: 'open_sans', Verdana;
    color: #666666;
}

#videonav .navigations .previs:hover {
    background-color: #FFFFFF;
    color: #181818;
    border: 1px solid #FFFFFF;
}

#videonav .navigations .pages {
    float: left;
    height: 40px;
    line-height: 40px;
    display: block;
}

#videonav .navigations .pages a {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 14px;
    font-family: 'hel6', Verdana;
    color: #666666;
}

#videonav .navigations .nextis {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 40px;
    display: block;
    border-radius: 4px;
    background-color: #353535;
    border: none;
    border: 1px solid #666666;
    transition: 0.3s;
    font-family: 'open_sans', Verdana;
    color: #666666;
}

#videonav .navigations .nextis:hover {
    background-color: #FFFFFF;
    color: #181818;
    border: 1px solid #FFFFFF;
}

.team {
    width: 31%;
    margin: 1%;
    padding: 2%;
    float: left;
    height: 385px;
}

.team .teamimg {
    display: block;
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    background-position: center !important;
}

.team h1 {
    font-family: 'Play', sans-serif;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.team p {
    font-family: 'Play', sans-serif;
    font-size: 14px;
    color: #999999;
    display: block;
    text-align: center;
}

.jurnal {
    width: 23%;
    float: left;
    margin: 1%;
    padding: 10px;
    background-color: #efefef;
}

.jurnal .shimgs {
    height: 200px;
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.jurnal .shimgs img {
    max-height: 200px;
    max-width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.jurnal h1 {
    text-align: center;
    font-family: 'open_sans', Verdana;
    font-size: 14px;
}

.jurnal p {
}

.jurnal p a {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'open_sans', Verdana;
    background-color: #2388ad;
    color: #FFFFFF;
    transition: 0.3s;
}

.jurnal p a:hover {
    background-color: #FFFFFF;
    color: #000000;
}

/*----------------------- { position2 } --------------------------------*/

/*----------------------- { position3 } --------------------------------*/
#position3 {
    padding-bottom: 0%;
}

#position3 .container {
    background-color: #FFFFFF;
    padding-top: 1%;
}

.pos3blocked1 {
    width: 30.3333333%;
    margin-right: 3%;
    float: left;
}

.pos3blocked2 {
    width: 33.3333333%;
    float: left;
}

.pos3blocked3 {
    width: 30.3333333%;
    margin-left: 3%;
    float: left;
}

.postitl {
    background-color: #f0f0f0;
    width: 100%;
}

.tilob {
    float: left;
    height: 70px;
    margin-top: 0px;
    overflow: hidden;
    width: 85%;
    position: relative;
}

.til1 {
    height: 70px;
    background-color: #24abbf;
    float: left;
    padding-right: 7%;
    min-width: 70%;
    line-height: 70px;
    padding-left: 10px;
    color: #FFFFFF;
    font-family: 'Play', sans-serif;
    font-size: 18px;
}

.til2 {
    float: left;
    border: 35px solid transparent;
    border-left: 35px solid #24abbf;
    border-top: 35px solid #24abbf;
}

.til3 {
    float: right;
    width: 15%;
}

.titlicon {
    height: 70px;
    width: 100%;
    text-align: center;
    color: #CCCCCC;
    line-height: 70px;
    display: block;
    font-size: 24px;
    transition: 0.3s;
}

.titlicon:hover {
    background-color: #f8f8f8;
    color: #323232
}

.postitl2 {
    background-color: #24abbf;
    width: 100%;
    padding: 5%;
    color: #FFFFFF;
}

.conteblock1 {
    margin-top: 7%;
    margin-bottom: 7%;
    display: block;
    border-left: 0px solid #24abbf;
    padding-left: 0px;
    padding-right: 10px;
    transition: 0.3s;
    border-right: 7px solid #FFFFFF;
}

.conteblock1 .title {
    color: #181818;
    font-weight: 600;
    text-transform: uppercase;
}

.conteblock1 .date {
    font-size: 14px;
    margin-top: 10px;
    color: #666666;
}

.conteblock1:hover {
    border-left: 7px solid #24abbf;
    padding-left: 10px;
    border-right: 0px solid #FFFFFF;
    padding-right: 0;
}

.conteblock2 {
    margin-top: 7%;
    margin-bottom: 7%;
    display: block;
}

.conteblock2 .imgesd {
    width: 40%;
    height: 150px;
    background-color: #000000;
    float: left;
    overflow: hidden;
    transition: 0.3s;
}

.conteblock2 .frame {
    width: 40%;
}

.conteblock2 .title {
    color: #181818;
    float: left;
    width: 60%;
    font-family: 'Play', sans-serif;;
    padding-left: 10px;
    height: 110px;
    overflow: hidden;
}

.conteblock2 .date {
    font-size: 12px;
    margin-top: 10px;
    color: #666666;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.conteblock2 .imgposd {
    width: 100%;
    height: 150px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    background-position: center !important;
    transition: 0.3s;
}

.conteblock2:hover .imgposd {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.conteblock3 {
    margin-top: 2%;
    margin-bottom: 2%;
    display: table;
    width: 48%;
    float: left;
    height: 150px;
    background-color: #f0f0f0;
    display: block;
    transition: 0.3s;
}

.malp {
    margin-right: 4%;
}

.conteblock3 .vertical_center {
    width: 400px !important;
    height: 150px;
}

.conteblock3 .icon {
    display: block;
    width: 100%;
    font-size: 40px;
    color: #7a7a7a;
    text-align: center;
    transition: 0.3s;
}

.conteblock3 .text {
    font-size: 16px;
    text-align: center;
    font-family: 'Play', sans-serif;
    font-weight: 800;
    color: #323232;
    transition: 0.3s;
}

.conteblock3 .text span {
    font-size: 24px;
    font-family: 'Play', sans-serif;
}

.conteblock3:hover {
    background-color: #24abbf;
}

.conteblock3:hover .icon {
    color: #FFFFFF;
}

.conteblock3:hover .text {
    color: #FFFFFF;
}

.conteblock4 {
    margin-top: 7%;
    margin-bottom: 7%;
    display: block;
}

.conteblock4 .imgesd {
    width: 60%;
    height: 150px;
    float: left;
}

.conteblock4 .title {
    color: #181818;
    font-family: 'Play', sans-serif;
    font-weight: 800;
    float: left;
    width: 40%;
    padding-left: 10px;
    height: 120px;
    overflow: hidden;
}

.conteblock4 .date {
    font-family: 'pt1', Verdana;
    font-size: 12px;
    margin-top: 10px;
    color: #666666;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.conteblock4 .imgposd {
    width: 70%;
    height: 100px;
    background-color: #24abbf;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 25px;
    color: #FFFFFF;
    line-height: 100px;
    text-align: center;
    font-size: 26px;
    opacity: 0;
    transition: 0.3s;
}

.contlertchart {
    display: block;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.docchart {
    width: 150%;
    height: 400px;
    margin-left: -100px;
}

.conteblock5 {
    margin-top: 2%;
    margin-bottom: 2%;
    display: table;
    width: 100%;
    background-color: #f0f0f0;
    display: block;
    transition: 0.3s;
    padding: 2%;
}

.conteblock5 h1 {
    text-align: center;
    font-size: 16px;
    text-align: center;
    font-family: 'Play', sans-serif;
    color: #323232;
}

.conteblock5 table {
    font-family: 'pt1', Verdana;
    color: #323232;
    font-size: 14px;
    width: 100%;
}

.conteblock5 table td {
    padding: 1%;
}

.conteblock5 table tr:nth-child(2n+1) {
    background-color: #dfdfdf;
}

/*----------------------- { position3 } --------------------------------*/

/*----------------------- { position4 } --------------------------------*/
#position4 {
    background-color: #f3f3f2;
    padding-top: 2%;
    padding-bottom: 5%;
}

#slidera_1 {
    margin-top: 2%;
}

.experts {
    width: 100%;
}

.counterexperts {
    margin-left: 4%;
    margin-right: 4%;
    height: 400px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    background-position: center !important;
    position: relative;
    display: block;
}

.counterexperts .plash {
    position: absolute;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    background: url('../images/bg2.png') repeat;
    width: 100%;
    opacity: 1;
    transition: 0.3s;
}

.opisan {
    width: 100%;
    height: 400px;
    background: url('../images/bg3.png') repeat;
    overflow: hidden;
    padding: 5px;
    color: #FFFFFF;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
    display: table;
}

.counterexperts:hover .plash {
    opacity: 0;
}

.counterexperts:hover .opisan {
    opacity: 1;
}

#position4 .owl-theme .owl-controls .owl-nav .owl-prev,
#position4 .owl-theme .owl-controls .owl-nav .owl-next {
    color: transparent;
    background-size: 50% auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block;
    border-radius: 50%;
    background-color: #181818;
    opacity: 0.6;
    transition: 0.3s;
    font-family: 'hel5', Verdana;
    color: #FFFFFF;
    height: 50px;
    width: 50px;
    margin: 2%;
    margin-top: 0;
    cursor: pointer;
}

#position4 .owl-theme .owl-controls .owl-nav .owl-prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGc+ICA8dGl0bGU+YmFja2dyb3VuZDwvdGl0bGU+ICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iNDAyIiB3aWR0aD0iNTgyIiB5PSItMSIgeD0iLTEiLz4gPC9nPiA8Zz4gIDx0aXRsZT5MYXllciAxPC90aXRsZT4gIDxwb2x5Z29uIGZpbGw9IiNmZmZmZmYiIGlkPSJzdmdfMSIgcG9pbnRzPSIzNTIsMTI4LjQgMzE5LjcsOTYgMTYwLDI1NiAxNjAsMjU2IDE2MCwyNTYgMzE5LjcsNDE2IDM1MiwzODMuNiAyMjQuNywyNTYgIi8+IDwvZz48L3N2Zz4=) !important;
    margin-left: -50px;
}

#position4 .owl-theme .owl-controls .owl-nav .owl-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGc+ICA8dGl0bGU+YmFja2dyb3VuZDwvdGl0bGU+ICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iNDAyIiB3aWR0aD0iNTgyIiB5PSItMSIgeD0iLTEiLz4gPC9nPiA8Zz4gIDx0aXRsZT5MYXllciAxPC90aXRsZT4gIDxwb2x5Z29uIGZpbGw9IiNmZmZmZmYiIGlkPSJzdmdfMSIgcG9pbnRzPSIxNjAsMTI4LjQgMTkyLjMsOTYgMzUyLDI1NiAzNTIsMjU2IDM1MiwyNTYgMTkyLjMsNDE2IDE2MCwzODMuNiAyODcuMywyNTYgIi8+IDwvZz48L3N2Zz4=) !important;
    margin-right: -50px;
}

#position4 .owl-theme .owl-controls .owl-nav .owl-prev:hover,
#position4 .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, .3);
}

/*----------------------- { position4 } --------------------------------*/

/*----------------------- { position5 } --------------------------------*/
#position5 {
}

#position5 .container {
    background-color: #FFFFFF;
    padding-top: 3%;
    padding-bottom: 3%;
}

.bannersright {
    height: 620px;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    background-position: center !important;
}

#position5 .owl-theme .owl-controls .owl-nav .owl-prev,
#position5 .owl-theme .owl-controls .owl-nav .owl-next {
    color: transparent;
    background-size: 50% auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block;
    background-color: #181818;
    background-color: rgba(0, 0, 0, .4);
    transition: 0.3s;
    font-family: 'hel5', Verdana;
    color: #FFFFFF;
    height: 50px;
    width: 50px;
    margin: 2%;
    margin-top: 0;
    cursor: pointer;
}

#position5 .owl-theme .owl-controls .owl-nav .owl-prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGc+ICA8dGl0bGU+YmFja2dyb3VuZDwvdGl0bGU+ICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iNDAyIiB3aWR0aD0iNTgyIiB5PSItMSIgeD0iLTEiLz4gPC9nPiA8Zz4gIDx0aXRsZT5MYXllciAxPC90aXRsZT4gIDxwb2x5Z29uIGZpbGw9IiNmZmZmZmYiIGlkPSJzdmdfMSIgcG9pbnRzPSIzNTIsMTI4LjQgMzE5LjcsOTYgMTYwLDI1NiAxNjAsMjU2IDE2MCwyNTYgMzE5LjcsNDE2IDM1MiwzODMuNiAyMjQuNywyNTYgIi8+IDwvZz48L3N2Zz4=) !important;
}

#position5 .owl-theme .owl-controls .owl-nav .owl-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGc+ICA8dGl0bGU+YmFja2dyb3VuZDwvdGl0bGU+ICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iNDAyIiB3aWR0aD0iNTgyIiB5PSItMSIgeD0iLTEiLz4gPC9nPiA8Zz4gIDx0aXRsZT5MYXllciAxPC90aXRsZT4gIDxwb2x5Z29uIGZpbGw9IiNmZmZmZmYiIGlkPSJzdmdfMSIgcG9pbnRzPSIxNjAsMTI4LjQgMTkyLjMsOTYgMzUyLDI1NiAzNTIsMjU2IDM1MiwyNTYgMTkyLjMsNDE2IDE2MCwzODMuNiAyODcuMywyNTYgIi8+IDwvZz48L3N2Zz4=) !important;
}

#position5 .owl-theme .owl-controls .owl-nav .owl-prev:hover,
#position5 .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, .3);
}

/*----------------------- { position5 } --------------------------------*/

/*-----------------------navigations---------------------------------*/
.navigations {
    display: table;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-bottom: 1%;
    margin-top: 1;
}

.navigations .prev {
    float: left;
}

.navigations .next {
    float: left;
}

.navigations .actinavig {
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 4px;
    background-color: #fafafa;
    border: none;
    border: 1px solid #efefef;
    transition: 0.3s;
    font-family: 'hel5', Verdana;
}

.navigations .actinavig:hover {
    background-color: #2eaabc;
    color: #ffffff;
    border: 1px solid #2eaabc;
}

.navigations .previs {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 40px;
    display: block;
    border-radius: 4px;
    background-color: #fafafa;
    border: none;
    border: 1px solid #efefef;
    transition: 0.3s;
    font-family: 'hel5', Verdana;
}

.navigations .previs:hover {
    background-color: #2eaabc;
    color: #ffffff;
    border: 1px solid #2eaabc;
}

.navigations .pages {
    float: left;
    height: 40px;
    line-height: 40px;
    display: block;
}

.navigations .pages a {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 14px;
    font-family: 'hel6', Verdana;
}

.navigations .nextis {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 40px;
    display: block;
    border-radius: 4px;
    background-color: #fafafa;
    border: none;
    border: 1px solid #efefef;
    transition: 0.3s;
    font-family: 'hel5', Verdana;
}

.navigations .nextis:hover {
    background-color: #2eaabc;
    color: #ffffff;
    border: 1px solid #2eaabc;
}

/*-----------------------navigations---------------------------------*/
/*////////////////////////////////////////////////////////////////////////Главная/////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////Остальные страницы///////////////////////////////////////////////////////////////////////*/
/*------------------------content-----------------------------------*/
#content {
}

#content .container {
    background-color: #FFFFFF;
    padding-top: 1%;
    padding-bottom: 3%;
}

#content .gallery .container {
    background: none;
}

.conterposition1 {
    float: left;
    width: 80%;
    padding: 1%;
}

.conterposition2 {
    float: left;
    width: 20%;
    padding: 1%;
}

.conterposition2 a {
    width: 100%;
    display: block;
    background-color: #eeeeee;
    margin-bottom: 1%;
    padding: 3%;
}

.conterposition2 a span {
    display: none;
}

.conterposition2 a:hover {
    background-color: #53c2c8;
    color: #FFFFFF;
}

.con_titls {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 2%;
    margin-bottom: 2%;
    margin-top: 2%;
}

@media (min-width: 1500px) and (max-width: 2220px) {
    .con_titls .tl1 {
        float: left;
        width: 108%;
        text-align: center;
        font-size: 24px;
        font-family: 'pt1', Verdana;
    }
}

.con_titls .tl2 {
    float: left;
    width: 20%;
    text-align: right;
}

.con_tags {
    display: block;
    width: 100%;
}

.con_tags a {
    display: table;
    float: left;
    height: 25px;
    line-height: 25px;
    padding-left: 3px;
    padding-right: 10px;
    border-radius: 4px;
    background-color: #fafafa;
    border: none;
    border: 1px solid #efefef;
    transition: 0.3s;
    font-size: 13px;
    margin: 10px;
}

.con_tags a span {
    padding-right: 7px;
    color: #2eaabc;
    transition: 0.3s;
}

.con_tags a:hover {
    background-color: #2eaabc;
    color: #ffffff;
    border: 1px solid #2eaabc;
}

.con_tags a:hover span {
    color: #ffffff;
}

.con_container {
    clear: both !important;
    margin-bottom: 2% !important;
}

.con_container p {
    line-height: 24px;
}

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

.con_container iframe {
    width: 100%;
    height: 600px;
}

.con_container .atoggler {
    padding: 12px;
    text-decoration: none !important;
    color: #181818;
    line-height: 20px;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    margin-top: 7px;
    margin-bottom: 7px;
    font-family: 'hel6', Verdana;
    text-transform: uppercase;
    font-size: 14px;
}

.con_container .atoggler:before {
    padding-right: 10px;
}

.con_container table {
    clear: both;
    float: none !important;
}

.con_container .filepress p {
    display: block;
}

.con_container .filepress a {
    display: table;
    transition: 0.3s;
    background-color: #53c2c8;
    width: 18%;
    margin: 1%;
    float: left;
    padding: 1%;
    text-align: center;
    border-radius: 14px;
    color: #ffffff !important;
    font-size: 18px;
}

.con_container .filepress a:hover {
    background-color: #2688ba;
    color: #ffffff !important;
}

.con_container .files {
    float: left;
    width: 48%;
    margin: 1%;
    border: 1px solid #eeeeee;
    padding: 1%;
}

.con_container .files span {
    float: left;
    margin: 10px;
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 70px;
    font-size: 36px;
    color: #181818;
    transition: 0.3s;
}

.con_container .files h1 {
    font-size: 14px;
    color: #181818;
}

.con_container .files p {
    display: block;
    float: right;
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #181818;
}

.con_container .files:hover span {
    background-color: #1e869a;
    color: #FFFFFF;
    border-color: #1e869a;
}

.socilsd {
    background-color: #eeeeee;
    height: 50px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.socilsd .rating {
    float: left;
}

.socilsd .rating .rt0 {
    border-left: solid 1px #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
    margin-right: 5px;
    float: right;
    display: block;
    background: none;
    height: 50px;
    line-height: 50px;
    font-family: 'hel2', Verdana;
    color: #333333;
}

.socilsd .rating .rt1 {
    float: right;
    cursor: pointer;
    display: block;
    border: none;
    background: none;
    height: 50px;
    line-height: 50px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'hel2', Verdana;
    color: #333333;
}

.socilsd .rating .rt2 {
    float: right;
    cursor: pointer;
    display: block;
    border: none;
    background: none;
    height: 50px;
    line-height: 50px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'hel2', Verdana;
    color: #333333;
}

.socilsd .rating .rt1 span {
    font-size: 20px;
}

.socilsd .rating .rt2 span {
    font-size: 20px;
}

.socilsd .rating .rt1:hover {
    color: #01cc01;
}

.socilsd .rating .rt2:hover {
    color: #e71830;
}

.socilsd .rating .clos span {
    color: #666666 !important;
}

.socilsd .rating .clos {
    cursor: default !important;
}

.socilsd .socpod {
    float: left;
    height: 50px;
    display: table;
}

.socilsd .socpod .soc1 {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}

.con_zagolv0 {
    background-color: #f3f3f2;
    margin-top: 2%;
    margin-bottom: 2%;
}

.con_zagolv1 {
    height: 60px;
    position: relative;
    z-index: 2;
    padding-left: 20px;
    margin-bottom: -60px;
    line-height: 60px;
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'pt1', Verdana;
}

.con_zagolv1 span {
    padding-right: 10px;
}

.con_zagolv2 {
    height: 60px;
}

.con_zagolv .d2_b {
    background-color: #2eaabc;
    width: 35%;
    height: 60px;
    float: left;
}

.con_zagolv .d2_a {
    float: left;
    border: 30px solid transparent;
    border-left: 30px solid #2eaabc;
    border-top: 30px solid #2eaabc;
}

.relcount {
}

.relcount .relblo {
    width: 23%;
    margin: 1%;
    display: block;
    float: left;
    overflow: hidden;
    background-color: #000000;
    border: 10px solid #CCCCCC;
}

.relcount .imgsr {
    height: 230px;
    width: 100%;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    background-position: center !important;
    opacity: 0.2;
    transition: 0.3s;
}

.relcount .texts {
    height: 230px;
    display: table;
    margin-top: -230px;
    position: relative;
    z-index: 22;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 16px;
}

.relcount .relblo:hover .imgsr {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*------------------------content-----------------------------------*/

/*------------------------gallery-----------------------------------*/
.gallery {
    background-color: #323232;
}

.gallery .titlsg {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    display: block;
    font-family: 'hel7', Verdana;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color: #fff;
}

.gallery .titlsg .ttf span {
    padding-right: 10px;
    color: #444444;
    font-size: 22px;
    font-weight: 800;
}

.gallery .titlsg em {
    display: block;
    height: 1px;
    width: 100%;
    position: relative;
    float: right;
    background-color: #272727;
    margin-top: -24px;
}

.gallery .titlsg .ttf {
    background-color: #323232;
    float: left;
    position: relative;
    z-index: 2;
    width: auto;
    display: table;
    padding-left: 10px;
    padding-right: 10px;
}

.gallery .galimg {
    margin-bottom: 2%;
    margin-top: 2%;
}

.letimgs {
    display: block;
    width: 15.6666667%;
    background-color: #272727;
    padding: 10px;
    margin: 0.5%;
    transition: 0.3s;
    height: 150px;
    float: left;
}

.letimgs img {
    max-width: 100%;
    transition: 0.3s;
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
}

.imghov {
    display: table;
    background-color: #000000;
    opacity: 0.0;
    width: 100%;
    transition: 0.3s;
    position: relative;
    z-index: 9;
    margin-bottom: -130px;
    height: 130px;
}

.imghov2 {
    display: table;
    width: 100%;
    height: 130px;
    line-height: 130px;
    text-align: center;
    color: #3f3f3f;
    font-size: 36px;
}

.letimgs:hover .imghov {
    opacity: 0.4;
}

.player {
    display: none;
    padding-bottom: 4%;
}

.player .container {
    padding-top: 3%;
    padding-bottom: 3%;
}

.rte0 {
    display: block;
}

.player .playerimg {
    background-color: #006666;
    max-width: 100%;
    height: auto;
    max-height: 600px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/*------------------------gallery-----------------------------------*/

/*-----------------------fileload-----------------------------------*/
.fileload {
}

.fileload a {
    float: left;
    margin: 1%;
    width: 48%;
    height: auto;
    border: 1px solid #eeeeee;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    transition: 0.3s;
}

.fileload a em {
    height: 50px;
    line-height: 40px;
    margin-bottom: 10px;
    display: block;
    padding-top: 7px;
}

.fileload a span {
    height: 50px;
    width: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    position: relative;
    margin-top: -1px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #eeeeee;
    transition: 0.3s;
}

.fileload a div {
    font-family: 'hel6', Verdana;
    line-height: 19px;
}

.fileload a:hover {
    color: #181818;
    border: 1px solid #bc2d15;
}

.fileload a:hover span {
    background-color: #bc2d15;
    color: #FFFFFF;
    border: 1px solid #bc2d15;
}

/*-----------------------fileload-----------------------------------*/

/*-----------------------comments-----------------------------------*/
.addcomments {
    width: 100%;
    background-color: #f3f2f2;
    padding: 1%;
    margin-bottom: 2%;
    margin-top: 1%;
}

.addcomments .hr {
    background-color: #FFFFFF;
    height: 1px;
    margin-top: 1%;
    margin-bottom: 1%;
}

.titlsdcoms {
    width: 100%;
}

.titlsdcoms .poscomt1 {
    float: left;
    height: 40px;
    line-height: 40px;
    font-family: 'open_sans', Verdana;
    font-size: 22px;
}

.titlsdcoms .poscomt2 {
    float: right;
    height: 40px;
    line-height: 40px;
    font-family: 'open_sans', Verdana;
    font-size: 12px;
    color: #999999;
}

.loggetusr {
    margin-bottom: 1%;
}

.loggetusr .logt1 {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.loggetusr .logt2 {
    float: left;
    width: 49%;
    margin-left: 1%;
}

.addcomsub {
    display: table;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #1d8695;
    text-align: center;
    border: none;
    color: #FFFFFF;
    font-family: 'hel5', Verdana;
    font-size: 14px;
    transition: 0.3s;
}

.addcomsub:hover {
    box-shadow: 0 6px 40px -8px rgba(0, 0, 0, .4);
    background-color: #2b88ad;
}

.addcomsub[disabled] {
    background-color: #999999;
}

.addcomsub[disabled]:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, .0);
}

.butcomp {
}

.butcomp .cach1 {
    float: left;
    height: 50px;
}

.butcomp .cach2 {
    float: left;
    width: 250px;
}

.butcomp .cach3 {
    float: right;
}

.adderrors {
    padding: 1%;
    background-color: #fbbabd;
    color: #333333;
    font-size: 14px;
    margin-bottom: 1%;
}

.moders {
    font-size: 12px;
    color: #666666;
}

.nameauth {
    text-align: center;
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 2%;
}

.namelinks {
}

.namelinks a {
    display: table;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #1d8695;
    text-align: center;
    border: none;
    color: #FFFFFF;
    font-family: 'hel5', Verdana;
    font-size: 14px;
    transition: 0.3s;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}

.namelinks a:hover {
    box-shadow: 0 6px 40px -8px rgba(0, 0, 0, .4);
    background-color: #2b88ad;
}

.comments {
    background-color: #f8f8f8;
    border-bottom: 1px solid #CCCCCC;
    padding: 1%;
    margin-bottom: 2%;
}

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

.infcom .namcom1 {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    color: #000000;
    font-size: 18px;
    text-align: left;
}

.infcom .namcom2 {
    float: left;
    width: 25%;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 12px;
    text-align: right;
}

.infcom .namcom3 {
    float: left;
    width: 25%;
    height: 50px;
}

.textcoms {
    margin-top: 1%;
    font-size: 14px;
    padding-top: 1%;
    padding-bottom: 1%;
}

/*-----------------------comments-----------------------------------*/
/*///////////////////////////////////////////////////////////////////Остальные страницы///////////////////////////////////////////////////////////////////////*/

@media (min-width: 1200px) and (max-width: 1500px) {
    #topmenu {
        background: linear-gradient(to left, #2089c4, #0f8798);
        height: 80px;
        width: 100%;
        position: relative;
        z-index: 99;
        top: 0px;
        transition: 0.3s;
    }

    /*background-color:#0f8798;*/
    #topmenu.fixed {
        position: fixed;
        top: 0;
        width: 100%;
        height: 60px;
        box-shadow: 0 3px 15px 3px rgba(0, 0, 0, .1);
        opacity: 0.9;
    }

    #topmenu.fixed #nav li a {
        height: 60px;
        padding-left: 9px;
        padding-right: 9px;
        font-size: 9px;
    }

    #topmenu.fixed #nav ul a {
        height: 43px;
        line-height: 43px;
    }

    #topmenu.fixed .logos {
        opacity: 1;
        width: auto;
        padding-right: 1%;
        margin-right: 1%;
    }

    #topmenu.fixed .menumob {
        line-height: 60px;
    }

    #topmenu.fixed #toplang {
        display: block;
    }

    #topmenu.fixed .activsup {
        line-height: 60px;
        height: 60px;
        font-size: 12px;
    }

    #nav li a {
        display: table;
        color: #ffffff;
        font-size: 11px;
        font-family: 'open_sans_bold', Verdana;
        height: 80px;
        padding-left: 17px;
        padding-right: 17px;
        text-decoration: none;
        transition: 0.1s;
    }

    #nav {
        float: left;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #nav li {
        float: left;
        position: relative;
        display: block;
    }

    #nav li a span {
        display: table-cell;
        vertical-align: middle;
    }

    #nav li a:hover {
        color: #ffffff;
        background-color: #033f57;
    }

    /*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
    #nav ul {
        list-style: none;
        position: absolute;
        left: -9999px;
        opacity: 0;
        -webkit-transition: 0.25s linear opacity;
        background-color: #033f57;
        box-shadow: 0px 9px 60px rgba(0, 0, 0, 0.1);
        transition: 0.2s
    }

    #nav ul li {
        color: #ffffff;
        width: auto;
        float: none;
        margin-left: -40px;
        text-transform: uppercase;
        border-left: 0px solid #ff4e00;
        transition: 0.2s;
    }

    #nav ul a {
        height: 43px;
        line-height: 43px;
        min-width: 140px;
        text-transform: none;
        color: #ffffff;
        font-size: 13px;
        font-family: 'pt4', Verdana;
        white-space: nowrap;
        display: block;
    }

    #nav li:hover ul {
        left: 0;
        opacity: 1;
    }

    #nav ul:hover {
    }

    #nav ul li:hover {
        height: 43px;
        line-height: 43px !important;
        color: #fafafa;
        background-color: #24abbf;
        text-transform: uppercase;
        border-left: 7px solid #ff4e00;
    }

    #nav ul li:hover a {
        height: 43px;
        line-height: 43px !important;
        color: #fafafa;
        background-color: #24abbf;
    }

    #nav .mobstr {
        display: none;
    }
}

@media (min-width: 749px) and (max-width: 768px) {
    #nav li a {
        display: table;
        color: #ffffff;
        font-size: 14px;
        font-family: 'open_sans_bold', Verdana;
        height: 80px;
        padding-left: 17px;
        padding-right: 17px;
        text-decoration: none;
        transition: 0.1s;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .lanpunkt img {
        height: 10px;
        padding-right: 4px;
    }

    /*/////////////////////////////////////////////////////////////////////////Обшее//////////////////////////////////////////////////////////////////////////////*/
    /*------------------------ { top_menu } ---------------------------------*/
    #topmenu.fixed #nav li a {
        height: 60px;
        padding-left: 9px;
        padding-right: 9px;
        font-size: 7px;
    }

    #topmenu.fixed #nav ul a {
        height: 28px;
        line-height: 28px;
    }

    #topmenu.fixed .activsup {
        height: 60px;
        line-height: 60px;
        font-size: 7px;
    }

    #nav li a {
        display: table;
        color: #ffffff;
        font-size: 9px;
        height: 80px;
        padding-left: 17px;
        padding-right: 17px;
        text-decoration: none;
        transition: 0.1s;
    }

    /*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
    #nav ul {
        list-style: none;
        position: absolute;
        left: -9999px;
        opacity: 0;
        -webkit-transition: 0.4s linear;
        -moz-transition: max-height 0.4s linear;
        transition: max-height 0.4s linear;
        background-color: #2089c4;
        box-shadow: 0px 9px 60px rgba(0, 0, 0, 0.1);
    }

    #nav ul a {
        height: 28px;
        line-height: 28px;
        text-transform: none;
        color: #181818;
        font-size: 10px;
        font-family: 'pt4', Verdana;
        white-space: nowrap;
        display: block;
    }

    #nav ul li:hover {
        height: 28px;
        line-height: 28px !important;
    }

    #nav ul li:hover a {
        height: 28px;
        line-height: 28px !important;
    }

    .activsup {
        height: 80px;
        line-height: 80px;
        font-size: 10px;
    }

    #toplang li a {
        font-size: 10px;
        height: 60px;
    }

    /*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
    #toplang ul a {
        height: 43px;
        line-height: 43px;
        font-size: 10px;
    }

    /*------------------------ { top_menu } ---------------------------------*/
    .contlertchart {
        display: block;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .docchart {
        width: 100%;
        height: 200px;
        margin-left: 0px;
    }

    /*/////////////////////////////////////////////////////////////////////////Обшее//////////////////////////////////////////////////////////////////////////////*/
}

@media (min-width: 768px) and (max-width: 991px) {
    /*-----------Заголовок------*/
    .h1design {
        font-size: 20px;
        margin-bottom: 3%;
    }

    /*-----------Заголовок------*/
    /*/////////////////////////////////////////////////////////////////////////Обшее//////////////////////////////////////////////////////////////////////////////*/
    /*--------------------------- { top } -----------------------------------*/
    .top1 {
        font-size: 10px;
        line-height: 40px;
    }

    .d2_b {
        width: 25%;
        height: 40px;
    }

    .d2_a {
        border: 20px solid transparent;
        border-left: 20px solid #0f8798;
        border-top: 20px solid #0f8798;
    }

    .toped1 {
        height: 40px;
        margin-bottom: -40px;
    }

    .toped2 {
        height: 40px;
    }

    .social {
        height: 40px;
        line-height: 40px;
    }

    .social a {
        font-size: 12px;
    }

    .search span {
        font-size: 12px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    #lan li a {
        display: table;
        color: #FFFFFF;
        margin-top: 0;
        padding-top: 0;
        transition: 0.3s;
        font-size: 10px;
        height: 40px;
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: none;
        transition: 0.3s;
    }

    #lan ul a {
        height: 43px;
        line-height: 43px;
        color: #181818;
        font-size: 10px;
        white-space: nowrap;
        display: block;
    }

    .login {
        height: 40px;
    }

    .login a {
        font-size: 10px;
        height: 40px;
        line-height: 40px;
    }

    .top2 {
        padding: 0;
    }

    .top3 {
        border-left: 1px solid #41b7c8;
        height: 40px;
        padding: 0;
    }

    .lang {
        height: 40px;
    }

    /*--------------------------- { top } -----------------------------------*/
    /*------------------------ { header } ----------------------------------*/
    .hed1 {
        padding-top: 40px;
    }

    .hed2 svg {
        height: 40px;
        width: 40px;
        margin-top: 55px;
    }

    .hed1 img {
        display: block;
        float: left;
        width: 70px;
        height: 70px;
    }

    .hed1 span {
        height: 70px;
        float: left;
        font-size: 16px;
        margin-top: 14px;
        margin-left: 10px;
    }

    /*------------------------ { header } ----------------------------------*/
    /*------------------------ { top_menu } ---------------------------------*/
    #topmenu.fixed {
        position: fixed;
        top: 0;
        width: 100%;
        height: 50px;
        box-shadow: 0 3px 15px 3px rgba(0, 0, 0, .1);
        opacity: 0.9;
    }

    #topmenu.fixed #nav li a {
        height: 50px;
        padding-left: 9px;
        padding-right: 9px;
        font-size: 6px;
    }

    #topmenu.fixed #nav ul a {
        height: 30px;
        line-height: 30px;
    }

    #topmenu.fixed .activsup {
        height: 50px;
        line-height: 50px;
        font-size: 6px;
    }

    .logos {
        height: 0px;
    }

    .logos img {
        width: 35px;
        height: 35px;
        margin-top: 7px;
    }

    .logos span {
        font-size: 9px;
    }

    #nav li a {
        display: table;
        color: #ffffff;
        font-size: 7px;
        font-family: 'open_sans_bold', Verdana;
        height: 80px;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        transition: 0.1s;
    }

    #nav ul a {
        height: 30px;
        line-height: 30px;
        text-transform: none;
        color: #181818;
        font-size: 8px;
        font-family: 'pt4', Verdana;
        white-space: nowrap;
        display: block;
    }

    #nav ul li:hover {
        height: 30px;
        line-height: 30px !important;
    }

    #nav ul li:hover a {
        height: 30px;
        line-height: 30px !important;
    }

    .activsup {
        height: 80px;
        line-height: 80px;
        font-size: 8px;
    }

    #toplang li a {
        font-size: 10px;
        height: 50px;
    }

    /*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
    #toplang ul a {
        height: 43px;
        line-height: 43px;
        font-size: 10px;
    }

    /*------------------------ { top_menu } ---------------------------------*/
    /*------------------------- { footer } ----------------------------------*/
    .copyright .cop1 {
        font-size: 8px;
    }

    .navbar1 {
        width: 28%;
    }

    .navbar2 {
        width: 33%;
    }

    .navbar2 h3 {
        font-size: 12px;
    }

    .navbar2 a {
        font-size: 9px;
    }

    .navbar2 span {
        font-size: 9px;
    }

    .whilelogos svg {
        display: block;
        height: 100px;
        width: 100px;
    }

    .whilelogos span {
        font-size: 12px;
    }

    /*------------------------- { footer } ----------------------------------*/
    /*-------------------------- { offline } --------------------------------*/
    #off {
        overflow: scroll;
    }

    .logopos {
        width: 120px;
        height: 120px;
        padding: 20px;
    }

    .logopos img {
        width: 100px;
        height: 100px;
    }

    .centre {
        font-size: 20px;
    }

    .offlinetext {
        font-size: 14px;
    }

    .offsubj {
        font-size: 40px;
    }

    /*-------------------------- { offline } --------------------------------*/
    /*/////////////////////////////////////////////////////////////////////////Обшее//////////////////////////////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////////////////////////////////Главная/////////////////////////////////////////////////////////////////////////////*/
    /*------------------------ { speedbar } ----------------------------------*/
    .speedbar a {
        font-size: 9px;
    }

    .speedbar span {
        font-size: 9px;
    }

    .speedbar em {
        font-size: 12px;
    }

    .speedbar2 a {
        font-size: 9px;
    }

    .speedbar2 span {
        font-size: 9px;
    }

    .speedbar2 em {
        font-size: 12px;
    }

    /*------------------------ { speedbar } ----------------------------------*/
    /*----------------------- { position1 } --------------------------------*/
    .podpos2 {
        height: 250px;
    }

    .brimages {
        height: 250px;
    }

    .bbrimg {
        height: 250px;
    }

    .brtime {
        padding: 2%;
        display: table;
        font-size: 8px;
        font-family: 'pt1', Verdana;
    }

    .brtime span {
        padding-right: 8px;
    }

    .brcontainer {
        padding: 5%;
        overflow: hidden;
        height: 210px;
        text-overflow: ellipsis;
    }

    .brcontainer h2 {
        font-size: 12px;
    }

    .brcontainer p {
        font-size: 10px;
    }

    .brlink {
        width: 130px;
        height: 20px;
        margin-top: -70px;
        line-height: 20px;
        font-size: 8px;
    }

    /*----------------------- { position1 } --------------------------------*/
    /*----------------------- { position2 } --------------------------------*/
    .shorstory1 .hoty {
        height: 170px;
    }

    .shorstory1 .shortimg {
        height: 170px;
    }

    .shorstory1 .title {
        font-size: 10px;
    }

    .shorstory1 .shortconte p {
        height: 30px;
    }

    .shorstory1 .shortconte span {
        font-size: 8px;
    }

    .shorstory_video1 {
        width: 48%;
        margin: 1%;
        padding: 2%;
    }

    /*----------------------- { position2 } --------------------------------*/
    /*----------------------- { position3 } --------------------------------*/
    .tilob {
        height: 40px;
        margin-top: 0px;
    }

    .til1 {
        height: 40px;
        min-width: 100%;
        max-width: 100%;
        line-height: 40px;
        padding-left: 10px;
        font-size: 8px;
    }

    .til3 {
        width: 15%;
    }

    .titlicon {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .postitl2 {
        font-size: 9px;
    }

    .conteblock1 .title {
        font-size: 9px;
    }

    .conteblock1 .date {
        font-size: 7px;
    }

    .conteblock2 .imgesd {
        height: 80px;
    }

    .conteblock2 .title {
        font-size: 10px;
        float: left;
        width: 60%;
        height: 70px;
    }

    .conteblock2 .date {
        font-size: 7px;
        height: 10px;
        line-height: 10px;
    }

    .conteblock2 .imgposd {
        height: 80px;
    }

    .conteblock3 {
        height: 100px;
    }

    .conteblock3 .vertical_center {
        height: 100px;
    }

    .conteblock3 .icon {
        font-size: 20px;
    }

    .conteblock3 .text {
        font-size: 7px;
    }

    .conteblock3 .text span {
        font-size: 14px;
    }

    .contlertchart {
        display: block;
        width: 100%;
        height: 150px;
        overflow: hidden;
    }

    .docchart {
        width: 100%;
        height: 150px;
        margin-left: 0px;
    }

    /*----------------------- { position3 } --------------------------------*/
    /*////////////////////////////////////////////////////////////////////////Главная/////////////////////////////////////////////////////////////////////////////*/
    /*///////////////////////////////////////////////////////////////////Остальные страницы///////////////////////////////////////////////////////////////////////*/
    /*-----------------------navigations---------------------------------*/
    .navigations .actinavig {
        height: 30px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 2px;
        margin-right: 2px;
        line-height: 30px;
        font-size: 10px;
    }

    .navigations .previs {
        height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 7px;
        margin-right: 7px;
        line-height: 30px;
        font-size: 10px;
    }

    .navigations .pages {
        height: 30px;
        line-height: 30px;
    }

    .navigations .pages a {
        height: 30px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 2px;
        margin-right: 2px;
        line-height: 30px;
        font-size: 10px;
    }

    .navigations .nextis {
        height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 7px;
        margin-right: 7px;
        line-height: 30px;
        font-size: 10px;
    }

    /*-----------------------navigations---------------------------------*/
    /*------------------------content-----------------------------------*/
    .conterposition1 {
        float: none;
        width: 100%;
        padding: 1%;
    }

    .conterposition2 {
        float: none;
        width: 100%;
        padding: 1%;
    }

    .conterposition2 a {
        margin-bottom: 1%;
        padding: 2%;
        font-size: 10px;
        text-align: center;
    }

    .con_titls .tl1 {
        font-size: 12px;
    }

    .con_titls .tl2 {
        font-size: 7px;
    }

    .con_tags a {
        height: 20px;
        line-height: 20px;
        padding-left: 3px;
        padding-right: 10px;
        font-size: 10px;
        margin: 3px;
    }

    .con_container p {
        line-height: 14px;
        font-size: 10px;
    }

    .socilsd {
        height: 40px;
    }

    .socilsd .rating .rt0 {
        height: 40px;
        line-height: 40px;
    }

    .socilsd .rating .rt1 {
        height: 40px;
        line-height: 40px;
    }

    .socilsd .rating .rt2 {
        height: 40px;
        line-height: 40px;
    }

    .socilsd .socpod {
        height: 40px;
    }

    .con_zagolv0 {
        background-color: #2eaabc;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .con_zagolv1 {
        height: 40px;
        position: relative;
        z-index: 2;
        padding-left: 20px;
        margin-bottom: 0;
        line-height: 40px;
        font-size: 10px;
    }

    .con_zagolv1 span {
        padding-right: 10px;
    }

    .con_zagolv2 {
        display: none;
    }

    .relcount {
    }

    .relcount .relblo {
        border: 4px solid #CCCCCC;
    }

    .relcount .imgsr {
        height: 150px;
    }

    .relcount .texts {
        height: 150px;
        margin-top: -150px;
        font-size: 10px;
    }

    /*------------------------content-----------------------------------*/
    /*------------------------gallery-----------------------------------*/
    .letimgs {
        display: block;
        width: 15.6666667%;
        background-color: #272727;
        padding: 5px;
        margin: 0.5%;
        transition: 0.3s;
        height: 90px;
        float: left;
    }

    .imghov {
        margin-bottom: -80px;
        height: 80px;
    }

    .imghov2 {
        height: 80px;
        line-height: 80px;
        font-size: 16px;
    }

    /*------------------------gallery-----------------------------------*/
    /*///////////////////////////////////////////////////////////////////Остальные страницы///////////////////////////////////////////////////////////////////////*/
}

@media (max-width: 748px) {
    /*-----------Константы------*/
    .mobile {
        display: block;
    }

    .device {
        display: none;
    }

    /*-----------Константы------*/
    /*-----------Заголовок------*/
    .h1design {
        text-align: center;
        font-size: 20px;
        margin-top: 5%;
        margin-bottom: 3%;
    }

    /*-----------Заголовок------*/
    /*/////////////////////////////////////////////////////////////////////////Обшее//////////////////////////////////////////////////////////////////////////////*/
    /*--------------------------- { top } -----------------------------------*/
    .top1 {
        line-height: 40px;
    }

    .top3 {
        height: 40px;
    }

    .toped1 {
        height: 40px;
        position: static;
        z-index: 2;
        margin-bottom: -0px;
    }

    .toped2 {
        display: none;
    }

    .social {
        border-left: 0px solid #41b7c8;
        height: 40px;
        line-height: 40px;
    }

    .social a {
        padding-left: 4px;
        padding-right: 4px;
        transition: 0.3s;
        font-size: 16px;
    }

    .search span {
        color: #8ae7f5;
        transition: 0.3s;
        font-size: 16px;
        display: block;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .lang {
        border-left: 1px solid #41b7c8;
        height: 40px;
    }

    .lanpunkt {
    }

    .lanpunkt img {
        height: 10px;
        padding-right: 4px;
    }

    .lanpunkt em {
        padding-left: 4px;
    }

    #lan {
        width: 100%;
        list-style: none;
        margin-top: 0;
        padding-top: 0;
        padding-left: 0px;
    }

    #lan li {
        float: left;
        position: relative;
        display: block;
    }

    #lan li a {
        display: table;
        color: #FFFFFF;
        margin-top: 0;
        padding-top: 0;
        transition: 0.3s;
        font-size: 12px;
        height: 40px;
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: none;
        transition: 0.3s;
    }

    #lan li a span {
        display: table-cell;
        vertical-align: middle;
    }

    #lan li a:hover {
        color: #8ae7f5;
    }

    /*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
    #lan ul {
        list-style: none;
        position: absolute;
        left: -9999px;
        opacity: 0;
        -webkit-transition: 0.25s linear opacity;
        background-color: #fff;
        box-shadow: 0px 9px 60px rgba(0, 0, 0, 0.1);
    }

    #lan ul li {
        width: auto;
        float: none;
        margin-left: -40px;
    }

    #lan ul a {
        height: 43px;
        line-height: 43px;
        color: #181818;
        font-size: 13px;
        white-space: nowrap;
        display: block;
    }

    #lan li:hover ul {
        left: 0;
        opacity: 1;
    }

    #lan ul:hover {
    }

    #lan ul li:hover {
        height: 43px;
        line-height: 43px !important;
        color: #323232;
        background-color: #eeeeee;
    }

    #lan ul li:hover a {
        height: 43px;
        line-height: 43px !important;
        color: #323232;
        background-color: #eeeeee;
    }

    #pole_sr {
        position: fixed;
        height: 40px;
        background-color: #272727;
        width: 100%;
        z-index: 88;
        display: none;
    }

    #pole_sr .sr1 {
        height: 40px;
        width: 5%;
        display: block;
        float: left;
        line-height: 40px;
        color: #FFFFFF;
        font-size: 12px;
        text-align: center;
    }

    #pole_sr .sr2 {
        height: 30px;
        margin-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        width: 90%;
        display: block;
        float: left;
        color: #FFFFFF;
        background-color: #272727;
        border: none;
    }

    #pole_sr .sr3 {
        height: 40px;
        width: 5%;
        display: block;
        float: right;
        line-height: 40px;
        color: #FFFFFF;
        font-size: 16px;
        text-align: center;
        border: none;
        background: none;
    }

    .login {
        float: right;
        border-left: 1px solid #41b7c8;
        height: 40px;
        padding: 0;
        margin: 0;
    }

    .login a {
        display: block;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        padding-right: 0px;
        font-size: 14px;
    }

    /*--------------------------- { top } -----------------------------------*/
    /*------------------------ { speedbar } ----------------------------------*/
    .speedbar a {
        display: block;
        width: 100%;
        background-color: #FFFFFF;
        border: 1px solid #eeeeee;
        border-radius: 4px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        text-align: center;
        font-size: 13px;
        font-family: 'open_sans', Verdana;
        padding-right: 0px;
        color: #999999;
    }

    .speedbar a:hover {
        color: #333333;
    }

    .speedbar span {
        display: none;
    }

    .speedbar em {
        display: none;
    }

    .speedbar2 a {
        display: block;
        width: 100%;
        background-color: #444444;
        border: 1px solid #2b2b2b;
        border-radius: 4px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        text-align: center;
        font-size: 13px;
        font-family: 'open_sans', Verdana;
        padding-right: 0px;
        color: #ffffff;
    }

    .speedbar2 a:hover {
        color: #ffffff;
    }

    .speedbar2 span {
        display: none;
    }

    .speedbar2 em {
        display: none;
    }

    /*------------------------ { speedbar } ----------------------------------*/
    /*------------------------ { header } ----------------------------------*/
    #header {
        height: 150px;
        background-size: cover !important;
        -webkit-background-size: cover !important;
        -o-background-size: cover !important;
        -ms-background-size: cover !important;
        -moz-background-size: cover !important;
        background: url('../images/204.jpg') no-repeat;

    }

    .hed1 {
        display: none;
    }

    .hed2 {
        width: 100%;
        float: none;
    }

    .hed2 a {
        /*float: right;*/
        height: 150px;
        width: 20%;
    }

    .hed2 svg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        fill: #ffffff;
    }

    /*------------------------ { header } ----------------------------------*/
    /*------------------------ { top_menu } ---------------------------------*/
    #topmenu {
        height: 80px;
        width: 100%;
    }

    /*background-color:#0f8798;*/
    .logos {
        height: 80px;
        margin-top: 0px;
        padding-top: 10px;
        border-right: 0px solid #1393a5;
        opacity: 1;
        width: auto;
    }

    #topmenu.fixed {
        opacity: 1;
    }

    #topmenu.fixed .logos {
        margin-top: 0px;
        padding: 0;
    }

    #topmenu.fixed #nav {
        height: 100%;
        margin-top: 0;
    }

    .menumob {
        display: block;
    }

    #nav {
        display: none;
        background-color: #033f57;
        position: fixed;
        margin-top: -190px;
        margin-left: -15px;
        height: 100%;
        width: 100%;
        color: #000000;
        overflow-y: auto;
    }

    #nav li {
        display: block;
        float: none;
    }

    #nav li a {
        display: block;
        color: #ffffff;
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 14px;
        font-family: 'open_sans_bold', Verdana;
        height: auto;
        padding-left: 20px;
        padding-right: 0;
        text-decoration: none;
        transition: 0.1s;
        text-transform: uppercase
    }

    #nav li a span {
        display: block;
    }

    #nav li a:hover {
        color: #323232;
        background-color: #eeeeee;
    }

    /*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
    #nav ul {
        list-style: none;
        position: static;
        left: 0;
        opacity: 1;
        -webkit-transition: 0s linear opacity;
        background: none;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    }

    #nav ul li {
        background: none;
        width: auto;
        float: none;
        margin-left: 0;
        text-transform: uppercase
    }

    #nav ul a {
        height: auto;
        width: 100%;
        display: block;
        line-height: normal;
        text-transform: none;
        color: #ffffff;
        font-size: 15px;
        font-family: 'pt4', Verdana;
        white-space: nowrap;
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #nav li:hover ul {
        left: 0;
        opacity: 1;
    }

    #nav ul:hover {
    }

    #nav ul li:hover {
        height: auto;
        line-height: normal !important;
        color: #323232;
        background-color: #eeeeee;
    }

    #nav ul li:hover a {
        height: auto;
        line-height: normal !important;
        color: #323232;
        background-color: #eeeeee;
    }

    #nav .mobstr {
        display: list-item;
    }

    #topmenu.fixed #nav li {
        display: block;
        float: none;
    }

    #topmenu.fixed #nav li a {
        display: block;
        color: #ffffff;
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 13px;
        font-family: 'open_sans_bold', Verdana;
        height: auto;
        padding-left: 20px;
        padding-right: 0;
        text-decoration: none;
        transition: 0.1s;
    }

    #topmenu.fixed #nav li a span {
        display: block;
    }

    #topmenu.fixed #nav li a:hover {
        color: #ffffff;
        background-color: #24abbf;
    }

    /*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
    #topmenu.fixed #nav ul {
        list-style: none;
        position: static;
        left: 0;
        opacity: 1;
        -webkit-transition: 0s linear opacity;
        background: none;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    }

    #topmenu.fixed #nav ul li {
        background: none;
        width: auto;
        float: none;
        margin-left: 0;
    }

    #topmenu.fixed #nav ul a {
        height: auto;
        width: 100%;
        display: block;
        line-height: normal;
        text-transform: none;
        color: #181818;
        font-size: 15px;
        font-family: 'pt4', Verdana;
        white-space: nowrap;
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #topmenu.fixed #nav li:hover ul {
        left: 0;
        opacity: 1;
    }

    #topmenu.fixed #nav ul:hover {
    }

    #topmenu.fixed #nav ul li:hover {
        height: auto;
        line-height: normal !important;
        color: #ffffff;
        background-color: #eeeeee;
    }

    #topmenu.fixed #nav ul li:hover a {
        height: auto;
        line-height: normal !important;
        color: #ffffff;
        background-color: #eeeeee;
    }

    #topmenu.fixed #nav .mobstr {
        display: list-item;
    }

    #toplang {
        display: none !important;
    }

    #topmenu.fixed #toplang {
        display: none !important;
    }

    .activsup {
        display: none;
    }

    .mobobs {
        display: block !important;
    }

    /*------------------------ { top_menu } ---------------------------------*/
    /*------------------------- { footer } ----------------------------------*/
    #footer {
        background-color: #2f2f2f;
    }

    .copyright {
        padding-top: 4%;
        padding-bottom: 4%;
        background: none;
    }

    .copyright .cop1 {
        width: 100%;
        color: #FFFFFF;
        text-align: center;
        font-size: 10px;
        font-family: 'open_sans', Verdana;
    }

    .anilyz {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .navigation {
        width: 100%;
        padding-top: 2%;
        padding-bottom: 1%;
    }

    .navbar1 {
        width: 100%;
        float: none;
        margin-left: 0%;
        margin-right: 0%;
        text-align: center;
        padding-bottom: 7%;
        margin-bottom: 5%;
        border-bottom: 1px solid #333333;
    }

    .navbar2 {
        width: 100%;
        float: none;
        margin-left: 0%;
        margin-right: 0%;
        text-align: center;
        padding-bottom: 7%;
        margin-bottom: 5%;
        border-bottom: 1px solid #333333;
    }

    .navbar3 {
        width: 100%;
        float: none;
        margin-left: 0%;
        margin-right: 0%;
        text-align: center;
        padding-bottom: 7%;
        margin-bottom: 5%;
        border-bottom: 1px solid #333333;
    }

    .navbar3 .banners .bn {
        float: none;
        width: auto;
        margin: 10px;
    }

    /*------------------------- { footer } ----------------------------------*/
    /*-------------------------- { info } -----------------------------------*/
    .infos {
        padding-top: 10%;
        padding-bottom: 40%;
        text-align: center;
    }

    .inftitel {
        font-family: 'pt1', Verdana;
        font-size: 25px;
    }

    .inftext {
        font-size: 16px;
        font-family: 'pt4', Verdana;
        margin-top: 10px;
    }

    /*-------------------------- { info } -----------------------------------*/
    /*-------------------------- { offline } --------------------------------*/
    #off {
        overflow: scroll;
    }

    .logopos {
        width: 100px;
        height: 100px;
        padding: 10px;
    }

    .logopos img {
        width: 90px;
        height: 90px;
    }

    .centre {
        font-size: 20px;
    }

    .offlinetext {
        font-size: 14px;
    }

    .offsubj {
        font-size: 40px;
    }

    /*-------------------------- { offline } --------------------------------*/
    /*/////////////////////////////////////////////////////////////////////////Обшее//////////////////////////////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////////////////////////////////Главная/////////////////////////////////////////////////////////////////////////////*/
    /*------------------------ { speedbar } ----------------------------------*/
    .speedbar {
        padding-top: 1%;
        padding-bottom: 1%;
        margin-bottom: 1%;
        border-bottom: 1px solid #eeeeee;
    }

    .speedbar a {
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'open_sans_bold', Verdana;
        padding-right: 6px;
    }

    .speedbar span {
        font-size: 13px;
        font-family: 'open_sans', Verdana;
        text-transform: uppercase;
        padding-right: 6px;
    }

    .speedbar em {
        color: #CCCCCC;
        padding-right: 15px;
        font-size: 16px;
    }

    .speedbar2 {
        padding-top: 1%;
        padding-bottom: 1%;
        margin-bottom: 1%;
        border-bottom: 1px solid #2b2b2b;
    }

    .speedbar2 a {
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'open_sans_bold', Verdana;
        padding-right: 6px;
    }

    .speedbar2 span {
        font-size: 13px;
        font-family: 'open_sans', Verdana;
        text-transform: uppercase;
        padding-right: 6px;
    }

    .speedbar2 em {
        color: #444444;
        padding-right: 15px;
        font-size: 16px;
    }

    /*------------------------ { speedbar } ----------------------------------*/
    /*-----------------------navigations---------------------------------*/
    .navigations {
        display: table;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        margin-bottom: 1%;
        margin-top: 1%;
    }

    .navigations .actinavig {
        height: 40px;
        line-height: 40px;
        font-size: 10px;
        display: block;
    }

    .navigations .previs {
        height: 40px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 10px;
        line-height: 40px;
    }

    .navigations .pages {
        float: left;
        height: 40px;
        line-height: 40px;
        display: block;
    }

    .navigations .pages a {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 3px;
        margin-right: 3px;
        font-size: 12px;
    }

    .navigations .nextis {
        height: 40px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 10px;
        line-height: 40px;
    }

    /*-----------------------navigations---------------------------------*/
    /*----------------------- { position1 } --------------------------------*/
    .podpos1 {
        width: 100%;
        background-color: #f0f0f0;
        margin-top: 1%;
        margin-bottom: 9%;
    }

    .podpos2 {
        width: 100%;
        background-color: #f8f8f8;
        height: auto;
        margin-top: 1%;
        margin-bottom: 1%;
        display: block;
    }

    .podpos1 .br1 {
        float: none;
        width: 100%;
    }

    .podpos1 .br2 {
        border-left: 0px solid #FFFFFF;
        background: none;
        float: none;
        width: 100%;
    }

    .brimages {

        height: 250px;
        width: 100%;
        transition: 1s;
    }

    .bbrimg {
        height: 250px;
        overflow: hidden;
        width: 100%;
        display: block;
        position: relative;
        z-index: 5;
    }

    .brtime {
        padding: 2%;
        display: table;
        font-size: 12px;
        font-family: 'pt1', Verdana;
        margin-left: auto;
        margin-right: auto;
    }

    .brtime span {
        padding-right: 8px;
    }

    .brcontainer {
        padding: 5%;
        overflow: auto;
        height: auto;
        text-overflow: ellipsis;
    }

    .brcontainer h2 {
        font-family: 'pt1', Verdana;
        text-transform: uppercase;
    }

    .brlink {
        width: 100%;
        height: 40px;
        display: block;
        position: static;
        z-index: 3;
        margin-top: 0px;
        margin-left: -0px;
        opacity: 1;
        transition: 0.3s;
        text-align: center;
        line-height: 40px;
        font-family: 'pt1', Verdana;
        color: #FFFFFF;
        background-color: #1c1c1c;
    }

    .brlink:hover {
        color: #FFFFFF;
        background-color: #1d8695;
    }

    .podpos1:hover .brlink {
        opacity: 1;
        margin-left: 0px;
    }

    /*----------------------- { position1 } --------------------------------*/
    /*----------------------- { position2 } --------------------------------*/
    .shorstory1 {
        text-align: left;
        width: 98%;
        margin-bottom: 6%;
        margin-left: 1%;
        margin-right: 1%;
        float: none;
        height: auto;
    }

    .shorstory1 .title {
        height: auto;
    }

    .shorstory_video1 {
        float: none;
        width: 98%;
        margin: 1%;
        padding: 5%;
    }

    .team {
        width: 98%;
        margin: 1%;
        padding: 2%;
        float: left;
        min-height: auto;
    }

    /*----------------------- { position2 } --------------------------------*/
    /*----------------------- { position3 } --------------------------------*/
    #position3 {
        padding-bottom: 1%;
        margin-top: 12%;
    }

    .pos3blocked1 {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
        float: none;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .pos3blocked2 {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
        float: none;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .pos3blocked3 {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
        float: none;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .tilob {
        float: left;
        height: 50px;
        margin-top: 0px;
        overflow: hidden;
        width: 85%;
        position: relative;
    }

    .til1 {
        height: 50px;
        float: left;
        padding-right: 0%;
        min-width: 100%;
        max-width: 100%;
        line-height: 50px;
        padding-left: 10px;
        color: #FFFFFF;
        font-family: 'pt1', Verdana;
        font-size: 16px;
    }

    .til2 {
        display: none;
    }

    .til3 {
        float: right;
        width: 15%;
    }

    .titlicon {
        height: 50px;
        width: 100%;
        text-align: center;
        line-height: 50px;
        display: block;
        font-size: 18px;
        transition: 0.3s;
    }

    .conteblock1 .title {
        font-size: 14px;
    }

    .conteblock1 .date {
        font-size: 12px;
    }

    .conteblock2 .imgesd {
        width: 100%;
        height: 150px;
        float: none;
    }

    .conteblock2 .title {
        color: #181818;
        float: none;
        width: 100%;
        font-family: 'pt1', Verdana;
        padding-left: 0;
        height: auto;
        overflow: hidden;
    }

    .conteblock2 .date {
        font-size: 10px;
        margin-top: 10px;
        color: #666666;
        float: none;
        height: auto;
        line-height: normal;
        padding-left: 0;
    }

    .contlertchart {
        display: block;
        width: 100%;
        height: 180px;
        overflow: hidden;
    }

    .docchart {
        width: 140%;
        height: 180px;
        margin-left: -70px;
    }

    /*----------------------- { position3 } --------------------------------*/
    /*----------------------- { position4 } --------------------------------*/
    #position4 .owl-theme .owl-controls .owl-nav .owl-prev,
    #position4 .owl-theme .owl-controls .owl-nav .owl-next {
        height: 30px;
        width: 30px;
    }

    #position4 .owl-theme .owl-controls .owl-nav .owl-prev {
        margin-left: 0px;
    }

    #position4 .owl-theme .owl-controls .owl-nav .owl-next {
        margin-right: 0px;
    }

    /*----------------------- { position4 } --------------------------------*/
    /*----------------------- { position5 } --------------------------------*/
    #position5 .owl-theme .owl-controls .owl-nav .owl-prev,
    #position5 .owl-theme .owl-controls .owl-nav .owl-next {
        height: 30px;
        width: 30px;
    }

    /*----------------------- { position5 } --------------------------------*/
    /*////////////////////////////////////////////////////////////////////////Главная/////////////////////////////////////////////////////////////////////////////*/
    /*///////////////////////////////////////////////////////////////////Остальные страницы///////////////////////////////////////////////////////////////////////*/
    /*------------------------content-----------------------------------*/
    #content {
        margin-top: 3%;
        margin-bottom: 3%;
    }

    .conterposition1 {
        float: none;
        width: 100%;
        padding: 1%;
    }

    .conterposition2 {
        float: none;
        width: 100%;
        padding: 1%;
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .conterposition2 a {
        text-align: center;
        margin-bottom: 3%;
        margin-top: 3%;
        padding: 3%;
    }

    .con_titls {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 5%;
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .con_titls .tl1 {
        float: none;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .con_titls .tl2 {
        float: none;
        width: 100%;
        text-align: center;
        font-size: 12px;
        margin-top: 4%;
    }

    .con_tags {
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .con_tags a {
        margin: 5px;
    }

    .con_container img {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .socilsd {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
        padding: 1%;
        width: 100%;
        display: block;
    }

    .socilsd .rating {
        float: none;
        width: auto;
        margin-top: 2%;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .socilsd .socpod {
        float: none;
        height: auto;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .con_zagolv0 {
        background-color: #f3f3f2;
        margin-top: 8%;
        margin-bottom: 5%;
    }

    .con_zagolv1 {
        height: 60px;
        background-color: #2eaabc;
        padding-left: 0px;
        margin-bottom: 0px;
        text-align: center;
        line-height: 60px;
        font-size: 14px;
    }

    .con_zagolv1 span {
        padding-right: 10px;
    }

    .con_zagolv2 {
        display: none;
    }

    .relcount {
    }

    .relcount .relblo {
        width: 98%;
        margin: 1%;
        display: block;
        float: none;
        text-align: center;
    }

    /*------------------------content-----------------------------------*/
    /*------------------------gallery-----------------------------------*/
    .gallery .titlsg {
        font-size: 14px;
    }

    .gallery .titlsg em {
        display: none;
    }

    .gallery .titlsg .ttf {
        float: none;
        width: auto;
        display: table;
        padding-left: 10px;
        padding-right: 10px;
    }

    .gallery .galimg {
        margin-bottom: 2%;
        margin-top: 2%;
    }

    .letimgs {
        width: 99%;
        height: 200px;
    }

    .imghov {
        margin-bottom: -180px;
        height: 180px;
    }

    .imghov2 {
        height: 180px;
        line-height: 180px;
    }

    /*------------------------gallery-----------------------------------*/
    /*///////////////////////////////////////////////////////////////////Остальные страницы///////////////////////////////////////////////////////////////////////*/
}




