﻿body,
textarea{
    font-family: Trebuchet MS;
    font-size: 15px;
    margin: 0;
    overflow-x: hidden !important;
    padding: 0;
}

.content-div, .wrapper
{
    margin: 0 auto;
    /*width: 1080px;*/
}

td, th
{
    position: relative;
}

img
{
    border: none;
}

a,
a:hover{
    color: #0159A4;
    outline: none;
}

input[type="text"],
input[type="password"],
textarea{
    background: #F7F6F6;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    font-size: 1.1em;
    padding: 9px 10px;
    width: 100%;
}

input:disabled {
    color: #cccccc;
}

.flatInput{
    background: #ffffff;
    border: 1px solid #D4D6D6;
    border-radius: 3px;
    font-size: 1em;
    padding: 10px 8px;
    width: 100%;
}

::-webkit-input-placeholder{
    color: #919191;
    font-size: 0.9em;
    font-style: italic;
}
/* Firefox 19+ */
::-moz-placeholder{
    color: #919191;
    font-size: 0.9em;
    font-style: italic;
}
/* Firefox 18- */
:-moz-placeholder{
    color: #919191;
    font-size: 0.9em;
    font-style: italic;
}
:-ms-input-placeholder {
    color: #919191;
    font-size: 0.9em;
    font-style: italic;
}

