/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Version:  6.00 25.04.15 nn
----------------------------------------------- */


/*---------------------- basic styles --------------------------------------*/

@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700,700italic&subset=latin,cyrillic);

@import url("modals/fade_in_and_scale.css");



/*---------------------- end basic styles ----------------------------------*/


/*---------------------- global --------------------------------------*/

html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #959ba3;
    height: 100%;
    color: #474747;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #234F85;
    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: #3d3d3d;
    font-family: "Cuprum", sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 18px;
}

.h2 {
    color: #c22418;
    font-family: "Cuprum", sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 0;
}

.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 #cdcdcd;
    background-color: #f4f4f4;
    padding: 12px;
    -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: #474747;
    font-size: 14px;
}

.field::-moz-placeholder {
    opacity: 1;
    color: #474747;
    font-size: 14px;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: #474747;
    font-size: 14px;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: #474747;
    font-size: 14px;
}

.field.placeholder {
    color: #474747;
    font-size: 14px;
}

.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: 980px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.main_light_bg {
    background: url(../images/fig_8.png) repeat-x;
    content: '';
    height: 496px;
    position: absolute;
    right: -10000px;
    left: -10000px;
    bottom: 0;
    z-index: -1;
}

.inner {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 76px;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}


/*---------------------- *** ----------------------------------------*/


/*---------------------- header -------------------------------------*/

.main_page .header {
    position: relative;
    height: 453px;
    z-index: 10;
    padding-top: 133px;
}

.header {
    position: relative;
    height: 48px;
    z-index: 10;
    padding-top: 133px;
}

.header:before {
    background: url(../images/fig_7.png) repeat-x 50% 0;
    content: '';
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -3;
}

.logo {
    background: url(../images/logo5.png) no-repeat;
    position: absolute;
    width: 250px;
    height: 100px;
    top: 15px;
    left: -50px;
}

.logo .link {
    text-decoration: none;
}

.logo .title {
    color: #c22418;
    font-family: "Cuprum", sans-serif;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.logo .text {
    position: absolute;
left: 3px;
bottom: -26px;
font-size: 15px;
color: #000;
}

.tel {
    position: absolute;
    top: 26px;
    left: 335px;
    color: #474747;
   
    transition: all .3s ease;
font-family: "Cuprum", sans-serif;
    font-size: 28px;
    font-weight: bold;
}

/*.tel.fixed {
    margin-left: 500px;
    position: fixed;
    top: 60px;
    left: 50%;
*/
}

.tel .text {
    padding: 0 0 0 6px;
    color: #4f576d;
    font-family: "Cuprum", sans-serif;
    font-size: 28px;
    font-weight: bold;
}

.email {
    position: absolute;
    top: 28px;
    right: 0px;
}

.email .link {

    color: #474747;
    font-size: 16px;
    text-decoration: none;
}

.email .link:hover {
    text-decoration: underline;
}

.search {
    border: 1px solid #cdcdcd;
    width: 267px;
    position: absolute;
    top: 67px;
    left: 333px;
}

.search .field {
    background: none;
    padding: 4px 0 5px 4px;
    border: none;
    width: 100%;
    color: #474747;
    font-size: 14px;
    font-family: "Arial", sans-serif;
}

