

/* 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/api/ads.fixed/templates/right_block2/style.css?17640624022140*/
.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?17623665432396*/
.auth_error {
    display: none;
}

#SYSTEM_AUTH_FORM span.error {
    color: red;
}

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


#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: 450px;
    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 */
/* /local/templates/myplanwillcometrue/components/bitrix/menu/adaptive/style.css?17437993453008 */
/* /local/components/api/ads.fixed/templates/right_block2/style.css?17640624022140 */
/* /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?17623665432396 */
