@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOiCnqEu92Fr1Mu51QrIzc.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TLBBc9.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}

.up {
    text-transform: uppercase;
}

.none {
    text-decoration: none;
}

.th {
    font-weight: 100;
}

.el {
    font-weight: 200;
}

.l {
    font-weight: 300;
}

.reg {
    font-weight: 400;
}

.med {
    font-weight: 500;
}

.sb {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.eb {
    font-weight: 800;
}

.black {
    font-weight: 900;
}

.un {
    text-decoration: underline;
}

.in {
    display: inline-block;
}

.vam {
    vertical-align: middle;
}

.rel {
    position: relative;
}

.bl {
    display: block;
}

.abs {
    position: absolute;
}

.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.try {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.trx {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tc {
    display: table-cell;
    vertical-align: middle;
}

.dn {
    display: none;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.taj {
    text-align: justify;
}

.it {
    font-style: italic;
}

.sn {
    font-style: normal;
}

.popup {
    position: fixed;
    width: 120%;
    height: 100%;
    left: -10%;
    top: 0;
    overflow-y: scroll;
    background: rgba(11, 37, 53, 0.8);
    z-index: 11;
    display: none;
}

.b0 {
    border: 0;
}

.bn {
    background: none;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.wa {
    width: auto;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.poi {
    cursor: pointer;
}

.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.noup {
    text-transform: none;
}

.fix {
    position: fixed;
}

.tn {
    transform: none;
}

.bf {
    background: #fff;
}

.cf {
    color: #fff;
}

.c0 {
    color: #000;
}

.ap {
    appearance: none;
}

.nw {
    white-space: nowrap;
}

.ma {
    margin: 0 auto;
}

.oh {
    overflow: hidden;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    overflow-x: hidden;
    position: relative;
}

body:before {
    content: "";
    position: absolute;
    /*left: 0;*/
    /*top: 0;*/
    /*width: 240px;*/
    /*height: 458px;*/
    background: url('/assets/img/kontur640.svg');
    Width: 584px;
    Height: 584px;
    Left: -32px;
    Top: 5px;
    Opacity: 0.9;
    z-index: -1;
}

body:after {
    content: "";
    position: absolute;
    /*right: 0;*/
    /*top: 0;*/
    /*width: 292px;*/
    /*height: 496px;*/
    background: url('/assets/img/kontur640.svg');
    Width: 584px;
    Height: 584px;
    /*Left: 1386px;*/
    right: -290px;
    Top: 409px;
    Opacity: 0.9;
    z-index: -1;
}

body,
th,
td {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

a {
    color: #000;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: 'Roboto', sans-serif;
}

button,
input[type='submit'] {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    border: 0;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.an {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section,
header,
footer,
nav,
main {
    display: block;
}

.container-fluid {
    max-width: 1300px;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

* {
    outline: none !important;
}

.header {
    padding: 40px 0 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.header .catalog {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: rgba(1, 1, 1, 0.1) 0 6px 12px;
    display: none;
}

.header .catalog.opened {
    display: block;
}

.header .catalog h2 {
    margin-bottom: 32px;
    position: relative;
    font-weight: 400;
    font-size: 25px;
}

.header .catalog h2:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #77b66f;
    left: 0;
    bottom: -15px;
}

.header .catalog .item {
    width: 17%;
    margin-bottom: 40px;
}

.header .catalog .item p {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.header .catalog .item ul li {
    margin-bottom: 5px;
    display: block;
    margin: 0 0 5px 0;
}

.header .catalog .item ul li a {
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    display: block;
}

.header .logo {
    margin-left: 18px;
}

.header .logo a {
    text-decoration: none;
    font-weight: 700;
}

.header .logo a img {
    vertical-align: middle;
}

.header ul {
    margin-top: 20px;
}

.header ul li {
    display: inline-block;
    margin-right: 36px;
}

.header ul li:last-child {
    margin-right: 0;
}

.header ul li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
    padding: 20px 0 30px;
}

.header ul li a.active .fa {
    transform: rotate(180deg);
}

.header ul li a .fa {
    vertical-align: middle;
    font-size: 15px;
    color: #55974d;
    margin-left: 5px;
}

.header .links {
    margin-top: 20px;
}

.header .links a {
    display: inline-block;
    margin-right: 36px;
    font-weight: 300;
    text-decoration: none;
    font-size: 17px;
    padding: 0 0 0 32px;
}

.header .links a:nth-child(1) {
    background: url('/assets/img/header-icon-search5.png') no-repeat 0 0;
}

.header .links a:nth-child(2) {
    background: url('/assets/img/header-icon2.png') no-repeat 0 0;
}

.header .links a:nth-child(3) {
    background: url('/assets/img/header-icon3.png') no-repeat 0 2px;
}

.header .links a:last-child {
    margin-right: 0;
}

.header .user-block {
    margin: 15px 18px 0 0;
}

.header .user-block * {
    vertical-align: middle;
}

.header .user-block .langs-select {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.15;
    padding: 5px 7px 5px 8px;
    border-radius: 11.8px;
    background-color: #ececec;
}

.header .user-block .langs-select .fa {
    margin-left: 7px;
    color: #77b66f;
}

.header .user-block .line {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 35px;
    background-color: #55974d;
    margin: 0 8px;
}

.header .user-block .user {
    display: inline-block;
    width: 23px;
    height: 22px;
    background: url('/assets/img/header-icon4.png');
}

.header .menu-button {
    cursor: pointer;
    font-size: 24px;
    color: #55974d;
    margin-top: 16px;
    display: none;
}

.index-top-form {
    position: relative;
    margin-bottom: 50px;
}

.index-top-form .counts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url('/assets/img/peresechenie4.png'), url('/assets/img/kontur583.png');
    /*background: url('/assets/img/kontur583.png');*/
    width: 466px;
    height: 222px;
}

.index-top-form .counts .flex {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1%;
    border-radius: 10px;
    /*padding: 0 100px;*/
}

.index-top-form .counts .flex .item {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 8px;
    text-align: center;
    border-color: #000000;
}

.index-top-form .counts .flex .item span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin: 5px 0 -3px;
}

.index-top-form .form {
    width: 830px;
    height: 275px;
    background: url('/assets/img/component18.png');
    position: relative;
}

.index-top-form .form form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px;
    /*text-align: end;*/
}

.index-top-form .form form p {
    font-weight: 700;
    font-size: 24px;
    /*width: 60%;*/
    margin-bottom: 30px;
    line-height: 1.21;
}

.index-top-form .form form span {
    /*font-weight: 700;*/
    /*font-size: 24px;*/
    /*width: 60%; */
    margin-bottom: 30px;
    line-height: 1.21;
}

.index-top-form .form form .fields {
    width: 574px;
    height: 42px;
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.index-top-form .select-region {
    display: inline-block;
    margin-top: 4px;
    /*width: 130px;*/
    height: 33px;
    vertical-align: middle;
    appearance: none;
    text-align: center;
    font-weight: 300;
    border-right: #bababa 1px solid;
    text-align-last: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding-right: 10px;*/
    background: url('/assets/img/select.png') no-repeat right 15px top 50%;
}

.index-top-form .search-item {
    /*width: 444px;*/
    padding: 0 20px 0 32px;
    background: url('/assets/img/search.png') no-repeat left 14px top 50%;
}

.index-top-form .form form button {
    color: #fff;
    font-weight: 300;
    width: 135px;
    height: 42px;
    background-color: #77b66f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.search_input {
    padding: 0 35px 0 13px;
    background: url('/assets/img/search.png') no-repeat left 100% top 50%;
}

.search_wrap {
    display: flex;
    background: #ffffff;
    border-radius: 10px;
    margin: auto;
    width: 378px;
    justify-content: center;
}

.search_select {
    display: inline-block;
    margin-top: 4px;
    width: 130px;
    height: 33px;
    vertical-align: middle;
    appearance: none;
    text-align: center;
    font-weight: 300;
    border-right: #bababa 1px solid;
    text-align-last: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10%;
    background: url('/assets/img/select.png') no-repeat right 15px top 50%;
}

.index-top-form .counts form button {
    color: #fff;
    font-weight: 300;
    width: 135px;
    height: 42px;
    background-color: #77b66f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.header_button {
    color: #fff;
    font-weight: 300;
    width: 135px;
    height: 42px;
    background-color: #77b66f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.index-catalog.other {
    border: solid 1px #dfdfdf;
    background-color: #f8f8f8;
    padding-top: 30px;
}

.index-catalog.inner {
    padding-bottom: 30px;
}

.index-catalog .block-name {
    text-align: center;
    font-size: 24px;
    margin-bottom: 58px;
    position: relative;
}

.index-catalog .block-name.tal {
    text-align: left;
}

.index-catalog .block-name.tal:after {
    transform: none;
    left: 0;
}

.index-catalog .block-name:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 73px;
    height: 3px;
    background-color: #55974d;
}

.index-catalog .item {
    width: 24%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 17px 16px 17px;
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.index-catalog .item .image {
    text-align: center;
    margin-bottom: 24px;
    border-radius: 9px;
    /*border: solid 1px #e1e1e1;*/
    font-size: 0;
    position: relative;
}

.index-catalog .item .image img {
    display: inline-block;
    margin: -1px 0;
}

.index-catalog .item .image .fav-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 22px;
    background: url('/assets/img/fav.png');
    opacity: .4;
}

.index-catalog .item .image .fav-link:hover {
    opacity: 1;
}

.index-catalog .item .name {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.19;
}

.index-catalog .item .company {
    font-size: 13px;
    color: #3e89f8;
    margin-bottom: 18px;
    line-height: 1.23;
}

.index-catalog .item .items {
    font-size: 13px;
    margin-bottom: 18px;
    line-height: 1.23;
}

.index-catalog .item .price {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.19;
    color: #55974d;
}

.index-catalog .item .price span {
    font-weight: 700;
}

.index-catalog .item .links a {
    width: 33.33333334%;
    height: 61px;
    border-right: solid 1px #d5d5d5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: grayscale(100);
    opacity: .6;
}

.index-catalog .item .links a:hover {
    filter: none;
    opacity: 1;
}

.index-catalog .item .links a:nth-child(1) {
    background: url('/assets/img/item-icon1.png') no-repeat center;
}

.index-catalog .item .links a:nth-child(2) {
    background: url('/assets/img/item-icon2.png') no-repeat center;
}

.index-catalog .item .links a:nth-child(3) {
    background: url('/assets/img/item-icon3.png') no-repeat center;
}

.index-catalog .item .links a:last-child {
    border-right: 0;
}

.index-catalog .item .rating {
    text-align: right;
    font-weight: 500;
}

.index-catalog .item .rating .fa {
    font-size: 16px;
    color: #c1c1c1;
    margin-right: 4px;
}

.index-catalog .bottom-links {
    padding: 35px 0 55px;
}

.index-catalog .bottom-links .l {
    width: 84px;
}

.index-catalog .bottom-links .more {
    font-size: 16px;
}

.index-catalog .bottom-links .more .fa {
    vertical-align: middle;
    font-size: 30px;
    color: #55974d;
    margin: -4px 15px 0 0;
}

.index-catalog .bottom-links .all {
    font-size: 16px;
    color: #55974d;
}

.index-catalogs {
    padding: 50px 0 75px;
}

.index-catalogs .block-name {
    text-align: center;
    font-size: 24px;
    margin-bottom: 58px;
    position: relative;
}

.index-catalogs .block-name:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 73px;
    height: 3px;
    background-color: #55974d;
}

.index-catalogs .item {
    margin-bottom: 13px;
    position: relative;
    height: 237px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.index-catalogs .item.big {
    height: 487px;
}

.index-catalogs .item a {
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 28px;
    font-size: 13px;
}

.index-catalogs .item a.other {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.index-catalogs .item a span {
    display: block;
    font-size: 32px;
    font-weight: 300;
    line-height: 0.88;
    margin-bottom: 6px;
}

.footer {
    padding: 60px 0 150px;
    background-color: #242424;
    color: #fff;
}

.footer nav p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer nav ul li {
    margin-bottom: 5px;
}

.footer nav ul li a {
    color: #fff;
    font-size: 15.5px;
}

.footer .contacts p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer .contacts a {
    display: block;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 15.5px;
    padding-left: 35px;
}

.footer .contacts a.tel {
    background: url('/assets/img/phone.png') no-repeat left;
}

.footer .contacts a.mail {
    background: url('/assets/img/mail.png') no-repeat left;
}

.footer .logo {
    text-align: center;
    border-top: solid 1px #fff;
    margin-top: 64px;
    padding-top: 30px;
}

.footer .logo a {
    color: #fff;
    font-weight: 700;
}

.page-content {
    background: #fff;
    position: relative;
    z-index: 2;
    max-width: 1375px;
    padding: 0 45px;
    border-radius: 12px 12px 0 0;
    box-shadow: rgba(1, 1, 1, 0.1) 0 0 30px;
    margin: 28px auto 0 auto;
    padding-bottom: 30px;
}


.page-content .header {
    padding: 5px 0;
}

html.bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 586px;
    left: 0;
    top: 0;
    background: #fec939;
}

.navi {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 300;
}

.navi span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 10px;
    background: url('/assets/img/navi.png');
    margin: 0 5px;
}

.cart-page h1 {
    margin-bottom: 32px;
    position: relative;
    font-weight: 400;
    font-size: 25px;
}

.cart-page h1:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #77b66f;
    left: 0;
    bottom: -15px;
}

.cart-page .top-text {
    margin-bottom: 33px;
    margin-top: 5px;
}

.cart-page .list {
    padding: 25px 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.cart-page .list .company {
    margin-bottom: 20px;
    padding: 17px 29px 20px 22px;
    border-radius: 10px;
    border: solid 1px #e4e4e4;
    background-color: #f9f9f9;
    position: relative;
}

.cart-page .list .company a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url('/assets/img/add-comment.png') no-repeat 0 4px;
    right: 30px;
    padding-left: 30px;
}

.cart-page .list .company p {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #898989;
}

.cart-page .list .company .fa {
    font-size: 20px;
    color: #fec939;
    margin-right: 5px;
}

.cart-page .list .company .fa.bad {
    color: #dfdfdf;
}

.cart-page .list .item {
    margin-bottom: 23px;
}

.cart-page .list .item .name div {
    display: table-cell;
    vertical-align: middle;
    color: #909090;
}

.cart-page .list .item .name div span {
    font-size: 20px;
}

.cart-page .list .item .name div a {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

.cart-page .list .item .name div img {
    max-width: 1000000px;
    margin-right: 25px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: rgba(1, 1, 1, 0.1) 0 0 30px;
}

.cart-page .list .item .items {
    margin-top: 36px;
    margin-left: 250px;
}

.cart-page .list .item .items p {
    margin-bottom: 8px;
}

.cart-page .list .item .items .number {
    width: 113px;
    height: 43px;
    background: url('/assets/img/number.png');
    position: relative;
}

.cart-page .list .item .items .number input {
    width: 100%;
    height: 100%;
    text-align: center;
    background: none;
    font-size: 18px;
}

.cart-page .list .item .items .number span {
    position: absolute;
    width: 40px;
    height: 100%;
    cursor: pointer;
    top: 0;
}

.cart-page .list .item .items .number span.minus {
    left: 0;
}

.cart-page .list .item .items .number span.plus {
    right: 0;
}

.cart-page .list .item .summ {
    margin-right: 30px;
    margin-top: 36px;
}

.cart-page .list .item .summ p {
    margin-bottom: 15px;
}

.cart-page .list .item .summ span {
    font-size: 20px;
    color: #77b66f;
}

.cart-page .result {
    margin-bottom: 50px;
    font-size: 20px;
}

.cart-page .result span {
    font-weight: 700;
    font-size: 25px;
    color: #77b66f;
}

.cart-page .buttons {
    text-align: center;
    padding-bottom: 40px;
}

.cart-page .buttons button {
    margin: 0 15px 10px 15px;
    font-weight: 500;
    font-size: 18px;
    background: #fff;
    width: 220px;
    height: 50px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: solid 2px #fec939;
}

.cart-page .buttons button:hover {
    background: #fec939;
}

.companies-page {
    padding-bottom: 20px;
}

.companies-page h1 {
    margin-bottom: 32px;
    position: relative;
    font-weight: 400;
    font-size: 25px;
}

.companies-page h1:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #77b66f;
    left: 0;
    bottom: -15px;
}

.companies-page form {
    margin-bottom: 26px;
}

.companies-page form select {
    border: solid 1px #cdcdcd;
    border-radius: 10px;
    width: 326px;
    height: 42px;
    padding: 0 20px;
    appearance: none;
    background: url('/assets/img/select.png') no-repeat right 15px top 50%;
    margin-right: 20px;
}

.companies-page form input[type='text'] {
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    width: 574px;
    height: 42px;
    border-radius: 10px;
    padding: 0 20px;
    background: url('/assets/img/search.png') no-repeat right 20px top 50%;
}

.companies-page .letter {
    font-weight: 700;
    font-size: 22px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.companies-page .item {
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 25px 22px;
    position: relative;
}

.companies-page .item .count {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    text-align: center;
    color: #898989;
    font-size: 16px;
}

.companies-page .item .count span {
    display: block;
    font-size: 24px;
    margin-bottom: -10px;
}

.companies-page .item p {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #898989;
}

.companies-page .item .fa {
    font-size: 20px;
    color: #fec939;
    margin-right: 5px;
}

.companies-page .item .fa.bad {
    color: #dfdfdf;
}

.item-page {
    padding-bottom: 50px;
}

.item-page .info {
    width: 73%;
}

.item-page .info .photos {
    width: 58%;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 84px;
    position: relative;
}

.item-page .info .photos img {
    width: 100%;
}

.item-page .info .photos .slider-for {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
}

.item-page .info .photos .slider-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 78px;
}

.item-page .info .photos .slider-nav .item {
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    border: 4px solid transparent;
}

.item-page .info .photos .slider-nav .item.slick-current {
    border: 4px solid #999;
}

.item-page .info .photos .slider-nav .slick-prev {
    display: none !important;
}

.item-page .info .photos .slider-nav .slick-next {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 26px;
    height: 15px;
    font-size: 0;
    padding: 0;
    z-index: 2;
    background: url('/assets/img/next.png');
    margin-top: 10px;
}

.item-page .info .text {
    width: 38%;
    margin-bottom: 30px;
}

.item-page .info .text h1 {
    margin-bottom: 25px;
    font-size: 25px;
}

.item-page .info .text .fav-link {
    display: inline-block;
    padding-right: 40px;
    font-size: 18px;
    background: url('/assets/img/fav.png') no-repeat right;
    margin-bottom: 12px;
    color: rgba(1, 1, 1, 0.6);
}

.item-page .info .text .price {
    margin-bottom: 10px;
    font-size: 21px;
}

.item-page .info .text .price span {
    font-size: 39px;
    color: #77b66f;
}

.item-page .info .text .number {
    width: 113px;
    height: 43px;
    background: url('/assets/img/number.png');
    position: relative;
    margin-bottom: 10px;
}

.item-page .info .text .number input {
    width: 100%;
    height: 100%;
    text-align: center;
    background: none;
    font-size: 18px;
}

.item-page .info .text .number span {
    position: absolute;
    width: 40px;
    height: 100%;
    cursor: pointer;
    top: 0;
}

.item-page .info .text .number span.minus {
    left: 0;
}

.item-page .info .text .number span.plus {
    right: 0;
}

.item-page .info .text .buttons button {
    width: 48%;
    height: 46px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
}

.item-page .info .text .buttons button:nth-child(1) {
    background: #fec939;
}

.item-page .info .text .buttons button:nth-child(2) {
    background: #77b66f;
    color: #fff;
}

.item-page .info .tabNavigation {
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.05);
}

.item-page .info .tabNavigation li a {
    display: block;
    font-size: 18px;
    color: #727272;
    padding: 25px 40px;
    position: relative;
}

.item-page .info .tabNavigation li a.selected {
    color: #000;
    font-weight: 700;
}

.item-page .info .tabNavigation li a.selected:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
    background: #fec939;
}

.item-page .info .tab-content p {
    margin-bottom: 30px;
    font-size: 16px;
}

.item-page .info .tab-content .info-list {
    width: 48.5%;
}

.item-page .info .tab-content .info-list .item {
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2;
}

.item-page .info .tab-content .info-list .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 4px;
    opacity: .4;
    background: #787878;
}

.item-page .info .tab-content .info-list .item p {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    position: relative;
    z-index: 2;
    background: #fff;
    padding-right: 15px;
}

.item-page .info .tab-content .info-list .item div {
    float: right;
    position: relative;
    z-index: 2;
    background: #fff;
    padding-left: 15px;
}

.item-page .contacts {
    width: 23%;
}

.item-page .contacts .bg {
    border-radius: 10px;
    border: solid 1px #e4e4e4;
    background-color: #f9f9f9;
    padding: 25px;
    margin-bottom: 30px;
}

.item-page .contacts .bg .name {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
}

.item-page .contacts .bg p {
    font-size: 16px;
    margin-bottom: 22px;
}

.item-page .contacts .bg .contact {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.13;
    padding-left: 35px;
    position: relative;
}

.item-page .contacts .bg .contact img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.item-page .contacts .bg ul li {
    margin-bottom: 35px;
    padding: 3px 0 3px 35px;
    background: url('/assets/img/li.png') no-repeat 0 0;
    font-size: 16px;
    line-height: 1.13;
}

.item-page .contacts .bg ul li:last-child {
    margin-bottom: 0;
}

.developers-list {
    padding-bottom: 40px;
}

.developers-list .block-name {
    text-align: center;
    font-size: 24px;
    margin-bottom: 90px;
    position: relative;
}

.developers-list .block-name:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 73px;
    height: 3px;
    background-color: #55974d;
}

.developers-list .list {
    padding: 0 25px;
}

.developers-list .list .slick-prev,
.developers-list .list .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 16px;
    height: 29px;
}

