/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 02.12.15 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,600,500,700,300&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: #fff;
    height: 100%;
    color: #484848;
    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: #50923b;
    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;
}

.main_page .h1 {
    margin: 0 0 25px;
}

.h1 {
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 600;
    color: #1f1e21;
    margin: 0 0 20px;
    line-height: 1.1;
}

.main_page .h2 {
    font-size: 30px;
    font-size: 3.0rem;
    margin: 0 0 27px;
}

.h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #1f1e21;
    margin: 0 0 37px;
    line-height: 1.1;
}

.h3 {
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #1f1e21;
    margin: 0 0 24px;
    line-height: 1.1;
}

.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: #fff;
    -moz-box-shadow: -1px 0 3px rgba(169, 169, 169, .35);
    -webkit-box-shadow: -1px 0 3px rgba(169, 169, 169, .35);
    box-shadow: -1px 0 3px rgba(169, 169, 169, .35);
    border: 1px solid #ebebeb;
    padding: 11px 11px 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: gray;
    font-style: italic;
}

.field::-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field.placeholder {
    color: gray;
    font-style: italic;
}

.field.invalid {
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
    overflow: hidden;
}

.cx:before, .cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 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;
}

.bg_top {
    background: #fdfdfd;
    height: 136px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -3;
}

.inner {
    width: 980px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    position: relative;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 195px;
    height: 94px;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 11;
}

.logo .link {
    display: block;
    width: 195px;
    height: 94px;
}

.nav {
    height: 60px;
    margin: 0 14px 76px 314px;
    position: relative;
    z-index: 10;
}

.nav> .list {
    display: table;
    width: 652px;
    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;
    font-size: 15px;
}

