/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 08.02.18 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("jquery-ui.css");
@import url('https://fonts.googleapis.com/css?family=Poiret+One&subset=cyrillic');
@import url("modals/fade_in_and_scale.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
    font-weight: 600;
}

input, button, select, textarea, html {
    font-family: 'Poiret One', cursive;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover, a:hover:visited {
    text-decoration: none;
}

.nu a:hover, a.nu:hover {
    text-decoration: underline;
}

.nu a, a.nu {
    text-decoration: none;
}

a.link_dashed, .link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover, .link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: normal;
    margin: 0 0 12px;
    line-height: 1.1;
    text-transform: uppercase;
}

.h2 {
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: normal;
    margin: 0 0 12px;
    line-height: 1.1;
    text-transform: uppercase;
}

.h3 {
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: normal;
    margin: 0 0 12px;
    line-height: 1.1;
    text-transform: uppercase;
}

.h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1.33em;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}

/*end fonts*/
/*forms fields*/
.field {
    border: 1px solid #ddd;
    padding: 5px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field.placeholder {
    color: gray;
    font-style: italic;
}

.field.invalid {
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
    overflow: hidden;
}

.cx:before, .cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 31px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #808080;
}

::-moz-selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    min-width: 1000px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.main_bg {
    background: no-repeat 50% 0;
    background-size: cover;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

.inner {
    max-width: 1920px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.main_page .header {
    padding: 73px 0 0;
}

.header {
    padding: 108px 0 0;
    position: relative;
}

.main_page .logo {
    background: url(../images/logo.png) no-repeat;
    width: 183px;
    height: 39px;
    top: 16px;
    left: 39px;
}

.main_page .logo .link {
    width: 183px;
    height: 39px;
}

.logo {
    background: url(../images/logo_2.png) no-repeat;
    width: 217px;
    height: 46px;
    position: absolute;
    top: 22px;
    left: 35px;
}

.logo .link {
    display: block;
    width: 217px;
    height: 46px;
}

.main_page .language {
    top: 23px;
}

.language {
    position: absolute;
    top: 46px;
    right: 205px;
}

.language:before, .language:after {
    display: none;
}

.language:after {
    clear: both;
}

.language .item {
    background: url(../images/pic3.png) no-repeat 9px 4px;
    float: left;
    display: inline;
    padding: 0 0 0 21px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.6;
}

.language .item:first-child {
    background: none;
    padding-left: 0;
}

.language .item:before, .crumbs .item:after {
    display: none;
}

.language .item:after {
    clear: both;
}

.language .link {
    color: #000;
}

.main_page .nav {
    top: 19px;
}

.nav {
    position: absolute;
    top: 39px;
    right: 0;
}

.nav_active {
    z-index: 10;
}

.main_page .nav .title .link {
    width: 165px;
}

.nav .title .link {
    background: #000;
    display: block;
    width: 154px;
    height: 33px;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 33px;
    text-transform: uppercase;
}

.main_page .nav .sub {
    width: 165px;
}

.nav .sub {
    display: none;
    width: 154px;
    position: absolute;
    top: 50px;
    right: 0;
}

.main_page .nav .sub:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -10000px;
    z-index: -1;
    font-weight: 600;
}

.nav .sub:before {
    content: "";
    background: #ececec;
    position: absolute;
    top: -10000px;
    left: 0;
    right: 0;
    bottom: -10000px;
    z-index: -1;
}

.nav> .sub> .list> .item {
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.nav> .sub> .list> .item> .link {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav> .sub> .list> .item:hover> .link, .nav> .sub> .list> .active .link {
    text-decoration: underline;
}

.carousel_1 {
    height: calc(100vh - 140px);

    /*margin: 0 44px ;*/
    padding: 0 0 43px;
    position: relative;
    overflow: hidden;
}

.carousel_1 .main_list> .item {

    visibility: hidden;
    width: 100vw;

    position: absolute;
    top: 0;
    left: 50%;
    bottom: 43px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: visibility 1s ease;
    transition: visibility 1s ease;
}

.carousel_1 .main_list> .active {
    visibility: visible;
    z-index: 1;
}

.carousel_1 .text {
    position: absolute;
    bottom: -43px;
    left: 52px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    z-index: 2;
    -webkit-transition: all 1s ease .5s;
    transition: all 1s ease .5s;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
}

.carousel_1 .fig {
    background: no-repeat 50% 0;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .active .fig {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.carousel_1 .active .text {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 300px;
    padding: 0 0 0 56px;
    position: relative;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filitr {
    margin: 2px 0 0;
}

.filitr .link input {
    clip: rect(0,0,0,0);
    position: absolute;

}

.filitr .title .link {
    background: #000;
    display: block;
    width: 223px;
    height: 34px;
    padding: 0 14px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 34px;
    text-transform: uppercase;
}

.filitr .sub {
    width: 251px;
    margin: 14px 0 0 13px;
}

.filitr> .sub> .list> .item {
    margin: 0 0 16px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
}

.filitr> .sub> .list> .item> .link {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.filitr .sub_2 {
    margin: 4px 0 0;
}

.filitr .sub_2 .list {
    margin: 0 0 0 12px;
}

.filitr .sub_2 .item {
    margin: 0 0 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.filitr .sub_2 .link {
    color: #000;
    text-decoration: none;
}

.filitr .sub_2 :checked + .text {
    font-weight: bold;
}

.ui-selectmenu-icon.ui-icon-triangle-1-s {
    background: #000 url(../images/pic21.png) no-repeat 50% 50%;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 5px;
    right: 6px;
}

.ui-selectmenu-button.ui-button {
    background: #fff;
    border: 1px solid #7b7b7b;
    border-radius: 0;
    width: 157px !important;
    padding: 8px 35px 11px 15px;
    font-family: 'Poiret One', cursive;
    font-size: 12px;
    color: #000;
    text-transform: none;
}

.ui-selectmenu-text {
    font-family: 'Poiret One', cursive;
    font-size: 12px;
    color: #000;
    text-transform: none;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    padding: 0 44px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.side + .content {
    float: right;
    width: calc(100vw - 322px);
    max-width: 1620px;
}

.crumbs {
    margin: 0 0 21px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic8.png) no-repeat 4px 3px;
    display: inline;
    padding: 0 0 0 22px;
    font-size: 12px;
    line-height: 1.6;
    text-transform: uppercase;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .item:before, .crumbs .item:after {
    display: none;
}

.crumbs .item:after {
    clear: both;
}

.crumbs .link {
    color: #000;
}

.project_list_1 {
    margin: 0 0 14px -1px;
    text-align: center;
}

.project_list_1 .item {
    width: 16.5%;
    height: 0;
    margin: 0 0 1px 1px;
    padding-bottom: 16.5%;
    position: relative;
}

.project_list_1 .fig {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.project_list_1 .img {
    margin: auto;
    position: absolute;
    top: -1000px;
    right: -1000px;
    bottom: -1000px;
    left: -1000px;
    vertical-align: top;
}

.project_list_1 .text .link {
    background: rgba(255, 255, 255, 0.70);
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.project_list_1 .item:hover .text .link {
    opacity: 1;
    visibility: visible;
}

.project_list_1 .in {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}

.project_list_1 .number {
    background: #fff;
    border-radius: 16px;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin: 0 0 10px;
    text-align: center;
    line-height: 33px;
}

.project_list_1 .title {
    display: block;
}

.pages {
    margin: 0 0 20px;
    position: relative;
    z-index: 3;
}

.pages .item {
    margin: 0 7px 0 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.pages .next,
.pages .prev,
.pages .link {
    display: block;
    min-width: 20px;
    height: 30px;
    padding: 0 5px;
    position: relative;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    line-height: 30px;
}

.pages .item:hover .link, .pages .active {
    background: #000;
    border-radius: 15px;
    min-width: 20px;
    height: 30px;
    padding: 0 5px;
    color: #fff;
    line-height: 30px;
}

.project_list_2 {
    margin: 0 0 23px -1px;
    text-align: center;
}

.project_list_2 .item {
    width: 12.3%;
    height: 0;
    margin: 0 0 1px 1px;
    padding-bottom: 12.3%;
    position: relative;
}

.project_list_2 .fig {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.project_list_2 .img {
    margin: auto;
    position: absolute;
    top: -1000px;
    right: -1000px;
    bottom: -1000px;
    left: -1000px;
    vertical-align: top;
}

.project_list_2 .fig:before {
    content: "";
    background: rgba(255, 255, 255, 0.70);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.project_list_2 .item:hover .fig:before {
    opacity: 1;
    visibility: visible;
}

.box_1 {
    border: 1px solid #7b7b7b;
    margin: 0 0 24px;
    padding: 32px 38px;
    line-height: 1.2;
}

.box_1 .fig_1 {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 48%;
    position: relative;
    overflow: hidden;
}

.box_1 .fig_1:before {
    content: "";
    background: url(../images/pic39.png) no-repeat;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.box_1 .fig_1 .img {
    margin: auto;
    position: absolute;
    top: -1000px;
    right: -1000px;
    bottom: -1000px;
    left: -1000px;
    vertical-align: top;
}

.list_1> .item {
    line-height: 1.2;
}

.list_1 .sub {
    margin: 17px 0 0;
}

.list_2 {
    margin: 0 0 17px;
}

.list_2 .item {
    background: url(../images/pic40.png) no-repeat 0 10px;
    padding: 0 0 0 12px;
    line-height: 1.2;
}

.news_list_1 {
    margin: 0 0 15px -17px;
}

.news_list_1 .item {
    border: 1px solid #7b7b7b;
    border-radius: 2px;
    width: 301px;
    height: 358px;
    margin: 0 0 17px 17px;
    position: relative;
    line-height: 1.4;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list_1 .item:hover {
    color: #fff;
}

.news_list_1 .link {
    color: #000;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list_1 .text {
    width: 231px;
    height: 310px;
    padding: 50px 33px 0 39px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.news_list_1 .text:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list_1 .item:hover .text:before {
    opacity: 1;
    visibility: visible;
}

.news_list_1 .date {
    margin: 0 0 20px;
}

.news_list_1 .title {
    margin: 0 0 21px;
}

.news_list_1 .item:hover .link {
    color: #fff;
}

.news_list_1 .fig {
    width: 303px;
    height: 360px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list_1 .item:hover .fig {
    opacity: 1;
    visibility: visible;
}

.news_list_1 .arrow .link {
    background: #000 url(../images/pic41.png) no-repeat 50% 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 3px;
    right: 3px;
    z-index: 3;
}

.fig_2 {
    float: left;
    margin: 0 40px 20px 0;
}

.fig_2 .img {
    vertical-align: top;
}

.date_1 {
    margin: 0 0 17px;
}

.box_2 {
    padding: 78px 0 0;
    font-size: 24px;
    text-align: center;
    line-height: 1;
}

.box_2 .h1 {
    font-size: 64px;
}

.box_2 .fig_3 {
    margin: 0 0 27px;
}

.box_2 .fig_3 .item {
    display: inline-block;
    vertical-align: top;
}

.box_2 .fig_3 .item:nth-child(1) {
    margin-right: 9px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);

    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
}



.box_2 .fig_3 .item:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);

    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.box_2 .fig_3 .item:nth-child(3) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);

    -webkit-transition: all 1s ease 2s;
    transition: all 1s ease 2s;
}

.box_2 .fig_3.animate .item:nth-child(2) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.box_2 .fig_3.animate .item:nth-child(3),
.box_2 .fig_3.animate .item:nth-child(1) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.box_2 .img {
    vertical-align: top;
}

.box_2 .link {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal, .modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: #fff;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__bg {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.85;
}

.modal__content {
    background: #fff;
    padding: 24px;
    position: relative;
}

.modal__close_btn {
    background: url(../images/pic6.png) no-repeat 50% 50%;
    width: 61px;
    height: 71px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.box_fig .modal__content {
    padding: 0;
}

.modal_lightbox__title {
    background: #1a1a1a;
    padding: 17px 27px 21px 97px;
    font-size: 24px;
    color: #fff;
}

.modal_lightbox__title .text {
    display: inline-block;
    vertical-align: middle;
}

.modal_lightbox__text {
    background: #fff;
    border-radius: 23px;
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    bottom: 11px;
    left: 27px;
    font-size: 18px;
    color: #000;
    line-height: 47px;
    text-align: center;
}

.modal_lightbox__image img {
    vertical-align: top;
}

.modal_lightbox__prev, .modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

.modal_lightbox__prev:before, .modal_lightbox__next:before {
    content: "";
    background: #1a1a1a url(../images/pic4.png) no-repeat 50% 50%;
    width: 35px;
    height: 35px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    left: -15px;
}

.modal_lightbox__next:before {
    background: #1a1a1a url(../images/pic5.png) no-repeat 50% 50%;
    left: auto;
    right: -15px;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.main_page .footer {
    height: 24px;
}

.footer {
    width: 100%;
    height: 85px;
    margin: 0 0 0 -50%;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.main_page .counter {
    position: absolute;
    top: -28px;
    right: 44px;
    left: auto;
    z-index: 13;
}

.counter {
    position: absolute;
    top: 8px;
    left: 35px;
    z-index: 13;
}

.promo {
    position: absolute;
    top: 0;
    left: 246px;
    right: 77px;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */

/* print media */
@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html, body, article, header, section, footer, aside, div {
        width: 100% !important;
    }

    a, a:link, a:visited, a:hover, a:active, abbr, acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1, h2, h3, h4, h5, h6, p, li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}
