@font-face {
    font-family: 'Vox';
    src: url("../fonts/Vox/Vox-Regular15.eot");
    src: url("../fonts/Vox/Vox-Regular15d41d.eot?#iefix") format('embedded-opentype'), url("../fonts/Vox/Vox-Regular15.woff") format('woff'), url("../fonts/Vox/Vox-Regular15.ttf") format('truetype'), url("../fonts/Vox/Vox-Regular15.svg#Vox-Regular15") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vox';
    src: url("../fonts/Vox/Vox-Regular15.eot");
    src: url("../fonts/Vox/Vox-Regular15d41d.eot?#iefix") format('embedded-opentype'), url("../fonts/Vox/Vox-Regular15.woff") format('woff'), url("../fonts/Vox/Vox-Regular15.ttf") format('truetype'), url("../fonts/Vox/Vox-Regular15.svg#Vox-Regular15") format('svg');
    font-weight: 400;
    font-style: normal;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    color: #646464;
    cursor: default;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    background: #fff;
    /*min-width: 1024px;*/
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

section,
header,
footer {
    display: block;
    position: relative;
    z-index: 1;
}

.container {
    zoom: 1;
    width: 100%;
    max-width: 1290px;
    /*min-width: 1024px;*/
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.open-callback-form {
    position: absolute;
    top: 15px;
    right: 25px;
    outline: none;
}

.main-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
    position: relative;
}

.container:after,
.container:before {
    content: "";
    display: table;
}

.container:after {
    clear: both;
}

a {
    color: #646464;
    text-decoration: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

a img {
    text-decoration: none;
}

a:hover {
    color: #e90000;
}

a:focus,
a:active {
    outline: none;
}

h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: 'Vox', sans-serif;
}

h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Vox', sans-serif;
}