.wide
{
    width: 100%
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.red{
    color: red;
}

.error{
    color: red;
    font-size: 12px;
    font-style: italic;
}

/* bootstrap */
.container{
    overflow-x: hidden;
}

.scrollY{
    overflow-y: auto;
}

.alignRight{
    text-align: right !important;
}

.alignCenter{
    text-align: center !important;
}

.alignLeft{
    text-align: left !important;
}

.bold{
    font-weight: bold;
}

.hide{
    display: none;
}

.hideForce{
    display: none !important;
}

.relative{
    position: relative;
}

.clearBoth{
    clear : both;
}

.noUnderline{
    text-decoration: none;
}

.fontSize09{
    font-size: 0.9em;
}

.italic{
    font-style: italic;
}

.listWithDash{
    list-style-type: none;
}

.listWithDash li{
    position: relative;
}

.listWithDash li:before{
    content: "\2014 ";
    position: absolute;
    top: 0;
    left: -1.5em;
}

.listWithPositionNumbers{
    list-style-type: decimal;
}

.listWithDisc{
    list-style-type: disc;
}

.listWithSquare{
    list-style-type: square;
}

.listNoSign{
    list-style-type: none;
}

.old-browser__outer{
    background: #FFDC3A;
    font-size: 14px;
    line-height: 1.4em;
    padding: 10px 0;
    text-align: center;
}

.img-in-text{
    max-height: 24px;
    vertical-align: middle;
}

figure{
    margin: 0;
    text-align: center;
}

figure img{
    max-width: 100%;
}

.middle-header{
    margin-top: 40px;
}

.pretty-checkbox{
    display: none;
}

.pretty-checkbox + .pretty-checkbox-label:before {
    background-color: #ffffff;
    /*border: 1px solid #cccccc;*/
    border-radius: 4px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    content: "\2713";
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 0;
    margin-right: 5px;
    /*vertical-align: top;*/
}

.pretty-checkbox:checked + .pretty-checkbox-label:before {
    background-color: #B94646;
    content: "\2713";
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}


.date-checker-error{
    background-color: #FDD8D6 !important;
}

.ui-tabs .ui-tabs-panel{
    padding: 0 1.4em 0.4em;
}


.search-button,
.restore-button{
    background: #B94646;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 8px 0;
    width: 100%;
}

.restore-button-outer{
    margin: 30px auto 0;
}

.search-button-disabled{
    filter: alpha(opacity = 40);
    opacity: 0.4;
}

.page__stripe{
    background: #F7F6F6;
    border-top: 1px solid #ECEBEB;
    border-bottom: 1px solid #ECEBEB;
    height: 100%;
    left: 0;
    position: absolute;
    top:0;
    width: 100%;
    z-index: -10;
}


.header__to-main a,
.header__to-main a:hover,
.header__help a,
.header__help a:hover,
.header__bookmark a,
.header__bookmark a:hover,
.header__login a,
.header__login a:hover{
    color: #000000;
    text-decoration: none;
}

.header__login img{
    vertical-align: middle;
}

.page__lang-link{
    background: none;
    border-radius: 16px;
    color: #000000;
    display: inline-block;
    font-size: 0.8em;
    height: 30px;
    margin-top: -7px;
    padding: 8px 0 0 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
}

.page__active-lang-link{
    background : #ffffff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

/* phone */
.header__button-outer{
    /*border-top: 1px solid #ECEBEB;*/
    /*border-bottom: 1px solid #ECEBEB;*/
    cursor: pointer;
    display: block;
    height: 60px;
    position: relative;
    text-align: center;
}

.header__button-outer .header__logo{
    display: none;
}

.header__button {
    display: inline-block;
    margin-top: 12px;
    position: static;
}

.show-header-logo .header__button{
    position: absolute;
    top: 3px;
    right: 20px;
}

.show-header-logo .header__button-outer .header__logo{
    display: inline-block;
}

.page-header__menu {
    background: #F7F6F6;
    /*border-top: 1px solid #ECEBEB;*/
    /*border-bottom: 1px solid #ECEBEB;*/
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.12);
    display: none;
    /*height: 60px;*/
    /*margin-bottom: 40px;*/
    left: 0;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 100;
}

.page-header__menu-show{
    display: block;
}

.header__logo{
    display: none;
}

.header__logo a{
    display: block;
    height: 50px;
}

.header__logo img{
    height: 100%;
}

.header__to-main {
    display: none;
}

.show-header-to-main .header__to-main {
    display: block;
}

.header__to-main,
.header__help,
.header__bookmark,
.header__lang,
.header__login {
    cursor: pointer;
    float: none;
    padding: 20px 0 20px 0;
    text-align: center;
    width: 100%;
}

.main-page__logo-outer{
    text-align: center;
    padding: 30px 0;
}

.main-page__logo {
    display: inline-block;
    height: 70px;
}

.main-page__logo img{
    height: 100%;
}

.main-page-header__content p {
    font-size: 1.1em;
    line-height: 1.7em;
    margin: 0;
    text-align: center;
}

.main-page-header__content a {
    font-style: italic;
    display: block;
}

.main-page-form-outer {
    margin: 35px 0 20px 0;
}

.main-page-form {
    border-radius: 4px;
    border: 1px solid #cccccc;
    padding: 35px 20px;
    position: relative;
}

.main-page-form_title {
    background: #ffffff;
    font-size: 18px;
    padding: 0 10px;
    position: absolute;
    top: -0.6em;
    left: 35px;
}

.main-page-form_title a{
    display: inline-block;
    vertical-align: sub;
}

.main-page-form_title img{
    height: 20px;
}

.main-page-form__cell {
    /*height: 50px;*/
}

.main-page-form__input-title {
    font-weight: bold;
    margin-top: 10px;
    padding: 0 0 10px 0;
}

.main-page-form__advanced-search-outer{
    padding: 20px 0 0 0;
    text-align: center;
}

.link-in-row{
    padding: 6px 0 0 0;
    text-align: center;
}

.main-page_content {
    margin: 0 auto 40px auto;
}

.main-page_content-greeting{
    text-align: center;
}

.main-page_content p,
.main-page_content li,
.main-page_content span{
    line-height: 1.8em;
}

.main-page_content li{
    padding-bottom: 0.5em;
}

.border-top{
    border-top: 1px solid #E1DFDF;
    margin-top: 40px;
    padding-top: 40px;
}

.page-navigation{
    font-size: 16px;
    line-height: 1.8em;
    margin: 30px 0;
    position: relative;
}

.page-navigation_stripe{
    background: #F7F6F6;
    left: -80px;
    height: 100%;
    position: absolute;
    right: -80px;
    z-index: -10;
}

.page-navigation_inner{
    padding: 20px 0;
}

.page-navigation_links a{
    font-size: 16px;
    margin-right: 20px;
    text-decoration: none;
    white-space: nowrap;
}

.page__footer-links-container {
    margin: 0 auto 20px auto;
    padding: 20px 0;
    position: relative;
}

.page__footer-logo-outer {
    margin-bottom: 30px;
    text-align: center;
}

.page__footer-logo-outer a{
    display: inline-block;
    margin: 5px 0 0 20px;
}

.page__footer-logo-outer img{
    height: 50px;
}

.page__footer-links a {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
}


.login-separator{
    color: #B9B8B8;
}


/* tablet */
@media (min-width: 768px) {

    .main-page-form-outer {
        margin: 35px 0 20px 0;
    }

    #memorial-2018 {
        background-image: url('../images/carousel/9may_767.jpg');
    }

    #memorial-2015 .heroes-ban__title
    {
        position: absolute;
        padding: 15px;
        border-top: 3px solid #b42028;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        bottom: 0px;
        text-align: right;
        right: 30px;
        background: #000;
        background: rgba(0,0,0,0.8);
    }

    .heroes-ban__title {
        position: absolute;
        padding: 15px;
        border-top: 3px solid #b42028;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        bottom: 0px;
        text-align: right;
        right: 30px;
        background: #000;
        background: rgba(0,0,0,0.8);
    }

    /* bootstrap */
    .container {
        overflow-x: visible;
    }

    .header__button-outer {
        display: none;
    }

    .page-header__menu {
        background: #F7F6F6;
        /*border-top: 1px solid #ECEBEB;*/
        /*border-bottom: 1px solid #ECEBEB;*/
        box-shadow: none;
        display: block !important;
        height: 60px;
        margin-bottom: 20px;
        position: relative;
        text-align: right;
        top: 0;
    }

    .show-header-logo .page-header__menu {
        height: 120px;
        text-align: center;
    }

    .show-header-logo .header__logo{
        display: inline-block;
        padding: 5px 0 0 0;
        text-align: center;
        width: 100%;
    }

    .show-header-to-main .header__to-main{
        display: inline-block;
        float: left;
        padding: 20px 40px 0 20px;
        text-align: left;
        width: auto;
    }

    .show-header-logo .header__to-main {
        float: none;
    }

    .header__help{
        display: inline-block;
        float: left;
        padding: 20px 40px 0 15px;
        text-align: left;
        width: auto;
    }

    .show-header-logo .header__help{
        float: none;
    }

    .header__bookmark{
        display: inline-block;
        float: left;
        padding: 20px 40px 0 0;
        text-align: left;
        width: auto;
    }

    .show-header-logo .header__bookmark{
        float: none;
    }

    .header__lang{
        display: inline-block;
        padding: 20px 40px 0 0;
        text-align: right;
        width: auto;
    }

    .header__login{
        display: inline-block;
        padding: 17px 15px 0 0;
        text-align: right;
        width: auto;
    }

    .main-page-form__advanced-search-outer {
        padding: 0.6em 0 0 0;
        text-align: center;
    }


    .main-page-header__content p {
        text-align: left;
    }

    .main-page-header__content a {
        display: inline-block;
    }

    .main-page_content-greeting {
        text-align: left;
    }

    .page__footer-logo-outer{
        margin-bottom: 0;
        text-align: left;
    }

    .page__footer-links-container {
        margin: 0 auto 20px auto;
        padding: 50px 0;
        position: relative;
    }

    .page__footer-links a {
        text-align: left;
    }
}

