/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 17.01.17 nn
----------------------------------------------- */


/*---------------------- basic styles --------------------------------------*/

@import url("bases.css");
@import url("modals/fade_in_and_scale.css");

@font-face {
    font-family: "CenturyGothicRegular";
    src: url("../fonts/CenturyGothicRegular/CenturyGothicRegular.eot");
    src: url("../fonts/CenturyGothicRegular/CenturyGothicRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/CenturyGothicRegular/CenturyGothicRegular.woff") format("woff"),
    url("../fonts/CenturyGothicRegular/CenturyGothicRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}




/*---------------------- 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: #696969;

    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: "Century Gothic", sans-serif;
}

a {
    color: #05C;
    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 {
    color: #302f2f;
    font-family: "Century Gothic", sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0 0 40px;
    text-align: center;
}

.h2 {
    color: #3a3a3a;
    font-family: "Century Gothic", sans-serif;
    font-size: 30px;
    margin: 0 0 18px;
}

.h3 {
    color: #d70100;
    font-family: "Century Gothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.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 #c4c4c4;
    padding: 11px;
    -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: #0c0c0c;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
}

.field::-moz-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
}

.field.placeholder {
    color: #0c0c0c;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
}

.field.invalid {
    background-color: #fff4f4;
    border-color: #be0404;
}

.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 10px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #a5b136;
}

::-moz-selection {
    background-color: #ccc;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #ccc;
    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;
}

.inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    padding-bottom: 98px;
    /*position: relative;*/
}

.inner:before {
    background: url(../images/footer.png) no-repeat 50% 0;
    height: 91px;
    position: absolute;
    content: '';
    bottom: 77px;
    left: 0;
    right: 0;
    z-index: -1;
}

.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}


/*---------------------- *** ----------------------------------------*/


/*---------------------- header -------------------------------------*/

.main_page .header {
    height: 584px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-top: 91px;
    z-index: 2;
}

.header {
    height: 40px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-top: 91px;
    z-index: 2;
}

.header:before {
    background: url(../images/fig_2.png) no-repeat;
    height: 91px;
    position: absolute;
    content: '';
    top: 0;
    right: -458px;
    left: -463px;
    z-index: -1;
}

.logo {
    position: absolute;
    top: 27px;
    left: 0;
}

.logo .fig {
    background: url(../images/logo.png) no-repeat;
    height: 34px;
    width: 143px;
}

.logo .title {
        background: url(../images/logo_text.png) no-repeat;
    height: 34px;
    width: 840px;
    position: absolute;
    top: -1px;
    left: 142px;
}

.header .contact {
    position: fixed;
    top: 9px;
    right: 1px;
    z-index: 2;
}

.header .contact .fig {
    background: url(../images/phone.png) no-repeat 100% 10px;
    height: 69px;
    width: 58px;
right: 3px;
    position: relative;
}

.header .contact .sub {
    display: none;
    background-color: #d70100;
    width: 346px;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 14px;
}

.header .contact .sub .list .item {
    text-align: right;
    width: 166px;
    margin: 0 0 4px 0;
    color: #ebebeb;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.header .contact .sub .list .item .link {
    color: #ebebeb;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.header .contact .text:hover .sub {
    display: block;
}

.header .contact .sub .list {
    text-align: right;
}

.nav {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
}

.nav:before {
    background-color: #ececec;
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
}

.nav:after,
.nav .item:after {
    display: none;
}

