/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 26.10.15 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700&subset=latin,cyrillic);
@import url("modals/rotate_bottom.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: #e5f5ff;
    height: 100%;
    color: #565656;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #333;
    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 {
    position: relative;
    font-family: 'Cuprum', sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 16px;
    padding: 0 0 5px;
    line-height: 1.1;
}

.h1:before {
    content: "";
    border-top: 2px solid #007ace;
    width: 65px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main_page .h2 {
    margin: 0 0 36px;
    padding: 0 0 6px;
    font-family: 'Arimo', sans-serif;
    color: #333;
}

.h2 {
    position: relative;
    font-family: 'Cuprum', sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 41px;
    padding: 0 0 5px;
    line-height: 1.1;
}

.h2:before {
    content: "";
    border-top: 2px solid #007ace;
    width: 65px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.h3 {
    position: relative;
    font-family: 'Cuprum', sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 27px;
    padding: 0 0 5px;
    line-height: 1.1;
}

.h3:before {
    content: "";
    border-top: 2px solid #007ace;
    width: 65px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.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 {
    background: #edf1f3;
    border-radius: 3px;
    border: none;
    padding: 11px 13px;
    -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;
    font-size: 14px;
    color: #767e81;
    font-style: italic;
}

.field::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #767e81;
    font-style: italic;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #767e81;
    font-style: italic;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #767e81;
    font-style: italic;
}

.field.placeholder {
    font-size: 14px;
    color: #767e81;
    font-style: italic;
}

.field.invalid {
    background: #f2dddd;
    border: 2px solid #da5555;
}

.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: 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_page .promo_fig {
    height: 564px;
}

.promo_fig {
    background: url(../images/slide2.jpg) no-repeat;
    width: 2000px;
    height: 224px;
    margin-left: -1000px;
    position: absolute;
    top: 0;
    left: 52%;
    z-index: -3;
}

.inner {
    width: 1000px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 25px 0 0;
    position: relative;
}

.contacts {
    background: #fff;
    padding: 4px 19px 7px;
    border-radius: 3px;
    position: absolute;
    top: 95px;
    /* right: 0; */
    font-family: 'Cuprum', sans-serif;
    font-weight: bold;
}

.contacts .phone {
    background: url(../images/pic6-1.png) no-repeat;
    display: inline-block;
    padding: 0 0 0 41px;
    font-size: 20px;
    color: #434343;
    line-height: 1.8;
}

.contacts .link {
    background: url(../images/pic6-2.png) no-repeat;
    display: inline-block;
    padding: 0 0 0 44px;
    font-size: 16px;
    color: #333;
    line-height: 2.2;
}

.main_page .nav {
    margin: 0 0 468px;
}

.nav {
    height: 40px;
    margin: 0 0 177px;
    padding: 0 0 0 265px;
    position: relative;
    z-index: 10;
}

.nav:before {
    content: "";
    background: #fff;
    position: absolute;
    top: -32px;
    right: -10000px;
    bottom: -32px;
    left: -10000px;
    z-index: -1;
}

.nav> .list {
    display: table;
    width: 743px;
    position: relative;
    z-index: 1;
}

.nav> .list:before, .nav> .list:after, .nav> .list> .item:before, .nav> .list> .item:after {
    display: none;
}

.nav> .list> .item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 0 10px 0 0;
    font-family: 'Cuprum', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.nav> .list> .item> .link {
    border: 2px solid #fff;
    border-radius: 2px;
    display: table;
    width: 100%;
    height: 30px;
    position: relative;
    color: #414141;
    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> .list> .item:hover> .link, .nav> .list> .active> .link {
    border: 2px solid #40ade0;
}

.nav .punkt {
    background: url(../images/pic14.png) no-repeat 0 15px;
    width: 10px;
    height: 10px;
}

.nav .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0px;
    text-align: center;
}

.nav .sub {
    position: absolute;
    top: -2px;
    left: 0;
    width: 300px;
    display: none;
    z-index: 3;
}

.nav .sub_menu {
    background: #8ac6f5;
    display: block;
    float: left;
    position: relative;
}

.nav .sub_menu .link {
    display: block;
    padding: 10px 20px 13px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav .sub_menu .link:hover {
    background: #61a5da;
}

.nav> .list> .item:hover .sub {
    display: block;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 190px;
    height: 101px;
    position: absolute;
    top: 3px;
    left: -1px;
    z-index: 12;
}

.logo .link {
    display: block;
    width: 241px;
    height: 73px;
}

.main_page .address {
    background: url(../images/pic3.png) no-repeat;
    height: auto;
    padding: 2px 0 0 93px;
    top: 315px;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
}

.address {
    background: url(../images/pic16.png) no-repeat;
    height: 45px;
    padding: 0 0 0 54px;
    position: absolute;
    top: 156px;
    left: 0;
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
   text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.99);
    line-height: 1.2;
}

.main_page .form_box {
    padding: 16px 23px 19px;
    top: 184px;
}

.form_box {
    padding: 16px 23px 19px;
    top: 124px;
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
}

.form_box .h3 {
    border-bottom: 1px solid #dce4e8;
    color: #435057;
    margin: 0 -23px 11px;
    padding: 0 0 11px;
    font-size: 22px;
    color: #435057;
    text-align: center;
}

.form_box .h3:before {
    border: none;
}

.button {
    background: url(../images/button.png) repeat-x;
    border: none;
    border-radius: 3px;
    width: 280px;
    height: 46px;
    padding: 0 10px;
    font-family: 'Cuprum', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 46px;
}

.captcha {
    display: inline-block;
    padding-left: 70px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    background: #FFFFFF;
    border-radius: 3px 0 0 3px;
    width: 70px;
    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%;
}

.h-70 {
    height: 70px;
}

.btn_1 {
    background: url(../images/button.png) repeat-x;
    border-radius: 3px;
    display: block;
    width: 258px;
    height: 46px;
    padding: 0 10px;
    font-family: 'Cuprum', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 46px;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 208px;
    margin: 43px 40px 0 0;
    position: relative;
    float: left;
}

.services_list_2 .item {
    margin: 0 0 13px;
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.services_list_2 .link {
    background: url(../images/pic18.png) no-repeat 0 2px;
    display: inline-block;
    padding: 3px 0 3px 27px;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_2 .item:hover .link, .services_list_2 .active .link {
    background: url(../images/pic19.png) no-repeat 0 2px;
    color: #4fb3e4;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/

.content {
    position: relative;

}

.side + .content {
    float: left;
    width: 752px;
}

.more {
    border: 2px solid #40ade0;
    border-radius: 2px;
    display: inline-block;
    height: 27px;
    padding: 0 22px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    line-height: 27px;
}

.services_box {
    margin: 0 0 15px;
    padding: 24px 0;
    position: relative;
}

.services_box:before {
    content: "";
    background: #e8ecf0 url(../images/pic15.png);
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.services_list_1 {
    margin: 0 0 30px -39px;
    text-align: center;
    letter-spacing: 5.3rem;
}

.services_list_1 .item {
    width: 269px;
    margin: 0 0 20px 39px;
    font-family: 'Cuprum', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.services_list_1 .link {
    position: relative;
    top: 0;
    color: #0071ca;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_1 .link:hover {
    top: -3px;
    text-decoration: underline;
}

.services_list_1 .fig {
    border: 6px solid #fff;

    display: block;
    width: 258px;
    height: 208px;
    margin: 0 0 11px;
    position: relative;
    overflow: hidden;
}

.services_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.news_list_1 {
    margin: 0 0 15px -22px;
}

.news_list_1 p {
    margin: 0 0 9px;
}

.news_list_1 .item {
    border-left: 1px solid #eaebec;
    width: 302px;
    margin: 0 0 0 22px;
    padding: 8px 0 0 24px;
    font-size: 13px;
    line-height: 1.4;
}

.news_list_1 .item:first-child {
    border: none;
    padding: 8px 0 0 0;
}

.news_list_1 .title {
    margin: 0 0 9px;
}

.news_list_1 .link {
    color: #0071ca;
}

.news_list_1 .date {
    margin: 21px 0 2px;
    font-style: italic;
    color: #a6a6a6;
}

.news_list_1 .fig {
    float: left;
    margin: 0 8px 0 0;
}

.news_list_1 .img {
    border-radius: 2px;
    vertical-align: top;
}

.news_list_1 .arrow {
    background: #007ace url(../images/pic11.png) no-repeat 50% 50%;
    border-radius: 1px;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.all {
    border: 2px solid #40ade0;
    border-radius: 2px;
    display: inline-block;
    height: 27px;
    padding: 0 17px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    line-height: 27px;
}

.promo {
    padding: 13px 0 18px;
    position: relative;
    font-size: 13px;
    color: #515151;
}

.promo:after {
    content: "";
    background: url(../images/pic12.png) no-repeat;
    width: 2000px;
    height: 247px;
    margin-left: -1000px;
    position: absolute;
    top: -71px;
    left: 50%;
    z-index: -1;
}

.promo:before {
    content: "";
    background: #f1f3f5;
    width: 2000px;
    margin-left: -1000px;
    position: absolute;
    top: 85px;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.crumbs {
    margin: 0 0 22px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic17.png) no-repeat 4px 3px;
    display: inline;
    padding: 0 0 0 16px;
    font-size: 13px;
    color: #a1a1a1;
    line-height: 1.6;
}

.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: #333;
}

.news_list_2 {
    margin: 0 0 15px;
}

.news_list_2 p {
    margin: 0 0 9px;
}

.news_list_2 .item {
    margin: 0 0 12px;
    font-size: 13px;
}

.news_list_2 .title {
    margin: 0 0 4px;
}

.news_list_2 .link {
    color: #599ed8;
}

.news_list_2 .date {
    margin: 0 0 1px;
    font-style: italic;
    color: #a6a6a6;
    line-height: 1;
}

.news_list_2 .fig {
    float: left;
    margin: 0 8px 0 0;
    border: 6px solid #fff;
}

.news_list_2 .img {
    border-radius: 2px;
    vertical-align: top;
}

.pages {
    margin: 0 0 40px;
}

.pages .item {
    margin: 0 10px 0 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.pages .link {
    border-radius: 2px;
    display: block;
    width: 23px;
    height: 23px;
    color: #60a9e8;
    line-height: 23px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pages .item:hover .link, .pages .active {
    background: #60a9e8;
    border-radius: 2px;
    width: 23px;
    height: 23px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 23px;
}

.fig_1 {
    float: left;
    margin: 0 29px 10px 0;
    border: 6px solid #fff;
}

.fig_1 .img {
    border-radius: 1px;
    vertical-align: top;
}

.btn_2 {
    background: #4fb3e4;
    border: 2px solid #4fb3e4;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    padding: 0 23px 0 23px;
    font-family: 'Cuprum', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
}

.back {
    color: #333;
}

.services_list_3 {
    margin: 0 0 38px -31px;
}

.services_list_3 .item {
    width: 467px;
    margin: 0 0 29px 31px;
    font-family: 'Cuprum', sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.1;
}

.services_list_3 .link {
    position: relative;
    top: 0;
    color: #576e83;
    text-decoration: none;
}

.services_list_3 .fig {
    border: 6px solid #fff;

    display: block;
    float: left;
    width: 208px;
    height: 208px;
    margin: 0 4px 0 0;
    position: relative;
    overflow: hidden;
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_3 .link:hover .fig {
    transform: scale(1.03);
}

.services_list_3 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.services_list_3 .text {
    background: url(../images/pic18.png) no-repeat 0 4px;
    overflow: hidden;
    display: block;
    margin: 11px 0 0;
    padding: 0 0 0 29px;
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_3 .link:hover .text {
    transform: scale(1.03);
}

.star {
    background: url(../images/pic24.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 6px;
    margin: 17px 0 0;
}

.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.75;
}

.modal__content {
    background: #fff url(../images/pic23.png) repeat-x;
    border-radius: 3px;
    padding: 25px 24px 27px;
    position: relative;
}

.modal__content .h3 {
    border-bottom: 1px solid #dce4e8;
    color: #435057;
    margin: 0 -16px 11px;
    padding: 0 16px 11px;
    font-size: 22px;
    color: #435057;
}

.modal__content .h3:before {
    border: none;
}

.box_form .modal__content {
    background: #fff;
    padding: 16px 16px 27px;
}

.box_thanks .modal__content {
    background: #fff;
    width: 278px;
    padding: 16px 23px 36px;
    color: #4c4c4c;
}

.box_thanks .modal__content .h3 {
    margin: 0 -23px 22px;
    padding: 0 23px 11px;
}

.modal__close_btn {
    background: url(../images/pic25.png) no-repeat 50% 50%;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 29px;
    z-index: 2;
}

.modal_lightbox__title {
    margin: 21px 0 0;
    color: #4c4c4c;
}

.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;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 1000px;
    height: 70px;
    margin-left: -500px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.footer:before {
    content: "";
    background: #026098;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.company_footer {
    position: absolute;
    top: 22px;
    left: 10px;
    font-size: 13px;
    color: #fff;
}

.developer {
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 13px;
}

.developer .link {
    color: #fff;
}

.securitypolicy {
    position: absolute;
    top: 42px;
    left: 10px;
    font-size: 13px;
    color: #fff;
}

.securitypolicy .link {
    color: #fff;
}

.counter {
    position: absolute;
    top: 16px;
    left: 0;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
@media only screen and (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    body {
        font-size: 16px;
    }

    .inner {
        width: auto;
    }

    .logo {
        top: 0;
        left: 0;
    }

    .contacts {
        padding: 0;
        top: 80px;
        left: 10px;
        right: 10px;
    }

    .main_page .nav,
    .nav
    {
        margin: 0;
    }
    .main_page .promo_fig,
    .promo_fig {
        /*background-size: cover;*/
        /*width: auto;*/
        /*height: 0;*/
        /*padding-bottom: 56.25%;*/
        /*margin: 0;*/
        /*left: 0;*/
        /*right: 0;*/
        display: none;
    }

    .header {
        padding-top: 160px;
    }

    .nav {
        border-top: 1px solid rgba(0,0,0,.5);
        border-bottom: 1px solid rgba(0,0,0,.5);
        padding: 0;
        margin: 0 10px 10px;
    }

    .nav:before {
        content: '';
        background: #000;
        box-shadow: 0 6px 0 #000, 0 12px 0 #000;
        width: 30px;
        height: 3px;

        display: block;
        top: 6px;
        left: 0;
    }

    .nav:after {
        content: 'МЕНЮ';
        position: absolute;
        top: 5px;
        left: 50px;
        color: #000;
    }

    .nav> .list {
        background: #fff;
        border-top: 1px solid rgba(0,0,0,.5);
        border-bottom: 1px solid rgba(0,0,0,.5);
        display: none;
        width: auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 100;
    }

    .nav_active> .list {
        display: block;
    }

    .nav> .list> .item {
        display: block;
        padding: 0;
    }

    .nav .sub {
        width: auto;
        position: relative;
        top: 0;
    }

    .nav .sub .list {
        float: none;
    }

    .main_page .address,
    .address
    {
        background-size: auto 50px;
        height: auto;
        padding: 0 10px 0 50px;
        position: relative;
        top: 0;
        left: 0;
        color: #000;
        font-size: 16px;
        font-weight: normal;
        text-shadow: none;
    }
    .main_page .form_box,
    .form_box {
        position: relative;
        top: 0;
        left: 0;
    }

    .btn_1 {
        display: block;
        width: auto;
    }

    .content {
        padding: 10px;
    }

    .services_list_1 .item {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }

    .services_list_1 .fig {
        width: auto;

        height: 180px;

    }

    .h2 {
        font-size: 20px;
    }

    .main_page .h2 {
        margin-bottom: 20px;
    }

    .news_list_1 {
        margin: 0;
    }

    .news_list_1 .item {
        border: 0;
        border-top: 1px solid #eaebec;
        display: block;
        width: auto;
        margin: 0 0 5px;
        padding: 20px 0 0;
    }

    .footer {
        width: auto;
        height: auto;
        margin: 0;
        padding: 10px;
        left: 0;
        right: 0;
    }

    .counter,
    .developer,
    .securitypolicy,
    .company_footer {
        margin: 0 0 10px;
        position: relative;
        top: 0;
        left: 0;
    }

    .w-280 {
        width: 90%;
    }

    .modal__horisontal_inner {
        width: 100%;
    }

    .modal_lightbox__image img {
        width: 100%
    }

    .services_list_3 .item {
        display: block;
        width: auto;

    }

    .services_list_3 .fig {
        float: none;
        width: auto;
    }

    .fig_1 {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

    .fig_1 .img {
        width: 100%;
    }

    .ar.mb-14 {
        text-align: left!important;
    }

    .side {
        float: none;
        width: auto;
        margin: 0;
        padding: 10px;
    }


}

/* 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;
    }
}