h3 {
    font-size: 18px;
    font-weight: 400;
    /*margin-top: 30px;*/
    margin-bottom: 20px;
    font-family: 'Vox', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*p {*/


/*margin-bottom: 30px;*/


/*}*/

.button {
    display: inline-block;
    outline: none;
    text-decoration: none;
    border: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.button-red {
    color: #fff;
    background-color: #960000;
}

.button-red:hover {
    background-color: #780000;
    color: #fff;
}

.button-grey {
    color: #fff;
    background-color: #696060;
}

.button-grey:hover {
    color: #fff;
    background-color: #544d4d;
}

.button-grey.button-donate {
    border-color: rgba(154, 154, 154, 0.5);
}

.button-donate {
    font-size: 16px;
    font-family: 'Vox', sans-serif;
    border: 1px solid rgba(193, 193, 193, 0.5);
    height: 38px;
    line-height: 38px;
    padding: 0 10px 0 50px;
    background-image: url("../images/ico-donate.png");
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.icon {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}


/*.modal {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 120px 0 rgba(18,21,27,0.99);
}*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

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

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

img {
    border-style: none;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

.dark {
    color: #2e2e2e;
}

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

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

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

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

.underline {
    text-decoration: underline;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.font13 {
    font-size: 13px;
}

.font12 {
    font-size: 12px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.mauto {
    margin: 0 auto;
}

.title {
    line-height: 1;
}

.title-red {
    color: #670000;
}

.title-white {
    color: #fff;
}

.title-white a {
    color: #646464;
}

.title-white a:hover {
    color: #646464;
}

.title a {
    font-size: 12px;
    margin-bottom: 2px;
    margin-left: 25px;
}

.title a span {
    margin-right: 5px;
}

.active-red {
    color: red;
}

.link_to {
    display: block;
    color: #670000;
    font-size: 14px;
    font-weight: 600;
}

.link_to:after {
    content: '';
    width: 12px;
    height: 5px;
    background: url("../images/icon-follow.png") center no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}


/*///////////////////////////////////////////////////////////////////////*/


/*ХЕДЕР СО СЛАЙДЕРОМ*/

.header-top {
    background: url("../images/bg-header-top.png") repeat-x 50% 50%;
    background-size: cover;
}

.header-bottom {
    background: url("../images/bg-main.jpg") repeat 50% 50%;
    border-top: 1px solid #c1c1c1;
    padding-bottom: 25px;
    position: relative;
}

.header-bottom:after {
    display: block;
    content: '';
    width: 100%;
    height: 12px;
    background: url("../images/bg-main-square.png") repeat 50% 50%;
    left: 0;
    bottom: -12px;
    position: absolute;
}

.header-top-inner {
    max-width: 960px;
    margin: 0 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 68px;
}

.header-top-inner p {
    font-family: 'Vox', sans-serif;
    font-size: 30px;
    color: #c5c5c5;
}

.header-top-inner p span {
    display: none;
}

.header-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 21px;
    margin-bottom: 10px;
}

.header-nav-logo {
    -webkit-flex: 0 0 213px;
    -ms-flex: 0 0 213px;
    flex: 0 0 213px;
    margin: 0 30px;
    position: relative;
}

.header-nav-left {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-nav-right {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav a {
    margin: 0 18px;
    font-family: 'Vox', sans-serif;
    font-size: 18px;
}

.logo {
    display: block;
    position: absolute;
    background: url("../images/bg-logo2.png") no-repeat 50% 50%;
    width: 213px;
    height: 158px;
    top: -125px;
}

.logo img {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 42px;
    width: 154px;
}

.header__slider {
    position: relative;
    margin-top: 20px;
}

.header__slider:hover .film-slider__prev,
.header__slider:hover .film-slider__next {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.icon-arrow {
    width: 45px;
    height: 33px;
    text-align: center;
}

.film-slider {
    height: 198px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.film-slider li {
    /*display: inline-block;*/
}

.film-slider-item a {
    width: 220px;
    height: 198px;
    background: url("../images/bg-slider.png") no-repeat -220px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: none ease 0.3s;
    -webkit-transition: none ease 0.3s;
    font-family: 'Vox', sans-serif;
    color: #686868;
    position: relative;
}


/*.film-slider-item a img {
    border: 1px solid #959595;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 206px;Изменения добавить
    height: 137px;Изменения добавить
}*/

.film-slider-item a .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #959595;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 206px;
    /*Изменения добавить*/
    height: 137px;
    /*Изменения добавить*/
}

.film-slider-item a:hover {
    background-position: 0 0;
    color: #cecece;
}

.film-slider-item a:hover .film-slider-bottom-img {
    background-position: -4px 0;
}

.film-slider-item a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: sepia(45%);
    filter: sepia(45%);
}

.film-slider-top {
    line-height: 1;
    position: absolute;
    top: 1px;
    right: 40px;
    font-size: 12px;
}

.film-slider-bottom {
    line-height: 1;
    position: absolute;
    bottom: 0;
    font-size: 9px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.film-slider-bottom-img {
    width: 4px;
    height: 7px;
    background: url("../images/ico-pimp.png") no-repeat 0 0;
    margin-top: -1px;
    margin-right: 1px;
}

.film-slider__prev,
.film-slider__next {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 10;
    top: 0;
    width: 65px;
    height: 100%;
    background: rgba(100, 100, 100, 0.5);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.film-slider__prev {
    left: 0;
}

.film-slider__next {
    right: 0;
}


/*НОВОСТИ*/

.news {
    padding: 20px 0;
    z-index: 5;
}

.link-to:after {
    content: '';
    width: 12px;
    height: 5px;
    background: url("../images/icon-follow.png") center no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.news-item {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.news-item-left {
    -webkit-flex: 0 0 148px;
    -ms-flex: 0 0 148px;
    flex: 0 0 200px;
    margin-right: 15px;
}

.news-item-image {
    border: 3px solid #960000;
    display: block;
    height: 150px;
}

.news-item-image .img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news-item-line {
    margin-top: 5px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-item-title {
    color: #2e2e2e;
    font-weight: 700;
}

.news-item-title:hover {
    text-decoration: underline;
}

.news-item-category {
    color: #960000;
    border-bottom: 1px solid #960000;
    margin-right: 21px;
}

.news-item-category a {
    color: #960000;
    border-bottom: 1px solid #960000;
    text-decoration: none;
}

.news-item-date {
    font-size: 12px;
}

.news-item-content p {
    margin-bottom: 0;
    height: 40px;
}


/*ПОМОЩЬ ФИЛЬМУ*/

.help-inner {
    background: url("../images/bg-help.png") no-repeat 100% 0;
    padding: 70px 0 50px;
    background-size: cover;
}

.help:before {
    display: block;
    content: '';
    position: absolute;
    width: 97px;
    height: 213px;
    background: url("../images/bg-help-shape.png") no-repeat 50% 50%;
    z-index: -10;
    right: 0;
    top: -200px;
}

.help-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.help-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.help-item {
    margin: 0 40px;
    padding-top: 55px;
    font-family: 'Vox', sans-serif;
    color: #fff;
    text-align: center;
}

.help-item-title {
    font-size: 48px;
    line-height: 1;
}

.help-item-subtitle {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: -5px;
}

.help-item-text {
    font-size: 14px;
}

.help-item-1 {
    background: url("../images/help-img-4.png") no-repeat 50% 0;
}

.help-item-2 {
    background: url("../images/help-img-3.png") no-repeat 50% 30px;
}


/*О ПРОЕКТЕ*/

.about {
    background: url("../images/bg-main.jpg") repeat 50% 50%;
    padding: 20px 0 60px;
    position: relative;
}

.about:after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: url("../images/bg-main-bottom.png") repeat 50% 50%;
    left: 0;
    bottom: -4px;
    position: absolute;
}

.about strong {
    color: #2e2e2e;
}

.about p {
    margin-top: 5px;
}

.about p:last-child {
    margin-top: 17px;
}


/*ИСТОРИЯ*/

.history {
    padding-bottom: 30px;
}

.history p {
    margin-bottom: 30px;
}

.history__image {
    /*float: left;*/
    /*margin-right: 25px;*/
    /*margin-bottom: 20px;*/
}

.history__image-right {
    /*float: right;*/
    /*margin-left: 25px;*/
    /*margin-bottom: 20px;*/
    /*margin-top: -40px;*/
}

.wrapper-history {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wrapper-history-left {
    margin-right: 25px;
}

.order-2 {
    order: 4;
}

.order-1 {
    order: 5;
}


/*Организации - участники проекта*/

.organizations {
    background: url("../images/bg-main.jpg") repeat 50% 50%;
    padding: 0 0 25px;
    position: relative;
}

.organizations:after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: url("../images/bg-main-top.png") repeat 50% 50%;
    left: 0;
    top: -4px;
    position: absolute;
}


/*Слайдер участники*/

.wrapper-slider-members {
    width: 1180px;
    margin: 0 auto;
}

.slider-members {
    margin: 0 auto 30px;
}

.bx-wrapper {
    width: 1180px!important;
    max-width: 1290px!important;
}

.slider-members-item {
    outline: none;
}

.slider-members-item a {
    /*width: 290px;*/
    height: 120px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.slider-members-item a img {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    max-width: 230px;
    /*width: 206px;*/
    /*Изменения добавить*/
    /*height: 137px;*/
    /*Изменения добавить*/
    max-height: 100px;
}

.slider-members-item a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.slider-members-item img {
    margin: 0 auto;
}

.organizations__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.organizations__inner img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.organizations__inner img:last-child {
    margin-right: 0;
    margin-bottom: 0;
}


/*ФУТЕР*/

.footer {
    background: #5f5f5f;
    padding: 20px 0 30px;
}

.footer-social {
    font-size: 0;
    margin-bottom: 10px;
}

.footer-text {
    font-size: 12px;
    color: #fff;
    font-family: 'Vox', sans-serif;
}

.footer-text small {
    font-size: 10px;
}

.social {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url("../images/social.png") no-repeat;
    margin-right: 10px;
}

.social-fb {
    background-position: 0 0;
}

.social-vk {
    background-position: -44px 0;
}


/*СТРАНИЦА НОВОСТИ*/

.page-news {
    padding: 20px 0 45px;
}

.page-news .wrapper-news-item {}

.page-news .news-title {
    color: #323232;
    margin-bottom: 10px;
}

.page-news .news-item {
    margin-bottom: 20px;
    margin-top: 14px;
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    display: block;
}

.page-news .news-item-left {
    border: 3px solid #960000 !important;
    display: inline-block;
    height: 200px;
    width: 300px;
    border: none;
    overflow: hidden;
}

.page-news .news-item-left .img {
    webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%;
    min-height: 200px;
    float: left;
    background-size: cover;
}

.page-news .news-item-right {
    display: inline-block;
    width: calc(100% - 340px);
    min-width: 300px;
    vertical-align: top;
}

.news-item-full-content p {
    margin-bottom: 14px;
    color: #323232;
}


/*СТРАНИЦА О ПРОЕКТЕ*/

.about-project {
    padding: 20px 0 60px;
    position: relative;
}

.about-project p {
    margin-bottom: 30px;
}


/*организация проекта*/

.organizations-project {
    background: url(../images/bg-main.jpg) repeat 50% 50%;
    padding: 20px 0 60px;
    position: relative;
}

.organizations-project:after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: url(../images/bg-main-top.png) repeat 50% 50%;
    left: 0;
    top: -4px;
    position: absolute;
}

.wrapper-news-item {
    margin-bottom: 27px;
}

.organizations-item {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.organizations-item-left {
    -webkit-flex: 0 0 173px;
    -ms-flex: 0 0 173px;
    flex: 0 0 173px;
    height: 173px;
    margin-right: 26px;
    border: 1px solid #8e8b8b;
    border-radius: 50%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.organizations-item-photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.organizations-item-right {
    align-self: center;
}

.organizations-item-left img {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #8e8b8b;
    border-radius: 50%;
}

.news-item-full-content p {
    margin-bottom: 14px;
    color: #323232;
}

.header-nav-bottom {
    text-align: center;
    margin-top: 40px;
}

.header-nav-bottom .nav {
    display: block;
}

.header-nav-bottom .nav a {
    font-size: 14px;
}


/*Меню при адаптиве*/

.menu-icon {
    display: none;
    position: fixed;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 109;
}

.menu-icon img {
    width: 100%;
}

.media-menu {
    position: fixed;
    display: none;
    z-index: 1500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(5, 5, 5, 0.7);
}

.wrapper-media-menu {
    margin-top: 50px;
}

.icon-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.icon-close img {
    width: 100%;
}

.media-menu-menu-item {
    margin-bottom: 10px;
}

.menu-link {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #fff;
}

.menu__link:hover {
    color: red;
}


/*Для старого браузера*/

#old-browser {
    padding-top: 10px;
    position: relative;
    text-align: center;
    line-height: 24px;
}

.link-upd-ex {
    color: red;
}

.history .history-image.left {
    margin-right: 20px;
    float: left;
}

.history .history-image.right {
    float: right;
    margin-left: 20px;
}


/*Медиа запросы*/

@media screen and (max-width: 1280px) {
    .open-callback-form {
        top: -28px;
        padding: 1px 2px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 860px;
    }
    .about {
        padding: 20px 0 15px;
    }
}

@media screen and (max-width: 960px) {
    .help:before {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .open-callback-form {
        top: 55px;
        padding: 1px 2px;
        left: 50%;
        margin-left: -97px;
    }
    .header-nav-logo {
        margin-bottom: 50px;
    }
    .container {
        max-width: 860px;
    }
    .header-top-inner {
        margin-bottom: 60px;
    }
    .heade-top-right {
        display: none;
    }
    .heade-top-left p span {
        display: inline-block;
    }
    .wrapper-history {
        flex-direction: column;
    }
    .history-image {
        display: block;
        margin: 0 auto 20px;
    }
    .order-2 {
        order: 5;
    }
    .order-1 {
        order: 4;
    }
    .navigation-site .nav {
        display: none;
    }
    .menu-icon {
        display: block;
    }
    .page-news .news-item {
        flex-direction: column;
    }
    .page-news .news-item-left {}
    .page-news .news-item-image {
        align-self: center;
        margin-bottom: 25px;
        flex-basis: 0;
        max-width: 328px;
    }
    .organizations-item {
        flex-direction: column;
    }
    .organizations-item-left {
        width: 173px;
        align-self: center;
        margin-bottom: 20px;
    }
    .sceenwriter {
        display: block !important;
        width: 100% !important;
        ;
    }
}

@media screen and (max-width: 540px) {
    .news .news-item {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .news .news-item-left {
        width: 75%;
        height: 200px;
        align-self: center;
        flex-basis: 0;
        margin-bottom: 20px;
    }
    .help-top {
        flex-direction: column;
    }
    .help-item-title {
        font-size: 16px;
    }
    .history-image {
        width: 230px;
    }
}

@media screen and (max-width: 400px) {
    .title a {
        margin-left: 10px;
    }
    .organizations__inner {
        flex-direction: column;
    }
    .organizations__inner img {
        margin-bottom: 30px;
    }
    .news-item-line {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-top-inner p {
        font-size: 18px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .header-top-inner {
        padding-top: 20px;
    }
}

.sceenwriter {
    display: inline-block;
    width: 24.5%;
    margin-bottom: 30px;
    vertical-align: top;
}

.sceenwriter .photo-block {
    width: 176px;
    margin: auto;
    text-align: center;
}

.sceenwriter .description {
    width: 80%;
    /* padding-left: 20px; */
    margin: auto;
    margin-top: 14px;
    text-align: justify;
}

.sceenwriter .name {
    color: #808080;
    margin-top: 10px;
    font-weight: 600;
    font-style: italic;
}

.sceenwriter .photo {
    width: 100%;
}


/*СТРАНИЧКА ИСТОРИЯ*/

.history-chronology {
    padding-bottom: 20px;
}

.conteiner-history-chronology {
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper-history-chronology {}

.wrapper-history-chronology p {
    margin-bottom: 10px;
}

.wrapper-history-chronology p:last-child {
    margin-bottom: 0;
}

.history-chronology-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 360px;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
}

.history-chronology-img img {
    width: 100%;
    height: auto;
}


/*По архивным документам*/

.bg-red {
    background: url("../images/history-help.png") no-repeat 100% 0;
    padding: 70px 0 50px;
    background-size: cover;
    color: #ffffff;
}


/*Описание*/

.continuance-history-chronology {
    padding-bottom: 30px;
}

.continuance-history-chronology p {
    margin-bottom: 20px;
    color: #646464;
}

.continuance-history-chronology .container {
    padding-top: 30px;
}

.flex-space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mar-right-30 {
    margin-right: 30px;
}

.history-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 333px;
    -ms-flex: 0 0 333px;
    flex: 0 0 333px;
    height: 234px;
    /*margin-right: 30px;*/
}

.history-img img {
    width: 100%;
    height: auto;
}

.signature {
    text-align: center;
}

.mar-bot30 {
    margin-bottom: 30px;
}

.short-note:before {
    background: url(../images/bg-main.jpg) center repeat;
    width: 100%;
    height: 40px;
    position: absolute;
    content: ' ';
    top: -85px;
    left: -1px;
    border: 1px solid #8c8a8a;
    border-bottom: none;
    transform: skew(0deg, -2deg);
}

.short-note {
    margin-left: 425px;
    margin-top: 18px;
    margin-bottom: 18px;
    left: -400px;
    width: 501px;
    float: right;
    position: relative;
    padding: 34px;
    border: 1px solid #8c8a8a;
    border-top: none;
    background: url("../images/bg-main.jpg") center repeat;
    margin-right: -4054px;
    padding-right: 4054px;
    /*background: url(/local/templates/rubezh1941/images/bg-chisel.png) no-repeat;*/
    /*background-size: cover;*/
    font-style: italic;
    /*	-o-transform: skew(30deg);
		-ms-transform: skew(30deg);
		-moz-transform: skew(30deg);
		-webkit-transform: skew(30deg);*/
    /*	top: -80px;
		transform: skew(0deg,-3deg);*/
}

.short-note p {
    width: 400px;
}

.mar-top-60 {
    margin-top: 60px;
}

.mar-top-30 {
    margin-top: 30px;
}

.text-red {
    color: #670000!important;
    font-family: 'Vox', sans-serif;
    font-style: normal;
    font-size: 18px;
}


/*По архивным данным*/

.help-history-arhive h2 {
    font-size: 18px;
}

.help-history-arhive p {
    font-style: italic;
}


/*Фотоархив*/

.photo-archive {
    background: url(../images/bg-main.jpg) repeat 50% 50%;
    padding-bottom: 34px;
}

.photo-archive-title {
    display: inline-block;
    margin-right: 82px;
}

.wrapper-history-album {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #670000;
    margin-bottom: 10px;
}

.wrapper-history-album li {
    margin-right: 30px;
    cursor: pointer;
    border-bottom: 1px solid;
}

.wrapper-history-album li:last-child {
    margin-right: 0;
}

.wrapper-photo-archive {
    /*max-width: 960px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.photo-archive-item {
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
    margin-bottom: 20px;
}

ul.wrapper-history-album li.active-album {
    color: #f70a0a;
}

.tabs .info {
    display: none;
}

.tabs .info.active-album {
    /*max-width: 960px;*/
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    margin: 0 auto!important;
}

@media screen and (max-width: 870px) {
    .history-chronology-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 260px;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
    }
    .flex-space-between {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .short-note:before {
        top: -14px;
    }
    .short-note {
        margin: 0;
        padding-right: 20px;
        left: 0;
        clear: both;
        width: 100%;
    }
    .short-note p {
        width: 100%;
    }
    .history-img {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 720px) {
    .conteiner-history-chronology {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .wrapper-history-chronology {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .history-chronology-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
    }
    .history-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 260px;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
    }
}

@media screen and (max-width: 480px) {
    .tabs .info.active-album {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .wrapper-history-album li {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .wrapper-history-album {
        flex-wrap: wrap;
    }
}


/*СТРАНИЦА ФИЛЬМ*/

.film-producer {}

.wrapper-film-producer-foto {
    position: relative;
    padding: 34px;
    background: url(../images/bg-main.jpg) center repeat;
    margin-left: -3054px;
    padding-left: 3054px;
    /*background-size: cover;*/
    font-style: italic;
    margin-right: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    color: #808080;
    max-height: 370px;
    float: left;
}

.wrapper-film-producer-foto:before {
    background: url(../images/bg-main.jpg) center repeat;
    width: 100%;
    height: 40px;
    position: absolute;
    content: ' ';
    top: -60px;
    left: 0;
    transform: skew(0deg, 1deg);
}

.wrapper-producer-foto {
    width: 175px;
    height: 231px;
    /*background-image: url("/local/templates/rubezh1941/images/ugolnikov.jpg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wrapper-film-description p {
    margin-bottom: 10px;
    line-height: 21px;
}

.name-film-producer {
    color: #808080;
    margin-top: 10px;
    font-weight: 600;
    font-style: italic;
}


/*сценаристы*/

.film-writer {
    padding-bottom: 46px;
}

.flex-space-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.wrapper-film-writer {
    margin-bottom: 20px;
    margin-right: 68px;
}

.wrapper-film-writer-foto {
    width: 175px;
    height: 235px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wrapper-film-writer-foto:last-child {
    margin-right: 0;
}

.name-film-writer {
    color: #808080;
    margin-top: 10px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
}

.news-film {
    background: url("../images/bg-main.jpg")center repeat;
}

.conteiner-film-writer {
    margin-top: 50px;
}


/*Медиа-запросы*/

@media screen and (max-width: 680px) {
    .wrapper-film-producer-foto {
        float: none;
        margin: 55px auto 10px;
        padding-left: 0;
    }
    .wrapper-producer-foto {
        margin: 0 auto;
    }
    .wrapper-film-producer-foto:before {
        top: -24px;
    }
}

@media screen and (max-width: 830px) {
    .conteiner-film-writer {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media screen and (max-width: 530px) {
    .wrapper-film-writer {
        margin-right: 0;
    }
}

.wrapper-film-writer:last-child {
    margin-left: 0;
}

.callback-form {
    padding-left: 25px;
}

.modal-title {
    color: #670000!important;
    font-family: 'Vox', sans-serif;
    font-style: normal;
    font-size: 18px;
}

.callback-form .row {
    margin-bottom: 10px;
}

.callback-form .left,
.callback-form .right {
    vertical-align: top;
    display: inline-block;
    width: 120px;
}

.callback-form .email,
.callback-form .name,
.callback-form .message {
    width: 400px;
    max-width: 400px;
    outline: none;
}

.callback-form .message {
    min-height: 150px;
}

.callback-send {
    float: right;
    background-color: #5F5F5F;
    padding: 6px 14px;
    border: 1px solid;
    border-color: #545454;
    color: white !important;
    border-radius: 4px;
    outline: none !important;
    cursor: pointer;
}

.callback-send:hover {
    background: #716d6d;
}

.callback-send:active {
    background: #5d5959;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}


/*ФОРМА ОПЛАТЫ ЯНДЕКС.КАССЫ*/

.donate {
    display: block;
    margin: 0 0 auto;
    width: 359px;
}

.donate label {
    display: block;
    margin-top: 10px;
    letter-spacing: 2px;
}

.donate label span {
    color: red;
}

.donate input,
.donate textarea {
    width: 359px;
    background: #efefef;
    border: 1px solid #dedede;
    padding: 5px;
    margin-top: 3px;
    font-size: 0.9em;
    color: #3a3a3a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.donate input:focus,
.donate textarea:focus {
    border: 1px solid #97d6eb;
}

.donate textarea {
    height: 169px;
}

.donate #submit {
    width: 127px;
    height: 38px;
    background: #790000;
    color: #ffffff;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.donate #submit:hover {
    opacity: .9;
}

.donate-dsgn {
    position: relative;
    padding: 15px 45px;
    margin-top: 5px;
    outline: 0px;
    border: 0px;
    border-radius: 4px;
    background: #FFDB4D;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12), 0 5px 10px -3px rgba(0, 0, 0, 0.3);
    ;
}


/*Кнопка "Помощь фильму"*/

.btn-help {
    color: whitesmoke;
    background-color: #790000;
    border-radius: 5px;
    padding: 5px;
}


/*Кнопка "Помощь фильму"*/

.btn-botton {
    font-size: 16px;
}