body{
    font-family:'GothamPro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #42464e;
    background: #535353;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.wrap {
    width: 100%;
    max-width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.cpu .logo {
	width: 150px;
	margin: 0 auto;
}

.cpu .logo img {
	width: 150px;
	margin: 0 auto;
}

.modal-body {
    background: #fffffffa;
    z-index: 90;
    padding: 70px 0 0 0;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    -webkit-transform: skewX( -5deg) translateX(200%);
    -ms-transform: skewX(-5deg) translateX(200%);
    transform: skewX( -5deg) translateX(200%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
    height: 100vh;
    overflow: auto;
    }

.modal-block {padding: 0;}

.modal-block li {text-align: right;padding: 0 10px;border-bottom: 1px solid #efefef;display: block;height: 47.5px;display: flex;flex-direction: row;justify-content: flex-end;align-content: center;align-items: center;}

.modal-block li a {text-decoration: none;font-weight: bold;text-transform: uppercase;color: #4f41a2;display: block;width: 100%;height: 47.5px;line-height: 47.5px;}

.modal-body.show-menu {opacity: 1 !important;
    transform: skewX(0deg) translate(0, 0) !important;
    -webkit-transform: skewX( 0deg) translate(0, 0) !important;
    -ms-transform: skewX(0deg) translate(0, 0) !important;}

header {
    width: 100%;
    height: 60px;
    transform: translate(0, -100%);
    transition: 0.5s;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 481px;
    margin: 0 auto;
    box-sizing: border-box;
}

header.active {
    position: fixed;
    left: 0;
    right: 0;
	top: 0;
    transform: translate(0, 0);
    transition: 0.5s;
    z-index: 100;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
    background: #4f41a2;
}

header a.logo svg {
    width: 120px;
    margin: 0 0;
}

header a.logo {
    width: 90px;
    height: 51px;
    transition: 0.6s;
}

header a.logo:hover {
    opacity: 0.7;
}

svg.nav-button {
    width: 50px;
    transition: 0.6s;
    cursor: pointer;
}
.offer_section-top{
border-top: 80px solid #4f41a2;}

svg.nav-button:hover {opacity: 0.7;}

.show-li:nth-child(1) {
    -webkit-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}
.show-li:nth-child(2) {
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}
.show-li:nth-child(3) {
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}
.show-li:nth-child(4) {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}
.show-li:nth-child(5) {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}
.show-li:nth-child(6) {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

.border_bottom {
    border-bottom: 1px dashed #e5e5e5;
}
.green_bg {
	background: #00d4f7;
}
.green {
	color: #58b958;
}
.uppercase {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.white {
	color: #fff;
}
h2 {
	font-size: 32px;
}
h2.venzel {
	text-align: center;
	line-height: 32px;
	background: url(./images/venzel54838_215b_75.png) center bottom no-repeat;
	padding: 20px 0 20px;
	margin-bottom: 20px;
} 
h2.venzel span {
	font-size: 15px;
	line-height: 18px;
	display: block;
}
h2.venzel b {
	/* white-space: nowrap; */
}
@media (max-width: 440px) {
	h2.venzel {
		font-size: 28px;
	}
}
b, .b {
	font-weight: 700;
}
p {
	padding: 10px 20px 15px;
}
p.justify {
	text-align: justify;
	text-align-last: center;
}
img.center {
	display: block;
	margin: 0 auto 20px;
}
/*.header*/

.footer2 {
    border: none!important;
}

.header {border-top: 60px solid #4f41a2;}
.header h1 {
	font-size: 26px;
	line-height: 60px;
}
.header h2 {
	padding: 15px 20px;
	font-family: 'GothamPro', sans-serif;
	background: #2a2a2aa1;
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
	text-transform: uppercase;
	font-weight: bolder;
	text-align: center;
	color: #ffffff;
	font-size: 31px;
	line-height: 34px;
}

.header h2 span {
    display: block;
    font-size: 37px;
    margin: 10px 0 0 0;
    color: #ffc226;
}

.header img {
	display: block;
	width: 100%;
	max-width: 480px;
}
.header ul {
	margin: 20px auto 10px;
	padding: 0 6%;
}
.header ul li {
	padding: 0 0 0 36px;
	background: url(./images/ul-whitebf306_cbb9_76.png) left top no-repeat;
	line-height: 26px;
	text-align: left;
}
.reyt {
	background: #f7f8f9;
	padding: 12px 0 12px 32px;
}
.reyt .stars {
	display: inline-block;
	background: url(./images/stars065b5_36e1_77.png) left 3px no-repeat;
	padding: 0 15px 0 116px;
	margin-right: 10px;
	line-height: 24px;
	border-right: 1px solid #dedfe0;
}
.reyt .stars b {
	font-size: 20px;
	color: #fa9535;
}
.timer_price {
	width: 365px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.header .price {
	float: left;
}
.header .price .old {
	font-size: 16px;
	line-height: 28px;
	text-decoration: line-through;
	display: inline-block;
}
.header .price .sale {
	color: #fff;
	background: #ff4e00;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	padding: 0 4px;
	border-radius: 2px;
	margin-left: 4px;
	position: relative;
	top: -2px;
}
.header .price .new {
	color: #ff4e00;
	font-size: 30px;
	line-height: 32px;
}
.button-m {
	width: 100%;
	max-width: 365px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	display: block;
	background: #f7931c;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 30px;
	border-radius: 3px;
	outline: none;
	border: 0;
	cursor: pointer;
	font-family:
	'GothamPro', sans-serif;
}
.guard_all {
    width: 365px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.guard {
	background: url(./images/guard0d12e_00e0_78.png) left 4px no-repeat;
	padding: 0 0 0 40px;
	width: 100px;
	float: left;
	border-right: 1px solid #e5e5e5;
	margin-right: 18px;
	padding-right: 4px;
	line-height: 20px;
	height: 40px;
}
.prod1 {
	float: left;
	background:  url(./images/oste9cc9_aa85_79.png) left 24px no-repeat;
	height: 40px;
	min-width: 190px;
}
.header_img {
	position: relative;
}
.sale2 {
	position: absolute;
	top:40px;
	right: 40px;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background: url(./images/sale2d1c80_c1e4_80.png) center top no-repeat #fa9535;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	padding-top: 35px;
	box-sizing: border-box;
}
.sale2 b {
	font-size: 28px;
	display: block;
}
.sale2 span {
	letter-spacing: 3px;
}
.timer2 {
	text-align: center;
	padding: 20px 0 10px;
	width: 100%;
	max-width: 365px;
	margin: 0 auto;
}
.timer2 p {
	font-size: 18px;
	padding: 0 0 5px;
}
.price2 {
	width: 100%;
	max-width: 365px;
	margin: 0 auto 20px;
	overflow: hidden;
	text-align: center;
}
.price2 b {
	display: block;
	font-size: 32px;
	line-height: 32px;
}
.price2 .old {
	float:left;
	width: 50%;
	background: #f3f5f7;
	padding: 12px 0;
	border-radius: 3px 0 0 3px;
}
.price2 .new {
	float:left;
	width: 50%;
	color: #fff;
	padding: 12px 0;
	border-radius: 0 3px 3px 0;
}
.prod2 {
	padding: 20px 0;
}
.reyt2 {
	background: #f7f8f9;
	padding: 12px 0 12px 32px;
	height: 40px;
}
.reyt2 div {
	display: inline-block;
	height: 40px;
	vertical-align: top;
}
.reyt2 .inl b {
	display: block;
}
.reyt2 .inl {
	text-align: center;
	margin: 0 40px 0 0;
}
.reyt2 .stars2 {
	background: url(./images/stars23a813_dbf7_81.png) left bottom no-repeat;
	width: 200px;
}
.price3 {
	padding: 20px;
}
.price3 .old {
	font-size: 18px;
	padding-bottom: 10px;
}
.price3 .old div {
	font-size: 15px;
	display: inline-block;
	margin-right: 30px;
}
.price3 .new b {
	color: #ff4e00;
	font-size: 26px;
}
.price3 .new .new_in {
	font-size: 15px;
	line-height: 15px;
	width: 80px;
	display: inline-block;
	margin-right: 10px;
}
.header .price3 .sale {
	color: #fff;
	background: #e62e04;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 4px;
	border-radius: 2px;
	margin-left: 4px;
	position: relative;
	top: -2px;
	display: inline;
	margin-left: 15px;
}
.guard_all2 {
	overflow: hidden;
	padding: 20px 0;
}
.button-m1 {
	float:left;
	width: 280px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	display: block;
	background: #fa9535;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	border-radius: 3px;
}
.guard_all2 .inner {
	float: left;
	width: 155px;
	padding-left: 20px;
	box-sizing: border-box;
}
.guard2 {
	background: url(./images/guard2db681_a59b_82.png) left 4px no-repeat;
	font-size: 14px;
	line-height: 18px;
	height: 30px;
	padding: 0 0 0 35px;
}
.prod3 {
	margin-top: 12px;
	padding-top: 6px;
	background:  url(./images/ost2c602b_fbfc_83.png) left top no-repeat;
	font-size: 14px;
}
p.dost {
	background:  url(./images/dost6dee9_5ce2_84.png) left 5px no-repeat;
	padding: 0 0 0 25px;
}
.video-container{
    position: relative;
    width: 100%;
    max-width: 480px;
    height: auto;
    overflow:hidden;
    margin: 0 auto 20px;
}
.video-container iframe, .video-container object, .video-container embed{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.opisanie img {
	display: block;
	width: 100%;
	max-width: 480px;
}
.galery {
	margin-bottom: 20px;
}
ul.spisok {
	margin: 0 0 20px;
}
ul.ul_white li {
	background: url(./images/ul-whitebf306_cbb9_76.png) 20px 10px no-repeat #f3f5f7;
	padding: 12px 20px 12px 54px;
	text-align: left;
}
ul.ul_white li:nth-child(2n) {
	background: url(./images/ul-whitebf306_cbb9_76.png) 20px 10px no-repeat #fff;
}
ul.ul_green li {
	background: url(./images/ul-green0e2d7_2550_85.png) 20px 10px no-repeat;
	padding: 12px 20px 12px 54px;
	color: #fff;
}
ul.ul_black li {
	background: url(./images/ul-blackfec80_9544_86.png) 20px 10px no-repeat #2f3339;
	padding: 12px 20px 12px 54px;
	color: #fff;
}
ul.three {
	text-align: center;
	margin: 0 0 20px;
}
ul.three li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
ul.three li p {
	font-size: 14px;
}
ul.three li p b {
	display: block;
}
ul.two {
	text-align: center;
}
ul.two li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
ul.two li p {
	font-size: 14px;
}
ul.two li p b {
	display: block;
}
.black_ul {
	padding: 20px 0;
	background: #2f3339;
	color: #fff;
}
.black_ul img {
	border-radius: 50%;
}
ul.goriz li img {
	float:left;
	margin: 0 20px 0 0;
}
ul.goriz li {
	vertical-align: top;
	overflow: hidden;
	padding: 20px;
}
ul.goriz li p {
	padding: 0 20px 20px 120px;
}
ul.goriz li p b {
	display: block;
	font-size: 16px;
}
ul.ul_str {
	text-align: right;
}
ul.ul_str span {
	font-weight: 700;
	float: left;
	display: inline-block;
}
ul.ul_str li {
	padding: 15px 20px;
	background: #f3f5f7;
}
ul.ul_str li:nth-child(2n) {
	background: #fff;
}
table.drugie {
	margin: 20px 0;
}
table.drugie thead tr th {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 20px;
}
table.drugie thead tr th.left {
	background: #fa9535;
	border-right: 4px solid #fff;
} 
table.drugie thead tr th.left span:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(./images/left9b84d_fad4_87.png) left top no-repeat;
	position: relative;
	top:2px;
	padding-right: 5px;
}
table.drugie thead tr th.right {
	border-left: 4px solid #fff;
} 
table.drugie thead tr th.right span:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(./images/rightf0482_5f09_88.png) left top no-repeat;
	position: relative;
	top:2px;
	padding-right: 5px;
}
table.drugie tr td {
	font-size: 14px;
	width: 50%;
	padding: 10px 20px;
	box-sizing: border-box;
}
table.drugie tr td.first {
	background: #f3f5f7;
}
.complectation_section {
	padding: 20px 0 0 0;
	text-align: center;
}
.complectation_section img {
	display: block;
	margin: 0 auto 5px auto;
	width: 100%;
	max-width: 480px;
}
.spec_inner {
	height: 170px;
	margin-bottom: 90px;
}
.spec_inner h2.venzel {
	color: #fff;
	background: url(./images/venzel2ba5f2_3ab3_89.png) center bottom no-repeat;
}
img.spec_img {
	display: block;
	border-radius: 50%;
	margin: 0 auto;
}
p.spec_name {
	clear: both;
	background: url(./images/kave66ec_7556_90.jpg) center bottom no-repeat;
	padding-bottom: 45px;
	margin-bottom: 20px;
}
.hit {
    margin-bottom: 30px;
    overflow: hidden;
}
.hit .hit-left {
    width: 130px;
    float: left;
    border-right: 1px solid #e5e5e5;
    padding: 0 10px 0 30px;
}
.hit .hit-left p {
    font-size: 15px;
    line-height: 17px;
    padding: 0 20px 0;
}
.hit .hit-right {
	float: left;
}
.hit .hit-right p {
    font-size: 15px;
    padding: 0 20px 0 35px;
}
.hit .hit-right p span {
    color:#fa9535;
    font-size: 20px;
    font-weight: 700;
}
.hit .hit-left p:before {
    content: '';
    display: block;
    background: url(./images/hit137bd_92eb_91.png) no-repeat 0 0;
    width: 22px;
    height: 30px;
    float: left;
    margin: 0 10px 0 0;
}
.hit .hit-right p:before {
    content: '';
    display: block;
    background: url(./images/stars065b5_36e1_77.png) no-repeat 0 0;
    width: 106px;
    height: 17px;
}
.reviews {
    text-align: center;
}
.reviews .rev {
}
.rev img {
    margin: 0 auto 20px;
}
.rev p {
    padding: 0 34px;
}
.rev .name {
    padding-bottom: 20px;
}
.rev .name:before {
    content: '';
    display: block;
    background: url(./images/kave66ec_7556_90.jpg) no-repeat 0 0;
    width: 32px;
    height: 25px;
    margin: 20px auto;
}
.rev b {
    display: block;
}
.ship {
    text-align: center;
}
.ship li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 30px;
}
.ship img {
    display: block;
    margin: 0 auto 14px;
}
.ship h3 {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 3px;
}
.ship p {
    font-size: 15px;
    padding: 0 29px;
}
.b10 {
    margin-bottom: 20px;
}
.b10 .image {
	display: block;
}
.slick-slide .b10-big-mini {
	margin: 20px auto 0;
	text-align: center;
}
.slick-slide .b10-big-mini img {
	display: inline-block;
	top: 0;
	margin: 0 3px;
	width: 100px;
	outline: none;
}
.item1, .item2, .item3, .item4, .item5, .item6, .item7, .item8, .item9 {
	outline: none;
}
.rate {
	overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 13px;
}
.rate .left {
	width: 230px;
	float:left;
	text-align: center;
}
.rate .left p {
	padding: 0;
}
.rate .left .kolvo {
	font-size: 22px;
	line-height: 42px;
	padding-top: 7px;
	font-weight: 700;
}
.rate .left .kolvo span {
	font-size: 52px;
}
.rate ul.right {
	float:left;
}
.rate ul.right li:before {
		content: '';
		display: inline-block;
		width: 12px;
		height: 12px;
		background: url(./images/ministara9ad7_c65a_92.png) center top no-repeat;
		margin-right: 7px;
}
.rate ul.right li img {
	display: inline-block;
	position: relative;
	top:-3px;
	margin: 0 5px;
}
.rate ul.right li span {
	width: 10px;
	text-align: center;
	display: inline-block;
}
.rev_classic_inner {
	margin-bottom: 20px;
}
.rev_classic_inner h3 {
}
.rev_classic_inner .b10-big-mini {
	margin: 0px 0 20px 11px;
}
.rev_classic_inner .b10-big-mini img {
	display: inline-block;
	top: 0;
	margin: 0 3px 3px;
	width: 105px;
	outline: none;
}
.rev_classic_name {
	overflow: hidden;
	margin-bottom: 20px;
}
.names {
	float: left;
	margin-left: 20px;
}
.names h3 {
	font-size: 16px;
    font-weight: 700;
}
p.date {
	float: right;
	padding: 20px 20px 0 0;
}
ul.deliv {
	padding-top: 30px;
}
ul.deliv li {
	padding: 0 20px 30px;
}
ul.deliv li img {
	float: left; 
}
ul.deliv li h3 {
	margin-left: 90px;
	font-size: 16px;
	font-weight: 700;
}
ul.deliv li p {
	margin: 0 0 0 90px;
	padding: 0;
}
ul.deliv1 {
	color: #fff;
	background: #2f3339;
}
ul.deliv_v2 {
	text-align: center;
	padding-top: 30px;
}
ul.deliv_v2 li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 30px;
	box-sizing: border-box;
}
ul.deliv_v2 li img {
	padding-bottom: 10px;
	max-width: 110px;
}
ul.deliv_v2 li p {
	padding: 0;
}
ul.deliv_v2 li h3 {
	font-size: 16px;
	font-weight: 700;
}
ul.deliv_v2_2 {
	color: #fff;
}
ul.deliv_v2_3 {
	color: #fff;
	background: #2f3339;
}
.posttile {
    font-size: 15px;
    text-align: center;
    padding: 0 48px 20px;
    text-align: center;
    background: url(./images/venzel54838_215b_75.png) center bottom no-repeat;
}
.footer3 .posttile {
	margin-bottom: 20px;
}
.m1-form input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 15px;
    padding: 0 20px 0 62px;
    background:#f7f8f9;
    text-align: left;
    font-size: 18px;
    font-family:'GothamPro';
    font-weight: 400;
    color: #222;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
.m1-form input[name="name"] {
    background:#f7f8f9 url(./images/name75582_3dc0_93.png) no-repeat 20px center;
}
.m1-form input[name="phone"] {
    background:#f7f8f9 url(./images/phoned8825_5cef_94.png) no-repeat 20px center;
}
.button-m:hover{
    
}
.button-m:active{
    top:-1px;
}
.m1-form {
    max-width: 360px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer h3, .footer3 h3 {
	text-align: center;
	font-size: 32px;
    line-height: 32px;
    padding: 15px 0 5px;
}
.cpu {
	background: #4f41a2;
	text-align: center;
	padding: 30px 0 0px;
	color: white;
	font-size: 10px!important;
}
.cpu a {
    font-size: 10px;
    color: #fff;
}

.modal-block li svg {
    width: 36px;
    fill: #ffc226;
}

.cpu img, header img {
    width: 100%;
}

.apso {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
}

@media (max-width: 440px) {
    h2.uppercase.center.white {
    font-size: 21px;
    line-height: 25px;
}

	    h2.uppercase span {
    font-size: 27px;
    line-height: 32px;
    margin: 3px 0 0 0;
}
}