/* myReset:Start*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font: normal 100% Cambria, Georgia, serif;
    line-height: 1;
    height: 100%;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0 0 20px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1.12em;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .75em;
}

a,
a:hover,
a:focus {
    color: #000;
    outline: none;
}

ul {
    margin-bottom: 20px;
}

p {
    margin-bottom: 20px;
    padding: 0;
}

img {
    max-width: 100%;
    border-style: none;
    outline: none;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}

input::-ms-clear {
    display: none;
}

input,
button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
textarea,
button,
.slick-slide {
    outline: none;
}

textarea {
    overflow: auto;
    resize: none;
}

strong {
    font-weight: bold;
}

label,
button {
    cursor: pointer;
}

sup,
sub {
    position: relative;
    top: -.4em;
    vertical-align: baseline;
}

sub {
    top: .4em;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center;
}

/* END:myReset */

/*fonts*/

/* According to include your custom fonts into the project,
    please follow these rules:

    1. Create a folder with the font-family in your fonts/ folter for Example - LifehackBasic
    2. Create a subfolder for Font type with the hyphen sign in your LifehackBasic/ folder for Example LifehackBasic-Regular
    3. So, Add a new folder with FontFamily-FontType syntax and upload your fonts and named files as the FontType/ folder + file expansion for Example path will be: ../fonts/LifehackBasic/LifehackBasic-Regular/LifehackBasic-Regular.eot
    4. Include fonts like this, so, FontFamily and FontType: @include font-face('LifehackBasic', 'Regular');
    5. Please, feel free to clear this comment after successfully understanding the rules. Please, enjoy! :)
 */

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans/OpenSans-Regular/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans/OpenSans-Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-Regular/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans/OpenSans-Regular/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-Regular/OpenSans-Regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans/OpenSans-Semibold/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans/OpenSans-Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-Semibold/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans/OpenSans-Semibold/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-Semibold/OpenSans-Semibold.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('../fonts/OpenSans/OpenSans-Italic/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans/OpenSans-Italic/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-Italic/OpenSans-Italic.woff') format('woff'), url('../fonts/OpenSans/OpenSans-Italic/OpenSans-Italic.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-Italic/OpenSans-Italic.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'OpenSans-Extrabold';
    src: url('../fonts/OpenSans/OpenSans-Extrabold/OpenSans-Extrabold.eot');
    src: url('../fonts/OpenSans/OpenSans-Extrabold/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-Extrabold/OpenSans-Extrabold.woff') format('woff'), url('../fonts/OpenSans/OpenSans-Extrabold/OpenSans-Extrabold.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-Extrabold/OpenSans-Extrabold.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'PeaceSans-Regular';
    src: url('../fonts/PeaceSans/PeaceSans-Regular/PeaceSans-Regular.eot');
    src: url('../fonts/PeaceSans/PeaceSans-Regular/PeaceSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PeaceSans/PeaceSans-Regular/PeaceSans-Regular.woff') format('woff'), url('../fonts/PeaceSans/PeaceSans-Regular/PeaceSans-Regular.ttf') format('truetype'), url('../fonts/PeaceSans/PeaceSans-Regular/PeaceSans-Regular.svg#PeaceSans') format('svg');
}

/*END:fonts*/

/*# sourceMappingURL=sourcemaps/assets.css.map */

/*base*/

.logout-menu__item:hover .default-popup-text,
.logout-menu__item:hover .logout-menu__link svg .cls-1,
.logout-menu__link svg,
.logout-menu__link svg .cls-1,
.logout-menu .default-popup-text,
.remove-btn,
.remove-btn:hover,
.hover-btn,
.hover-btn:hover {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
    cursor: pointer;
}

.default-input::-webkit-input-placeholder {
    font-family: 'OpenSans-Regular';
    color: #aaa;
}

.default-input::-moz-placeholder {
    font-family: 'OpenSans-Regular';
    color: #aaa;
}

.default-input:-moz-placeholder {
    font-family: 'OpenSans-Regular';
    color: #aaa;
}

.default-input:-ms-input-placeholder {
    font-family: 'OpenSans-Regular';
    color: #aaa;
}

/*header*/

.site-header {
    display: table-header-group;
    height: 1px;
    background-color: #1a1a1a;
}

.site-header .myContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.logo-block {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}

.logo-link {
    display: block;
}

.header-menu {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    list-style: none;
}

.header-nav__item-link {
    font-family: 'OpenSans-Bold';
    font-size: 13px;
    display: block;
    padding: 27.5px 22px;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    border-top: 2px solid transparent;
}

.header-nav__item:hover .header-nav__item-link,
.header-nav__item:focus .header-nav__item-link {
    color: #fff;
}

.header-nav__item.active {
    background-color: #262626;
}

.header-nav__item.active .header-nav__item-link {
    color: #fff;
    border-top-color: #ffdc19;
}

.header-admin {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-admin__name {
    font-family: 'OpenSans-Semibold';
    font-size: 13px;
    margin-right: 10px;
    text-transform: capitalize;
    color: #fff;
}

.header-admin__img {
    width: 41px;
    height: 41px;
    cursor: pointer;
}

/*END:header*/

.logout-menu__item:hover .default-popup-text,
.logout-menu__item:hover .logout-menu__link svg .cls-1,
.logout-menu__link svg,
.logout-menu__link svg .cls-1,
.logout-menu .default-popup-text,
.remove-btn,
.remove-btn:hover,
.hover-btn,
.hover-btn:hover {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.default-input::-webkit-input-placeholder {
    font-family: 'OpenSans-Regular';
    color: #aaa;
}

.default-input::-moz-placeholder {
    font-family: 'OpenSans-Regular';
    color: #aaa;
}

.default-input:-moz-placeholder {
    font-family: 'OpenSans-Regular';
    color: #aaa;
}

.default-input:-ms-input-placeholder {
    font-family: 'OpenSans-Regular';
    color: #aaa;
}

/*header*/

.header-custom {
    display: table-header-group;
    height: 1px;
    background-color: #fff;
}

.header-custom .myContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.header-custom__inner {
    border-bottom: 1px solid #f4f4f4;
}

.header-custom .header-nav {
    margin-left: 20px;
}

.header-custom .header-nav__item-link {
    font-family: 'OpenSans-Regular';
    color: #1a1a1a;
}

.header-custom .header-nav__item.active,
.header-custom .header-nav__item:hover {
    background-color: transparent;
}

.header-custom .header-nav__item.active .header-nav__item-link,
.header-custom .header-nav__item:hover .header-nav__item-link {
    font-family: 'OpenSans-Bold';
    color: #1a1a1a;
    border-top-color: #ffdc19;
}

.header-custom .logo-block {
    position: relative;
    -webkit-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
}

.header-custom .logo-block::after {
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    height: 41px;
    content: '';
    background-color: #f3f3f3;
}

.header-custom .logo-img {
    display: inline-block;
    width: 50px;
    height: 61px;
    margin-right: 30px;
    vertical-align: middle;
}

.header-custom .logo-description {
    font-size: 12px;
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}

.header-custom .header-admin {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-custom .header-admin__name {
    color: #1a1a1a;
}

.header-custom .header-admin--new {
    display: none;
}

.header-custom .header-admin--new .default-btn {
    font-size: 13px;
    color: #1a1a1a;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.header-custom .header-admin--new .default-link {
    background-color: transparent;
}

.header-custom .header-admin--new.active {
    display: block;
}

.header-custom .header-admin.shop .logout-menu.active.logout-menu--cust {
    display: none;
}

.header-custom .header-admin.shop .logout-menu.active.logout-menu--shop {
    display: block;
}

.logout-menu {
    position: absolute;
    z-index: 100;
    top: 70px;
    right: 0;
    display: none;
    width: 250px;
    padding: 0 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .2);
}

.logout-menu__list {
    margin-bottom: 0;
    list-style: none;
}

.logout-menu__item {
    border-bottom: 2px solid #fbfbfb;
}

.btn-wrapper a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-family: 'OpenSans-Bold', sans-serif;
}

.btn-wrapper .active {
    background: #ffdc19;
    padding: 11px 64px;
    border-radius: 20px;
}

header .btn-wrapper a + a {
    margin-left: 15px;
}

.logout-menu__item:hover .default-popup-text {
    color: #262626;
}

.logout-menu__item:hover .logout-menu__link svg .cls-1 {
    fill: #ffc819;
}

.logout-menu__item:hover .logout-menu__link svg .cls-1.catalog {
    stroke: #ffc819;
    fill: none;
}

.logout-menu__item--bottom {
    margin-top: 200px;
}

.logout-menu__link {
    display: block;
    padding: 15.5px 0;
    text-decoration: none;
}

.logout-menu__link svg {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 15px;
    vertical-align: middle;
}

.logout-menu__link svg .cls-1 {
    fill: #999;
}

.logout-menu__link svg .cls-2 {
    fill: #fff;
}

.logout-menu__link svg .cls-1.catalog {
    fill: none;
    stroke: #999;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.logout-menu .default-popup-text {
    display: inline-block;
    vertical-align: middle;
}

.logout-menu.active {
    display: block;
}

.logout-menu.active.logout-menu--user {
    display: block;
}

.logout-menu.active.logout-menu--shop {
    display: none;
}

/*END:header*/

.logout-menu__item:hover .default-popup-text,
.logout-menu__item:hover .logout-menu__link svg .cls-1,
.logout-menu__link svg,
.logout-menu__link svg .cls-1,
.logout-menu .default-popup-text,
.remove-btn,
.remove-btn:hover,
.hover-btn,
.hover-btn:hover {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.default-input::-webkit-input-placeholder {
    font-family: 'OpenSans-Regular', sans-serif;
    color: #aaa;
}

.default-input::-moz-placeholder {
    font-family: 'OpenSans-Regular', sans-serif;
    color: #aaa;
}

.default-input:-moz-placeholder {
    font-family: 'OpenSans-Regular', sans-serif;
    color: #aaa;
}

.default-input:-ms-input-placeholder {
    font-family: 'OpenSans-Regular', sans-serif;
    color: #aaa;
}

/*footer*/

.site-footer {
    position: relative;
    padding: 0 0 38px;
    color: #fff;
    background-color: #282828;
    z-index: 1;
}

/*.site-footer::after {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 46.6%;*/
    /*content: '';*/
    /*background-color: #323232;*/
/*}*/

.site-footer .container-footer {
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.logo-img {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.site-footer .logo-block {
    -webkit-flex-basis: 51.4%;
    -ms-flex-preferred-size: 51.4%;
    flex-basis: 51.4%;
}

.contacts {
    -webkit-flex-basis: 26%;
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
}

.socials {
    -webkit-flex-basis: 22.6%;
    -ms-flex-preferred-size: 22.6%;
    flex-basis: 22.6%;
}

.footer-logo-title {
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contacts a {
    text-decoration: none;
}

.footer-logo-title--orange {
    margin-bottom: 16px;
    color: #ffc000;
}

.footer-logo-title--small {
    text-transform: none;
}

.footer-logo-text {
    font-size: 12px;
    line-height: 17px;
    color: #6e6e6e;
}

.footer-logo-description {
    display: inline-block;
    vertical-align: middle;
}

.container-footer {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    z-index: 100;
}

.contacts {
    padding: 27px 24px 0;
}

.contacts span {
    display: inline-block;
}

.default-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.default-icon::before {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.default-icon.phone {
    margin-right: 13px;
}

.default-icon.phone::before {
    content: '\f095';
}

.default-icon.email {
    margin-right: 13px;
}

.default-icon.email::before {
    content: '\f0e0';
}

.default-icon.socials-list__link {
    border-color: #ffbe00;
}

.default-icon.socials-list__link::before {
    color: #ffbe00;
}

.default-icon.vk::before {
    content: '\f189';
}

.default-icon.fb::before {
    content: '\f09a';
}

.default-icon.inst::before {
    content: '\f16d';
}

.email-description {
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    width: 80%;
    vertical-align: top;
    color: #6e6e6e;

}

.phone-block {
    margin-bottom: 30px;
}

.phone-block span {
    vertical-align: middle;
}

.site-footer a[href^='tel'],
.site-footer a[href^='mailto'],
.phone-block__link,
.email-block__link {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.site-footer a[href^='tel']:hover,
.site-footer a[href^='tel']:focus,
.site-footer a[href^='mailto']:hover,
.site-footer a[href^='mailto']:focus,
.phone-block__link:hover,
.phone-block__link:focus,
.email-block__link:hover,
.email-block__link:focus {
    color: #fff;
}

.email-block__link {
    margin-bottom: 10px; /*!important;*/
}

.socials {
    padding: 34px 3px 0 90px;
}

.socials-title {
    font-size: 14px;
    margin-bottom: 15px;
    color: #6e6e6e;
}

.payment-img {
    display: inline-block;
    margin-bottom: 18px;
}

.socials-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.socials-list__item:hover .socials-list__link {
    background-color: #ffbe00;
}

.socials-list__item:hover .socials-list__link:before {
    color: #282828;
}

/*.site-footer {*/
/*position: relative;*/
/*padding: 0 0 38px;*/
/*color: #fff;*/
/*background-color: #282828;*/
/*!* &::after {*/
/*position: absolute;*/
/*content: '';*/
/*left: 0;*/
/*bottom: 0;*/
/*background-color: #313131;*/
/*width: 47.4%;*/
/*height: 190px;*/
/*} *!*/
/*}*/

/*.site-footer .myContainer {*/
/*z-index: 101;*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -moz-box;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*}*/

/*.site-footer .logo-block {*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -moz-box;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*padding-bottom: 38px;*/
/*-webkit-flex-basis: 50%;*/
/*-ms-flex-preferred-size: 50%;*/
/*flex-basis: 50%;*/
/*}*/

/*.site-footer .logo-img {*/
/*width: 80px;*/
/*margin-right: 40px;*/
/*}*/

/*.footer-logo__title {*/
/*font-size: 14px;*/
/*margin-bottom: 10px;*/
/*}*/

/*.footer-logo__title--orange {*/
/*font-size: 20px;*/
/*}*/

/*.footer-logo__text {*/
/*font-family: 'OpenSans-Regular';*/
/*font-size: 13px;*/
/*color: #999;*/
/*}*/

/*.footer-logo__description {*/
/*width: 77%;*/
/*padding-top: 50px;*/
/*}*/

/*.footer-logo__link {*/
/*text-decoration: none;*/
/*color: #fff;*/
/*}*/

/*.footer-logo__link:hover,*/
/*.footer-logo__link:focus {*/
/*color: #fff;*/
/*}*/

/*.contacts,*/
/*.socials {*/
/*padding-top: 50px;*/
/*-webkit-flex-basis: 25%;*/
/*-ms-flex-preferred-size: 25%;*/
/*flex-basis: 25%;*/
/*}*/

/*.phone-block__link,*/
/*.email-block__link {*/
/*display: block;*/
/*text-decoration: none;*/
/*color: #fff;*/
/*}*/

/*.phone-block__link:hover,*/
/*.phone-block__link:focus,*/
/*.email-block__link:hover,*/
/*.email-block__link:focus {*/
/*color: #fff;*/
/*}*/

/*.phone-block {*/
/*margin-bottom: 10px;*/
/*}*/

/*.phone-block__link {*/
/*font-size: 20px;*/
/*}*/

/*.email-block__link,*/
/*.socials-title {*/
/*font-family: 'OpenSans-Semibold';*/
/*font-size: 14px;*/
/*margin-bottom: 8px;*/
/*}*/

/*.payment-list {*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -moz-box;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*margin-bottom: 10px;*/
/*list-style: none;*/
/*}*/

/*.payment-list__item {*/
/*margin-right: 3px;*/
/*}*/

/*END:footer*/

html,
body {
    height: 100%;
}

body {
    font-family: 'OpenSans-Regular';
    color: #1a1a1a;
}

body.popup-opened {
    overflow: hidden;
}

.main {
    display: table-row;
    height: 100%;
}

.user-panel.fixed {
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
}

.wrapper {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    background-color: #f7f7f7;
}

.clearfix:after,
.myContainer:after,
.container-inner:after {
    display: block;
    clear: both;
    content: '';
}

.transition {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.myContainer {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.container-inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.container-inner--main {
    margin-bottom: 25px;
}

.breadcrumbs {
    padding: 35px 0 10px;
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    list-style: none;
}

.breadcrumbs-list__item {
    font-size: 13px;
    position: relative;
    text-transform: capitalize;
}

.breadcrumbs-list__item > a {
    font-family: 'OpenSans-Regular';
    padding: 10px;
    text-decoration: none;
}

.breadcrumbs-list__item:not(:last-child)::after {
    position: absolute;
    top: 5px;
    right: -2px;
    width: 3px;
    height: 3px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #1a1a1a;
}

.breadcrumbs-list__item > span {
    font-family: 'OpenSans-Bold';
    padding: 10px;
}

.orange-text {
    color: #ffcd1f;
}

.remove-btn {
    position: absolute;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    background-image: url('../img/remove-btn.svg');
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.remove-btn--text {
    background-image: none;
}

.remove-btn--text:hover {
    background-image: none !important; /* modified */
}

.remove-btn.default-btn {
    width: auto;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
}

.remove-btn:hover {
    background-image: url('../img/remove-btn--hover.svg');
}

.default-btn {
    font-family: 'OpenSans-Bold';
    font-size: 12px;
    display: block;
    min-width: 151px;
    padding: 14.5px 10px;
    text-align: center;
    text-decoration: none;
    color: #592e0d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffdc19;
}

.default-btn--long {
    display: block;
    min-width: 300px;
    margin: 0 auto;
    text-transform: uppercase;
}

.default-btn--gray {
    color: #666;
    background-color: #ebebeb;
}

.default-btn--high-letter {
    font-size: 13px;
}

.default-btn--center {
    margin: 0 auto;
    text-transform: uppercase;
}

.default-btn--error {
    background-color: #e53422;
}

.default-btn--success {
    background-color: #3cbf00;
}

.default-btn--transparent {
    color: #1a1a1a;
    background-color: transparent;
}

.hover-btn:hover {
    color: #592e0d;
    background-color: #ffdc19;
}

.default-input {
    font-size: 14px;
    padding: 10.5px 8px;
    border: 2px solid #f8f8f8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.address-popup-input {
    display: block;
    border: 2px solid #e8e8e8;
    width: 100%;
    margin: 6px 0 13px;
    height: 48px;
}

.default-input--link {
    text-decoration: underline;
    color: #1578cc;
}

.default-input--link:hover {
    color: #1578cc;
}

.default-title {
    font-family: 'OpenSans-Bold';
    font-size: 14px;
}

.default-title--normal {
    font-family: 'OpenSans-Regular';
}

.default-title--gray {
    font-family: 'OpenSans-Semibold';
    color: #666;
}

.default-title--normal-gray {
    font-family: 'OpenSans-Regular';
    color: #808080;
}

.default-title--semibold {
    font-family: 'OpenSans-Semibold';
}

.default-subtitle {
    font-family: 'OpenSans-Semibold';
    font-size: 13px;
}

.default-text {
    font-family: 'OpenSans-Regular';
    font-size: 12px;
}

.default-text--gray {
    color: #666;
}

.default-text--user {
    font-size: 13px;
    color: #1a1a1a;
}

.default-text--user-gray {
    font-size: 13px;
    color: #808080;
}

.default-text--light-gray {
    color: #808080;
}

.default-text--semibold {
    font-family: 'OpenSans-Semibold', sans-serif;
}

.default-text--gray-title {
    color: #999;
}

.default-text--bold {
    font-family: 'OpenSans-Bold', sans-serif;
}

.default-text-table {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 15px;
}

.default-text-table--bold {
    font-family: 'OpenSans-Semibold', sans-serif;
}

.default-text-table--gray {
    color: #808080;
}

.default-text-table--strong {
    font-family: 'OpenSans-Bold', sans-serif;
}

.default-imgblock {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.default-imgblock__img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.required {
    position: relative;
}

.required span::after {
    position: absolute;
    top: 2px;
    right: -7px;
    content: '*';
    color: #e53422;
}

.default-block {
    width: 100%;
    padding: 23px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f7f7f7;
}

.user-panel {
    border-bottom: 3px solid #f4f4f4;
    background-color: #fff;
}

.user-panel .myContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.user-panel__btn {
    position: relative;
    min-width: 269px;
    padding: 25px 10px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.user-panel__btn::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #ffb419;
}

.user-panel__menu {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.user-panel__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.user-panel__list-item {
    position: relative;
}

.user-panel__list-item::after {
    position: absolute;
    top: 18px;
    right: 0;
    width: 1px;
    height: 31px;
    content: '';
    background-color: #f4f4f4;
}

.user-panel__list-item:last-child::after {
    display: none;
}

.user-panel__item-link {
    font-family: 'OpenSans-Bold';
    font-size: 11px;
    display: inline-block;
    padding: 25px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
}

.user-panel__num {
    color: #999;
}

.default-popup-text {
    font-family: 'OpenSans-Semibold';
    font-size: 13px;
    color: #808080;
}

.default-popup-text--dark {
    color: #1a1a1a;
}

.default-popup-title {
    font-family: 'OpenSans-Semibold';
    font-size: 19px;
    text-align: center;
}

.default-user-title {
    font-family: 'OpenSans-Bold';
    font-size: 16px;
}

.default-user-title--border {
    padding-bottom: 20px;
    border-bottom: 2px solid #ffdc19;
}

.border-element {
    padding-bottom: 20px;
    border-bottom: 2px solid #ffdc19;
}

.cs-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

input.default-radio {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 0;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f2f2f2;
}

input.default-radio:checked {
    border: 5px solid #ebebeb;
    background-color: #1a1a1a;
}

input.default-radio:checked + label,
input.default-radio:checked + .default-text--user {
    color: #1a1a1a;
}

input.default-radio + label,
input.default-radio + .default-text--user {
    color: #999;
}

.tooltip {
    position: absolute;
    z-index: 100;
    top: 22px;
    left: -9px;
    display: none;
    min-width: 170px;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #4a4b4f;
}

.tooltip::before {
    position: absolute;
    top: -5px;
    left: 11px;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 6px solid #4a4b4f;
    border-left: 6px solid transparent;
}

.tooltip p {
    font-family: 'OpenSans-Semibold';
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
}

.jq-number {
    height: 34px;
    padding: 0 23px;
}

.jq-number__field {
    width: 34px;
    height: 100%;
    text-align: center;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jq-number__field input {
    font-size: 12px;
    height: 100%;
    text-align: center;
}

.jq-number__spin {
    width: 22px;
    height: 34px;
    border: none;
}

.jq-number__spin.minus {
    top: 0;
    left: 0;
    background: #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jq-number__spin.minus::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
}

.jq-number__spin.plus {
    background: #ffe34e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jq-number__spin.plus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 5px;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    background-color: #1a1a1a;
}

.jq-number__spin::after {
    top: 50%;
    left: 50%;
    width: 5px;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    background-color: #1a1a1a;
}

.jq-number.focused .jq-number__field {
    border: none;
}

.jq-selectbox li:hover {
    background-color: #a3abb1;
}

.color-success {
    color: #3cbf00;
}

.color-orange {
    color: #ffdc19;
}

.color-blue {
    color: #1887e6;
}

.color-error {
    color: #e53422;
}

.color-error--diff {
    color: #f23700;
}

.default-checkbox {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
    background-color: #f2f2f2;
    margin-right: 10px;
    position: relative;
}

.default-checkbox:checked {
    background-image: url('../img/checked.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: 8px 10px;
    -o-background-size: 8px 10px;
    background-size: 8px 10px;
}

.table-data--after {
    position: relative;
}

.table-data--after::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 3px;
    height: 33px;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../img/profile-dots.png');
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.message-title {
    font-family: 'OpenSans-Semibold', sans-serif;
    font-size: 11px;
}

.message-title--gray {
    font-family: 'OpenSans-Regular', sans-serif;
    color: #8c8c8c;
}

/* .default-chat */

.default-chat {
    width: 100%;
    padding-top: 25px;
}

.message-imgblock {
    width: 40px;
    height: 40px;
    margin-top: 6px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.message-block {
    margin-bottom: 15px;
}

.message-block:last-child {
    margin-bottom: 0;
}

.message-block__message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.message-block__text {
    line-height: 21px;
    position: relative;
    max-width: 634px;
    padding: 14px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: pre-line;
}

.message-block__text::before {
    position: absolute;
    top: 18px;
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.message-block__heading {
    margin-bottom: 9px;
}

.message-block--shop .message-imgblock {
    margin-right: 15px;
}

.message-block--shop .message-block__text {
    background-color: #f5f5f5;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.message-block--shop .message-block__text::before {
    left: -6px;
    border-right: 6px solid #f5f5f5;
    border-left: 0;
}

.message-block--shop .message-block__heading {
    margin-left: 55px;
}

.message-block--shop .message-block__message {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.message-block--cust .message-imgblock {
    margin-left: 15px;
}

.message-block--cust .message-block__text {
    background-color: #fff5d2;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.message-block--cust .message-block__text::before {
    right: -6px;
    border-right: 0;
    border-left: 6px solid #fff5d2;
}

.message-block--cust .message-block__heading {
    margin-right: 55px;
    text-align: right;
}

.message-block--cust .message-block__message {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.default-chat--common {
    padding: 20px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f7f7f7;
}

.default-chat--common .message-block--shop .message-block__text {
    background-color: #d3f5c4;
}

.default-chat--common .message-block--shop .message-block__text::before {
    left: -6px;
    border-right: 6px solid #d3f5c4;
    border-left: 0;
}

.chat-messages {
    overflow-y: auto;
    height: 320px;
    padding-right: 10px;
}

.chat-messages::-webkit-scrollbar {
    width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

.chat-messages::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #d9d9d9;
}

.new-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-message__textarea {
    font-size: 13px;
    overflow: hidden;
    width: 92.9%;
    max-height: 40px;
    white-space: nowrap;
    background-color: transparent;
}

.new-message__submit {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffdc19;
}

.new-message__submit svg {
    fill: #fff;
}

.message-actions {
    width: 21px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.message-actions__btn {
    width: 21px;
    height: 21px;
    margin-bottom: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    fill: #d9d9d9;
}

.message-actions__btn:last-child {
    margin-bottom: 0;
}

.notification-new-msg {
    position: absolute;
    top: 50px;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    height: 20px;
    width: 100%;
    padding: 3px;
    opacity: 0;
    color: #000;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.notification-new-msg.notification-new-msg_active {
    opacity: 1;
}

/* END: .default-chat */

/*END:base*/

/*# sourceMappingURL=sourcemaps/base.css.map */

.main-menu__title,
.main-page .main-menu__list-item:hover {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

/* .main-menu */

.main-menu {
    padding-bottom: 100px;
}

.main-menu__list {
    list-style: none;
}

.main-menu__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 20px 20px;
    background-color: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu__title {
    font-family: 'OpenSans-Semibold';
    font-size: 14px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.main-page .main-menu__list-item:hover {
    background-color: #fff7cc;
}

/* END: .main-menu */

/* .cities */

.cities .main-menu__list-item:hover {
    background-color: #fff;
}

.default-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.default-form.cities-form .default-btn {
    margin-right: 20px;
}

.cities-input {
    width: 895px;
    margin-right: 18px;
}

/* END: .cities */

/* .categories */

.btn-block button {
    display: block;
}

.main-menu__description {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-menu__description .main-menu__title {
    font-family: 'OpenSans-Semibold';
    font-size: 17px;
}

.main-menu__description .main-menu__text {
    font-size: 13px;
}

.category-imgblock {
    position: relative;
    width: 95px;
    height: 95px;
    margin-right: 20px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ebebeb;
}

.category-imgblock img {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.choose-file {
    display: none;
}

.icon {
    position: relative;
    display: block;
    width: 33px;
    height: 33px;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}

.icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.categories-form {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.categories-form .category-imgblock {
    padding: 19px 0 15px;
}

.categories-form .categories-input {
    padding: 7px 8px;
}

.categories-form .default-btn:first-child {
    margin-bottom: 17px;
}

.label-text {
    font-family: 'OpenSans-Semibold';
    font-size: 11px;
    display: block;
    text-align: center;
    color: #666;
}

.input-block {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.categories-input,
.categories-textarea {
    font-size: 13px;
    width: 100%;
}

.categories-input {
    margin-bottom: 8px;
}

/* END: .categories */

/* .profile-shop */

.profile-shop {
    padding-bottom: 135px;
}

.profile-shop__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0;
    background-color: #fff;
}

.profile-block {
    width: 305px;
    padding: 0 24px;
}

.profile-block__heading,
.profile-block__order {
    position: relative;
    margin-bottom: 36px;
}

.profile-block__heading::after,
.profile-block__order::after {
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #f9f9f9;
}

.user-shop,
.user-name,
.user-position {
    display: block;
    margin-bottom: 4px;
    text-align: center;
}

.user-position {
    font-family: 'OpenSans-Bold';
    font-size: 10px;
    margin-bottom: 7px;
    color: #3cbf00;
}

.rate-link {
    font-size: 10px;
    display: block;
    color: #1578cc;
}

.rate-link:hover {
    color: #1578cc;
}

.rate-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rate-block__rate {
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.rate-block__rate span {
    font-size: 26px;
    color: #3cbf00;
}

.rate-block__title .default-title {
    display: block;
    margin-bottom: 4px;
}

.star-block__list {
    list-style: none;
}

.star-block__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stars-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    list-style: none;
}

.stars-list__item {
    margin-right: 3px;
}

.stars-list__item svg {
    display: block;
    width: 10px;
    height: 10px;
    fill: #fff;
    stroke: #dfdfdf;
    stroke-width: 2px;
}

.stars-list__item.active svg {
    fill: #ffdc19;
    stroke: #ffdc19;
}

.profile-imgblock {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.review-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.review-block__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    list-style: none;
}

.review-block__list-item {
    position: relative;
    margin-right: 15px;
}

.review-block__list-item:last-child {
    margin-right: 0;
}

.review-block__list-item:last-child::after {
    display: none;
}

.review-block__list-item:last-child .review-block__list-link {
    color: #e53422;
}

.review-block__list-item:first-child .review-block__list-link {
    color: #3cbf00;
}

.review-block__list-item:nth-child(2) .review-block__list-link {
    color: #ccc;
}

.review-block__list-item::after {
    position: absolute;
    top: 8px;
    right: -9px;
    width: 4px;
    height: 4px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ccc;
}

.review-block__list-link {
    font-family: 'OpenSans-Bold';
    font-size: 12px;
}

.experts-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.experts-countblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.experts-countblock__icon {
    width: 12px;
    height: 12px;
}

.experts-countblock__icon img {
    display: block;
    width: 12px;
    height: 12px;
}

.experts-countblock__count {
    font-family: 'OpenSans-Bold';
    font-size: 12px;
    margin-left: 5px;
}

.profile-btn-block {
    margin-bottom: 30px;
}

.profile-btn-block .default-btn {
    font-size: 11px;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
}

.profile-btn-block .default-btn:first-child {
    background-color: #f27461;
}

.profile-btn-block .default-btn:nth-child(2) {
    background-color: #3cbf00;
}

.profile-btn-block .default-btn:last-child {
    color: #1a1a1a;
    background-color: #f7f7f7;
}

.profile-form .default-text {
    display: block;
    margin-bottom: 8px;
}

.profile-form .default-input {
    font-size: 12px;
    width: 100%;
    height: 123px;
    margin-bottom: 9px;
}

.profile-form .default-btn {
    width: 100%;
    text-transform: uppercase;
}

/* END: .profile-shop */

/*# sourceMappingURL=sourcemaps/admin-main.css.map */

.personal-data-form .default-btn,
.personal-data-form .default-btn:hover {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

/* .profile-tabs */

.profile-tabs {
    width: 833px;
    padding: 0 58px;
}

.tabs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    list-style: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.tabs-list__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.tabs-list__item.active .tabs-list__link {
    color: #1a1a1a;
    background-color: #ffdc19;
}

.tabs-list__link {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f7f7f7;
}

.personal-data-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.personal-data-form .default-input {
    font-size: 13px;
    display: block;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 9px;
    padding: 14px 10px;
}

.personal-data-form .default-btn {
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
}

.personal-data-form .default-btn:hover {
    color: #592e0d;
    background-color: #ffdc19;
}

.fieldset-group {
    -webkit-flex-basis: 47.1%;
    -ms-flex-preferred-size: 47.1%;
    flex-basis: 47.1%;
}

.fieldset-group:first-child {
    margin-right: 2.8%;
}

.fieldset-group:nth-child(2) {
    margin-left: 2.8%;
}

.fieldset-group fieldset {
    margin-bottom: 30px;
}

.fieldset-title {
    font-family: 'OpenSans-Bold';
    font-size: 15px;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.fieldset-title::before {
    position: absolute;
    top: 50%;
    left: 1px;
    width: 5px;
    height: 5px;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffdc19;
}

.fieldset-title--diff {
    border-bottom: none;
}

.jq-selectbox {
    display: block;
    margin: 6px 0 13px;
    position: relative;
}

.jq-selectbox select {
    position: absolute;
    opacity: 0;
}

.jq-selectbox__dropdown {
    position: absolute;
    top: 100%;
}

.jq-selectbox__dropdown ul {
    list-style-type: none;
    overflow-y: auto;
}

.jq-selectbox:focus {
    outline: none;
}

.jq-selectbox__select {
    font-family: 'OpenSans-Regular';
    font-size: 13px;
    position: relative;
    height: 48px;
    color: #808080;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jq-selectbox__select:hover {
    background: transparent;
}

.jq-selectbox__select:focus {
    outline: none;
}

.jq-selectbox__select-text {
    height: 100%;
    padding: 6px 0;
}

.jq-selectbox__trigger {
    border-left: none;
}

.jq-selectbox__trigger-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top-color: #ffdc19;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #ffdc19;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #dedede;
}

.fieldset-submit {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.submit-btns {
    margin-top: 20px;
    text-align: center;
}

.submit-btns .default-btn {
    display: inline-block;
    width: 220px;
    padding: 20px 10px;
}

.submit-btns .default-btn:first-child {
    margin-right: 15px;
}

.address-block__text {
    font-family: 'OpenSans-Semibold';
    font-size: 13px;
}

label.default-text span,
.address-block {
    padding-left: 10px;
}

.address-block {
    max-width: 392px; /* modified 392px */
    margin-bottom: 10px;
}

.dop-address > .address-block {
    max-width: 338px;
}

.address-block__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.address-block__text {
    overflow: hidden;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.text-mask {
    position: absolute;
    top: -35px;
    left: 217px;
    width: 85px;
    pointer-events: none;
}

.text-mask p {
    margin-bottom: 0;
    color: #808080;
}

.text-mask::after {
    position: absolute;
    top: -1px;
    right: -12px;
    width: 13px;
    height: 16px;
    content: '';
    background-image: url('../img/not-save.svg');
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* END: .profile-tabs */

.tabs-content__item {
    display: none;
}

.tabs-content__item.active {
    display: block;
}

/* datepicker */

.datepicker-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.datepicker-block__title {
    font-family: 'OpenSans-Bold';
    font-size: 12px;
    margin-right: 20px;
}

.datepicker-block .default-input {
    font-size: 12px;
    width: 120px;
}

.datepicker-block .default-input:first-of-type {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.datepicker-block .default-input:last-of-type {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

img.ui-datepicker-trigger {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

img.ui-datepicker-trigger:first-of-type {
    right: 128px;
}

img.ui-datepicker-trigger:last-of-type {
    right: 8px;
}

/* END: datepicker */

/* #financialFlows */

.sum-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.sum-list__item {
    margin-right: 20px;
}

.sum-list__item:last-child {
    margin-right: 0;
}

.sum-list__item:last-child .sum-list__num {
    margin-bottom: 0;
}

.sum-list__item span {
    display: block;
}

.sum-list__num {
    font-family: 'OpenSans-Bold';
    font-size: 26px;
    margin-bottom: 10px;
}

.sum-list__text {
    font-size: 13px;
    color: #808080;
}

.price-diff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-diff .sum-list__num {
    margin-right: 20px;
}

.price-offset__text {
    font-family: 'OpenSans-Semibold';
    font-size: 9px;
    position: relative;
    width: 40px;
    height: 9px;
}

.price-offset__text::before {
    position: absolute;
    top: 50%;
    left: -11px;
    width: 5px;
    height: 5px;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e6e6e6;
}

.price-offset__text--positive {
    color: #3cbf00;
}

.price-offset__text--positive::before {
    background-color: #3cbf00;
}

.price-offset__text--negative {
    color: #e53422;
}

.price-offset__text--negative::before {
    background-color: #e53422;
}

.default-table table {
    width: 100%;
    border-spacing: 0 10px;
    border-collapse: separate;
}

.default-table th {
    font-family: 'OpenSans-Semibold';
    font-size: 11px;
    padding: 0 20px;
    text-align: center;
}

.default-table th:first-child {
    text-align: left;
}

.default-table th:nth-child(2) {
    text-align: left;
}

.default-table td {
    padding: 23px 20px;
    text-align: center;
    vertical-align: middle;
}

.default-table td:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.default-table td:nth-child(2) {
    text-align: left;
}

.default-table td:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.offers-table td:first-child {
    width: 15%;
}

.offers-table td:nth-child(2) {
    position: relative;
    width: 36%;
}

.offers-table td:nth-child(3) {
    width: 27%;
}

.offers-table tbody tr {
    background-color: #f7f7f7;
}

.date {
    font-size: 14px;
    color: #808080;
}

.pagination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    list-style: none;
}

.pagination-list__item {
    width: 35px;
    height: 35px;
    margin-right: 2px;
    border: 1px solid #dedede;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.pagination-list__item a {
    font-family: 'OpenSans-Semibold';
    font-size: 13px;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #666;
}

.pagination-list__item.active {
    border-color: #ffdc19;
    background-color: #ffdc19;
}

.pagination-list__item.active a {
    color: #8c4815;
}

.pages-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pages-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 102;
}

.pages-num__text {
    font-family: 'OpenSans-Bold';
    font-size: 12px;
    margin-right: 20px;
}

.pages-num .jq-selectbox {
    margin: 0;
}

.pages-num .jq-selectbox__select-text {
    padding: 0;
}

.pages-num .jq-selectbox__select {
    height: 35px;
    padding-right: 30px;
    border: 1px solid #dedede;
}

/* END: #financialFlows */

/* .profile-client */

.profile-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    border-bottom: 3px solid #ffdc19;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile-info__title,
.client-id {
    font-family: 'OpenSans-Bold';
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.client-id {
    color: #999;
}

.profile-shop__inner--client {
    padding-top: 45px;
}

/* END: .profile-client */

/*# sourceMappingURL=sourcemaps/profile-shop.css.map */

/* .base-control */

.main-tabs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-tabs__list-item {
    text-align: center;
    border-bottom: 2px solid #c8c8c8;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.main-tabs__list-item.active {
    border-bottom-color: #ffdc19;
}

.main-tabs__list-item.active .main-tabs__list-link {
    color: #1a1a1a;
}

.main-tabs__list-item.active .link-text {
    color: #888;
}

.main-tabs__list-link {
    font-family: 'OpenSans-Bold';
    font-size: 15px;
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #c8c8c8;
}

.main-tabs__list--inner {
    width: 50%;
}

.main-tabs__list--inner .main-tabs__list-item {
    border-bottom: 0;
}

.main-tabs__list--inner .main-tabs__list-item.active {
    background-color: #ffdc19;
}

.main-tabs__list--inner .main-tabs__list-link {
    font-size: 13px;
    padding: 10px;
    color: #1a1a1a;
}

.main-tabs__list--inner .link-text {
    color: #888;
}

.main-tabs__content-item {
    display: none;
}

.main-tabs__content-item.active {
    display: block;
}

.search-field {
    font-size: 0;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.search-field .default-input,
.search-field .default-btn {
    display: inline-block;
}

.search-field .default-input {
    width: 86.7%;
    padding: 12px 20px;
}

.tabs-inner__content-item {
    display: none;
}

.tabs-inner__content-item.active {
    display: block;
}

.tabs-inner__form {
    margin-top: 20px;
}

.tabs-inner__form .pages-num .jq-selectbox__select {
    border: none;
}

.base-control__btn {
    color: #ccc;
    background-color: transparent;
}

.base-control__btn.success {
    color: #3cbf00;
}

.base-control__btn.error {
    color: #e53422;
}

.base-control__table td,
.base-control__table th {
    padding-right: 0;
    text-align: left;
}

.base-control__table .date {
    width: 12.5%;
}

.base-control__table .name {
    width: 16%;
}

.base-control__table .email {
    width: 17.7%;
}

.base-control__table .phone {
    width: 12.6%;
}

.base-control__table .price {
    width: 10.8%;
    text-align: center;
}

.base-control__table .unblock {
    width: 14.3%;
}

.base-control__table .block {
    width: 11.2%;
}

.base-control__table .rate {
    width: 10.8%;
    color: #ffb419;
}

.base-control__table tbody tr {
    background-color: #fff;
}

.after {
    position: relative;
}

.after::after {
    position: absolute;
    top: 17px;
    right: 0;
    width: 3px;
    height: 33px;
    content: '';
    background-image: url('../img/profile-dots.png');
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* .sort */

.sort {
    font-size: 0;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.filter-block,
.sort-block {
    font-size: 12px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sort-block {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sort-block__title {
    font-family: 'OpenSans-Bold', sans-serif;
    margin-right: 20px;
}

.sort-table__title {
    font-family: 'OpenSans-Bold', sans-serif;
    margin-right: auto;
}

.filter-block__btn {
    padding: 11px 10px;
    border: 1px solid #f7f7f7;
    background-color: #fff;
}

.filter-block__btn.active {
    font-family: 'OpenSans-Semibold', sans-serif;
    color: #8c4815;
    background-color: #ffdc19;
}

.sort-btn {
    padding: 11px 21px;
    background-color: #fff;
}

.sort-btn svg {
    width: 12px;
    height: 8px;
    fill: #d9d9d9;
}

.sort-btn span {
    margin-right: 10px;
}

.sort-btn__arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.sort-btn.asc .sort-btn__arrow:first-of-type {
    fill: #ffdc19;
}

.sort-btn.desc .sort-btn__arrow:last-of-type {
    fill: #ffdc19;
}

/* END: .sort */

/* END: .base-control */

/* .finance */

.finance .datepicker-block {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.finance .sort-block {
    width: 58.7%;
}

.sort .jq-selectbox {
    display: inline-block;
    margin-right: 10px;
}

.sort .jq-selectbox__select {
    width: 220px;
    height: 39px;
    background: #fff;
}

.sort .jq-selectbox__select-text {
    padding: 1px 0;
}

.sum-block--finance .default-block {
    background-color: #fff;
}

.sum-list--finance .sum-list__item:first-child,
.sum-list--finance .sum-list__item:nth-child(2) {
    width: 230px;
}

.sum-list--finance .sum-list__item:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sum-list--finance .sum-list__item:nth-child(4),
.sum-list--finance .sum-list__item:nth-child(5) {
    width: 160px;
}

.price-block.after::after {
    top: 0;
    height: 52px;
    background-image: url('../img/dots-finance.png');
}

.price-diff .sum-list__num {
    margin-bottom: 0;
}

.finance-table tbody td {
    background-color: #fff;
}

.finance-table tbody td:last-child {
    width: 16.8%;
}

.finance-table .date,
.finance-table .name,
.finance-table .number {
    text-align: left;
}

.finance-table .date {
    width: 11.4%;
}

.finance-table .name {
    width: 14.4%;
}

.finance-table .number {
    width: 35.8%;
}

.finance-table thead th:nth-child(-n+3) {
    text-align: left;
}

.finance-table .after::after {
    top: 14px;
    right: 77px;
}

/* END: .finance */

/*# sourceMappingURL=sourcemaps/base-control.css.map */

@charset 'UTF-8';

/* .estimate-block */

.estimate-block {
    padding: 50px 0;
}

.estimate-progress-block {
    width: 47%;
    margin: 0 auto;
}

.estimate-progress-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.estimate-progress-item::after {
    font-family: 'OpenSans-Regular';
    font-size: 12px;
    display: inline-block;
    content: attr(data-progress) ' чел.';
}

.estimate-progress-title {
    font-size: 12px;
    display: inline-block;
    min-width: 200px;
}

.estimate-title {
    font-family: 'OpenSans-Bold';
    font-size: 19px;
    text-align: center;
}

.estimate-progressbar {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 15px;
    vertical-align: middle;
    background-color: #e6e6e6;
}

.estimate-progressbar__fill {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    content: '';
    background-color: #ffcd0d;
}

.estimate-rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.estimate-rate__item {
    padding: 0 5px;
}

.estimate-rate__item svg {
    display: block;
    width: 29px;
    height: 29px;
    fill: transparent;
    stroke: #e0e0e0;
}

.estimate-rate__item.active svg {
    fill: #ffdc19;
    stroke: #ffdc19;
}

/* END: .estimate-block */

/*# sourceMappingURL=sourcemaps/estimate-progress.css.map */

.category-imgblock--margin,
.category-imgblock--margin:hover,
.order-forms-block .submit-btns .default-btn,
.order-forms-block .submit-btns .default-btn:hover {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

/* .new-order */

.new-order {
    padding-bottom: 100px;
}

.new-order .default-user-title {
    margin-bottom: 0;
    padding-top: 27px;
}

.container-inner {
    padding: 30px;
    background-color: #fff;
}

.container-inner--diff {
    padding: 0 30px;
}

.video-block {
    margin-bottom: 20px;
}

.video-block__inner {
    position: relative;
    margin-bottom: 30px;
}

.video-block__title {
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    text-align: center;
}

.video-block__btn {
    font-family: 'OpenSans-Semibold';
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    color: #a6a6a6;
    background-color: #fff;
}

.video-block__btn::after {
    content: attr(data-initial-text);
}

.video-block__btn.clicked::after {
    content: '';
}

.video-block__video {
}

.steps-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    list-style: none;
}

.steps-list__item {
    position: relative;
    padding: 0 18px;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
}

.steps-list__item:not(:last-child)::after {
    position: absolute;
    top: -8px;
    right: 0;
    width: 3px;
    height: 109px;
    content: '';
    background-image: url('../img/dots-steps.png');
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.steps-description {
    line-height: 16px;
    margin-top: 10px;
}

.steps-list-user .steps-item:first-child {
    margin-left: 0;
}

.icon-block__text {
    font-family: 'PeaceSans-Regular';
    font-size: 22px;
    display: inline-block;
    color: #ffc819;
}

.icon-block__img {
    display: inline-block;
    margin-right: 5px;
}

.add-product {
    padding: 27px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.add-product__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.add-product__item .remove-btn {
    margin-right: 18px;
}

.add-product__fieldset {
    margin-left: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-product__fieldset::placeholder {
    color: #f00 !important;
}
.add-product__fieldset-title {
    width: 430px;
}

.add-product__fieldset-quantity{
    width: 200px;
    padding-left: 23px;
}
.add-product__fieldset-link{
    width: 290px;
}

.personal-data-new-request {
    text-align: start;
    padding-left: 43px;
}
.smeta-title {
    width: 360px;
}
.add-product .default-input {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.add-product .default-input--line {
    margin-right: 18px;
}

.add-product .default-input--line:first-child {
    width: 100%; /*480px;*/
}

.add-product .default-input--line:nth-child(2) {
    width: 600px;
    flex-grow: 3;
}

.add-product .default-btn {
    /*width: 100%;*/
    /*text-transform: uppercase;*/
    width: 248px;
    height: 26px;
    padding: 0;
}

.add-product .item-counter__btn {
    font-size: 14px;
    height: 32px;
}

.add-product .item-counter__btn_decrement {
    background-color: #e6e6e6;
}

.sup-item {
    margin-left: 10px;
}

.default-input--line {
    border: none;
    border-bottom: 2px solid #eee;
}

.new-order-form {
    max-width: 960px;
    margin: 0 auto;
    background-color: #fff;
}

.form-element {
    position: relative;
    padding: 0 30px 30px 30px;
}

.form-element--after::after {
    position: absolute;
    z-index: 100;
    bottom: -10px;
    left: -10px;
    width: 100%;
    height: 20px;
    content: '';
    background-image: url('../img/section-dots.png');
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.choose-category {
    padding: 27px 0;
}

.category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-list__item {
    position: relative;
}

.category-list__item input {
    position: absolute;
    width: 0;
    height: 0;
}

.category-list__item input:checked + label > div {
    background-color: #9ee465;
}

.category-list__item:hover .tooltip {
    display: block;
}

.category-list__item .tooltip {
    top: 99px;
    left: 62px;
    min-width: 200px;
}

.category-title {
    line-height: 14px;
    width: 95px;
    text-align: center;
    word-wrap: break-word;
}

.category-imgblock--margin {
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
}

.category-imgblock--margin:hover {
    background-color: #ffdc19;
}

.category-block__title {
    font-family: 'OpenSans-Semibold';
    font-size: 23px;
    text-align: center;
}

.customer-info__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 2px solid #eaeaea;
}

.customer-info__item:last-child {
    border-bottom: none;
}

.customer-info .default-title {
    display: inline-block;
    width: 218px;
    padding-top: 7px;
    padding-right: 18px;
    text-align: right;
    border-right: 4px dotted #ededed;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.customer-info__data {
    display: inline-block;
    padding: 0 20px;
}

.customer-info__data .btn-block {
    display: block;
}

.customer-info__data .default-btn {
    width: 220px;
    padding: 10px 10px;
    text-transform: uppercase;
}

.customer-info__data .default-btn:first-of-type {
    margin-bottom: 10px;
}

.customer-info__data .default-btn--before {
    padding: 12px 8px 12px 40px;
}

.customer-info__data .default-radio {
    margin-left: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.customer-info__data .default-radio + label {
    margin-right: 10px;
}

.customer-info__data .default-input {
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.customer-info__data--border {
    border-right: 4px dotted #ededed;
}

.customer-info__data--last {
    padding-right: 0;
}

.customer-info__data--full-width {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.customer-info__data .item-counter__btn_decrement {
    background-color: #ebebeb;
}

.customer-info__data .item-counter__btn {
    font-size: 14px;
    height: 32px;
}

.customer-info__data .item-counter__input {
    width: 35px;
}

.customer-data__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 380px;
    margin-bottom: 8px;
    padding: 10px;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.customer-data__item label {
    line-height: 16px;
    display: inline-block;
}

.customer-data__item input {
    margin: 0 14px 0 0;
}

.customer-data__subtitle {
    display: block;
    padding: 10px 0;
}

.btn-block input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

.btn-block input:checked + label {
    color: #592e0d;
    background-color: #ffdc19;
}

.default-btn--before {
    position: relative;
    width: 170px;
    padding: 12px 8px 12px 40px;
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.default-btn--before::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    content: '';
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background-color: #bfbfbf;
    background-image: url('../img/plus.svg');
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 10px 10px;
    -o-background-size: 10px 10px;
    background-size: 10px 10px;
}

.default-btn--before:hover {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
    color: #592e0d;
    background-color: #ffdc19;
}

.default-btn--before:hover::before {
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    background-color: #ffbb15;
}

.order-forms-block .submit-btns .default-btn {
    min-width: 300px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.order-forms-block .submit-btns .default-btn:hover {
    color: #592e0d;
    background-color: #ffdc19;
}

/* END: .new-order */

/*# sourceMappingURL=sourcemaps/new-order.css.map */

.close-block:hover .close-btn .cls-1,
.close-btn .cls-1 {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

/* .popup */

.popup {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(26, 26, 26, .3);
}

.popup.active {
    display: block;
}

.popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    min-height: 1px;
    padding: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .2);
    /* .popup-inner--pay */
}

.popup-inner.active {
    display: block;
}

.popup-inner .default-btn {
    padding: 24px 10px;
}

.popup-inner--pay {
    width: 400px;
}

.popup-inner--pay .default-btn:first-child {
    margin-bottom: 20px;
}

.popup-inner--delete {
    width: 400px;
}

.popup-inner--delete .default-btn {
    width: 160px;
    padding: 19px 10px;
}

.popup-inner--delete .popup-btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup-inner--phone {
    width: 410px;
}

.popup-inner--phone .default-input {
    width: 100%;
    margin-bottom: 20px;
}

.popup-inner--phone .default-btn {
    width: 100%;
}

.popup-inner .default-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup-inner .default-form__item {
    -webkit-flex-basis: 48.7%;
    -ms-flex-preferred-size: 48.7%;
    flex-basis: 48.7%;
}

.popup-inner .default-form__item:first-child {
    margin-right: 2.5%;
}

.popup-inner .default-form__item:nth-child(3) {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.popup-inner--address {
    width: 780px;
}

.popup-inner--address .default-form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.popup-inner--address .default-btn {
    width: 350px;
    margin: 0 auto;
}

.popup-inner--estimate {
    width: 600px;
}

.popup-inner--estimate .estimate-rate__item svg {
    width: 15px;
    height: 15px;
}

.popup-inner--estimate .estimate-rate__item input {
    position: absolute;
    width: 0;
    height: 0;
}

.popup-inner--estimate .estimate-popup-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 29px;
    text-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup-inner--estimate .default-popup-text {
    display: block;
    margin-bottom: 8px;
}

.popup-inner--estimate .default-popup-text span {
    color: #808080;
}

.popup-inner--estimate .default-popup-title {
    margin-bottom: 27px;
}

.popup-inner--estimate fieldset {
    width: 100%;
}

.popup-inner--estimate .default-input {
    width: 100%;
    height: 130px;
}

.popup-inner--estimate .default-btn {
    width: 240px;
    margin: 0 auto;
    margin-top: 20px;
}

.popup-inner--order-estimate {
    width: 790px;
}

.popup-inner--order-estimate .default-popup-title {
    margin-bottom: 30px;
}

.popup-inner--order-estimate .default-btn {
    width: 340px;
    margin: 0 auto;
}

.popup-inner--service-estimate, .popup-inner--success-request {
    width: 600px;
    text-align: center;
}

.popup-inner--service-estimate fieldset {
    width: 100%;
}

.popup-inner--service-estimate .default-btn {
    width: 340px;
    margin: 0 auto;
}

.popup-inner--service-estimate .estimate-block__item {
    position: relative;
    margin-bottom: 40px;
}

.popup-inner--service-estimate .estimate-block__item::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #f8f8f8;
}

.popup-inner--send-order, .popup-inner--send-error,
.popup-inner--send-draft, .popup-inner--send-response,
.popup-inner--authorization {
    width: 500px;
    text-align: center;
}

.popup-inner--send-order .default-btn,
.popup-inner--send-error .default-btn,
.popup-inner--send-draft .default-btn,
.popup-inner--send-response .default-btn,
.popup-inner--authorization .default-btn,
.popup-user-confirmation .default-btn,
.popup-inner--success-request .default-btn {
    width: 340px;
    margin: 0 auto;
}

.popup-inner--authorization {
    width: 400px;
}

.popup-inner--send-order .default-title,
.popup-inner--send-error .default-title,
.popup-inner--send-draft .default-title,
.popup-inner--send-response .default-title,
.popup-inner--authorization .default-title,
.popup-inner--success-request .default-title {
    display: inline-block;
    margin-bottom: 25px;
}

.popup-inner--rejection {
    width: 410px;
}

.popup-inner--rejection .radio-block {
    margin-bottom: 4px;
    padding-left: 16px;
}

.popup-inner--rejection .radio-block input {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

.popup-inner--rejection .radio-block label {
    display: inline-block;
    vertical-align: middle;
}

.popup-inner--rejection .radio-block__item {
    margin-bottom: 16px;
}

.popup-inner--rejection .default-btn {
    width: 100%;
}

.popup-inner--rejection-reason {
    width: 410px;
}

.popup-inner--rejection-reason .default-input {
    font-size: 13px;
    width: 100%;
    height: 90px;
    margin-bottom: 20px;
}

.popup-inner--rejection-reason .popup-btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup-inner--rejection-reason .default-btn {
    width: 165px;
}

.send-order-popup--inner {
    font-family: 'MontserratMedium', sans-serif;
    border: 2px solid #ffdf0d;
}

.send-order-popup--inner span {
    font-size: 18px;
}

.send-order-popup--inner button {
    background-color: #ffdf0d;
    border: none;
    outline: none;
}

/* close-btn */

.close-block {
    position: absolute;
    top: 30px;
    right: 39px;
    width: 13px;
    height: 13px;
}

.close-block:hover .close-btn .cls-1 {
    stroke: #e53422;
}

.close-btn {
    display: block;
    width: 13px;
    height: 13px;
    background-color: #fff;
}

.close-btn .cls-1 {
    fill: none;
    stroke: #999;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.send-order-popup--inner .close-btn {
    width: 25px;
    height: 25px;
    border: none;
    padding: 5px;
    background-color: #fff;
}

.send-order-popup--inner .close-btn svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .send-order-popup--inner span {
        font-size: 18px;
    }

    .send-order-popup--inner span {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .send-order-popup--inner {
        width: 100%;
    }
}

/* END: close-btn */

.popup-link {
    color: #1578cc;
}

.popup-link:hover,
.popup-link:focus {
    color: #1578cc;
}

.check-block {
    margin-bottom: 18px;
    text-align: left;
}

.check-block input {
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ebebeb;
}

.check-block input:checked {
    background: url('../img/checkbox.png');
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.check-block label {
    display: inline-block;
    vertical-align: middle;
}

.check-block legend {
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    margin-bottom: 23px;
    text-align: center;
}

.check-block__item {
    margin-bottom: 16px;
}

.check-block__check {
    width: 245px;
    margin: 0 auto;
}

.estimate-block__item--popup svg {
    display: block;
    width: 29px;
    height: 29px;
    fill: transparent;
    stroke: #e0e0e0;
}

.estimate-block__item--popup input {
    width: 0;
    height: 0;
}

.estimate-rate__item.checked label svg {
    fill: #ffdc19;
    stroke: #ffdc19;
}

/* END: .popup */

/*# sourceMappingURL=sourcemaps/popups.css.map */

.main-info__accordion-item:hover .main-info__accordion-title,
.main-info__accordion-item:hover .arrow-block svg .cls-1,
.main-info__accordion-title,
.arrow-block svg .cls-1 {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

/* .cs-profile */

.cs-profile,
.cs-main,
.cs-support,
.my-orders,
.cs-drafts,
.after-payment {
    padding-bottom: 100px;
}

.user {
    /* .user-block */
    /* END: .user-block */
    /* .user-imgblock */
    /* END: .user-imgblock */
    /* .user-data */
    /* END: .user-data */
}

.user-block {
    width: 270px;
    margin-right: 48px;
    padding: 44px 0 5px;
    background-color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.user-block__heading {
    margin-bottom: 29px;
}

.user-block__menu .logout-menu__list {
    padding: 0 10px;
}

.user-block__menu .logout-menu__link {
    padding: 15.5px 10px;
}

.user-block__menu .logout-menu__item:first-child {
    border-top: 2px solid #fbfbfb;
}

.user-block__menu .logout-menu__item:last-child {
    border-bottom: none;
}

.user-imgblock {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.user-imgblock__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 107px;
    height: 107px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
}

.user-imgblock:hover .user-imgblock__inner {
    display: block;
}

.user-imgblock__inner label {
    position: relative;
    top: 50%;
    display: block;
    width: 33px;
    height: 33px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}

.user-imgblock__inner .label-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.user-imgblock__inner .choose-photo {
    position: absolute;
    width: 0;
    height: 0;
    text-indent: -9999px;
}

.user-imgblock__description {
    font-family: 'OpenSans-Semibold';
    font-size: 10px;
    position: absolute;
    bottom: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #666;
}

.user-data {
    padding: 30px 40px;
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.user-data--gray {
    padding: 0 0 30px 0;
    background-color: transparent;
    width: calc(100% - 318px);
}

.user-data .default-user-title {
    margin-bottom: 16px;
}

.user-data .default-user-title + .default-user-title {
    margin-bottom: 0;
}

.default-user-title + .instruction-list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-tabs--user {
    padding: 0;
}

.profile-tabs--user .tabs-list {
    padding: 14px 0;
    border-bottom: 3px solid #ffdc19;
}

.profile-tabs--user .text-mask {
    left: 271px;
}

svg.info-svg {
    width: 15px;
    height: 15px;
}

svg.info-svg .cls-1 {
    fill: none;
    stroke: #999;
    stroke-miterlimit: 10;
}

svg.info-svg .cls-2 {
    fill: #999;
}

.info-tabs {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.info-tabs:hover svg.info-svg .cls-1 {
    stroke: #666;
}

.info-tabs:hover svg.info-svg .cls-2 {
    fill: #666;
}

.legend-block {
    position: relative;
}

.legend-block svg {
    width: 15px;
    height: 15px;
    cursor: pointer;
    vertical-align: middle;
}

.legend-block svg .cls-1 {
    fill: #999;
}

.legend-block svg .cls-2 {
    fill: #fff;
}

.legend-block .info-tabs {
    position: absolute;
    top: 8px;
    left: 203px;
}

.info-tabs:hover .tooltip {
    display: block;
}

/* END: .cs-profile */

/* .cs-main */

.cs-main .default-user-title {
    padding: 0 22px;
}

.main-info__accordion {
    list-style: none;
}

.main-info__accordion-item {
    margin-bottom: 10px;
}

.main-info__accordion-item.active .main-info__accordion-title {
    margin-bottom: 0;
}

.main-info__accordion-item.active .arrow-block {
    top: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.main-info__accordion-item:hover .main-info__accordion-title {
    font-family: 'OpenSans-Semibold';
    color: #1a1a1a;
    background-color: #fff7cc;
}

.main-info__accordion-item:hover .arrow-block svg .cls-1 {
    fill: #ff9b19;
}

.main-info__accordion-title {
    position: relative;
    margin-bottom: 0;
    padding: 23px 22px;
    cursor: pointer;
    background-color: #fff;
}

.main-info__accordion-description {
    display: none;
    padding: 10px 22px 10px 22px;
    background-color: #fff;
}

.main-info__accordion-description p {
    font-size: 13px;
    line-height: 21px;
    color: #666;
}

.arrow-block {
    position: absolute;
    top: 25px;
    right: 20px;
    display: inline-block;
    width: 8px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.arrow-block svg {
    width: 100%;
}

.arrow-block svg .cls-1 {
    fill: #ffdc19;
}

/* END: .cs-main */

/* .cs-support */

.support-form .default-input {
    width: 100%;
}

.support-form .default-text {
    margin-bottom: 6px;
}

.support-form fieldset {
    margin-bottom: 14px;
}

.support-form textarea {
    min-height: 180px;
}

.support-form .default-btn {
    width: 350px;
    margin: 0 auto;
}

/* END: .cs-support */

/*# sourceMappingURL=sourcemaps/customer.css.map */

.offers-table--offers tr,
.offers-table--offers tr:hover {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

/* .my-orders */

.pages-num .jq-selectbox__select {
    border: none;
}

.pages-num .jq-selectbox__select:hover {
    background-color: #fff;
}

.pages-num .jq-selectbox.focused .jq-selectbox__select {
    border: none;
}

.instruction-list {
    margin-bottom: 0;
    list-style: none;
}

.instruction-list .default-text--user {
    line-height: 25px;
}

.instruction-list .default-text--user p {
    margin-bottom: 0;
}

.instruction-list .default-text--user p:first-child {
    padding-left: 11px;
}

.instruction-list__item {
    position: relative;
}

.instruction-list__item::before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #808080;
}

/* .sort-order */

.sort-order {
    padding: 20px 0;
}

.sort-order-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sort-order-inner .sort-block {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sort-order-inner .filter-block {
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sort-order-inner .filter-link {
    padding: 8.5px 10px;
    text-decoration: none;
    border: 1px solid #f7f7f7;
    background-color: #fff;
}

.sort-order-inner .filter-link.active .default-checkbox:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffdc19;
}

.sort-order-inner .filter-link .default-text {
    vertical-align: middle;
}

/* END: .sort-order */

/* .order-table */

.order-table table {
    width: 100%;
    border-spacing: 0 10px;
    border-collapse: separate;
}

.order-table table tr {
    background-color: #fff;
}

.order-table table td {
    padding: 15px 20px;
    text-align: left;
    vertical-align: middle;
}

.order-table table td:first-child {
    border-left: 6px solid;
}

.order-table table td:first-child,
.order-table table td:last-child {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.order-table table td:last-child {
    padding-left: 0;
}

.order-table table td:nth-last-child(2) {
    width: 151px;
}

.order-table table td > span:first-child {
    display: block;
    margin-bottom: 10px;
}

.order-table table td > span:nth-child(2) {
    font-family: 'OpenSans-Semibold', sans-serif;
}

.order-table table td a.table-link {
    font-family: 'OpenSans-Semibold', sans-serif;
}

.order-table table td a.table-link:not(.default-input--link) {
    text-decoration: none;
}

.order-table.draft-table table td:first-child {
    width: 110px;
    border-left: none;
}

.order-table.draft-table table td:nth-child(2) {
    width: 267px;
}

.order-table.draft-table table td:nth-last-child(2) {
    width: 415px;
}

.order-table.draft-table .btn-block a.default-btn:first-child {
    margin-bottom: 0;
}

/* border-left-color for order's tables */

tr.competition td:first-child {
    border-left-color: #1887e6;
}

tr.paid td:first-child {
    border-left-color: #ffdc19;
}

tr.done td:first-child {
    border-left-color: #3cbf00;
}

tr.failed td:first-child {
    border-left-color: #e53422;
}

/* END: border-left-color for order's tables */

/* END: .order-table */

td.btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

td.btn-block .default-btn {
    width: 180px;
}

/* END: .my-orders */

/* .after-payment */

.title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title-block .default-user-title {
    margin-bottom: 0;
}

.title-block .status-title {
    position: relative;
    margin-right: 16px;
}

.title-block .status-title::after {
    position: absolute;
    top: 3px;
    right: -16px;
    width: 11px;
    height: 11px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.title-block .status-title.done::after {
    background-color: #3cbf00;
}

.title-block .status-title.paid::after {
    background-color: #ffdc19;
}

.info-table {
    padding: 15px 0 20px 0;
}

.info-table table {
    width: 100%;
}

.info-table tr th,
.info-table tr td {
    text-align: left;
}

.info-table tr th:first-child,
.info-table tr td:first-child {
    width: 178px;
}

.info-table tr th:nth-child(2),
.info-table tr td:nth-child(2) {
    width: 177px;
}

.info-table tr th:nth-child(3),
.info-table tr td:nth-child(3) {
    width: 217px;
}

.info-table tr th {
    padding-bottom: 10px;
}

.info-table tr td {
    line-height: 20px;
}

.product-table table {
    width: 100%;
    margin-bottom: 20px;
}

.product-table thead,
.product-table tbody {
    border-bottom: 2px solid;
}

.product-table thead {
    border-bottom-color: #ccc;
}

.product-table tbody {
    border-bottom-color: #e7e7e7;
}

.product-table tbody tr {
    border-bottom: 2px solid #f8f8f8;
}

.product-table tbody tr:last-child {
    border-bottom: none;
}

.product-table th,
.product-table td {
    padding: 18px 10px;
    text-align: center;
}

.product-table th:first-child,
.product-table td:first-child {
    text-align: left;
}

.orders-price-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.orders-price-total__title {
    font-family: 'OpenSans-Semibold', sans-serif;
    font-size: 16px;
    margin-right: 5px;
}

.orders-price-total__price {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 16px;
    color: #e53422;
}

.product tbody tr td:nth-child(2) {
    text-align: left;
}

/* .order-futher-table */

.order-futher-table {
    margin-bottom: 23px;
}

.order-futher-table table {
    width: 100%;
}

.order-futher-table th {
    padding: 17px 10px 0 10px;
}

.order-futher-table td {
    padding: 10px 10px 0 10px;
}

.order-futher-table th,
.order-futher-table td {
    text-align: left;
    vertical-align: top;
}

.order-futher-table th:first-child,
.order-futher-table td:first-child {
    width: 350px;
}

.order-futher-table td {
    line-height: 20px;
}

.order-futher-table td span.error {
    display: inline-block;
    margin-bottom: 10px;
    color: #e53422;
}

.order-futher-table .radio-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.order-futher-table .radio-block__item:first-child {
    margin-right: 15px;
}

.order-futher-table .table-data--after::after {
    top: 21px;
    width: 3px;
    height: 73px;
    background-image: url('../img/dots-futher.png');
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/* END: .order-futher-table */

.answer {
    line-height: 21px;
    padding: 14px 16px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.comment-block {
    margin-bottom: 18px;
}

.comment-block:last-child {
    margin-bottom: 0;
}

.comment-block span.default-text {
    display: block;
    margin-bottom: 7px;
}

.comment-block--cust .answer {
    background-color: #f7f7f7;
}

.comment-block--shop span.default-text {
    text-align: right;
}

/* .total-price-block */

.total-price-block {
    padding: 20px 0;
}

.discount-title,
.total-price-title {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.total-price-title {
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    margin-bottom: 20px;
}

.total-price-title span.color-red {
    font-family: 'OpenSans-Bold';
    font-size: 22px;
}

.warning-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 7px 11px;
    background-color: #fff5f2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.warning-message__icon {
    width: 13px;
    height: 13px;
    margin-right: 6px;
}

.warning-message__text {
    color: #f28261;
}

.warning-message__text p {
    line-height: 15px;
    margin-bottom: 0;
}

.warning-message svg {
    width: 13px;
    height: 13px;
    fill: #f27461;
}

.total-price-block .btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.total-price-block .btn-block .default-btn {
    min-width: 222px;
    text-transform: uppercase;
}

.total-price-block .btn-block .default-btn:first-child {
    margin-right: 20px;
}

/* END: .total-price-block */

.user-data--inner {
    width: 860px;
    margin: 0 auto;
}

/* .accept-payment */

.accept-payment {
    padding: 55px 0 50px;
}

.info-tabs--dark svg {
    width: 15px;
    height: 15px;
    cursor: pointer;
    vertical-align: middle;
}

.info-tabs--dark svg .cls-1 {
    fill: #999;
}

.info-tabs--dark svg .cls-2 {
    fill: #fff;
}

.accept-subtitle {
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.accept-title {
    margin-bottom: 10px;
}

.accept-title,
.subtitle-block {
    text-align: center;
}

.subtitle-block {
    margin-bottom: 30px;
}

.user-imgblock--not-hover {
    width: 80px;
    height: 80px;
    margin-right: 19px;
    margin-bottom: 0;
    margin-left: 0;
}

.manager-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.manager-block__info span,
.manager-block__info a {
    display: block;
    margin-bottom: 8px;
}

.manager-block__info a {
    margin-bottom: 0;
}

.order-futher-table.accept-table {
    margin-bottom: 20px;
    padding-bottom: 23px;
    border-bottom: 1px solid #d9d9d9;
}

.order-futher-table.accept-table td,
.order-futher-table.accept-table th {
    padding-right: 20px;
    padding-left: 20px;
}

.accept-warning {
    margin-bottom: 0;
}

.accept-btn {
    min-width: 220px;
    margin: 0 auto;
    margin-top: 20px;
    text-transform: uppercase;
}

/* END: .accept-payment */

/* END: .after-payment */

/* .shop-answer */

.shop-answer {
    padding-bottom: 50px;
}

.rate-status {
    display: inline-block;
    margin-left: 6px;
}

.collapse-btn {
    font-family: 'OpenSans-Semibold';
    font-size: 13px;
    position: relative;
    margin-right: 17px;
    background-color: #fff;
}

/*.collapse-btn::before {*/
/*content: attr(data-initial-text);*/
/*}*/
/*.collapse-btn[data-flag="0"]::before {*/
/*content: attr(data-collapse-text);*/
/*}*/

.collapse-btn.clicked::before {
    content: '';
}

.collapse-btn::after {
    position: absolute;
    top: 50%;
    right: -16px;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 4px solid transparent;
    border-bottom: 6px solid #ffdc19;
    border-left: 4px solid transparent;
}

.collapse-btn.active::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.chat-block .title-block {
    margin-bottom: 25px;
}

.title-block--main {
    margin-bottom: 15px;
}

/* .product-list-table */

.default-product-table table {
    width: 100%;
    border-spacing: 0 10px;
    border-collapse: separate;
}

.default-product-table table td:first-child,
.default-product-table table th:first-child {
    width: 445px;
    max-width: 445px;
    text-align: left;
}

.default-product-table table td:nth-child(2),
.default-product-table table th:nth-child(2) {
    /*width: 335px;*/
    text-align: right;
}

.default-product-table table td {
    line-height: 26px;
    padding: 20px 15px;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f5;
}

.default-product-table table th {
    padding: 10px 15px;
    text-align: center;
}

.default-product-table .orders-price-total {
    padding: 10px 20px;
}

.product-table-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-table-data span {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/* END: .product-list-table */

/* END: .shop-answer */

/* .order-offers */

.order-offers {
    padding-bottom: 100px;
}

.container--common-chat {
    padding-right: 0;
    padding-left: 0;
}

.edit-order-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.edit-order-icon svg {
    width: 100%;
}

.edit-order-icon svg .cls-1 {
    fill: none;
    stroke: #ffac00;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

.title-block--flex .default-user-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-block--flex .default-user-title span {
    padding: 0 14px 0 5px;
}

.user-data--small {
    padding: 30px 20px;
}

.title-block__title {
    padding-left: 14px;
}

/* END: .order-offers */

.order-offer-table .mobile-scroll-table {
    margin-bottom: 15px;
}

.order-offer-table table {
    width: 100%;
    border-bottom: 3px solid #ffdc19;
}

.order-offer-table thead tr {
    border-bottom: 3px solid #d4d4d4;
}

.order-offer-table th {
    position: relative;
    padding: 18px 0;
    text-align: center;
}

.order-offer-table th:first-child {
    text-align: left;
}

.order-offer-table th:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 24px;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fbfbfb;
}

.order-offer-table tbody tr {
    border-bottom: 1px solid #f6f6f6;
}

.order-offer-table tbody tr:last-child {
    border-bottom: 0;
}

.order-offer-table td {
    padding: 14px 0;
    text-align: center;
}

.order-offer-table td:first-child {
    text-align: left;
}

.order-offer-table th:first-child,
.order-offer-table td:first-child {
    width: 280px;
}

.order-offer-table th:nth-child(2),
.order-offer-table td:nth-child(2) {
    width: 290px;
}

.sort-order-inner--order-offers {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sort-order-inner--order-offers .sort-btns {
    border: 1px solid #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sort-order-inner--order-offers .sort-btn {
    border-right: 1px solid #f7f7f7;
}

.sort-order-inner--order-offers .sort-btn:last-child {
    border-right: 0;
}

.mail-count {
    position: relative;
}

.mail-count svg {
    fill: #bbb;
}

.mail-count__count {
    position: absolute;
    top: -3px;
    left: 6px;
    width: 22px;
    height: 22px;
    text-align: center;
    border: 2px solid #f7f7f7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3cbf00;
}

.mail-count__count span {
    font-family: 'OpenSans-Semibold';
    font-size: 10px;
    display: block;
    padding: 4px 0;
    color: #fff;
}

.icon-btn {
    width: 14px;
    background-color: transparent;
}

.icon-btn svg {
    width: 100%;
    fill: #b3b3b3;
}

.icon-btn.active svg {
    fill: #ffdc19;
}

/* .activesvg#XMLID_135_ {
    fill: #ffdc19;
} */

.offers-table--offers td {
    padding: 23px 13px;
}

.offers-table--offers th:first-child,
.offers-table--offers td:first-child {
    width: 106px;
}

.offers-table--offers th:nth-child(2),
.offers-table--offers td:nth-child(2) {
    width: 234px;
}

.offers-table--offers th:nth-child(3),
.offers-table--offers td:nth-child(3) {
    width: 95px;
}

.offers-table--offers th:nth-child(4),
.offers-table--offers td:nth-child(4) {
    width: 53px;
}

.offers-table--offers th:nth-child(5),
.offers-table--offers td:nth-child(5) {
    width: 138px;
}

.offers-table--offers th:nth-child(6),
.offers-table--offers td:nth-child(6) {
    width: 85px;
}

.offers-table--offers th:nth-last-child(2),
.offers-table--offers th:last-child,
.offers-table--offers td:nth-last-child(2),
.offers-table--offers td:last-child {
    width: 35px;
}

.offers-table--offers tbody tr:hover {
    background-color: #ebebeb;
    cursor: pointer;
}

.expand-offers {
    margin-top: 10px;
    margin-left: 20px;
    background-color: transparent;
}

.expand-offers svg {
    display: inline-block;
    width: 15px;
    height: 14px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: middle;
}

.expand-offers svg .cls-1 {
    fill: none;
    stroke: #999;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.expand-offers .default-subtitle {
    display: inline-block;
    vertical-align: middle;
    color: #808080;
}

.block-btn.active svg {
    fill: #f86060;
}

.like-btn.active svg {
    fill: #9ee465;
}

/* .cs-reviews */

.cs-reviews {
    padding-bottom: 100px;
}

.cs-reviews .profile-block {
    width: 270px;
    margin-right: 48px;
    padding-top: 17px;
    background-color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.reviews-imgblock {
    width: 61px;
    height: 61px;
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.reviews-block {
    margin-bottom: 20px;
}

.reviews-block__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}

.reviews-block__item:last-child {
    margin-bottom: 0;
}

.reviews-block__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-block__user-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-block__message {
    line-height: 21px;
}

.reviews-block__description {
    width: 100%;
}

.reviews-block__description .estimate-popup-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 29px;
    margin-bottom: 0;
    text-align: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.reviews-block__description .estimate-rate__item:first-child {
    padding-left: 0;
}

.reviews-block__description .estimate-rate__item svg {
    width: 14px;
    height: 14px;
}

.reviews-block__description .estimate-rate {
    margin-bottom: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.reviews-block__description .estimate-block__item {
    margin-right: 20px;
    text-align: left;
}

.reviews-block__description .estimate-block__item .default-text {
    color: #a6a6a6;
}

.reviews-block__description-text {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.reviews-block__description-message {
    line-height: 21px;
    display: none;
    padding: 10px;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.reviews-block__feedback-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews-block__feedback-head .collapse-btn {
    margin-right: 0;
    text-decoration: underline;
    color: #a6a6a6;
}

.reviews-block__feedback-head .collapse-btn::after {
    display: none;
}

.review-status {
    font-family: 'OpenSans-Semibold', sans-serif;
    font-size: 11px;
    max-width: 121px;
    margin-right: 10px;
    padding: 7px 14px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.review-status.positive {
    background-color: #3cbf00;
}

.review-status.neutral {
    background-color: #c2c2c2;
}

.review-status.negative {
    background-color: #e53422;
}

/* END: .cs-reviews */

/*# sourceMappingURL=sourcemaps/main-info.css.map */

.shop-profile,
.shop-profile-denied,
.shop-settings,
.shop-orders,
.shops-offers {
    padding-bottom: 100px;
}

/* .shop-block */

.shop-block {
    width: 270px;
    margin-right: 48px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.shop-block__top {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}

.shop-block .experts-block {
    margin-bottom: 0;
}

.shop-block__menu .logout-menu__list {
    background-color: #fff;
}

.shop-block__menu .logout-menu__item {
    padding: 0 15px;
    border-bottom: 5px solid #f7f7f7;
}

/* END: .shop-block */

.user-panel__num.color-success {
    margin-right: 5px;
}

.warning-message--transparent {
    background-color: transparent;
}

.warning-message--transparent svg {
    width: 20px;
    height: 20px;
}

.warning-message--transparent .warning-message__icon {
    width: 20px;
    height: 20px;
}

.warning-message--transparent .warning-message__text {
    color: #1a1a1a;
}

.warning-message--green-icon {
    background-color: transparent;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.warning-message--green-icon svg {
    fill: #3cbf00;
}

.warning-message--green-icon .warning-message__text {
    color: #808080;
}

.warning-message--green {
    background-color: #dcffcc;
}

.warning-message--green svg {
    fill: #3cbf00;
}

.warning-message--green .warning-message__text {
    color: #3cbf00;
}

.warning-message--white {
    background-color: #f26f49;
}

.warning-message--white svg {
    fill: #fff;
}

.warning-message--white .warning-message__text {
    color: #fff;
}

.btn-block a.default-btn:first-child {
    margin-bottom: 10px;
}

.default-btn--after {
    position: relative;
}

.default-btn--after::after {
    font-size: 8px;
    position: absolute;
    top: -7px;
    right: -6px;
    width: 14px;
    height: 14px;
    padding: 2px 0;
    content: attr(data-message-count);
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e53422;
}

.order-table--shop .competition .table-data--after::after {
    width: 3px;
    height: 83px;
    background-image: url('../img/shop-order-dots.png');
}

.order-table--shop .default-btn {
    padding: 9px 10px;
}

.order-table--shop .paid .default-btn {
    padding: 13px 10px;
    color: #999;
}

.order-table--shop .paid .default-btn:hover {
    color: #592e0d;
}

tr.failed .warning-message {
    padding: 14px 11px;
}

tr.failed .warning-message__text {
    font-size: 12px;
}

tr.failed td:nth-child(2) {
    width: 641px;
    padding-left: 0;
}

.shop-info {
    line-height: 18px;
    margin-top: 10px;
}

.tooltip--accept {
    position: relative;
    width: 350px;
    padding: 14px 10px;
    text-align: center;
    color: #288000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #b8ff99;
}

.tooltip--accept p {
    margin-bottom: 0;
}

.tooltip--accept::before {
    position: absolute;
    top: 50%;
    left: -5px;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 4.5px solid transparent;
    border-right: 5px solid #b8ff99;
    border-bottom: 4.5px solid transparent;
    border-left: 0;
}

.tooltip.active {
    display: block;
}

.btn-block--tooltip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn-block--tooltip .default-btn {
    width: 350px;
    margin-top: 0;
}

.shop-profile-data .personal-data-form {
    margin-bottom: 10px;
}

.shop-denied-btn {
    max-width: 220px;
    margin: 0 auto;
    text-transform: uppercase;
}

.shop-denied-message {
    margin-bottom: 20px;
}

.product-table--shop {
    padding-bottom: 0;
}

.product-table--shop table {
    margin-bottom: 0;
}

.product-table--shop tbody {
    border-bottom: none;
}

.product-table--shop td:last-child,
.product-table--shop th:last-child {
    width: 150px;
}

.info-table--shop {
    margin-bottom: 20px;
}

.info-table--shop tr td:last-child,
.info-table--shop tr th:last-child {
    text-align: right;
}

.info-table--shop.active .default-btn,
.info-table--shop.active .warning-message {
    display: none;
}

.info-table--shop.active .default-btn.active {
    display: block;
}

.info-table--shop.active .warning-message.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.default-btn.active,
.warning-message.active {
    display: none;
}

.shop-other__btn {
    max-width: 240px;
}

.user-data .default-user-title--shop {
    margin-bottom: 0;
}

.order-table--shop-orders .btn-block a.default-btn:first-child {
    margin-bottom: 0;
}

.order-table--shop-orders td:first-child,
.order-table--shop-orders th:first-child {
    width: 150px;
}

.order-table--shop-orders td.new {
    position: relative;
}

.order-table--shop-orders td.new::before {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 8px;
    position: absolute;
    top: 40px;
    right: 13px;
    width: 30px;
    height: 14px;
    padding: 2.5px;
    content: 'NEW';
    text-align: center;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #3cbf00;
}

.warning-message__text--bold {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 16px;
}

.empty-orders-list {
    list-style: none;
}

.empty-orders-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.empty-orders-list__item a.default-text,
.empty-orders-list__item span.default-text {
    color: #a6a6a6;
}

.empty-orders-imgblock {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.empty-orders-description .default-title,
.empty-orders-description .default-text--user {
    margin-bottom: 10px;
}

.empty-text {
    margin-bottom: 7px;
}

.share-block .default-text {
    display: block;
    margin-bottom: 8px;
}

.social-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.social-block__link {
    display: inline-block;
    margin-right: 6px;
}

.social-block__img {
    display: inline-block;
    vertical-align: top;
}

.social-block .social-btn {
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    margin-right: 7px;
    position: relative;
}

.social-block .social-btn .fa-facebook {
    font-size: 13px;
    margin-left: -1px;
}

.social-block .fb-share-btn {
    background-color: #23599c;
}

.social-block .social-btn .fa-vk {
    margin-left: -2px;
    color: #fff;
}

.social-block .vk-share-btn {
    background-color: #2d76a5;
}

.social-block .vk-share-btn img {
    border-radius: 15px;
}

.social-block .social-btn .fa-odnoklassniki {
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -56%);
}

.social-block .odnoklassniki-share-btn {
    background-color: #ffac06;
}

.social-block .twitter-share-btn {
    background-color: #00adf0;
}

.social-message-block {
    display: none;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #f7f7f7;
    z-index: 10;
    border-radius: 5px;
    font-size: 13px;
    color: #1a1a1a;
}

.social-message-block_success {
    background-color: #ffe554;
}

.social-message-block_warning {
    background-color: #f27461;
}

.social-message-block_default {
    background: #f7f7f7;
}

.fieldset-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-settings-form input[type=text].default-input {
    width: 100%;
    margin: 6px 0 13px;
}

.shop-settings-form .address-block {
    padding-left: 0;
}

.shop-settings-form .address-block__item {
    margin-bottom: 10px;
    padding: 15px 10px;
    background-color: #f5f5f5;
}

.shop-settings-form .address-block__text {
    white-space: normal;
}

.shop-settings-form .default-btn {
    width: 100%;
    text-transform: uppercase;
}

.shop-settings-form .fieldset-group fieldset {
    margin-bottom: 10px;
}

.checkbox-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.checkbox-block__item {
    width: 200px;
    margin-right: 20px;
}

.checkbox-block__item:last-child {
    margin-right: 0;
}

.checkbox-item {
    margin-bottom: 14px;
}

.default-text-table--block {
    width: auto;
}

.default-text-table--block span {
    display: block;
}

.btn-data .default-btn {
    width: 180px;
    padding: 10px 10px;
}

.info-table--shop td {
    vertical-align: top;
}

.info-table--shop table {
    margin-bottom: 20px;
}

.total-price-block--shop .total-price-title {
    margin-bottom: 15px;
}

.total-price__item {
    width: 310px;
    margin: 0 auto;
}

.total-price__item span {
    line-height: 18px;
}

.total-price__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.total-price__text--total .total-price-title {
    margin-bottom: 0;
}

.total-price__description {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.total-price-title--diff {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 22px;
}

.tr {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    border-left: 6px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}

.tr.paid {
    border-left-color: #ffdc19;
}

.tr.done {
    border-left-color: #3cbf00;
}

.tr.competition {
    border-left-color: #1887e6;
}

.tr.faild {
    border-left-color: #e53422;
}

.td {
    display: table-cell;
    padding: 15px 20px;
    text-align: left;
    vertical-align: middle;
}

.td > span:first-child {
    display: block;
    margin-bottom: 10px;
}

.td a.table-link {
    font-family: 'OpenSans-Semibold', sans-serif;
}

.td a.table-link:not(.default-input--link) {
    text-decoration: none;
}

.tr {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tr .td:first-child,
.tr .th:first-child {
    width: 166px;
}

.tr .td:nth-child(2),
.tr .th:nth-child(2) {
    width: 160px;
}

.tr .td:nth-child(3),
.tr .th:nth-child(3) {
    width: 193px;
}

.tr .td:nth-last-child(2),
.tr .th:nth-last-child(2) {
    width: 240px;
}

.tr .td:last-child,
.tr .th:last-child {
    width: 57px;
}

.absolute-message {
    position: absolute;
    top: 70px;
    left: 25px;
    width: 720px;
}

/*.js-accept-warning-shop-not-work.absolute-message {*/
/*top: 64px;*/
/*}*/

a.phone-td {
    display: block;
    width: 42px;
    height: 42px;
    margin-right: 7px;
    padding: 13px 0;
    text-align: center;
    background-color: #ebebeb;
}

a.phone-td img {
    display: inline-block;
}

.table-message {
    position: relative;
}

.table-message .tr {
    padding-bottom: 43px;
}

.table-btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.table-phone-block {
    position: relative;
}

.table-phone-block .tooltip span {
    font-size: 13px;
    line-height: 21px;
    display: block;
    color: #fff;
}

.table-phone-block.active .tooltip {
    top: 50px;
    left: 12px;
    display: block;
}

.th {
    display: table-cell;
    text-align: center;
}

.th:first-child {
    text-align: left;
}

.answer-table {
    margin-bottom: 20px;
}

.answer-table .tr {
    margin-bottom: 0;
    border-left: none;
    background-color: #f5f5f5;
}

.answer-table .tr .td,
.answer-table .tr .th {
    padding: 5px;
}

.answer-table .tr .td:first-child,
.answer-table .tr .th:first-child {
    width: 455px;
}

.answer-table .tr .td:nth-child(2),
.answer-table .tr .th:nth-child(2) {
    width: 111px;
}

.answer-table .tr .td:nth-last-child(2),
.answer-table .tr .th:nth-last-child(2) {
    width: 98px;
}

.answer-table .tr .td:last-child,
.answer-table .tr .th:last-child {
    width: 98px;
}

.answer-table .thead .tr {
    padding: 5px 15px 0 15px;
    background-color: #fff;
}

.answer-table .tbody .tr {
    padding: 7px 15px;
}

.answer-table .default-input {
    width: 100%;
    height: 31px;
    border: none;
}

.answer-table .tr .default-input {
    text-align: center;
}

.answer-table .table-row {
    margin-bottom: 10px;
}

.answer-table .tbody {
    margin-bottom: 15px;
}

.answer-table .jq-number__spin.minus {
    background: #fff;
}

.answer-table .jq-number__spin {
    height: 31px;
}

.answer-table .jq-number {
    height: 31px;
}

.collapse-btn--btn {
    font-family: 'OpenSans-Semibold', sans-serif;
    font-size: 11px;
    display: block;
    width: 95px;
    padding: 10px 12px;
    color: #8c4815;
    background-color: #ffdc19;
}

.collapse-btn--btn::before {
    content: attr(data-initial-text);
}

.collapse-btn--btn.clicked::before {
    content: '';
}

.collapse-btn--btn.active {
    text-decoration: underline;
    color: #e57f75;
    background-color: transparent;
}

.product-add-info {
    display: none;
    padding: 0 20px 20px 20px;
    text-align: left;
    background-color: #f5f5f5;
}

.product-add-info .default-input {
    width: 354px;
}

.product-add-info .default-input:first-child {
    margin-right: 9px;
}

.table-row {
    width: 100%;
}

.td-number {
    text-align: right;
}

.attendant-product .default-btn {
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.attendant-list__item {
    display: none;
    margin-bottom: 10px;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f5f5f5;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.attendant-list .default-input {
    height: 31px;
}

.attendant-list .default-input:first-child,
.attendant-list .default-input:nth-child(2) {
    width: 252px;
}

.attendant-list .default-input:nth-child(3),
.attendant-list .default-input:nth-child(4) {
    width: 80px;
}

.attendant-list .jq-number__spin.minus {
    background: #fff;
}

.attendant-list .jq-number__spin {
    height: 31px;
}

.attendant-list .jq-number {
    height: 31px;
}

.default-input--fix-width {
    width: 60px;
    height: 31px;
    border-color: #e8e8e8;
}

.shop-answer-info .radio-block {
    margin-bottom: 7px;
}

.shop-answer-info .total-price__text {
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shop-answer-info .total-price__text:first-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-answer-info .total-price__text:first-child .default-input {
    text-align: left;
    position: relative;
}

.shop-answer-info .total-price__text:first-child .default-input:after {
    position: absolute;
    content: '%';
    right: 1px;
    top: 0;
}

.shop-answer-info .total-price__text:nth-child(2) {
    margin-bottom: 20px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.shop-answer-info .total-price__text span {
    margin-right: 5px;
    margin-bottom: 0;
}

.shop-answer-info .total-price__text .default-input {
    width: 50px;
}

.shop-answer-info .default-btn {
    min-width: 240px;
    margin: 0 auto;
    text-transform: uppercase;
}

.reviews-block__description-form {
    display: none;
}

.reviews-block__description-form textarea {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
}

.user-data--main-small {
    padding: 0;
}

.shops-offers .offers-table-block {
    margin-bottom: 20px;
}

.shops-offers__btn {
    height: 60px;
    margin-bottom: 20px;
    padding: 24.5px 10px;
    text-transform: uppercase;
}

.shops-offers .chat-block {
    padding-top: 10px;
}

.shops-offers .message-block__text {
    max-width: 615px;
}

.shops-offers__form .offers-table--offers th:nth-child(4),
.shops-offers__form .offers-table--offers td:nth-child(4) {
    width: 105px;
}

.page-title {
    font-size: 25px;
    margin-bottom: 50px;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: normal;
}

.registration .default-input {
    display: block;
    width: 400px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.registration .default-btn--success {
    color: #fff;
}

.btn-group .default-btn {
    display: inline-block;
}

.btn-group {
    margin-bottom: 20px;
}

.enter-title {
    font-weight: normal;
    font-size: 20px;
}

.form-check legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-check .default-radio {
    margin-right: 5px;
}

.form-check .default-radio, .form-check .default-checkbox {
    border-color: rgba(128, 128, 128, 0.27);
    background-color: rgba(204, 204, 204, 0.33);
}

.form-check .default-radio:checked {
    border-color: #d9d6d6;
}

.form-check .form-label-block {
    display: block;
    margin-bottom: 10px;
}

.form-check {
    margin-bottom: 30px;
}

.form-check:not(.small) {
    width: 120px;
}

.form-check.small a.default-input--link {
    display: block;
    padding: 10px 0;
    max-width: 70px;
}

/* .registration .form-label-block {

} */

/*# sourceMappingURL=sourcemaps/shop-main.css.map */

@media screen and (max-width: 1150px) {
    .myContainer {
        max-width: 98%;
    }
}

@media screen and (max-width: 1090px) {
    .header-menu {
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
}

/*# sourceMappingURL=sourcemaps/responsive.css.map */

.list_is_hidden {
    display: none;
}

.hidden_form {
    display: none;
}

.wsize {
    width: 100%;
}

.height-btn {
    height: 41px;
}

.autoheight {
    max-height: 400px;
    height: 100%;
    overflow: hidden;
}

.change-password {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.change-password .page-title {
    margin-bottom: 40px;
}

.change-password .elements-group {
    display: flex;
    flex-flow: column nowrap;
}

.change-password .elements-group input {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 0 8px 13px;
    margin: 0 0 15px;
}

.change-password form > input {
    background-color: #56e12f;
    height: 34px;
    width: 95px;
    border: 1px solid #38bc53;
    border-radius: 3px;
    color: #fff;
    transition: all .5s;
}

.change-password form > input:hover {
    background-color: #38bc53;
}

.change-password form > input:active {
    transform: translate(1px, 1px);
}

.el-hide {
    display: none;
}

#agreement {
    cursor: pointer;
}

.modal-dialog {
    max-width: 900px;
    width: 100%;
    margin: 30px auto;
}

#licence {
    background-color: rgba(80, 80, 80, .55);
}

.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.42857143;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: justify;
    padding-right: 10px;
}

.licence-agreement {
    text-align: justify;
}

.agreement-title {
    text-align: center;
    font-size: 16px;
}

.licence-agreement ol {
    counter-reset: section;
    list-style-type: none;
    padding-left: 20px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.licence-agreement li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
}

.licence-agreement li p {
    display: inline;
}

/*style.css:67*/
li p {
    margin: 0px;
}

.licence-agreement > ol {
    padding-left: 0;
}

.licence-agreement {
    text-align: justify;
}

.licence-agreement ol {
    counter-reset: section;
    list-style-type: none;
    padding-left: 20px;
}

.licence-agreement > ol {
    padding-left: 0;
}

.licence-agreement li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
}

.licence-agreement li p {
    display: inline;
}

.agreement-title {
    text-align: center;
    font-size: 16px;
}

.modal ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    margin: 0;
}

.licence-agreement ul li {
    list-style: disc;
}

.licence-agreement ul li::before {
    content: "";
}

.licence-agreement .agreement-contacts-list {
    padding-left: 0;
}

.licence-agreement .agreement-contacts-list__item {
    list-style: none;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

[v-cloak] {
    display: none;
}

.color-orange svg {
    fill: #ffdc19;
}

/*IT IS POPUP RATE*/

.star-rating {
    font-size: 26px;
}

.star-rating__wrap {
    display: inline-block;
}

.star-rating__wrap:after {
    content: "";
    display: table;
    clear: both;
}

.star-rating__ico {
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: rgba(220, 220, 220, .5);
}

.star-rating__ico:not(:first-child) {
    margin: 0 15px 0 0;
}

.star-rating__ico:last-child {
    padding-left: 0;
}

.star-rating__input {
    display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
    content: "\f005";
    color: #FFB300;
}

.small_stars label {
    font-size: 18px;
    color: rgba(220, 220, 220, .5);
}

.small_stars label:not(:first-child) {
    margin: 0 5px 0 0;
}

.js-submit_btn {
    cursor: pointer;
}

.js-is-hidden {
    display: none;
}

/**/
.item-counter {
    display: flex;
}

.item-counter__btn {
    -webkit-border-radius: 42px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 22px;
    text-align: center;
    font-weight: bold;
}

.item-counter__btn_decrement {
    background-color: #fff;
}

.item-counter__btn_increment {
    background-color: #ffe34e;
}

.item-counter__input {
    font-size: 14px;
    padding: 6px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 45px;
    margin: 0 3px 0 3px;
    text-align: center;
    border: 1px solid #ccc;
}

.steps-item::before {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 21px;
    line-height: 30px;
    position: absolute;
    top: -14px;
    left: 60px;
    width: 32px;
    height: 32px;
    content: counters(steps, '');
    counter-increment: steps;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #323232;
}

.steps-list {
    list-style: none;
    counter-reset: steps;
}

.steps-item {
    position: relative;
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.steps-item__description {
    font-size: 18px;
    line-height: 23px;
    /*text-align: center;*/
    padding: 0 18px;
}

.steps-item__img {
    margin-bottom: 33px;
    text-align: center;
}

.steps-item:first-child {
    margin-left: 60px;
}

/*pop up registr*/

.popup-inner--register {
    max-width: 760px;
    width: 100%;
    border-radius: 5px;
}

.popup-user-confirmation {
    border-radius: 5px;
    max-width: 760px;
    width: 100%;
}

.form-container {
    text-align: center;
}

.popup-inner--register h1, .popup-user-confirmation h1 {
    font-size: 19px;
    font-family: Arial, sans-serif;
    color: #1a1a1a;
    margin: 0 0 35px;
}

.form-container h2 {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #1a1a1a;
    margin: 0 0 10px;
}

.form-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-container input[type="text"],
.form-container input[type="password"],
.form-container input[type="email"],
.form-container input[type="repeatpassword"] {
    max-width: 340px;
    width: 100%;
    height: 50px;
    display: inline-block;
    padding: 0 45px 0 10px;
    margin: 0 0 10px;
    border: 1px solid #ececec;
    border-radius: 3px;
    outline: none;
}

#display_name {
    background-image: url(../img/user-icon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
}

#password {
    background-image: url(../img/password-icon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
}

#email {
    background-image: url(../img/mail-icon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
}

.radio-wrap {
    display: flex;
    margin: 0 0 25px;
}

.radio-wrap label {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #999;
    position: relative;
    cursor: pointer;
    padding: 0 0 10px;
}

.radio-wrap label::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: #eee;
    bottom: 0;
    left: 0;
}

.radio-wrap input[type="radio"]:checked + label {
    color: #1a1a1a;
}

.radio-wrap input[type="radio"]:checked + label::before {
    background: #ffdc19;
}

.radio-wrap input[type="radio"],
.agreement-wrap input[type="radio"] {
    display: none;
}

.agreement-wrap {
    margin: 0 0 25px;
}

.agreement-wrap label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-family: Arial, sans-serif;
    padding-left: 30px;
}

.agreement-wrap label::before,
.agreement-wrap label::after {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ccc;
    top: 0;
    left: 0;
}

.agreement-wrap label::after {
    width: 8px;
    height: 8px;
    background: #ffdc19;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    border: none;
    display: none;
}

.agreement-wrap input[type="radio"]:checked + label::after {
    display: block;
}

.btn-form {
    width: 340px;
    height: 60px;
    background: #ffdc19;
    border-radius: 3px;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #592e0d;
    margin: 0 0 30px;
}

.social-wrap h2 {
    font-size: 16px;
    color: #1a1a1a;
    font-family: Arial, sans-serif;
    margin: 0 0 17px;
}

.line-delimiter {
    margin: 0 0 20px;
}

.line-delimiter span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #808080;
    position: relative;
    font-family: ArialBold, sans-serif;
}

.line-delimiter span::before,
.line-delimiter span::after {
    content: '';
    position: absolute;
    display: block;
    width: 47%;
    height: 1px;
    background: #ebebeb;
    top: 7px;
    right: 0;
}

.line-delimiter span::after {
    width: 47%;
    height: 1px;
    background: #ebebeb;
    top: 7px;
    left: 0;
}

.social-title {
    margin: 0 0 17px;
}

.subscribe ul {
    font-size: 0;
    list-style-type: none;
}

.subscribe ul li {
    display: inline-block;
    margin-left: 15px;
}

.subscribe ul li:first-child {
    margin-left: 0;
}

.subscribe a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: ArialBold, sans-serif;
}

.subscribe .ic-vk {
    background: #2d76a5;
}

.subscribe .ic-fb {
    background: #23599c;
}

.subscribe .ic-od {
    background: #ffae06;
}

.subscribe .ic-gl {
    background: url(../img/g-icon.png) no-repeat center center #f7f7f7;
    text-indent: -9999px;
}

.letter-container {
    /*max-width: 600px;*/
    /*width: 100%;*/
    /*margin: 100px auto;*/
    /*padding: 30px;*/
    /*background: #fff;*/
    /*border-radius: 5px;*/
    text-align: center;
    /*box-shadow: 0 0 10px rgba(0,0,0, .1);*/
}

.letter-container h1 {
    margin: 0 0 20px;
}

.letter-container p {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #1a1a1a;
    line-height: 18px;
    margin: 0 0 20px;
}

.line-letter span::before,
.line-letter span::after {
    width: 33%;
}

.btn-letter {
    width: 240px;
    height: 35px;
    background: #f5f5f5;
    border-radius: 3px;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    color: #333;
}

.pop_up_text_link {
    margin-left: 5px;
}

/*     dop     */
.profile-imgblock:hover .user-imgblock__inner {
    display: block;
    z-index: 1;
}

.default-btn.default-btn--gray.default-btn--high-letter.high-letter-dop {
    margin-left: 180px;
}

.form-element-none::after {
    display: none;
}

.add-product-steps {
    border: 2px solid #ffe34e;
    padding: 40px 70px;
}

.product-steps-wrap {
    margin-bottom: 30px;
}

.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-steps {
    margin-left: 35px;
}

.default-btn-ok {
    display: inline-block;
    padding: 10px 35px;
    background: #b6e777;
    border-radius: 5px;
    text-transform: uppercase;
    border: 2px solid transparent;
    text-decoration: none;
    margin-right: 32px;
}

.default-btn-ok:active {
    border: 2px inset #ffdc19;
}

.select-wrap {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.select-wrap label {
    margin-left: 10px;
    font-size: 12px;
    color: #000
}

.input-adress {
    max-width: 350px;
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 15px 10px;
    margin-top: 6px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.btn-steps-wrap {
    display: flex;
    justify-content: center;
    position: relative;
}

.btn-steps-two {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.radio-btn {
    /*margin-right: 20px;*/
    background: #ebebeb;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.radio-btn input[type="radio"] {
    display: block;
}

.radio-btn.active {
    background: #ffdc19;
}

.btn-sign {
    max-width: 220px;
    margin: 0 auto;
}

.form-wrap input[type="text"],
.form-wrap input[type="password"] {
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 0 auto 20px;
    border: 1px solid #e8e8e8;
}

.form-register input[type="email"],
.form-register input[type="password"] {
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    padding: 10px 35px 10px 10px;
    border: 1px solid #e8e8e8;
}

.agreement-register {
    display: flex;
    justify-content: center;
}

.product-steps-container {
    padding: 0 30px;
}

.form-login, .form-registr {
    display: none;
}

.form-login.active, .form-registr.active {
    display: block;
}

.default-btn-ok-center {
    margin: 0 auto;
    text-transform: none;
}

.step2, .step3 {
    display: none;
}

.font14 {
    font-size: 14px;
}

.title-reg_new {
    text-align: center;
}

.line-height-normal {
    line-height: normal;
}

.btn-group input[name="remember_me"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.btn-group .label-rememder {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    text-align: inherit;
}

.alert-danger {
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #f00;
}

.error-placeholder::-webkit-input-placeholder, .error-input {
    color: #ff8859;
}

.btn-steps-two-btn {
    position: absolute;
    right: 0;
    bottom: 30px;
}

/*red color #e53422*/

#noty_layout__center {
    border: 1px solid #f2f2f2;
}

.text-list {
    list-style: none;
}

.payment-wrap p + .text-list {
    margin-top: -20px;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
}

.star {
    color: #f00;
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .user-panel__btn {
        min-width: 33.33%;
    }

    .user-panel__list {
        display: block;
    }

    .user-btn-wrapper .user-panel__list {
        display: flex;
    }

    .user-btn-wrapper .user-panel__item-link {
        padding: 25px 20px;
    }

    .order-offer-table th {
        padding: 18px 10px;
    }

    /*.myContainer {*/
    /*max-width: 100%;*/
    /*}*/
    .shop-answer .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.why-us-item
.custom-select {
    border: 0;
    width: 40px;
    height: 32px;
    border-radius: 4px;
    margin-left: 3px;
    background: #e6e6e6;
    outline: 0;
}

.custom-select_full-width {
    width: 100%;
}

.categories-extend {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.shop-profile .error {
    display: block;
    color: red;
    margin-bottom: 10px;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    margin-bottom: 60vh;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffdc19;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#customAdressCoord {
    display: none;
}

.btn-inline {
    display: inline-block;
}

#categoryPopup {
    position: fixed;
}

.data_invalid {
    background: #fddfdf;
    outline: 1px solid red;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active до версии 2.1.8 */
{
    opacity: 0;
}

.remove-mark {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-100%);
    font-size: 30px;
    padding: 15px;
    height: 50px;
    width: 50px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffdc19;
    font-weight: bold;
}

.remove-mark:hover {
    font-size: 39px;
}

[vue-cloack] {
    display: none;
}

.c-error .c-validation {
    background: #e53422;
    padding: 10px;
    position: relative;
    display: inline-block;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

h2.error-input {
    font-size: 16px;
    color: #e53422;
}

.c-error .c-validation:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e53422;
    position: absolute;
    top: -10px;
}

.c-label:after {
    color: #e53422;
}

.c-error input, .c-error select, .c-error .c-choice-option {
    background: #fff0f4;
    color: #e53422;
}

.c-error input, .c-error select {
    border: 1px solid #e53422;
}

#map {
    height: 500px;
}

.submit-btns .default-btn:disabled {
    opacity: .5;
}

#footer {
    margin-top: 80px;
}

.payment-wrap h1 {
    font-weight: bold;
}

.payment-wrap h2 {
    font-size: 20px;
}

.payment-wrap p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}

.container-inner + .container-inner {
    margin-top: 25px;
}

table + h3 {
    margin-top: 25px;
}

.container-inner .container-inner {
    padding-top: 0;
}

.user-btn-wrapper {
    display: flex;
    width: 100%;
}

.sort-order-inner .filter-link {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

@media screen and (max-width: 575px) {
    .mobile-scroll-table {
        width: 100%;
        max-width: calc(100vw - 45px);
        overflow-x: auto;
    }

    fieldset {
        max-width: 100%;
    }

    .user-btn-wrapper {
        display: block;
    }
}

@media (max-width: 520px) {
    #group-chat {
        padding: 15px 0 10px 0;
    }

    #group-chat .default-user-title.title-block__title {
        padding-left: 0;
        margin-right: 10px;
        font-size: 11px;
    }

    #group-chat .collapse-btn {
        font-size: 10px;
    }
}

@media (max-width: 520px) {
    .mobile-table table tr td {
        padding: 20px 5px 20px 5px;
    }

    .mobile-table table td.mobile-table--price {
        font-weight: bold;
        font-size: 20px;
    }

    .header-mobile--small {
        margin-top: 10px;
    }

    .header-mobile--big {
        line-height: 20px;
    }

    .order-comments-block {
        margin-top: 20px;
    }

    .order-futher-mobile table:after {
        display: none !important;
    }

    .futher-info .order-futher-mobile thead {
        display: table-header-group;
    }

    .futher-info .order-futher-mobile tbody td {
        font-size: 11px;
    }

    .futher-info .order-futher-mobile tbody tr:first-child td {
        padding-top: 15px;
    }

    .futher-info .order-futher-mobile tbody .table-data--after {
        padding: 40px 0 0 0;
    }

    .futher-info .order-futher-mobile tbody span.error {
        position: absolute;
        top: 10px;
    }

    .futher-info .order-futher-mobile tbody .radio-block__item {
        display: inline-block;
        font-size: 10px;
    }

    .futher-info .order-futher-mobile tbody .radio-block__item:first-child {
        margin-right: 5px;
    }

    .futher-info .order-futher-mobile tbody .radio-block__item label {
        font-size: 10px;
    }

    .futher-info .order-futher-mobile tbody tr:not(:first-child) td {
        width: 50%;
    }

    .futher-info .order-futher-mobile tbody tr:not(:first-child) td.table-data--after:after {
        right: 8px;
    }

    .registration .default-input {
        width: 100%;
    }

    .btn-wrapper .active {
        padding: 10px 30px;
    }
}

.best-price-block h3 {
    margin-bottom: 50px;
}

.auth-form .form-check.small {
    position: relative;
    padding-left: 36px;
}

.auth-form .form-check.small br {
    display: none;
}

.auth-form .form-check.small .default-checkbox {
    border-radius: 0;
    border: 1px solid #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
}

b, strong {
    font-family: 'OpenSans-Bold', sans-serif;
}

.reqistration-form-block {
    max-width: 400px;
    margin-right: 174px;
}

.reqistration-form-wrapper {
    display: flex;
}

.reg-step-item {
    padding-bottom: 32px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.reg-step-item:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background: red;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 0;
}

.reg-step-item:last-child:before {
    display: none;
}

.reg-step-num {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 2px solid red;
    border-radius: 50%;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: red;
    margin-right: 16px;
    background: #f7f7f7;
    position: relative;
    z-index: 1;
}

.step-block-title {
    font-size: 25px;
    margin-bottom: 24px;
    font-family: 'OpenSans-Regular', sans-serif;
}

.step-block-title + p {
    text-decoration: underline;
    margin-bottom: 36px;
}

.container {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.back-link-btn {
    border: none;
    background: transparent;
    text-decoration: none;
    padding: 15px 0;
    margin-bottom: 30px;
}
.back-link-btn:hover {
    text-decoration: underline;
}
.form-control {
    width: 100%;
    max-width: 400px;
    font-size: 14px;
    line-height: 14px;
    padding: 10.5px 8px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.add-new-shop-form {

}
.add-new-shop-form form [type=submit] {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 12px;
    display: block;
    min-width: 150px;
    padding: 14.5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: #3cbf00;
}
.new-shop-title {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.input-error+ul li {
    list-style: none;
    color: #f00;
    font-size: 14px;
    line-height: 14px;
}
.form-error {
    color: #f00;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
}
.new-shop-info-row {
    font-family: 'OpenSans-Regular', sans-serif;
    margin-bottom: 15px;
}
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0, .5);
    z-index: 11;
    transition: all .3s;
    padding-right: 17px;
}
.custom-popup-overlay .custom-popup {
    position: absolute;
    z-index: 12;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
    padding: 30px;
    width: 100%;
    max-width: 600px;
}
.custom-popup .close-popup-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.close-popup-btn span {
    display: inline-block;
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.close-popup-btn span:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.close-popup-btn span:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.checkbox_test-payment {
    -webkit-appearance: checkbox !important;
    height: 16px;
    width: 16px;
}
@media screen and (max-width: 1199px) {
    .reqistration-form-block {
        margin-right: 64px;
    }
}

@media screen and (max-width: 991px) {
    .reqistration-form-wrapper {
        display: block;
    }

    .reqistration-form-block {
        margin-right: 0;
        margin-bottom: 32px;
    }
}

.contact-details-input {
    display: block;
    width: 300px !important;
}

.custom-select {
    height: 32px;
    margin: 0 5px;
    background: #e6e6e6;
    border: none;
    cursor: pointer;
}









/*.customer-info__data .default-input {*/
/*    height: auto;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*    -o-text-overflow: ellipsis;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 5px;*/
/*}*/
/*.popup-category-wrapper {*/
/*    width: 100%;*/
/*    max-width: 920px;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*}*/
/*.close-popup-category-btn {*/
/*    position: absolute;*/
/*    top: -30px;*/
/*    right: -18px;*/
/*    background: #ffcc00;*/
/*    border: none;*/
/*    font-size: 16px;*/
/*    color: rgba(0,0,0, .5);*/
/*    padding: 5px;*/
/*}*/
/*.close-popup-category-btn:hover {*/
/*    color: rgba(0,0,0, 1);*/
/*}*/
/*.popup-category-wrapper .inner-wrapper{*/
/*    display: flex;*/
/*    width: 100%;*/
/*    max-height: 550px;*/
/*    overflow-y: auto;*/
/*}*/
/*.inner-wrapper::-webkit-scrollbar { width: 5px; height: 3px;}*/
/*.inner-wrapper::-webkit-scrollbar-track-piece { background-color: #f7f7f7;}*/
/*.inner-wrapper::-webkit-scrollbar-thumb { height: 30px; background-color: #ffcc00; border-radius: 3px;}*/
/*.popup-category-list {*/
/*    height: 100%;*/
/*    max-width: 256px;*/
/*    min-width: 256px;*/
/*    background: #f5f5f5;*/
/*}*/
/*.popup-category-list ul {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
/*.popup-category-body {*/
/*    flex-grow: 1;*/
/*    padding: 30px;*/
/*}*/
/*.popup-category-list-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border-bottom: 1px solid #bbbbbb;*/
/*    cursor: pointer;*/
/*}*/
/*.popup-category-list-item.active .popup-category-item-icon, .popup-category-list-item:hover .popup-category-item-icon{*/
/*    padding: 0;*/
/*}*/
/*.popup-category-list-item.active , .popup-category-list-item:hover {*/
/*    background: #ffcc00;*/
/*}*/
/*.popup-category-item-icon {*/
/*    padding: 5px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 54px;*/
/*    min-width: 54px;*/
/*    height: 54px;*/
/*}*/
/*.popup-category-item-icon img {*/
/*    display: block;*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*}*/
/*.popup-category-item-name {*/
/*    flex-grow: 1;*/
/*    display: inline-block;*/
/*    padding: 15px;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*}*/
/*.visually-hidden {*/
/*    position: absolute !important;*/
/*    clip: rect(1px 1px 1px 1px); !* IE6, IE7 *!*/
/*    clip: rect(1px, 1px, 1px, 1px);*/
/*    padding:0 !important;*/
/*    border:0 !important;*/
/*    height: 1px !important;*/
/*    width: 1px !important;*/
/*    overflow: hidden;*/
/*    margin: 0;*/
/*}*/
/*.custom-input {*/
/*    display: inline-flex;*/
/*    position: relative;*/
/*    padding-left: 28px;*/
/*    margin: 0 0 15px;*/
/*}*/
/*.new-custom-input {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    display: inline-block;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    border: 2px solid #000;*/
/*}*/
/*.custom-input-text {*/
/*    font-size: 16px;*/
/*    line-height: 16px;*/
/*    font-weight: 600;*/
/*}*/
/*.custom-input .visually-hidden:checked ~.new-custom-input {*/
/*    background: #fc0;*/
/*    border-color: #fc0;*/
/*}*/
/*.custom-input .visually-hidden:checked ~.new-custom-input:before {*/
/*    content: '\f00c';*/
/*    font-family: 'FontAwesome';*/
/*    font-size: 12px;*/
/*    line-height: 12px;*/
/*    color: #000;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.custom-input.title-input {*/
/*    margin-bottom: 30px;*/
/*}*/
/*.custom-input.title-input .custom-input-text{*/
/*    font-size: 20px;*/
/*    font-weight: 300;*/
/*}*/
/*ul, ol {*/
/*    list-style: none;*/
/*}*/
/*.subcategory-list {*/
/*    padding-left: 30px;*/
/*    margin: 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*.subcategory-list .custom-input-text{*/
/*    font-weight: 300;*/
/*}*/
/*.subcategory-list>li {*/
/*    margin-bottom: 15px;*/
/*}*/
/*.full-category-list {*/
/*    !*column-count: 2;*!*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.full-category-list>li {*/
/*    width: 50%;*/
/*}*/
/*.full-category-list .custom-input {*/
/*    margin-bottom: 0;*/
/*}*/
/*.full-category-list>li>.custom-input {*/
/*    margin-bottom: 20px;*/
/*}*/
/*.mobile-category-list .custom-select{*/
/*    display: none;*/
/*    width: 100%;*/
/*    margin: 0 0 30px;*/
/*    font-size: 18px;*/
/*    padding: 5px;*/
/*}*/
/*.customer-item-icon {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 160px;*/
/*    height: 96px;*/
/*    background: #ebebeb;*/
/*    padding: 15px;*/
/*    margin-bottom: 30px;*/
/*}*/
/*.customer-item-icon img {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*}*/
/*.customer-category-list-item {*/
/*    margin-bottom: 90px;*/
/*}*/
/*@media screen and (max-width: 992px){*/
/*    .mobile-category-list {*/
/*        display: block;*/
/*    }*/
/*    !*.full-category-list {*!*/
/*    !*column-count: 1;*!*/
/*    !*}*!*/
/*    .full-category-list {*/
/*        display: block;*/
/*    }*/
/*    .full-category-list>li {*/
/*        width: 100%;*/
/*    }*/
/*    .popup-category-list {*/
/*        display: none;*/
/*    }*/
/*    .popup-category-wrapper .inner-wrapper {*/
/*        display: block;*/
/*        max-height: 50vh;*/
/*    }*/
/*    .popup-category-body {*/
/*        padding: 0;*/
/*    }*/
/*    .form-element {*/
/*        padding: 15px;*/
/*    }*/
/*    .close-popup-category-btn {*/
/*        right: 0;*/
/*    }*/
/*}*/


/*.popup-category-wrapper {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    z-index: 200;*/
/*}*/