.developers-list .list .slick-prev {
    left: 0;
    background: url('/assets/img/prev2.png');
}

.developers-list .list .slick-next {
    right: 0;
    background: url('/assets/img/next2.png');
}

.developers-list .list .item {
    text-align: center;
}

.developers-list .list .item img {
    display: inline-block;
}

.catalog-page .filter {
    padding: 30px 24px 27px;
    box-shadow: 2.5px 3.2px 40px 0 rgba(0, 0, 0, 0.17);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.catalog-page .filter .name {
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
}

.catalog-page .filter .item {
    padding: 30px 0;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.catalog-page .filter .item:last-child {
    border-bottom: 0;
}

.catalog-page .filter .item p {
    font-size: 18px;
    margin-bottom: 20px;
}

.catalog-page .filter .item .check {
    position: relative;
    margin-bottom: 14px;
}

.catalog-page .filter .item .check.hidden {
    display: none;
}

.catalog-page .filter .item .check input {
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
}

.catalog-page .filter .item .check label {
    display: block;
    cursor: pointer;
    padding-left: 25px;
}

.catalog-page .filter .item .link {
    text-align: center;
    padding-top: 15px;
}

.catalog-page .filter .item .link a {
    color: #77b66f;
}

.catalog-page .filter .item .price-slider .ui-widget.ui-widget-content {
    border: 0;
}

.catalog-page .filter .item .price-slider .ui-widget-content {
    background-color: #a3a3a3;
}

.catalog-page .filter .item .price-slider .ui-slider-horizontal {
    height: 4px;
}

.catalog-page .filter .item .price-slider .ui-widget-header {
    background: #77b66f;
}

.catalog-page .filter .item .price-slider .ui-state-default,
.catalog-page .filter .item .price-slider .ui-widget-content .ui-state-default,
.catalog-page .filter .item .price-slider .ui-widget-header .ui-state-default,
.catalog-page .filter .item .price-slider .ui-button,
.catalog-page .filter .item .price-slider html .ui-button.ui-state-disabled:hover,
.catalog-page .filter .item .price-slider html .ui-button.ui-state-disabled:active {
    width: 19px;
    height: 19px;
    background: #77b66f;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(45deg);
    margin: -3px 0 0 -11px;
}

.catalog-page .filter .item .price-slider input[type='text'] {
    margin-top: 20px;
    width: 50%;
    padding: 0 20px;
}

.catalog-page .filter .item .price-slider input[type='text'].last {
    text-align: right;
}

.catalog-page .filter .item .buttons {
    text-align: center;
    margin: 30px 0 -40px;
}

.catalog-page .filter .item .buttons button {
    display: block;
    margin: 9px auto;
    width: 115px;
    height: 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.catalog-page .filter .item .buttons button:nth-child(1) {
    color: #fff;
    background: #77b66f;
}

.catalog-page .filter .item .buttons button:nth-child(2) {
    color: #727272;
    background: #e1e1e1;
}

.catalog-page .catalog-item {
    padding: 15px 17px 16px 17px;
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    margin-bottom: 23px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.catalog-page .catalog-item .image {
    text-align: center;
    margin-bottom: 24px;
    border-radius: 9px;
    border: solid 1px #e1e1e1;
    font-size: 0;
    padding: 20px 10px;
    position: relative;
}

.catalog-page .catalog-item .image img {
    display: inline-block;
}

.catalog-page .catalog-item .image .fav-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 22px;
    background: url('/assets/img/fav.png');
    opacity: .4;
}

.catalog-page .catalog-item .image .fav-link:hover {
    opacity: 1;
}

.catalog-page .catalog-item .name {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.19;
}

.catalog-page .catalog-item .company {
    font-size: 13px;
    color: #3e89f8;
    margin-bottom: 18px;
    line-height: 1.23;
}

.catalog-page .catalog-item .items {
    font-size: 13px;
    margin-bottom: 18px;
    line-height: 1.23;
}

.catalog-page .catalog-item .price {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.19;
    color: #55974d;
}

.catalog-page .catalog-item .price span {
    font-weight: 700;
}

.catalog-page .catalog-item .links a {
    width: 33.33333334%;
    height: 61px;
    border-right: solid 1px #d5d5d5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: grayscale(100);
    opacity: .6;
}

.catalog-page .catalog-item .links a:hover {
    filter: none;
    opacity: 1;
}

.catalog-page .catalog-item .links a:nth-child(1) {
    background: url('/assets/img/item-icon1.png') no-repeat center;
}

.catalog-page .catalog-item .links a:nth-child(2) {
    background: url('/assets/img/item-icon2.png') no-repeat center;
}

.catalog-page .catalog-item .links a:nth-child(3) {
    background: url('/assets/img/item-icon3.png') no-repeat center;
}

.catalog-page .catalog-item .links a:last-child {
    border-right: 0;
}

.catalog-page .catalog-item .rating {
    text-align: right;
    font-weight: 500;
}

.catalog-page .catalog-item .rating .fa {
    font-size: 16px;
    color: #c1c1c1;
    margin-right: 4px;
}

.catalog-page .pages {
    text-align: center;
    padding: 30px 0;
}

.catalog-page .pages a {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #474747;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.catalog-page .pages a.active,
.catalog-page .pages a:hover {
    color: #fff;
    background: #55974d;
}

.catalog-page .pages a.active .fa,
.catalog-page .pages a:hover .fa {
    color: #fff;
}

.catalog-page .pages a .fa {
    color: #55974d;
    font-size: 30px;
    vertical-align: middle;
}

.oferta-page {
    padding-bottom: 20px;
}

.oferta-page h1 {
    margin-bottom: 32px;
    position: relative;
    font-weight: 400;
    font-size: 25px;
}

.oferta-page h1:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #77b66f;
    left: 0;
    bottom: -15px;
}

.oferta-page p {
    margin-bottom: 30px;
    color: #727272;
    font-size: 18px;
    line-height: 28px;
}

.catalog-page2 {
    padding-bottom: 20px;
}

.catalog-page2 h1 {
    margin-bottom: 32px;
    position: relative;
    font-weight: 400;
    font-size: 25px;
}

.catalog-page2 h1:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #77b66f;
    left: 0;
    bottom: -15px;
}

.catalog-page2 .item {
    width: 17%;
    margin-bottom: 40px;
}

.catalog-page2 .item p {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.catalog-page2 .item ul li {
    margin-bottom: 5px;
}

.catalog-page2 .item ul li a {
    font-weight: 300;
    font-size: 16px;
    display: block;
}

.about-page {
    padding-bottom: 40px;
}

.about-page .top-info {
    height: 603px;
    background: url('/assets/img/flat-lay-back-s.png') center;
    margin: 0 -45px;
    position: relative;
}

.about-page .top-info .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 466px;
    text-align: center;
}

.about-page .top-info .text h1 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
}

.about-page .top-info .text p {
    font-size: 15px;
    margin-bottom: 18px;
}

.about-page h2 {
    margin-top: 80px;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

.about-page .bottom-text {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    padding: 0 100px;
    line-height: 19px;
}

.login-page {
    background: #fec939 url('/assets/img/new-login-bg.png') center / cover;
    margin: 0px -45px -30px -45px;
    padding: 30px 45px 70px 45px;
}

.login-page .flex {
    padding: 0 100px 0 55px;
}

.login-page .text {
    width: 42%;
    font-size: 17px;
    padding-top: 45px;
}

.login-page .text span {
    display: block;
    font-size: 38px;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 45px;
}

.login-page form {
    width: 436px;
    padding: 36px 30px 53px;
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}

.login-page form .name {
    margin-bottom: 52px;
    position: relative;
    font-size: 25px;
}

.login-page form .name:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 188px;
    height: 4px;
    background: #77b66f;
    bottom: -20px;
}

.login-page form input[type='text'],
.login-page form input[type='password'] {
    width: 100%;
    height: 42px;
    margin-bottom: 18px;
    padding: 0 18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
}

.login-page form input[type='text'] {
    background: url('/assets/img/inp1.png') no-repeat right 15px top 50%;
}

.login-page form input[type='password'] {
    background: url('/assets/img/inp2.png') no-repeat right 15px top 50%;
}

.login-page form .button1 {
    padding-bottom: 26px;
    border-bottom: 1px solid #bdbdbd;
}

.login-page form .button1 button {
    font-weight: 700;
    font-size: 15px;
    width: 178px;
    height: 46px;
    background: #fec939;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.login-page form .button1 a {
    display: block;
    margin-top: 24px;
    font-size: 12px;
    color: #9b9b9b;
}

.login-page form .button2 {
    padding-top: 36px;
}

.login-page form .button2 p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}