.search .button {
    width: 28px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #c22418;
    background-color: #c22418;
    color: #fff;
    font-family: "Cuprum", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.send_application {
    position: absolute;
    top: 57px;
    right: 0;
}

.btn {
    background-color: #c22418;
    height: 26px;
    color: #fff;
    font-family: "Cuprum", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 3px 23px 10px;
}

.btn:hover {
    text-decoration: underline;
}

.nav {
    position: relative;
    z-index: 10;
}

.nav.fixed {
    width: 980px;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.nav .list {
    background-color: #0b0707;
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
}

.nav:before {
    background-color: #0b0707;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -10000px;
    left: -10000px;
    bottom: 0;
    z-index: -1;
}

.nav:after,
.nav .item:after,
.nav .item:before {
    display: none;
}

.nav> .list> .item {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    position: relative;
}

.nav> .list> .item> .link {
    display: table;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.nav> .list> .item.active {
    background-color: #c22418;
}

.nav> .list> .item .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 0;
}

.nav> .list> .item:hover {
    background-color: #c22418;
}

.nav .sub {
    display: none;
    width: 220px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}

.nav .sub .list {
    background-color: rgba(62, 62, 62, .82);
    text-align: center;
    display: block;
}

.nav .sub .list .item:hover {
    background-color: rgba(198, 69, 24, .82);
}

.nav .sub .list .item .link {
    padding: 10px 32px 14px;
    display: block;
    text-decoration: none;
}

.nav .sub .list .item .text {
    color: #fff;
    font-size: 16px;
}

.nav .item:hover .sub {
    display: block;
}

.promo {
    position: relative;
    height: 714px;
}

.promo .fig {
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: 0;
}

.promo .fig {
    position: absolute;
    left: -1000em;
    right: -1000em;
    top: 0;
    bottom: 0;
    z-index: -1;
    text-align: center;
}

.promo .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.promo .main_list .item {

    height: 714px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;

    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 .main_list .fig {
    position: absolute;
    left: -1000em;
    right: -1000em;
    top: 0;
    bottom: 0;
    z-index: -1;
    text-align: center;
}

.promo .main_list .item .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.promo .prev {
    background: url(../images/prev.png) no-repeat;
    width: 18px;
    height: 29px;
    position: absolute;
    top: 246px;
    left: 22px;
    bottom: 0;
    z-index: 1;
}

.promo .next {
    background: url(../images/next.png) no-repeat;
    width: 18px;
    height: 29px;
    position: absolute;
    top: 246px;
    right: 22px;
    bottom: 0;
    z-index: 1;
}

.promo .context {
    width: 819px;
    margin: auto;
    position: absolute;
    top: 224px;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.promo .context .title {
    background: rgba(29, 29, 29, .53);
    width: 100%;
    padding: 8px 80px 8px 80px;
    color: #fff;
    font-family: "Cuprum", sans-serif;
    font-size: 48px;
    font-weight: bold;
    position: relative;
}


/*---------------------- end header ----------------------------------*/


/*---------------------- side ---------------------------------------*/

.side {
    width: 294px;
    position: relative;
    float: left;
    margin: 0 37px 0 0;
    padding: 54px 0 0 0;
}

.side + .content {
    float: left;
    width: 649px;
}

.catalogue_list .item {
    background-color: #0b0707;
    width: 294px;
    height: 55px;
    position: relative;
    margin: 7px 0 10px 0;
}

.catalogue_list .link {
    display: block;
    text-decoration: none;
}

.catalogue_list .fig {
    height: 55px;
    width: 103px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.catalogue_list .fig .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	max-height: 55px;
	width: 103px;
	
}

.catalogue_list .text {
    width: 184px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.catalogue_list .item:hover {
    background-color: #c22418;
}

.catalogue_list .item {
    transition: all 0.5s ease 0s;
    vertical-align: top;
}


/*---------------------- end side ------------------------------------*/


/*---------------------- content -------------------------------------*/

.main_page .content {
    position: relative;
    z-index: 1;
    padding: 35px 0 20px;
	margin-top: 310px;
}

.content {
    position: relative;
    z-index: 1;
    padding: 27px 0 20px;
}

.services_list {
    margin: 0 0 25px -6px;
}

.services_list .item {
    background-color: #0b0707;
    margin: 0 0 16px 6px;
    width: 191px;
    text-align: center;
}

.services_list .fig {
    width: 191px;
    height: 163px;
    position: relative;
}

.services_list .fig .img {
    max-width: 100%;
    max-height: 100%;
}

.services_list .item {
    transition: all 0.5s ease 0s;
    vertical-align: top;
}

.services_list .item:hover {
    -moz-box-shadow: 0 0 5px rgba(1, 1, 1, .75);
    -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, .75);
    box-shadow: 0 0 5px rgba(1, 1, 1, .75);
}

.services_list .in {
    display: table-cell;
    vertical-align: middle;
}

.services_list .link {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.services_list .text {
    display: table;
    width: 100%;
    height: 55px;
    text-align: center;
}

.services_list .text:hover {
    text-decoration: underline;
}

.our {
   
    margin: 0 0 34px;
    padding: 25px 0 39px 0;
    position: relative;
    z-index: 1;
}

.our:before {
        background-color: #4d4d5059;
    content: '';
    position: absolute;
    top: 0;
    right: -1000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.our:after {
    content: '';
    display: table;
}

.our:after {
    clear: both;
}

.block_left {
    width: 290px;
    margin: 0 43px 0 0;
    float: left;
}

.services_list_1 .item {
    margin: 0 0 12px;
    position: relative;
}

.services_list_1 .link {
    background: url(../images/point.png) no-repeat 0 10px;
    padding: 0 0 0 16px;
    display: block;
    color: #234f85;
    font-size: 18px;
}

.block_right {
    float: left;
    width: 635px;
}

.btn_1 {
    background-color: #f1f7ff;
    border: 1px solid #3e3e3e;
    height: 18px;
    padding: 9px 22px 14px;
    display: inline-block;
    color: #3d3d3d;
    font-size: 16px;
    text-decoration: none;
}

.btn_1:hover {
    text-decoration: underline;
}

.btn_3 {
    background-color: #f1f6fd;
    border: 1px solid #3e3e3e;
    height: 18px;
    padding: 10px 38px 14px;
    display: inline-block;
    color: #3d3d3d;
    font-size: 16px;
    text-decoration: none;
}

.btn_3:hover {
    text-decoration: underline;
}

.carousel {
    position: relative;
    min-height: 390px;
    margin: 0 0 10px -24px;
    padding: 10px 10px 10px 10px;
    z-index: 1;
}

.carousel .in {
    overflow: hidden;
    position: relative;
}

.carousel .main_list {
    display: table;
    border-collapse: separate;
    border-spacing: 40px 10px;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -26px;
}

.carousel .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel .main_list:before,
.carousel .main_list:after {
    display: none;
}

.carousel .main_list> .item {
    display: table-cell;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    margin: 0 0 16px 0;
    padding: 16px 16px 22px 16px;
    width: 260px;
    vertical-align: top;
}

.carousel .fig {
    width: 260px;
    height: 185px;
    margin: 0 0 20px;
    position: relative;
}

.carousel .main_list> .item .img {
    max-width: 100%;
    vertical-align: top;
}

.carousel .main_list> .item:before,
.carousel .main_list> .item:after {
    display: none;
}

.carousel .item {
    transition: all 0.5s ease 0s;
    vertical-align: top;
}

.carousel .item:hover {
    -moz-box-shadow: 0 0 5px rgba(1, 1, 1, .75);
    -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, .75);
    box-shadow: 0 0 5px rgba(1, 1, 1, .75);
}

.carousel .link {
    color: #234f85;
    font-size: 18px;
}

.carousel .title {
    margin: 0 0 5px 0;
}

.catalogue1_list {
    margin: 0 0 145px -6px;
}

.catalogue1_list .item {
    background-color: #0b0707;
    margin: 0 0 16px 6px;
    width: 191px;
    text-align: center;
}

.catalogue1_list .fig {
    width: 191px;
    height: 163px;
    position: relative;
}

.catalogue1_list .fig .img {
    max-width: 100%;
    max-height: 100%;
}

.catalogue1_list .item {
    transition: all 0.5s ease 0s;
    vertical-align: top;
}

.catalogue1_list .item:hover {
    -moz-box-shadow: 0 0 5px rgba(1, 1, 1, .75);
    -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, .75);
    box-shadow: 0 0 5px rgba(1, 1, 1, .75);
}

.catalogue1_list .in {
    display: table-cell;
    vertical-align: middle;
}

.catalogue1_list .link {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.catalogue1_list .text {
    display: table;
    width: 100%;
    height: 55px;
    text-align: center;
}

.catalogue1_list .text:hover {
    text-decoration: underline;
}

.catalog.fixed {
    position: fixed;
    top: 0;
}


.price {
    color: #c22418;
    font-family: "Cuprum", sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.send_application_1 {
    margin: 20px 0 22px 0;
}

.all_novelties {
    margin: 0 0 40px;
}

.promobody {
    border-top: 1px solid #c9d0de;
    padding: 35px 0 0 0;
}

.crumbs {
    margin: 0 0 11px;
    color: #797878;
    font-size: 12px;
}

.crumbs .list:before,
.crumbs .list:after {
    display: none;
}

.crumbs .list .item {
    background: url(../images/fig_9.png) no-repeat 2px 2px;
    display: inline;
    padding: 0 0 0 11px;
}

.crumbs .list .item:before,
.crumbs .list .item:after {
    display: none;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .link {
    color: #797878;
}

.wheat_list {
    position: relative;
    z-index: 1;
    margin: 0 0 6px 0;
}

.wheat_list .item {
    background-color: #fff;
    border: 1px solid #b3b3b3;
    margin: 0 0 21px 0;
    padding: 16px 16px 8px 16px;
    width: 622px;
}

.wheat_list .fig {
    width: 176px;
    height: 146px;
    margin: 0 26px 0 0;
    position: relative;
    float: left;
}

.wheat_list .item .img {
    max-width: 100%;
}

.wheat_list .item {
    transition: all 0.5s ease 0s;
    vertical-align: top;
}

.wheat_list .item:hover {
    -moz-box-shadow: 0 0 5px rgba(1, 1, 1, .75);
    -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, .75);
    box-shadow: 0 0 5px rgba(1, 1, 1, .75);
}

.wheat_list .link {
    color: #234f85;
    font-size: 18px;
}

.wheat_list .title {
    margin: 0 0 10px 0;
}

.wheat_list .price {
    margin: 0 24px 0 0;
}

.btn_2 {
    background-color: #c22418;
    padding: 6px 18px 7px;
    display: inline-block;
    color: #fff;
    font-family: "Cuprum", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.btn_2:hover {
    text-decoration: underline;
}

.page {
    margin: 0 0 58px 0;
}

.page .item {
    margin: 0 17px 0 0;
}

.page .item.active {
    background-color: #fff;
    border: 1px solid #c64518;
    padding: 11px 16px 11px 16px;
    color: #c64518;
    font-size: 16px;
}

.page .link:hover {
    display: block;
    background-color: #fff;
    border: 1px solid #c64518;
    color: #c64518;
    padding: 11px 16px 11px 16px;
    color: #c64518;
    font-size: 16px;
}

.page .link {
    display: block;
    background-color: #fff;
    border: 1px solid #3e3e3e;
    padding: 11px 16px 11px 16px;
    color: #3e3e3e;
    font-size: 16px;
    text-decoration: none;
}

.fig_1 {

    width: 322px;
    position: relative;
    float: left;
    margin: 8px 31px 26px 0;
}

.fig_1 .img {
    max-width: 100%;
    vertical-align: top;
}

.back {
    margin: 0 0 56px 0;
}

.captcha {
    background-color: #f4f4f4;
    display: inline-block;
    padding: 0 0 0 101px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    border: 1px solid #cdcdcd;
    border-right: none;
    width: 101px;
    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: #f4f4f4 url(../images/star.png) no-repeat 97% 50%;
}

.btn_4 {
    background-color: #c22418;
    border: 1px solid #c22418;
    padding: 3px 34px 5px;
    display: inline-block;
    color: #fff;
    font-family: "Cuprum", sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.btn_4: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 url(../images/fig_17.png) repeat-x 0 100%;
    padding: 43px 67px 46px 67px;
    position: relative;
}

.modal__content .h1 {
    margin: 0 0 10px 0;
}

#modal_thanks .modal__content {
    background: #fff url(../images/fig_th.png) repeat-x 0 100%;
    width: 396px;
    height: 59px;
    position: relative;
    padding: 55px 40px 36px 63px;
    line-height: .4;
}

.modal__close_btn {
    background: url(../images/error.png) no-repeat 50% 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 11px;
    right: 13px;
    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.png) no-repeat 50% 50%;
    height: 50px;
    width: 41px;
    position: absolute;
    bottom: 50px;
    right: auto;
    left: 66px;
}

.modal_lightbox__next:before {
    content: "";
    background: url(../images/next.png) no-repeat 50% 50%;
    height: 50px;
    width: 41px;
    position: absolute;
    bottom: 50px;
    left: auto;
    right: 66px;
}

.modal_lightbox__image {
    background: #fff url(../images/fig_17.png) repeat-x 0 100%;
    padding: 0;
}

.modal_lightbox__title {
    background-color: rgba(29, 29, 29, .53);
       min-height: 22px;
    width: 470px;
    padding: 14px 0 14px 0;
    text-align: center;
    position: absolute;
    left: 67px;
    right: 67px;
    bottom: 50px;
    color: #fff;
    font-size: 20px;
}


/*---------------------- end content ----------------------------------*/


/*---------------------- footer ---------------------------------------*/

.footer {
    width: 980px;
    height: 88px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.copyright {
    position: absolute;
    top: 21px;
    left: 0;
    color: #474747;
    font-size: 14px;
}

.securitypolicy {
    position: absolute;
    top: -6px;
    left: 0;
}

.securitypolicy .link {

    color: #474747;
    font-size: 12px;
}
.design {
    position: absolute;
    top: 46px;
    left: 0;
}

.design .link {

    color: #474747;
    font-size: 12px;
}

.counter {
    position: absolute;
    top: 24px;
    right: 0;
}

.up.active {
    opacity: 1;
    visibility: visible;
}
.up {
    bottom: 59px;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 1s ease 0s;
    visibility: hidden;
    width: 63px;
    z-index: 99;
}

.up .link {
    background: rgba(0, 0, 0, 0) url("../images/pic14.png") no-repeat scroll 50% 0;
    color: #131010;
    display: block;
    padding: 72px 0 0;
    text-decoration: none;
}
/*---------------------- end footer -----------------------------------*/


/* media queries */
@media only screen and (max-width: 767px) {

    .up {
        display: none;
    }

    .wrapper {
        min-width: 0;
    }

    .inner {
        width: auto;
        margin: 0!important;
    }

    body {
        font-size: 15px;
    }

    .main_page .header,
    .header {
        height: auto;
        padding: 15px;
    }

    .tel.fixed {
        margin: 0;
        position: relative;
        left: 0;
    }

    .logo .text,
    .promo,
    .nav,
    .send_application,
    .email,
    .search,

    .tel {
        margin-bottom: 20px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }


.logo {
   background: url(../images/logo5.png) no-repeat;
   position: relative;

   margin: auto;
   top: 0;
   left: 0;
        right: 0;
        bottom: 0;
padding-bottom: 20px;
   
}
    .nav.fixed,
    .nav {
        background: #000;
        width: auto;
        height: 40px;
        margin: 0 -15px 20px;
        position: relative;
    }

    .nav:before {
        content: '';
        background: #fff;
        box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 10px;
        left: 16px;
        right: auto;
        z-index: 1;
    }

    .nav:after {
        content: 'МЕНЮ';
        display: block;
        position: absolute;
        top: 10px;
        left: 56px;
        color: #fff;
        font-size: 15px;
    }

    .nav> .list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
    }

    .nav_active> .list {
        display: block;
    }

    .nav> .list> .item {
        display: block;
    }

    .promo {
        height: 0;
        margin: 0 -16px;
        padding-bottom: 56.25%;
    }

    .promo .main_list .item {
        height: auto;

    }

    .promo .context {
        width: auto;
        top: 100%;
        left: 0;
        right: 0;
    }

    .promo .context .title {
        padding: 0 15px;
        font-size: 16px;
    }

    .promo .prev {
        background-position: 50% 50%;
        width: 30px;
        height: auto;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .promo .next {
        background-position: 50% 50%;
        width: 30px;
        height: auto;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .content,
    .main_page .content {
        margin: 0;
        padding: 15px;
    }

    .services_list {
        margin: 0 0 20px;
    }

    .services_list .item {
        width: 50%;
        margin: 0 0 20px;
    }

    .services_list .fig  {
        width: auto;
        height: 0;
        padding-bottom: 75%;
    }

    .services_list .fig .img {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .our {
        padding: 15px 0;
    }

    .block_left {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

    .block_right {
        float: none;
        width: auto;
    }

    .h1 {
        font-size: 25px;
    }

    .h2 {
        font-size: 25px;
    }

    .carousel {
        min-height: 0;
        margin: 0 0 10px;
        padding: 0;
    }

    .carousel .main_list> .item {
        width: calc(100vw - 70px);
    }

    .carousel .main_list {
        left: -40px;
    }

.table-container {
    width: 100%;
    overflow-x: scroll;
}

.modal_lightbox__title {
       width: 70%;
   bottom: 25px;
    left: 15%;
    right: 5%;
    font-size: 14px;
}

    .footer {
        width: auto;
        height: auto;
        padding: 15px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .counter,
    .design,
    .securitypolicy,
    .copyright {
        margin-bottom: 20px;
        position: relative;
        top: 0;
        left: 0;
    }

    .crumbs {
        font-size: 15px;
    }

    .catalogue1_list {
        margin: 0 0 20px;
    }

    .catalogue1_list .item {
        width: 46%;
    margin: 1px 5px 10px;
    min-height: 193px;
    }

    .catalogue1_list .fig {
        width: auto;
        height: 0;
        padding-bottom: 75%;
    }

    .catalogue1_list .fig .img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .side {
        float: none;
        width: auto;
        margin: 0;
        padding: 15px;
    }

    .wheat_list .item {
        display: block;
        width: auto;
    }

    .wheat_list .fig {
        float: none;
        margin: 0 auto 20px;
    }

    .catalog.fixed {
        position: relative;
    }

    .fig_1 {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

    .w-370 {
        width: 100%;
    }

    #modal_thanks .modal__content {
        width: auto;
        padding: 20px;
    }

    .modal__horisontal_inner {
        width: 100%;
    }

    .modal__content {
        padding: 20px;
    }

    .modal_lightbox__image img {
        width: 100%;
    }
}
/* 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;
    }
}