/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 06.08.16 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&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.3;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #c9612c;
    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 24px;
    color: #c9612c;
}

.h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    color: #323232;
    margin: 0 0 19px;
    line-height: 1.1;
    text-transform: uppercase;
}

.main_page .h2 {
    margin: 0 0 14px;
    color: #4b608a;
}

.h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    color: #323232;
    margin: 0 0 42px;
    line-height: 1.1;
    text-transform: uppercase;
}

.main_page .h3 {
    font-size: 30px;
    font-size: 3.0rem;
    color: #0b0c0c;
}

.h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    color: #323232;
    margin: 0 0 23px;
    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;
    border: 1px solid #bfc1c5;
    border-radius: 5px;
    padding: 6px 13px 5px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-size: 16px;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    font-size: 16px;
    color: #0b0c0c;
}

.field::-moz-placeholder {
    opacity: 1;
    font-size: 16px;
    color: #0b0c0c;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 16px;
    color: #0b0c0c;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-size: 16px;
    color: #0b0c0c;
}

.field.placeholder {
    font-size: 16px;
    color: #0b0c0c;
}

.field.invalid {
    background: #ffebeb;
    border: 1px solid #f83939;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    margin: 0 0 0 5px;
    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;
}

.c-32 {
    width: 32%;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    min-width: 1000px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.info_bubble {
    position: fixed;
    top: 10%;
    right: 0;
    z-index: 99;
}

.info_bubble .list {
    position: absolute;
    top: 0;
    right: 100%;
}

.info_bubble .item {
    margin: 0 0 14px;
}

.info_bubble .akcii {
    background: url(../images/pic29.png) no-repeat;
    border-radius: 5px 0 0 5px;
    display: block;
    width: 50px;
    height: 156px;
}

.info_bubble .news {
    background: url(../images/pic30.png) no-repeat;
    border-radius: 5px 0 0 5px;
    display: block;
    width: 50px;
    height: 186px;
}

.inner {
    width: 980px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 229px 0 0;
    position: relative;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 251px;
    height: 83px;
    position: absolute;
    top: 25px;
    left: -7px;
}

.logo .link {
    display: block;
    width: 251px;
    height: 83px;
}
.greeting{
    background:#f4f4f6;
    width:382px;
    height:24px;
    margin-left:-183px;
    padding:6px 0 0;
    position:absolute;
    top:0;
    left:50%;
    color:#818a9d;
    text-align:center;
}
.map {
    position: absolute;
    top: 43px;
    left: 259px;
}

.map .link {
    background: #dddddd;
    border-radius: 12px;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
}

.map .img {
    vertical-align: middle;
}

.mail {
    position: absolute;
    top: 70px;
    left: 382px;
}

.header_fixed .mail {
    margin-left: -490px;
    position: fixed;
    top: 75px;
    left: 50%;
    z-index: 20;
}

.mail .link {
    font-size: 12px;
    color: #203974;
}

.header .search {
    width: 238px;
    position: absolute;
    top: 119px;
    left: -3px;
}

.header .search .btn {
    background: url(../images/pic1.png) no-repeat 50% 50%;
    border: none;
    width: 31px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
}

.header .search .field {
    background: #fff;
    border: 1px solid #d5d9e1;
    width: 238px;
    padding: 7px 35px 9px 13px;
    font-size: 14px;
}

.header .search .field:-moz-placeholder {
    font-size: 14px;
    color: #8b8b8b;
}

.header .search .field::-moz-placeholder {
    font-size: 14px;
    color: #8b8b8b;
}

.header .search .field::-webkit-input-placeholder {
    font-size: 14px;
    color: #8b8b8b;
}

.header .search .field:-ms-input-placeholder {
    font-size: 14px;
    color: #8b8b8b;
}

.header .search .field.placeholder {
    font-size: 14px;
    color: #8b8b8b;
}

.basket {
    background: #f6f6f6;
    border: 1px solid #d6d9e1;
    border-radius: 5px;
    position: absolute;
    top: 104px;
    left: 306px;
    font-size: 13px;
}

.basket .link {
    display: inline-block;
    padding: 14px 15px 15px 12px;
    color: #0d0e0e;
    text-decoration: none;
}

.basket .title {
    margin: 0 9px 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #c9612c;
    text-transform: uppercase;
}

.basket .item {
    background: url(../images/pic28.png) no-repeat 0 2px;
    padding: 0 0 0 10px;
}

.basket .item:nth-child(2) {
    background: none;
    padding: 0;
}

.registration {
    background: #f6f6f6;
    border: 1px solid #d6d9e1;
    border-radius: 5px;
    width: 215px;
    padding: 10px 0 9px 25px;
    position: absolute;
    top: 13px;
    right: 0;
}

.registration_list {
    margin: 0 0 8px;
}

.registration_list:before, .registration_list:after {
    display: none;
}

.registration_list:after {
    clear: both;
}

.registration_list .item {
    background: url(../images/pic3.png) no-repeat 4px 4px;
    display: inline;
    padding: 0 0 0 16px;
    color: #0b0c0c;
    line-height: 1.6;
}

.registration_list .item:first-child {
    background: none;
    padding-left: 0;
}

.registration_list .item:before, .registration_list .item:after {
    display: none;
}

.registration_list .item:after {
    clear: both;
}

.registration_list .link {
    color: #203974;
}

.registration .field {
    background: #fff;
    border: 1px solid #d6d9e1;
    border-radius: 5px;
    width: 191px;
    padding: 4px 12px;
    font-size: 12px;
}

.registration .field:-moz-placeholder {
    font-size: 12px;
    color: #8b8b8b;
}

.registration .field::-moz-placeholder {
    font-size: 12px;
    color: #8b8b8b;
}

.registration .field::-webkit-input-placeholder {
    font-size: 12px;
    color: #8b8b8b;
}

.registration .field:-ms-input-placeholder {
    font-size: 12px;
    color: #8b8b8b;
}

.registration .field.placeholder {
    font-size: 12px;
    color: #8b8b8b;
}

.registration .button {
    background: #c9612c;
    border: none;
    border-radius: 5px;
    height: 25px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.registration .link_form {
    font-size: 12px;
    color: #203974;
}

.nav {
    height: 57px;
    position: absolute;
    top: 172px;
    z-index: 10;
}

.header_fixed .nav {
    position: fixed;
    top: 0;
}

.nav:before {
    content: "";
    background: #818a9d;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.nav> .list {
    display: table;
    width: 980px;
    position: relative;
    z-index: 1;
}

.nav> .list:before, .nav> .list:after, .nav> .list> .item:before, .nav> .list> .item:after {
    display: none;
}

.nav> .list> .item {
    background: url(../images/pic4.png) no-repeat 0 50%;
    display: table-cell;
    vertical-align: top;
    position: relative;
    font-size: 15px;
}

.nav> .list> .active + .item + .item, .nav> .list> .item:hover + .item + .item, .nav> .list> .active + .item:hover + .item + .item {
    background: url(../images/pic4.png) no-repeat 0 50%;
}

.nav> .list> .item:hover + .active + .item, .nav> .list> .active + .item:hover + .item, .nav> .list> .active + .item, .nav> .list> .item:hover + .item {
    background: none;
}

.nav> .list> .item:first-child {
    background: none;
}

.nav> .list> .item> .link {
    display: table;
    width: 100%;
    height: 57px;
    position: relative;
    color: #fff;
    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: #fff;
    color: #0b0c0c;
}

.nav .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
}

.nav .sub {
    position: absolute;
    top: 57px;
    left: 0;
    width: 300px;
    display: none;
}

.nav .sub_menu {
    background: #e2e6ef;
    display: block;
    padding: 5px 0 10px;
    float: left;
    position: relative;
}

.nav .sub_menu .item {
    font-size: 14px;
}

.nav .sub_menu .link {
    background: url(../images/pic5.png) no-repeat 22px 13px;
    display: block;
    padding: 4px 22px 5px 31px;
    color: #505663;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav .sub_menu .link:hover {
    background: #888f9e url(../images/pic6.png) no-repeat 22px 13px;
    color: #fff;
    text-decoration: none;
}

.nav> .list> .item:hover .sub {
    display: block;
}

.phone {
    margin-right: 181px;

    position: absolute;
    top: 47px;
    left: 306px;

    color: #0d0e0e;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.phone .in {
    display: inline-block;
}

.header_fixed .phone {
    width: 980px;
    margin: auto;
    padding: 16px 0;
    position: fixed;

    top: 56px;
    right: 0;
    left: 0;
    z-index: 10;
    text-align: right;
}

.header_fixed .phone:before {
    content: '';
    background: rgba(255, 255, 255, .9);
    box-shadow: 2px 3px 5px rgba(2,2,2,.35);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.phone .number {
    font-family: 'Roboto', sans-serif;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    color: #4b608a;
}

.header_fixed .phone .number {
    display: inline;
}

.phone_2 {
    position: absolute;
    top: 23px;
    left: 306px;
    color: #0d0e0e;
}

.phone_2 .item {
    float: left;
    margin: 0 31px 0 0;
}

.phone_2 .number {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #4b608a;
}

.main_page .promo_fig {
    margin: 0 -470px 37px;
}

.promo_fig {
    height: 209px;
    margin: 0 -470px 33px;
}

.promo_fig .img {
    vertical-align: top;
}

.slogan {
    background: rgba(13, 23, 103, 0.67);
    padding: 6px 0;
    position: absolute;
    top: 295px;
    right: 0;
    left: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 3;
}

.calculation {
    height: 41px;
    position: relative;
}

.header_fixed_2 .calculation {
    width: 980px;
    padding-bottom: 9px;
    margin: auto;
    position: fixed;
    top: 109px;
    left: 0;
    right: 0;
    z-index: 10;

}

.header_fixed_2 .phone {
    box-shadow: none;
}

.header_fixed_2 .calculation:before {
    content: '';
    background: rgba(255, 255, 255, .9);
    box-shadow: 2px 3px 5px rgba(2,2,2,.35);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.calculation_list_1:before, .calculation_list_1:after, .calculation_list_1 .item:before, .calculation_list_1 .item:after {
    display: none;
}

.calculation_list_1 {
    display: table;
    width: 980px;
    position: relative;
    z-index: 1;
}

.calculation_list_1 .item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 0 1px 0 0;
    font-size: 15px;
    line-height: 1.1;
}

.calculation_list_1 .link {
    background: #d6dae1;
    border-radius: 4px;
    display: table;
    width: 100%;
    height: 41px;
    color: #0b0c0c;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.calculation_list_1 .link:hover {
    background: #c9612c;
    color: #fff;
}

.calculation_list_1 .active {
    background: #c9612c;
    color: #fff;
}

.calculation_list_1 .link .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 22px;
    text-align: center;
}

.box_1 {
    background: #f6f6f6;
    border: 1px solid #d6d9e1;
    border-radius: 5px;
    margin: -5px 0 15px;
    padding: 29px 17px 12px;
    position: relative;
    z-index: 3;
}

.box_1 .fig {
    float: left;
    margin: 0 3px 0 0;
}

.box_1 .img {
    border: 1px solid #bfc1c5;
    border-radius: 4px;
    vertical-align: top;
}

.select {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE3MCAyNSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYmViZWJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNmZWZlZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNzAiIGhlaWdodD0iMjUiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    background-image: -o-linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    background-image: -webkit-linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    background-image: linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    border: 1px solid #bfc1c5;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select:before {
    content: '';
    background: url(../images/pic9.png) no-repeat 50% 50%;
    width: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

/*.select:after {*/
    /*content: attr(data-value);*/
    /*display: block;*/
    /*padding: 0 35px 0 10px;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/

    /*font-size: 12px;*/
    /*color: #3b2822;*/
    /*line-height: 25px;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
/*}*/

.select__label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
}

.select:after {
    content: attr(data-value);
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.select__radio {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.select__radio_hide:checked ~ .select__sub {



}

.select__radio:checked + .select__label {
    z-index: 0;
}

.select__radio_show:checked ~ .select__sub {
    z-index: 100;
    opacity: 1;
    max-height: 200px;


}

.select__sub {
    background: #f4f4f4;
    border: 1px solid #c2c1a1;
    max-height: 0;
    overflow-y: auto;

    margin: 0;
    padding: 0;

    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    /*-webkit-transition: all .3s ease;*/
    /*transition: all .3s ease;*/

}


.select__list-label {

    display: block;

}

.select__list-label:hover {
    background: #c9612c;
}


.select__list-radio {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.select__list-text {
    display: block;
    padding: 5px;
}

/*.select__list-radio:checked + .select__list-text {*/
/*position: absolute;*/
/*top: -26px;*/
/*left: 0;*/
/*right: 0;*/
/*opacity: 1;*/
/*visibility: visible;*/
/*}*/

.select__list-radio[disabled] + .select__list-text {
    cursor: not-allowed;
    opacity: .5
}

.select__list-label {
    display: block;
}

.select__list-item {
    margin: 0;
    padding: 0;
}

.select__list {
    margin: 0 0 0 6px;
}

.select__list .item {
    text-decoration: none;
    font-size: 12px;
    color: #3b2822;
}

.radio {
    cursor: pointer;
    background: #fff;
    border: 1px solid #cfd3dc;
    border-radius: 8px;
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    vertical-align: middle;
}

.radio.disabled {
    cursor: not-allowed;
    opacity: .7;
}

.radio .bg {
    background: #c9612c;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: auto;
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.radio input {
    clip: rect(0, 0, 0, 0);
    position: absolute !important;
}

.radio input:checked + .bg {
    opacity: 1;
}

.box_1 .field {
    background: #fff;
    border: 1px solid #bfc1c5;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 12px 3px;
    font-size: 12px;
    color: #606060;
}

.box_1 .field:-moz-placeholder {
    font-size: 12px;
    color: #606060;
}

.box_1 .field::-moz-placeholder {
    font-size: 12px;
    color: #606060;
}

.box_1 .field::-webkit-input-placeholder {
    font-size: 12px;
    color: #606060;
}

.box_1 .field:-ms-input-placeholder {
    font-size: 12px;
    color: #606060;
}

.box_1 .field.placeholder {
    font-size: 12px;
    color: #606060;
}

.box_1 .label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #0b0c0c;
    line-height: 0.9;
    margin: 0;
}

.box_1 .label_2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #606060;
}

.mb-42 {
    margin-bottom: 42px;
}

.w-860 {
    width: 860px;
}

.box_1 .info_1 {
    background: #f5f5f5;
    border: 1px solid #bfc1c5;
    border-radius: 4px;
    display: none;
    width: 778px;
    margin: 0 0 24px 83px;
    padding: 13px 0 14px 80px;
    font-size: 14px;
    font-style: italic;
    color: #505050;
}

.box_1 .in {
    font-weight: bold;
    color: #0b0c0c;
}

.box_1 .info_3 {
    display: none;
}

.box_1 .info_2 {
    display: none;
    margin: 0 0 24px 83px;
    font-size: 14px;
    color: #0b0c0c;
    text-align: right;
}

.box_1 .info_2 .item {
    display: inline-block;
    vertical-align: top;
}

.box_1 .numerec {
    font-size: 24px;
    font-weight: bold;
    color: #c9612c;
}

.box_1 .file {
    background: #fff;
    border: 1px solid #bfc1c5;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 81px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box_1 .file input {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.box_1 .file .value {
    display: block;
    height: 23px;
    padding: 0 13px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    color: #606060;
    line-height: 23px;
    white-space: nowrap;
    word-break: normal;
    text-overflow: ellipsis;
}

.box_1 .file .btn {
    background: #818a9d;
    border-radius: 0 5px 5px 0;
    height: 23px;
    padding: 0 12px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fefefe;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 23px;
}

.box_1 .button {
    background: #818a9d;
    border: none;
    display: inline-block;
    border-radius: 5px;
    height: 42px;
    padding: 0 23px;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn_3 {
    background: #c9612c;
    border-radius: 5px;
    display: inline-block;
    height: 42px;
    padding: 0 14px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 42px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.box_2 {
    background: #f6f6f6;
    border: 1px solid #d6d9e1;
    border-radius: 5px;
    margin: 0 0 38px;
    padding: 13px 29px 16px;
    position: relative;
}

.table_1 {
    width: 100%;
    margin: 0 0 6px;
}

.table_1 th {
    border-bottom: 1px solid #d6dae1;
    padding: 8px 0 15px 0;
    font-weight: normal;
    font-size: 15px;
    color: #606060;
}

.table_1 td {
    border-bottom: 1px solid #d6dae1;
    padding: 15px 10px 12px 0;
    font-size: 15px;
    color: #0b0c0c;
    line-height: 1.2;
    text-align: left;
}

.table_1 td:first-child {
    vertical-align: top;
}

.table_1 .delete {
    background: url(../images/pic12.png) no-repeat 50% 50%;
    display: block;
    width: 30px;
    height: 30px;
}

.table_1 .number {
    width: 70px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table_1 .number .field {
    background: #fff;
    border: 1px solid #bfc1c5;
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    padding: 3px 12px 4px;
    font-size: 15px;
    color: #0b0c0c;
    text-align: right;
}

.table_1 .number .field:-moz-placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_1 .number .field::-moz-placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_1 .number .field::-webkit-input-placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_1 .number .field:-ms-input-placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_1 .number .field.placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_1 .number .up {
    background: url(../images/pic10.png) no-repeat 100% 4px;
    width: 18px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

.table_1 .number .down {
    background: url(../images/pic11.png) no-repeat 100% 5px;
    width: 18px;
    height: 14px;
    position: absolute;
    top: 14px;
    right: 0;
}

.table_1 .price {
    font-size: 18px;
    font-weight: bold;
    color: #464646;
}

.box_3 {
    margin: 0 0 4px;
    font-size: 17px;
    color: #0b0c0c;
}

.box_3 .numerec {
    font-size: 35px;
    font-weight: bold;
    color: #c9612c;
}

.btn_1 {
    background: #818a9d;
    border-radius: 5px;
    display: inline-block;
    height: 42px;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 42px;
    text-transform: uppercase;
}

.btn_2 {
    background: #c9612c;
    border-radius: 5px;
    display: inline-block;
    height: 42px;
    padding: 0 33px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 42px;
    text-transform: uppercase;
}

.products_box {
    margin: 0 0 37px;
    padding: 36px 0 21px;
    position: relative;
}

.products_box:before {
    content: "";
    background: #2d4372 url(../images/pic27-2.png) no-repeat 50% 0;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.products_box .h3 {
    margin: 0 0 33px;
    font-size: 30px;
    color: #fff;
}

.products_list_1 {
    margin: 0 0 0 -30px;
}

.products_list_1 .item {
    width: 212px;
    margin: 0 0 32px 30px;
    text-align: center;
}

.products_list_1 .link {
    font-size: 18px;
    color: #fff;
}

.products_list_1 .fig {
    background: #fff;
    border: 1px solid #d5d9e1;
    border-radius: 5px;
    display: block;
    width: 222px;
    height: 222px;
    margin: 0 0 9px;
    position: relative;

    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.products_list_1 .fig:hover {
    border: 70px solid #fff;
    border-radius: 50%;
}

.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;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side_1, .side_2 {
    width: 170px;
    position: relative;
    float: left;
}

.side_2 {
    float: right;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    padding: 0 0 40px;
    position: relative;

}

.content:after {
    content: '';
    display: table;
    clear: both;
}

.more {
    background: #f6f6f6;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    padding: 0 30px;
    color: #0b0c0c;
    text-decoration: none;
    line-height: 40px;
}

.crumbs {
    margin: 0 0 14px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic31.png) no-repeat 0 4px;
    display: inline;
    padding: 0 0 0 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #939393;
    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: #c9612c;
}

.table_2 {
    width: 100%;
    margin: 0 0 20px;
}

.table_2 p {
    margin: 0 0 10px;
}

.table_2 th {
    border-bottom: 1px solid #d6dae1;
    padding: 8px 15px 15px 0;
    font-weight: normal;
    font-size: 15px;
    color: #606060;
}

.table_2 td {
    border-bottom: 1px solid #d6dae1;
    padding: 18px 15px 6px 0;
    color: #0b0c0c;
    line-height: 1.2;
    text-align: left;
}

.table_2 td:first-child {
    vertical-align: top;
}

.table_2 .title {
    font-size: 13px;
}

.table_2 .delete {
    background: url(../images/pic12.png) no-repeat 50% 50%;
    display: block;
    width: 30px;
    height: 30px;
}

.table_2 .number {
    width: 56px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table_2 .number .field {
    background: #fff;
    border: 1px solid #bfc1c5;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    padding: 3px 5px 4px;
    font-size: 15px;
    color: #0b0c0c;
    text-align: right;
}

.table_2 .number .field:-moz-placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_2 .number .field::-moz-placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_2 .number .field::-webkit-input-placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_2 .number .field:-ms-input-placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_2 .number .field.placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_2 .number .up {
    background: url(../images/pic10.png) no-repeat 100% 4px;
    width: 18px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

.table_2 .number .down {
    background: url(../images/pic11.png) no-repeat 100% 5px;
    width: 18px;
    height: 14px;
    position: absolute;
    top: 14px;
    right: 0;
}

.table_2 .price {
    font-weight: bold;
    color: #464646;
}

.table_2 .name {
    color: #5c5c5c;
    font-style: italic;
}

.box_4 {
    margin: 0 0 2px;
    color: #0b0c0c;
    text-align: right;
}

.box_4 .numerec {
    font-size: 24px;
    font-weight: bold;
    color: #c9612c;
margin-right: 25px;
}

.box_5 {
    border-bottom: 1px solid #d6d6d6;
    margin: 0 0 15px;
}

.button {
    background: #c9612c;
    border: none;
    border-radius: 5px;
    height: 42px;
    padding: 0 33px;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    text-transform: uppercase;
    text-decoration: none;
}

.button_2 {
    background: #c9612c;
    border: none;
    border-radius: 5px;
    height: 42px;
    padding: 0 33px;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    text-transform: uppercase;
}

.captcha {
    display: inline-block;
    padding-left: 81px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    background: #f5f5f5;
    border-top: 1px solid #bfc1c5;
    border-bottom: 1px solid #bfc1c5;
    border-left: 1px solid #bfc1c5;
    border-radius: 5px 0 0 5px;
    width: 84px;
    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;
    right: 0;
    bottom: 0;
}

.captcha .field {
    width: 100%;
}

.star {
    background: url(../images/pic32.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 5px;
    margin: 15px 0 0;
}

.label {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0;
    font-size: 16px;
    color: #0b0c0c;
}

.label_text {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0;
    font-size: 16px;
    font-style: italic;
    color: #717171;
}

.text_form {
    font-size: 14px;
    color: #484848;
}

.w-440 {
    width: 440px;
}

.h-75 {
    height: 75px;
}

.private_office_1 {
    margin: 0 0 29px;
}

.private_office_1 .item {
    margin: 0 11px 0 0;
}

.private_office_1 .link {
    background: #818a9d;
    border-radius: 4px 4px 0 0;
    display: table;
    width: 170px;
    height: 48px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    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;
}

.private_office_1 .link:hover {
    background: #c9612c;
}

.private_office_1 .active {
    background: #c9612c;
}

.private_office_1 .link .text {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 48px;
    padding: 0 10px;
    text-align: center;
}

.file {
    background: #fff;
    border: 1px solid #bfc1c5;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 84px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.file input {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.file .value {
    display: block;
    height: 31px;
    padding: 0 0 0 13px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    color: #606060;
    line-height: 31px;
    white-space: nowrap;
    word-break: normal;
    text-overflow: ellipsis;
}

.file .btn {
    background: #818a9d;
    border-radius: 5px;
    height: 27px;
    padding: 0 16px;
    position: absolute;
    top: 2px;
    right: 2px;
    color: #fefefe;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 27px;
}

.file_2 {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI2NCA0MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYmViZWJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNmZWZlZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNjQiIGhlaWdodD0iNDIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    background-image: -o-linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    background-image: -webkit-linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    background-image: linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    border: 1px solid #bfc1c5;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 113px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.file_2 input {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.file_2 .value {
    display: block;
    height: 40px;
    padding: 0 0 0 12px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    font-style: italic;
    color: #939393;
    line-height: 40px;
    white-space: nowrap;
    word-break: normal;
    text-overflow: ellipsis;
}

.file_2 .btn {
    background: #818a9d;
    border-radius: 5px;
    height: 32px;
    padding: 0 21px;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 32px;
}

.table_3 {
    width: 100%;
    margin: 0 0 8px;
}

.table_3 th {
    border-bottom: 1px solid #d6dae1;
    padding: 8px 15px 15px 0;
    font-weight: normal;
    font-size: 15px;
    color: #606060;
}

.table_3> tbody> .item> td {
    border-bottom: 1px solid #d6dae1;
    padding: 18px 15px 10px 0;
    font-size: 13px;
    color: #0b0c0c;
    line-height: 1.2;
    text-align: left;
}

.table_3> tbody> .item> td> .link {
    font-size: 14px;
    font-weight: bold;
    color: #0b0c0c;
}

.table_3> tbody> .item> td> .price {
    font-size: 18px;
    font-weight: bold;
    color: #464646;
}

.table_3 .status {
    font-size: 14px;
    font-weight: bold;
    color: #903c3c;
}

.table_3 .open {
    background: url(../images/pic34.png) no-repeat;
    display: block;
    width: 23px;
    height: 15px;
}

.table_3 .rel {
    background: #fff;
    padding: 0 6px;
    display: none;
}

.btn_4 {
    background: #c9612c;
    border-radius: 5px;
    display: inline-block;
    height: 36px;
    padding: 0 23px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    text-transform: uppercase;
}

.table_4 {
    position: relative;
    width: 100%;
}

.table_4:before {
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    top: -1px;
    right: -6px;
    left: -6px;
    z-index: 2;
}

.table_4 p {
    margin: 0 0 10px;
}

.table_4 th {
    border-bottom: 1px solid #d6dae1;
    padding: 8px 15px 15px 5px;
    font-weight: normal;
    font-size: 15px;
    color: #606060;
}

.table_4 td {
    border-bottom: 1px solid #d6dae1;
    padding: 18px 15px 6px 5px;
    color: #0b0c0c;
    line-height: 1.2;
    text-align: left;
    vertical-align: top;
}

.table_4 .title {
    font-size: 13px;
}

.table_4 .number {
    width: 56px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table_4 .number .field {
    background: #fff;
    border: 1px solid #bfc1c5;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    padding: 3px 5px 4px;
    font-size: 15px;
    color: #0b0c0c;
    text-align: right;
}

.table_4 .number .field:-moz-placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_4 .number .field::-moz-placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_4 .number .field::-webkit-input-placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_4 .number .field:-ms-input-placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_4 .number .field.placeholder {
    font-size: 15px;
    color: #0b0c0c;
}

.table_4 .number .up {
    background: url(../images/pic10.png) no-repeat 100% 4px;
    width: 18px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

.table_4 .number .down {
    background: url(../images/pic11.png) no-repeat 100% 5px;
    width: 18px;
    height: 14px;
    position: absolute;
    top: 14px;
    right: 0;
}

.table_4 .price {
    font-weight: bold;
    color: #464646;
}

.table_4 .name {
    color: #5c5c5c;
    font-style: italic;
}

.searched_box {
    margin: 0 0 25px;
    font-style: italic;
    color: #848484;
}

.searched_box .in {
    font-style: normal;
    font-weight: bold;
    color: #3c3c3c;
}

.serch_list_1 {
    margin: 0 0 13px;
}

.serch_list_1 .item {
    margin: 0 0 23px;
}

.serch_list_1 .link {
    background: url(../images/pic36.png) no-repeat 0 4px;
    display: inline-block;
    padding: 0 0 0 17px;
    color: #bf5824;
}

.content .search {
    width: 251px;
    margin: 0 0 24px;
    position: relative;
}

.content .search .btn {
    background: url(../images/pic1.png) no-repeat 50% 50%;
    border: none;
    width: 33px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
}

.content .search .field {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI1MSAzNCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYmViZWJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNmZWZlZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNTEiIGhlaWdodD0iMzQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    background-image: -o-linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    background-image: -webkit-linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    background-image: linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    border: 1px solid #bfc1c5;
    border-radius: 5px;
    width: 251px;
    padding: 8px 33px 8px 12px;
    font-size: 14px;
}

.content .search .field:-moz-placeholder {
    font-size: 14px;
    color: #848484;
}

.content .search .field::-moz-placeholder {
    font-size: 14px;
    color: #848484;
}

.content .search .field::-webkit-input-placeholder {
    font-size: 14px;
    color: #848484;
}

.content .search .field:-ms-input-placeholder {
    font-size: 14px;
    color: #848484;
}

.content .search .field.placeholder {
    font-size: 14px;
    color: #848484;
}

.pages {
    margin: 0 0 36px;
}

.pages .item {
    margin: 0 4px 0 0;
    color: #fff;
    text-align: center;
}

.pages .link {
    display: block;
    min-width: 8px;
    height: 26px;
    padding: 0 9px;
    position: relative;
    color: #c9612c;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pages .item:hover .link, .pages .active {
    background: #6b6b6b;
    border-radius: 4px;
    min-width: 8px;
    height: 26px;
    padding: 0 9px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
}

.label_3 {
    display: inline-block;
    vertical-align: middle;
    color: #606060;
}

.checkbox {
    cursor: pointer;
    background: #fff;
    border: 1px solid #cfd3db;
    border-radius: 4px;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    vertical-align: middle;
}

.checkbox .bg {
    background: url(../images/pic37.png) no-repeat;
    border-radius: 50%;
    width: 10px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 4px;
    left: 3px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.checkbox input {
    clip: rect(0, 0, 0, 0);
    position: absolute !important;
}

.checkbox input:checked + .bg {
    opacity: 1;
}

.ml-270 {
    margin-left: 270px
}

.map_list_1 {
    margin: 0 0 48px;
}

.map_list_1> .item {
    margin: 0 0 11px;
    font-size: 18px;
    font-weight: bold;
}

.map_list_1> .item> .link {
    background: url(../images/pic38.png) no-repeat 0 9px;
    display: inline-block;
    padding: 0 0 0 11px;
    color: #c9612c;
}

.map_list_1> .item> .list {
    margin: 1px 0 0 47px;
}

.map_list_1> .item> .list> .item {
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: normal;
}

.map_list_1> .item> .list> .item> .link {
    background: url(../images/pic39.png) no-repeat 0 9px;
    display: inline-block;
    padding: 0 0 0 9px;
    color: #c9612c;
}

.map_list_1 .list .list {
    margin: 7px 0 4px 42px;
}

.map_list_1 .list .list .item {
    margin: 4px 0 0;
    font-size: 14px;
}

.map_list_1 .list .list .item .link {
    background: url(../images/pic40.png) no-repeat 0 7px;
    display: inline-block;
    padding: 0 0 0 9px;
    color: #595959;
}

.fig_1 {
    margin: 0 0 35px;
}

.fig_1 .img {
    border: 1px solid #e1e1e1;
    vertical-align: top;
}

.back {
    color: #c9612c;
}

.mb-72 {
    margin-bottom: 72px;
}

.h-105 {
    height: 105px;
}

.field_2 {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDY1MCAxMDUiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZmVmZWZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI1NyUiIHN0b3AtY29sb3I9IiNmZWZlZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNjUwIiBoZWlnaHQ9IjEwNSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    background-image: -o-linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    background-image: -webkit-linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    background-image: linear-gradient(bottom, #bebebe 0%, #fefeff 15.97%, #fefeff 57.28%, #f4f4f4 98.83%, #f4f4f4 100%);
    border: 1px solid #bfc1c5;
    border-radius: 5px;
}

.btn_5 {
    background: #c9612c;
    border-radius: 5px;
    display: inline-block;
    width: 219px;
    height: 42px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
}

.btn_6 {
    background: #818a9d;
    border-radius: 5px;
    display: inline-block;
    width: 219px;
    height: 42px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
}

.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.85;
}

.modal__content {
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    position: relative;
}

.modal__content .h3 {
    margin: 0 0 23px;
    font-size: 18px;
    color: #323232;
    text-transform: uppercase;
}

.modal__content .button {
    width: 240px;
    padding: 0 10px;
    text-align: center;
}

.modal_box_form .modal__content {
    padding: 27px 29px 20px;
}

.box_modal_basket .modal__content {
    width: 244px;
    padding: 29px 29px 12px;
}

.box_modal_basket .modal__content .h3 {
    margin: 0 0 13px;
}

.box_modal_basket p {
    margin: 0 0 10px;
}

.box_thanks .modal__content {
    width: 244px;
    padding: 27px 29px 32px;
    font-size: 16px;
    color: #0b0c0c;
}

.box_thanks .modal__content .h3 {
    margin: 0 0 11px;
}

.box_fig .modal__content {
    padding: 25px 29px 38px;
}

.modal__close_btn {
    background: url(../images/pic43.png) no-repeat 50% 50%;
    width: 34px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    z-index: 2;
}

.modal_lightbox__title {
    padding: 13px 0 0;
    font-size: 16px;
    color: #0b0c0c;
}

.modal_lightbox__image img {
    vertical-align: top;
}

.modal_lightbox__prev, .modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

.basket_content {
    display: none;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 980px;
    height: 88px;
    margin-left: -490px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.footer:before {
    content: "";
    background: #20293b;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.counter {
    position: absolute;
    top: 22px;
    right: 0;
}

.company_footer {
    position: absolute;
    top: 19px;
    left: 0;
    color: #fff;
}

.subscription {
    position: absolute;
    top: 22px;
    right: 101px;
    font-size: 12px;
}

.subscription .link {
    background: url(../images/pic25.png) no-repeat 0 5px;
    display: inline-block;
    padding: 0 0 0 18px;
    color: #fff;
}

.developer {
    position: absolute;
    top: 44px;
    left: 0;
    font-size: 12px;
}

.developer .link {
    color: #fff;
}

.social_networks {
    position: absolute;
    top: 19px;
    left: 417px;
}

.social_networks .item {
    float: left;
    margin: 0 15px 0 0;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */

/* small screens (portrait and landscape) */
@media only screen and (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    .inner {
        width: auto;
    }

    .header {
        padding: 268px 4px 0;
    }

    .main_page .header {
        padding: 296px 4px 0;
    }

    .logo {
        background-size: 130px auto;
        width: 130px;
        height: 43px;
        top: 4px;
        left: 4px;
    }

    .logo .link {
        width: 130px;
        height: 43px;
    }

    .phone {
        margin: 0;
        top: 73px;
        left: 4px;
    }

    .phone .mr-7 {
        display: block;
        margin: 0;
    }

    .phone .number {
        font-size: 16px;
    }

    .phone .in {
        display: block;
        margin-bottom: 7px;
    }

    .header_fixed .phone {
        position: absolute;
        top: 73px;
        left: 4px;
        right: 4px;
    }

    .header_fixed_2 .calculation:before {
        display: none;
    }

    .registration {
        width: auto;
        padding: 6px;
        top: 54px;
        left: 48%;
        right: 4px;
    }

    .registration .field {
        width: 100%;
    }

    .registration .link_form {
        display: inline-block;
        width: 56px;
    }

    .registration .mr-12 {
        margin-right: 0!important;

    }

    .registration .ib {
        vertical-align: top!important;
    }

    .basket {
        background: #f7f7f7 url("../images/touch/pic1.png") no-repeat 10px 50%;

        left: 48%;
        right: 4px;
        top: 5px;
    }

    .basket .title {
        display: none;
    }

    .basket .label {
        display: none;
    }

    .basket .link {
        padding: 2px 4px 2px 55px;
    }

    .basket .item {
        background: none;
        display: block;
        padding: 0;
        font-size: 13px;
    }

    .basket:before {
        content: '';
        background: #d2d6dc;
        width: 1px;
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 45px;
    }

    .map {
        top: 50px;
        left: 4px;
    }

    .map .link {
        background: none;
        border-radius: 0;
    }

    .nav {
        background: #7e8b9f;
        height: 55px;
        top: 190px;
        right: 0;
        left: 0;
    }

    .header_fixed .nav {
        position: absolute;
        top: 190px;
    }

    .nav:before {
        content: 'МЕНЮ';
        display: inline-block;
        vertical-align: middle;
        padding: 0 4px;
        position: relative;
        left: 0;
        right: 0;
        color: #fff;
        font-size: 16px;
        line-height: 55px;
        z-index: auto;
    }

    .nav:after {
        content: '';
        background: url("../images/touch/pic2.png") no-repeat;
        display: inline-block;
        width: 32px;
        height: 25px;
        line-height: 55px;
        vertical-align: middle;
    }

    .nav .list {
        display: none;
    }

    .info_bubble {
        position: absolute;
        top: 245px;
        left: 0;
        right: 0;
    }

    .mail {
        top: 162px;
        left: 4px;

    }

    .mail .link {
        font-size: 16px;
    }

    .header .search {
        width: auto;
        top: 201px;
        left: 110px;
        right:  4px;
        z-index: 11;
    }

    .header .search .field {
        width: 100%;
        border-radius: 0;
    }

    .promo_fig {
        display: none;
    }

    .main_page .h1 {
        font-size: 22px;
        text-align: center;
    }

    .slogan {
        display: none;
    }

    .calculation {
        height: auto;
        margin-bottom: 9px;
    }

    .calculation_list_1 {
        display: block;
        width: auto;
        margin: 0 0 0 -2px;
        font-size: 0;
    }

    .header_fixed_2 .calculation {
        width: auto;
        position: relative;
        top: 0;
    }

    .calculation_list_1 .item {
        display: inline-block;
        width: 33.333%;
        margin: 0;
        padding: 0 0 2px 2px;

        font-size: 13px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .calculation_list_1 .link {
        height: 49px;
    }

    .calculation_list_1 .link .text {
        padding: 4px;
    }

    .box_1 {
        padding: 5px;
    }

    .box_1 .fig {
        width: 94px;
        height: 94px;
        margin: 0 7px 7px 0;
    }

    .box_1 .img {
        max-width: 100%;
        max-height: 100%;
    }

    .touch_fl_none {
        float: none;
    }

    .touch_w_auto {
        width: auto;
    }

    .touch_al {
        text-align: left!important;
    }

    .touch_o {
        display: block;
        overflow: hidden;
    }

    .touch_c-100 {
        width: 100%;
    }

    .touch_cb {
        clear: both;
    }

    .select {
        height: 29px;
    }

    .box_1 .field {
        padding: 6px;
    }

    .touch_bk {
        display: block!important;
    }

    .touch_hide {
        display: none;
    }

    .touch_mb-10 {
        margin-bottom: 10px;
    }

    .touch_mb-20 {
        margin-bottom: 20px;
    }

    .touch_mb-5 {
        margin-bottom: 5px!important;
    }

    .box_1 .info_1 {
        width: auto;
        margin: 0 0 10px;
        padding: 10px;
    }

    .box_1 .info_2 {
        margin: 0 0 10px;
    }

    .box_1 .info_2 .item {
        display: block;
        margin-bottom: 5px;
        text-align: left;
    }

    .touch_mr-0 {
        margin-right: 0!important;
    }

    .touch_w-80 {
        width: 80px;
    }

    .touch_c-49 {
        width: 49%;

    }

    .btn_3 {
        height: auto;
        padding: 6px;
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }

    .touch_ib {
        display: inline-block;
    }

    .touch_vt {
        vertical-align: top!important;
    }

    .box_1 .button {
        display: block;
        height: 52px;
        font-size: 16px;
        line-height: 52px;
    }

    .basket_content {
        display: none;
    }

    .products_box {
        padding: 12px 20px;
    }

    .products_box .h3 {
        margin-bottom: 15px;
        font-size: 22px;
        text-align: center;
    }

    .products_list_1 .item {
        width: 112px;

    }

    .products_list_1 .text {
        font-size: 16px;
    }

    .products_list_1 .fig {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }

    .content {
        padding: 0 4px 30px;
    }

    .footer {
        width: auto;
        height: 223px;
        margin: 0;
        left: 0;
        right: 0;
    }

    .social_networks {
        top: 42px;
        left: 5px;
    }

    .social_networks .item {
        margin-right: 3px;
    }

    .company_footer {
        top: 10px;
        left: 5px;
    }

    .counter {
        top: 130px;
        left: 5px;
    }

    .developer {
        top: 172px;
        left: 5px;
    }

    .subscription {
        border-top: 1px solid #4a586c;
        border-bottom: 1px solid #4a586c;
        padding: 7px 0;
        top: 90px;
        left: 5px;
        right: 5px;
    }

    .touch_ml-0 {
        margin-left: 0!important;
    }

    .touch_mb-0 {
        margin-bottom: 5px!important;
    }
    .table_2 .head,
    .table_2 col {
        display: none;
    }

    .table_2 .item {
        display: block;
    }

    .table_2 tbody .item{
        border-bottom: 1px solid #d5dbe2;
        padding: 10px 0 20px;
    }

    .table_2 tbody .item:first-of-type {

        padding-top: 0;
    }



    .table_2 td {
        border: 0;
        display: inline-block;
        margin: 0 10px 10px 0;
        padding: 0;
        vertical-align: top;
    }
    .table_2 .name:before,
    .table_2 td:before {
        content: attr(data-label);
        display: block;
        margin-bottom: 5px;
        color: #878585;
        font-size: 13px;
        line-height: 1;
    }
    .table_2 td:nth-of-type(2),
    .table_2 td:nth-of-type(1) {
        display: block;
        margin-bottom: 10px;
    }

    .table_2 td:nth-of-type(1):before {
        display: inline-block;
    }

    .box_2 {
        padding: 14px 8px;
    }

    .table_2 .name {
        display: block;
    }

    .table_2 .number {
        width: 110px;
        padding-right: 50px;
    }
    .table_2 .number .down,
    .table_2 .number .up {
        background-position: 50% 50%;
        width: 25px;
        height: auto;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .table_2 .number .down {
        right: 25px;
    }

    .table_2 .number .field {
        border-radius: 0;
        width: 100%;
        text-align: center;
    }

    .btn_1,
    .btn_2 {
        display: inline-block;
        padding: 0 10px;
        font-size: 17px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
    .h1,
    .h2 {
        margin-bottom: 15px;
        font-size: 26px;
    }

    .touch_c-90 {
        width: 90%;
    }

    .box_5 p {
        margin-bottom: 10px;
    }

    .private_office_1 {
        margin-bottom: 10px;
    }

    .private_office_1 .item {
        width: 49%;
        margin: 0 3px 0 0;
    }

    .private_office_1 .link {
        display: block;
        width: auto;
    }

    .table_3 thead,
    .table_3 col {
        display: none;
    }
    .table_3 .sub,
    .table_3 .item {
        display: block;
        overflow: hidden;
    }

    .table_3 tbody .item{
        border-bottom: 1px solid #d5dbe2;
        padding: 10px 0 20px;
    }

    .table_3 tbody .item:first-of-type {

        padding-top: 0;
    }



    .table_3> tbody> .item> td {
        border: 0;
        display: inline-block;
        margin: 0 10px 10px 0;
        padding: 0;
        vertical-align: top;
        clear: both;
    }

    .table_3> tbody> .item> td:nth-last-of-type(1) {
        float: right;
        padding-top: 7px;
        clear: none;
    }
    .table_3> tbody> .item> td:nth-last-of-type(2) {
        float: left;
        clear: none;
    }


    .box_3 {
        padding: 14px 8px;
    }

    .table_3 .name {
        display: block;
    }

    .table_3 .number {
        width: 110px;
        padding-right: 50px;
    }
    .table_3 .number .down,
    .table_3 .number .up {
        background-position: 50% 50%;
        width: 25px;
        height: auto;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .table_3 .number .down {
        right: 25px;
    }

    .table_3 .number .field {
        border-radius: 0;
        width: 100%;
        text-align: center;
    }

    .table_4 col {
        display: none;
    }


    .table_4 .head,
    .table_4 col {
        display: none;
    }

    .table_4 .item {
        display: block;
    }

    .table_4 tbody .item{
        border-bottom: 1px solid #d5dbe2;
        padding: 10px 0 20px;
    }

    .table_4 tbody .item:first-of-type {

        padding-top: 0;
    }



    .table_4 td {
        border: 0;
        display: inline-block;
        margin: 0 10px 10px 0;
        padding: 0;
        vertical-align: top;
    }
    .table_4 .name:before,
    .table_4 td:before {
        content: attr(data-label);
        display: block;
        margin-bottom: 5px;
        color: #878585;
        font-size: 13px;
        line-height: 1;
    }
    .table_4 td:nth-of-type(2),
    .table_4 td:nth-of-type(1) {
        display: block;
        margin-bottom: 10px;
    }

    .table_4 td:nth-of-type(1):before {
        display: inline-block;
    }



    .table_4 .name {
        display: block;
    }

    .table_4 .number {
        width: 110px;
        padding-right: 50px;
    }
    .table_4 .number .down,
    .table_4 .number .up {
        background-position: 50% 50%;
        width: 25px;
        height: auto;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .table_4 .number .down {
        right: 25px;
    }

    .table_4 .number .field {
        border-radius: 0;
        width: 100%;
        text-align: center;
    }

    .greeting {
        top: 244px;

    }

    .table_1 col,
    .table_1 th
    {
        display: none;
    }

    .table_1 tr {
        border-bottom: 1px solid #d7dadf;
        display: block;
        margin-bottom: 20px;
    }

    .table_1 td {
        border: 0;
        padding: 0 0 14px;
        display: inline-block;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table_1 td:before {
        display: block;
        margin-bottom: 4px;
        color: #8e8e8e;
        font-size: 13px;
    }

    .table_1 td:nth-child(2),
    .table_1 td:nth-child(1) {
        width: 100%;
    }

    .table_1 td:nth-child(2):before {
        content: 'Наименование';
    }

    .table_1 td:nth-child(1):before {
        content: '№';
    }

    .table_1 td:nth-child(3),
    .table_1 td:nth-child(4),
    .table_1 td:nth-child(5)
    {
        width: calc(22% - 3px);
    }

    .table_1 td:nth-child(6) {
        width: calc(34% - 3px);
    }

    .table_1 td:nth-child(3):before {
        content: 'Масса';
    }

    .table_1 td:nth-child(4):before {
        content: 'Объем';
    }

    .table_1 td:nth-child(5):before {
        content: 'Цена';
    }

    .table_1 td:nth-child(6):before {
        content: 'Количество';
    }

    .table_1 td:nth-child(7):before {
        content: 'Стоимость';
    }

    .table_1 td:nth-child(8):before {
        content: 'Фото';
    }

    .table_1 td:nth-child(7),
    .table_1 td:nth-child(8),
    .table_1 td:nth-child(9)
    {
        width: calc(33% - 3px);
    }

    .table_1 .number {
        padding-right: 50px;
    }

    .table_1 .number .down,
    .table_1 .number .up {
        background-position: 50%;
        width: 25px;
        height: auto;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .table_1 .number {
        width: 100%;
    }

    .table_1 .number .down {
        right: 25px;
    }

    .table_1 .number .field {
        width: 100%;
    }

    .table_1 .delete {
        margin-left: auto;
    }

    .box_3 .fl.mr-65 {
        float: none;
        margin: 0!important;
    }

    .box_3 .fr.ml-65 {
        float: none;
        margin: 0!important;
    }

    .box_3 .numerec {
        font-size: 20px;
    }

    .box_2 .ar {
        text-align: left!important;
    }



    .box_2  .mr-12 {
        margin: 0!important;
    }
}


/* 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;
    }
}