.login-page form .button2 a {
    font-size: 15px;
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: solid 1px #707070;
    width: 177px;
    height: 46px;
}

.cabinet-page .cabinet-button {
    width: 100%;
    background: #fec939;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 30px;
    display: none;
}

.cabinet-page .left-menu {
    width: 20%;
}

.cabinet-page .left-menu .name {
    margin-bottom: 45px;
    padding: 10px 30px 0 30px;
    position: relative;
}

.cabinet-page .left-menu .name:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #77b66f;
    left: 30px;
    bottom: -20px;
}

.cabinet-page .left-menu .name span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.cabinet-page .left-menu .name2 {
    font-weight: 300;
    font-size: 22px;
    padding: 0 30px;
    margin-bottom: 15px;
}

.cabinet-page .left-menu ul {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px 0;
    box-shadow: 2.5px 3.2px 40px 0 rgba(0, 0, 0, 0.17);
}

.cabinet-page .left-menu ul li {
    border-bottom: 1px solid #e0e0e0;
}

.cabinet-page .left-menu ul li:last-child {
    border-bottom: 0;
}

.cabinet-page .left-menu ul li a {
    height: 48px;
    display: block;
    position: relative;
    font-weight: 700;
    color: #000;
}

.cabinet-page .left-menu ul li a:hover,
.cabinet-page .left-menu ul li a.active {
    background: #fec939;
}

.cabinet-page .left-menu ul li a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.cabinet-page .left-menu ul li a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 63px;
}

.cabinet-page .left-menu ul li ul {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    box-shadow: none;
}

.cabinet-page .left-menu ul li ul li {
    border-bottom: 0;
}

.cabinet-page .left-menu ul li ul li a {
    font-weight: 400;
    height: auto;
    line-height: 17px;
    padding: 18px 20px 18px 63px;
    background: url('/assets/img/li2.png') no-repeat left 46px top 50%;
}

.cabinet-page .left-menu ul li ul li a:hover,
.cabinet-page .left-menu ul li ul li a.active {
    background: #fec939 url('/assets/img/li2.png') no-repeat left 46px top 50%;
}

.cabinet-page .cabinet-content {
    width: 77%;
}

.cabinet-page .cabinet-content h1 {
    margin-bottom: 36px;
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 23px;
}

.cabinet-page .cabinet-content h1:after {
    content: "";
    position: absolute;
    width: 74px;
    height: 3px;
    left: 0;
    bottom: -12px;
    background: #77b66f;
}

.cabinet-page .cabinet-content h2 {
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
}

.cabinet-page .cabinet-content form {
    margin-bottom: 26px;
}

.cabinet-page .cabinet-content form input[type='text'] {
    width: 100%;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
    height: 40px;
    padding: 0 20px 0 40px;
    background: url('/assets/img/search.png') no-repeat left 15px top 50%;
}

.cabinet-page .cabinet-content .table {
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}

.cabinet-page .cabinet-content .table table {
    width: 100%;
}

.cabinet-page .cabinet-content .table table tr {
    border-bottom: 1px solid #e0e0e0;
}

.cabinet-page .cabinet-content .table table tr td {
    border-right: 1px solid #e0e0e0;
}

.cabinet-page .cabinet-content .table table tr td:last-child {
    border-right: 0;
}

.cabinet-page .cabinet-content .table table thead tr td {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    padding: 23px 15px;
}

.cabinet-page .cabinet-content .table table thead tr td:nth-child(3) {
    text-align: left;
}

.cabinet-page .cabinet-content .table table tbody tr:last-child {
    border-bottom: 0;
}

.cabinet-page .cabinet-content .table table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 28px 10px;
    font-weight: 500;
}

.cabinet-page .cabinet-content .table table tbody tr td:nth-child(3) {
    text-align: left;
}

.cabinet-page .cabinet-content .table table tbody tr td .n {
    display: none;
}

.cabinet-page .cabinet-content .table table tbody tr td .image {
    text-align: center;
    border-radius: 9px;
    border: solid 1px #e1e1e1;
    font-size: 0;
    position: relative;
}

.cabinet-page .cabinet-content .table table tbody tr td .image img {
    display: inline-block;
    width: 65px;
    max-width: 65px;
    margin: -1px 0;
}

.cabinet-page .cabinet-content .table table tbody tr td .checkbox {
    display: none;
}

.cabinet-page .cabinet-content .table table tbody tr td .checkbox + label {
    display: inline-block;
    cursor: pointer;
    width: 67px;
    height: 28px;
    background: #83bb7b;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    position: relative;
    margin: 0;
}

.cabinet-page .cabinet-content .table table tbody tr td .checkbox + label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 18px;
    height: 18px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cabinet-page .cabinet-content .table table tbody tr td .checkbox:checked + label:before {
    left: 42px;
}

.cabinet-page .cabinet-content .table table tbody tr td .links {
    white-space: nowrap;
}

.cabinet-page .cabinet-content .table table tbody tr td .links.other2 {
    text-align: center;
}

.cabinet-page .cabinet-content .table table tbody tr td .links.other2 a {
    margin: 8px auto !important;
    display: block;
}

.cabinet-page .cabinet-content .table table tbody tr td .links button {
    font-weight: 500;
    font-size: 13px;
    margin-right: 20px;
    width: 154px;
    height: 36px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #fec939;
}

.cabinet-page .cabinet-content .table table tbody tr td .links a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cabinet-page .cabinet-content .table table tbody tr td .links a:last-child {
    margin-right: 0;
}

.cabinet-page .cabinet-content .table table tbody tr td .links a.imac {
    width: 25px;
    height: 22px;
    background: url('/assets/img/imac.png');
}

.cabinet-page .cabinet-content .table table tbody tr td .links a.delete {
    width: 18px;
    height: 18px;
    background: url('/assets/img/delete.png');
}

.cabinet-page .cabinet-content .table table tbody tr td .links a.delete2 {
    width: 16px;
    height: 23px;
    background: url('/assets/img/delete2.png');
}

.cabinet-page .cabinet-content .table table tbody tr td .links a.eye {
    width: 25px;
    height: 18px;
    background: url('/assets/img/eye.png');
}

.cabinet-page .cabinet-content .table table tbody tr td .links a.fav {
    width: 23px;
    height: 22px;
    background: url('/assets/img/star.png');
}

.cabinet-page .cabinet-content .table .pages {
    text-align: center;
    padding: 34px 0 48px;
    border-top: 1px solid #e0e0e0;
}

.cabinet-page .cabinet-content .table .pages a {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    color: #474747;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.cabinet-page .cabinet-content .table .pages a.active,
.cabinet-page .cabinet-content .table .pages a:hover {
    color: #fff;
    background: #77b66f;
}

.cabinet-page .cabinet-content .table .pages a.active .fa,
.cabinet-page .cabinet-content .table .pages a:hover .fa {
    color: #fff;
}

.cabinet-page .cabinet-content .table .pages a .fa {
    color: #77b66f;
    font-size: 24px;
    vertical-align: middle;
}

.cabinet-page .cabinet-content .back-link {
    text-align: center;
    padding: 30px 0;
}

.cabinet-page .cabinet-content .back-link.tar {
    text-align: right;
}

.cabinet-page .cabinet-content .back-link button {
    font-weight: 500;
    font-size: 18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
    width: 214px;
    height: 50px;
    border: solid 2px #fec939;
}

.cabinet-page .cabinet-content .back-link button.other {
    background: #fec939;
}

.cabinet-page .cabinet-content .back-link button:hover {
    background: #fec939;
}

.cabinet-page .cabinet-content .feedback select {
    width: 271px;
    height: 42px;
    border: solid 1px #cdcdcd;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 0 12px;
    appearance: none;
    background: url('/assets/img/select.png') no-repeat right 15px top 50%;
    margin-right: 100px;
}

.cabinet-page .cabinet-content .feedback input[type='text'] {
    width: 400px;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
    height: 40px;
    padding: 0 20px 0 40px;
    background: url('/assets/img/search.png') no-repeat left 15px top 50%;
}

.cabinet-page .cabinet-content .feedback .message {
    margin-top: 23px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
}

.cabinet-page .cabinet-content .feedback .message .name {
    padding: 18px 33px;
    font-weight: 500;
    font-size: 24px;
    line-height: 23px;
    border-bottom: 1px solid #e0e0e0;
}

.cabinet-page .cabinet-content .feedback .message .text {
    padding: 25px 33px;
}

.cabinet-page .cabinet-content .feedback .message .text p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 25px;
}

.cabinet-page .cabinet-content .feedback .message .button {
    text-align: right;
    padding-right: 50px;
}

.cabinet-page .cabinet-content .feedback .message .button * {
    vertical-align: middle;
}

.cabinet-page .cabinet-content .feedback .message .button button {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    width: 180px;
    height: 47px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #77b66f;
    margin-right: 25px;
}

.cabinet-page .cabinet-content .feedback .message .button a {
    display: inline-block;
    width: 16px;
    height: 23px;
    background: url('/assets/img/delete2.png');
}

.cabinet-page .cabinet-content .tools .item {
    margin-bottom: 55px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.21);
    text-align: center;
    padding: 24px 15px 46px 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.cabinet-page .cabinet-content .tools .item span {
    display: block;
    margin-top: 22px;
    font-size: 27px;
    color: #77b66f;
}

.cabinet-page .cabinet-content .tools .stat {
    box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.04);
    padding: 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 58px;
}

.cabinet-page .cabinet-content .tools .stat p {
    color: #4d4f5c;
    font-size: 13px;
    line-height: 9px;
    margin-bottom: 13px;
}

.cabinet-page .cabinet-content .tools .stat button {
    display: block;
    font-size: 9px;
    margin-bottom: 15px;
    width: 95px;
    height: 24px;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #d7dae2;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cabinet-page .cabinet-content .company h2 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
}

.cabinet-page .cabinet-content .company label {
    display: block;
    font-weight: 300;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.67;
}

.cabinet-page .cabinet-content .company input[type='text'] {
    width: 90%;
    height: 33px;
    padding: 0 16px;
    margin-bottom: 18px;
    font-size: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
}

.cabinet-page .cabinet-content .company input[type='text'].date {
    background: url('/assets/img/calendar.png') no-repeat right 15px top 50%;
}

.cabinet-page .cabinet-content .company textarea {
    width: 100%;
    height: 135px;
    padding: 16px;
    margin-bottom: 45px;
    font-size: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
}

.cabinet-page .cabinet-content .company .upload {
    text-align: center;
    padding-top: 10px;
}

.cabinet-page .cabinet-content .company .upload p {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 20px;
}

.cabinet-page .cabinet-content .company .upload button {
    margin-bottom: 35px;
    color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-size: 12px;
    background: #fec939;
    width: 74px;
    height: 25px;
}

.cabinet-page .cabinet-content .company .buttons {
    text-align: center;
    padding-bottom: 30px;
}

.cabinet-page .cabinet-content .company .buttons.other {
    padding: 40px 0 30px;
}

.cabinet-page .cabinet-content .company .buttons button {
    margin: 0 15px 10px 15px;
    font-weight: 500;
    font-size: 18px;
    background: #fff;
    width: 220px;
    height: 50px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: solid 2px #fec939;
}

.cabinet-page .cabinet-content .company .buttons button:hover {
    background: #fec939;
}

.cabinet-page .cabinet-content .menu {
    padding-bottom: 15px;
}

.cabinet-page .cabinet-content .menu a {
    display: inline-block;
    margin: 0 42px 15px 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 13px;
    color: #77b66f;
    text-align: center;
    width: 154px;
    height: 36px;
    line-height: 34px;
    border: solid 1px #77b66f;
}

.cabinet-page .cabinet-content .menu a.active {
    color: #fff;
    background: #77b66f;
}

.cabinet-page .cabinet-content .add-category .langs {
    padding: 0 !important;
}

.cabinet-page .cabinet-content .add-category .langs a {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color: #acacac;
    padding: 20px 10px;
    border-radius: 12px 12px 0 0;
}

.cabinet-page .cabinet-content .add-category .langs a.active {
    background: #f0f0f0;
    color: #000;
    font-weight: 700;
}

.cabinet-page .cabinet-content .add-category .fields {
    background: #f0f0f0;
    border-radius: 0 0 12px 12px;
    padding: 30px 25px;
    margin-bottom: 36px;
}

