a:hover, a:focus{
    color: white;
    text-decoration: none;
}

.no-new-order {
    margin: 25px;
}

.preloader {
    top:0;
    left:0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}
.loader {
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -20px;
    margin-right: 10px;
    border: 5px solid #f3f3f3 ;
    border-top: 5px solid #3498db ;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

div.stars {
    width: 270px;
    display: inline-block;
}

#user-save-btn{
    cursor: pointer;
}


input.star { display: none; }

label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }


label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}


@font-face {
    font-family: "SegoeUIBold";
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"), url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

#next{
    cursor: pointer;
}
/*.auth-icon {*/
    /*display: block;*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*background: url("../img/social.png"ыщ) no-repeat;*/
    /*border-radius: 3px;*/
    /*margin: 0 auto;*/
/*}*/

@font-face {
    font-family: "SegoeUISemiBold";
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "SegoeUISemiLight";
    src: url("../fonts/SegoeUISemiLight/SegoeUISemiLight.eot");
    src: url("../fonts/SegoeUISemiLight/SegoeUISemiLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUISemiLight/SegoeUISemiLight.woff") format("woff"), url("../fonts/SegoeUISemiLight/SegoeUISemiLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"), url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.blue-button, .my-office_block .message_tabs .message-item .message-right-block .buttons-message .of-order, .red_button, .green-button, .orange-button, .top_header .header_account .account-photo .account-menu, .top_header .header_account .account-photo .account-menu ul li a, .search_block .search-button, .search_block .search-button i, .categories-block .maincategories-list .category-item a, .choice-list ul li, .my-choice-list ul li, .catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul li a, .view-block a i, .choice-arenda ul li, .confirmed .confirmed-item .confirmed-text, .product-page_block .reviews_and_information .all-information-about-product .important-know .arrow-hide-answer, .steeps-block .steep-content .steep-item .your-information.title-your-information .text-FAQ, .steeps-block .steep-content .steep-item .your-information .parameter-price-items .price-to-time .commission, .steeps-block .steep-content .steep-item .your-information .photo-item .close-photo, .main-tabs .main-nav li, .my-office_block .sub-navigation li p, .my-office_block .message_tabs .message-item, .my-office_block .message_tabs .message-item .message-right-block .message-content .short-mess, .my-office_block .message_tabs .message-item .message-right-block .buttons-message .hide-message i, .my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .status div.deactivate span, .my-office_block .rent-item .rent-description .button-block .hide-rent i, .my-office_block .settings_tabs .yor-photo-profile .news-photo-block .load-new-photo .overview {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.for_a {
    text-align: center
}

html,body {
    font-family: "SegoeUIRegular";
    color: #242424;
    font-size: 16px;
    background-color: #fff;
    height: 100%;
    margin: 0;
}

.header_index, .categories-block, .catalog_block, .product-page_block, .user-page_block, .steeps-block, .my-office_block, .account_page {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1030px
}

a {
    text-decoration: none
}

.header_index .banner_block .things_banner ul li:before, .header_index .banner_block .delimit:before, .header_index .banner_block .delimit:after, .breadcrumbs li:after, .catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li > .numbers:after, .catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li > a:after, .catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li ul li a:after, .owner-profile .owner-rating:before, .confirmed .confirmed-item:before, .confirmed .confirmed-item .confirmed-text:after, .steeps-block .steep-content .steep-item .your-information.title-your-information .text-FAQ:before, .steeps-block .steep-content .steep-item .your-information .parameter-price-items .price-to-time .commission:before, .my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .statistic div.owner-rating:before, .my-office_block .rent_tabs .rent_nav li:after, .my-office_block .rent_tabs .order_nav li:after, .my-office_block .order_tabs .rent_nav li:after, .my-office_block .order_tabs .order_nav li:after, .soc-items-tabs .vk:before, .soc-items-tabs .fb:before, .dialog-wrapper .messages-values .message_item:after, .account_page .account-tabs_content .enter-data:before {
    content: "";
    position: absolute
}

div:focus, a:focus, span:focus, button:focus, input:focus, textarea:focus {
    outline: none !important
}

div, input, a, ul, li, textarea, span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input, textarea {
    background-color: #fbfbfb;
    border: 2px solid #c1bfbf;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height: 42px;
    font-size: 17px;
    padding: 0 12px
}

textarea {
    width: 100%;
    height: 130px;
    padding-top: 5px;
    padding-bottom: 8px;
    resize: none
}

li {
    list-style: none
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.icon-sprites-test {
    background-color: #194504
}

.icon-sprites-test div {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px
}

i.mo {
    background: url("../img/sprite.png") no-repeat;
    display: inline-block
}

i.mo.abetka {
    width: 48px;
    height: 46px;
    background-position: -71px -54px
}

i.mo.arrow-send {
    width: 22px;
    height: 25px;
    background-position: -393px -129px;
    filter: brightness(0.6)contrast(3.4)hue-rotate(0deg)saturate(9.9);
}

i.mo.arrow-open {
    width: 25px;
    height: 11px;
    background-position: -112px -129px
}

i.mo.btn_2 {
    width: 36px;
    height: 29px;
    background-position: -404px 0
}

i.mo.cancel {
    width: 26px;
    height: 26px;
    background-position: -333px -129px
}

i.mo.category {
    width: 26px;
    height: 23px;
    background-position: -264px -54px
}

i.mo.chat {
    width: 27px;
    height: 20px;
    background-position: -284px -129px
}

i.mo.clock {
    width: 19px;
    height: 18px;
    background-position: -232px -129px
}

i.mo.doc_check {
    width: 21px;
    height: 26px;
    background-position: -188px -188px
}

i.mo.edit {
    width: 14px;
    height: 14px;
    background-position: -257px -1px
}

i.mo.hand {
    width: 22px;
    height: 28px;
    background-position: -478px 0
}

i.mo.marker {
    width: 12px;
    height: 19px;
    background-position: -116px 0
}

i.mo.ok {
    width: 15px;
    height: 15px;
    background-position: -304px 0
}

i.mo.order {
    width: 19px;
    height: 24px;
    background-position: -1px 0
}

i.mo.order-black {
    width: 20px;
    height: 24px;
    background-position: -230px -190px
}

i.mo.mini-arrow {
    width: 11px;
    height: 5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: -270px -190px
}

i.mo.order-done {
    width: 27px;
    height: 22px;
    background-position: -137px -188px
}

i.mo.order-payment {
    width: 24px;
    height: 24px;
    background-position: -95px -188px
}

i.mo.order-succesfull {
    width: 26px;
    height: 25px;
    background-position: -46px -188px
}

i.mo.order-yes {
    width: 27px;
    height: 22px;
    background-position: -1px -188px
}

i.mo.search {
    width: 21px;
    height: 21px;
    background-position: -174px 0
}

i.mo.settings {
    width: 19px;
    height: 19px;
    background-position: -480px -168px
}

i.mo.shirt {
    width: 31px;
    height: 26px;
    background-position: -148px -54px
}

i.mo.shirt-black {
    width: 31px;
    height: 26px;
    background-position: -56px -227px
}

i.mo.star {
    width: 19px;
    height: 18px;
    background-position: -1px -129px
}

i.mo.star-half {
    width: 19px;
    height: 18px;
    background-position: -58px -129px
}

i.mo.star-o {
    width: 19px;
    height: 18px;
    background-position: -29px -129px
}

i.mo.view {
    width: 11px;
    height: 11px;
    background-position: -444px -129px
}

i.mo.grid {
    width: 28px;
    height: 28px;
    background-position: -421px -54px
}

i.mo.view-list {
    width: 28px;
    height: 28px;
    background-position: -318px -54px
}

i.mo.write {
    width: 22px;
    height: 16px;
    background-position: -166px -128px
}

i.mo.write-review {
    width: 33px;
    height: 26px;
    background-position: -340px 0
}

i.mo.plus {
    width: 14px;
    height: 14px;
    background-position: -62px 0
}

i.mo.rezerv-payment {
    width: 31px;
    height: 27px;
    background-position: 0 -228px
}

i.mo.mo-letter {
    width: 33px;
    height: 15px;
    background-position: -110px -228px
}

i.mo.mo-door-black {
    width: 17px;
    height: 19px;
    background-position: -100px -277px
}

i.mo.mo-door-blue {
    width: 17px;
    height: 19px;
    background-position: -48px -277px
}

i.mo.mo-door-white {
    width: 17px;
    height: 19px;
    background-position: 0 -277px
}

i.mo.mo-register-white {
    width: 20px;
    height: 20px;
    background-position: -220px -277px
}

i.mo.mo-register-black {
    width: 20px;
    height: 20px;
    background-position: -275px -277px
}

.blue-button, .my-office_block .message_tabs .message-item .message-right-block .buttons-message .of-order, .red_button, .two_button, .top_header .header_account .account-photo .mini-photo, .top_header .header_account .account-photo .account-menu, .top_header .header_account .account-photo .account-menu .name-account, .breadcrumbs, .product-block.list .product-item-container .product-item, .product-page_block .reviews_and_information .all-information-about-product .important-know .important-know-item, .steeps-block .steep-content, .steeps-block .steep-content .steep-item .your-information.title-your-information .text-FAQ, .steeps-block .steep-content .steep-item .your-information .parameter-price-items .price-to-time .commission, .steeps-block .steep-content .steep-item .your-information .delete, .steeps-block .steep-content .steep-item .your-information .add, .steeps-block .steep-content .steep-item .your-information .photo-item.want_more_avatar, .steeps-block .steep-content .steep-item .your-information .photo-item .hidden-image, .steeps-block .right-status-steeps .button, .main-tabs .main-nav li span, .my-office_block .sub-navigation li span, .my-office_block .message_tabs .message-item .message-left-block .user-image, .my-office_block .my_announcements_tabs .announcements-item .announcements-image, .my-office_block .my_announcements_tabs .announcements-item .announcements-description .choice-arenda, .my-office_block .my_announcements_tabs .announcements-item .announcements-description .alter, .my-office_block .my_announcements_tabs .announcements-item .announcements-description .preview, .my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .status div.normal-status, .my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .status div.deactivate.no_active, .my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .statistic, .my-office_block .rent-item .rent-image, .my-office_block .rent-item .rent-description .new-product, .my-office_block .rent-item .rent-description .date-block .date .day_mouth, .my-office_block .rent-item .rent-content .chronology-block .chronology-item .top_chronology-header .title, .my-office_block .rent-item .rent-content .chronology-block .chronology-item .warning, .my-office_block .settings_tabs .yor-photo-profile .news-photo-block .load-new-photo, .my-office_block .settings_tabs .yor-photo-profile .news-photo-block .load-new-photo .overview, .soc-items-tabs .vk, .soc-items-tabs .fb, .dialog-wrapper .image_user_mess, .dialog-wrapper .messages-values .message_item {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.blue-button, .my-office_block .message_tabs .message-item .message-right-block .buttons-message .of-order {
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #3471b2;
    background: -moz-linear-gradient(top, #3471b2 0%, #215690 100%);
    background: -webkit-linear-gradient(top, #3471b2 0%, #215690 100%);
    background: linear-gradient(to bottom, #3471b2 0%, #215690 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3471b2', endColorstr='#215690', GradientType=0);
    -webkit-box-shadow: 0 1px 4px rgba(3, 6, 12, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(3, 6, 12, 0.4);
    box-shadow: 0 1px 4px rgba(3, 6, 12, 0.4);
    border-bottom: 3px solid #1b426c;
    text-shadow: 0 1px 0 rgba(3, 6, 12, 0.3);
    padding: 7px 5px 9px 5px;
    position: relative;
    top: 0
}

.blue-button:hover, .my-office_block .message_tabs .message-item .message-right-block .buttons-message .of-order:hover {
    top: 3px;
    border-bottom-color: transparent;
    text-decoration: none;
}

.blue-button {
    display: inline-block
}

.red_button {
    display: inline-block;
    color: #fff;
    background-color: #f8412e;
    -webkit-box-shadow: 0 1px 4px rgba(3, 6, 12, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(3, 6, 12, 0.4);
    box-shadow: 0 1px 4px rgba(3, 6, 12, 0.4);
    border-bottom: 3px solid #ab281a;
    text-shadow: 0 1px 0 rgba(3, 6, 12, 0.3);
    font-size: 22.3px;
    line-height: 1;
    padding: 9px 12px 8px 8px;
    position: relative;
    top: 0
}

.red_button:hover {
    top: 3px;
    border-bottom-color: transparent
}

.check {
    text-align: left
}

/* Custom Checkbox 8*/

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fbfbfb;
    border: solid #a6a4a4 2px;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #a6a4a4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.label-container{
    display: inline-block;
    position: relative;
    top: -1px;
}

/* /Custom Checkbox 8*/

.radio {
    text-align: left;
}

.radio input[type="radio"] {
    display: none;

}

.radio input[type="checkbox"] {
    display: none;
}

.set_image {
    background-position: 0 -50px
}

.radio label {
    background: url("../img/radiobutton.png") 0 5px no-repeat;
    padding-left: 25px;
    min-height: 20px
}

.radio input[type="radio"]:checked + label {
    background-position: 0 -50px
}

.radio input[type="checkbox"]:checked + label {
    background-position: 0 -50px
}

.radio label {
    display: block;
    cursor: pointer
}

.top-title {
    font-size: 30px;
    font-family: "SegoeUISemiLight"
}

.green-button {
    background-color: #68bc1b;
    border-bottom: 4px solid #3d720b
}

.green-button:hover {
    background-color: #76d421
}

.green-button:active {
    background-color: #539517;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.orange-button {
    border-bottom: 4px solid #c4560c;
    background-color: #ea650c;
    border: none;
}

.orange-button-plus {
    background-color: #ff6600;
}

.orange-button:hover {
    background-color: #ea8808
}

.orange-button:active {
    background-color: #d85b08;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.two_button {
    -webkit-box-shadow: 0 4px 4px rgba(3, 6, 12, 0.4);
    -moz-box-shadow: 0 4px 4px rgba(3, 6, 12, 0.4);
    box-shadow: 0 4px 4px rgba(3, 6, 12, 0.4);
    position: relative;
    color: #fff;
    text-shadow: 0 1px 0 rgba(3, 6, 12, 0.3)
}

.two_button1 {
    -webkit-box-shadow: 0 4px 4px rgba(3, 6, 12, 0.4);
    -moz-box-shadow: 0 4px 4px rgba(3, 6, 12, 0.4);
    box-shadow: 0 4px 4px rgba(3, 6, 12, 0.4);
    position: relative;
    color: #fff;
    text-shadow: 0 1px 0 rgba(3, 6, 12, 0.3)
}

.two_button.big-button .icon-block {
    min-width: 42px
}

.two_button1.big-button .icon-block {
    min-width: 42px
}

.two_button.green-button .icon-block {
    background: #60ab1b;
    background: -moz-linear-gradient(top, #60ab1b 0%, #4a8414 100%);
    background: -webkit-linear-gradient(top, #60ab1b 0%, #4a8414 100%);
    background: linear-gradient(to bottom, #60ab1b 0%, #4a8414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60ab1b', endColorstr='#4a8414', GradientType=0)
}

.two_button.green-button.orange .icon-block{
    background: #d85b08;
    background: -moz-linear-gradient(top, #d85b08 0%, #d85b08 100%);
    background: -webkit-linear-gradient(top, #d85b08 0%, #d85b08 100%);
    background: linear-gradient(to bottom, #d85b08 0%, #d85b08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d85b08', endColorstr='#d85b08', GradientType=0)
}

.green-button.orange {
    background-color: #ea650c;
    border-bottom: 4px solid #c4560c
}

.green-button.orange:hover {
    background-color: #ea8808
}


.two_button1.green-button .icon-block {
    background: #60ab1b;
    background: -moz-linear-gradient(top, #60ab1b 0%, #4a8414 100%);
    background: -webkit-linear-gradient(top, #60ab1b 0%, #4a8414 100%);
    background: linear-gradient(to bottom, #60ab1b 0%, #4a8414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60ab1b', endColorstr='#4a8414', GradientType=0)
}

.two_button .icon-block {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 32px;
    height: 100%;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px
}

.two_button .icon-block i {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto
}

.two_button1 .icon-block {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 32px;
    height: 100%;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px
}

.two_button1 .icon-block i {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    width: 1030px
}

.big-button {
    font-family: "SegoeUIBold";
    font-size: 21px;
    display: inline-block;
    text-transform: uppercase;
    padding: 13px 15px 12px 50px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 6px rgba(3, 6, 12, 0.4);
    -moz-box-shadow: 0 2px 6px rgba(3, 6, 12, 0.4);
    box-shadow: 0 2px 6px rgba(3, 6, 12, 0.4)
}

/*  main page background  */

.header_index {
    /*background: url("../img/mainPage-bg.jpg") no-repeat center;*/
    background: url("../img/1920x1080.jpg") center;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 0 0 75px 0
}

/*@media (max-width: 1920px) {*/
    /*.header_index {*/
        /*background: url("../img/1920x1080.jpg") center;*/
        /*background-size: cover;*/
    /*}*/
/*}*/

@media (max-width: 1600px) {
    .header_index {
        background: url("../img/1600x900.jpg") center;
        background-size: cover;
    }
}

@media (max-width: 1280px) {
    .header_index {
        background: url("../img/1280x720.jpg") center;
        background-size: cover;
    }
}

@media (max-width: 360px) {
    .header_index {
        background: url("../img/360x720.jpg") no-repeat fixed;
    }
}
/* /main page background  */


.header_index .banner_block {
    margin-bottom: 65px
}

.header_index .banner_block .things_banner {
    display: inline-block;
    vertical-align: middle;
    width: 465px
}

.header_index .banner_block .things_banner.hand_things {
    padding-left: 17px
}

.header_index .banner_block .things_banner .title {
    font-size: 27px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-family: "SegoeUIBold";
    margin-bottom: 15px
}

.header_index .banner_block .things_banner ul {
    padding-left: 20px;
    font-size: 16.32px;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #4a4a4a
}

.header_index .banner_block .things_banner ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 12px
}

.header_index .banner_block .things_banner ul li:last-of-type {
    margin-bottom: 0
}

.header_index .banner_block .things_banner ul li:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    background-color: #4a4a4a;
    top: 10px;
    width: 5px;
    height: 5px
}

.header_index .banner_block .things_banner .two_button {
    margin-left: 75px
}

.header_index .banner_block .things_banner .two_button1 {
    margin-left: 75px
}

.header_index .banner_block .delimit {
    display: inline-block;
    height: 105px;
    width: 2px;
    background-color: #215791;
    position: relative;
    margin: 0 33px 0 25px;
    vertical-align: middle
}

.header_index .banner_block .delimit:before {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 18px solid #f60;
    border-bottom: 20px solid transparent;
    left: -19px;
    top: 50%;
    margin-top: -20px
}

.header_index .banner_block .delimit:after {
    width: 0;
    height: 0;
    right: -19px;
    top: 50%;
    margin-top: -20px;
    border-top: 20px solid transparent;
    border-left: 18px solid #215791;
    border-bottom: 20px solid transparent
}

.header_index .category_arrow {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "SegoeUIBold"
}

.header_index .category_arrow a {
    color: #f60
}

.header_index .category_arrow img {
    display: block;
    margin: 5px auto 0 auto
}

.header {
    padding-top: 15px
}

.top_header {
    margin-bottom: 20px
}

.top_header .logo {
    max-width: 50%;
    float: left;
    cursor: pointer;
}

.top_header .logo img {
    display: block;
    max-width: 100%
}

.top_header .header_account {
    float: right;
    max-width: 50%;
    padding-left: 20px;
    text-align: right;
    font-size: 21px;
    color: #fff
}

.top_header .header_account .account-photo {
    display: inline-block;
    vertical-align: top;
    width: 41px;
    height: 41px;
    position: relative
}

.top_header .header_account .account-photo .mini-photo {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 11;
    cursor: pointer
}

.top_header .header_account .account-photo .mini-photo img {
    width: 100%;
    height: auto;
    min-height: 100%
}

.top_header .header_account .account-photo .account-menu {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f2f4f9;
    text-align: left;
    z-index: 10;
    width: 41px;
    overflow: hidden;
    padding: 0
}

.top_header .header_account .account-photo .account-menu.active {
    width: 200px
}

.top_header .header_account .account-photo .account-menu .name-account {
    padding: 0 50px 0 10px;
    height: 41px;
    font-size: 17px;
    font-family: "SegoeUISemiLight";
    text-align: left;
    white-space: nowrap;
    line-height: 41px;
    text-overflow: ellipsis;
    background-color: #8a9db2
}

.top_header .header_account .account-photo .account-menu ul {
    padding: 12px 15px 7px 25px;
    display: none
}

.top_header .header_account .account-photo .account-menu ul li {
    margin-bottom: 4px;
    font-size: 15.5px;
    font-family: "SegoeUISemiLight"
}

.top_header .header_account .account-photo .account-menu ul li:last-of-type {
    margin-bottom: 0
}

.top_header .header_account .account-photo .account-menu ul li a {
    color: #474747;
    /*border-bottom: 1px solid transparent*/
}

.top_header .header_account .account-photo .account-menu ul li a:hover {
    border-color: #474747
}

.top_header .header_account .sign-in {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    font-size: 17.5px;
    color: #01499a
}

.top_header .header_account .sign-in i, .top_header .header_account .sign-in span {
    display: inline-block;
    vertical-align: middle
}

.top_header .header_account .sign-in i {
    margin-right: 2px
}

.top_header .header_account .headerAccount-button {
    display: inline-block;
    margin-left: 6px;
    vertical-align: top;
    line-height: 1;
    padding: 8px 10px 9px 40px;
    border-bottom-width: 3px
}

.top_header .header_account .order .icon-block {
    background-color: #d85b08
}

.top_header .header_account .order .icon-block i {
    background-color: transparent
}

.search_block {
    background-color: #2763a4;
    padding: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 30px
}

.search_block input {
    float: left;
    height: 52px;
    border: 1px solid #1f5188;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 17.7px;
    padding: 0 20px;
    background-color: #e9f3ff;
    -webkit-box-shadow: inset 0 4px 2px rgba(35, 31, 32, 0.31);
    -moz-box-shadow: inset 0 4px 2px rgba(35, 31, 32, 0.31);
    box-shadow: inset 0 4px 2px rgba(35, 31, 32, 0.31)
}

.search_block .search-name {
    width: 417px
}

.search_block .search-city {
    width: 270px;
    float: left;
    margin-left: 25px;
    position: relative
}

.search_block .search-city i {
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0
}

.search_block .search-city input {
    display: block;
    width: 100%;
    padding-left: 40px
}

.search_block .search-button {
    margin-left: 20px;
    float: left;
    text-transform: uppercase;
    background-color: #e55c00;
    width: 232px;
    height: 54px;
    font-size: 22.7px;
    color: #ffe0cc;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 1;
    position: relative;
    top: 0;
    padding: 15px 15px 12px 15px;
    -webkit-box-shadow: 0 4px 0 #b24700, 0 6px 4px rgba(3, 6, 12, 0.4);
    -moz-box-shadow: 0 4px 0 #b24700, 0 6px 4px rgba(3, 6, 12, 0.4);
    box-shadow: 0 4px 0 #b24700, 0 6px 4px rgba(3, 6, 12, 0.4);
    cursor: pointer;
}

.search_block .search-button:hover i {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    cursor: pointer;
}

.search_block .search-button:active {
    top: 2px;
    -webkit-box-shadow: 0 2px 0 #b24700;
    -moz-box-shadow: 0 2px 0 #b24700;
    box-shadow: 0 2px 0 #b24700
}

.search_block .search-button i {
    display: inline-block;
    margin-right: 12px
}

.categories-block {
    background-color: #fff;
    padding: 35px 0
}

.categories-block .maincategories-list .category-item {
    display: inline-block;
    vertical-align: top;
    width: 33.25%;
    margin: 0 0 0 -0.255em;
    text-align: center;
    text-transform: uppercase
}

.categories-block .maincategories-list .category-item:first-of-type {
    margin-left: 0;
    text-align: left
}

.categories-block .maincategories-list .category-item:last-of-type {
    text-align: left;
    float: right;

}

.last_in_category{
    width: 100% !important;
}

.categories-block .maincategories-list .category-item a {
    color: #01499a;
    font-size: 19px;
    font-family: "SegoeUIBold";
    display: flex;
    padding: 20px 30px 30px 12px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 100px;
}
.categories-block .maincategories-list .category-item a > div {
    height:50px; width: 50px;display: inline-block; vertical-align: middle; margin-right: 20px; float: left;
    background-position: 0 -50px;
    min-width: 50px;
    min-height: 50px;
}
.categories-block .maincategories-list .category-item a.active {
    color: #f60;
    background-color: #01499a
}
.categories-block .maincategories-list .category-item a.active > div {background-position: 0 0;}
.categories-block .maincategories-list .category-item a.active i {
    background-position: 0px -54px
}

.categories-block .maincategories-list .category-item a:hover {
    color: #f60
}

.categories-block .maincategories-list .category-item a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.categories-block .subcategories-list {
    background-color: #01499a;
    color: #fff;
    padding: 17px 0 20px 0;
    -webkit-border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
    position: relative;
    top: -7px;
    display: none;
    margin-left: 70px;
}

.categories-block .subcategories-list > div {
    display: inline-block;
    vertical-align: top;
    width: 24.9%;
    margin: 20px 0 20px -0.255em;
    padding: 0 15px
}

.categories-block .subcategories-list div:nth-child(4n+1) {
    margin-left: 0
}

.categories-block .subcategories-list div a {
    color: #d1e6fe;
    font-size: 16px;
    font-family: "SegoeUISemiBold";
    text-transform: uppercase;
    display: flex;
}
.categories-block .subcategories-list div a > div.make_it_blue {
	height:50px; width: 50px;display: inline-block; vertical-align: middle; margin-right: 20px; float: left;
	min-width: 50px;
	min-height: 50px;
}
.categories-block .subcategories-list div a > span {/*! display: inline-block; */ /*! vertical-align: middle; *//*! max-width: 125px; */}
.categories-block .subcategories-list div a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.choice-list, .my-choice-list {
    position: relative;
    font-family: "SegoeUISemiLight"
}

.choice-list .arrow-choise, .my-choice-list .arrow-choise {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #f60;
    cursor: pointer;
    margin-top: -4px
}

.choice-list input, .my-choice-list input {
    display: block;
    width: 100%;
    background-color: #fbfbfb;
    border: 2px solid #f6f6f6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 17px;
    line-height: 1;
    height: 42px;
    padding: 0 20px 0 12px;
    cursor: pointer
}

#category, #sub_category{
    display: block;
    width: 100%;
    background-color: #fbfbfb;
    border: 2px solid;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 17px;
    line-height: 1;
    height: 42px;
    padding: 0 20px 0 12px;
    cursor: pointer;
    border-color: #eaeaea;
    outline : none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#dropdown{
    display: block;
    width: 100%;
    background-color: #fbfbfb;
    border: 5px solid #f6f6f6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 17px;
    line-height: 1;
    height: 42px;
    padding: 0 20px 0 12px;
    cursor: pointer;
    outline : none;
}

#dropdown option,#category option,#sub_category{
    display: block;
    cursor: pointer;
    outline : none;
}

#sub_category{
    font-size: 15px;
}

#dropdown option:hover {
    background-color: rgba(0, 0, 0, 0.2)
}

.choice-list ul, .my-choice-list ul {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fbfbfb;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    font-size: 17px;
    border: 5px solid #f6f6f6
}

.choice-list ul a, .my-choice-list ul a {
    text-decoration: none;
    color:inherit;
    display: block;
    padding: 5px 12px;
    width: 100%;
    height: 100%;
}

.choice-list ul li, .my-choice-list ul li {
    display: block;
    cursor: pointer
}

.choice-list ul li:hover, .my-choice-list ul li:hover {
    background-color: rgba(0, 0, 0, 0.2)
}

.breadcrumbs {
    overflow: hidden;
    margin: 11px 0 20px 0
}

.breadcrumbs li {
    float: left;
    padding: 3px 30px 5px 30px;
    background-color: #efefef;
    font-size: 17px;
    position: relative
}

.breadcrumbs li:after {
    background: url("../img/arrow-breadcrumbs.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 27px;
    height: 30px;
    top: 0;
    right: -17px;
    z-index: 5
}

.breadcrumbs li:last-of-type {
    background-color: transparent
}

.breadcrumbs li:last-of-type:after {
    display: none
}

.breadcrumbs li a {
    color: #242424;
    display: block
}

.catalog_block {
    background-color: #fff;
    padding: 0 0 30px 0;

}

.catalog_block.other-page {
    padding-bottom: 0
}

.catalog_block.other-page .catalog-container .catalog-left-menu .menu-left-style {
    margin-bottom: 0
}

.catalog_block .catalog-container {
    margin: 0 -10px
}

.catalog_block .catalog-container .catalog-left-menu {
    float: left;
    width: 26.472%;
    padding: 0 10px
}

.catalog_block .catalog-container .catalog-left-menu .menu-left-style {
    background-color: #f6f6f6;
    padding: 15px 20px 10px 15px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    font-size: 18px;
    font-family: "SegoeUISemiLight"
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block {
    margin-bottom: 20px;
    color: #242424;
    padding: 0;
    background-color: transparent;
    position: relative
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block a {
    color: #242424
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .arrow-rubric {
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #f60;
    cursor: pointer
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .main-rubric-name {
    border: 5px solid #efefef;
    font-size: 20px;
    padding: 17px 30px 18px 15px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    cursor: pointer;
    background-color: #f6f6f6
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .main-rubric-name.active {
    -webkit-border-radius: 35px 35px 0 0;
    -moz-border-radius: 35px 35px 0 0;
    border-radius: 35px 35px 0 0
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .main-rubric-name i {
    margin-right: 20px;
    vertical-align: bottom
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .main-rubric-name span {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 10px;
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more {
    display: none;
    position: absolute;
    z-index: 14;
    -webkit-border-radius: 0 0 26px 26px;
    -moz-border-radius: 0 0 26px 26px;
    border-radius: 0 0 26px 26px;
    border: 5px solid #efefef;
    border-top: none;
    left: 0;
    width: 100%;
    top: 70%;
    background-color: #f6f6f6;

}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul {
    padding: 5px 0 0px 0
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul li a:hover {
    background-color: #f6f6f6;
    text-decoration: none;
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li {
    position: relative
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more ul>li:hover>ul {
    display: block
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li > .numbers {
    position: absolute;
    top: 50%;
    right: 26px;
    font-size: 12px;
    font-family: "SegoeUISemiLight";
    color: #242424;
    background-color: #efefef;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    line-height: 1;
    padding: 3px 6px 3px 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li > .numbers:after {
    background: url("../img/numbers-arrow.png");
    width: 17px;
    height: 18px;
    left: 100%;
    top: 0
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li > a {
    display: block;
    padding: 15px 10px 15px 15px;
    position: relative
}
.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li div.icon {height: 25px; width: 25px; float:left; margin-right: 9px; background-size: 100% auto;background-repeat: no-repeat;background-position: 0 -25px;min-width: 25px;min-height: 25px;margin-left: -6px;}
.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li > a.more-ul {
    padding-right: 65px
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li > a:after {
    height: 3px;
    width: 100%;
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #f6f6f6 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #fff 100%);
    background: linear-gradient(to bottom, #f6f6f6 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
    bottom: 0;
    left: 0
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li > a i {
    vertical-align: middle
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li > a span {
    display: inline-block;
    vertical-align: middle
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 12;
    background-color: #f6f6f6;
    width: 250px;
    border: 2px solid #fafafa;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0
}


.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li ul li {
    background-color: #f6f6f6;
    position: relative
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li ul li:last-of-type a:after {
    display: none
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li ul li .numbers {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 12px;
    font-family: "SegoeUISemiLight";
    color: #242424;
    background-color: #efefef;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 1;
    padding: 3px 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.checkbox{
    margin-bottom: 0;
    margin-top: 0;
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li ul li a {
    display: block;
    padding: 11px 55px 10px 35px;
    position: relative
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li ul li a:after {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #fbfbfb 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #fbfbfb 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fbfbfb', GradientType=0)
}

.catalog_block .catalog-container .catalog-left-menu .rubric-block .rubric-more > ul > li ul li a:hover {
    background-color: #f6f6f6
}

.catalog_block .catalog-container .catalog-left-menu .next-menu_block {
    padding: 20px 0 40px 0;
    border: 5px solid #efefef
}

.catalog_block .catalog-container .catalog-left-menu .next-menu_block .title {
    font-size: 22px;
    margin-bottom: 5px;
    margin-left: -7px
}

.catalog_block .catalog-container .catalog-left-menu .next-menu_block > div {
    padding: 10px 20px 10px 22px;
    -webkit-box-shadow: 0 2px 0 #fff, inset 0 -1px 0 #f6f6f6;
    -moz-box-shadow: 0 2px 0 #fff, inset 0 -1px 0 #f6f6f6;
    box-shadow: 0 2px 0 #fff, inset 0 -1px 0 #f6f6f6
}

.catalog_block .catalog-container .catalog-left-menu .next-menu_block > div:last-of-type {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.catalog_block .catalog-container .catalog-left-menu .next-menu_block .list-block .title {
    margin-bottom: 12px
}

.catalog_block .catalog-container .catalog-left-menu .next-menu_block .list-block .choice-list,
.catalog_block .catalog-container .catalog-left-menu .next-menu_block .list-block .my-choice-list{
    margin-left: -7px
}

.catalog_block .catalog-container .catalog-content {
    width: 73.528%;
    float: left;
    padding: 0 10px
}

.catalog_block .catalog-container .catalog-content > .top-title {
    line-height: 1
}

.sort-block {
    width: 200px;
    float: left
}

.view-block {
    float: right
}

.view-block a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px
}

.view-block a:hover.grid-view i {
    background-position: -471px -54px
}

.view-block a:hover.list-view i {
    background-position: -369px -54px
}

.view-block a.grid-view.active {
    cursor: default
}

.view-block a.grid-view.active i {
    background-position: -471px -54px
}

.view-block a.list-view.active {
    cursor: default
}

.view-block a.list-view.active i {
    background-position: -369px -54px
}

.product-block {
    margin: 10px -10px
}

.product-block.grid .product-item-container:nth-child(3n+1) {
    margin-left: 0
}

.product-block.grid .product-item-container .product-item .product-other-inf .owner-profile .confirmed {
    width: 88px
}

.product-block.grid .product-item-container .product-item .product-other-inf .owner-profile .confirmed .confirmed-item.vk, .product-block.grid .product-item-container .product-item .product-other-inf .owner-profile .confirmed .confirmed-item.facebook {
    display: none
}

.product-block.list .product-item-container {
    display: block;
    width: 100%;
    margin: 0 0 20px 0
}

.product-block.list .product-item-container:last-of-type {
    margin-bottom: 0
}

.product-block.list .product-item-container .product-item {
    border: 2px solid #f7f7f7;
    position: relative;
    padding-left: 230px
}

.product-block.list .product-item-container .product-item .product-image {
    width: 230px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    vertical-align: top
}

.product-block.list .product-item-container .product-item .product-image img {
    max-width: 90%;
    max-height: 90%
}

.product-block.list .product-item-container .product-item .product-other-inf {
    display: block;
    padding-top: 10px;
    background-color: #fff
}

.product-block.list .product-item-container .product-item .product-other-inf .name {
    margin-bottom: 5px;
    padding: 0 10px 0 20px
}

.product-block.list .product-item-container .product-item .product-other-inf .descr {
    display: block;
    padding: 0 30px 0 20px
}

.product-block.list .product-item-container .product-item .product-other-inf .choice-arenda {
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px 0 20px;
    cursor: pointer
}

.product-block.list .product-item-container .product-item .product-other-inf .big-button {
    display: inline-block;
    vertical-align: middle
}

.product-block.list .product-item-container .product-item .product-other-inf .owner-profile {
    background-color: #f8f2ed
}

.product-block.list .product-item-container .product-item .product-other-inf .owner-profile .owner-photo_and_name {
    width: 216px;
    background-color: #f0f3f7
}

.product-block.list .product-item-container .product-item .product-other-inf .owner-profile .owner-photo_and_name .owner-name {
    display: inline-block;
    vertical-align: middle
}

.product-block.list .product-item-container .product-item .product-other-inf .owner-profile .confirmed {
    float: right
}

.product-block .product-item-container {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    width: 33.25%;
    margin: 10px 0 10px -0.275em
}

.product-block .product-item-container .product-item .product-image {
    height: 190px;
    background-color: #f0f0f0;
    position: relative;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    display: block;
    background: transparent;
}

.product-block .product-item-container .product-item .product-image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.product-block .product-item-container .product-item .product-other-inf {
    padding-top: 7px;
    background-color: #f9f9f9
}

.product-block .product-item-container .product-item .product-other-inf .name {
    font-size: 18px;
    font-family: "SegoeUISemiLight";
    color: #000;
    line-height: 24px;
    padding: 0 7px 0 15px;
    margin-bottom: 10px;
    display: block
}

.product-block .product-item-container .product-item .product-other-inf .descr {
    font-size: 18px;
    color: #676666;
    line-height: 24px;
    font-family: "SegoeUISemiLight";
    padding: 0 9px 0 20px;
    display: none
}

.product-block .product-item-container .product-item .product-other-inf .big-button {
    display: none
}

.choice-arenda {
    width: 190px;
    margin: 0 auto;
    border-bottom: 1px dashed #2c2c2c;
    position: relative;
    padding-bottom: 5px;
    cursor: pointer
}

.choice-arenda .arrow-arenda {
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #4c4c4c;
    cursor: pointer;
    margin-top: -4px
}

.choice-arenda .final-arenda-param {
    line-height: 1;
    color: #000
}

.choice-arenda .final-arenda-param #first_span {
    font-size: 24px;
    color: #569c15
}

.choice-arenda ul {
    position: absolute;
    z-index: 10;
    background-color: #f9f9f9;
    width: 100%;
    top: 100%;
    left: 0;
    border-left: 1px dashed #000;
    border-right: 1px dashed #000;
    border-bottom: 1px dashed #000;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding-top: 10px;
    display: none
}

.choice-arenda ul li {
    padding: 5px 10px;
    color: #000;
    border-bottom: 1px solid #ccc;
    cursor: pointer
}

.choice-arenda ul li:last-of-type {
    border-bottom: none
}

.choice-arenda ul li:hover {
    background-color: #ccc
}

.choice-arenda ul li #first_span {
    font-size: 24px;
    color: #569c15
}

.owner-profile {
    margin-top: 30px;
    height: 35px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background-color: #f8f2ed
}

.owner-profile .owner-photo_and_name {
    float: left
}

.owner-profile .owner-photo_and_name img {
    height: 35px;
    width: 38px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px
}

.owner-profile .owner-photo_and_name .owner-name {
    display: none
}

.owner-profile .owner-rating {
    width: 100px;
    height: 100%;
    background-color: #f8f2ed;
    float: left;
    line-height: 32px;
    padding: 0 5px;
    font-size: 14px;
    font-family: "SegoeUISemiLight";
    position: relative
}

.owner-profile .owner-rating:before {
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background: #e7eaee;
    background: -moz-linear-gradient(left, #e7eaee 0%, #f5f8fc 100%);
    background: -webkit-linear-gradient(left, #e7eaee 0%, #f5f8fc 100%);
    background: linear-gradient(to right, #e7eaee 0%, #f5f8fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7eaee', endColorstr='#f5f8fc', GradientType=1)
}

.owner-profile .owner-rating i, .owner-profile .owner-rating .rating {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.owner-profile .owner-rating .all-rating {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.owner-profile .confirmed .confirmed-item {
    height: 100%
}

.confirmed {
    float: right;
    width: 176px;
    height: 100%;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0
}

.confirmed .confirmed-item {
    float: left;
    position: relative;
    width: 44px;
    height: 35px;
    background-color: #f0f3f7;
    position: relative
}

.confirmed .confirmed-item:before {
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background: #e7eaee;
    background: -moz-linear-gradient(left, #e7eaee 0%, #f5f8fc 100%);
    background: -webkit-linear-gradient(left, #e7eaee 0%, #f5f8fc 100%);
    background: linear-gradient(to right, #e7eaee 0%, #f5f8fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7eaee', endColorstr='#f5f8fc', GradientType=1)
}

.confirmed .confirmed-item.passport .confirmed-image {
    background-position: 0 0
}

.confirmed .confirmed-item.phone-number .confirmed-image {
    background-position: -41px 0
}

.confirmed .confirmed-item.vk .confirmed-image {
    background-position: -79px 0
}

.confirmed .confirmed-item.facebook .confirmed-image {
    background-position: -116px 0
}

.confirmed .confirmed-item:hover .confirmed-text {
    display: block
}

.confirmed .confirmed-item .confirmed-image {
    width: 30px;
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../img/document-ok.png") no-repeat 0 0
}

.confirmed .confirmed-item .confirmed-text {
    position: absolute;
    display: none;
    font-size: 11px;
    background-color: #f0f3f7;
    bottom: -30px;
    z-index: 3;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 4px 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.confirmed .confirmed-item .confirmed-text:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #f0f3f7;
    bottom: 100%;
    left: 50%;
    margin-left: -6px
}

.two-items {
    display: inline-block;
    vertical-align: top;
    max-width: 49.9%
}

.product-page_block {
    background-color: #fff
}

.product-page_block .productSlider-container {
    display: inline-block;
    vertical-align: top;
    width: 500px
}

.product-page_block .productSlider-container .slider-for {
    margin-bottom: 5px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden
}

.product-page_block .productSlider-container .slider-for .mainProduct-slider_item {
    /*height: 100%;*/
    width: 500px;
    height: 350px;

}

.product-page_block .productSlider-container .slider-for .mainProduct-slider_item img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: contain;
}

.product-page_block .productSlider-container .slider-nav {
    margin: 0 -5px
}

.product-page_block .productSlider-container .slider-nav .mainProduct-slider_item {
    padding: 0 5px
}

.product-page_block .productSlider-container .slider-nav .mainProduct-slider_item .item-image {
    height: 75px;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.product-page_block .productSlider-container .slider-nav .mainProduct-slider_item img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 75px;
    /*min-width: 100%;*/
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-page_block .about-product {
    width: 500px;
    display: inline-block;
    vertical-align: top;
    margin-left: -0.277em;
    padding-left: 20px
}

.product-page_block .about-product .owner-profile {
    margin: 0 0 20px 0;
    position: relative;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    height: 70px;
    background-color: #f0f3f7
}

.product-page_block .about-product .owner-profile .owner-photo {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
    border-radius: 16px 0 0 16px;
    float: left;
    overflow: hidden
}

.product-page_block .about-product .owner-profile .owner-photo img {
    width: 100%;
    height: auto;
    min-height: 100%
}

.product-page_block .about-product .owner-profile .owner-other-inf {
    float: left
}

.product-page_block .about-product .owner-profile .owner-name {
    font-size: 18px;
    padding: 5px 10px
}

.product-page_block .about-product .owner-profile .write-author {
    float: left;
    width: 132px;
    height: 35px;
    background-color: #fb6500;
    text-align: center;
    font-size: 19px;
    color: #ffece0;
    line-height: 32px
}

.product-page_block .about-product .owner-profile .status {
    position: absolute;
    font-size: 13.5px;
    color: #81a086;
    background-color: #c2f3ca;
    line-height: 20px;
    width: 77px;
    padding-left: 9px;
    border-top-right-radius: 16px;
    font-family: "SegoeUISemiLight";
    right: 0;
    top: 0;
    z-index: 5
}

.product-page_block .about-product .owner-profile .owner-rating {
    height: 35px
}

.product-page_block .about-product .owner-profile .confirmed {
    height: 35px
}

.product-page_block .about-product .owner-profile .confirmed .confirmed-item:before {
    display: none
}

.product-page_block .about-product .owner-profile .confirmed .confirmed-item.facebook {
    border-bottom-right-radius: 16px
}

.product-page_block .about-product .period_product-page {
    margin-bottom: 15px;
    font-size: 18px
}

.product-page_block .about-product .period_product-page .title {
    margin-bottom: 7px
}

.product-page_block .about-product .period_product-page .period_block {
    font-size: 18px
}

.product-page_block .about-product .period_product-page .period_block input {
    font-size: 15px;
    width: 108px;
    margin: 0 8px
}

.product-page_block .about-product .period_product-page .period_block .mini {
    font-size: 14px
}

.product-page_block .about-product .arenda-price_block .choice-arenda {
    display: inline-block;
    vertical-align: middle
}

.product-page_block .about-product .arenda-price_block .pledge {
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px;
    font-size: 22px;
    font-family: "SegoeUISemiLight"
}

.product-page_block .about-product .arenda-price_block .pledge .pledge-value {
    font-family: "SegoeUISemiBold"
}

.product-page_block .about-product .arenda-price_block .delivery {
    margin: 10px 0 15px 0;
    font-size: 18px;
    font-family: "SegoeUISemiLight"
}

.product-page_block .about-product .arenda-price_block .delivery .title {
    margin-bottom: 5px;
    font-size: 22px
}

.product-page_block .about-product .arenda-price_block .delivery .radio {
    margin-bottom: 3px
}

.product-page_block .about-product .arenda-price_block .delivery .radio:last-of-type {
    margin-bottom: 0
}

.product-page_block .about-product .arenda-price_block .delivery .radio span {
    font-family: "SegoeUISemiBold"
}

.product-page_block .about-product .arenda-price_block .summarize {
    max-width: 239px;
    float: left;
    border: 3px solid #f8f2ed;
    padding: 8px 6px;
    font-size: 15.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.product-page_block .about-product .arenda-price_block .summarize li {
    margin-bottom: 7px
}

.product-page_block .about-product .arenda-price_block .summarize li:last-of-type {
    margin-bottom: 0
}

.product-page_block .about-product .arenda-price_block .summarize li span {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 142px
}

.product-page_block .about-product .arenda-price_block .all-parameters-price {
    max-width: 230px;
    float: right;
    position: relative;
}

.product-page_block .about-product .arenda-price_block .all-parameters-price .result-price-value {
    font-size: 25px;
    margin-bottom: 8px;
    font-family: "SegoeUISemiLight"
}

.product-page_block .about-product .arenda-price_block .all-parameters-price .result-price-value span {
    font-family: "SegoeUISemiBold";
    color: #4b8715
}

.product-page_block .about-product .arenda-price_block .all-parameters-price .big-button {
    padding-right: 12px;
    font-size: 19.7px;
    cursor: pointer;
}

.product-page_block .reviews_and_information {
    margin-top: 40px;
    padding-bottom: 45px;
    color: #676666
}

.product-page_block .reviews_and_information .top-title {
    margin-bottom: 10px;
    font-size: 32px
}

.product-page_block .reviews_and_information .all-information-about-product {
    float: left;
    width: 77%;
    padding-right: 20px
}

.product-page_block .reviews_and_information .all-information-about-product .all-information-items {
    margin-bottom: 30px;
    font-family: "SegoeUISemiLight";
    font-size: 18px;
    line-height: 22px
}

.product-page_block .reviews_and_information .all-information-about-product .all-information-items .title {
    padding-bottom: 10px;
    line-height: normal;
    margin-bottom: 8px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px
}

.product-page_block .reviews_and_information .all-information-about-product .all-information-items .equipment-product .two-items {
    min-width: 260px
}

.product-page_block .reviews_and_information .all-information-about-product .all-information-items .equipment-product .two-items:nth-child(2n+2) {
    padding-left: 10px;
    margin-left: -0.275em
}

.product-page_block .reviews_and_information .all-information-about-product .all-information-items .equipment-product .two-items:nth-child(2n+1) {
    margin-left: 0;
    padding-right: 10px
}

.product-page_block .reviews_and_information .all-information-about-product .all-information-items .all-information-price-list li .day {
    width: 110px;
    padding-right: 7px;
    display: inline-block;
    vertical-align: top
}

.product-page_block .reviews_and_information .all-information-about-product .all-information-items .all-information-price-list li .value-price {
    font-family: "SegoeUIRegular"
}

.product-page_block .reviews_and_information .all-information-about-product .all-information-items .all-information-price-list li.two-items {
    padding-right: 15px;
    width: 215px
}

.product-page_block .reviews_and_information .all-information-about-product .important-know {
    margin-top: 60px;
    font-family: "SegoeUISemiLight";
    color: #676666
}

.product-page_block .reviews_and_information .all-information-about-product .important-know .important-know-item {
    margin-bottom: 10px;
    overflow: hidden;
    background: -moz-linear-gradient(90deg, #e7eef7 0, #EDF4FC 100%);
    /*background: -webkit-gradient(linear, 90deg, #e7eef7 0,  #EDF4FC 100%));*/
    background: -webkit-linear-gradient(90deg, #e7eef7 0, #EDF4FC 100%);
    background: -o-linear-gradient(90deg, #e7eef7 0, #EDF4FC 100%);
    background: -ms-linear-gradient(90deg, #e7eef7 0, #EDF4FC 100%);
    background: linear-gradient(90deg, #e7eef7 0, #EDF4FC 100%);
    font-size: 18px;
    padding: 8px 35px 15px 55px;
    position: relative
}

.product-page_block .reviews_and_information .all-information-about-product .important-know .important-know-item:last-of-type {
    margin-bottom: 0
}

.product-page_block .reviews_and_information .all-information-about-product .important-know .arrow-hide-answer {
    position: absolute;
    left: 15px;
    top: 18px;
    cursor: pointer
}

.product-page_block .reviews_and_information .all-information-about-product .important-know .arrow-hide-answer.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-page_block .reviews_and_information .all-information-about-product .important-know .question {
    font-size: 23px;
    cursor: pointer
}

.product-page_block .reviews_and_information .all-information-about-product .important-know .answer {
    margin-top: 8px;
    display: none;
    padding-left: 15px
}

.reviews-block {
    width: 23%;
    float: left
}

.all-information-owner-of-goods {
    margin-top: 12px;
    max-width: 650px
}

.all-information-owner-of-goods .left {
    width: 21.233%;
    display: inline-block;
    vertical-align: top
}

.all-information-owner-of-goods .left .image {
    width: 138px;
    height: 126px;
    overflow: hidden;
    margin-bottom: 23px
}

.all-information-owner-of-goods .left .image img {
    width: 100%;
    height: auto;
    min-height: 100%
}

.all-information-owner-of-goods .left .write-author {
    display: block;
    max-width: 138px;
    text-align: center;
    font-size: 19px;
    line-height: 35px;

    color: #ffece0;
    background-color: #fe6600
}

.all-information-owner-of-goods .left .write-author i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.all-information-owner-of-goods .right {
    width: 78.76%;
    display: inline-block;
    vertical-align: top;
    margin-left: -0.275em;
    padding-left: 35px
}

.all-information-owner-of-goods .right .name {
    margin-left: -10px;
    font-size: 25.6px;
    color: #242424;
    margin-bottom: 5px
}

.all-information-owner-of-goods .right ul li {
    margin-top: 5px
}

.all-information-owner-of-goods .right ul li.two-items:nth-child(2n+1) {
    padding-right: 18px
}

.all-information-owner-of-goods .right ul li.two-items:nth-child(2n+2) {
    padding-left: 18px;
    margin-left: -0.277em
}

.all-information-owner-of-goods .right ul .confirmed {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.all-information-owner-of-goods .right ul .confirmed .confirmed-item {
    background-color: transparent
}

.all-information-owner-of-goods .right ul .confirmed .confirmed-item:before {
    display: none
}

.all-information-owner-of-goods .right ul .confirmed .confirmed-item .confirmed-text {
    bottom: -40px
}

.reviews-container .reviews-item {
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 9px;
    background-color: #edf8ed;
    font-size: 17px;
    font-family: "SegoeUISemiLight";
    line-height: 20px;
    color: #676666
}

.reviews-container .reviews-item:nth-child(even) {
    background-color: #f8f2ed
}

.reviews-container .reviews-item:last-of-type {
    margin-bottom: 0
}

.reviews-container .reviews-item .top_reviews {
    margin-bottom: 9px
}

.reviews-container .reviews-item .top_reviews .reviews-image {
    width: 41px;
    height: 41px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.reviews-container .reviews-item .top_reviews .reviews-image img {
    width: 100%;
    height: auto;
    min-height: 100%
}

.reviews-container .reviews-item .top_reviews .name-and-date {
    width: 165px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 9px;
    margin-left: -0.277em
}

.reviews-container .reviews-item .top_reviews .name-and-date .name-reviews {
    font-size: 18px
}

.reviews-container .reviews-item .top_reviews .name-and-date .date-reviews {
    font-size: 12px
}

.reviews-container .reviews-item .rating {
    margin-top: 9px;
    font-size: 16px;
    color: #242424
}

.reviews-container .reviews-item .rating .stars {
    display: inline-block;
    vertical-align: middle
}

.left-block-userPage {
    float: left;
    width: 77%;
    padding-right: 40px
}

.left-block-userPage .all-information-owner-of-goods {
    margin: 0 0 35px 0
}

.price-to-time {
    width: 195px;
    position: relative;
    display: inline-block;
    font-family: "SegoeUISemiLight"
}

.price-to-time input {
    width: 100%;
    font-family: "SegoeUISemiLight";
    padding: 0 60px 0 15px
}

.price-to-time .currency {
    position: absolute;
    top: 0;
    right: 0;
    cursor: default;
    width: 54px;
    padding: 0 6px;
    font-size: 18px;
    color: #acacac;
    line-height: 42px;
    border-left: 2px solid #eaeaea
}

.steeps-block {
    padding: 30px 0
}

.steeps-block.steep-2 .steep-content {
    /*background-color: #ebf3ee*/
}

.steeps-block.steep-2 .steep-content .steep-item .your-information {
    width: 499px
}

.steeps-block.steep-2 .steep-content .steep-item .your-information .check {
    font-size: 18px;
    margin: 0 6px 0 0;
    padding: 8px 6px 10px 5px;
    width: 195px
}

.steeps-block.steep-3 .steep-content {
    padding-left: 20px
}

.steeps-block.steep-3 .steep-content .steep-item .text_Parameter {
    width: 230px
}

.steeps-block.steep-4 .steep-content {
    padding-left: 0;
    padding-top: 0;
    background-color: transparent
}

.steeps-block.steep-4 .steep-content .steep-item .text_Parameter {
    width: 250px
}

.steeps-block.steep-4 .steep-content .steep-item .your-information {
    width: 500px
}

.steeps-block .steep-content {
    float: left;
    width: 77%;
    /*background-color: #f7f7f7;*/
    padding: 30px 20px 25px 25px
}

.steeps-block .steep-content input, .steeps-block .steep-content textarea {
    border-color: #eaeaea
}

.steeps-block .steep-content .choice-list,
.steeps-block .steep-content .my-choice-list{
    width: 220px
}

.steeps-block .steep-content .choice-list ul,
.steeps-block .steep-content .my-choice-list ul{
    border-color: #eaeaea
}

.steeps-block .steep-content .steep-item {
    margin-bottom: 20px
}

.steeps-block .steep-content .steep-item:last-of-type {
    margin-bottom: 20px
}

.steeps-block .steep-content .steep-item .text_Parameter {
    display: inline-block;
    vertical-align: top;
    width: 225px;
    text-align: right;
    font-size: 21px;
    font-family: "SegoeUISemiLight";
    padding-right: 12px;
    padding-top: 5px
}

.steeps-block .steep-content .steep-item .text_Parameter .youtube {
    display: inline-block;
    vertical-align: middle;
    width: 57px
}

.steeps-block .steep-content .steep-item .your-information {
    width: 495px;
    display: inline-block;
    vertical-align: top;
    margin-left: -0.277em
}

.steeps-block .steep-content .steep-item .your-information.title-your-information {
    position: relative
}

.steeps-block .steep-content .steep-item .your-information .title-your-information input:focus .text-FAQ {
    opacity: 1
}

.steeps-block .steep-content .steep-item .your-information.title-your-information .text-FAQ {
    opacity: 0;
    position: absolute;
    width: 230px;
    right: -260px;
    z-index: 4;
    top: 0;
    background-color: #f0f0d2;
    font-size: 13px;
    line-height: 17px;
    color: #525252;
    font-family: "SegoeUISemiLight";
    padding: 5px 10px
}

.steeps-block .steep-content .steep-item .your-information.title-your-information .text-FAQ:before {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 11px solid transparent;
    border-right: 16px solid #f0f0d2;
    border-top: 11px solid transparent;
    left: -15px;
    top: 10px
}

.steeps-block .steep-content .steep-item .your-information.title-your-information .text-FAQ .name {
    color: #242424
}

.steeps-block .steep-content .steep-item .your-information .choice-list:nth-child(odd),
.steeps-block .steep-content .steep-item .your-information .my-choice-list:nth-child(odd){
    float: left
}

.steeps-block .steep-content .steep-item .your-information .choice-list:nth-child(even),
.steeps-block .steep-content .steep-item .your-information .my-choice-list:nth-child(even){
    width: 250px;
    float: right
}

.steeps-block .steep-content .steep-item .your-information .choice-list.price-choice,
.steeps-block .steep-content .steep-item .your-information .my-choice-list.price-choice{
    float: none;
    width: 195px;
    display: inline-block;
    vertical-align: top
}

.steeps-block .steep-content .steep-item .your-information .choice-list.price-choice .number-choice,
.steeps-block .steep-content .steep-item .your-information .my-choice-list.price-choice .number-choice{
    position: absolute;
    width: 43px;
    border-right: 2px solid #eaeaea;
    font-size: 18px;
    cursor: text;
    line-height: 42px;
    color: #acacac;
    font-family: "SegoeUISemiLight";
    text-align: center;
    padding: 0 4px;
    height: 100%;
    z-index: 4
}

.steeps-block .steep-content .steep-item .your-information .choice-list.price-choice input,
.steeps-block .steep-content .steep-item .your-information .my-choice-list.price-choice input{
    padding-left: 55px
}

.steeps-block .steep-content .steep-item .your-information .radio {
    border: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 14px 2px 0;
    padding: 3px 6px 6px 5px;
    background-color: #fff
}

.steeps-block .steep-content .steep-item .your-information .radio.active {
    border-color: #fff0e6;
    background-color: #fff0e6
}

#title_input{
    display: block;
    width: 100%
}

.steeps-block .steep-content .steep-item .your-information input[name="title"] {
    display: block;
    width: 100%
}

.steeps-block .steep-content .steep-item .your-information .check {
    padding: 3px 6px 6px 5px;
    display: inline-block;
    margin: 6px 14px 2px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.steeps-block .steep-content .steep-item .your-information .check.active {
    background-color: #fff0e6
}

.steeps-block .steep-content .steep-item .your-information .parameter-price-items {
    margin-bottom: 10px
}

.steeps-block .steep-content .steep-item .your-information .parameter-price-items:last-of-type {
    margin-bottom: 0
}

.steeps-block .steep-content .steep-item .your-information .parameter-price-items .price-to-time {
    margin-left: -0.277em;
    position: relative;
    padding-left: 7px
}

.steeps-block .steep-content .steep-item .your-information .parameter-price-items .price-to-time .commission {
    position: absolute;
    top: 105%;
    left: 7px;
    height: 0px;
    overflow: hidden;
    background-color: #b7dbbc;
    z-index: 10;
    padding: 8px;
    opacity: 0;
    width: 188px
}

.steeps-block .steep-content .steep-item .your-information .parameter-price-items .price-to-time .commission:before {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 14px solid #b7dbbc;
    top: -14px;
    left: 50%;
    margin-left: -5px
}

.steeps-block .steep-content .steep-item .your-information .parameter-price-items .price-to-time .commission .commission-price-to-time {
    position: relative;
    margin-top: 6px
}

.steeps-block .steep-content .steep-item .your-information .parameter-price-items .price-to-time .commission .commission-price-to-time p {
    font-size: 17px;
    color: #779079
}

.steeps-block .steep-content .steep-item .your-information .parameter-price-items .price-to-time .commission .commission-price-to-time input, .steeps-block .steep-content .steep-item .your-information .parameter-price-items .price-to-time .commission .commission-price-to-time div {
    border-color: #afcfb1
}

.steeps-block .steep-content .steep-item .your-information .parameter-price-items .price-to-time input[name="price-to-time[]"]:focus + .commission {
    opacity: 1;
    overflow: visible;
    height: auto
}

.steeps-block .steep-content .steep-item .your-information .parameter-price-clone .add {
    display: none
}

.steeps-block .steep-content .steep-item .your-information .parameter-price-clone:first-of-type .delete {
    display: none
}

.steeps-block .steep-content .steep-item .your-information .parameter-price-clone:last-of-type .add {
    display: inline-block
}

.steeps-block .steep-content .steep-item .your-information .delete, .steeps-block .steep-content .steep-item .your-information .add {
    width: 42px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 35px;
    font-family: "SegoeUISemiLight";
    border: 3px solid;
    color: #fff3f3;
    cursor: pointer;
    vertical-align: top;
    margin-left: 0
}

.steeps-block .steep-content .steep-item .your-information .add {
    background-color: #b7dbbc;
    border-color: #afcfb1;
    margin-right: 0
}

.steeps-block .steep-content .steep-item .your-information .delete {
    background-color: #dbacac;
    border-color: #cc9f9f;
    line-height: 24px
}

.steeps-block .steep-content .steep-item .your-information .delete span {
    padding-left: 8px;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.steeps-block .steep-content .steep-item .your-information .more-one-values {
    margin-bottom: 10px
}

.steeps-block .steep-content .steep-item .your-information .more-one-values:last-of-type {
    margin-bottom: 0
}

.steeps-block .steep-content .steep-item .your-information .more-one-values input {
    display: inline-block;
    vertical-align: top;
    width: 195px
}

.steeps-block .steep-content .steep-item .your-information .more-one-values input:nth-child(2) {
    margin-left: 6px
}

.steeps-block .steep-content .steep-item .your-information .photo-item {
    width: 109px;
    height: 80px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px 18px 10px -0.277em
}

.steeps-block .steep-content .steep-item .your-information .photo-item:nth-child(4n+1) {
    margin-left: 0
}

.steeps-block .steep-content .steep-item .your-information .photo-item:nth-child(4n+4) {
    margin-right: 0
}

.steeps-block .steep-content .steep-item .your-information .photo-item.want_more_avatar {
    border: 3px solid #eaeaea;
    font-family: "SegoeUISemiLight";
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    color: silver
}

.steeps-block .steep-content .steep-item .your-information .photo-item.want_more_avatar input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 5
}

.steeps-block .steep-content .steep-item .your-information .photo-item.want_more_avatar .blah {
    width: 100%;
    /*min-height: 100%;*/
    height: auto;
    display: none
}

.steeps-block .steep-content .steep-item .your-information .photo-item.want_more_avatar .blah.active {
    display: block;
    width: 105px;
    object-fit: cover;
    height: 76px;
    margin-left: 0px;
}

.steeps-block .steep-content .steep-item .your-information .photo-item.want_more_avatar > .text-image.active {
    display: none
}

.steeps-block .steep-content .steep-item .your-information .photo-item.want_more_avatar .plus {
    display: block;
    text-align: center;
    font-size: 30px;
    width: 31px;
    height: 31px;
    border: 3px solid #e3e3e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #d9d9d9;
    background-color: #eaeaea;
    line-height: 25px;
    margin: 3px auto 3px auto
}

.steeps-block .steep-content .steep-item .your-information .photo-item:hover .close-photo {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1
}

.steeps-block .steep-content .steep-item .your-information .photo-item .close-photo {
    opacity: 0;
    position: absolute;
    width: 28px;
    height: 28px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    font-size: 26px;
    color: #fff3f3;
    font-family: "SegoeUISemiLight";
    line-height: 22px;
    -webkit-transform: rotate(45deg) scale(0.7);
    -moz-transform: rotate(45deg) scale(0.7);
    -ms-transform: rotate(45deg) scale(0.7);
    -o-transform: rotate(45deg) scale(0.7);
    transform: rotate(45deg) scale(0.7);
    right: -8px;
    top: -10px;
    background-color: #d36f6f
}

.steeps-block .steep-content .steep-item .your-information .photo-item .hidden-image {
    overflow: hidden;
    width: 109px;
    height: 80px
}

.steeps-block .steep-content .steep-item .your-information .photo-item .hidden-image img {
    width: 105px;
    object-fit: cover;
    height: 76px;
    margin-left: -3px;
}

.steeps-block .steep-content .steep-item .your-information .youTube-link, .steeps-block .steep-content .steep-item .your-information .address {
    display: block;
    width: 100%
}

.steeps-block .steep-content .steep-item .your-information .radioGroup {
    margin-bottom: 17px
}

.steeps-block .steep-content .steep-item .your-information .radioGroup .radio {
    margin-bottom: 10px
}

.steeps-block .steep-content .steep-item .your-information .radioGroup .radio:last-of-type {
    margin-bottom: 0
}

.steeps-block .right-status-steeps {
    width: 23%;
    float: left;
    margin-top: 155px;
    padding-left: 5px
}

.steeps-block .right-status-steeps .progressbar {
    margin-bottom: 6px
}

.steeps-block .right-status-steeps .progressbar .progress-percent {
    font-size: 27px;
    color: #777f8b;
    font-family: "SegoeUISemiBold";
    text-align: right
}

.steeps-block .right-status-steeps .progressbar .progress-line {
    height: 18px;
    background: #a1a9b5;
    background: -moz-linear-gradient(top, #a1a9b5 0%, #b4bbc5 100%);
    background: -webkit-linear-gradient(top, #a1a9b5 0%, #b4bbc5 100%);
    background: linear-gradient(to bottom, #a1a9b5 0%, #b4bbc5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1a9b5', endColorstr='#b4bbc5', GradientType=0);
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden
}

.steeps-block .right-status-steeps .progressbar .progress-line span {
    position: relative;
    height: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 3;
    display: block;
    background: url("../img/progress-line.jpg") repeat-x
}

.steeps-block .right-status-steeps .button {
    color: #fff;
    text-transform: uppercase;
    background-color: #e9650c;
    font-size: 25.5px;
    letter-spacing: -1px;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 12px 15px 14px 15px;
    font-family: "SegoeUIBold";
    position: relative;
    line-height: 1;
    -webkit-box-shadow: 0 4px 0 #c4560c, 0 6px 6px rgba(3, 6, 12, 0.4);
    -moz-box-shadow: 0 4px 0 #c4560c, 0 6px 6px rgba(3, 6, 12, 0.4);
    box-shadow: 0 4px 0 #c4560c, 0 6px 6px rgba(3, 6, 12, 0.4)
}

.steeps-block .right-status-steeps .button:hover {
    background-color: #ea8808
}

.steeps-block .right-status-steeps .button span {
    font-size: 31px;
    position: absolute;
    right: 0;
    top: 0;
    width: 113px;
    letter-spacing: normal;
    line-height: 47px;
    padding: 0 10px 0 20px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    height: 100%;
    background-color: #d85b08;
}

.main-tabs .main-nav li {
    float: left;
    font-size: 17px;
    color: #585858;
    border: 1px solid #d2d2d2;
    border-bottom: none;
    height: 40px;
    margin-left: -4px;
    padding: 9px 9px 0 18px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    background: #eaeaea;
    background: -moz-linear-gradient(top, #eaeaea 0%, #d4d4d4 100%);
    background: -webkit-linear-gradient(top, #eaeaea 0%, #d4d4d4 100%);
    background: linear-gradient(to bottom, #eaeaea 0%, #d4d4d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#d4d4d4', GradientType=0)
}

.main-tabs .main-nav li:first-of-type {
    margin-left: 0;
    padding-right: 14px
}

.main-tabs .main-nav li:last-of-type {
    padding-right: 14px
}

.main-tabs .main-nav li.active, .main-tabs .main-nav li:hover {
    border-color: transparent;
    color: #fff;
    background: #3471b2;
    background: -moz-linear-gradient(top, #3471b2 0%, #215690 100%);
    background: -webkit-linear-gradient(top, #3471b2 0%, #215690 100%);
    background: linear-gradient(to bottom, #3471b2 0%, #215690 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3471b2', endColorstr='#215690', GradientType=0)
}

.main-tabs .main-nav li.active {
    position: relative;
    z-index: 8;
    -webkit-box-shadow: 3px -1px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px -1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px -1px 4px rgba(0, 0, 0, 0.25)
}

.main-tabs .main-nav li p {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 4px
}

.main-tabs .main-nav li i {
    vertical-align: middle
}

.main-tabs .main-nav li span {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    color: #eef2f5;
    background-color: #f60;
    font-size: 12px;
    font-family: "SegoeUIBold";
    text-align: center;
    line-height: 19px;
    margin-left: 4px
}

.main-tabs .tabs_content {
    display: none;
    border: 1px solid #265e99;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    overflow: hidden
}

.main-tabs .tabs_content.active {
    display: block
}

.my-office_block {
    padding: 10px 0 20px 0;
    font-family: "SegoeUISemiLight";
    font-size: 16px;
    color: #737373;
    line-height: 18px
}

.my-office_block .top-title {
    margin-bottom: 20px
}

.my-office_block .myOffice_nav li:last-of-type:hover i {
    background-position: -480px -129px
}

.my-office_block .myOffice_nav li.active i {
    background-position: -480px -129px
}

.my-office_block .sub-tubs-content {
    padding: 15px;
    display: none
}

.my-office_block .sub-tubs-content.active {
    display: block
}

.my-office_block .sub-tubs-content.message-sub-content {
    padding: 0
}

.my-office_block .sub-navigation {
    background-color: #eef2f5;
    font-size: 18px;
    color: #8493a2
}

.my-office_block .sub-navigation li {
    float: left;
    padding: 7px 15px 0 15px;
    height: 37px;
    cursor: pointer
}

.my-office_block .sub-navigation li:hover, .my-office_block .sub-navigation li.active {
    color: #fff;
    background-color: #5ca817
}

.my-office_block .sub-navigation li:hover span, .my-office_block .sub-navigation li.active span {
    color: #5ca817;
    background-color: #eef2f5
}

.my-office_block .sub-navigation li:hover.moderation, .my-office_block .sub-navigation li.active.moderation {
    background-color: #d2ad66
}

.my-office_block .sub-navigation li:hover.moderation span, .my-office_block .sub-navigation li.active.moderation span {
    color: #d2ad66
}

.my-office_block .sub-navigation li:hover.in_arend, .my-office_block .sub-navigation li.active.in_arend {
    background-color: #225690
}

.my-office_block .sub-navigation li:hover.in_arend span, .my-office_block .sub-navigation li.active.in_arend span {
    color: #225690
}

.my-office_block .sub-navigation li:hover.no_active, .my-office_block .sub-navigation li.active.no_active {
    background-color: #b86547
}

.my-office_block .sub-navigation li:hover.no_active span, .my-office_block .sub-navigation li.active.no_active span {
    color: #b86547
}

.my-office_block .sub-navigation li.active {
    cursor: default
}

.my-office_block .sub-navigation li.active p {
    border-color: transparent
}

.my-office_block .sub-navigation li.active span {
    color: #5ca817;
    background-color: #eef2f5
}

.my-office_block .sub-navigation li p {
    border-bottom: 1px dashed;
    padding-bottom: 3px;
    display: inline-block;
    vertical-align: middle
}

.my-office_block .sub-navigation li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: "SegoeUIBold";
    color: #eef2f5;
    background-color: #8493a2;
    height: 21px;
    min-width: 21px;
    text-align: center;
    line-height: 1;
    padding: 4px 3px 0 3px;
    margin-left: 3px
}

.my-office_block .message_tabs .message-item {
    padding: 10px 15px 0 12px;
    background-color: #f7f7f7
}

.my-office_block .message_tabs .message-item.new-message {
    background-color: #f3ffe8
}

.my-office_block .message_tabs .message-item.new-message .message-right-block .message-content .short-mess .more-mess {
    background-color: #f3ffe8
}

.my-office_block .message_tabs .message-item.new-message .message-right-block .message-content .name span {
    display: inline-block;
    vertical-align: top
}

.my-office_block .message_tabs .message-item.new-message .dots-block {
    background-color: #ecf8e2;
    height: 32px;
}

.my-office_block .message_tabs .message-item.active {
    background-color: #fff;
    padding-bottom: 15px
}

.my-office_block .message_tabs .message-item.active .dots-block {
    background-color: #fff
}

.my-office_block .message_tabs .message-item .message-left-block {
    width: 114px;
    display: inline-block;
    padding-right: 7px;
    vertical-align: top;
    font-size: 14px;
    color: #676666;
    font-family: "SegoeUIRegular"
}

.my-office_block .message_tabs .message-item .message-left-block .user-image {
    width: 100px;
    height: 100px;
    overflow: hidden
}

.my-office_block .message_tabs .message-item .message-left-block .user-image img {
    width: 100%;
    height: auto;
    min-height: 100%
}

.my-office_block .message_tabs .message-item .message-left-block .more-information-user {
    margin-top: 10px;
    display: none
}

.my-office_block .message_tabs .message-item .message-left-block .more-information-user li {
    margin-bottom: 2px
}

.my-office_block .message_tabs .message-item .message-left-block .more-information-user li i {
    vertical-align: middle;
    margin-bottom: 2px
}

.my-office_block .message_tabs .message-item .message-left-block .more-information-user li span {
    font-family: "SegoeUISemiBold"
}

.my-office_block .message_tabs .message-item .message-right-block {
    width: 855px;
    display: inline-block;
    padding-bottom: 15px;
    vertical-align: top;
    margin-left: -0.277em
}

.my-office_block .message_tabs .message-item .message-right-block .message-content {
    font-family: "SegoeUISemiLight";
    font-size: 15px;
    float: left;
    width: 605px;
    color: #242424
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .name {
    font-size: 15.5px;
    font-family: "SegoeUISemiBold"
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .name span {
    display: none;
    font-size: 12px;
    padding: 2px 8px 3px 8px;
    line-height: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 1px 1px 0 0;
    background-color: #bde698;
    cursor: default;
    color: #3b6e0c
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .short-mess {
    margin-bottom: 10px;
    position: relative;
    max-height: 35px;
    overflow: hidden
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .short-mess.active {
    max-height: 999px
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .short-mess.active .more-mess {
    display: none
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .short-mess .more-mess {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #164577;
    background-color: #f7f7f7;
    z-index: 8;
    line-height: 18px;
    padding-left: 4px;
    font-family: "SegoeUISemiBold";
    cursor: pointer
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .short-mess .more-mess span {
    font-family: "SegoeUISemiLight"
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .mess-for-announcements {
    margin-bottom: 20px
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .mess-for-announcements .mess_announcements-left {
    width: 51px;
    height: 37px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    float: left
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .mess-for-announcements .mess_announcements-left img {
    width: 51px;
    height: 37px;
    object-fit: cover;
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .mess-for-announcements .mess_announcements-right {
    float: left;
    padding-left: 7px;

    width: 550px
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .mess-for-announcements .mess_announcements-right .title {
    font-size: 17px
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .mess-for-announcements .mess_announcements-right .date-block {
    font-size: 15px;
    margin-right: 25px;
    display: inline-block;
    vertical-align: top
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .mess-for-announcements .mess_announcements-right .date-block .date {
    font-size: 11.5px;
    display: inline-block
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .mess-for-announcements .mess_announcements-right .date-block .date .day_mouth {
    font-size: 15px;
    padding: 0 5px;
    background-color: #ffdbc1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .mess-for-announcements .mess_announcements-right .date-block .bolder {
    font-family: "SegoeUISemiBold";
    font-size: 15px
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .mess-for-announcements .mess_announcements-right .profit {
    display: inline-block;
    vertical-align: top
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .mess-for-announcements .mess_announcements-right .profit span {
    font-family: "SegoeUIBold";
    color: #3e8100
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .dialog-wrapper {
    display: none
}

.my-office_block .message_tabs .message-item .message-right-block .message-content .post_message {
    display: none
}

.my-office_block .message_tabs .message-item .message-right-block .buttons-message {
    width: 215px;
    float: right;
    text-align: right
}

.my-office_block .message_tabs .message-item .message-right-block .buttons-message .of-order {
    display: block;
    margin-bottom: 15px
}

.my-office_block .message_tabs .message-item .message-right-block .buttons-message .of-order i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.my-office_block .message_tabs .message-item .message-right-block .buttons-message .hide-message {
    font-size: 14px;
    text-transform: uppercase;
    color: #272727;
    border-bottom: 1px dashed;
    display: inline-block;
    padding-bottom: 2px;
    text-decoration: none;
}

.my-office_block .message_tabs .message-item .message-right-block .buttons-message .hide-message.active i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.my-office_block .message_tabs .message-item .message-right-block .buttons-message .hide-message i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.my-office_block .message_tabs .message-item .dots-block {
    padding: 7px 0;
    margin: 0 -15px 0 -12px;
    background-color: #f1f1f1;
    text-align: center;
    cursor: default;
    height: 32px;
}

.my-office_block .message_tabs .message-item .dots-block li {
    width: 6px;
    height: 6px;
    background-color: #d5d5d5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.my-office_block .my_announcements_tabs .announcements-item {
    padding-bottom: 18px
}

.my-office_block .my_announcements_tabs .announcements-item:last-of-type {
    padding-bottom: 0
}

.my-office_block .my_announcements_tabs .announcements-item:last-of-type .dots-block {
    display: none
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-image {
    width: 140px;
    height: 100px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-image img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description {
    display: inline-block;
    vertical-align: top;
    width: 825px;
    padding-left: 15px;
    color: #242424;
    font-family: "SegoeUISemiLight";
    margin-left: -0.277em;
    line-height: normal
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .announcements-name {
    font-size: 20px;
    margin-bottom: 7px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .choice-arenda {
    position: relative;
    top: 3px;
    width: 173px;
    border: 1px solid #e1e1e1;
    padding: 4px 20px 6px 10px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 13px;
    font-size: 12.5px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .choice-arenda span {
    font-size: 18.8px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .choice-arenda .arrow-arenda {
    right: 10px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .pledge {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
    font-size: 18px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .pledge .pledge-value {
    font-family: "SegoeUIRegular"
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .delivery {
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    margin-right: 13px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .delivery span {
    font-family: "SegoeUIRegular"
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .alter {
    color: #f1ffe4;
    background-color: #f76e11;
    padding: 1px 6px 4px 6px;
    font-size: 16.4px;
    margin-right: 12px
}
.my-office_block .my_announcements_tabs .announcements-item .announcements-description .alter:hover {
    background-color: #ea8808;
}


.my-office_block .my_announcements_tabs .announcements-item .announcements-description .alter i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .preview {
    color: #f1ffe4;
    background-color: #6cb12c;
    padding: 1px 6px 4px 6px;
    font-size: 16.4px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .preview:hover {
    background-color: #76d421;
}


.my-office_block .my_announcements_tabs .announcements-item .announcements-description .preview i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic {
    margin-top: 11px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .status {
    display: inline-block;
    vertical-align: middle;
    font-size: 15.5px;
    margin-right: 35px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .status div {
    display: inline-block;
    padding: 4px auto 4px auto;
    cursor: pointer;
    margin-left: 4px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .status div.normal-status {
    padding: 0 8px 3px 8px;
    font-family: "SegoeUISemiBold";
    color: #3b6e0c;
    background-color: #bde698
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .status div.normal-status.moderation {
    background-color: #d2ad66;
    color: #6f5518
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .status div.normal-status.in_arend {
    background-color: #afccea;
    color: #3B6EA4
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .status div.activated {
    color: #569c15;
    margin-left: 3px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .status div.deactivate {
    font-size: 13.7px;
    color: #c30000;
    padding-left: 18px;
    position: relative
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .status div.deactivate span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    font-size: 29px;
    line-height: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .status div.deactivate.no_active {
    color: #a95c3c;
    padding: 0 8px 3px 8px;
    font-family: "SegoeUISemiBold";
    background-color: #e6bfaa
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .statistic {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    background-color: #f0f3f7;
    overflow: hidden;
    line-height: 1
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .statistic div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 9px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .statistic div.view {
    margin-right: 8px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .statistic div.review {
    margin-right: 16px
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .statistic div.owner-rating {
    background-color: #f8f2ed;
    padding-top: 3px;
    padding-bottom: 5px;
    position: relative
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .statistic div.owner-rating:before {
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background: #e7eaee;
    background: -moz-linear-gradient(left, #e7eaee 0%, #f5f8fc 100%);
    background: -webkit-linear-gradient(left, #e7eaee 0%, #f5f8fc 100%);
    background: linear-gradient(to right, #e7eaee 0%, #f5f8fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7eaee', endColorstr='#f5f8fc', GradientType=1)
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .statistic div.owner-rating span {
    display: inline-block;
    vertical-align: middle
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .statistic div.owner-rating i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.my-office_block .dots-block {
    text-align: center;
    cursor: default;
    margin-top: 20px;
    padding: 7px 0
}

.my-office_block .dots-block li {
    width: 6px;
    height: 6px;
    background-color: #d5d5d5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.my-office_block .rent_tabs .rent_nav li, .my-office_block .rent_tabs .order_nav li, .my-office_block .order_tabs .rent_nav li, .my-office_block .order_tabs .order_nav li {
    margin-right: 20px;
    position: relative
}


.my-office_block .rent_tabs .rent_nav li:after, .my-office_block .rent_tabs .order_nav li:after, .my-office_block .order_tabs .rent_nav li:after, .my-office_block .order_tabs .order_nav li:after {
    width: 9px;
    top: 50%;
    margin-top: -10px;
    right: -16px;
    height: 20px;
    background: url("../img/right-arrow.png")
}

.my-office_block .rent_tabs .rent_nav li:nth-child(5):after, .my-office_block .rent_tabs .order_nav li:nth-child(5):after, .my-office_block .order_tabs .rent_nav li:nth-child(5):after, .my-office_block .order_tabs .order_nav li:nth-child(5):after {
    display: none
}

.my-office_block .rent_tabs .rent_nav li:last-of-type, .my-office_block .rent_tabs .order_nav li:last-of-type, .my-office_block .order_tabs .rent_nav li:last-of-type, .my-office_block .order_tabs .order_nav li:last-of-type {
    margin-right: 0;
    float: right
}

.my-office_block .rent_tabs .rent_nav li.active.odob, .my-office_block .rent_tabs .rent_nav li:hover.odob, .my-office_block .rent_tabs .order_nav li.active.odob, .my-office_block .rent_tabs .order_nav li:hover.odob, .my-office_block .order_tabs .rent_nav li.active.odob, .my-office_block .order_tabs .rent_nav li:hover.odob, .my-office_block .order_tabs .order_nav li.active.odob, .my-office_block .order_tabs .order_nav li:hover.odob {
    background-color: #ccb817
}

.my-office_block .rent_tabs .rent_nav li.active.odob span, .my-office_block .rent_tabs .rent_nav li:hover.odob span, .my-office_block .rent_tabs .order_nav li.active.odob span, .my-office_block .rent_tabs .order_nav li:hover.odob span, .my-office_block .order_tabs .rent_nav li.active.odob span, .my-office_block .order_tabs .rent_nav li:hover.odob span, .my-office_block .order_tabs .order_nav li.active.odob span, .my-office_block .order_tabs .order_nav li:hover.odob span {
    color: #ccb817
}

.my-office_block .rent_tabs .rent_nav li.active.payment, .my-office_block .rent_tabs .rent_nav li:hover.payment, .my-office_block .rent_tabs .order_nav li.active.payment, .my-office_block .rent_tabs .order_nav li:hover.payment, .my-office_block .order_tabs .rent_nav li.active.payment, .my-office_block .order_tabs .rent_nav li:hover.payment, .my-office_block .order_tabs .order_nav li.active.payment, .my-office_block .order_tabs .order_nav li:hover.payment {
    background-color: #2ea796
}

.my-office_block .rent_tabs .rent_nav li.active.payment span, .my-office_block .rent_tabs .rent_nav li:hover.payment span, .my-office_block .rent_tabs .order_nav li.active.payment span, .my-office_block .rent_tabs .order_nav li:hover.payment span, .my-office_block .order_tabs .rent_nav li.active.payment span, .my-office_block .order_tabs .rent_nav li:hover.payment span, .my-office_block .order_tabs .order_nav li.active.payment span, .my-office_block .order_tabs .order_nav li:hover.payment span {
    color: #2ea796
}

.my-office_block .rent_tabs .rent_nav li.active.in_arenda, .my-office_block .rent_tabs .rent_nav li:hover.in_arenda, .my-office_block .rent_tabs .order_nav li.active.in_arenda, .my-office_block .rent_tabs .order_nav li:hover.in_arenda, .my-office_block .order_tabs .rent_nav li.active.in_arenda, .my-office_block .order_tabs .rent_nav li:hover.in_arenda, .my-office_block .order_tabs .order_nav li.active.in_arenda, .my-office_block .order_tabs .order_nav li:hover.in_arenda {
    background-color: #67a1e0
}

.my-office_block .rent_tabs .rent_nav li.active.in_arenda span, .my-office_block .rent_tabs .rent_nav li:hover.in_arenda span, .my-office_block .rent_tabs .order_nav li.active.in_arenda span, .my-office_block .rent_tabs .order_nav li:hover.in_arenda span, .my-office_block .order_tabs .rent_nav li.active.in_arenda span, .my-office_block .order_tabs .rent_nav li:hover.in_arenda span, .my-office_block .order_tabs .order_nav li.active.in_arenda span, .my-office_block .order_tabs .order_nav li:hover.in_arenda span {
    color: #67a1e0
}

.my-office_block .rent_tabs .rent_nav li.active.finish, .my-office_block .rent_tabs .rent_nav li:hover.finish, .my-office_block .rent_tabs .order_nav li.active.finish, .my-office_block .rent_tabs .order_nav li:hover.finish, .my-office_block .order_tabs .rent_nav li.active.finish, .my-office_block .order_tabs .rent_nav li:hover.finish, .my-office_block .order_tabs .order_nav li.active.finish, .my-office_block .order_tabs .order_nav li:hover.finish {
    background-color: #f60;
}

.my-office_block .rent_tabs .rent_nav li.active.finish span, .my-office_block .rent_tabs .rent_nav li:hover.finish span, .my-office_block .rent_tabs .order_nav li.active.finish span, .my-office_block .rent_tabs .order_nav li:hover.finish span, .my-office_block .order_tabs .rent_nav li.active.finish span, .my-office_block .order_tabs .rent_nav li:hover.finish span, .my-office_block .order_tabs .order_nav li.active.finish span, .my-office_block .order_tabs .order_nav li:hover.finish span {
    color: #f60
}

.my-office_block .rent_tabs-content {
    padding: 0
}

.my-office_block .rent_tabs-content.odob .rent-item {
    background-color: #fffee9
}

.my-office_block .rent_tabs-content.odob .rent-item.active {
    background-color: transparent
}

.my-office_block .rent_tabs-content.odob .rent-item.active .dots-block {
    background-color: transparent
}

.my-office_block .rent_tabs-content.odob .rent-item .rent-description .button-block .pay-button {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    float: right
}

.my-office_block .rent_tabs-content.odob .rent-item .rent-description .new-product {
    background-color: #e1df90;
    color: #99972a
}

.my-office_block .rent_tabs-content.odob .rent-item .dots-block {
    background-color: #f4f2d9;
    height: 32px;
}

.my-office_block .rent_tabs-content.payment .rent-item {
    background-color: #F3FFFD
}

.my-office_block .rent_tabs-content.payment .rent-item.active {
    background-color: transparent
}

.my-office_block .rent_tabs-content.payment .rent-item.active .dots-block {
    background-color: transparent
}

.my-office_block .rent_tabs-content.payment .rent-item .rent-description .button-block .pay-button {
    white-space: nowrap;
    padding: 3px 10px;
    float: right
}

.my-office_block .rent_tabs-content.payment .rent-item .rent-description .new-product {
    background-color: #AFE3DF;
    color: #399588
}

.my-office_block .rent_tabs-content.payment .rent-item .dots-block {
    background-color: #E5F5F2
}

.my-office_block .rent_tabs-content.in_arenda .rent-item {
    background-color: #E6F2FF
}

.my-office_block .rent_tabs-content.in_arenda .rent-item.active {
    background-color: transparent
}

.my-office_block .rent_tabs-content.in_arenda .rent-item.active .dots-block {
    background-color: transparent
}

.my-office_block .rent_tabs-content.in_arenda .rent-item .rent-description .new-product {
    background-color: #B3CFEA;
    color: #4276A1
}

.my-office_block .rent_tabs-content.in_arenda .rent-item .dots-block {
    background-color: #D6E4F1
}

.my-office_block .rent_tabs-content.anulir .rent-item .rent-description .new-product {
    background-color: #FDC8A9;
    color: #BE5714
}

.my-office_block .rent_tabs-content.finish .rent-item .rent-description .new-product {
    background-color: #FDC8A9;
    color: #BE5714
}

.my-office_block .rent-item {
    color: #242424;
    padding: 10px 24px 0 12px
}

.my-office_block .rent-item.orders-item .rent-content .chronology-block {
    width: 488px
}

.my-office_block .rent-item.orders-item .rent-content .chat_with_owner {
    width: 471px;
    padding-left: 20px
}

.my-office_block .rent-item .dots-block {
    margin-left: -12px;
    margin-right: -24px;
    height: 32px;
}

.my-office_block .rent-item .rent-image {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 100px;
    overflow: hidden
}

.my-office_block .rent-item .rent-image img {
    width: 140px;
    height: 100px;
    /* min-height: 100%; */
    object-fit: cover;
}

.my-office_block .rent-item .rent-description {
    display: inline-block;
    vertical-align: top;
    margin-left: -0.277em;
    padding-left: 11px;
    width: 815px;
    position: relative;
}

.my-office_block .rent-item .rent-description .left-rent {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

.my-office_block .rent-item .rent-description .button-block {
    width: 150px;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    margin-left: -0.277em;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.my-office_block .rent-item .rent-description .button-block .pay-button {
    min-width: 140px
}

.my-office_block .rent-item .rent-description .button-block .pay-button i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.my-office_block .rent-item .rent-description .button-block .rent-button-nowrap {
    white-space: nowrap;
    float: right
}

.my-office_block .rent-item .rent-description .button-block .rent-button-nowrap.blue-button {
    padding-top: 3px;
    padding-bottom: 3px
}

.my-office_block .rent-item .rent-description .button-block .rent-button-nowrap i {
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.my-office_block .rent-item .rent-description .button-block .hide-rent {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #272727;
    line-height: 1;
    padding-bottom: 2px;
    border-bottom: 1px dashed;
    text-transform: uppercase;
    text-decoration: none;
}

.my-office_block .rent-item .rent-description .button-block .hide-rent.active i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    text-decoration: none;
}

.my-office_block .rent-item .rent-description .button-block .hide-rent i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.my-office_block .rent-item .rent-description .rent-name {
    margin-bottom: 15px;
    font-size: 19.8px
}

.my-office_block .rent-item .rent-description .new-product {
    display: inline-block;
    background-color: #bde698;
    padding: 5px 10px 6px 10px;
    font-family: "SegoeUISemiBold";
    font-size: 15.7px;
    color: #3b6e0c;
    margin-right: 5px;
    vertical-align: middle
}

.my-office_block .rent-item .rent-description .date-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    margin-right: 20px
}

.my-office_block .rent-item .rent-description .date-block .date {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px
}

.my-office_block .rent-item .rent-description .date-block .new-order-date{
    font-size: 22px
}

.my-office_block .rent-item .rent-description .date-block .date .day_mouth {
    font-size: 22px;
    padding: 0 7px;
    background-color: #eef2f5
}

.my-office_block .rent-item .rent-description .date-block .bolder {
    font-family: "SegoeUIRegular"
}

.my-office_block .rent-item .rent-description .delivery {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px
}

.my-office_block .rent-item .rent-description .delivery span {
    font-family: "SegoeUIRegular"
}

.my-office_block .rent-item .rent-description .rent-arenda-price-block {
    margin-top: 10px
}

.my-office_block .rent-item .rent-description .rent-arenda-price-block .rent-arenda-price {
    margin-top: 7px;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    cursor: pointer
}

.my-office_block .rent-item .rent-description .rent-arenda-price-block .rent-arenda-price span {
    color: #3e8100;
    font-family: "SegoeUISemiBold"
}

.my-office_block .rent-item .rent-description .rent-arenda-price-block .owner-profile {
    margin: 0;
    width: 500px;
    float: right;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0
}

.my-office_block .rent-item .rent-description .rent-arenda-price-block .owner-profile .owner-photo_and_name {
    background-color: #f0f3f7
}

.my-office_block .rent-item .rent-description .rent-arenda-price-block .owner-profile .owner-photo_and_name img {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}

.my-office_block .rent-item .rent-description .rent-arenda-price-block .owner-profile .owner-photo_and_name .owner-name {
    width: 180px;
    vertical-align: middle;
    padding-left: 7px;
    background-color: #f0f3f7;
    display: inline-block
}

.my-office_block .rent-item .rent-description .rent-arenda-price-block .owner-profile .confirmed {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0
}

.my-office_block .rent-item .rent-description .rent-arenda-price-block .owner-profile .confirmed .confirmed-item.facebook {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0
}

.my-office_block .rent-item .rent-content {
    margin-top: 25px;
    display: none
}

.my-office_block .rent-item .rent-content .chronology-block {
    width: 477px;
    float: left
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item {
    margin-left: 18px;
    padding-left: 15px;
    border-left: 3px solid #f0f3f7;
    padding-bottom: 25px;
    font-size: 18.2px;
    color: #000;
    line-height: 24px
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item:last-of-type {
    padding-bottom: 0
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item span.bold {
    font-weight: bold
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .top_chronology-header {
    position: relative;
    z-index: 5;
    margin-bottom: 7px;
    margin-left: -36px;
    line-height: 1;
    color: #272727
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .top_chronology-header .title {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 21.8px;
    background-color: #f0f3f7;
    padding: 5px 9px 8px 9px
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .top_chronology-header .title i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .top_chronology-header .title i.scaleX {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .top_chronology-header .title span {
    display: inline-block;
    vertical-align: middle
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .top_chronology-header .date {
    display: inline-block;
    vertical-align: middle
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .subtitle {
    color: #272727;
    font-family: "SegoeUIRegular";
    margin-bottom: 5px;
    font-size: 21.6px
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .warning {
    margin-top: 8px;
    border: 2px solid #e27f7f;
    color: #b43131;
    padding: 4px 9px 8px 9px
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .buttons-block {
    margin-top: 10px
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .buttons-block .chronology-button {
    font-family: "SegoeUIRegular";
    line-height: 1;
    padding: 8px 12px 12px 12px;
    font-size: 22.3px;
    vertical-align: top;
    margin-right: 8px
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .buttons-block .chronology-button i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .buttons-block .chronology-button span {
    display: inline-block;
    vertical-align: middle
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .buttons-block .cancel-button {
    min-height: 45px
}

.my-office_block .rent-item .rent-content .chronology-block .chronology-item .buttons-block .cancel-button i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.my-office_block .rent-item .rent-content .chat_with_owner {
    float: left;
    width: 482px;
    padding-left: 32px
}

.my-office_block .rent-item .rent-content .chat_with_owner .all-information-owner-of-goods {
    margin-bottom: 13px
}

.my-office_block .rent-item .rent-content .chat_with_owner .all-information-owner-of-goods .left {
    width: 140px
}

.my-office_block .rent-item .rent-content .chat_with_owner .all-information-owner-of-goods .left .image {
    width: 100%;
    height: 120px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden
}

.my-office_block .rent-item .rent-content .chat_with_owner .all-information-owner-of-goods .right {
    width: 308px
}

.my-office_block .rent-item .rent-content .chat_with_owner .all-information-owner-of-goods .right .name {
    font-size: 20px
}

.my-office_block .rent-item .rent-content .chat_with_owner .all-information-owner-of-goods .right ul {
    font-size: 18px;
    line-height: 24px;
    color: #676666
}

.my-office_block .rent-item .rent-content .chat_with_owner .all-information-owner-of-goods .right ul li {
    margin-top: 1px
}

.my-office_block .rent-item .rent-content .chat_with_owner .all-information-owner-of-goods .right ul li.two-items:nth-child(2n+1) {
    padding: 0 0 0 18px;
    margin-left: -0.277em
}

.my-office_block .rent-item .rent-content .chat_with_owner .all-information-owner-of-goods .right ul li.two-items:nth-child(2n+2) {
    margin-left: 0;
    padding: 0 6px 0 0
}

.my-office_block .rent-item .rent-content .chat_with_owner .all-information-owner-of-goods .right ul li i {
    vertical-align: middle;
    position: relative;
    top: -2px
}

.my-office_block .rent-item .rent-content .chat_with_owner .all-information-owner-of-goods .right ul li span {
    font-family: "SegoeUIRegular";
    color: #242424;
    font-size: 14px
}

.my-office_block .rent-item .rent-content .chat_with_owner .chat-container {
    border: 3px solid #e4e9ef;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.my-office_block .rent-item .rent-content .chat_with_owner .chat-container .title-chat {
    font-size: 18px;
    color: #8c9baa;
    font-family: "SegoeUISemiBold";
    padding: 8px 10px;
    background: #e4e9ef;
    background: -moz-linear-gradient(top, #e4e9ef 0%, #d6dce4 100%);
    background: -webkit-linear-gradient(top, #e4e9ef 0%, #d6dce4 100%);
    background: linear-gradient(to bottom, #e4e9ef 0%, #d6dce4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e9ef', endColorstr='#d6dce4', GradientType=0);
    text-align: center
}

.my-office_block .rent-item .rent-content .chat_with_owner .chat-container .title-chat i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px
}

.my-office_block .rent-item .rent-content .chat_with_owner .chat-container .title-chat span {
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}

.my-office_block .rent-item .rent-content .chat_with_owner .chat-container .dialog-wrapper {
    padding: 13px 17px 0 17px
}

.my-office_block .rent-item .rent-content .chat_with_owner .chat-container .post_message textarea {
    background-color: #fff;
    border-top: 3px solid #e4e9ef;
    border-right: 3px solid #e4e9ef;
    border-bottom: none;
    width: 101.5%;
    margin-left: -3px;
    border-left: 3px solid #e4e9ef
}

.my-office_block .settings_tabs .save-button {
    font-family: "SegoeUIRegular";
    font-size: 22px;
    color: #fff;
    min-width: 150px;
    text-align: center;
    text-transform: capitalize;
    padding: 4px 10px 8px 10px;
    line-height: normal
}

.my-office_block .settings_tabs .for_a {
    text-align: left
}

.my-office_block .settings_tabs .settings_tabs_content {
    padding-left: 20px
}

.my-office_block .settings_tabs .settings_tabs_content textarea[type="text"], .my-office_block .settings_tabs .settings_tabs_content textarea[type="email"], .my-office_block .settings_tabs .settings_tabs_content textarea[type="password"], .my-office_block .settings_tabs .settings_tabs_content input[type="text"], .my-office_block .settings_tabs .settings_tabs_content input[type="email"], .my-office_block .settings_tabs .settings_tabs_content input[type="password"] {
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.my-office_block .settings_tabs .private-data-item {
    padding-top: 5px;
    margin-bottom: 20px
}

.my-office_block .settings_tabs .private-data-item:last-of-type {
    margin-bottom: 9px
}

.my-office_block .settings_tabs .private-data-item .top-title {
    color: #000
}

.my-office_block .settings_tabs .private-data-item .data-subItem {
    margin-top: 15px
}

.my-office_block .settings_tabs .private-data-item .data-subItem.billing-information .data-title {
    width: 240px
}

.my-office_block .settings_tabs .private-data-item .data-subItem .data-title {
    width: 220px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 35px;
    font-size: 20px;
    color: #525252;
    line-height: 1;
    text-align: right
}

.my-office_block .settings_tabs .private-data-item .data-subItem .data-value {
    display: inline-block;
    vertical-align: middle;
    margin-left: -0.277em;
    width: 480px
}

.my-office_block .settings_tabs .private-data-item .data-subItem .data-value input, .my-office_block .settings_tabs .private-data-item .data-subItem .data-value textarea {
    width: 100%
}

.my-office_block .settings_tabs .private-data-item .data-subItem .data-value .date {
    width: 200px
}

.my-office_block .settings_tabs .password-container {
    width: 485px;
    margin: 20px 0 0 10px
}

.my-office_block .settings_tabs .password-container .passwords-item {
    margin-bottom: 15px
}

.my-office_block .settings_tabs .password-container .passwords-item:first-of-type {
    margin-bottom: 40px
}

.my-office_block .settings_tabs .password-container .passwords-item .title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: normal
}

.my-office_block .settings_tabs .password-container .passwords-item input {
    width: 100%
}

.my-office_block .settings_tabs .notice-checkbox {
    margin: 15px 0 25px 25px
}

.my-office_block .settings_tabs .notice-checkbox .check {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: normal
}

.my-office_block .settings_tabs .notice-checkbox .check input[type="checkbox"] + label {
    background-position: 0 7px
}

.my-office_block .settings_tabs .notice-checkbox .check +label {
    background-position: 0 7px
}

.my-office_block .settings_tabs .notice-checkbox .check input[type="checkbox"]:checked + label {
    background-position: 0 -55px
}

.my-office_block .settings_tabs .notice-checkbox .check input[type="checkbox"]:checked > label {
    background-position: 0 -55px
}

.my-office_block .settings_tabs .notice-checkbox .check  + label {
    background-position: 0 -55px
}




.my-office_block .settings_tabs .yor-photo-profile {
    line-height: normal;
    color: #525252;
    margin-left: 5px;
    margin-bottom: 30px
}

.my-office_block .settings_tabs .yor-photo-profile .title {
    font-size: 20px;
    margin-bottom: 8px
}

.my-office_block .settings_tabs .yor-photo-profile .setting-photo {
    width: 140px;
    height: 140px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    /*vertical-align: top*/
}

.my-office_block .settings_tabs .yor-photo-profile .setting-photo img {
    width: 100%;
    height: auto;
    min-height: 100%
}

.my-office_block .settings_tabs .yor-photo-profile .news-photo-block {
    width: 725px;
    display: inline-block;
    vertical-align: top;
    margin-left: -0.277em;
    padding-left: 38px
}

.my-office_block .settings_tabs .yor-photo-profile .news-photo-block .load-new-photo {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    width: 307px
}

.my-office_block .settings_tabs .yor-photo-profile .news-photo-block .load-new-photo .overview {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    text-align: center;
    height: 100%;
    color: #fff;
    line-height: 42px;
    background: #c8c8c8;
    background: -moz-linear-gradient(top, #c8c8c8 0%, #a8a8a8 100%);
    background: -webkit-linear-gradient(top, #c8c8c8 0%, #a8a8a8 100%);
    background: linear-gradient(to bottom, #c8c8c8 0%, #a8a8a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#a8a8a8', GradientType=0)
}

.my-office_block .settings_tabs .yor-photo-profile .news-photo-block .load-new-photo input {
    width: 100%
}

.my-office_block .settings_tabs .yor-photo-profile .news-photo-block .load-new-photo input[type="text"] {
    padding-right: 100px;
    text-align: right
}

.my-office_block .settings_tabs .yor-photo-profile .news-photo-block .load-new-photo input[type="file"]{
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 100%;
    left: 0;
    top: 0;
}

.my-office_block .settings_tabs .yor-photo-profile .news-photo-block .load-new-photo input[type="file"]:hover + a {
    color: #000
}

.my-office_block .settings_tabs .other-your-information {
    line-height: normal;
    color: #525252;
    margin-left: 5px;
    width: 485px
}

.my-office_block .settings_tabs .other-your-information .title {
    font-size: 20px;
    margin-bottom: 8px
}

.my-office_block .settings_tabs .other-your-information .other-your-information-item {
    margin-bottom: 20px
}

.my-office_block .settings_tabs .other-your-information .other-your-information-item input {
    width: 100%
}

.soc-items-tabs .vk {
    float: left;
    background: #5f86b4;
    background: -moz-linear-gradient(top, #5f86b4 0%, #507299 100%);
    background: -webkit-linear-gradient(top, #5f86b4 0%, #507299 100%);
    background: linear-gradient(to bottom, #5f86b4 0%, #507299 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f86b4', endColorstr='#507299', GradientType=0);
    width: 236px;
    padding: 8px 15px 8px 52px;
    position: relative;
    color: #fff;
    font-size: 18px
}

.soc-items-tabs .vk:before {
    width: 32px;
    height: 19px;
    background: url("../img/social.png") no-repeat 0 0;
    top: 11px;
    left: 12px
}

.soc-items-tabs .fb {
    width: 236px;
    padding: 8px 15px 8px 52px;
    position: relative;
    color: #fff;
    font-size: 18px;
    float: left;
    background: #486ab1;
    background: -moz-linear-gradient(top, #486ab1 0%, #3b5998 100%);
    background: -webkit-linear-gradient(top, #486ab1 0%, #3b5998 100%);
    background: linear-gradient(to bottom, #486ab1 0%, #3b5998 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#486ab1', endColorstr='#3b5998', GradientType=0)
}

.soc-items-tabs .fb:before {
    width: 14px;
    height: 31px;
    background: url("../img/social.png") no-repeat -257px 0;
    bottom: 0;
    left: 20px
}

.dialog-wrapper {
    width: 100%;
    max-width: 605px
}

.dialog-wrapper .message_for_me {
    float: left;
    width: 100%
}

.dialog-wrapper .message_for_me .image_user_mess {
    float: left
}

.dialog-wrapper .message_for_me .messages-values {
    float: left;
    padding-left: 18px
}

.dialog-wrapper .message_for_me .messages-values .message_item {
    padding-left: 18px;
    background-color: #f7dda1
}

.dialog-wrapper .message_for_me .messages-values .message_item:after {
    right: 100%;
    border-right: 12px solid #f7dda1
}

.dialog-wrapper .my_message {
    float: right;
    width: 100%
}

.dialog-wrapper .my_message .image_user_mess {
    float: right
}

.dialog-wrapper .my_message .messages-values {
    float: right;
    padding-right: 18px
}

.dialog-wrapper .my_message .messages-values .message_item {
    background-color: #d8ebff
}

.dialog-wrapper .my_message .messages-values .message_item:after {
    left: 100%;
    border-left: 12px solid #d8ebff
}

.dialog-wrapper .image_user_mess {
    width: 38px;
    height: 33px;
    overflow: hidden
}

.dialog-wrapper .image_user_mess img {
    width: 100%;
    height: auto;
    min-height: 100%
}

.dialog-wrapper .messages-values {
    width: 318px
}

.dialog-wrapper .messages-values .message_item {
    width: 100%;
    display: block;
    position: relative;
    /*margin-bottom: 10px;*/
    padding: 6px 10px 9px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #242424
}

.dialog-wrapper .messages-values .message_item:after {
    width: 0;
    height: 0;
    top: 9px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.post_message {
    margin-top: 20px;
    position: relative;
    width: 100%;
    max-width: 605px
}

.post_message textarea {
    border-color: #e4e9ef;
    padding: 13px 40px 12px 10px;
    height: 52px;
    font-size: 14px;
    display: block;
    width: 100%
}

.post_message .send_message {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#message-popup {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    width: 800px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid;
    padding: 20px 30px 45px 30px;
    font-family: "SegoeUISemiLight"
}

#message-popup .message-for {
    color: #7d7d7d;
    font-size: 18.5px
}

#message-popup .message-for span {
    margin-left: 5px
}

#message-popup .want_to_rent {
    font-size: 22px;
    color: #242424;
    margin-bottom: 15px
}

#message-popup .want_to_rent span {
    font-size: 24px;
    margin-left: 5px
}

#message-popup .rent-date {
    font-size: 18px;
    margin-bottom: 17px
}

#message-popup .rent-date input {
    width: 108px;
    font-size: 16.8px;
    height: 36px;
    padding: 0 5px;
    text-align: center
}

#message-popup .rent-date span {
    font-size: 14px
}

.message-value {
    width: 495px;
    height: 130px;
    font-size: 18px;
    font-family: "SegoeUISemiLight";
    margin-bottom: 20px
}

.two-button-letter {
    position: relative
}

.two-button-letter .icon-block {
    position: absolute;
    height: 38px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    left: 0;
    top: 0;
    z-index: 4;
    background-color: #db5d09;
    width: 32px
}

.two-button-letter .icon-block i {
    position: relative;
    left: 10px;
    top: 11px
}

.two-button-letter input {
    font-family: "SegoeUIRegular";
    cursor: pointer;
    border: none;
    color: #fff;
    height: 41px;
    padding: 0 16px 0 57px;
    font-size: 21px;
    border-bottom: 3px solid #c4560c
}

.review-popup {
    width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 20px 30px 35px 30px;
    min-height: 395px;
    border: 1px solid;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #fff;
    font-family: "SegoeUISemiLight"
}

.review-popup .i_rented {
    margin-bottom: 22px;
    font-size: 22px;
    color: #242424
}

.review-popup .i_rented span {
    font-size: 24px
}

.review-popup .whom {
    color: #7d7d7d;
    font-size: 18px;
    margin-bottom: 25px
}

.review-popup .whom span {
    font-family: "SegoeUIRegular"
}

.review-popup .period {
    font-size: 18px;
    margin-bottom: 30px
}

.review-popup .period span {
    font-size: 16.8px;
    margin: 0 12px
}

.account_page {
    background-color: #fff;
    padding: 10px 0 20px 0
}

.account_page .top-title {
    margin-bottom: 20px
}

.account_page .account_nav .signIn-tab.active i, .account_page .account_nav .signIn-tab:hover i {
    background-position: 0 -277px
}

.account_page .account_nav .register-tab.active i, .account_page .account_nav .register-tab:hover i {
    background-position: -220px -277px
}

.account_page .account-tabs_content {
    padding: 26px 30px 30px 30px
}

.account_page .account-tabs_content.register_content .enter-data {
    margin: 30px 0 35px 0
}

.account_page .account-tabs_content .enter-data {
    margin: 15px 0;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #525252;
    width: 510px
}

.account_page .account-tabs_content .enter-data:before {
    width: 100%;
    height: 2px;
    background-color: #cfcfcf;
    left: 0;
    top: 50%;
    margin-top: -1px
}

.account_page .account-tabs_content .enter-data span {
    position: relative;
    top: -2px;
    z-index: 5;
    background-color: #fff;
    padding: 0 18px;
    display: inline-block
}

.account_page .account-tabs_content .account-page-item {
    width: 485px;
    margin-bottom: 18px;
    position: relative;
}

.account_page .account-tabs_content .account-page-item:last-of-type {
    margin-bottom: 0
}

.account_page .account-tabs_content .account-page-item.soc-items-tabs {
    width: 520px;
    margin-bottom: 0
}

.account_page .account-tabs_content .account-page-item.soc-items-tabs .vk, .account_page .account-tabs_content .account-page-item.soc-items-tabs .fb {
    font-family: "SegoeUISemiLight";
    padding-right: 11px;
    width: 255px
}

.account_page .account-tabs_content .account-page-item input {
    width: 100%;
    border: none;
    height: 40px;
    background-color: #f2f2f2
}

.account_page .account-tabs_content .account-page-item .title {
    font-size: 20px;
    color: #525252;
    margin-bottom: 6px
}

.account_page .account-tabs_content .sign-register-button {
    margin-top: 30px;
    border: none;
    width: auto;
    height: 46px;
    border-bottom: 4px solid #b9530f;
    font-size: 22px;
    font-family: "SegoeUIRegular";
    color: #fff;
    text-align: center;
    padding: 0 25px;
    cursor: pointer;
    text-transform: capitalize
}

.account_page .account-tabs_content .sign-register-button-plus {
    text-transform: none;
}

.account_page .account-tabs_content .sign-register-button:disabled{
    opacity: 0.5!important;
    cursor: not-allowed;
}

.account_page .account-tabs_content .confirm_phone-number {
    margin-top: 50px;
    font-size: 20px;
    color: #525252;
    font-family: "SegoeUISemiLight"
}

.account_page .account-tabs_content .confirm_phone-number form {
    margin-top: 15px
}

.account_page .account-tabs_content .confirm_phone-number form .title {
    width: 180px;
    padding-right: 6px;
    display: inline-block;
    vertical-align: middle
}

.account_page .account-tabs_content .confirm_phone-number form input[name="confirmed-phone"] {
    width: 190px;
    display: inline-block;
    vertical-align: middle;
}

.account_page .forgot_password {
    margin-left: 15px;
    color: #c55342;
    text-decoration: underline;
    font-size: 16px
}

.form-group.field-category option:active{
    background: black;
}

i.mo.btn_1 {
    width: 22px;
    height: 28px;
    background-position: -478px 0;
}

.your-information .col:first-child{
    padding-left: 0;
}

.your-information .col:last-child{
    padding-right: 0;
}

.product-block.grid > ul.pagination{
    width: 30%;
    margin: 0 auto;
    display: block;
}

.product-item .descr, .all-information-items p{
    word-break: break-word;
}

.announcements-description .delivery{
    max-width: 220px;
}

#change-password-form .passwords-item{
    margin-bottom: 15px;
}

.myOffice_nav.clearfix li a{
    color: #585858;
}

.myOffice_nav.clearfix li a:hover, .myOffice_nav.clearfix li.active{
    border-color: transparent;
    background: #3471b2;
    background: -moz-linear-gradient(top, #3471b2 0%, #215690 100%);
    background: -webkit-linear-gradient(top, #3471b2 0%, #215690 100%);
    background: linear-gradient(to bottom, #3471b2 0%, #215690 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3471b2', endColorstr='#215690', GradientType=0);
}

.myOffice_nav.clearfix li.active a, .myOffice_nav.clearfix li:hover a{
    color: #fff;
}

.myOffice_nav.clearfix li:hover a{
    text-decoration: none;
}

#order_address{
    width: 100%;
}

.catalog_block.other-page #timepicker1{
    width: 95%;
    float: right;
    border: 2px solid #c1bfbf;
}

#timepicker1 + .input-group-addon{
    background-color: inherit;
    border: none;
    border-radius: 0;
}

input#timepicker1{
    background-color: #fbfbfb;
    border: 2px solid #f6f6f6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height: 42px;
    font-size: 17px;
    padding: 0 12px;
    z-index: 1;
}

.no-new-order h1{
    text-align: center;
    font-size: 20px;
}

.no-new-order{
    margin: 25px;
}

.right-status-steeps.update-ad{
    margin-top: 0;
    float: right;
    margin-bottom: 15px;
}

.delete-ad-photo{
    margin-left: -15px;
}

#ad-need_courier,
#ad-need_loader{
    height: 13px;
    margin-right: 15px;
}

input#ad-need_courier[type=checkbox],
input#ad-need_loader[type=checkbox]{
    display:none;
}

input#ad-need_courier[type=checkbox] + label,
input#ad-need_loader[type=checkbox] + label
{
    background: url(../img/checkbox.png) 0 3px no-repeat;
    height: 22px;
    width: 22px;
    display:inline-block;
    padding: 0 0 0 0px;
}

input#ad-need_courier[type=checkbox]:checked + label,
input#ad-need_loader[type=checkbox]:checked + label
{
    background: url(../img/checkbox.png) 0 3px no-repeat;
    background-position: 0 -55px;
    height: 22px;
    width: 22px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.btn-transparent{
    background: transparent;
    border-color: transparent;
}

.rent-button-nowrap input[type="submit"] {
    height: 29px;
    padding: 0;
}

.red{
    border: 2px solid red;
}

.rotate-arrow{
    transform: rotate(180deg);
}

#dropdown{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.dont_show{
    display: none;
}

.maincategories-list.clearfix{
    margin-left: 70px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*.make_it_orange{*/
    /*-webkit-filter : contrast(1000%) invert(100%) sepia(100%) saturate(10000%) hue-rotate(-58deg) sepia(0%) saturate(1000%);*/
    /*filter : contrast(1000%) invert(100%) sepia(100%) saturate(10000%) hue-rotate(-58deg) sepia(0%) saturate(1000%);*/
/*}*/

/*.make_it_blue{*/
    /*-webkit-filter : contrast(1000%) invert(100%) sepia(100%) saturate(10000%) hue-rotate(153deg) brightness(180%) ;*/
    /*filter : contrast(1000%) invert(100%) sepia(100%) saturate(10000%) hue-rotate(153deg) saturate(45%) brightness(180%);*/
/*}*/

.mfp-close{
    cursor: pointer !important;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#footer {
    height:auto;
    font-size:16px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 13%;
    /*position:fixed;*/
    /*bottom:0;*/
    color: white;
    width:100%;
    max-width: 1920px;
    min-width: 1030px;
    /*height:170px;   !* Height of the footer *!*/
    background: rgb(45, 53, 64);
    /*text-align: center;*/
}
.btn-group {
    /*width:30%;*/
}
.btn-group li {
    /*height: 26px;*/
    /*background-color: #2D3540; !* Green background *!*/
    border: none!important; /* Green border */
    color: white; /* White text */
    /*padding-bottom: 15px;*/
    cursor: pointer; /* Pointer/hand icon */
    /*float: left; !* Float the buttons side by side *!*/
}

.btn-group li:not(:last-child) {
    border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.footer-left-wrapper li a:hover {
    text-decoration: underline;
    /*background-color: black;*/
}

.right-footer {
    display: inline-block;
    text-align: right;
    color: white;
}
.phone {
    padding: 0 3px;
}

.messengers {
    height: 18px;
}


.socials {
    height:40px;
    border-radius:3px;
    padding:5px;
    width:100%;
}

.social-icons {
    height:30px;
}

.footer-bottom-text {
    transform: translateX(-3%);
    text-align: center;
    font-size:0.7em;
    width:100%;
}

.social-icons:not(last-child) {
    padding-right:5px;
}
.footer-left-links {
    color: white;
    text-decoration: none;
}
.footer-left-wrapper {
    width:67%;
    float:left;
    display:inline-block;
}
.right-footer {
    padding-bottom: 54px;
}
.footer-email {
    font-size: 0.9em;
    border-bottom: 1px solid #2760a8;
}

.footer-email + p {
    text-align: left;
}

.footer-number {
    font-size:1.3em;
}

.margin-top-10 {
    margin-top:15px;
}

.margin-top-5 {
    margin-top:5px;
}


.link-inactive {
    pointer-events: none;
    cursor: default;
    text-decoration:none;
}

.outline-border-input,
.account_page .account-tabs_content .account-page-item input.outline-border-input,
.steeps-block .steep-content input.outline-border-input,
.steeps-block .steep-content input[type=checkbox].outline-border-input,
select.outline-border-input,
.steeps-block .steep-content input.outline-border-input,
.steeps-block .steep-content textarea.outline-border-input,
.steeps-block .steep-content textarea,
.steeps-block .steep-content .steep-item .your-information .more-one-values input.outline-border-input,
.steeps-block .steep-content .steep-item .your-information .my-choice-list.price-choice input,
.steeps-block .steep-content input,
.steeps-block .steep-content .steep-item .your-information .photo-item.want_more_avatar,
select#category,
select#sub_category,
select#ad_condition{
    border: solid #a6a4a4 2px!important;
}

select#ad_condition{
    font-size: 17px;
    height: 42px;
}

.price-to-time .currency{
    border-left: solid #a6a4a4 2px!important;
}

.steeps-block .steep-content .steep-item .your-information .delete{
    background-color: #c40000;
    border-color: #910505;
}

.steeps-block .steep-content .steep-item .your-information .add{
    background-color: #68bc1b;
    border-color: #3d720b;
}

.steeps-block .right-status-steeps .progressbar .progress-line span{
    background: #68bc1b;
}

.account_page .account-tabs_content .account-page-item input.background-is-brighter{
    background-color: #c0bebe;
}

.account_page .account-tabs_content .account-page-item .password-checkbox-wrapper{
    position: absolute;
    right: -170px;
    top: 40px;
}

.account_page .account-tabs_content .account-page-item .password-checkbox{
    width: 20px;
    display: inline;
}

.account_page .account-tabs_content .account-page-item label.chkbox {
    padding-left: 10px;
    font-weight: bold;
}

.account_page .account-tabs_content .account-page-item .password-checkbox-wrapper span.checkbox-label{
    display: block;
    margin: -36px 0 0 30px;
}

.account_page .account-tabs_content .i-agree-wrapper{

}

.account_page .account-tabs_content .i-agree-wrapper .checkbox-block,
.account_page .account-tabs_content .i-agree-wrapper .label-block{
    display: inline-block;
}

.account_page .account-tabs_content .i-agree-wrapper .i-agree-checkbox{
    width: 20px;
    height: 20px;
    margin: 0;
}

.account_page .account-tabs_content .i-agree-wrapper input[type=hidden]{
    height: 1px;
}

.account_page .account-tabs_content .i-agree-wrapper label.label-block{
    display: inline-block;
    position: relative;
    top: -10px;
    margin-left: 36px;
}

.steep-item .radioGroup .check input[type="checkbox"] {
    display: none
}

.steep-item .radioGroup .check input[type="checkbox"] + label {
    background: url("../img/checkbox.png") 0 3px no-repeat;
    padding-left: 30px;
    min-height: 30px
}

.steep-item .radioGroup .check label {
    background: url("../img/checkbox.png") 0 3px no-repeat;
    padding-left: 30px;
    min-height: 30px
}

.steep-item .radioGroup .check input[type="checkbox"]:checked + label {
    background-position: 0 -10px
}

.steep-item .radioGroup .check label {
    display: block;
    cursor: pointer
}

.steep-item .radioGroup .check .label-wrapper{
    display: inline-block;
    position: relative;
    top: 4px;
}

.steep-item .radioGroup .help-block{
    position: relative;
    top: 3px;
}

.outstanding-logo{
    width: 60px;
    height: 60px;
    position: absolute;
    left: -60px;
}

.outstanding-logo img{
    width: 60px;
    height: 60px;
}

a.a-on-hover:hover,
a.a-on-hover:focus{
    color: #0915b7;
}

.message-send-date,
.message-read-date{
    float: left;
    font-size: 10px;
}

.message-send-date{
    color: #0b3e6f;
}

.message-read-date{
    margin-left: 10px;
    color: #0b2e13;
}



.my_message, .message_for_me{
    margin-bottom: 15px;
}

.custom-radio-label {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 3px 6px 6px 35px;
}

/* Hide the browser's default radio button */
.custom-radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}

/* Create a custom radio button */
.custom-radio-mark {
    position: absolute;
    top: 7px;
    left: 7px;
    height: 16px;
    width: 16px;
    background-color: #f6f6f6;
    border: 4px solid #e3e3e3;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio-label:hover input ~ .custom-radio-mark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio-label input:checked ~ .custom-radio-mark {
    background-color: #ff6600;
}

.custom-radio-label input:checked{
    background-color: #0b2e13;
}

    /* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-label input:checked ~ .custom-radio-mark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-label .custom-radio-mark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.delete-ad-button{
    padding: 0px 5px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 7px;
    margin-left: 10px;
}

.green-bnt-apr{
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #68bc1b;
    /*background: -moz-linear-gradient(top, #3471b2 0%, #215690 100%);*/
    /*background: -webkit-linear-gradient(top, #3471b2 0%, #215690 100%);*/
    /*background: linear-gradient(to bottom, #3471b2 0%, #215690 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3471b2', endColorstr='#215690', GradientType=0);*/
    /*-webkit-box-shadow: 0 1px 4px rgba(3, 6, 12, 0.4);*/
    /*-moz-box-shadow: 0 1px 4px rgba(3, 6, 12, 0.4);*/
    /*box-shadow: 0 1px 4px rgba(3, 6, 12, 0.4);*/
    border-bottom: 3px solid #3d720b;
    text-shadow: 0 1px 0 rgba(3, 6, 12, 0.3);
    padding: 7px 5px 9px 5px;
    position: relative;
    top: 0;
}

.owner-profile-phone{
    color: #2763a4;
    font-size: 18px;
}

.owner-profile-phone a:hover,
.owner-profile-phone a:focus{
    color: #2763a4;
}

.my-office_block .rent_tabs .rent_nav li.odob:after{
    background: none;
}

.my-office_block .order_tabs .order_nav li.odob:after{
    background: none;
}


.my-office_block .rent_tabs .rent_nav li.anulir,
.my-office_block .rent_tabs .rent_nav li.finish{
    float: right;
}

.my-office_block .rent_tabs .rent_nav li.anulir:after,
.my-office_block .rent_tabs .rent_nav li.finish:after{
    background: none;
}

.my-office_block .rent_tabs .rent_nav li.anulir{
    margin-right: 0;
}

.my-office_block .order_tabs .order_nav li.anulir,
.my-office_block .order_tabs .order_nav li.finish{
    float: right;
}

.my-office_block .order_tabs .order_nav li.anulir:after,
.my-office_block .order_tabs .order_nav li.finish:after{
    background: none;
}

.my-office_block .order_tabs .order_nav li.anulir{
    margin-right: 0;
}

span.glyphicon-thumbs-up{
    top: 3px;
    margin-right: 10px;
}

a.documents-link:hover{
    color: #337ab7;
    text-decoration: underline;
}

.my-office_block .my_announcements_tabs .announcements-item .announcements-description .status_and_statistic .status div.deactivate.refused{
    color: #ffffff;
    padding: 0 8px 3px 8px;
    font-family: "SegoeUISemiBold";
    background-color: #e6282e;
}