body{
	font-family:'Roboto', sans-serif;
	font-size:16px;
	color:#333;
	font-weight:300;
}
*{
	box-sizing:border-box;
}
@font-face {
	font-family: 'San Francisco Text Light';
	src: url('../font/SFUIText-Light.eot');
	src: url('../font/SFUIText-Light.eot?#iefix') format('embedded-opentype'),
	url('../font/SFUIText-Light.woff') format('woff'),
	url('../font/SFUIText-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'San Francisco Text Semibold';
	src: url('../font/SFUIText-Semibold.eot');
	src: url('../font/SFUIText-Semibold.eot?#iefix') format('embedded-opentype'),
	url('../font/SFUIText-Semibold.woff') format('woff'),
	url('../font/SFUIText-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'San Francisco Text Bold';
	src: url('../font/SFUIText-Bold.eot');
	src: url('../font/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
	url('../font/SFUIText-Bold.woff') format('woff'),
	url('../font/SFUIText-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
sup.action_number {
	font-family: 'Roboto';
	font-size: 11px;
	color: #ff3300;
	border: 1px solid rgba(255, 51, 0, 0.4);
	border-radius: 50px;
	padding: 3px 3px;
	top: -.8em;
}
sup.action_number > span{
    font-size:13px;
}
.action-plus{
	position: absolute;
	top: 5px;
	right: 2px;
	width: 19px;
}
.dropdown-item > sup{
	top: -2px;
}
.block-indent-bottom {
	margin-bottom: 40px;
}
.got-questions {
	text-align: center;
	margin: 120px auto 60px;
	max-width: 600px;
}

#logo img.default {
	height: 60px;
}
#logo img.action, #footer img.action, #logo img.action-2, #logo img.action-presents {
	display: none;
	height: 60px;
}
.header__show-menu img.action {
	display: none;
}
.header__show-menu {
	background: none;
}
#footer .social {
	padding: 20px 15px;
}
#footer .logo_sk {
	top: 20px;
}

.ps_text{
	text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300!important;
    font-size: 14px!important;
    line-height: 16px;
    display: block;
    max-width: 300px;
    color: #8a8a8a!important;
}
.widget_shopping_cart_content .mini-cart-item-info > .mini-cart-item-subtotal > span.quantity{
	font-size:12px;
	color:#a4a4a4;
}
.widget_shopping_cart_content .mini-cart-item-info > .mini-cart-item-subtotal > span.prize{
    font-size: 14px;
	text-transform:none;
}
.wrap_mW {
    bottom: 30px !important;
}

/* Кнопка "Купить", следующая за пользователем (Лендинги: 4S, 3S, O2, Lite) */
.sticky-buy-btn-position {
    position: fixed;
    right: 0;
    top: 15%;
    z-index: 2;
}
.sticky-buy-btn {
    display: inline-block;
    text-align: center;
    border: 5px solid #c8f4ff;
    background-color: #30cbf2;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 24px;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 300;
    color: #fff !important;
    transition: 0.2s linear;
}
.sticky-preorder-btn {
		padding-top: 30px;
	  width: 100px;
    height: 100px;
    font-size: 19px
}
.sticky-buy-btn:hover{
	background-color: #00C1ED;
	transform: scale(1.05);
}
@media (max-width:1350px){ 
	.sticky-buy-btn-position {
		display: none !important;
	}
}
@media (max-width:768px){
    .sticky-buy-btn {
        bottom: -10px;  
    }
}

.full-summ-span, .full-summ-span .tion-price{
	font-size: 20px;
	font-weight: 400;
}