.cabinet-page .cabinet-content .add-category .fields label {
    display: block;
    margin-bottom: 12px;
}

.cabinet-page .cabinet-content .add-category .fields input[type='text'] {
    width: 100%;
    height: 42px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    border: solid 1px #cbcbcb;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 0 20px;
}

.cabinet-page .cabinet-content .add-category .fields textarea {
    width: 100%;
    height: 152px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    border: solid 1px #cbcbcb;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 16px 20px;
}

.cabinet-page .cabinet-content .add-category .flex {
    padding: 0 30px 30px 30px;
}

.cabinet-page .cabinet-content .add-category .flex select {
    border: solid 1px #cdcdcd;
    border-radius: 10px;
    width: 502px;
    height: 42px;
    padding: 0 20px;
    appearance: none;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    background: url('/assets/img/select.png') no-repeat right 15px top 50%;
}

.cabinet-page .cabinet-content .add-category .flex .active {
    margin-top: -5px;
    text-align: center;
}

.cabinet-page .cabinet-content .add-category .flex .active .checkbox {
    display: none;
}

.cabinet-page .cabinet-content .add-category .flex .active .checkbox + label {
    display: inline-block;
    cursor: pointer;
    width: 67px;
    height: 28px;
    background: #83bb7b;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    position: relative;
}

.cabinet-page .cabinet-content .add-category .flex .active .checkbox + label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 18px;
    height: 18px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cabinet-page .cabinet-content .add-category .flex .active .checkbox:checked + label:before {
    left: 42px;
}

.cabinet-page .cabinet-content .add-category .field-text {
    margin-bottom: 10px;
}

.cabinet-page .cabinet-content .add-category select {
    border: solid 1px #cdcdcd;
    border-radius: 10px;
    width: 100%;
    height: 42px;
    padding: 0 20px;
    appearance: none;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    background: url('/assets/img/select.png') no-repeat right 15px top 50%;
    margin-bottom: 32px;
}

.cabinet-page .cabinet-content .add-category input[type='text'] {
    border: solid 1px #cdcdcd;
    border-radius: 10px;
    width: 100%;
    height: 42px;
    padding: 0 20px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    margin-bottom: 32px;
}

.cabinet-page .cabinet-content .add-category .upload {
    background: #f0f0f0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 36px;
    margin-top: -5px;
}

.cabinet-page .cabinet-content .add-category .upload p {
    margin-bottom: 12px;
}

.cabinet-page .cabinet-content .add-category .upload p span {
    font-weight: 500;
}

.cabinet-page .cabinet-content .add-category .upload .size {
    font-size: 12px;
    margin-bottom: 12px;
    color: rgba(1, 1, 1, 0.5);
}

.cabinet-page .cabinet-content .add-category .upload button {
    background: #fec939;
    width: 158px;
    height: 42px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: 700;
}

.cabinet-page .cabinet-content .add-category .upload button.other {
    background: #dcdcdc;
}

.cabinet-page .cabinet-content .add-category .upload button.other span {
    width: 19px;
    height: 19px;
    background: url('/assets/img/delete3.png');
}

.cabinet-page .cabinet-content .add-category .upload button span {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('/assets/img/upload.png');
    margin-left: 20px;
}

.cabinet-page .cabinet-content .add-category .upload .items {
    padding: 16px 0 1px;
}

.cabinet-page .cabinet-content .add-category .upload .items .item {
    width: 74px;
    height: 74px;
    background: #fff;
    border: solid 1px #e1e1e1;
    line-height: 74px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 0 15px 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cabinet-page .cabinet-content .add-category .upload .items .item img {
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%;
}

.cabinet-page .cabinet-content .add-category .button {
    text-align: center;
    padding: 10px 0 40px;
}

.cabinet-page .cabinet-content .add-category .button button {
    font-weight: 500;
    font-size: 18px;
    background: #fec939;
    width: 215px;
    height: 42px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.cabinet-page .cabinet-content .add-category .name {
    font-weight: 700;
    margin-bottom: 26px;
    position: relative;
}

.cabinet-page .cabinet-content .add-category .name:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c6c6c6;
    left: 0;
    top: 50%;
}

.cabinet-page .cabinet-content .add-category .name span {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    background: #fff;
    z-index: 2;
}

.cabinet-page .cabinet-content .add-category .select {
    padding-bottom: 25px;
}

.cabinet-page .cabinet-content .add-category .select .radio {
    display: none;
}

.cabinet-page .cabinet-content .add-category .select .radio + label {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #888787;
    padding: 3px 0 3px 30px;
    margin: 0 20px 20px 0;
    background: url('/assets/img/radio.png') no-repeat 0 0;
}

.cabinet-page .cabinet-content .add-category .select .radio:checked + label {
    background: url('/assets/img/radio2.png') no-repeat 0 0;
}

.cabinet-page .cabinet-content .add-category .select .checkbox {
    display: none;
}

.cabinet-page .cabinet-content .add-category .select .checkbox + label {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #888787;
    padding: 3px 0 3px 30px;
    margin: 0 20px 20px 0;
    background: url('/assets/img/checkbox.png') no-repeat 0 0;
}

.cabinet-page .cabinet-content .add-category .select .checkbox:checked + label {
    background: url('/assets/img/checkbox2.png') no-repeat 0 0;
}

.cabinet-page .cabinet-content .add-category .select textarea {
    width: 100%;
    height: 110px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.21);
}

.cabinet-page .cabinet-content .top-button {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #fec939;
    width: 214px;
    height: 50px;
}

.cabinet-page .cabinet-content .filter input[type='text'] {
    width: 35%;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
    height: 40px;
    padding: 0 20px 0 40px;
    background: url('/assets/img/search.png') no-repeat left 15px top 50%;
    margin-bottom: 18px;
}

.cabinet-page .cabinet-content .filter select {
    width: 21%;
    height: 42px;
    border: solid 1px #e9e9e9;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 0 12px;
    appearance: none;
    background: url('/assets/img/select.png') no-repeat right 15px top 50%;
    margin-bottom: 18px;
}

.cabinet-page .cabinet-content .filter button {
    width: 21%;
    height: 42px;
    font-weight: 700;
    color: #fff;
    background: #77b66f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 18px;
}

.cabinet-page .cabinet-content .filter button.other {
    color: #000;
    background: #f3f3f3;
}

.cabinet-page .cabinet-content .filter button.other2 {
    background: #fec939;
    text-align: left;
    padding: 0 15px;
    color: #000;
}

.cabinet-page .cabinet-content .filter button.other2 .fa {
    float: right;
    font-size: 20px;
}

.cabinet-page .cabinet-content .filter .empty {
    width: 56.5%;
}

.cabinet-page .cabinet-content .filter .empty2 {
    width: 35%;
}

.cabinet-page .cabinet-content .reviews .top-text {
    display: inline-block;
    vertical-align: top;
    margin-right: 90px;
}

.cabinet-page .cabinet-content .reviews .top-text p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.cabinet-page .cabinet-content .reviews .top-text .fa {
    font-size: 20px;
    color: #fec939;
    margin-right: 6px;
}

.cabinet-page .cabinet-content .reviews .rating {
    border-radius: 15px;
    border: solid 1px #fec939;
    padding: 16px 18px 10px 18px;
    display: inline-block;
    margin-bottom: 25px;
    vertical-align: top;
}

.cabinet-page .cabinet-content .reviews .rating.other .item .fa {
    color: #e0e0e0;
}

.cabinet-page .cabinet-content .reviews .rating .item:last-child {
    margin-bottom: 0;
}

.cabinet-page .cabinet-content .reviews .rating .item label {
    font-weight: 300;
    font-size: 15px;
    display: inline-block;
    width: 180px;
}

.cabinet-page .cabinet-content .reviews .rating .item .fa {
    font-size: 18px;
    color: #fec939;
    margin-left: 6px;
}

.cabinet-page .cabinet-content .reviews nav {
    margin-bottom: 15px;
    padding: 0 20px;
}

.cabinet-page .cabinet-content .reviews nav a {
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    color: #77b66f;
    margin-right: 70px;
}

.cabinet-page .cabinet-content .reviews nav a:last-child {
    margin-right: 0;
}

.cabinet-page .cabinet-content .reviews .line {
    margin-bottom: 24px;
    border-radius: 10px;
    box-shadow: 2.6px 1.5px 7.7px 2.3px rgba(0, 0, 0, 0.11);
}

.cabinet-page .cabinet-content .reviews .line .name span {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 35px;
}

.cabinet-page .cabinet-content .reviews .line .name span:last-child {
    padding-right: 0;
    border-left: 1px solid #e0e0e0;
}

.cabinet-page .cabinet-content .reviews .line .rate {
    font-size: 15px;
    padding: 12px 35px 12px 15px;
    border-left: 1px solid #e0e0e0;
    font-weight: 500;
}

.cabinet-page .cabinet-content .reviews .line .rate.other .fa {
    color: #e0e0e0;
}

.cabinet-page .cabinet-content .reviews .line .rate span {
    margin-right: 5px;
}

.cabinet-page .cabinet-content .reviews .line .rate .fa {
    vertical-align: middle;
    font-size: 18px;
    color: #fec939;
    margin-left: 6px;
}

.cabinet-page .cabinet-content .reviews .field-name {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 10px;
}

.cabinet-page .cabinet-content .reviews textarea {
    margin-bottom: 32px;
    width: 100%;
    height: 132px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 2.6px 1.5px 7.7px 2.3px rgba(0, 0, 0, 0.11);
}

.cabinet-page .cabinet-content .reviews p {
    padding: 15px 0;
    font-weight: 500;
    font-size: 17px;
}

.cabinet-page .cabinet-content .delivery-settings {
    padding-bottom: 50px;
}

.cabinet-page .cabinet-content .delivery-settings .top-text {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 20px;
}

.cabinet-page .cabinet-content .delivery-settings .list {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2.6px 1.5px 7.7px 2.3px rgba(0, 0, 0, 0.11);
    max-width: 535px;
}

.cabinet-page .cabinet-content .delivery-settings .list .region {
    padding: 10px 16px;
    font-weight: 300;
}

.cabinet-page .cabinet-content .delivery-settings .list .region span {
    display: block;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
}

.cabinet-page .cabinet-content .delivery-settings .list .price {
    font-weight: 500;
    font-size: 17px;
    padding: 10px 16px;
    border-left: 2px solid #e0e0e0;
}

.cabinet-page .cabinet-content .delivery-settings .list .item {
    padding: 16px;
    border-top: 2px solid #e0e0e0;
}

.cabinet-page .cabinet-content .delivery-settings .list .item input {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: -4px 6px 0 0;
}

.cabinet-page .cabinet-content .delivery-settings .list .item label {
    cursor: pointer;
    font-size: 17px;
    margin-bottom: 0;
}

.cabinet-page .cabinet-content .delivery-settings .list .item a {
    font-weight: 300;
    padding-right: 30px;
    font-size: 17px;
    background: url('/assets/img/edit.png') no-repeat right;
    float: right;
}

.cabinet-page .cabinet-content .company-details {
    padding-bottom: 50px;
}

