

/* Start:/local/templates/myplanwillcometrue/components/bitrix/menu/adaptive/style.css?17437993453008*/
.top-menu-messages-indicator {
    display: none;
    background-color: #ff0000;
    border-radius: 5px;
    top: 4px;
    color: #fff;
    padding: 2px 5px;
    margin-left: 5px;
    border: 1px solid #fff;
    font-size: 15px;
}


@media only screen and (min-device-width: 450px) {
    .top-menu-messages-indicator {
        height: 15px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .top-menu-messages-indicator {
        font-size: 14px;
        height: 15px;
    }
}


.top-menu-wrap {
    display: flex;
    justify-content: center;
    flex-direction: row;
    background-color: #f8741c;
    padding: 0 10px;
}

@media only screen and (min-device-width: 450px) {
    .top-menu-wrap {
        min-width: 1000px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .top-menu-wrap {
        min-width: 300px;
        margin-bottom: 7px;
    }
}


.top-menu-wrap.profile {
    background-color: #404040;
}


.top-menu-wrap.detail-pages {
}

@media only screen and (min-device-width: 450px) {
    .top-menu-wrap.detail-pages {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .top-menu-wrap.detail-pages {
        display: none;
    }
}


.top-menu-wrap.message {
}

@media only screen and (min-device-width: 450px) {
    .top-menu-wrap.message {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .top-menu-wrap.message {
        display: none;
    }
}

.top-menu {
    display: flex;
    flex-flow: row;
    flex-direction: row;
    align-items: center;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-scrollbar: none;
}

@media only screen and (min-device-width: 450px) {
    .top-menu {
        justify-content: space-around;
        max-width: 1000px;
        min-width: 500px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .top-menu {
        justify-content: flex-start;
        max-width: 450px;
        min-width: 300px;
    }
}


.top-menu::-webkit-scrollbar {
    display: none;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.top-menu-item {
    color: #ffffff;
    padding: 8px 10px;
}


@media only screen and (min-device-width: 450px) {
    .top-menu-item {
        font-size: 1em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .top-menu-item {
        font-size: 0.8em;
    }
}



.top-menu-item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.1em;
    padding: 5px 10px;
    border-radius: 3px;
    white-space: nowrap;
}

.top-menu-item a.active {
    background-color: #ffa061;
    color: #ffffff !important;
}


.top-menu-item a:hover {
    background-color: #FD883AFF;
    color: #ffffff !important;
}



/* End */


/* Start:/local/components/hl/doska.list.fx/templates/right_block2/style.css?17423816612140*/
.paid-rcol {
    list-style: none;
    padding: 20px 0;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    background-color: #BCE4F2;
}

.paid-rcol-promo-link {
    text-align: right;
    margin-bottom: 10px;
}

.paid-rcol li {
    display: block;
    padding: 0;
    margin-bottom: 40px;
    /* box-shadow: 1px 1px 3px 1px #ccc; */
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    width: 200px;
    margin-left: 20px;
}

.paid-rcol-img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-height: 240px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: #fff;
    position: relative;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.paid-rcol-img img {
    max-width: 240px;
    max-height: 150px;
    width: 200px;
    height: 150px;
    min-width: 200px;
}

.paid-rcol-txt {
    line-height: 18px;
    word-break: break-word;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 10px;
    letter-spacing: -0.1px;
    font-weight: bold;
}

.paid-rcol-txt a {
text-decoration: none;
color: #000000;
}


.paid-rcol-price {
    padding: 0 10px;
    color: #000000;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 24px;
    margin: 10px 0;
}

.paid-rcol-price span {
    font-size: 0.8em;
}

.paid-rcol-header {
    margin-bottom: 30px;
}


.paid-rcol-header a {
    background: url(/img/icons/promo/crown.svg) no-repeat scroll 7px #ffffff;
    background-size: 35px 35px;
    padding: 10px 0 10px 60px;
    display: block;
    box-sizing: content-box;
    color: #000000 !important;
    opacity: 100% !important;
    transition: 0s;
    box-shadow: 0 2px 2px 0 #999;
    border-radius: 30px;
    line-height: 30px;
    font-size: 1.3em;
    font-weight: bold;
    border: 1px solid #eee;
}
/* End */


/* Start:/local/templates/myplanwillcometrue/components/bitrix/sale.basket.basket.line/.default/style.css?17437993454164*/
.bx-basket {}
.bx-basket-block {
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
	line-height: 1.7em;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 15px;
	background-color: #1f88f8;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	box-sizing: border-box;
}
.bx-basket-block a:link:hover, .bx-basket-block a:visited:hover {
	color: #ffffff!important;
	background-color: #2a91ff;
	text-decoration: none;
	border-bottom-color: transparent;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #c5ffe0;
		padding: 20px;
		border: 1px solid #c5ffe0;
		box-shadow: 0 2px 5px 2px rgb(0 0 0 / 10%);
		border-radius: 5px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:70px}
	.bx-basket-fixed.right  {right:calc(50% - 500px);}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #c5ffe0;
		padding: 20px;
		border: 1px solid #c5ffe0;
		box-shadow: 0 -1px 5px 2px rgb(0 0 0 / 10%);
		border-radius: 5px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name{padding-bottom: 5px;}
.bx-basket-item-list-item-name a{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/local/templates/myplanwillcometrue/components/bitrix/system.auth.form/top_side/style.css?17437993502396*/
.auth_error {
    display: none;
}

#SYSTEM_AUTH_FORM span.error {
    color: red;
}

#SYSTEM_AUTH_FORM {
    overflow-y: auto;
    height: 360px;
}


#login-form,
#login-form-window {
    display: none;
    border: none;
    background: #ffffff;
    z-index: 10000;
    position: fixed;
    top: 15%;
    left: calc(50% - 175px);
    width: 300px;
    color: #999;
    padding: 25px;
    height: 400px;
    border-radius: 2%;
    box-shadow: 0 0 5px 2px #888888;
}

#login-form {
    font-size: 1.1em;
    word-break: break-word;
}

#login-form input[type="text"], #login-form input[type="password"] {
    width: 100%;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.9em;
    height: 35px;
    border-radius: 5px;
}

#login-form input[type="submit"] {
    font-size: 1.2em;
    padding: 5px 10px;
}

.login-form-enter a {
    position: relative;
    top: 3px;
    float: right;
    font-size: 12px;
}

#login-form input[type="checkbox"] {
    margin: 0;
    display: inline-block;
}

label[for="USER_REMEMBER"] {
    display: inline-block;
    position: relative;
    top: -2px;
    font-size: 12px;
}

.closeLoginForm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.closeLoginForm h2{
    margin: 0;
}


.auth-fields-block {
    display: flex;
    flex-direction: column;
}

.auth-field {
    margin-bottom: 15px;
}

.auth-field .name {
    margin-bottom: 5px;
}

.auth-field .button {
    width: 100%;
    padding: 10px!important;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background: #1f88f8;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    margin: 0;
    max-width: 100%;
    outline: 0;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.auth-field .button.transp {
    background: #ffffff;
    border: 1px solid #777;
    color: #777;
}

.auth-field .button:link:hover, .auth-field .button:visited:hover, .auth-field .button.transp:link:hover, .auth-field .button.transp:visited:hover {
    color: #000!important;
    text-decoration: none!important;
}




/* End */


/* Start:/local/templates/myplanwillcometrue/template_styles.css?175095543782473*/
html, body {
    height: 100%;
}

body {
    background-color: #ffffff;
    font-family: "PT Sans", sans-serif, Helvetica, Arial, tahoma;
    margin: 0;
    padding: 0;
}

.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    padding: 0;
}