/* monitor */
@media (min-width: 992px) {

    .heroes-ban__title {
        position: absolute;
        padding: 15px;
        border-top: 3px solid #b42028;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        bottom: 0px;
        text-align: right;
        right: 30px;
        background: #000;
        background: rgba(0,0,0,0.8);
        display: block;
    }

    .page-header__menu,
    .show-header-logo .page-header__menu {
        background: #F7F6F6;
        /*border-top: 1px solid #ECEBEB;*/
        /*border-bottom: 1px solid #ECEBEB;*/
        box-shadow: none;
        display: block !important;
        height: 60px;
        margin-bottom: 20px;
        position: relative;
        text-align: right;
        top: 0;
    }

    .show-header-logo .header__logo{
        display: inline-block;
        float: left;
        padding: 5px 40px 0 15px;
        text-align: left;
        width: auto;
    }

    .main-page-form-outer {
        margin: 35px 0 20px 0;
    }
}

/**  Static **/
#memorial-2018 {
    height: 194px;
    margin-top: 40px;
    /*     background-image: url('../images/carousel/stalingrad.jpg');
    */
    background: url(../images/carousel/9may.jpg) no-repeat center center;
    cursor: pointer;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

    background-size: 100% auto;
}



/***** Карусель *****/
#memorial-2015 {
    height: 194px;
    margin-top: 10px;
}