.cabinet-page .cabinet-content .company-details .top-text {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.cabinet-page .cabinet-content .company-details .field-text {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 10px;
}

.cabinet-page .cabinet-content .company-details input[type='text'],
.cabinet-page .cabinet-content .company-details input[type='password'] {
    width: 100%;
    height: 34px;
    margin-bottom: 32px;
    padding: 0 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
}

.cabinet-page .cabinet-content .company-details input[type='text'].inp1,
.cabinet-page .cabinet-content .company-details input[type='password'].inp1 {
    background: url('/assets/img/inp1.png') no-repeat right 15px top 50%;
}

.cabinet-page .cabinet-content .company-details input[type='text'].inp2,
.cabinet-page .cabinet-content .company-details input[type='password'].inp2 {
    background: url('/assets/img/inp2.png') no-repeat right 15px top 50%;
}

.cabinet-page .cabinet-content .company-details select {
    width: 100%;
    height: 34px;
    margin-bottom: 32px;
    padding: 0 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    appearance: none;
    background: url('/assets/img/select2.png') no-repeat right 15px top 50%;
}

.cabinet-page .cabinet-content .company-details button {
    margin: 0 auto;
    display: block;
    background: #fff;
    font-weight: 500;
    font-size: 18px;
    width: 214px;
    height: 50px;
    background: #fec939;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
}

.cabinet-page .cabinet-content .company-info {
    padding-bottom: 50px;
}

.cabinet-page .cabinet-content .company-info .top-text {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.cabinet-page .cabinet-content .company-info .field-text {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 10px;
}

.cabinet-page .cabinet-content .company-info input[type='text'],
.cabinet-page .cabinet-content .company-info input[type='password'] {
    width: 100%;
    height: 34px;
    margin-bottom: 32px;
    padding: 0 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
}

.cabinet-page .cabinet-content .company-info input[type='text'].inp1,
.cabinet-page .cabinet-content .company-info input[type='password'].inp1 {
    background: url('/assets/img/inp1.png') no-repeat right 15px top 50%;
}

.cabinet-page .cabinet-content .company-info input[type='text'].inp2,
.cabinet-page .cabinet-content .company-info input[type='password'].inp2 {
    background: url('/assets/img/inp2.png') no-repeat right 15px top 50%;
}

.cabinet-page .cabinet-content .company-info textarea {
    width: 100%;
    height: 160px;
    margin-bottom: 32px;
    padding: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
}

.cabinet-page .cabinet-content .company-info textarea.inp1 {
    background: url('/assets/img/inp1.png') no-repeat right 15px top 50%;
}

.cabinet-page .cabinet-content .company-info textarea.inp2 {
    background: url('/assets/img/inp2.png') no-repeat right 15px top 50%;
}

.cabinet-page .cabinet-content .company-info select {
    width: 100%;
    height: 34px;
    margin-bottom: 32px;
    padding: 0 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    appearance: none;
    background: url('/assets/img/select2.png') no-repeat right 15px top 50%;
}

.cabinet-page .cabinet-content .company-info h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.cabinet-page .cabinet-content .company-info .add-link {
    margin-bottom: 13px;
    font-size: 16px;
    color: #77b66f;
}

.cabinet-page .cabinet-content .company-info .tbl {
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    border-top: 0;
    margin-bottom: 40px;
}

.cabinet-page .cabinet-content .company-info .tbl table {
    width: 100%;
}

.cabinet-page .cabinet-content .company-info .tbl table thead {
    border-bottom: 1px solid #e0e0e0;
    border-top: 0;
}

.cabinet-page .cabinet-content .company-info .tbl table thead tr td {
    padding: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.44;
    text-align: center;
}

.cabinet-page .cabinet-content .company-info .tbl table thead tr td:first-child {
    text-align: left;
}

.cabinet-page .cabinet-content .company-info .tbl table thead tr td:last-child {
    border-left: 1px solid #e0e0e0;
}

.cabinet-page .cabinet-content .company-info .tbl table thead tr td .sett {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('/assets/img/sett.png');
}

.cabinet-page .cabinet-content .company-info .tbl table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.cabinet-page .cabinet-content .company-info .tbl table tbody tr:last-child {
    border-bottom: 0;
}

.cabinet-page .cabinet-content .company-info .tbl table tbody tr td {
    padding: 14px 16px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
}

.cabinet-page .cabinet-content .company-info .tbl table tbody tr td:first-child {
    text-align: left;
}

.cabinet-page .cabinet-content .company-info .tbl table tbody tr td:last-child {
    border-left: 1px solid #e0e0e0;
}

.cabinet-page .cabinet-content .company-info .tbl table tbody tr td input[type='checkbox'] {
    width: 32px;
    height: 32px;
}

.cabinet-page .cabinet-content .company-info .tbl table tbody tr td a {
    display: block;
    margin: 3px auto;
}

.cabinet-page .cabinet-content .company-info .tbl table tbody tr td a.edit {
    width: 20px;
    height: 20px;
    background: url('/assets/img/edit.png');
}

.cabinet-page .cabinet-content .company-info .tbl table tbody tr td a.delete {
    width: 16px;
    height: 23px;
    background: url('/assets/img/delete2.png');
}

.cabinet-page .cabinet-content .company-info .map {
    height: 343px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: url('/assets/img/map.png');
    margin-bottom: 30px;
}

.cabinet-page .cabinet-content .company-info .docs {
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 2.6px 1.5px 7.7px 2.3px rgba(0, 0, 0, 0.11);
    padding: 16px;
}

.cabinet-page .cabinet-content .company-info .docs p {
    margin-bottom: 12px;
    font-weight: 300;
    color: #7b7b7b;
}

.cabinet-page .cabinet-content .company-info .docs p span {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 5px;
}

.cabinet-page .cabinet-content .company-info .docs .buttons {
    text-align: center;
    margin-bottom: 30px;
}

.cabinet-page .cabinet-content .company-info .docs .buttons:last-child {
    margin-bottom: 0;
}

.cabinet-page .cabinet-content .company-info .docs .buttons button {
    font-size: 12px;
    color: #fec939;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
    width: 74px;
    height: 25px;
    border: solid 2px #fec939;
    margin: 0 5px;
}

.cabinet-page .cabinet-content .company-info .docs .buttons button:hover {
    color: #fff;
    background: #fec939;
}

.cabinet-page .cabinet-content .company-info .button {
    text-align: center;
}

.cabinet-page .cabinet-content .company-info .button button {
    font-weight: 500;
    font-size: 18px;
    width: 214px;
    height: 49px;
    border-radius: 10px;
    background-color: #fec939;
}

.cabinet-page .cabinet-content .archive {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
}

.cabinet-page .cabinet-content .archive table {
    width: 100%;
}

.cabinet-page .cabinet-content .archive table thead tr {
    border-bottom: 1px solid #e0e0e0;
}

.cabinet-page .cabinet-content .archive table thead tr td {
    padding: 20px 10px;
    font-weight: 500;
    font-size: 18px;
    border-right: 1px solid #e0e0e0;
}

.cabinet-page .cabinet-content .archive table thead tr td:last-child {
    border-right: 0;
    text-align: center;
}

.cabinet-page .cabinet-content .archive table thead tr td img {
    max-width: 10000px;
}

.cabinet-page .cabinet-content .archive table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.cabinet-page .cabinet-content .archive table tbody tr td {
    padding: 16px 10px;
    border-right: 1px solid #e0e0e0;
}

.cabinet-page .cabinet-content .archive table tbody tr td:last-child {
    border-right: 0;
}

.cabinet-page .cabinet-content .archive table tbody tr td .n {
    display: none;
}

.cabinet-page .cabinet-content .archive table tbody tr td .image {
    text-align: center;
    border-radius: 9px;
    border: solid 1px #e1e1e1;
    font-size: 0;
    position: relative;
}

.cabinet-page .cabinet-content .archive table tbody tr td .image img {
    display: inline-block;
    width: 65px;
    max-width: 65px;
    margin: -1px 0;
}

.cabinet-page .cabinet-content .archive table tbody tr td p {
    font-weight: 500;
    margin-bottom: 10px;
}

.cabinet-page .cabinet-content .archive table tbody tr td p:last-child {
    margin-bottom: 0;
}

.cabinet-page .cabinet-content .archive table tbody tr td p span {
    font-weight: 400;
}

.cabinet-page .cabinet-content .archive table tbody tr td a {
    display: block;
    margin: 6px auto;
}

.cabinet-page .cabinet-content .archive table tbody tr td a.edit {
    width: 20px;
    height: 20px;
    background: url('/assets/img/edit.png');
}

.cabinet-page .cabinet-content .archive table tbody tr td a.eye {
    width: 25px;
    height: 18px;
    background: url('/assets/img/eye.png');
}

.cabinet-page .cabinet-content .archive table tbody tr td a.delete {
    width: 16px;
    height: 23px;
    background: url('/assets/img/delete2.png');
}

.cabinet-page .cabinet-content .archive table tbody tr td a.back {
    width: 21px;
    height: 18px;
    background: url('/assets/img/back.png');
}

.cabinet-page .cabinet-content .archive table tbody tr td .info {
    width: 460px;
}

.cabinet-page .cabinet-content .archive table tbody tr td .info .line {
    width: 2px;
    background: #d4d4d4;
    opacity: .6;
}

.cabinet-page .cabinet-content .archive table tbody tr td .info .item a {
    display: inline-block;
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.16);
    font-weight: 300;
    font-size: 13px;
    color: #5270b4;
    padding: 2px 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.cabinet-page .cabinet-content .archive .pages {
    text-align: center;
    padding: 34px 0 48px;
}

.cabinet-page .cabinet-content .archive .pages a {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    color: #474747;
    width: 27px;
    height: 27px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.cabinet-page .cabinet-content .archive .pages a.active,
.cabinet-page .cabinet-content .archive .pages a:hover {
    color: #fff;
    background: #77b66f;
}

.cabinet-page .cabinet-content .archive .pages a.active .fa,
.cabinet-page .cabinet-content .archive .pages a:hover .fa {
    color: #fff;
}

.cabinet-page .cabinet-content .archive .pages a .fa {
    color: #77b66f;
    font-size: 24px;
    vertical-align: middle;
}

.cabinet-page .cabinet-content .stats {
    padding-bottom: 50px;
}

.cabinet-page .cabinet-content .stats .item {
    margin-bottom: 30px;
    width: 30%;
}

.cabinet-page .cabinet-content .stats .item div {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.18;
}

.cabinet-page .cabinet-content .stats .item div.big {
    font-size: 42px;
    padding-right: 20px;
}

.cabinet-page .cabinet-content .stats .item div img {
    margin-right: 16px;
    max-width: 100000px;
}

.cabinet-page .cabinet-content .stats p {
    margin-bottom: 20px;
    color: #4d4f5c;
    font-size: 18px;
}

.cabinet-page .cabinet-content .stats select {
    margin-bottom: 40px;
    font-size: 13px;
    color: #4d4f5c;
    padding: 0 12px;
    width: 130px;
    height: 32px;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #d7dae2;
    appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: url('/assets/img/select3.png') no-repeat right 10px top 50%;
}

.popup .window {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    margin-bottom: 100px;
    background: #fff;
    width: 563px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 42px 45px;
}

.popup .window.big {
    width: 652px;
}

.popup .window.other {
    padding: 0;
}

.popup .window .feedback-answer .name {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 23px;
    border-bottom: 1px solid #77b66f;
    padding: 20px 10px;
}

.popup .window .feedback-answer textarea {
    width: 100%;
    height: 256px;
    font-weight: 500;
    font-size: 24px;
    padding: 25px 30px;
}

.popup .window .feedback-answer .buttons {
    padding-bottom: 30px;
    text-align: center;
}

.popup .window .feedback-answer .buttons button {
    margin: 0 25px 10px 25px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 180px;
    height: 47px;
    display: inline-block;
    box-shadow: none;
}

.popup .window .feedback-answer .buttons button:nth-child(1) {
    background: #77b66f;
}

.popup .window .feedback-answer .buttons button:nth-child(2) {
    background: #a20000;
}

.popup .window label {
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
}

.popup .window input[type='text'],
.popup .window input[type='password'] {
    width: 100%;
    height: 46px;
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #e2e2e2;
    padding: 0 20px;
    font-size: 16px;
}

.popup .window button {
    margin: 0 auto;
    display: block;
    background: #fff;
    font-weight: 500;
    font-size: 18px;
    width: 250px;
    height: 56px;
    background: #fec939;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    color: #fff;
}

.popup .window .button {
    text-align: right;
}

.popup .window .button button {
    display: inline-block;
}

.popup .window .settings .name {
    font-size: 32px;
    line-height: 0.97;
    padding: 18px 40px;
    border-bottom: 4px solid #fec939;
}

.popup .window .settings .tabs {
    padding: 20px 40px;
}

.popup .window .settings .tabs .tabNavigation {
    padding-bottom: 25px;
}

.popup .window .settings .tabs .tabNavigation li {
    display: inline-block;
    margin: 0 40px 20px 0;
}

.popup .window .settings .tabs .tabNavigation li:last-child {
    margin-right: 0;
}

.popup .window .settings .tabs .tabNavigation li a {
    font-weight: 500;
    color: #000;
    font-size: 24px;
    padding-left: 35px;
    background: url('/assets/img/checkbox.png') no-repeat 0 4px;
}

.popup .window .settings .tabs .tabNavigation li a.selected {
    background: url('/assets/img/checkbox2.png') no-repeat 0 4px;
}

.popup .window .settings .tabs .tab-content table {
    width: 100%;
    margin-bottom: 40px;
}

.popup .window .settings .tabs .tab-content table tr td {
    font-weight: 300;
    font-size: 27px;
    padding: 0 0 10px 20px;
}

.popup .window .settings .tabs .tab-content table tr td:first-child {
    font-weight: 700;
    padding-left: 0;
}

.popup .window .settings .tabs .tab-content .sum {
    margin: -30px 0 30px;
    font-size: 27px;
    font-weight: 300;
}

.popup .window .settings .tabs .tab-content .sum p {
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 10px;
}

.popup .window .settings .tabs .tab-content .sum input[type='text'] {
    width: 275px;
    height: 42px;
    border: solid 0.9px #7d7d7d;
    padding: 0 10px;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 0;
}

.popup .window .settings .tabs .tab-content .buttons {
    text-align: left;
}

.popup .window .settings .tabs .tab-content .buttons button {
    font-weight: 500;
    font-size: 18px;
    background: #fff;
    width: 220px;
    height: 50px;
    color: #000;
    display: inline-block;
    margin: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: solid 2px #fec939;
    margin-right: 10px;
}

.popup .window .settings .tabs .tab-content .buttons button:last-child {
    margin-right: 0;
}

.popup .window .settings .tabs .tab-content .buttons button:hover {
    background: #fec939;
}

.page-menu {
    text-align: center;
    margin-bottom: 30px;
}

.page-menu ul {
    display: inline-block;
    font-size: 0;
    background: #fec500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: -2.2px 3.3px 32px 0 rgba(0, 0, 0, 0.13);
}

.page-menu ul li {
    display: inline-block;
    position: relative;
}

.page-menu ul li:hover a {
    background: #fff;
}

.page-menu ul li:hover ul {
    display: block;
}

.page-menu ul li a {
    display: block;
    font-size: 16px;
    line-height: 19px;
    padding: 16px 35px;
    color: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.page-menu ul li a.with_sub {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.page-menu ul li a.active {
    background: #fff;
}

.page-menu ul li a img {
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.page-menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
    border-radius: 0 0 12px 12px;
    box-shadow: 2.6px 1.5px 9.4px 0.6px rgba(0, 0, 0, 0.11);
    display: none;
}

.page-menu ul li ul li {
    display: block;
}

.page-menu ul li ul li a {
    color: #888888;
    font-size: 14px;
    line-height: 17px;
    padding: 16px 20px;
    text-align: left;
    position: relative;
}

.page-menu ul li ul li a:hover {
    color: #000;
}

.page-menu ul li ul li a:hover:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fec939;
}

.safety-page {
    padding: 0 55px 20px 55px;
}

.safety-page h1 {
    text-align: center;
    margin-bottom: 34px;
    font-weight: 400;
    position: relative;
    font-size: 24px;
    line-height: 0.96;
}

.safety-page h1:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 3px;
    background: #77b66f;
    bottom: -20px;
}

.safety-page h2 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}

.safety-page p {
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 20px;
}

.safety-page input[type='text'],
.safety-page input[type='password'] {
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    padding: 0 20px;
    font-weight: 300;
    font-size: 15px;
}

.safety-page input[type='date'] {
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    padding: 0 20px;
    font-weight: 300;
    font-size: 15px;
}

.safety-page select {
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    padding: 0 20px;
    font-weight: 300;
    font-size: 15px;
}

.safety-page input[type='text'].edit,
.safety-page input[type='password'].edit {
    background: url('/assets/img/edit.png') no-repeat right 15px top 50%;
}

.safety-page input[type='text'].date,
.safety-page input[type='password'].date {
    background: url('/assets/img/calendar.png') no-repeat right 15px top 50%;
}

.safety-page button {
    margin: 20px 0 40px 0;
    font-weight: 500;
    font-size: 18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 214px;
    height: 50px;
    background: #fec939;
}

.safety-page .line {
    margin-bottom: 38px;
    height: 1px;
    background: #e0e0e0;
}

.safety-page .label {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 15px;
}

.safety-page .radio {
    display: none;
}

.safety-page .radio + label {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #888787;
    padding: 3px 0 3px 30px;
    margin: 0 130px 20px 0;
    background: url('/assets/img/radio.png') no-repeat 0 0;
}

.safety-page .radio:checked + label {
    background: url('/assets/img/radio2.png') no-repeat 0 0;
}

.safety-page .button {
    text-align: center;
}

.safety-page .table {
    max-width: 850px;
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 45px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.safety-page .table table {
    width: 100%;
}

.safety-page .table table thead {
    border-bottom: 1px solid #e0e0e0;
}

.safety-page .table table thead tr td {
    padding: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.44;
    text-align: center;
}

.safety-page .table table thead tr td:first-child {
    text-align: left;
}

.safety-page .table table thead tr td:last-child {
    border-left: 1px solid #e0e0e0;
}

.safety-page .table table thead tr td .sett {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('/assets/img/sett.png');
}

.safety-page .table table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.safety-page .table table tbody tr:last-child {
    border-bottom: 0;
}

.safety-page .table table tbody tr td {
    padding: 14px 16px;
    vertical-align: middle;
    text-align: center;
}

.safety-page .table table tbody tr td:first-child {
    text-align: left;
}

.safety-page .table table tbody tr td:last-child {
    border-left: 1px solid #e0e0e0;
}

.safety-page .table table tbody tr td input[type='checkbox'] {
    width: 32px;
    height: 32px;
}

.safety-page .table table tbody tr td a {
    display: block;
    margin: 3px auto;
}

.safety-page .table table tbody tr td a.edit {
    width: 20px;
    height: 20px;
    background: url('/assets/img/edit.png');
}

.safety-page .table table tbody tr td a.delete {
    width: 16px;
    height: 23px;
    background: url('/assets/img/delete2.png');
}

.safety-page h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.safety-page .add-link {
    margin-bottom: 13px;
    font-size: 16px;
    color: #77b66f;
}

.safety-page .map {
    height: 466px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: url('/assets/img/map.png');
    margin-bottom: 50px;
}

.reviews-page {
    padding-bottom: 60px;
}

.reviews-page h1 {
    text-align: center;
    margin-bottom: 44px;
    font-weight: 400;
    position: relative;
    font-size: 24px;
    line-height: 0.96;
}

.reviews-page h1:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 3px;
    background: #77b66f;
    bottom: -10px;
}

.reviews-page .filter {
    padding-bottom: 16px;
}

.reviews-page .filter input[type='text'] {
    width: 20%;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
    height: 40px;
    padding: 0 20px 0 40px;
    background: url('/assets/img/search.png') no-repeat left 15px top 50%;
    margin-bottom: 18px;
}

.reviews-page .filter select {
    width: 14%;
    height: 42px;
    border: solid 1px #e9e9e9;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 0 12px;
    appearance: none;
    background: url('/assets/img/select.png') no-repeat right 15px top 50%;
    margin-bottom: 18px;
}

.reviews-page .filter select.big {
    width: 26%;
}

.reviews-page .filter .empty {
    width: 42%;
}

.reviews-page .filter button {
    width: 17%;
    height: 42px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #77b66f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.reviews-page .filter button.other {
    color: #000;
    background: #f3f3f3;
}

.reviews-page textarea {
    width: 100%;
    height: 278px;
    padding: 32px 42px;
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
    font-size: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.favorit-page {
    padding-bottom: 60px;
}

.favorit-page h1 {
    text-align: center;
    margin-bottom: 44px;
    font-weight: 400;
    position: relative;
    font-size: 24px;
    line-height: 0.96;
}

.favorit-page h1:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 3px;
    background: #77b66f;
    bottom: -10px;
}

.favorit-page .table {
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
    max-width: 1030px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}

.favorit-page .table table {
    width: 100%;
}

.favorit-page .table table tr {
    border-bottom: 1px solid #e0e0e0;
}

.favorit-page .table table tr td {
    border-right: 1px solid #e0e0e0;
}

.favorit-page .table table tr td:last-child {
    border-right: 0;
}

.favorit-page .table table thead tr td {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    padding: 23px 30px;
}

.favorit-page .table table tbody tr td {
    vertical-align: middle;
    padding: 28px 30px;
    font-weight: 500;
}

.favorit-page .table table tbody tr td:last-child {
    white-space: nowrap;
}

.favorit-page .table table tbody tr td .name {
    display: none;
}

.favorit-page .table table tbody tr td .image {
    text-align: center;
    border-radius: 9px;
    border: solid 1px #e1e1e1;
    font-size: 0;
    position: relative;
}

.favorit-page .table table tbody tr td .image img {
    display: inline-block;
    width: 65px;
    max-width: 65px;
    margin: -1px 0;
}

.favorit-page .table table tbody tr td p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.favorit-page .table table tbody tr td p:last-child {
    margin-bottom: 0;
}

.favorit-page .table table tbody tr td p span {
    font-weight: 400;
}

.favorit-page .table table tbody tr td .fav {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/assets/img/fav2.png');
    vertical-align: middle;
    margin-right: 20px;
}

.favorit-page .table table tbody tr td button {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #77b66f;
    width: 216px;
    height: 41px;
}

.favorit-page .table .pages {
    text-align: center;
    padding: 34px 0 48px;
}

.favorit-page .table .pages a {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    color: #474747;
    width: 27px;
    height: 27px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.favorit-page .table .pages a.active,
.favorit-page .table .pages a:hover {
    color: #fff;
    background: #77b66f;
}

.favorit-page .table .pages a.active .fa,
.favorit-page .table .pages a:hover .fa {
    color: #fff;
}

.favorit-page .table .pages a .fa {
    color: #77b66f;
    font-size: 24px;
    vertical-align: middle;
}

.orders-page {
    padding-bottom: 60px;
}

.orders-page h1 {
    text-align: center;
    margin-bottom: 44px;
    font-weight: 400;
    position: relative;
    font-size: 24px;
    line-height: 0.96;
}

.orders-page h1:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 3px;
    background: #77b66f;
    bottom: -10px;
}

.orders-page .filter {
    padding-bottom: 16px;
}

.orders-page .filter input[type='text'] {
    width: 20%;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
    height: 40px;
    padding: 0 20px 0 40px;
    background: url('/assets/img/search.png') no-repeat left 15px top 50%;
    margin-bottom: 18px;
}

.orders-page .filter input[type='text'].date {
    width: 14%;
    background: url('/assets/img/calendar.png') no-repeat right 15px top 50%;
    padding: 0 15px;
}

.orders-page .filter select {
    width: 14%;
    height: 42px;
    border: solid 1px #e9e9e9;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 0 12px;
    appearance: none;
    background: url('/assets/img/select.png') no-repeat right 15px top 50%;
    margin-bottom: 18px;
}

.orders-page .filter select.big {
    width: 26%;
}

.orders-page .filter .empty {
    width: 42%;
}

.orders-page .filter button {
    width: 17%;
    height: 42px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #77b66f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.orders-page .filter button.other {
    color: #000;
    background: #f3f3f3;
}

.orders-page .table {
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}

.orders-page .table table {
    width: 100%;
}

.orders-page .table table tr {
    border-bottom: 1px solid #e0e0e0;
}

.orders-page .table table tr td {
    border-right: 1px solid #e0e0e0;
}

.orders-page .table table tr td:last-child {
    border-right: 0;
}

.orders-page .table table thead tr td {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    padding: 23px 25px;
}

.orders-page .table table tbody tr:last-child {
    border-bottom: 0;
}

.orders-page .table table tbody tr td {
    vertical-align: middle;
    padding: 28px 25px;
    font-weight: 500;
}

.orders-page .table table tbody tr td:last-child {
    white-space: nowrap;
}

.orders-page .table table tbody tr td .n {
    display: none;
}

.orders-page .table table tbody tr td .image {
    text-align: center;
    border-radius: 9px;
    border: solid 1px #e1e1e1;
    font-size: 0;
    position: relative;
}

.orders-page .table table tbody tr td .image img {
    display: inline-block;
    width: 65px;
    max-width: 65px;
    margin: -1px 0;
}

.orders-page .table table tbody tr td p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.orders-page .table table tbody tr td p:last-child {
    margin-bottom: 0;
}

.orders-page .table table tbody tr td p span {
    font-weight: 400;
}

.orders-page .table table tbody tr td .status {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 8px 18px;
    background: #77b66f;
}

.recommended-page {
    padding-bottom: 60px;
}

.recommended-page h1 {
    text-align: center;
    margin-bottom: 44px;
    font-weight: 400;
    position: relative;
    font-size: 24px;
    line-height: 0.96;
}

.recommended-page h1:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 3px;
    background: #77b66f;
    bottom: -15px;
}

.recommended-page .list {
    margin: 0 -5px 40px -5px;
}

.recommended-page .list .items {
    margin: 5px;
}

.recommended-page .list .items .item {
    margin-bottom: 14px;
    box-shadow: rgba(1, 1, 1, 0.1) 0 0 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px 20px 20px 120px;
    position: relative;
}

.recommended-page .list .items .item:last-child {
    margin-bottom: 0;
}

.recommended-page .list .items .item .image {
    width: 90px;
    position: absolute;
    left: 16px;
    top: 20px;
    text-align: center;
    border-radius: 9px;
    border: solid 1px #e1e1e1;
    font-size: 0;
}

.recommended-page .list .items .item .image img {
    display: inline-block;
    width: 65px;
    max-width: 65px;
    margin: -1px 0;
}

.recommended-page .list .items .item .name {
    display: block;
    font-weight: 700;
    line-height: 1.36;
    margin-bottom: 8px;
}

.recommended-page .list .items .item .price {
    margin-bottom: 5px;
    color: #55974d;
}

.recommended-page .list .items .item .price span {
    font-weight: 500;
    font-size: 16px;
}

.recommended-page .list .items .item p {
    font-size: 13px;
}

.recommended-page .list .slick-prev,
.recommended-page .list .slick-next {
    position: absolute;
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    bottom: -45px;
    filter: grayscale(100%);
}

.recommended-page .list .slick-prev:hover,
.recommended-page .list .slick-next:hover {
    filter: none;
}

.recommended-page .list .slick-prev {
    left: 50%;
    margin-left: -25px;
    background: url('/assets/img/prev3.png');
}

.recommended-page .list .slick-next {
    right: 50%;
    margin-right: -25px;
    background: url('/assets/img/next3.png');
}

.order-page {
    padding-bottom: 50px;
}

.order-page h1 {
    margin-bottom: 44px;
    font-weight: 400;
    position: relative;
    font-size: 24px;
    line-height: 0.96;
}

.order-page h1:after {
    content: "";
    position: absolute;
    width: 84px;
    height: 3px;
    background: #77b66f;
    left: 0;
    bottom: -15px;
}

.order-page .login {
    text-align: center;
    margin-bottom: 28px;
}

.order-page .login p {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 28px;
}

.order-page .login button {
    font-weight: 500;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 162px;
    height: 36px;
    background: #425bae;
}

.order-page .login button.other {
    background: #77b66f;
}

.order-page h2 {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 28px;
}

.order-page input[type='text'],
.order-page input[type='password'] {
    width: 100%;
    height: 54px;
    margin-bottom: 24px;
    padding: 0 18px;
    font-size: 17px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
}

.order-page input[type='text'].inp1,
.order-page input[type='password'].inp1 {
    background: url('/assets/img/inp1.png') no-repeat right 15px top 50%;
}

.order-page input[type='text'].inp2,
.order-page input[type='password'].inp2 {
    background: url('/assets/img/inp2.png') no-repeat right 15px top 50%;
}

.order-page .delivery {
    height: 36px;
    margin-bottom: 16px;
    width: 48%;
    position: relative;
}

.order-page .delivery .checkbox {
    display: none;
}

.order-page .delivery .checkbox + label {
    display: block;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.18;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 0 1px 30px;
    background: url('/assets/img/checkbox.png') no-repeat left;
}

.order-page .delivery .checkbox:checked + label {
    background: url('/assets/img/checkbox2.png') no-repeat left;
}

.order-page select {
    width: 100%;
    height: 54px;
    margin-bottom: 24px;
    padding: 0 18px;
    font-size: 17px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    appearance: none;
    background: url('/assets/img/select2.png') no-repeat right 15px top 50%;
}

.order-page .radio {
    display: none;
}

.order-page .radio + label {
    display: block;
    cursor: pointer;
    font-size: 23px;
    padding: 0 0 0 35px;
    margin-bottom: 30px;
    background: url('/assets/img/radio.png') no-repeat 0 5px;
}

.order-page .radio:checked + label {
    background: url('/assets/img/radio2.png') no-repeat 0 5px;
}

.order-page .comment .checkbox {
    display: none;
}

.order-page .comment .checkbox + label {
    display: block;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.18;
    padding: 1px 0 1px 30px;
    background: url('/assets/img/checkbox.png') no-repeat left;
    margin-bottom: 20px;
}

.order-page .comment .checkbox:checked + label {
    background: url('/assets/img/checkbox2.png') no-repeat left;
}

.order-page .text {
    display: none;
}

.order-page textarea {
    width: 100%;
    max-width: 553px;
    height: 146px;
    padding: 20px;
    border-radius: 9.1px;
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
    font-size: 17px;
}

.order-page .details {
    border-radius: 15px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.21);
    padding: 30px 35px;
}