.wrap-col-c {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

@media only screen and (min-device-width: 450px) {
    .wrap-col-c {
        max-width: 1000px;
        min-width: 1000px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .wrap-col-c {
        min-width: 300px;
        max-width: 440px;
    }
}

.navigation {
    padding-top: 18px !important;
    padding-bottom: 7px !important;
}

.navigation-map {
    text-align: center;
}

.navigation-links {
    padding-left: 14px;
}

.navigation-links a {
    margin: 0;
    padding: 3px 0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #039;
}

.navigation-links a + a {
    margin-left: 8px;
}

.navigation-links a.active {
    font-weight: 700;
    color: #000;
}

.navigation-links a.promo {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    background: #ff7b1e;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 3px 13px;
}

.navigation-links a.promo:hover {
    color: #fff !important;
    background: #ff5301;
}

.paid-ads {
    list-style: none;
    padding: 0;
    margin: 0;
}

.paid-ads-promo-link {
    text-align: right;
    margin-bottom: 10px;
}

.paid-ads li {
    display: block;
    padding: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px 1px #ccc;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}

.paid-ads-img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-height: 240px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: #fff;
    position: relative;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.paid-ads-img img {
    max-width: 240px;
    max-height: 240px;
    width: 100%;
    height: auto;
    min-width: 240px;
}

.paid-ads-txt {
    font-weight: normal;
    line-height: 1.4em;
    word-break: break-word;
    text-align: left;
    padding: 10px;
}

.paid-ads-txt a {
    text-decoration: none;
    color: #000000;
}


.paid-ads-price {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 0 10px;
    color: #000000;
    background: #ffee00;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    z-index: 3;
    border-radius: 6px;
    border: 1px solid #ffffff;
}


.links {
    margin-top: 22px;
}

.links a {
    display: block;
}

.filter-grid-wrap {
}

@media only screen and (min-device-width: 450px) {
    .filter-grid-wrap {
        /*padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px #ccc;*/
        margin-bottom: 50px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .filter-grid-wrap {
        margin-bottom: 30px;
    }
}

@media only screen and (min-device-width: 450px) {
    .filter-grid-wrap.mainpage {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .filter-grid-wrap.mainpage {
        display: none;
    }
}

.filter-grid {
    margin: 0;
    vertical-align: top;
    background: #ffffff;
}

.filter-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    align-items: flex-end;
    box-sizing: border-box;
}

.filter-row input[type="text"] {
    width: 100%;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.9em;
    height: 35px;
    border-radius: 5px;
}

.filter-row input::placeholder {
    color: #ccc;
}

.filter-row input[type=submit] {
    padding: 7px 20px;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background: #1f88f8;
    border: 1px solid #0000;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    margin: 0;
    max-width: 100%;
    outline: 0;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}


.filter-row input[type=submit]:hover {
    background-color: #2a91ff;
    color: #ffffff;
}


.filter-col-l {
    min-width: 200px;
    flex: 4 0 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.filter-col-r {
    height: auto;
    max-width: 200px;
    min-width: 150px;
    flex: 1 0 0;
    margin-bottom: 10px;
}

.filter-row-similar-rubrics-hdr {
    font-weight: bold;
}

.filter-row-similar-rubrics {
    margin-bottom: 10px;
}

@media only screen and (min-device-width: 450px) {
    .filter-row-similar-rubrics {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .filter-row-similar-rubrics {
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

.filter-row-similar-rubrics a {
    display: inline-block;
    padding: 7px 15px;
    margin: 20px 10px 0 0;
    border-radius: 30px;
    background: #e9f4ff;
    color: #000000;
    border: 1px solid #9dceff;
}

@media only screen and (min-device-width: 450px) {
    .filter-row-similar-rubrics a {
        font-size: 1em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .filter-row-similar-rubrics a {
        flex: 0 0 auto;
        overflow: hidden;
        white-space: nowrap;
        min-width: 50px;
    }
}


.filter-row-similar-rubrics a:hover {
    background: #39f;
    color: #ffffff !important;
}

/*categories rubricator*/

.categories-grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    align-items: flex-start;
    box-sizing: border-box;
    margin: 20px 0 30px 0;
}

@media only screen and (min-device-width: 450px) {
    .categories-col {
        min-width: 250px;
        max-width: 400px;
        flex: 1 0 0;
        margin-right: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .categories-col {
        min-width: 250px;
        max-width: 430px;
        flex: 1 0 0;
        margin: 0 0 5px 0;
    }
}


.grid {
    position: relative;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    background-color: #fff;
}

@media only screen and (min-device-width: 450px) {
    .grid {
        width: 100%;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .grid {
        min-width: 300px;
    }
}


.grid-row {
    display: flex;
    box-sizing: border-box;
    justify-content: flex-start;
    /*flex-wrap: wrap;*/
}

.grid-col-r {
    width: 240px;
    margin-left: 40px;
}

@media only screen and (min-device-width: 1000px) {
    .grid-col-r {
        display: block;
    }
}

@media only screen and (max-device-width: 1000px) {
    .grid-col-r {
        display: none;
    }
}

.main-center {
    flex: 2;
    min-width: 300px;
}

.main-center.no-right-col {
}

@media only screen and (min-device-width: 1000px) {
    .main-center.no-right-col {
        max-width: 720px;
    }
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}


/*** END STYLES ***/

h1, h2, h3, h4 {
    color: #000;
    line-height: 1.3em;
}

h1 {
    font-weight: 700;
    font-size: 1.7em;
}

h2 {
    font-size: 1.5em;
    font-weight: 700;
}

h3 {
    font-size: 1.3em;
    font-weight: 400;
}

h4 {
    font-size: 1.1em;
    font-weight: 400;
}


p {
    line-height: 1.6em;
}

body.lk {
    background-color: #fff !important;
}

ol li, ul li {
    margin-bottom: 15px;
}

body, td, th {
    font-size: 13pt;
}

:link:hover, :visited:hover {
    color: dodgerblue !important;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #236ab1;
    margin: 0;
    padding: 0;
}

a:focus {
    outline: none;
}

.c_block {
    width: 100%;
    padding: 0 10px 10px 0;
    vertical-align: top;
    border-spacing: 0;
}

table.m_tbl {
    width: 100%;
    border: none;
    border-spacing: 0;
    padding: 10px;
}

/*advertising*/
div.ban_r {
    background: transparent;
}

div.ban_l {
    margin: 0px 15px 0px 0px;
    background: transparent;
}

/*hint,warn msg*/
div.hint {
    font-size: 1em;
    border: 1px solid #fff;
    margin-bottom: 20px;
    padding: 20px;
    line-height: 1.4em;
    background-color: #def7ff;
    font-weight: normal;
    border-radius: 20px;
    color: #000;
}

div.hint h1, div.hint h2, div.hint h3, div.hint h4 {
    color: #000 !important;
    line-height: 1.5em;
    margin-top: 0;
}

div.hint strong {
    font-weight: 400;
}

div.warn2 {
    background-color: #ffecb3;
    color: #000;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.4em;
    font-weight: normal;
    border-radius: 20px;
}

div.warn2 h1, div.warn2 h2, div.warn2 h3, div.warn2 h4 {
    color: #000000 !important;
    line-height: 1.5em;
    margin-top: 0;
}

div.warn3 {
    font-size: 1em;
    background-color: #f5f5f5;
    color: #de5215;
    padding: 20px;
    border: none;
    margin: 0 0 20px 0;
    line-height: 1.5rem;
    font-weight: bold;
    border-radius: 10px;
}

div.warn3 h1, div.warn3 h2, div.warn3 h3, div.warn3 h4 {
    color: #de5215 !important;
    line-height: 1.5em;
}

div.warn2 a, div.hint a {
    color: #006699;
}

/* формы */
.errortext {
    font-weight: normal;
    font-size: 1em;
    color: red;
    line-height: 1.4em;
}

span.starrequired {
    color: red;
    margin: 0 5px;
    font-size: 1em;
}

span.success_save {
    color: #009900;
    font-weight: bold;
    padding: 4px;
    font-size: 1.1em;
}

/* блок выбора рубрик, множественных позиций */
div.multilist_block {
    padding: 5px 0;
}

div.multilist_block.error {
    border: 1px solid #ff0000;
}

div.multilist_block input.select_btn {
    border: none;
    background: #777777;
    padding: 5px 15px;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}

div.multilist_block ul {
    margin: 0;
    padding: 0;
}

div.multilist_block ul li {
    list-style-type: none;
    color: #0087d4;
    padding-bottom: 5px;
}

div.breadcrumbs {
    background-color: #fff;
    color: #000000;
    /* line-height: 1.8em; */
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px 0 5px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-scrollbar: none;
}

div.breadcrumbs a {
    white-space: nowrap;
    display: block;
}


@media only screen and (min-device-width: 450px) {
    div.breadcrumbs {
        font-size: 0.9em;
        margin-bottom: 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    div.breadcrumbs {
        font-size: 0.8em;
        margin-bottom: 5px;
    }
}

div.breadcrumbs div {
    white-space: nowrap;
}

div.breadcrumbs div.arrow {
    background: url(/img/icons/if/aright.svg) no-repeat #f000;
    background-size: 13px;
    background-position-y: center;
    background-position-x: center;
    width: 5px;
    padding: 0 12px;
}


/*srch*/
p.s_res {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    line-height: 150%;
    font-size: 0.9em;
}

p a.s_res {
    font-size: 1.3em;
    line-height: 130%;
}

span.srch_modified {
    font-size: 8pt;
    color: #999;
}

/*category main*/
div.top-rub {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    height: auto;
    width: 100%;
    /* margin-right: 20px; */
    color: #000000;
    align-items: center;
    min-width: 100px;
}

@media only screen and (min-device-width: 450px) {
    div.top-rub {
        margin-bottom: 10px;
        column-gap: 15px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    div.top-rub {
        margin-bottom: 15px;
        column-gap: 15px;
    }
}

@media only screen and (min-device-width: 450px) {
    div.top-rub-icon {
        flex: 0;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    div.top-rub-icon {
        flex: 0;
    }
}

div.top-rub-icon img {
    width: auto;
    height: auto;
    border: none;
    min-width: 30px;
    min-height: 30px;
}

@media only screen and (min-device-width: 450px) {
    div.top-rub-icon img {
        max-width: 50px;
        max-height: 50px;
        width: 35px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    div.top-rub-icon img {
        max-width: 40px;
        max-height: 40px;
        width: 40px;
    }
}


div.top-rub-name {
    flex: 2;
    min-width: 100px;
}

@media only screen and (min-device-width: 450px) {
    div.top-rub-name {
        font-size: 1.1em;
        word-break: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 10px 0;
        letter-spacing: -0.1px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    div.top-rub-name {
        font-size: 1.1em;
        word-break: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 10px 0;
        letter-spacing: -0.1px;
    }
}

@media only screen and (min-device-width: 450px) {
    div.top-rub-name span.rub_cnt_total {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    div.top-rub-name span.rub_cnt_total {
        /*display: none;*/
    }
}


div.sub_rub {
    list-style: block;
    padding-left: 17px;
    background: url(/img/icons/if/aright.svg) no-repeat #f000;
    background-size: 15px;
    background-position-y: 2px;
    background-position-x: 0;
    margin: 0 0 10px 0;
    letter-spacing: -0.3px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

div.sub_rub a {
    cursor: pointer;
    text-decoration: none;
}

/*all forms*/
.big-forms-wrap {
    height: auto;
    max-width: 650px;
    min-width: 300px;
    box-sizing: border-box;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .big-forms-wrap {
        max-width: 430px;
    }
}


/*auth*/
form {
    margin: 0;
    padding: 0;
}

a.go_login, a.go_register {
    font-size: 1.2em;
    font-weight: 700;
}

div.width {
    width: 240px;
}

span.forgot_pwd a {
    color: #999;
}

div.top_auth {
    margin: 0;
    width: 300px;
    height: 21px;
    padding-left: 5px;
    line-height: 22px;
}

div.top_auth span.sep {
    color: #666;
    padding: 0 5px;
}

/*lk*/

span.lk_item_cnt {
    color: #666666;
    margin-left: 5px;
    font-weight: bold;
}

/*fltr*/
.put_ads {
    font-size: 1.2em;
    font-weight: bold;
    white-space: nowrap;
}

.fltr_table {
    border-top: none;
    border-bottom: none;
    padding: 5px;
    background-color: #f9f9f9;
}

.fltr_table td {
    font-size: 10pt;
}

.fltr_table td a.li {
    padding-left: 12px;
    background: url(/i/arr6.gif) no-repeat 0 3px;
    float: left;
    padding-bottom: 12px;
    font-size: 100%;
}

.fltr_table td a.li_rub {
    padding: 5px 0 10px 16px;
    background: url(/i/arr6.gif) no-repeat 0 10px;
    float: left;
    font-size: 105%;
    font-weight: 700;
    color: #039;
}

input.fltr_top_srch {
    width: 250px;
}

span.rub_cnt_total {
    white-space: nowrap;
    color: #bebec3;
    margin-left: 5px;
    font-weight: normal;
    font-size: 0.8em;
    font-family: Arial;
}

@media only screen and (min-device-width: 450px) {
    .rub_cnt_total.three-col {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .rub_cnt_total.three-col {
        /*display: none;*/
    }
}

span.rub_cnt_upd {
    white-space: nowrap;
    color: #007804ba;
    text-decoration: none;
    font-weight: 400;
    font-family: Arial;
    margin-left: 2px;
}

/*sitemap*/
div.sitemap {
    color: #ccc;
    font-size: 8pt;
    line-height: 15px;
}

div.sitemap a {
    color: #666;
}

div.footer-wrap {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    background: #ffffff;
    color: #000000;
}

@media only screen and (min-device-width: 450px) {
    div.footer-wrap {
        width: 1000px;
        max-width: 1000px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    div.footer-wrap {
        min-width: 300px;
        max-width: 440px;
    }
}


div.footer-wrap a {
    color: #999999;
    text-decoration: none;
}

div.footer-wrap a:hover {
    color: #06C !important;
    text-decoration: underline;
}

div.footer-block {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.9em;
}

@media only screen and (min-device-width: 450px) {
    div.footer-block ul {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    div.footer-block ul {
        display: block;
    }
}

div.ftr_copy {
    color: #666;
    margin-bottom: 30px;
}

@media only screen and (min-device-width: 450px) {
    div.footer-block-col {
        min-width: 100px;
        max-width: 200px;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    div.footer-block-col {
        min-width: 100%;
        /*max-width: 150px;*/
    }
}


div.footer-block-col ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
}

@media only screen and (min-device-width: 450px) {
    div.footer-block-col ul {
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    div.footer-block-col ul {
        margin: 0 0 10px 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        column-gap: 10px;
    }
}

div.footer-block-col ul li {
    padding-bottom: 5px;
}

div.block_name {
    margin-bottom: 20px;
    font-weight: bold;
}

div.block_name a {
    color: #000;
}


div.weaccept img {
    width: 120px;
}

div.weaccept img {
    margin: 0 10px 10px 0;
}

/*pohojie_matrix*/
table.pohojie_tbl_matrix tr.pohojie_tr_matrix td {
    font-size: 11pt;
    background-color: #fff;
}

div.matrix_photo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #eee;
    width: 120px;
    height: 120px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Для Safari и Chrome */
    background-color: #ffffff;
}

div.matrix_price {
    font-weight: 700;
    padding: 5px 0;
    text-align: left;
}

/*actual*/
div.doska_actual {
    background-color: #E6F2FD;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px;
    font-size: 0.9em;
}

div.doska_actual div.act_hdr {
    font-size: 1.1em;
    color: #333;
    padding-bottom: 5px;
}

div.act_of_block {
    padding-left: 5px;
}

div.act_of {
    width: 100%;
    margin-bottom: 10px;
}

div.act_offers_img {
    float: left;
}

div.act_offers {
    line-height: 16px;
    margin-left: 23px;
    overflow: hidden;
    white-space: nowrap;
}

ul.act_offers_ul {
    list-style: none;
    padding-left: 10px;
    margin-left: 0;
}

ul.act_offers_ul li {
    background: url(/i/act_offers.png) no-repeat 0 5px;
    margin-bottom: 20px;
    font-size: 1em;
    padding: 4px 0 2px 25px;
}

ul.act_offers_ul li strong {
    background-color: #fffcb3;
    padding: 5px;
    border-radius: 3px;
    color: #000000;
}

ul.act_offers_ul li a:visited {
    color: #808080;
}

ul.act_offers_ul li span {
    font-weight: 400;
    color: #333; /*display:block;padding-top:5px;*/
}

ul.act_offers_ul li span.act_geo {
    color: #e17f00;
}

/*brand, enterprise*/
.brand_det {
    margin-bottom: 100px;
}

h1.name_hdr {
    margin: 0 0 20px;
}

.brand_list {
    margin-bottom: 20px;
}

.brand_list_item {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.brand_list_item_name {
    text-transform: uppercase;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}

.brand_list_item_anons {
    padding-bottom: 10px;
    color: #333;
}

.brand_list_item_photo {
    padding: 0 0 20px 20px;
    float: right;
}

.brand_list_rating {
    color: #999;
}

a.brand_product {
    font-size: 130%;
}

.brand_det_section_name {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 15px;
}

.brand_det_section_desc {
    margin-bottom: 40px;
    font-size: 110%;
    text-align: justify;
    line-height: 170%;
}

.brand_list_country {
    color: #666;
    margin-bottom: 5px;
}

.offers_for_dealers {
    background-color: #ffffcc;
    padding: 15px 20px;
}

/*pohojie*/
table.brand_dealer_tbl tr.brand_dealer_tr td {
    font-size: 10pt;
    background-color: #f9f9f9;
}

table.brand_dealer_tbl tr.brand_dealer_tr td div.brand_dealer_short_desc {
    font-size: 9pt;
    color: #666;
    padding-top: 10px;
}

/*pop_main*/
div.easy_access {
    font-size: 10pt;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

div.easy_access div.top_name {
    font-size: 170%;
    color: #000;
    font-weight: 400; /*text-transform:uppercase;*/
    margin-bottom: 20px;
}

div.easy_access a {
    line-height: 30px;
}

div.easy_access a.pop {
    margin: 0 5px;
}

div.easy_access a.pop_sel {
    margin: 0 5px;
    background-color: #993399;
    color: #fff;
    padding: 2px 8px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 13pt;
    text-transform: capitalize;
}

div.easy_access a.pop_sel:hover {
    color: #fff !important;
}

div.easy_access span.pop_hdr {
    font-weight: 400;
    margin-right: 5px;
    font-size: 1.1em;
    color: #333;
}

div.easy_access div.pop_segment {
    padding-bottom: 5px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
}

div.easy_access span.separ {
    color: #ddd;
}

h1.easy_access_h1 {
    text-transform: capitalize;
}

div.top_name, h1.top_name {
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
    border-bottom: 1px solid #e9e9e9 !important;
    padding-bottom: 10px;
    line-height: 1.1em;
}

div.top_name a {
    color: #000;
}

@media only screen and (min-device-width: 450px) {
    div.top_name, h1.top_name, h2.top_name {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    div.top_name, h1.top_name, h2.top_name {
        /*font-weight: 500;*/
    }
}


@media only screen and (min-device-width: 450px) {
    .top_name.mainpage {
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 1.5em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .top_name.mainpage {
        font-weight: bold;
        font-size: 1.2em;
    }
}


/* видео */
.dd_video {
    margin-bottom: 50px;
}

.dd_video div {
    margin-bottom: 30px;
}

.dd_video_hdr {
    margin-bottom: 20px;
    font-weight: bold;
}

/*top_menu*/
.clear_nav {
    display: inline-block;
}

html[xmlns] .clear_nav {
    display: block;
}

.top_m_wrapp {
    background: #236AB1 url(/i/topmenu_bg.png) repeat-x left top;
    height: 28px;
    width: 100%;
    min-width: 740px;
}

.top_m_wrapp ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_m {
    float: left;
}

.top_m li {
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 20;
}

.top_m li a {
    float: left; /*border-right:1px solid #fff;*/
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    padding: 7px 15px 5px;
}

.top_m li a:visited:hover {
    color: #fff !important;
}

.top_m li a:hover, .top_m li.active a.main {
    background: #39F url(/i/topmenu_active_bg.png) repeat-x left top;
    color: #fff !important;
}

.top_m li a img {
    margin-left: 5px;
}

div.top_m_sub_m:hover {
    visibility: visible;
}

div.top_m_sub_m {
    background-color: #fff;
    border: 1px solid #39F;
    height: auto;
    margin: 27px 0;
    position: absolute;
    width: auto;
    z-index: 500;
    left: auto;
    top: auto;
    visibility: hidden;
}

* html div.top_m_sub_m {
    left: 0;
    top: 0;
    margin-top: 27px;
    position: absolute;
}

div.subitem {
    display: block;
    padding: 0;
    margin: 0;
    background-color: #fff;
    width: 100%;
}

* html div.subitem {
    width: 150px;
}

div.subitem a {
    display: block;
    border: none;
    padding: 5px 5px;
    width: 150px;
    margin: 0;
    color: #000 !important;
}

div.subitem a.active {
    background: #39F;
    color: #fff !important;
}

div.subitem a:hover {
    background: #39F;
    color: #fff !important;
}

div.main-menu {
    padding: 0;
    background: #fff;
    margin: 0 0 4px;
    overflow: hidden;
    min-width: 800px;
}

div.main-menu ul {
    display: table;
    list-style: none;
    height: 20px;
    margin: 0;
    padding: 5px 0 0;
}

div.main-menu ul li {
    float: left;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    list-style: none;
    background: transparent;
    outline: 0;
    margin: 0 12px 0 0;
    padding: 0;
}

div.main-menu ul li img {
    margin-left: 5px;
}

div.main-menu ul li.active a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

div.main-menu ul li.active a:hover, div.main-menu ul li.active a:hover:visited {
    color: #000 !important;
}

div.main-menu ul li a {
    display: block;
    font-weight: 400;
    text-decoration: none;
    padding: 3px 0;
}

/*div.main-menu ul li a:hover,div.main-menu ul li a:visited,div.main-menu ul li a:hover:visited{color:#fff!important;}*/
div.main-menu ul li ul.more {
    overflow: hidden;
    display: none;
    height: auto;
    position: absolute;
    margin: 7px -7px 0;
    padding: 0;
    background-color: #fff;
    width: 140px !important;
    border: 1px solid #236AB1;
    outline: 0;
    z-index: 10;
}

div.main-menu ul li ul.more li {
    list-style: none;
    display: block;
    outline: 0;
    margin: 0;
    padding: 2px 5px;
}

div.main-menu ul li ul.more li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 2px 4px;
}

div.main-menu ul li ul.more li a:hover, div.main-menu ul li ul.more li a:hover:visited {
    background-color: #ededed;
    color: #000 !important;
}

div.main-menu ul li ul.more li a:visited {
    color: #000 !important;
}

div.main-menu ul li a.promo {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    background: #f3a136;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 3px 13px;
}

div.main-menu ul li a.promo:hover {
    color: #fff !important;
    background: #fac075;
}

div.main-menu ul li a.promo:visited:hover {
    color: #fff !important;
    background: #fac075;
}

/*spec_proj*/
div.spec_proj {
    font-size: 8pt;
    color: #666;
}

div.spec_proj a {
    color: #666;
    text-transform: capitalize;
}

div.spec_proj a.link2main {
    color: #666;
    text-transform: none;
}

/*button_add*/
a.adsbtn {
    display: inline-block;
    background-color: #F60;
    font-size: 8pt;
    color: #fff;
    width: 160px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    margin: 2px;
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

a:hover.adsbtn {
    color: #fff !important;
    text-decoration: underline;
}

a:visited:hover.adsbtn {
    color: #fff !important;
}

/*buttons*/
a.online_chat_btn {
    display: inline-block;
    background-color: #090;
    font-size: 8pt;
    color: #fff;
    width: 135px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    margin: 2px;
    padding: 0;
}

a:hover.online_chat_btn {
    color: #fff !important;
    text-decoration: underline;
}

a:visited:hover.online_chat_btn {
    color: #fff !important;
}

a.online_chat_btn.noactive {
    display: inline-block;
    background-color: #ccc;
    font-size: 8pt;
    color: #fff;
    width: 135px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    margin: 2px;
    padding: 0;
}

/*send request 2 suppliers*/
table.send_req_tbl {
    background-color: #f9f9f9;
}

/*profile_tables*/
table.profile_list {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border: none;
}

table.profile_list th {
    padding: 3px;
    background-color: #ccc;
    color: #000;
}

table.profile_list td {
    padding: 5px;
    vertical-align: top;
}

table.profile_list td div.item_name {
    font-weight: 700;
    font-size: 1.2em;
}

table.profile_list td img.item_preview {
    background-color: #fff;
    border: 1px solid #ccc;
}

table.profile_list_item {
    border-top: 1px solid #eee;
    margin: 8px 0;
    padding: 4px 0;
    font-size: 8pt;
    width: 100%;
}

table.profile_list_item td {
    font-size: 8pt !important;
    padding: 0px !important;
    margin: 0px !important;
    text-align: left;
    vertical-align: top;
    color: #999;
}

/*profile_controls*/
a.controls {
    color: #666 !important;
    font-size: 8pt;
    line-height: 20px;
    margin-left: 3px;
}

a.controls.buy {
    font-weight: 700;
}

a.paid {
    color: navy !important;
    font-size: 8pt;
    line-height: 20px;
    margin-left: 3px;
}

/*page navigation*/
div.nav {
    font-size: 1.1em;
    margin: 10px 0 50px;
    white-space: nowrap;
}

div.nav a {
    margin: 10px 0;
    color: #000;
}

div.nav span.selected {
    font-weight: 700;
    background-color: #ddd;
    padding: 5px 11px;
    border-radius: 50%;
}

div.nav span.sep {
    color: #fff;
    margin: 0 15px;
}

div.nav span.nav_arrl {
    margin-right: 10px;
}

div.nav span.nav_arrr {
    margin-left: 10px;
}

div.nav div.nav_pages {
    margin-bottom: 25px;
    font-weight: bold;
    box-sizing: border-box;
}

div.nav span.l_one, div.nav span.r_one {
    padding: 2px 4px;
}

div.nav span.l_end, div.nav span.r_end {
    padding: 2px 4px;
}

div.nav a span.regular {
    padding: 4px 6px;
    margin: 0 10px;
}

/*moder_reason*/
div.moder_reason {
    background-color: #FFE9E9;
    padding: 20px;
    margin-bottom: 30px;
    line-height: 1.5rem;
    font-weight: normal;
    border-radius: 10px;
}

@media only screen and (min-device-width: 450px) {
    .moder_reason {
        font-size: 1em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .moder_reason {
        font-size: 1em;
    }
}


div.moder_reason a {
    color: #006699 !important;
}

span.moder_reason_date {
    font-weight: bold;
}

div.moder_reason_item {
    padding: 5px 0;
    line-height: 2em;
}

span.moder_reasons {
    text-decoration: underline;
}

/*page_menu*/
.pagemenu {
    margin-bottom: 20px;
    overflow: hidden;
}

.pagemenu ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-scrollbar: none;
}

.pagemenu ul::-webkit-scrollbar {
    display: none;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.pagemenu ul li {
    display: inline;
    float: left;
    border: 1px solid #dadcde;
    border-radius: 8px 8px 0 0;
    list-style: none;
    position: relative;
    top: 1px;
    background-color: #eee;
    margin: 5px 15px 0 0;
    box-shadow: 2px 3px 5px #999;
}

@media only screen and (min-device-width: 450px) {
    .pagemenu ul li {
        font-size: 1.2em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .pagemenu ul li {
        font-size: 1em;
    }
}

.pagemenu ul li:first-child {

}

@media only screen and (min-device-width: 450px) {
    .pagemenu ul li:first-child {
        margin-left: 25px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .pagemenu ul li:first-child {
        margin-left: 5px;
    }
}


.pagemenu ul li a {
    float: left;
    white-space: nowrap;
    padding: 7px 10px;
}

.pagemenu a {
    text-decoration: none;
    color: #000000;
}

.pagemenu_sel {
    border-bottom: 1px solid #fff !important;
    background-color: #fff !important;
    font-weight: bold;
}

.pagemenu_sel a {
    color: #000000;
}

.pagemenu_sel a:hover, .pagemenu a:hover, .pagemenu ul li a:hover {
    color: #000000 !important;
    text-decoration: none !important;
}

.pagemenu ul li.zakupki, .pagemenu_sel.zakupki {
    background-color: #ffdab8 !important;
    box-shadow: 2px 3px 5px #ff7a00 !important;
    border: 1px solid #fed2a9 !important;
}

.pagemenu_sel.zakupki {
    font-weight: bold;
    border-bottom: 1px solid #fff !important;
}


.pagemenu_tab {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    background-color: #fff !important;
}

/*page_menu_fltr_block*/
.pagemenu_fb {
    margin-bottom: 40px;
}

@media only screen and (min-device-width: 450px) {
    .pagemenu_fb.mainpage {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .pagemenu_fb.mainpage {
        display: none;
    }
}

.pagemenu_fb ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.pagemenu_fb ul::-webkit-scrollbar {
    display: none;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.pagemenu_fb ul li {
    display: inline;
    float: left;
    border: 1px solid #cccccc;
    border-radius: 3px 3px 0 0;
    list-style: none;
    position: relative;
    top: 1px;
    background-color: #fff;
    margin: 5px 10px 0 0;
}

.pagemenu_fb ul li:first-child {
    margin-left: 25px;
}

.pagemenu_fb ul li a {
    float: left;
    white-space: nowrap;
    padding: 7px 10px;
}

.pagemenu_fb a {
    text-decoration: none;
    color: #666666;
    font-weight: normal;
}

.pagemenu_fb ul li a:hover, .pagemenu_fb a:hover {
    color: #000000 !important;
}

.pagemenu_fb a span {
    font-size: 0.8em;
}

.pagemenu_fb_sel {
    border-bottom: 1px solid #ffffff !important;
    background: #ffffff !important;
}

.pagemenu_fb_sel a {
    color: #000;
    font-weight: 700;
}

.pagemenu_fb_tab {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    background-color: #fff !important;
}

/*user pages*/
div.pages_menu a {
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 10px 0;
}

table.ms_price {
    border-collapse: collapse;
}

tr.ms_price_tr td {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 5px;
}

div.ms_price_item {
    font-size: 14pt;
    line-height: 180%;
    padding: 0 20px;
}

.user_sect {
    display: inline;
    float: left;
    margin: 0 10px 5px 0;
    line-height: 20px;
    width: 200px;
    padding-left: 20px;
    background: url(/i/arr6.gif) no-repeat 3px 10px;
    overflow: hidden;
    height: 40px;
}

.user_sect a.selected {
    font-weight: 700;
}

.user_sect_hdr {
    font-weight: 700;
    margin-bottom: 10px;
}

/*photo_box*/
div.photo_box {
    float: left;
    border: 1px solid #ddd;
    background-color: #ddd;
    margin: 10px 0;
    padding: 5px;
    height: auto;
    overflow: hidden;
}

div.photo_box img {
    vertical-align: middle;
    border: solid 1px #eee;
    margin: 5px;
}

/*add_btn*/
.btn_d {
    background: #dd4a13 url(/i/btn_bg1.png) repeat-x;
    color: #fff;
    height: 30px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 -1px 0 #c0571b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 1px 22px 1px 20px;
}

.btn_d:hover {
    background-color: #cf3a02;
}

.btn_d, x:-moz-any-link, x:default {
    padding: 1px 20px 3px 18px;
}

a.btn_d {
    display: inline-block;
    line-height: 26px;
    height: 26px; /*float:left;*/
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
}

a.btn_d:hover, a.btn_d:link:hover, a.btn_d:visited:hover {
    color: #fff !important;
}

a.btn-create {
    font-size: 13px;
    height: 26px;
    background-image: url(/i/btn_bg2.png);
    line-height: 26px;
    padding: 5px 15px;
}

/*links*/
div.links_hdr {
    font-size: 14pt;
    color: #333;
    margin-bottom: 10px;
}

/*RSS*/
.rss_b {
    white-space: nowrap;
    line-height: 32px;
}

.rss_b img {
    float: left;
}

/*ban_det_stat*/
table.ban_det_stat {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table.ban_det_stat th {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}

table.ban_det_stat td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
    padding: 5px;
}

tr.st_total td {
    font-weight: 700;
}

div.st_fltr {
    padding: 5px;
    background-color: #eee;
    margin-bottom: 10px;
}

/*standart content table*/
table.content_table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
}

table.content_table td {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
    padding: 5px;
}

/*paid services*/
table.paid_services {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

table.paid_services td {
    border: none;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

a.service_a {
    color: #000 !important;
    text-decoration: none;
    display: inline-block;
    float: left;
    width: 300px;
    margin: 0 20px 20px 0;
    height: 130px;
    border: 2px solid #D9ECFF;
    background: #fff;
    padding: 15px;
    cursor: pointer;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 13px;
}

a.service_a:hover, a.service_a:visited:hover {
    color: #000 !important;
    border: 2px solid #ADDEFC;
}

div.service p.name {
    font-weight: normal;
    font-size: 140%;
    color: #006bcf;
}

div.service p.price {
    color: #009933;
}

/*buy_btn*/
.buy-button {
    background-color: #ff7301;
    padding: .7ex 2ex;
    border-radius: 5px;
    border: 1px solid #ff7301;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.buy-button:hover {
    color: #fff !important;
    background-color: #ff4901;
    border: 1px solid #ff4901;
}

.buy-button.big {
    font-weight: 700;
    font-size: 115%;
}

.buy-button.sm {
    font-weight: 400;
    font-size: 95%;
    padding: .4ex 1ex;
}

/*offer btn*/
.offer-button {
    background-color: #30ac05;
    padding: .7ex 2ex;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.offer-button:hover {
    color: #fff !important;
    background-color: #278506;
    border: 1px solid #278506;
}

.offer-button.big {
    font-weight: 400;
    font-size: 110%;
}

.offer-button.sm {
    font-weight: 400;
    font-size: 1em;
    padding: 7px 15px;
}

/*comment_btn*/
.comment-button {
    background-color: #ECECEC;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ECECEC), to(#8F8F8F));
    background-image: -moz-linear-gradient(top, #ECECEC, #8F8F8F);
    background-image: -ms-linear-gradient(top, #ECECEC, #8F8F8F);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ECECEC), color-stop(100%, #ECECEC));
    background-image: -webkit-linear-gradient(top, #ECECEC, #8F8F8F);
    background-image: -o-linear-gradient(top, #ECECEC, #8F8F8F);
    background-image: linear-gradient(top, #ECECEC, #8F8F8F);
    padding: .7ex 2ex;
    border-radius: .7ex;
    -moz-border-radius: .7ex;
    -webkit-border-radius: .7ex;
    border: 1px solid #8C8C8C;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.comment-button.big {
    font-weight: 700;
    font-size: 110%;
}

.comment-button.sm {
    font-weight: 400;
    font-size: 95%;
    padding: .4ex 1ex;
}


/*head*/
div.head {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    padding: 10px;
}

/*filter sub categories list*/
.filter-categories-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    overflow: hidden;
}

.filter-categories-block-col {
    min-width: 150px;
    overflow: hidden;
}

@media only screen and (min-device-width: 450px) {
    .filter-categories-block-col {
        width: calc(50% - 10px);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .filter-categories-block-col {
    }
}


@media only screen and (min-device-width: 450px) {
    .filter-categories-block-col.three-col {
        min-width: 150px;
        width: calc(33% - 10px)!important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .filter-categories-block-col.three-col {
        min-width: 100px;
        width: calc(50% - 10px)!important;
    }
}


.filter-categories-block-col-ul {
    padding: 0 10px 0 0;
    margin: 0;
    list-style: none;
}

.filter-categories-block-col-item {
    /* padding: 0 0 20px 0; */
    list-style: none;
    margin-bottom: 15px;
    font-size: 1em;
    padding: 5px 0;
}

.filter-categories-block-col-item a {
    /*color: #000000;*/
    text-decoration: none;
}

.filter-categories-block-more {
    margin-right: 10px;
    min-width: 130px;

}

.filter-categories-block-more a {
    cursor: pointer;
    display: block;
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #b0b0b0;
    color: #000;
    box-shadow: 1px 1px 2px #ccc;
    white-space: nowrap;
    text-align: center;
}


.filter-categories-block-wrap {
    display: flex;
    flex-wrap: nowrap;
    min-width: 300px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.filter-categories-block-show-filter {
    min-width: 150px;
}

.filter-categories-block-show-filter a {
    cursor: pointer;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #b0b0b0;
    color: #000;
    box-shadow: 1px 1px 2px #ccc;
    background: url(/img/icons/filters.svg) no-repeat #f5f5f5;
    background-size: 25px 22px;
    background-position-y: center;
    background-position-x: 5px;
    padding-left: 45px;
    box-sizing: border-box;
    width: 150px;
    white-space: nowrap;
}


/*account pro*/
.buy_promo_wrap {
    margin-bottom: 40px;
}

.buy_promo_wrap sup {
    color: #999999;
}

.buy_promo {
    height: 220px;
    border: 1px solid #cfcfcf;
    padding: 0;
    border-radius: 10px;
    margin: 0 10px 30px 0;
    float: left;
    min-width: 150px;
}

@media only screen and (min-device-width: 450px) {
    .buy_promo {
        width: calc(25% - 30px);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .buy_promo {
        width: calc(50% - 15px);
    }
}

.buy_promo_hdr {
    text-align: center;
    font-size: 1.3em;
    background-color: #cfcfcf;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

.buy_promo_price {
    font-size: 2em;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
}

.buy_promo_price span {
    color: #666;
    font-size: 0.8em;
    margin-left: 10px;
}

/*w discount*/
.buy_promo_w_discount {
    height: 220px;
    border: 1px solid #cfcfcf;
    padding: 0;
    border-radius: 10px;
    margin: 0 10px 30px 0;
    float: left;
    min-width: 150px;
}

@media only screen and (min-device-width: 450px) {
    .buy_promo_w_discount {
        width: calc(25% - 30px);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .buy_promo_w_discount {
        width: calc(50% - 15px);
    }
}


.buy_promo_hdr_w_discount {
    text-align: center;
    font-size: 1.3em;
    background-color: #cfcfcf;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

.buy_promo_price_w_discount {
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.buy_promo_price_w_discount span {
    color: #666;
    font-size: 0.8em;
    margin-left: 10px;
}

.buy_promo_discount {
    color: #ff7301;
    text-align: center;
    margin: 10px 0;
}


@media only screen and (min-device-width: 450px) {
    .buy_promo_discount {
        font-size: 0.8em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .buy_promo_discount {
        font-size: 1em;
    }
}


.buy_promo_discount_text {
    color: #000;
    text-align: center;
    margin: 15px 0;
}

@media only screen and (min-device-width: 450px) {
    .buy_promo_discount_text {
        font-size: 0.8em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .buy_promo_discount_text {
        font-size: 1em;
    }
}


/*ads show photo*/
.img_go_detail {
    font-size: 150%;
    margin: 15px 0;
}

/*data*/
.show_phone {
    cursor: pointer;
    background: #36d000;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    white-space: nowrap;
    display: inline-block;
    font-size: 1.2em;
    margin-right: 20px;
    margin-bottom: 10px;
}

.show_phone:link:hover, .show_phone:visited:hover {
    color: #ffffff!important;
    background: #36d000;
}

a.show_phone_inline {
    cursor: pointer;
}

a.show_phone_inline span {
    background-image: linear-gradient(to right, #236ab1, #d9ecff);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    margin-right: 10px;
}


/*main_columns*/
.l_col {
    width: 160px;
    overflow: hidden;
}

.r_col {
    width: 190px;
    overflow: hidden;
}



h1.news {
    margin-top: 0px;
}

/*forms*/
.form_wrapper {
    background: #FFFFFF;
    width: 100%;
    border: none;
    vertical-align: top;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 100px;
}

@media only screen and (min-device-width: 450px) {
    .form_wrapper {
        padding: 30px;
        box-shadow: 0 0 10px #ccc;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .form_wrapper {
        padding: 0;
    }
}

.form_wrapper div.error {
    background-color: #ffe8e3;
    padding: 20px;
    margin-bottom: 30px;
    line-height: 1.4em;
    font-weight: normal;
    border-radius: 10px;
    color: #be0000;
}

.form-edit-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.form-edit-item.line {
    border-bottom: 1px solid #eee;
    margin: 20px 0 40px 0;
}

.form-edit-item .multicolumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
}

.form-edit-item .multicolumn-item {
    min-width: 100px;
    margin: 0 10px 10px 0;
    max-width: 150px;
}


.form-edit-item.photo-hdr {
    margin: 20px 0;
}

.form-edit h1, .form-edit h2, .form-edit h3, .form-edit h4 {
    margin-top: 0 !important;
}

.form-edit-item div.f_name {
    margin-right: 10px;
    flex: 1;
    margin-bottom: 10px;
    min-width: 150px;
}

.form-edit-item div.f_val {
    flex: 2;
    margin-bottom: 20px;
    min-width: 280px;
}

.form-edit-item div.check-option {
    margin-bottom: 20px;
}


.form-edit-item div.f_val .f_input {
    box-sizing: border-box;
}

.form-edit-item div.f_val .f_input.error {
    margin: 5px 0;
    border: 1px solid #f00;
}

.form-edit.ads_submit_rules {
    color: #666;
    vertical-align: middle;
}

.form-edit.ads_submit {
    vertical-align: middle;
    text-align: right;
}

.form-edit span.ads_edit_comments {
    font-weight: 400;
    color: #999;
}

.form-edit div#input_files {
    width: 150px;
}

.form-edit div.error {
    margin: 10px 0;
    background-color: #ffffff;
    color: #be0000;
    padding: 0;
    line-height: 1em;
    font-weight: normal;
}

.form-edit.rules {
    margin: 30px 0 20px 0;
    color: #666;
    font-size: 0.9em;
}

.form-edit .select-options {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.form-edit .select-options.check {
    min-width: 40px;
}

.form-edit .select-options.description {
    min-width: 200px;
}


.form-edit input.error, select.error {
    border: 1px solid red
}

.form-edit-item .multicolumn-item input[type="text"],
.form-edit input[type="text"], .form-edit input[type="number"], .form-edit select, .form-edit input[type="email"], .form-edit input[type="tel"], .form-edit input[type="password"], .form-edit select {
    width: 100%;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.9em;
    height: 35px;
    border-radius: 5px;
}

.form-edit input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.form-edit textarea {
    width: 100%;
    height: 200px;
    font-size: 1em;
    line-height: 1.6em;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 0 5px;
    border-radius: 5px;
    resize: none;
}

.form-edit input::placeholder {
    color: #ccc;
}

.additional_fields {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.additional_fields div.f_name {
    margin-right: 10px;
    flex: 1;
    margin-bottom: 10px;
    min-width: 150px;
}

.additional_fields div.f_val {
    flex: 2;
    margin-bottom: 30px;
    min-width: 300px;
}


.row {
    padding-bottom: 30px;
}

.row2 {
    clear: both
}

.cell2 {
    float: left;
    margin: 0 30px 20px 0;
}

.buttons {
    display: block;
    margin: 20px 0;
    width: 100%;
}

.buttons input[type="submit"] {
    width: 100%;
    padding: 15px 10px;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background: #1f88f8;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    margin: 0;
    max-width: 100%;
    outline: 0;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.buttons input[type="submit"]:hover {
    background-color: #2a91ff;
    color: #ffffff;
}

div.radio {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

div.radio .radio-item:first-child label {
    border-radius: 6px 0 0 6px;
}
div.radio .radio-item:last-child label {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #999;
}

div.radio-item {
    /*margin-right: 20px;*/
}

div.radio-item input[type=radio] {
    display: none;
}
div.radio-item input[type=radio]:checked + label {
    background: #404040;
    color: #fff;
}

div.radio-item label:hover {
    color: #666;
}

div.radio-item input[type=radio]:disabled + label {
    background: #efefef;
    color: #666;
}

div.radio-item label {
    text-transform: capitalize;
    cursor: pointer;
    padding: 5px 15px;
    line-height: 34px;
    border: 1px solid #404040;
    border-right: none;
    user-select: none;
}

div.tags input {
    width: 100%;
}

.list_cat_id {
    padding: 0;
    margin: 0;
}

a.remove, .list_cat_id a.remove, .list_cat_id a.remove2, #list_VIDEO a.remove {
    background: url(/i/u77_original.png) no-repeat;
    cursor: pointer;
    padding: 0 8px;
    margin: 0 5px;
}

.list_cat_id li {
    list-style-type: none;
    color: #0087d4;
    padding-bottom: 5px;
}

.add_cat_id, .add_cat_id2, .select_val {
    border: none;
    background: #00b2f4;
    padding: 5px 8px;
    color: #fff;
    border-radius: 2px;
}

#list_VIDEO li {
    list-style-type: none;
    margin: 0 10px 10px 0;
    float: left
}

#list_VIDEO {
    padding: 0;
    margin: 0;
}

#list_VIDEO .item {
    margin: 0 10px 10px 0;
    float: left;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#list_VIDEO .item .remove-video {
    float: right;
    width: 20px;
    height: 20px;
    margin: 5px;
}

#list_VIDEO .item .remove-video a {
    cursor: pointer;
}

/*forms news*/
.list_cat_id_news {
    padding: 10px 0 0 20px;
    margin: 0;
}

.list_cat_id_news a.remove {
    background: url(/i/u77_original.png) no-repeat;
    cursor: pointer;
    padding: 0 8px;
    margin: 0 5px;
}

.list_cat_id_news li {
    list-style-type: none;
    color: #0087d4;
    padding-bottom: 5px;
}

/*lenta*/
.lenta_wrapper {
    background: #fff;
    margin-bottom: 10px;
}

.lenta_main {
    float: left;
    width: 49%;
    padding-right: 1%;
}

.lenta_photo {
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
    width: 100px;
}

.lenta_text {
    line-height: 140%;
    display: inline;
}

.lenta_text a {
    text-decoration: none;
    color: #666;
}

.lenta_text a:hover {
    text-decoration: none;
    color: #666 !important;
}

.lenta_anons {
    float: left;
    width: 49%;
    overflow: hidden;
    padding-left: 1%;
}

.lenta_anons ul {
    list-style-type: square;
    margin: 0 0 0 20px;
    padding: 0;
}

.lenta_anons ul li {
    padding-bottom: 5px;
}

.lenta_add {
    margin-top: 20px;
    text-align: right;
    color: #999;
}

.lenta_add a, .lenta_add a:hover {
    color: #999;
}

.lenta_hdr {
    margin-bottom: 20px;
}

.lenta_hdr a {
    font-size: 130%;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.lenta_hdr a:hover {
    color: #000 !important;
    text-decoration: none;
}

/*common*/
.results_count {
    font-weight: 400;
    margin-bottom: 20px;
}

/*new orders lk*/
.new_orders {
    display: none;
    background-color: orangered;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
    position: relative;
    left: 5px;
    top: -10px;
}

/* .popup-window-style-replace */
.popup-window-buttons {
    padding: 15px 0 0
}

.popup-window-titlebar {
    margin: 0 -10px;
    padding: 0 10px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

img.user_status_pro {
    margin-left: 10px;
}

img.user_status_pro.w30 {
    width: 20px;
}

img.user_status_pro.w30.left0 {
    margin-left: 0 !important;
}

/** header new styles **/
.control-block-top-wrap {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 0 10px;
    height: 60px;
    background-color: #ffffff;
    z-index: 10;
}

@media only screen and (min-device-width: 450px) {
    .control-block-top-wrap {
        min-width: 1000px;
        position: static;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .control-block-top-wrap {
        min-width: 300px;
    }
}

@media only screen and (min-device-width: 450px) {
    .control-block-top-wrap.message {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .control-block-top-wrap.message, .control-block-top-wrap.message.fxd {
        display: none;
    }
}

.control-block-top-wrap.fxd {

}

@media only screen and (min-device-width: 450px) {
    .control-block-top-wrap.fxd {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .control-block-top-wrap.fxd {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 1px 5px 1px #cccccc;
    }
}


.control-block-top-wrap-white {
    display: none;
}

.control-block-top-wrap-white.fxd {
}

@media only screen and (min-device-width: 450px) {
    .control-block-top-wrap-white.fxd {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .control-block-top-wrap-white.fxd {
        height: 60px;
        background-color: #ffffff;
        z-index: 11;
        display: block;
    }
}

@media only screen and (min-device-width: 450px) {
    .control-block-top-wrap-white.message {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .control-block-top-wrap-white.message, .control-block-top-wrap-white.message.fxd {
        display: none;
    }
}

.control-block-top {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin: 10px 0;
    width: 100%;
    padding: 0 10px;
}

@media only screen and (min-device-width: 450px) {
    .control-block-top {
        max-width: 1000px;
        min-width: 500px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .control-block-top {
        max-width: 450px;
        min-width: 300px;
    }
}


.logo-top {
    margin-right: 10px;
}

.logo-top a img {
    width: 150px;
    border: none;
}

@media only screen and (min-device-width: 450px) {
    .logo-top a img {
        display: inherit;
    }

    .logo-top a .burger {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .logo-top a img {
        display: none;
    }

    .logo-top a .burger {
        display: block;
    }
}

.burger {
    width: 25px;
    cursor: pointer;
}

.burger.line {
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
    background: #000000;
}


.search-block-top {
    width: 90%;
    position: relative;
    min-width: 200px;
}

.auth-block-top {
    margin-left: 10px;
    width: 35px;
    height: 35px;
}

.auth-block-top a {
    font-size: 1.2em;
}

.auth-block-top-item {
    display: inline-block;
    margin-right: 20px;
}

.search-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.search-row {
    display: table-row;
}

.search-text {
    display: table-cell;
    width: 70%;
    padding-right: 10px;
}

.search-text input {
    width: 100%;
}


.search-button {
    display: table-cell;
    width: 30%;
    text-align: center;
    padding-left: 10px;

}


/** mobile **/

.vSearch {
    left: 50%;
    width: 90%;
    height: 38px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #c6c6c6;
    transform: translate(-50%, -50%);
    min-width: 100px;
}

.vSearch input[type="text"]::placeholder {
    color: #ccc;
}

.icon-search {
    width: 19px;
    height: 19px;
    background-image: url('/img/icons/mobile/search_ico.svg?2432');
}

.vSearch, .vSearch__btn {
    top: 50%;
    position: absolute;
}

.vSearch__btn {
    right: 13px;
    transform: translateY(-50%);
    cursor: pointer;
    background-position: 50%;
    background-size: contain;
}

.vSearch__input {
    width: 100%;
    height: 38px;
    border: none;
    font-size: 18px;
    color: #000;
    padding-right: 38px;
    background: 0 0;
    box-sizing: border-box;
    padding-left: 12px;
}

.vUser {
    position: relative;
    cursor: pointer;
    text-align: right;
}

.icon-user {
    width: 35px;
    height: 35px;
    background-image: url('/img/icons/mobile/user_ico.svg?2432');
    background-size: 30px;
}

.icon-search, .icon-user {
    background-repeat: no-repeat;
    background-position: 50%;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

.promo-for-buyers-and-sellers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    color: #000 !important;
    border-radius: 10px;
    margin: 20px 0;
    background-color: #cbf8cf;
    overflow: hidden;
    min-width: 300px;
}

@media only screen and (min-device-width: 450px) {
    .promo-for-buyers-and-sellers {
        font-size: 1em;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .promo-for-buyers-and-sellers {
        font-size: 0.8em;
    }
}

.promo-for-buyers-and-sellers-col-left {
    flex: 2;
    min-width: 240px;
}

@media only screen and (min-device-width: 450px) {
    .promo-for-buyers-and-sellers-col-left {
        padding: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .promo-for-buyers-and-sellers-col-left {
        padding: 10px;
    }
}

.promo-for-buyers-and-sellers-col-right {
    overflow: hidden;
    flex: 1;
    min-width: 200px;
    text-align: center;
}

@media only screen and (min-device-width: 450px) {
    .promo-for-buyers-and-sellers-col-right {
        padding: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .promo-for-buyers-and-sellers-col-right {
        padding: 10px;
    }
}

.promo-for-buyers-and-sellers .promo-header {
    font-size: 1.1em;
}

.promo-for-buyers-and-sellers .promo-header span.promo-header-order {
    font-weight: bold;
}

div.this-is-free {
    margin-top: 10px;
    font-size: 0.9em;
    color: #999999;
}

.tovar-add-block {
    min-width: 180px;
}

.tovar-add-button {
    font-size: 1em;
    font-weight: normal;
    background-color: #1f88f8;
    padding: 10px 15px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    white-space: nowrap;
}

a.tovar-add-button:hover {
    color: #ffffff !important;
}

.icon-tovar-add {
    /*background: url(/img/icons/add_ico.svg?2432) no-repeat scroll 0 0 transparent; */
    height: 35px;
    width: 35px;
    color: #ffffff;
    /* background-size: 30px; */
    /* background-position: 50%; */
    background-color: #1f88f8;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    line-height: 33px;
    font-size: 2em;
}


@media only screen and (min-device-width: 450px) {
    .tovar-add-button {
        display: inline-block;
    }

    .icon-tovar-add {
        display: none;
    }

    .tovar-add-block {
        min-width: 180px;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .tovar-add-button {
        display: none;
    }

    .icon-tovar-add {
        display: block;
    }

    .tovar-add-block {
        min-width: 35px;
    }

}


.error-page-404 {
    background: #ffffff;
    margin-bottom: 40px;
}

.error-page-404 h1 {
    margin: 0 0 10px 0;
}

.error-page-404 div {
    font-size: 1.2em;
}

.unlock-limits-button {
    font-size: 1em;
    font-weight: normal;
    background-color: #ff4901;
    padding: 15px 20px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    white-space: nowrap;
    border-radius: 15px;
}

.unlock-limits-button:hover {
    color: #ffffff !important;
}

/* basic auth form */
.basic-auth-form-wrap {
    margin-bottom: 50px;
}


.basic-auth-form {
    font-size: 1.2em;
    background: #ffffff;
    width: 300px;
    color: #999;
    height: auto;
    margin: 0 auto;
    border: 1px solid #cccccc;
    border-radius: 2%;
}

@media only screen and (min-device-width: 450px) {
    .basic-auth-form {
        border: 1px solid #cccccc;
        padding: 25px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .basic-auth-form {
        border: none;
        padding: 0;
    }
}

.basic-auth-fields-block {
    display: flex;
    flex-direction: column;
}

.basic-auth-form-field {
    margin-bottom: 15px;
}

.basic-auth-form-field .name {
    margin-bottom: 5px;
}

.basic-auth-form-field .button {
    width: 100%;
    padding: 10px;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background: #1f88f8;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    margin: 0;
    max-width: 100%;
    outline: 0;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.basic-auth-form-field .button.transp {
    background: #ffffff;
    border: 1px solid #777;
    color: #777;
}

.basic-auth-form-field .button:link:hover, .basic-auth-form-field .button:visited:hover, .basic-auth-form-field .button.transp:link:hover, .basic-auth-form-field .button.transp:visited:hover {
    color: #000!important;
    text-decoration: none!important;
}


.basic-auth-form input[type="text"], .basic-auth-form input[type="password"] {
    width: 100%;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.9em;
    height: 35px;
    border-radius: 5px;
}

.basic-auth-form input::placeholder {
    color: #ccc;
}

.basic-auth-form input[type="submit"] {
    font-size: 1.2em;
    padding: 10px;
}

/*video*/
.video-add-button {
    padding: 15px;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background: #add1ff;
    border: 1px solid #0000;
    border-radius: 8px;
    box-sizing: border-box;
    color: #000000 !important;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    margin: 0;
    max-width: 100%;
    outline: 0;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.video-add-button:hover {
    background-color: #1f88f8 !important;
    color: #ffffff !important;
}

.branding-left > a {
    position: fixed;
    top: 0;
    left: 0;
}

.branding-right > a {
    position: fixed;
    top: 0;
    right: 0;
}

.branding-left,
.branding-right {
    display: none;
    width: 100%;
    height: auto;
}

@media only screen and (min-device-width: 1000px) {
    .branding-left--active,
    .branding-right--active {
        display: block;
    }
}

@media only screen and (max-device-width: 1000px) {
    .branding-left--active,
    .branding-right--active {
        display: none;
    }
}


.offert {
    font-size: 0.8em;
    margin-bottom: 20px;
}

@media only screen and (min-device-width: 450px) {
    div.yashka-block-detail-pages {
        display: block;
        width: 300px;
        height: 600px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    div.yashka-block-detail-pages {
        display: none;
    }
}


@media only screen and (min-device-width: 450px) {
    div.yashka-block-detail-pages-after-similar {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    div.yashka-block-detail-pages-after-similar {
        display: block;
    }
}

.say-sellers {
    margin-top: 10px;
    font-size: 0.9em;
}


.phones-block.showed {
    font-size: 1.1em;
    margin-bottom: 20px;
    padding: 10px;
    line-height: 1.4em;
    background-color: #e8e8e8;
    font-weight: normal;
    border-radius: 15px;
}

.phone_showed {
}

@media only screen and (min-device-width: 450px) {
    .phone_showed {
        color: #000;
        font-size: 1.8em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .phone_showed {
        color: #000;
        font-size: 1em;
        font-weight: bold;
    }
}

.phone_showed a {
}

@media only screen and (min-device-width: 450px) {
    .phone_showed a {
        color: #000;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .phone_showed a {
        color: #0074ff;
    }
}


.profile-icon-updates-indicator {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    visibility: hidden;
    top: 0;
    background-color: red;
    z-index: 999;
    right: 0;
}

.free-exceeded-message-block {
    margin-bottom: 50px;
}


.free-exceeded-message-button {
    padding: 10px 20px;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background: #1f88f8;
    border: 1px solid #0000;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    margin: 0;
    max-width: 100%;
    outline: 0;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.free-exceeded-message-button:hover {
    background-color: #2a91ff;
    color: #ffffff !important;
}


.promo-block-content {
    background-color: #d9f3ff;
    color: #000000;
    padding: 30px;
    border: none;
    line-height: 1.4em;
    font-weight: normal;
    border-radius: 10px;
}

@media only screen and (min-device-width: 450px) {
    .promo-block-content {
        font-size: 1em;
        box-shadow: 0 0 10px #999999;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .promo-block-content {
        font-size: 0.8em;
    }
}

.promo-block-content ul {
    list-style-type: square;
    color: #ff7301;
}

.promo-block-content ul span {
    color: #000;
}

.promo-block-content-price-block {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}

.promo-block-content-price-buy {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 10px;
    margin-right: 5px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px #999999;
    box-sizing: content-box;
}

@media only screen and (min-device-width: 450px) {
    .promo-block-content-price-buy {
        min-width: 250px;
        width: 45%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .promo-block-content-price-buy {
        border-bottom: 1px solid #ccc;
        width: 100%;
        min-width: 240px;
    }
}


.promo-block-content-price-buy-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: #000;
    min-width: 100px;
    width: 50%;
}

.promo-block-content-price-buy-item.gray {
    color: #999;
}

.promo-block-content-price-buy-item div.price, .promo-block-content-price-buy-item div.period, .promo-block-content-price-buy-item div.discount, .promo-block-content-price-buy-item div.profit {
    min-width: 100px;
    margin-bottom: 10px;;
}

.promo-block-content-price-buy-item div.price {
    font-weight: normal;
}

@media only screen and (min-device-width: 450px) {
    .promo-block-content-price-buy-item div.price {
        font-size: 1.2em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .promo-block-content-price-buy-item div.price {
        font-size: 1.5em;
    }
}


.promo-block-content-price-buy-item div.discount {
    color: #ff7301;
}

@media only screen and (min-device-width: 450px) {
    .promo-block-content-price-buy-item div.discount {
        font-size: 0.8em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .promo-block-content-price-buy-item div.discount {
        font-size: 1em;
    }
}

.promo-block-content-price-buy-item div.profit {
    color: #000;
}

@media only screen and (min-device-width: 450px) {
    .promo-block-content-price-buy-item div.profit {
        font-size: 0.8em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .promo-block-content-price-buy-item div.profit {
        font-size: 1em;
    }
}


.promo-block-content-price-buy-item div.profit span {
    font-weight: bold;
}


.promo-block-content-price-buy-item div.price span {
    font-weight: normal;
    margin-left: 5px;
}

.promo-block-content-price-buy-item a.button {
    background-color: #ff7301;
    padding: 4px 8px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
}

.promo-block-content-price-buy-item a.button.gray {
    background-color: #ccc;
}

.promo-block-content-price-buy-item a.button:hover {
    background-color: #ff4901;
}

.promo-block-content .all-benefits {
    margin: 10px 0;
}

a.more-details-button {
    background-color: #ff7301;
    padding: 4px 8px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

a.more-details-link {
    color: #000 !important;
    text-decoration: underline;
}

.promo-block-content-header {
    font-size: 1.2em;
    margin: 10px 0;
    font-weight: bold;
    line-height: 1.5em;
}


.right-block-fixed-wrap {
    width: 240px;
    height: 400px;
    padding-bottom: 40px;
    position: relative;
}

.right-block-fixed-wrap.fxd {
    position: fixed;
    top: 0;
    width: 240px;
    z-index: 1007;
    background-color: #fff;
    padding-right: 10px;
}

.right-block-fixed-wrap-white {
    display: none;
}

.right-block-fixed-wrap-white.fxd {
    width: 240px;
    height: 400px;
    margin-bottom: 40px;
    display: block;
}

.right-block-fixed-wrap-promo-block {
    background: #fff;
    padding: 5px;
    text-align: center;
    color: #bbb;
    font-size: 0.8em;
    position: absolute;
    bottom: 15px;
    width: 240px;
}

.right-block-fixed-wrap-promo-block a {
    color: #666;
}

.form_hint {
    font-size: 0.9em;
    margin-bottom: 20px;
    padding: 20px;
    line-height: 1.5em;
    background-color: #e9faff;
    font-weight: normal;
    border-radius: 10px;
    color: #0d0d0d;
}

.form_hint a {
    text-decoration: none;
    color: #00a2ff;
    border-bottom: 1px dashed #00a2ff;
}

.form-save-success {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #1dcf95;
    color: #fff;
    border-radius: 20px;
    font-size: 1.3em;
    text-align: center;
}

.button-black-transp-set1 {
    background-color: #ffffff;
    padding: 7px 20px;
    border-radius: 30px;
    border: 1px solid #000000;
    cursor: pointer;
    text-decoration: none;
    color: #000000 !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.button-black-transp-set1:hover {
    background-color: #f5f5f5;
    color: #000000 !important;
}

.button-black-transp-set1.edit {
    background-color: #eeeeee;
    border: none;
}

.button-black-transp-set1.edit:hover {
    background-color: #e1e1e1;
    color: #000000 !important;
}

.mobile-media-3_2 {
    position: relative;
    width: 100%;
    height: 400px;
}

@media only screen and (min-device-width: 450px) {
    .mobile-media-3_2 {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .mobile-media-3_2 {
        margin: 20px 0;
    }
}

.mobile-media-3_2 div.center {
    position: absolute;
    left: calc(50% - 120px);
}

.filter-selected-box {
    font-size: 1em;
    background-color: #ffeb99;
    padding: 20px;
    border: none;
    margin: 0 0 20px 0;
    line-height: 1.5rem;
    border-radius: 10px;
}

.filter-selected-box a.filter-reset {
    color: #236ab1;
    border-bottom: 1px dashed #236ab1;
}

#yandex_rtb_R-A-14196107-15, #yandex_rtb_R-A-14196107-1 {
    margin: 40px 0 50px 0;
}


.import-promo-wrap {
    padding: 20px;
    border: 2px solid #005bd0;
    border-radius: 10px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.2em;
    column-gap: 1.2em;
}

.import-promo-wrap div.top-text {
    font-size: 1.2em;
    margin-bottom: 5px;
}

a.import-promo-action-button {
    background-color: #005bd0;
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #005bd0;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    margin: 5px 0;
}

a.import-promo-action-button:link:hover, a.import-promo-action-button:visited:hover {
    color: #fff !important;
    background-color: #0077dc;
    border: 1px solid #0077dc;
}


a.import-promo-action-button.transp {
    background-color: transparent !important;
    color: #005bd0 !important;
}

a.import-promo-action-button.transp:link:hover, a.import-promo-action-button.transp:visited:hover {
    background-color: transparent !important;
    color: #005bd0 !important;
}

/* End */
/* /local/templates/myplanwillcometrue/components/bitrix/menu/adaptive/style.css?17437993453008 */
/* /local/components/hl/doska.list.fx/templates/right_block2/style.css?17423816612140 */
/* /local/templates/myplanwillcometrue/components/bitrix/sale.basket.basket.line/.default/style.css?17437993454164 */
/* /local/templates/myplanwillcometrue/components/bitrix/system.auth.form/top_side/style.css?17437993502396 */
/* /local/templates/myplanwillcometrue/template_styles.css?175095543782473 */