.nav> .item {
    border-right: 2px solid #ececec;
    display: table-cell;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.nav> .item> .link {
    display: table;
    width: 100%;
    height: 40px;
    color: #5c5c5c;
    font-family: "Century Gothic", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.nav> .item> .link> .text {
    display: table-cell;
    vertical-align: middle;
}

.nav> .item.active> .link,
.nav> .item:hover> .link {
    background-color: #d70100;
    border-right: none;
    color: #fff;
}

.nav .sub {
    overflow: hidden;
    width: 196px;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
}

.nav .sub .list {
    background-color: #ececec;
    display: block;
    float: left;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.nav .sub .list .item {
    text-align: left;
}

.nav .sub .list .link {
    display: block;
    padding: 13px 18px 17px 18px;
    width: 160px;
    color: #3a3a3a;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.nav .item:hover .sub {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
}

.nav .item:hover .sub .list {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.nav .sub .list .link:hover {
    background-color: #b83930;
    padding: 13px 18px 17px 18px;
    color: #fff;
}

.btn {
    background: url(../images/manager.png) no-repeat;
    border: none;
    height: 260px;
    width: 56px;
    position: fixed;
    top: 187px;
    right: 0;
    z-index: 2;
}

.promo {
    position: absolute;
    height: 545px;
    width: 1276px;
    top: 130px;
    left: -140px;
    right: -136px;
    bottom: 0;
    z-index: -2;
}

.promo:before {
    background: url(../images/fig_3.png) no-repeat;
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: -322px;
    bottom: 0;
    left: -322px;
    z-index: -1;
}

.promo .main_list .item {

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}

.promo .main_list .fig {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    text-align: center;
}

.promo .main_list .active {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.promo .tabs {
    position: absolute;
    right: 143px;
    bottom: 61px;
    z-index: 2;
}

.promo .tabs .item {
    position: relative;
    float: left;
    margin-right: 12px;
}

.promo .tabs .link {
    background-color: #fff;
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
}

.tabs .active:before {
    content: '';
    background-color: #d70100;
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.promo .prev {
    background: url(../images/prev.png) no-repeat;
    width: 21px;
    height: 81px;
    position: absolute;
    left: 138px;
    bottom: 258px;
    z-index: 1;
}

.promo .next {
    background: url(../images/next.png) no-repeat;
    width: 21px;
    height: 81px;
    position: absolute;
    right: 138px;
    bottom: 257px;
    z-index: 1;
}

.promo .context {
    text-align: center;
    margin: auto;
    width: 1000px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.promo .context:before {
    background-color: #ececec;
    position: absolute;
    content: '';
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.promo .context .title {
    padding: 12px 0 12px 0;
    color: #2a2a2a;
    font-family: "Century Gothic", sans-serif;
    font-size: 19px;
}


/*---------------------- end header ----------------------------------*/


/*---------------------- side ---------------------------------------*/

.side {
    width: 284px;
    position: relative;
    float: left;
    margin: 0 38px 0 0;
    padding: 48px 0 0 0;
}

.side + .content {
    float: left;
    width: 678px;
}

.activity_list_1 {
    padding: 4px 0 0 0;
}

.activity_list_1 .item {
    padding: 0 0 24px 0;
}

.activity_list_1 .link {
    background: url(../images/fig_32.png) no-repeat 0 2px;
    display: block;
    padding: 0 0 0 30px;
    color: #3a3a3a;
    font-family: "Century Gothic", sans-serif;
    font-size: 16px;
}


/*---------------------- end side ------------------------------------*/


/*---------------------- content -------------------------------------*/

.content {
    position: relative;
    padding: 13px 0 0 0;
}

.advantages {
    position: relative;
    margin: -33px 0 0 0;
    padding: 26px 0 0 0;
    text-align: center;
}

.advantages:before {
    background: url(../images/fig_10.png) repeat 50% 0;
    min-height: 654px;
    width: 1920px;
    margin: auto;
    position: absolute;
    content: "";
    top: 0;
    right: -463px;
    bottom: 0;
    left: -463px;
    z-index: -1;
}

.our_advantages_list .item {
    margin: 0 0 26px 0;
    width: 333px;
    min-height: 244px;
    text-align: center;
}

.our_advantages_list .fig {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 206px;
    width: 222px;
}

.our_advantages_list .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.our_advantages_list .item:hover .img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.our_advantages_list .title{
    display: none;
}

.our_advantages_list .item:hover .title {
    display: block;
}

.our_advantages_list .item .in {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

.our_advantages_list .item:hover .in {
    background-color: rgba(255, 255, 255, .50);
}

.our_advantages_list .title {
    margin: -20px 0 0 0;
    padding: 0 20px 20px 20px;
}

.our_advantages_list .title .item {
    margin: 0 0 4px 0;
}

.our_advantages_list .title .text {
    color: #343434;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
}

.projects {
    position: relative;
    margin: 0 0 30px 0;
    padding: 30px 0 20px 0;
    text-align: center;
}

.projects:before {
    background-color: #ececec;
    position: absolute;
    content: "";
    top: 0;
    right: -1000px;
    bottom: 0;
    left: -1000px;
    z-index: -1;
}

.our_projects_list {
    margin: -14px 0 0 -14px;
}

.our_projects_list .item {
    text-align: center;
    width: 238px;
    min-height: 188px;
    margin: 0 0 8px 14px;
}

.our_projects_list .fig {
    height: 136px;
    width: 238px;
}

.our_projects_list .img {
    max-height: 100%;
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.our_projects_list .link:hover .img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}


.our_projects_list .title,
.our_projects_list .link:hover .out {
    display: none;
}

.our_projects_list .item:hover .title {
    display: block;
}

.our_projects_list .item .in {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

.our_projects_list .item:hover .in {
    background-color: #fff;
}

.our_projects_list .title {
    padding: 0 10px 0 10px;
}

.our_projects_list .title .text {
    padding: 12px 0 12px 0;
    color: #343434;
    font-family: "Century Gothic", sans-serif;
    font-size: 11px;
}

.our_customers_list {
    margin: -7px 0 36px 0;
}

.our_customers_list .item {
    width: 213px;
    display: table-cell;
    vertical-align: middle;
    height: 85px;
    -webkit-animation: fade 7s ease 0s normal infinite;
    animation: fade 7s ease 0s normal infinite;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.promobody {
    padding: 0 0 30px 0;
}

.crumbs {
    margin: 0 0 17px;
    color: #3a3a3a;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
}

.crumbs .list:before,
.crumbs .list:after {
    display: none;
}

.crumbs .list .item {
    background: url(../images/fig_31.png) no-repeat 4px 5px;
    display: inline;
    padding: 0 0 0 18px;
}

.crumbs .list .item:before,
.crumbs .list .item:after {
    display: none;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .link {
    color: #3a3a3a;
}

.activity_list {
    margin: 0 0 4px -70px;
    padding: 16px 0 0 0;
}

.activity_list .item {
    width: 228px;
    margin: 0 0 16px 110px;
    text-align: center;
}

.activity_list .fig {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height:162px;
    width: 228px;
    margin: 0 0 15px 0;
}

.activity_list .link:hover .img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .9s ease 0s;
    transition: all .3s ease;
    transform: scale(1.2);
}

.activity_list .fig .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.activity_list .link {
    color: #3a3a3a;
    font-family: "Century Gothic", sans-serif;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.activity_list .link:hover {
    text-decoration: underline;
}

.fig_1 {
    width: 343px;
    height: 261px;
    position: relative;
    float: left;
    margin: 0 34px 13px 0;
    padding: 4px 0 0 0;
}

.fig_1 .img {
    max-width: 100%;
    max-height: 100%;
}

.back {
    margin: 0 0 64px 0;
    padding: 21px 0 0 0;
}

.btn_1 {
    background: #c4c4c4 url(../images/fig_33.png) no-repeat 90% 50%;
    padding: 9px 79px 11px 14px;
    text-decoration: none;
    color: #fff;
    font-family: "Century Gothic", sans-serif;
    font-size: 12px;
}

.btn_1:hover {
    text-decoration: underline;
}

.projects_list {
    margin: 0 0 0 -8px;
    padding: 0px 0 0 0;
}

.projects_list .item {
    width: 328px;
    height: 260px;
    margin: 0 0 6px 8px;
}

.projects_list .fig {
    height:  225px;
    width: 328px;
    margin: 0 0 18px 0;
}

.projects_list .img {

    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.projects_list .item:hover .img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.projects_list .link {
    color: #343434;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
    text-decoration: none;
margin: inherit;
}

.projects_list .link:hover {
    text-decoration: underline;
}

.page {
    margin: 0 0 30px 0;
}

.page .item {
    margin: 0 15px 0 0;
}

.page .item.active {
    color: #b7392f;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.page .link {
    display: block;
    color: #b7392f;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

.fig_2 {
    width: 676px;
    height: 438px;
    position: relative;
    float: left;
    margin: 0 30px 16px 0;
}

.fig_2 .img {
    max-width: 100%;
    max-height: 100%;
}

.captcha {
    display: inline-block;
    padding: 0 0 0 98px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    border: 1px solid #c4c4c4;
    border-right: none;
    width: 98px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.captcha .field {
    width: 100%;
}

.field[required] {
    background: url(../images/star.png) no-repeat 97% 16px;
}

.btn_2 {
    background-color: #d70100;
    border: none;
    padding: 8px 20px 10px;
    display: inline-block;
    color: #fff;
    font-family: "Century Gothic", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

.btn_2:hover {
    text-decoration: underline;
}

.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: #000;
    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.5;
}

.modal__content {
    background: #fff;
    padding: 41px 47px 36px 47px;
    position: relative;
}

#modal_thanks .modal__content {
    width: 337px;
    height: 59px;
    position: relative;
    padding: 42px 47px 23px 47px;
    line-height: .3;
}

.modal__close_btn {
    background: url(../images/error.png) no-repeat 50% 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 7px;
    right: 5px;
    text-indent: -1000em;
    z-index: 2;
}

.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 {
    content: "";
    background: url(../images/prev_1.png) no-repeat;
    height: 22px;
    width: 13px;
    position: absolute;
    bottom: 10px;
    right: auto;
    left: 44px;
}

.modal_lightbox__next:before {
    content: "";
    background: url(../images/next_1.png) no-repeat;
    height: 22px;
    width: 13px;
    position: absolute;
    bottom: 10px;
    left: auto;
    right: 44px;
}

.modal_lightbox__title {
    
    text-align: center;
    position: absolute;
    bottom: 10px;
    color: #0c0c0c;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
}

.modal_lightbox__image {
    margin: 0 0 6px 0;
}


/*---------------------- end content ----------------------------------*/


/*---------------------- footer ---------------------------------------*/

.footer {
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    width: 1000px;
    height: 77px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.footer:before {
    background: #575757;
    position: absolute;
    content: "";
    top: 0;
    left: -1000px;
    bottom: 0;
    right: -1000px;
    z-index: -1;
}

.counter {
    position: absolute;
    top: 18px;
    left: 0;
}

.copyright {
    position: absolute;
    top: 30px;
    left: 125px;
    color: #fff;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
}

.footer .contact .fig {
    background: url(../images/phone.png) no-repeat 100% 15px;
    position: absolute;
    top:2px;
    right: 3px;
    z-index: 2;
}

.footer .contact {
    position: absolute;
    top: 22px;
    right: 3px;
    z-index: 2;
}

.footer .contact {
    position: absolute;
    top: 12px;
    left: 540px;
}

.footer .contact .item {
    margin: 0 0 0;
    color: #ebebeb;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.footer .contact .item .link {
    color: #ebebeb;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.design .link {
    position: absolute;
    top: 30px;
    right: 0;
    color: #fff;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
}


/*---------------------- end footer -----------------------------------*/


/* media queries */


/* small screens (portrait and landscape) */


/* small screens (landscape) */


/* small screens (portrait) */


/* medium small screens */


/* medium screens (excludes iPad & iPhone) */


/* ipads (portrait and landscape) */


/* ipads (landscape) */


/* ipads (portrait) */


/* medium large screens */


/* large screens */


/* extra large screens */


/* iphone 4 and high pixel ratio (1.5+) devices */


/* iphone 4 and higher pixel ratio (2+) devices (retina) */


/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/


/* 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;
    }
}