.order-page .details .block-name {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 30px;
}

.order-page .details p {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 10px;
}

.order-page .details .list {
    height: 310px;
    overflow-y: scroll;
}

.order-page .details .list .item {
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
}

.order-page .details .list .item div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

.order-page .details .list .item div:last-child {
    padding-right: 0;
}

.order-page .details .list .item div img {
    width: 130px;
    max-width: 130px;
    border-radius: 10px;
    box-shadow: rgba(1, 1, 1, 0.8) 0 0 1px;
}

.order-page .details .list .item div div {
    display: block;
    padding-right: 0;
}

.order-page .details .list .item div .name {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #909090;
}

.order-page .details .list .item div .name span {
    display: block;
    color: #000;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.07;
}

.order-page .details .list .item div .items p {
    font-size: 10px;
    margin-bottom: 10px;
}

.order-page .details .list .item div .items .number {
    width: 113px;
    height: 43px;
    background: url('/assets/img/number.png');
    position: relative;
    zoom: .6;
}

.order-page .details .list .item div .items .number input {
    width: 100%;
    height: 100%;
    text-align: center;
    background: none;
    font-size: 18px;
}

.order-page .details .list .item div .items .number span {
    position: absolute;
    width: 40px;
    height: 100%;
    cursor: pointer;
    top: 0;
}

