/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Version:  6.01 22.02.16 e
Num:      878
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("../css/bases.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic);
@import url("modals/fall.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%;
    text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #000;
    font-size: 13px;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: Arial, sans-serif;
}

a {
    color: #2b2928;
    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 {
    margin: 0 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
}

.main_page .h1 {
    margin: 0 0 40px;
    font-size: 48px;
    font-size: 4.8rem;
    text-transform: uppercase;
}

.h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0.83em;
}

.h3 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0 0 1em;
}

.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 #c4c9cc;
    background: #fff no-repeat 100% 50%;
    padding: 10px 14px;
    color: #464646;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.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: #464646;
    font-style: normal;
    text-overflow: ellipsis;
}

.field::-moz-placeholder {
    opacity: 1;
    color: #464646;
    font-style: normal;
    text-overflow: ellipsis;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: #464646;
    font-style: normal;
    text-overflow: ellipsis;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: #464646;
    font-style: normal;
    text-overflow: ellipsis;
}

.field.placeholder {
    color: #464646;
    font-style: normal;
    text-overflow: ellipsis;
}

.field[required] {
    background-image: url(../images/pic28.png);
}

.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 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;
}

.wrapper:before {
    content: '';
    background: #fefefe url(../images/pic6.gif);
    position: absolute;
    top: 131px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

.main_page .wrapper:before {
    display: none;
}

.inner {
    width: 1000px;
    margin: auto;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 130px 0 0;
    position: relative;
}
.box_1{
    width:1000px;
    height:36px;
    padding:105px 0 0;
    position: fixed;
    top:0;
    z-index:12;
}
.box_1:before{
    content:"";
    background:#fff;
    position:absolute;
    top:0;
    right:-10000px;
    bottom:0;
    left:-10000px;
    z-index:-1;
}
.contacts {
    padding-left: 46px;
    position: absolute;
    top: 35px;
    left: 338px;
    color: #2b2928;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
}

.contacts .link {
    color: #2b2928;
    text-decoration: none;
}

.contacts p {
    margin-bottom: 3px;
}

.contacts:before {
    content: '';
    background: #f4ca09 url(../images/pic3.png) no-repeat 50% 50%;
    border-radius: 2px;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
}

.emails {
    padding-left: 46px;
    position: absolute;
    top: 35px;
    left: 562px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.4;
font-weight: bold;
color: #2b2928;
}

.emails p {
    margin-bottom: 6px;
}

.emails .link {
    color: #2b2928;
    text-decoration: none;
}

.emails .link :hover {
    color: #fff;
    text-decoration: none;
}


.emails:before {
    content: '';
    background: #f4ca09 url(../images/pic2.png) no-repeat 50% 50%;
    border-radius: 2px;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
}

.send_request {
       padding-left: 46px;
    position: absolute;
    top: 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    right: 0px;
    line-height: 2.5;
    font-weight: bold;
    background: #f4ca09;
    border-radius: 2px;
    height: 36px;
    width: 130px;
}


.send_request .link {
    color: #2b2928;
    text-decoration: none;
}


.send_request:before {
    content: '';
    background: #f4ca09 url(../images/pic4.png) no-repeat 50% 50%;
    border-radius: 2px;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
}

.nav {
    position: relative;
    z-index: 10;
}

.nav:before {
    content: '';
    border-top: 1px solid #d7d7d7;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
        background: #3e3e3e;
       bottom: 0;
   
}

.nav .list {
    display: table;
    width: 100%;
}

.nav .list:after,
.nav .list:before {
    display: none;
}

.nav .item {
    display: table-cell;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    position: relative;
    text-align: center;
}

.nav .item:hover .sub {
    opacity: 1;
    visibility: visible;
}
.nav .active> .link {
    background: #f4ca09;
    color: #3e3e3e;
}
.nav .item:hover> .link {
    background: #f4ca09;
	color: #3e3e3e;
}

.nav .item:after,
.nav .item:before {
    display: none;
}

.nav .link {
    display: table;
    width: 100%;
    height: 36px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav .text {
    display: table-cell;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
}

.nav .sub {
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav .sub .list {
    background: #3e3e3e;
    display: block;
    float: left;
    width: auto;
}

.nav .sub .item {
    display: block;
    width: auto;
    text-align: left;
}

.nav .sub .link {
    display: block;
    width: auto;
    height: auto;
    padding: 12px 20px;
}

.promo {
    height: 400px;
    position: relative;
}

.promo .fig {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    text-align: center;
}

.promo .main_list .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease, visibility 1s ease;
    transition: opacity 1s ease, visibility 1s ease;
}

.promo .main_list .active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.promo .tabs {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 2;
}

.promo .tabs .item {
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 7px;
}

.promo .tabs .link {
    background: #fff;
    display: block;
    width: 16px;
    height: 16px;
}

.promo .tabs .active {
    background: #f4ca09;
}

.promo .context {
    width: 480px;
    padding: 12px 22px;
    position: absolute;
    top: 53%;
    left: 0;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    color: #313131;
    font-size: 13px;
    font-size: 1.3rem;
}

.promo .context:before {
    content: '';
    background: rgba(255, 255, 255, 0.80);
    position: absolute;
    top: 0;
    left: -1000em;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.promo .context p {
    margin-bottom: 0px;
}

.promo .caption {
    border-bottom: 1px solid #9e9f9e;
    margin-bottom: 12px;
    padding-bottom: 9px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.promo .btns {
    border-top: 1px solid #9e9f9e;
    padding: 12px 0 0;
}

.promo .btn {
    background: #777575;
    border: 0;
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 300px;
    height: 78px;
    position: absolute;
    top: 2px;
    left: 0;
}

.logo .link {
    display: block;
    width: 300px;
    height: 78px;
}

.slogan {
    position: absolute;
    top: 66px;
    left: 90px;
    color: #2b2928;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 245px;
    position: relative;
    float: left;
    padding: 63px 20px 50px 0;
}

.side + .content {
    float: left;
    width: 733px;
}

.services_list_2 {
    background: #e6e6e6;
    border: 1px solid #efefef;
}

.services_list_2 .item {
    border-top: 1px solid #efefef;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services_list_2 .item:hover {
    background: #f4ca09;
}

.services_list_2 .item:hover .link {
    color: #3e3e3e;
}


.services_list_2 .active {
    background: #f4ca09;
}

.services_list_2 .active .link {
    color: #3e3e3e;
}

.services_list_2 .link {
    display: table;
    width: 100%;
    height: 67px;
    text-decoration: none;
    color: #000;
}

.services_list_2 .text {
    display: table-cell;
    padding: 5px 20px;
    vertical-align: middle;
font-weight: 600;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    position: relative;
    padding: 32px 0 0;
}

.content:before,
.content:after {
    content: "";
    display: table;
}

.content:after {
    clear: both;
}

.main_page .content {
    padding: 0;
}

.services {
    padding: 30px 0;
    position: relative;
}

.services:before {
    content: '';
    background: #fff url(../images/pic6.gif);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.services .h1 {
    text-align: center;
}

.services_list {
    margin: -35px 0 0;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: center;
}

.services_list x:-o-prefocus,
.services_list {
    word-spacing: -0.3em;
}

.services_list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.3;
    vertical-align: top;
    z-index: 1;
}

.services_list .item {
    width: 300px;
    margin: 16px 9px 0;
  /*  font-family: 'Roboto Condensed', sans-serif;  */
    font-size: 16px;
    font-size: 1.6rem;
font-weight: 600;
}

.services_list .item:hover .fig {
    top: -5px;
}

.services_list .fig {
    background: #eeede9;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #b7b7b7;
    border-radius: 3%;
    width: 300px;
    height: 132px;
    margin: 0 auto 10px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services_list .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.services_list .link {
    display: block;
    text-decoration: none;
}

.services_list .link:hover .text {
    text-decoration: none;
}

.services_list .text {
    text-decoration: underline;
    color: #000;
}

.contacts_box {
    margin: 30px 0 30px;
    overflow: hidden;
    color: #fff;
    line-height: 1.3;
    position: relative;
}

.jakori {
    position: absolute;
    top: -78px;
    left: 0;
}
.phone_content {
        background: #ada9a9;
    float: left;
    width: calc(50% - 51px);
    height: 153px;
    padding: 65px 0 0 21px;
    font-size: 18px;
}

.phone_content .fig {
    display: inline-block;
    vertical-align: middle;
    width: 77px;
    height: 77px;
    margin: 0 4px 0 0;
    position: relative;
    overflow: hidden;
}
.contacts_box .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.phone_content .text {
    display: inline-block;
    vertical-align: middle;
    width: 63%;
}
.contacts_box .h4,
.contacts_box .x4{
    margin: 0 0 7px;
    color: #fff;
font-size: 24px;
}
.contacts_box p {
    margin: 0;
}
.contacts_box .c-50 {
    width: calc(50% - 10px);
}
.contacts_box .link {
    color: #fff;
    text-decoration: none;
}
.mail_content {
    background: #353e44;
    height: 71px;
    margin: 0 0 19px;
       padding: 14px 23px 0 27px;
}
.mail_content .text {
    display: inline-block;
    vertical-align: middle;
    width: 57%;
}
.mail_content .h4 {
    margin: 0 0 4px;
}
.mail_content .fig {
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 58px;
   margin: 0 0 0 24px;
    position: relative;
    overflow: hidden;
}

.time_content {
    background: #ecb206;
    height: 99px;
        padding: 14px 23px 0 27px;
}

.time_content .text {
    display: inline-block;
    vertical-align: middle;
    width: 67%;
}
.time_content p {
    margin: 0 0 3px;
}

.time_content .fig {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 64px;
    margin: 0 0 0 4px;
    position: relative;
    overflow: hidden;
}

.advantage_list3 {
    margin: 0 0 0 -7px;
    z-index: 1;
    text-align: center;
}

.advantage_list3 .item {
    width: 160px;
    margin: 0px 6px 34px 6px;
    text-align: center;
}

.advantage_list3 .fig {
    height: 160px;
    width: 160px;
    border-radius: 50%;
   border: 2px solid #353e44;
    position: relative;
    margin: 0px 5px;
}

.advantage_list3 .img {
    height: 120px;
    width: 120px;
    position: relative;
      margin: 20px 5px;
}

.partners {
    padding: 25px 0;
    position: relative;
}

.partners .h1 {
    margin-bottom: 32px;
    text-align: center;
}

.partners:before {
    content: '';
    background: #f5f3f3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.carousel_1 {
    padding: 0 60px;
    position: relative;
}

.carousel_1 .in {
    overflow: hidden;
    position: relative;
}

.carousel_1 .next,
.carousel_1 .prev {
    background: url(../images/pic19.png) no-repeat 0 50%;
    width: 61px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.carousel_1 .next {
    background: url(../images/pic20.png) no-repeat 100% 50%;
    left: auto;
    right: 0;
}

.carousel_1 .list {
    border-collapse: separate;
    border-spacing: 33px 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -33px;
}

.carousel_1 .list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .list:before,
.carousel_1 .list:after {
    display: none;
}

.carousel_1 .item {
    background: #fff;
    border: 4px solid #bbb8b8;
    display: table-cell;
    width: 186px;
    text-align: center;
    vertical-align: middle;
}

.carousel_1 .item:before,
.carousel_1 .item:after {
    display: none;
}

.carousel_1 .img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.promobox {
    padding: 12px 0;
    clear: both;
    position: relative;
    color: #958c7e;
    font-size: 12px;
    font-size: 1.2rem;
}

.promobox:before {
    content: '';
    background: #f8f4ee;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.crumbs {
    margin-bottom: 14px;
}

.crumbs .list:before,
.crumbs .list:after {
    display: none;
}

.crumbs .item {
    display: inline;
    padding-left: 15px;
    position: relative;
    color: #313131;
    font-size: 13px;
    font-size: 1.3rem;
}

.crumbs .item:before {
    content: '/';
    position: absolute;
    top: 0;
    left: 4px;
}

.crumbs .item:first-child {
    padding-left: 0;
}

.crumbs .item:first-child:before {
    display: none;
}

.crumbs .item:after {
    display: none;
}

.crumbs .link {
    color: #313131;
}

.btn_2 {
    background: #f4ca09;
    display: inline-block;
    height: 47px;
    padding: 0 40px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 47px;
    text-transform: uppercase;
}

.btn_2:before {
    content: '';
    background: url(../images/pic25.png) no-repeat;
    display: inline-block;
    width: 23px;
    height: 17px;
    margin-right: 6px;
    vertical-align: middle;
}

.fig_1 {
    float: left;
    margin: 0 30px 1px 0;
}

.btn_1 {
    background: #f4ca09;
    border: 0;
    display: inline-block;
    height: 33px;
    padding: 0 35px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 33px;
    text-decoration: none;
}

.services_list_3 {
    margin: -28px 0 50px -20px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.services_list_3 x:-o-prefocus,
.services_list_3 {
    word-spacing: -0.3em;
}

.services_list_3> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.services_list_3 .item {
    width: 480px;
    margin: 28px 0 0 20px;
}



.services_list_3 .item:hover .fig {
    top: -5px;
}

.services_list_3 .fig {
    background: #f4ca09;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #cccccc;
    border-radius: 50%;
    float: left;
    width: 112px;
    height: 112px;
    margin: 0 22px 0 0;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services_list_3 .title {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
font-weight: 700;
}


.services_list_3 .text {
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
}

.services_list_3 .context {
    overflow: hidden;
}

.services_list_3 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.partners_list {
    margin: -29px 0 45px -24px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.partners_list x:-o-prefocus,
.partners_list {
    word-spacing: -0.3em;
}

.partners_list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.3;
    vertical-align: top;
    z-index: 1;
}

.partners_list .item {
    background: #fff;
    border: 6px solid #e6e6e6;
    width: 186px;
    height: 111px;
    margin: 29px 0 0 24px;
}

.partners_list .item:hover {
    z-index: 2;
}

.partners_list .item:hover .text {
    opacity: 1;
    visibility: visible;
}

.partners_list .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.partners_list .text {
    background: #fefefe;
    border: 4px solid #ccaf95;
    width: 300px;
    margin-top: -4px;
    padding: 17px;
    color: #313131;
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    top: 100%;
    left: -4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.partners_list .text:before {
    content: '';
    background: #fff;
    width: 186px;
    height: 4px;
    position: absolute;
    top: -4px;
    left: 0;
}

.pages .list {
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.pages .list x:-o-prefocus,
.pages .list {
    word-spacing: -0.3em;
}

.pages .list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 33px;
    vertical-align: top;
    z-index: 1;
}

.pages .item {
    background: #7cb17b;
    min-width: 31px;
    margin-right: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.pages .active {
    background: #7cb17b;
    color: #fff;
}

.pages .link {
    display: block;
    color: #fff;
    text-decoration: none;
}

.pages .link:hover {
    background: #7cb17b;
}

.captcha {
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .field {
    width: 100%;
    padding: 10px 14px 10px 122px;
}

.captcha .fig {
    background: #fff;
    border-right: 1px solid #c4c9cc;
    width: 97px;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
}

.captcha img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 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=63);
    opacity: 0.63;
}

.modal__content {
    background: #fff;
    padding: 20px 30px 30px;
    position: relative;
    z-index: 1;
}

.modal__content .h3 {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 32px;
}

.modal__content:before {
    content: '';
    background: #3e3e3e;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.modal_cookie_box .modal__content {
	
	width: 784px;
	padding: 63px 108px 33px;
	font-size:16px;
	color:#222222;
	text-align:center;
	
}
.modal_cookie_box .modal__content:before {
	display:none;
}
.modal_cookie_box p{
	margin:0 0 27px;
}
.modal_cookie_box .link{
	font-weight:bold;
	color:#edc507;
	text-decoration:none;
}
.modal_cookie_box .btn_1{
	 background:#f4ca09 url(../images/pic32.png) no-repeat 41px 11px;
	 display:inline-block;
	 height:41px;
	 padding:0 48px 0 80px;
	 font-size:16px;
	 font-weight:bold;
	 color:#2a2a2a;
	 text-decoration:none;
	 line-height:41px;
}
.modal_cookie_box .modal__close_btn {
    background: url(../images/pic33.png) no-repeat 50% 50%;
    width: 44px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.modal__close_btn {
    background: url(../images/pic29.png) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    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__prev:before,
.modal_lightbox__next:before {
    content: '';
    background: url(../images/pic31.png) no-repeat;
    width: 19px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -39px;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

.modal_lightbox__next:before {
    background-image: url(../images/pic32.png);
    left: auto;
    right: -39px;
}

.modal_lightbox__image {
    margin-bottom: 13px;
}

.modal_lightbox__image img {
    vertical-align: top;
}

.modal_lightbox__title {
    text-align: center;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 1000px;
    height: 68px;
    margin: auto;
    padding: 25px 0 0 235px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer:before {
    content: "";
       position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
    background: #3e3e3e;
}

.counters {
    position: absolute;
    top: 18px;
    left: 0;
}

.copyright {
    position: absolute;
    top: 25px;
    left: 90px;
    color: #838383;
    font-size: 12px;
    font-size: 1.2rem;
}

.footer__nav {
    position: relative;
    left: 145px;
}

.footer__nav .list {
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.footer__nav .list x:-o-prefocus,
.footer__nav .list {
    word-spacing: -0.3em;
}

.footer__nav .list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.footer__nav .item {
    border-left: 1px solid #fff;
    padding: 0 7px;
    color: #838383;
    font-size: 12px;
    font-size: 1.2rem;
}

.footer__nav .item:first-child {
    border-left: 0;
    padding-left: 7px;
}

.footer__nav .link {
    color: #fff;
}

.design {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 12px;
    font-size: 1.2rem;
}

.design .link {
    color: #838383;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */

@media only screen and (max-width: 767px) {
    


.wrapper {
        min-width: 0;
    }

    .inner {
        width: auto;
    }

    body {
        font-size: 16px;
    }

.side + .content  {
      width: 100%;
 }


    .logo {
        top: 10px;
        left: 10px;
    }

    .main_page .nav,
    .nav {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        height: 30px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 117px;
        left: 0;
        right: 0;
    }

    .nav:before {
        content: '';
        background: #000;
        border: 0;
        box-shadow: 0 6px 0 #000, 0 12px 0 #000;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 8px;
        left: 10px;
    }

    .nav:after {
        content: 'МЕНЮ';
        position: absolute;
        top: 5px;
        left: 50px;
        color: #000;
        font-size: 16px;

    }

    .nav> .list {
        background: #3e3e3e;
        box-shadow: 0 0 5px rgba(0,0,0,.5);
        display: none;
        width: auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .nav_active> .list {
        display: block;
    }

    .nav> .list> .item {
        display: block;
    }

    .nav> .list> .item> .link {
        display: block;
        width: auto;
        height: auto;
        padding: 10px;
        text-align: center;
    }

    .nav .text  {
        display: block;
    }



    .side {
        float: none;
        width: auto;
        margin: 0;
        padding: 10px;
    }

    .slogan {
           top: 68px;
    left: 110px;
    right: 10px;
    }

    .header {
        padding-top: 157px;
    }

    .promo {
        height: 0;
        padding: 0 0 100%;
    }

    .promo .img {
        height: 100%;
    }

    .promo .context:before {
        display: none;
    }

    .promo .context {
        background: rgba(255, 255, 255, 0.66);
        width: auto;
        padding: 10px;
        top: 0;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .promo .tabs {
        right: 10px;
        bottom: 10px;
    }

    .contacts {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .emails {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
line-height: 2.6;
    }

    .send_request {
        margin-bottom: 10px;
        line-height: 36px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .main_page .h1, .h1 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .services_list .item {
        display: block;
        width: auto;
    }



    .footer {
        width: auto;
        height: auto;
        padding: 10px;
        left: 0;
        right: 0;
    }

    .footer__nav {
        display: none;
    }

    .design,
    .copyright,
    .counters {
        margin: 0 0 10px;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }

    .content {
        padding: 10px;
    }

    .services_list_3 {
        margin: 0;
    }

    .services_list_3 .item {
		display:block;
        width: 100%;
        margin: 0 0 10px;
    }
    .services_list_3 .context {
        overflow: visible;
		width: 157px;

display: inline-block;
    }


    .services_list_3 .title {
        font-size: 16px;
    }

    .services_list_3 .text {
        font-size: 15px;
    }

    .fig_1 {
        float: none;
        margin: 0 0 20px;
    }

    .fig_1 .img {
        width: 100%;
    }

    .btn_2 {
        display: block;
        text-align: center;
    }
.contacts_box {
    margin: 0 0 20px;
}

.phone_content {
    float: none;
    width: calc(100% - 41px);
    height: 212px;
    margin: 0 0 19px;
    padding: 15px 0 0 41px;
}



.phone_content .fig {
    display: block;
    margin: 0 0 20px;
}
.contacts_box .c-50 {
    width: 100%;
}

    .partners_list .item {
        display: block;
        width: auto;
        text-align: center;
    }

    .w-290 {
        width: 100%
    }

    .modal_lightbox__image img {
        width: 100%;
    }

    .box_1 {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
    }

    .nav .sub {
        display: none;
        width: auto;
        position: relative;
        top: 0;
        left: 0;
        right: 0;


    }

    .nav .sub .list {
        float: none;
        color: #000;
    }

    .nav .sub .list .item {
        text-align: center;
    }

    .nav .item_active .sub  {
        display: block;
        opacity: 1;
        visibility: visible;
    }
	.modal_cookie_box .modal__content {
    width: auto;
    padding: 43px 20px 43px;
    font-size: 13px;
}



@media (max-width: 30em) {
  /* Hide column labels */
	thead tr {
		position: absolute;
		top: -9999em;
		left: -9999em;
	}
	tr {
    border: 0.125em solid #fff;
    border-bottom: 0;
  }
	/* Leave a space between table rows */
  tr + tr {
    margin-top: 1.5em;
  }
  /* Get table cells to act like rows */
  tr,
  td {
		display: block;
	}
	td {
		border: none;
		border-bottom: 0.125em solid #fff;
	/* Leave a space for data labels */
		padding-left: 50%;
	}
	/* Add data labels */
  td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
  }
}
/* Stack labels vertically on smaller screens */
@media (max-width: 20em) {
  td {
    padding-left: 0.75em;
  }
  td:before {
    display: block;
    margin-bottom: 0.75em;
    margin-left: 0;
  }
}

}



/* 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;
    }
}