.carousel-control {
    width: 85px;
}

.carousel-control.right, .carousel-control.left {
    background: none;
}

.carousel-control.right:before {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    background-color: #ed4e4e;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
}

.carousel-control.right:after {
    content: " ";
    display: block;
    width: 7px;
    height: 11px;
    background: url("../images/carousel/prevnext.png") -7px 0 no-repeat;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -6px;
}

.carousel-control.left:before {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    background-color: #ed4e4e;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
}

.carousel-control.left:after {
    content: " ";
    display: block;
    width: 7px;
    height: 11px;
    background: url("../images/carousel/prevnext.png") 0px 0 no-repeat;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -6px;
}

.item{
    background-position: 50% 50%;
    height: 194px;
}

/* *Phone */
#memorial-2015 .heroes-ban__title {
    position: absolute;
    padding: 5px;
    border-top: 3px solid #b42028;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    bottom: 0px;
    text-align: right;
    right: 0px;
    left: 0px;
    margin-left: 0px;
    background: rgba(0,0,0,0.8);
    max-height: 85px;
    margin-left: 10px;
}

#memorial-2015 .heroes-ban__title div {
    text-align: center;
}


#memorial-2015 .carousel-caption {
    position: absolute;
    padding: 5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    bottom: 0px;
    text-align: center;
    right: 0px;
    left: 0px;
    margin-left: 0px;
    background: rgba(0,0,0,0.8);
    border-top: 3px solid #b42028;
}

#memorial-2015 .carousel-caption strong{
    display: block;
    line-height: 1.5em;
}



#memorial-2015 .carousel-caption div{
    display: inline;
    line-height: 1.5em;
    margin-right: 5px;
}

#memorial-2015 .carousel-control{
    background: none;
}


.m2015-1{
    background-image: url("../images/carousel/2025/1_mob.jpg");
}

.m2015-2{
    background-image: url("../images/carousel/2025/2_mob.jpg");
}

.m2015-3{
    background-image: url("../images/carousel/2025/3_mob.jpg");
}
.m2015-4{
    background-image: url("../images/carousel/2025/4_mob.jpg");
}
.m2015-5{
    background-image: url("../images/carousel/2025/5_mob.jpg");
}