.order-page .details .list .item div .items .number span.minus {
    left: 0;
}

.order-page .details .list .item div .items .number span.plus {
    right: 0;
}

.order-page .details .list .item div .price {
    font-size: 10px;
    white-space: nowrap;
}

.order-page .details .list .item div .price p {
    margin-bottom: 20px;
    font-size: 10px;
}

.order-page .details .list .item div .price span {
    font-size: 12px;
    color: #77b66f;
}

.order-page .details .del {
    padding-bottom: 25px;
}

.order-page .details .del p {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}

.order-page .details .del table tr td {
    font-size: 22px;
    font-weight: 300;
    padding: 0 0 10px 30px;
}

.order-page .details .del table tr td:first-child {
    padding-left: 0;
    color: #a7b1bd;
}

.order-page .details .result {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 32px 0;
    font-size: 22px;
    margin-bottom: 32px;
    font-weight: 300;
}

.order-page .details .result div:last-child {
    width: 66%;
    font-weight: 500;
    font-size: 23px;
}

.order-page .details .agree {
    margin-bottom: 32px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.18;
}

.order-page .details .agree a {
    color: #77b66f;
}

.order-page .details button {
    width: 100%;
    height: 60px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #fec939;
    font-weight: 500;
    font-size: 24px;
}

.order-page .bottom-button {
    text-align: center;
    padding-top: 40px;
}

.order-page .bottom-button button {
    background: #fff;
    font-weight: 700;
    font-size: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: solid 2px #fec939;
    width: 292px;
    height: 65px;
}

.order-page .bottom-button button:hover {
    background: #fec939;
}

.reg-page {
    overflow: hidden;
    margin: 0 auto;
    max-width: 535px;
    border-radius: 10px;
    box-shadow: 0px 3px 18px 0 rgba(0, 0, 0, 0.25);
}

.reg-page .tabNavigation {
    border-bottom: 4px solid #fec939;
}

.reg-page .tabNavigation li {
    width: 50%;
}

.reg-page .tabNavigation li a {
    display: block;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    padding: 25px 10px;
}

.reg-page .tabNavigation li a.selected {
    background: #fec939;
}

.reg-page .tab-content {
    padding: 40px 75px;
}

.reg-page .tab-content .name {
    font-size: 30px;
    margin-bottom: 25px;
}

.reg-page .tab-content .top-text {
    font-weight: 300;
    margin-bottom: 25px;
    color: #c40001;
}

.reg-page .tab-content .field-text {
    font-size: 17px;
    margin-bottom: 15px;
}

.reg-page .tab-content .field-text span {
    color: #c40001;
}

.reg-page .tab-content input[type='text'] {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: solid 1px #e2e2e2;
    padding: 0 15px;
    margin-bottom: 32px;
}

.reg-page .tab-content input[type='password'] {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: solid 1px #e2e2e2;
    padding: 0 15px;
    margin-bottom: 32px;
}

.reg-page .tab-content .captcha {
    padding: 16px 20px;
    border-radius: 5px;
    border: solid 1px #e2e2e2;
    margin-bottom: 25px;
}

.reg-page .tab-content .captcha .checkbox {
    display: none;
}

.reg-page .tab-content .captcha .checkbox + label {
    display: block;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.18;
    padding: 1px 0 1px 30px;
    background: url('/assets/img/checkbox.png') no-repeat left;
    margin-bottom: 20px;
}

.reg-page .tab-content .captcha .checkbox:checked + label {
    background: url('/assets/img/checkbox2.png') no-repeat left;
}

.reg-page .tab-content .captcha .a1 {
    color: #77b66f;
}

.reg-page .tab-content .captcha .a2 {
    color: #fec939;
}

.reg-page .tab-content .checkbox {
    display: none;
}

.reg-page .tab-content .checkbox + label {
    display: block;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.18;
    padding: 1px 0 1px 30px;
    background: url('/assets/img/checkbox.png') no-repeat left;
    margin-bottom: 50px;
}

.reg-page .tab-content .checkbox + label a {
    color: #77b66f;
}

.reg-page .tab-content .checkbox:checked + label {
    background: url('/assets/img/checkbox2.png') no-repeat left;
}

.reg-page .tab-content button {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #fec939;
    font-weight: 500;
    font-size: 17px;
}

.help-page {
    padding-bottom: 30px;
}

.help-page h1 {
    margin-bottom: 32px;
    position: relative;
    font-weight: 400;
    font-size: 25px;
}

.help-page h1:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #77b66f;
    left: 0;
    bottom: -15px;
}

.help-page .top-text {
    font-size: 16px;
    line-height: 1.19;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 4px solid #e6e6e6;
}

.help-page h2 {
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 22px;
}

.help-page .item {
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
    padding: 25px 28px;
}

.help-page .item .name {
    cursor: pointer;
    font-size: 18px;
    padding-right: 30px;
    position: relative;
}

.help-page .item .name.active .fa {
    transform: translateY(-50%) rotate(180deg);
    color: #77b66f;
}

.help-page .item .name .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 30px;
    color: #bbbbbb;
}

.help-page .item .text {
    display: none;
}

.help-page .item .text p {
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
    line-height: 1.19;
}

.bill-page {
    padding-bottom: 60px;
}

.bill-page .info {
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 45px;
    padding: 56px 35px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.bill-page .info .line {
    width: 1px;
    background: #e0e0e0;
}

.bill-page .info .item .name {
    margin-bottom: 30px;
    font-size: 25px;
    position: relative;
}

.bill-page .info .item .name.red {
    color: #ff0000;
}

.bill-page .info .item .name:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #77b66f;
    left: 0;
    bottom: -10px;
}

.bill-page .info .item p {
    font-size: 22px;
    margin-bottom: 10px;
}

.bill-page .info .item p.l {
    font-size: 26px;
}

.bill-page .buttons {
    text-align: center;
    padding-bottom: 40px;
}

.bill-page .buttons button {
    margin: 0 15px 10px 15px;
    font-weight: 500;
    font-size: 18px;
    background: #fff;
    width: 220px;
    height: 50px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: solid 2px #fec939;
}

.bill-page .buttons button:hover {
    background: #fec939;
}

@media (max-width: 1500px) {
    body:before,
    body:after {
        display: none;
    }
}