.nav> .list> .item> .link {
    display: table;
    width: 100%;
    height: 60px;
    position: relative;
    color: #888888;
    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 {
    background: #50923b;
    color: #fff;
}

.nav .text {
    display: table-cell;
    padding: 25px 10px 0;
    text-align: center;
}

.nav .sub {
    position: absolute;
    top: -12px;
    left: 0;
    width: 300px;
    display: none;
}

.nav .sub_menu {
    background: #27803c;
    display: block;
    padding: 26px 28px 15px 22px;
    float: left;
    position: relative;
}

.nav .sub_menu .item {
    margin: 0 0 5px;
    font-size: 15px;
}

.nav .sub_menu .link {
    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 {
    text-decoration: underline;
}

.nav> .list> .item:hover .sub {
    display: block;
}

.map {
    position: absolute;
    top: 25px;
    right: 0;
}

.phone {
    background: url(../images/pic1.png) no-repeat 0 4px;
    padding: 0 0 0 29px;
    position: absolute;
    top: 77px;
    left: 313px;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1f1e21;
}

.mail {
    position: absolute;
    top: 85px;
    right: 249px;
}

.mail .link {
    color: #484848;
}

.send_request {
    position: absolute;
    top: 70px;
    right: 2px;
}

.send_request .link {
    border: 1px solid #4f913b;
    display: inline-block;
    height: 46px;
    padding: 0 18px;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #50923b;
    text-decoration: none;
    line-height: 46px;
}

.carousel_1 {

    height: 511px;
    margin: 0 -470px 30px;
    position: relative;
    z-index: 1;
}

.carousel_1:before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: -1000em;
    right:  -1000em;
    bottom: 0;
    z-index: -1;
}

.carousel_1 .next, .carousel_1 .prev {
    background: url(../images/pic4.png) no-repeat 50% 50%;
    border: 1px solid #fdfdfd;
    display: block;
    width: 44px;
    height: 46px;
    position: absolute;
    top: 229px;
    right: 332px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 2;
}

.carousel_1 .prev {
    background: url(../images/pic3.png) no-repeat 50% 50%;
    right: auto;
    left: 332px;
}

.carousel_1 .next:hover, .carousel_1 .prev:hover {
    background: #50923b url(../images/pic4.png) no-repeat 50% 50%;
}

.carousel_1 .prev:hover {
    background: #50923b url(../images/pic3.png) no-repeat 50% 50%;
}

.carousel_1> .list> .item {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    opacity: 0;
    visibility: hidden;

}

.carousel_1> .list> .active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.carousel_1> .list> .nextOld {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.carousel_1> .list> .prevOld {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}



.carousel_1> .list> .nextNew {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.carousel_1> .list> .prevNew {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.carousel_1> .list> .prevNew.animate,
.carousel_1> .list> .nextNew.animate {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    z-index: 1;
    -webkit-transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, visibility 1s ease, transform 1s ease;
}



.carousel_1> .list> .nextOld.animate {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: opacity 1s ease .3s, visibility 1s ease  .3s, -webkit-transform 1s ease  .3s;
    transition: opacity 1s ease  .3s, visibility 1s ease  .3s, transform 1s ease  .3s;
}

.carousel_1> .list> .prevOld.animate {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: opacity 1s ease .3s, visibility 1s ease  .3s, -webkit-transform 1s ease  .3s;
    transition: opacity 1s ease  .3s, visibility 1s ease  .3s, transform 1s ease  .3s;
}

.carousel_1> .list> .item> .fig {
    position: relative;
}

.carousel_1> .list> .item> .fig:after {
    content: "";
    background: url(../images/pic18.png) no-repeat;
    width: 1920px;
    height: 511px;
    margin-left: -960px;
    position: absolute;
    top: 0;
    left: 50%;
}

.carousel_1> .list> .item> .fig:before {
    content: "";
    background: #1c1c1f;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.carousel_1 .img {
    vertical-align: top;
}

.carousel_1> .list> .item> .text {
    width: 374px;
    position: absolute;
    top: 55px;
    left: 454px;
    font-size: 18px;
    color: #fdfdfd;
}

.carousel_1 .title {
    margin: 0 0 17px;
    font-family: 'Exo 2', sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    width: 450px;
}

.carousel_1 .title p {
    background: rgba(0, 0, 0, 0.4);
    display: inline-block;
    height: 66px;
    margin: 0;
    padding: 2px 16px 0;
}

.carousel_1 .box {
    background: rgba(0, 0, 0, 0.4);
    width: 323px;
    padding: 11px 13px 13px;
    line-height: 1.2;
}

.carousel_1 .tabs {
    background: rgba(31, 30, 33, .91);
    border: 1px solid #fdfdfd;
    height: 77px;
    position: absolute;
    bottom: 51px;
    right: 470px;
    left: 470px;
    z-index: 10;
}

.carousel_1 .tabs .list {
    display: table;
    width: 980px;
    position: relative;
    z-index: 1;
}

.carousel_1 .tabs .list:before, .carousel_1 .tabs .list:after, .carousel_1 .tabs .item:before, .carousel_1 .tabs .item:after {
    display: none;
}

.carousel_1 .tabs .item {
    border-left: 1px solid #fdfdfd;
    display: table-cell;
    vertical-align: top;
    position: relative;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.carousel_1 .tabs .item:first-child {
    border: none;
}

.carousel_1 .tabs .link {
    display: table;
    width: 100%;
    height: 77px;
    position: relative;
    color: #fdfdfd;
    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;
}

.carousel_1 .tabs .link:before {
    content: "";
    background: url(../images/pic5.png) no-repeat;
    width: 22px;
    height: 13px;
    position: absolute;
    top: -13px;
    left: 18px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_1 .tabs .item:hover .link, .carousel_1 .tabs .active {
    background: #009330;
}

.carousel_1 .tabs .item:hover .link:before, .carousel_1 .tabs .active:before {
    opacity: 1;
}

.carousel_1 .tabs .in {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 16px;
}

.carousel_1 .tabs .fig {
    border-right: 1px solid #f5f9f3;
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    height: 49px;
    margin: 0 10px 0 0;
    position: relative;
    overflow: hidden;
}

.carousel_1 .tabs .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.carousel_1 .tabs .text {
    display: inline-block;
    vertical-align: middle;
    width: 136px;
}

.promo_fig {
    width: 1920px;
    height: 28px;
    margin: 0 -470px 36px;
    position: relative;
}

.promo_fig:after {
    content: "";
    background: url(../images/pic20.png) no-repeat;
    width: 1920px;
    height: 28px;
    margin-left: -960px;
    position: absolute;
    top: 0;
    left: 50%;
}

.promo_fig:before {
    content: "";
    background: #1c1c1f;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.promo_fig .img {
    vertical-align: top;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.main_page .side {
    margin: 0 0 37px;
}

.side {
    width: 315px;
    margin: 7px 0 37px;
    position: relative;
    float: right;
}

.main_page .box_1 {
    padding: 17px 30px 28px;
}

.box_1 {
    background: #fdfdfd;
    border: 1px solid #5f636b;
    padding: 23px 30px 12px;
}

.stock_list_1 .item {
    margin: 0 0 22px;
    color: #888888;
}

.stock_list_1 .title {
    margin: 0 0 9px;
}

.stock_list_1 .link {
    font-size: 18px;
    color: #50923b;
}

.stock_list_1 .fig {
    display: block;
    margin: 0 0 10px;
}

.stock_list_1 .img {
    vertical-align: top;
}

.products_list_1 .item {
    margin: 0 0 3px;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.products_list_1 .link {
    background: rgba(31, 30, 33, .91);
    border: 1px solid #fdfdfd;
    display: table;
    width: 244px;
    height: 77px;
    position: relative;
    color: #fdfdfd;
    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;
}

.products_list_1 .link:before {
    content: "";
    background: url(../images/pic5.png) no-repeat;
    width: 22px;
    height: 13px;
    position: absolute;
    top: -12px;
    left: 18px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.products_list_1 .item:hover .link, .products_list_1 .active .link {
    background: #009330;
}

.products_list_1 .item:hover .link:before, .products_list_1 .active .link:before {
    opacity: 1;
}

.products_list_1 .in {
    display: table-cell;
    vertical-align: middle;
    width: 218px;
    height: 77px;
    padding: 0 10px 0 16px;
}

.products_list_1 .fig {
    border-right: 1px solid #f5f9f3;
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    height: 49px;
    margin: 0 10px 0 0;
    position: relative;
    overflow: hidden;
}

.products_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.products_list_1 .text {
    display: inline-block;
    vertical-align: middle;
    width: 136px;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
    padding: 11px 44px 20px 0;
}

.content {
    padding: 0 44px 20px 0;
    position: relative;
    overflow: hidden;
}

.more {
    background: #fdfdfd;
    border: 1px solid #5f636b;
    display: inline-block;
    height: 40px;
    padding: 0 21px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #60646b;
    text-decoration: none;
    line-height: 40px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.more:hover {
    border: 1px solid #50923b;
    background: #50923b;
    color: #fff;
}

.promo {
    position: relative;
    clear: both;
    padding: 28px 0 31px;
}

.promo:before {
    content: "";
    background: #e1e2e3;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.crumbs {
    margin: 0 0 13px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic19.png) no-repeat 7px 3px;
    display: inline;
    padding: 0 0 0 22px;
    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: #484848;
}

.map_list_1 .item {
    margin: 0 0 11px;
}

.map_list_1 .link {
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #50923b;
}

.back {
    background: #fdfdfd;
    border: 1px solid #5f636b;
    display: inline-block;
    height: 40px;
    padding: 0 39px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #60646b;
    text-decoration: none;
    line-height: 40px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.back:hover {
    border: 1px solid #50923b;
    background: #50923b;
    color: #fff;
}

.captcha {
    display: inline-block;
    padding-left: 91px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    width: 91px;
    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%;
}

.star {
    background: url(../images/pic25.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 4px;
    margin: 16px 0 0;
}

.label {
    display: inline-block;
    margin: 11px 0 0 0;
}

.button {
    background: #50923b;
    border: none;
    height: 50px;
    padding: 0 22px;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fdfdfd;
    line-height: 50px;
}
.button[disabled]{
	background: gray;
}
.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.7;
}

.modal__content {
    background: #fdfdfd;
    border: 1px solid #5f636b;
    padding: 10px 19px 12px;
    position: relative;
}

.modal__content .h3 {
    font-size: 30px;
    font-size: 3.0rem;
}

.box_form .modal__content {
    padding: 17px 48px 8px;
}

.box_thanks .modal__content {
    width: 330px;
    padding: 17px 28px 28px;
}

.box_thanks .modal__content .h3 {
    margin: 0 0 14px;
}

.modal__close_btn {
    background: url(../images/pic23.png) no-repeat 50% 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    z-index: 2;
}

.modal_lightbox__title {
    margin: 0 40px 9px 0;
}

.modal_lightbox__image img {
    border: 1px solid #ebebeb;
    -moz-box-shadow: -1px 0 3px rgba(169, 169, 169, .35);
    -webkit-box-shadow: -1px 0 3px rgba(169, 169, 169, .35);
    box-shadow: -1px 0 3px rgba(169, 169, 169, .35);
    vertical-align: top;
}

.modal_lightbox__prev, .modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

.modal_lightbox__prev:before, .modal_lightbox__next:before {
    content: "";
    background: url(../images/pic21.png) no-repeat;
    width: 29px;
    height: 45px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    left: 29px;
}

.modal_lightbox__next:before {
    background: url(../images/pic22.png) no-repeat;
    left: auto;
    right: 29px;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 980px;
    height: 126px;
    margin-left: -490px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.footer:before {
    content: "";
    background: #222224;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.company_footer {
    position: absolute;
    top: 28px;
    left: 0;
    color: #fff;
}

.securitypolicy {
    position: absolute;
    top: 48px;
    left: 0;
    color: #fff;
}

.securitypolicy .link {
    color: #fff;
}

.phone_footer {
    background: url(../images/pic11.png) no-repeat 0 5px;
    padding: 0 0 0 29px;
    position: absolute;
    top: 26px;
    left: 352px;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.address_footer {
    position: absolute;
    top: 72px;
    right: 321px;
    color: #fff;
}

.developer {
    position: absolute;
    top: 76px;
    right: 0;
    font-size: 12px;
}

.developer .link {
    color: #fff;
}

.counter {
    position: absolute;
    top: 29px;
    right: 0;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
@media only screen and (max-width: 999px) {
    .wrapper {
        min-width: 0;
    }

    .inner {
        width: auto;
    }

    .header {
        padding: 214px 0 0;
        height: 104px;
    }

    .main_page .header {
        height: 566px;

    }

    .nav {
        height: 47px;
        margin: 0;
        position: absolute;
        top: 155px;
        left: 0;
        right: 0;
        z-index: 100;
    }

    .nav:before {
        background: url("../images/small/pic1.png") no-repeat 8px 50%;
        content: 'Μενώ';
        height: 47px;
        padding: 0 0 0 46px;
        position: absolute;
        top: 0;
        left: 8px;
        color: #fdfdfd;
        font-size: 15px;
        line-height: 47px;
        text-transform: uppercase;
    }

    .nav .list {
        background: #009330;
        border-top: 3px solid #fff;
        display: none;
        width: auto;
        padding: 10px 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .nav .sub {
        display: none!important;
    }

    .nav .list .item {
        display: block;
        font-size: 16px;
    }

    .nav> .list> .item> .link {
        height: 40px;
        color: #fff;
    }
    .nav .text {
        padding: 0 10px;
        vertical-align: middle;
    }
    .active .list {
        display: block;
    }

    .logo {
        background-size: 100% auto;
        width: 155px;
        margin: auto;
        left: 0;
        right: 0;
    }

    .phone {
        background: none;
        padding: 0;
        top: 100px;
        left: 0;
        right: 0;
        font-size: 20px;
        text-align: center;
    }

    .mail {
        top: 130px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .send_request {
        top: 162px;
        right: 10px;
        z-index: 101;
    }

    .send_request .link {
        background: #fff;
        border: 0;
        height: 34px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 34px;
    }

    .header:before {
        content: '';
        background: #009330;
        height: 47px;
        position: absolute;
        top: 155px;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .carousel_1 {
        height: 565px;
        margin: 0;
    }

    .carousel_1> .list> .item> .fig {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1000em;
        right: -1000em;
        text-align: center;
    }

    .carousel_1> .list> .item> .fig .img {
        height: 100%;
    }

    .carousel_1> .list> .item> .text {
        width: auto;
        left: 9px;
        top: 18px;
        right: 9px;
    }

    .carousel_1 .title p {
        background: none;
        height: auto;
        padding: 0;
    }

    .carousel_1 .title {
        font-size: 40px;
    }

    .carousel_1 .box {
        background: none;
        width: auto;
        padding: 0;
        font-size: 18px;
    }

    .carousel_1 .tabs {
        background: none;
        border: 0;
        height: auto;
        top: 226px;
        left: 10px;
        right: 10px;
        bottom: auto;
    }

    .carousel_1 .tabs .list {
        width: auto;
        display: block;
    }

    .carousel_1 .tabs .item {
        display: block;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .carousel_1 .tabs .link {
        background-color: rgba(25,24,27,.91);
        border: 1px solid #fdfdfd;
        height: 77px;
    }

    .carousel_1 .tabs .text {
        height: auto;
    }

    .carousel_1 .tabs .link:before {
        display: none;
    }
    .main_page .content,
    .content {
        padding: 12px;
    }

    .side {
        float: none;
        width: auto;
        padding: 0;
    }

    .main_page .side {
        padding: 12px;
    }

    .main_page .box_1,
    .box_1 {
        padding: 20px;
    }

    .stock_list_1 .img {
        width: 100%;
    }

    .promo {
        padding: 12px;
    }

    .footer {
        width: auto;
        margin: 0;
        height: 238px;
        left:0;
        right: 0;
    }

    .company_footer {
        position: absolute;
        top: 14px;
        left: 12px;
    }

    .phone_footer {
        position: absolute;
        top: 50px;
        left: 12px;
    }

    .address_footer {
        top: 90px;
        left: 12px;
        right: 12px;
    }

    .developer {
        bottom: 12px;
        left: 12px;
        top: auto;
    }

    .securitypolicy {
        bottom: 42px;
        left: 12px;
        top: auto;
    }

    .counter {
        top: 150px;
        left: 12px;
    }

    .map {
        display: none;
    }

    .promo_fig {
        width: auto;
        height: 104px;

        margin: 0 -1000em;
        text-align: center;
    }

    .promo_fig:before,
    .promo_fig:after {
        display: none;
    }

    .promo_fig .img {

        height: 100%;
    }

    .box_1.dark {
        background: #1b1a1d;
        position: absolute;
        top: -100px;
        left: 12px;
        right: 12px;
        z-index: 99;
    }

    .box_1.dark .h2 {
        background: url("../images/small/pic1.png") no-repeat 19px 50%;
        border: 1px solid #fdfdfd;
        height: 77px;
        margin: -21px;
        padding-left: 88px;
        color: #fff;
        font-size: 36px;
        line-height: 77px;
    }

    .products_list_1 {
        background: #000;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .products_list_1 .link {
        width: 100%;
    }

    .products_list_1 .in {
        width: auto;
    }

    .active .products_list_1 {
        display: block;
    }

    .modal__horisontal_inner {
        width: 100%;
    }

    .box_form .modal__content {
        padding: 17px 28px 8px;
    }

    .modal__content .w-250 {
        width: 90%;
    }


}
/* 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;
    }
}