@media (min-width: 769px) {

    #memorial-2015 {
        margin-top: 10px;
    }

    #memorial-2018 {
        background-image: url('../images/carousel/9may_767_phone.jpg');
        width: auto;
    }

    #memorial-2015 .carousel-caption {
        background-color: rgba(0, 0, 0, 0);
        left: 85px;
        bottom: 30px;
        right: auto;
        text-align: left;
        padding: 0;
        border-top: none;
    }

    #memorial-2015 .heroes-ban__title {
        position: absolute;
        padding: 15px;
        border-top: 3px solid #b42028;
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        bottom: 0px;
        text-align: right;
        right: 0px;
        background: #000;
        background: rgba(0,0,0,0.8);
    }

    /*
    #memorial-2015 .m2015-2 .carousel-caption,
    #memorial-2015 .m2015-4 .carousel-caption {
        left: 350px;
        right: 10px;
    }
    */

    #memorial-2015 .carousel-caption strong {
        display: block;
        float: left;
        clear: left;
        background-color: rgb(237, 78, 78);
        background-color: rgba(237, 78, 78, .9);
        padding: 5px 10px;
        font-size: 16px;
    }

    #memorial-2015 .carousel-caption div {
        font-size: 16px;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, .6);
        float: left;
        clear: left;
        margin-top: 3px;
        padding: 3px 10px;
    }

    #memorial-2015 .carousel-caption b {
        display: inline-block;
        font-size: 24px;
        line-height: 30px;
        color: #f85959;
    }

    #memorial-2015 .carousel-control{
        /*display: block;*/
    }

    .m2015-1{
        background-image: url("../images/carousel/2025/1.jpg");
    }

    .m2015-2{
        background-image: url("../images/carousel/2025/2.jpg");
    }

    .m2015-3{
        background-image: url("../images/carousel/2025/3.jpg");
    }
    .m2015-4{
        background-image: url("../images/carousel/2025/4.jpg");
    }
    .m2015-5{
        background-image: url("../images/carousel/2025/5.jpg");
    }

    #memorial-2015 .heroes-ban__title  {
        position: absolute;
        padding: 15px;
        border-top: 3px solid #b42028;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        bottom: 0px;
        text-align: right;
        right: 0px;
        background: #000;
        background: rgba(0,0,0,0.8);
        margin-left: calc(45% - 20px);
        max-height: 135px;
    }
    #memorial-2015 .heroes-ban__title div  {
        text-align: left;
    }

}


@media (min-width: 992px) {

    #memorial-2015 {
        margin-top: 10px;
    }

    #memorial-2018 {
        background-image: url('../images/carousel/9may.jpg');
    }


    /*
    #memorial-2015 .m2015-2 .carousel-caption,
    #memorial-2015 .m2015-4 .carousel-caption {
        left: 450px;
        right: 10px;
    }
    */

    #memorial-2015 .carousel-caption strong {
        display: block;
        float: left;
        clear: left;
        background-color: rgb(237, 78, 78);
        background-color: rgba(237, 78, 78, .9);
        font-size: 16px;
    }

    #memorial-2015 .carousel-caption div {
        font-size: 20px;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, .6);
        float: left;
        clear: left;
        margin-top: 2px;
        padding: 0px 10px;
    }

    #memorial-2015 .carousel-caption b {
        display: inline-block;
        font-size: 30px;
        color: #f85959;
    }


}
/***** Карусель (конец) *****/


.auth__links-header{
    font-size: 18px;
    padding: 3px 0 20px 0;
}

.auth__links-header span{
    margin-right: 10px;
}

.auth__non-active-link{
    color: #0159A4;
    cursor: pointer;
}

.ui-dialog__row{
    padding: 5px 0;
}

.dialog__name-outer{
    font-weight: bold;
    padding-top: 5px;
}


.auth__finished-header{
    font-size: 18px;
    padding: 20px 0 40px 0;
    text-align: center;
}

.auth__finished-content{
    line-height: 1.6em;
    text-align: center;
}


.auth__confirmed-header{
    font-size: 22px;
    padding-top: 80px;
    text-align: center;
}

.restore__header {
    font-size: 18px;
    padding: 3px 0 20px 0;
}

.restore__message{
    padding: 3px 0 20px 0;
}


.comment_content{
}

.comment-signature{
    border-bottom: 1px solid #E1DFDF;
    font-weight: bold;
    padding-bottom: 40px;
    margin: 30px 0 40px 0;
}

.bookmark__list-outer{
    border: 1px solid #A9A9A9;
    height: 240px;
    overflow-y: auto;
}

.bookmark__list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 550px;
}

.bookmark__item{
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    padding: 3px 5px;
    width: 100%;
}

.bookmark__selected-item{
    background: #1E90FF;
    color: #ffffff;
}

.my-comment__item{
    border-bottom: 1px solid #E1DFDF;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.my-comment__header{
    margin-bottom: 5px;
}

.my-comment__header-name{
    font-weight: bold;
}

.my-comment__header-value{
    margin-left: 10px;
}

.my-comment__header-link{
    color: #0159A4;
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none;
}

.my-comment__body{
    line-height: 1.8em;
    margin-top: 10px;
}

.heroes-ban-button{
    position: absolute;
    top: 24px;
    right: 32px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