@media (max-width: 1300px) {
    .index-top-form .form {
        /*width: auto;*/
        display: flex;
        align-items: center;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        width: 100%;
        height: 100%;
        /*background: #fec939;*/
        /*padding: 30px;*/
        /*height: auto;*/
    }
    .counts {
        margin-left: 15px;
    }

    .index-top-form .form .form_wrap {
        position: unset!important;
        transform: unset;
        box-sizing: border-box;
        width: auto;
        height: auto;
        padding: 20px;
        border-radius: 16px;
        /*margin-left: 0!important;*/
    }

    .index-top-form .form form {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        padding: 0;
    }

    /*.index-top-form .counts {*/
    /*    position: relative;*/
    /*    top: auto;*/
    /*    bottom: auto;*/
    /*    left: auto;*/
    /*    right: auto;*/
    /*    transform: none;*/
    /*    width: auto;*/
    /*    height: auto;*/
    /*    padding: 30px 150px;*/
    /*    -webkit-border-radius: 24px;*/
    /*    -moz-border-radius: 24px;*/
    /*    border-radius: 24px;*/
    /*    margin-top: 30px;*/
    /*    background: #a3a3a3;*/
    /*}*/
    .index-top-form .counts .flex {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        padding: 0;
    }

    .index-top-form .form form {
        position: relative;
    }

    .index-top-form .form form .fields {
        width: 100%;
    }

    .index-top-form .form form .fields select {
        width: 30%;
    }

    .index-top-form .form form .fields input[type='text'] {
        width: 70%;
    }

    .index-top-form .form form button {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .cart-page .list .item .items {
        margin-left: 0;
    }

    .header .logo {
        margin-left: 0;
    }

    .header .user-block {
        margin-right: 0;
    }

    .header ul li {
        margin-right: 24px;
    }

    .reviews-page .filter button {
        width: 14%;
    }

    .reviews-page .filter select {
        width: 16%;
    }
}

@media (max-width: 1200px) {
    .header ul li {
        margin-right: 10px;
    }

    .header .links a {
        margin-right: 10px;
    }

    .page-content {
        padding: 0 15px;
    }

    .login-page .flex {
        padding: 0;
    }

    .order-page .details {
        margin-top: 40px;
    }

    .cabinet-page .cabinet-content .archive table thead tr td {
        display: none;
    }

    .cabinet-page .cabinet-content .archive table tbody tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 15px 10px 15px;
    }

    .cabinet-page .cabinet-content .archive table tbody tr td {
        display: block;
        text-align: left;
        padding: 0 0 10px 0;
        border: 0;
        width: 32%;
    }

    .cabinet-page .cabinet-content .archive table tbody tr td .n {
        display: block;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .cabinet-page .cabinet-content .archive table tbody tr td.nw {
        white-space: normal;
    }

    .cabinet-page .cabinet-content .archive table tbody tr td a {
        display: inline-block;
        margin: 0 10px 0 0;
    }
}

@media (max-width: 1100px) {
    .page-content {
        z-index: auto;
    }

    .header .logo {
        margin-left: 0;
    }

    .header .user-block {
        margin-right: 0;
    }

    .menubg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(1, 1, 1, 0.7);
        z-index: 11;
        display: none;
    }

    .header ul {
        position: fixed;
        width: 280px;
        height: 100%;
        top: 0;
        left: -280px;
        background: #fff;
        z-index: 12;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        margin: 0;
    }

    .header ul.opened {
        left: 0;
    }

    .header ul li {
        display: block;
        margin: 0;
    }

    .header ul li a {
        display: block;
        padding: 10px 20px;
        border-bottom: 1px solid #ccc;
    }

    .header ul li a .fa {
        display: none;
    }

    .header .menu-button {
        display: block;
    }

    .cart-page .list .item .name {
        width: 400px;
    }

    .item-page .info {
        width: 100%;
        margin-bottom: 30px;
    }

    .item-page .contacts {
        width: 100%;
    }

    .cabinet-page .cabinet-content .feedback select {
        margin-right: 20px;
    }

    .reviews-page .filter input[type='text'] {
        width: 31%;
    }

    .reviews-page .filter select {
        width: 22%;
    }

    .reviews-page .filter button {
        width: 49%;
    }

    .bill-page .info .line {
        display: none;
    }

    .cabinet-page .cabinet-content .stats .item div {
        font-size: 18px;
    }

    .cabinet-page .cabinet-content .stats .item div.big {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .index-catalog .item {
        width: 49%;
    }

    .footer nav {
        width: 48%;
        margin-bottom: 30px;
    }

    .footer .contacts {
        width: 100%;
    }

    .cart-page .list .item .summ {
        margin-right: 0;
    }

    .cart-page .list .item .name div a {
        font-size: 16px;
    }

    .cart-page .list .item .name div img {
        margin-right: 15px;
    }

    .companies-page form select {
        width: 240px;
    }

    .companies-page form input[type='text'] {
        width: 400px;
    }

    .item-page .info .tabNavigation li a {
        padding: 20px;
    }

    .catalog-page2 .item {
        width: 31%;
    }

    .login-page .text {
        padding-top: 0;
        width: 36%;
    }

    .login-page .text span {
        font-size: 30px;
        line-height: 36px;
    }

    .cabinet-page .left-menu ul li a img {
        left: 15px;
    }

    .cabinet-page .left-menu ul li a span {
        padding: 0 15px 0 45px;
    }

    .cabinet-page .left-menu ul li ul li a {
        padding: 18px 15px 18px 35px;
        background: url('/assets/img/li2.png') no-repeat left 15px top 50%;
    }

    .cabinet-page .left-menu ul li ul li a:hover,
    .cabinet-page .left-menu ul li ul li a.active {
        background: #fec939 url('/assets/img/li2.png') no-repeat left 15px top 50%;
    }

    .cabinet-page .left-menu {
        width: 22%;
    }

    .cabinet-page .left-menu .name {
        padding: 10px 15px 0 15px;
    }

    .cabinet-page .left-menu .name2 {
        padding: 0 15px;
        font-size: 18px;
    }

    .cabinet-page .cabinet-content {
        width: 76%;
    }

    .cabinet-page .cabinet-content .table table thead tr td {
        font-size: 16px;
        line-height: 20px;
    }

    .cabinet-page .cabinet-content .feedback input[type='text'] {
        width: 220px;
    }

    .cabinet-page .cabinet-content .add-category .flex select {
        width: 230px;
    }

    .cabinet-page .cabinet-content .table table.other thead tr td {
        display: none;
    }

    .cabinet-page .cabinet-content .table table.other tbody tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 15px 10px 15px;
    }

    .cabinet-page .cabinet-content .table table.other tbody tr td {
        display: block;
        text-align: left;
        padding: 0 0 10px 0;
        border: 0;
        width: 22%;
    }

    .cabinet-page .cabinet-content .table table.other tbody tr td .n {
        display: block;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .cabinet-page .cabinet-content .table table tbody tr td .links.other2 a {
        display: inline-block;
        margin: 0 5px 0 0 !important;
    }

    .cabinet-page .cabinet-content .table table tbody tr td .links.other2 {
        text-align: left;
    }

    .cabinet-page .cabinet-content .filter input[type='text'] {
        width: 100%;
    }

    .cabinet-page .cabinet-content .filter select {
        width: 32%;
    }

    .safety-page {
        padding: 0 0 20px 0;
    }

    .page-menu ul li a {
        padding: 16px 10px;
    }

    .safety-page .radio + label {
        margin: 0 20px 20px 0;
    }

    .orders-page .table table thead tr td {
        padding: 10px;
    }

    .orders-page .table table tbody tr td {
        padding: 10px;
    }

    .orders-page .filter button {
        width: 49%;
    }

    .orders-page .filter input[type='text'] {
        width: 24%;
    }

    .orders-page .filter input[type='text'].date {
        width: 24%;
    }

    .orders-page .filter select {
        width: 24%;
    }

    .cabinet-page .cabinet-content .reviews .top-text {
        margin-right: 30px;
    }

    .cabinet-page .cabinet-content .reviews .line .name span {
        padding: 12px 10px;
    }

    .cabinet-page .cabinet-content .reviews .line .rate {
        padding: 12px 10px;
    }

    .cabinet-page .cabinet-content .reviews .top-text {
        margin-bottom: 20px;
    }

    .cabinet-page .cabinet-content .filter button {
        width: 49%;
    }

    .cabinet-page .cabinet-content .filter .empty {
        display: none;
    }

    .cabinet-page .cabinet-content .archive table tbody tr td {
        width: 48%;
    }

    .cabinet-page .cabinet-content .archive table tbody tr td .info {
        width: auto;
    }

    .cabinet-page .cabinet-content .archive table tbody tr td .info .line {
        display: none;
    }

    .cabinet-page .cabinet-content .archive table tbody tr td .info .item {
        margin-bottom: 10px;
    }

    .cabinet-page .cabinet-content .filter button.other2 {
        width: 100%;
    }

    .cabinet-page .cabinet-content .filter .empty2 {
        display: none;
    }
}

@media (max-width: 768px) {
    .header .user-block {
        display: none;
    }

    .index-top-form .counts {
        padding: 30px 100px;
    }

    .index-top-form .form form .fields select {
        width: 25%;
    }

    .index-top-form .form form .fields input[type='text'] {
        width: 75%;
    }

    .cart-page .list .item .name {
        width: 100%;
    }

    .cart-page .list .item .name div a {
        font-size: 18px;
    }

    .cart-page .list .item .items {
        margin-top: 16px;
    }

    .cart-page .list .item .summ {
        margin-top: 16px;
    }

    .companies-page form select {
        width: 200px;
    }

    .companies-page form input[type='text'] {
        width: 260px;
    }

    .item-page .info .photos {
        width: 100%;
    }

    .item-page .info .text {
        width: 100%;
    }

    .item-page .info .tabNavigation li a {
        padding: 10px;
        font-size: 16px;
    }

    .item-page .info .tab-content .info-list {
        width: 100%;
    }

    .catalog-page .filter .item {
        display: none;
    }

    .catalog-page .filter .item.opened {
        display: block;
    }

    .catalog-page .filter .name {
        cursor: pointer;
    }

    .catalog-page2 .item p {
        font-size: 20px;
    }

    .about-page .bottom-text {
        padding: 0;
    }

    .login-page .text {
        width: 100%;
        margin-bottom: 30px;
    }

    .login-page form {
        width: 100%;
    }

    .cabinet-page .left-menu {
        width: 100%;
        margin-bottom: 30px;
        display: none;
    }

    .cabinet-page .left-menu.opened {
        display: block;
    }

    .cabinet-page .cabinet-content {
        width: 100%;
    }

    .cabinet-page .cabinet-button {
        display: block;
    }

    .cabinet-page .cabinet-content .table table thead tr td {
        font-size: 16px;
        line-height: 20px;
    }

    .cabinet-page .cabinet-content .table table tbody tr td .links button {
        width: 100px;
        font-size: 12px;
        margin-right: 5px;
    }

    .page-menu ul li a {
        font-size: 14px;
        line-height: 18px;
    }

    .reviews-page .filter input[type='text'] {
        width: 100%;
    }

    .reviews-page .filter select {
        width: 32%;
    }

    .reviews-page .filter select.big {
        width: 49%;
    }

    .reviews-page .filter .empty {
        display: none;
    }

    .favorit-page .table table thead tr td {
        padding: 10px;
    }

    .favorit-page .table table tbody tr td {
        padding: 10px;
    }

    .favorit-page .table table tbody tr td button {
        width: 160px;
    }

    .orders-page .table table thead tr td {
        display: none;
    }

    .orders-page .table table tbody tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 15px 10px 15px;
    }

    .orders-page .table table tbody tr td {
        display: block;
        text-align: left;
        padding: 0 0 10px 0;
        border: 0;
        width: 48%;
    }

    .orders-page .table table tbody tr td:first-child {
        width: 100%;
    }

    .orders-page .table table tbody tr td .n {
        display: block;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .popup .window.big {
        width: 500px;
    }

    .popup .window .settings .tabs .tab-content .buttons button {
        width: 160px;
    }

    .cabinet-page .cabinet-content .stats .item {
        width: 48%;
    }
}

@media (max-width: 576px) {
    .header {
        padding: 20px 0;
    }

    .header .links {
        display: none;
    }

    .index-top-form .form {
        padding: 20px;
    }

    .index-top-form .form form p {
        width: auto;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .index-top-form .form form .fields {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .index-top-form .form form .fields select {
        width: 100%;
        border-right: 0;
    }

    .index-top-form .form form .fields input[type='text'] {
        width: 100%;
        height: 42px;
    }

    .index-top-form .form form .fields {
        height: auto;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .index-top-form .form form button {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .index-top-form .counts {
        padding: 20px;
    }

    .index-catalog .item {
        width: 100%;
    }

    .index-catalog .bottom-links .l {
        display: none;
    }

    .index-catalogs .item.big {
        height: 320px;
    }

    .footer nav {
        width: 100%;
    }

    .footer {
        padding: 40px 0;
    }

    .page-content {
        margin: 10px 10px 0 10px;
        padding: 0 10px;
    }

    .cart-page .list {
        padding: 15px;
    }

    .cart-page .list .company {
        padding: 15px;
    }

    .cart-page .list .company a {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        display: block;
        margin-top: 10px;
    }

    .cart-page .list .item .name div {
        display: block;
    }

    .cart-page .list .item .name div img {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .companies-page form select {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .companies-page form input[type='text'] {
        width: 100%;
    }

    .item-page .info .tabNavigation {
        display: block;
    }

    .item-page .info .tabNavigation li {
        display: inline-block;
    }

    .item-page .info .tab-content .info-list .item p {
        display: block;
        font-weight: 700;
        padding: 0 0 5px 0;
    }

    .item-page .info .tab-content .info-list .item div {
        float: none;
        display: block;
        padding: 0;
    }

    .item-page .contacts .bg {
        padding: 20px;
    }

    .catalog-page .filter {
        padding: 20px;
    }

    .catalog-page .filter .item {
        padding: 20px 0;
    }

    .catalog-page .pages a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        vertical-align: middle;
    }

    .catalog-page .pages a:first-child,
    .catalog-page .pages a:last-child {
        display: none;
    }

    .oferta-page p {
        font-size: 16px;
        line-height: 24px;
    }

    .catalog-page2 .item {
        width: 100%;
    }

    .about-page .top-info .text {
        width: 300px;
    }

    .about-page .top-info .text h1 {
        font-size: 20px;
    }

    .about-page .top-info .text p {
        font-size: 14px;
    }

    .about-page h2 {
        margin-top: 40px;
    }

    .cabinet-page .cabinet-content .table table thead tr td {
        display: none;
    }

    .cabinet-page .cabinet-content .table table tbody tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 15px 10px 15px;
    }

    .cabinet-page .cabinet-content .table table tbody tr td {
        display: block;
        text-align: left;
        padding: 0 0 10px 0;
        border: 0;
        width: 48%;
    }

    .cabinet-page .cabinet-content .table table tbody tr td .n {
        display: block;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .cabinet-page .cabinet-content .table table tbody tr td:nth-child(1) {
        display: none;
    }

    .popup .window {
        width: 300px;
        padding: 20px;
    }

    .cabinet-page .cabinet-content .feedback select {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .cabinet-page .cabinet-content .feedback input[type='text'] {
        width: 100%;
    }

    .cabinet-page .cabinet-content .feedback .message .name {
        padding: 18px 20px;
    }

    .cabinet-page .cabinet-content .feedback .message .text {
        padding: 20px;
    }

    .cabinet-page .cabinet-content .feedback .message .button {
        padding-right: 0;
    }

    .popup .window .feedback-answer textarea {
        height: 180px;
    }

    .cabinet-page .cabinet-content .tools .item {
        margin-bottom: 30px;
    }

    .cabinet-page .cabinet-content .tools .stat {
        margin-bottom: 30px;
    }

    .cabinet-page .cabinet-content .company input[type='text'] {
        width: 100%;
    }

    .cabinet-page .cabinet-content .menu a {
        width: 120px;
        margin: 0 10px 10px 0;
    }

    .cabinet-page .cabinet-content .menu a:last-child {
        margin-right: 0;
    }

    .cabinet-page .cabinet-content .table table tbody tr td .links button.other {
        width: 60px;
    }

    .cabinet-page .cabinet-content .table table tbody tr td .links.other {
        white-space: normal;
        text-align: center;
    }

    .cabinet-page .cabinet-content .table table tbody tr td .links.other button {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .cabinet-page .cabinet-content .add-category .fields {
        padding: 20px;
    }

    .cabinet-page .cabinet-content .add-category .flex {
        padding: 0 0 30px 0;
    }

    .cabinet-page .cabinet-content .add-category .flex select {
        width: 190px;
        padding: 0 40px 0 10px;
    }

    .cabinet-page .cabinet-content .add-category .upload .items .item {
        margin: 0 5px 10px 0;
        width: 70px;
    }

    .cabinet-page .cabinet-content .filter select {
        width: 100%;
    }

    .cabinet-page .cabinet-content .table table.other tbody tr td {
        width: 48%;
    }

    .page-menu ul li a {
        font-size: 0;
        padding: 10px 16px;
    }

    .page-menu ul li a img {
        margin: 0;
    }

    .page-menu ul li ul {
        width: 120px;
    }

    .safety-page .table {
        overflow-x: scroll;
    }

    .safety-page .map {
        height: 300px;
    }

    .reviews-page .filter select {
        width: 100%;
    }

    .reviews-page textarea {
        height: 200px;
        padding: 20px;
    }

    .reviews-page .filter select.big {
        width: 100%;
    }

    .favorit-page .table table thead tr td {
        display: none;
    }

    .favorit-page .table table tbody tr {
        display: block;
        padding: 20px 15px 10px 15px;
    }

    .favorit-page .table table tbody tr td {
        display: block;
        text-align: left;
        padding: 0 0 10px 0;
        border: 0;
    }

    .favorit-page .table table tbody tr td .n {
        display: block;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .page-menu ul li ul li a {
        padding: 10px;
    }

    .orders-page .filter input[type='text'] {
        width: 100%;
    }

    .orders-page .filter input[type='text'].date {
        width: 100%;
    }

    .orders-page .filter select {
        width: 100%;
    }

    .orders-page .table table tbody tr td {
        width: 100%;
    }

    .recommended-page .list .items .item {
        padding: 20px;
    }

    .recommended-page .list .items .item .image {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        margin-bottom: 10px;
    }

    .order-page .login p {
        font-size: 20px;
    }

    .order-page .delivery {
        width: 100%;
    }

    .order-page .details {
        padding: 20px;
    }

    .order-page .details .list .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .order-page .details .list .item div {
        display: block;
        width: 48%;
        padding: 0 !important;
        margin-bottom: 10px;
    }

    .order-page .details .list .item div img {
        max-width: 100%;
    }

    .order-page .details .del table tr td {
        font-size: 14px;
        padding: 0 0 10px 10px;
    }

    .reg-page .tabNavigation li a {
        padding: 10px;
        line-height: 1.2;
    }

    .reg-page .tab-content {
        padding: 20px;
    }

    .reg-page .tab-content .name {
        font-size: 24px;
    }

    .help-page .item {
        padding: 20px;
    }

    .cabinet-page .cabinet-content .reviews .rating {
        padding: 16px 10px;
    }

    .cabinet-page .cabinet-content .reviews .rating .item label {
        width: 150px;
        font-size: 14px;
    }

    .cabinet-page .cabinet-content .reviews .rating .item .fa {
        font-size: 16px;
        margin-left: 0;
    }

    .cabinet-page .cabinet-content .reviews nav {
        padding: 0;
    }

    .cabinet-page .cabinet-content .reviews nav a {
        margin-right: 10px;
        font-size: 13px;
    }

    .cabinet-page .cabinet-content .reviews .line .name {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }

    .cabinet-page .cabinet-content .reviews p {
        width: 100%;
        padding: 0 0 40px 0;
    }

    .cabinet-page .cabinet-content .reviews .rating .item label {
        margin-bottom: 0;
    }

    .popup .window.big {
        width: 300px;
    }

    .popup .window .settings .name {
        font-size: 24px;
        padding: 15px 20px;
    }

    .popup .window .settings .tabs {
        padding: 20px;
    }

    .popup .window .settings .tabs .tabNavigation li a {
        font-size: 18px;
        background: url('/assets/img/checkbox.png') no-repeat 0 0px;
        padding: 1px 0 1px 35px;
    }

    .popup .window .settings .tabs .tabNavigation li a.selected {
        background: url('/assets/img/checkbox2.png') no-repeat 0 0px;
    }

    .popup .window .settings .tabs .tab-content table tr td {
        font-size: 20px;
        vertical-align: top;
    }

    .popup .window .settings .tabs .tab-content .buttons button {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .popup .window .settings .tabs .tab-content .sum {
        font-size: 20px;
    }

    .popup .window .settings .tabs .tab-content .sum p {
        font-size: 20px;
    }

    .popup .window .settings .tabs .tab-content .sum input[type='text'] {
        width: 200px;
    }

    .cabinet-page .cabinet-content .delivery-settings .list .price {
        width: 100%;
        border-left: 0;
        border-top: 2px solid #e0e0e0;
    }

    .cabinet-page .cabinet-content .delivery-settings .list .item a {
        float: none;
    }

    .cabinet-page .cabinet-content .company-info .tbl {
        overflow-x: scroll;
    }

    .cabinet-page .cabinet-content .company-info .map {
        height: 300px;
    }

    .cabinet-page .cabinet-content .archive table tbody tr td {
        width: 100%;
    }

    .bill-page .info {
        padding: 20px;
    }

    .bill-page .info .item p {
        font-size: 16px;
    }

    .bill-page .info .item p.l {
        font-size: 20px;
    }

    .cabinet-page .cabinet-content .stats .item {
        width: 100%;
    }
}
